/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_5_page7 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_5_page7 .theDivider1,
#simpleDivider_stacks_in_5_page7 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_5_page7 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_5_page7.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_5_page7.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_5_page7 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_5_page7.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_5_page7.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_5_page7.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_5_page7.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_5_page7 {
	margin:  20px;
}
#compactForm {
	line-height: 1.5em;
	font-size: 16px;
	line-height: 1.50em;
}

#compactForm *,
#compactForm *:before,
#compactForm *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#compactForm.compactFormSubmitted {
	display: none;
}

#compactForm .input {
	display: block;
	width: 100%;
	color: #4C4C4C;
	margin: 5px 0;
	padding: 6px;
	border: 1px solid rgba(179, 179, 179, 1.00);
	background: #ffffff;
	transition: all 300ms ease-in-out;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
}

#compactForm .input:focus {
	color: #4C4C4C;
	border: 1px solid rgba(76, 76, 76, 1.00);
	background: #ffffff;
}

#compactForm #input7 {
	display: none;
}

#compactForm .messageBox {
	height: 150px;
	border-radius: 0px;
	color: #4C4C4C;
}

/* Submit Button */

#submitArea {
	display: block;
	text-align: right;
}

#compactFormSubmit {
	display: inline;
	font-weight: bold;
	padding: 10px 20px;
	background: rgba(122, 186, 37, 1.00);
	border-radius: 4px;
	border: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	font-size: 16px;
}

#compactFormSubmit:hover {
	background: rgba(122, 186, 37, 1.00);
	cursor: pointer;
	color: rgba(255, 255, 255, 1.00);
}

#compactFormSubmit:focus,
#compactFormSubmit:active {
	outline: none;
	border: none;
	box-shadow: none;
	background: rgba(122, 186, 37, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

#compactForm .error {
	border: 1px solid rgba(255, 0, 0, 0.75);
}

#compactForm label.error {
	background: rgba(255, 0, 0, 0.75);
	color: rgba(255, 255, 255, 1.00);
	font-weight: bold;
	display: block;	
	padding: 0.25rem;
}

/* Compliance checkbox */

#compactForm .form-check {
	position: relative;
	display: block;
	padding-left: 1.5rem;
	padding-bottom: 0.5rem;
}

#compactForm .form-check-input {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: .3rem;
	margin-left: 0rem;
	width: auto;
}

#compactForm .form-check-label {
	font-weight: normal;
	margin-bottom: 0;
	display: inline-block;
}

