/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"WeblySleek UI Light";
	src:url("../../resources/fonts/weblysleekuil.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuil.woff") format("woff"),
	url("../../resources/fonts/weblysleekuil.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuil.svg#WeblySleekUILight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semilight";
	src:url("../../resources/fonts/weblysleekuisl.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuisl.woff") format("woff"),
	url("../../resources/fonts/weblysleekuisl.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semibold";
	src:url("../../resources/fonts/weblysleekuisb.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuisb.woff") format("woff"),
	url("../../resources/fonts/weblysleekuisb.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");
}
/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0;
	padding:0;
	font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	border:0 none;
	color:#3B3B3B;
}
body
{
	background-color:#EEBF71;
	background-image:url(../../images/design-assets/body-bg.jpg);
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}

/*------------------------------------
	Columns and general assets
------------------------------------*/
.column-1200
{
	width:1200px;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:900px;}
.column-800{width:800px;}
.column-600{width:600px;}
.column-400{width:400px;}
.column-300{width:300px;}

.column-half, .column-one-forth, .column-one-third, .column-two-third, .column-three-forth
{
	float:left;
	display:inline;	
}

.solo-column
{
	width:800px;
	margin:0 auto;
}

.column-half{width:50%}
.column-one-forth{width:25%}
.column-one-third{width:33%}
.column-two-third{width:66%}
.column-three-forth{width:75%}

.clear
{
	clear:both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.left{float:left; display:inline}
.right{float:right; display:inline}

.spacer{display:block; height:0.8em}
.spacer-2x{display:block; height:1.6em}
.spacer-3x{display:block; height:2.4em}

.padding{padding:0.8em}
.padding-offset{padding-left:0.8em; padding-right:0.8em}
.padding-offset-half{padding-left:0.4em; padding-right:0.4em}
.padding-top-bottom{padding-top:0.8em; padding-bottom:0.8em}
.padding-top{padding-top:0.8em}
.padding-right{padding-right:0.8em}
.padding-bottom{padding-bottom:0.8em}
.padding-left{padding-left:0.8em}
.padding-top-0{padding-top:0}
.padding-right-0{padding-right:0}
.padding-bottom-0{padding-bottom:0}
.padding-left-0{padding-left:0}

.inline{display:inline}
.block{display:block}
.inline-block{display:inline-block}

.img-full-width
{
	width:100%;
	height:auto;
}

/*h1, h2, h3, h4, h5, h6, */ul, ol, dl, p, table
{
	margin-bottom:0.8em;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}

/* General Assets*/
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.5em}
.large{font-size:2em}
.extra-large{font-size:3em}

.normal, .light{font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;}
.semilight{font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif;}
.bold{font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;}

.center{text-align:center}
.text-right{text-align:right}
.capitalize{text-transform:uppercase}

.white{color:#FFF}
.blue{color:#004C6E}
.deep-gray{color:#2F2E2D}
.yellow{color:#F0C505}
.red{color:#DA251C}

.white-bg{background:#FFF}
.blue-bg{background:#004C6E}
.deep-gray-bg{background:#2F2E2D}
.yellow-bg{background:#F0C505}
.red-bg{background:#DA251C}

.link{text-decoration:none}
.link:hover, .link:active{text-decoration:underline}

.hr
{
	display:block;
	height:0;
	line-height:0;
	border-top:1px solid #004C6E;
}
.collapsing-seperator
{
	border-right:1px solid #CCC;
	box-sizing:border-box;
}

/*------------------------------------
	Header and Nav
------------------------------------*/
#header
{
	width:100%;
	text-align:center;
	position:fixed;
	background:#DA251C;
}
#logo
{
	margin-bottom:1.5em;
	max-width:80%;
	height:auto;
}
#phone
{
	display:none;
	margin-top:1em;
	margin-left:0.8em;
	height:3em;
	width:3em;
}
/*
#phone a
{
	display:inline-block;
	height:3em;
	width:3em;
	background:url(../../images/design-assets/phone.png) center center no-repeat;
}
*/
/* nav */
#nav
{
	display:inline-block;
	margin:0 auto;
	padding:0.8em;
	/*background:#333333;*/
}
#nav li
{
	display:inline;
}
#nav li a
{
	display:inline-block;
	background:#DA251C;
	padding:0.4em 0.8em;
	text-decoration:none;
	color:#FFF;
}
#nav li a:hover
{
	background:#004C6E;
}

.section
{
	padding-top:4.6em;
}
#home
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

/*
.boxed-link-white,
.boxed-link-deep-gray
{
	display:inline-block;
	padding:0.8em 2.8em 0.8em 0.8em;
	border:1px solid;
	text-decoration:none;
}
.boxed-link-deep-gray
{
	background:url(../../images/design-assets/arrow-deep-gray.png) right center no-repeat;
}
.boxed-link-white
{
	background:url(../../images/design-assets/arrow-white.png) right center no-repeat;
	border-color:#FFF;
	color:#FFF;
}

.product-list
{
	list-style:none;
}
.product-list li:before
{
	display:inline-block;
	padding-right:0.4em;
	content:"\2022";
	color:#651366;
}
*/
.call-to-action li
{
	display:inline-block;
	margin:0 0.2em;
}

#footer
{
	border-top:1px solid #651366;
}
#footer-right
{
	text-align:right;
}
.footer-social
{
	display:inline-block;
	padding:0 0.2em;
	text-decoration:none;
}

/*------------------------------------
	Forms
------------------------------------*/
/* #newsletter-subscribe */
form
{
	text-align:center;
}
/* #newsletter-subscribe input, #newsletter-email-subscribe label */
input, label, textarea
{
	display:block;
	height:2.5em;
	line-height:2.5em;
	width:70%;
	margin:0.8em auto 0.2em auto;
	text-align:center;
	background:none;
}
/* #newsletter-subscribe #newsletter-email-subscribe */
input.text-box, textarea
{
	border:1px solid #B08A50;
}
textarea
{
	height:3.6em;
	line-height:1.2em;
	padding:0.6em 0;
}
::-webkit-input-placeholder {
color: #B08A50;
opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
color: #B08A50;
opacity:1;
}

::-moz-placeholder { /* Firefox 19+ */
color: #B08A50;
opacity:1;
}

:-ms-input-placeholder {
color: #B08A50;
opacity:1;
}

input.text-box-err, textarea-err
{
	border:1px solid #FF0000;
}

.captchaUserInput
{
	display:inline-block !important;
	width:3em;
	margin-top:0;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0 0 0 0;
	vertical-align:top;
	border:1px solid #F4D899;
}
.err
{
	font-size:0.75em;
	display:inline-block;
	width:100%;
	margin-top:0;
	margin-bottom:1em;
	color:#2F2D2C;
}

.form-label
{
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:0;
}

.submit
{
	background:#004C6E;
	color:#FFF;
	cursor:pointer;
}
.submit:hover, .submit:active
{
	background:#00293B;
}

.widescreen-margin
{
	display:block;
	margin-top:4em;
}
/*------------------------------------
	Media Queries
------------------------------------*/
@media screen and (max-width: 1200px)
{
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:75%;}
.column-800{width:66%;}
.column-600{width:50%;}
.column-400{width:33%;}
.column-300{width:25%;}
.left{float:left; display:inline}
.right{float:right; display:inline}

}
@media screen and (max-width: 1024px)
{
}
@media screen and (max-width: 800px)
{
/* columns */
.column-1200, .solo-column
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:none;
	width:100%;
}
#footer-right
{
	text-align:left;
}
.widescreen-margin
{
	display:none;
	margin-top:0;
}
}

@media screen and (max-width: 480px)
{
.column-half, .column-one-forth, .column-one-third, .column-two-third, .column-three-forth
{
	width:100%
}
.collapsing-seperator
{
	border-right:0;
}

.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.2em}
.large{font-size:1.4em}
.extra-large{font-size:1.8em}

}

@media screen and (max-width: 320px)
{
}

