@font-face {
	font-family: 'GillSansMT-Italic';
	src: url('fonts/gillsansmtitalic.eot');
	src: url('fonts/gillsansmtitalic.eot?#iefix') format('embedded-opentype'),  url('fonts/gillsansmtitalic.woff') format('woff'),  url('fonts/gillsansmtitalic.ttf') format('truetype'),  url('fonts/gillsansmtitalic.svg#gillsansmtitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSansMT-BoldItalic';
	src: url('fonts/gillsansmtbolditalic.eot');
	src: url('fonts/gillsansmtbolditalic.eot?#iefix') format('embedded-opentype'),  url('fonts/gillsansmtbolditalic.woff') format('woff'),  url('fonts/gillsansmtbolditalic.ttf') format('truetype'),  url('fonts/gillsansmtbolditalic.svg#gillsansmtbolditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSansMT-Bold';
	src: url('fonts/gillsansmtbold.eot');
	src: url('fonts/gillsansmtbold.eot?#iefix') format('embedded-opentype'),  url('fonts/gillsansmtbold.woff') format('woff'),  url('fonts/gillsansmtbold.ttf') format('truetype'),  url('fonts/gillsansmtbold.svg#gillsansmtbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSansMT';
	src: url('fonts/gillsansmt.eot');
	src: url('fonts/gillsansmt.eot?#iefix') format('embedded-opentype'),  url('fonts/gillsansmt.woff') format('woff'),  url('fonts/gillsansmt.ttf') format('truetype'),  url('fonts/gillsansmt.svg#gillsansmt') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-size: 12pt;
	height: 100%;
}
body {
	font-family: "Gill Sans MT", "Gill Sans", "GillSansMT", Calibri, sans-serif;
	margin: 0;
	height: 100%;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
    color: inherit;
}
p {
	font-size: 1.3em;
	margin-top: 0.3em;
	line-height: 1.25em;
}
ul {
	font-size: 1.3em;
}
p.sub-text {
	font-size: 0.9em !important;
}
.text-shadow {
    text-shadow: 1px 1px 2px black;
}
h1 {
	color: white;
	text-transform: uppercase;
	font-size: 2.6em;
	letter-spacing: 0.1em;
	line-height: 1.14em;
	font-weight: normal;
}
h2 {
	color: white;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	font-weight: normal;
}
h3 {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	letter-spacing: 0.2em;
}
h4 {
	font-size: 0.92em;
	font-weight: normal;
}
input{
	line-height: 1.5em;
}
ul.center-text {
	list-style-position: inside;
	padding-left: 0;
}
.uppercase {
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.white-text {
	color: white !important;
}
.black-text {
	color: black !important;
}
.gray-text {
	color: #a6a6a6 !important;
}
.gold-text {
	color: #8c7957 !important;
}
.margin-top-30 {
	margin-top: 1.7em;
}
.margin-top-45 {
	margin-top: 2.8em;
}
.margin-top-60 {
	margin-top: 3.7em;
}
.margin-top-100 {
	margin-top: 6.3em;
}
.container-450 {
	width: 22em;
	position: relative;
}
.error {
	color: #ba2d2d;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.absolute-center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.center-text {
	text-align: center;
}

#thank-you-instructions{
	font-size: 18px;
}
.background-cover {
	background-size: cover !important;
}
.panel {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
body .panel {
	padding-top: 50px;
}
body.stacking-panel .panel {
	height: 100%;
	min-height: 600px;
	padding-top: 50px;
}
.bottom-panel {
	z-index: 400;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.white-border-button {
	cursor: pointer;
	display: block;
	color: white;
	background-color: transparent;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid white;
}
.gold-button,
.black-button {
	letter-spacing: 0.1em;
	font-size: 1em;
	cursor: pointer;
	display: block;
	color: white !important;
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.gold-button {
	background-color: #8c7957;
	border: 1px solid #8c7957;
}
.gold-button:hover {
	background-color: #a38e69;
}
.gold-button.inactive {
	color: #8c7957;
	background-color: transparent;
}
.black-button {
	background-color: black;
	border: 1px solid black;
}
.fixed {
	position: fixed;
}
.fixed-top, .panel.fixed {
	position: fixed;
	top: 0;
}
.fixed-bottom {
	position: fixed !important;
	bottom: 0;
}
.fixed-right {
	position: fixed;
	right: 0;
}
.fixed-left {
	position: fixed;
	left: 0;
}
.ui-autocomplete {
	padding-left: 0;
	list-style: none;
	background-color: white;
	color: black;
	font-size: 1em;
	padding: 0.5em;
	height: 200px;
	overflow-y: scroll;
}
.ui-autocomplete li {
	cursor: pointer;
}
.fancybox-skin, .fancybox-inner {
	background-color: #000 !important;
	color: #fff;
}
ul.bxslider {
	margin: 0;
	font-size: 1.1em;
}
.testimonial-container {
	max-height: 210px;
	max-width: 510px;
	visibility: hidden;
}
.bx-wrapper {
	float: left;
	width: 535px;
	position: relative;
	margin: 30px 35px !important;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
	cursor: pointer;
	background-size: 7px 12px;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
}
.bx-wrapper .bx-next {
	background: url('/external/img/icons/gold_arrow_right_small.png') no-repeat center;
	right: -35px;
}
.bx-wrapper .bx-prev {
	background: url('/external/img/icons/gold_arrow_left_small.png') no-repeat center;
	left: -35px;
}
.author {
	text-transform: uppercase;
	font-size: 0.75em;
}
.author .author-name {
	color: #8c7957;
}
.joor-inline-logo {
	display: inline-block;
	height: 1.1em;
	width: 3.5em;
	margin-bottom: -0.3em;
}
html.backgroundsize .joor-inline-logo {
	background: url('/external/img/icons/joor_logo.png') no-repeat center;
	background-size: contain;
}
html.no-backgroundsize .joor-inline-logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/external/img/icons/joor_logo.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/external/img/icons/joor_logo.png',
	sizingMethod='scale')";
}
.joor-inline-logo-white {
	display: inline-block;
	height: 1.1em;
	width: 3.5em;
	margin-bottom: -0.3em;
}
html.backgroundsize .joor-inline-logo-white {
	background: url('/external/img/icons/joor_logo_white.png') no-repeat center;
	background-size: contain;
}
html.no-backgroundsize .joor-inline-logo-white {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/external/img/icons/joor_logo_white.png',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/external/img/icons/joor_logo_white.png',
	sizingMethod='scale')";
}
a img {
	border: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay-white {
	background-color: white;
	opacity: 0.9;
}
.overlay-black {
	background-color: black;
	opacity: 0.7;
}
.overlay-gray {
	background-color:#444444;
	opacity:0.9;
}
.light-opacity {
	opacity: 0.7;
}
.spacer{
	width: 100%;
	height: 130%;
	min-height: 650px;
	display: none;
}
.spacer.current {
	display: block;
}
.panel .content,
.footer .content{
	width: 1111px;
}
.nav-fixed > .content {
	padding-top: 100px;
	width: 1111px;
}

@media (max-width: 1060px) {
	.panel .content,
	.footer .content{
		width: 890px;
	}
	.nav-fixed > .content {
		width: 890px;
	}
	.bx-wrapper {
		width: 435px;
	}
}

@media (max-width: 900px) {
	html {
		font-size: 8pt;
	}
	h1 {
		font-size: 1.6em;
		line-height: 1.4em;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.2em;
	}
	p.sub-text {
		font-size: 1.3em;
	}
	.mobile-gold-button {
		letter-spacing: 0.1em;
		font-size: 1em;
		cursor: pointer;
		display: block;
		color: white !important;
		text-transform: uppercase;
		padding: 10px 20px;
		text-decoration: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		background-color: #8c7957;
		border: 1px solid #8c7957;
	}
	.bottom-panel {
		position: relative;
	}
	.top-panel {
		height: auto;
	}
	.absolute-center {
		margin: auto;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
	}
	.panel .content,
	body > .content,
	.footer .content {
		max-width: 28em !important;
		min-width: 28em !important;
	}
	.panel {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		position: relative !important;
		top: 0 !important;
	}
	.spacer {
		display: none !important;
	}
	body.stacking-panel .panel {
		height: auto;
		padding-top: 0;
		min-height: 0;
	}
	.bx-wrapper .bx-next,
	.bx-wrapper .bx-prev {
		display: none;
	}
	.testimonial-container {
		float: none;
	}
}
