/*
Theme Name: Acounting Practice Sales
Theme URI: http://jessehopkinsdesign.com;
Author: Jesse Hopkins Design and Chris Orta Web Development
Author URI: http://chrisorta.com;
* 
* Updated by Thomas Fante http://maximusventures.com
* 
Description: Acounting Practice Sales 2018 WordPress Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
@import url('cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css');
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');


@font-face {
	font-family: 'veneer';
	font-style: normal;
	src: url('/aps_site/font/veneer.eot');
	src: local('veneer'), url('/aps_site/font/veneer.eot') format('embedded-opentype'), url('/aps_site/font/veneer.woff') format('woff');
}

*{outline:none;}

:root {
  --green: #97ca3d;
  --blue: #222d36;
  --gray: #f7faf9;
  --gray-border: #dee2e3;
  --apsblack: #282F39;
  --apscharcoal: #555655;
}
.veneer{font-family: 'veneer' !important;}
.montserrat {font-family:'montserrat' !important}

body {margin:0;font-family:'Lato', sans-serif;}

body {
	background-image: url('/aps_site/images/footerbars.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 10%;
}

.header-buttons {
	display: flex;
}

.text-shadow {
	text-shadow: 5px 8px 20px #00aeff;
}

.white {color:#fff !important;}

@media (max-width:900px) {
	.header-buttons{flex-direction:column;}
}

.header-buttons a {
	flex: 1;
	justify-content: space-between;
	margin: 10px;
}

a {color:black;font-weight:bold;outline:none;cursor:pointer;}

ol li {margin:20px 0;}

.white-block {position:fixed;z-index: 9999;top:0;left:0;height:100vh;width:100vw;background-color:#fff;}

img {max-width:100%;height:auto;}


.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.sticky-header {
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 9999;
}

.sticky {
	position: sticky;
	top: 110px;
}

.admin-bar .sticky-header {
  top: 32px;
}

h1 .veneer {font-family:'veneer' !important}

h1 .montserrat {font-family:'montserrat' !important}

.big {
	font-family: 'veneer';
	font-size: 6vmin;
	line-height: 11vmin;
	margin: 0;
}

.top-nav {
	background-color: #464646;
	color: #fff;
	border-bottom: 2px solid var(--gray-border);
	padding: 10px;
	transition: ease all .5s;
	font-size: .75em;
}

.primary-nav {
	background-color: #fff;
	color: #464646;
	width: 100%;
	padding: 0;
	border-bottom: 2px solid var(--gray-border);
}

.pn-left {
	flex: .45 !important;
	margin: auto;
}
#hamburger {
	justify-content: flex-end;
	align-items: center;
	padding: 35px;
	margin: 0;
}
.pn-right {align-self:center;}
.pn-right ul {list-style:none;justify-content:center;align-content:center;text-align:center;margin:0;padding:0;}
.pn-right ul li {flex:1;}
.pn-right ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bolder;
	padding: 40px;
	position: relative;
	transition: ease all .5s;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}
.pn-right ul li a:hover{
	background-color: var(--gray);
	border-right: 2px solid var(--gray-border);
	border-left: 2px solid var(--gray-border);
}

.pn-right ul li a img {
	height: 60px;
	width: auto;
	/* float: left; */
	margin: 0 0 -20px 0;
}

.active-hover {	background-color: var(--gray);
	border-right: 2px solid var(--gray-border);
	border-left: 2px solid var(--gray-border);
	padding-top: 42px;}



.pn ul li ul {height:60px;}

.current-menu-item {
	background-color: var(--gray);
	border-right: 2px solid var(--gray-border);
	border-left: 2px solid var(--gray-border);
	margin-top: -2px;
}


.pn-right ul li.menu-item-has-children:hover > .sub-menu{
	animation-name: slide-down;
	animation-duration: .5s;
	display:inline-flex;
	justify-content:center !important;
	align-content:center !important;

}


@keyframes slide-down {
	from {
		transform: translate(0, -10%);
		opacity:0;
	}
	to {
		transform: translate(0, 0%);
		opacity:1;
	}
}



.primary-nav .logo img{max-height:70px; max-width: calc(100% - 77px); width: auto; height: auto;transition:ease all .5s;}

.tn-left {flex:.5;justify-content:flex-start;align-self:center;align-items:center;}

.tn-left ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

.tn-left ul li {border-right: 1px groove #949295;}
.tn-left ul li:nth-child(1) {flex:.5}

.tn-left ul li:last-child{	border-right: 0px groove #949295;}

.tn-left ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 1pt;
	margin: 0 10px;
}
.tn-left ul li i{margin-right:10px;}

.tn-left ul li:last-child {border:none;}

.tn-right {justify-content:flex-end;}

.tn-right.col a img {
	height: 20px;
	float: left;
	margin-right: 10px;
	filter: invert(100) saturate(0) contrast(3);
}

.tn-right a {display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 1pt;
	margin: 0px 10px;}

.tn-right ul {list-style:none;padding:0;margin:0;align-items:center;}

.tn-right ul li a {
	display: block;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
}

tn-right li a:hover > img {filter:grayscale(1);}

.tn-right li a {transition:ease all .5s;}

.tn-right li a:hover {
	color: #fff;
	transition: ease all .5s;
}


.home-page .header {
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: multiply;
}


.header {
	background-color: #3e3e3e;
	position: relative;
	background-repeat: no-repeat;
	border-bottom: 4px solid var(--green);
	text-align: center;
}

.internal-header {
	background-color:#3e3e3e;
	background-size:cover !important;
	background-attachment:fixed !important;
	background-repeat:no-repeat;
	background-position:center !important;
	padding:5rem;
	position:relative;
	background-repeat:no-repeat;
	border-bottom:4px solid var(--green);
	height:20vh;
}

.internal-headern {
	padding-top: 3rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	position:relative;
	border-bottom:4px solid var(--green);
}


.internal-header .header-content {
	text-align: center;
	color: #fff;
	line-height: 1.25em;
	position: relative;
	top: 40px !important;
}

.internal-headern .header-contentn {
	display: grid;
	place-items: center;
	color: #fff;
	/*line-height: 1.25em;*/
	position: relative;
	height:20vh;
}

.header h1 {
	/*color: #fff;*/
	font-size: 10vmin;
	line-height: .95em;
}

.header h2.green {
	font-size: 3.85vmin;
	text-transform: uppercase;
}

.header p {
	/*color: #fff;*/
	font-size: 1.25em;
	line-height: 1.55em;
}


.main-content {padding:0 10px 0 10px;}
.main-content .col {padding:20px;}
.side-bar {background-color:var(--gray);}

.side-bar .hero {background-image: linear-gradient(rgba(58,59,61,0.8),rgba(58,59,61,0.8)),url('/aps_site/images/idea.jpg');background-size:cover;background-position:center;color:#fff;}

.hero img {filter: invert(100%) hue-rotate(530deg) brightness(200%);}

.side-bar .widget {
	background-color:#fff;
	/*border-bottom:1px groove #000;*/
	padding:20px;
	text-align:center;
	position: relative;
	border-color: transparent;
	box-shadow: 0 -1px 0 0 black;
	border-width: 4px;
	border-style: solid;
}

.side-bar .widget:hover {
	color: #fff;
	transition: ease all .5s;
	transform: translate3d(0px, -5px);
	background-color: rgba(0,0,0,.8);
	cursor: pointer;
	border-color: var(--green);
	border-width: 4px;
	border-style: solid;
}

.side-bar .widget:hover img {filter: invert(100%) hue-rotate(530deg) brightness(200%);}

.side-bar a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.side-bar .widget:hover a {color:#fff;transition:ease all .5s;}

.side-bar .widgettitle {
	display: none;
}


h2.page-title {
	font-size: 1.75em;
	font-weight: 900;
	position: relative;
	padding: 0px 0px 10px 0;
}

h2.page-title:after {
  content:'';
  border-bottom:1px solid var(--green);
  position:absolute;
  display:inline-block;
  margin:0 auto;
  left:0;
  right:90%;
  top:110%;}

.about {}
.sellers {}
.buyers {}
.testimonials {}
.archive-testimonial-item {
	display: flex;
	border-top: 2px solid var(--gray-border);
	border-bottom: 2px solid var(--gray-border);
	background-color:var(--gray);
	margin-bottom: 10px;
	padding: 20px;
}

.archive-testimonial-image {
	background-size: cover;
	background-position: top;
	border-radius: 1000px;
	overflow: hidden;
	border: 4px solid var(--gray-border);
	flex: 1;
	
	width: 250px;
	height: 250px;
}
.archive-testimonial-content {flex:2;}

.archive-testimonial-item:nth-child(even) {
	display: flex;
	background-color: transparent;
	border: 0;
	flex-direction: row-reverse;
	text-align: right;
}

.archive-testimonial-item:nth-child(even) > .archive-testimonial-image {
	margin-left: 20px;
}

.archive-testimonial-item:nth-child(odd) > .archive-testimonial-image{
	margin-right: 20px;
}

.footer {
	
}

.back-to-top {
	position: fixed;
	z-index: 00000;
	right: 30px;
	bottom: 20px;
	background-color: rgba(151,202,61,1);
	padding: 3px 10px;
	color: #fff;
	transition: ease all .5s;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}

.back-to-top:hover {background-color: rgba(151,202,61,1);transition:ease all .5s;}

.cta-buyer {
	position:fixed;
	width:100vw;
	box-sizing: border-box;
	bottom:0;
	text-align:center;
	background-color:#272f39;
	color:#fff;
	padding:20px;
	display:none;
}

.cta-buyer h2 {text-align:center;}

.close,.c-close {float:right !important;padding:20px;cursor:pointer;position:relative;}

.section-gray {margin:0px 0 0 0;background-color:var(--gray);padding:20px;}
.section-white {margin:0px 0 0 0;background-color:#fff;padding:20px;}
.section-dark {
	margin:0px 0 0 0;
	color:#fff;
	padding-bottom:40px;
	padding-top:40px;
	background: rgb(0,0,0);
background: -moz-linear-gradient(45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(39,48,57,1) 54%);
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(39,48,57,1) 54%);
background: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(39,48,57,1) 54%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#273039',GradientType=1 );
}


.tag-line {color:var(--green);font-size:5vh !important;font-family:'veneer';}

.green {color:var(--green);}

.apsblack {color:var(--apsblack);}

.apscharcoal {color:var(--apsblack);}

.button,.btn {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
	text-align: center;
	font-weight: 600;
	flex:.5;
	margin: 20px 0px;
	display:inline-block;
	transition:ease all .5s;
}

.btn-lg {
	padding: 20px 0;
}

.top-nav .button {padding: 5px 10px !important;margin:0 5px;}

.top-nav-search {
	font-size: 1.45em !important;
}

.button.green,.btn,.bbcrm-form-button {
  background-color:var(--green);
  color:var(--blue);
  border:1px solid var(--blue);
}

.button.green:hover,.btn:hover,.bbcrm-form-button:hover {
	background-color:var(--blue);
	border:1px solid var(--green);
	color:var(--green);
}

.button.white {
	background-color: #fff;
	border: 1px solid var(--green);
	color: var(--blue);
}

.button.blue {
	background-color:var(--blue);
	border:1px solid var(--blue);
	color:var(--green);
}

.button.blue:hover {
	background-color:var(--green);
	color:var(--blue);
	border:1px solid var(--blue);
}

.button.blue a{color:var(--green);}


.blue {color:var(--blue) !important;}

.section-heading {
	text-align: center;
	font-weight: bolder;
}

.section-heading-line {
	margin: 0 auto;
	padding: .5px;
	width: 20%;
	background-color: var(--green);
}

.section-container > .section-heading-line {
	margin: 0px 35px;
	padding: .5px;
	width: 20%;
	background-color: var(--green);
}

.section-heading h2 {
	position: relative;
	font-size: 2em;
	font-weight: 900;
}


.section-button {margin:40px auto;text-align:center;}



.section-description {
	text-align:center;
	margin-top:50px;
}

.section-blocks {
	border-top: 1px solid #a4b2b5;
	border-bottom: 1px solid #a4b2b5;
	margin: 50px 0;
}

.block-item {text-align:center;background-color:#fff;}

.block-item u {
	font-size: 1.15em;
}
/*
.block-item:hover img {
	filter: invert(100%) hue-rotate(530deg) brightness(200%);
}
*/

.statblock {
	margin-top: 15px;
	margin-bottom: 15px;
}

.block-item a {
	transition:ease all .5s;
	display:block;
	text-decoration:none;
	color:#000;
	margin:0;
	padding:20px;
}


.block-item .blocktext {
	display:block;
	text-decoration:none;
	color:var(--apsblack);
	margin:0;
	padding:20px;
}

.block-item a:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff;
	transition: ease all .5s;
	transform: translate3d(0px, -5px);
}
.block-item i {font-size:2em;}
.block-item:last-child {border-right:1px solid transparent;}

.section-map {
	background-size: cover;
	background-position: center;
	color: #fff;
	min-height: 50vh;
	margin: 0;
	padding: 40px 0;
}

.map-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 450px;
	margin: auto;
}

.map-nav ul li {flex-basis:50%;}

.map-nav ul li a {display:block;margin:5px 10px;}

.testimonials-container {
	background-color: #fff;
	border-top: 1px solid #a4b2b5;
	border-bottom: 1px solid #a4b2b5;
	margin: 50px auto;
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
	height: 120px;
	max-width: 900px;
	position: relative;
	overflow: hidden;
}


.testimonials-item {padding:20px;}

.testimonials-container::before {
	content: '"';
	font-size: 6vmin;
	font-family: 'veneer';
	text-align: center;
	padding: 20px;
	position: absolute;
	top: -15px;
	left: 25%;
	right: 25%;
}


.testimonial-content {max-width:100%;}

.testimonial-item:nth-child(2n){display:none;}




.testimonials-container-triple {
	background-color: #fff;
	/*border-top: 1px solid #a4b2b5;
	border-bottom: 1px solid #a4b2b5;*/
	margin: 10px auto;
	padding-top: 30px;
	padding-bottom: 0px;
	height: 120px;
	max-width: 900px;
	position: relative;
	overflow: hidden;
}

.testimonial-wrapper-triple {
	border: 0px solid;
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 0px 5px 0px grey;
}

.testimonial-item-triple {
	
	/*padding:20px;*/
}

.testimonial-content-triple {
	max-width:100%;
	text-align: center;
}

.testimonial-item-triple:nth-child(2n){display:none;}

.testimonial-wrapper-triple::before {
	content: '"';
	font-size: 6vmin;
	font-family: 'veneer';
	text-align: left;
	color:#97ca3d;
	/*padding: 20px;*/
	position: absolute;
	top: -15px;
	/*left: 25%;
	right: 25%;*/
}





.section-value-blocks {
	margin:40px 0 0 0;
}

.section-value-blocks > .block-item {
	padding: 20px;
	flex: 28%;
	background-color: transparent;
}



.section-value-blocks h2.veneer.green {
	font-size: 10vmin;
	margin: 0;
}

.section-value-blocks p {
	font-size: 1.55em;
	margin: 0;
}

.section-connect {
	background: linear-gradient(rgba(58,59,61,0.8),rgba(58,59,61,0.8)),url('/aps_site/images/planning.jpg');
	color: #fff;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-two-col {
	background-size:cover;
	background-attachment:fixed;
	background-position:bottom;
}





.section-two-col p {text-align:left;}

.section-two-col .section-heading {text-align:left;padding:0 5%;}



.section-two-col .col .section-description {padding:0 5%;text-align:left;}

.section-button-nav {
	margin: 40px 0px;
}

.section-button-nav i.fa{color:var(--green);}

.section-two-col .col{background-color:rgba(58,59,61,0.8);color:#fff;flex:.5;padding:5% 0;}

.section-two-col:nth-child(odd) .row{justify-content:flex-end;}

ul.list-links {
	padding: 0;
	list-style: none;
	display: flex;
}

@media(max-width:900px) {

	ul.list-links {
	flex-direction: column;
}

ul.list-links li a {margin:10px 0;}

}
ul.list-links li a {
	display:block;
	padding:0 10px 0 0;
	color:#fff;
	font-weight: 400;
	text-decoration:none;
	align-self: center;
}

ul.list-links img {
	max-height: 40px;
	width: auto;
	margin-bottom: -15px;
}

.footer {
	background-color:#fff;
	padding:20px;
	min-height:10vh;
	justify-content: flex-start;
	align-items: center;
}

.footer-block  img.logo {max-width:100%;width:65px;margin-right:20px;float:left;}

.footer-block.footer-contact {
	text-align: left;
}

	.footer-block.footer-copyright {
	flex: 0 0 100%;
}

.footer-block {flex:1;}

.footer h2 {
	font-size: 1.15em;
	border-bottom: 1px solid var(--green);
	padding-bottom: 25px;
}

.footer ul {list-style:none;padding:0;}
.footer ul li a {display:block;text-decoration:none;color:#939597;}

.archive-item {
	flex:1;
	margin-bottom:20px;
}

.archive-item h2 {padding:0 0 10px 0;margin:0;}

.archive-image {
	flex: .5;
	min-height: 200px;
	height: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	position: relative !important;
	overflow: hidden;
}
.archive-image a {display:block;height:100vh;width:100vw;position:absolute;}

.archive-content {flex:1;}

.contact-section-heading, .contact-section-description {color:#000;}

.connect-box {
	z-index: 9999;
	background-color: #fff;
	background-size: cover;
	height: 90vh;
	max-width: 100%;
	margin: auto;
	min-height: 100vh;
}

.gform_wrapper .gfield_required {
	color: red !important;
	margin-left: 4px;
}

.lity-content {
	min-width: 480px !important;
	margin: auto;
}

.connect-box-content {
	padding: 2rem;
	margin: auto;
	text-align: center;
}

.faq-q {
	position: relative;
	padding: 70px 0 30px 50px;
	cursor: pointer;
	margin-bottom: 40px;
}

ul.faqs-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

ul.faqs-list li a {
	display: block;
	text-decoration: none;
	margin: 10px 0;
}

ul.faqs-list li a:hover {
	font-weight: 600;
}


.faq-q::before {
	content: 'Q.';
	color: var(--blue);
	font-family: 'veneer';
	font-size: 4.75em;
	position: absolute;
	top: 20px;
	left: -20px;
}

.faq-a {
	position: relative;
	padding: 0 5vw;
	height: auto !important;
	margin-bottom: 40px;
	background-color: var(--gray);
	border-top: 2px solid var(--gray-border);
	border-bottom: 2px solid var(--gray-border);
}
.faq-a .a-style {
	color: var(--green);
	font-family: 'veneer';
	font-size: 4.75em;
	position: absolute;
	left: 1.6vw;
	top: 0px;
}

ul.breadcrumb {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -13vh;
}

ul.breadcrumb li {margin:0 5px;}

ul.breadcrumb li a {text-decoration:none;color:#fff;}

ul.breadcrumb li.item-current {color:var(--green);text-decoration: none;font-weight:strong;}

/* HEADER VIDEO */

/* .header-video-container {
	position: fixed;
	overflow: hidden;
	height: 100vh;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
}

.header-video-container video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
} */

/* USER MENU */

.user-submenu-parent.clicked {
	background-color: var(--blue);
	
}

.user-submenu-parent {
	position: relative;
	padding: 16px 0px;
	margin-bottom: -40px;
	margin-top: -40px;
}

.user-submenu-parent i.fa-user-circle {
	font-size: 1.35em;
}

ul.user-submenu {
	display: none;
	position: absolute;
	background-color: var(--blue);
	top: 46px;
	padding: 20px;
	z-index: 1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px -3px 1px var(--green) inset,0px 5px 5px -4px rgba(0,0,0,.5);
	width: 220px;
	right: 0;
}

/* CRM TABLE */

.mscrm-listview.table thead th {
	padding: 0 10px;
	transition: ease all .5s;
	position: relative;
}

.mscrm-listview thead th:hover {
	background-color: var(--blue);
	color: #fff;
	transition: ease all .5s;
	cursor: pointer;
}

.mscrm-listview thead th:hover::after {
	content: '\f0d7';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;    
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    right: 10px;
}

.mscrm-listview thead {
	background-color: var(--green);
	text-align: left;
	color: var(--blue);
	font-size: .85em;
}

.mscrm-listview.table td {
	margin: 5px;
	padding: 5px 10px;
	background-color: var(--gray);
}

/* FAKE BOOTSTRAP */

.col-sm-6 {
	flex: .5;
}

.col-sm-4, .col-sm-8 {flex:1;}

.form-group.row {
	justify-content: space-between;
	margin: 10px 5px;
}

fieldset {
	border: none;
}

/* BROKER STYLING */

h3.broker {
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px;
	background: #81ae2d;
	margin: 0;
}

.broker a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

.broker a:hover {
	text-decoration: none;
	color: #C0CDD5;
	background-color: #81ae2d;
	text-shadow: 1px 1px 1px #000;
}


.form-group label {flex:.5;}
.form-group input, .form-group textarea {
	width: 100%;
}

/* SEARCH FORM */

#searchform {
	display: flex;
	justify-content: space-around;
	padding: 2rem;
	background-color: rgba(0,0,0,0.8);
}

#searchform input {
	padding: 1rem;
}

#searchform #searchsubmit {
	border: none;
	background-color: var(--green);
	color: #fff;
}

/* BROKER PAGE */

.broker-title a {
	text-decoration: none;
	background-color: var(--green);
	color: #fff;
	padding: 10px 10px;
	display: block;
	transition: ease all .5s;
}

.broker-title a:hover {
	background-color: var(--blue);
	transition: ease all .5s;
}

/* /BORKER PAGES/ */

.wp-block-quote {
	background-color: var(--blue);
	color: #fff;
	margin: 10px 0 !important;
	padding: 10px 20px;
}

.wp-block-quote p {
	margin: 0;
	line-height: 1.25em;
}

.wp-block-quote cite {
	display: flex;
	justify-content: flex-end;
	padding: 10px 10px 0 0;
	color: var(--green);
	font-size: .85em;
	font-weight: 400;
}
@media(min-width:900px) {
.broker-contact-widget {
	width: 200px;
	float: right;
	margin-left: 20px;
}	
}
.broker-contact-widget {
	background-color: var(--gray);
	padding: 10px;
}

.broker-contact-widget a {
	position: relative;
}

.broker-contact-widget strong {
	background-color: var(--blue);
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #eee;
}

.gform_wrapper textarea {
	background: #eee;
}

select.filter_select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
    /*background-image: url('/aps_site/images/caret-green-2.png');*/
    background-size: 35px;
    text-align: center;
    justify-content: center;
		border-radius: 4px;
    border: 1px solid #525558;
}

.filter_title {
    margin-bottom: 5px;
    margin-top: 0;
    color: #b4b4b4;
}

.filter_checkbox_option {
	margin-bottom: 10px;
}

.bbg {
	border-bottom: 4px solid var(--green);
}

.btg {
	border-top: 4px solid var(--green);
}

.btbg {
	border-bottom: 4px solid var(--green);
	border-top: 4px solid var(--green);
}

@media (min-width:1100px) {
	.ten99{
		background: url('https://accountingpracticesales.com/aps_site/images/sign-bg.jpg');
		background-position: left top; 
		background-size: cover;
		min-height:400px;
	}
}

@media (min-width: 900px) and (max-width: 1099px) {
	.ten99{
		background: url('https://accountingpracticesales.com/aps_site/images/sign-bg.jpg');
		background-position: left center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		min-height:400px;
	}
}

@media (min-width: 600px) and (max-width: 899px) {
	.ten99{
		background: url('https://accountingpracticesales.com/aps_site/images/sign-bg.jpg');
		background-position: left top;
		background-size: 100% auto;
		background-repeat: no-repeat;
		min-height:400px;
	}
}

@media (max-width:599px) {
	.ten99{
		background: url('https://accountingpracticesales.com/aps_site/images/sign-bg.jpg');
		background-position: left top;
		background-size: 100% auto;
		background-repeat: no-repeat;
		min-height:275px;
	}
}
background-position: left top; background-size: 100% auto;background-repeat: no-repeat;
