@charset "utf-8";
/* CSS Document */


/* ############################################################################## */
@font-face {
	font-family: 'Linearicons';
	src: url('../fonts/icon/Linearicons.eot?w118d');
	src: url('../fonts/icon/Linearicons.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/icon/Linearicons.woff2?w118d') format('woff2'),
		url('../fonts/icon/Linearicons.woff?w118d') format('woff'),
		url('../fonts/icon/Linearicons.ttf?w118d') format('truetype'),
		url('../fonts/icon/Linearicons.svg?w118d#Linearicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-weight: normal;
	font-family: 'rsa_sanslight';
	font-style: normal;
	src: url('../fonts/RSASans_Light.eot?') format('eot'),
		url('../fonts/RSASans_Light.woff') format('woff'),
		url('../fonts/RSASans_Light.ttf') format('truetype');
}

@font-face {
	font-weight: normal;
	font-family: 'rsa_sansregular';
	font-style: normal;
	src: url('../fonts/RSASans_Regular.eot?') format('eot'),
		url('../fonts/RSASans_Regular.woff') format('woff'),
		url('../fonts/RSASans_Regular.ttf') format('truetype');

	/*
      .eot - IE9
      .woff - Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+
      .ttf - Fallback for all browsers except IE9
      */
}

@font-face {
	font-weight: normal;
	font-family: 'rsa_sansmedium';
	font-style: normal;
	src: url('../fonts/RSASans_Medium.eot?') format('eot'),
		url('../fonts/RSASans_Medium.woff') format('woff'),
		url('../fonts/RSASans_Medium.ttf') format('truetype');
}

@font-face {
	font-weight: normal;
	font-family: 'rsa_sansbold';
	font-style: normal;
	src: url('../fonts/RSASans_Bold.eot?') format('eot'),
		url('../fonts/RSASans_Bold.woff') format('woff'),
		url('../fonts/RSASans_Bold.ttf') format('truetype');
}

body {
	/*background: #e8e6dc;*/
	font-family: Arial, Helvetica, sans-serif !important;
}

header,
footer,
article,
section,
nav {
	display: block;
}

.wrapper {
	max-width: 940px;
	min-width: 700px;
	padding: 0 20px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

a {
	color: #0F68D8;
}

a:visited {
	color: #431f7e;
}

img {
	max-width: 100%;
}

.divider {
	clear: both;
	background: url(../images/deco_divider.gif) repeat-x bottom;
	height: 2px;
}

sup {
	position: relative;
	top: -3px;
	vertical-align: top;
	font-size: 70%;
}

/* ############################################################################## */

#languageSelection {
	background-image: linear-gradient(bottom, #C8102E 28%, #C8102E 64%);
	background-image: -o-linear-gradient(bottom, #C8102E 28%, #C8102E 64%);
	background-image: -moz-linear-gradient(bottom, #C8102E 28%, #C8102E 64%);
	background-image: -webkit-linear-gradient(bottom, #C8102E 28%, #C8102E 64%);
	background-image: -ms-linear-gradient(bottom, #C8102E 28%, #C8102E 64%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, #C8102E), color-stop(0.64, #C8102E));
	border-bottom: 3px solid #A10C1C;
	height: 25px;
	padding: 22px 0 0 0;
}

#languageSelection a {
	background-image: linear-gradient(bottom, #757575 0%, #757575 61%);
	background-image: -o-linear-gradient(bottom, #757575 0%, #757575 61%);
	background-image: -moz-linear-gradient(bottom, #757575 0%, #757575 61%);
	background-image: -webkit-linear-gradient(bottom, #757575 0%, #757575 61%);
	background-image: -ms-linear-gradient(bottom, #757575 0%, #757575 61%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #757575), color-stop(0.61, #757575));
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFF;
	padding: 5px 20px 8px;
	font-weight: 700;
	font-size: 0.8em;
	text-decoration: none;
}

#languageSelection a:hover {
	background-image: linear-gradient(bottom, #565656 0%, #565656 61%);
	background-image: -o-linear-gradient(bottom, #565656 0%, #565656 61%);
	background-image: -moz-linear-gradient(bottom, #565656 0%, #565656 61%);
	background-image: -webkit-linear-gradient(bottom, #565656 0%, #565656 61%);
	background-image: -ms-linear-gradient(bottom, #565656 0%, #565656 61%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #565656), color-stop(0.61, #565656));
}

#languageSelection a.selected {
	background-image: linear-gradient(bottom, #333333 0%, #333333 61%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #333333 61%);
	background-image: -moz-linear-gradient(bottom, #333333 0%, #333333 61%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #333333 61%);
	background-image: -ms-linear-gradient(bottom, #333333 0%, #333333 61%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(0.61, #333333));
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFF;
	padding: 8px 20px;
	font-weight: 700;
}

#languageSelection a.selected:hover {
	background-image: linear-gradient(bottom, #565656 43%, #565656 100%);
	background-image: -o-linear-gradient(bottom, #565656 43%, #565656 100%);
	background-image: -moz-linear-gradient(bottom, #565656 43%, #565656 100%);
	background-image: -webkit-linear-gradient(bottom, #565656 43%, #565656 100%);
	background-image: -ms-linear-gradient(bottom, #565656 43%, #565656 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.43, #565656), color-stop(1, #565656));
}

#french {
	/*position: relative;*/
	margin-left: -2px;
}

/* ###################### HEADER & NAV ######################### */
.fr-lang-btn {
	margin-left: 2px;
}

#logo {
	margin: 20px 0 40px 0;
	width: 198px
}

.logodiv {
	position: relative;
	margin-top: 20px;
	width: fit-content;
}

.splash_header {
	position: relative;
	margin-top: 20px;
}

nav {
	clear: both;
}

nav ul {
	width: 100%;
}

nav li {
	float: left;
	padding: 20px 0;
	width: 25%;
	background: #CCC;
}

#insuranceType {
	font-size: 1.8em;
	float: right;
}

#contentContainer {
	clear: both;
	position: relative;
	margin-top: 90px;
}

#contentContainer.internalContainer {
	margin-top: 60px !important;
}

#insuranceType {
	float: right;
	color: #666;
	margin: -50px 0 20px 0;
	padding: 0;
	white-space: nowrap;
}

#progressBar {
	margin-bottom: 40px;


}

/*#payment #progressBar li, #done #progressBar li, #progressBar li { display: none; }*/

/*<#progressBar { clear: both; background: url(../images/progressBar.png) no-repeat; height: 47px; width:939px;margin: 20px 0;}*/
/*#payment #progressBar { clear: both; background: url(../images/progressBar_payment.png) no-repeat; height: 47px; width:939px; margin: 20px 0;}*/
/*#done #progressBar { clear: both; background: url(../images/progressBar_done.png) no-repeat; height: 47px; width:939px; margin: 20px 0;}*/
/*#details #progressBar { clear: both; background: url(../images/progressBar_yourDetails.png) no-repeat; height: 47px; width:939px; margin: 20px 0;}*/





/* ########################## RIGHT COLUMN ############## */

#rightCol {
	float: right;
	width: 23.404255%;
}

#leftCol {
	float: left;
	width: 23.404255%;
}

#quotePod {
	background-color: #efeeeb;
	border: 1px solid #a2a2a2;
	padding: 6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #a2a2a2;
	margin-bottom: 15px;
}

#quotePod h1 {
	font-size: 2em;
	font-weight: 700;
	color: #a2a2a2;
}

#quotePod ul li:nth-child(2) {
	font-size: 4em;
	font-weight: 700;
	margin-bottom: 10px;
}

#quotePod ul li:nth-child(4) {
	font-size: 2em;
	font-weight: 700;
}

#securityMsg {
	background-color: #fff;
	border: 1px solid #a2a2a2;
	padding: 6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #333;
	margin-bottom: 15px;
}



/* #######################  quote active state ############### */
#quotePodActive,
#pod_yourDetails {
	background: url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	padding: 6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 24px;
	padding-bottom: 0px;
}

#quotePodActive h1 {
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	background: url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding: 0 12px 12px;
	margin: 0 -6% 0;
}

#quotePodActive h2 {
	font-size: .9em;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.podH2 {
	font-size: .9em;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#quotePodActive ul {
	margin: 10px -12px;
	/*background:url(../images/deco_divider_dark.gif) bottom repeat-x;*/
	padding: 0 12px 12px;
}

#quotePodActive #includes {
	font-size: 0.7em;
}

#quotePodActive #includes li {
	margin-bottom: 5px;
	display: flex;
}

#quotePodActive #includes li p {
	margin: 0px;
	display: inline-block;
	line-height: normal;
}

#quotePodActive #includes li:before {
	content: url(../images/deco_includes_tick.gif);
	margin: 0 7px 0 0;
}

#quotePodActive .quotePrice li {
	font-size: 0.8em;
}

#quotePodActive .quotePrice li:nth-child(2) {
	font-size: 4em;
	font-weight: 700;
	margin-bottom: 10px;
}

#quotePodActive .quotePrice li:nth-child(4) {
	font-size: 2em;
	font-weight: 700;
}

#pod_yourDetails h1 {
	font-size: .84em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding: 0 12px 12px;
	margin: 0 -6% 0;
}

#pod_yourDetails li {
	background: url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding: 15px 10px 18px 10px;
	font-size: .7em;
	font-weight: 700;
	margin: 0;
	position: relative;
	display: flex;

}

#pod_yourDetails li.features {
	background: url(../images/deco_includes_tick.gif) no-repeat 15px 18px, bottom repeat-x;
	padding-left: 35px;
	padding-bottom: 7px;
	font-size: .8em;
}

#pod_yourDetails li.features2 {
	background: url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding-left: 20px;
	padding-bottom: 7px;
	font-size: .8em;
}

/*!*#pod_yourDetails li.adult { background:url(../images/deco_icon_adult.png) no-repeat  5px 2px, url(../images/deco_divider_dark.gif) bottom repeat-x; padding-left:27px;   }*!*/
/*#pod_yourDetails li.child { background:url(../images/deco_icon_child.png) no-repeat  5px 2px, url(../images/deco_divider_dark.gif) bottom repeat-x; }*/
/*#pod_yourDetails li.medical { background:url(../images/deco_icon_medical.png)  no-repeat  5px 9px, url(../images/deco_divider_dark.gif) bottom repeat-x; padding-left:35px; }*/
/*#pod_yourDetails li.saved { background:url(../images/deco_icon_bigTick.png) no-repeat 5px 15px, url(../images/deco_divider_dark.gif) bottom repeat-x; padding-left:35px;}*/

#pod_yourDetails li.adding.adult {
	background: #2d2d2d 95% 10px;
	position: relative;
	border-bottom: 1px solid #555;
}

li.adult:before {
	content: url(../images/deco_icon_adult.png);
	position: relative;

	right: 4px;
	top: 0px;

}

li.child:before {
	content: url(../images/deco_icon_child.png);
	position: relative;

	right: 4px;
	top: -10px;

}

li.medical:before {
	content: url(../images/deco_icon_medical.png);
	position: relative;

	right: 4px;
	top: -5px;
}

li.saved:before {
	content: url(../images/deco_icon_bigTick.png);
	position: relative;

	right: 4px;
	top: -5px;
}

.pod-btn-span {
	margin-left: auto;
	font-weight: 400;
	line-height: 14px;
	font-size: 12px;
}

/*#pod_yourDetails li.adding.adult:before {*/
/*	content: url(../images/deco_icon_adult.png) no-repeat  5px 2px;*/
/*	position:absolute;*/
/*	left: 5px;*/
/*	top: 3px;*/
/*}*/

#pod_yourDetails li.adding.child {
	background: #2d2d2d 95% 10px;

}

/*#pod_yourDetails li.adding.child:before {*/
/*	content: url(../images/deco_icon_child.png) no-repeat  5px 2px;*/
/*	position:absolute;*/
/*	left: 3px;*/
/*	top: 3px;*/
/*}*/

#pod_yourDetails li.adding.medical {
	background: #2d2d2d 95% 10px;

}

/*#pod_yourDetails li.adding.medical:before {*/
/*	content: url(../images/deco_icon_medical.png) no-repeat  5px 2px;*/
/*	position:absolute;*/
/*	left: 5px;*/
/*	top: 11px;*/
/*}*/

.btn_edit {
	position: absolute;
	right: 5px;
	top: 10px;
}

.btn_addDetails {
	position: absolute;
	right: 7px;
	top: 15px;
}


.btn_secondary {
	background-image: linear-gradient(bottom, rgb(161, 161, 161) 35%, rgb(214, 214, 214) 100%);
	background-image: -o-linear-gradient(bottom, rgb(161, 161, 161) 35%, rgb(214, 214, 214) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(161, 161, 161) 35%, rgb(214, 214, 214) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(161, 161, 161) 35%, rgb(214, 214, 214) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(161, 161, 161) 35%, rgb(214, 214, 214) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.35, rgb(161, 161, 161)), color-stop(1, rgb(214, 214, 214)));

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 15px;
	font-size: .7em;
	text-decoration: none;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #2a2a2a;
	font-weight: 700;
	color: #333;
}

.btn_printquote {
	float: right;
	margin-top: -45px;
}

.btn_printquotepay {
	float: right;
	margin-top: -25px;
}

.btn_buyNow {
	margin-top: 20px;
	max-width: 100%
}

.btn_buyNow_new {
	margin-top: 0px;
	max-width: 100%;
}

.btn_buyNow_new,
.gobtn {
	width: auto !important;
}

#quickContact h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #333;
	font-weight: 700;
}

#quickContact a {
	font-weight: 500;
}

#quickContact li {
	font-size: 14px;
	color: #737373;
	margin-bottom: 10px;
}

#quickContact li:nth-child(1) {
	font-size: 1.5em;
	font-weight: 700;
}

#quickContactForms li {
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: 10px;
}

/* ########################## MAIN CONTENT ############## */

.beautytip {
	cursor: pointer;
	margin-bottom: -6px;
}

.beautytipnmg {
	cursor: pointer;
	max-height: 24px;
	margin-left: 4px;
}

.groupsearch-content {
	background: #ffff url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x !important;
	color: #333333 !important;
	border: 2px solid #0F68D8 !important;
	padding: 0px 1px !important;
	;

}

.groupsearch-content .ui-menu-item-wrapper.ui-state-active {
	background: #eaf2f8 !important;
	cursor: pointer !important;
	color: #333333 !important;
	border: 1px solid #eaf2f8;
}

.groupsearch-content .ui-menu-item-wrapper.ui-state-hover {
	background: #eaf2f8 !important;
	cursor: pointer !important;
	color: #333333 !important;
	border-top: 1px solid #eaf2f8;
	border-bottom: 1px solid #eaf2f8;

}

.groupsearch-content .ui-menu-item-wrapper {

	padding: 6px 1em 6px .4em !important;
	;
}

.flexrowDisplay {
	display: flex;
	flex-direction: row;
}

#mainContent {
	background-color: #F5F8FA;
	border: 1px solid #D8D8D8;
	width: 70.5%;
	padding: 1.92766%;
	/*margin-right:2.12766%;*/
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#mainContent_mi {
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	width: 85.7537991%;
	padding: 2.12766%;
	margin-right: 2.12766%;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#mainContent_gp {
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	width: 92.7537991%;
	padding: 2.12766%;
	margin-right: 2.12766%;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#jti_feat {
	list-style-image: url(../images/bullet_purple.png);
	padding-left: 40px;

}

#jti_feat2 {
	list-style-image: url(../images/icon_check.gif);
	padding-left: 40px;
}

#list_div {
	border: 2px solid #d1d1d1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 2.12766%;
	padding: 2.12766%;
}

#video_section {
	color: #3c3c3c;
	font-size: 0.9em;
}

#video_section .playButton {
	display: block;
	left: 131px;
	top: 56px;
}

#video_wrapper {
	display: block;
	position: relative;
}

#banner_section {
	color: #3c3c3c;
	font-size: 0.9em;
	position: relative;
}

.playButton {
	background: transparent url(../images/videoPlayButton2.png) no-repeat 0 0;
	display: inline block;
	height: 80px;
	position: absolute;
	width: 80px;
}

.playButton:hover {
	background: transparent url(../images/videoPlayButton2.png) no-repeat 0 0;
	display: inline block;
	height: 80px;
	position: absolute;
	width: 80px;
	background-position: 0 -80px;
}

#mainContent li.splash {
	vertical-align: top;
	font-size: 0.9em;
	color: #3c3c3c;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}

#mainContent_gp li.splash2 {
	vertical-align: top;
	font-size: 0.9em;
	color: #3c3c3c;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}

.col_intro {
	max-width: 47%;
	float: left;
	display: inline;
	/*margin-bottom:40px;*/
}

.col_video {
	float: left !important;
	margin-right: 0 !important;
	position: relative;
	display: inline;
	/*margin-bottom:40px;*/
}

.panel {}

.title {
	background-image: linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -o-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -moz-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -webkit-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -ms-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E2E9F1), color-stop(0.61, #E2E9F1));
	moz-border-radius: 6px 6px 0 0;
	webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #D8D8D8;
	color: #333333;
	width: fit-content;
	text-transform: uppercase;
	font-weight: 700;

	padding: 10px 10px;
	text-align: center;
	position: relative;
	top: -40px;
	/*text-shadow: 0px -1px 1px rgba(30, 30, 30, 0.5);*/
}

/*.title:before {*/
/*	content: url(../images/deco_titleShadow_left.png);*/
/*	position:absolute;*/
/*	left:-10px;*/
/*	bottom:-3px;*/
/*}*/
/*.title:after {*/
/*	content: url(../images/deco_titleShadow_right.png);*/
/*	position:absolute;*/
/*	right:-10px;*/
/*	bottom:-3px;*/
/*}*/

.title_sp {
	background-image: linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -o-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -moz-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -webkit-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -ms-linear-gradient(bottom, #E2E9F1 0%, #E2E9F1 61%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E2E9F1), color-stop(0.61, #E2E9F1));
	moz-border-radius: 6px 6px 0 0;
	webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #D8D8D8;
	color: #333333;
	width: 200px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	position: relative;
	top: -40px;
	/*text-shadow: 0px -1px 1px rgba(30, 30, 30, 0.5);*/
}

/*.title_sp:before {*/
/*	content: url(../images/deco_titleShadow_left.png);*/
/*	position:absolute;*/
/*	left:-10px;*/
/*	bottom:-1px;*/
/*}*/
/*.title_sp:after {*/
/*	content: url(../images/deco_titleShadow_right.png);*/
/*	position:absolute;*/
/*	right:-10px;*/
/*	bottom:-1px;*/
/*}*/

.purple_sub {
	color: #582b7d;
	font-weight: 700;
	font-size: 1.09em;
}

.purple_sub2 {
	color: #582b7d;
	font-weight: 700;
	font-size: .9em;
	padding-left: 65px;
	padding-right: 45px;
}

.purple_sub3 {
	color: #582b7d;
	font-weight: 700;
	font-size: 1.09em;
	padding-left: 15px;
	padding-right: 45px;
}

.teal_sub {
	color: #426d74;
	font-weight: 700;
	font-size: .09em;
}

.caption {
	font-size: 0.8em;
	margin: 4px 0 0;
}

.caption a:hover {
	color: #65a7ad;
}

.bottom_center {
	width: 515px;
	height: 143px;
	background: url(../images/grey_div.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	width: 80%;
}

/* #################### FORM ####################### */

.group {
	margin: 25px 0 0 24px;
	width: 50%;
}

.formQuestion {
	width: 46%;
	color: #333;
	font-size: .8em;
	font-weight: 700;
	text-align: right;
	float: left;
	margin: 16px 2.12766% 0 0;

}

.formQuestionLeft {
	width: 34%;
	color: #333;
	font-size: .8em;
	font-weight: 500;
	text-align: right;
	float: left;
	margin: 10px 2%;
	position: relative;
}

.formQuestionRight {
	width: 34%;
	color: #333;
	font-size: .8em;
	font-weight: 500;
	text-align: right;
	float: right;
	margin: 10px 2%;
	position: relative;
}

.formParagraph {
	width: 90%;
	color: #333;
	font-size: .8em;
	font-weight: 500;
	text-align: left;
	float: left;
	margin: 16px 2.12766% 0 0;

}

.formInput {
	font-size: .7em;
	color: #666;
	float: left;
	width: 51%;
	margin: 16px 0;
	position: relative;
	top: -3px;
}

.formInputLeft {
	font-size: .7em;
	color: #666;
	float: left;
	width: 60%;
	margin: 10px 0;
	position: relative;
}

.formInputRight {
	font-size: .7em;
	color: #666;
	float: left;
	width: 60%;
	margin: 10px 0;
	position: relative;
}

.formNoParaInput {
	font-size: .7em;
	color: #666;
	float: left;
	width: 42.8571429%;
	margin: 16px 0 16px 5%;
}

.gobtn-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gobtn {
	margin: 10px 0;
}

.gobtn2 {
	margin: 10px 0 0 22%;
	vertical-align: top;
}

.gobtn3 {
	margin: 10px 0 0 5%;
	vertical-align: top;
	padding-top: 15px;
}

.gobtn3f {
	margin: 10px 0 0 5%;
	vertical-align: top;
	padding-top: 15px;
}

.gobtn4 {
	margin: 0px 0 0 0;
	vertical-align: top;
	padding-top: 15px;
}

.gobtn_overlay {
	position: absolute;
	top: 300px;
	left: 630px;
}

#totalPricePay {
	background: url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	padding: 2.5%;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	width: 55%;
	margin-bottom: 15px;
}

#totalPrice {
	background: url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	padding: 2.5%;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	width: 95%;
	margin-bottom: 15px;
}

#totalPrice label {
	font-size: .7em;
}

#totalPrice h1 {
	font-size: 2.1em;
	background: url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding: 0 12px 12px;
	margin: 0;
}

#totalPrice h2 {
	font-size: .9em;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

#totalPrice div {
	/*background:url(../images/deco_divider_dark.gif) bottom repeat-x;*/
	padding: 0 0;
	flex: 1
}

/*
#qqPrices div {
	background:none !important;
	padding:0px 0;
}


#priceWarn {background:none; !important
	padding:12 0; !important}
	
*/
#totalPrice .warning {
	background: url(../images/deco_divider_dark.gif) bottom repeat-x !important;
	padding: 12px 0px 12px 0px;
}

.pod-your-det-list {
	line-height: 14px;
	font-weight: 700;

}

#totalPrice #includes {
	font-size: 0.7em;
}

#totalPrice #includes li {
	margin-bottom: 2px;
}

#totalPrice #includes li:before {
	content: url(../images/deco_includes_tick.gif);
	margin: 0 7px 0 0;
}

#annualPrice {
	/*margin:10px 0 0 0;*/
	font-size: 14px;
}

#monPrice {
	font-size: 14px;
	margin-left: 1rem;
}

#monthlyPrice {
	position: absolute;
	top: 86px;
	right: 6%;
	color: #bbb;
	font-size: 14px
}

#monthlyPricePay {
	color: #bbb;
	/*position:absolute; top:40px; right:2%; color:#bbb;*/
	/*margin-top: 15px;*/
}

.monthly-price-header {
	padding-right: 15%;
	padding-left: 5px;
	margin-bottom: 10px;
}

.monthly-price-header-fr {
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.monthly-price-header-div {
	display: flex;
	justify-content: left;
	/*align-items: center;*/
}

.monthly-price-header-div button {
	height: 25px;
	flex: 1;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

#annualPrice li:nth-child(2) {
	font-size: 40px !important;
	font-weight: 700;
	margin-bottom: 10px;
}

#monthlyPrice li:nth-child(2),
#monthlyPricePay li:nth-child(2) {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}

#monPrice li:nth-child(2) {
	font-size: 25px;
	font-weight: 700;
	/*margin-bottom:12px;*/
	margin-top: 5px;
}

#priceBest {
	font-size: .8em;
}

#priceWarn {
	font-size: .7em;
	min-width: 32%
}

.max-column-width {
	min-width: 53%;
	max-width: 53%;
	float: left;
}

#agreement {
	margin: 20px 0;
	background: url(../images/deco_divider.gif) bottom repeat-x;
	padding: 0 0 20px 0;
}

#agreement h1 {
	font-weight: 700;
}

#agreement p {
	font-size: 0.8em;
	color: #333;
}

#agreement label {
	font-size: 0.7em;
}

#agreement input {
	margin: 10px 6px 0 0;
}

.btn_payNow {
	margin: 20px 0 0 0;
}

#summaryData {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	padding: 1.5%;
	width: 23%;
	position: absolute;
	top: 58px;
	right: 3%;
	color: #333;
	font-size: 0.8em;
}

#summaryData ul,
#summaryData h1 {
	background: url(../images/deco_divider.gif) bottom repeat-x;
	padding: 0 12px 12px;
	margin: 0 -4.7% 0;
}

#summaryData li {
	margin: 5px 0 0 0;
}

#summaryData h1 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

#summaryData .summaryDetail {
	font-size: 0.7em;
	color: #666;
}

#summaryData .summaryName {
	font-weight: 700;
}

#paymentOptions {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	padding: 1.5%;
	width: 50%;
	position: relative;
	color: #333;
	font-size: 0.8em;
}

#paymentOptions ul,
#paymentOptions h1 {
	background: url(../images/deco_divider.gif) bottom repeat-x;
	padding: 0 12px 12px;
	margin: 0;
}

#paymentOptions li {
	margin: 5px 0 0 0;
}

#paymentOptions h1 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

#paymentOptions .summaryDetail {
	font-size: 0.7em;
	color: #666;
}

#paymentOptions .summaryName {
	font-weight: 700;
}

#paymentForm {
	width: 55%;
}

#paymentForm h1 {
	font-weight: 700;
	margin: 20px 0 0 0;
	padding-bottom: 10px
}

#bankSection,
.quotebtns-wrapper {
	width: 55%;
}

#bankSection h1 {
	font-weight: 700;
	margin: 20px 0 0 0;
	padding-bottom: 10px
}

/*  ############### SummaryDetails ######################## */

#summaryDetails {
	background: url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	padding: 6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	margin-bottom: 15px;
}

#summaryDetails .subHeader {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 6px;

}

#summaryDetails h1 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 0 12px 12px;
	margin: 0 -6% 0;
}

#summaryDetails h2 {
	font-size: .9em;
	font-weight: 700;
	margin: 10px 0 0 0;
}

#summaryDetails ul {


	padding: 0 0 12px;
}

#summaryDetails .buttonDiv {
	padding: 6px 0px;
	margin-bottom: 20px;
}

#summaryDetails .list_div {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 10px 0px;
	padding-top: 10px;
}

#summaryDetails li {
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
}

#summaryDetails .summaryDOB {
	font-weight: 400;
	margin-bottom: 10px;
	color: #CCC;
}

#summaryDetails .quotePrice li {
	font-size: 0.8em;
}

#summaryDetails .quotePrice li:nth-child(2) {
	font-size: 4em;
	font-weight: 700;
	margin-bottom: 10px;
}

#summaryDetails .quotePrice li:nth-child(4) {
	font-size: 2em;
	font-weight: 700;
}

.done_policy_ref_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	margin-top: 40px;
}

.done_policy_ref_success_txt {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
}

.done_policy_ref_success_img {
	margin: 0 0 16px 0;
}

/* ################# YOURE DONE SECTION ######################## */

#policyRef {
	text-align: center;
	color: #333;
	padding-bottom: 30px;
	background: url(../images/deco_divider.gif) bottom repeat-x;
}

#policyRef h1 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 10px;
}

#companyInfo {
	margin: 30px 0 0 0;
	padding-bottom: 30px;
	width: 100%;
}

#companyInfo p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 18px
}

#companyInfo h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

#companyInfo li {
	margin-bottom: 4px
}

#companyInfo li a {
	font-size: 14px;
	font-weight: 500
}

#crossSell {
	display: flex;

	justify-content: center
}

#crossSell h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 12px;
}

#crossSell .crossSellItem h1 {
	font-size: 16px;
	font-weight: 400;
}

#crossSell .crossSellItem li {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.crossSellItem {
	display: flex;
	flex-direction: column;
}

.crossSellItem_margin_en#csPod2 {}

.crossSellItem p {
	font-size: 0.7em;
	color: #999;
}

.crossSellItem .price {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 30px;
}

.crossSellItem .link {
	margin-top: 15px;
}

.crossSellItem a {
	justify-content: center;
	color: #FFFFFF !important;
}

#crossSell .fullWidth {
	width: 100%
}

.more-sec-header-line {
	background: url(../images/deco_divider.gif) top repeat-x;
	padding: 36px 0 0 0;
	font-size: 18px;
	color: #333;
	margin-bottom: 16px;
	font-weight: 700;

}

#crossSell .crossSellItem_padding_en {}

#crossSell .crossSellItem_padding_fr {}

.crossSellCTA {
	background-image: linear-gradient(bottom, rgb(211, 27, 144) 28%, rgb(211, 90, 167) 100%);
	background-image: -o-linear-gradient(bottom, rgb(211, 27, 144) 28%, rgb(211, 90, 167) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(211, 27, 144) 28%, rgb(211, 90, 167) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(211, 27, 144) 28%, rgb(211, 90, 167) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(211, 27, 144) 28%, rgb(211, 90, 167) 100%);

	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.28, rgb(211, 27, 144)),
			color-stop(1, rgb(211, 90, 167)));

	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 10px 20px;
	font-size: 0.9em;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#medical #cta2 {
	margin: 20px 0 0 0;
}

#mediacl {
	position: relative;
}

#medicalForm {
	font-size: .8em;
}

#medicalForm td {
	border-bottom: 1px solid #ffffff;
	-webkit-box-shadow: 0px -1px 0px rgba(200, 200, 200, 1);
	-moz-box-shadow: 0px -1px 0px rgba(200, 200, 200, 1);
	box-shadow: 0px -1px 0px rgba(200, 200, 200, 1);
}

#medicalForm p {
	padding: 0 0 0 20px;
}

#medicalForm ul {
	padding: 0 0 0 20px;
}

#medicalForm .form_question_numbering {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 0 -20px;
}

.printMedical {
	position: absolute;
	right: 29%;
	top: 18px;
}

.vert_top_25 {
	vertical-align: top;
	width: 25px;
}

.medicalCol_1 {
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	width: 50%;
	padding: 10px;
}

.medicalCol_2,
.medicalCol_3 {
	/*background:url(../images/deco_medical_form_bkg.gif) repeat; */
	border-right: 1px solid #c9c9c9;

	width: 25%;
	padding: 10px;
	background-color: #EAF2F8;
}


.formTitle {
	font-weight: 700;
	font-size: 1.2em;
	padding: 20px 10px;
}

.hoqTitle {
	font-weight: 700;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
}

.valerr {
	color: red;
	margin-left: 10px;
}

.termsBox {
	width: 95%;
	height: 192px;
	overflow: auto;
	background-color: white;
	color: black;
	padding: 5px 10px;
	margin: 15px 0;
}

.opt-cont-divider {
	border: solid #333;
	border-width: 0px 0px 1px 0px;
	clear: both;
}

.pgReceipt {
	text-align: left;
	margin: 20px auto;
	background-color: white;
	border: 1px solid #c6c6c6;
}

.fwc {
	width: 100%;
	text-align: center;
}

.bt-wrapper {
	font-size: 0.8em !important;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: rsa_sansregular;
}

.lightbox .content {
	text-align: center;
	padding-right: 2px;
}

.box {
	position: absolute;
	display: flex;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
	min-height: 75%;
	background-color: #fff;
	color: #333;
}

#closeIntent .box {
	min-height: 0px;
	max-width: 632px;
	max-height: 383.33px;
}

#closeIntent .finePrintLink {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #665A95;
}

.box p {
	margin: 20px 20px 0;
}

.box h1 {
	margin: 18px 20px 0;
	font-size: 32PX;
	line-height: 42px;
}

.box .continue,
.box .close {
	display: inline-block;
	background-color: #665a95;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	min-width: 160px;
	padding: 18px 30px;
	font-size: 18px;
	line-height: 22px;
}

.box .closeX {
	color: #665A95;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
}

.lnr-cross:before {
	content: "\e870";
}

.box .btnRow {
	margin-top: 50px;
}

.contentText1 {
	font-size: 26px;
	line-height: 29px;
}

.contentText2 {
	font-size: 16px;
	line-height: 19px;
}

.contentLink {
	margin-top: 10px;
	font-size: 18px;
	line-height: 22px;
}

.contestWarning {
	margin: 12px 0px;
	font-size: 16px;
	line-height: 16px;
}

.contestWarning a {
	color: #FFFFFF;
	font-weight: bold;
}

#contestdialog {
	background: #fff;
}

#contestdialog .box {
	max-width: 75%;
	min-height: 75%;
	display: inline-block;
	width: 90%;
}

#contestdialog iframe {
	min-width: 100%;
	max-width: 100%;
	height: 71vh;
	min-height: 100%;
}

@media (min-width: 991px) {
	#contestdialog .box {
		max-width: 785px !important;
	}
}

div #contestTxt {
	clear: both;
	background: white;
	color: black;
	padding: 16px 25px;
	font-size: 16px;
}

#contestTxt .heading {
	font-size: 26px;
	line-height: 29px;
	margin-bottom: 3px;
}

#contestLink {
	margin-top: 10px;
	font-size: 18px;
	line-height: 22px;
}

.bottom_center_btn {
	vertical-align: top;
	margin: 30px 0px 10px 30px !important;
	display: grid !important;
	align-items: center !important;
	text-decoration: none;
	text-align: center;
}

.bottom_center_btn_fr {
	vertical-align: top;
	margin: 30px 0px 10px 5px !important;

}

.bottom_center_img_ctn {
	flex: 1;

	img {
		width: 80%;
		height: 120px;
	}
}

.bottom_center_div {
	/*background: url(../images/grey_div.jpg) no-repeat;*/
	/*height:143px;*/
	/*margin-left:auto;*/
	/*margin-right:auto;*/
	/*padding-left:10px;*/
	/*padding-top:15px;*/
	/*padding-right:0px;*/
	/*width: 86%;*/
	/*background-size: contain;*/
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background: #dcd9dc;
	/* color: #dcd9dc; */
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
	width: 85%;
	border-radius: 10px;
	border: 1px solid #c2c2c2;
	flex-direction: row;
}

.font-bold {
	font-weight: 700;
}

.rb label,
.rb+label {
	position: relative;
	top: -2px;
}

.margin-tp-10px {
	margin-top: 10px;
}

#qqPrices {
	display: flex;

}

.alignLeft {
	flex: 0.9;
	margin-right: 10px;
}

.alignRight {
	flex: 1;
}

.addBottomSpace {
	margin-bottom: 0px;
}

.bottom_center_img_ctn img {
	width: 196px !important;
	height: 115px !important;
}

.bottom_center_img_btn {
	flex: 2;
	display: flex;
	justify-content: center;
}

.flex-spaceBtn {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#monthlyrate {
	font-size: 27px;
	position: relative;
	bottom: 7px;
}

.bottom_center_div img {
	width: 220px !important;
	height: 115px !important;
	padding: 0px !important;
}

.getQutBtnCnt {
	margin: auto;
	padding: 0px;
	display: inline;
	justify-content: left;
}

.bnk_dtls_text {
	font-size: 16px;
}

.bank_dtls {
	width: 385px;
	height: 285px;
	max-width: 100%;
}

.flex-box {
	display: flex;
	justify-content: center
}

.paymentPanel {
	display: flex;
	justify-content: left;
	margin-top: 4px;
	flex-direction: row;
}

.flex1 {
	flex: 1;
}

.pryQutBtn {
	position: relative;
	bottom: 5px;
	left: -2px;
	max-width: 155px !important;
}

.radioBtnBtm {
	margin-top: 10px;
	font-size: 16px;
}

.flexBoxContainer {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.radioBtnBtm input {
	margin-left: 0px;
}

.radioMonBtn input {
	margin-left: 0px;
}

.search-input {
	width: 45%;
	min-width: 275px;
}

.header-title {
	width: fit-content !important;
	padding-right: 15px !important;
	;
	padding-left: 15px !important;
	;
}

.title-min-width {
	min-width: 200px !important;
}

.search-input-label {
	font-size: 13px !important;
	line-height: 24px !important;
	font-weight: 700;
}

.search-btn-align {
	text-align: center;
}

.search-btn-width {
	max-width: 200px;
	min-width: 200px;
}

.verify-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.verify-content-div {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 24px;
}

.check-box-flex-div {
	display: flex;
	flex-direction: row;
}

.input-fit-content {
	height: fit-content;
	transform: scale(2);
}

.left-margin-dyn {
	margin-left: var(--left);
}

#verifySuccess h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 5px;
}

.verify_success_text {
	text-align: center;
	margin-bottom: 10px;
}

.rightPanelListContent {
	flex: 2;
}

.error-container {
	margin-bottom: 10px;

	font-size: 12px;
	line-height: 14px;
	color: #C8102E;

}

#confirm_quote {
	/*margin-top: 40px;*/
}

#verify_content {
	/*margin-top: 40px;*/
}

.search-input.active {
	border: 1px solid #C8102E;
}

.verifyWrapper {
	max-width: 60%;
	margin: auto;
}

#mainContent.verifyMainContent {

	float: none;
	margin: 0 auto;
}

.margBtm {
	margin-bottom: 32px !important
}

.verifyHeader {
	position: relative
}

.sectionTitle {
	position: relative;
	top: -38px
}

.logoMgrn0 {
	margin-top: 20px;
}

.crossSellContent-flex {
	display: flex;
	flex-direction: column;
	padding-right: 20px;
}

.alignNameCnt {
	display: flex;
	flex-direction: column;
	position: relative;
}

.nameTextCnt {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 90%;
	position: absolute;
	left: 27px;
	font-size: 12px;
}