#header:after,
.holder:after,
.banner:after,
.block-cost li:after,
.directory-holder:after,
.listing-holder:after,
.quotes-block-holder:after,
.quotes-block-holder .btn-holder:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul,
.block-cost,
.listing,
.topics-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #fdfdfd;
	font: 14px/17px "Roboto", "Arial", "Helvetica", sans-serif;
	min-width: 926px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	/*color: #d8763f;*/
    color: #003399;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

input,
textarea,
select {
	font: 100% "Roboto", "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #fff;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-webkit-input-placeholder {
	color: #000;
}

::-moz-placeholder {
	opacity: 1;
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

.placeholder {
	color: #000;
}

#wrapper {
	width: 882px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.w1 {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ededed;
	padding: 10px 19px 10px 21px;
	margin-bottom: 31px;
}

#header {
	padding-bottom: 10px;
}

#header .btn {
	font-size: 16px;
	line-height: 18px;
	max-width: 550px;
}

.holder {
	padding-bottom: 10px;
}

.logo {
	float: left;
	margin-top: 7px;
}

.logo img {
	display: block;
}

.btn {
	padding: 13px 18px 14px 19px;
	color: #fff;
	float: right;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
	background: #1f5284;
}

.btn:hover {
	text-decoration: none;
	background: #e16824;
}

.btn-orange {
	background: #e16824;
}

.btn-orange:hover {
	background: #1f5284;
}

#nav {
	border-top: 1px solid #ededed;
	padding: 18px 0 3px;
	font-weight: 700;
}

#nav ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 10px 15px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
}

#nav a {
	color: #1f5284;
}

#nav a:hover {
	text-decoration: none;
	color: #e16824;
}

.header-btn {
	font-size: 12px;
	font-weight: 700;
	float: none;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	background: none;
	color: #1f5284;
	border: 1px solid #1f5283;
    border-radius: 4px;
}

.header-btn:hover {
	background: #1f5284;
	color: #fff;
}

.header-btn:hover:visited {
	color: #fff;
}

.header-btn:visited {
	color: #1f5284;
}

.banner {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 34px;
	padding: 25px 30px 20px;
	background: #1f5284 url("../images/bg-banner.png") repeat;
}

.banner h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 32px;
}

.banner a:hover {
	text-decoration: none;
	color: #e16824;
}

.banner .content {
	float: left;
	width: 310px;
}

.banner .breadcrumbs {
	font-size: 14px;
	line-height: 16px;
    padding-top: 3px;
    padding-bottom: 15px;
}

.banner p {
	margin-bottom: 11px;
}

.banner .btn-holder {
	float: right;
	width: 390px;
	text-align: right;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.banner .btn {
	width: 198px;
	float: none;
	font-size: 16px;
    color: #fff;
	line-height: 18px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	background: #e16824;
	padding: 12px 10px 13px;
	border: 1px solid #fff;
}

.banner .btn:hover {
	background: #1f5284;
    color: #fff;
}

.banner .btn-free-quotes {
	margin-left: 19px;
	width: 168px;
}

.title-holder {
	background: url(../images/bg-title.png) repeat;
	text-align: center;
	margin-bottom: 15px;
}

.title-holder .title {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0 13px;
}

.title-holder h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 900;
	margin-bottom: 0;
}

.block-title {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
}

.block-title h3 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 25px;
	margin-bottom: 7px;
}

.block-title p {
	margin-bottom: 39px;
}

.block-cost {
	font-weight: 700;
	margin-bottom: 18px;
}

.block-cost h3 {
	font-size: 20px;
	font-weight: 800;
	line-height: 22px;
	color: #1f5284;
	margin-bottom: 7px;
}

.block-cost h3 a {
	color: #1f5284;
}

.block-cost h3 a:hover {
	text-decoration: none;
	color: #e16824;
}

.block-cost li:nth-child(even) {
	background: #f3f3f3;
}

.block-cost .price {
	color: #d8763f;
	font-size: 20px;
	line-height: 22px;
}

.block-cost p {
	margin-bottom: 9px;
}

.block-cost .range {
	font-weight: 400;
	margin-left: 0px;
	position: relative;
}

/*.block-cost .range:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	top: 3px;
	left: -6px;
	background: #000;
}*/

.block-cost .block-content {
	display: inline-block;
	vertical-align: middle;
	padding: 18px 10px 12px 30px;
	width: 550px;
}

.block-cost .btn {
	float: none;
	width: 195px;
	padding-bottom: 14px;
	display: inline-block;
	vertical-align: middle;
    color: #fff;
}

.block-helpful {
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px;
}

.block-helpful p {
	margin-bottom: 17px;
}

.block-helpful .btn {
	font-size: 14px;
	float: none;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	min-width: 86px;
	width: auto;
	background: none;
	color: #1f5284;
	border: 1px solid #1f5283;
    border-radius: 4px;
}

.block-helpful .btn:hover {
	background: #1f5284;
	color: #fff;
}

.cost-content-holder {
	margin-bottom: 10px;
}

.cost-content-holder .title-holder {
	margin-bottom: 30px;
}

.cost-content-holder h3 {
	font-size: 18px;
	line-height: 18px;
    margin-top: 20px;
	margin-bottom: 20px;
}

.cost-content-holder h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cost-content-holder a {
	text-decoration:underline;
}

.cost-content-holder .body-holder {
    padding: 0px 30px;
	font-size: 17px;
	line-height: 140%;
}

.cost-content-holder .btn {
	float: left;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	min-width: 86px;
	width: auto;
	background: none;
	color: #1f5284;
	border: 1px solid #1f5283;
    border-radius: 4px;
}

.cost-content-holder .btn:hover {
	background: #1f5284;
	color: #fff;
}

.checklist-holder {
	margin-bottom: 10px;
}

.checklist-holder .title-holder {
	margin-bottom: 30px;
}

.checklist-holder .body-holder {
    padding: 0px 30px;
}

.checklist-holder h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}

.checklist-holder p {
	margin-bottom: 0px;
}

.checklist-holder .btn {
	float: left;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	min-width: 86px;
	width: auto;
	background: none;
	color: #1f5284;
	border: 1px solid #1f5283;
    border-radius: 4px;
}

.checklist-holder .btn:hover {
	background: #1f5284;
	color: #fff;
}

.directory-holder {
	margin-bottom: 42px;
}

.directory-holder .title-holder {
	margin-bottom: 30px;
}

.directory-holder p {
	margin-bottom: 26px;
}

.listing-holder {
	padding: 0 20px;
}

.listing-holder .btn {
	float: left;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	min-width: 86px;
	width: auto;
	background: none;
	color: #1f5284;
	border: 1px solid #1f5283;
    border-radius: 4px;
}

.listing-holder .btn:hover {
	background: #1f5284;
	color: #fff;
}

/*.listing-holder li {
  display: list-item;
  text-align: -webkit-match-parent;
}*/

/*.listing-holder *, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.listing-holder .list-inline {
	padding-left: 0;
    list-style: none;
}

.listing-holder .list-inline li {
    display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.listing {
	float: left;
	width: 26.3%;
	padding-right: 20px;
}

.listing li {
	margin-bottom: 7px;
}

.listing a {
	color: #1f5284;
}

.listing a:hover {
	color: #e16824;
	text-decoration: none;
}

.listing-item {
	width: 20%;
	padding: 0;
}

.search-form {
	overflow: hidden;
	width: 292px;
	height: 45px;
	margin: 0 auto 24px;
	border-radius: 4px;
	background-color: #f3f3f3;
}

.search-form input[type="text"] {
	border: none;
	float: left;
	margin: 0;
	outline: none;
	height: 45px;
	width: 168px;
	background: none;
	padding: 13px 0 13px 21px;
	color: #000;
	font: 700 15px/18px "Roboto", "Arial", "Helvetica", sans-serif;
}

.search-form input[type=submit] {
	font: 700 15px/18px "Roboto", "Arial", "Helvetica", sans-serif;
	border-radius: 0 4px 4px 0;
	background: #1f5183;
	width: 106px;
	height: 45px;
	margin: 0;
	padding: 0 5px;
	color: #fff;
	border: none;
	float: right;
}

.search-form input[type=submit]:hover {
	background: #e16824;
}

.topics-holder {
	margin-bottom: 32px;
}

.topics-holder .title-holder {
	margin-bottom: 28px;
}

.topics-holder h2 {
	margin-bottom: 1px;
	font-size: 20px;
	font-weight: 800;
	line-height: 22px;
}

.topics-holder h2 a {
	padding: 13px 12px 13px 31px;
	background: #f3f3f3;
	position: relative;
	display: block;
	color: #1f5284;
    cursor: default;
}

.topics-holder h2 a:before {
	top: 50%;
	left: 10px;
	content: "";
	width: 13px;
	height: 13px;
	margin-top: -7px;
	position: absolute;
	background: url(../images/ico-plus.png) no-repeat;
}

.topics-holder h2 a:hover {
	text-decoration: none;
}

.topics-list .active a:before {
	background: #1f5284;
	height: 1px;
	margin-top: -1px;
}

.content-holder {
	font-size: 14px;
	line-height: 19px;
	padding: 16px 32px 5px;
}

.content-holder a {
	color: #003399;
}

.content-holder a:hover {
	color: #d8763f;
}

.content-holder h3 {
	color: #1f5284;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0;
	font-weight: bold;
}

.content-holder p {
	margin-bottom: 13px;
}

.quotes-block-holder {
	background: #1f5284 url("../images/bg-banner.png") repeat;
	margin-bottom: 0px;
	text-align: center;
	padding: 35px 61px 29px;
	line-height: 16px;
	color: #fff;
}

.quotes-block-holder a {
	color: #fff;
    text-decoration: underline; 
}

.quotes-block-holder p {
	margin-bottom: 30px;
}

.quotes-block-holder .btn-free-quotes {
	padding: 15px 29px 16px;
	border: 1px solid #fff;
	margin: 0 auto 19px;
	background: #e16824;
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	float: none;
    text-decoration: none;
}

.quotes-block-holder .btn-free-quotes:hover {
	background: none;
}

.quotes-block-holder .btn-holder .btn {
	float: none;
	max-width: 40%;
	min-width: 225px;
	padding: 12px 30px 13px;
	margin: 0 10px;
	margin: 0 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	background: none;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
    text-decoration: none;
}

.quotes-block-holder .btn-holder .btn:hover {
	background: #e16824;
}

.btn-register {
	float: none;
	width: 380px;
	display: block;
	color: #fff;
	font-size: 18px;
	background: #e16824;
	line-height: 22px;
	margin: 0 auto 33px;
	padding: 16px 20px 15px;
	border: none;
}

.btn-register:visited {
	color: #fff;
}

.btn-register:hover {
	background: #1f5284;
	color: #fff;
}

.btn-register-footer {
    background-color: #e16824;
}

#footer {
	padding: 0 20px;
	text-align: center;
}

.footer-nav {
	width: 580px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	margin: 0 10px 13px;
}

.footer-nav li + li {
	position: relative;
}

.footer-nav li + li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 11px;
	top: 3px;
	left: -11px;
	background: #1f5284;
}

.footer-nav a {
	color: #1f5284;
}

.footer-nav a:hover {
	text-decoration: none;
	color: #e16824;
}

.copyright {
	font-size: 12px;
	line-height: 14px;
}

.copyright a {
	color: #000;
}

.copyright a:hover {
	color: #e16824;
	text-decoration: none;
}

.header-svc {
    vertical-align: middle;
}

.cost-data-holder .btn {
	width: 198px;
	float: none;
	font-size: 14px;
	font-weight: 700;
    color: #fff;
	line-height: 17px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	background: #1f5284;
	padding: 13px 18px 14px 19px;
	border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 10px;
}

.cost-data-holder .btn:hover {
	background: #d8763f;
}

.nine-point {
	font: 14px/17px "Roboto", "Arial", "Helvetica", sans-serif;
}

.costfactors-holder {
	margin-bottom: 10px;
}

.costfactors-holder .title-holder {
	margin-bottom: 30px;
}

.costfactors-holder h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

.costfactors-holder .body-holder {
    padding: 0px 30px;
}

.costfactors-holder p {
	margin-bottom: 0px;
}

.costfactors-holder .btn-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.costfactors-holder .btn-holder {
    text-align: center;
    padding-bottom:20px;
}

.costfactors-holder .btn-holder .btn {
	float: none;
	max-width: 40%;
	min-width: 225px;
	padding: 12px 30px 13px;
	margin: 0 10px;
	margin: 0 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
    color:#fff;
	display: inline-block;
	vertical-align: top;
    text-decoration: none;
}

.cost-block-holder .btn-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.cost-block-holder .btn-holder {
    text-align: center;
    padding-bottom:20px;
}

.cost-block-holder .btn-holder .btn {
	float: none;
	max-width: 40%;
	min-width: 225px;
	padding: 12px 30px 13px;
	margin: 0 10px;
	margin: 0 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
    color:#fff;
	display: inline-block;
	vertical-align: top;
    text-decoration: none;
}

.costfactors-holder .btn-holder .btn:hover {
	background: #e16824;
}

.bubble_text .btn {
    border:0;
	float: right;
	padding: 2px 10px 3px;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
    color:#fff;
	display: inline-block;
	vertical-align: top;
    text-decoration: none;
}

.directory-holder .btn-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.directory-holder .btn-holder {
    text-align: center;
    padding-top:20px;
}

.directory-holder .btn-holder .btn {
	float: none;
	max-width: 40%;
	min-width: 225px;
	padding: 12px 30px 13px;
	margin: 0 10px;
	margin: 0 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
    color:#fff;
	display: inline-block;
	vertical-align: top;
    text-decoration: none;
}
