﻿.byo_content {
	font: normal 16px/normal HomeserveThin,Arial,Helvetica,sans-serif;
    color: #1d1d1d;
}

.byo_content h1 {
	font: normal 22px HomeserveThin, Arial, Helvetica, sans-serif;
	color:#000;
}

.byo_content h2 {
	font: normal 20px HomeserveThin, Arial, Helvetica, sans-serif;
    color: #333;
}

@media only screen and (min-width: 1024px){
	.byo_content .bigbundle_content h1 {
		font-size: 30px;
	}
	.byo_your_plan h2 {
		font-size: 28px;
	}
}

.byo_your_plan ul li {
	margin: 4px 0px 4px 15px;
    line-height: 1.5em;
    background: url(../images/bullet2.png) no-repeat left 10px;
}

.selection_bundle .add_bundelcart {
    margin: 0px;
    background-color: #1675a9;
	color:#fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 1rem 0 1.0625rem 0;
    width: 100%;
	transition: background-color 300ms ease-out;
	border:0;
	cursor:pointer;
}

.plan_area .accordion-content {
	display: none;
}

.choice_plan_area .list_rep .choice_expand h2 {
	cursor:pointer;
}
.choice_plan_area .list_rep .expanded .choice_expand h2:after{
		content: "˄";
}
.choice_plan_area .list_rep ul {
    list-style: disc;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

.choice_plan_area .hr-light {background: none; padding: 20px 0;}
.choice_plan_area .hr-light:before {content:""; display: block; border-top: 1px solid #999; }
