@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

button {
	outline:none;
	border:none;
	background:none;
	margin:0;
	padding:0;
}

ul,li {
	clear:both;
	float:left;
	width:100%;
	list-style-type: none;
	margin:0;
	padding:0;
}
li:last-of-type {
	margin:0 !important;
	border:0 !important;
}
ol {
	overflow:auto;
}
ol li {
	margin-bottom:3px;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a.internal {
	color:#7cb72f;
	font-weight:bold;
}
a.internal:hover {
	text-decoration:underline;
}
.content a {
	color:#2baadf;
	text-decoration:underline;
}
.content p {
	font-size:16px;
	line-height:23px;
}
.content h2 {
	margin:30px 0px;
	font-size:20px;
	line-height:24px;
}
body {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	color:#333;
	background-color:#eee;
	font-size: 16px;
    line-height: 22px;
}

.green {
	color:#7cb72f;
}
.blue {
	color:#026db4;
}
.grey {
	color:#ccc;
}
.grey-bg {
	background-color:#f8f8f8;
}
.blue-bg {
	background-color:#026db4;
}
.black-bg {
	background-color:#333;
}
p a {
	color:#026db4;
}
p a:hover {
	text-decoration:underline;
}
h1.article {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    margin: 0 auto;
    color: #333;
    font-weight: normal;
	margin-bottom:40px;
	margin-top:70px;
}
h1.article:after {
    content: '';
    display: block;
    width: 80px;
    height: 0;
    margin: 15px auto;
    border-top: 2px solid #79ba2c;
}
h2.home {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:32px;
	line-height:40px;
	margin:0px;
	color:#333;
	font-weight:normal;
}
h2.home:after {
    content: '';
    display: block;
    width: 80px;
    height: 0;
    margin: 15px auto;
    border-top: 2px solid #79ba2c;
}
h2.question {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:26px;
	line-height:34px;
	margin:0px;
	color:#333;
	font-weight:normal;
	margin-bottom:30px;
}
h2.question:after {
    content: '';
    display: block;
    width: 80px;
    height: 0;
    margin: 15px auto;
    border-top: 2px solid #79ba2c;
}
h2.question-register {
	margin-bottom:-10px;
	overflow:auto;
}
.clearfix {
    clear: both;
    zoom: 1;
}
#container {
	width:100%;
	max-width:1560px;
	margin:0 auto;
	overflow:auto;
	background-color:#fff;
	position:relative;
}
#header {
	clear:both;
	overflow:auto;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:10px 15px;
	box-sizing: border-box;
	z-index:999;
	position:relative;
}
#logo {
	float:left;
	height:50px;
}
#logo img {
	margin:0px auto;
	height:50px;
}
#logo-cint {
	text-align:center;
	height:70px;
}
#logo-cint img {
	margin:0px auto;
	height:70px;
}
#cint-container {
	width:100%;
	max-width:500px;
	padding:20px 30px;
	box-sizing:border-box;
	background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	border:1px solid #f0f0f0;
	margin-top:30px
}
.cint-title {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:24px;
	margin-top:10px;
	margin-bottom: 30px;
}
#navbar-toggle {
	float:right;
	font-size:26px;
	line-height:50px;
	color:#fff;
}
#navbar-toggle:hover {
	cursor:pointer;
}
.navbar-toggle, .navbar-toggle-x {
	color:#fff;
}
.navbar-toggle:hover {
	cursor:pointer;
}
.navbar-toggle-x:hover {
	cursor:pointer;
}
.navbar-toggle-x{
	display:none;
	margin-right:2px;
}
#navigation {
	clear:both;
	float:left;
	width:80%;
	background-color:#fff;
	z-index:9999;
	position:absolute;
	padding: 0px 20px;
    box-sizing: border-box;
	left:0px;
	top:0px;
	margin-left:-80%;
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
}
ul.navlinks {
	clear:both;
	float:left;
	width:100%;
	box-sizing: border-box;
}
li.navlinks a {
	clear:both;
	float:left;
	width:100%;
	padding:20px 0px;
	border-bottom:1px solid #eee;
	font-size:16px;
	color:#999;
	text-align:center;
	text-transform:uppercase;
}
li.navlinks a:hover {
	text-decoration:underline;
}
.hero {
	clear:both;
	float:left;
	width:100%;
	position:relative;
	max-height:600px;
	background-image: url(../imgs/survey-1.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}	
.hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
.hero-left {
	background-image: url(../imgs/survey-bg.jpg);
	max-height:800px;
}

.cta {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    top: 50%;
	left:50%;
    position: relative;
    text-align: center;
    z-index: 999;
	max-width:350px;
}
.cta-left {
    transform: translateY(-50%);
    top: 50%;
	left:0%;
    text-align: left;
	max-width:550px;
}
.cta-footer {
    clear: both;
    overflow:auto;
	margin:0 auto;
    width: 100%;
	max-width:350px;
}
.cta h1 {
	margin:0px;
    font-size: 32px;
    line-height: 40px;
	letter-spacing:-1px;
    color: #ffffff;
	text-align:center;
}
.cta h1:after {
    content: '';
    display: block;
    width: 80px;
    height: 0;
    margin: 15px auto;
    border-top: 2px solid #79ba2c;
}
span.desc {
	text-align:center;
}
ul.cta-list {
	clear:both;
	float:left;
	width:100%;
	margin-top:25px;
	color:#fff;
}
ul.cta-list li {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:25px;
}
.cta-counter {
	background-color: #ffffff;
	color:#79ba2c;
	font-size:20px;
	line-height:40px;
	width:40px;
	float:left;
	border-radius:50%;
	margin-right:15px;
	text-align:center;
	border: 2px solid #79ba2c;
}
.cta-desc {
	color:#333;
	float:left;
	width:80%;
}
span.desc {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
}
.button {
    clear: both;
    overflow: visible;
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.cta-button {
    background-color: #7ab92c;
    color: #fff;
    font-size: 20px;
	text-align:center;
	font-weight:bold;
    padding: 20px 0px;
    box-sizing: border-box;
    transition: all 300ms;
    width: 100%;
    float: left;
	text-decoration:none;
	margin-top:35px;
}
.cta-button:hover {
	background-color:#65a219;
	cursor:pointer;
}
.cta-button-clear {
    border:1px solid #7ab92c;
    color: #7ab92c;
	background-color:transparent;
    font-size: 20px;
	text-align:center;
	font-weight:bold;
    padding: 20px 0px;
    box-sizing: border-box;
    transition: all 300ms;
    width: 100%;
    float: left;
	text-decoration:none;
	margin-top:35px;
}
.cta-button-clear:hover {
	background-color:#7ab92c;
	color:#fff;
	cursor:pointer;
}
.cta-button-left {
}
.cta-arrow {
	margin-left:5px;
}
.cta-scroll {
    text-align: center;
    color: #fff;
    width: 100%;
    position:absolute;
	bottom:0px;
	left:0px;
	padding-bottom:20px;
}
.cta-scroll:hover {
	mouse:pointer;
}
.scroll-text {
    clear: both;
    float: left;
    width: 100%;
}
.scroll-arrow {
    clear: both;
    float: left;
    width: 100%;
	margin-top:10px;
}
.flow-button {
	margin-top:0px;
	margin-bottom:15px;
}
.register-submit {
	margin:0px;
}
.exit-submit {
	margin:0px;
}
.inner-hero {
    clear: both;
    overflow: auto;
    width: 100%;
	height:100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    box-sizing: border-box;
    max-height: 800px;
    z-index: 3;
}
.section {
    clear: both;
    width: 100%;
    float: left;
}
.section-inner {
    clear: both;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.section-flow {
	margin-top:70px;
}
.inner {
    clear: both;
    overflow: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
.section-top h2.home {
	display:none;
}
.section-grey {
	background-color:#f5f5f5;
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.narrow {
	max-width:450px;
}
.inner-quotes {
    clear: both;
    overflow: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
.inner-companies {
    clear: both;
    overflow: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
.inner-header {
	padding:0!important;
	z-index:999;
	position:absolute;
	width:100%;
}
.inner-benefit {
    clear: both;
    float: left;
    width: 100%;
	padding:0px;
	height:auto;
	box-sizing:border-box;
}
.inner-left {
	float:left;
}
.inner-text {
	width:100%;
	padding:0px;
	box-sizing:border-box;
	position:relative;
	transform: none;
    top: 0%;
    left: 0%;
	padding:40px 20px;
}
.inner-img {
	background-image: url(../imgs/survey-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 250px;
    width: 100%;
}
.img-email {
	background-image: url(../imgs/iphone-email-1.png);	
	background-size:contain;
}
.img-freedom {
	background-image: url(../imgs/freedom.jpg);
}
.img-flexible {
	background-image: url(../imgs/flexible.jpg);
}
.img-reliability {
	background-image: url(../imgs/reliability.jpg);
}
.inner-right {
	float:right;
}
span.benefit-sub {
	clear:both;
	float:left;
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	color: #7ab92c;
    font-weight: 500;
}
span.benefit-title {
	clear:both;
	float:left;
	width:100%;
	font-size:32px;
	line-height:38px;
	font-weight:300;
	margin-top:10px;
	letter-spacing:-1px;
}
span.benefit-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 0;
    margin: 15px 0;
    border-top: 2px solid #79ba2c;
}
span.benefit-desc {
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
}
span.sub {
    text-align: center;
    width: 100%;
    clear: both;
    float: left;
    font-size: 16px;
    line-height: 22px;
	color:#666;
	margin-bottom:20px;
}
ul.steps {
	margin-top:15px;
}
li.step {
    text-align: center;
    margin-bottom: 20px;
}
.step-icon {
    font-size: 60px;
    margin: 0 auto;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: #026db4;
    color: #fff;
    text-align: center;
}
span.step-title {
    clear: both;
    float: left;
    width: 100%;
    margin:15px 0px;
	font-size:22px;
	line-height:28px;
	font-weight:bold;
}
span.step-desc {
    clear: both;
    float: left;
    width: 100%;
	font-size:16px;
	line-height:22px;
}
ul.quotes {
}
li.quote {
	clear:both;
	float:left;
	width:100%;
	background-color: #fff;
    box-sizing: border-box;
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
	margin-bottom:40px;
}
.quote-img {
	width:100%;
	height:200px;
	background-size: cover;
	background-position: center;
}
.img-check {
	background-image: url(../imgs/check.jpg);
}
.img-cards {
	background-image: url(../imgs/giftcard.jpg);
}
.img-cash {
	background-image: url(../imgs/cash.jpg);
}
.quote-bottom {
    padding: 20px;
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.quote-icon {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:15px;
	font-size:56px;
	text-align:center;
	color:#ccc;
}
.quote-desc {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-style:italic;
	font-size:18px;
	line-height:26px;
	font-family:Georgia, serif;
	margin:20px 0px;
}

ul.stars {
    margin: 0px auto;
	float: none;
    width: max-content;
    overflow: auto;

}
li.star {
	float:left;
	width:auto;
	clear:none;
	color:orange;
	font-size: 20px;
    margin-right: 2px;
}
.quote-name {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#666;
}
ul.questions {
	margin-top:25px;
}
li.question {
	margin-bottom:20px;
}
.question-icon {
    font-size: 80px;
	margin:15px 0px;
	text-align:center;
}
span.question-title {
	clear:both;
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:15px 0px;
}
span.question-desc {
	clear:both;
	float:left;
	width:100%;
	font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
ul.reasons {
	margin-top:20px;
	width:auto;
	transform:translateX(-50%);
	left:50%;
	position:relative;
}
li.reason {
	font-size: 20px;
	color:#fff;
	margin-bottom:10px;
}
li.reason .icon {
	margin-right:12px;
}
#logo-footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	height:60px;
}
span.disclaimer {
    color: #fff;
    margin-bottom: 40px;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}
.footer-left {
	float:none;
}
#logo-footer img {
	height:60px;
}
span.copyright {
	font-size:15px;
	clear:both;
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
}
.footer-left {
	float:none;
}
.footer-right {
	clear:both;
	float:left;
	width:100%;
}
ul.footer-links {
	clear:none;
	float:right;
	width:100%;
	margin-right:0px;
	margin-top:40px;
	text-align:center;
}
li.footer-link {
	clear:both;
	float:left;
	font-size: 15px;
	color:#fff;
}
li.footer-link a:hover {
	text-decoration:underline;
}
ul.flows {
    float: none;
    width: 100%;
	max-width:450px;
    margin:0 auto;
	overflow:auto;
}
li.flow {
	display:none;
}
ul.loadings {
	text-align:center;
}
li.loading-surveys {
	display:none;
}
li.loading-companies {
	display:none;
}
li.loading {
	font-size: 20px;
	margin-bottom:15px;
	font-weight:bold;
}
li.loading .icon {
	margin-right:10px;
	color:#7cb72f;
}
input.flow-input, textarea.flow-input {
    margin: 0;
    outline: 0;
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
textarea.flow-input {
    min-height:200px;
}
.email-lock {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	line-height:18px;
	color:#999;
	margin-top:5px;
}
.email-lock .icon {
	margin-right:7px;
}
.cta-lock {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin-top:15px;
}
.cta-lock .icon {
	margin-right:7px;
}
.email-warning {
    font-size: 16px;
    line-height: 22px;
    background-color: yellow;
    padding: 10px;
    overflow: auto;
    clear: both;
    float: left;
	border-radius:4px;
}
.register-upper {
	margin-top:70px;
}
ul.companies {
	clear:both;
	float:left;
	width:100%;
}
li.company {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
	background-color:#fff;
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
}
.company-name {
	clear:both;
	float:left;
	width:100%;
	text-align:Center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:12px 0px;
	background-color: #026db4;
}
.company-details {
	clear:Both;
	float:left;
	width:100%;
	box-sizing: border-box;
	border:1px solid #ddd;
	border-top:none;
	padding:20px;
}
.company-logo {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	box-sizing:border-box;
	background-color:#fff;
}
.company-logo img {
}
.company-desc {
	clear:both;
	float:left;
	width:100%;
	padding:20px 0px;
	border-top:1px solid #ddd;
	margin-top:20px;
}
.success-check {
	clear:both;
	float:left;
	width:100%;
	text-align:Center;
	font-size:100px;
	margin-bottom:20px;
}
.success-desc {
	clear:both;
	float:left;
	width:100%;
	text-align:Center;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
}
ul.success-list {
    margin-bottom: 20px;
    background-color: #eee;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
}
ul.success-list li {
	margin-bottom:10px;
}
.content {
	clear:both;
	width:100%;
	margin:0 auto;
	padding-top:20px;
}
.bio {
    clear: both;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 10px 20px;
	box-sizing:border-box;
    overflow: auto;
    width: 100%;
	border-radius:3px;
}
img.bio-pic {
    clear: both;
    float: left;
    border-radius: 100px;
    height: 70px;
}
.bio-desc {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}
span.bio-name {
    clear: both;
    font-weight: bold;
    float: left;
}
span.bio-title {
    clear: both;
    float: left;
    font-style: italic;
    color: #666;
}
#contact-form {
    clear: both;
    float: left;
    width: 100%;
    max-width: 450px;
	margin-top:30px;
}
.content ul {
	margin-bottom:20px;
	padding-left:40px;
	box-sizing:border-box;
}
.content ul li {
	margin-bottom:2px;
	list-style:disc;
}
span.register-bonus {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0px;
    background-color: #A22CB9;
    color: #fff;
    font-weight: bold;
    float: left;
    border-radius: 3px;
    margin-top: 20px;
}
.exit-bg {
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	display:none;
}
.exit-box {
	width:700px;
	height:400px;
	background-color:#fff;
	border:1px solid #ccc;
	transform: translate(-50%,-50%);
    top: 50%;
	left:50%;
    position: relative;
	box-shadow:0 6px 10px rgba(0,0,0,0.2);
	z-index:9999;
	border-radius:4px;
	overflow:hidden;
}
.exit-left {
	clear:both;
	float:left;
	width:50%;
	height:100%;
	background-image: url(../imgs/survey-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.exit-right {
	float:right;
	width:50%;
	height:100%;
	padding:40px;
	box-sizing:border-box;
}
.exit-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #777;
	font-size:16px;
	transition: all 300ms;

}
span.exit-sub {
	clear:both;
	float:left;
	width:100%;
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
}
span.exit-title {
    margin: 0px;
    font-size: 25px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    letter-spacing: -1px;
}
span.exit-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 0;
    margin: 15px 0px;
    border-top: 2px solid #79ba2c;
}
.exit-close:hover {
	cursor:pointer;
	opacity:0.7;
}
.extra-offers {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
	font-size:24px;
}
@media (min-width: 970px) {
	#container {
		box-shadow:1px 1px 10px 0px rgba(0,0,0,0.10);
	}
	#navigation {
		max-width:350px;
		max-height:800px;
	}
	.cta h1 {
	text-align:left;
}
	.cta h1:after {
    margin: 15px 0px;
}
	.cta-scroll {
		display:none;
	}
	span.desc {
	text-align:left;
}
	.hero-left:before {
		opacity:1.0;
	background: -webkit-linear-gradient(left, #000, transparent 50%);
	background: -o-linear-gradient(left, #000, transparent 50%);
	background: linear-gradient(to right, #000, transparent 50%);
	}
	h1.article {
		max-width:75%;
		font-size: 46px;
   		 line-height: 52px;
	}
	.bio {
		width:20%;
		padding:10px 50px;
		box-sizing:content-box;
	}
	.content {
		width:50%;
		padding-top:30px;
	}
	ul.cta-list {
		padding-left:20px;
	}
	.cta-button-left {
		width:50%
	}
	.cta h1 {
		font-size:54px;
		line-height:62px;
	}
	.inner {
		
	}
	.section-top h2.home {
		display:block;
	}
	.inner-benefit {
		height:500px;
		padding:40px;
	}
	.benefit-email {
		padding:0px;
	}
	.inner-text {
		width:55%;
		box-sizing:border-box;
		transform: translateY(-50%);
    	top: 50%;
    	position: relative;
		padding:0px 100px;
	}
	.inner-img {
		margin:0px;
		height: 100%;
    	width: 45%;
	}
	.inner-text.inner-left {
	}
	.inner-text.inner-right {
	}
	.inner-quotes {
		padding: 100px 20px;
	}
	.inner-companies {
		padding: 40px 20px;
	}
	span.benefit-sub {
		font-size:16px;
	}
	span.benefit-title {
		font-size:42px;
		line-height:52px;
	}
	.register-upper {
    	clear: both;
    	overflow: auto;
    	max-width: 450px;
    	margin: 0 auto;
		margin-top:70px;
	}
	ul.steps {
		margin-top:40px;
	}
	li.company {
		clear:none;
		width:30%;
		margin-right:5%;
		display:inline-block;
		margin-bottom:0px;
	}
	li.step {
		margin-bottom:0;
		clear:none;
		width:30%;
		margin-right:5%;
		display:inline-block;
	}
	ul.quotes {
	}
	li.quote {
		margin-bottom:0;
		clear:none;
		width:30%;
		margin-right:5%;
		display:inline-block;
	}
	ul.questions {
		margin-top:50px;
	}
	li.question {
		margin-bottom:0;
		clear:none;
		width:30%;
		margin-right:5%;
		display:inline-block;
	}
	.footer-left {
		float:left;
	}
	.footer-right {
		clear:none;
		float:right;
		width:auto;
	}
	ul.footer-links {
		margin-right:80px;
		margin-top:0px;
		text-align:left;
		width:auto;
	}
}

