/**handles:home**/
.acc-set  h2 {width:100%; font-size:24px; font-family: Lato; font-weight:bold; color:#333; text-transform: none; margin-bottom: 0; padding-left: 20px; letter-spacing:0px !important;}

.acc-set-inner h2:after {
    float: right;
    background: url(https://jmw.dev.completewebsiteservices.com/wp-content/themes/JMW_Settlements/images/accordion-arrow-down.png) no-repeat center center;
    width: 24px;
    height: 20px;
    margin-top: 15px;
    margin-right: 25px;
    content: '';
}

.acc-set-inner h2.active:after {
background: url('https://jmw.dev.completewebsiteservices.com/wp-content/themes/JMW_Settlements/images/accordion-arrow-up.png') no-repeat center center !important;
}


.acc-set { background-color:#fff; border: 1px solid #001489; width:560px; max-width:100%; margin-bottom:25px;}

.acc-content {background-color:#fff; border-top: 1px solid #001489; width:100%; padding: 20px; margin-bottom: 1px;}

.accordion-container {margin-top: 25px; padding-bottom:5px;}

.acc-content > ul > li:before {content:url(https://jmw.dev.completewebsiteservices.com/wp-content/themes/JMW_Settlements/images/check-bullet.png) !important; margin-right:12px !important;}

.acc-content > ul > li {    text-indent: -15px;  margin-left: 30px; margin-bottom:10px; }

.acc-content > ul {margin-left:15px !important; }

.acc-div-2 > em {font-size: 16px;}

.acc-div p {
    margin-bottom: 20px;
}
.acc-div > ul > li {
    list-style-position: outside !important;
    list-style: disc !important;
    list-style-type: disc !important;
    margin-left: 1em;
	padding-left: .5em;
    margin-bottom: 1em;
}
.acc-div > ul > li:before {
    display: none !important;
}

a.learnmore {
    font-family: Lato;
    font-size: 18px;
    color: #003399;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
    margin-top: -15px;
}

a.learnmore:hover {
	text-decoration:underline;
}


@media only screen and (max-width: 600px) {
	
	.acc-set h2 {
		font-size:18px;
		padding-top: .5em;
		padding-bottom: .5em;
	}

	.acc-set-inner h2:after{
		margin-top:15px;
		margin-right:15px;
		width: 18px;
		height: 14px;
		background-size: cover;
	}

	a.learnmore {
		font-size:16px;
	}
	
	body {
		font-size:18px;
	}

	h2 {
		font-size:22px;
		line-height:1.5;
		}
	
	
}


@media only screen and (max-width: 767px) {
	
	.acc-set{
		width:100%;
	}

} 


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

	.acc-set{
		width:100%;
	}

} 


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

	.acc-set{
		width: 470px;
	}

}