/* Table of Content
==================================================
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Table
	#Reveal Modals
	#Misc */


/* #Fonts
================================================== */	
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

@font-face {
	font-family: 'nexa_boldregular';
	src: url('../fonts/nexa_bold-webfont.eot');
	src: url('../fonts/nexa_bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/nexa_bold-webfont.woff') format('woff'),
	   url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
	   url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nexa_lightregular';
	src: url('../fonts/nexa_light-webfont.eot');
	src: url('../fonts/nexa_light-webfontd41d.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/nexa_light-webfont.woff') format('woff'),
	   url('../fonts/nexa_light-webfont.ttf') format('truetype'),
	   url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* #Basic Styles
================================================== */
html, body {height:100%;}

body {
	position: relative;
	background: #ebebeb url(../images/pattern.gif) 50% 0;
	font: 13px/19px 'PT Sans', sans-serif;
	color: #77778d;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #Site Styles
================================================== */
#wrapper {
	
}
.top-wrapper {
	background: #ebebeb;
}



/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #004e99;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	margin-bottom: 1em;
}
h6 {
	font-size: 12px;
	font-weight: normal;
}
.bordered {
	margin-bottom: 40px;
	padding: 12px 0;
	border-top: 1px solid #ffffef;
	border-bottom: 1px solid #ffffef;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: 'nexa_lightregular';
	color:#FFF;
}
.skeleton-custom .title h2 {
	position: relative;
	z-index: 4;
	float: left;
	font-weight: normal;
	font-size: 32px;
	font-family: 'nexa_lightregular';
	line-height: 1em;
}
	.skeleton-custom .title h2:after {
		position: relative;
		top: 13px;
		display: inline-block;
		margin: -5px 0 0 -14px;
		width: 2px;
		width: 37px;
		height: 45px;
		height: 36px;
		content:"";
		vertical-align: bottom;
		white-space: nowrap;
	}

/*	Blockquotes  */
blockquote {
	border: 1px solid #3b3b4b;
	margin: 30px 0;
	padding: 16px 30px 17px 192px;
	font-style: italic;
	line-height: 21px;
	position: relative;
}
blockquote:before {
	content:open-quote;
	display: block;
	position: absolute;
	left: 52px;
	top: 14px;
	font-style: normal;
	font-size: 100px;
	line-height: 1em;
}
blockquote:after {
	content:"";
	display: block;
	position: absolute;
	left: 148px;
	top: -1px;
	bottom: -1px;
	width: 10px;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
	background: #1d1d33;
	border-left: 1px solid #3b3b4b;
	border-right: 1px solid #3b3b4b;
}
blockquote strong {
	color: #ffffef;
}
blockquote p {
	margin: 1.5em 0 0 0;
}
blockquote p:first-child {
	margin-top: 0;
}
.bq { 
	margin: 0;
	font-style: italic;
	padding: 18px;
	border: 1px solid #ffffef;
	line-height: 19px;
}
.bq:before,
.bq:after {
	display: none;
}
	.bq cite { 
		display: block; 
		font-size: 12px; 
		color: #ffffef;
		font-style: normal;
		position: relative;
		padding-left: 55%;
		margin-top: 1.5em;
	}
		.bq cite:before {
			content:"";
			position: absolute;
			display: inline-block;
			vertical-align: middle;
			width: 55%;
			height: 1px;
			background: #ffffef;
			top: 18px;
			left: -18px;
		}
		.bq cite .name {
			font-size: 18px;
			font-style: normal;
		}
		.bq cite .position {

		}

.bq-alt {
	border: none;
	padding: 0;
}
	.bq-alt .bq-inner {
		background: #ffffef;
		color: #1d1d33;
		padding: 30px 20px;
		position: relative;
		line-height: 23px;
	}
	.bq-alt .bq-inner:before {
		content:open-quote;
		display: block;
		position: absolute;
		left: 20px;
		top: 24px;
		height: 20px;
		font-size: 26px;
	}
	.bq-alt .bq-inner p:last-child {
		text-indent: 10px;
		margin-bottom: 0;
	}
	.bq-alt .bq-inner p:last-child:after {
		content:close-quote;
		display: inline-block;
		margin-left:0;
		vertical-align: top;
		font-size: 26px;
	}
	.bq-alt cite {
		margin: 0;
		padding: 24px 0 0 80px;
		font-size: 16px;
	}
		.bq-alt cite .name,
		.bq-alt cite .position {
			font-size: 16px;
			font-weight: bold;
		}
		.bq-alt cite:before {
			display: none;
		}
		.bq-alt cite:after {
			content:"";
			display: block;
			position: absolute;
			left: 30px;
			top: 0;
			width: 0; 
			height: 0; 
			border-left: 20px solid transparent;
			border-right: 0 solid transparent;
			border-top: 11px solid #ffffef;
		}
		

p {
	margin: 0 0 1.5em 0;
}
.lead {
	font-size: 16px;
	line-height: 1.2em;
}
.lead-large {
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffef;
}


/* #Links
================================================== */
a { 
	color: #ffffef;
	text-decoration: none;
	outline: 0;
	border-bottom: 1px dotted #ffffef;
}
a:hover { 
	text-decoration: none;
	color: #b45883;
	border-bottom-color: #b45883;
}
a:focus {
	outline: none;
}


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;}
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { margin-bottom: .75em; color: #b9b9c7; }

ul li {
	position: relative;
	padding: 0 0 0 20px;
}
	ul li:after {
		content:"";
		width: 5px;
		height: 5px;
		background: #ffffef;
		border: 2px solid #b45883;
		position: absolute;
		left: 0;
		top: 6px;
	}

.unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.unstyled li {
		margin: 0;
		padding: 0;
	}
	.unstyled li:after {
		display: none;
	}

dl.number-result {

}
	dl.number-result dt {
		font-size: 18px;
		line-height: 1em;
		font-weight: normal;
		margin: 0 0 1.75em 0;
		padding: 0;
	}
	dl.number-result dd {
		font-size: 40px;
		margin: 0;
		padding: 0;
		line-height: 1em;
		font-family: 'nexa_boldregular';
	}


/* Definition List */
.def-list {

}
	.def-list li {
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: .4em;
		color: #77778d;
	}
	.def-list li strong {
		color: #d3d3da;
	}
.project-desc {
	line-height: 21px;
	padding-top: 3px;
}
	.project-desc .lead {
		color: #d3d3da;
	}	


/* #Images
================================================== */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.fullwidth {
	display:block;
	min-width:100%;
	max-width:100%;
}
img.fullwidth {
	image-rendering:optimizeQuality;
	-ms-interpolation-mode:bicubic;
}
.thumb {
	float: left;
	position: relative;
	margin: 8px 20px 10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.thumb__right {
	float: right;
	margin: 8px 3px 10px 20px;
}
	.thumb:before,
	.thumb:after {
		position: absolute;
		z-index: 1;
		display: block;
		border-right: 1px solid #f4f4d9;
		border-bottom: 1px solid #f4f4d9;
		content:"";
	}
	.thumb:before {
		top: 3px;
		right: -1px;
		bottom: -1px;
		left: 3px;
	}
	.thumb:after {
		top: 5px;
		right: -3px;
		bottom: -3px;
		left: 5px;
	}
	.thumb img {
		position: relative;
		z-index: 3;
		border: 1px solid #191938;
		vertical-align: top;
		-webkit-transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
		.thumb a {
			border-bottom: none;
		}
		.thumb a:hover img {
			opacity: .5;
		}

/* Framed Thumbnail */
.thumb-framed {
	border: 9px solid #ffffef;
	display: block;
	-webkit-box-shadow: 1px 5px 5px #000;
	-moz-box-shadow: 1px 5px 5px #000;
	box-shadow: 1px 5px 5px #000;
}
	.thumb-framed img {
		border: 1px solid #191938;
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



/* #Buttons
================================================== */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 4px 23px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #d3d3da url(../images/pattern-dot.png);
	-webkit-box-shadow: inset 0 -3px 0 rgba(255,255,255,.1), 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 -3px 0 rgba(255,255,255,.1), 0 2px 3px rgba(0,0,0,.4);
	box-shadow: inset 0 -3px 0 rgba(255,255,255,.1), 0 2px 3px rgba(0,0,0,.4);
	color: #191938;
	text-decoration: none;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	line-height: normal;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #ffffef;
	text-decoration: none;
}

.btn:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #ccc; 
}

.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}

button .arrow {
	display: inline-block;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Button Colors */
.btn-default {

}
.btn-default:hover {
	background: #b4b4cc;
	color: #191938;
}
.btn-info,
input.btn-info {
	background-color: #a3cbe9;
	color: #fff;
}
.btn-info:hover,
input.btn-info:hover {
	background: #79b4e0;
	color: #fff;
}
	.btn-info .arrow,
	input.btn-info .arrow {
		background-position: 0 -18px;
	}
.btn-success,
input.btn-success {
	background-color: #92da7f;
	color: #3d7030;
}
	.btn-success .arrow,
	input.btn-success .arrow {
		background-position: 0 -9px;
	}
.btn-success:hover,
input.btn-success:hover {
	background: #76c262;
	color: #3d7030;
}
.btn-warning,
input.btn-warning {
	background-color: #336799;
	color: #fff;
}
	.btn-warning .arrow,
	input.btn-warning .arrow {
		background-position: 0 -18px;
	}
.btn-warning:hover,
input.btn-warning:hover {
	background: #3c79b3;
	color: #fff;
}
.btn-link,
input.btn-link {
	background: none;
	color: #ffffef;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	.btn-link .arrow,
	input.btn-link .arrow {
		background-position: 0 -18px;
		margin-left: .6em;
	}

/* Button Sizes */
.btn-large,
input.btn-large {
	font-size: 16px;
	line-height: 22px;
	margin-right: 15px;
	padding: 9px 26px 14px 31px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 -5px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.3);
	box-shadow: inset 0 -5px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.3);
}
	.btn-large .arrow {
		margin-left: 14px;
	}
.btn-small {
	padding-left: 9px;
	padding-right: 9px;
}

/* Button display */
.btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}


/* #Forms
================================================== */
input {
	border:0;
	background:none;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
}

textarea {
	background:none;
	border:0;
	min-height:100px;
	overflow:auto;
	outline:none;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
}
	
/* Form defaults */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select { 
	display: block;
	margin: 0;
	padding: 14px 10px;
	line-height: 45px;
	height: 45px;
	max-width: 100%;
	outline: none;
	border: 1px solid #77778d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #77778d;
	color: #191938;
	font-size: 12px;
	line-height: 20px;
	font-family:'PT Sans', sans-serif;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
select { padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #ffffef;
	color: #ffffef;
}
/* Placeholders colors */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder{
	color:#191938;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color:#191938;
}
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder{
	color:#ffffef;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
	color:#ffffef;
}

label,
legend {
	display: block;
	font-weight: bold;
}
input[type="checkbox"] {
	display: inline;
}

.field {
	margin-bottom: 10px;
}

.input_error {
	border-color: #b45883 !important;
}

/* Inline Form */
.inline-form {
	position: relative;
	overflow: hidden;
}
	.inline-form input[type="text"],
	.inline-form input[type="email"],
	.inline-form input[type="password"] {
		width: 100%;
		margin: 0;
	}

	.inline-form input[type="submit"],
	.inline-form button {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		padding: 0 10px;
		font-size: 20px;
		text-align: center;
		height: 100%;
	}
	.inline-form button .arrow {
		display: block;
	}

/* Block Form */
.block-form input[type="text"],
.block-form input[type="email"],
.block-form input[type="password"],
.block-form input[type="tel"] {
	width: 100%;
	margin: 0;
}
.block-form textarea {
	width: 100%;
	margin: 0;
	height:155px;
}


/***** Dropkick Select Customization ******/

/* One container to bind them... */
.dk_container {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #77778d;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	max-width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.reveal-modal .dk_container {
	background: none;
}
	.dk_container:focus {
		outline: 0;
	}
	.dk_container a {
		cursor: pointer;
		text-decoration: none;
		color: #867270;
	}

/* Opens the dropdown and holds the menu label */
.dk_toggle {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 12px 30px 12px 10px;
	border: 1px solid #77778d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: url(../images/select-icon-1.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	color: #867270;
	font-size: 12px;
	font-family:'PT Sans', sans-serif;
	line-height: 19px;
	width: 100% !important;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
}
.reveal-modal .dk_toggle {
	color: #191938;
}
	.dk_toggle:active {
		
	}
	.dk_toggle:hover {
		border-color: #77778d;
	}
	/* Applied when the dropdown is focused */
	.dk_focus .dk_toggle {

	}
	.dk_focus .dk_toggle {

	}

/* Applied whenever the dropdown is open */
.dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
	.dk_open .dk_toggle {
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow: 0 0 3px rgba(0,0,0,.2);
		background-image: url(../images/select-icon-2.png);
	}

/* The outer container of the options */
.dk_options {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
	.dk_options a {
		margin: 0 9px;
		padding: 0 19px;
		border: none;
		color: #77778d;
		font-weight: normal;
		font-size: 12px;
		line-height: 30px;
	}
	.megadropdown .dk_options a {
		border-bottom: none;
	}
	.dk_options li:last-child a {
		border-bottom: none;
	}
	.dk_options a:hover,
	.dk_option_current a {
		background-color: #e5e5d7;
		color: #1d1d33;
		text-decoration: none;
		text-shadow: none;
	}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
	background: #ffffef;
	color: #867270;
	max-height: 250px;
	margin: 0;
	padding: 14px 0;
	position: relative;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border: 1px solid #77778d;
}
	.dk_options_inner:after {
		content:"";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1px;
		border-bottom: 1px solid #77778d;
		height: 4px;
		border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		-webkit-border-radius: 0 0 2px 2px;
	}
.dk_options_inner li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	font-weight: normal;
}
	.dk_options_inner li:after {
		display: none;
	}
.megadropdown .dk_options_inner li {
	width: 130px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	position: relative;
	zoom: 1;
	vertical-align: top;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 140px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  position: relative;
}
  .dk_container a {
    outline: 0;
  }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: #555;
  }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.megadropdown .dk_options{
	width: 522px;
	left: 0;
	right: auto;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc .dk_container select {
	position: relative;
	top: -99999em;
	visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/


/* #Table
================================================== */
table {
	width: 100%;
	background: #ffffef;
}
	table thead {
		background: #92da7f;
	}
		table thead th {
			font-weight: normal;
			font-size: 20px;
			line-height: 1.2em;
			color: #ffffef;
			text-align: left;
			font-family: 'nexa_lightregular';
			padding: 25px 20px;
		}
		table thead th:nth-child(odd) {
			background: #8ed47d;
		}
	table td {
		padding: 20px 20px;
		color: #1d1d33;
		border-bottom: 1px solid #cecec5;
	}
	table tr td:nth-child(odd) {
		background: #f8f8e9;
	}
	table .title {
		width: 190px;
	}


/* #Reveal Modals
================================================== */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: rgba(29,29,51,.5);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	position: absolute;
	top: 50px; 
	left: 50%;
	z-index: 101;
	visibility: hidden;
	margin-left: -230px;
	width: 460px;
	background: #ffffef;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.reveal-modal-inner {
	padding: 20px 80px;
}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/close.png) 0 0 no-repeat;
	vertical-align: top;
	cursor: pointer;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	border: none;
}

.reveal-modal hgroup {
	text-align: center;
	margin-bottom: 36px;
}
	.reveal-modal hgroup h2 {
		font-size: 32px;
		line-height: 1.2em;
		color: #1d1d33;
		font-weight: normal;
		margin-bottom: 0;
		font-family: 'nexa_lightregular';
	}
	.reveal-modal hgroup h3 {
		font-size: 14px;
		color: #1d1d33;
		font-weight: normal;
		margin-bottom: 0;
	}

.reveal-modal input[type="text"],
.reveal-modalinput[type="password"],
.reveal-modal input[type="email"],
.reveal-modal input[type="tel"],
.reveal-modal textarea,
.reveal-modal select {
	background: none;
}

.reveal-modal input[type="text"]:focus,
.reveal-modal input[type="password"]:focus,
.reveal-modal input[type="email"]:focus,
.reveal-modal input[type="tel"]:focus,
.reveal-modal textarea:focus {
	border-color: #191938;
	color: #191938;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.reveal-modal textarea {
	height: 145px;
}
.reveal-modal .button-wrapper {
	padding-top: 24px;
}



/* #Misc
================================================== */
.clear {clear:both;}
.center {text-align: center;}
.ovh {overflow:hidden;}
.fleft {float:left;}
.fright {float:right;}
.right {text-align: right;}
.left {text-align: left;}

.hide-text {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	border: 0;
	background:transparent;
}
.spacer {
	height: 70px;
	overflow: hidden;
}
.spacer__normal {
	height: 50px;
}
.spacer__small {
	height: 40px;
}
.spacer__mini {
	height: 30px;
}
.arrow {
	display: inline-block;
	width: 21px;
	height: 9px;
	background: url(../images/arrows.gif) 0 0 no-repeat;
}
.hide {
	display: none;
}
.hide-text {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	border: 0;
	background:transparent;
}

.overlay {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(25,25,56,.7);
	z-index: 2;
	-o-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

/* Responsive utility classes */
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}

/* Demo Styles */
.grid_6 .alert:first-child {
	margin-top: 0;
}

/* Animation */
.paused{
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
}
.running{
	-webkit-animation-play-state:running;
	-moz-animation-play-state:running;
	-o-animation-play-state:running;
	animation-play-state:running;
}
.animate0{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate1{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate2{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate3{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate4{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate5{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.animate6{
   -webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.animate7{
	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.4s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.animate8{
	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.6s;
	-moz-animation-timing-function: ease;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.animate9{
	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.8s;
	-moz-animation-timing-function: ease;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

.animate10{
	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 2s;
	-moz-animation-timing-function: ease;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}