/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

*/


.header {
	 display: flex;
	 align-items: center;
}
 .nav {
	 width: 100%;
}
 .navigation-main {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 width: 100%;
	 text-align: center;
}
 .navigation-main ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 position: absolute;
	 left: -999em;
}
 .navigation-main li {
	 display: inline-block;
	 position: relative;
	 text-align: left;
}
 .navigation-main li:hover > ul {
	 left: auto;
}
 .navigation-main li li {
	 display: block;
}
 .navigation-main li li:hover > ul {
	 left: 100%;
	 top: 0;
}

 .nav {
	 width: 100%;
}
 .navigation-main {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 width: 100%;
	 text-align: center;
}
 .navigation-main ul {
	 min-width: 150px;
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 position: absolute;
	 top: -999em;
	 left: -999em;
}
 .navigation-main li {
	 display: inline-block;
	 position: relative;
	 text-align: left;
}




/* .navigation-main li:hover {
	 background: #f0f0f0;
}
*/
 /* .navigation-main li.focus > ul, .navigation-main li:hover > ul {
	 top: auto;
	 left: auto;
} */
 .navigation-main li li {
	 display: block;
}
 .navigation-main li li.focus > ul, .navigation-main li li:hover > ul {
	 left: 100%;
	 top: 0;
}

.navigation-main li.button_borders a, .navigation-main li.trybtn a{
	padding: 0px;
	padding: 9px 15px;
}

.button_borders {
  position: static;
  left: -1px;
  display: inline-block;
  width: 70px;
  margin-top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #424040;
  border-radius: 5px;
  background-color: #fff;
  /* font-family: 'Open Sans', sans-serif; */
  color: #363636;
  font-weight: 400;
}

.navigation-main li.button_borders:hover {
  padding-right: 13px;
  padding-left: 13px;
  border-style: none;
  background-color: #00b800;
  font-weight: 400;
}

.navigation-main li.button_borders a:hover {
	color: #fff;
}

.navigation-main li.button_borders {
  width: auto;
  padding-right: 13px;
  padding-left: 13px;
  white-space: nowrap;
}

.navigation-main li.button_borders:hover {
  border-style: solid;
  border-color: #00b800;
}

.button_borders.top-nav-borderbutton {
  width: auto;
  padding-right: 13px;
  padding-left: 13px;
  white-space: nowrap;
}

.button_borders.top-nav-borderbutton:hover {
  border-style: solid;
  border-color: #00b800;
}

.trybtn a{
	color: #fff !important;
}

.trybtn {
  position: static;
  left: 0px;
  display: inline;
  width: auto;
  margin: 0px 24px 0px 10px;
  float: none;
  border-radius: 5px;
  background-color: #00b800;
  font-family: 'Nunito Sans',sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.trybtn:hover {
  background: #10c910 !important;
}

.navigation-main a {
	 color: #000;
	 text-decoration: none;
	 display: block;
	 white-space: nowrap;
	 padding: 28px 15px;
}
.navigation-main .sub-menu a {
	padding: 10px 15px;
}

 .navigation-main a:hover, .navigation-main li:hover > a, .navigation-main .focus > a, .navigation-main .current-menu-item > a, .navigation-main .current-menu-ancestor > a {
	 color: #000;
}

 .navigation-main ul .menu-item-has-children > a::before {
	 right: 2px;
	 border-top-color: transparent;
	 border-left-color: currentColor;
}
 .navigation-main ul {
	 background-color: #fff;
}


/* Topbar navigation */
.pp-container.topbar-header nav li a {
  color: #fff;
  text-decoration: none;
}

.pp-container.topbar-header nav li a:hover {
  color: #00b800;
  text-decoration: none;
}

.pp-container.topbar-header nav li {
  float: left;
  margin-left: 30px;
}




.pp-testi-logostars-star-small-image {
  width: 13px;
  margin-right: 2px;
  margin-left: 2px;
}


/* Footer */
.footer-quick li{     margin-bottom: 14px;
    line-height: 23px; }
.footer-quick li a {
 padding-top: 0;
    color: #b1b1b1;
    line-height: 23px;
    font-weight: 300;
    text-decoration: none;
        padding-left: 5px;
}
.footer-quick li:before {
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -8px;
}

.footer-quick li {
    padding-left: 10px;
}
.footer-quick a:hover {
  color: #00b800;
}

.footer-quick li {
  list-style: none;
  line-height: 20px;
}

.footer-quick  [class*="-container"] ul {
  padding-left: 0px !important;
}
.help-content.article .article--content h2{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}


.box-container .help-btn{
    margin-bottom: 22.5px!important;
}
.box-container .help-btn-inner {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    background: #00b800;
    color: #fff;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.box-container .help-btn-inner img {
    margin:0 0 0 10px !important ;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(267deg) brightness(103%) contrast(102%);
}
.privacy-content .privacy-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    margin-top: 120px;
    display: block;
}
.privacy-content .privacy-container h1{
  position: static;
  display: block;
  overflow: hidden;
  width: 1200px;
  max-width: 1200px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  text-align: left;
}
.privacy-content .privacy-container .paragraph{
    line-height: 25px;
    text-align: justify;
    font-size: 15px;

}


.box-container {    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;}

    .box-container ul li a {text-decoration: none;}

.help-box {
    width: calc(33.33% - 1.4rem);
    border: 1px solid rgb(0 0 0 / 8%);
    padding: 10px;
    transition: all 400ms ease;
    display: flex;
    flex-direction: column;
}

.help-box h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.help-box h2 a{
    color: black;
    text-decoration: none;
}
.help-box ul {
    flex: auto;
    padding-bottom: 15px;
}



@media (max-width: 767px){
.box-container .help-box {
    width: 100%;
}
}

/*---------customizer-----*/

.request-demo-section .w-form,.ea_form_section .w-form {
    margin-left: auto;
    margin-right: auto;
}

.ea_form_section .w-form, .w-form {margin-top:20px;}
	  .intercom-lightweight-app {
	    position: fixed;
	    z-index: 2147483001;
	    width: 0;
	    height: 0;
	    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
	  }

	  .intercom-lightweight-app-gradient {
	    position: fixed;
	    z-index: 2147483002;
	    width: 500px;
	    height: 500px;
	    bottom: 0;
	    right: 0;
	    pointer-events: none;
	    background: radial-gradient(
	      ellipse at bottom right,
	      rgba(29, 39, 54, 0.16) 0%,
	      rgba(29, 39, 54, 0) 72%);
	    animation: intercom-lightweight-app-gradient 200ms ease-out;
	  }

	  .intercom-lightweight-app-launcher {
	    position: fixed;
	    z-index: 2147483003;
	    padding: 0 !important;
	    margin: 0 !important;
	    border: none;
	    bottom: 20px;
	    right: 20px;
	    max-width: 48px;
	    width: 48px;
	    max-height: 48px;
	    height: 48px;
	    border-radius: 50%;
	    background: #00b800;
	    cursor: pointer;
	    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
	    transition: transform 167ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
	    box-sizing: content-box;
	  }

	  
	        .intercom-lightweight-app-launcher:hover {
	          transition: transform 250ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
	          transform: scale(1.1)
	        }

	        .intercom-lightweight-app-launcher:active {
	          transform: scale(0.85);
	          transition: transform 134ms cubic-bezier(0.45, 0, 0.2, 1);
	        }
	      


	  .intercom-lightweight-app-launcher:focus {
	    outline: none;

	    
	  }

	  .intercom-lightweight-app-launcher-icon {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 48px;
	    height: 48px;
	    transition: transform 100ms linear, opacity 80ms linear;
	  }

	  .intercom-lightweight-app-launcher-icon-open {
	    
	        opacity: 1;
	        transform: rotate(0deg) scale(1);
	      
	  }

	  .intercom-lightweight-app-launcher-icon-open svg {
	    width: 24px;
	    height: 24px;
	  }

	  .intercom-lightweight-app-launcher-icon-open svg path {
	    fill: rgb(255, 255, 255);
	  }

	  .intercom-lightweight-app-launcher-icon-self-serve {
	    
	        opacity: 1;
	        transform: rotate(0deg) scale(1);
	      
	  }

	  .intercom-lightweight-app-launcher-icon-self-serve svg {
	    height: 44px;
	  }

	  .intercom-lightweight-app-launcher-icon-self-serve svg path {
	    fill: rgb(255, 255, 255);
	  }

	  .intercom-lightweight-app-launcher-custom-icon-open {
	    max-height: 24px;
	    max-width: 24px;

	    
	        opacity: 1;
	        transform: rotate(0deg) scale(1);
	      
	  }

	  .intercom-lightweight-app-launcher-icon-minimize {
	    
	        opacity: 0;
	        transform: rotate(-60deg) scale(0);
	      
	  }

	  .intercom-lightweight-app-launcher-icon-minimize svg path {
	    fill: rgb(255, 255, 255);
	  }

	  .intercom-lightweight-app-messenger {
	    position: fixed;
	    z-index: 2147483003;
	    overflow: hidden;
	    background-color: white;
	    animation: intercom-lightweight-app-messenger 250ms cubic-bezier(0, 1, 1, 1);
	    transform-origin: bottom right;
	    
	        width: 400px;
	        height: calc(100% - 104px);
	        max-height: 704px;
	        min-height: 250px;
	        right: 20px;
	        bottom: 84px;
	        box-shadow: 0 5px 40px rgba(0,0,0,0.16);
	      

	    border-radius: 16px;
	  }

	  .intercom-lightweight-app-messenger-header {
	    height: 64px;
	    border-bottom: none;
	    background: #00b800

	    
	  }
	  /*div.navbar-container{
	  	width:100%;
	  }*/

	  .intercom-lightweight-app-messenger-footer{
	    position:absolute;
	    bottom:0;
	    width: 100%;
	    height: 80px;
	    background: #fff;
	    font-size: 14px;
	    line-height: 21px;
	    border-top: 1px solid rgba(0, 0, 0, 0.05);
	    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
	    
	  }

	  @media print {
	    .intercom-lightweight-app {
	      display: none;
	    }
	  }

div#help-author-name{font-size:20px!important}
.single-top6 td {
    padding-right: 5px;
    padding-left: 5px;
}

.review--stars {
    display: inline-flex
}

.section-content h4{font-weight:normal;}
article.article {
    margin-top: 50px;
}

.review--stars .star {
    display: block;
    width: 18px;
    height: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media (min-width: 576px) {
    .review--stars .star {
        width:22px;
        height: 22px
    }
}

@media (min-width: 768px) {
    .review--stars .star {
        width:28px;
        height: 28px
    }
}

.single-top6 td {
    border: 1px solid black!important;
    padding-left: 10px;
    padding-right: 10px;
}
.container{margin-left:auto;margin-right:auto;max-width:1220px;}
#help-author-name {color:#00b800}
#help-author-name a{text-decoration:underline;}
table{max-width:100%;}
.three-quarter, .half{max-width:100%;}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal{display:none;}

.single-articles div#article-updated {
    margin-bottom: 0px;
    margin-top: 0px;
}
.page-template-page-pricing .col-lg-6 { 
flex: 0 0 100%!important;
max-width: 100%!important;
}
.article .article--content img {display:block;margin-left:auto;margin-right:auto;}
body #feedbackform {margin-bottom:0;}
.single #feedbackform {
    margin-bottom: 0px!important;
    margin-left: 10px;
    margin-right: 10px;
}
#author-box p.last-updated.entry-meta{margin-top:10px;margin-bottom:10px;}
.article .article--content h2 {
    padding-top: 24px;
    padding-bottom: 15px;
}
.article .article--content h3 {
    padding-top: 24px;
    padding-bottom: 15px;
}
.pricing-left {text-align:center}
.pricing-left a.btn.btn-large.btn-outline{margin-left:auto!important; 
	margin-right:auto!important;}
.pricing-left {padding-bottom:70px;}
div#back-to-main a {
    font-size: 1.25em;
    font-weight: bold;
}
.pricing-right h3{text-align:center; font-size:2em!important; margin-bottom:30px!important;}
.page-id-11653 section#section-video {
    padding-top: 100px;
    padding-bottom: 100px;
		background:none!important
}
.page-id-11653 section#section-video h2.title.title--section {
    padding-bottom: 30px;
}
.single-state-labor-laws table	{
	margin-left:auto;
	margin-right:auto;
}
.single-state-labor-laws hr{
	margin-bottom:50px;
}

.single-state-labor-laws .tf td {
    width: 20%;
}
.single-state-labor-laws td{border:1px solid black!important; padding-left:10px;padding-right:10px;}
.single-state-labor-laws td{
    padding-right: 5px;
	padding-left: 5px;}
.state-labor-laws{text-align:center;}
.page-template-template-state-labor-laws section#hero-banner, .single-state-labor-laws section#hero-banner {background:rgba(255,102,3,0.93)!important}
.state-labor-laws{margin-bottom:10px;}

.labor-law-state-title {font-size:2em!important;}
.single-state-labor-laws .article--title.text-center.mb-5 {display:none;}
.single-state-labor-laws  span.article--author {display:none!important;}
.single-state-labor-laws .article .article--header .container {padding-bottom:0px!Important; margin-bottom:-70px; }
.tax-collections #help-home{margin-top:7.5px;}

.hero-banner.hero-banner--full {
        animation: none;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
	transform:none;
}
body{
	    opacity: 1;
	transform:none;
}
.tax-link-wrap,#help-home{
       font-size: 18px;
}
.content-main-title1 {
  font-weight: 900;
  line-height: 1.2;
  font-family: Nunito Sans,sans-serif;
  font-size: 36px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
img.byj {display:inline!important; height:40px!important;margin-left:10px;}
.page-template-template-competitor-reviews .hero-banner .container--text h1{font-weight:900; display:inline;vertical-align:bottom;}

#competitor-reviews-archive, #state-labor-laws-archive {padding-top:50px;padding-bottom:100px;}
#competitor-reviews-archive .competitor-review a{
	color:black!important;
	font-size: 25px;
	font-weight:bold;
	vertical-align:bottom;
    text-decoration: none !important;
    font-family: 'Nunito Sans',sans-serif !important;
}

#competitor-reviews-archive .competitor-review {
	  padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 25px;
    line-height: 1.5;
    font-family: 'Nunito Sans',sans-serif !important;
		cursor: pointer;
}

#competitor-reviews-archive .review--stars {float:right;}
@media (min-width:1600px){
	.hero-banner.hero-no-button .col-image {min-height:520px;}
}


@media (max-width:570px){
	
div#page-content *{max-width:100vw;}
.box--content-list a {
    margin-bottom: 10px;
}
.box--content-list--text.mt-4.mt-md-0 {
    padding: 20px 35px;
}
.page-id-3282 h2.content-main-title1 {
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0px;
	}
	ul.list-unstyled.content-list.content-list--mobile-inverted.mb-0{
		display: flex;
  flex-direction: column;
	}
	
	ul.list-unstyled.content-list.content-list--mobile-inverted.mb-0 li:nth-child(2){
		order:-1;
	}
}
@media (max-width:768px){
	.competitor-review a{display:block;}
.competitor-reviews h2.group-name {text-align:center; padding-left:0!important;}
#competitor-reviews-archive .review--stars {float:unset; margin-top:25px; transform:scale(2.5);}
	#competitor-reviews-archive .competitor-review a {font-size:20px;
	text-align:center;}
	.competitor-review {text-align:center;}
.page-id-3282	ul.list-unstyled.list-check.list-check-rounded.d-none.d-md-block {
    display: block !important;
}
.box--content-list .box--content-list--text {
    text-align: left;
}
}
@media  (min-width: 768px){
	
.hero-banner.hero-banner--text-only {
    padding-bottom: 30px;
		padding-top:120px!important;
}
#trusted-users .col-xl-10{
	  max-width: 100%!important;
    flex: 1 1 100%!important;
    margin-left: 0;
}
.box--review .box--logo img{max-width:170px;}
.box--review .box--logo {
    height: 48px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 10px;
}
#trusted-users .col-xl-10{
	  max-width: 100%!important;
    flex: 1 1 100%!important;
    margin-left: 0;
}
.box--review .box--logo img{max-width:170px;}
	.list--review li{margin-top:30px;}
.box--review .box--logo {
    height: 48px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 10px;
}
.list--badges .mb-md-5 {margin-bottom:35px!important}
}
@media (max-width: 991.98px){
.list--badges .box--logo {
    flex: 1 0 15%!important;
	}
	.list--review li {
    margin: 30px 0 0!important;
}
}
ul.list-unstyled.list-check.list-check-rounded.d-none.d-md-block {
    display: block!important;
}
.hero-banner .title--xxl {
    font-size: 45px;
}
.page-template-template-calculators-page #savebutton{
    display: inline-block;
    padding: 11px 24px;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
}
.page-template-template-calculators-page #resetbutton {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16.5px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
    margin-left: 20px;
}

@media (max-width: 591.98px){
	@supports (-webkit-touch-callout: none) {		
#jibble-basepaydiv:not(.regulations) {
  float: unset;
}
	
	#feedbackform #feedbackformbody h2{transform:scale(1);}
		
.section-hours-calculator .timeinput input{
	width: 40px !important;
}		
	}
}
@media (max-width: 591.98px){
		#feedbackform #feedbackformbody h2{transform:scale(1);}
	
	#feedbackform{
		margin-bottom: -70px;
		margin-left:10px;
		margin-right:10px;
	}
}
ul.list-unstyled.content-list.content-list--mobile-inverted.mb-0 li:nth-child(2) {
  order: inherit!important;
}
.otgs-development-site-front-end {
    display: none!important;
}
#help-author-image img{
	width:80px;
}
div#article-updated p{font-size:16px;}
div#help-author{vertical-align:bottom;}
#help-author-image {
	display:inline;
	vertical-align: middle;}
.article--header.help--header .container {padding-bottom:0}
.article--header.help--header{
 	background-size: cover;
	padding-top:0px;
	color:white;
	}

.article--header.help--header input.sf-input-text {color:black;height: 63px;}
.article--header.help--header .header-help-search {
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.header__links svg{
	vertical-align: baseline;	
}
div#help-author-name{
	font-size:14px;
	line-height: 18px;
}
div#article-updated {
    font-size: 14px;
    line-height: 18px;
}
div#help-author {
    display: inline-block;
    margin-left:10px;
    padding-top:4px;
}
div#help-headline {
    display: inline-block;
    margin:0;
}
.header__links {
    display: inline-block;
    float: right;
}
.header__links a{
	color:white;
}
p.last-updated.entry-meta {
    margin: 0;
}
span.article--author {
    margin-bottom: 30px;
}
.searchandfilter ul {padding:0;}
.searchandfilter label {width:100%;}
.searchandfilter input {width:100%;}
.help-center-home{
	margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}
.single-help .article .article--content p {margin-bottom:20px;}
.intercom-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

.single-help .article .container.mt-5, .tax-collections .container.mt-5{margin-top:30px!important;}
.single-help .tax-link-wrap {margin-bottom:10px;}
@media (min-width: 768px){
.single-help .article .article--content h2 {
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 10px;
}
	
.intercom-interblocks-table-container table td{padding-left:20px!important;padding-right:20px!important}
}
.intercom-interblocks-table-container table{margin-bottom:20px;}
.intercom-interblocks-table-container table td{padding:10px;border:1px solid black;}
.single-help .article--content {margin-bottom:50px}
.single-help .tax-link-wrap {
    margin-bottom: 25px;
}
.single-help span.taxonomy-term-list {
    color: black;
}
.single-help span.taxonomy-label {
    color: black;
	    margin-left: 8px;
}

.tax-link-wrap{font-weight:bold;display:inline-block;}
div#help-home{font-weight:bold;display:inline-block;}
.search-filter-results-list {
    margin-top: 45px;
}
.search-filter-result-item {
    margin-top: 50px;
}
.tax-link-wrap{
       font-size: 18px;
}
html {
  scroll-padding-top: 100px;
}

.article .article--content ul:not(.list-description) li:before{margin-top:0}
div#collection-description {
    margin-top: 20px;
    margin-bottom: -10px;
}
.article .article--content img {
    max-width: 768px;
    /* height: auto; */
    border-radius: 5px;
    overflow: hidden;
}
img.wp-image-11134.aligncenter {
    width: 300px;
}
.single-help .article .article--content li p {margin-bottom:0px}
.single-help .article .article--content li {margin-bottom:20px}
@media (min-width: 768px){
.single-our-reviews .hero-banner.hero-banner--text-only, .single-articles .hero-banner.hero-banner--text-only {
    padding-bottom: 30px;
    padding-top: 30px!important;
	}
.single-our-reviews	.hero-banner.hero-no-button .title--3xl {
    padding-top: 0;
    margin-top: 0;
}
.single-our-reviews	.hero-banner--text-only .row {
    min-height: 200px;
}
	}
.article .article--content ul:not(.list-description) li, .list-check li {
    padding-left: 36px;
	font-size:16px;
    position: relative;
    margin-bottom: 10px;
}

.article .article--content ul:not(.list-description) li {  padding-left: 36px;}
.hero-banner .review--stars {
    transform: scale(1.3)matrix(1, 0, 0, 1, 0, 0);
    margin-top: 30px;
    margin-bottom: 30px;
}
.article .article--content h3, .article .article--content h4, .article .article--content h5, .article .article--content h6 {
    font-weight: 800;
    margin-bottom: 24px;
    padding-top: 10px;
}
@media (min-width: 768px){
.single-our-reviews .article .article--content h2 {
    font-size: 36px;
    padding-top: 25px;
}
}
.article .article--content ul#usersdontlike li:before, .article .article--content ul#negative li:before {
    content: "X";
    padding-bottom: 5px;
	font-weight:400;alignment-adjust
}
.article .article--content ul#ratings li:before, .article .article--content  ul#anchors li:before{
    content: "►";
    padding-bottom: 1px;
	 padding-left:2px;
	font-weight:400;
	padding-top:2px;
	margin-top:0px;
}
.article .article--content ul:not(.list-description) li:before {
     font-weight: 600; 
}
#honest {font-size:36px;}
.single-help td {
    padding: 10px;
    border: 1px solid black;
}
.single-help .article .article--content li {
    margin-bottom: 10px;
		margin-top:10px;
}
@media (min-width: 768px){
img.half {
  width: 50%!important;
	margin-left:auto;
	margin-right:auto;
}
img.quarter {
  width: 25%!important;
	margin-left:auto;
	margin-right:auto;
}
img.third {
  width: 33%!important;
	margin-left:auto;
	margin-right:auto;
}
img.three-quarter {
  width: 75%!important;
	margin-left:auto;
	margin-right:auto;
}
}


@media (max-width:570px){
	#help-author-image img {
    width: 75px;
}
	div#help-author-name{font-size:17px!important;}
	.page-template-page-pricing tr.row-title {height:145px;}
	.page-template-page-pricing .container.table-container.pb-5{
		padding-left:0!important;
		padding-right:0!important;
	}
	.page-template-page-pricing th:nth-child(2),.page-template-page-pricing th:nth-child(3),.page-template-page-pricing  th:nth-child(4) { 

  border-bottom: 2px solid #EB9486;
  position: sticky!important;
  top: 53px!important;
	z-index:10;
}
.page-template-page-pricing .tooltip .tooltip--text {margin-left:-90px;width:180px;font-size:14px;}
.page-template-page-pricing tr.row-title{
	
	font-size:18px;

  position: sticky!important;
  top: 50px!important;
}
	
}

.page-template-page-pricing tr.row-title{background:#ff9448!important}
.table--pricing tbody tr td:nth-child(2){ color:black; font-weight:bolder; font-size:1.2em}
.table--pricing tbody tr td:nth-child(3){color:black; font-weight:bolder; font-size:1.2em}
.table--pricing tbody tr td:nth-child(4){ color:black; font-weight:bolder; font-size:1.2em}
.page-template-page-pricing .green:before{font-weight:bolder; -webkit-text-stroke: 3px 
#3AB549!important;
-webkit-text-fill-color: white;}
.page-template-page-pricing .red:before{font-weight:bolder; -webkit-text-stroke: 3px 
red!important;
-webkit-text-fill-color: white;}


.page-template-page-pricing th {
    background: #F9F8F8;
}
.page-template-page-pricing td{border:none!important;}
.page-template-page-pricing tbody tr:nth-child(odd) {
  background-color: #ECE9E9;
}
.page-template-page-pricing button.btn.btn-text.btn-toggle.grey-dark.font-weight-bold.font--m {
    font-size: 20px!important;
}

.page-template-page-pricing button.btn.btn-text.btn-toggle.grey-dark.font-weight-bold.font--m.btn-toggle-active {
    font-size: 22px!important;
}
.page-template-page-pricing  tr.row-title div {
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-page-pricing tr.row-title td{background:none!important}
.tooltip{
    position: relative;
    line-height: 0;
    z-index: 25;
}
.tooltip i {z-index:-1;position:relative;}
@media (min-width:571px) and (max-width:1200px){
.page-template-page-pricing th:nth-child(2),.page-template-page-pricing th:nth-child(3),.page-template-page-pricing  th:nth-child(4) { 

  border-bottom: 2px solid #EB9486;
  position: sticky!important;
  top: 63px!important;
	z-index:10;
}
.page-template-page-pricing .tooltip .tooltip--text {margin-left:-90px;width:180px;font-size:14px;}
.page-template-page-pricing tr.row-title{
	
	font-size:18px;

  position: sticky!important;
  top: 60px!important;
}
}
@media (min-width:1200px){
.page-template-page-pricing th:nth-child(2),.page-template-page-pricing th:nth-child(3),.page-template-page-pricing  th:nth-child(4) { 

  border-bottom: 2px solid #EB9486;
  position: sticky!important;
  top: 83px!important;
	z-index:10;
}
.page-template-page-pricing .tooltip .tooltip--text {margin-left:-90px;width:180px;font-size:14px;}
.page-template-page-pricing tr.row-title{
	
	font-size:18px;

  position: sticky!important;
  top: 80px!important;
}
}
.page-template-page-pricing .container.table-container.pb-5 {overflow:unset;}
.page-template-page-pricing  thead tr>th:nth-child(3) a.btn.btn-block.btn-large {
    color: #fff;
    background: #0040be;
    border: 1px solid #0040be;
}
.page-template-page-pricing  thead tr>th:nth-child(4) a.btn.btn-block.btn-large {
	color: #fff;
    background: #56007e;
    border: 1px solid #56007e;
}
.page-template-page-pricing th {border:0!important;}
.pricing-left a.btn.btn-large.btn-outline{font-size:24px;}

.page-template-page-pricing section.section-fluid.bg-grey-light:nth-child(5) {
    padding-bottom: 75px;
}
.page-template-page-pricing section#section-trial{margin-top:0}

#feedbackform div#frm_field_13_container, #feedbackform div#frm_field_14_container {
    display: none;
}
#feedbackform div#frm_field_13_container {
    font-size: 1.8em;
    color: #00b800!important;
    font-weight: 600;
}
#feedbackform #feedbackformbody .with_frm_style div#frm_field_14_container label{
	font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}
#feedbackform div#frm_field_15_container{display:none}
.article .article--content h3{padding-top:10px;}
.article .article--content h2{padding-top:25px;}
.article .article--content table p{margin-bottom:0}
.article .article--content table{margin-bottom:32px;}


.single-help .main-content img {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
div#help-author-image img {
    text-align: left;
    margin-left: 0px;
display:inline;}
.sub h1 {font-weight:900;display:inline;vertical-align:bottom;}
@media (min-width: 1200px){
	.description-content {
    padding-bottom: 40px;
		margin-top:30px;
}
.sub-menu.sub-menu-double {
    max-height: 500px;
}
}
.description-content {padding-bottom:40px;margin-top:30px;}
.competitor-reviews h2.group-name, .single-articles  h2.group-name {margin-top:50px;margin-bottom:20px;color:#00b800; font-weight:bolder;padding-left:30px}
.single-our-reviews div#help-author-name, .single-articles div#help-author-name{font-size:16px;}
.single-articles div#author-box{margin-bottom:20px;}
.single-our-reviews div#article-updated p, .single-articles div#article-updated p {padding-top:5px;font-size:16px;}
@media  (max-width: 768px){
	div#author-box{margin-bottom:20px;}
}
.see-competitor-reviews {
    font-size: 24px;
	margin-top:70px;
}

#general-articles-archive, #faq-articles-archive {
    padding-top: 50px;
    padding-bottom: 100px;
}
#general-articles-archive .general-article{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 25px;
    cursor: pointer;
    line-height: 1.5;
    font-family: 'Nunito Sans',sans-serif !important;
}
#general-articles-archive .general-article a{
    color: black!important;
    font-size: 25px;
    font-weight: bold;
    vertical-align: bottom;
    text-decoration: none !important;
    font-family: 'Nunito Sans',sans-serif !important;
} 
.single-qa .article--content p {font-size:24px}
.single-qa .article--content a.btn.btn-outline.btn-large {
    margin-top: 50px;
		margin-bottom:50px;
}

#hero-banner a.btn.btn-large {line-height:1.35}
div#author-box {
    margin-bottom: 30px;
}

.page-template-template-work-hours-calculator #savebutton{
    display: inline-block;
    padding: 11px 24px;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
}
.page-template-template-work-hours-calculator #resetbutton {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16.5px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
    margin-left: 20px;
}
.page-template-template-work-hours-calculator #calcoverlay {
    display: none;
    transition-duration: .2s;
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    opacity: .95;
    top: 0;
}
.page-template-template-work-hours-calculator .overlayinside {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    max-width: 90%;
}
.page-template-template-work-hours-calculator #copied-to-clipboard {
    opacity: 0;
    transition: opacity .5s ease-out;
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
    height: fit-content;
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    margin-right: 20px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
}
.page-template-template-work-hours-calculator #saveurlbox {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 200px;
    font-size: 20px;
    padding: 10px 15px;
    border: 2px solid #00b800;
    border-radius: 20px;
}
.page-template-template-work-hours-calculator #overlaybuttons {
    text-align: center;
    margin-top: 20px;
}
.page-template-template-work-hours-calculator .overlaybutton {
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    margin-right: 20px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
}
.page-template-template-work-hours-calculator #closeOverlay {
    margin-right: 0;
}
.page-template-template-work-hours-calculator #calcpagecontrols {
    margin: 40px auto;
    display: block;
    width: fit-content;
    text-align: center;
    max-width: 90%;
		padding-bottom:50px;
}
.page-template-template-work-hours-calculator  .main-content{  background: linear-gradient(180deg,#fff2e9 100%,rgba(255,242,233,0) 0); }

.page-template-template-time-card-calculator #savebutton{
    display: inline-block;
    padding: 11px 24px;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
}
.page-template-template-time-card-calculator #resetbutton {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16.5px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
    margin-left: 20px;
}
.page-template-template-time-card-calculator #calcoverlay {
    display: none;
    transition-duration: .2s;
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    opacity: .95;
    top: 0;
}
.page-template-template-time-card-calculator .overlayinside {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    max-width: 90%;
}
.page-template-template-time-card-calculator #copied-to-clipboard {
    opacity: 0;
    transition: opacity .5s ease-out;
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
    height: fit-content;
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    margin-right: 20px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
}
.page-template-template-time-card-calculator #saveurlbox {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 200px;
    font-size: 20px;
    padding: 10px 15px;
    border: 2px solid #00b800;
    border-radius: 20px;
}
.page-template-template-time-card-calculator #overlaybuttons {
    text-align: center;
    margin-top: 20px;
}
.page-template-template-time-card-calculator .overlaybutton {
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    margin-right: 20px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
}
.page-template-template-time-card-calculator #closeOverlay {
    margin-right: 0;
}
.page-template-template-time-card-calculator #calcpagecontrols {
    margin: 40px auto;
    display: block;
    width: fit-content;
    text-align: center;
    max-width: 90%;
		padding-bottom:50px;
}
.page-template-template-time-card-calculator header.header.header-main, .page-template-template-work-hours-calculator header.header.header-main {

    background: #fff2e9;
}
.page-template-template-time-card-calculator  .main-content{  background: linear-gradient(180deg,#fff2e9 100%,rgba(255,242,233,0) 0); }

.page-template-template-time-card-calculator #savebutton{
    display: inline-block;
    padding: 11px 24px;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
}
.page-template-template-time-card-calculator #resetbutton {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16.5px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
    max-width: 90%;
    text-align: center;
    margin-left: 20px;
}
.page-template-template-time-card-calculator #calcoverlay {
    display: none;
    transition-duration: .2s;
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    opacity: .95;
    top: 0;
}
.page-template-template-time-card-calculator .overlayinside {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    max-width: 90%;
}
.page-template-template-time-card-calculator #copied-to-clipboard {
    opacity: 0;
    transition: opacity .5s ease-out;
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
    height: fit-content;
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    margin-right: 20px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
}
.page-template-template-time-card-calculator #saveurlbox {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 200px;
    font-size: 20px;
    padding: 10px 15px;
    border: 2px solid #00b800;
    border-radius: 20px;
}
.page-template-template-time-card-calculator #overlaybuttons {
    text-align: center;
    margin-top: 20px;
}
.page-template-template-time-card-calculator .overlaybutton {
    display: inline-block;
    padding: 8px 16px;
    font-size: 20px;
    margin-right: 20px;
    line-height: 25px;
    background: #fff;
    color: #00b800;
    font-weight: 700;
    border: 1px solid #00b800;
    border-radius: 24px;
    cursor: pointer;
    width: fit-content;
}
.page-template-template-time-card-calculator #closeOverlay {
    margin-right: 0;
}
.page-template-template-time-card-calculator #calcpagecontrols {
    margin: 40px auto;
    display: block;
    width: fit-content;
    text-align: center;
    max-width: 90%;
		padding-bottom:50px;
}
.page-template-template-time-card-calculator header.header.header-main, .page-template-template-work-hours-calculator header.header.header-main {

    background: #fff2e9;
}
.page-template-template-time-card-calculator  .main-content{  background: linear-gradient(180deg,#fff2e9 100%,rgba(255,242,233,0) 0); margin-top:50px; }
div#work-hours-calculator-page div#page-content{margin-top:50px; }
div#work-hours-calculator-page div#page-content ul {

    width: max-content;
}
div#work-hours-calculator-page .section-hours-calculator{background:none!important;}
.page-template-template-work-hours-calculator main.main-content{background: linear-gradient(180deg,#fff2e9,rgba(255,242,233,0))!important;}
.page-template-template-work-hours-calculator div#page-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-time-card-calculator  .main-content{  background: linear-gradient(180deg,#fff2e9 100%,rgba(255,242,233,0) 0); margin-top:50px; }
.page-template-template-time-card-calculator div#page-content{margin-top:50px; }
.page-template-template-time-card-calculator div#page-content ul {
    width: max-content;
}
.page-template-template-time-card-calculator .time-card-app-container{background:none!important;}
.page-template-template-time-card-calculator{background: linear-gradient(180deg,#fff2e9,rgba(255,242,233,0))!important;}
.page-template-template-time-card-calculator div#page-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px){
	.page-template-template-time-card-calculator div#page-content ul,	.page-template-template-work-hours-calculator div#page-content ul {padding-left:0;padding-right:25px;}
	.page-template-template-time-card-calculator div#page-content{max-width:90vw!important}
	.page-template-template-work-hours-calculator .container, 	.page-template-template-time-card-calculator .container {max-width:90vw}
	.page-template-template-time-card-calculator div#page-content{margin-left:0px;padding-left:15px;padding-right:15px;}
	.page-template-template-work-hours-calculator div#page-content{
margin-left:0px;padding-left:15px;padding-right:15px;	margin-left:0;margin-right:0;
	}
}
@media (max-width: 935px){
	.page-template-template-time-card-calculator div#resetbutton,.page-template-template-work-hours-calculator div#resetbutton {
    margin-top: 20px;
}
		.page-template-template-time-card-calculator #feedbackform,.page-template-template-work-hours-calculator #feedbackform {
    margin-top: -30px;
}
			.page-template-template-time-card-calculator #feedbackform h2,.page-template-template-work-hours-calculator #feedbackform h2{
    transform:none;
				margin-left:20px;
				margin-right:20px;
}
}

@media (max-width: 935px){

.page-template-template-time-card-calculator div#page-content{max-width:100vw;margin-left:20px;margin-right:35px;}
	.page-template-template-work-hours-calculator div#page-content{max-width:100%;margin-left:0;margin-right:35px;}
	.page-template-template-time-card-calculator div#page-content *,.page-template-template-work-hours-calculator div#page-content *{max-width:90vw;}

}	
.page-template-template-time-card-calculator .main-content {background:none!important}
.single-articles ol{margin-bottom:32px}
.single-articles h6{margin-bottom:12px}

.single-global-labor-laws table {
    margin-left: auto;
    margin-right: auto;
}
.single-global-labor-laws td {
    padding-right: 5px;
    padding-left: 5px;
	    border: 1px solid black!important;
}
#labor-laws-archive .state-labor-law {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 25px;
    cursor: pointer;
    line-height: 1.5;
    font-family: 'Nunito Sans',sans-serif !important;
}
.postid-26354  .state-labor-law {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 25px;
    cursor: pointer;
}
.postid-26354 .state-labor-law a, .postid-26354  a .labor-law-state-title {
    color: black!important;
    font-size: 25px!important;
    font-weight: bold;
	vertical-align: bottom;
text-align:left;}
#labor-laws-archive .state-labor-law a, #labor-laws-archive  a .labor-law-state-title {
    color: black!important;
    font-size: 25px!important;
    font-weight: bold;
	vertical-align: bottom;
    text-decoration: none !important;
    font-family: 'Nunito Sans',sans-serif !important;
text-align:left;}
#labor-laws-archive .state-labor-law:hover{
    background: rgb(28 230 2 / 8%);

}
.postid-26354 .state-labor-law:hover{
    background: rgba(255, 102, 3,0.08);
}
.postid-26354 .article--content h4 {font-size:24px; font-weight:normal;}
.postid-26354 .col-md-10.col-lg-8.offset-md-1.offset-lg-2{
	margin-left:0;
	max-width:99.9%;
	flex:0 0 99.9%;
}
.postid-26354 div#feedbackform {display:none;}

.postid-26354  div#back-to-main a {
    text-align: left;
    float: left;
    margin-top: 25px;
}
.page-id-26287 .state-labor-laws{padding-top:80px;padding-bottom:0px;}
.postid-26354 div#wpadminbar{display:none;}
.single-top6 p.last-updated.entry-meta {
    FONT-SIZE: 16PX;
    MARGIN-BOTTOM: 30PX;
    MARGIN-TOP: 10PX;
}
.sc_card{box-shadow:none;margin:0;padding:0;}
.sc_card {background:none;}
.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6{font-weight:700;}
.sc_card{max-width:100vw}

.article ::marker,.article ::before {color: #10c910!important;font-weight:bold;}



.article .article--content ul:not(.list-description) li:before, .icon-check:before, .list-check li:before {
    content: "✓";
}

.article .article--content ul:not(.list-description) li:before,.list-check li:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

.article .article--content ul:not(.list-description),.list-check {
    margin-bottom: 0
}

.article .article--content ul:not(.list-description) li,.list-check li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px
}
.article .article--content ul:not(.list-description) li p,.list-check li p{
    margin-top: 20px;
}

.article .article--content ul:not(.list-description) li:before,.list-check li:before {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

.article .article--content ul:not(.list-description) li,.list-check.list-check-rounded li {
    padding-left: 34px
}

.article .article--content ul:not(.list-description) li:before,.list-check.list-check-rounded li:before {
    color: #00b800;
    top: 0;
    margin-top: 0px;
    background-color: #fff;
    background-size: 16px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}
.article ul li::marker{display:none; content:none;}
.article .article--content ul.list-check-green:not(.list-description) li:before,.list-check.list-check-green li:before {
    color: #69c050
}

.list-numbered {
    margin-bottom: 0;
    counter-reset: my-awesome-counter;
    padding-left: 48px
}

.list-numbered li {
    counter-increment: my-awesome-counter;
    position: relative
}

.list-numbered li:before {
    position: absolute;
    top: 0;
    left: -48px;
    content: counter(my-awesome-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 90%;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    color: #00b800;
    font-weight: 700
}

.list--square {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden
}

.list--square li {
    padding: .5px
}

.box--image-text {
    position: relative
}

.box--image-text:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: block;
    content: ""
}

.box--image-text .box--image-text--image {
    position: relative;
    z-index: 1
}

.box--image-text .box--image-text--image img {
    width: 100%;
    height: auto
}

.box--image-text .box--image-text--text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    color: #fff
}

.list--user-reviews {
    display: flex;
    margin-top: -24px;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1600px;
    align-items: stretch
}

.list--user-reviews li {
    margin-top: 24px;
    padding: 0 12px;
    display: flex;
    align-items: stretch;
    flex-direction: column
}
.article ul{padding-left:0;}
.article--content{margin-bottom:100px;}


.section-qa .qa-box {
    margin-bottom: 10px;
    width: 100%
}

.section-qa label {
    font-size: 24px;
    width: 100%;
    display: block;
    padding: 12px 22px;
    margin: 0 0 1px;
    cursor: pointer;
    background: #00b800;
    border-radius: 3px;
    color: #fff;
    transition: .5s ease;
    display: flex!important
}

.section-qa label:hover {
    opacity: .8
}

.section-qa label .label-text {
    width: 93%;
    display: inline-block
}

.section-qa input {
    display: none
}


.section-qa .content {
    display: none; 
    overflow: hidden; 
}

/* .section-qa .content {
    margin-top: -10px;
    margin-bottom: -1px;
    width: 100%;
    padding: 10px 25px;
    border-left: 1px solid #00b800;
    border-bottom: 1px solid #00b800;
    border-right: 1px solid #00b800;
    border-radius: 3px;
} */

.section-qa .content p {
    margin-top: 16px;
    margin-bottom: 16px
}

.section-qa input+label+.content {
    display: none
}

.section-qa input+label .arrow {
    display: inline-block;
    text-align: center;
    margin-top: -4px;
    align-self: center;
    width: 7%;
    transition: transform 0.3s ease; /* Smooth arrow rotation */

}

.section-qa input:checked+label .arrow {
    transform: rotate(180deg);
    margin-top: 0
}

/* .section-qa input:checked+label+.content {
    display: block
} */
.article img.size-full{margin-bottom:45px;}

/*17-01-2024*/
.navigation-main li.button_borders, .navigation-main li.button_borders:hover { padding: 0; top: 0;}
.navigation-main li { padding: 0; }
.navigation-main li.button_borders:hover a { color: #fff !important; }
img.get-image { display: none; }
img.mobile-image { display: none; }
.pp-hero-contactsales1{position: relative; z-index: 1;}
.pp-hero-contactsales1:after { content: '';position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0;background-image: linear-gradient(90deg,hsla(0,0%,100%,.66) 40%,hsla(0,0%,98%,.1) 94%); }

section#qa header {
    background-color: transparent;
}

@media (max-width: 991px){
	.home_banner:after { content: ''; background-image: linear-gradient(180deg, hsla(0, 0%, 91%, .48), hsla(0, 0%, 91%, .48)); top: 0; right: 0; left: 0; bottom: 0; z-index: -1; position: absolute; }
	.home_banner { background-position: 70% -140% !important; background-repeat: no-repeat !important; background-size: cover !important; }
	.home_banner { z-index: 1; position: relative; }
	.try_now.wf-section h2 { transform: none; width: 100%; }
	.footer_rows { width: 100%; margin: 0; padding: 0 }
	
}

@media (max-width: 767px){
	.home_banner:after { content: ''; background-image: linear-gradient(180deg, hsla(0, 0%, 91%, .48), hsla(0, 0%, 91%, .48)); top: 0; right: 0; left: 0; bottom: 0; z-index: -1; position: absolute; }
	.home_banner { background-position: 70% -140% !important; background-repeat: no-repeat !important; background-size: cover !important; }

}
/*17-01-2024*/



/*---------customizer-----*/

/* Custom Other js */
@font-face {
  font-weight: 400;
  font-style:  normal;
  font-family: circular;

  src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
}

@font-face {
  font-weight: 700;
  font-style:  normal;
  font-family: circular;

  src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
}

.anti-flicker-hide { opacity: 0 !important}

@media (min-width:992px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="73859f69-114c-24a6-f702-8e9b196b3547"] {-webkit-transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0;}html.w-mod-js:not(.w-mod-ix) [data-w-id="d18777f4-4676-dbb1-af1a-802feab1782f"] {opacity:0;-webkit-transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 50PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);}}

.wf-force-outline-none[tabindex="-1"]:focus{outline:none;}

/*-----customizer-----*/

@media (min-width: 768px){
.single-our-reviews .article .article--content h2 {
    font-size: 36px;
    padding-top: 25px;
}
}
section#qa header{margin-bottom:50px;}
section#qa .title, section#qa .subtitle {
    text-align: center;
}


.section-qa {
    padding-bottom: 120px!important
}

.section-qa .box--content-list,.section-qa .row {
    border-radius: 3px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 576px) {
    .section-qa .box--content-list,.section-qa .row {
        border:2px solid #00b800
    }
}
/*-----customizer-----*/


@media (max-width:1200px) {
    .pp-brand {
		width: 8%;
		margin-left: 8px;
	}

	.navigation-main a {
		font-size: 13px;
	}
}
@media (max-width:991px) {
	.pp-brand {
		width: auto;
	}
}


.single-help:has(#qa) .related-questions{
    margin-bottom: 50px;
}