@font-face {
	font-family: 'JennaSue';
	src: url('https://go.paycor.com/rs/003-JWW-697/images/JennaSue.eot') format('embedded-opentype');
	src: url('https://go.paycor.com/rs/003-JWW-697/images/Jenna-Sue.woff') format('woff'),
			url('https://go.paycor.com/rs/003-JWW-697/images/JennaSue.woff2') format('woff2'),
			url('https://go.paycor.com/rs/003-JWW-697/images/JennaSue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--jennaFont: 'JennaSue';
  --bs-body-color: #58595B;
  --bs-body-bg: #F7F7F7;
  --navy: #193D6A;
  --orange: #f06f1f;
  --lt-grey: #f7f7f7;
  --md-lt-grey: #E4E5E6;
  --bs-border-radius: 0;
  --lite-text: #FFF;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #58595B;
  --lt-border-color: #C4C6C8;
  --yellow: #FFDC00;
  --orange-gradient: linear-gradient(to bottom, #F06F1F, #F05A2E);
  --lite-gradient: linear-gradient(rgba(255,255,0,.1), rgba(241,90,46,.1));
  --md-dark-grey: #939598;
  --yellowish: rgba(255,220,1,.1);
}

/* Utilities */
.JennaSue_font {
	font-family: var(--jennaFont);
}
h1,h2 {
  font-size: 45px; 
  font-weight: 600;
}
.top-50px {
  top: 50px;
}
.text-color-orange {
  color: var(--orange);
}
.bg-color-orange {
  background: var(--orange-gradient);
  color: var(--lite-text);
}
.bg-color-lt-grey {
  background-color: var(--lt-grey);
  color: var(--bs-body-color);
}
.bg-color-white {
  background-color: #FFF;
  color: var(--bs-body-color);
}
.bg-color-navy {
  background-color: var(--navy);
  color: var(--lite-text);
}
.bg-color-md-dark-grey {
  background-color: var(--md-dark-grey);
  color: var(--lite-text);
}
.bg-img-line {
  background-image: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_bgLine.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 105%;
}
.blockquote {
  padding: 10px;
  font-size: 1rem;
  font-style: italic;
  background-image: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_quote-left.png), url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_quote-right.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 5%,5%;
}
.icon-list {
  padding-left: 3rem;
}
.icon-list  li {
  position: relative;
  list-style-type: none;
}

/* Buttons */
.btn-blank-primary {
  --bs-btn-color: var(--navy);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--navy);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--navy);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: var(--navy);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  --bs-gradient: none;
}
.cta-button {
	background-color: #193D6A;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-family: Arial, sans-serif;
	text-transform: inherit;
	padding: 0px;
	width: 272px;
	height: 56px;
	border: 1px solid #193D6A;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	color: #ffffff;
	background-image: none;
	text-decoration: none;
}
.cta-button:hover,
.cta-button:focus,
.cta-button:active {
	background-color: #ffffff;
	color: #193D6A;
	text-shadow: none;
}
.cta-button:after {
	content: "";
	position: relative;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/btn-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 14px;
	width: 10px;
	margin: 0px 0px 0px 9px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0px;
}
.cta-button:hover:after,
.cta-button:focus:after,
.cta-button:active:after {
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/btn-arrow-hover.png');
}

/* Navbar */
.navbar-brand img {
  height: 42px;
}
img#phoneIcon {
  height: 24px;
  width: 24px;
  -webkit-filter: invert(57%) sepia(34%) saturate(4600%) hue-rotate(347deg) brightness(96%) contrast(96%);
          filter: invert(57%) sepia(34%) saturate(4600%) hue-rotate(347deg) brightness(96%) contrast(96%);
  position: absolute;
  left: 8px;
}
img#phoneIconMobile {
  height: 36px;
  width: 36px;
  -webkit-filter: invert(57%) sepia(34%) saturate(4600%) hue-rotate(347deg) brightness(96%) contrast(96%);
          filter: invert(57%) sepia(34%) saturate(4600%) hue-rotate(347deg) brightness(96%) contrast(96%);
}
.btn-blank-primary:hover img#phoneIcon {
  -webkit-filter: invert(100%) sepia(0%) saturate(6329%) hue-rotate(352deg) brightness(96%) contrast(113%);
          filter: invert(100%) sepia(0%) saturate(6329%) hue-rotate(352deg) brightness(96%) contrast(113%);
}
.phoneButton {
  padding-left: 42px;
  position: relative;
}

/* Hero */
.hero-section {
  background-color: #FFF;
  -webkit-box-shadow:  inset 0 .5rem 1rem rgba(0,0,0,.15)!important;
          box-shadow:  inset 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hero-section li {
  margin-bottom: 15px;
}
.hero-section h1 {
  margin-bottom: 20px;
}

/* Trust */
.trust-section {
  background-color: var(--lt-grey);
}
.add-right-border {
  position: relative;
}
.add-right-border:after {
  content: "";
  border-left: var(--bs-body-color) 1px solid;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 0px;
}
.quote-info {
  padding-left: 75px;
}
.quote-info img {
  width: 75px;
  height: 75px;
}

/* Motivate Section */
.motivate-line-bg {
  background: var(--yellow) url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_bgLine.png) no-repeat center center;
  background-size: 110%;
  padding: 20px 0;
}
.motivate-parallax-bg {
  background-color: #FFF;
  background-image: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_bgparalax1.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.motivate-parallax-bg .card {
  --bs-card-spacer-x: 3rem;
  --bs-card-spacer-y: 4.5rem;
}
.motivate-card-bg {
  background: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_laptopuser.png) no-repeat center center;
  background-size: cover;
}
.icon-list li.motivate-automate:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-automate.png');
}
.icon-list li.motivate-recruit:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-recruit.png');
}
.icon-list li.motivate-optimize:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-optimize.png');
}
.motivate-section .icon-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -52px;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}
.callout {
	background: #F06F1F;
	padding: 1em;
	color: #FFF;
}
.callout p {
	Margin-bottom: 0px;
}

/* Software Section */
.mobileImageLaptopUser {
  height: 170px;
  width: 100%;
  background: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_laptopuser-mobile.png) no-repeat center top;
  background-size: cover;
}
.card-title {
  font-weight: 600;
}
.card-pc-image {
  position: relative;
  margin-bottom: -141px; 
  width: 100%;
  padding: 0 1em;
}
.card-body h4 {
  font-size: 1.25rem;
}
.card-text {
  margin-bottom: 2rem;
}

/** Partner Network **/
.partner-network {
  margin-top: -100px;
  border: 1px solid var(--lt-border-color);
}
.partner-network .icon-list li {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.partner-network .icon-list li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -48px;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-list li.network-paySolution:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-paySolution.png');
}
.icon-list li.network-benefits:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-benefits.png');
}
.icon-list li.network-scheduling:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-scheduling.png');
}
.icon-list li.network-POS:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-POS.png');
}
.icon-list li.network-globalPayroll:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-globalPayroll.png');
}
.icon-list li.network-screening:before {
  background-image: url('https://go.paycor.com/rs/003-JWW-697/images/demoLP_demoIcon-screening.png');
}
.network-wrapper {
  position: relative;
  z-index: 100;
}

/* Footer */
.footer-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
footer a {
  color: #FFF;
}

/* Media Queries */
@media screen and (max-width: 992px) {
  .shadow.bg-color-white {
    background: transparent;
  }
  .add-right-border:after {
    border-left: none;
  }
  .motivate-line-bg {
    background-image: none;
    padding: 10px 0;
  }
  .motivate-parallax-bg {
    background-color: #FFF;
    background-image: none;
    position: relative;
    min-height: unset;
  }
  .motivate-parallax-bg .card {
    max-width: 100%;
    position: relative;
    top: unset;
  }
  .card {
    border: none;
  }
}

@media (min-width: 768px) {
  .motivate-parallax-bg .card {
    max-width: 100%;
  }
  .blockquote {
    padding: 10px 75px;
    background-image: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_quote-left.png), url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_quote-right.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    font-size: 1rem;
    font-style: italic;
  }
}

@media (min-width: 992px) {
  .hero-section {
    background-image: url(https://go.paycor.com/rs/003-JWW-697/images/demoLP_bgLine.png), var(--orange-gradient);
  }
  .motivate-parallax-bg .card {
    --bs-card-spacer-y: 2rem;
  }
	.motivate-parallax-bg {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
  .motivate-parallax-bg .card {
    --bs-card-spacer-y: 3rem;
  }
  .partner-network h2,.cta-section h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .motivate-parallax-bg .card {
    --bs-card-spacer-y: 4rem;
  }
}

@media (min-width: 1900px) {
  .motivate-parallax-bg .card {
    --bs-card-spacer-y: 4.5rem;
  }
}

body > img, 
.mktoForm .mktoGutter, 
.mktoFormRow.hideField, 
.mktoErrorArrowWrap,
.mktoForm .mktoRequiredField label .mktoAsterix {
	display: none;
}
.hero-section {
	padding: 0px 0px 123px;
	position: relative;
}
.hero-section .hero-info {
	padding-bottom: 17px !important;
}
.hero-section .hero-frm {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	max-width: 544px;
}
.hero-section .hero-frm .mobile_head {
	display: none;
}
.hero-section .hero-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hero-section .hero-frm .frm-wrapper {
	-webkit-box-shadow: 0px 16px 45px 0px rgba(161, 113, 83, 0.20);
	        box-shadow: 0px 16px 45px 0px rgba(161, 113, 83, 0.20);
	background-color: #ffffff;
	padding: 37px 40px 35px;
}
.hero-section .hero-frm .form-title {
	font-size: 68px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 17px;
	color: #58595B;
	text-align: center;
}
.hero-section .hero-frm .frm-wrapper .mktoForm {
	max-width: 100%;
}
.hero-section .hero-frm .frm-wrapper .mktoForm > div {
	width: 100%;
}
.hero-section .hero-frm .frm-wrapper .mktoForm form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100% !important;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow {
	width: 50%;
	max-width: -o-calc(50% - 10px);
	max-width: calc(50% - 10px);
	margin-bottom: 20px;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow.Email-row {
	width: 100%;
	max-width: 100%;
}
.mktoOffset {
  width: 0px !important;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol {
	float: none;
	min-height: auto;
	margin-bottom: 0px !important;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
	float: none;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
	width: 100% !important;
	height: 48px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: Arial, sans-serif;
	color: #58595B;
	border: 1px solid #cccccc;
	padding: 12px 16px 11px 15px;
	border-radius: 1px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField::-webkit-input-placeholder {
	color: #949698;
	opacity: 1;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField::-webkit-input-placeholder,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField::placeholder {
	color: #949698;
	opacity: 1;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus::-webkit-input-placeholder {
	opacity: 0;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus::-webkit-input-placeholder,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus::placeholder {
	opacity: 0;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
	color: #949698;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/dropdown-up.svg');
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-position: center right 12px;
	padding-right: 30px;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.typing select.mktoField {
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/dropdown-down.svg');
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField option {
	color: #CCCCCC;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoValid {
	color: #58595B;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.error .mktoField,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFieldWrap:has(.mktoError) input.mktoInvalid,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFieldWrap.active.typing:has(.mktoError) input.mktoInvalid, 
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFieldWrap.active:has(.mktoError) input.mktoInvalid {
	border-color: #F03;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.typing input.mktoInvalid,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.active .mktoField {
	border-color: #58A7DC;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow.hideField+.mktoFormRow.NumberOfEmployees-row {
	max-width: unset;
	width: 100%;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #58A7DC;
	display: block;
	position: absolute;
	left: 12px;
	top: 8px;
	opacity: 0;
	padding: 1px 5px;
	background-color: #ffffff;
	width: auto !important;
	white-space: nowrap;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.select-row .mktoLabel {
	width: 160px !important;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.active .mktoLabel {
	top: -9px;
	opacity: 1;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.error .mktoLabel,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFieldWrap:has(.mktoError):has(input.mktoInvalid) .mktoLabel {
	color: #F03;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
	left: 0 !important;
	right: auto !important;
	top: 0 !important;
	bottom: auto !important;
	margin: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #F03;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	border-radius: 0px;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow.Email-row .mktoFieldWrap .mktoError .mktoErrorMsg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow {
	position: relative;
	margin: 20px 0px 0px;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap {
	margin-left: 0px !important;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
	background-color: #193D6A;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-family: Arial, sans-serif;
	text-transform: inherit;
	padding: 0px;
	width: 272px;
	height: 56px;
	border: 1px solid #193D6A;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	color: #ffffff;
	background-image: none;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
	background-color: #ffffff;
	color: #193D6A;
	text-shadow: none;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:after {
	content: "";
	position: relative;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/btn-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 14px;
	width: 10px;
	margin: 0px 0px 0px 9px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0px;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover:after,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus:after,
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active:after {
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/btn-arrow-hover.png');
}
.hero-section .hero-frm .frm-wrapper .cust-support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 17px 0px 0px;
}
.hero-section .hero-frm .frm-wrapper .cust-support .supp-pg {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	-webkit-text-decoration-style: solid;
	        text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	color: #F06F1F;
	font-family: Arial, sans-serif;
}
.hero-section .hero-frm .frm-wrapper .cust-support .supp-pg:hover {
	text-decoration: none;
}
.trust-section .container.py-5 {
	padding-top: 44px !important;
}
.trust-section .container .row > div.col {
	margin-top: 0px !important;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoCaptchaDisclaimer {
	color: #58595b;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 11px;
	margin-left: 0px;
	margin-top: 7px;
	padding: 0 50px;
	text-align: center;
}
.hero-section .hero-frm .frm-wrapper .mktoForm .mktoCaptchaDisclaimer a {
  color: #F06F1F;
  padding: 0px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
}
@media (max-width: 1199.98px) and (min-width: 1023.98px) {
  .hero-section .hero-frm {
    padding-left: 0;
  }
  .hero-section .hero-frm .form-title {
    font-size: 64px;
  }
}
@media (max-width: 1023.98px) {
	.hero-section {
    background-image: none;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
	}
	.hero-section .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0px;
	}
	.hero-section .hero-wrap > div:nth-of-type(1) {
		width: 100%;
		padding: 0px 15px;
	}
	.hero-section .hero-frm {
		width: 100%;
		margin: 0px;
		position: relative;
		max-width: 100%;
		z-index: 2;
		padding: 0px;
	}
	.hero-section .container {
		top: 0px;
		max-width: 100%;
		padding: 0px 0px;
		width: 100%;
		margin: 0px;
	}
	.hero-section .hero-frm:before {
    content: "";
    position: absolute;
    background: -o-linear-gradient(top, #F06F1F 0%, #F05A2E 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#F06F1F), to(#F05A2E));
    background: linear-gradient(180deg, #F06F1F 0%, #F05A2E 100%);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15) inset;
    width: 100%;
    height: 96.3%;
    z-indeX: -1;
	}
	.hero-section .hero-frm:after {
    content: "";
    position: absolute;
    background-image: url('//go.paycor.com/rs/003-JWW-697/images/tab_bgLine.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 28px;
    width: 100%;
    bottom: 33px;
    z-index: -1;
    left: 0px;
    right: 0px;
	}
	.hero-section .hero-frm .frm-wrapper {
		max-width: 600px;
		margin: 40px auto 0px;
		padding: 37px 40px 35px;
	}
	.hero-section .hero-info {
    padding: 60px 69px 17px !important;
	}
	.hero-section .hero-frm .form-title {
		margin-bottom: 17px;
	}
	.hero-section .hero-frm .frm-wrapper .cust-support {
		margin: 17px 0px 0px;
	}
	.hero-section .hero-wrap .hero-shadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoCaptchaDisclaimer {
    max-width: 450px;
    margin: 7px auto 11px;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.select-row .mktoLabel {
    width: auto !important;
	}
	.trust-section .container.py-5 {
    padding-top: 65px !important;
	}
}
@media (max-width: 767.98px) {	
	.product_demo .navbar {
		padding-block: 13px;
	}
	.hero-section .desk_head {
    display: none;
	}
	.hero-section .hero-frm .mobile_head {
    display: block;
    padding-top: 42px;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 0;
	}
	.hero-section .hero-frm {
		padding: 0px 20px;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow {
		width: 100%;
		max-width: 100%;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
		width: 100%;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm {
		padding: 0px;
	}
	.hero-section .hero-frm .frm-wrapper {
		padding: 28px 20px 25px;
		margin: 34px auto 0px;
		-webkit-box-shadow: 16px 0px 45px 0px rgba(161, 113, 83, 0.20);
		        box-shadow: 16px 0px 45px 0px rgba(161, 113, 83, 0.20);
		max-width: 100%;
	}
	.hero-section .hero-frm:before {
		left: 0px;
		height: 88.2%;
	}
	.hero-section .hero-frm .form-title {
		font-size: 44px;
		margin-bottom: 18px;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoButtonRow {
		margin: 4px 0px 0px;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoCaptchaDisclaimer {
    padding: 0 15px;
		margin: 6px auto 12px;
	}
	.hero-section .hero-frm .frm-wrapper .cust-support {
    margin: 19px 0px 0px;
	}
	.hero-section .hero-info p#newIntroText {
		font-family: 'Arial';
	}
	.hero-section .hero-info #heroText {
		font-family: 'Arial';
	}
	.trust-section img#badges {
		max-width: 100%;
		width: 100%;
	}
	.hero-section .hero-frm:after {
    bottom: 95px;
    background-image: url(https://go.paycor.com/rs/003-JWW-697/images/lines.png);
	}
	.hero-section .hero-info {
		padding: 33px 5px 44px !important;
	}
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoFormRow.Email-row .mktoFieldWrap .mktoError .mktoErrorMsg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
}
/* feature TAB CSS */
/* tab sec */
.fet-tab-sec {
	position: relative;
	background: -o-linear-gradient(top, #F06F1F 66.92%, #F05A2E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(66.92%, #F06F1F), to(#F05A2E));
	background: linear-gradient(180deg, #F06F1F 66.92%, #F05A2E 100%);
	overflow: hidden;
}
.fet-tab-sec .fet-inn {
	position: relative;
}
.fet-tab-sec .fet-inn .fet-main-title {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 56px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	max-width: 800px;
	margin: 0px 0px 87px 12px;
	left: 21%;
	position: relative;
}
.fet-tab-sec .fet-inn .fet-main-title br {
	display: none;
}
.fet-tab-sec .fet-tab-wrap {
	padding: 81px 0px 12%;
	position: relative;
}
.fet-tab-sec .fet-tablist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fet-tab-sec .fet-tablist .fet-item {
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	padding: 16px 16px 15px 8px;
	cursor: pointer;
}
.fet-tab-sec .fet-tablist .fet-item.active {
	padding: 17px 16px 31px 0px;
}
.fet-tab-sec .fet-tablist .fet-item:nth-of-type(6) {
	border-bottom: 0px;
}
.fet-tab-sec .fet-tablist .fet-item .fet-ques {
	display: block;
	cursor: pointer;
	padding: 0px 40px 0px 0px;
}
.fet-tab-sec .fet-tablist .fet-item .fet-ques .ques-title {
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
	color: #58595B;
	font-family: Arial, sans-serif;
	margin: 0px;
}
.fet-tab-sec .fet-tablist .fet-item.active .fet-ques .ques-title {
	font-size: 32px;
	line-height: 40px;
}
.fet-tab-sec .fet-tablist .fet-item .ques-inner {
	display: none;
	cursor: auto;
}
.fet-tab-sec .fet-tablist .fet-item.active .ques-inner {
	display: block;
}
.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-subtit {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #58595B;
	font-family: Arial, sans-serif;
	margin: 5px 0px 0px;
}
.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-tag {
	position: relative;
}
.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-tag .ques-list {
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 16px 0px 12px;
}
.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-tag .ques-list .ques-lead {
	list-style: none;
	margin: 0px 9px 8px 0px;
	background-color: rgba(252, 226, 210, 0.64);
	border-radius: 5.264px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: #F06F1F;
}
.fet-tab-sec .fet-tablist .fet-item .ques-inner .fet-cont {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #58595B;
	margin: 0px;
	font-family: Arial, sans-serif;
	max-width: 422px;
}
.fet-tab-sec .fet-tablist .fet-item .fet-ques:after {
	content: "";
	position: absolute;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/icon_dropdown.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 18px;
	width: 18px;
	right: 16px;
	top: 20px;
}
.fet-tab-sec .fet-tablist .fet-item.active .fet-ques:after {
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/icon_dropdown_hover.png');
	top: 28px;
}
.fet-tab-sec .fet-inn:before {
	content: "";
	position: absolute;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/graphic_elem_desk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 105px;
	width: 66px;
	top: 9px;
	left: 13%;
	margin: 0px 0px 0px 8px;
}
.fet-tab-sec .fet-inn:after {
	content: "";
	position: absolute;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/graphic_elem_desk2.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 54px;
	width: 46px;
	top: 76px;
	right: 2px;
}
.fet-tab-sec .fet-tab-wrap .fet-bottom {
	position: relative;
}
.fet-tab-sec .fet-tablist .tab-cont {
	position: relative;
}
.fet-tab-sec .fet-tablist .tabs {
	position: relative;
	min-width: 540px;
	width: 100%;
	height: 100%;
	padding: 38px 40px 40px;
	margin: 0px 40px 0px 0px;
	background-color: #ffffff;
	border-radius: 4px;
}
.fet-tab-sec .fet-tablist .tab-cont .tabcontent {
	display: none;
}
.fet-tab-sec .fet-tablist .tab-cont .tabcontent.active {
	display: block;
}
.fet-tab-sec .fet-tablist .tab-cont picture {
	display: block;
}
.fet-tab-sec .fet-tablist .tab-cont img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig {
	position: relative;
	right: 0;
	z-index: 1;
	pointer-events: none !important;
	-webkit-transform: translateX(-4.4%);
	    -ms-transform: translateX(-4.4%);
	        transform: translateX(-4.4%);
	width: 870px;
	top: -31px;
}
.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:before {
	content: "";
	position: absolute;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/graphic_elem_desk3.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	width: 98px;
	bottom: -5px;
	left: 35.9%;
}
.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:after {
	content: "";
	position: absolute;
	background-image: url('//go.paycor.com/rs/003-JWW-697/images/graphic_elem_desk4.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 126px;
	width: 124px;
	bottom: 12%;
	right: 22%;
	z-index: -1;
	margin: 0px 4px -2px 0px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
@media (max-width: 1440.98px) {
	.fet-tab-sec .fet-tab-wrap {
		padding: 81px 0px 7%;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig {
    -webkit-transform: translateX(-2.5%);
        -ms-transform: translateX(-2.5%);
            transform: translateX(-2.5%);
    top: -37px;
    width: 808px;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:after {
    bottom: 6%;
	}
}
@media (max-width: 1200.98px) {
	.fet-tab-sec .fet-tablist .tabs {
		min-width: 420px;
		padding: 20px 20px;
		margin: 0px 20px 0px 0px;
	}
	.fet-tab-sec .fet-inn .fet-main-title {
		left: 0px;
		right: 0px;
		margin: 0px auto 64px;
	}
	.fet-tab-sec .fet-inn:before {
		left: 0%;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig {
		-webkit-transform: translateX(-5%);
		    -ms-transform: translateX(-5%);
		        transform: translateX(-5%);
	}
}
@media (max-width: 1199.98px) and (min-width: 1023.98px) {
	.hero-section .hero-frm .frm-wrapper .mktoForm .mktoCaptchaDisclaimer {
    padding: 0 40px;
	}
}
@media (max-width: 1023.98px) {
	.fet-tab-sec .container {
    max-width: 728px;
	}
	.fet-tab-sec .fet-tab-wrap {
		padding: 64px 0px 156px;
	}
	.fet-tab-sec .fet-tablist {
		max-width: 100%;
		margin: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.fet-tab-sec .fet-tablist .fet-item .ques-inner .fet-cont {
		max-width: 592px;
	}
	.fet-tab-sec .fet-tablist .fet-item.active .fet-ques:after {
		top: 28px;
	}
	.fet-tab-sec .fet-inn:before {
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
	}
	.fet-tab-sec .fet-inn:after {
		top: -51px;
		right: -6px;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig {
    top: 26px;
		width: 1005px;
		-webkit-transform: translateX(-4.5%);
		    -ms-transform: translateX(-4.5%);
		        transform: translateX(-4.5%);
	}
	.fet-tab-sec .fet-tablist .tabs {
    min-width: auto;
    margin: 0px;
		padding: 39px 40px;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:before {
    bottom: 19px;
    left: 31.7%;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:after {
    right: 26.8%;
    bottom: 11%;
    margin: 0px;
	}
}
@media (max-width: 767.98px) {
	.fet-tab-sec .container {
		padding: 0px 20px;
	}
	.fet-tab-sec .fet-tab-wrap {
		padding: 79px 0px 156px;
	}
	.fet-tab-sec .fet-tablist .tabs {
    padding: 39px 20px;
	}
	.fet-tab-sec .fet-tablist .fet-item .fet-ques {
		padding: 0px 60px 0px 0px;
	}
	.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-subtit {
		margin: 4px 0px 0px;
	}
	.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-tag .ques-list {
		margin: 16px 0px 14px;
	}
	.fet-tab-sec .fet-inn:before,
	.fet-tab-sec .fet-tablist:after {
		background-image: none;
		height: auto;
		width: auto;
	}
	.fet-tab-sec .fet-inn:after {
		right: 10px;
	}
	.fet-tab-sec .fet-tablist .fet-item .ques-inner .ques-tag .ques-list .ques-lead:last-child {
    margin: 0px 0px 8px 0px;
	}
	.fet-tab-sec .fet-tablist .fet-item.active {
    padding: 17px 16px 30px 0px;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig {
    width: 645px;
    top: 41px;
    -webkit-transform: translateX(-6.1%);
        -ms-transform: translateX(-6.1%);
            transform: translateX(-6.1%);
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:after {
    bottom: 13%;
    right: 32.8%;
	}
	.fet-tab-sec .fet-tablist .tab-cont .tabcontent .fet-ig:before {
    bottom: 7px;
    left: 28.7%;
	}
	.fet-tab-sec .fet-tablist .tab-cont .ba,
	.fet-tab-sec .fet-tablist .tab-cont .ta,
	.fet-tab-sec .fet-tablist .tab-cont .wm,
	.fet-tab-sec .fet-tablist .tab-cont .compli {
    padding: 0px 0px 40px;
	}
	.fet-tab-sec .fet-tablist .tab-cont .ba .fet-ig,
	.fet-tab-sec .fet-tablist .tab-cont .ta .fet-ig,
	.fet-tab-sec .fet-tablist .tab-cont .wm .fet-ig,
	.fet-tab-sec .fet-tablist .tab-cont .compli .fet-ig {
		-webkit-transform: translateX(-4%);
		    -ms-transform: translateX(-4%);
		        transform: translateX(-4%);
	}
	.fet-tab-sec .fet-tablist .tab-cont .ba .fet-ig:after,
	.fet-tab-sec .fet-tablist .tab-cont .ta .fet-ig:after,
	.fet-tab-sec .fet-tablist .tab-cont .wm .fet-ig:after,
	.fet-tab-sec .fet-tablist .tab-cont .compli .fet-ig:after {
		bottom: 7%;
	}
	.fet-tab-sec .fet-tablist .tab-cont .ba .fet-ig:before,
	.fet-tab-sec .fet-tablist .tab-cont .ta .fet-ig:before,
	.fet-tab-sec .fet-tablist .tab-cont .wm .fet-ig:before,
	.fet-tab-sec .fet-tablist .tab-cont .compli .fet-ig:before {
    bottom: -24px;
    left: 26.7%;
	}
}

/* Software Section */
.software-section {
	display: none;
}
@media (max-width: 767.98px) {
	.software-section {
    display: block;
    padding: 0px !important;
	}
}
@media (max-width: 720.98px) {
	.drift-frame-controller-align-right {
    bottom: 225px !important;
	}
}

/* start sticky footer */
.drift-frame-controller-align-right {
	bottom: 104px !important;
}
.sticky-footer {
	background-color: #ffffff;
	position: sticky;
	clear: both;
	-webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.04), inset 0px 1px 0px #EDEDED;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.04), inset 0px 1px 0px #EDEDED;
	width: 100%;
	z-index: 101;
	padding: 15px 0px 16px;
	bottom: -100px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sticky-footer.stick {
	bottom: 0px;
}
.sticky-footer .sticky-wrap {
	max-width: 1019px;
	margin: 0 auto;
	padding: 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sticky-footer .sticky-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 383px;
	width: 50%;
}
.sticky-footer .review-wrap {
	margin-top: 3px;
}
.sticky-footer .review-sec {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.sticky-footer .review-sec .comp-logo {
	margin: 0px 12px 0px 0px;
}
.sticky-footer .review-sec .comp-logo img.Mid-market {
	width: 45px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.sticky-footer .review-sec .comp-logo img.capterra-list {
	width: 59px;
	height: 48px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.sticky-footer .review-wrap .star-rate {
	max-width: 103px;
	line-height: 18px;
}
.sticky-footer .review-sec img {
	max-width: 100%;
}
.sticky-footer .review-wrap .review-number {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	color: #58595B;
	margin: 6px 0px 0px;
}
.sticky-footer .sticky-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-grid;
	display: grid;
	max-width: 447px;
	position: relative;
	width: 100%;
}
.sticky-footer .sticky-email .sticky-check,
.sticky-footer .sticky-email .sticky-check-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sticky-footer .sticky-email .ctm-formrow {
	position: relative;
	width: 100%;
}
.sticky-footer .sticky-email label {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #58A7DC;
	position: absolute;
	left: 8px;
	top: 8px;
	opacity: 0;
	margin: 0;
	padding: 1px 5px;
	background: #ffffff;
	pointer-events: none;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sticky-footer .sticky-email.active label {
	top: -9px;
	opacity: 1;
}
.sticky-footer .sticky-email.error label {
	color: #CE0005;
}
.sticky-footer .sticky-email input.single-email {
	width: 100%;
	height: 44px;
	padding: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #58595b;
	outline: 0;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #87888A;
	background-color: #ffffff !important;
}
.sticky-footer .sticky-email.active input.single-email {
	border-color: #58A7DC;
}
.sticky-footer .sticky-email.error input.single-email {
	border-color: #CE0005;
}
.sticky-footer .sticky-email input::-webkit-input-placeholder {
	color: #949698;
	opacity: 1;
}
.sticky-footer .sticky-email input::-webkit-input-placeholder,
.sticky-footer .sticky-email input::placeholder {
	color: #949698;
	opacity: 1;
}
.sticky-footer .sticky-email input:focus::-webkit-input-placeholder {
	opacity: 0;
}
.sticky-footer .sticky-email input:focus::-webkit-input-placeholder,
.sticky-footer .sticky-email input:focus::placeholder {
	opacity: 0;
}
:-moz-placeholder-shown:not(:autofill)::-moz-placeholder {
	visibility: inherit;
}
:placeholder-shown:not(:autofill)::-moz-placeholder {
	visibility: inherit;
}
:-moz-placeholder-shown:not(:autofill)::placeholder {
	visibility: inherit;
}
:not(:-moz-autofill-preview)::-moz-text-control-editing-root,
:placeholder-shown:not(:autofill)::placeholder,
:autofill::-moz-text-control-preview {
	visibility: inherit;
}
.sticky-footer .sticky-email .ctm-buttonrow {
	position: relative;
}
.sticky-footer .sticky-email #instructemail {
	display: none;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #CE0005;
	font-family: Arial, sans-serif;
}
.sticky-footer .sticky-email.error #instructemail {
	display: block;
	margin-bottom: -3px;
}
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #193D6A;
	background: #193D6A;
	padding: 0;
	width: 131px;
	height: 44px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	outline: 0;
}
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:hover,
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:focus,
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:active {
	background-color: #ffffff;
	color: #193D6A;
}
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:after {
	content: "";
	background-image: url(https://go.paycor.com/rs/003-JWW-697/images/btn-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 14px;
	width: 10px;
	margin: 0px 0px 0px 10px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:hover:after,
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:focus:after,
.sticky-footer .sticky-email .ctm-buttonrow button.custom-btn:active:after {
	background-image: url(https://go.paycor.com/rs/003-JWW-697/images/btn-arrow-hover.png);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #6D6E71 !important;
}

@media (max-width: 991.98px) {
	.sticky-footer {
		padding: 19px 0px 17px;
	}
	.sticky-footer .sticky-wrap {
		max-width: 730px;
	}
	.sticky-footer .sticky-in {
		max-width: 300px;
	}
	.sticky-footer .review-sec .comp-logo img.Mid-market {
		width: 42px;
	}
	.sticky-footer .review-sec .comp-logo img.capterra-list {
		width: 42px;
		height: auto;
		margin-top: 4px;
	}
	.sticky-footer .review-wrap .star-rate {
		max-width: 76px;
	}
	.sticky-footer .review-wrap .review-number {
		font-size: 9px;
		line-height: 10px;
		margin: 5px 0px 0px;
	}
	.sticky-footer .sticky-email {
		max-width: 317px;
	}
	.sticky-footer .review-sec .review-wrap {
		margin-top: 3px;
	}
}

@media (max-width: 767.98px) {
	.sticky-footer {
		bottom: -170px;
		padding: 21px 0px 21px;
	}
	.sticky-footer .sticky-wrap {
		max-width: 360px;
		display: -ms-grid;
		display: grid;
	}
	.sticky-footer .sticky-in {
		width: 100%;
		margin: 0 auto 17px;
	}
	.sticky-footer .review-sec .review-wrap {
		margin-top: 1px;
	}
	.drift-frame-controller-align-right {
		bottom: 171px !important;
	}
	.sticky-footer .sticky-email.error #instructemail {
		margin-bottom: -11px;
	}
}
/* end sticky footer css */

/* animation form effect */
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}