.btn-outline {
	display: inline-block;
	border: 2px solid #0084b5;
	padding: 12px 24px;
	color: #0084b5;
	/*box-shadow: 0 0 2px 2px rgba(0,0,0,0.16);*/
	margin: 0;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-outline:hover { box-shadow: 0 0 2px 2px rgba(0,0,0,0.16); }
.red-outline-container {
	border: 2px solid #ec465a;
	padding: 16px;
}
.phone-link { display: inline-table; }
.button-group a {
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding: 10px 30px;
	max-width: 100%;
}
.treatment-center-box {
	box-shadow: 0 0 1px 0 rgba(0,0,0,.16), 0 1px 1px 0 rgba(0,0,0,.16);
	margin-bottom: 24px;
}
.uk-text-large p { font-size: 18px; }
.uk-accordion-title {
	position: relative;
	background-color: #0084b5;
	color: #fff;
	padding: 24px 32px;
	margin-bottom: 0;
	margin-top: 16px;
}
.uk-accordion-title:after {
	position: absolute;
	content: "\f067";
	top: 50%;
	right: 16px;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	margin-top: -8px;
}
.uk-accordion-title.uk-active:after {
	content: "\f068";
}
.uk-accordion-title.uk-active {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.08);
	font-weight: bold;
}
.uk-accordion-content {
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.08);
	padding: 24px 32px;
}
@media (min-width: 768px) {
	.button-group a {
		display: inline-block;
		width: auto;
	}
}
ul.custom-list { padding-left: 0; }
ul.checklist li.check-item {
	padding-left: 40px;
	margin-bottom: 10px;
}
