/* typography */
#life-calculator form h2 {
	color: #FF0000;
	font: 2em/110% 'Sainsburys Slab Bold', Helvetica, sans-serif;
}

#life-calculator form h2 span {
	display: block;
	color: #990033;
	font: 0.750em/120% 'Sainsburys Slab Bold', Helvetica, sans-serif;
}

#life-calculator form h3,
ul.calculator-steps li {
	color: #FF0000;
	font: 1.125em/130% 'Interstate Bold', Helvetica, sans-serif;
}

ul.calculator-steps li.btn-back a {
	color: #FF0000;
	font: 1em/100% 'Interstate Bold', Helvetica, sans-serif;
}

#life-calculator label span {
	color: #FF0000;
	font: 1em/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#life-calculator label input {
	font: 1.143em/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#life-calculator #result h2 span a {
	font: 0.5em/100% 'Sainsburys Slab Bold', Helvetica, sans-serif;
}

p#total {
	font: 3.571em/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#life-calculator .tab-footer h3 {
	height: 18px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
}

#life-calculator p.subtotal-output span {
	font: 1.286em/1em 'Interstate Bold', Helvetica, sans-serif;
}

/* calculator defaults */
#life-calculator {
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}

#content #life-calculator form {
	padding: 30px 0 0 0;
	width: auto;
	overflow: hidden;
	border-radius: 10px;
}

#calculator-header,
#life-calculator div.tab-footer,
#life-calculator .content {
	overflow: hidden;
	margin-top: 0;
	padding: 0 5%;
	width: 90%;
}

/* calculator headers */
#calculator-header h2 {
	margin-bottom: 25px;
	width: 360px;
}

#calculator-header h3 {
	margin-bottom: 25px;
	width: 380px;
}

/* calculator progress steps */
#calculator-header ul.calculator-steps {
	margin: 0 0 15px 0;
	padding: 0;
	width: 399px;
	height: 32px;
	background: url(../../images/life-insurance/steps-line.gif) no-repeat 130px 15px;
	list-style: none;
}

#calculator-header ul.calculator-steps li {
	display: block;
	float: left;
	margin: 0 0 0 52px;
	padding: 7px 0 7px 1px;
	width: 31px;
	height: 18px;
	background: url(../../images/life-insurance/steps-sprite.png) no-repeat 1px top;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}

#calculator-header ul.calculator-steps li.active {
	background-position: 1px -32px;
	color: #ffffff;
}

#calculator-header ul.calculator-steps li.btn-back {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 32px;
	background: none;
	text-align: center;
}

#calculator-header ul.calculator-steps li.btn-back a {
	display: block;
	margin: 0;
	padding: 9px 0 9px 1px;
	padding-left: 10px;
	width: 53px;
	height: 14px;
	border-radius: 10px;
	background: #FF0000 url(../../images/life-insurance/steps-chevron.gif) no-repeat 10px 12px;
	color: #ffffff;
	text-decoration: none;
}

/* calculator form styles */
#life-calculator label {
	padding: 1em 0 0 0;
	width: 100%;
}

#life-calculator label img {
	display: block;
	float: left;
	clear: right;
	margin: 10px 0 0 10px;
	width: 26px;
	height: 26px;
	cursor: help;
}

#life-calculator label span {
	display: block;
	float: left;
	clear: right;
	margin-right: 160px;
	width: 230px;
}

#life-calculator label input {
	float: left;
	clear: right;
	padding: 15px 10px 12px 35px;
	width: 80px;
	height: 16px;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	color: #2f2f2f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#life-calculator label input.icon-pound {
	background: url(../../images/life-insurance/icon-pound.png) no-repeat 10px 14px;
}

#life-calculator p.subtotal-output {
	float: left;
	clear: right;
	overflow: hidden;
	margin-bottom: 0;
	padding: 13px 10px 12px 35px;
	width: 140px;
	height: 18px;
	border: 1px solid #a83d0e;
	border-radius: 5px;
	background: #ffffff url(../../images/life-insurance/icon-pound.png) no-repeat 10px 13px;
	color: #2f2f2f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* tab styles */
#life-calculator .tab-header {
	margin: 0 0 15px 5%;
	padding-bottom: 15px;
	width: 400px;
	border-bottom: 1px solid #FF0000;
}

#life-calculator .tab {
	display: none;
	margin: 0;
	overflow: hidden;
}

#life-calculator .tab.active {
	display: block;
}

#life-calculator div.tab-footer {
	overflow: hidden;
	height: 77px;
	width: auto;
	margin-top: 2em;
	padding: 20px 5% 25px 5%;
	background: #FF0000 url(../../images/layout/calculator-result-seperator.gif) repeat-x left top;
	color: #ffffff;
}

/* results section */
#life-calculator #result p.cta {
	display: inline;
	float: left;
	clear: right;
	margin-top: 0;
	margin-right: 10px;
}

#result p#total {
	margin: 20px 0 0 0;
	width: 400px;
	text-align: center;
}

#life-calculator #result h2 span,
#life-calculator #result h2 span a {
	display: inline;
	color: #FF0000;
	margin-top: 7px;
	text-decoration: none;
	float: right;
}

/* tooltips */
.tip-wrap {
	z-index: 20;
	padding: 30px 20px;
	width: 240px;
	border: 1px solid #8f8f8f;
	border-radius: 5px;
	background: #e8e8e8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	font: 12px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.tip-wrap-mobile {
	display: inline-block;
	float: none;
	position: relative;
	clear: left;
	overflow: hidden;
	padding: 15px 10px 15px 45px;
	margin: 10px 0;
	border: 1px solid #8f8f8f;
	border-radius: 5px;
	background: #e8e8e8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	font: 12px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.tip-wrap-mobile img {
	position: absolute;
	top: 6px;
	left: 0;
}

.tip-wrap .tip-top {
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -7px;
	width: 12px;
	height: 20px;
	background: url(../../images/life-insurance/tooltip-chevron.png) no-repeat right top;
}

/* cta buttons */
#life-calculator p.btn-next a {
	float: right;
	border: 1px solid #fab091;
}

#life-calculator p.cta a {
	border: 1px solid #fab091;
}

#life-calculator p.cta-secondary a {
	border: 1px solid #73290a;
}