<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html { overflow-x: hidden;}
body {font-weight:400;}
.clear {clear: both;}
#content{min-height:400px;}
.prime {font-size:1.4em;}
.prime header.header {
  background:#4D7EA8;
  background-image: url();
  background-attachment:fixed;
}
.toplogo {
  color: #000;
  font-size:40px;
  font-weight:700;
  padding-top:5px;
  padding-bottom:5px;
}
.toplogo img:hover {
  opacity:0.7;
  transition:all 0.3s;
}
.topPhone {
  font-size:1.5em;
  line-height:1em;
  padding-top:20px;
  padding-bottom:10px;
  color:#000;
}
.topPhone a {
  background: #571C14;
  border-radius:10px;
  color: #fff;
  padding: 10px 15px 10px 15px;
  font-size: 1em;
  line-height: 2em;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  transition: all .2s ease-in-out;
}

.btn, .biziq-button, .rev-read-more, button, html input[type="button"], input[type="reset"], input[type="submit"] {	
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin: 25px 0px;
  padding: 7px 30px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.4);
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #571C14;
  color:#FFF !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:before {
  border-radius:6px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4D7EA8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
  text-decoration:none !important;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul {list-style-type: none;} 
ul.spaced li{margin-bottom:15px;}
ul.fancylist li:before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #D72B26;
  font-size: 16px;
  padding-right: 0.5em;
  margin-left: -27px;
}
ul.checked li:before{content: "\f00c";}
ul.marker li:before {content: "\f041";}
.topPhone a:hover {
  opacity:0.8;
}
.topPhone span {
  font-size:1em;
  text-transform:uppercase;
}
span.call-today {
  display: block;
  padding: 10px 0 0;
}
header {
  max-height:400px;
}
#slider{max-width:1920px;margin:0 auto;}
#slider .slide img{width:100%;}
@media only screen and (min-width:769px){
nav, nav.nav.nav-fixed, ul.sub-menu, body.admin-bar .mobmenu {
  background: transparent;
}
}
.nav ul {padding:0;}
.nav ul li a {
  font-family: 'Fira Sans', sans-serif;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:1em;
  padding:8px 16px;
  transition:.4s;
  position:relative; 
}
.nav ul li {transition:all ease-in-out .2s;}
.nav &gt; ul &gt; li &gt; a::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #571C14;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}
.nav ul li a:hover::before, .nav ul li.current-menu-item a:before {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.nav ul li a:hover {
  background-color:rgba(0,0,0,0);
  color:#fff;
}
nav.nav ul li.current-menu-item a {
  border: none;
  background:rgba(255,255,255,0.1);
}
.nav ul li { position: relative; overflow: inherit;}
ul.sub-menu { width: 100%; }
nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {border:0px !important; background:inherit;}
.cta {
  font-family: 'Fira Sans', sans-serif;
  bottom: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
}
.ctatop {
  color:#fff;
  font-size:5.4em;
  line-height:.9em;
  margin-bottom:2%;
  text-transform:uppercase;
  text-shadow:1px 1px 1px rgba(0,0,0,.5);
  padding-top:4%;
}
.ctatop{font-weight:700;}
.ctabtn {
  padding:7px 30px;
  background:#C9D8E5;
  border-radius:6px;
  color:#222 !important;
  font-size:1.3em;
  font-weight:500;
  box-shadow:1px 1px 1px rgba(0,0,0,.5);
  transition:all ease-in-out .2s;
  text-transform:uppercase;
  letter-spacing:1px;
}
.ctabtn:hover {
  color:#fff;
}
.navbtn {
  padding:0px 10px;
  background:#C9D8E5;
  border-radius:6px;
  color:#222 !important;
  font-size:1.3em;
  font-weight:500;
  box-shadow:1px 1px 1px rgba(0,0,0,.5);
  transition:all ease-in-out .2s;
  text-transform:uppercase;
  letter-spacing:1px;
}
.navbtn:hover {
  color:#fff;
}
.rslides_tabs {
  background:rgba(0,0,0,0);
  border-top:0px solid rgba(0,0,0,0);
}
.rslides_tabs li {padding-top:10px;}
.rslides_tabs li a:before {
  color: #333;
  font-size: 1.5em;
  content: '\25CB';
}

.rslides_tabs li.rslides_here a:before {
  color: #333;
  content: '\25CF';
  font-size: 1.5em;
}

.rslides_tabs {
  background: none;
  border-top: none;
  padding: 5px;
}

h1, h2, h3 {
  font-family: 'Fira Sans', sans-serif;
  text-transform:uppercase;
  line-height:1em;
}
h1 {font-size:2.5em;}
h2 {font-size:2.1em;}
#trend {
  width: 100%;
}
.spacing li {
  padding: 5px;
  padding-left: 2em;
  text-indent: -2em;
}
.compliments h1 {
  background: #000;
}
.up-down svg {
  color:#333 !important;
  transition:all ease-in-out .2s;
}
.up-down svg:hover {
  color: #454545 !important;
}
.review-container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.rev-cont {
  background: #c9d8e5;
  border: 0px solid #000;
  border-bottom:0px solid #000;
  border-radius:12px;
  color: #571c14;
  flex:auto;
  width:100%;
  padding: 1em;
  margin: 15px 4px;
  text-align: center;
  /* box-shadow: 1px 1px 1px rgba(0,0,0,.5); */
}
#content .rev-cont {max-width: 100%;}
#content .review-rating {
  padding-left:5px;
  padding-bottom:10px;
  font-size: 16px;
  border-bottom:1px solid #fff;
}
#content .review-info {text-align:center;}
#content .review-body {padding-top:0;}
#content .author-name {
	display: block;
	font-size: 2em;
    line-height: 1;
}
.review-body {
  border-left:none;
  padding: 21px 20px 0;
}
.rev-read-more {border-radius: 5px;}
.author-name {font-style:normal;}
.review-nav-container {width:100%;}
.review-body {font-style:normal;}
.review-date {
	float:none;
	font-size:75%;
}
.rev-cont:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: #c9d8e5;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: 27px;
    /* bottom: -29px; */
}
a.view-article {
  color:#fff !important; 
  background:#0D132A;
  padding: 7px 35px;
  border-radius: 8px; 
  transition:all ease-in-out .2s;
  box-shadow:1px 1px 1px rgba(0,0,0,.4);
  display:table;
  clear:both;
  margin:10px 0;
}
a.view-article:hover {opacity:.7; text-decoration:none !important;}
.blog-sidebar ul, .post ul {list-style-type:circle;}
.post a img {
  float: left;
  padding-right: 20px;
}
.blog-sidebar {
  background: #28769c;
  border-radius:10px;
  color: #fff;
  padding: 20px;
}
.blog-sidebar h3 {color:#fff;}
.blog-sidebar ul li a {color:#fff !important; transition:all ease-in-out .3s;}
.blog-sidebar ul li a:hover {opacity:.7; text-decoration:none !important;}
.post ul li {margin-bottom:15px;}
.breakout {
  background-image:url();
  background-attachment:fixed;
  margin-top:2em;
  margin-bottom:2em;
  padding:50px 0;
}
.full-width .wrapper {max-width:1903px;}
.wpcf7 {width:80%;}
.one-half .wpcf7 {margin:auto;}
.homecontact {
  background:#cac9c9;
  background-image:url();
  padding:20px;
  text-align:center;
  margin-bottom:2em;
}
.homecontact a {margin:auto;}
.everyother&gt;li:nth-child(odd){
  background:#e8e8e8;
}
.everyother li {font-size:1.2em; padding:15px;}
.everyother {padding-left:0px;}

ul.cta-list {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left:0;
  margin: 5em 0;
  justify-content: center;
}
ul.cta-list li {
  background: #4D7EA8;
  color:#fff;
  box-shadow:1px 1px 1px rgba(0,0,0,.2);
  line-height: 1.6em;
  font-size: 1.1em;
  margin:5px;
  padding-left:0;
  padding:25px;
  width:340px;
}
.cta-list svg {font-size:3em; text-align:center;}
.cta-list li {text-align:center;}

.flexcont {
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.flex-item, ul.cta-list li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-grow: 1;
  width: auto;
  flex-basis: 280px;
  list-style: none;
  margin: 15px;
}

#gallery-2 img {
  border:0px solid #fff !important;
  width: auto;
  height: auto;
}
#content li svg {color:#571C14; margin-right:5px;}
/*==================FOOTER==================*/

footer.footer {
  background:#4D7EA8;
  background-image: url();
  background-attachment:fixed;
  color:#fff;
}
.footer svg {color:#571C14;}
.footer h2 {color:#fff !important;}
.footer .review-info {
  color:#fff;
  background: none;
  padding: 0;
}
.bottomicon img {transition:all ease-in-out .2s;width:55%;}
.bottomicon img:hover {filter:brightness(50%);}
.copy {padding-top:0px;}
.footer .review-rating {display:block;}
.footer .author-name {float:right;}
.footer .review-body {
  padding: 0 0 0;
}
.footer #biziqrecentreviews-5 {
  text-align:left;
  width:80%;
}
.bottomicon {width:12%;}
.socialicons {
  text-align:left;
}
.footer .wrapper {
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:center;
  max-width:1903px;
}
.footer .one-fourth {
  padding: 0 10px;
  margin:5px;
  text-align: left;
  flex:auto;
  width:335px;
}
.footer .btn {margin:auto; width:80%;}
.footer .wpcf7 {}
.footer #googlemapswidget-2 img {height:auto;width:auto;}
span.icon-item {
  display: inline-block;
  text-indent: -10px;
  margin-left: 22px;
  margin-bottom: 10px;
}

span.icon-item i {margin-right:4px;}


@media only screen and (max-width: 1200px) {
	.toplogo {font-size:30px !important;}
}
@media only screen and (max-width:1024px) {
	.cta {
		
	}
}
@media only screen and  (max-width:768px) {
	.slide img{padding-top: 0 !important;}
	.nav {padding: 10px 0 13px;}
	img.alignright {
		padding-left:10%;
		padding-bottom:2%
	}
	#content ul {
		text-align:left;
		margin:0;
	}
	.toplogo {text-align:center;}
	.topPhone {
		padding-top:5px;
		text-align:center;
	}
	.cta {
		font-size:.7em;
	}
	.ctatop {font-size:4em;}
	div.one-half {text-align:left;}
	.h2space {margin-top:10%;}
	.topimg{margin-left:18%;}
	#homepagecontent .breakout {padding:2%;}
	.slide {margin-top:0 !important;}
}
@media only screen and (max-width:617px) {
	img.alignright {padding-left:1%;}
}

@media only screen and (max-width:425px) {
	#homepagecontent .breakout {background-attachment:scroll;}
}

.home .header-push {
    height: 0 !important;
}

@media only screen and (max-width:768px) {
	.header-push{ display:none;}
}







.page-id-30 .one-half {
  padding: 30px;
}

.page-id-30 .one-half h2 {
  text-align: center;
}

.page-id-30 .one-half table {
  width: 100%;
  padding: 0 5px;
}

.page-id-30 .one-half table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #A9D5FB;
  font-weight: 700;
}

.page-id-30 .one-half table tr:nth-child(odd) {
  background: #8BC2F1;
  color: #000;
}

.page-id-30 .one-half table tr td {
  font-size: 1.01em;
  padding: 5px 15px;
  width: 33.33%;
  text-align: center;
}

.page-id-30 .one-half table tr td:first-of-type {
  text-align: left;
}

.page-id-30 .one-half table tr td:last-of-type {
  text-align: right;
}
</pre></body></html>