:root {
	--primary-blue: #74adcb;
	--dark-grey: #1e1e1e;
	--light-blue: #F0F6F9;
	--dark-yellow: #fac600;
}


html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Helpers */

.text-weight-heavy {
	font-weight: 800;
}

.text-weight-light {
	font-weight: 300;
}

.fg-white {
	color: #fff;
}

.bg-blue {
	background: var(--primary-blue);
}

.bg-dark-grey {
	background: var(--dark-grey);
}

.bg-light-blue {
	background: var(--light-blue);
}

.bg-primary-blue {
	background: #2887c6;
}

.bg-white {
	background: #fff;
}

.fg-blue {
	color: var(--primary-blue);
}

.text-center {
	text-align: center;
}

.no-margin-all {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.padding-all-small {
	padding: 15px !important;
}

.padding-all-medium {
	padding: 30px !important;
}

.no-padding-all {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.no-padding-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.margin-vertical-medium {
	margin: 5% 0;
}

.margin-vertical-large {
	margin: 8% 0;
}

.margin-top-large {
	margin-top: 15%;
}

.margin-top-small {
	margin-top: 7.5% !important;
}

.margin-bottom-small {
	margin-bottom: 7.5% !important;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}

.height-100 {
	height: 100%;
}

.display-block {
	display: block;
}



/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.list-inline,
#nav ul,
.add-nav ul,
.social-networks,
.logos-list,
.pagination ul,
.list,
.contact-area .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.logo img,
.cycle-gallery .mask .support-slide .image-holder img,
.logos-list li img,
.info-box .image-box img,
.parallax-holder .parallax-frame img,
.text-box .image-box img {
	display: block;
	height: auto;
	width: 100%;
}

.clearfix:after,
.container:after,
.form .row:after,
.search-form .input-box:after,
.features-area:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #27292d;
	background: #27292d;
	font: 13px / 1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 26px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #2887c6;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #27292d;
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #c9c9ca;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #27292d;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #27292d;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #27292d;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #27292d;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #27292d;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?17930111");
	src: url("../fonts/fontello.eot?17930111#iefix") format("embedded-opentype"), url("../fonts/fontello.svg?17930111") format("svg"), url("../fonts/fontello.woff?17930111") format("woff"), url("../fonts/fontello.ttf?17930111") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	display: inline-block;
	text-transform: none;
	text-align: center;
	line-height: 1em;
	speak: none;
	font-family: "fontello";
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

.icon-facebook-circled:before {
	content: "\e800";
}

.icon-tumblr-circled:before {
	content: "\e801";
}

.icon-gplus-circled:before {
	content: "\e802";
}

.icon-location-1:before {
	content: "\e807";
}

.icon-phone:before {
	content: "\e806";
}

.icon-info:before {
	content: "\e804";
}

body {
	line-height: 18px;
}

h1 {
	line-height: 32px;
	font-weight: 600;
	margin: 0;
}

h2 {
	line-height: 24px;
	margin: 0 0 15px;
}

#wrapper {
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1056px;
	margin: 0 auto;
	width: 100%;
}

.btn {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #c9c9ca;
	border-radius: 3px !important;
	background: transparent;
	color: #27292d;
	padding: 7px 20px 8px;
	white-space: normal;
	text-align: center;
	line-height: 18px;
	min-width: 182px;
	outline: none;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}

.btn:hover,
.btn:active,
.btn:focus {
	background: #c9c9ca;
}

.btn.btn-info {
	background: #fff;
	color: #000;
	border: 1px solid #dadada;
	border-radius: 9999px !important;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
	background: #dadada;
	color: #fff;
}

.btn.btn-primary {
	background: #2887c6;
	color: #fff;
	border: none;
	border-radius: 9999px !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
	background: #1f6a9c;
}

.btn-pill.bg-blue:hover,
.btn-pill.bg-blue:active,
.btn-pill.bg-blue:focus {
	background: #417A98;
	color: #fff;
	text-decoration: none;
}

.btn.btn-block {
	display: block;
	width: 100%;
}

.centered-align {
	text-align: center;
}

.logo {
	width: 129px;
	float: left;
}

.logo.centered {
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.logo a {
	display: block;
	outline: none;
}

.description {
	overflow: hidden;
}

.text-primary {
	color: #2887c6;
}

.orange {
	background: #ef6747 !important;
}

.blue {
	background: #2887c6 !important;
}

.yellow {
	background: #fdb955 !important;
}

.green {
	background: #55907e !important;
}

.home #header {
	position: absolute;
	width: 100%;
	z-index: 200;
	border-bottom: none;
}

#header {
	background: #fff;
	position: relative;
	color: #000;
	z-index: 10;
	border-bottom: 1px solid #e5e5e5;
}

#header .container {
	padding-bottom: 15px;
	padding-top: 15px;
	max-width: 1110px;
}

.list-inline {
	letter-spacing: -4px;
	font-size: 0;
}

.list-inline li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 7px;
	letter-spacing: 0;
	font-size: 12px;
	padding: 0 10px;
}

.list-inline li + li:before {
	background: #3e4148;
	position: absolute;
	margin: -7px 0 0;
	height: 15px;
	content: "";
	width: 1px;
	top: 50%;
	left: 0;
}

.menu {
	text-align: center;
	padding: 24px 0 0;
	float: right;
	width: 22px;
}

.menu-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: relative;
	padding: 7px 0 0;
	display: block;
	height: 17px;
}

.menu-opener:hover {
	opacity: .8;
}

.menu-opener:before,
.menu-opener:after {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: #fff;
	position: absolute;
	content: "";
	height: 3px;
	right: 0;
	left: 0;
	top: 0;
}

.menu-opener:after {
	bottom: 0;
	top: auto;
}

.menu-opener span {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	background: #fff;
	display: block;
	height: 3px;
}

.menu-holder {
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
	position: absolute;
	overflow: hidden;
	max-height: 0;
	top: 100%;
	right: 0;
	left: 0;
}

.menu-frame {
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	background: #fff;
	padding: 0 0 10px;
	display: table;
	width: 100%;
}

.links-holder {
	display: table-footer-group;
	overflow: hidden;
	width: 100%;
	height: 1%;
}

.menu-active .menu-opener:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 7px;
}

.menu-active .menu-opener:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 7px;
}

.menu-active .menu-opener span {
	opacity: 0;
}

.menu-active .menu-holder {
	max-height: 4000px;
}

.menu-active .menu-frame {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.resize-active .menu-holder,
.resize-active .menu-frame {
	-webkit-transition: none;
	transition: none;
}

#nav {
	padding: 0 0 15px;
}

#nav ul li {
	border-bottom: 1px solid #505155;
	position: relative;
}

#nav ul li.active a {
	background: #505155;
}

#nav ul li a {
	padding: 5px 10px;
	display: block;
	color: #000;
	font-weight: 600;
	font-family: inherit !important;
}

#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	background: #505155;
}

.add-nav ul {
	letter-spacing: -4px;
	font-size: 0;
}

.add-nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
	letter-spacing: 0;
	font-size: 12px;
}

.add-nav ul li .btn {
	min-width: 94px;
}

.contact_phone {
	display: inline-block;
	vertical-align: middle;
}

.contact_phone a {
	font-size: 17px;
	line-height: 17px;
	font-weight: 800;
	color: #fff;
}

.social-networks {
	overflow: hidden;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 10px;
	line-height: 32px;
	font-size: 32px;
}

.social-networks li a {
	color: #505155;
}

.social-networks li a:hover,
.social-networks li a:active,
.social-networks li a:focus {
	color: #2887c6;
}

.social-networks li a.facebook:hover,
.social-networks li a.facebook:active,
.social-networks li a.facebook:focus {
	color: #3a5795;
}

.social-networks li a.tumbler:hover,
.social-networks li a.tumbler:active,
.social-networks li a.tumbler:focus {
	color: #395976;
}

.social-networks li a.gplus:hover,
.social-networks li a.gplus:active,
.social-networks li a.gplus:focus {
	color: #dd4b3c;
}


/* Payroll styles carried over */
.image-wrap img {
	width: 100%;
}

.button-wrap {
	margin: 30px 0 0;
	width: 100%;
}

.button-wrap.has-max-width {
	max-width: 300px;
}

.button-wrap a {
	display: block;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

.button-wrap a.transparent {
	background: transparent;
	border: 1px solid #fff;
}

.btn-pill {
	border-radius: 9999px;
}

.btn-pill.transparent:hover,
.btn-pill.transparent:active,
.btn-pill.transparent:focus {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.content-wrap {
	margin: 0 auto;
	padding: 7.5%;
	max-width: 1100px;
}

.content-wrap h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
}

.content-wrap p {
	margin: 30px 0;
}

.payroll-wrap {
	display: block;
	position: relative;
	margin-top: 70px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.payroll-header {
	display: block;
	position: relative;
	padding-top: 30px;
}

.payroll-header .header-content {
	max-width: 1100px;
	padding: 7.5%;
}

.payroll-header .header-info .image-wrap {
	margin: 0 auto;
	max-width: 250px;
}

.payroll-header .header-info p {
	margin: 30px 0;
}

.payroll-header h1 {
	margin-top: 30px;
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
	text-align: center;
}

.payroll-header p {
	font-size: 15px;
	line-height: 30px;
}

.icpps-payment-types {
	position: relative;
	padding: 7.5%;
}

.icpps-payment-types h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
}

.payment-types-wrap p {
	margin: 30px 0;
}

.terminals .image-wrap.has-max-width {
	margin: 0 auto;
	max-width: 824px;
}

.payroll-pricing-table {
	position: relative;
	padding-top: 7.5%;
	overflow: hidden;
}

section.payroll-subscriptions {
	position: relative;
	margin: 0;
	overflow: hidden;
}

section.payroll-subscriptions .content-wrap h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
}

section.payroll-subscriptions .content-wrap h1 span {
	display: block;
}

section.payroll-subscriptions .content-wrap p {
	margin: 7.5% auto;
	max-width: 700px;
	font-size: 15px;
	line-height: 30px;
}

section.payroll-subscriptions.bg-dark-grey .content-wrap p {
	margin: 7.5% auto 0;
}

section.payroll-subscriptions .content-wrap .button-wrap {
	margin: 0 auto;
}

ul.list-subscriptions {
	margin: 7.5% 0;
	padding: 0;
	list-style-type: none;
}

ul.list-subscriptions li {
	display: block;
	margin-bottom: 30px;
}

ul.list-subscriptions.no-desc li {
	margin-bottom: 50px;
}

ul.list-subscriptions li:last-child {
	margin-top: 50px;
}

ul.list-subscriptions li h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

ul.list-subscriptions.no-desc li h2 {
	max-width: 70%;
	margin: 0 auto;
	line-height: 30px;
}

ul.list-subscriptions li h2 span {
	display: block;
}

ul.list-subscriptions li .image-wrap {
	margin: 0 auto;
	max-width: 137px;
}

ul.list-subscriptions li .subtitle {
	margin: 30px 0;
	font-size: 22px;
	line-height: 30px;
}

ul.list-subscriptions li .sub-description {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 30px;
}

.button-wrap a {
	color: #fff;
}

section.payroll-signup,
section.payroll-header {
	position: relative;
	z-index: 100;
}

section.payroll-signup:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/payments-accepted-graphic.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
	opacity: 0.1;
	z-index: -1;
}

section.payroll-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/header-background.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
	opacity: 0.5;
	z-index: -1;
}

.container-wrap {
	margin: 0 auto;
	padding: 7.5%;
	max-width: 1200px;
}

.container-wrap .content-block {
	margin: 5% 0 10%;
}

.container-wrap .content-block h2 {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 1.5;
	color: #fff;
	font-weight: 800;
}

.container-wrap .content-block h2 span {
	display: block;
	color: var(--dark-yellow);
	font-size: 60px;
}

.container-wrap .content-block p {
	margin: 0 auto;
	max-width: 75%;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

/* end of merged payrolls styles */

.main-holder {
	padding-bottom: 40px;
	padding-top: 40px;
}

.main-holder.add {
	max-width: 1085px;
}

.main-holder2 {
	max-width: 1180px;
}

.header {
	text-align: center;
	padding: 0 0 35px;
}

.header h1 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 15px;
}

.header h1:after {
	margin: 0;
	background: #c9c9ca;
	position: absolute;
	width: 260px;
	content: "";
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}


.parallax-holder {
	background: #2887c6;
	position: relative;
	color: #fff;
}

.parallax-holder .parallax-frame {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.parallax-holder .parallax-frame img {
	max-width: inherit;
}

.parallax-holder .container {
	position: relative;
	z-index: 10;
}

.info-article {
	text-align: center;
}

.info-article:before {
	border-color: #fff transparent transparent;
	border-width: 25px 15px 0;
	margin: 0 0 0 -15px;
	border-style: solid;
	position: absolute;
	z-index: 10;
	content: "";
	left: 50%;
	height: 0;
	width: 0;
	top: 0;
}

.info-article .bg-stretch {
	display: none;
}

.info-article .container {
	padding-bottom: 20px;
	padding-top: 45px;
}

.info-article h2 {
	margin: 0 0 22px;
}

.info-article .hightlighted-text {
	color: #27292d;
	padding: 0 0 15px;
	font-weight: 700;
}

.info-article .footer {
	font-style: italic;
	line-height: 18px;
}

.info-article.add {
	background: #ef6747;
}

.info-article.add h2 {
	margin: 0 0 20px;
}

.text-info {
	padding-bottom: 33px;
	text-align: center;
	padding-top: 49px;
	line-height: 30px;
	font-weight: 600;
	font-size: 20px;
}

.text-box-area {
	text-align: center;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 50px;
}

.text-box-area:before {
	background: #c9c9ca;
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0;
	right: 0;
	left: 0;
}

.text-box-area:last-child {
	padding: 0;
	margin: 0;
}

.text-box-area:last-child:before {
	display: none;
}

.text-box {
	padding: 0 0 25px;
	overflow: hidden;
}

.text-box .image-box-old {
	margin: 0 auto 20px;
	border-radius: 100%;
	background: #505155;
	text-align: center;
	display: table;
	height: 128px;
	width: 128px;
}

.text-box .image-box .image-holder {
	display: table-cell;
	vertical-align: middle;
}

.text-box .image-box .image {
	display: inline-block;
	vertical-align: middle;
}

a.more {
	color: #000;
	font-style: italic;
	font-weight: 800;
}

section.payroll-faqs .payroll-faq-wrap {
	margin: 0 auto;
	padding: 7.5% 15% 50px;
	max-width: 1200px;
}

.payroll-faq-wrap ul.list-questions {
	margin: 30px 0 15%;
	padding: 0;
	list-style-type: none;
}

.payroll-faq-wrap ul.list-questions li {
	margin-bottom: 30px;
}

.payroll-faq-wrap ul.list-questions li .title-wrap {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.payroll-faq-wrap ul.list-questions li .title-wrap:hover {
	cursor: pointer !important;
}

.payroll-faq-wrap ul.list-questions li .collapse,
.payroll-faq-wrap ul.list-questions li .collapse.in,
.payroll-faq-wrap ul.list-questions li .collapsing {
	margin: 0;
	padding: 0;
}

.payroll-faq-wrap ul.list-questions li .collapse-inner {
	margin-top: 30px;
	padding-bottom: 30px;
}

.payroll-faq-wrap ul.list-questions li .collapse-inner p {
	font-size: 14px;
	line-height: 30px;
}

.image-wrap.form-dev {
	max-width: 509px;
	margin: 0 auto;
}

.image-wrap.faq-icon {
	display: inline-block;
	margin-bottom: 50px;
}

.accordion {
	position: relative;
}

.glyphs:after {
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
}

.glyphs.glyphs-down-up[aria-expanded="false"]:after {
	content:'';
	background: url("../images/arrow-inactive.svg") no-repeat 0 0;
	display: block;
	width: 12px;
	height: 7px;
}

.glyphs.glyphs-down-up[aria-expanded="true"]:after {
	content:'';
	background: url("../images/arrow-active.svg") no-repeat 0 0;
	display: block;
	width: 12px;
	height: 7px;
}

.layout-center .header {
	padding: 0 0 49px;
}

.layout-center .text-box {
	padding: 0 0 37px;
}

.layout-center .text-box h2 {
	margin: 0 0 18px;
}

.layout-center .text-box .image-box {
	margin: 0 auto 40px;
	float: none;
}

.list {
	font-weight: 600;
	max-width: 615px;
	padding: 15px 0;
	margin: 0 auto;
}

.list li {
	position: relative;
	padding: 15px 0;
}

.list li:last-child:before {
	display: none;
}

.list li:before {
	margin: 0 0 0 -138px;
	background: #c9c9ca;
	position: absolute;
	width: 275px;
	content: "";
	height: 1px;
	bottom: 0;
	left: 50%;
}

.contact-area {
	border-bottom: 1px solid #c9c9ca;
	padding: 0 0 45px;
	margin: 0 0 45px;
}

.contact-area .header {
	padding: 0 0 10px;
}

.contact-area .info-list {
	line-height: 18px;
	max-width: 599px;
	text-align: left;
	font-size: 12px;
	color: #282828;
	margin: 0 auto;
}

.contact-area .info-list li {
	padding: 0 0 20px 35px;
	position: relative;
}



.acontact-area .info-list li.tel:before,
.acontact-area .info-list li.address:before,
.acontact-area .info-list li.email:before {
	color: #006eaa;
	position: absolute;
	line-height: 25px;
	content: "\e806";
	left: 0;
	top: 0;
	font-family: "fontello";
	font-size: 25px;
	visibility: hidden;
}

.acontact-area .info-list li.address:before {
	line-height: 28px;
	content: "\e807";
	font-size: 28px;
	top: -4px;
	left: 3px;
}

.acontact-area .info-list li.email:before {
	line-height: 25px;
	content: "\e804";
	font-size: 25px;
	top: -2px;
	left: 2px;
}

.contact-area .info-list li a {
	color: #282828;
}

.contact-area .info-list li a:hover,
.contact-area .info-list li a:active,
.contact-area .info-list li a:focus {
	color: #2887c6;
}

.contact-area .info-list address {
	font-style: normal;
}

.contact-area .info-list address span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.contact-area .info-list address span + span {
	padding: 0 0 0 15px;
}

.contact-area .info-list address span + span:before {
	background: #282828;
	border-radius: 100%;
	position: absolute;
	content: "";
	height: 4px;
	width: 4px;
	left: 4px;
	top: 8px;
}

.form .input-area {
	padding: 0 0 4px;
}

.form .row {
	margin: 0 0 12px;
}

.form .input-field {
	border-radius: 3px;
	background: #fff;
	line-height: 20px;
	padding: 5px 15px;
	font-size: 14px;
	display: block;
	outline: none;
	height: 40px;
	width: 100%;
	margin: 0;
}

.form textarea.input-field {
	border-color: #cdcdce;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: auto;
	height: 180px;
	resize: none;
}

.form textarea.input-field:focus {
	border-color: #000;
}

.form .btn-submit {
	border: 1px solid #c9c9ca;
	padding: 10px 15px;
}

.contact-form {
	max-width: 599px;
	margin: 0 auto;
	width: 100%;
}

.login-area {
	padding-bottom: 25px;
}

.login-area .logo {
	width: 223px;
}

.login-box-holder {
	overflow: hidden;
	max-width: 875px;
	margin: 0 auto;
}

.login-box-holder .login-box-frame {
	overflow: hidden;
	margin: 0 -8px;
}

.login-box {
	border: 1px solid #c9c9ca;
	padding: 30px 20px 21px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 5px;
}

.login-box .btn {
	text-transform: capitalize;
	padding: 10px 20px;
	line-height: 26px;
	margin: 0 0 30px;
	font-size: 20px;
}

.login-box .title {
	text-transform: uppercase;
	line-height: 22px;
	font-size: 16px;
	margin: 0 0 8px;
	display: block;
}

.search-area {
	background: #27292d;
	color: #fff;
}

.search-area .container {
	padding-bottom: 29px;
	padding-top: 29px;
}

.search-area .search-form {
	padding: 0;
}

.search-form {
	text-align: center;
	padding: 0 0 30px;
}

.search-form .input-area {
	position: relative;
}

.search-form .input-box {
	padding: 0 0 10px;
}

.search-form .input-box .col {
	padding: 0 0 10px;
}

.search-form .input-field {
	border-radius: 3px;
	border: 1px solid #818997;
	padding: 6px 14px;
	font-size: 12px;
	display: block;
	color: #27292d;
	outline: none;
	height: 35px;
	width: 100%;
	margin: 0;
}

.search-form .input-field::-webkit-input-placeholder {
	color: #27292d;
}

.search-form .input-field::-moz-placeholder {
	opacity: 1;
	color: #27292d;
}

.search-form .input-field:-moz-placeholder {
	color: #27292d;
}

.search-form .input-field:-ms-input-placeholder {
	color: #27292d;
}

.search-form .input-field.placeholder {
	color: #27292d;
}

.search-form .input-field:focus {
	border-color: #818997;
}

.article {
	padding-bottom: 35px;
	text-align: center;
	padding-top: 45px;
	max-width: 990px;
}

.article.add {
	max-width: 1030px;
}

.article .header {
	padding: 0 0 8px;
}

.article h2 {
	margin: 0 0 16px;
}

.article .hightlighted-text {
	line-height: 28px;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
}

.article .text-primary {
	padding: 0 15px 10px;
	font-weight: 700;
}

.article .footer {
	font-style: italic;
}

.features-area {
	position: relative;
	background: none;
	z-index: 5;
}

.features-area .container {
	max-width: 1130px;
}

.features-area .image-holder,
.features-area .features-content {
	position: relative;
	z-index: 10;
}

.features-area .image-holder {
	display: none;
}

.features-area .features-content {
	padding: 45px 0;
}

.features-area .title {
	text-align: center;
	line-height: 40px;
	margin: 0 0 55px;
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 35px;
}

.features-area .title .text-primary {
	font-weight: 700;
}

.features-area .title .second-line {
	display: block;
}

.features-area .logos-list {
	text-align: center;
}

.features-area .logos-list li {
	padding: 0 9px 29px;
}

#footer {
	color: #818997;
	line-height: 18px;
	font-size: 12px;
}

#footer .footer-wrap {
	width: 100%;
	background-color: #27292d;
	border-bottom: 3px solid #2887c6;
}

.footer-wrap .container {
	padding: 115px 0 168px 0;
}

.footer-wrap .container .contact-info {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	min-width: 260px;
	max-width: 294px;
}

.footer-wrap .container .contact-info > li {
	overflow: hidden;
	margin-bottom: 32px;
}

.footer-wrap .contact-info > li .description {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	padding: 0 17px;
}

.footer-wrap .contact-info > li .description address {
	font-style: normal;
}

.footer-wrap .contact-info .description dl {
	margin: 0;
}

.footer-wrap .contact-info .description dl span {
	display: inline-block;
	min-width: 52px;
	font-weight: 600;
}

.footer-wrap .footer-nav {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	padding: 0 5%;
}

.footer-nav > li {
	width: 33.33%;
	float: left;
}

.footer-nav > li .title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fff;
}

.footer-nav > li ul {
	padding-left: 0;
	list-style-type: none;
}

.footer-nav > li ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
}

.footer-nav > li .form-title {
	display: block;
	padding: 0 0 18px;
	width: 80%;
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.footer-nav .custom-quote-form .col {
	padding: 0 0 10px;
}

.footer-nav .custom-quote-form .input-field {
	border-radius: 3px;
	border: 1px solid #818997;
	padding: 6px 14px;
	font-size: 12px;
	display: block;
	color: #27292d;
	outline: none;
	height: 35px;
	width: 100%;
	margin: 0;
}

.footer-nav .custom-quote-form {
	padding-top: 12px;
}

.footer-nav .custom-quote-form .input-field::-webkit-input-placeholder {
	color: #27292d;
}

.footer-nav .custom-quote-form .input-field::-moz-placeholder {
	opacity: 1;
	color: #27292d;
}

.footer-nav .custom-quote-form .input-field:-moz-placeholder {
	color: #27292d;
}

.footer-nav .custom-quote-form .input-field:-ms-input-placeholder {
	color: #27292d;
}

.footer-nav .custom-quote-form .input-field.placeholder {
	color: #27292d;
}

.footer-nav .custom-quote-form .input-field:focus {
	border-color: #818997;
}

#footer a {
	color: #fff;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #fff;
}

#footer .nav {
	text-transform: uppercase;
	margin: 0 -15px 15px;
	text-align: center;
	line-height: 18px;
	font-weight: 300;
	font-size: 12px;
}

#footer .nav li {
	font-size: 12px;
}

#footer .logo {
	margin: 0 auto;
	float: none;
}

#footer .app-block {
	background-color: #000;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#footer .app-block .holder {
	padding: 40px 10px;
	letter-spacing: 0;
	margin: 0 auto;
	max-width: 1200px;
}

#footer .app-block .app-list {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
}

#footer .app-block .app-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 40px;
	padding-bottom: 100px;
}

#footer .app-block .social-networks {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width:35%;
	text-align: right;
}


#footer .app-block .social-networks li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 7px;
}

.sticky-box {
	margin: 0 -103px 0 0;
	position: absolute;
	line-height: 20px;
	font-size: 14px;
	z-index: 100;
	width: 206px;
	right: 50%;
	bottom: 0;
}

.sticky-box .question-box {
	padding: 14px 30px 15px 14px;
	background: #2887c6;
	border-radius: 4px;
	position: relative;
	line-height: 21px;
	margin: 0 0 25px;
	color: #fff;
	display: none;
}

.sticky-box .question-box .title,
.sticky-box .question-box .sub-title {
	display: block;
}

.sticky-box .question-box .title {
	font-size: 16px;
}

.sticky-box .question-box .close {
	position: absolute;
	line-height: 30px;
	color: #fff;
	height: 30px;
	right: 10px;
	top: 1px;
	font-weight: 700;
	font-size: 20px;
}

.sticky-box .question-box .close:hover,
.sticky-box .question-box .close:active,
.sticky-box .question-box .close:focus {
	color: #27292d;
}

.sticky-box .btn-online {
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 7px 10px 10px 51px;
	border-radius: 5px 5px 0 0;
	background: #2887c6;
	position: relative;
	display: block;
	color: #fff;
}

.sticky-box .btn-online:hover,
.sticky-box .btn-online:active,
.sticky-box .btn-online:focus {
	background: #1f6a9c;
}

.sticky-box .btn-online:before {
	border-radius: 4px;
	position: absolute;
	background: #fff;
	height: 14px;
	width: 20px;
	content: "";
	left: 19px;
	top: 10px;
}

.sticky-box .btn-online:after {
	border-color: #fff transparent transparent;
	border-width: 5px 3px 0;
	border-style: solid;
	position: absolute;
	content: "";
	left: 26px;
	top: 24px;
}

.sticky-box .btn-online strong {
	font-size: 16px;
}

.support-block {
	padding: 30px 0;
	width: 100%;
}

.support-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.support-block ul li:before {
	content: "";
	background: url(https://www.iclasspro.com/images/knowledge-makeup-icon.svg) no-repeat 0 0/cover;
	width: 81px;
	height: 81px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

.support-block .support-info-card {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.support-info-card {
	margin-bottom: 50px;
}

.support-info-card h3 {
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.display-none-xs-only {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.logos-list {
		width: 75%;
		margin: 0 auto;
	}
	.footer-wrap .container .contact-info {
		float: none;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.footer-wrap .footer-nav {
		padding: 0 17px;
	}

	.footer-wrap .footer-nav > li {
		float: none;
		width: 100%;
		padding: 0 0 26px;
	}

	.footer-nav > li .form-title {
		padding-bottom: 0;
		width: 100%;
		font-size: 17px;
	}

	#footer .app-block .app-list li {
		display: block;
		padding: 30px 0;
		text-align: center;
	}

	#footer .app-block .app-list li a {
		display: inline-block;
		vertical-align: top;
	}

	#footer .app-block .social-networks {
		display: block;
		padding: 34px 0;
		text-align: center;
		margin-top: 0;
		width: 100%;
	}

	#footer .app-block .social-networks ul {
		padding: 0;
	}

	#footer .app-block .social-networks li {
		float: none;
	}
}

@media only screen and (min-width: 768px) {
	.display-none-sm-up {
		display: none !important;
	}

	.display-block-sm-up {
		display: block;
	}

	.flexbox-container {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.flexbox-container.justify-space-around {
		justify-content: space-around;
	}

	.flexbox-container.flex-align-center {
		align-items: center;
	}

	.flex-grow {
		flex-grow: 1;
	}

	.payroll-header .header-content {
		display: flex;
		margin: 0 auto;
		max-width: 1100px;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}

	.payroll-faq-wrap ul.list-questions li {
		margin-bottom: 40px;
	}

	.payroll-header .header-info .image-wrap {
		max-width: 434px;
	}

	.payroll-header h1 {
		margin-top: 0;
		font-size: 40px;
		line-height: 40px;
		text-align: left;
	}

	.icpps-payment-types {
		padding: 7.5%;
	}

	.icpps-payment-types .payment-types-wrap {
		display: flex;
		margin: 0 auto;
		max-width: 1100px;
		justify-content: flex-end;
	}

	.icpps-payment-types .image-wrap {
		position: absolute;
		top: 50%;
		left: -15px;
		width: 290px;
		transform: translateY(-50%);
	}

	.payment-types-wrap .payment-type-info {
		width: 50%;
	}

	.payroll-header h1 span {
		display: block;
	}

	.payroll-header .header-info {
		width: 45%;
	}

	ul.list-subscriptions {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	ul.list-subscriptions li {
		width: 45%;
	}

	ul.list-subscriptions li:last-child {
		margin-top: 0;
	}

	.payroll-faq-wrap ul.list-questions li {
		margin-bottom: 40px;
	}
}

@media (max-width: 1025px) {
	.trans-pricing-wrap,
	.made-easy-wrap,
	.live-support-wrap {
		background-size: cover;
		display: block;
		width: 100%;
		height: auto;
	}

	.trans-pricing-wrap {
		background: url("/images/img40.jpg") no-repeat center center;
	}

	.made-easy-wrap {
		background: url("/images/img27.jpg") no-repeat center center;
	}

	.live-support-wrap {
		background: url("/images/img28.jpg") no-repeat center center;
	}

	.trans-pricing-wrap .slide-image.bg-stretch img,
	.made-easy-wrap .slide-image.bg-stretch img,
	.live-support-wrap .slide-image.bg-stretch img {
		display: none;
	}


	#footer .app-block .app-list {
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	body {
		line-height: 20px;
		font-size: 14px;
	}

	h1 {
		line-height: 36px;
		font-size: 30px;
	}

	h2 {
		line-height: 30px;
		font-size: 24px;
		margin: 0 0 6px;
	}

	.btn {
		border-radius: 4px !important;
	}

	#header {
		border-top-width: 4px;
	}

	#header .container {
		padding-bottom: 0;
	}

	.content-wrap h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.list-inline li {
		margin-bottom: 10px;
	}

	.menu {
		text-align: right;
		padding: 0;
		width: 80%;
	}

	.menu-opener {
		display: none;
	}

	.menu-holder {
		max-height: inherit;
		position: static;
	}

	.menu-frame {
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		display: block;
		float: left;
		padding: 0;
	}

	.links-holder {
		padding: 0 0 5px;
		display: block;
		height: auto;
		width: 100%;
	}

	.links-holder .add-nav,
	.links-holder .social-networks {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.links-holder .social-networks {
		max-width: 45%;
	}

	.links-holder .add-nav {
		padding: 3px 0 0;
	}

	.links-holder .social-networks {
		margin: 0 0 0 17px;
	}

	.menu-active .menu-holder {
		max-height: inherit;
	}

	#nav {
		line-height: 18px;
		font-size: 13px;
		float: right;
		padding: 0;
	}

	#nav ul li {
		margin: 0 0 0 27px;
		border: none;
		float: left;
	}

	#nav ul li.active a {
		background: transparent;
		color: #2887c6;
	}

	#nav ul li.active a:before {
		opacity: 1;
	}

	#nav ul li a {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
		padding: 0;
	}

	#nav ul li a:before {
		border-color: transparent transparent #2887c6;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
		border-width: 0 6px 11px;
		border-style: solid;
		position: absolute;
		margin: 0 0 0 -6px;
		content: "";
		opacity: 0;
		height: 0;
		left: 50%;
		bottom: 0;
		width: 0;
	}

	#nav ul li a:hover,
	#nav ul li a:active,
	#nav ul li a:focus {
		background: transparent;
		color: #2887c6;
		padding: 0 0 20px;
		margin: 0;
	}

	#nav ul li a:hover:before,
	#nav ul li a:active:before,
	#nav ul li a:focus:before {
		opacity: 1;
	}

	.add-nav ul li {
		padding: 0 9px 10px;
		float: left;
	}

	.add-nav ul li .btn {
		padding: 5px 20px 6px;
		min-width: 86px;
	}

	.social-networks li {
		padding: 0 5px 10px;
		float: left;
	}

	.cycle-gallery .mask .intro-slide .intro-slide-text {
		padding: 0 0 0 35px;
		margin: 0 0 15px;
	}

	.cycle-gallery .mask .intro-slide .btn {
		color: #000;
	}

	.cycle-gallery .mask .payments-slide .slide-title {
		line-height: 55px;
		margin: 0 0 -2px;
		font-size: 50px;
	}

	.cycle-gallery .mask .payments-slide .sub-title {
		margin: 0 0 17px;
	}

	.cycle-gallery .mask .support-slide {
		letter-spacing: -4px;
		font-size: 0;
	}

	.cycle-gallery .mask .support-slide .image-holder,
	.cycle-gallery .mask .support-slide .text-holder {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
		font-size: 14px;
		width: 59%;
	}

	.cycle-gallery .mask .support-slide .image-holder {
		padding: 13px 0 0 35px;
	}

	.cycle-gallery .mask .support-slide .text-holder {
		padding: 0 10px 13px;
		width: 41%;
	}

	.cycle-gallery .mask .support-slide .title {
		line-height: 50px;
		margin: 0 0 20px;
		font-size: 45px;
	}

	.logos-list li {
		padding: 0 8px 10px;
	}

	.main-holder {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.header {
		padding: 0 0 40px;
	}

	.header h1 {
		padding: 0 0 32px;
	}

	.services-area {
		padding-bottom: 60px;
		padding-top: 55px;
	}

	.services-area .header {
		padding: 0 0 35px;
	}

	.services-area .header h1 {
		padding: 0 0 27px;
	}

	.info-box-holder {
		letter-spacing: -4px;
		padding: 0 0 23px;
		font-size: 0;
	}

	.info-box-holder .col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		line-height: 25px;
		font-size: 14px;
		padding: 0 10px;
		width: 50%;
	}

	.info-box-frame {
		margin: 0 -10px;
	}

	.info-box {
		margin-bottom: 20px;
	}

	.info-box .image-box {
		margin-bottom: 28px;
	}

	.info-box .box-title {
		margin-bottom: 26px;
	}

	.info-article {
		text-align: left;
	}

	.info-article:before {
		border-width: 35px 18px 0;
		margin: 0 0 0 -18px;
	}

	.info-article .bg-stretch {
		display: block;
	}

	.info-article .container {
		padding-bottom: 40px;
		padding-top: 65px;
	}

	.info-article h2 {
		line-height: 30px;
		font-size: 24px;
	}

	.info-article .content {
		max-width: 53%;
	}

	.info-article .footer {
		padding: 0 0 0 120px;
	}

	.info-article.add .container {
		padding-bottom: 41px;
		padding-top: 58px;
	}

	.info-article.add .content {
		margin: 0 0 0 auto;
		text-align: right;
	}

	.info-article.add .head {
		padding: 0 0 0 50px;
	}

	.info-article.add h2 {
		margin: 0 0 27px;
	}

	.text-info {
		line-height: 34px;
		font-size: 22px;
	}

	.text-box-area {
		padding: 0 0 52px;
		margin: 0 0 85px;
		text-align: left;
	}

	.text-box-area:before {
		right: 30px;
		left: 30px;
	}

	.text-box-area.layout-center {
		padding: 0 26px;
	}

	.text-box-area.layout-center .text-box {
		padding: 0 40px 37px;
	}

	.text-box-area .header h1 {
		padding: 0 0 27px;
		margin: 0 0 16px;
	}

	.text-box-holder .text-box:nth-child(even) {
		padding: 0 0 60px;
	}

	.text-box-holder .text-box:nth-child(even) .image-box {
		margin: 19px 0 0 20px;
		float: right;
	}

	.text-box {
		padding: 0 0 35px;
	}

	.text-box .image-box {
		margin: 0 25px 0 0;
		float: left;
	}

	.layout-center {
		text-align: center;
	}

	.contact-area {
		padding: 0 0 60px;
		margin: 0 0 50px;
	}

	.contact-area .header {
		padding: 0 0 35px;
	}

	.contact-area .header h1 {
		margin: 0 0 35px;
	}

	.contact-area .info-list {
		font-size: 15px;
	}

	.contact-area .info-list li {
		padding: 0 0 30px 50px;
	}

	.acontact-area .info-list li.tel:before,
	.acontact-area .info-list li.address:before,
	.acontact-area .info-list li.email:before {
		line-height: 30px;
		font-size: 30px;
		top: -5px;
		left: 0;
	}

	.acontact-area .info-list li.address:before {
		line-height: 34px;
		font-size: 34px;
		top: -7px;
	}

	.acontact-area .info-list li.email:before {
		line-height: 30px;
		font-size: 30px;
		top: -4px;
	}

	.contact-area .info-list address span + span {
		padding: 0 0 0 21px;
	}

	.contact-area .info-list address span + span:before {
		top: 10px;
		left: 6px;
	}

	.form .input-field {
		border-radius: 4px;
		padding: 8px 18px;
		font-size: 15px;
		height: 50px;
	}

	.form .btn-submit {
		padding: 12px 15px;
		line-height: 24px;
		font-size: 18px;
	}

	.login-box-holder .col {
		padding: 0 8px;
		float: left;
		width: 50%;
	}

	.login-box-holder .col + .col {
		float: right;
	}

	.login-box {
		padding: 50px 30px 21px;
		margin-bottom: 20px;
		line-height: 25px;
	}

	.login-box .btn {
		line-height: 30px;
		margin: 0 0 35px;
		font-size: 24px;
	}

	.login-box .title {
		line-height: 24px;
		font-size: 18px;
	}

	.search-area .container {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.search-form {
		text-align: left;
	}

	/*.footer-nav > li .form-title {
		float: left;
		padding: 0 10px 0 0;
		line-height: 24px;
		font-size: 18px;
	} */

	.search-form .form-title {
		padding: 0 10px 0 0;
		line-height: 24px;
		font-size: 18px;
		width: 24.5%;
		float: left;
	}

	.search-form .input-area {
		padding: 9px 105px 0 0;
		float: right;
		width: 75.5%;
	}

	.search-form .input-box {
		padding: 0;
	}

	.search-form .input-box .col {
		width: 25%;
		float: left;
		padding: 0;
	}

	.search-form .input-box .col + .col {
		padding-left: 10px;
	}

	.search-form .input-box .col2 {
		width: 25%;
	}

	.search-form .input-box .col3 {
		width: 25%;
	}

	.search-form .input-field {
		border-radius: 4px;
	}

	.search-form .btn-submit {
		padding: 9px 20px 10px;
		position: absolute;
		min-width: inherit;
		width: 94px;
		right: 0;
		top: 8px;
	}

	.article {
		padding-bottom: 45px;
		padding-top: 55px;
	}

	.article .header {
		padding: 0 0 15px;
	}

	.article .hightlighted-text {
		line-height: 30px;
		font-size: 22px;
		padding: 0 30px;
	}

	.features-area {
		overflow: visible !important;
		padding: 60px 0 0;
	}

	.features-area .image-holder {
		margin: 0 auto;
		display: block;
		width: 500px;
	}

	.features-area .title {
		line-height: 50px;
		margin: 0 0 50px;
		font-size: 45px;
	}

	.features-area .logos-list {
		padding: 0 30px 40px;
	}

	#footer {
		border-bottom-width: 4px;
	}

	.sticky-box .question-box {
		display: block;
	}
}

@media (min-width: 1024px) {
	body {
		line-height: 30px;
		font-size: 15px;
	}

	h1 {
		line-height: 38px;
		font-size: 34px;
	}

	h2 {
		line-height: 32px;
		font-size: 26px;
	}

	.support-block ul li:before {
		margin: 0 0 45px;
	}

	.btn {
		border-radius: 5px !important;
	}

	.content-wrap h1 {
		font-size: 50px;
		line-height: 55px;
	}

	.logo {
		margin: 8px 0 0;
	}

	.flex-30-md-up {
		width: 30%;
	}

	.flex-40-md-up {
		width: 40%;
	}

	.flex-60-md-up {
		width: 60%;
	}

	#header {
		border-top-width: 5px;
	}

	#header .container {
		padding-bottom: 15px;
		padding-top: 0;
	}

	.payroll-header .header-content {
		padding: 0 15px 50px;
	}

	.payroll-header .header-info {
		width: 50%;
	}

	.payroll-header h1 {
		font-size: 50px;
		line-height: 58px;
	}

	.list-inline li {
		padding: 0 25px;
	}

	.list-inline li + li:before {
		margin: -10px 0 0;
		height: 21px;
	}

	.menu {
		width: 85%;
	}

	.links-holder {
		padding: 20px 0 0 12px;
		max-width: 50%;
		float: right;
		width: auto;
	}

	.links-holder .social-networks {
		max-width: 125px;
	}

	#nav {
		font-weight: 300;
		max-width: 50%;
	}

	#nav ul li {
		margin: 0 0 0 18px;
	}

	#nav ul li a {
		margin: 30px 0 0;
	}

	#nav ul li a:before {
		border-color: #2887c6 transparent transparent;
		border-width: 11px 6px 0;
		bottom: auto;
		top: 0;
	}

	#nav ul li a:hover,
	#nav ul li a:active,
	#nav ul li a:focus {
		padding: 30px 0 0;
	}

	.add-nav ul li {
		padding: 0 5px 10px;
	}

	.add-nav ul li .btn {
		padding: 7px 20px 8px;
		min-width: 94px;
	}

	.social-networks li {
		padding: 0 3px 10px;
	}

	.top-section .search-area {
		position: absolute;
		z-index: 10;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.cycle-gallery .mask .slide {
		background: none;
		padding: 0;
	}

	.cycle-gallery .mask .slide-image .large {
		display: block;
	}

	.cycle-gallery .mask .slide-image .small {
		display: none;
	}

	.cycle-gallery .mask .slide-text-frame {
		padding: 115px 0 152px;
	}

	.cycle-gallery .mask .intro-slide .intro-slide-text {
		padding: 0 0 0 64px;
		max-height: 90px;
		max-width: 50%;
	}

	.cycle-gallery .mask .payments-slide .slide-text-frame {
		padding: 211px 0 152px;
	}

	.cycle-gallery .mask .payments-slide .slide-title {
		line-height: 70px;
		font-size: 65px;
	}

	.cycle-gallery .mask .payments-info-holder {
		max-width: 70%;
	}

	.cycle-gallery .mask .support-slide .image-holder,
	.cycle-gallery .mask .support-slide .text-holder {
		line-height: 25px;
		font-size: 15px;
	}

	.cycle-gallery .mask .support-slide .text-holder {
		width: 36%;
	}

	.cycle-gallery .mask .support-slide .title {
		line-height: 70px;
		margin: 0 0 30px;
		font-size: 65px;
	}

	.pagination {
		bottom: 130px;
	}

	.main-holder {
		padding-bottom: 78px;
		padding-top: 78px;
	}

	.main-holder.add {
		padding-bottom: 57px;
		padding-top: 73px;
	}

	.main-holder2 {
		padding-top: 74px;
	}

	.header {
		padding: 0 0 65px;
	}

	.services-area {
		padding-bottom: 95px;
		padding-top: 65px;
	}

	.services-area .header {
		padding: 0 0 21px;
	}

	.info-box-holder .col {
		line-height: 30px;
		font-size: 15px;
		width: 25%;
	}

	.info-box {
		padding: 41px 10px 19px;
	}

	.info-article:before {
		border-width: 37px 21px 0;
		margin: 0 0 0 -21px;
	}

	.info-article .container {
		padding-bottom: 66px;
		padding-top: 161px;
	}

	.info-article h2 {
		line-height: 36px;
		font-size: 30px;
	}

	.info-article .hightlighted-text {
		padding: 0 0 21px;
	}

	.info-article.add .head {
		padding: 0 0 0 90px;
	}

	.text-info {
		line-height: 45px;
		font-size: 24px;
	}

	.text-box-area {
		margin: 0 0 143px;
	}

	.text-box-area:before {
		right: 55px;
		left: 55px;
	}

	.text-box {
		padding: 0 0 66px;
	}

	.text-box h2 {
		line-height: 30px;
		font-size: 24px;
	}

	.contact-area {
		padding: 0 0 93px;
		margin: 0 0 74px;
	}

	.contact-area .header {
		padding: 0 0 103px;
	}

	.contact-area .header h1 {
		padding: 0 0 28px;
		margin: 0 0 58px;
	}

	.contact-area .info-list {
		table-layout: fixed;
		max-width: inherit;
		text-align: center;
		line-height: 24px;
		display: table;
		width: 100%;
	}

	.contact-area .info-list li {
		display: table-cell;
		vertical-align: top;
		padding: 0 5px 0;
	}

	.acontact-area .info-list li.tel:before,
	.acontact-area .info-list li.address:before,
	.acontact-area .info-list li.email:before {
		margin: 0 0 0 -18px;
		line-height: 34px;
		font-size: 34px;
		left: 50%;
	}

	.acontact-area .info-list li.address:before {
		margin: 0 0 0 -17px;
		line-height: 32px;
		font-size: 38px;
		left: 50%;
		top: 0;
	}

	.acontact-area .info-list li.email:before {
		margin: 0 0 0 -21px;
		line-height: 32px;
		font-size: 37px;
		left: 50%;
		top: 0;
	}

	.form .row {
		margin: 0 0 16px;
	}

	.form .input-field {
		border-radius: 6px;
		padding: 10px 21px;
		font-size: 16px;
		height: 61px;
	}

	.form textarea.input-field {
		padding-bottom: 13px;
		padding-top: 13px;
		height: 210px;
	}

	.form .btn-submit {
		padding: 17px 15px;
	}

	.login-area {
		padding-bottom: 46px;
	}

	.login-area .header {
		padding: 0 0 60px;
	}

	.login-area .header h1 {
		padding: 0 0 28px;
		margin: 0 0 34px;
	}

	.login-box-holder .login-box-frame {
		margin: 0;
	}

	.login-box-holder .col {
		width: 44.8%;
		padding: 0;
	}

	.login-box {
		padding: 68px 27px 21px;
	}

	.login-box .btn {
		padding: 13px 20px;
		margin: 0 0 53px;
	}

	.search-area .container {
		padding: 29px 0 29px 100px;
		max-width: 1400px;
	}

	.search-form {
		padding: 0 0 47px;
	}

	.search-form .form-title {
		line-height: 29px;
		font-size: 24px;
		width: 26.5%;
	}

	.search-form .input-area {
		padding: 13px 135px 0 0;
		width: 71%;
	}

	.search-form .input-box .col + .col {
		padding-left: 25px;
	}

	.search-form .input-field {
		border-radius: 5px;
	}

	.search-form .btn-submit {
		right: 16px;
		top: 13px;
	}

	.article {
		padding-bottom: 46px;
		padding-top: 73px;
	}

	.article.add {
		padding-bottom: 45px;
		padding-top: 61px;
		line-height: 30px;
	}

	.article {
		line-height: 25px;
	}

	.article .header {
		padding: 0 0 27px;
	}

	.article .header h1 {
		padding: 0 0 27px;
	}

	.article h2 {
		line-height: 36px;
		font-size: 30px;
	}

	.article .hightlighted-text {
		padding: 6px 50px;
		line-height: 40px;
		font-size: 24px;
	}

	.article .text-primary {
		padding: 0 45px 15px;
	}

	.features-area {
		margin: 0 0 97px;
		padding: 0;
	}

	.features-area .image-holder {
		position: absolute;
		width: 600px;
		right: -78px;
		top: -10px;
	}

	.features-area .features-content {
		padding: 85px 0 43px 0;
		width: 55%;
	}

	.features-area .title {
		text-align: left;
	}

	.features-area .title .second-line {
		padding: 0 0 0 30px;
	}

	.features-area .logos-list {
		padding: 0 10px 20px;
	}

	#footer {
		border-bottom-width: 5px;
	}
}



@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.logo {
		margin: 8px 0 0 28px;
	}

	.list-inline li {
		padding: 0 33px;
	}

	.links-holder {
		padding: 20px 0 0 22px;
		max-width: 55%;
	}

	#nav ul li {
		margin: 0 0 0 27px;
	}

	.add-nav ul li {
		padding: 0 9px 10px;
	}

	.social-networks li {
		padding: 0 5px 10px;
	}

	.cycle-gallery .mask .intro-slide .intro-slide-text {
		padding: 0 0 0 134px;
		margin: 0 0 -3px;
	}

	.info-box-holder .col {
		padding: 0 19px;
	}

	.info-box-frame {
		margin: 0 -19px;
	}

	.info-box {
		padding: 41px 20px 19px;
	}

	.contact-area .info-list {
		padding: 0 23px 0 9px;
		font-size: 18px;
	}

	.features-area .image-holder {
		right: -110px;
		width: 720px;
		top: 0;
	}

	.features-area .features-content {
		padding: 114px 0 43px 0;
		width: 64%;
	}

	.features-area .title {
		line-height: 75px;
		margin: 0 0 99px;
		font-size: 61px;
	}

	.features-area .title .second-line {
		padding: 0 0 0 62px;
	}

	.features-area .logos-list {
		padding: 0 107px 14px 0;
	}

	.sticky-box {
		position: fixed;
		right: 16px;
		margin: 0;
	}
}

@media only screen and (min-width: 1366px) {
	.text-large {
		font-size: 18px !important;
		line-height: 36px !important;
	}

	.container-wrap {
		margin: 0 auto;
		padding: 7.5% 10px;
		max-width: 1200px;
	}

	.payroll-header {
		padding-top: 120px;
	}

	.payroll-header h1,
	.icpps-payment-types h1 {
		font-size: 50px;
		line-height: 55px;
	}

	ul.list-subscriptions li {
		width: 45%;
	}

	.payroll-faq-wrap ul.list-questions li {
		margin-bottom: 60px;
	}

	.payroll-faq-wrap ul.list-questions li {
		margin-bottom: 60px;
	}
}


@media (min-width: 1600px) {
	section.payroll-subscriptions.bg-white .content-wrap h1.text-xl {
		font-size: 60px;
		line-height: 75px;
	}

	.content-wrap {
		padding: 7.5% 50px;
	}

	.content-wrap.max-width-1300 {
		padding-left: 0;
		padding-right: 0;
		max-width: 1300px;
	}

	.content-wrap.max-width-1600 {
		max-width: 1600px;
	}

	.features-area .image-holder {
		width: 931px;
		right: -78px;
		top: -92px;
	}

	.payment-type-info {
		padding: 7.5%;
	}

	.icpps-payment-types .image-wrap {
		position: absolute;
		top: 85px;
		left: -75px;
		width: 950px;
		transform: none;
	}

	section.payroll-faqs .payroll-faq-wrap {
		padding: 7.5% 7.5% 50px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.flex-50-sm-only {
		width: 50%;
	}
}

@media (max-width: 1023px) {
	.cycle-gallery .mask .slide-image {
		position: relative;
	}

	.cycle-gallery .mask .slide-image img {
		height: auto !important;
		width: 100% !important;
		margin: 0  !important;
	}

	.cycle-gallery .mask .slide-text-holder {
		height: auto;
	}
}

@media (max-width: 767px) {
	.info-box {
		height: auto !important;
	}

	.icpps-payment-types h1 {
		text-align: center;
	}

	.icpps-payment-types h1 span {
		display: block;
	}
}
