/* jQuery-steps 
--------------------------------------------- */
.wizard,
.tabcontrol{
	display: block;
	overflow:hidden;
	width: 100%;
}

.wizard:after,
.wizard:before,
.tabcontrol:after, 
.tabcontrol:before,
.wizard > .steps:after,
.wizard > .steps:before,
.wizard > .content:after,
.wizard > .content:before{ 
	display: table; 
	content: ""; 
	line-height: 0; 
}

.wizard:after, 
.tabcontrol:after,
.wizard > .steps:after,
.wizard > .content:after{ clear: both; }

.wizard a,
.tabcontrol a{
	outline: 0;
}

.wizard ul,
.tabcontrol ul{
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li{
	display: block;
	padding: 0;
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title{
    position: absolute;
    left: -999em;
}

.wizard > .steps{
	position: relative;
	overflow:hidden;
	display: block;
	width: 100%;
}

.wizard.vertical > .steps{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number{ font-size: 1.429em; }
.wizard > .steps > ul > li{ width: 25%; }
.wizard > .steps > ul > li,
.wizard > .actions > ul > li { float: left; }
.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active{
    background:#ECEDEE;
	cursor: default;
    color: #aaa;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active{
    background: #2184be;
    cursor: default;
	color: #fff;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active{
    background: #ff3111;
    color: #fff;
}

.wizard > .content{
    display: block;
    margin:0;
    min-height:7em;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	overflow: hidden;
	width: auto;
}

.wizard.vertical > .content{
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
	display: inline;
    width: 65%;
}

.wizard > .content > .body{
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    padding:10px 8px;
	padding-right:10px;
}

.wizard > .content > .body ul{ list-style: disc !important; }
.wizard > .content > .body ul > li { display: list-item; }
.wizard > .content > .body > iframe{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .actions{
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
}

.wizard > .actions:nth-child(2) {
	padding-top: 30px;
	}

.wizard.vertical > .actions{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li{ margin: 0 1em 0 0; }
.wizard.vertical > .actions > ul > li{ margin: 0 0 0 1em; }
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active{
    background: #fff;
	cursor: default;
    color: #fff;
}


.wizard > .loading{}
.wizard > .loading .spinner{}
.tabcontrol > .steps{
	position: relative;
	display: block;
	width: 100%;
}

.tabcontrol > .steps > ul{
	position: relative;
	margin: 6px 0 0 0;
	z-index: 1;
	top: 1px;
}

.tabcontrol > .steps > ul > li{
    float: left;
	padding: 1px;
    margin: 5px 2px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a{
	color: #5f5f5f;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none; 
	border: 0 none;
	margin: 0;
}

.tabcontrol > .steps > ul > li > a:hover{ text-decoration: none; }
.tabcontrol > .steps > ul > li.current > a{ padding: 15px 30px 10px 30px; }
.tabcontrol > .content{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul{ list-style: disc !important; }
.tabcontrol > .content > .body ul > li{ display: list-item; }

.wizard fieldset,
.tabcontrol fieldset{ 
	border:0;
	position: relative;
	display:block;
	z-index:1;
}


/* Customized for smartforms v.3
 * Add .smart-steps class to .form-body
-------------------------------------------------------------- */
.smart-steps .wizard > .content > .body{     
	padding:0;
	padding-right:4px; 
}
.smart-steps .wizard fieldset,
.smart-steps .tabcontrol fieldset{ 
	border:0;
	position:relative;
	z-index:1;
	display:block;
}

.smart-steps .wizard > .steps{ position:relative; }
.smart-steps .wizard > .steps a,
.smart-steps .wizard > .steps a:hover,
.smart-steps .wizard > .steps a:active{
	margin: 0;
	margin: 0 0 0.8em;
	text-align:center;
}

.smart-steps .wizard > .steps a,
.smart-steps .wizard > .steps a:hover,
.smart-steps .wizard > .steps a:active{ 
	height:54px; 
	line-height:54px; 
	padding:0 1em; 
	padding-left:2em;  
}

.smart-steps .wizard > .steps a{
    position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

.smart-steps .wizard > .steps a:before {
    content:'';
    width: 40px;
    height: 40px;
	position: absolute;
    right: -16px;
    -webkit-border-radius: 5px 2px 5px 0;
	-moz-border-radius: 5px 2px 5px 0;
	-o-border-radius: 5px 2px 5px 0;
	border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);	
    background-color: inherit;
	border-color: inherit;	
    border: none;
	top: 7px;
	z-index:1;
}

.smart-steps .wizard > .steps a:after {
	content: "";  
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 28px solid #fff;
	position: absolute; 
	left: 0; 
	top: -1px;
}

.smart-steps .wizard > .steps li:first-child a:after,
.smart-steps .wizard > .steps li:last-child a:before { display: none;  }

/* vertical steps  
-------------------------------------------------------------------- */
.smart-steps .wizard.vertical > .steps{ overflow:visible; }
.smart-steps .wizard.vertical > .steps li:last-child a:before { display:block; }
.smart-steps .wizard.vertical > .steps a:after,
.smart-steps .wizard.vertical > .steps a:before,
.smart-steps .wizard.vertical > .steps li:last-child a:before{ display:none; }
.smart-steps .wizard.vertical > .steps .current a:before,
.smart-steps .wizard.vertical > .steps .current:last-child a:before { display:block; }
.smart-steps .wizard.vertical > .steps a,
.smart-steps .wizard.vertical > .steps a:hover,
.smart-steps .wizard.vertical > .steps a:active{ padding-left:1em; }
.smart-steps .wizard.vertical > .content{ padding-left:20px; }
.smart-steps .wizard.vertical > .content{
    margin: 0;
	padding:0 2px 20px 30px;
    width: 70%;
}

/* custom styling 
-------------------------------------------------------------------- */
.smart-steps form{  padding-bottom:10px; }
.smart-steps .wizard > .steps{ position:relative; z-index:99; }
.smart-steps .xsteps{ position:relative; z-index:2;  }
.smart-steps .wizard > .steps .number{ display:none; }
.smart-container .step-group{ padding-right:5px; }
.server-response{ margin-bottom:10px; }
.smart-steps .wizard.vertical > .content .step-group{ padding-right:0; }
.smart-container{ 
	position:relative;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	   
}

.steps-progress .wizard > .steps{ overflow:visible; padding-bottom:20px; }
.steps-progress .wizard > .steps li:before{
	content:''; 
	display: inline-block; 
	position:absolute; 
	height:5px;
	width:100%;
	bottom:14px;
}

.steps-progress .wizard > .steps .disabled:before{ background:#ECEDEE; }
.steps-progress .wizard > .steps .current:before { background: #2184be; }
.steps-progress .wizard > .steps .done:before{ background: #9dc8e2; }
.steps-progress .wizard > .steps .error:before{ background: #ff3111; }
.steps-progress .wizard > .steps .number{ 
	font-size:11px;
	display: block;
	position:absolute;
	line-height:22px;
	font-weight:bold;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
	height:24px;
	width:24px;
	top:57px;
	left:25%;
}

.steps-progress .wizard > .steps .disabled .number{background:#ECEDEE;}
.steps-progress .wizard > .steps .current .number{background:#2184be;}
.steps-progress .wizard > .steps .done .number{background:#9dc8e2;}
.steps-progress .wizard > .steps .error .number{background:#ff3111;}
.smartform-box{ background:#ECEDEE; }


/* Number of steps 
------------------------------------------------------ */
.stp-six .wizard > .steps > ul > li{ width: 16.66%; }
.stp-five .wizard > .steps > ul > li{ width: 20%; }
.stp-four .wizard > .steps > ul > li{ width: 25%; }
.stp-three .wizard > .steps > ul > li{ width: 33.33%; }
.stp-two .wizard > .steps > ul > li{ width: 50%; }

/* @Steps theme colors 
------------------------------------------------------ */

/* @primary steps theme 
------------------------------------------------------ */
.steps-theme-primary .wizard > .actions a,
.steps-theme-primary .wizard > .actions a:hover,
.steps-theme-primary .wizard > .actions a:active,
.steps-theme-primary .wizard > .steps .current a,
.steps-theme-primary .wizard > .steps .current a:hover,
.steps-theme-primary .wizard > .steps .current a:active,
.steps-theme-primary .wizard > .steps .current:before,
.steps-theme-primary .wizard > .steps .current .number{
    background: #4ebd4a;
	color: #fff;``
}

.steps-theme-primary .wizard > .steps .done a,
.steps-theme-primary .wizard > .steps .done a:hover,
.steps-theme-primary .wizard > .steps .done a:active,
.steps-theme-primary .wizard > .steps .done:before,
.steps-theme-primary .wizard > .steps .done .number{
    background: #83D181;
    color: #fff;
}

/* @primary steps black
------------------------------------------------------ */
.steps-theme-black .wizard > .actions a,
.steps-theme-black .wizard > .actions a:hover,
.steps-theme-black .wizard > .actions a:active,
.steps-theme-black .wizard > .steps .current a,
.steps-theme-black .wizard > .steps .current a:hover,
.steps-theme-black .wizard > .steps .current a:active,
.steps-theme-black .wizard > .steps .current:before,
.steps-theme-black .wizard > .steps .current .number{
    background: #505558;
	color: #fff;
}

.steps-theme-black .wizard > .steps .done a,
.steps-theme-black .wizard > .steps .done a:hover,
.steps-theme-black .wizard > .steps .done a:active,
.steps-theme-black .wizard > .steps .done:before,
.steps-theme-black .wizard > .steps .done .number{
    background: #80898C;
    color: #fff;
}

/* @primary steps blue
------------------------------------------------------ */
.steps-theme-blue .wizard > .actions a,
.steps-theme-blue .wizard > .actions a:hover,
.steps-theme-blue .wizard > .actions a:active,
.steps-theme-blue .wizard > .steps .current a,
.steps-theme-blue .wizard > .steps .current a:hover,
.steps-theme-blue .wizard > .steps .current a:active,
.steps-theme-blue .wizard > .steps .current:before,
.steps-theme-blue .wizard > .steps .current .number{
    background: #00acee;
	color: #fff;
}

.steps-theme-blue .wizard > .steps .done a,
.steps-theme-blue .wizard > .steps .done a:hover,
.steps-theme-blue .wizard > .steps .done a:active,
.steps-theme-blue .wizard > .steps .done:before,
.steps-theme-blue .wizard > .steps .done .number{
    background: #53CFFF;
    color: #fff;
}

/* @primary steps green
------------------------------------------------------ */
.steps-theme-green .wizard > .actions a,
.steps-theme-green .wizard > .actions a:hover,
.steps-theme-green .wizard > .actions a:active,
.steps-theme-green .wizard > .steps .current a,
.steps-theme-green .wizard > .steps .current a:hover,
.steps-theme-green .wizard > .steps .current a:active,
.steps-theme-green .wizard > .steps .current:before,
.steps-theme-green .wizard > .steps .current .number{
    background: #0E993C;
	color: #fff;
}

.steps-theme-green .wizard > .steps .done a,
.steps-theme-green .wizard > .steps .done a:hover,
.steps-theme-green .wizard > .steps .done a:active,
.steps-theme-green .wizard > .steps .done:before,
.steps-theme-green .wizard > .steps .done .number{
    background: #0FC654;
    color: #fff;
}

/* @primary steps purple
------------------------------------------------------ */
.steps-theme-purple .wizard > .actions a,
.steps-theme-purple .wizard > .actions a:hover,
.steps-theme-purple .wizard > .actions a:active,
.steps-theme-purple .wizard > .steps .current a,
.steps-theme-purple .wizard > .steps .current a:hover,
.steps-theme-purple .wizard > .steps .current a:active,
.steps-theme-purple .wizard > .steps .current:before,
.steps-theme-purple .wizard > .steps .current .number{
    background: #9464e2;
	color: #fff;
}

.steps-theme-purple .wizard > .steps .done a,
.steps-theme-purple .wizard > .steps .done a:hover,
.steps-theme-purple .wizard > .steps .done a:active,
.steps-theme-purple .wizard > .steps .done:before,
.steps-theme-purple .wizard > .steps .done .number{
    background: #BB9BEC;
    color: #fff;
}

/* @primary steps red
------------------------------------------------------ */
.steps-theme-red .wizard > .actions a,
.steps-theme-red .wizard > .actions a:hover,
.steps-theme-red .wizard > .actions a:active,
.steps-theme-red .wizard > .steps .current a,
.steps-theme-red .wizard > .steps .current a:hover,
.steps-theme-red .wizard > .steps .current a:active,
.steps-theme-red .wizard > .steps .current:before,
.steps-theme-red .wizard > .steps .current .number{
    background: #ee4f3d;
	color: #fff;
}

.steps-theme-red .wizard > .steps .done a,
.steps-theme-red .wizard > .steps .done a:hover,
.steps-theme-red .wizard > .steps .done a:active,
.steps-theme-red .wizard > .steps .done:before,
.steps-theme-red .wizard > .steps .done .number{
    background: #F27D71;
    color: #fff;
}

/* @primary steps yellow
------------------------------------------------------ */
.steps-theme-yellow .wizard > .actions a,
.steps-theme-yellow .wizard > .actions a:hover,
.steps-theme-yellow .wizard > .actions a:active,
.steps-theme-yellow .wizard > .steps .current a,
.steps-theme-yellow .wizard > .steps .current a:hover,
.steps-theme-yellow .wizard > .steps .current a:active,
.steps-theme-yellow .wizard > .steps .current:before,
.steps-theme-yellow .wizard > .steps .current .number{
    background: #faa226;
	color: #fff;
}

.steps-theme-yellow .wizard > .steps .done a,
.steps-theme-yellow .wizard > .steps .done a:hover,
.steps-theme-yellow .wizard > .steps .done a:active,
.steps-theme-yellow .wizard > .steps .done:before,
.steps-theme-yellow .wizard > .steps .done .number{
    background:#F2B96A;
    color: #fff;
}

/* @All themes error step 
---------------------------------------------------- */
.steps-theme-red .wizard > .steps .error a,
.steps-theme-red .wizard > .steps .error a:hover,
.steps-theme-red .wizard > .steps .error a:active,
.steps-theme-red .wizard > .steps .error:before,
.steps-theme-red .wizard > .steps .error .number,
.steps-theme-blue .wizard > .steps .error a,
.steps-theme-blue .wizard > .steps .error a:hover,
.steps-theme-blue .wizard > .steps .error a:active,
.steps-theme-blue .wizard > .steps .error:before,
.steps-theme-blue .wizard > .steps .error .number,
.steps-theme-green .wizard > .steps .error a,
.steps-theme-green .wizard > .steps .error a:hover,
.steps-theme-green .wizard > .steps .error a:active,
.steps-theme-green .wizard > .steps .error:before,
.steps-theme-green .wizard > .steps .error .number,
.steps-theme-black .wizard > .steps .error a,
.steps-theme-black .wizard > .steps .error a:hover,
.steps-theme-black .wizard > .steps .error a:active,
.steps-theme-black .wizard > .steps .error:before,
.steps-theme-black .wizard > .steps .error .number,
.steps-theme-purple .wizard > .steps .error a,
.steps-theme-purple .wizard > .steps .error a:hover,
.steps-theme-purple .wizard > .steps .error a:active,
.steps-theme-purple .wizard > .steps .error:before,
.steps-theme-purple .wizard > .steps .error .number,
.steps-theme-yellow .wizard > .steps .error a,
.steps-theme-yellow .wizard > .steps .error a:hover,
.steps-theme-yellow .wizard > .steps .error a:active,
.steps-theme-yellow .wizard > .steps .error:before,
.steps-theme-yellow .wizard > .steps .error .number,
.steps-theme-primary .wizard > .steps .error a,
.steps-theme-primary .wizard > .steps .error a:hover,
.steps-theme-primary .wizard > .steps .error a:active,
.steps-theme-primary .wizard > .steps .error:before,
.steps-theme-primary .wizard > .steps .error .number{
    background: #ff3111;
    color: #fff;
}


@media (max-width: 800px) {
	.wizard > .steps > ul > li{ width: 100%;}
	.smart-steps .wizard > .steps > ul > li{ width: 100%;}
	.smart-steps .wizard > .steps a:after,
	.smart-steps .wizard > .steps a:before { display:none!important;  }	
	.smart-steps .wizard.vertical > .steps{
		display: block;
		float: none;
		width: 100%;
	}
	
	.smart-steps .wizard.vertical > .content{
		display: block;
		float: none;
		width:100%;
		padding:0;
		margin:0;
		padding-right:5px;
	}
	
	.steps-progress .wizard > .steps{ overflow:visible; padding-bottom:10px; }
	.steps-progress .wizard > .steps .number,
	.steps-progress .wizard > .steps li:before{ display:none;}	
	
}

@media (max-width: 400px) {
	.smart-steps .wizard > .actions a,
	.smart-steps .wizard > .actions li,
	.smart-steps .wizard > .actions > ul{ display:block; }
	.smart-steps .wizard > .actions a{ margin-bottom:5px; }
}






#quote_form {
	max-width: 852px;
	margin: 50px auto;
	webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
	}

.wizard > .steps > ul > li {
    width: 33%;
	}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #2d5e88;
	}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background: #96aec3;
	}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #2d5e88;
	}

.smart-forms .checkbox, .smart-forms .radio {
    border: 2px solid #2d5e88;
}

.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
    border: 2px solid #2d5e88;
}

.smart-forms .radio:before {
    margin: 4px;
    width: 9px;
    height: 9px;
    background: #2d5e88;
	}

.smart-forms input:focus + .radio{ border-color: #2d5e88; }
.smart-forms input:focus + .radio:before{ background: #2d5e88; }

.smart-forms input:hover + .checkbox, .smart-forms input:hover + .radio {
    border-color: #2d5e88;
}

.smart-forms .switch-round > .switch-label:after {
	font: 30px/20px Times, Serif;
	}

#top .smart-forms .avia_ajax_form  input[type="checkbox"] {
	float: none;
	margin: 0;
	top: 0;
	position: absolute;
	}

.smart-forms .switch > .switch-label {
	border: 1px solid #D7D7D7;
    height: 23px;
    width: 56px;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 12px !important;
	top: 4px;
	}

.smart-forms .switch > input:checked + .switch-label, .smart-forms .switch > input:checked:focus + .switch-label {
    border-color: #2d5e88;
    background: #2d5e88;
	}

.smart-forms .switch-round > input:checked + .switch-label:after {
    color: #2d5e88;
	}

.smart-forms .input-help {
	padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    font-size: 11px;
    color: #999;
	border: 1px solid #e1e1e1;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	background: #FFF;
	}

.toggle-description .fa {
	font-size: 16px;
	vertical-align: middle;
	margin: -2px 0 0 4px;
	color: #999;
	}

.avia_ajax_form p {
	float: none;
	margin-top: 0;
	}

.avia_ajax_form fieldset p br {
	display: inline;
	}

h3.section_title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    float: left;
	line-height: 1.9em;
	}

p.description {
	font-size: 12px;
	font-style: italic;
	padding: 20px 0 5px;
	margin: 0;
	}

#process_details {
	position: relative;
    clear: both;
    float: left;
	}

.avia_ajax_form .form_element {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin: 0.85em 0;
	}

.form_element label {
	font-size: 13px !important;
	margin-bottom: 15px;
	color: #2d5c88;
	line-height: 1.5em;
	}

.form_element label.option {
	font-size: 12px !important;
	margin-top: -10px;
	color: #222;
	font-weight: normal !important;
	}

.smart-forms .checkbox, .smart-forms .radio {
	top: 6px;
	}

.smart-forms .hidden {
    display:none;
	}

.smart-forms .visible {
    display:block;
	}


.input-description.visible {
	position: absolute;
    z-index: 100;
    width: 100%;
	padding: 10px;
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #999;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	}

.wizard > .content > .body ul {
    list-style: none !important;
	}

.configure-column.fa-ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style-type: none !important;
	font-size: 12px;
	color: #919191;
	}

.configure-column li {
	margin-bottom: 10px;
	padding-left: 50px !important;
	}

.configure-column .fa-li {
	font-size: 24px;
    left: 0;
    top: 0.15em;
	}

.configure-column .fa-square-o {
	left: -0.07em;
	}

.configure-column .fa-check-square-o {
	color: #2d5e88;
	}

.configure-column span {
    color: #2d5e88;
    font-weight: bold;
    display: block;
    font-size: 14px;
	}

.configure-column #image {
	min-height: 165px;
	padding-left: 0 !important;
	}

a.quick-guide {
    background: #2d5e88;
    color: #fff;
    display: inline-block;
    padding: .4em .8em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 12px;
	margin-right: 10px;
	}

a.quick-guide:hover {
	color: #fff;
	}

.required {
	color: #F30000 !important;
	margin-left: 5px;
	}

#captcha {
	padding-left: 50px !important;
	}

.smart-forms .refresh-captcha {
	background: #2d5e88;
	border: none;
    right: -15px;
	top: 0;
    height: 41px;
    width: 41px;
	}

.smart-forms .refresh-captcha i {
    line-height: 41px;
    font-size: 20px;
    left: 30%;
	}

#quick-guide {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 1200px;
	margin: 20px auto;
	}

#quick-guide .section-label td {
	color: #2d5e88;
	font-weight: bold;
	font-size: 15px;
	}

#quick-guide .checkbox {
	text-align: center;
	font-size: 20px;
	color: #2d5e88;
	vertical-align: middle;
	}

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

#quick-guide .avia-heading-row {
	background-color: #96aec3;
	color: #fff;
	}

.section-cost, .section-cost td {
	color: #2d5e88;
	font-weight: bold;
	font-size: 15px;
	}



@media only screen and (max-width: 767px) {

.responsive div .avia_responsive_table .avia-data-table tr {
	display: table-row;
	}


.responsive div .avia_responsive_table .avia-data-table td {
	display: table-cell;
	}

tr th:first-child, tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
	}

.responsive .avia_responsive_table .avia-data-table tr:first-child th {
	display: table-cell;
	}

}


/*-----fit compare chart---*/
@media only screen and (max-width: 600px) {

#quick-guide th, tr, td {
	text-transform: none;
	font-size: 9px;
	max-width: 250px;
	padding: 6px 2px;
	}

#quick-guide .avia-table {
	line-height: 1.4;
	}

#quick-guide .avia-heading-row {
	line-height: 1.2;
	}

#quick-guide .section-label td {
	font-size: 12px;
	line-height: 1.4;
	}

}


/*--fix for double padding on specifier form selection----*/
.smart-steps .avia_ajax_form .select {height: auto;}