@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);

body {
	background: #f2f2f2;
	color: #333;
	font: 16px/24px 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	color: #0077cc;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

hr {
	background: #aaa;
	border: none;
	display: block;
	height: 1px;
	margin: 1em 0;
}

a.button, button.button {
	box-shadow: 0 .5em 0 rgba(0, 0, 0, .1);
	color: white;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	margin-right: .2em;
	padding: .5em 1em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
a.button.blue, button.button.blue {
	background-color: #0077cc;
}
a.button.green, button.button.green {
	background-color: #6cae03;
}
a.button.orange, button.button.orange {
	background-color: #b65608;
}
a.button:hover, button.button:hover {
	top: -.2em;
}

.inner {
	padding: 0 2em;
	margin: 0 auto;
	width: 70em;
}

#header {
	background: #333333 url(/media/new/images/bg-pattern-header.png) top center;
	height: 5em;
	line-height: 5em;
}
#header a#octeth {
	color: #fff;
	float: left;
	font-size: 2em;
	font-weight: 700;
	line-height: 2.5em;
	margin-right: 2em;
	text-decoration: none;
}
#header ul {
	display: inline-block;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
}
#header ul li {
	float: left;
	margin-right: 1.2em;
}
#header ul li a {
	color: #dbe8f0;
	font-size: 1.15em;
	text-decoration: none;
}
#header ul li.selected a {
	color: #fff;
	font-weight: 600;
}
#header ul.small {
	float: right;
	margin:0;
}

#header ul.small a {
	font-size: 14px;
	margin-left: .5em;
	margin-right: 0;
}


#banner {
	background: #dbe8f0 url(/media/new/images/bg-pattern-banner.png) top center;
	padding: 5em 0 10em 0;
	text-align: center;
}
#banner h1 {
	color: #333333;
	font-size: 4em;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
#banner h2 {
	color: #333333;
	font-size: 1.5em;
	font-weight: 400;
	margin: 1.5em 0 0 0;
	padding: 0;
}

#product-list {
	margin-top: -6em;
}
#product-list .inner {
	height: 16em;
	padding: 0;
}
#product-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#product-list li {
	float: left;
}
#product-list li a {
	background: #ffffff;
	box-shadow: 0 .5em 0 rgba(0, 119, 204, .1);
	display: block;
	height: 16em;
	margin-right: .3em;
	padding: 1.28571428571429em 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	width: 22.4em;
}

#product-list li a:hover {
	box-shadow: 0 1em 0 rgba(0, 119, 204, .3);
	top: -1em;
	z-index: 99;
}
#product-list li h3 {
	color: #333;
	font-size: 2em;
	font-weight: 700;
	line-height: 0.66666666666667em;
	margin: .5em 0;
	padding: 0;
}
#product-list li p {
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#product-list li p.product-category {
	color: #0077CC;
	font-size: 1.28571428571429em;
	line-height: 1em;
	margin-top: .9em;
}
#product-list li div.learn-more div {
	background: #d0e2ee;
	color: #0077cc;
	display: inline-block;
	font-weight: 600;
	margin-top: 1em;
	padding: .3em .8em;
}


#home-content, .home-content {
	margin-top: 1em;
}
#home-content .inner, .home-content .inner {
	padding: 0;
}
#home-content .column, .home-content .column {
	float: left;
	padding: 1em;
	width: 23.33333333333333em;
}
#home-content .column-small, .home-content .column-small {
	float: left;
	padding: 1em;
	width: 17.499999999975em;
}

#footer {
	background: #333;
	margin-top: 3em;
	padding: 3em 0;
}
#footer .inner {
	position: relative;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em;
}
#footer ul li {
	color: #dbe8f0;
}
#footer ul a {
	color: #aaaaaa;
	text-decoration: none;
}
#footer p {
	color: #616265;
	margin: 2em 0 0 0;
}
#footer p a {
	color: #616265;	
}
#footer .subscribe {
	position: absolute;
	top: 0;
	right: 0;
}
#footer .subscribe p {
	color: #bbb;
	margin: 0 0 1em 0;
	width: 13em;
}

#product-banner {
	background: #0077cc url(/media/new/images/bg-pattern-product.png) top center;
	padding: 2em 0 0 0;
}
#product-banner .inner {
	position: relative;
}
#product-banner h2 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
#product-banner h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#product-banner ul {
	list-style: none;
	margin: 3em 0 0 0;
	padding: 0;
}
#product-banner ul li {
	float: left;
}
#product-banner ul li a {
	background: rgba(0, 45, 77, .3);
	color: #fff;
	display: block;
	font-size: 1.2em;
	margin-right: .5em;
	padding: .5em 1em;
	text-decoration: none;
}
#product-banner ul li.selected a {
	background: #f2f2f2;
	color: #333;
}

#pricing {
	margin: .5em 0 2em 0;
}
#pricing ul.pricing-table {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#pricing ul.pricing-table li {
	background: #ddd;
	display: inline-block;
	margin-right: 2px;
	text-align: center;
	width: 16em;
}
#pricing ul.pricing-table li h3 {
	background: rgba(0, 119, 204, .1);
	color: #0077cc;
	font-size: 2em;
	font-weight: 600;
	margin: 0;
	padding: 1em 0;
	text-transform: uppercase;
}
#pricing ul.pricing-table li h4 {
	background: #0077cc;
	border-bottom: 3px solid #f2f2f2;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0;
	padding: .5em 0;
	text-transform: uppercase;
}
#pricing ul.pricing-table li h4 span {
	font-size: .8em;
	font-weight: 300;
}
#pricing ul.pricing-table li h5 {
	color: #333;
	font-size: 1em;
	font-weight: 300;
	margin: 1em 0 0 0;
	padding: .5em 0;
	text-transform: uppercase;
}
#pricing ul.pricing-table li p {
	margin: 0 0 1em 0;
}
#pricing ul.pricing-table li p.notes {
	font-size: .8em;
	line-height: 1.3em;
	margin: 1.3em 0;
}
#pricing .button {
	margin-top: 1.5em;
}
#pricing .button:hover {
	background-color: #0077cc;
}
#pricing ul.pricing-method {
	border-bottom: 1px solid #0077cc;
	list-style: none;
	margin: 2em 0 1em 0;
	padding: 0;
	text-align: center;
}
#pricing ul.pricing-method li {
	display: inline-block;
}
#pricing ul.pricing-method li a {
	color: #0077cc;
	display: block;
	font-size: 1.2em;
	padding: .5em 1em;
	text-decoration: none;
}
#pricing ul.pricing-method li.selected a {
	border-bottom: 5px solid #0077cc;
	color: #333;
}

.pricing-detail {
	display: none;
	float: left;
	width: 28em;
}
.pricing-title {
	font-size: 2em;
	font-weight: 300;
	text-align: center;
}

#sub-content .inner {
	padding-left: 4em;
	padding-right: 4em;
}

#two-column-container {
	margin-top: 2em;
}

#sidebar {
	float: left;
	padding: 0;
	width: 20em;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {

}
#sidebar ul li a {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: block;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#sidebar ul li a.selected {
	background: white;
}
#two-column-container .sub-content {
	background: white;
	float: right;
	padding: 2em;
	width: 46em;
}
#two-column-container .sub-content h2 {
	color: #0077cc;
	margin: 0;
}
#two-column-container .sub-content .right img {
	float: right;
	margin-left: 2em;
}
#two-column-container .sub-content .right h2,
#two-column-container .sub-content .right p {
	float: left;
}
#two-column-container .sub-content .left h2,
#two-column-container .sub-content .left p {
	float: right;
}
#two-column-container .sub-content .left img {
	float: left;
	margin-right: 2em;
}
#two-column-container .sub-content .left h2,
#two-column-container .sub-content .right h2,
#two-column-container .sub-content .left p,
#two-column-container .sub-content .right p {
	width: 350px;
}
#two-column-container .sub-content div {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

#one-column-container {
	margin: 2em 0;
}
#one-column-container .inner {
	background: white;
	padding: 1em 2em;
	position: relative;
	width: 50em;
}
#one-column-container.push-20 .inner {
	left: 5em;
}

#two-column-container.with-dark-headers .sub-content h2 {
	color: #333;
}

.form-row {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.form-row label {
	display: inline-block;
	float: left;
	font-weight: bold;
	width: 8em;
}
.form-row input,
.form-row textarea {
	font-size: 1em;
	padding: .3em;
}
.form-row.last {
	border-bottom: none;
	padding-left: 8em;
}

.info-box-container {
	left: -16em;
	margin: 1em 0;
	position: absolute;
	text-align: center;
	top: 3em;
}
.info-box-container div {
	background: #dbe8f0;
	font-size: .8em;
	margin-bottom: .5em;
	padding: 1em 2em;
	text-align: center;
	width: 20em;
}
.info-box-container div h3 {
	margin: 0;
}
.info-box-container div p {
	line-height: 1.2em;
	margin: 0;
}

ul.feature-list {
	list-style: none;
	padding-left:0;
}

ul.feature-list li {
	margin-bottom:15px;
}


p.error,
p.success, p.notice {
	font-weight: bold;
	margin: 0;
}
p.error {
	color: red;
}
p.error a {
	color: white;
}
p.success {
	background:green;
	color: white;
	padding: .5em 1em;
	margin-bottom: 1em;
}
p.success a {
	color: white;
}
p.notice.row {
	font-weight:normal;
}
p.error.row, p.notice.row {
	margin-left: 130px;
}
p.error.main {
	background:darkred;
	color:white;
	margin-bottom: 1em;
	padding: .5em 1em;
}