/* General */
body {
	font-family: 'Raleway', sans-serif;
	color: #303030;
	font-weight: 500;
}
section, header, footer {
	box-sizing: border-box;
}
.main {
	width: 1100px;
	padding: 130px 0px;
	margin: 0 auto;
	overflow: hidden;
}
.no-padding {
	padding: 0;
}
.red-bg {
	background: #e95645;
}
.inverted a {
	color: #fff;
}
.white {
	color: #fff;
}
.cleared:after {
	content: "";
	display: table;
	clear: both;
}
.clear-left {
	clear:left;
}
.left {
	float: left;
}
.right {
	float: right;
}
h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
}
h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	text-align: center;
}
h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.third {
	width:33.3%;
	float:left;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 50px;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin:0;
	padding:0;
}
.third p {
	margin-top: 15px;
}
a {
	color: #e95645;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
}
.alt-link {
	color:#fff;
}
.badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #7ac7d4;
	line-height: 12px;
	padding: 7px 7px 5px 7px;
	border-radius: 3px;
	margin-left: 5px;
	text-transform: uppercase;
	cursor: default;
}
.learn-more {
	background:url(../images/learn-more.png) center right no-repeat;
	padding-right: 20px;
	padding-top:1px;
	line-height: 16px;
	float: right;
}
.half {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.half:nth-child(2) {
	padding-left: 40px;
}
.btn {
	display: inline-block;
	background: #e95645;
	padding: 20px 40px 18px 40px;
	color: #fff;
	border-radius: 3px;
	transition: all 0.3s ease-in;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.btn:hover, .btn:active {
	background: #d45041;
	text-decoration: none;
}
/* Header & Main Navigation */
nav {
	width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.logo {
	display: block;
	float: left;
	width: 159px;
	height: 34px;
	background: url(../images/logo.png) no-repeat center center;
}
.hp .logo {
	background-image: url(../images/logo-w.png);
}
nav ul {
	display: block;
	float: right;
	list-style:none;
	position:relative;
	margin: 0;
	padding: 0;
}
nav ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	padding-left:40px;
}
nav ul a {
	display:block;
	color:#303030;
	text-decoration:none;
	font-size:14px;
	line-height:34px;
	padding-bottom:10px;
}
nav ul a:hover, nav ul a:active {
	text-decoration: none;
}
.hp nav ul a {
	color:#fff;
}
nav ul ul {
	visibility: hidden;
	position:absolute;
	top:100%;
	left:20px;
	background:#303030;
	padding:0;
	z-index:1;
	border-radius: 3px;
}
nav ul ul:before {
	content: "";
	border-style: solid;
	position: absolute;
	top: -9px;
	left: 14px;
	border-width: 0 10px 10px;
	border-color: #303030 transparent;
}
nav ul ul li {
	float:none;
	min-width: 160px;
	padding-left:20px;
	transition: background 0.5s ease;
}
nav ul ul li:hover {
	background:#444444;
}
nav ul ul li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
nav ul ul li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
nav ul ul li a {
	padding-bottom:0px;
	line-height: 44px;
	color: #fff;
}
nav ul li:hover > ul {
	visibility:visible;
}
.down-arrow:after {
	content: "\f431";
	margin-left:4px;
}

/* Footer */
footer {
	background: #efefef;
}
footer article {
	padding: 30px 0px;
}
footer p {
	font-size: 12px;
	line-height: 17px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
}
.phone {
	background:url(../images/phone-icon.png) center left no-repeat;
	padding-left:20px;
	margin-left:30px;
}
.email {
	background:url(../images/email-icon.png) center left no-repeat;
	padding-left:30px;
}

/* Homepage */
/* Top */
h1 {
	font-weight: 700;
	font-size:34px;
	text-align:center;
	margin:0;
	margin-top:40px;
}
.top p {
	padding:0 10%;
	margin-top:15px;
	text-align:center;
	font-size:18px;
	line-height:22px;
}
.top img {
	display: block;
	margin: 0 auto;
	margin-top: 55px;
	width: 80%;
}
/* Audiences */
.audiences {
	background: #d45041;
	color: #fff;
}
.audiences article {
	padding-top: 30px;
	padding-bottom: 48px;
}
.audience {
	text-align: center;
	margin-top: 30px;
}
.audiences h3 {
	padding:0;
	margin:0;
	text-align: center;
}
.audience p {
	display: inline-block;
	line-height: 66px;
	margin: 0;
	padding: 0;
	background: center left no-repeat;
}
.audience .agencies {
	background-image: url(../images/agencies-icon.png);
	padding-left: 83px;
}
.audience .freelancers {
	background-image: url(../images/freelancers-icon.png);
	padding-left: 52px;
}
.audience .individuals {
	background-image: url(../images/individuals-icon.png);
	padding-left: 20px;
}

/* Main points */
.main-points article, .uses article, .features article {
	padding-bottom: 110px;
}

/* Uses */
.uses h4 {
	display: inline-block;
}
.uses .badge {
	float: right;
	margin-top: 15px;
}

/* Tools */
.block {
	margin-top: 130px;
}
.block img {
	display: block;
	float: left;
}
.tools h5 {
	display: inline;
	margin: 0;
	font-size: 40px;
	line-height: 38px;
	font-weight: 300;
	text-transform: uppercase;
}
.tools h6 {
	margin: 0;
	margin-top: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.tools .unique-tool {
	float: right;
	margin-top: 2px;
}
.tools article {
	overflow: visible;
}
.img-offset {
	margin-left: -13px;
}
.checkmark-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	font-size: 16px;
}
.checkmark-list li {
	background: url(../images/checkmark.png) left 2px no-repeat;
	padding: 0;
	margin: 0;
	padding-left: 30px;
	margin-bottom: 30px;
	line-height: 24px;
}
.checkmark-list p {
	margin-top: 10px;
}

/* Features */
.features .badge {
	margin-left: 0px;
	margin-top: 5px;
}

/* Pricing */
.package {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 1%;
	margin-top: 80px;
	overflow: hidden;
	float: left;
	width: 23%;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	box-sizing: border-box;
}
.package li {
	padding-left: 40px;
	line-height: 60px;
	border-bottom: 1px solid #c9c9c9;
}
.package li:last-child {
	border-bottom: none;
}
.package li.header {
	height: 98px;
	line-height: initial;
	font-size: 18px;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 35px;
	text-align: center;
}
.package li.purchase {
	padding-top:30px;
	padding-bottom:30px;
	padding-left: 0;
	text-align: center;
}
.pricing h7 {
	display: block;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.pricing h8 {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	margin-top: 5px;
}
.pricing p {
	margin-bottom:10px;
}
.pricing .included-tools {
	padding-top:20px;
	padding-bottom:10px;
}
.to-disclaimer {
	font-size: 24px;
	top: 0.15em;
}
.pricing h8 sup {
	margin-left: -10px;
	top: -.3em;
	font-size: 27px;
}
.header p {
	font-size: 13px;
	line-height: 13px;
	margin-top: 15px;
}
.most-popular {
	border: 2px solid #e95645;
	position: relative;
	overflow: visible;
}
#most-popular-label {
	padding: 0;
	padding-left: 0;
	position: absolute;
	top: -56px;
	left: -2px;
	height: 52px;
	background: #e95645;
	border: 2px solid #e95645;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height:53px;
}
.disclaimer {
	margin: 1%;
	padding-top: 15px;
}
.disclaimer p {
	font-size: 13px;
}
.disclaimer sup {
	font-size: 30px;
	top: 0.3em;
	margin-left: -12px;
}
.guarantee {
	display: block;
	width: 33.3%;
	float: left;
	font-size: 16px;
	line-height: 88px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
.money-back {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: url(../images/money-back.png) 33px center no-repeat #efefef;
	padding-left: 87px;
}
.secure {
	border-left: 1px solid #fff;
	background: url(../images/secure.png) 20px center no-repeat #efefef;
	padding-left: 60px;
}
.sup {
	border-left: 1px solid #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: url(../images/sup.png) 40px center no-repeat #efefef;
	padding-left: 88px;
}

/* How it works */
.how-it-works {
	background: #7ac7d4;
	color: #265158;
}

/* CTA block */
.cta-block .block {
	margin-top: 90px;
}
.two-thirds {
	width: 70%;
	float: left;
}
.one-third {
	width: 30%;
	float: left;
}
.cta-block p {
	margin-top: 15px;
}
.cta-block .one-third {
	text-align: right;
}
.cta-block .btn {
	margin-top: 85px;
}
/* Feedback */
.feedback {
	background: #7ac7d4;
	color: #265158;
}
.feedback article {
	padding: 105px 0px 60px 0px;
	background: url(../images/quote.png) 0px 60px no-repeat;
	text-align:center;
	font-size: 18px;
	font-weight: 600;
}
.feedback p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.feedback p.author {
	margin-top: 20px;
	background: url(../images/author-icon.png) center left no-repeat;
	padding-left:25px;
	display: block;
	float: right;
}