/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 100%;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}

body {
/* font-size: 0.8rem;*/
}

a {
 color: #003399;
}

h1,h2,h3,h4 {
 margin: 0;
 padding: 0;
}

 h1 {
 font-size: 1.4rem;
 font-weight: bold;
 padding: 0.2em 0 0.2em 0;
 color: #014e44;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
    clear: both;
    overflow: hidden;
}

header {
  background-color: #DBECEA;
}

header.introducer_iframe {
 background-color: #FFF;
}

header.introducer_full {
	background-color: #FFF;
}

div.header_top {
 border-bottom: 1px solid #014e44;
}


a.main_logo {
	display: inline-block;
  width: 50px;
  margin: 0.4em 0 0.4em 0.8em;
}

a.main_logo img {
    max-height: 63px;
    width: 100%;
}

.introducer_logo {
	display: inline-block;
	float: right;
	text-align: center;
 }
 
 .introducer_logo img {
	height: 23px;
	max-width: 218px;
 }
 
 .introducer_logo_text {
	color: #555;
	font-size: 0.6rem;
	font-weight: bold;
 }

div.top_right {
 float: right;
 margin: 0.6em 2.0em 0 0;
}

.top_links a {
 font-size: 0.6rem;
 text-decoration: none;
 font-weight: bold;
 margin: 0 1.0em 0 0;
}

.login_welcome {
 font-size: 0.6rem;
 font-weight: bold;
}



.top_phone {
 font-size: 0.8rem;
 font-weight: bold;
 color: #014E44;
 text-align: right;
 margin: 0.2em 0 0 0;
}

div.header_breadcrumb {
 border-bottom: 1px solid #014e44;
 height: 21px;
 padding: 0.4em 0 0.4em 0;
 background: #FFF;
}


#email_popup_box {
	padding: 0.8em;
	background:#ccc;
}

#email_popup_box form {
	text-align: center;
}

#email_popup_box input[type="text"] {
 border: 1px solid #666;
}


	


ul.newquote_steps .steps {
	float: left;
}


ul.newquote_steps li {
 display: inline;
 float: left;
}


	
	.header_breadcrumb .bar {
		background-color: #014e44;
		clear: both;
		height: 1px;
		overflow: hidden;
		width: 153px;
		margin: 10px 0 0 25%;
	 }
	
	ul.newquote_steps {
    list-style: none;
		color: #014e44;
		width: 174px;
    padding: 0;
		position: absolute;
		top: -24px;
		left: 25%;
	}

	
	.wrapper.header {
	 width: 100% !important;
	 position: relative;
	 overflow: visible;
	}
	
		
	
		ul.newquote_steps span.desc {
			display: none;
		 }
		 
		 ul.newquote_steps span.number {
		  font-weight: bold;
			font-size: 11px;
			padding: 0 0 0 6px;
		 }
		 
	 
		ul.newquote_steps .steps a, ul.newquote_steps .steps div {
			width: 19px;
			height: 19px;
			border: 1px solid #014e44;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			background-color: #014e44;
			margin: 0 12px 0 0;
			text-decoration: none;
			float: left;
		}
		
		ul.newquote_steps .steps a {
		 background-color: #014e44 !important;
		}
		
		ul.newquote_steps .steps a span, ul.newquote_steps .steps div span {
			color: #014e44;
		}
		
		ul.newquote_steps .steps a, ul.newquote_steps .steps div.no_link {
		 background-color: #FFF;
		}
		
		ul.newquote_steps .steps a span, ul.newquote_steps .steps div.no_link_active span {
		 color: #FFF;
		}
		
		.step_5 span.number {
		 display: none;
		}
		
		.step_5 span.number_alt {
			 padding: 0 0 0 4px !important;
		}
		
		.step_6  a, .step_6 div, .step_7  a, .step_7 div, .step_8  a, .step_8 div {
		 display: none;
		}

		





.wrapper.box, .wrapper.middle {
 padding: 0 1.4em 0.8em 1.4em;
}

label {
 /*clear: both;*/
 width: 100%;
}

fieldset {
 border: none;
}

fieldset legend {
 color: #014e44;
 font-size: 1.2em;
 font-weight: bold;
}



main {
 margin-bottom: 20px;
 padding: 0;
}

.quote_top {
 margin: 0.8em 0 0 0;
}

.required {
 color: #FF0000;
}

div.errors {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid red;
  margin: 0 0.8em 0.8em 0.8em;
  padding: 0;
  position: relative;
}

div.error_bottom
{
 display: none;
}

div.errors p {
  margin: 0 -4px;
  padding: 5px 10px;
  text-align: justify;
	color: #FF0000;
	font-weight: bold;
}



.info_button
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 2px 0 2px;
	background-image: url(../images/caunce_sprite.png);
	background-color: #014e44;
	background-position: -682px -352px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	cursor: pointer;
}



.quote_box
{
	background-color: #fff;
	margin-top:30px;
}

.content {
 padding: 0 1.4em 1.4em 1.4em;
}

.quote_box label {
 float: left;
 font-weight: bold;
 /* color: #014e44; */
 color: #333;
 margin: 0 0.6em 0.6em 0;
}

.quote_box select, input[type="text"], input[type="password"], textarea {
	/*width: 90%;
	border: none;
	padding:2px;*/
}

.textbox_container {
 background-image: url(../images/caunce_sprite.png);
 background-position: -188px -351px;
 width: 208px;
 height: 31px;
 float: left;
}

.textbox_container input[type="text"], .textbox_container input[type="password"]{
 border-radius: 0;
 padding: 0;
 margin: 0;
 max-width: 168px;
 margin: 7px 0px 0px 10px;
 border: none;
}

.textbox_container .info_button {
 float: right;
 margin: 6px 6px 0 2px;
}

div.input_row {
 float: left;
 margin-bottom: 0.8em;
}

div.input_row label {
 clear: both;
}

.title_small {
 font-weight: bold;
 color: #014e44;
}



.quote_box h3, .payment_method h3
{
 background-color: #014e44;
 padding: 0.6em 0px 0.6em 1.4em;
 color: #FFF;
 /*font-size: 0.9rem;*/
}


div.policy_section, div.review_policy {
/* background: #DDD;*/
 padding: 0.8em 1.4em 0.8em 1.4em;
 margin: 0.8em 0 0 0;
/*  border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;*/
}

div.policy_section .heading {
 font-weight: bold;
 margin: 0 0.8em 0.4em 0;
 /* color: #014e44; */
 color: #333;
 max-width: 57%;
}


div.policy_section.active {
/* background-color: rgba(69, 127, 242, 0.2);*/
}


div.policy_section.active .heading {
/* color: #FFF;*/
}

div.policy_section div.toggle_buttons {
 float: right;
}


div.policy_section a.toggle_add {
 float: left;
}


div.policy_section a.add, div.pi_box a.add, div.policy_section a.added {
 background: #FFF;
 border-radius: 5px;
 font-size: 0.6rem;
 color: #91cc16;
 font-weight: bold;
 padding: 0.2em 0.2em 0.2em 0.2em;
 text-decoration: none;
 cursor: pointer;
 width: 45px;
 text-align: center;
}



div.policy_section a.toggle_details {
 margin: 0 0 0 0.4em;
 cursor: pointer;
 background-image: url(../../images/caunce_sprite.png);
 background-position: -541px -352px;
 background-color: #91cc16;
 padding: 1px;
 border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
 width: 16px;
 height: 16px;
 float: left;
}


div.policy_section a.toggle_details.expanded {
 background-position: -540px -371px;
}





div.details {
 display: none;
}

.quote_box .property_line {
 clear: both;
 margin-top: 0.8em;
}

div.details label {
 padding: 0px 0px 10px 0px;
}

.property_val span {
 font-weight: bold;
}

 .property_val span#subprofession {
		float: none !important;
	}

.property_val > * {
 float: left;
}

.property_val .info_button {
 margin: 0 0 0 0.4em;
}

/** price indication box **/
.pi_box {
 /* background-color: #024F45; 
 background-color: #014e44; 
 color: #FFF;*/
}

.pi_box .content {
 padding: 0px 0.8em 0px 1.4em;
}

.pi_box h3
{
    color: #FFF;
	padding: 0.6em 0px 0.6em 1.4em;
	/*font-size: 14px;*/
	margin-top: 30px;
}

.pi_box .item_totals_section {
 background: rgba(255,255,255,0.25);
}

.pi_box .policyrow {
	clear: both;	
	/*border-top: 1px solid #CCC;*/
 }

.pi_box .policyrow:first-child {
 border-top: none;
}


.pi_box .policyrow div {
	float: left;
	margin-top:10px;
}

.pi_box div.price {
 float: right;
 margin: 0.8em 0.8em 0 0;
 font: 16px/18px "aller_lightregular";
}

.pi_box .totalrow, .pi_box .discountrow {
 margin: 0.8em 0 0 0;
}

.pi_box .totalrow div, .pi_box .discountrow div {
 float: left;
}

.pi_box .totalrow div#price_total {
 font-size: 1.3rem;
 float: right;
}

.pi_box div#price_discount {
 float: right;
}


.pi_box .price_promise {
 color: #ccc;
}


.pi_box #ipt_line {
 border-top: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
 padding: 0.8em 0 0.8em 0;
}


/** Modify policy **/

.pi_box a.extra_policy {
  background-color: #999;
	background-image: url(../images/caunce_sprite.png);
	background-position: -472px -81px;
	 border-radius: 9px;
 -webkit-border-radius: 9px;
 -moz-border-radius: 9px;
	width: 97px;
	height: 27px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	float: left;
	padding: 6px 0px 0px 38px;
	margin: 0 0 0.5em 0;
}

#extra_policies
{
	display: none;
}

#extra_policies p {
	clear: both;
	padding-top: 0.3em;
}

#extra_policies .extra_policy_link
{
text-align: right;
width: 100px;
}

div.modify_policy_container .policy_section, div.modify_policy_container .toggle_buttons {
 display: none;
}

div.modify_policy_container div.policy_section {
 background: none;
 border: none;
}

div.modify_policy_container .details {
 display: block;
}


.overlay
{
	background-image: url("../images/overlay_pixel.png");
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}



span.top_icon {
 text-decoration: none;
 background-image: url(../images/caunce_sprite.png);
 background-position: -540px -371px;
 background-color: #014e44;
 padding: 1px;
 width: 16px;
 height: 16px;
 float: right;
 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
 margin: 0 0 0 0.3em;
}

a.back_to_top {
 float: right;
 text-decoration: none;
 margin: 0 0.8em 0.8em 0;
 font-weight: bold;
}

.pdf_icon {
 background-image:url(/images/pdf_icon.gif);
 background-repeat:no-repeat;
 text-align:left;
 width:16px;
 height:17px;
 display:block;
 float:left;
}

.details .pdf_icon {
 margin-bottom: 4px;
}


input[type="submit"], input[type="button"], input.wide_button {

}

input.button_light {
 margin: 0.8em 0 0.8em 0;
 background-color: #FFF;
 border-radius: 9px;
 -webkit-border-radius: 9px;
 -moz-border-radius: 9px;
 width: 133px;
 height: 31px;
 color: #014e44;
}

input[type="radio"] {
	/*display: none;*/
	margin: 10px;
	
    color: #000;
    
    font-size: 11px;
    
   
}

input[type="radio"] + label {

}

input[type="radio"]:checked + label {
 background-image: none;
 background-color: rgba(1, 78, 68,.4);
 background-image: url(/images/tick_icon_2.png);
 background-position: 96% 6px;
 background-repeat: no-repeat;
 color: #FFF;
}



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


input#button_new, input#button_login {
 display: none;
}



div#helptable {
  position: fixed;
  border: 2px solid #014e44;
  z-index: 999;
  display: none;
  background-color: #ffffff;
	left: 50% !important;
	margin-left: -30%;
	top: 5% !important;
	width: 60%;
	padding: 0px;
}

div.information {
	position: fixed;
  border: 2px solid #014e44;
  z-index: 400;
  display: none;
  background-color: #ffffff;
	left: 50% !important;
	margin-left: -42%;
	top: 5% !important;
	width: 80%;
	max-height: 80%;
	padding: 0px;
	overflow-y: auto;
}

div#helptable h1, div.information h1
{
	color: #014e44 !important;
}

div#helptable h3, div.information h3
{
	background-color: #014e44 !important;
	color: #FFF !important;
	 margin: 0px;
	 padding: 2px 10px 4px;
}
div#helptable h3 .close, div.information h3 .close
{
	float: right;
	cursor: pointer;
	
}

div#helptable .help_info
{
	padding: 0.8em;
	overflow-x: hidden !important; overflow-y: auto !important;
	max-height: 300px;
}

div#helptable img {
 max-width: 100%;
}


#newquote_testimonials {
 display: none;
}


div#fieldset_new, div#fieldset_returning {
 display: none;
}


/** Questions form **/

.datebox select, .cc-validto select, .cc-validfrom select {
 width: 70px;
}


.policy_title {
 font-weight: bold;
 font-size: 0.9rem;
 color: #014e44;
}

.review_policy .policy_title {
 width: 50%;
}

.review_policy .col1 {
 margin: 0.8em 0 0 0;
}


/** Payment form **/

.sagepay
{
	background-image: url(/images/payment_sprite.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ffffff;
	width: 75px;
	height: 30px;
	display: block;
	float: left;
}

.verisign
{
	background-image: url(/images/payment_sprite.png) ;
	background-repeat: no-repeat;
	background-position: -75px -0px;
	background-color: #ffffff;
	width: 85px;
	height: 30px;
	display: block;
	float: left;	
}

.bank_cards
{
	background-image: url(/images/payment_sprite.png) ;
	background-repeat: no-repeat;
	background-position: 0px -30px;
	background-color: #ffffff;
	width: 170px;
	height: 30px;
	display: block;

}

div.payment_methods_mini {
 background-color: #FFF;
 border-radius: 8px;
 padding: 0.8em;
 margin: 0.8em 0 0.8em 0;
}

div.payment_methods_mini span.title {
 font-weight: bold;
 color: #014e44;
}

.cc-cv2 input[type="text"], .cc-issue input[type="text"] {
 width: 100px;
 float: left;
 margin: 0 0.5em 0 0;
}

/** Footer styles **/

footer {
 background-color: #EBF4F3;
 float: left;
 margin-top: 30px;
 width: 100%;
}

div.footer_top {
 float: right;
 margin: 1em;
 
}

div.footer_phone {
	border-bottom: 2px dotted #F0BA3C;
	color: #808080;
	font-weight: bold;
	text-align: right;
	font-size: 1.2rem;
	margin: 0 0 0.6em 0;
}

div.footer_logos a {
 background: url(../images/caunce_sprite_green.png) no-repeat;
 float: left;
 display: block;
 height: 48px;
 margin-right: 8px;
}

div.footer_logos a#awards {
	width: 128px;
	background-position: -365px -555px;
}

div.footer_logos a#biba {
	width: 33px;
	margin-right: 13px;
	background-position: -574px -555px;
}

div.footer_logos a#fsa {
	background-position: -365px -555px;
	width: 60px;	
}

div.footer_logos a#chartered {
	background-position: -617px -555px;
	width: 53px;
	margin-right: 14px;
}

div.footer_logos a#sagepay {
	background-position: -687px -555px;
	width: 74px;
	margin-right: 12px;
}

div.footer_logos a#verisign {
	background-position: -773px -555px;
	width: 70px;
	margin-right: 0px;
}

div.footer_bottom {
 background-color: #333333;
 clear:both;
 border-top: 3px solid #004E3E
}

div.footer_bottom_content {
  margin: 0 auto;
	padding: 0.8em;
}

div.footer_bottom_content p {
	margin: 0;
	font-size: 0.6rem;
}
div.footer_bottom_content p, div.footer_bottom_content a {
	color: #ffffff;
	text-decoration: none;
}
div.footer_bottom_content a:hover {
	text-decoration: underline;
}

div.footer_bottom_content .fas-disclaimer {
	padding: 0.8em 0;
}

div.footer_bottom_content .design_hosting {
 margin: 0 0 0.8em 0;
}


ul.footer_nav_2 {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

ul.footer_nav_2 li {
	display: inline;	
}

ul.footer_nav_2 li a {
 text-decoration: none;
 color: #FFF;
 font-size: 11px;
 padding-right: 20px;
 float: left;
}



@media only screen and (min-width:600px){
	div.input_row {
	 width: 50%;
	}
}


@media only screen and (min-width:900px){

	.wrapper.middle, .wrapper.box, div.newquote_container {
			width: 980px !important;
		}

	.header_top {
		max-width: 980px;
		margin: 0 auto;
	}

	a.main_logo {
		width: 81px;
		float: left;
		margin-left: 0;
	}
	
	.introducer_logo img {
	 height: auto;
	}
	
	.introducer_logo_text {
	 font-size: 0.7rem;
	}
 
	div.top_right {
		margin: 10px 0 0 0;
	}
 
	
	.top_links a, .login_welcome {
   font-size: 0.9rem;
	}
	
	
	.top_phone {
		font-size: 1.2rem;
	}
	
	a.live_help_button {
		float:left;
		display: block;
		height: 27px;
		width: 112px;
		background: url(../images/caunce_sprite_yellow2.png) no-repeat;
		background-position: -83px -33px;
		padding: 0;
	}
	
	
	.wrapper.header {
	 width: 100% !important;
	 position: relative;
	 overflow: visible;
	}
	
	.header_breadcrumb {
		height: 42px !important;
		border-top: 1px solid #014e44;
		border-bottom: 1px solid #014e44;
		padding: 0 !important;
	}
	
	.header_top {
		border-bottom: none !important;
		height: 83px;
	}
	
	.header_top.introducer {
	 background-color: #FFF;
	 height: 10px;
	}
	

	
	.header_breadcrumb .bar {
		display: none;
	}
	
	.body_banner_area {
	 border-bottom: 1px solid #014e44;
	}
	
	
	

		
	ul.newquote_steps {
	 width: 980px;
	 background-color: #FFF;
	 /* border: 1px solid #014e44; */
	 height: 42px;
	 position: relative; 
	 left: 0;
	 top: 0;
	 margin: 0 auto;
	}
		
		ul.newquote_steps .steps a, ul.newquote_steps .steps div {
		height: 23px;
		margin: 3px 15px 0 0;
		width: auto;
		border: none;
		border-radius: 0;
		background-color: #FFF;
		border: none;
	}
	
		ul.newquote_steps .steps a {
		 background-color: #FFF !important;
		}
	
	ul.newquote_steps .steps a:after, ul.newquote_steps .steps div:after {
		content: " ";
		background-image: url(/images/transparent-section-sprite1.png);
		background-position: -172px -100px;
		background-color: #014e44;
		width: 25px;
		height: 36px;
		float: left;
		margin: 0 34px 0 40px;
	}
	
	.step_5 a:after, .step_5 div:after {
	 display: none;
	}
		

	ul.newquote_steps .steps a span, ul.newquote_steps .steps div span {
			
			color: #999;
		}
		
		ul.newquote_steps .steps a span, ul.newquote_steps .steps div.no_link_active span {
			color: #014e44;
		}
		
		
	ul.newquote_steps span.desc {
			display: block;
			float: left;
			margin: 7px 0 0 7px;
			font-size: 16px;
		 }
		 
	 ul.newquote_steps span.number {
			float: left;
			font-size: 14px;
			font-weight: bold;
			width: 15px;
			height: 18px;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			background-color: #014e44;
			color: #FFF !important;
			padding: 1px 0 2px 6px;
			margin: 8px 0 0 0;
		 }
		
	
	.step_5 span.number {
		display: block;
	}
	
	.step_5 span.number_alt {
		 display: none;
		}
		
	
	.wrapper.middle, .wrapper.box, div.newquote_container {
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}
	
	
	.button_position {

	/* width: 65%;
	 text-align: right;*/
	}
	
	div.newquote_form {
	 float: left;
	 width: 65%;
	}
	
	div#newquote_prices {
	 float: left;
	}
	
	div.rightcol {
	 float: right;
	 max-width: 280px;
	}
	
	
	
	#newquote_testimonials {
	 float: left;
	 display: block;
	 margin: 2em 0 0 0;
	}
	
	.rolling_testimonials {
	 margin: 5px 5px 0px 5px;
	}
	
	#newquote_testimonials h3 {
	 padding: 10px 0px 10px 10px;
	 color: #014e44;
	 font-size: 14px;
	 border-bottom: 1px solid #ccc;
	 background-color: #E9EAEB;
	}
	
		
	
	#newquote_testimonials .quote_box {
	 padding: 0 0.4em 0.4em 0.4em;
	}
	
	div.information {
		 width: 38%;
		}
	
	
	div.newquote_footer {
	 display: none;
	}
	

	.quote_box .property_line select  {
	/*width: 300px;*/
}

	.quote_box .property_line.wide select {
		width: 90%;
	}
	

 div.footer_bottom_content {
  margin: 0 auto;
	width: 960px;
	}
	
	div.footer_bottom_content .design_hosting {
		float: right;
	}

}



/** override core quote form styles here **/
/** stylesheet to override core quote form styles in quote.php **/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.left {
 float: left;
}

.right {
 float: right;
}

.center {
 text-align: center;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.login-form .error {
	clear:both;
	white-space:nowrap;
}
.error {
	display:none;
	float:left;
	padding:2px 9px 2px 25px;
	border:1px solid #ff0303;
	position:relative;
	margin:12px 0 0 0;
	/*	margin:12px 0 0 41px;*/
	background-color: #fff;
	background-image: url(/images/ico-close-r.gif);
	background-repeat: no-repeat;
	background-position: 5px 40%;
}
.error-row .error {
	display:block
}
.error .arrow {
	position:absolute;
	top:-9px;
	left:10px;
	background:url(/images/arrow-error.gif) no-repeat;
	width:13px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
}
.quest-box .items-row {
	
	margin:10px 10px 0 0;
	padding:0 0 10px;
	overflow:hidden;
	border-bottom:1px solid #999;
}
#content .quest-box .items-row p {
	float: left;
	font-size:16px;/*cng*/
	margin:0;
	width: 510px;
}
#content .quest-box .items-row ul {
	display:inline;
	/*float:right;*/
	height:auto;
	margin:0 -14px 0 0;
	padding:0;
	position:relative;
}
#content .quest-box .items-row ul.list {
	display:inline;
	margin:14px -13px 0 0;
	padding:0;
	position:relative;
}
#content .quest-box .items-row ul li {
	/*float:left;*/
	margin:0;
	padding:0 13px 0 0;overflow: hidden !important;
	margin-top: 10px;
}
#content .quest-box .items-row label {
	/*float:left;*/
	padding:0 5px 0 0;
	font-size:13px;
	text-indent:0;
	/*width:20px;*/
	font-size:16px;
	margin-left: 12px;
}
#content .quest-box .items-row ul input {
	float:left;
	width:16px;
	height:16px;
	margin:2px 0 0;
	padding:0;
}
.below-box {
	
	/*padding:0 0 0 16px;*/
	overflow:hidden;
	padding: 0px !important;
}
.below-box .section {
	padding:0 0 11px;
	
	margin:4px 0 0;
	overflow:hidden;
}
.below-box .section div {
	float:left;
	background:#fff; /*url(/images/ico-close-l.gif) no-repeat 5px 50%;*/
	border:1px solid #85bb14;
	position:relative;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#content .online-form .below-box .section p {
	font-size:14px;
	color:#000;
	margin:0;
}
#content .online-form .below-box .arrow {
	position:absolute;
	top:21px;
	left:10px;
	background: url(/images/arrow-detail.gif) no-repeat;
	width:13px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
}
formwidth{width:884px;}
.formwidth .leftforwid{ width:100%; float:left;}
.formwidth .leftforwid .part-margin { width:auto!important; font-weight:normal; float:left; text-align: left!important; line-height:20px!important; line-height:40px; padding:6px 0 4px; } 
.formwidth .leftforwid input.txt3{/*width:130px!important;*/ }


.inportantinfo_box{ /*border-top: solid 1px #cccccc; */width:80%; /*padding:10px 0 0 0;*//* margin:10px 0 0 0;*/ margin-left:20px; margin-top:15px;}
.inportantinfo_box h3{  color: #262223;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;}

.inportantinfo_box ul{ list-style:square; margin:0; padding:6px 20px 0;}
.inportantinfo_box ul li{ display:block; }

.inportantinfo_box ul li a{ color:#000; display:block; text-decoration:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 15px; background:#96d216; color:#FFFl; text-align:center; font-weight:bold;}
 
.inportantinfo_box ul li a:hover{ color:#FFF !important; display:block; background:#000;}
#wrapper2 {
	background:url(/images/bannerbg2.jpg) center top repeat-x;
	width:100%;
	overflow:hidden;
}

.redbox{
    box-shadow: 0 0 5px rgba(254, 56, 3, 1);
    -webkit-box-shadow: 0 0 5px rgba(254, 56, 3, 1); 
    -moz-box-shadow: 0 0 5px rgba(254, 56, 3, 1);
    border:1px solid rgba(254,56,3, 0.8); 
}


.item_new
{
	position:relative; 
	float:left; 
	margin:10px; 
	padding:10px; 
	border:1px solid #000; 
	width:200px;
	cursor:pointer;
	background:none;
}

.item_new:hover
{
	border:1px solid #900;
	background:#D8FCBC;
}

.item_new_n
{
	position:relative; 
	float:left; 
	margin:10px; 
	padding:10px; 
	border:1px solid #900; 
	width:200px;
	cursor:pointer;
	background:#D8FCBC;
}

.right_arrow_grey
{
	border-bottom: 12px solid #F6F6F6;
    border-left: 10px solid #999999;
    border-top: 12px solid #F6F6F6;
    float: left;
    font-size: 0;
    line-height: 0;
    margin-top: 5px;
    width: 0;
}

.right_arrow_inactive
{
	border-bottom: 12px solid #FFFFFF;
    border-left: 10px solid #999999;
    border-top: 12px solid #FFFFFF;
    float: left;
    font-size: 0;
    line-height: 0;
    margin-top: 5px;
    width: 0;
}

.right_arrow_active
{
	border-bottom: 12px solid #FFFFFF;
    border-left: 10px solid #900;
    border-top: 12px solid #FFFFFF;
    float: left;
    font-size: 0;
    line-height: 0;
    margin-top: 5px;
    width: 0;
}


.col-lg-6 {
 width:50%;
  float: left;
 
}

.col-md-6{
	 width:65%;
	 float: left;
	 min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.tablepri {
	width: 100%;
	}

.tablepri tr th {
	font-weight: normal;
    text-align: left;
    width: 64%;
	line-height: 1.4;
	}
.tablepri tr td {
	width: 34%;
	line-height: 1.4;
	}
	
	
.tablepri .left {
	float: left;
	}

.tablepri .right {
	float: right;
	}
	

.tabledetails {
	width: 100%;
	}

.tabledetails tr th {
	font-weight: normal;
    text-align: left;
    
	line-height: 1.4;
	}
.tabledetails tr td {
	
	line-height: 1.4;
	}	
/*14-1-15*/

.quote-box input[type="radio"]:checked + label {
	background-color: transparent;
    background-image: url("/images/tick_icon_2.png");
    background-position: 96% 6px;
    background-repeat: no-repeat;
    color: #222;
	}
.btn a.center-div{
	display:inline-block;
	float:none;}

.detalis_col .details_tbl td{height: 46px;}
.submit_app_btn {background: transparent url("/images/btn_bg1.png") repeat-x scroll 0% 0% !important;
border: 2px solid rgb(153, 27, 27);
border-radius: 5px;
color: rgb(255, 255, 255);
font-size: 15px !important;
font-weight: 600;
text-transform: uppercase;
padding: 4px 5px; cursor: pointer;}

.submit_app_btn:hover {background: transparent url("/images/btn_bg1_hover.png") repeat-x scroll 0% 0% !important; border: 2px solid #333333; }

