/* Landing Pages */

.no-nav .site-header .widget-area,
.no-nav #blue-bar,
.no-nav #top-nav {
	display: none;
}

.no-nav .site-header .title-area {
	float: none;
	margin: 0 auto;
}

.landing-page .content .section {
	border: none;
	margin: 0 -80px;
	margin: 0 -8rem;
	padding: 100px 160px;
	padding: 10rem 16rem;
	position: relative;
}

.landing-page .content .center {
	text-align: center;
}

.landing-page .content .right {
	float: right;
	position: relative;
	width: 45%;
}

.landing-page .content .left {
	float: left;
	position: relative;
	width: 45%;
}

.landing-page .content .copy-intro,
.landing-page .content .copy-intro p {
	font-size: 26px;
	font-size: 2.6rem;
}

.landing-page .content .line-bottom,
.landing-page .content .arrow-bottom {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.landing-page .content .arrow-bottom:after {
	background-color: #fff;
	background-image: url(../images/arrow-blue-straight.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px 80px;
	border-radius: 50%;
	content: "";
	height: 160px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: -65px;
	width: 160px;
	z-index: 999;
}

.landing-page .content .break {
	clear: both;
	height: 40px;
}

.landing-page .content .double-break {
	clear: both;
	height: 80px;
}

.landing-page .animation {
	position: relative;
}

.landing-page .img {
	background-size: 100% 100%;
	position: absolute;
}

.landing-page .bg-graytexture-top {
	background-image: url(../images/bg-gray-top.jpg);
	background-size: 1440px 601px;
	background-position: center top;
	background-repeat: no-repeat;
}

.landing-page .bg-graytexture-bottom {
	background-image: url(../images/bg-gray-bottom.jpg);
	background-size: 1440px 601px;
	background-position: center bottom;
	background-repeat: no-repeat;
}


/* CTA */
.cta-inline {
	background-color: #0274be;
	background-image: url(../images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1440px 286px;
	border: 1px solid #fff;
	color: #fff;
	margin: 0px -80px;
	margin: 0rem -8rem;
	padding: 40px 60px;
	padding: 4rem 6rem 3rem;
	position: relative;
	text-align: center;
	z-index: 999;
}

.cta-inline h3 {
	font-size: 38px;
	font-size: 3.8rem;
	float: left;
	margin: 10px 0 24px;
	margin: 1rem 0 2.4rem;
}

.cta-inline .btn-green-big {
    float: right;
}



/* Getting Started Page */
.getting-started #intro {
	margin-top: -80px;
	margin-top: -8rem;
}

.getting-started .breadcrumb {
	display: none;
}

.getting-started h1 {
	font-weight: bold;
}

.getting-started em {
	font-weight: 300;
}

.getting-started .big {
	font-size: 48px;
	font-size: 4.8rem;
}

.getting-started h2 {
	font-weight: bold;
	margin-bottom: 50px;
	margin-bottom: 5rem;
	margin-top: 150px;
	margin-top: 15rem;
	position: relative;
	text-align: center;
}

.getting-started h2:before {
	border-radius: 50%;
	border: 2px solid #1276bb;
	color: #1276bb;
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 100;
	height: 150px;
	left: 50%;
	line-height: 150px;
	margin-left: -75px;
	position: absolute;
	top: -185px;
	width: 150px;
}

.getting-started #step-1 h2:before { content: "1"; }
.getting-started #step-2 h2:before { content: "2"; }
.getting-started #step-3 h2:before { content: "3"; }
.getting-started #step-4 h2:before { content: "4"; }
.getting-started #step-5 h2:before { content: "5"; }
.getting-started #step-6 h2:before { content: "6"; }
.getting-started #step-7 h2:before { content: "7"; }
.getting-started #step-8 h2:before { content: "8"; }

.getting-started .img {
	margin: 0 auto;
	position: static;
}

.getting-started #step-2 .img {
	background-image: url(../images/getting-started/step2.png);
	background-size: 293px 358px;
	height: 358px;
	width: 293px;
}
.getting-started #step-3 .img {
	background-image: url(../images/getting-started/step3.png);
	background-size: 293px 385px;
	height: 385px;
	width: 293px;
}
.getting-started #step-4 .img {
	background-image: url(../images/getting-started/step4.png);
	background-size: 218px 208px;
	height: 208px;
	width: 218px;
}
.getting-started #step-5 .img {
	background-image: url(../images/getting-started/step5.png);
	background-size: 233px 242px;
	height: 242px;
	width: 233px;
}
.getting-started #step-6 .img {
	background-image: url(../images/getting-started/step6.png);
	background-size: 268px 223px;
	height: 223px;
	width: 268px;
}
.getting-started #step-7 .img {
	background-image: url(../images/getting-started/step7.png);
	background-size: 218px 185px;
	height: 185px;
	width: 218px;
}
.getting-started #step-8 .img {
	background-image: url(../images/getting-started/step8.png);
	background-size: 335px 335px;
	height: 335px;
	width: 335px;
}

.getting-started #end {
	background-image: url(../images/getting-started/end.png);
	background-size: 137px 112px;
	height: 112px;
	margin: 50px auto 20px;
	margin: 5rem auto 2rem;
	width: 137px;
}

.getting-started .content ul li {
	margin-left: 20px;
	padding-bottom: 10px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Retina screen */
@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.landing-page .bg-graytexture-top { background-image: url(../images/bg-gray-top@2x.jpg); }
	.landing-page .bg-graytexture-bottom { background-image: url(../images/bg-gray-bottom@2x.jpg); }
	.landing-page .content .arrow-bottom:after { background-image: url(../images/arrow-blue-straight@2x.png); }
	.cta-inline { background-image: url(../images/bg-blue-texture@2x.jpg); }
	.getting-started #step-2 .img { background-image: url(../images/getting-started/step2@2x.png); }
	.getting-started #step-3 .img { background-image: url(../images/getting-started/step3@2x.png); }
	.getting-started #step-4 .img { background-image: url(../images/getting-started/step4@2x.png); }
	.getting-started #step-5 .img { background-image: url(../images/getting-started/step5@2x.png); }
	.getting-started #step-6 .img { background-image: url(../images/getting-started/step6@2x.png); }
	.getting-started #step-7 .img { background-image: url(../images/getting-started/step7@2x.png); }
	.getting-started #step-8 .img { background-image: url(../images/getting-started/step8@2x.png); }
	.getting-started #end { background-image: url(../images/getting-started/end@2x.png); }
	
}

/* Responsive design */
@media only screen and (max-width: 1139px) {
	
	.landing-page .content .section {
		margin: 0 -40px;
		margin: 0 -4rem;
		padding: 80px;
		padding: 8rem;
	}
	
	.cta-inline {
		margin: 0 -40px;
		margin: 0 -4rem;
	}
	
	.cta-inline h3 {
		font-size: 30px;
		font-size: 3rem;
		margin: 15px 0 24px;
		margin: 1.5rem 0 2.4rem;
	}
	
	.cta-inline.last {
		margin-bottom: -80px;
		margin-bottom: -8rem;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.landing-page .content .section {
		padding: 40px;
		padding: 4rem;
	}
	
	.cta-inline {
		padding: 20px 30px 30px;
		padding: 2rem 2rem 3rem;
	}
	
	.cta-inline p {
		margin-bottom: 0;
	}
	
	.cta-inline h3,
	.cta-inline .btn-green-big {
		float: none;
	}
	
	.cta-inline.last {
		margin-bottom: -40px;
		margin-bottom: -4rem;
	}
	
	.break {
		height: 20px;
	}
	
	.getting-started h2 {
		margin-top: 240px;
	}
	
	.getting-started #intro {
		margin-top: -4rem;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.landing-page .content .section {
		margin: 0 -2rem;
		padding: 2rem;
	}
	
	.cta-inline {
		margin: 0 -2rem;
	}
	
	.cta-inline .btn-green-big {
		font-weight: bold;
		padding: 1rem 2.5rem;
	}
	
	.landing-page .content .copy-intro,
	.landing-page .content .copy-intro p {
		font-size: 2rem;
	}
	
	.landing-page .content .arrow-bottom:after {
		display: none;
	}
	
	.landing-page .content .left,
	.landing-page .content .right {
		float: none;
		width: 100%;
	}
	
	.getting-started h2 {
		margin-bottom: 10px;
		margin-top: 0;
	}
	
	.getting-started h2:before {
		display: none;
	}
	
	.getting-started .img {
		display: none;
	}
	
	.getting-started #intro {
		margin-top: -2rem;
	}
	
	.landing-page h1.entry-title {
		font-size: 4rem;
	}
	
}
