/*  
Theme Name: QuoteAround
Description: QuoteAround.com WordPress theme
Version: 1.0
Author: Me
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a {
	outline: none;
}
img {
	border: none;
}
.clearer {
	clear: both;
}
blockquote {
	background: #F2F2F2 url(images/blockquote.png) no-repeat top left;
	border: 1px solid #D7D7D7;
	padding: 10px 10px 10px 40px;
}
/*-- Main structure for the layout --*/
body {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	line-height: 120%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #fff;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
}
#contentWrapper {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
}
#sidebar {
	float: right;
	padding: 20px 20px 10px 5px;
	width: 316px;
	min-height: 500px;
}
#Content {
	margin: 0 auto;
	padding: 20px 0px 30px 0px;
	max-width: 820px;
}
#Footer {
	padding: 20px 10px 0px;
	height: 51px;
	color: #555;
	text-align: center;
}
#Content {
	line-height: 180%;
}
.article ul li, .article ol li {
	padding-bottom: 10px;
}
.article a, .article a:link {
	text-decoration: underline;
}
.article a:visited {
	text-decoration: none;
}
.cccontainer h2, .cccontainer h3, .cccontainer h4, .cccontainer h5, .cccontainer h6 {
	margin-top: 30px;
}
#headerWrapper {
	padding: 0;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	background: #44515c;
	width: 100%;
}
.logo {
	float: left;
}
#nav {
	float: right;
}
.menuitem1, .menuitem2, .menuitem3 {
	padding: 6px 13px;
	margin-top: 10px;
	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border: 2px solid #333;
}
.or {
	float: left;
	display: inline;
	padding: 20px 0 0 6px;
	color: #fff;
}
.menuitem1 {
	background-color: rgb(228, 169, 13);
}
.menuitem2 {
	background-color: #E06411;
}
.menuitem3 {
	background-color: #9C0;
	display: none !important;
}
.menuitem1:hover {
	background-color: #CA8002;
}
.menuitem2:hover {
	background-color: #CA6420;
}
/*-- Heading styles --*/
h1 {
	font: normal 150%/120% Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font: 700 150%/130% 'Roboto Slab', serif;
	color: #526A78;
}
h3 {
	font: 400 140%/130% 'Roboto Slab', serif;
	font-weight: 400;
	color: #666;
}
h4 {
	font: 400 160%/130% 'Roboto Slab', serif;
	font-weight: 400;
	color: #666;
}
h5 {
	font: 700 125%/130% 'Roboto Slab', serif;
	color: #666;
}
h6 {
	font: 400 135%/140% 'Roboto Slab', serif;
	color: #333;
}
.topcompare h6 {
	margin-top: 20px;
}
.secdiv {
	height: 1px;
	width: 100%;
	background-color: #ddd;
	margin: 20px 0;
	clear: both;
}
.footquote {
	font: 400 160%/130% 'Roboto Slab', serif;
	font-weight: 400;
	text-align: center;
	clear: both;
	margin-bottom: -25px;
}
.bold {
	font-weight: 700;
}
/*-- Link styles --*/
a, a:link {
	text-decoration: none;
	font-weight: bold;
}
p a, p a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #9C0;
}
#sidebar a.quoteButton:hover {
	color: #fff !important;
}
.article a.more-link { /*-- Removes underline from more link --*/
	text-decoration: none;
}
#header a, #header a:link, #header a:active, #header a:visited {
	color: #FFF;
}
#header a:hover {
	color: #0CF;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #555;
}
#Footer a:hover {
	color: #C60;
}
/*-- Header styles --*/

#header {
	max-width: 990px;
	height: 60px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#topfeature {
	background: url(images/road-to-insurance.jpg) no-repeat center;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
#topfeature h1 {
	padding: 70px 0 0 30px;
	text-align: left;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 68px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
	width: 600px;
	line-height: 1;
}
#innerfeature {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.home #headerWrapper {
	background: rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}
.home #outerWrapper {
	margin-top: 260px;
}
/* Navigation Styles */
#menu {
	max-width: 400px;
	position: relative;
	margin: 0 auto;
	float: left;
	display: block;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#menu ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
}
#menu ul li a:hover {
	color: #FFF;
}
a.quoteButton {
	background-color: #89c403;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	font-weight: bold;
	padding: 14px 35px;
	width: 100%;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #528009;
	line-height: 100%;
	max-width: 500px;
	margin: 20px 0;
}
a.quoteButton:hover {
	background-color: #77a809;
}
.quoteButton:active {
	position: relative;
	top: 1px;
}
span.qtearr {
	background: url(images/quote-arrow.png) no-repeat right center;
	padding-right: 55px;
}
p.quotebtn {
	text-align: center;
}
p.qtebtnfirst {
	text-align: center;
	font-size: 29px;
	margin: 60px 30px 0 30px;
	color: #353535;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	font-weight: 400;
	line-height: 1.3;
}
p.qtebtnfirst span.facttitle {
	font-size: 21px;
	display: inline-block;
	padding-bottom: 20px;
	color: #afafaf;
	letter-spacing: 5px;
}
p.qtebtnfirst span.bold {
	color: #cc1e1e;
}
p.qtelast {
	margin: 10px 30px 40px 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#sidebar ul.topcompare {
	background: #f9f9f9;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 10px 20px 20px 20px;
	text-align: center;
}
#sidebar ul.topcompare h5 {
	text-align: center;
	border-bottom: none;
	padding: 0;
	margin-bottom: 15px;
	line-height: 1.3;
	font-size: 180%;
	letter-spacing: -1px;
}
/*-- Post styles --*/
h1.posttitle, h2.posttitle {
	font-size: 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 15px;
	line-height: 110%;
	color: #555;
}
h2.posttitle a {
	font-weight: 400;
}
.homemfr {
	max-width: 50px;
	float: left;
	margin-right: 10px;
	border: 3px solid #efefef;
	margin-bottom: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	border-radius: 8px;
}
.mfrmodel {
	width: 185px;
	float: left;
	margin-right: 0;
}
.mfrmodel a {
	line-height: 30px;
}
.posttitle a:hover {
	text-decoration: none;
}
.archivetitle {
	font-size: 21px;
	line-height: 35px;
	color: #666;
	background: url(images/archiveicon.png) no-repeat left center;
	padding-left: 42px;
	margin-bottom: 8px;
}
.metablock {
	margin-top: 5px;
	padding-bottom: 20px;
	font-size: 11px;
}
.meta {
	float: left;
	background: url(images/icon-date.png) no-repeat left top;
	padding-left: 22px;
}
.postcomments {
	float: right;
	background: url(images/icon-comment.png) no-repeat left top;
	padding-left: 22px;
}
.tags {
	font-weight: bold;
	margin-bottom: 0px;
}
/*-- Sidebar styles --*/
#sidebar h5 { /*-- This is the title of each widget --*/
	font: 400 150%/140% 'Roboto Slab', serif;
	color: #333;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ddd;
}
#sidebar ul.leftlist {
	width: 48%;
	float: left;
}
#sidebar ul.rightlist {
	width: 48%;
	float: right;
	display: inline-block;
}
.leftside {
	width: 48%;
	float: left;
	padding: 0 3%;
	margin-bottom: 15px;
}
.rightside {
	width: 48%;
	float: right;
	padding: 0 3%;
	margin-bottom: 15px;
}
#sidebar a {
	font-weight: bold;
}
#sidebar ul {
	padding: 8px;
	margin-bottom: 10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 316px;
}
#sidebar ul ul {
	border: none;
	background: none;
}
#sidebar ul li {
	margin-bottom: 10px;
	clear: both;
}
#sidebar ul.recentquotes li {
	line-height: 130%;
}
#sidebar ul li ul li {
	margin-left: 8px;
	background: url(images/arrow.png) no-repeat left top;
	padding-left: 9px;
	padding-bottom: 10px;
	border: none;
	margin-bottom: 0;
	padding-top: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 14px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 260px;
}
#sidebar ul.children {
	padding-top: 3px;
}
#sidebar ul.children li { /*-- This styles the sub categories in the hierarchy --*/
	background: url(images/childbullets.png) no-repeat left top;
	padding-bottom: 2px;
}
.cccontainer {
	padding-right: 15px;
}
/*---Image alignment in posts and pages---*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding: 0 20px 20px 0;
}
.alignright {
	float: right;
	padding: 0 0 20px 20px;
}
/*---Image Captions---*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*---Comment Styles---*/
ol.commentlist {
	clear: both;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
ol.commentlist p {
	clear: both;
	margin: 0;
	padding: 0 10px 10px 10px;
}
ol.commentlist ul.children {
	list-style: none;
}
.avatar {
	float: right;
	padding: 2px;
}
div.comment-author {
	margin-top: 5px;
	background-color: #EBEBEB;
	border: solid 1px #CCC;
	height: 36px;
}
div.comment-author .fn {
	font: bold 18px/36px Verdana, Geneva, sans-serif;
	padding-left: 10px;
}
.says {
	display: none;
}
div.comment-meta {
	float: right;
	padding-bottom: 8px;
}
#respond {
	clear: both;
}
div.reply {
	text-align: right;
}
div.reply a {
	text-decoration: underline;
}
#comment {
	width: 100%;
}
.article a, .article a:link, a:link {
	color: #3E72B8;
}
.posttitle > a:link {
	color: #555;
}
.article h3, .article h4, .article h5, .article h6 {
	color: #666;
}
.article a:hover, #sidebar a:hover, .posttitle a:hover {
	color: #E06411;
	text-decoration: none;
}
a:visited {
	color: #E06411;
}
.external {
	background: url(images/new_window_icon.png) no-repeat right top;
	padding-right: 18px;
}
.agentlist {
	background-color: #EFEFEF;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	line-height: 200%;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.agentul {
	font-size: 12px;
}
#topsidebar {
	height: 242px;
	width: 300px;
	font: 21px/21px Tahoma, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;
	text-align: center;
	padding-top: 8px;
}
#topsidebar a {
	display: block;
	height: 220px;
	width: 300px;
}
#menu ul li a.veh {
	background: url(images/menusprite.png) no-repeat 0 0;
	width: 170px;
	height: 45px;
	border-right: 1px solid rgba(0,0,0,0.3);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#menu ul li a.veh:hover {
	background: rgba(0,0,0,0.3) url(images/menusprite.png) no-repeat 0 -45px;
}
#menu ul li a.comp {
	background: url(images/menusprite.png) no-repeat 0 -90px;
	width: 160px;
	height: 45px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
#menu ul li a.comp:hover {
	background: rgba(0,0,0,0.3) url(images/menusprite.png) no-repeat 0 -135px;
}
.vehicles {
	padding-bottom: 8px;
}
.vehicles p {
	text-align: center;
}
#vehiclemake, #vehiclemodel {
	display: none;
	margin-top: 8px;
}
#vehicleselect span {
	font: bold 130%/120% 'Roboto Slab', serif;
	font-weight: 400;
	color: #666;
	width: 70px;
	padding: 0 5px;
	display: inline-block;
	text-align: right;
}
#vehiclesubmit {
	margin: 10px 0 0 46px;
}
#car-years, #car-makes, #car-models {
	border: 1px solid #999;
	padding: 2px;
	width: 180px;
	color: #666;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#Content.fullwidth {
	width: 975px;
}
.wj_mp_middlecol > li {
	margin-left: 20px;
}
.big {
	color: #C60;
}
.vehicles p.lr {
	background: url(images/key.jpg) no-repeat left top;
	padding-left: 75px;
	font-size: 12px;
	text-align: left;
	min-height: 50px;
}
.sbad {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	margin: 5px 0 5px 9px;
}
span.bwapsproductstate {
	display: none;
}
#bwapsilisting {
	max-width: 100% !important;
}
#topsidebar {
	width: auto;
	background-size: 100% 100%;
}
#subsb {
	max-width: 325px;
}
/* Mobile Styles */
#outerWrapper {
	max-width: 990px;
	width: 100%;
}
#Content {
	width: 100%;
}
#Content.fullwidth {
	max-width: 100%;
	width: 100%;
}
#sidebar {
	max-width: 330px;
	width: 100%;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header {
	max-width: 990px;
	width: 100%;
}
#sidebar ul {
	width: 100%;
}
#sidebar ul li ul li {
	width: 95%;
}
.listleft {
	width: 31%;
	margin-right: 2%;
	float: left;
}
.listmiddle {
	width: 31%;
	margin-right: 2%;
	float: left;
}
.listright {
	width: 31%;
	float: left;
}
ul.listleft li, ul.listmiddle li, ul.listright li, #Content li {
	line-height: 160%;
}
.mfr {
	width: 175px;
	margin-top: 10px;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
ul.modelyears {
	margin-bottom: 30px;
}
#sidebar ul.topcompare h5.mfrtop {
	font-size: 180%;
	margin-top: 15px;
	color: #666;
}
.mfrtop strong {
	font-weight: 400;
}
.col {
	width: 100%;
}
.sbButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
	box-shadow: inset 0px 1px 0px 0px #d9fbbe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background: -moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background: -webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background: -o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background: -ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52', GradientType=0);
	background-color: #b8e356;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #83c41a;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #86ae47;
	width: 90%;
	margin: 10px auto 20px auto;
	text-align: center;
	clear: both;
	display: block;
	font-size: 120%;
}
.sbButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background: -moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background: -webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background: -o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background: -ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background: linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356', GradientType=0);
	background-color: #a5cc52;
	color: #ffffff !important;
}
.sbButton:active {
	position: relative;
	top: 1px;
}
h1.cta, h2.cta {
	display: none;
}
.formpad {
	padding-left: 80px;
}
.cccontainer h2.quotetop, .cccontainer h3.quotetop {
	margin-top: 0;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.cccontainer h2.quotetop {
	font-size: 240%;
	color: #2194DA;
}
.mobileonly {
	display: none;
}
.comment-content {
	margin: 0 20px 40px 20px;
	padding: 15px 15px 10px 75px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 15px;
	font-style: italic;
	line-height: 150%;
	background: #f9f9f9 url('images/comment.png') no-repeat 10px 4px;
}
ol.commentlist .comment-header p {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 30px;
	background-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
}
h3#comments {
	margin-bottom: 30px;
}
#topfooter {
	max-width:800px;
	margin:0 auto;
}
#topfooter h4 {
	text-align:center;
	margin-bottom:30px;
}
#topfooter div.onethird {
	width:32%;
	float:left;
}
@media screen and (max-width: 990px) {
table.comparetable {
	max-width: 100%;
	width: 100%;
}
input, textarea {
	max-width: 100%;
}
table.comparetable td {
	width: 50%;
}
.comparison {
	background-size: 100% 100%;
}
.home #Content {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
#sidebar {
	max-width: 300px;
	width: 32%;
}
#topsidebar {
	max-width: 100%;
	width: 100%;
}
}

@media screen and (max-width: 900px) {
#Content {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
}

@media screen and (max-width: 680px) {
.homeleft, .homeright {
	float: left;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.formpad {
	padding-left: 0;
}
.mobileonly {
	display: block;
}
#topfooter div.onethird {
	width:80%;
	margin:0 10%;
	float:none;
}
}

@media screen and (max-width: 730px) {
#searchform {
	display: none;
}
#sidebar {
	float: left;
	width: 100%;
	padding: 20px;
}
.comparison {
	display: none;
}
#sidebar ul, #sidebar, #sidebar ul li ul li {
	max-width: 100%;
}
ul.listleft li, ul.listmiddle li, ul.listright li, #Content li {
	line-height: 200%;
}
}

@media screen and (max-width: 675px) {
.logo {
	width: 100%;
	text-align: center;
}
#topfeature {
	display: none;
}
#menu, #nav {
	max-width: 100%;
	width: 100%;
}
.or {
	display: none;
}
#nav {
	margin-bottom: 8px;
	padding: 0 20px;
}
#menu ul {
	text-align: center;
}
#headerWrapper {
	position: relative;
}
.home #headerWrapper {
	background-color: #44515c;
}
#outerWrapper {
	margin-top: 10px;
}
.home #outerWrapper {
	margin-top: 201px;
}
.menuitem3 {
	display: block !important;
	font-size: 20px;
}
.menuitem1, .menuitem2, .menuitem3 {
	width: 100%;
	padding: 12px;
}
#menu ul li {
	display: block;
	margin: 5px 0;
}
}

/*new css for quote plugin */
.quotearound-btn{
    background-color: #89c403;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: bold;
    padding: 14px 35px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px #528009;
    line-height: 100%;
    max-width: 500px;
    margin: 20px 0;
    white-space:normal;
}
.quote-form-posts{
	margin-top: 2rem;
}
.field-holder {
    text-align: center;
}
.quote-form-posts .field-holder {
    display: block!important;
}
.quote-form-popup .field-holder{
    display: block!important;
}
@media only screen 
and (max-width : 768px) {
/* Styles */ .field-holder {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
input#zipcode {
    padding: 10px;
}
.quote-form-popup p {
    display: none;
}
.quotearound-btn-bottombar {
    background-color: #89c403;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 35px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px #528009;
    line-height: 100%;
    max-width: 260px;
    margin: 20px 0;
    white-space: normal;
}
.bottombar-label{
    margin-right:2rem;
    font-size:21px;
}
.quote-form-bottombar{
    margin-top: -15px;
    margin-bottom: -15px;
}
@media screen and (max-width: 830px){
#wpfront-notification-bar-spacer {
    display: none !important;
}
}
