/*
Theme Name: Gracey-Backer
Author: RealTime Marketing Group
Author URI: http://realtimemg.com/
Version: 1.0
Text Domain: Gracey-Backer

*/


/* =Reset
-------------------------------------------------------------- */

*, *:after, *:before { 
	margin: 0;
	padding: 0;

	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
}
ol,
ul {
	margin: 20px 0 20px 20px
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clear {
	clear: both;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Images */
img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    height: auto;
}
img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    height: auto;
}
img.aligncenter {
    display: block;
    margin: 5px auto;
    width: 80%;
    height: auto;
}

.valign-top{
	vertical-align: top;
}
.valign-mid{
	vertical-align: middle;
}
.valign-bot{
	vertical-align: bottom;
}
b, strong{color:#0D5086}


/* Body, links, basics */

html {
	background: #0d5086; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZDUwODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDMyMjQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #0d5086 0%, #032240 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0d5086), color-stop(100%,#032240)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0d5086 0%,#032240 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5086', endColorstr='#032240',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	background-image: url('https://www.graceybacker.com/images/bg-lines.png');
}

/** Web-Font **/
@font-face {
	font-family: 'centuryg';
	src: url('https://www.graceybacker.com/fonts/Century Gothic.eot');
	src: local('?'), url('https://www.graceybacker.com/fonts/Century Gothic.woff') format('woff'), url('https://www.graceybacker.com/fonts/Century Gothic.ttf') format('truetype'), url('https://www.graceybacker.com/fonts/Century Gothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

hr{
	color: #f68d00;
	background-color: #f68d00;
	height: 3px;
	border: 0;
	margin: 15px auto;
}
hr.sm{
	width: 90%;
	color: #f68d00;
	background-color: #f68d00;
	height: 1px;
	border: 0;
	margin: 15px auto;
}


a:link {text-decoration:none;color: #0d5086;font-weight: bold;}
a:visited {text-decoration:none;color: #0d5086;font-weight: bold;}
a:hover {text-decoration:underline;color: #0d5086;font-weight: bold;}
a:active {text-decoration:underline;color: #0d5086;font-weight: bold;}

.yellow{color: #fbdc5c !important;}
.blue{color: #0d5086 !important;}
.orange {color: #f07500 !important;}

.uppercase {
	text-transform: uppercase;
}

h1,h2,h3,h4,h5 {font-family: Arial, Helvetica, sans-serif;color:#063258;margin-bottom: 10px;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#063258;
	font-weight: normal;
	font-size: 25px;

}
h1.big {
	font-size: 30px !important;

}
h1.big span{
	font-size: 38px !important;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#063258;
	font-weight: normal;
	font-size: 22px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#063258;
	font-weight: normal;
	font-size: 19px;

}

.textleft{text-align: left;}
.textright{text-align: right;}
.textcenter{text-align: center;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.main img{
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
.main2 img{
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

#wrap {
	margin: 0 auto;
    width: 970px;
    min-height: 300px;
	background: #fff;
	border-top-style: solid; 
	border-top-color: #03213e; 
	border-top-width: 2px;
	max-width: 970px !important;
}
.pad {padding: 0 20px;}
.dot {
    border-bottom: 1px dotted #464646;
    margin: 5px 0;
}


.blue-box{
	background: #D2EDFE;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin: 20px auto;
}
.blue-box table td img.aligncenter {
	width: 100%;
	height: auto;
}
.yellow-box{
	background: #FBDC5B;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.table-top td{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-top2 td{
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
#table-medicalprotection td{
	vertical-align: top;
	padding: 3px 8px;
}


/* MAIN Navigation */

#top-nav { float:right; width: 100%;margin-top: -3px; }
.top-nav li.lt{
	background-image: url('https://www.graceybacker.com/images/top-nav-left.png');
	width: 34px;
	height: 38px
}
.top-nav li.rt{
	background-image: url("https://www.graceybacker.com/images/top-nav-right.png");
	width: 34px;
	height: 38px
}

.top-nav,
.top-nav ul,
.top-nav li,
.top-nav a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.top-nav {
    height: 40px;
    float: right;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.top-nav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
    z-index: 9999;
}
.top-nav li a {
    display: block;
    padding: 0 8px;
    line-height: 38px;
    text-decoration: none;
 
    font-size: 13px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-family: 'centuryg', sans-serif;
    
    background-image: url("https://www.graceybacker.com/images/top-nav-bg.png");
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.top-nav li:first-child a { border-left: none; }
.top-nav li:last-child a{ border-right: none; }

.top-nav li:hover > a { color: #fbdc5c;}
.top-nav ul {
    position: absolute;
    left: 0;
 
    opacity: 0;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.top-nav li:hover > ul { opacity: 1; }
.top-nav ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.top-nav li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
    
}
.top-nav ul li a {
    border: none;
    margin: 0;
    padding: 0 10px;
    width: 185px;
}
.top-nav ul li:last-child a { 
	border: none; 
	background: #042342; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MjM0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjQyNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #042342 0%, #0b4270 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#042342), color-stop(100%,#0b4270)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #042342 0%,#0b4270 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #042342 0%,#0b4270 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #042342 0%,#0b4270 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #042342 0%,#0b4270 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042342', endColorstr='#0b4270',GradientType=0 ); /* IE6-8 */
}


#top-nav-full { display: none;}



/* Quote Navigation */

#quote-nav { float:right; margin: 5px 0 5px; }
.quote-nav,
.quote-nav ul,
.quote-nav li,
.quote-nav a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.quote-nav {
    height: 40px;
    float: right;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.quote-nav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}
.quote-nav li a {
    display: block;
    padding: 0 8px;
    text-decoration: none;
 
    font-size: 12px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-family: 'centuryg', sans-serif;
    
    background: #F07500;
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.quote-nav li a.home {
	width: 154px;
	height: 36px;
	background: url('https://www.graceybacker.com/wp-content/uploads/2017/09/bttn-getaquote.png') no-repeat;
	text-indent: -99999px;
}

.quote-nav li:first-child a { border-left: none; }
.quote-nav li:last-child a{ border-right: none; }

.quote-nav li:hover > a { color: #fbdc5c;}
.quote-nav ul {
	background: #F07500;
    position: absolute;
    left: 0;
 
    opacity: 0;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.quote-nav li:hover > ul { opacity: 1; }
.quote-nav ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.quote-nav li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
    
}
.quote-nav ul li a {
    border: none;
    margin: 0;
    padding: 15px 10px;
    width: 185px;
}






#quotebox {float:right; margin: 5px 0 5px;}
#quotebox img{margin: 0 0 5px 10px;}
.quote {
	display: inline-block;
	width: 185px;
	height: 44px;
	background: url('https://www.graceybacker.com/images/quote2.png') no-repeat;
	text-indent: -99999px;
	margin-left: 5px;
}
.quote:hover {
	background-position: 0 -44px;
}
#hurricane {
	display: inline-block;
	width:245px;
	height: 44px;
	margin: -20px 0 0 20px;
	background: transparent url('https://www.graceybacker.com/images/hurricane-toolkit.png') no-repeat;
}
#hurricane:hover {
background-position: 0 -44px;
}
#cyber-liability-bttn {
	display: inline-block;
	width:245px;
	height: 44px;
	margin: -20px 0 0 20px;
	background: transparent url('https://www.graceybacker.com/images/cyber-liability-bttn.png') no-repeat;
}
#cyber-liability-bttn:hover {
background-position: 0 -44px;
}
#workers {
	display: inline-block;
	width:245px;
	height: 44px;
	margin: -20px 0 0 20px;
	background: transparent url('https://www.graceybacker.com/images/Workers-Comp-button.png') no-repeat;
}
#workers:hover {
background-position: 0 -44px;
}




#logo {clear:both;margin-bottom: 20px}
#phonebox {font-family: Arial, Helvetica, sans-serif;float:right; margin: 5px 0;color:#0d5086;text-align: right;}
.fb {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('https://www.graceybacker.com/images/fb2.png') no-repeat;
	text-indent: -99999px;
	margin-left: 5px;
}
.fb:hover {
	background-position: 0 -20px;
}
.tw {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('https://www.graceybacker.com/images/tw2.png') no-repeat;
	text-indent: -99999px;
	margin-left: 5px;
}
.tw:hover {
	background-position: 0 -20px;
}
.in {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('https://www.graceybacker.com/images/in2.png') no-repeat;
	text-indent: -99999px;
	margin-left: 5px;
	
}
.in:hover {
	background-position: 0 -20px;
}
.slider{
	float: left;
	display: inline-block;
}
.slide-bar {
	width: 258px;
	height: 350px;
	float:left;
	display:inline-block;
	text-align: center;
	background: #0d5086; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZDUwODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDMyMjQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #0d5086 0%, #032240 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0d5086), color-stop(100%,#032240)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0d5086 0%,#032240 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5086', endColorstr='#032240',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
}
.insurance-menu {
	display: none;
}
.slide-bar h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#fbdc5c;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin: 30px 0 20px;
}
.btn1 {
	display: inline-block;
	width: 206px;
	height: 47px;
	background: url('https://www.graceybacker.com/images/physicians-surgeons-btn2.png') no-repeat;
	text-indent: -99999px;
	
}
.btn1:hover {
	background-position: 0 -47px;
}


.btn2 {
	display: inline-block;
	width: 206px;
	height: 47px;
	background: url('https://www.graceybacker.com/images/oral-surgeons-btn2.png') no-repeat;
	text-indent: -99999px;
	
}
.btn2:hover {
	background-position: 0 -47px;
}
.btn3 {
	display: inline-block;
	width: 206px;
	height: 47px;
	background: url('https://www.graceybacker.com/images/dentists-btn2.png') no-repeat;
	text-indent: -99999px;
	
}
.btn3:hover {
	background-position: 0 -47px;
}
.btn4 {
	display: inline-block;
	width: 206px;
	height: 47px;
	background: url('https://www.graceybacker.com/images/business-professionals-btn2.png') no-repeat;
	text-indent: -99999px;
	
}
.btn4:hover {
	background-position: 0 -47px;
}
.btn5 {
	display: inline-block;
	width: 206px;
	height: 47px;
	background: url('https://www.graceybacker.com/images/personal-insurance-btn2.png') no-repeat;
	text-indent: -99999px;
	
}
.btn5:hover {
	background-position: 0 -47px;
}

.content {
	clear: both;
	min-height: 200px;
	padding: 15px 0 20px;
}
.entry-content {
	display: block;
	
}



/* = iContact Email Sign-up
-------------------------------------------------------------- */
#email-signup {
	display: block;
	clear: both;
	padding: 5px;
	text-align: center;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032240+0,0d5086+100 */
background: #032240; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMjI0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDUwODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #032240 0%, #0d5086 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#032240), color-stop(100%,#0d5086)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #032240 0%,#0d5086 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #032240 0%,#0d5086 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #032240 0%,#0d5086 100%); /* IE10+ */
background: linear-gradient(to bottom, #032240 0%,#0d5086 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032240', endColorstr='#0d5086',GradientType=0 ); /* IE6-8 */
}
#email-signup *{
	max-width: 100%;
}
#email-signup h3{
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#email-signup input.text {
	width: 44%;
	display: inline-block;
	height: 28px;
	padding: 0 5px;
}
#email-signup input.button {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #F07500;
	height: 28px;
	padding: 0 10px 5px;
	border: none;
}
#email-signup input.button:hover{
	color: #FBDC5C;
}



.main {
	width: 75%;
	display: block;
	float: left;
}
.main2 {
	display: block;
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6{
	margin-top: 10px;
	margin-bottom: 10px;
}
.main h1 {
	font-size: 25px;
	line-height: 1.2em;
}
.main h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 15px 0 5px;
}
.main h3 {
	font-size: 16px;
	line-height: 1.2em;
}
.main h4 {
	font-size: 14px;
	line-height: 1.2em;
}
.main h5 {
	font-size: 13px;
	line-height: 1.2em;
}
.main h6 {
	font-size: 12px;
	line-height: 1.2em;
}

.main p {
	margin: 0 0 15px;
	line-height: 1.3em;
}


.side-bar {
	display: block;
	width: 25%;
	float: right;
	
}
.side-bar ul li {
	list-style-type: none;
}
.side-bar ul li:before {
   width: 8px;
   height: 7px;
   content: url('https://www.graceybacker.com/images/arrows.png');
}

.blogbio {
	background: none repeat scroll 0 0 #FFFFF6;
    border: 1px solid #C2CDD8;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px 2px 4px 1px #CED4D9;
    margin: 20px 10px !important;
    overflow: hidden;
    padding: 10px 20px !important;
}
.blogbio img{
	margin: 0 20px 5px 0;
	float: left;
}

.team h3, .team p, 
.team-mid h3, .team-mid p {
	width: 50%;
}
.team {
	float: left;
	color: #0d5086;
	font-size: 13px;
	width: 272px;
	height: 170px;
	padding: 10px;
	margin: 0 0 30px;
	background: #f5fbff;
	border-bottom: 4px solid #d2edfe;  
}
.team-mid {
	float: left;
	color: #0d5086;
	font-size: 13px;
	width: 272px;
	height: 170px;
	padding: 10px;
	margin: 0 25px 30px;
	background: #f5fbff;
	border-bottom: 4px solid #d2edfe;  
}

.team h3{color: #0d5086;font-size: 14px;margin-bottom: 5px;}
.team-mid h3{color: #0d5086;font-size: 14px;margin-bottom: 5px;}
.team-none {}
.team-1 {background: #f5fbff url('https://www.graceybacker.com/images/Ronald-Backer2.png') no-repeat right bottom;}
.team-2 {background: #f5fbff url('https://www.graceybacker.com/images/Barbara-Backer2.png') no-repeat right bottom;}
.team-3 {background: #f5fbff url('https://www.graceybacker.com/images/John-Gracey-Backer2.png') no-repeat right bottom;}
.team-4 {background: #f5fbff url('https://www.graceybacker.com/images/Ann-Marie-Chamberlain2.png') no-repeat right bottom;}
.team-5 {background: #f5fbff url('https://www.graceybacker.com/images/Carol-Macaluso2.png') no-repeat right bottom;}
.team-6 {background: #f5fbff url('https://www.graceybacker.com/images/Dawn-Lasky2.png') no-repeat right bottom;}
.team-7 {background: #f5fbff url('https://www.graceybacker.com/images/Debbie-Vashon2.png') no-repeat right bottom;}
.team-8 {background: #f5fbff url('https://www.graceybacker.com/images/H_G-Webb2.png') no-repeat right bottom;}
.team-9 {background: #f5fbff url('https://www.graceybacker.com/images/Karen-Liljedahl2.png') no-repeat right bottom;}
.team-10 {background: #f5fbff url('https://www.graceybacker.com/images/Kathy-Ball2.png') no-repeat right bottom;}
.team-11 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2016/06/Kathy-Warne.jpg') no-repeat right bottom;}
.team-12 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2017/04/Lynn-Casey3.jpg') no-repeat right bottom;}
.team-13 {background: #f5fbff url('https://www.graceybacker.com/images/Nicole-Bender2.png') no-repeat right bottom;}
.team-14 {background: #f5fbff url('https://www.graceybacker.com/images/Paula-Ewing2.png') no-repeat right bottom;}
.team-15 {background: #f5fbff url('https://www.graceybacker.com/images/Regina-Walker2.png') no-repeat right bottom;}
.team-16 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2016/06/Debi-Bell.jpg') no-repeat right bottom;}
.team-17 {background: #f5fbff url('https://www.graceybacker.com/images/Trish-Warren2.png') no-repeat right bottom;}
.team-18 {background: #f5fbff url('https://www.graceybacker.com/images/Wendy-Ring2.png') no-repeat right bottom;}
.team-19 {background: #f5fbff url('https://www.graceybacker.com/images/Forrest-DeBuys2.png') no-repeat right bottom;}
.team-20 {background: #f5fbff url('https://www.graceybacker.com/images/David-C-Backer2.png') no-repeat right bottom;}
.team-21 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2016/06/Polly-Spence.jpg') no-repeat right bottom;}
.team-22 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2016/06/Marilyn-Deese.jpg') no-repeat right bottom;}
.team-23 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2017/04/Jennifer-Thompson2.jpg') no-repeat right bottom;}
.team-24 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2017/04/Danna-Goddard.jpg') no-repeat right bottom;}
.team-25 {background: #f5fbff url('https://www.graceybacker.com/wp-content/uploads/2017/06/Michelle_Sierra.jpg') no-repeat right bottom;}




.team-info {
	width:500px;
	background-color: #D2EDFE;
	font-size: 18px;
	float: left;
	margin: 40px 0 30px 25px;
	padding: 20px;
    width: 569px;
}
.team-info2 {
	width:500px;
	background-color: #D2EDFE;
	font-size: 18px;
	float: left;
	margin: 0 0 0 25px;
	padding: 20px;
    width: 270px;
}



#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 25px 0 60px;
	margin-top: 25px;
	background: #0d5086; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZDUwODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDMyMjQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #0d5086 0%, #032240 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0d5086), color-stop(100%,#032240)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0d5086 0%,#032240 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0d5086 0%,#032240 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5086', endColorstr='#032240',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.copy {font-size: 14px;}
#foot a:link {text-decoration:none;color: #fbdc5c;font-weight: normal;}
#foot a:visited {text-decoration:none;color: #fbdc5c;font-weight: normal;}
#foot a:hover {text-decoration:underline;color: #fbdc5c;font-weight: normal;}
#foot a:active {text-decoration:underline;color: #fbdc5c;font-weight: normal;}


.workers {
	font-size: 19px;
}
.workers h1{
	font-size: 35px !important;
}
.workers small {font-size: 14px;line-height: 1.2em !important;}


table#contact {
	width: 100%;
	max-width: 100%;
}
table#contact td{
	vertical-align: top;
}
table#contact td.lt, table#contact td.rt{
	width: 45%;
	max-width: 100%;
}
table#contact td.mid{
	width: 2%;
	max-width: 100%;
}
.wpcf7-text {
	background: #fff;
    border: 1px solid #34739b;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
    width: 100%;
}

.wpcf7-starratingawesome.starratingawesome {
	font-size: 40px;
}


iframe#map {
	width: 100%;
	margin: 0 0 10px;
	max-width: 100%;
}

/* =News Ticker
-------------------------------------------------------------- */
.newsticker_wrapper {
    bottom: 0;
    color: #FB7C06 !important;
    margin: 0 auto;
    position: fixed !important;
    width: 968px; !important;
    z-index: 0;
}
.newsticker_title {
    position: relative;
    top: 32px;
}
.newsticker_title h4 {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #FB7C06 !important;
    display: inline-block;
    float: left;
    margin: -5px 0 0 0;
    padding: 7px 10px;
    border-right-style:solid;
    border-right-color:#d3d3d3;
}


/* =Search box
-------------------------------------------------------------- */
#searchbox{
	display: inline-block;
	float: left;
    margin: 1px 10px 0 0;
}
input[type="text"], input[type="password"] {
 	background: #fff;
    border: 1px solid #34739b;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
    width: 100%;
    
}
textarea{
	width: 100%;
	background: #fff;
    border: 1px solid #34739b;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;

}
#s {
color: #0d5086;
font-family: Arial, sans-serif;
font-size: 13px;
margin: 0 -31px 0 0;
padding: 10px 10px 10px 8px;
text-transform: lowercase;
width: 190px;
 
transition-duration: 400ms;
transition-property: width, background;
transition-timing-function: ease;
 
/* Safari and Chrome */
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
 
/* Opera */
-o-transition-duration:400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
 
 
}
#s:focus { width: 200px; } 
#searchsubmit {
text-indent: -9999px;
background: #fff;
background-image: url('https://www.graceybacker.com/images/search.png');
height: 20px;
width: 20px;
border: 0;
}


.sent-button {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #F07500;
	height: 28px;
	padding: 0 10px 2px;
	border: none;
	margin-top: 5px;
	float: right;
	clear: both;
	margin-right: 7px;
	-webkit-border-radius: 6px;    
    border-radius: 6px;
}
.sent-button:hover{
	color: #FBDC5C;
}

#quote-form .wpcf7-text{
 	background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
    width: 80%;
    
}
#quote-form .state {
	width: 25px
}
#quote-form .zip {
	width: 50px;
}

img.gold-plate {
	width: 150px;
	margin: 0 auto 10px;
	display: block;
}


#mni-membership-635635611317341955 {
	float: right;
	width: 295px;
	
}
img.mn-widget-member-logo {
	width: 150px;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
	clear: none;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.2em;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 15px 0 5px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.2em;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.2em;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.2em;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.2em;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 15px;
	line-height: 1.3em;
	max-width: 100%;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	line-height: 1.3em;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 .5em 1.2em;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {	
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	
}
.entry-content table caption,
.comment-content table caption {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}






/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}





/* ----------- Responsive Mobile Styles ----------- */
@media screen and (min-width: 461px) and (max-width: 970px) {
	#wrap {
		margin: 0 auto;
	    width: 100%;
	}
	
	#top-nav-full { 
		width: 100%;
		display: block;
	}
	#top-nav {
		display: none;
	}
	
	#workers {
		display: inline-block;
		margin: 5px 0 0 20px;
	}
	
	#logo img{
		clear:both;
		margin: 0 auto 10px;;
		display: block;	
	}
	#phonebox {
		float:none; 
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.slider{
		float: none;
		display: block;
		width: 100%
	}
	.slide-bar {
		display: none;
	}
	.insurance-menu {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	.content {
		clear: both;
		min-height: 200px;
		padding: 15px 0 20px;
	}	
	.main {
		width: 70%;
		display: block;
		float: none;
	}
	.main2 {
		width: 70%;
		display: block;
	}	
	.side-bar {
		display: block;
		width: 19%;
		float: right;
		
	}

}

/* ----------- Responsive Mobile Styles ----------- */
@media screen and (min-width: 741px) and (max-width: 970px) {
	#wrap {
		margin: 0 auto;
	    width: 100%;
	}
	
	#top-nav-full { 
		width: 100%;
		display: block;
	}
	#top-nav {
		display: none;
	}
	
	#hurricane {
		display: inline-block;
		margin: 5px 0 0 20px;
	}
	#cyber-liability-bttn {
		display: inline-block;
		margin: 5px 0 0 20px;
	}
	#workers {
		display: inline-block;
		margin: 5px 0 0 20px;
	}
	#quotebox {float:right; margin: 5px 0 10px;}
	#logo img{
		clear:both;
		margin: 0 auto 10px;;
		display: block;	
	}
	#phonebox {
		float:none; 
		margin: 0 auto 20px;
		text-align: center;
	}		
	
	.slider{
		float: none;
		display: block;
		width: 100%
	}
	.slide-bar {
		display: none;
	}
	.insurance-menu {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	#email-signup h3{
		font-size: 16px;
	}
	#email-signup input.text {
		width: 38%;
		padding: 0 2px;
	}
	#email-signup input.button {
		font-size: 16px;
		padding: 0 10px 2px;
	}
	
	.content {
		clear: both;
		min-height: 200px;
		padding: 15px 0 20px;
	}	
	.main {
		width: 70%;
		display: block;
		float: left;
	}
	.main2 {
		width: 90%;
		display: block;
		margin: 0 auto;
	}	
	.side-bar {
		display: block;
		width: 19%;
		float: right;
		
	}
		
	.team, .team-mid {
		float: left;
		width: 45%;
		height: 170px;
		margin: 0 5px 10px; 
	}
	.team-info2 {
	    display: block;
	    padding: 2%;
	    
	    float: left;
		width: 43.5%;
		height: 170px;
		margin: 0 5px 10px;
	}
	
	.newsticker_wrapper {
		width: 100%;
	}

}

/* ----------- Responsive Mobile Styles ----------- */
@media screen and (min-width: 461px) and (max-width: 740px) {
	#wrap {
		margin: 0 auto;
	    width: 100%;
	}
	
	#top-nav-full { 
		width: 100%;
		display: block;
	}
	#top-nav {
		display: none;
	}
	
	
	#hurricane {
		display: block;
		margin: 10px auto 0;
	}
	#cyber-liability-bttn {
		display: block;
		margin: 10px auto 0;
	}
	#workers {
		display: block;
		margin: 10px auto 0;
	}
	#quotebox {
		float:none;
		margin: 0 auto;
		width: 90%;
		
	}
	#logo img{
		clear:both;
		margin: 0 auto 10px;;
		display: block;	
		width: 90%;
		height: auto;
	}
	#phonebox {
		float:none; 
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.slider{
		float: none;
		display: block;
		width: 100%
	}
	.slide-bar {
		display: none;
	}
	.insurance-menu {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	#email-signup h3{
		font-size: 16px;
	}
	#email-signup input.text {
		width: 38%;
		padding: 0 2px;
	}
	#email-signup input.button {
		font-size: 16px;
		padding: 0 10px 2px;
	}
	
	.wpcf7-starratingawesome.starratingawesome {
		font-size: 20px;
	}
	
	.pad {padding: 10px 0;}
	.content {
		clear: both;
		min-height: 200px;
		padding: 15px 0 20px;
	}	
	.main {
		width: 90%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.main2 {
		width: 90%;
		display: block;
		margin: 0 auto;
	}	
	.side-bar {
		display: block;
		width: 90%;
		float: none;
		border-top: 5px solid #042542;
		padding-top: 15px;
		margin: 0 auto;
	}
	
	.blue-box table td {
		width: 100%;
		display: block;
	}
	.blue-box table td img {
		max-width: 100%;
		height: auto;
	}
	
	#foot .wrap {
		width: 90%;
		margin: 0 auto;
	}
	
	.alignright, .alignleft{
	    margin: 0 0 10px 10px;
	    width: 30%;
	    height: auto;
	}
	.aligncenter {
	    float:none;
	    margin: 10px auto;
	    width: 100%;
	    height: auto;
	}
	
	table#contact td.lt, table#contact td.rt{
		width: 97%;
		display: block;
	}
	table#contact td.mid{
		display: none;
	}
	
	.team, .team-mid {
		display: block;
	    float: none;
	    height: 170px;
	    margin: 0 0 10px;
	    width: 96%; 
	}
	.team-info2 {
	    display: block;
	    float: none;
	    margin: 0 0 10px;
	    padding: 5%;
	    width: 90%;
	}
	#mni-membership-635635611317341955 {
		float: none;
	    margin: 0 auto;
	    width: 295px;
	}
	
	.newsticker_wrapper {
		width: 100%;
	}

}


@media screen and (max-width: 460px) {
	#wrap {
		margin: 0 auto;
	    width: 100%;
	}
	
	#top-nav-full { 
		width: 100%;
		display: block;
	}
	#top-nav {
		display: none;
	}
	
	#hurricane {
		display: block;
		margin: 10px auto 0;
	}
	#cyber-liability-bttn {
		display: block;
		margin: 10px auto 0;
	}
	#workers {
		display: block;
		margin: 10px auto 0;
	}
	#quotebox {
		float:none;
		margin: 0 auto;
		width: 90%;	
	}
	
	#quote-nav { 
		float:none;
		margin: 0 auto 5px; 
		display: block;
	}
	.quote-nav {
		float: none;
		width: 185px;
		display: block;
		margin: 0 auto;
	}
	.quote-nav li {
		float: none;
	}
	
	#searchbox{
		display: block;
		float: none;
	    margin: 0 auto 10px;	
	    width: 215px;
	}
	#logo img{
		clear:both;
		margin: 0 auto 10px;;
		display: block;
		width: 90%;
		height: auto;
	}
	#phonebox {
		float:none; 
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.slider{
		float: none;
		display: block;
		width: 100%
	}
	.slide-bar {
		display: none;
	}
	.insurance-menu {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	#email-signup h3{
		font-size: 16px;
	}
	#email-signup input.text {
		width: 98%;
		display: block;
		padding: 0 2px;
		margin: 1px auto;
	}
	#email-signup input.button {
		font-size: 16px;
		padding: 0 10px 2px;
		width: 99.5%;
		display: block;
		margin: 2px auto 0;
	}
	
	.wpcf7-starratingawesome.starratingawesome {
		font-size: 20px;
	}
	
	.pad {padding: 10px 0;}
	.content {
		clear: both;
		min-height: 200px;
		padding: 15px 0 20px;
	}	
	.main {
		width: 90%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.main2 {
		width: 90%;
		display: block;
		margin: 0 auto;
	}	
	.side-bar {
		display: block;
		width: 90%;
		float: none;
		border-top: 5px solid #042542;
		padding-top: 15px;
		margin: 0 auto;
	}
	
	.blue-box table td {
		width: 100%;
		display: block;
	}
	.blue-box table td img {
		max-width: 100%;
		height: auto;
	}
	
	#foot .wrap {
		width: 90%;
		margin: 0 auto;
	}
	
	.alignright, .alignleft, .aligncenter {
	    float:none;
	    margin: 10px auto;
	    width: 100%;
	    height: auto;
	}
	
	table#contact td.lt, table#contact td.rt{
		width: 95%;
		display: block;
	}
	table#contact td.mid{
		display: none;
	}
	
	.team, .team-mid {
		display: block;
	    float: none;
	    height: 170px;
	    margin: 0 0 10px;
	    width: 96%; 
	}
	.team-info2 {
	    display: block;
	    float: none;
	    margin: 0 0 10px;
	    padding: 5%;
	    width: 90%;
	}
	#mni-membership-635635611317341955 {
		float: none;
	    margin: 0 auto;
	    width: 295px;
	}
	
	.newsticker_wrapper {
		display: none;
	}
	
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#wrap {
		margin: 0 auto;
	    width: 100%;
	}
	
	#top-nav-full { 
		width: 100%;
		display: block;
	}
	#top-nav {
		display: none;
	}
	
	#hurricane {
		display: block;
		margin: 10px auto 0;
	}
	#cyber-liability-bttn {
		display: block;
		margin: 10px auto 0;
	}
	#workers {
		display: block;
		margin: 10px auto 0;
	}
	#quotebox {
		float:none;
		margin: 0 auto;
		width: 90%;	
	}
	
	#quote-nav { 
		float:none;
		margin: 0 auto 5px; 
		display: block;
	}
	.quote-nav {
		float: none;
		width: 185px;
		display: block;
		margin: 0 auto;
	}
	.quote-nav li {
		float: none;
	}
	
	#searchbox{
		display: block;
		float: none;
	    margin: 0 auto 10px;	
	    width: 215px;
	}
	#logo img{
		clear:both;
		margin: 0 auto 10px;;
		display: block;
		width: 90%;
		height: auto;
	}
	#phonebox {
		float:none; 
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.slider{
		float: none;
		display: block;
		width: 100%
	}
	.slide-bar {
		display: none;
	}
	.insurance-menu {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	#email-signup input.text {
		width: 98%;
		display: block;
		padding: 0 2px;
		margin: 1px auto;
	}
	#email-signup input.button {
		font-size: 16px;
		padding: 0 10px 2px;
		width: 99.5%;
		display: block;
		margin: 2px auto 0;
	}
	
	.wpcf7-starratingawesome.starratingawesome {
		font-size: 20px;
	}
	
	.pad {padding: 10px 0;}
	.content {
		clear: both;
		min-height: 200px;
		padding: 15px 0 20px;
	}	
	.main {
		width: 90%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.main2 {
		width: 90%;
		display: block;
		margin: 0 auto;
	}	
	.side-bar {
		display: block;
		width: 90%;
		float: none;
		border-top: 5px solid #042542;
		padding-top: 15px;
		margin: 0 auto;
	}
	
	.blue-box table td {
		width: 100%;
		display: block;
	}
	.blue-box table td img {
		max-width: 100%;
		height: auto;
	}
	
	#foot .wrap {
		width: 90%;
		margin: 0 auto;
	}
	
	.alignright, .alignleft, .aligncenter {
	    float:none;
	    margin: 10px auto;
	    width: 100%;
	    height: auto;
	}
	
	table#contact td.lt, table#contact td.rt{
		width: 95%;
		display: block;
	}
	table#contact td.mid{
		display: none;
	}
	
	.team, .team-mid {
		display: block;
	    float: none;
	    height: 170px;
	    margin: 0 0 10px;
	    width: 96%; 
	}
	.team-info2 {
	    display: block;
	    float: none;
	    margin: 0 0 10px;
	    padding: 5%;
	    width: 90%;
	}
	#mni-membership-635635611317341955 {
		float: none;
	    margin: 0 auto;
	    width: 295px;
	}
	
	.newsticker_wrapper {
		display: none;
	}	
}





