@import url(//fonts.googleapis.com/css?family=Noticia+Text:400,400italic,700,700italic|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* nothing before @import */

/*
INSTINCT MAIN.CSS v1
last update (Feb 20, 2013)
by Neambo
*/

/* ########## HTML & BODY ########## */
html, body {
    margin: 0;
	padding: 0;
	color: #777;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-rendering: optimizelegibility;
}

html {
	background: #fff url(//cdn2.hubspot.net/hub/273774/mp/lp/Instinct/texture.png);
}

body {
	padding-bottom: 50px;
	background: none;
}


/* ########## CONTAINER ########## */
#container {
	max-width: 900px;
	margin: 0 auto;
}


/* ########## HEADER ########## */
#header {
	overflow: hidden;
	width: auto;
	padding: 30px 30px 21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* ie8 */
.lt-ie9 #header {
	border-bottom: 1px solid #E5E5E5;
}

/* logo */
#logo {
	float: left;
	width: 40%;
}

/* slogan */
#slogan {
	float: right;
	width: 55%;
	text-align: right;
	margin: 20px 0 0 5%;
	color: #aaa;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
	text-transform: uppercase;
}


/* ########## HERO ########## */

/* main headline */
h1#main_headline {
	margin: 32px 0 20px;
	padding: 0;
	color: #222;
	font-family: 'Noticia Text', 'Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
}

/* secondary headline */
h2#secondary_headline {
	display: block;
	width: auto;
	margin: 0 0 10px;
	padding: 17px 10px;
	border: 1px solid;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	-khtml-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.1);
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.1;
	font-weight: 300;
}

/* ie7 */
.lt-ie8 h2#secondary_headline {
	overflow: auto;
}


/* ########## CONTENT ########## */
#content {
	overflow: hidden;
	padding: 30px 8px;
}

/* main */
#main {
	width: 62%;
	min-height: 1px;
}

#main.left_main {
	float: left;
}

#main.right_main {
	float: right;
}

/* left */
#left {
	width: 34%;
	float: left;
	margin-right: 4%;
	min-height: 1px;
}

/* right */
#right {
	width: 34%;
	float: right;
	margin-left: 4%;
	min-height: 1px;
}

/* hero banner */
#hero_banner {
	width: 100%;
}

#hero_banner.left_banner {
	float: left;
}

#hero_banner.right_banner {
	float: right;
}

/* hero form */
#hero_form {
	width: 33%;
	margin: 15px 0 0;
	position: relative;
	z-index: 2;
}

#hero_form.left_form {
	float: left;
	margin-left: 1.5%;
	margin-right: -34.5%;
}

#hero_form.right_form {
	float: right;
	margin-left: -34.5%;
	margin-right: 1.5%;
}

/* module */
.module {
	margin-bottom: 30px;
}

/* box */
.box {
	padding: 20px;
	background: #f3f3f3;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#hero_form .box {
	-webkit-opacity: 0.95;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}


/* ########## FOOTER ########## */
#footer_container {
	width: 100%;
	float: left;
	overflow: hidden;
	clear: both;
}

#footer {
	max-width: 900px;
	margin: 0 auto;
	padding: 18px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #aaa;
	font-size: 10px;
}

/* ie8 */
.lt-ie9 #footer {
	border-top: 1px solid #CBCBCB;
}


/* ########## TYPOGRAPHY ########## */

/* headlines */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	padding: 0;
	color: #222;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
	font-weight: 800;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

h3.form-title {
	margin: 0 0 20px;
}

#main > h1:first-child,
#main > h2:first-child,
#main > h3:first-child,
#main > h4:first-child,
#main > h5:first-child,
#main > h6:first-child,
#main > span > h1:first-child,
#main > span > h2:first-child,
#main > span > h3:first-child,
#main > span > h4:first-child,
#main > span > h5:first-child,
#main > span > h6:first-child,
#right > .module > h1:first-child,
#right > .module > h2:first-child,
#right > .module > h3:first-child,
#right > .module > h4:first-child,
#right > .module > h5:first-child,
#right > .module > h6:first-child,
#right > .module > span > h1:first-child,
#right > .module > span > h2:first-child,
#right > .module > span > h3:first-child,
#right > .module > span > h4:first-child,
#right > .module > span > h5:first-child,
#right > .module > span > h6:first-child,
#left > .module > h1:first-child,
#left > .module > h2:first-child,
#left > .module > h3:first-child,
#left > .module > h4:first-child,
#left > .module > h5:first-child,
#left > .module > h6:first-child,
#left > .module > span > h1:first-child,
#left > .module > span > h2:first-child,
#left > .module > span > h3:first-child,
#left > .module > span > h4:first-child,
#left > .module > span > h5:first-child,
#left > .module > span > h6:first-child {
	margin-top: 0;
}

/* links */
a {
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/* unordered lists */
ul {
	margin: 20px 0;
	padding: 0 0 0 30px;
	overflow: hidden;
}

ul ul {
	margin: 0;
}

/* ordered lists */
ol {
	margin: 20px 0;
	padding: 0 0 0 30px;
	overflow: hidden;
	list-style: decimal;
}

ol ol {
	margin: 0;
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

/* list items */
li {
	margin: 0 0 5px;
	padding: 0;
}

/* blockquotes */
blockquote {
	margin: 20px 60px 20px 0;
	padding: 0 0 0 50px;
	min-height: 32px;
	background: url(//cdn2.hubspot.net/hub/273774/mp/lp/Instinct/quotes.png) left top no-repeat;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
}

blockquote h4 {
	margin: 6px 0 0;
	color: inherit;
	font-size: 12px;	
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
}

/* horizontal rules */
hr {
	margin: 20px 0;
	border: none;
	height: 1px;
	background: #ddd;
	color: #ddd;
}


/* ########## FORMS ########## */
form ul {
	list-style: none !important;
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}

/* ie7 */
.lt-ie8 form ul {
	list-style-image: none !important;
}

form ul li {
	margin: 0;
	padding: 0;
	background: none;
}

/* calendar picker */
#caldays {
	height: auto !important;
	overflow: hidden;
}

/* inputs */
input[type="text"],
input[type="file"],
input[type="email"],
input[name="number_field"],
textarea,
select {
	width: 95%;
	margin: 0 0 10px;
	padding: 8px 5px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06) inset;
	-khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06) inset;
	outline: none;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[name="number_field"]:focus,
textarea:focus,
select:focus,
input[type="text"]:active,
input[type="file"]:active,
input[type="email"]:active,
input[name="number_field"]:active,
textarea:active,
select:active {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* labels */
label {
	display: block;
	padding-bottom: 2px;
	color: #222;
	font-size: 13px;
}

/* buttons */
.hs-button.large.primary {
	display: inline-block;
	width: auto;
	padding: 10px 30px;
	margin: 8px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	-khtml-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	white-space: normal;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

/* ie8 */
.lt-ie9 .hs-button.large.primary {
	border: 1px solid #307EBB;
}

/* ie7 */
.lt-ie8 .hs-button.large.primary {
	padding: 10px 0;
}

.hs-button.large.primary:focus,
.hs-button.large.primary:active {
	position: relative;
	top: 1px;
	left: 1px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) inset;
	-khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) inset;
}

/* errors */
.hsformerror {
	height: auto !important;
}

.hsformerror p {
	line-height: 15px;
}

/* images */
img {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto !important;
}

a img {
	border: none;
	outline: none;
}

#hero_banner img {
	width: 100% !important;
}

img[style*="float: left"],
img[style*="float:left"],
img[align="left"],
img.alignLeft {
	margin: 4px 10px 8px 0 !important;
}

img[style*="float: right"],
img[style*="float:right"],
img[align="right"],
img.alignRight {
	margin: 4px 0 8px 10px !important;
}


/* ########## MEDIA QUERIES ########## */

/* max-width 940px */
@media (max-width: 940px) {
	body {
		padding: 0 20px;
	}
}

	/* max-width 767px */
@media (max-width: 767px) {
	#logo, #slogan, #main, #left, #right {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

	#logo, #slogan {
		text-align: center;
	}

	#logo {
		margin-bottom: 12px;
	}

	#footer {
		letter-spacing: 1px;
		word-spacing: 1px;
		font-size: 10px;
	}

	#hero_form {
		width: 100%;
		margin: 5px 0 0 !important;
		float: none;
	}

	blockquote {
		margin-right: 20px;
	}

	img[style*="float: left"],
	img[style*="float:left"],
	img[align="left"],
	img[style*="float: right"],
	img[style*="float:right"],
	img[align="right"],
	img.alignLeft,
	img.alignRight {
		max-width: 35% !important;
	}
}

/* updates */
#caldays {
	clear: both;
}
