.business-template .template-frame {
	background-color: #ffffff;
}

.business-template .template-frame .container-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.business-template .template-frame .menu {
	min-width: 320px;
	max-width: 320px;
	width: 100%;
	border-radius: 4px;
	margin-top: -10px;
	margin-left: -20px;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	border: 1px solid #ddd;
	background-color: #ffffff;
	padding: 15px 0 30px 0;
}

.business-template .template-frame .menu-mo {
	display: none;
}

.business-template .menu ul {
	padding: 0 15px;
}

.business-template .menu li a {
	color: #686868;
	transition: 0.5s;
	width: 100%;
	font-size: 14px;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}

.business-template .menu li a:HOVER, .business-template .menu .active {
	font-weight: 400;
	background-color: #D6F4FF;
	border-radius: 4px;
	color: inherit;
	width: 100%;
}

.business-template .template-frame a.external::after {
	content: 'open_in_new';
	font-weight: normal;
	font-family: 'Material Icons', sans-serif;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	word-wrap: normal;
	font-size: 18px;
	margin-left: 4px;
	vertical-align: text-bottom;
	text-transform: lowercase;
}

/* Content Section */
.business-template .template-frame .content {
	padding-left: 5%;
}

.business-template .template-frame .content .body h2 {
	color: #28C2FE;
}

.business-template .template-frame .content p {
	margin: 15px 0;
}

.business-template .template-frame .content ol, 
.business-template .template-frame .content ul {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.business-template .template-frame .content ol {
	list-style-type: decimal;
}

.business-template .template-frame .content ul {
	list-style-type: disc;
}

.business-template .template-frame .content li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.business-template .loading {
	text-align: center;
}

.business-template #formContainer .error {
	color: red;
}
@media ( max-width : 768px ) {
	.business-template .template-frame .menu {
		display: none;
	}
	.business-template .template-frame .menu-mo {
		display: block;
	}
	.business-template .template-frame .content {
		padding-left: 0;
		width: 100%;
	}
	.business-template .template-frame .menu-mo select {
		color: #003C80;
		width: 100%;
		height: 55px;
		font-size: 18px;
		border-radius: 4px;
		border: 1px solid #003C80;
		padding: 13px 0 13px 10px;
		margin: 30px 0;
		display: inline;
		background-image: url(/resources/images/reserve/form_dropdown_arrow.png)
			!important;
		background-repeat: no-repeat;
		background-position: 97% 50%;
		background-color: #ffffff;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.business-template .template-frame .content ol, 
	.business-template .template-frame .content ul {
		margin-left: 40px;
	}
}