@charset "utf-8";
/* CSS Document */
/*
Light
font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal

Regular
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;

Regular Italics
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: italic;

Medium
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-style: normal;

Bold
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;
*/
body, html {
	overflow-x: hidden;
}
body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #454f63;
}
#page {}
h1 {
	font-weight: 500;
	font-style: normal;
	font-size: 5rem;
	color: #454f63;
}
h2 {
	font-weight: 400;
	font-style: 2.5rem;
	color: #00a8a4;
}
h3 {
	font-weight: 300;
	font-style: normal;
	font-style: 2.5rem;
}
h4 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.45rem;
	color: #db5642;
}
h5 {
	font-weight: 300;
	font-style: normal;
	color: #00a8a4;
	font-size: 2.25rem;
}
h6 {
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 2.35rem;
}
p {
	font-weight: 400;
	font-style: normal;
	color: #809597;
	font-size: 1.2rem;
}
ul li, ol li {
	font-weight: 400;
	font-style: normal;
	color: #809597;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	h1 {
		font-size: 3.35rem;
	}
	body h2 {
		font-size: 1.45rem;
	}
	h3 {
		font-style: 2rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.75rem;
	}
	p {
		font-size: 1.2rem;
	}
	ul li, ol li {
		font-size: 1.2rem;
	}
}
strong {
	font-weight: 700;
	font-style: normal;
}
body .btn {
	padding: .5rem 1.5rem;
}
body .btn-primary {
	color: #fff;
	background-color: #de5a5a;
	border: 1px solid #de5a5a;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 1.25rem;
}
body .btn-primary:hover, body .btn-primary:active {
	box-shadow: 0 0 0 3px #fff, 0px 0 4px #c19a9a, 5px 0 15px #c19a9a;
	color: #fff;
	background-color: #de5a5a;
	border: 1px solid #de5a5a;
}
body .btn-primary:focus {
	box-shadow: 0 0 0 3px #ff7b7b, 0px 0 4px #c19a9a, 5px 0 15px #c19a9a;
}
body .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 3px #ff7b7b, 0px 0 4px #c19a9a, 5px 0 15px #c19a9a;
}
.bg-red {
	background-color: #de5a5a;
}
.bg-blue {
	background-color: #00a8a4;
}
#header, #intro, #content {
	background-color: #fff;
}
#header {
	padding-right: 2rem;
}
@media (max-width: 767px) {
	#header {
		padding-right: 0rem;
	}
}
#primary-nav a {
	font-weight: 500;
	font-style: normal;
	color: #809597;
}
#intro {
	padding: 15rem 0 0 0;
}
#footer {
	padding: 3rem 0;
}
@media (max-width: 1200px) {
	#intro {
		padding: 7rem 0 0 0;
	} 
}
@media (max-width: 767px) {
	#intro {
		padding: 5rem 0 0 0;
	}
	#intro h1, #intro h2, #intro p {
		text-align: center;
	}
}
#brand a{
	position: relative;
	display: block !important;
	padding: 0rem 2rem 0rem 2rem;
	background-color: #454f63;
}
#brand a:before {
	content: '';
	position: absolute;
	top:-.5px;
	right: -40px;
	width: 42px;
	height: 84.25px;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	background-color: #454f63;
}


 




.img-divider {
	height: 500px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.img-landing-01 {
	background-image: url("/img/approved-payroll-landing-hr-image-01.jpg");
	background-size: 1920px 1277px;
}
.img-landing-02 {
	background-image: url("/img/approved-payroll-landing-employee-image-01.jpg");
	background-size: 1920px 1113px;
}

@media (max-device-width: 1199px) {
		.img-divider {
 		background-attachment: local;
		height:300px;
	}
	
		.img-landing-01 {
		background-size: 1200px 798px; 
	}
	.img-landing-02 {
		background-size: 1200px 695px;
		background-position: -90px -50px;
	}
	
}
@media (max-width: 767px) {
	.img-divider {
		height: 200px;
 	}
	.img-landing-01 {
		background-size: 767px 510px;
		background-position: -100px -130px;
	}
	.img-landing-02 {
		background-size: 767px 444px;
		background-position: -90px -50px;
	}
}
.header {
	position: relative;
	padding: 2rem;
	margin-left: -2rem;
	display: block;
	background-color: #00a8a4;
	;
	color: #fff;
	margin-bottom: 0 !important;
}
.header-01:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -80px;
	width: 90px;
	height: 100px;
	background-image: url("/img/icon-user-cogs-01.svg");
	background-size: 90px 100px;
	background-repeat: no-repeat;
	margin-top: 2rem;
	z-index: 10;
}
.header-01:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -1920px;
	width: 1920px;
	height: 164.5px;
	background-color: #00a8a4;
 	z-index: 1;
}
.header-02:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -80px;
	width: 90px;
	height: 100px;
	background-image: url("/img/icon-user-idea-01.svg");
	background-size: 90px 100px;
	background-repeat: no-repeat;
	margin-top: 2rem;
	z-index: 10;
}
.header-02:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -1920px;
	width: 1920px;
	height: 164.5px;
	background-color: #00a8a4;
	;
	z-index: 1;
}
.header-blade {
	position: absolute;
	top: 0;
	right: -40px;
	width: 80px;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	background-color: #00a8a4;
}


@media (max-width: 1199px) {
	.header-01:before,
	.header-02:before{
		display: none;
	}
	.header-01:after,
	.header-02:after{
	height:100%;
}
}


.right-blade {
	display: block;
	height: 400px;
	width: 100%;
	position: relative;
}
#blade-img-01 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -35px;
	width: 1350px;
	height: 565.6px;
}
#blade-img-02 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -35px;
	width: 1350px;
	height: 565.6px;
}
#cta {
	position: relative;
}
.cta-spacer {
	display: block;
	height: 400px;
	background-color: #fff;
}
#blade-img-03 {
	display: block;
	position: absolute;
	top: -365px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1300px;
	height: 487px;
}
.right-blade:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 100px;
	width: 9999px;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	background-color: #00a8a4;
}
.right-blade:after {}
@media (max-width: 767px) {
	.cta-spacer {
		display: block;
		height: 100px;
		background-color: #fff;
	}
	#blade-img-03 {
		display: block;
		position: absolute;
		top: -180px;
		left: 0;
		right: 0;
		margin: 0 auto !important;
		width: 767px;
		height: 287px;
	}
}

.icon{
	position: relative;
	padding: 11px 0 11px 58px;
 }
.icon:before{
	position:absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
 	background-position: 0 0;
	background-repeat: 0;
	background-size: 50px 50px;
}
.icon-payroll:before{
	background-image: url("/img/icon-features-payroll.svg");
}
.icon-compliance:before{
	background-image: url("/img/icon-features-compliance.svg");
}
.icon-reports:before{
	background-image: url("/img/icon-features-reports.svg");
}
.icon-hire:before{
	background-image: url("/img/icon-features-hiring.svg");
}
.icon-secure:before{
	background-image: url("/img/icon-features-secure.svg");
}
.icon-mobile:before{
	background-image: url("/img/icon-features-mobile.svg");
}


.form-control {
	border-radius: 0;
	border: none;
}
#side-nav {
	position: fixed;
	top: 9rem;
	left: 0;
}
#side-nav .nav-item {
	width: 220px;
}
#side-nav .nav-link {
	color: #454f63;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 3rem;
	transition: color ease-in-out .15s;
}
#side-nav .nav-link:hover {
	color: #E1E1E1;
}
.disabled-link {
	color: currentColor;
	cursor: default;
	opacity: 0.5;
	text-decoration: none;
}
#side-nav .nav-link.disabled-link:hover {
	color: #809597;
}
.help-block{
	color:#fff;
	background-color: #de5a5a;
	padding: 5px 7px;
	display: block;
	margin-top: 1px;
}
#mobile-nav{
 	margin: 0 auto;
	padding:5px; 
	
}

#mobile-nav .nav-item { 
	display: inline-flex;
	width: 49.5%;
 	text-align:center;
	margin: 10px 0 0 0;
	padding: 0;
		
}
#mobile-nav .nav-link {
	color: #454f63; 
	text-align:center;
	font-size: 1rem;
	background-color: #E1E1E1;
	width: 65%;
	margin: 0 auto;
	border-radius: 20px;
  }

@media (max-width: 767px) {
#mobile-nav .nav-link { 
	width:100%; 
  }

}
 
/*=== Brand Bar Styles Updated 20220210 ===*/
#brandbar .nav-link.active {
		background-color:#131618;
}
