/*.gradient(@arguments, @color: transparent) {
	background: @color;
	background: -moz-linear-gradient(@arguments);
	background: -webkit-linear-gradient(@arguments);
	background: -o-linear-gradient(@arguments);
	background: -ms-linear-gradient(@arguments);
	-pie-background: linear-gradient(@arguments);
	background: linear-gradient(@arguments);
}*/
@font-face {
	font-family: 'IconicFill';
	src: url('../fonts/iconic_fill.eot');
	src: url('../fonts/iconic_fill.eot?#iefix') format('embedded-opentype'), url('../fonts/iconic_fill.ttf') format('truetype'), url('../fonts/iconic_fill.svg#iconic') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
}

body {
	color: #727272;
	background-color: #110057;
	font: 14px 'Montserrat';
	-webkit-font-smoothing: antialiased;
}

header {
	width: 100%;
	top: 0;
	z-index: 30;
	background-color: #110057;
	box-shadow: 0 1px 3px #c3c0c0;
	-moz-box-shadow: 0 1px 3px #c3c0c0;
	-webkit-box-shadow: 0 1px 3px #c3c0c0;
	*zoom: 1;
}

	header:before,
	header:after {
		content: "";
		display: table;
	}

	header:after {
		clear: both;
	}

	header h1 {
		margin: 0 0 0 45px;
		padding: 0;
		height: 68px;
		float: left;
	}

		header h1 a {
			display: block;
			width: 257px;
			height: 68px;
			background: url(../images/shlogo-white.png) top;
			background-size: 150px;
			background-repeat: no-repeat;
			text-indent: -9999px;
		}

	header ul {
		margin: 0 65px 0 0;
		padding: 0;
		list-style: none;
		float: right;
	}

		header ul li {
			float: left;
			margin: 0 0 0 10px;
			padding: 0;
		}

			header ul li a {
				display: block;
				padding: 8px 0 0 0;
				color: white;
				font-size: .75em;
				text-decoration: none;
			}

ul {
	list-style-type: none;
}

#main {
	height: auto;
	min-height: 510px;
	width: 100%;
	overflow: hidden;
	background-color: white;
	padding-bottom: 50px;
}

#sections {
	position: relative;
	width: 100%;
	height: 100%;
	*zoom: 1;
}

	#sections:before,
	#sections:after {
		content: "";
		display: table;
	}

	#sections:after {
		clear: both;
	}

section.inview {
	position: relative;
}

section {
	font-size: .98em;
	position: absolute;
	left: 0;
	width: 43%;
	padding-left: 13%;
	padding-right: 44%;
	padding-top: 35px;
	-webkit-text-stroke-width: .1px;
	-webkit-font-smoothing: antialiased;
	*zoom: 1;
}

	section:before,
	section:after {
		content: "";
		display: table;
	}

	section:after {
		clear: both;
	}

	section h1.section-title {
		display: none;
	}

	section h2.title {
		color: #110057;
		line-height: 1em;
		font-size: 2.15em;
		margin: 1% 0 4% 0;
		padding-bottom: 3%;
		border-bottom: solid 1px #727272;
	}

	section h3 {
		color: #110057;
		font-size: 1.21em;
		padding: 0;
		margin: .7% 0 .5% 0;
	}

	section h4.title {
		font-weight: normal;
		font-size: 1.05em;
		margin: 0;
	}

	section p {
		margin: 0 0 20px 0;
	}

	section > ul {
		margin: 0 0 20px 30px;
		padding: 0;
	}

		section > ul li {
			margin: 0 0 10px 0;
		}

	section .sm {
		font-size: .6em;
	}

footer {
	background-color: white;
	position: relative;
}

	footer #inner {
		position: relative;
		width: 100%;
		height: 200px;
		background: url(../images/footer-bg.png) repeat-x top left;
		*zoom: 1;
	}

		footer #inner:before,
		footer #inner:after {
			content: "";
			display: table;
		}

		footer #inner:after {
			clear: both;
		}

		footer #inner ul {
			list-style: none;
			margin: 150px auto 0 auto;
			padding: 0;
			text-align: center;
		}

			footer #inner ul li {
				display: inline;
				font-size: .78em;
				color: white;
				padding-right: .1%;
			}

				footer #inner ul li a {
					text-decoration: none;
					color: white;
				}

/*============ Emulated Button Styles ==============*/

.sh-button {
	background-color: #8a12cc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 9px 4px #110057;
	-moz-box-shadow: inset 0 0 9px 4px #110057;
	box-shadow: inset 0 0 9px 4px #110057;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px 1em 4px;
	position: relative;
	text-align: center;
}

a.sh-button {
	text-decoration: none;
}

.sh-button-special {
	width: 200px;
	height: 30px;
	padding-top: 10px;
}

.sh-button:before {
	content: '';
	-webkit-border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	-webkit-box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, .33);
	-moz-box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, .33);
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, .33);
	height: 1px;
	height: 1.5px;
	position: absolute;
	top: 2px;
	top: 1.5px;
	right: 2px;
	left: 2px;
}

.sh-button:after {
	content: '';
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
	position: absolute;
	top: 100%;
	right: 2px;
	left: 2px;
}

.sh-button + .sh-button {
	margin-left: 1.5em;
}

.error {
	color: #EB7425;
}

.question-answers {
	display: inline-block;
	list-style-type: none;
	margin-right: 2em;
}

	.question-answers > li {
		display: inline-block;
		margin: 10px 1.5em 10px 0;
	}

	.question-answers input {
		margin-right: 5px;
		vertical-align: middle;
	}

.questionnaire-controls {
	margin-top: 30px;
}

	.questionnaire-controls .sh-button {
		min-width: 150px;
	}

[id$='btnPayNow'].sh-button {
	height: 30px;
	line-height: 2;
	margin: 0 0 6px;
	width: 200px;
}

/*============ FFM STYLES ==============*/

h2.ffm-title {
	color: #110057;
	line-height: 1em;
	font-size: 3em;
	margin: 1% 0 0 0;
}

h3.ffm-title {
	color: #110057;
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}

strong.ffm {
	color: #110057;
}

ul.payment {
	width: 230px;
	margin: 0 0 20px 0;
	padding: 5% 11% 2% 9%;
	border-radius: 10px;
	background-color: #E4E3DF;
	list-style: none;
	box-shadow: inset 0 0 50px 5px #d4dace;
	-moz-box-shadow: inset 0 0 50px 5px #d4dace;
	-webkit-box-shadow: inset 0 0 50px 5px #d4dace;
}

.question {
	height: 30px;
	width: 30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
}
/*============ RESPONSIVE STYLES ==============*/

@media screen and (max-width: 900px) {
	section#home ul#under-video {
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
		width: 100%;
		*zoom: 1;
	}

		section#home ul#under-video:before,
		section#home ul#under-video:after {
			content: "";
			display: table;
		}

		section#home ul#under-video:after {
			clear: both;
		}

		section#home ul#under-video li {
			float: none;
			width: 100%;
			margin-bottom: 2px;
		}

			section#home ul#under-video li.last {
				width: 100%;
			}

				section#home ul#under-video li.last a {
					height: auto;
				}

			section#home ul#under-video li a {
				font-size: 1em;
				height: auto;
			}
}

@media screen and (max-width: 720px) {
	#main {
		width: 90%;
		padding: 0 5% 50px 5%;
	}

		#main #sections section {
			width: 100%;
			padding: 5% 0 0 0;
		}

			#main #sections section h2 {
				font-size: 1.7em;
			}

			#main #sections section h3 {
				font-size: 1.4em;
			}
}
