.page-template-preferred-list {}

	.preferred-businesses{width:60%;float: left;}
	.preferred-list__featured-business {width:40%;float: left;}
	.page-template-preferred-list.sidebar-primary .main {
		border-right: 0;
	}

.preferred-list__featured-business {
	background: #ecf4f6;
	margin-top: 30px;
	margin-bottom: 30px;
}

	.preferred-list__featured-business-heading {
		padding: 0px;
		    font-size: 25px;
		    color: #005e32;
		    background: #ecf4f6;
		    text-transform: uppercase;
		    text-align: center;
		    margin: 20px 0px 0px 0px;
	}

	.preferred-list__featured-business-content {
padding: 20px 35px 35px 35px;
	}

	a.preferred-list__featured-business-link {
		color: #fff;
		    background-color: #005e32;
		    text-align: center;
		    text-transform: uppercase;
		    width: 100%;
		    display: inline-block;
		    padding: 20px;
		    text-decoration: none;
			transition: background-color 0.5s ease;
		}
		
		a.preferred-list__featured-business-link:hover,a.preferred-list__featured-business-link:visited{
			background-color: #005e32;
			color:#fff;
			}
	
	.preferred-list__featured-business-content p {
		margin-bottom: 20px;
		color: #333333;
		    font-weight: normal;
	}

	.preferred-list__featured-business-image {
		margin-bottom: 20px;
		max-width: 100%;
	}

	.sidebar-primary .sidebar a.preferred-list__featured-business-link {
		display: block;
	}


.preferred-businesses {
	padding: 30px 30px 30px 0px;
}

	.preferred-businesses__content {
		padding-bottom: 25px;
		color: #225e37;
		font-size: 20px;
		font-weight: bold;
	}

		.preferred-businesses__content p {
			color: #225e37;
			font-size: 20px;
			font-weight: bold;
		}

	.preferred-businesses__accordion-toggle {
		position: relative;
		padding: 20px 27px;
		color: #fff;
		font-size: 25px;
		cursor: pointer;
	}

		.preferred-businesses__accordion-toggle::after {
			content: '';
			display: block;
			position: absolute;
			right: 25px;
			top: 50%;
			width: 10px;
			height: 10px;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			transform: rotate(45deg) translateY(-50%);
		}

	.preferred-businesses__region-name {
		margin: 2px 0 0;
		background-color: #005e32;
	}

	.preferred-businesses__region-content {}

	.preferred-businesses__accordion-content {
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s;
	}

	.preferred-businesses__accordion-content--open {
		max-height: 20000px;
	}

	.preferred-businesses__type-name {
		margin: 0 0 2px;
		background: #60d5e6;
	}

	.preferred-businesses__type-content {}

	.preferred-businesses__type-content--open {}

	.preferred-businesses__business {
		margin-bottom: 10px;
		padding: 20px;
		background: #ecf4f6;
		overflow: auto;
	}

		.preferred-businesses__title {
			display: block;
			margin: 0;
			color: #404040;
			font-size: 30px;
			font-weight: bold;
		}

		.preferred-businesses__thumbnail {
			margin-right: 20px;
			float: left;
		}

		.preferred-businesses__phone-number {
			display: block;
			margin: 0;
			color: #404040;
			font-size: 18px;
			font-weight: bold;
			text-decoration:none;
			cursor:pointer;
		}
		
		a.preferred-businesses__business-url:hover{color: #404040;cursor:pointer;}

		.preferred-businesses__business-url {
			display: block;
			margin: 0;
			color: #005e32;
			font-size: 24px;
			font-weight: bold;
			text-decoration:none;
			cursor:pointer;
		}

		.preferred-businesses__map-url {
			display: block;
			margin: 0;
			color: #5ba459;
			font-size: 25px;
			font-weight: bold;
		}

		.preferred-businesses__excerpt p {
			color: #225e37;
			font-size: 16px;
		}
		
		.featuredtitle {margin:0px;}
		.inforight {float:left;padding-top: 19px;}
