* {
	color:#1D2430;
}

a:link { -webkit-tap-highlight-color: rgba(0,0,0,0); }

.row > div {
	height:100%;
}

.row {
	margin-left: 0;
}

.row.visible-phone > div {
	height:auto;
}

.image-wrapper{
	width: auto;
	max-width: 370px;
	min-width: 228px;
	height: 192px;
	margin: 0 auto;
}

.image {
	background-size: contain;
	background-position: 50% 50%;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	
}

#mainLogoRow {
	height:545px;
	position:relative;
	z-index:2;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #d4d4d4;
}

.span12 {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.featureRow .span4:first-child {
	margin-left: 0;
}

.featureRow > div {
	padding-bottom: 20px;
}

#mainLogoRow > div > .image {
	background-image: url('../images/overview.png');
	background-size: 100% auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/overview.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/overview.png', sizingMethod='scale')";
}

.image.logo {
	height:100px;
	background-image: url('../images/logo.png');
}

#mainLogoRow .image.new-way {
	display:block;
	position: absolute;
	width:240px;
	height:120px;
	top:20px;
	right:40px;
	background-image: url('../images/new-way.png');
}

#mainLogoRow .image .logo {
	min-width: 320px;/* Although we're ripping apart the grid with this, we want to keep the logo visible! */
}

#mainLogoRow .image .logo img {
	margin:20px;
}

#mainLogoRow .well {
	display:block;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	opacity: 0.6;
}

#mainLogoRow .join {
	font-size: 20px;
	width:173px;
}

h1.pay-off {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 40px;
}

h2 {
	color: #808080;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: -20px 0 0;
}

#footerRow > div {
	text-align: center;
	padding: 10px;
	margin-top:30px;
	margin-bottom:20px;
}

#footerRow > div a {
	color:#1D2430;
	margin:5px;
}

/*// FEATURES */

/*
1
*/

.featureRow div.span4.feat1 > div > .image.static {
	background-image: url('../images/feat1-static.jpg');
}


/*
2
*/

.featureRow div.span4.feat2 > div > .image.static {
	background-image: url('../images/feat2-static.jpg');
}

/*
3
*/

.featureRow div.span4.feat3 > div > .image.static {
	background-image: url('../images/feat3-static.jpg');
}

/*
4
*/

.featureRow div.span4.feat4 > div > .image.static {
	background-image: url('../images/feat5-static.jpg');
}


.feat {
	position: relative;
	margin-bottom: 30px;
	/*margin-left: 12px !important;*/
}

.feat:first-child {
	border-left: none;
}

.feat form {
	padding: 10px;
}

.form-inline-section {
	margin-top: 10px;
}
/*------ FEATURE TEXT HOVERS -----------------------*/

.feature-text {
	height: auto;
	border-left: 1px solid #dfdede;
	padding: 10px;
}


 /*------------- BUTTONS ------------------------*/

 .btn-well {
 	background: #dcdcdc;
 	border: 1px solid #c0c0c0;
 	border-radius: 6px;
 	float: right;
 	padding: 1px;
 	margin-top: -82px;
 	margin-right: 20px;
 }


h3 {
	line-height: 32px;
}

/*----------- FOOTER -------------------------------*/

.footer {
	margin-bottom: 80px;
	min-height: 100px;
}

ul.footer-links {
	margin: 0 auto;
	border-top: 1px solid #dfdede;
	padding-top: 20px;
	max-width: 660px;
}

ul.footer-links li a{
	color: #000;
	 -moz-transition-property: opacity;  /* FF4+ */
  -moz-transition-duration: 0.5s;
  -webkit-transition-property: opacity;  /* Saf3.2+, Chrome */
  -webkit-transition-duration: 0.5s;
  -o-transition-property: opacity;  /* Opera 10.5+ */
  -o-transition-duration: 0.5s;
  -ms-transition-property: opacity;  /* IE10? */
  -ms-transition-duration: 0.5s;
  transition-property: opacity;  /* Standard */
  transition-duration: 0.5s;
  opacity: 0.6;
  
}

ul.footer-links > li > a{
	font-weight: bold;
}

.footer:hover ul.footer-links li a{
	opacity: 1;	
}

ul.footer-links li{
	display: inline-block;
	margin-left: 40px;
	width: 130px;
	float: left;
}

ul.footer-links li:first-child{
	margin-left: 0px;
}

ul.footer-links li ul,
ul.footer-links li ul li {
	margin-left: 0px;
}

/*-----------------------------------*/

#scroll-to-read div{

   
    /* display: block before hiding */
    display: block;

    /* link is above all other elements */
    z-index: 999; 

    /* link doesn't hide text behind it */
    opacity: .8;

    /* link stays at same place on page */
    position: fixed;

    /* link goes at the bottom of the page */
    top: 500px;
    /*margin-top: -80px;*/ /* = height + preferred bottom margin */

    /* link is centered */
    /*left: 50%;*/
    /*margin-left: -60px;*/ /* = half of width */

    right: 50px;

    /* round the corners (to your preference) */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;

    /* make it big and easy to see (size, style to preferences) */
    width: 100px;
    padding: 10px;
    background-color: transparent;
    text-align: center;
    color: black;
    font-style: italic;
    opacity: 0.5;
}

#scroll-to-read div img {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-top: -3px;
}

/*--------------------------------------*/

@media (max-width: 770px) { 
	#scroll-to-read div{
		top: 400px;
	}

	h1.pay-off {
		font-size: 36px;
	}
	#mainLogoRow {
		margin-left: -20px;
		margin-right: -20px;
		height: 450px;
	}
		/*------ FEATURE TEXT HOVERS -----------------------*/

	.feature-text {
		overflow: auto;
		height: auto;
		background: transparent;
		border-top: none;
		color: #1D2430;
		padding: 10px;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		position: relative;
	}

	.feat1:hover .feature-text, 
	.feat2:hover .feature-text, 
	.feat3:hover .feature-text, 
	.feat4:hover .feature-text {
		height: auto;
	}

	.feature-text p {
		color: #1D2430;
	}

/*	body {
		padding-left: 0;
		padding-right: 0;
	}*/
}

@media (max-width: 660px) { 


	ul.footer-links li{
		display: block;
		margin-left: 0px;
		width: auto;
		float: none;	
	}

	ul.footer-links > li{	
		margin-bottom: 30px;
	}

	ul.footer-links li a{
		border-bottom: 1px solid #dfdede;
		display: block;
		padding: 10px 0;
		opacity: 1;
		font-weight: bold;
	}

	ul.footer-links li ul li a{
		font-weight: normal;
	}

}

@media (max-width: 480px) { 

	#scroll-to-read div{
		top: 290px;
		left: 50%;
		margin-left: -60px;
	}
	

	h1.pay-off {
		font-size: 30px;
		margin-top: -10px;
		margin-bottom: 10px;
	}


/*	body {
		padding-left: 20px;
		padding-right: 20px;
	}*/

	#mainLogoRow {
		margin-left: -20px;
		margin-right: -20px;
		height: 400px;
	}
	#mainLogoRow .image .logo img {
		margin-left: 10px;
	}
	#mainLogoRow .image.join-button {
		right:15px;
		top:0px;
	}

	#mainLogoRow {
		overflow: hidden;
	}

	#mainLogoRow .btn-well {
		position: relative;
		margin: 210px 20px 0;
		height: 44px;
		float: none;
		width: auto;
		background: #c0c0c0;
		border-color: #a7a7a7;

	}

	#mainLogoRow .btn-well .join {
		position: absolute;
		font-size: 20px;
		left: 2px;
		right: 2px;
		top: 2px;
		bottom: 2px;
		display: block;
		width: auto;
	}

	.image-wrapper{
		height: 220px;
	}
	#uvTab {
            display: none !important;
        }
    }