/*!
 * Application Specific v1.0.0
 *
 * Copyright 2012 Mutual of Omaha
 */
 
 
/*///// NOTES /////

Z-INDEX LAYERS
--------------

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


/*///// Grid /////*/
.row-fluid {
	display: block;
	width: 100%;
}

.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 28px;
margin-left: 2.564102564%;
*margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid:before, .row-fluid:after {
display: table;
content: "";
}
.row-fluid .span8 {
	width: 65.81196581200001%;
	*width: 360px;
}
.row-fluid .span7 {
	width: 57.264957%;
}
.row-fluid .span5 {
	width: 38.17094%;
}
.row-fluid .span4 {
	width: 31.623931624%;
}

/*///// Standard Elements /////*/
#content .main div.content-title h1 {
	width: 475px;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid white;
}

/*///// Custom Elements /////*/

.display-none { display: none !important; }

.display-block { display: block !important; }

.no-wrap {
	white-space: nowrap;
}

.no-margin {
	margin: 0 !important;
}

.no-border {
	border: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hero-unit {
	background-color: #fff;
}

.container-fluid {
	margin: 0 auto;
	max-width: 1200px;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

img.info {
	cursor: default;
	overflow: hidden;
	width: 16px;
	height: 16px;
	opacity: 0.5;
	cursor: pointer;
	margin-left: 10px;
	vertical-align: top;
}

img.info:hover {
	opacity: 0.75;
}

/*///// Forms /////*/
input {
	border-width: 1px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-append input, .input-append select, .input-append .uneditable-input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {

	display: inline-block;
	*display: block;
	*float: left;
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
	*min-height: 18px;
	float: none;
	margin-left: 0;
}
.input-prepend .add-on, .input-append .add-on {
	display: inline-block;
	*display: block;
	*float: left;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child, .input-append .btn:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend .add-on, .input-prepend .btn {
	margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
	font-size: 12px;
}

.controls {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-bottom: 25px;
	padding: 10px;
}

/*///// Sliders /////*/

input[type='range'] {
	-webkit-appearance: none;
	width: 68px;
	height: 6px;
	margin: 12px 0 0 0;
	padding: 0;
	background: #d5d5d5;
	background: -moz-linear-gradient(top,  #ccc 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top,  #ccc 0%,e1e1e1 100%);
	background: -o-linear-gradient(top,  #ccc 0%,#d5d5d5 100%);
	background: -ms-linear-gradient(top,  #ccc 0%,#d5d5d5 100%);
	background: linear-gradient(to bottom,  #ccc 0%,#d5d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#d5d5d5',GradientType=0 );
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;  
	background-color: #444;  
	width: 30px;  
	height: 30px;
	background: #333333;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#d5d5d5 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#d5d5d5 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#d5d5d5 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#d5d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d5d5d5',GradientType=0 );
	border: 1px solid #b5b5b5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

input[type='range']:active::-webkit-slider-thumb {
	border-color: rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

/* JQuery Slider */

.slider-set {
	display: block;
	overflow: visible;
	margin: 0 0 0 5px;
	padding: 0;
}

.slider-set .slider {
	display: block;
	float: left;
	margin: 10px 0 0;
	padding: 0;
}

.slider-set .slider .ui-slider {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 350px;
	*width: 340px;
}

.slider-set .slider .ui-slider .gutter {
	display: block;
	width: 100%;
	height: 10px;
	background: #d4d4d4;
	background: -moz-linear-gradient(top, #b9b9b9 0%, #b9b9b9 5%, #d4d4d4 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b9b9b9), color-stop(0.05, #b9b9b9), color-stop(0.7, #d4d4d4));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.slider-set .slider .ui-slider .ui-slider-range {
	display: block;
	position: absolute;
	width: 0;
	height: 10px;
	background: #678C8B;
	background: -moz-linear-gradient(top, #678C8B 0%, #678C8B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #678C8B), color-stop(1.0, #678C8B));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.slider-set .slider .ui-slider .ui-slider-handle {
	cursor: pointer;
	display: block;
	position: absolute;
	top: -7px;
	z-index: 102;
	margin: 0 0 0 -12px;
	padding: 0;
	width: 24px;
	height: 24px;
	background: #e1e1e1;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #d8d8d8 70%, #c7c7c7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(0.7, #d8d8d8), color-stop(1.0, #c7c7c7));
	border: 0px solid #e1e1e1;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .33);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .33);
}

.slider-set .slider .limits {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #888;
	background: none;
	border: none;
}

.slider-set .slider .limits li {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.slider-set .slider .limits li:first-child,
.slider-set .slider .limits li.first {
	float: left;
}

.slider-set .slider .limits li:last-child,
.slider-set .slider .limits li.last {
	float: right;
}

.slider-set .input-set {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.slider-set .input-set input {
	margin: 0 0 0 10px;
	padding: 3px 5px;
	width: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	color: #01213e;
	background: #fff;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1.0, #fff));
	border: 1px solid #d7d7d7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.slider-set .input-set input:hover,
.slider-set .input-set input.focus {
	background: #e7f3fc;
	background: -moz-linear-gradient(top, rgba(17, 134, 223, .1) 0%, rgba(17, 134, 223, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(17, 134, 223, .1)), color-stop(1.0, rgba(17, 134, 223, 0)));
	border-color: #88c2ef;
}

.slider-set .input-set input.invalid:hover,
.slider-set .input-set input.invalid {
	background: #fdf8e5;
	background: -moz-linear-gradient(top, #fbf4d2 0%, #fdf8e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbf4d2), color-stop(1.0, #fdf8e5));
	border-color: #edc827;
}

.slider-set .input-set .label {
	position: relative;
	top: 13px;
	vertical-align: top;
	padding-left: 6px;
	font-size: 1.000em;
	color: #676767;
}


/* Feature */

.feature-container {
	background: url("//www.whatsmyneed.com/img/feature_bg.gif") repeat scroll 0 0 #678C8B;
	background-color: #B2B2B2;
	padding: 31px 0;
	/* min-height: 600px; */
}

.feature-container h1 span {
	font-size: 52.5px;
}

.feature-container h1 {
	color: #FFF;
	margin-top: 95px;
	font-weight: 800;
	font-size: 43px;
	text-shadow: 0 2px #293333;
	line-height: 1em;
}

.feature-container h2, .feature-container h3 {
	text-shadow: 0 1px #293333;
	line-height: 1.4em;
}

.feature-container h2 {
	margin-top: 20px;
}

.feature-container h3 {
	margin-top: 30px;
	color: #FFF;
	font-size: 1.786em;
	font-weight: normal;
}

.headline-container {
	margin-top: 5%;
}

.begin-form {
	margin-top: 20px;
	color: #ffffff;
	font-size: 1.143em;
	font-weight: bold;
	padding: 16px 0;
	width: 85%;
	text-align: center;
	line-height: 1.8em;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 0px #666666;
	-moz-box-shadow: 0px 1px 0px #666666;
	text-shadow: 1px 1px 0px #666666;
	border: solid #FFFFFF 2px;
	border-radius: 10px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#C7AC9E), to(#A37F6D));
	background: -moz-linear-gradient(center top , #C7AC9E 0%, #A37F6D 100%) repeat scroll 0 0 transparent;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#C7AC9E, endColorStr=#A37F6D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#C7AC9E, endColorStr=#A37F6D); 
	display: inline-block;
}

.begin-form:hover {
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#C7AC9E), to(#b4907e));
	background: -moz-linear-gradient(center top , #C7AC9E 0%, #b4907e 100%) repeat scroll 0 0 transparent;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#C7AC9E, endColorStr=#b4907e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#C7AC9E, endColorStr=#b4907e);
}

/* Button Override */
.btn, .life-btn {
	padding:10px;
	color:#FFF;
	background: #EE8327 url("/images/buttons/bg-btn-primary.png") 0 0 repeat-x;
	border:2px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:14px;
	cursor:pointer;
	text-shadow: 0px -1px 1px #bb6325;
}
.btn-large {
	font-size: 15px;
	line-height: normal;
}
.btn:hover, .life-btn:hover {
	text-decoration:none;
	background-position: 0 -80px;
}

.btn:active, .life-btn:active {
	opacity:.75;
}

.life-btn {
	border: 2px solid #a6d558;
}

.life-btn {
	background-color: #7bad37;
	background-position: 0 -120px;
	border-color: #8ab73f #4e8821 #3a6b15;
	text-shadow: 0 -1px 0 #3a6b15;
}

.life-btn:hover, .life-btn:active {
	background-position: 0 -180px;
	border-style: solid;
	border-color: #8ab73f #4e8821 #3a6b15;
}

/* Form */

.info-icon {
	baseline: vertical;
	height: 16px;
	width: 16px;
	padding-right:0 !important;
	background-image: url("//www.whatsmyneed.com/img/info.png");
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
}

.info-container {
	color: #FFF;
	background-color: #545454;
	padding: 10px 15px;
	display: none;
	clear: both;
	margin-bottom: 10px;
	border-radius: 5px;
}

.calculate-container {
	margin: 10px 0 20px;	
}

.cost-chart-container {
	background-color: red;
	display: none;
}

/* Footer */

.footer-container {
	background-color: #678e8c;
	min-height: 80px;
}

footer {
	padding: 25px 0;
	color: #EDEDED;
	font-size: 1em;
	line-height: 1.4em;
}

footer b {
	color: #D0EDDE;
	font-weight: bold;
}

footer p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.phone {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.1em;
}

.send-request {
	display: block;
	width: 99px;
	margin-top:8px;
}
.toll-free {
	float:right;
}
.toll-free .phone {
	font-size:28px;
}
