@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color:#20607F;
	background: url("../images/bg_idea_center.png") no-repeat center -240px #20607F;
	background-attachment: fixed;
	background-size: 100%;
	position: relative;
}
#button {
	position: static;
}
#button.stick {
    margin-top: 0;
    position: fixed;
    top: 0;
	left:0;
	right:0;
    z-index: 9999;
	width: 100%;
	border-radius: 0;

}
#mobile-bg {
	display: none;
}
.btn-orange {
	background-color: #ff6600 !important;
	border-color: #ff6600 !important;
}
#two, #four {
	background: #ffffff;
}
#three {
    background: rgba(240,240,235,.8);
}
#two .container:before {
	position: absolute;
	top: -30px;
	content: "Idea Selection Process";
	color: #15445A;
	text-transform: uppercase;
	letter-spacing: 4px;
	z-index: 10;
	font-size: 18px;
}
#footer {
	background: #ffffff;
	position: relative;
	text-align: center;
}
#footer-img {
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	top:-100px;
}
#footer container {
	padding-top: 100px;
}
#six p {
	font-size: 24px;
}
h1 {
	font-size: 66px;
	line-height: 1em;
	color: #ffffff;
	margin-bottom:35px;
}

h2 {
	font-size: 48px;
	line-height: 1.1em;
	color: #15445A;
	margin-bottom:20px;
}
h2 span {
	display: block;
	font-size: 24px;
	line-height: 1.1em;
	color: #ffffff;
	margin-bottom:0px;
}
#footer h2 span {
	color: #99cc33;
}
#one h2, #five h2 {
	color:#99cc33;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
p {
	font-size: 18px;
	line-height: 24px;
}

#three li {
	color:white;
	font-size: 24px;
	line-height: 1rem;
	background: url("../images/checkmark.svg") no-repeat 15px center #15445a;
	display: inline-block;
	padding: 20px 30px 20px 60px;
	border-radius: 32px;
	margin-bottom: 5px;
}
#three li + li {
margin-left:5px;
}
#three ul,#four ul  {
	margin:0;
	padding:0;
	list-style: none;
}
#four ul  {
	margin-bottom: 20px;
}
.price {
	background: #20607f;
	height:100px;
	line-height: 100px;
	margin-bottom:15px;
	position: relative;
	overflow: hidden;
}
.price h4 {
	line-height: 100px;
	padding-left: 30px;
	font-weight: 700;
}
.cost {
	font-size: 48px;
	font-weight: 400;
	z-index: 10;
	padding-right: 30px;
}
.cost, .cost-container {
	position: absolute;
	right:0;
	top:0;	
}
.cost-container {
  width: 170px;
  height: 100px;
  margin: 0 -20px 0 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  overflow: hidden;
background: #29b1e3;
}
#full.price .cost-container {
  width: 210px;
background: #99cc33;
}
.more {
	text-transform: uppercase;
	background: url("../images/carat.svg") no-repeat center bottom;
	height: 50px;
	text-align: center;
	margin-top:50px;
	font-size: 20px;
}
@media screen and (max-width:1920px) {
	
}
@media screen and (max-width:767px) {
	body {
	background: url("../images/bg_mobile2.jpg") repeat-y center top #15445A;
	background-attachment:scroll;
	background-size: 100%;
}
	
	#three li {
	font-size: 20px;
	}
	.price {
    height: 200px;
		text-align: center;
}
	.cost, .cost-container {
    right: 0;
    top: 100px;
	width: 100%;
}
	.cost-container {
    height: 100px;
    margin: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    overflow: hidden;
    background: #29b1e3;
}
	#full.price .cost-container
	{
	width: 100%;	
	}
	.price h4 {
    padding-left: 0px;
}
	.cost {text-align: center;
		padding: 0;
	}
	h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
}