﻿@charset "utf-8";

/* === INSTANT LIFE === */
/* Written by James Barnsley of PlasticStudio, July 2010 */
/* Primary Cascading Style Sheet */

@font-face {
	font-family: 'Expert-Sans';
	src: url('../fonts/expert_sans_regular-webfont.eot');
	src: url('../fonts/expert_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/expert_sans_regular-webfont.woff2') format('woff2'),
		 url('../fonts/expert_sans_regular-webfont.woff') format('woff'),
		 url('../fonts/expert_sans_regular-webfont.ttf') format('truetype'),
		 url('../fonts/expert_sans_regular-webfont.svg#expert_sans_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


*, html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
html, body{
	color: #58595b;
}
p{
}
input::-moz-focus-inner { border: 0; }
button::-moz-focus-inner { border: 0; }
html {
	/*font-family: 'Expert-Sans', sans-serif;*/

	font-family: 'Brave Sans Light', sans-serif;
	font-size: 14px;
	height: 100%;
	overflow: auto;
}

.bold{
	font-weight: bold!important;
}

#reinsured h3,
#home-block .home-heading-para,
div#home-block h1#home-heading{
	font-family: 'Expert-Sans', sans-serif;
}

.line-break{
	word-break: break-all;
	font-size: 16px;
	display: block;
}

#main-nav,
#footer-nav{
	font-family: 'Brave Sans', sans-serif;
}
.red{
	 color: rgb(190, 0, 40)!important;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.margin15{
	margin-top: 15px;
}
/* ============================================================ LAYOUT === */

div.page {
	margin: 0 auto;
	width: 988px;
}

.clear-float {
	clear: both;}

div.content div.hr {
	border-bottom: 1px solid #CCCCCC;
	height: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.content {
	width: 980px;
	margin: 0 auto;
}

div.content-inner {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}



/* ============================================================ HEAD === */

div#head {
	margin-top: 17px;
	position: relative;
	height: 112px;
	z-index: 99;}

div#application.page a#branding,
div#home.page a#branding {
	margin-left: 110px;
}

a#branding {
	float: left;
	max-width: 250px;
	position: absolute;
	top: 0;
	margin-top: 14px;
}

a#branding img{
	display: block;
	width: 100%;
	height: auto;
	width: 63px;
}


div#footer {
	position: relative;
}

#reinsured {
	text-align: right;
	position: absolute;
	right: 5px;
	top: 40px;
}

#reinsured h3{
	font-weight: normal;
	font-size: 18px;
	color: #736464;
	font-family: 'Brave Sans', sans-serif;
}







/* ============================================================ NAVIGATION === */



/* ======================== TOP NAV === */

div#top-nav {
	position: absolute;
	top: -17px;
	right: 5px;
	/*width: 176px;*/
}

div#top-nav a {
	text-decoration: none;
}

div#top-nav #self-serve-second a{
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	behavior: url(/pie/PIE.htc);
}

div#top-nav #self-serve-last a{
	border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	behavior: url(/pie/PIE.htc);
	border-left: 1px solid #cccccc;
}

div#top-nav a span {
	color: #fff;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	background: rgb(36,140,58);
	background: -moz-linear-gradient(top, rgba(36,140,58,1) 0%, rgba(36,140,58,1) 100%);
	background: -webkit-linear-gradient(top, rgba(36,140,58,1) 0%,rgba(36,140,58,1) 100%);
	background: linear-gradient(to bottom, rgba(36,140,58,1) 0%,rgba(36,140,58,1) 100%);
	background-color: rgb(36,140,58);
	padding: 8px 15px 10px;
	display: block;
	font-weight: normal;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}


/* ======================== TOP NAV for logged-in users === */

div#top-nav.self-serve {
	width: auto !important; }

div#top-nav.self-serve ul {
	list-style-type: none; }

div#top-nav.self-serve li {
	display: block;
	float: left;
}

div#top-nav.self-serve li#self-serve-first {
	background: #FFF;
	padding: 8px 15px 10px;
	color: #999;}

div#top-nav.self-serve li a {
	color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    background: rgb(36,140,58);
    background: -moz-linear-gradient(top, rgba(36,140,58,1) 0%, rgba(36,140,58,1) 100%);
    background: -webkit-linear-gradient(top, rgba(36,140,58,1) 0%,rgba(36,140,58,1) 100%);
    background: linear-gradient(to bottom, rgba(36,140,58,1) 0%,rgba(36,140,58,1) 100%);
    background-color: rgb(36,140,58);
    padding: 8px 15px 10px;
    display: block;
    font-weight: normal;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 5px 5px;
}

/* hovers */






/* ======================== MAIN NAV === */

div#main-nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 700px;
	z-index: 99;
}

div#main-nav .home-button{
	width: 100%;
	max-width: 16px;
	position: absolute;
	bottom: 15px;
	right: 225px;
	height: auto;
	max-height: 13px;
}

div#main-nav ul {
	list-style-type: none; }

div#main-nav ul li {
	display: inline; }

div#main-nav ul #last span{
	padding-right: 5px;
}

div#main-nav ul li .menu-item {
	display: block;
	float: right;
	height: 23px;
	padding: 10px 0px 8px;
	background-position: 50% 0%;
	color: rgb(190, 0, 40);
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

div#main-nav ul li .menu-item span.title {
	cursor: hand;
	cursor: pointer;
	padding: 0 10px 20px;
	font-size: 16px;
	/*font-size: 12px;*/
}

/*div#main-nav ul li .menu-item:hover span.title{
	color: #D62528;
}*/

div#main-nav ul li#first .menu-item {
	background-position: 0% 0%;
	border-left: none; padding-left:
	25px; padding-right: 8px;
}
div#main-nav ul li#last .menu-item {
/*	background-position: 100% 0%;
	padding-right: 8px;*/
}

div#main-nav ul li .menu-item:hover,
/*div#main-nav ul li .menu-item.hover { background-position: 50% 25% !important; color: #FFFFFF !important; }*/
div#main-nav ul li#first .menu-item:hover,
div#main-nav ul li#first .menu-item.hover { background-position: 0% 25% !important; }
div#main-nav ul li#first.active .menu-item:hover,
div#main-nav ul li#first.active .menu-item.hover { background-position: 0% -82px !important; }
div#main-nav ul li#last .menu-item:hover,
div#main-nav ul li#last .menu-item.hover {	background-position: 100% 25% !important; }

div#main-nav ul li.active .menu-item { background-position: 50% 49%; color: #736464; }
div#main-nav ul li#first.active .menu-item { background-position: 0px -82px; }
div#main-nav ul li#last.active .menu-item {	background-position: 100% 49%; }

/*div#main-nav ul li#first em { display: none; }*/




/* ACTIVE ARROW */

#nav-arrow {
	position: absolute;
	width: 20px;
	height: 10px;
	background: url('../images/nav-item-arrow.png') 0 0 no-repeat;
	top: 0;
	display: none; }

/* home */
#home-block #nav-arrow { right: 338px; }

/* life */
.life-insurance #nav-arrow,
.accidental-death #nav-arrow { right: 287px; }

/* medical */
.cancer #nav-arrow,
.medical-gap-cover #nav-arrow,
.critical-illness #nav-arrow,
.work-disability #nav-arrow { right: 179px; }

/* funeral */
.funeral #nav-arrow,
.funeral-family #nav-arrow { right: 66px; }

/* car-home */
.car #nav-arrow,
.home #nav-arrow,
.request-callback #nav-arrow,
.get-a-quote #nav-arrow { right: 77px; }




/* --- HOVER NAV (sub-nav) --- */

div#main-nav ul li .menu-item:hover .sub-nav {
	display: block; }

.sub-nav {
	position: absolute;
	top: 42px;
	right: 4px;
	display: none;
	z-index: 99;
	width: 447px;
	padding: 10px;
	background: #f3f3f3;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 6px 1px 1px 1px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	behavior: url(/pie/PIE.htc);
	cursor: hand;
	cursor: pointer; }

.sub-nav a {
	width: 212px;
	float: left;
	padding: 5px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer; }

.sub-nav a:hover strong,
.sub-nav li:hover strong {	text-decoration: underline !important; }
.sub-nav a:hover span,
.sub-nav li:hover span {		color: #444 !important; }

.sub-nav a strong {
	display: block;
	 color: rgb(190, 0, 40);
	text-decoration: none;
	font-size: 14px; }

.sub-nav a span {
	display: block;
	color: #999;
	text-decoration: none;
	font-size: 11px; }

div.footer-nav-popup {
	background-color: #d7d7d7;
	border-radius: 5px 5px 0 0;
	behavior: url(/pie/PIE.htc);
	bottom: 33px;
	display: none;
	left: -1px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute;
	width: 130px;
	z-index: 99;
	border: 1px solid #CCCCCC;
}

/* ======================== FOOTER NAV === */

div#footer-nav {
	width: 100%;
	height: 40px;
	text-align: center;
}

div#footer-nav ul {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	text-align: left;
}

div#footer-nav ul li {
	display: block;
	float: right;
	height: 24px;
	padding: 9px 6px 0px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #736464;
	text-decoration: none;
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
	background-color: #f3f3f3;
}

div#footer-nav ul li:hover,
div#footer-nav ul li.active {
	background-color: #d7d7d7;
}

div#footer-nav ul li.nav-popup {
	padding-left: 21px !important;}

div#footer-nav ul li a {
	color:#736464;
	text-decoration: none;}

div#footer-nav ul li.active a,
div#footer-nav ul li:hover a,
div#footer-nav ul li.active{
	/*color: #FFF;*/
}

div#footer a#foot-rss-feed {
	padding-left: 12px;
	background: url('../images/foot-rss-icon.gif') 2px 4px no-repeat; }

div#footer a#foot-rss-feed:hover {
	background-position: 2px -12px; }

div#footer-nav ul li#footer-nav-first {
	padding-left: 12px;
	border-radius: 0 0 0 5px;
}
div#footer-nav ul li#footer-nav-last {
	padding-right: 16px;
	border-right: 1px solid #CCCCCC;
	border-radius: 0 0 5px 0;
}
div#footer-nav a::selection { background: transparent; }
div#footer-nav a::-moz-selection { background: transparent; }

/* nav arrow */
li span.nav-arrow,
li.active span.nav-arrow{
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 11px;
	left: 10px;
}

li span.nav-arrow:after,
li.active span.nav-arrow:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #736464;
	border-bottom: 5px solid transparent;
}

div#footer-nav ul li:hover span.nav-arrow:after,
div#footer-nav ul li.active span.nav-arrow:after{
	/*border-left: 7px solid #ffffff;*/
}

li.active span.nav-arrow {
	background-position: -8px 0px;
}
a.nav-popup {
	position: relative;
}



/* ======================== FOOTER NAV POPUP : more link === */

div#footer-nav ul li {
	position: relative;
}

div.footer-nav-popup {
/*	position: absolute;
	z-index: 99;
	width: 130px;
	left: -1px;
	bottom: 33px;
	background: #D7D7D7;
	border: 1px solid #CCC;
	border-bottom: none;
	padding-bottom: 5px;
	padding-top: 5px;
	display: none;

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	*/
}
div#footer-nav ul li div.footer-nav-popup a {
	display: block;
	padding: 5px 10px;
	margin: 3px 0px;
	color: #736464 !important;
	text-decoration: none;

	background: none;
	float: none;
	height: auto;
	border: none;
}
div#footer-nav ul li div.footer-nav-popup a:hover {
	background: #AAA;
	color: #FFF !important;
}




/* ============================================================ CONTENT === */


/* ======================== HEADINGS === */


div.content em.ital {
	font-style: italic;
	border-bottom: 0px;
	font-weight: bold;
}

/* H1 */

div.content h1 {
	font-size: 36px;
	font-weight: normal;}

div.content h1 em {
	font-style: italic;}

div.content div#product-block h1,
div.content div#standard-block h1,
div.content div#self-serve-block h1 {
    color: #be0028;
}


/* H2 */

div.content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;

}

div.content h2 em {
	color:#be0028;
	font-style: normal;}

div#product-block h2,
div#cash-back h2 {
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	color: #2d2323;
	font-size: 16px;
}

div#product-block.changing-lives h2 {
	font-size: 18px !important;
	font-weight: normal !important;
	margin-bottom: 10px !important;
	margin-top: 15px !important; }


/* red h2s */
div.page#faqs div.content h2,
div.page#legal-disclosure div.content h2,
div.page#articles div.content h2 {
	font-weight: bold;
	font-size: 16px;
	color: #be0028;
	margin-top: 25px;
	margin-bottom: 3px;}

div.page#faqs div.content h2 img {
	margin-bottom: -3px;
	padding-right: 8px;}


/* H3 */

div.content h3 {
	font-weight: bold;
	font-size: 16px;
	 color: rgb(190, 0, 40);
	margin-top: 25px;
}
div.content h3 img {
	margin-bottom: -3px;
	padding-right: 8px;
}
div.right h3 {
	color: #717171;
	font-size: 21px;
	font-weight: normal;
}
div.right h3 em {
	font-style: normal;
	color: #be0028;
}
div.content a h3 {
	font-weight: bold;
	font-size: 16px;
	color: #be0028;
	margin-top: 25px;
	text-decoration: none;}

div.content a h3:hover {
	text-decoration: underline;}


/* article overwrite */

div#standard-block.article div#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #717171;}



/* H4 */

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

div#product-block h4,
div#cash-back h4 {
	margin: 15px 0px 5px 0px;
}





/* ======================== TABLES === */

#product-block .left table {
	width: 100%;
	margin: 20px 0; }

#product-block .left table th {
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;}

#product-block .left table th.first {	width: 125px; }
#product-block .left table th.second {	width: 125px; }
#product-block .left table th.third {	width: 208px; }
#product-block .left table th.fourth {	width: 80px; }

#product-block .left table th em {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	color: #AAA; }

#product-block .left table td {
	border-bottom: 1px solid #EEE;
	padding: 5px 0; }

.dis-table{
	width: 100%;
	border: solid 1px rgb(115,100,100);
	border-collapse: collapse;
}
.dis-table th{
	text-align: left;
	font-size: 12px;
}

.dis-table td{
	width: 200px;
	font-size: 12px;
	border: solid 1px rgb(115,100,100);
	vertical-align: top;
	padding: 5px 0 5px 5px ;
}
.dis-table td a{

	word-break: break-all;
}

.dis-table td.wide {
	width: 320px;
}

.dis-table td.short {
	width: 110px;
}

.dis-table ul{
	list-style: circle;
	/*margin-left: 10px!important;*/
}

.dis-table .small-4{
	width: 160px;
}


/* ======================== IMAGES === */

ul#competition-winners li img {
	float: left;
	margin: 5px 15px 0 0; }

ul#competition-winners li img.logo {
	float: right;
	margin: 0 0 5px 5px; }

ul#competition-winners li p,
ul#competition-winners li h2 {
	margin-left: 120px; }


/* laboratory logos */

img.lab-logo {
	float: left;
	margin: 2px 16px 5px 0; }





/* ======================== LISTS === */

ol#nested-lists,
ol#nested-lists ol {
	list-style-type: none;
}
ol#nested-lists ol ol {
	margin: 10px 0px 10px 25px;
}
ol#nested-lists ol ol ol {
	margin: 10px 0px 10px 40px;
}
ol#nested-lists ol li {
	margin-left: 25px;
}
ol#nested-lists ol li span { float: left; }
ol#nested-lists ol li span { margin-left: -15px; }
ol#nested-lists li ol li span { margin-left: -25px; }
ol#nested-lists li ol li ol li span { margin-left: -40px; }
ol#nested-lists li ol li ol li ol li span { margin-left: -50px; }

ol#nested-lists h5 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 6px;
}
ol#nested-lists h6 {
	font-size: 12px;
	font-weight: bold;
}

ol#nested-lists em {
	text-decoration: none;
	margin: 8px 0px 8px 20px;
	display: block;
	font-style: italic;
}

div.content ul {
	margin-left: 20px;}

div.content ol {
	margin-left: 20px;}

div.content ol#nested-lists {
	margin-left: 0px;}

div.content li {
	margin-bottom: 8px;}

ul#sitemap ul {
	margin-top: 5px;}

ul#sitemap ul {
	list-style-type: none;
	margin-left: 5px;}

a.right-icon {
	display: block;
	height: 36px;
	color: #736464;
	font-weight: bold;
	/*font-size: 13px;*/
	padding: 4px 0px 0px 48px;
	text-decoration: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;}



a.right-icon#right-cash-back { background-image: url('../images/body-icon-cash-back.gif'); }
a.right-icon#right-refer-a-friend { background-image: url('../images/body-icon-refer-a-friend.gif'); }
a.right-icon#right-calculator { background-image: url('../images/body-icon-calculator.gif'); }
a.right-icon#right-quote { background-image: url('../images/body-icon-quote.gif'); }
a.right-icon#right-member-referral-programme { background-image: url('../images/body-icon-member-referral-programme.gif'); }

a.right-icon:hover {
	color: #2e3135;
	background-position: 0px -40px;}

.list-col {
	float: left;
	width: 280px;
}

ul.more-articles h2 {
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 5px;
}

/* articles list */
ul.more-articles {
/*	float: left;
	width: 250px; */
	padding-left:0px;
	margin-left:0px;
	list-style-type: none;
}

ul.more-articles li,
ul.more-articles li a {
	padding-left:0px;
	margin-left:0px;
}

ul.more-articles h3,
ul.more-articles h3 a {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 0px;
}


/* competition winners list */


ul#competition-winners {
	list-style-type: none;
	margin-left: 0;}

ul#competition-winners li {
	clear: both;
	margin-bottom: 16px;}

ul#competition-winners li h2 span {
	font-size: 12px; }




/* member referral programme */

ul#member-referral-steps {
	list-style: none;
	margin-left: 0;
	width: 560px;
	height: 117px;
	background: url('../images/member-referral-steps-list-bg.jpg') 0 0 no-repeat;
}

ul#member-referral-steps li {
	width: 185px;
	height: 97px;
	padding: 10px 0;
	float: left;
}

ul#member-referral-steps li#step-3 {
	width: 165px;
	padding-left: 20px;
}

ul#member-referral-steps li span {
	color: #be0028;
	font-weight: bold;
	width: 30px;
	height: 97px;
	display: block;
	float: left;
	text-align: center;
}

ul#member-referral-steps li em {
	color: #be0028;
	font-size: 16px;
	text-decoration: none;
}

h3.member-referral-subhead {
	font-weight: normal !important;
}

h3.member-referral-subhead a {
	color: #be0028;
	text-decoration: none;
}

h3.member-referral-subhead a:hover {
	text-decoration: underline;
}






/* ======================== GREY BOX (sidebar on MRP) === */

div.grey-box {
	border: 1px solid #CCC;
	padding: 7px 9px 9px 9px;
	background: #EEEEEE;
	margin-bottom: 18px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
	}

div.grey-box h3 {
	margin: 0 0 4px 0;
	color: #be0028; }








/* ======================== VIDEOS (sidebar) === */


div#myinstantlife-sidebar h2 {
	color: #be0028;
	margin: 0px;
	position: relative; }

div#myinstantlife-sidebar h2 span.thawte-logo {
	position: absolute;
	right: 0;
	top: -5px;
	display: block;
	width: 96px;
	height: 31px;
	background: url('../images/app-thawte-certificate.gif') 0 0 no-repeat; }

div#myinstantlife-sidebar ul {
	margin-top: 8px; }

div#myinstantlife-sidebar p {
	margin-top: 8px;
	margin-left: 12px; }









/* ======================== VIDEOS (sidebar) === */


div.right div#sidebar-video {
	margin-top: 30px;}









/* ======================== SOCIAL MEDIA (sidebar) === */

div#social-media-icons {
	margin: 28px 0 10px 0;
	padding: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 31px;}

div#social-media-icons h4 {
	padding-top: 8px;}

div#social-media-icons a {
	display: block;
	float: right;
	margin-left: 6px;}





/* ======================== PROMO BOX (sidebar) === */


div.right-promo {
	background: url('../images/right-promo-bg-bottom.gif') bottom center no-repeat;
	padding-bottom: 6px;
	margin-top: 35px;}

div.right-promo-inner {
	background: url('../images/right-promo-bg-top.gif') top center no-repeat;
	padding: 14px 14px 4px 14px;}

div.right-promo h3,
div.golf-day h3 {
	color: #be0028;
	margin: 0 0 6px 0 !important;
	font-size: 16px;}

div.right-promo#ernie-els a {
	display: block;
	padding-left: 22px;
	margin: 5px 0;
	font-size: 14px;
	background: url('../images/body-arrow-bulletpoint.gif') 0 0 no-repeat; }

div.right-promo#ernie-els a:hover {
	background-position: 0 -50px; }

a.play-clip {
	background: url('../images/body-play-button.gif') 0 0 no-repeat;
	display: block;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	color: #717171 !important;}

a.play-clip:hover {
	background-position: 0 -26px;
	color: #be0028 !important;}

div.right-promo span.grey {
	color: #AAA;
	font-size: 11px; }




/* ======================== IMAGES === */

img.right-icon {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}

img#refer-a-friend-diagram {
	float: left; }








/* ======================== Thawte certificate === */


div.content-inner {
	position: relative;}

a#application-secured-by-thawte {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 96px;
	height: 31px;
	background: url('../images/app-thawte-certificate.gif') 0px 0px no-repeat;}

a#application-secured-by-thawte strong {
	display: none;}





/* ======================== LINKS === */

div.right h3 a {
	color: #be0028;
	text-decoration: none;
}
div.right h3 a:hover {
	border-bottom: 2px solid #be0028;
}

div.right a {
	/*color: #be0028;*/
	text-decoration: none;
}
div.right a.standard:hover {
	text-decoration: underline;
}

a.tiny-facebook {
	padding-left: 15px;
	background: url('../images/body-icon-facebook.gif') 0 3px no-repeat;}


/* legal disclosure/complaints policy PDF downloads */
a.download-pdf {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-left: 16px;
	background: url('../images/body-icon-download-pdf.gif') 0px 2px no-repeat;
}
a.download-pdf:hover {
	color: #be0028;
	text-decoration: underline;
	background-position: 0px -18px;
}


/* GET SILVERLIGHT BUTTON */

p#button-get-silverlight {
	margin: 20px 0;}
p#button-get-silverlight a {
	text-decoration: none;}


/* example policy documents (sidebar) */

a#sidebar-example-policy-document {
	padding: 1px 70px 0 48px;
	height: 35px;
	display: block;
	margin: 15px 0 5px;
	background: url("../images/body-icon-example-policy-document.gif") no-repeat 7px 0 ;
	font-weight: bold;
	color: #736464;}

a#sidebar-example-policy-document:hover {
	color: #2e3135;
	background-position: 7px -40px;}

/*  visit Facebook link */

a#facebook-link {
	color:#293E6A;
	text-decoration:none;
	padding-left:20px;
	background:url('../images/facebook.ico') no-repeat 2px 4px;
}

a#facebook-link:hover {
	text-decoration:underline;
}

/* Current Competitions Enter Now link */

p.current-comp-footer,
p.current-comp-footer a {
	color:#AAA !important;
	font-size:12px;
	margin-top:5px;
}

a.enter-now-link {
	text-decoration:none;
	color:#be0028;
	font-size:17px;
}



/* ======================== PARAGRAPH === */

div.content p {
	margin-bottom: 6px;
}

div.left p em,
div.left li em {
	text-decoration: none;
	font-style: normal;
}

div.left p a,
div.left li a {
	color: #be0028;
	font-style: normal;
	text-decoration: none;
}

div.left p em:hover,
div.left li em:hover,
div.left p a:hover,
div.left li a:hover {
	text-decoration: underline;
}

p.grey {
	color: #736464;
}

p.red,
span.red {
	color: #be0028;}

.small {
	color: #AAA;
	font-size: 11px;
	text-decoration: none;}

.small:hover {
	color: #be0028;
	text-decoration: underline;}
/* ======================== CONTACT FORM === */

form#contact-form label,
form#faq-form label ,
form#refer-form label{
	display: block;
	margin: 8px 0px;
	float: left;
	clear: both;
}

form#contact-form input,
form#faq-form input ,
form#refer-form input{
	width: 250px;
}
form#contact-form textarea,
form#faq-form textarea {
	width: 320px;
	height: 120px;
}

form#contact-form input,
form#contact-form textarea,
form#contact-form button,
form#contact-form select,
form#faq-form input,
form#faq-form textarea,
form#faq-form button,
form#faq-form select,
form#refer-form input,
form#refer-form textarea,
form#refer-form button,
form#refer-form select {
	font-family: Arial, Helvetica, sans-serif;
	color: #736464;
	font-size: 12px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/pie/PIE.htc);
	padding: 3px 5px;
}
form#contact-form input:focus,
form#contact-form textarea:focus,
form#contact-form select:focus,
form#faq-form input:focus,
form#faq-form textarea:focus,
form#faq-form select:focus,
form#refer-form input:focus,
form#refer-form textarea:focus,
form#refer-form select:focus {
	border-color: #AAA;
}
form#contact-form button,
form#faq-form button,
form#refer-form button {
	width: 120px;
	padding: 5px 10px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	border: 0px;
	background-color: #2e3135;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/pie/PIE.htc);
}
form#contact-form button:hover,
form#faq-form button:hover,
form#refer-form button:hover {
	/*background-position: 0px -33px !important;*/
}



/* errors */
form#contact-form span.field-validation-error,
form#faq-form span.field-validation-error,
form#refer-form span.field-validation-error {
	color: #C00;
	font-size: 11px;
	padding-left: 15px;
}

.right #contact-form{
	box-sizing: border-box;
	padding: 10px 15px 0;
	background-color: #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
	margin-top: 10px;
}

.right #contact-form label{
	float: none!important;
	padding-bottom: 8px;
}

.right #contact-form label input{
	width: 100%;
}

.right #contact-form label button{
	margin-top: 10px;
}

/* ======================== BUTTONS === */


/* calculator button */


a.calculator-button {
	display: block;
	height: 80px;
	margin-top: 15px;
	padding-left: 100px;
	padding-top: 10px;
	color: #717171;
	text-decoration: none;
	background: url('../images/body-calculator-call-to-action.gif') 0 0 no-repeat;
	background-position: 0 -100px; }

/*a.calculator-button:hover {
	background-position: 0 -100px; }*/

a.calculator-button span { display: none; }

a.calculator-button h2 {
	margin: 0; }




/* inline pointer link */

a.button-pointer {
	padding-left: 18px;
	background: url('../images/body-button-pointer.gif') 0 1px no-repeat; }

a.button-pointer:hover {
	background-position: 0 -14px;}


/* huge arrow */

a.button-arrow-huge,
a.button-arrow-huge span {
	background-image: url('../images/button-arrow-huge.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
}
a.button-arrow-huge {
	display: block;
	float: left;
}
a.button-arrow-huge span {
	background-position: 100% 0%;
	display: block;
	float: right;
	height: 29px;
	padding: 11px 60px 10px 0px;
	margin-left: 18px;
}





/* large arrow */

.button-arrow-large{
	width: 120px;
    padding: 5px 10px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: hand;
    cursor: pointer;
    border: 0px;
    background-color: #2e3135;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 15px 0 10px;
    behavior: url(/pie/PIE.htc);
}


.button-arrow-large span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
}

/* homepage one */

.quote-buy-button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #2e3135;
	color: #fff;
	text-decoration: none;
	margin: 30px 0 30px;
	float: left;
	width: 100%;
	max-width: 260px;
	/*height: 40px;*/
	position: relative;
	text-align: center;
	/* display: inline-block; */
}


.quote-buy-button:hover {
	cursor: pointer;
}

.quote-buy-button span{
	display: inline-block;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	vertical-align: middle;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}`

.quote-buy-button.box {
	margin: 15px 0 15px!important;
	width: 100%!important;
}

.quote-buy-button img{
	display: inline-block;
	padding: 5px 5px 5px 0;
	vertical-align: top;
	width: 17px;
	/*float: right;*/
}

.quote-buy-button .button-arrow-large {
	width: 100%;
}

.quote-buy-button .button-arrow-large span {
	padding-right: 65px;
	padding-left: 2px;
}

.flow{
	padding-left: 20px;
}

.flow .quote-buy-button{
	max-width: 300px;
	width: auto;
}

.flow .quote-buy-button.no-margin{
	margin: 0;
}

.flow .quote-buy-button.big-margin{
	margin: 80px 0;
}

.qbb-holder{
	margin-top: 50px!important;
}

/* small arrow */


a.button-arrow-small,
a.button-arrow-small span {
	background-image: url('../images/button-arrow-small.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
a.button-arrow-small#sentence-case span {
	text-transform: none;}

a.button-arrow-small {
	display: block;
	float: left;
	margin-right: 20px;
}
a.button-arrow-small span {
	background-position: 100% 0%;
	display: block;
	float: right;
	height: 15px;
	padding: 4px 16px 4px 0px;
	margin-left: 8px;
}

a.button-arrow-small:hover { background-position: 0% 100%; }
a.button-arrow-small:hover span { background-position: 100% 100%; }





/* medium arrow */


a.button-arrow-medium,
a.button-arrow-medium span {
	/*background-image: url('../images/button-arrow-medium.gif');*/
	background-repeat: no-repeat;
	background-position: 0% 0%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.button-arrow-medium.grey,
a.button-arrow-medium.grey span {
	/*background-image: url('../images/button-arrow-medium-grey-bg.gif'); */
}

a.button-arrow-medium {
	background-color: #be0028;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	behavior: url(/pie/PIE.htc);
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

a.button-arrow-medium span {
	display: block;
	float: right;
	padding: 7px 17px 9px 8px;
	margin-left: 8px;
}

a.button-arrow-medium:hover { background-position: 0% 100%; }
a.button-arrow-medium:hover span { background-position: 100% 100%; }



/* large standard */






/* ======================== PAGE-UNIQUE : home === */

div#home-block {
	padding: 35px 65px 29px;
	position: relative;
}

#home-block .home-block-left,
#home-block .home-block-right {
	margin-bottom: 29px;
}

#home-block .home-block-left {
	float: left;
	width: 550px;
}

#home-block .home-block-right {
	float: right;
	width: 270px;
	height: 260px;
}

#home-block .home-block-right img{
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
}

/* heading */
div#home-block h1#home-heading {
	font-size: 42px;
	color: #58595b;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 0;
}

#home-block .home-heading-para{
	font-size: 31px;
	color: #736464;
	font-weight: normal;
	display: block;
	padding: 20px 0;
	letter-spacing: -2px;
}

div#home-block h1#home-heading em {
	color: #be0028;
	font-style: normal;
}
div#home-block h1#home-heading a {
	text-decoration: none;
}
div#home-block h1#home-heading a:hover em {
	text-decoration: underline;
}



/* button */
div#home-button a.button-arrow-large {
	float: right;
}
div#home-button a.button-arrow-large span {
	float: left;
}
div#home-button {
	height: 50px;
	margin-bottom: 20px;}



/* seo content */
div#home-seo {
	padding: 16px 0;
	border: 1px solid #CCC;
	font-size: 14px;
	height: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
}

div#home-seo-left {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 20px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;}

div#home-seo-right {
	width: 40%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	height: 100%;
	position: relative;
}

.home-seo-item{
	float: left;
	width: 50%;
	border-right: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-seo-item .grey a {
    color: rgb(115,100,100) !important;
}
.home-seo-item:last-of-type{
	border-right: none;
}

#home-seo-right .grey a{
	color: rgb(115,100,100)!important;
}


div#home-seo h2 {
	margin: 0px 0px 16px 0px;
	font-size: 21px;
	letter-spacing: -0.5px;
	color: #2d2323;
}

div#home-seo a {
	color: #be0028;
	text-decoration: none;
}

div#home-seo a:hover {
	text-decoration: underline;
}

div#home-seo strong,
div#home-seo a:hover {
	color: #be0028;
	font-weight: normal;
}
div#home-seo p {
	margin: 0px;
	padding: 0px;
	/*color: #8f9190 !important;*/
}

div#home-seo p#completing-an-application {
	margin-top: 8px;}

/*div#home-seo p#completing-an-application a {
	color: #8F9190;
	padding-left: 16px;
	background: url('../images/body-button-video.gif') 0 1px no-repeat;}*/

div#home-seo p#completing-an-application a:hover {
	color: #be0028;
	background-position: 0px -14px}




/* ================ MIDDLE COLUMN FADER (homepage) === */

ul#middle-column-fader {
	list-style-type: none;
	margin: 0;
	position: relative;
	height: 140px; }

ul#middle-column-fader li {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	width: 300px;
	margin-bottom: 0px;
	height: 140px; }

ul#middle-column-fader li.active {
	z-index:10;
	opacity:1.0;}

ul#middle-column-fader li.last-active {
	z-index:9;}

ul#middle-column-fader h2 span {
	padding: 2px 4px;
	background: #EEE;
	color: #BBB;
	font-size: 10px;
	font-weight: normal; }

ul#middle-column-fader h3 {
	font-weight: normal;
	font-size: 12px;
	margin: 8px 0 0 0; }

ul#middle-column-fader p {
	margin: 4px 0;}

ul#middle-column-fader li img {
	position: absolute; }


div#home-seo .FOM{
	position: absolute;
	bottom: 5px;
	font-size: 13px!important;
	letter-spacing: -0.5px;
}



/* -- logo slider --- */

div#home-seo-logos{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 20px;
	height: 100%;
}

div#home-seo-logos h2{
	font-size: 13.5pt;
	font-weight: normal;
}

/* ======================== PAGE-UNIQUE : application landing page === */


div#standard-block .left#application-landing-page {
	float: none;
	width: 860px;
	background: #FFF; }

div#standard-block .left#application-landing-page h1 {
	font-size: 30px;
	padding-bottom: 10px; }

.landing-page-section {
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #f3f3f3;
	border-radius: 0 0 5px 5px;
	position: relative;
	padding: 40px 0 15px;
}

.landing-page-section-foot {
	height: 0;
}



/* elements */

#application-landing-page .landing-page-section h2 {
    padding: 8px 15px;
    margin: 0 !important;
    color: #FFF;
    background-color: #be0028;
    position: absolute;
    top: -1px;
    box-sizing: border-box;
    display: block;
    right: -1px;
    left: -1px;
}

#application-landing-page .policy {
	background: url('../images/body-icon-product-details.gif') 15px 15px no-repeat;
	padding: 15px 15px 15px 42px;
	border-top: 1px solid #CCC;
}

#application-landing-page .policy:first-of-type {
	border-top: none;
}

#application-landing-page .policy h3 {
	font-weight: bold;
	color: #2d2323;
	font-size: 16px;
	margin: 0 0 5px;
}
#application-landing-page .policy h3:hover {
	text-decoration: none;}

#application-landing-page .policy p {
	margin: 0;
	/*font-size: 11px;*/
	color: #717171; }

#application-landing-page .policy-list .seperator {
	height: 0;
}

#application-landing-page .policy-list {
	text-decoration: none;
	display: block;
	margin: 10px 10px 0 10px;
	width: 500px;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #CCCCCC;

}

#application-landing-page .policy-list-foot {
	background-color: #fff;
	height: 0;
}



/* buttons */

#application-landing-page .click-here-now-to-get-started strong {
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 16px;
	top: 6px;
	font-size: 18px;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
	border: 0;}

#application-landing-page .section-button {
	right: 0;
	top: 36px;
	bottom: 0;
	width: 338px;
	border: 0;
	position: absolute;
}

#application-landing-page .click-here-now-to-get-started {
	margin-left: 25px;
	height: 40px;
	width: 287px;
	display: block;
	position: relative;
	text-decoration: none;
	background: url('../images/app-landing-page-button.gif') 0 0 no-repeat;
	border: 0; }

#application-landing-page .click-here-now-to-get-started:hover {
	background-position: 0 -60px;
	border: 0; }

#application-landing-page .section-button .top{
	width: 8px;
	background-color: #d7d7d7;
	height: 50%;
	position: absolute;
	top: 70px;
	left: 100px;
}

#application-landing-page .section-button .bottom {
	width: 8px;
	background-color: #d7d7d7;
	height: 50%;
	position: absolute;
	bottom: 70px;
	left: 100px;
}

#application-landing-page .section-button .top:after{
	position: absolute;
	content: '';
	right: 0;
	height: 8px;
	width: 90px;
	top: 0;
	background-color: #d7d7d7;
}

#application-landing-page .section-button .bottom:after {
	position: absolute;
	content: '';
	right: 0;
	height: 8px;
	width: 90px;
	bottom: 0;
	background-color: #d7d7d7;
}

#application-landing-page .section-button .flow {
	background-color: #f3f3f3;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}








/* ======================== PAGE-UNIQUE : product === */

div#product-block {
	padding: 15px 15px 25px 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color:transparent;}

/* product images */
.content-inner .header-image.life-insurance {
	background-image: url('../images/body-background-life-insurance.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.accidental-death {
	background-image: url('../images/body-background-accidental-death.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.critical-illness  {
	background-image: url('../images/body-background-critical-illness.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.cancer {
	background-image: url('../images/body-background-cancer.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.work-disability {
	background-image: url('../images/body-background-work-disability.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.funeral {
	background-image: url('../images/body-background-funeral.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.changing-lives {
	background-image: url('../images/body-background-changing-lives.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.funeral-family {
	background-image: url('../images/body-background-funeral-family.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.funeral-family-plp {
	background-image: url('../images/body-background-funeral-family-plp.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}
.content-inner .header-image.funeral-family-tm {
	background-image: url('../images/body-background-funeral-family-tm.jpg');
	min-height: 500;
	left: -1px;
	top: -1px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}


div#product-block div.left {
	margin-top: 110px;
	width: 560px;
	float: left;
	z-index: 9;}

div#product-block div.right {
	width: 260px;
	float: right;
	margin-top: 190px;
	margin-right: 35px;}




/* ============================================================ FREE FUNERAL COVER PROMO === */

h2.large-red {
	font-size: 24px !important;
	color: #be0028 !important;
	font-weight: normal !important; }

h3.small-grey {
	color: #717171 !important;
	margin-top: 25px; }

a.right-icon#right-question {
	background-image: url("../images/body-icon-question.gif");
	font-size: 15.5px;
	line-height: 31px; }

.application-steps {
	margin-top: 30px }

.application-steps .step {
	clear: left;
	padding-bottom: 8px; }

.application-steps .step .step-arrow {
	background-color: #58595b;
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px 4px;
	position: relative;
	margin-right: 25px;
}

.application-steps .step .step-arrow:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 14px solid #58595b;
    border-bottom: 15px solid transparent;
    left: 100%;
    top: 0;
}

.application-steps .step h4 {
	line-height: 30px;
	margin-left: 110px; }

.application-steps .step p {
	margin-left: 110px; }

div.content .funeral-family-plp h3 {
	margin-top: 5px; }



/* ======================== PAGE-UNIQUE : testimonials === */

div#standard-block.testimonials div.left p em {
	text-decoration: none;
	font-style: italic;
	padding-top: 4px;
	display: block;
	color: #AAA;
}

div#standard-block.testimonials div.left p {
	margin-left: 15px;
}

div#standard-block.testimonials div.left div.hr {
	height:12px;
	margin-bottom:15px
}






/* ======================== PAGE-UNIQUE : meet the team === */


ul#meet-the-team {
	list-style-type: none;
	margin: 0 !important;
	text-align: justify;}


ul#meet-the-team li {
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 20px 170px;
	border-bottom: 1px solid #eea7a9;
	min-height: 190px; }


ul#meet-the-team li img {
	position: absolute;
	left: 0;}

ul#meet-the-team li p img {
	display: inline;
	position: static;}

ul#meet-the-team h3 {
	font-weight: normal;
	font-size: 18px;}

ul#meet-the-team h3 span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 12px;}


ul#meet-the-team div.more-details {
	display: none;
	margin-bottom: 15px;}

ul#meet-the-team div.more-details h4 {
	font-size: 13px;
	margin-top: 10px;}





/* ======================== PAGE-UNIQUE : Frequently asked questions (jquery) === */

span#show-all-faqs,
span#hide-all-faqs {
	color: #717171;
	font-weight: normal;
	font-size: 13px;
	cursor: hand;
	cursor: pointer;}

ul.more-faqs h5:hover,
span#show-all-faqs:hover,
span#hide-all-faqs:hover {
	color: #be0028;
	text-decoration: underline;}

ul.more-faqs h5 {
	font-size: 13px;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 3px;}

ul.more-faqs p {
	margin-bottom: 10px;}





/* ======================== PAGE-UNIQUE : standard pages contact, etc === */

div#standard-block {
	margin-left: 61px;
	padding: 15px 15px 30px 0;}

div#standard-block div.left {
	margin-top: 25px;
	width: 560px;
	float: left;}

div#standard-block div.right {
	width: 260px;
	float: right;
	margin-top: 85px;
	margin-right: 35px;}






/* ======================== PAGE-UNIQUE : application === */

div#application-block {
	margin: 30px 280px 30px 90px;}










/* ======================== PAGE-UNIQUE : refer a friend === */


div.refer-friend-number,
div.refer-friend-name,
div.refer-friend-email {
	float: left;
	margin-top: 6px;}

div.refer-friend-number {
	width: 30px;}

div.refer-friend-name,
div.refer-friend-email {
	width: 250px;}

form#refer-form div.refer-friend-name input,
form#refer-form div.refer-friend-email input {
	width: 230px !important;}


/* once referral complete, suggest another */

div#refer-another-friend-button {
	max-width: 240px;
	text-align: right;
	float: right; }




/* ======================== PAGE-UNIQUE : partners and affiliates === */


form#contact-form label#affiliates-newsletter-subscribers {
	clear: none;
	margin-left: 65px;
}

form#contact-form input#partner-company-newsletter-subscribers {
	width: 60px;
}

div.right h3#affiliate-heading {
	font-size: 13px;
	font-weight: bold;
}

ul#affiliate-logos {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	position: relative;
}
ul#affiliate-logos li {
	position: absolute;
	width: 100%;
	height: 80px;
	background: #FFF;
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}


ul#affiliate-logos li.active {
	z-index:10;
	opacity:1.0;
}
ul#affiliate-logos li.last-active {
	z-index:9;
}






/* ======================== PAGE-UNIQUE : media centre === */


/* buttons */

div#media-centre-controls {
	position: relative;
	height: 30px;
	z-index: 9;
}
div#media-centre-controls span {
	display: block;
	position: absolute;
	top: 0px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	padding-top: 3px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

div#media-centre-controls span::selection { background: transparent; }
div#media-centre-controls span::-moz-selection { background: transparent; }

div#media-centre-controls span#media-centre-previous {
	background: url('../images/app-button-nav.gif') 0px 0px no-repeat;
	position: absolute;
	left: 0px;
	top: 2px;
	height: 20px;
	font-size: 11px;
	width: 69px;
}
div#media-centre-controls span#media-centre-previous:hover {
	background-position: 0px -30px;
}
div#media-centre-controls span#media-centre-next {
	background: url('../images/app-button-nav-arrow.gif') 0px 0px no-repeat;
	right: 0px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	width: 52px;
	padding-right: 8px;
	padding-top: 4px;
}
div#media-centre-controls span#media-centre-next:hover {
	background-position: 0px -33px;
}

div#media-centre span.small {
	font-size: 12px;
	color: #AAA;}



/* SLIDERS */

ul#media-centre-slider {
	display: block;
	position: relative;
	height: 400px;
	width: 558px;
	margin: 0px;
	padding: 0px;
}
ul#media-centre-slider li {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 558px;
	height: 400px;
	background: #FFF;
	z-index: -1;
	text-align: center;
}
ul#media-centre-slider li.active {
	display: block;
	z-index: 1;
}
ul#media-centre-slider li.active blockquote {
	position: absolute;
	bottom: -60px;
	left: 75px;
	text-align: center;
	width: 420px;
	background: #FFF;
	height: 30px;
}
ul#media-centre-slider.radio li {
	text-align: left;
}



ul#media-centre-slider h2 {
	color: #be0028;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 0 0;
	font-family: Tahoma, Geneva, sans-serif;
}
ul#media-centre-slider h3 {
	color: #717171;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0 20px 0;
	font-family: Tahoma, Geneva, sans-serif;
}
ul#media-centre-slider.radio img {
	float: right;
	margin-top: 250px;
}








/* ================================================= SOCIAL MEDIA (share) === */

div.share {
	background:#eee;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/pie/PIE.htc);
	height:16px;
	margin-top:35px;
	margin-bottom: 15px;
	padding: 2px 2px 2px 5px;
	display: block;
	float: left;}

div.share span {
	font-size:9px;
	padding:3px 0 0 0;
	display: block;
	margin:0 3px 0 0;
	color:#888;
	float:left;}

div.share a {
	display: block;
	float: left;
	margin-left: 4px;}




/* ============================================================ FOOTER === */


div#footer {
	margin-bottom: 30px;}

.footer-logo{
	float: right;
	padding: 16px 0px;
	min-width: 120px;
}

.footer-logo img{
	/*width: 100%;*/
	width: 117px;
}

div#copyright {
	margin-top: 20px;
	/*padding-left: 20px;*/
	font-size: 10px;
	display: inline-block;
}

div#copyright p,
div#copyright p a {
	color: rgb(115,100,100) !important;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'Brave Sans Light', sans-serif;
}

div#copyright p a:hover {
	color: #be0028 !important;}

a#footer-competition {
	position: absolute;
	right: 100px;
	top: 52px;
	width: 140px;
	height: 80px;
	background: url('../images/body-competition-promo.jpg') 0px 0px no-repeat;}



/* ======================================= LIVE CHAT WINDOW ===== */

.olrk-normal #habla_topbar_div {
	background: url('../images/live-chat-bg.gif') 0 0 no-repeat !important;}

.olrk-normal #habla_expanded_div {
	border-color: #676565 !important;}

.olrk-normal #habla_expanded_div > div:last-child {
	display: none !important;}


.call-back {
	padding: 1em;
}
.call-back .button-arrow-large {
	margin-top: 1em;
	min-width: 235px;
}
