/*
	Theme Name: Bold3
	Theme URL: http://smartsprowebsites.com
	Description: Responsive Bold theme
	Author: Smarts Insurance Websites
	Author URI: http://smartsprowebsites.com
	Version: 3.0
	Template: genesis
	Template version: 2.1.3
*/

/* ## Float Clearing
--------------------------------------------- */
.clearfix:before,
.site-header:before,
.site-header > .wrap:before,
.site-header .header-widget-area:before {
	content: " ";
	display: table;
}

.clearfix:after,
.site-header:after,
.site-header > .wrap:after,
.site-header .header-widget-area:after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
------------------------------------------------------------ */
body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, input, select, textarea {
	color: #333;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f4fafb;
	border: 1px solid #e6e6e6;
}
ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: square;
}
.roundsmall {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.roundmedium {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
.roundmediumleft {
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.roundmediumright {
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

/* Hyperlinks
------------------------------------------------------------ */
a, a:visited {color: #25a; text-decoration: none;}
a:hover {text-decoration: underline;}
a img { border: none; }

/* Wrap
------------------------------------------------------------ */
body { background-color: #5aa6bd; }
.site-container {
	background-color: transparent;
	margin: 30px auto;
	max-width: 960px;
}

/* Header
------------------------------------------------------------ */
.site-header {
	min-height:135px;
	width: 100%;
	background-color: #fff;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	position: relative;
}
.title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 400px;
}
.site-title {
	font-size: 24px;
	line-height: 30px;
}
.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}
.site-description {
	font-size: 12px;
	font-style: italic;
}
#hdr-widget-area {
	float: right;
	width: 100%;
	height: min-135px;
	background: #fff url(/files/bold2_theme_hdr_right.jpg) no-repeat top right;
	border-radius: 7px 7px 0 0;
}
#hdr-widget-area .textwidget {
	padding-right: 250px;
	text-align: center;
}
#hdr-widget-area h3,
#hdr-widget-area p {
	font-family: Georgia, serif;
}
#hdr-widget-area h3 { font-weight: bold; }

.header-address {
	margin: 27px 25px 0 -20px;
	float: left;
}

/* Image Header - Partial Width
------------------------------------------------------------ */
#hdr-widget-area #site-logo {
	float: left;
	min-height: 125px;
	width: 390px;
	background: url(/files/bold2-hdr-logo.jpg) no-repeat 0 15px;
}
.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
 	position: absolute;
	left: 0;
	top: 0;
	height: 125px;
	overflow: hidden;
	margin: 10px 0 0 15px;
	padding: 0;
	text-indent: -9999px;
	width: 390px;
}
.header-image .site-description {
	display: block;
	overflow: hidden;
}

/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}

/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul, li.sfHover ul ul {left: -9999px;}
li:hover, li.sfHover {
	position: static;
}

/* Header Right Navigation
------------------------------------------------------------ */
.site-header ul.nav, .site-header ul.menu {float: right;}
.site-header ul.nav ul, .site-header ul.menu ul {
	float: right;
	width: 100%;
}
.site-header ul.nav li, .site-header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
.site-header ul.nav li a, .site-header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}
.site-header ul.nav li a:hover, .site-header ul.nav li a:active, .site-header ul.nav .current_page_item a, .site-header ul.nav .current-cat a, .site-header ul.nav .current-menu-item a, .site-header ul.menu li a:hover, .site-header ul.menu li a:active, .site-header ul.menu .current_page_item a, .site-header ul.menu .current-cat a, .site-header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}
.site-header ul.nav li a.sf-with-ul, .site-header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}
.site-header ul.nav li a .sf-sub-indicator, .site-header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}
.site-header ul.nav li li a,
.site-header ul.nav li li a:link,
.site-header ul.nav li li a:visited,
.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top: 0 #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}
.site-header ul.nav li li a:hover,
.site-header ul.nav li li a:active,
.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
	background-color: #000;
}
.site-header ul.nav li li a .sf-sub-indicator, .site-header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}
.site-header ul.nav li ul, .site-header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
.site-header ul.nav li ul a, .site-header ul.menu li ul a {width: 160px;}
.site-header ul.nav li ul ul, .site-header ul.menu li ul ul {margin: -31px 0 0 179px;}
.site-header ul.nav li:hover ul, .site-header ul.nav li.sfHover ul, .site-header ul.menu li:hover ul, .site-header ul.menu li.sfHover ul {
	left: auto;
}

/* Primary Navigation
------------------------------------------------------------ */
.nav-primary {
	background-color: #749b3f;
	border-bottom: 10px solid #a3b31f;
	color: #fff;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.nav-primary > ul {
	float: left;
	padding-left: 7px;
}
.nav-primary .wrap {

}
.menu-primary {
	text-align: center;
}
.nav-primary li {
/*	float: left; */
	display: inline-block;
	list-style-type: none;
}
.nav-primary li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 5px 12px;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
	color: #fff;
	background-color: #97BE63;
}
.nav-primary li a.sf-with-ul {
	padding-right: 25px;
}
.nav-primary li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}
.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background-color: #97be63;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}
.nav-primary li li a:hover,
.nav-primary li li a:active {
	background-color: #749B3F;
}
.nav-primary li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}
.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
.nav-primary li ul a {
	width: 160px;
}
.nav-primary li ul ul {
	margin: -31px 0 0 179px;
}
.nav-primary li:hover ul,
.nav-primary li.sfHover ul {
	left: auto;
}
.nav-bottom-divider {
	display: none;
}

/* Primary Navigation Extras
------------------------------------------------------------ */
.nav-primary li.right {float: right; padding: 6px 10px 5px;}
.nav-primary li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}
.nav-primary li.right a:hover {color: #fff; text-decoration: underline;}
.nav-primary li.search {padding: 0 10px;}
.nav-primary li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}
.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}
.nav-primary li.no-link > a { cursor: default; }


/* Secondary Navigation
------------------------------------------------------------ */
.nav-secondary {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}
.nav-secondary ul {float: left; width: 100%;}
.nav-secondary li {float: left; list-style-type: none;}
.nav-secondary li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}
.nav-secondary li a:hover, .nav-secondary li a:active, .nav-secondary .current_page_item a, .nav-secondary .current-cat a, .nav-secondary .current-menu-item a {
	background-color: #000;
	color: #fff;
}
.nav-secondary li a.sf-with-ul {padding-right: 25px;}
.nav-secondary li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}
.nav-secondary li li a, .nav-secondary li li a:link, .nav-secondary li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top: 0 #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}
.nav-secondary li li a:hover, .nav-secondary li li a:active {background-color: #000;}
.nav-secondary li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}
.nav-secondary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
.nav-secondary li ul a {width: 160px;}
.nav-secondary li ul ul {margin: -31px 0 0 179px;}
.nav-secondary li:hover ul, .nav-secondary li.sfHover ul {
	left: auto;
}

/* Inner
------------------------------------------------------------ */
.site-inner {
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
	background: #fff url(images/sidebar_faux_bkgrnd.png) repeat-y top right;
	min-height: 500px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */
.content-sidebar-wrap {
/*	float: left;*/
	width: 790px;
}
.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
.full-width-content .content-sidebar-wrap {
	width: 100%;
}

/* Content
------------------------------------------------------------ */
.content {
	float: left;
	width: 470px;
	margin-left: 40px;
}
.content-sidebar .content,
.sidebar-content .content {
	width: 66%; /*  640px; */
}
.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}
.full-width-content .content {
	width: 100%;
}
blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}
.post {
	margin: 0 0 40px;
}
.entry-content {
	overflow: hidden;
}
.home .entry-content {
	padding-bottom: 20px;
	float: left;
}
.entry-content p {
	padding: 0 0 15px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}
.round5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
 }
.round10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
 }

/* Column Classes
------------------------------------------------------------ */
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {width: 48%;}
.one-third, .two-sixths {width: 31%;}
.four-sixths, .two-thirds {width: 65%;}
.one-fourth {width: 22.5%;}
.three-fourths {width: 73.5%;}
.one-fifth {width: 17.4%;}
.two-fifths {width: 37.8%;}
.three-fifths {width: 58.2%;}
.four-fifths {width: 78.6%;}
.one-sixth {width: 14%;}
.five-sixths {width: 82%;}
.first {
	clear: both;
	padding-left: 0;
}

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {float: right; padding: 0 0 15px; width: 48%;}
.genesis-grid-odd {clear: both; float: left; padding: 0 0 15px; width: 48%;}
.genesis-grid-even, .genesis-grid-odd {
	margin: 0 0 20px;
}

/* Headlines
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}
h1, h2, h2 a, h2 a:visited {font-size: 20px; line-height: 24px;}
.page h1 {margin: 0 0 5px;}
h1,
h2 {
	color: #1A6786;
	font-size: 20px;
	font-family: georgia, sans-serif;
	line-height: 1.15;
	letter-spacing: -.01em;
	font-weight: normal;
	margin-top: 10px;
}
.wf-active h1,
.wf-active h2 {
	font-size: 28px;
	font-family: "urbana", sans-serif;
	font-style: normal;
	font-weight: 300;
}
h2 a:hover {color: #25a; text-decoration: none;}
.widget-area h2 {font-size: 14px; font-weight: bold;}
h3 {
	font-size: 16px;
	margin: 0 0 15px;
	color: #21434e;
}
h4 {
	font-size: 14px;
}
.widget-area h4 {
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 3px 0;
	margin-bottom: 10px;
	line-height: 1.3;
	border-bottom: 1px solid #8ba662;
}
.site-header .widget-area h4 {
	color: #4A76C6;
	font-size: 12px;
	border: none;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

/* Unordered / Ordered Lists
------------------------------------------------------------ */
.entry-content ol, .entry-content ul {margin: 0 0 15px 25px;}
.entry-content ul li {
	list-style-type: square;
}

/* Post Info
------------------------------------------------------------ */
.entry-header .entry-meta {
	font-size: 11px;
	margin: 5px 0;
}
/* Post Meta

------------------------------------------------------------ */
.entry-footer .entry-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
}

/* Author Box
------------------------------------------------------------ */
.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
	margin: 0 0 40px;
	padding: 10px;
}

/* Archive Page
------------------------------------------------------------ */
.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}

/* Post Icons
------------------------------------------------------------ */
.entry-comments-link, .entry-tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}

/* Images
------------------------------------------------------------ */
img {max-width: 100%;}
img.alignleft, img.alignright, .alignleft img, .alignright img {
	max-width: none;
}
.avatar, .featuredpage img, .featuredpost img, .post-image {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
.author-box .avatar {float: left; margin: 0 10px 0 0;}
.post-image {margin: 0 10px 10px 0;}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}
img.centered, .aligncenter {display: block; margin: 0 auto 10px;}
img.alignnone {display: inline; margin: 0 0 10px;}
img.alignleft {display: inline; margin: 5px 10px 10px 0;}
.trigger img.alignleft {
	margin-top: 5px;
}
img.alignright {display: inline; margin: 0 0 10px 10px;}
.alignleft {float: left; margin: 0 10px 0 0;}
.alignright {float: right; margin: 0 0 0 10px;}
.wp-caption {padding: 5px 0 0 1px; text-align: center;}
p.wp-caption-text {font-size: 11px; line-height: 12px; padding: 5px 0;}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */
.pagination {overflow: hidden; padding: 20px 0; width: 100%;}
.pagination li {display: inline;}
.pagination li a, .pagination li.disabled, .pagination li a:hover, .pagination li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}
.pagination li a:hover, .pagination li.active a {
	background-color: #f7f7f7;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar-primary {
	display: inline;
	float: right;
	width: 250px;
	margin-top: -10px;
}
.sidebar-secondary {display: inline; float: left; width: 150px;}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {float: left;}
.content-sidebar-sidebar .sidebar-secondary {float: right;}
.sidebar-primary .widget, .sidebar-secondary .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.widget-area .textwidget {padding: 10px 10px 0;}
.widget-area ol, .widget-area ul {margin: 10px 0 0 25px;}
.widget-area ol ol, .widget-area ul ul {margin: 0 0 0 15px;}
.widget-area ul li {list-style-type: square; word-wrap: break-word;}
.widget-area ol li {
	list-style-type: decimal;
}
.widget-area a:hover img {
	opacity: .85;
}

.sidebar p {
	color: #fff;
	font-size: 13px;
	line-height: 1.25;
	margin-bottom: 15px;
}

.sidebar-primary a.newsletter-signup {
	height: 66px;
	width: 232px;
	display: block;
	background: url( /files/bold2-sidebar-signup.png ) no-repeat;
}
.sidebar-primary a.home-quote,
.sidebar-primary a.auto-quote,
.sidebar-primary a.refer-friend {
	height: 60px;
	width: 218px;
	display: block;
	margin: 0 auto;
}
.sidebar-primary a.home-quote {
   background: url( /files/bold2-sidebar-homequote.png ) no-repeat;
}
.sidebar-primary a.auto-quote {
   background: url( /files/bold2-sidebar-autoquote.png ) no-repeat;
}
.sidebar-primary a.refer-friend {
	height: 116px;
   background: url( /files/bold2-sidebar-refer-friend.png ) no-repeat;
}
/* Tag Cloud
------------------------------------------------------------ */
.widget_tag_cloud div div {
	padding: 10px 10px 0;
}

/* Dropdowns
------------------------------------------------------------ */
#cat, .widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
}
.sidebar-primary #cat, .sidebar-primary .widget_archive select {width: 278px;}
.sidebar-secondary #cat, .sidebar-secondary .widget_archive select {
	width: 128px;
}

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage, .featuredpost {clear: both; margin: 0 0 15px; overflow: hidden;}
.featuredpage .page, .featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}
.more-from-category {
	padding: 0 10px;
}

/* User Profile
------------------------------------------------------------ */
.user-profile {overflow: hidden;}
.user-profile p {padding: 10px 10px 0;}
.user-profile .posts_link {
	padding: 0 0 0 10px;
}

/* Buttons
------------------------------------------------------------ */
div.gform_footer input.button,
.enews #subbutton,
.comment-reply a,
.comment-reply a:visited,
.search-form input[type="submit"],
#submit {
	background-color: #336677;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
   -moz-border-radius: 5px;
   border-radius: 5px 5px 5px 5px;
}
div.gform_footer input.button:hover,
.enews #subbutton:hover,
.comment-reply a:hover,
.search-form input[type="submit"]:hover,
#submit:hover {
	opacity: .9;
}

/* Search Form
------------------------------------------------------------ */
.site-header .search-form {float: right; padding: 40px 0 0;}
.sidebar-primary .search-form {padding: 5px 0 0 10px;}
.nav-primary .search-form {float: right;}
.search-form input[type="search"] {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}

/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {padding: 10px 10px 0;}
.enews #subscribe {padding: 0 0 0 10px;}
.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}
.center {
	text-align: center;
}

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {width: 100%;}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}

/* Footer
------------------------------------------------------------ */
.site-footer {
	background-color: transparent;
	clear: both;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
.site-footer p {color: #eaeaea; font-size: 12px; text-align: center; }
.site-footer a, .site-footer a:visited {color: #fff;}
.site-footer .gototop { display: none; float: left; padding: 0 0 0 5px; width: 200px;}
.site-footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}
.site-footer .creds {
	padding: 0 10px 0 0;
	text-align: center;
}
/* Comments
------------------------------------------------------------ */
.entry-comments, #respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#author, #comment, #email, #url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {margin: 0 0 40px;}
.comment-list ol, .ping-list ol {padding: 10px;}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}
.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}
.comment-list p, .ping-list p {margin: 10px 5px 10px 0;}
.comment-list cite, .ping-list cite {font-style: normal;}
.comment-meta {font-size: 11px;}
.nocomments {text-align: center;}
.entry-comments .pagination {display: block;}
.thread-alt, .thread-even {background-color: #f7f7f7;}
.alt, .depth-1, .even {
	border: 1px solid #e6e6e6;
}

/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	color: #333;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0; padding: 0;
}

/* smarts custom GF */
div.gform_wrapper li.inline li {
	float: left;
	margin-right: 15px;
}
div.gform_wrapper li.inline li input {
	float: left;
	display: block;
	margin-top: 3px !important;
}
div.gform_wrapper li.inline li label {
	float: left;
	display: block; margin-left: 5px !important;
}
div.gform_wrapper .ginput_container textarea {
	height: 100px;
}
.page .gform_wrapper .top_label .gfield_label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	color: #366F81;
}
.contact .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}

/*  =========== 404 page ================ */
.error404 h1 {
	margin-bottom: 25px;
}
.error404 .entry-content {
	text-align: center;
}


/*  =========== home page ================ */
.home h1,
.home h2 {
	margin-top: 10px;
}
.home .post {
	margin-bottom: 0;
	clear: both;
}
.home  .content .page > h1 {
	position: absolute;
	text-indent: -9999px;
}
.home .home-image-block {
/*	float: left; */
	width: 100%;
	margin: 10px auto 35px;
	overflow: hidden;
	text-align: center;
}
.home .home-image-block a {
	display: inline-block;
	text-align: center;
	max-width: 20%;
	vertical-align: top;
	padding-right: 10px;
}
.home .home-image-block img {
	margin-bottom: 0;
   padding-bottom: 0;
	display: block;
	padding: 0 0 5px 0;
	height: auto;
	width: auto;
}
.home .home-image-block a:hover img {
	opacity: .9;
}

/*.home .home-image-block ul {
	margin-bottom: 20px;
	margin-left: 0;
	text-align: left;
}
.home .entry-content .home-image-block  ul li {
	float: left;
	list-style-type: none;
	margin-right: 16px;
	position: relative;
}
.home .entry-content .home-image-block  ul li img,
.home .entry-content .home-image-block  ul li.right {
	margin-bottom: 0;
	margin-right: 0;
}
.home .entry-content .home-image-block  ul li img {
	float: left;
	margin-bottom: 5px;
	border: 1px solid #93ac6b;
}
.home .entry-content .home-image-block  ul li a {
	float: left;
}
.home .entry-content .home-image-block  ul li a:hover,
.home .entry-content .home-image-block  ul li img:hover {
	zoom: 1;
	filter:alpha(opacity=85);
	opacity: 0.85;
}
.home .entry-content .home-image-block  ul li span {
	clear: left;
	float: left;
	bottom: -36px;
	width: 100%;
	text-align: center;
	color: #2255AA;
	font-size: 11px;
	line-height: 15px;
 }
.home .entry-content .home-image-block  ul li span:hover {
	text-decoration: underline;
}
*/

#home-iconbox {
	min-height: 110px;
	background-color: #fff;
	float: left;
	max-width: 710px;
   margin-left: -40px;
}
#home-iconbox .wrap {
	overflow: hidden;
	padding-left: 20px;
}
#home-iconbox h3 {
	color: #74993c;
	text-align: center;
	padding-top: 10px;
/*	margin-right: 40px; */
	line-height: 1.15;
	font-family: "urbana", arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	float: left; /*  right; */
	letter-spacing: -.02em;
	clear: none;
}
.wf-active #home-iconbox h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
/*	margin-right: 60px; */
}

#home-iconbox ul {
	float: left;
	margin-left: 5px;
	margin-right: 25px;
}
#home-iconbox li {
	list-style-type: none;
	float: left;
	text-align: center;
	padding-top: 5px;
	height: 48px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#home-iconbox li a {
	display: block;
	padding: 52px 0 10px 0;
	width: 72px;
}
#home-iconbox li:hover,
#home-iconbox li a:hover {
	opacity: .75;
}
.home-icons {
	clear: left;
	float: left;
	margin-right: 25px;
}
.home-icons .icon-wrap {
	float: left;
	padding: 0;
}
.home-icons .icon-wrap .icon-img {
	display: block;
	height: 60px;
	width: 75px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.home-icons .icon-wrap .icon-text-link {
   display: block;
	text-align: center;
	width: 75px;
}
/*#home-iconbox li.home, */
.home-icons .icon-wrap.home .icon-img  {
	background-image: url( /files/bold2-home-icons-homeowners-orig.jpg );
}
/* #home-iconbox li.auto, */
.home-icons .icon-wrap.auto .icon-img  {
	background-image: url( /files/bold2-home-icons-auto-orig.jpg );
}
/* #home-iconbox li.individual, */
.home-icons .icon-wrap.individual .icon-img {
	background-image: url( /files/bold2-home-icons-indiv-orig.jpg );
}
/* #home-iconbox li.health, */
.home-icons .icon-wrap.health .icon-img {
	background-image: url( /files/bold2-home-icons-health-orig.jpg );
}
/* #home-iconbox li.employee, */
.home-icons .icon-wrap.employee .icon-img {
	background-image: url( /files/bold2-home-icons-employee-orig.jpg );
}
#home-iconbox .bottom-divider {
	max-width: 710px;
	height: 24px;
	vertical-align: middle;
   background: url(images/bold3-home-icon-divider-orig.jpg ) repeat-x;
}

/* ============== quote request forms ============ */
.content .quote-request {
	border: 1px solid #dbe1ea;
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
.content .quote-request .clear-left {
	clear: left;
	padding-top: 5px;
}
.content .quote-request label { width: 90px;
	display: block;
	float: left;
}
.content .quote-request label.state {
	width: 37px;
	padding-left: 7px;
}
.content .quote-request label.zip {
	width: 27px;
	padding-left: 7px;
}
.content .quote-request label.phone {
	width: 110px;

}
.content .quote-request label.cell {
	width: 32px;
	padding-left: 7px;
}
.content .quote-request label.best-time {
	width: 110px;

}
.content .quote-request label.am-pm {
	width: 50px;
	padding-left: 7px;
}
.content .quote-request input {
	margin: 0 0 3px 0;

}
.content .quote-request input[type=text] {
	width: 250px;

}
.content .quote-request input.city[type=text] {
	width: 150px;
	float: left;
}
.content .quote-request input.state[type=text] {
	width: 40px;
	float: left;
}
.content .quote-request input.zip[type=text] {
	width: 70px;

}
.content .quote-request input.phone[type=text] {
	width: 120px;
	float: left;
}
.content .quote-request input.best-time[type=text] {
	width: 120px;
	float: left;
}
.content .quote-request textarea {
	width: 400px;

}
.content .quote-request #intro {
	margin-bottom: 20px;
}
.content .quote-request .lines {
	padding-bottom: 10px;
	display: block;
}
.content .quote-request .lines span.wpcf7-list-item {
	display: block;
	padding: 0 0 5px 5px;
}
.content .quote-request .lines span.wpcf7-list-item-label {
	padding: 0 0 0 5px;
}
.content .quote-request .lines input {
	margin: 0;
}

/* ======== newsletters page ==================== */
.newsletters .content {
	margin-left: 45px;
	margin-bottom: 30px;
   padding: 0;
	width: 630px;
}
.newsletters .content h1 {
	margin-bottom: 15px;
}
.newsletters .content h3 {
 	color: #d31145;
	background: #e0edf1;
	margin: 40px 0 2px -10px;
	padding: 5px 0 4px 21px;
 	border-bottom: 1px solid #C1DFFF;
	font-size: 14px;
	position: relative;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px 7px 7px 7px;
}
.newsletters .content h3:hover {
	cursor: pointer;
}
.newsletters .content.js h3 {
	margin-top: 28px;
	margin-bottom: 12px;
}
.newsletters .content span.readmore {
	padding: 0;
	margin-left: 15px;
	color: #2255AA;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 8px;
	width: 82px;
	background: #c1dfff;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px 7px 7px 7px;
}
.newsletters .content h4 {
	color: #27505c;
	font-weight: bold;
	font-size: 14px;
	padding-top: 16px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: left;
}
.newsletters .content.js h4 {
	padding-top: 5px;
}
.newsletters .content ul {
	margin-top: 0px;
	margin-bottom: 25px;
}
.newsletters .content li {
	font-weight: bold;
}
.newsletters .content img.alignleft {
    margin: 7px 18px 15px 0;
}
.newsletters .post-edit-link {
	display: none;
}
.newsletters .nldtlinner.open {
	padding-bottom: 20px;
}
.newsletters .nldtlinner.open:nth-last-child(1) {
	padding-bottom: 10px;
}
.newsletters .nldtlinner a.colorbox {
	display: inline-block;
	color: #2255AA;
	background: #e0edf1;
	padding: 0px 7px;
	position: relative;
	top: 0px;
	left: 4px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px 7px 7px 7px;
	font-size: 11px;
}
.newsletters .content .nldtlinner a:hover.colorbox {
	background: #d9ecff;
	text-decoration: none;
}
.newsletters .errors {
	background: #ffd2e9;
	padding: 8px 15px 7px;
	margin-top: 20px;
}
.newsletters #cboxClose {
  	left: 0 !important;
  	top: 0 !important;
}

.content span.readmore-button {
	display: inline-block;
	padding: 3px 0;
	margin-left: 10px;
	color: #2255AA;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	width:66px;
	background-color: #d3e7ed;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px 7px 7px 7px;
}
.content span.readmore-button:hover {
	cursor: pointer;
	background-color: #D9ECFF;
}
.content span.readmore-button a:hover {
	text-decoration: none;
}

/* ============= services pages =========== */
.detail.services h3 {
	font-size: 13px;
	margin-bottom: 0;
}
.breadcrumbs {
	font-size: 12px;
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	padding: 4px 0;
}
.breadcrumbs a {
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.location-1 {
	font-style: italic;
   font-size: 11px;
	margin-top: -2px;
}

/* ============== tables ================= */
table.smarts {
	margin: 0 auto;
	width: 75%;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
table.smarts td, table.smarts th  {
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding: 2px 10px;
	vertical-align: top;
	text-align: left;
}

.divider {
    background-color: #003B7B;
    height: 1px;
    margin: 25px auto;
    opacity: 0.5;
    width: 70%;
}

.full-width-content .site-inner {
	background: #ffffff;
}

.center {
	text-align: center;
}
.carrier-logos {
	overflow: hidden;
}
.carrier-logos h2 {
	text-align: center;
	padding-top: 15px;
	margin-top: 40px;
	border-top: 1px solid #86c7df;
}
.carrier-logos .logo-wrap {
	width: 185px; /*  29%; */
	height: 100px;
	text-align: center;
	float: left;
	padding: 2%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carrier-logos .logo-wrap a,
.carrier-logos .logo-wrap > img {  /* logos without links */
	display: inline-block;
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.carrier-logos .logo-wrap img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 0;
}
.carrier-logos .logo-wrap a:hover img {
	opacity: .8;
}

/* -----------  phone specific styling -------------- */
/*  more space between dropdown items on touch devices  */
.is-mobile .nav-primary li li a,
.is-mobile .nav-primary li li a:link,
.is-mobile .nav-primary li li a:visited {
	padding-top: 12px;
	padding-bottom: 12px;
}

/*  make clickable phone #'s into buttons */
.is-phone span.phone {
	margin: 7px 0;
	line-height: 38px;
	border: 1px solid #bababa;
	border-radius: 8px;
	background: url(/files/click-to-call-icon-32.png) no-repeat 2px 3px;
	padding: 0 20px 0 38px;
}

/* ------- change styling on WP Responsive Menu parent items that aren't clickable  --- */
div#wprmenu_menu .wprmenu_icon_par:hover {
	color: #cfcfcf;
}
div#wprmenu_menu ul li.no-link {
	display: block;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
.is-mobile #wprmenu_menu ul li a,
.is-mobile #wprmenu_menu ul li a:hover {
  font-size: 17px;
}
div#wprmenu_menu .no-link-menu-item-title {
	display: inline-block;
	padding: 13px 0 13px 13px;
	color: #888;
	margin-left: 44px;
	border-left: 1px solid #131212;
}

html {
   /* prevent phone from increasing font size when switching Horiz/Vert orientation */
   -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.site-footer a.go-top {
	position: fixed;
	bottom: .5em;
	right: .5em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	padding: .5em .75em;
	display: none;
	border-radius: 7px;
	outline: none;
}
.site-footer a.go-top:hover {
	background-color: rgba(0, 0, 0, 0.45);
}



/*  --------- color schemes --------- */

    /*   BLUE   */
body.bold3-blue {
	background-color: #E6ECF2;
}
body.bold3-blue #designed-by {
	text-align: center;
	background: #E6ECF2;
	color: #E6ECF2;
	font-size: 11px;
}

body.bold3-blue #designed-by *,
body.bold3-blue #designed-by a:hover{
	text-align: center;
	background: #E6ECF2;
	color: #E6ECF2;
	text-decoration: none;
}
.bold3-blue .nav-primary {
	background-color: #3E5586;
	border-bottom: 10px solid #8FB9D9;
}
.bold3-blue .site-inner {
	background-image: url(images/sidebar-faux-bkgrnd-blue.png);
}
.bold3-blue h1,
.bold3-blue h2,
.bold3-blue .page .gform_wrapper .top_label .gfield_label,
.bold3-blue .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.bold3-blue .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	color: #415A6D;
}
.bold3-blue #home-iconbox h3 {
	color: #97B7D8;
}
.bold3-blue #home-iconbox li a {
	color: #3E5586;
}
.bold3-blue #hdr-widget-area #site-logo {
	background-image: url( /files/bold2-hdr-logo-blue.jpg );
}
/* .bold3-blue #home-iconbox li.home, */
.bold3-blue .home-icons .icon-wrap.home .icon-img  {
	background-image: url( /files/bold2-home-icons-homeowners-blue.jpg );
}
/* .bold3-blue #home-iconbox li.auto, */
.bold3-blue .home-icons .icon-wrap.auto .icon-img  {
	background-image: url( /files/bold2-home-icons-auto-blue.jpg );
}
/* .bold3-blue #home-iconbox li.individual, */
.bold3-blue .home-icons .icon-wrap.individual .icon-img  {
	background-image: url( /files/bold2-home-icons-indiv-blue.jpg );
}
/* .bold3-blue #home-iconbox li.health, */
.bold3-blue .home-icons .icon-wrap.health .icon-img  {
	background-image: url( /files/bold2-home-icons-health-blue.jpg );
}
/* .bold3-blue #home-iconbox li.employee, */
.bold3-blue .home-icons .icon-wrap.employee .icon-img  {
	background-image: url( /files/bold2-home-icons-employee-blue.jpg );
}
.bold3-blue #home-iconbox .bottom-divider {
   background-image: url(images/bold3-home-icon-divider-blue.jpg );
}
.bold3-blue .nav-primary li a:hover,
.bold3-blue .nav-primary li a:active,
.bold3-blue .nav-primary .current_page_item a,
.bold3-blue .nav-primary .current-cat a,
.bold3-blue .nav-primary .current-menu-item a,
.bold3-blue .nav-primary li li a,
.bold3-blue .nav-primary li li a:link,
.bold3-blue .nav-primary li li a:visited {
	background-color: #5b7da8;
}
.bold3-blue .nav-primary li li a:hover,
.bold3-blue .nav-primary li li a:active {
	background-color: #3e5586;
}
.bold3-blue .sidebar-primary a.newsletter-signup {
	background-image: url( /files/bold2-sidebar-signup-blue.png );
}
.bold3-blue .sidebar-primary a.refer-friend {
	background-image: url( /files/bold2-sidebar-refer-friend-blue.png );
}
.bold3-blue .widget-area h4 {
	border-bottom: 1px solid #bbb;
}
.bold3-blue .site-footer p {
	color: #333;
}
.bold3-blue .site-footer a,
.bold3-blue.site-footer a:visited {
  color: #5b7da8;
}
    /*   BROWN   */
body.bold3-brown {
	background-color: #B4B1A9;
}
body.bold3-brown #designed-by {
	text-align: center;
	background: #B4B1A9;
	color: #B4B1A9;
	font-size: 11px;
}

body.bold3-brown #designed-by *, body.bold3-brown #designed-by a:hover{
	text-align: center;
	background: #B4B1A9;
	color: #B4B1A9;
	text-decoration: none;
}
.bold3-brown .nav-primary {
	background-color: #534C46;
	border-bottom: 10px solid #8E392C;
}
.bold3-brown .site-inner {
	background-image: url(images/sidebar-faux-bkgrnd-brown.png);
}
.bold3-brown h1,
.bold3-brown h2,
.bold3-brown .page .gform_wrapper .top_label .gfield_label,
.bold3-brown .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.bold3-brown .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	color: #6F5852;
}
.bold3-brown blockquote,
.bold3-brown input,
.bold3-brown select,
.bold3-brown textarea {
	background-color: #fcfcfc;
}
.bold3-brown #home-iconbox h3 {
	color: #904545;
}
.bold3-brown #home-iconbox li a {
	color: #3E5586;
}
.bold3-brown #hdr-widget-area #site-logo {
	background-image: url( /files/bold2-hdr-logo-brown.jpg );
}
/* .bold3-brown #home-iconbox li.home { */
.bold3-brown .home-icons .icon-wrap.home .icon-img  {
	background-image: url( /files/bold2-home-icons-homeowners-brown.jpg );
}
/* .bold3-brown #home-iconbox li.auto { */
.bold3-brown .home-icons .icon-wrap.auto .icon-img  {
	background-image: url( /files/bold2-home-icons-auto-brown.jpg );
}
/* .bold3-brown #home-iconbox li.individual { */
.bold3-brown .home-icons .icon-wrap.individual .icon-img  {
	background-image: url( /files/bold2-home-icons-indiv-brown.jpg );
}
/* .bold3-brown #home-iconbox li.health { */
.bold3-brown .home-icons .icon-wrap.health .icon-img  {
	background-image: url( /files/bold2-home-icons-health-brown.jpg );
}
/* .bold3-brown #home-iconbox li.employee { */
.bold3-brown .home-icons .icon-wrap.employee .icon-img  {
	background-image: url( /files/bold2-home-icons-employee-brown.jpg );
}
.bold3-brown #home-iconbox .bottom-divider {
   background-image: url(images/bold3-home-icon-divider-brown.jpg );
}
.bold3-brown .nav-primary li a:hover,
.bold3-brown .nav-primary li a:active,
.bold3-brown .nav-primary .current_page_item a,
.bold3-brown .nav-primary .current-cat a,
.bold3-brown .nav-primary .current-menu-item a,
.bold3-brown .nav-primary li li a,
.bold3-brown .nav-primary li li a:link,
.bold3-brown .nav-primary li li a:visited {
	background-color: #755e51;
}
.bold3-brown .nav-primary li li a:hover,
.bold3-brown .nav-primary li li a:active {
	background-color: #534c46;
}
.bold3-brown .sidebar-primary a.newsletter-signup {
	background-image: url( /files/bold2-sidebar-signup-brown.png );
}
.bold3-brown .sidebar-primary a.refer-friend {
	background-image: url( /files/bold2-sidebar-refer-friend-brown.png );
}
.bold3-brown .sidebar-primary a.home-quote {
   background: url( /files/bold2-sidebar-homequote-brown.png ) no-repeat;
}
.bold3-brown .sidebar-primary a.auto-quote {
   background: url( /files/bold2-sidebar-autoquote-brown.png ) no-repeat;
}

    /*   GRAY   */
body.bold3-gray {
	background-color: #B1C1C6;
}
body.bold3-gray #designed-by {
	text-align: center;
	background: #B1C1C6;
	color: #B1C1C6;
	font-size: 11px;
}

body.bold3-gray #designed-by *,
body.bold3-gray #designed-by a:hover{
	text-align: center;
	background: #B1C1C6;
	color: #B1C1C6;
	text-decoration: none;
}
.bold3-gray .nav-primary {
	background-color: #657380;
	border-bottom: 10px solid #A19FAC;
}
.bold3-gray .site-inner {
	background-image: url(images/sidebar-faux-bkgrnd-gray.png);
}
.bold3-gray h1,
.bold3-gray h2 {
	color: #425B65;
}
.bold3-gray #home-iconbox h3 {
	color: #767385;
}
.bold3-gray #home-iconbox li a {
	color: #406795;
}
.bold3-gray #hdr-widget-area #site-logo {
	background-image: url( /files/bold2-hdr-logo-gray.jpg );
}
/* .bold3-gray #home-iconbox li.home, */
.bold3-gray .home-icons .icon-wrap.home .icon-img  {
	background-image: url( /files/bold2-home-icons-homeowners-gray.jpg );
}
/* .bold3-gray #home-iconbox li.auto, */
.bold3-gray .home-icons .icon-wrap.auto .icon-img  {
	background-image: url( /files/bold2-home-icons-auto-gray.jpg );
}
/* .bold3-gray #home-iconbox li.individual, */
.bold3-gray .home-icons .icon-wrap.individual .icon-img  {
	background-image: url( /files/bold2-home-icons-indiv-gray.jpg );
}
/* .bold3-gray #home-iconbox li.health, */
.bold3-gray .home-icons .icon-wrap.health .icon-img  {
	background-image: url( /files/bold2-home-icons-health-gray.jpg );
}
/* .bold3-gray #home-iconbox li.employee, */
.bold3-gray .home-icons .icon-wrap.employee .icon-img  {
	background-image: url( /files/bold2-home-icons-employee-gray.jpg );
}
.bold3-gray #home-iconbox .bottom-divider {
   background-image: url(images/bold3-home-icon-divider-gray.jpg );
}
.bold3-gray .nav-primary li a:hover,
.bold3-gray .nav-primary li a:active,
.bold3-gray .nav-primary .current_page_item a,
.bold3-gray .nav-primary .current-cat a,
.bold3-gray .nav-primary .current-menu-item a,
.bold3-gray .nav-primary li li a,
.bold3-gray .nav-primary li li a:link,
.bold3-gray .nav-primary li li a:visited {
	background-color: #837c89;
}
.bold3-gray .nav-primary li li a:hover,
.bold3-gray .nav-primary li li a:active {
	background-color: #657380;
}
.bold3-gray .sidebar-primary a.newsletter-signup {
	background-image: url( /files/bold2-sidebar-signup-gray.png );
}
.bold3-gray .widget-area h4 {
	border-bottom: 1px solid #bbb;
}

    /*   GREEN   */
body.bold3-green {
	background-color: #C5CBB8;
}
body.bold3-green #designed-by {
	text-align: center;
	background: #C5CBB8;
	color: #C5CBB8;
	font-size: 11px;
}

body.bold3-green #designed-by *, body.bold3-green #designed-by a:hover{
	text-align: center;
	background: #C5CBB8;
	color: #C5CBB8;
	text-decoration: none;
}
.bold3-green .nav-primary {
	background-color: #466D2C;
	border-bottom: 10px solid #A2B525;
}
.bold3-green .site-inner {
	background-image: url(images/sidebar-faux-bkgrnd-green.png);
}
.bold3-green h1,
.bold3-green h2,
.bold3-green .page .gform_wrapper .top_label .gfield_label,
.bold3-green .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.bold3-green .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	color: #6A6354;
}
.bold3-green #home-iconbox h3 {
	color: #749B3F;
}
.bold3-green #home-iconbox li a {
	color: #4D772E;
}
.bold3-green #hdr-widget-area #site-logo {
	background-image: url( /files/bold2-hdr-logo-green.jpg );
}
/* .bold3-green #home-iconbox li.home, */
.bold3-green .home-icons .icon-wrap.home .icon-img  {
	background-image: url( /files/bold2-home-icons-homeowners-green.jpg );
}
/* .bold3-green #home-iconbox li.auto { */
.bold3-green .home-icons .icon-wrap.auto .icon-img  {
	background-image: url( /files/bold2-home-icons-auto-green.jpg );
}
/* .bold3-green #home-iconbox li.individual { */
.bold3-green .home-icons .icon-wrap.individual .icon-img  {
	background-image: url( /files/bold2-home-icons-indiv-green.jpg );
}
/* .bold3-green #home-iconbox li.health { */
.bold3-green .home-icons .icon-wrap.health .icon-img  {
	background-image: url( /files/bold2-home-icons-health-green.jpg );
}
/* .bold3-green #home-iconbox li.employee { */
.bold3-green .home-icons .icon-wrap.employee .icon-img  {
	background-image: url( /files/bold2-home-icons-employee-green.jpg );
}
.bold3-green #home-iconbox .bottom-divider {
   background-image: url(images/bold3-home-icon-divider-green.jpg );
}
.bold3-green .nav-primary li a:hover,
.bold3-green .nav-primary li a:active,
.bold3-green .nav-primary .current_page_item a,
.bold3-green .nav-primary .current-cat a,
.bold3-green .nav-primary .current-menu-item a,
.bold3-green .nav-primary li li a,
.bold3-green .nav-primary li li a:link,
.bold3-green .nav-primary li li a:visited {
	background-color: #839568;
}
.bold3-green .nav-primary li li a:hover,
.bold3-green .nav-primary li li a:active {
	background-color: #466d2c;
}
.bold3-green .sidebar-primary a.newsletter-signup {
	background-image: url( /files/bold2-sidebar-signup-green.png );
}
.bold3-green .sidebar-primary a.home-quote {
   background: url( /files/bold2-sidebar-homequote-green.png ) no-repeat;
}
.bold3-green .sidebar-primary a.auto-quote {
   background: url( /files/bold2-sidebar-autoquote-green.png ) no-repeat;
}

    /*   LATTE   */
body.bold3-latte {
	background-color: #B4B1A9;
}
body.bold3-latte #designed-by {
	text-align: center;
	background: #B4B1A9;
	color: #B4B1A9;
	font-size: 11px;
}

body.bold3-latte #designed-by *, body.bold3-latte #designed-by a:hover{
	text-align: center;
	background: #B4B1A9;
	color: #B4B1A9;
	text-decoration: none;
}
.bold3-latte .nav-primary {
	background-color: #534C46;
	border-bottom: 10px solid #77BCC3;
}
.bold3-latte .site-inner {
	background-image: url(images/sidebar-faux-bkgrnd-latte.png);
}
.bold3-latte h1,
.bold3-latte h2,
.bold3-latte .page .gform_wrapper .top_label .gfield_label,
.bold3-latte .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.bold3-latte .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	color: #415A6D;
}
.bold3-latte #home-iconbox h3 {
	color: #699FA4;
}
.bold3-latte #home-iconbox li a {
	color: #65A3A9;
}
.bold3-latte #hdr-widget-area #site-logo {
	background-image: url( /files/bold2-hdr-logo-latte.jpg );
}
/* .bold3-latte #home-iconbox li.home { */
.bold3-latte .home-icons .icon-wrap.home .icon-img  {
	background-image: url( /files/bold2-home-icons-homeowners-latte.jpg );
}
/* .bold3-latte #home-iconbox li.auto { */
.bold3-latte .home-icons .icon-wrap.auto .icon-img  {
	background-image: url( /files/bold2-home-icons-auto-latte.jpg );
}
/* .bold3-latte #home-iconbox li.individual { */
.bold3-latte .home-icons .icon-wrap.individual .icon-img  {
	background-image: url( /files/bold2-home-icons-indiv-latte.jpg );
}
/* .bold3-latte #home-iconbox li.health { */
.bold3-latte .home-icons .icon-wrap.health .icon-img  {
	background-image: url( /files/bold2-home-icons-health-latte.jpg );
}
.bold3-latte #home-iconbox li.employee {
	background-image: url( /files/bold2-home-icons-employee-latte.jpg );
}
.bold3-latte #home-iconbox .bottom-divider {
   background-image: url(images/bold3-home-icon-divider-latte.jpg );
}
.bold3-latte .nav-primary li a:hover,
.bold3-latte .nav-primary li a:active,
.bold3-latte .nav-primary .current_page_item a,
.bold3-latte .nav-primary .current-cat a,
.bold3-latte .nav-primary .current-menu-item a,
.bold3-latte .nav-primary li li a,
.bold3-latte .nav-primary li li a:link,
.bold3-latte .nav-primary li li a:visited {
	background-color: #755e51;
}
.bold3-latte .nav-primary li li a:hover,
.bold3-latte .nav-primary li li a:active {
	background-color: #534c46;
}
.bold3-latte .sidebar-primary a.newsletter-signup {
	background-image: url( /files/bold2-sidebar-signup-latte.png );
}
.bold3-latte .sidebar-primary a.refer-friend {
	background-image: url( /files/bold2-sidebar-refer-friend-latte.png );
}
.bold3-latte .sidebar-primary a.home-quote {
   background: url( /files/bold2-sidebar-homequote-latte.png ) no-repeat;
}
.bold3-latte .sidebar-primary a.auto-quote {
   background: url( /files/bold2-sidebar-autoquote-latte.png ) no-repeat;
}
.bold2-latte .widget-area h4 {
	border-bottom: 1px solid #bbb;
}

@media only screen and (max-width: 960px) {
	.home .content {
    	width: 55%;
		overflow: hidden;
	}
	#home-iconbox {
		max-width: 100%;
	}
	#home-iconbox .bottom-divider {
		max-width: 200%;
	}
	#home-iconbox h3 {
		float: none;
		clear: left;
		text-align: left;
		padding: 20px 0 0 20px;
	}
	.entry-content table.inslogos {
		width: 90%;
		float: left;
		table-layout: fixed;
	}
}

@media only screen and (max-width: 900px) {
	.site-container {
		margin-top: 0;
	}
	.site-header {
    	border-radius: 0;
		height: auto;
		min-height: 135px;
	}
	.header-address {
		float: none;
		clear: left;
		display: block;
		text-align: left;
		margin: 0;
		padding: 0 0 25px 13%;
	}
	.entry-content table.inslogos {
		width: 75% !important;
		max-width: 600px !important;
	}
	.entry-content table.inslogos td {
		padding-right: 15px;
	}
	.entry-content table.inslogos td,
	.entry-content table.inslogos td img {
		max-width: 150px;
		width: auto;
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	.header-image .site-title {
		height: auto;
 	 	min-height: 125px;
	}
	.nav-primary li li a,
	.nav-primary li li a:link {
		padding-bottom: 20px;
		font-size: 14px;
	}
	.nav-bottom-divider {
/*		padding-top: 5px;
		background-color: #999; */
/*		border-top: 1px dotted #999; */
		display: block;
		margin-bottom: 2px;
/*		height: 1px; */
/*		line-height: 1px; */
	}
	.site-footer .wrap {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 740px) {
	.site-inner,
	.bold3-blue .site-inner,
	.bold3-brown .site-inner,
	.bold3-gray .site-inner,
	.bold3-green .site-inner,
	.bold3-latte .site-inner {
    	background-image: none;
	}
	.content-sidebar .content,
	.sidebar-content .content,
	.home .content {
   	width: 88%;
	}
	.sidebar-primary {
	  	float: none; /* left; */
		clear: both;
		margin: 0 auto;
		padding-top: 5px;
		display: block;
		border-radius: 10px;
		background-color: #abc78d;
	}
	.bold3-blue .sidebar-primary {
		background-color: #5b7da8;
	}
	.bold3-brown .sidebar-primary,
	.bold3-latte .sidebar-primary {
		background-color: #755e51;
	}
	.bold3-gray .sidebar-primary {
		background-color: #746e7a;
	}
	.bold3-green .sidebar-primary {
		background-color: #99a882;
	}
}


@media only screen and (max-width: 700px) {
	.site-header .widget-area {
		clear: both;
/*	  	float: left; */
		font-size: 15px;
	}
	.header-widget-area {
		padding-bottom: 15px;
	}
	.site-header .widget-area .textwidget {
   	 text-align: left;
	}
	.is-phone .site-header .widget-area span.phone {
		display: inline-block;
		min-height: 34px;
	}
	.site-header .widget-area span.phone-separator {
    	display: none;
	}
	.site-header .widget-area div.social {
		padding-top: 6px;
	}
	.site-header .widget-area .social img {
		float:left;
		margin-left: 0;
		margin-right: 10px;
	}
	.entry-content table.inslogos td,
	.entry-content table.inslogos td img {
		max-width: 100px;
	}
	img.alignleft {
		margin: 0 15px 5px 0;
	}
}

@media only screen and (max-width: 615px) {
	body,
	p,
	.site-footer p {
		font-size: 14px;
	}
	.content-sidebar .content {
		margin: 0 20px;
		width: 92%;
	}
 	#hdr-widget-area {
	 	 background-image: none;
 	}
	#hdr-widget-area .textwidget {
   	padding-right: 0;
	}
	#hdr-widget-area #site-logo {
		max-width: 75%;
		min-height: 110px;
		height: auto;
		width: 100%;
	}
	#home-iconbox {
		margin-left: 0;
	}
	.home-icons {
		margin: 0;
	}
	.home-icons .icon-wrap {
		padding-right: 10px;
	}
	.home-icons .icon-wrap:last-child {
		padding-right: 0;
	}
}

@media only screen and (max-width: 350px) {
	.header-image .title-area {
		background-size: contain;
	}
	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		height: auto;
		max-height: 125px;
		width: 100%;
		max-width: 320px;
		margin-left: 0;
	}
	.header-address {
		  margin: 0 0 0 15px;
		  padding-left: 0;
	}
	#hdr-widget-area #site-logo {
		max-width: 100%;
	}
	.site-header .widget-area .textwidget {
		padding-left: 0;
	}
	p, li {
		font-size: 16px;
	}
	#home-iconbox .textwidget .wrap {
		padding-left: 0;
	}
	img.alignleft {
      float: none;
		display: block;
		margin: 0 0 15px;
	}
	.nav-primary {
		margin-top: 10px;
	}
}