/* accordion */
.frame-accordion h2 {
	color: #3C4148;
	cursor: pointer;
	width: 100%;
	text-align: left;
	transition: color 0.4s;
	font-weight:bold;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:0px;
	padding-right:35px;
	font-size:16px;
	transition:all 400ms;
	text-transform:none;
	position:relative;
}
.frame-accordion h2:hover {
	color: #D0006F;
}
.frame-accordion h2.active {
	color: #D0006F;
}
div.accordion-content {
	display: none;
	color: #000000;
	width: 100%;
	line-height: 22px;
	padding-bottom:20px;
}
div.accordion-content p {
	padding:0px;
}
div.accordion-content ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div.accordion-content li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath fill='%234DA6B5' fill-rule='evenodd' d='M181.449837,350.653317 C188.782912,377.473873 197.084056,404.840899 214.006454,429.728335 C223.422297,443.576443 236.399911,451.207774 250.552692,451.207774 C255.703115,451.207774 260.904316,450.184943 266.011214,448.182807 C274.810458,444.729848 280.599243,439.419834 283.196216,432.383342 C287.214997,421.480405 281.614819,411.680093 278.263417,405.818767 C277.508989,404.505772 276.631241,403.033186 276.362839,402.26425 C267.708678,377.244803 259.48251,352.486503 253.795282,325.240042 C255.53627,325.834879 257.26275,326.436971 258.974721,327.053571 C268.535647,330.50653 278.07481,333.988506 287.831597,337.550277 C345.567109,358.623486 405.261233,380.407597 467.146101,394.212181 C467.864258,394.371771 468.611432,394.567633 469.380368,394.770748 L470.120288,394.966609 C476.634485,396.729359 487.544676,399.660022 497.729455,393.92927 C504.272668,390.258687 508.675917,384.092688 510.844898,375.605372 C513.956914,363.432965 512.281213,347.531942 486.645165,340.908933 L486.28246,340.81463 C485.056514,340.502703 483.852331,340.19803 482.742451,339.820816 C421.628253,318.790504 361.676527,293.435017 300.718188,266.974187 C334.130839,248.299558 377.175048,224.845195 402.473476,214.334758 C414.819983,209.206097 422.523854,202.365465 426.063863,193.435648 C430.844326,181.372052 426.121896,169.11985 422.161148,160.958969 C417.416956,151.187674 410.278906,139.472276 397.018381,135.656611 C387.174545,132.856522 376.569027,134.952961 364.498177,142.120029 C319.769295,168.677349 277.100582,198.071029 241.265247,223.329862 C240.902541,223.583756 240.547089,223.844904 240.2134,224.106052 C240.235162,223.757855 240.249671,223.416911 240.264179,223.075968 C241.60619,184.752471 245.167962,143.977082 262.055545,105.45047 C265.276372,98.1165583 272.813399,80.9388106 252.864579,69.0130432 C236.310686,59.1111742 216.768096,57.2758828 199.249405,63.9641781 C182.194977,70.4566123 169.681626,84.1668924 164.864893,101.584026 C157.915449,126.784826 157.654301,152.181488 158.401475,175.858924 C158.653496,183.957193 159.761624,200.834457 161.236999,217.257143 C144.523334,208.95181 126.720097,200.463815 110.103568,192.541216 C88.8925315,182.436231 70.5758875,173.702275 59.9558611,167.927999 C59.2086871,167.521768 58.0480285,166.636766 56.8873698,165.78078 C39.8692127,153.274683 25.3464716,154.152431 13.7398853,168.385008 C-5.44725262,191.873837 -1.03674983,211.866182 6.02875956,224.495598 C13.159556,237.233827 25.7527021,242.855767 34.9364135,246.961597 L54.5515443,255.782603 C81.7834974,268.034805 109.900453,280.693238 138.235031,292.103963 C120.440684,305.110594 102.914739,319.111039 87.3909294,331.522832 L77.2569288,339.611172 C60.4273786,352.987763 45.8756211,364.964309 32.7819409,376.208189 C23.5837213,384.078906 18.3244869,393.560036 17.5482964,403.636004 C16.8301389,413.080863 20.1452701,422.38064 27.1382384,430.527013 C32.9995644,437.353137 39.7749092,440.893146 47.1886162,441.045482 C47.5005432,441.052736 47.8124702,441.05999 48.1171431,441.05999 C58.954793,441.05999 65.9912859,433.522963 70.3365017,428.873075 C71.0691674,428.08963 72.1427767,426.928971 72.4256872,426.667823 C109.334632,402.083623 144.930581,376.832043 177.871524,353.21264 L179.300585,352.197064 C180.006205,351.689964 180.725097,351.173238 181.449837,350.653317 Z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position-x: left;
	background-position-y: 9px;
	background-size: 16px;
	line-height:20px;
	padding:7px 10px 9px 22px;
	font-size:14px;
	font-weight:lighter;
}

div.accordion-content li br:before {
	content:" ";
	height:10px;
}
hr.hr {
	border:0px;
	background-color:#B8D9DF;
	margin:0px;
	padding:0px;
	height:1px;
	font-size:1px;
}

.showmore {
	box-sizing: border-box;
	transition: transform 0.3s;
	width: 20px;
	height: 20px;
	transform: rotate(180deg);
	position: relative;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:14px;
}
.active .showmore {
	transform: rotate(45deg);
}
.showmore::before {
	content: '';
	display: block;
	width: 20px;
	height: 0px;
	border-bottom: solid 2px #4da6b5;
	position: absolute;
	bottom: 11px;
	transform: rotate(90deg);
	transition: width 0.3s;
}
.active .showmore::before {
	border-bottom: solid 2px #d1006f;
}
.showmore::after {
	content: '';
	display: block;
	width: 20px;
	height: 0px;
	border-bottom: solid 2px #4da6b5;
	position: absolute;
	bottom: 11px;
}
.active .showmore::after {
	border-bottom: solid 2px #d1006f;
}

@media (max-width:799px) {
	.frame-accordion h2 {
		font-size:14px;
	}
}