.FeatureImage {
	width: 300px;
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #f1a514;
}

.FlavorWords {
	color: #f1a514;
	text-decoration: underline;
	font-style: italic;
	font-size: 1.2em;
}

.FeaturesBox .FlavorWords {
	color: black;
	font-size: 1.1em;
}

form {
	width: 1024px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 0px;
	text-align: center;
	border-color: #8b8b8a;
	padding-bottom: 13px;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
}

.total-box {
	position: relative;
	width: 100% !important;
	height: 60px;
	line-height: 40px !important;
	min-height: auto !important;
	color: #f1a514;
	background-color: white;
	font-size: 1.3em;
	text-align: left;
	border-top: none !important;
}

.total-box.alt {
	border: none;
	margin: 0px;
}

@keyframes totalBoxShow {
	from {
		top: -60px;
	}
	to {
		top: 0px;
	}
}

.total-box.fixed {
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 0px;
	width: 1024px !important;
	transform: translateX(-50%);
}

.total-box #total {
	display: inline-block;
	color: black;
	width: auto !important;
	border-bottom: none !important;
}

.total-box div {
	position: absolute;
	left: 0px;
	top: -100%;
	color: green;
	opacity: 0;
	visibility: hidden;
}

.Form-Box {
	width: 49%;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 10px;
	border: 1px solid #868383;
	min-height: 103px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.Form-Box p {
	line-height: 30px;
}

.Form-Box.Wide {
	width: 100%;
}

.Form-Box .title {
	display: block;
	margin-bottom: 10px;
	font-family: sans-serif;
	color: #f1a514;
	font-size: 1.4em;
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
}

.Form-Box .title > .subtitle {
	font-size: 0.7em;
	font-style: italic;
	text-indent: 10px;
}

.Form-Box input {
	width: 100%;
	margin: 5px 0px 20px 0;
	font-size: 1em;
	border: none;
	border-bottom: 2px solid gray;
	transition: border-bottom-color 0.15s;
}

.Form-Box input[type='submit'] {
	float: right;
	color: white;
	width: 200px;
	margin-right: 25px;
	background-color: #4caf50;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}

.Form-Box input[type='submit']:hover {
	background-color: #66bb6a;
}

.Form-Box input#mailing {
	width: 100%;
	margin-left: 0px;
}

.Payment input {
	width: 20%;
}

.PaymentLeft {
	width: 45%;
	float: left;
}

.PaymentRight {
	width: 45%;
	float: right;
}

.Payment input#creditcard {
	width: 100%;
}

.Payment input[name='City'] {
	width: 45%;
}

.Payment input[name='Expiration Year'] {
	margin-left: 10px;
}

.BusinessInfo input[name='City'] {
	width: 45%;
}

.BusinessInfo input[name='State'] {
	width: 20%;
}

.BusinessInfo input[name='zip'] {
	width: 20%;
}

.Form-Box textarea {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	margin-left: -3px;
	resize: none;
}

.Form-Box select {
	width: 100%;
	height: 30px;
}

.Form-Box textarea:focus {
	outline: none;
}

.Form-Box input:focus {
	outline: none;
	border-color: #f1a514;
}

.ContactInfo,
.SocialMedia {
	float: left;
}

.BusinessInfo,
.AdvertisingOptions,
.Exclusivity {
	float: right;
}

.Scheduling,
.Payment,
.Terms {
	width: 100%;
}

.Terms > .termsagreements span {
	display: none;
}

.Form-Box .w-checkbox {
	display: block;
	margin: 20px 10px 20px 10px;
	border-bottom: 2px dotted lightGray;
	padding-bottom: 10px;
}

.Form-Box .w-checkbox:last-of-type {
	border-bottom: none;
}

.Form-Box input[type='checkbox'].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.Form-Box input[type='checkbox'].css-checkbox + label.css-label {
	padding-right: 30px;
	height: 25px;
	width: calc(100% - 30px);
	display: inline-block;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

.Form-Box.SocialMedia input[type='checkbox'].css-checkbox + label.css-label,
.Form-Box.Wide input[type='checkbox'].css-checkbox + label.css-label,
.Form-Box.Wide p {
	padding-right: 0px;
	padding-left: 30px;
	background-position: left 0;
}

.Form-Box.Wide p {
	margin: 5px;
}

.Form-Box.Wide label {
	font-size: 1.05em !important;
}

.w-checkbox.CustomFBpage {
	border: none;
}

.Form-Box input[type='checkbox'].css-checkbox:checked + label.css-label {
	background-position: right -25px;
}

.w-checkbox .checked {
	display: none;
}

.Form-Box.SocialMedia
	input[type='checkbox'].css-checkbox:checked
	+ label.css-label,
.Form-Box.Wide input[type='checkbox'].css-checkbox:checked + label.css-label {
	background-position: left -25px;
}

.Form-Box label.css-label {
	background-image: url(checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-position 0.25s;
}

.Site-Form-Buttons .radioButton {
	margin-top: 20px;
	margin-bottom: 14px;
	margin-right: 20px;
}

.Template-Selector,
.Template-Selector.Mobile {
	display: inline-block;
	width: 100%;
	padding: 10px;
	font-size: 1.2em;
}

.Template-Selector.Mobile {
	width: 80%;
	display: none;
}

.Template-Selector .radioButton {
	margin: 10px;
}
.Templates-Container {
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #8b8b8a;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
	overflow-x: auto;
}

.Templates-Container-Header {
	display: inline-block;
	width: 40%;
	border-bottom: 1px solid #8b8b8a;
	padding-bottom: 10px;
}

.Template-Box {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 10px;
	border: 1px solid #8c8888;
	border-radius: 8px;
	box-shadow: 1px 1px 5px #393838;
	margin: 1%;
	text-align: center;
	opacity: 0;
	white-space: normal;
	transition:
		top 0.25s,
		left 0.25s,
		right 0.25s,
		bottom 0.25s,
		opacity 0.25s;
}

.Template-Box img {
	width: 100%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.43);
	border-radius: 8px;
	position: relative;
}

.Template-Box a {
	display: block;
	margin: 10px 0px 10px 0px;
}

.Template-Box-2 {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 10px;
	border: 1px solid #8c8888;
	border-radius: 8px;
	box-shadow: 1px 1px 5px #393838;
	margin: 1%;
	text-align: center;
	opacity: 0;
	white-space: normal;
	transition:
		top 0.25s,
		left 0.25s,
		right 0.25s,
		bottom 0.25s,
		opacity 0.25s;
}

.Template-Box-2 img {
	width: 100%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.43);
	border-radius: 8px;
	position: relative;
}

.Template-Box-2 a {
	display: block;
	margin: 10px 0px 10px 0px;
}

.Templates-Container-2 {
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #8b8b8a;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
	overflow-x: auto;
}

/* Customize the label (the container) */

.radioButton {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 10px;
}

/* Hide the browser's default radio button */

.radioButton input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
	border-radius: 50%;
	transition: background-color 0.25s;
}

/* On mouse-over, add a grey background color */

.radioButton:hover input ~ .checkmark {
	background-color: #eee;
}

/* When the radio button is checked, add a blue background */

.radioButton input:checked ~ .checkmark {
	background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */

.radioButton input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */

.radioButton .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.Mobile {
	display: none;
}

@media screen and (max-width: 1024px) {
	.total-box {
		width: 100%;
	}
	.total-box.fixed {
		width: 100% !important;
		border: none !important;
		border-bottom: 1px solid gray !important;
	}
	.Form-Box {
		float: none;
		width: 100%;
	}
	.PaymentRight {
		margin-top: 30px;
	}
	.PaymentLeft,
	.PaymentRight {
		float: none;
		width: 100%;
	}
	.PaymentLeft input,
	.PaymentRight input,
	input#creditcard,
	.Payment input[name='City'] {
		display: block;
		width: 100%;
	}
	.Payment input[name='Expiration Month'],
	.Payment input[name='Expiration Year'] {
		display: inline;
		width: 30%;
	}
	.Template-Selector {
		display: none;
	}
	.Mobile {
		display: block;
	}
	.Template-Selector.Mobile {
		display: inline-block;
	}
	.Templates-Container {
		text-align: center;
	}
	.Template-Box {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.Template-Box {
		width: 50%;
	}
}

@media screen and (max-width: 350px) {
	.Template-Box {
		width: 75%;
	}
}
