
.ai-content {
	padding: 40px 0px;
}
.ai-content a {
	color: #2e5588;
}
.ai-content h1 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 20px;
}
.ai-content p {
	line-height: 22px;
	margin-bottom: 8px;
	text-align: justify;
	font-size: 14px;
}
.image-left {
	float: left;
	margin: 0px 15px 15px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 15px 15px;
}
.image-40 {
	width: 40%;
}
.image-30 {
	width: 30%;
}
.image-25 {
	width: 25%;
}
.spacer {
	margin-bottom: 30px !important;
}
.ai-content h2.subhead {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 3px;
	border-bottom: 1px solid #EFEFEF;
	margin: 20px 0px 10px 0px;
}
.ai-content ul li {
	font-size: 14px;
	padding: 5px 0px;
}
.ai-content ul {
	margin-bottom: 15px;
}
.ai-content h2.header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0px 10px 0px;
	padding: 15px 10px;
	text-align: center;
	background-color: #EFEFEF;
	border-radius: 3px;
	
}
.golf-course-index {
	margin-top: 15px;
}
.golf-course-index h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.golf-course-index ul {
	margin-bottom: 15px;
}
.golf-course-index ul li {
	font-size: 13px;
	font-weight: 300;
}
.golf-course-index li a {
	color: #000000;
}
.golf-course-index li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
	color:#777777;
}

.best-bunch h2 {
	font-weight: 600;
	font-size: 15px;
	margin: 10px 0px 6px 10px;
}
.best-bunch p {
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
}
.best-bunch {
	margin: 20px 0px;
}

.area-courses {
	background-color: #EFEFEF;
	padding: 0px 10px 10px 10px;
}
.area-courses > h2.header {
	margin: 20px 0px 0px 0px;
}
.course-details, .ai-item {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	padding: 20px;
	margin: 0px 0px 15px 0px;
}
.course-details:last-child, .ai-item:last-child  {
	margin-bottom: 0px;
}
.course-details h2, .ai-item h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.course-details h3, .ai-item h3 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.course-details p, .ai-item p {
	font-weight: 300;
}

.ai-item ul li:before {
	content: "\f10c";
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 8px;
	color:#bbb;
}


/** MOBILE **/
@media (max-width: 1100px) {
	.center-piece {
		padding: 20px !important
	}
}
@media (max-width: 700px) {

	.center-piece {
		padding: 20px !important
	}
	
	.splash-container h1 {
		font-size: 24px;
	}
	
	.ai-content h1 {
		font-size: 17px;
	}
	.image-30 {
		width: 40%;
	}
	.image-25 {
		width: 35%;
	}
	

}