@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

/*@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('ProximaNova-Regular'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: local('ProximaNova-Light'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Extrabold';
    src: url('../fonts/ProximaNova-Extrabold.eot');
    src: local('ProximaNova-Extrabold'), url('../fonts/ProximaNova-Extrabold.woff') format('woff'), url('../fonts/ProximaNova-Extrabold.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@media screen and (max-width: 500px) and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:not([type=checkbox]):not([type=radio]):focus {
    font-size: 16px !important;
    background: #eee;
	display: block;
  }
}

body {
    padding: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
}

a, p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}



.span1, .span2, .span3, .span4, .span5, .span6, .span10 {
    margin-left: 0px;
}

.row {
    margin: 0 0 5px 0;
}

label, input, button, select, textarea {
    font-size: 12;
    outline: none;
}

h1, h2, h3 {
    //font-family: ProximaNova-Extrabold;
	font-family: Montserrat;
	letter-spacing: -0.03em;
    color: #283a59;
}

h4, h5, h6 {
    color: #283A59;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.spacer {
    float: left;
    clear: both;
    width: 100%;
    height: 10px;
}

/* /////////////////////////////// */
/* /// COMMON - END ////////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /// HEADING - START /////////// */
/* /////////////////////////////// */

.navbar {
    margin-bottom: 0px;
    position: relative;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
}

.navbar .navbar-inner {
    height: 100px;
    border: none;
    background: #273957; /* Old browsers */
    background: -moz-linear-gradient(top, #273957 0%, #071121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #273957), color-stop(100%, #071121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #273957 0%, #071121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #273957 0%, #071121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #273957 0%, #07112110 0%); /* IE10+ */
    background: linear-gradient(to bottom, #273957 0%, #071121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#273957', endColorstr='#071121', GradientType=0); /* IE6-9 */
    -webkit-box-shadow: 0 25px 20px -26px #071121;
    -moz-box-shadow: 0 25px 20px -26px #071121;
    box-shadow: 0 25px 20px -26px #071121;
}

.navbar .navbar-inner .container .lanicons_wrap {
    width: 100%;
    float: left;
}

ul.nav a{
	font-family: Montserrat, helvetica, arial, sans-serif !important;
	font-size: 13px !important;
}

.lanicons_wrap {
    width: 100% !important;
    float: right !important;
    margin-top: 6px;
}

.navbar .navbar-inner .container .lanicons {
    float: right;
}

.navbar .navbar-inner .container .lanicons a img {
    margin-right: 10px;
    display: block;
    border: 1px solid;
    border-color: #ffffff;
}

.navbar .navbar-inner .container .lanicons a img:hover {
    border: 2px solid;
    border-color: #fff;
    //margin-right: 8px;
}

.navbar .navbar-inner .container {
    margin-top: 60px;
}

.navbar .navbar-inner .container a {
    float: left;
    display: block;
	font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-inner .container .nav-collapse.collapse {
    float: right;
}

.nav-collapse.collapse .nav {
    margin-right: 0;
}

.navbar .navbar-inner .container .nav-collapse.collapse a {
    color: #fff;
    font-weight: normal;
    text-shadow: 0px;
    font-size: 15px;
}

.navbar .navbar-inner .container .nav-collapse.collapse a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar .navbar-inner .container .nav-collapse.collapse .dropdown-menu a {
    color: #0088CC;
}

.navbar .navbar-inner .container .nav-collapse.collapse .dropdown-menu a:hover {
    color: #005580;
}

.navbar .brand {
    margin: 0px;
    padding: 0px;
}

.navbar .navbar-inner .container .get-a-quote-heading {
    padding: 5px 8px;
    border-radius: 10px;
    background-color: #3AC7BF;
    font-weight: bold;
    font-size: 15px;
    margin-top: 4px;
}

.navbar .navbar-inner .container .get-a-quote-heading a {
    float: none;
    color: #fff;
    white-space: nowrap;
}

.navbar .navbar-inner .container .get-a-quote-heading a:link,
.navbar .navbar-inner .container .get-a-quote-heading a:visited,
.navbar .navbar-inner .container .get-a-quote-heading a:hover,
.navbar .navbar-inner .container .get-a-quote-heading a:active {
    text-decoration: none;
}

li.signin-mobile { display: none; }

.login-box {margin-bottom: 5px;margin-left: 0;list-style: none;}

/* /////////////////////////////// */
/* /// HEADING - END ///////////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /// HOME CONTENT - START ////// */
/* /////////////////////////////// */

.container, .navbar-static-top .container, .navbar .container, .navbar-fixed-bottom .container {
    width: 970px;
}

.wrapinside .container .hero-unit {
    margin-top: 30px;
    border-radius: 0 0 0 0;
    background: none;
    padding: 0px;
}

.wrap .homebg {
    background: url("../img/rc_home_bg_1400x592.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-color: #d9edf4;
    background-position: center top;
    background-size: cover;
	background-attachment: fixed;
}

.wrapinside .container .hero-unit h1 {
    color: #ffffff;
    text-shadow: 0px 1px 3px #0E4158;
    font-family: 'Montserrat', 'ProximaNova-Light', sans-serif;
    font-size: 28px;
	font-weight: normal;
}

.home .hero-unit h1 {
    text-align: center;
}

.home .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    color: #283A59;
    height: 30px;
    text-align: center;
    padding-top: 12px;
    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 0px 5px 0px  rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px  rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px  rgba(0, 0, 0, 0.5);
    /* Adds the transparent background */
    background-color: white;
    z-index: 10000;
}

.home .sticky span {
    font-size: 14px;
    font-weight: bold;
    color: #283A59;
}

.wrapinside .container .hero-unit h2 {
    color: #FFD24E;
    text-shadow: 0px 1px 3px #0E4158;
    font-family: 'Montserrat', 'ProximaNova-Light', sans-serif;
    font-size: 36px;
	font-weight: normal;
}

.home .hero-unit h2 {
    text-align: center;
}

.wrapinside .container .hero-unit h1 strong {
    font-weight: bold;
}

.wrapinside .container .row [class*="span"] {
    margin-left: 0px;
}

.wrapinside .container .row .box {
    border: #80B0CE solid 1px;
    background: #d9f4f2; /* Old browsers */
    background: -moz-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9f4f2), color-stop(100%, #80ceca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9f4f2 0%, #80ceca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9f4f2', endColorstr='#80ceca', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

.wrapinside .container .row .span6 {
    width: 630px;
    margin-right: 5px;
}

.wrapinside .container .row .getaquote {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #3AC7BF;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 22px;
    height: 12px;
    padding: 16px 38px 30px;
    position: relative;
    text-decoration: none;
    left: 10px;
    bottom: 0px;
    margin-right: 10px;
    outline: none;
}

.wrapinside .container .row .compareprices {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #288b85;
    color: #b2b2b2;
    display: block;
    float: left;
    font-size: 22px;
    height: 12px;
    padding: 16px 38px 30px;
    position: relative;
    text-decoration: none;
    left: 10px;
    bottom: 0px;
    outline: none;
}

.wrapinside .container .row .howitworks {
	color: #284462;
    display: block;
    float: left;
    font-size: 16px;
    height: 37px !important;
    width: 234px;
    padding: 0;
    position: relative;
    text-decoration: none;
    bottom: 0px;
    box-sizing: border-box;
    margin-bottom: -2px;
    margin-left: -3px;
    z-index: 10;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    background: url('../img/tab_blue_bg1.png');
    text-align: center;
    padding-top: 11px;
	padding-right: 10px;
}

.wrapinside .container .row .span6 .box.formbox01, .wrapinside .container .row .span6 .box.formbox02 {
    width: 628px;
    height: auto;
    float: left;
    position: relative;
    min-height: 370px;
}

.comparison-tab {
    /*float: left;*/
    clear: both;
    margin: 10px;
    /*width: 608px;*/
    /*padding-bottom: 20px;*/
}

.comparison-sprite {
    background-image: url('../img/rc_compare_suppliers.png');
    background-repeat: no-repeat;
    height: 30px;
}

.wrapinside .container .row .span6 .box.formbox01 table {
    //color: #333333;
    margin: 10px 10px 0 10px;
    //width: 595px;
}

.wrapinside .container .row .span6 .box.formbox01 table label {
    cursor: pointer;
    width: 126px;
}

.wrapinside .container .row .span6 .box.formbox01 table label.homepage-label-right {
    width: 100px;
}

.wrapinside .container .row .span6 .box.formbox01 table td {
    /* width:148px; */
}

.wrapinside .container .row .span6 .box.formbox01 table input {
    height: 30px;
    width: 150px;
    margin: 0 10px 2px 0;
    border: 1px solid #999999;
}

.wrapinside .container .row .span6 .box.formbox01 table input[type="checkbox"], .wrapinside .container .row .span6 .box.formbox01 table input[type="radio"] {
    border: none;
}

.wrapinside .container .row .span6 .box.formbox01 table select{
    width: 166px;
    margin-bottom: 5px;
    border: 1px solid #999;

}

.supplier-select {
	height: 35px;
    font-size: 15px;
    font-family: Montserrat;
    border-radius: 20px;
    padding: 0 10px;
    border: 1px solid #bbb;
	outline: none;
}

.supplier-select:focus {
  outline-color: transparent;
  outline-style: none;
}

.wrapinside .container .row .span6 .box.formbox01 table .checkbox {
    padding: 0px;
}

.wrapinside .container .row .span6 .box.formbox01 table .checkbox input {
    height: 10px;
    margin-left: 0;
    width: 20px;
    padding: 0px;
}

/* start --- */

.termsandcondition_check .check_box input[type="checkbox"] {
    display: none;
    border: none;
}

.termsandcondition_check {
    background: url("../img/rc_ckbox_unchecked_22x22.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 22px;
    width: 22px;
    position: relative;
    margin-bottom: 10px;
}

.termsandcondition_check.selected {
    background: url("../img/rc_ckbox_checked_22x22.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 22px;
    width: 22px;
}

.termsandcondition_check .checkbox-select {
    float: left;
    height: 22px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 22px;
    outline: none;
}

.termsandcondition_check .checkbox-deselect {
    display: none;
    float: left;
    height: 22px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 22px;
    outline: none;
}

.termsandcondition_check .check_box_label {
    margin-left: 30px;
    width: 250px;
}

.termsandcondition_check.selected .checkbox-deselect {
    display: block;
}

/* END--- */

.wrapinside .container .row .span6 .box.formbox01 table input[type="radio"] {
    width: auto;
    outline: none;
    margin: 0 4px 0 0;
}

.wrapinside .container .row .span6 .box.formbox01 table .checkbox a {
    color: #333333;
    text-decoration: underline;
}

.wrapinside .container .row .span6 .box.formbox01 table .checkbox a:hover {
    color: #333333;
    text-decoration: underline;
}

.display-btn, .followonbg .display-btn {
    font-size: 18px;
    color: #ffffff;
    padding: 5px 20px;
    min-width: 200px;
    font-weight: bold;
    background: #ffd000; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd000), color-stop(100%, #b78f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd000 0%, #b78f00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#b78f00', GradientType=0); /* IE6-9 */
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #6d8000;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 5px rgba(000, 000, 000, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    height: auto;
}

.display-btn-small, .followonbg .display-btn-small {
    font-size: 12px;
    min-width: 0;
    padding: 5px 10px;
}

#getaquote-btn {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

#purchase-btn {
    font-family: helvetica;
    line-height: 20px;
    float: left;
}

.wrapinside .container .row .span4 {
    width: 325px;
}

.wrapinside .container .row .span4 .box.formbox03 {
    width: 323px;
    height: auto;
    /* height:393px; */
    float: left;
    background: #80b0ce; /* Old browsers */
    background: -moz-linear-gradient(top, #d9edf4 0%, #80b0ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9edf4), color-stop(100%, #80b0ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9edf4 0%, #80b0ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9edf4 0%, #80b0ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9edf4 0%, #80b0ce 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9edf4 0%, #80b0ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf4', endColorstr='#80b0ce', GradientType=0); /* IE6-9 */
	border-top-left-radius: 0px;
}

.wrapinside .container .row .span4 .box.formbox03 .video {
    width: 312px;
    float: left;
    margin: 11px 6px;
    height: 214px;
}

.wrapinside .container .row .span4 .box.formbox03 .video_featured {
    color: #144252;
    float: left;
    font-size: 20px;
    text-align: center;
    width: 312px;
	font-family: Montserrat, sans-serif;
}

.wrapinside .container .row .span4 .box.formbox03 .video_logo {
    float: left;
    margin: 5px 11px 10px;
    width: 312px;
}

.wrapinside .container .row .span4 .box.formbox03 .video_logo img {
    float: left;
    display: block;
}

.wrapinside .container .row.rowwrap {
    text-align: center;
}

.wrapinside .container .row .counterrow {
    display: block;
    float: left;
    /*margin-top: 70px;*/
    /*text-align: center;*/
    /*width: 960px;*/
}

.wrapinside .container .row .counterrow .white {
    color: #FFFFFF;
    float: left;
    font-family: 'ProximaNova-Light';
    font-size: 24px;
    margin-left: 60px;
    margin-right: 10px;
    margin-top: 31px;
    text-shadow: 0 5px 3px #0B1C39;
}

.wrapinside .container .row .counterrow .yellow {
    color: #FFD200;
    float: left;
    font-family: 'ProximaNova-Light';
    font-size: 24px;
    margin-top: 31px;
    text-shadow: 0 5px 3px #0B1C39;
}

.wrapinside .container .row .counterrow .counter {
    float: left;
    margin-right: 10px;
}

.wrapinside .container .row .counterrow .counter img {
    vertical-align: bottom;
}

.wrap .homebottom {
    width: 100%;
    background: #E5F1F7; /* Old browsers */
    background: -moz-linear-gradient(top, #E5F1F7 0%, #BFDCEF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E5F1F7), color-stop(100%, #BFDCEF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E5F1F7 0%, #BFDCEF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E5F1F7 0%, #BFDCEF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E5F1F7 0%, #BFDCEF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E5F1F7 0%, #BFDCEF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5F1F7', endColorstr='#BFDCEF', GradientType=0); /* IE6-9 */
    padding-bottom: 15px;
	
}

.wrap .followonbg {
    width: 100%;
    padding: 15px 0 20px 0;
    min-height: 500px;
    background: #c0d7e7; /* Old browsers */
    background: -moz-linear-gradient(top, #ebf5f9 0%, #c0d7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf5f9), color-stop(100%, #c0d7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebf5f9 0%, #c0d7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebf5f9 0%, #c0d7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebf5f9 0%, #c0d7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ebf5f9 0%, #c0d7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf5f9', endColorstr='#c0d7e7', GradientType=0); /* IE6-9 */
    min-height: 700px;
}

.homebottom .container .row h2 {
    color: #283A59;
    font-size: 25px;
    margin-bottom: 0;
}

.homebottom .container .row p {
    font-size: 12px;
}

.homebottom .container .row .comment {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 264px;
    padding: 20px;
    color: #666666;
    font-weight: bold;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
	margin-left: 20px;
    color: #283A59;
	border-radius: 5px;
	border: solid 2px #C3D7E2;
	position: absolute;
	text-align: center;
	font-family: Montserrat, sans-serif;
	
}

.homebottom .container .row .comment:after, .homebottom .container .row .comment:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.homebottom .container .row .comment:after {
	margin-top: -1px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 14px;
	margin-left: -14px;
}
.homebottom .container .row .comment:before {
	margin-top: 0px;
	border-color: rgba(195, 215, 226, 0);
	border-top-color: #C3D7E2;
	border-width: 15px;
	margin-left: -15px;
}

.homebottom .container .row .commentarrow {
    left: 230px;
    position: relative;
    top: -5px;
	display: none;
}

/* ////////////partner log bar /////////////////// */
#selected-policies {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: helvetica;
    font-weight: normal;
}

/* /////////////////////////////// */

/* /////////////////////////////// */
/* /// HOME CONTENT - END //////// */
/* /////////////////////////////// */
/* /////////////////////////////// */
/* /// FOOTER - START //////////// */
/* /////////////////////////////// */
footer {
    background: #0B1628; /* Old browsers */
    background-image: linear-gradient(bottom, #273958 0%, #1C2C45 50%, #0d182b 100%); /* W3C */
    background-image: -o-linear-gradient(bottom, #273958 0%, #1C2C45 50%, #0d182b 100%); /* Opera 11.10+ */
    background-image: -moz-linear-gradient(bottom, #273958 0%, #1C2C45 50%, #0d182b 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #273958), color-stop(100%, #0d182b)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(bottom, #273958 0%, #1C2C45 50%, #0d182b 100%); /* Chrome10+,Safari5.1+ */
    background-image: -ms-linear-gradient(bottom, #273958 0%, #1C2C45 50%, #0d182b 100%); /* IE10+ */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0B1628), color-stop(0.64, #1C2C45), color-stop(0.82, #1B2F50));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B1628', endColorstr='#1B2F50', GradientType=0); /* IE6-9 */
}

footer .footer-container {
    padding-top: 17px;
    margin-bottom: 24px;
}

footer .container .row {
    margin-bottom: 10px;
}

footer .container .row ul {
    margin: 0;
}

footer .container .row ul li {
    list-style: none outside none;
}

footer .container .row .span2 a {
    color: #0099ff;
}

a.getaquote-btn {
    font-size: 17px;
    color: #ffffff;
    padding: 7px 21px;
    font-weight: bold;
    background: #ffd000; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd000), color-stop(100%, #b78f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd000 0%, #b78f00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd000 0%, #b78f00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##ffd000', endColorstr='#b78f00', GradientType=0); /* IE6-9 */
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #6d8000;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 5px rgba(000, 000, 000, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    margin-right: 20px;
}

a.getaquote-btn:hover {
    text-decoration: none;
}

footer .container .row a.getaquote:hover {
    text-decoration: none;
}

footer .container .row .social {
    height: 50px;
    float: right;
}

footer .container .row .footer-logo {
    margin-bottom: 20px;
}

footer .container .row .footer-logo .span2, footer .container .row .footer-logo a {
    float: right;
}

footer .container .row .company {
    float: left;
    color: #d5e4fb;
    margin-top: 25px;
}

footer .container .row .company a {
    color: #0099ff;
}

.insurance-block {
    float: left;
    width: 220px;
    margin-right: 10px;
}

.insurance-block label {
    padding: 0;
    float: left;
}

.insurance-block input {
    float: left;
}

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

.account-compare-row {
    float: left;
    clear: both;
    min-height: 55px;
}

.account-compare-row, .comparison-heading {
    font-size: 16px;
    margin: 0;
    line-height: 17px;
}

.account-label-comp {
    color: #283A59;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
}

.account-compare-row .compare-subheading {
    line-height: 20px;
}

.account-older-link {
    float: left;
    clear: both;
    margin: 20px 0 20px 15px;
}

.account-older-link p {
    color: #283a59;
    font-weight: bold;
    margin: 0;
}

.account-older-link a {
    color: #283A59;
    text-decoration: underline;
}

.compare-box {
    width: 264px;
    background-color: #fff;
    border: 1px solid #999;
    min-height: 265px;
    padding: 15px;
    border-radius: 10px;
    float: left;
    position: relative;
}

.comparison-arrow {
    position: absolute;
    bottom: -15px;
    right: 50px;
}

.compare-left {
    margin-right: 15px;
}

.compare-left hr, .compare-right hr {
    clear: both;
}

.compare-divider {
    height: 1px;
    width: 100%;
    background-color: #dbdbdb;
    margin: 7px 0 7px -5px;
}

.rental-green {
    color: #3ac7bf;
}

.budget-orange {
    color: #f0c000;
}

.account-compare-row .budget-orange, .account-compare-row .rental-green {
    font-size: 18px;
    font-weight: normal;
}

.formbox02-container label {
    width: 120px;
    margin: 4px 10px 0 0;
}

#user-form {
    margin: 0;
}

#comparison-options {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.hasDatepicker {
    z-index: 420 !important;
}

.followonbg h1 {
    font-size: 30px;
}

.followonbg h2 {
    font-size: 22px;
}

.followonbg h3 {
    font-size: 18px;
}

.followonbg .left-container {
    float: left;
    width: 960px;
}

.followonbg .quote-wrapper {
    float: right;
    clear: both;
    width: 920px;
    padding: 10px 20px;
    border-top: 2px solid #3DAFCD;
}

.followonbg input[type="text"], .followonbg input[type="password"] {
    width: 158px;
    margin-bottom: 2px;
    border: 1px solid #999999;
    height: 30px;
}

.followonbg textarea {
    border: 1px solid #999999;
}

.followonbg #current-cover-modify input[type="text"] {
    height: 20px;
    width: 120px;
    float: right;
}

.followonbg label {
    width: 160px;
    float: left;
    clear: both;
    margin: 3px 0;
}

.followonbg .faqlabel {
    width: auto;
}

.followonbg .faqlabel input {
    margin: 0;
}

.followonbg select {
    width: 166px;
    margin-bottom: 5px;
    border: 1px solid #999999;
}

.followonbg #expiry-month {
    width: 68px;
}

.followonbg #expiry-year {
    width: 100px;
}

.followonbg .yourcover {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #3dafcd;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 22px;
    height: 12px;
    padding: 16px 38px 30px;
    position: relative;
    text-decoration: none;
}

.your-details-row {
    float: left;
    margin: 0 10px 10px 0;
}

.your-details-row label {
    width: 140px;
    line-height: 40px;
    margin: 0;
}

.followonbg .your-details-row input[type="text"], .followonbg .your-details-row input[type="password"] {
    width: 130px;
    line-height: 40px;
    margin: 0;
}

.modify-saved-msg {
    font-size: 13px;
    font-weight: bold;
    color: green;
}

.modify-btn-save {
    float: left;
    margin: 7px 0 0 5px;
}

.payment-current-cover {
    width: 285px;
    border-radius: 10px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
}

.payment-current-cover-inner {
    float: left;
    padding: 15px 20px;
}

.current-cover-links a {
    color: #283a59;
    font-weight: bold;
}

.current-cover-links a:link { text-decoration: underline; }

.current-cover-links a:visited { text-decoration: underline; }

.current-cover-links a:hover { text-decoration: none; }

.current-cover-links a:active { text-decoration: none; }

.current-cover-links {
    margin: 0;
}

#current-cover-modify, #current-cover-desc, #current-cover-compare {
    margin-bottom: 10px;
}

#slides {
    width: 268px;
    height: 212px;

    position: relative;
    padding: 0 22px;
    z-index: 1;
}

.slidesjs-navigation {
    width: 22px;
    height: 214px;
    position: absolute;
    top: 0;
	background-color: #134C63;
}

.slidesjs-navigation img{
	/*display: none;*/
}

.slideshow-div {
    width: 268px;
    height: 212px;
    background-repeat: no-repeat;
    position: relative;
}

.slideshow-div-link {
    display: block;
    width: 125px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.followonbg .row .faqcommentbox {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 10px 10px 10px 10px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 20px;
    width: auto;
    clear: both;
    float: left;
}

.followonbg .row .faqcommentarrow {
    float: right;
    position: relative;
    right: 70px;
    top: -1px;
}

.followonbg .row .faqcommentbox a {
    /*float: left;
    clear: both;
    margin: 0 0 10px 0;*/
}

.followonbg .row .faqblock {
    font-weight: normal;
    clear: both;
    margin: 10px 0 10px 15px;
}

.faqblock li{
	margin-bottom: 10px;
}

.FAQtitle{
	font-family: montserrat, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #1C99D8;
}

#current-cover-compare .compare-box {
    clear: both;
    width: 215px;
    margin: 0 0 10px 0;
}

#current-cover-compare .compare-divider {
    width: 245px;
}

#current-cover-compare .comparison-arrow {
    display: none;
}

span.required, .errorMessage {
    color: #ff0000;
}

.account-container {
    float: left;
    clear: both;
    width: 920px;
    padding: 10px 20px;
    background: #d9f4f2; /* Old browsers */
    background: -moz-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9f4f2), color-stop(100%, #80ceca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9f4f2 0%, #80ceca 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9f4f2 0%, #80ceca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9f4f2', endColorstr='#80ceca', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 12px 16px -2px #273958;
    -webkit-box-shadow: 0 12px 16px -2px #273958;
    box-shadow: 0 12px 16px -2px #273958;
}

.account-row {
    float: left;
    clear: both;
    width: 920px;
    margin: 10px 0;
}



.account-panel {
    float: left;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #999;
    position: relative;
    border-radius: 10px;
    min-height: 165px;
}

.account-panel-confirm {
    float: left;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #999;
    position: relative;
    border-radius: 10px;
    width: 96%;
    margin-bottom: 20px;
}

.account-panel-left {
    width: 325px;
    margin-right: 15px;
}

.account-panel-right {
    width: 510px;
}

.account-panel-right .right-divider {
    width: 1px;
    height: 100%;
    background-color: #dadada;
    position: absolute;
    left: 215px;
    top: 0;
}

.account-status {
    float: right;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 136px;
    text-align: center;
    border-radius: 5px;
}

.status-Approved { background-color: #2e981b; }

.status-PartiallyApproved { background-color: #593ff4; }

.status-PendingPayment { background-color: #ff0000; }

.status-PendingPayment a {
    color: #fff;
}

.account-link {
    float: right;
    display: block;
    padding: 5px 0px;
    color: #fff;
    width: 64px;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0 0 8px;
    background-color: #999;
}

.account-link-compare {
    width: 110px;
    margin-right: 14px;
}

.account-link:link { color: #fff; }

.account-link:visited { color: #fff; }

.account-link:hover { color: #fff; }

.account-link:active { color: #fff; }

.account-policy-name p {
    margin: 15px 0 0;
    font-weight: bold;
    color: #2f406b;
}

.account-policy-name a {
    color: #2f406b;
}

.account-cancel-message {
    font-size: 10px;
    width: 64px;
    text-align: center;
    line-height: 13px;
    margin: 5px 0 0 8px;
    float: right;
}

.account-label {
    color: #283A59;
    font-weight: bold;
    font-size: 13px;
}

.account-more-link {
    color: #848383;
	position: relative;
    top: 5px;
	float:right;
}

.account-data, .account-data a {
    color: #3AC7BF;
    font-weight: bold;
    font-size: 14px;
}

.account-data-small {
    font-size: 11px;
}

.account-data a {
    text-decoration: underline;
}

.account-references {
    float: left;
    width: 190px;
    margin-right: 10px;
    padding-right: 10px;
}

.account-policy-info {
    float: left;
    width: 285px;
}

.account-row-heading {
    float: left;
    background-color: #3ac7bf;
    width: 920px;
    margin: 0 20px;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
}

.account-panel-heading {
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    /*font-family: ProximaNova-Regular;*/
    font-family: montserrat;
}

.account-policy-desc {
    float: left;
    clear: both;
    padding: 20px;
}

.lightbox .close, .account-lightbox .close{
  position: absolute;
  top: -7px !important;
  right: -7px !important;
  width: 29px;
  height: 29px;
  border-radius: 15px;
  background-color: rgb(207, 211, 218);
  opacity: 1;
  text-shadow: none;
  font-size: 21px;
  text-align: center;
  border: 3px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  line-height: 8px !important;
  color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAtElEQVQY023RMUrDQRTE4cHm34mlFxG8SOy8iYUIEqwtLC31BIo2VhJQ0nsQ0SKbfBbZJevqwIN9w294b3eD4BzvOKx9qwlPuEaCCxRbveGgAxfVL5jvJZFkna2Okjwm2U/ykuQ4O63SrbGy01d3LnV6+v3GQAOvGjNeZjnAH9X/BU94wMZfLVrgP7DUVyld4BVTcD+At3XavAts8BzM8Ik17oZPuamBb5w2c4bLAWx1hhPkB8sdiGpoHL5VAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
}
.lightbox .close:hover{
  background-color: rgb(73, 94, 131);
}

.lightbox .close:active{
  background-color: rgb(31, 46, 73);
}

.account-lightbox {
	background: #2F4364;
	border-radius: 5px;
	//border: 4px solid #556580;
	color: white;
	font-family: 'Montserrat', sans-serrif;
	font-weight: normal;
	padding: 20px;
	margin: 5px;
	box-sizing: border-box;
}

.account-lightbox .close{
  background-color: rgb(85, 101, 128);
  border: 3px solid rgb(47, 67, 100);
  top: -8px !important;
  right: -8px !important;
  box-shadow: none;
}

.account-lightbox .modifyButtonClose, .account-lightbox .modifyButtonModify, .account-lightbox .modifyButtonCancel{
	width: 49%;
	height: 40px;
	font-weight: bold;
	border: 0;
	box-shadow: none;
}

.account-lightbox .modifyButtonClose{
	background: #EF473A;
}

.account-lightbox .modifyButtonModify{
	background: #377DF4;
}

.account-lightbox .modifyButtonCancel{
	background: #E5A603;
}

.account-lightbox .lightboxWarningHeader{
	border-radius: 5px;
	border: 3px solid #556580;
	font-weight: bold;
	padding: 6px;
	padding-left: 65px;
	margin-bottom: 10px;
	background-image: url(https://files.rentalcover.com/img/account_page_modify_alert.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.account-lightbox a{
	color: white;
	text-decoration: underline;
}

.account-lightbox .left {
    padding: 5px 10px;
	width: 100%;

}

.account-lightbox .compare-box {
    padding: 15px;
}

.account-lightbox .compare-divider {
    height: 1px;
    width: 310px;
    background-color: #dbdbdb;
    margin: 7px 0 7px -5px;
    padding: 0;
}

.account-compare-row {
    float: left;
    clear: both;
    min-height: 50px;
}

.account-row .pricebox .day {
    color: #3AC7BF;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 26px;
}

.account-row .pricebox .total {
    font-size: 11px;
    margin-bottom: 12px;
}

.account-row .pricebox .save {
    color: #283a59;
    font-size: 15px;
}

.account-row .myaccount_box_left_left {
    width: 195px;
    float: left;
    margin-bottom: 30px;
}

.account-row .myaccount_box_left_right {
    float: left;
    width: 130px;
}

.account-row .myaccount_box_left_right .btn001 {
    //height: 37px;
    width: 130px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
}

.account-row .myaccount_box_left_right .btn002 {
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 5px;
    margin: 3px 42px 0px 5px;
    width: 84px;
	padding: 4px 0;
}

.account-row .myaccount_box_left_right .btn003 {
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    margin: 3px 5px 0px 5px;
    line-height: 5px;
    width: 84px;
    padding: 0;
}

.account-row .myaccount_box_left_right .btn004 {
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    line-height: 15px;
    margin: 3px 42px 0px 5px;
    width: 84px;
    padding: 4px 0;
}

.account-row .myaccount_box_left_right a {
    float: left;
    display: block;
}

.account-row .myaccount_box_left_right span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    width: 70px;
    float: left;
}

.account-policy-line a {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

#bottomline {
    width: auto;
    margin: 0px 15px 15px;
}

#bottomline a {
    font-weight: bold;
    color: #283a59;
    text-decoration: underline;
}

#login-form input, #login-form .errorMessage,
#contact-form input, #contact-form label, #contact-form .errorMessage, #contact-form textarea {
    float: left;
}

#login-form .errorMessage, #contact-form .errorMessage {
    margin: 10px;
}

#reset-password-form .btn, #recavery-password-form .btn {margin-left:160px}

#reset-password-form .submitButton, .claimSubmit{border: 0; border-radius: 5px; background-color: #1B2A43; color: white; height: 40px; min-width: 80px;}

#login-form label, #login-form input {display:block}

#login-form label {float:none;}

#login-form .row2 {width:210px;float:left}

#login-form .row3 {width:125px;float:left;padding-top: 57px}





.modify-change-cover {
    position: relative;
	z-index: 1;
}

#save-cover-amount, #reset-cover-amount{
	float: right;
}



.disabled-input {background-color:#EEEEEE !important; color:#EEEEEE !important}

.followonbg .comment {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    color: #333;
	line-height: 1.6em;
    font-weight: bold;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
	box-sizing: border-box;
	width: 100%;
}

.followonbg .commentarrow {
    position: absolute;
    bottom: -15px;
    right: 50px;
}

.quote-partnership {
    text-align: center;
    margin-bottom: 20px;
    color: #666666;
    font-weight: bold;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    min-height: 214px;
}

.quote-partnership p {
    margin: 25px 0;
    font-size: 20px;
    font-family: ProximaNova-Regular;
    color: #283a59;
    font-weight: normal;
}

.quote-left {
    width: 265px;
    margin-right: 20px;
}

.quote-right {
    width: 290px;
}

.quote-left input, .quote-left select, .quote-right input, .quote-right select {
    float: left;
    width: 140px;
}

.quote-left label, .quote-right label {
    float: left;
    clear: both;
    width: 110px;
}

.quote-login-form {
    float: left;
    margin-bottom: 20px;
}

.quote-login-form label, .quote-login-form input, .quote-login-form button {
    float: left;
    clear: both;
}

.dob_field {
    width: auto !important;
}

.age-field {
    width: 36px !important;
}

.errorSummary {
    color: #ff0000;
}

#quote-form .errorSummary {
    padding: 10px 0 0 10px;
}

#quote-form td {
    padding: 9px 0;
}

.lower-content-block {
    float: left;
    width: 95%;
    margin-right: 2%;
}

.lower-content-comment {
    float: left;
    width: 40%;
}

.date-time {
    cursor: pointer !important;
}

#how-it-works{
	margin-top: 23px;
}

.how-it-works-block {
    width: 230px;
    margin: 0 10px 10px 0;
}

.how-it-works-block p {
    margin: 5px 0 0 0;
}

.dropdown-menu input {
    float: left;
    clear: both;
    margin: 0 0 10px 0;
}

.lightbox {
    background-color: #fff;
    padding: 22px;
    border-radius: 10px;
    max-width: 100%;
    box-sizing:border-box;
}

.supplier-compare-policy-logo {
    width: 120px;
    height: 30px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 3px 5px;
}

.supplier-compare-policy-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.supplier-compare-policy-line {
    width: 100%;
    height: 1px;
    float: left;
    clear: both;
    background-color: #283A59;
    margin: 0 0 8px 0;
}
.ui-autocomplete{
	z-index: 10;
}

.disclaimer{
	font-size: 0.7em;
	line-height: 1.1em;
}

.footer-container{
	font-weight: normal;
}

#contact-form input, #contact-form textarea, #PhoneNumber_CountryId{
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	padding: 15px 10px;
	font-family: 'Montserrat', sans-serif;
}
#PhoneNumber_CountryId{
	padding: 0 10px;
}


/**  Media queries for 1199 to 980  **/
@media (min-width: 980px) and (max-width: 1199px) {
	.lower-content-comment{
		display: none;
	}

	.howitworks-display { display: none; }

    .partners-display { display: none; }

    .row { width: 780px; margin: 0 auto; }

    .navbar-inner { padding: 0; }

    .navbar .nav > li > .dropdown-menu:after { left: 36px; }

    .dropdown-menu { left: -30px; }

    .wrapinside .container .row .span6 .box.formbox01 { width: 780px; }

    .wrapinside .container .row .span6 .box.formbox01 table { width: 800px; }

    footer .container .row a.getaquote { padding: 7px 9px; }

    footer .container .row .footer-logo a { margin-right: 0; }

    footer .container .row .footer-logo { margin-top: 0px; }

    .footer-logo .left { float: right; }

    .navbar .nav > li > a, .navbar .navbar-inner .container .nav-collapse.collapse a { font-size: 13px; padding: 10px; }

    .payment-current-cover { width: 100%; }

    .row .left { width: 100% !important; padding: 0 !important; }

    .account-row-heading .account-panel-heading { width: 200px !important; }

    .account-row-heading, .account-row { width: 100%; }

    .account-panel-right { width: 496px; }

    .account-panel-left { width: 205px; text-align: center; }

    .account-container { width: 100% }

    .account-row .myaccount_box_left_right { float: left; padding-left: 40px; width: 130px; }

    .get-a-quote-heading { display: none; }
	
	ul.nav a{
		font-size: 11px !important;
	}
	
	.disclaimer{
		margin: auto;
		float: none;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	.lower-content-comment{
		display: none;
	}

    .howitworks-display { display: none; }

    .partners-display { display: none; }

    .navbar .container, .container { width: auto; }

    .row { width: 600px;; margin: 0 auto; }

    .navbar-inner { padding: 0; }

    .navbar .nav > li > .dropdown-menu:after { left: 36px; }

    .dropdown-menu { left: -30px; }

    .wrapinside .container .row .span6 .box.formbox01 { width: 600px; }

    .wrapinside .container .row .span6 .box.formbox01 table { width: 600px; }

    footer .container .row a.getaquote { padding: 7px 9px; }

    footer .container .row .footer-logo a { margin-right: 0; }

    footer .container .row .footer-logo { margin-top: 0px; }

    .footer-logo .left { float: right; }

    .homebottom .container .row .commentarrow { left: 190px; }

    .homebottom .container .row .comment { width: auto; }

    .wrapinside .container .row .span6 .box.formbox01 table label { width: 82px; }

    .wrapinside .container .row .span6 .box.formbox01 table label.homepage-label-right { width: 66px; }

    .navbar .navbar-inner .container .nav-collapse.collapse { background-color: #071121; }

    li.signin-mobile { display: block; }

    li.signin-dropdown { display: none; }

    .navbar .nav > li > a, .navbar .navbar-inner .container .nav-collapse.collapse a { font-size: 13px; padding: 10px; }

    .payment-current-cover { width: 100%; }

    .row .left { width: 100% !important; padding: 0 !important; }

    .account-row-heading .account-panel-heading { width: 154px !important; }

    .account-row-heading, .account-row { width: 560px; }

    .account-panel-right { width: 325px; }

    .account-panel-left { width: 154px; text-align: center; }

    .account-container { width: auto; }

    .account-row .myaccount_box_left_left { width: 154px; }

    .account-row .myaccount_box_left_right { float: left; padding-left: 13px; width: 130px; }

    .account-panel-right .right-divider { left: 136px; }

    .account-references { width: 115px; }

    .account-policy-info { float: left; width: 190px; }

    .account-label { font-size: 12px; }

    .account-data, .account-data a { font-size: 11px; }

    .account-policy-info table tr td:first-child { width: 60px !important; }

    .get-a-quote-heading { display: none; }
	
	.disclaimer{
		margin: auto;
		float: none;
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.lower-content-comment{
		display: none;
	}

    .howitworks-display { display: none; }

    .partners-display { display: none; }

    .navbar .container, .container { width: auto; }

    .row { width: 600px; margin: 0 auto; }

    footer .right { float: left; width: 74%; }

    .right { float: none; }

    .row .payment-current-cover { float: left; }

    .navbar-inner { padding: 0; }

    .navbar .nav > li > .dropdown-menu:after { left: 36px; }

    .dropdown-menu { left: -30px; }

    .wrapinside .container .row .span6 { width: auto; }

    .wrapinside .container .row .span6 .box.formbox01 { width: 580px; }

    .wrapinside .container .row .span6 .box.formbox01 table { width: 580px; }

    .wrapinside .container .row .box { border: 0px; }

    footer .container .row a.getaquote { padding: 7px 9px; }

    footer .container .row .footer-logo a { margin-right: 0; }

    footer .container .row .footer-logo { margin-top: 0px; }

    .footer-logo .left { float: left; }

    .homebottom .container .row .commentarrow { left: 190px; }

    .homebottom .container .row .comment { width: auto; }

    .wrapinside .container .row .span6 .box.formbox01 table label { width: 82px; }

    .wrapinside .container .row .span6 .box.formbox01 table label.homepage-label-right { width: 66px; }

    .navbar .navbar-inner .container .nav-collapse.collapse { background-color: #071121; }

    li.signin-mobile { display: block; }

    li.signin-dropdown { display: none; }

    footer .container .row .social { display: none; }

    .footer-logo { float: left; }

    .compare-box { width: 250px; }

    .comparison-tab { /*width: 580px;*/ }

    .followonbg .row .faqcommentbox { width: 558px; }

    .navbar .nav > li > a, .navbar .navbar-inner .container .nav-collapse.collapse a { font-size: 13px; padding: 10px; }

    .payment-current-cover { width: 100%; }

    .row .left { width: 100% !important; padding: 0 !important; }

    .account-row-heading .account-panel-heading { width: 154px !important; }

    .account-row-heading, .account-row { width: 560px; }

    .account-panel-right { width: 325px; }

    .account-panel-left { width: 154px; text-align: center; }

    .account-container { width: auto; }

    .account-row .myaccount_box_left_left { width: 154px; }

    .account-row .myaccount_box_left_right { float: left; padding-left: 13px; width: 130px; }

    .account-panel-right .right-divider { left: 136px; }

    .account-references { width: 115px; }

    .account-policy-info { float: left; width: 190px; }

    .account-label { font-size: 12px; }

    .account-data, .account-data a { font-size: 11px; }

    .account-policy-info table tr td:first-child { width: 60px !important; }

    .get-a-quote-heading { display: none; }
	
	.disclaimer{
		margin: auto;
		float: none;
		width: 600px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.lower-content-comment{
		display: none;
	}

    .howitworks-display { display: none; }

    .partners-display { display: none; }

    .navbar .container, .container { width: auto; }


	.row { width: auto; margin: 0 auto; padding: 0 10px; }

    //.row { width: auto; margin: 0 10px; }


    .navbar-inner { padding: 0; }

    .navbar .nav > li > .dropdown-menu:after { left: 36px; }

    .dropdown-menu { left: -30px; }

    .wrapinside .container .row .box { border: 0px; }

    .wrapinside .container .row .span6 .box.formbox01 { width: 100%; }

    .wrapinside .container .row .span6 .box.formbox01 table { width: auto; }

    footer .container .row a.getaquote { padding: 7px 9px; }

    footer .container .row .footer-logo a { margin-right: 0; }

    footer .container .row .footer-logo { margin-top: 0px; }

    .footer-logo .left { float: right; width: 50%; }

    .homebottom .container .row .commentarrow { left: 190px; }

    .homebottom .container .row .comment { width: auto; }

    .wrapinside .container .row .span6 .box.formbox01 table label, .wrapinside .container .row .span6 .box.formbox01 table label.homepage-label-right { width: 100%; float: left; }

    .wrapinside .container .row .span6 .box.formbox01 table td { width: 45%; float: left; }

    .wrapinside .container .row .span6 { width: 100%; }

    .right { float: left; }

    .container .row .span6 { float: none; }

    .homebottom { display: none; }

    .navbar .navbar-inner .container .nav-collapse.collapse { background-color: #071121; }

    /*.wrapinside .container .row .span6 .box.formbox01 table label { display: none; } */
    li.signin-mobile { display: block; }

    li.signin-dropdown { display: none; }

    footer .container .row .social { display: none; }

    .comparison-tab { /*width: 442px;*/ }

    .compare-left { margin-right: 0; }

    .compare-divider { width: 424px; }

    .compare-box { margin-bottom: 25px; width: 405px; }

    form#payment-form table,
    form#payment-form thead,
    form#payment-form tbody,
    form#payment-form td,
    form#payment-form tr {
        /*display: table;*/
    }

    #ui-datepicker-div { left: 20px !important; width: 27em !important; }

    #getaquote-btn { position: relative; float: right; margin-bottom: 20px; }

    .wrap .homebg { height: auto; }

    .navbar .nav > li > a, .navbar .navbar-inner .container .nav-collapse.collapse a { font-size: 13px; padding: 10px; }

    .payment-current-cover { width: 100%; }

    .row .left { width: 100% !important; padding: 0 !important; }

    .account-row-heading { margin: 0; }

    .account-row-heading .account-panel-heading { width: 150px !important; }

    .account-row-heading, .account-row { width: 100%; }

    .account-panel-right { width: 100%; padding-left: 0px; padding-right: 0px; margin-bottom: 30px; }

    .account-panel-left { padding-left: 0; padding-right: 0; text-align: center; width: 100%; margin-bottom: 30px; }

    .account-container { width: 100%; padding: 0; }

    .account-row .myaccount_box_left_left { width: 50%; }

    .account-row .myaccount_box_left_right { float: left; padding-left: 18px; width: 30%; }

    .account-panel-right .right-divider { left: 130px; }

    .account-references { width: 115px; }

    .account-policy-info { float: left; width: 60%; }

    .account-label { font-size: 13px; }

    .account-data, .account-data a { font-size: 12px; }

    .account-row-heading .account-panel-heading:nth-child(2), .account-row-heading .account-panel-heading:nth-child(3) { visibility: hidden; }

    .get-a-quote-heading { display: none; }
	
	.disclaimer{
		margin: 0;
		float: none;
		width: 100%;
		padding: 0 20px;
	}
	
}

@media (max-width: 479px) {

	.followonbg .row .faqblock {
		margin: 0 0 10px 0;
	}

	.lower-content-comment{
		display: none;
	}

    .howitworks-display { display: none; }

    .partners-display { display: none; }

    .navbar .container, .container { width: auto; }

    .row { width: auto; margin: 0 auto; padding: 0 10px; }

    .navbar-inner { padding: 0; }

    .navbar .nav > li > .dropdown-menu:after { left: 36px; }

    .dropdown-menu { left: -30px; }

    .wrapinside .container .row .box { border: 0px; }

    .wrapinside .container .row .span6 .box.formbox01 { width: 100%; }

    .wrapinside .container .row .span6 .box.formbox01 table { width: auto; }

    footer .container .row a.getaquote { padding: 7px 9px; }

    footer .container .row .footer-logo a { margin-right: 0; }

    footer .container .row .footer-logo { margin-top: 0px; display: none; }

    .footer-logo .left { float: right; width: 50%; }

    .homebottom .container .row .commentarrow { left: 190px; }

    .homebottom .container .row .comment { width: auto; }

    .wrapinside .container .row .span6 .box.formbox01 table label, .wrapinside .container .row .span6 .box.formbox01 table label.homepage-label-right { width: 100%; float: left; }

    .wrapinside .container .row .span6 .box.formbox01 table td { width: 45%; float: left; }

    .wrapinside .container .row .span6 { width: 100%; }

    .right { float: left; }

    .container .row .span6 { float: none; }

    .homebottom { display: none; }

    .navbar .navbar-inner .container .nav-collapse.collapse { background-color: #071121; }

    /*.wrapinside .container .row .span6 .box.formbox01 table label { display: none; } */
    li.signin-mobile { display: block; }

    li.signin-dropdown { display: none; }

    footer .container .row .social { display: none; }

    .comparison-tab { /*width: 336px;*/ }

    .compare-left { margin-right: 0; }

    .compare-divider { width: 311px; }

    .compare-box { margin-bottom: 25px; width: 281px; }

    .wrapinside .container .row .span6 .box.formbox01 table select, .wrapinside .container .row .span6 .box.formbox01 table input { width: 100%; }

    tr.getaquote-tab:last-child td:last-child { width: 100% !important; float: left; }

    #getaquote-btn { position: relative; margin: 20px 0px 20px 27px }

    .wrap .homebg { height: auto; }

    .navbar .nav > li > a, .navbar .navbar-inner .container .nav-collapse.collapse a { font-size: 13px; padding: 10px; }

    .payment-current-cover { width: 95%; }

    .row .left { width: 100% !important; padding: 0 !important; }

    .account-row-heading { margin: 0; }

    .account-row-heading .account-panel-heading { width: 150px !important; }

    .account-row-heading, .account-row { width: 100%; }

    .account-panel-right { width: 100%; padding-left: 0px; padding-right: 0px; margin-bottom: 30px; }

    .account-panel-left { padding-left: 0; padding-right: 0; text-align: center; width: 100%; margin-bottom: 30px; }

    .account-container { width: 100%; padding: 0; }

    .account-row .myaccount_box_left_left { width: 50%; }

    .account-row .myaccount_box_left_right { float: left; padding-left: 18px; width: 140px; }

    .account-panel-right .right-divider { left: 120px; height: 252px; }

    .account-references { width: 115px; }

    .account-policy-info { float: left; width: 50%; }

    .account-label { font-size: 13px; }

    .account-data, .account-data a { font-size: 12px; }

    .account-row-heading .account-panel-heading:nth-child(2), .account-row-heading .account-panel-heading:nth-child(3) { visibility: hidden; display: none; }

    #compareprices { display: none; }

    .insurance-block { width: 160px !important; }

    .insurance-block label { width: 130px !important; }

    .spacer { height: 60px; }

    .navbar-inner { padding-left: 10px; }

    #ui-datepicker-div { /*left: 0px !important;*/ /*width: 20em !important;*/ }

    .ui-datepicker-multi-2 .ui-datepicker-group { width: 99% !important; }

    footer .footer-container {  }

    footer { padding: 0 20px; }

    form#payment-form table,
    form#payment-form thead,
    form#payment-form tbody,
    form#payment-form td,
    form#payment-form tr {
        /*display: table;*/
    }

    .get-a-quote-heading { display: none; }

    /*    form#payment-form td label { width:50%; display: block; }*/

	
	.lightbox .close{
		top: 5px !important;
		right: 5px !important;
		border-radius: 5px;
		box-shadow: none;
		
	}
	
	.account-lightbox .close {
		top: -8px !important;
		right: -5px !important;
	}

	
	.disclaimer{
		margin: 0 !important;
		float: none;
		width: 100%;
		padding: 0 15px !important;
	}
	

}

.pageform label {
    width: 160px;
    font-weight: bold;
}

/* Payment page */

.payment-page .content-column {
    width: 475px;
    margin-right: 20px;
}

.payment-page .content-column-last {
    width: 475px;
    margin-right: 0px;
}

.payment-page .content-header {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #3AC7BF;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    width: 200px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    margin: 0px 10px;
    outline: none;
}

.payment-page .content-container {
    border-radius: 10px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    margin: 5px;
    padding: 10px 15px;
}

.payment-page .content-box {
    font-size: 12px;
    margin-bottom: 25px;
}

.payment-page .content-box h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px !important;
}

.payment-page .quote-header {
}

.payment-page .quote-header h2 {
    margin: 0px;
    line-height: 30px;
}

.payment-page .quote-header p {
    color: #283A59;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.payment-page .content-box-links {
    padding-bottom: 10px;
    margin-top: 0px;
}

.payment-page .content-box-links a {
    margin-right: 50px;
    font-size: 15px;
    font-weight: bold;
}

.payment-page ul.payment-form-inclusions {
    margin: 0px;
    padding: 0px;
}

.payment-page ul.payment-form-inclusions li {
	margin: 5px 0 0 10px;
    /* list-style-type: none; */
    /* background: url("../img/tick.png") no-repeat scroll left 2px; */
    /* padding-left: 30px; */
    min-width: 195px;
}

.payment-customer-detail {
    margin-top: 15px;
    margin-bottom: 30px;
}

.payment-customer-detail .detail-label {
    font-size: 16px;
    font-weight: bold;
    color: #3AC7BF;
    width: 130px;
    float: left;
}

.payment-customer-detail .detail-data {
    font-size: 14px;
    float: left;
    min-width: 300px;
}

.payment-customer-detail .detail-data a {
    margin-left: 5px;
}

.inclusions-popup-content {
    padding: 0 20px;
}

.inclusions-popup-content li {
    margin-left: 20px;
}

.highlight {
    color: #3AC7BF;
}

#change-details-popup table td label, #change-dates-popup table td label {
    width: 150px;
}

.day_counter {
    font-family: 'ProximaNova-Regular';
    font-size: 45px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #444;
    text-shadow: 0px 3px 3px #aaa;
}

#beat-price-popup {
    width: 300px;
    height: 200px;
    display: none;
    text-align: justify;
    text-justify: inter-ideograph;
}

.payment-customer-detail .detail-label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-tooltip {
    background: #d9f4f2;
}

.list-group-item .description {
    font-size: 12px;
    margin-bottom: 0px;
}

.list-group-item {
    cursor: pointer;
    padding-bottom: 25px;
}

.list-group-item .cover-cost {
    color: #428bca;
    font-weight: bold;
    width: 200px;
    float: left;
}

span.dollarprice {
    color: #d6083b;
    font-size: 24px;
    font-weight: 300;
}

.modify-change-cover {
    /*padding-left: 20px;*/
}

.modify-account-link {
    font-size:11px;
    float:left;
}
.note-payment{
    font-style: italic;
    text-align: right;
    margin-right: 81px
}
.account-lightbox .modcancel-pop-list {font-size: 18px;font-weight: bold}


/* CSS LOADER */

.darkOverlay{
	position: absolute;
	z-index: 99999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position:   fixed;
	background: rgba(0,0,0,0.5);
}

/* CSS SPINNER */

.loader {
  margin: -5em auto;
  font-size: 10px;
  top: 50%;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END CSS SPINNER AND LOADER */

body.body-rtl{
    direction: rtl;
}

.body-rtl .menuRight {
    direction: ltr;
}

.body-rtl div.container.payment-page div.cell h2#quoteBox{
    float: right;
}

.body-rtl div.navbar.navbar-inverse div.row.mainHeader div#globalOptions{
    text-align: left !important;
}

.body-rtl div.row.mainHeader div.header_cell{
    text-align: right;
}

.body-rtl div.navbar.navbar-inverse div.header_cell a.logo{
    float: right !important;
}

.body-rtl .laniconsSmallList {
    direction: ltr;
}

.body-rtl .laniconsSmall {
    text-align: left;
    padding-left: 10px;
}
