/*
Theme Name: Payroll Central
Author: Emtwo
Author URI: https://www.emtwodigital.com/
Version: 1.0
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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;
}

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

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

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

td,
th {
	padding: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
	content: "\e900";
}

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

.icon-twitter:before {
	content: "\e902";
}

.icon-down-arrow:before {
	content: "\e903";
}

.icon-calculator_icon:before {
	content: "\e904";
}

.icon-right-traingle:before {
	content: "\e905";
}

.icon-pc:before {
	content: "\e906";
}

.icon-mobile:before {
	content: "\e907";
}

.icon-star:before {
	content: "\e908";
}

.icon-left_quote_mark:before {
	content: "\e909";
}

.icon-right_quote_mark:before {
	content: "\e90a";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.rating,
.payroll-listing .listing ul,
.divider .detail .list,
.nav-drop > ul,
.nav-drop .sub-menu,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #565656;
	background: #fff;
	font: 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #979797;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #979797;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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;
	box-sizing: border-box;
	border: 1px solid #bbb;
	padding: .4em .7em;
	height: 40px;
}

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

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: #979797;
}

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: #979797;
}

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: #979797;
}

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: #979797;
}

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

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;
}

#content {
	padding-right: 20px;
}

#content:only-child {
	float: none;
	width: 100%;
	padding-right: 0;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 40px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 40px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 40px;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #979797;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #979797;
}

body {
	font-weight: 300;
	letter-spacing: .033em;
}

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;
}

.display-1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: .01em;
}

.display-2 {
	color: #3cb0f4;
}

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

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

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

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

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

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

p {
	margin: 0 0 7px;
	line-height: 1.3;
}

a {
	color: #f15b0b;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover {
	color: #c04909;
	outline: 0;
}

a:focus {
	outline: 0;
}

.testimonial-section {
	background-color: #005130;
	padding: 5px 0 24px;
	color: #fff;
}

blockquote {
	border: 0;
	margin: 0;
	padding: 30px 0 15px;
}

blockquote cite {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 26px;
	font-style: normal;
	letter-spacing: .017em;
}

blockquote cite:before {
	content: "—";
	margin-right: 1px;
	display: inline-block;
}

blockquote .title {
	display: block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 6px;
	font-size: 31px;
}

blockquote q {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	line-height: 1.35;
	letter-spacing: .03em;
	position: relative;
}

blockquote q:before {
	content: "\e909";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	top: -48px;
	font-size: 105px;
	color: rgba(35, 31, 32, .35);
	z-index: -1;
}

blockquote q:after {
	content: "\e90a";
	font-family: "icomoon";
	position: absolute;
	right: 0;
	bottom: -12px;
	font-size: 106px;
	z-index: -1;
	color: rgba(35, 31, 32, .35);
}

.rating {
	margin: 0 -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rating li {
	padding: 0 2px;
}

.rating li span {
	font-size: 13px;
	color: #f2c616;
}

.rating .no-rating span {
	color: #fff;
}

.info-section {
	padding: 10px 0;
}

.info-section .info-text {
	max-width: 865px;
	font-size: 14px;
	line-height: 1.23;
	letter-spacing: .03em;
}

.info-section p {
	margin-bottom: 7px;
}

.map-wrapper {
	border: 0;
	width: 100%;
	height: 205px;
}

.map-wrapper iframe {
	width: 100%;
	height: 100%;
}

.form-wrapper {
	padding-top: 20px;
	width: 100%;
}

.form-wrapper label {
	display: block;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.71;
	color: #565656;
}

.form-wrapper input {
	width: 100%;
	font-size: 14px;
}

.form-wrapper .form-group {
	margin-bottom: 22px;
}

.form-wrapper .btn, .form-wrapper .gform_button, .form-wrapper .forminator-button {
	background: transparent;
	text-transform: none;
	color: #002e6c;
	font-size: 26px !important;
	padding: 5px 0 !important;
	font-weight: 300 !important;
	border: 0;
}

.form-wrapper .btn:hover, .form-wrapper .gform_button:hover, .form-wrapper .forminator-button:hover{
	color: #f15b0b;
	background: transparent;
}

.form-wrapper .forminator-website--field{
	height: 40px;
	border: 1px solid #bbb;
}
.form-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-bar {
	font-size: 30px;
}

.info-bar .information a {
	color: #979797;
}

.info-bar .information a:hover {
	color: #f15b0b;
}

.blue-box {
	background-color: #002e6c;
	color: #fff;
	padding: 15px 0	 18px;
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: .031em;
}

.blue-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -999px;
	background-color: #002e6c;
}

.blue-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -999px;
	background-color: #002e6c;
}

.blue-box .title {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: capitalize;
}

.display-2 {
	display: block;
	padding: 31px 0 20px 0;
	font-size: 40px;
	line-height: .97;
}

.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 258px;
	padding: 15px 0;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.banner .info {
	color: #005130;
	text-align: center;
	width: 100%;
	font-size: 14px;
	letter-spacing: .033em;
	background-color: #e8e5de;
	padding: 18px 0;
}

.banner .info p {
	margin-bottom: 27px;
}

.banner .info .title {
	font-weight: 700;
	letter-spacing: .087em;
	text-transform: uppercase;
}

.banner .container {
	width: 100%;
}

.banner .highlight {
	color: #000;
	max-width: 150px;
}

.banner .highlight h1 {
	font-weight: 300;
}

.banner .highlight h1 span {
	color: #f15b0b;
	font-style: italic;
	font-weight: bold;
}

.three-col-banner {
	background-color: rgba(151, 151, 151, .05);
}

.three-col-banner.bg-blue {
	background-color: rgba(11, 156, 241, .8);
	color: #fff;
}

.three-col-banner.bg-blue .col:last-child {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.three-col-banner .img-wrap {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 130px;
}

.three-col-banner .img-wrap img {
	width: 100%;
}

.three-col-banner .img-wrap.bg-center {
	background-position: center 35%;
}

.three-col-banner .text-wrap {
	width: 100%;
	padding: 15px 20px;
}

.three-col-banner .text-wrap.middle {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.three-col-banner .text-wrap.middle span {
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.three-col-banner .text-wrap.middle .holder {
	max-width: 325px;
}

.three-col-banner h1 {
	font-weight: 300;
	line-height: 1.23;
	letter-spacing: .01em;
	font-size: 21px;
}

.three-col-banner h1 span {
	color: #f15b0b;
}

.three-col-banner .col {
	width: 100%;
}

.three-col-banner .col:first-child {
	width: 100%;
}

.btn-hold {
	padding: 9px 0 7px;
}

.btn-hold .btn {
	letter-spacing: .059em;
	padding: 8px 11px;
}

.two-col-banner {
	background-color: rgba(151, 151, 151, .05);
}

.two-col-banner .btn {
	position: absolute;
	top: 21px;
	right: 20px;
}

.two-col-banner .img-wrap {
	min-height: 195px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 15%;
	width: 100%;
}

.two-col-banner .img-wrap.img-center {
	background-position: center;
}

.two-col-banner .text-wrap {
	width: 100%;
	padding: 14px 20px 7px;
}

.two-col-banner h1 {
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 1.23;
	font-size: 21px;
}

.payroll-listing .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.payroll-listing .text-img-hold {
	padding: 12px 20px 3px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.payroll-listing .text-img-hold h2 {
	color: #002e6c;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.29;
	width: 100%;
	font-size: 14px;
}

.payroll-listing .listing {
	background-color: #f15b0b;
	width: 100%;
}

.payroll-listing .listing ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 14px 15px;
}

.payroll-listing .listing ul li {
	font-size: 15px;
	line-height: 1.43;
	letter-spacing: .01em;
	margin-bottom: 2px;
	width: 100%;
}

.payroll-listing .listing ul li a {
	color: #fff;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	text-transform: uppercase;
}

.payroll-listing .listing ul li a:before {
	content: "+";
	color: #fff;
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 14px;
}

.payroll-listing .listing ul li a:hover {
	font-weight: 500;
}

.information-section {
	background-color: rgba(151, 151, 151, .05);
	padding: 19px 0 10px;
	color: #002e6c;
	line-height: 1.23;
	letter-spacing: .02em;
}

.information-section a {
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
}

.image-text-section .image-wrap {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	height: 204px;
}

.image-text-section .text-wrap {
	display: none;
}

.image-text-section p {
	margin-bottom: 15px;
}

.image-text-section .btn {
	border: 1px solid #fff;
	margin-top: 15px;
	padding: 10px 28px;
	font-size: 16px;
}

.all-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.all-content .learn-more {
	font-size: 16px;
	color: #f15b0b;
	line-height: 1.19;
	letter-spacing: .01em;
	font-style: italic;
	padding: 10px 0;
}

.all-content .description {
	line-height: 1.23;
	letter-spacing: .03em;
	font-size: 16px;
	background-color: #5fbcbe;
	color: #fff;
	padding: 9px 0;
	position: relative;
}

.all-content .description:before {
	content: "";
	position: absolute;
	top: 0;
	left: -999px;
	right: 100%;
	bottom: 0;
	background-color: #5fbcbe;
}

.all-content .description:after {
	content: "";
	position: absolute;
	top: 0;
	right: -999px;
	left: 100%;
	bottom: 0;
	background-color: #5fbcbe;
}

.all-content .description h2 {
	font-size: 18px;
	margin-bottom: 2px;
	color: #fff;
	font-weight: 300;
}

.text-section .highlights {
	background: #ebd266;
	position: relative;
	font-size: 14px;
	letter-spacing: .026em;
	line-height: 1.23;
	color: #002e6c;
	padding: 15px 0 1px;
}

.text-section .highlights:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -999px;
	right: 100%;
	background: #ebd266;
}

.text-section .detail {
	letter-spacing: .04em;
	line-height: 1.3;
	color: #565656;
	padding: 18px 0 10px 0;
}

.team-section .team-description {
	font-size: 16px;
	color: #fff;
	background: #002e6c;
	padding: 20px 0 9px;
	letter-spacing: .017em;
}

.team-section .team-description h2 {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: 300;
}

.team-section .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.team-section .info {
	background: #005130;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
	width: 100%;
}

.team-section .info .image-hold {
	margin-bottom: 18px;
	width: 62%;
	margin-left: -20px;
	position: relative;
	z-index: 9;
}

.team-section .info:before {
	content: "";
	position: absolute;
	top: 0;
	left: -999px;
	right: 100%;
	bottom: 0;
	background: #005130;
	z-index: -9;
}

.team-section .info a {
	color: #fff;
}

.team-section .info a:hover {
	color: #f15b0b;
}

.team-section .info span {
	display: block;
	margin-bottom: 3px;
	letter-spacing: .025em;
}

.team-section .info .name {
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 1px;
	text-transform: capitalize;
}

.team-section .detail {
	padding: 11px 0;
}

.team-section .holder .minus {
	display: none;
}

.team-section .holder.active .plus {
	display: none;
}

.team-section .holder.active .minus {
	display: inline-block;
}

.team-section .about-title {
	line-height: 1.23;
	letter-spacing: .021em;
	display: block;
	margin-bottom: 10px;
}

.team-section .teamopener img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.team-section .teamopener:hover img {
	opacity: .8;
}

.divider .title {
	display: block;
	color: #002e6c;
	margin-bottom: 7px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.divider .left-col {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	line-height: 1.3;
	padding-top: 18px;
	letter-spacing: .033em;
}

.divider .left-col.p-0 {
	padding-top: 0;
	padding-right: 0;
}

.divider .right-col {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.divider .detail {
	padding: 20px 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	color: #565656;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.27;
}

.divider .detail.extra-padding {
	padding: 20px 0 0;
}

.divider .detail.extra-padding p {
	font-size: 14px;
}

.divider .detail p {
	margin-bottom: 15px;
	font-size: 14px;
}

.divider .detail h2 {
	font-size: 18px;
	letter-spacing: .015em;
	margin-bottom: 15px;
	font-weight: 300;
	color: #565656;
}

.divider .detail .list {
	margin-bottom: 15px;
}

.divider .detail .list a {
	color: #002e6c;
}

.divider .detail .list a:hover {
	color: #f15b0b;
}

.divider .detail .list li {
	margin-bottom: 3px;
	letter-spacing: .02em;
}

.divider h3 {
	color: #002e6c;
	text-transform: capitalize;
	letter-spacing: .031em;
	margin-bottom: 8px;
}

.work-list .icon-wrap {
	max-width: 120px;
	color: #fff;
	position: relative;
	padding-left: 15px;
}

.work-list .icon-wrap:before {
	content: "\e905";
	font-family: "icomoon";
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work-list .icon-wrap span {
	font-size: 40px;
}

.work-list .icon-wrap .icon-pc {
	font-size: 55px;
}

.work-list .text-wrap {
	padding-left: 12px;
	font-size: 20px;
	color: #fff;
	word-break: break-word;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.work-list .text-wrap p {
	margin-bottom: 0;
}

.work-list .list {
	position: relative;
	background-color: #005130;
	padding: 20px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.work-list .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.work-list .list a:hover {
	opacity: .7;
}

.work-list .list:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999px;
	left: 100%;
	background-color: #005130;
}

.work-list .list:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -999px;
	right: 100%;
	background-color: #005130;
}

.work-list .list.bg-bahia {
	background-color: #839216;
}

.work-list .list.bg-bahia:after {
	background-color: #839216;
}

.work-list .list.bg-bahia:before {
	background-color: #839216;
}

.work-list .list.bg-blue {
	background-color: #002e6c;
}

.work-list .list.bg-blue:after {
	background-color: #002e6c;
}

.work-list .list.bg-blue:before {
	background-color: #002e6c;
}

.stats-box {
	width: 320px;
	background-color: rgba(95, 188, 190, .84);
	position: relative;
	color: #fff;
	line-height: .86;
	font-size: 20px;
	padding: 20px;
	letter-spacing: normal;
}

.stats-box a {
	color: #fff;
}

.stats-box a:hover {
	color: #f15b0b;
}

.stats-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -999px;
	background-color: rgba(95, 188, 190, .84);
}

.stats-box .icon-calculator_icon {
	position: absolute;
	font-size: 240px;
	z-index: 1;
	color: #26979b;
	left: 100px;
}

.stats-box .stats-text {
	line-height: 1;
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
	margin-bottom: 45px;
	z-index: 9;
	position: relative;
}

.stats-box p {
	margin-bottom: 0;
	position: relative;
	z-index: 9;
}

.detail-box {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 0;
}

.detail-box .title {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.processing .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.processing .image-wrap {
	width: 500px;
}

.processing .text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	letter-spacing: .032em;
	padding: 10px 0;
	position: relative;
	line-height: 1.3;
	background-color: rgba(151, 151, 151, .05);
}

.processing .text-wrap:before {
	content: "";
	position: absolute;
	left: -999px;
	right: 100%;
	background-color: rgba(151, 151, 151, .05);
	top: 0;
	bottom: 0;
}

.processing .text-wrap:after {
	content: "";
	position: absolute;
	left: 100%;
	right: -999px;
	background-color: rgba(151, 151, 151, .05);
	top: 0;
	bottom: 0;
}

.processing .text-wrap .title {
	letter-spacing: .09em;
	display: block;
	margin-bottom: 7px;
	font-weight: 700;
	text-transform: uppercase;
}

.processing .text-wrap strong {
	letter-spacing: .07em;
}

.promo-intro {
	background: #005130;
	padding: 20px 0;
	line-height: 1.23;
	color: #fff;
	font-size: 16px;
}

.promo-intro p {
	max-width: 915px;
}

.update-list .slide a {
	font-weight: 500;
}

.accordion-section {
	padding: 22px 0 10px;
}

.accordion-section .acc-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordion-section .acc-opener:hover .opener-text {
	background-color: rgba(0, 0, 0, .77);
	color: #fff;
	border: 1px solid transparent;
	opacity: .95;
}

.accordion-section .acc-opener:hover img {
	opacity: .9;
}

.accordion-section .list {
	margin-bottom: 18px;
}

.accordion-section .list.active .plus-icon {
	display: none;
}

.accordion-section .list.active .minus-icon {
	display: inline-block;
}

.accordion-section .list.active .opener-text {
	background-color: rgba(0, 0, 0, .77);
	border: 1px solid transparent;
	color: #fff;
}

.accordion-section .minus-icon {
	display: none;
}

.accordion-section img {
	width: 35px;
	height: 36px;
	margin-right: 9px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.accordion-section .opener-text {
	padding: 9px;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #f15b0b;
	color: #565656;
	-webkit-transition: border .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
	transition: border .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
}

.accordion-section .slide {
	padding: 18px 0 3px 0;
}

#header {
	position: relative;
	padding: 8px 0;
}

#header .logo {
	width: 189px;
	margin-right: 20px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	width: 100%;
}

#header .number {
	display: none;
}

.opener-wrap .opener-text {
	position: absolute;
	bottom: -1px;
	font-size: 14px;
	letter-spacing: .06em;
	color: #005130;
	font-weight: 400;
	left: 0;
	text-transform: uppercase;
}

.top-contact {
	max-width: 250px;
	margin-left: 10px;
	margin-bottom: 3px;
}

.top-contact .btn {
	font-size: 11px;
}

.navbar {
	padding: 9px 0;
}

.navbar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav-drop {
	position: absolute;
	top: 100%;
	right: -100%;
	width: 100%;
	background: #005130;
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	padding: 20px 0 65px;
	z-index: 999;
}

.nav-active .nav-drop {
	right: 0;
}

.nav-drop > ul {
	margin-top: 5px;
}

.nav-drop > ul > li {
	position: relative;
	letter-spacing: .059em;
}

.nav-drop > ul > li.current-menu-item > a {
	font-style: italic;
	font-weight: bold;
}

.nav-drop > ul > li.current-menu-item > a:before {
	font-style: normal;
}

.nav-drop > ul > li > a {
	padding: 10px 37px 3px;
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-transition: background-color .03s ease-in-out;
	transition: background-color .03s ease-in-out;
}

.nav-drop > ul > li:hover > a {
	color: #f15b0b;
}

.nav-drop > ul > li:hover .opener:before {
	color: #f15b0b;
}

.nav-drop .opener {
	position: relative;
}

.nav-drop .opener:before {
	content: "\e905";
	font-family: "icomoon";
	position: absolute;
	left: 20px;
	top: 11px;
	font-size: 14px;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	color: #fff;
}

.nav-drop .opener:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: transparent;
	height: 6px;
}

.nav-drop .sub-menu {
	background-color: #005130;
	margin-left: 40px;
}

.nav-drop .sub-menu li a {
	padding: 1px 14px;
	display: block;
	color: #fff;
	word-break: break-word;
	font-size: 18px;
}

.nav-drop .sub-menu li a:hover {
	font-weight: 700;
}

.nav-opener {
	position: relative;
	float: right;
	width: 45px;
	height: 53px;
	text-transform: uppercase;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	text-indent: -9999px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #979797;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 5px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 17px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 0;
	right: 0;
}

.nav-opener:after {
	top: 29px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

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

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

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

.social-networks a:hover {
	opacity: .8;
}

.social-networks span {
	font-size: 24px;
}

.social-networks .icon-facebook {
	color: #374f89;
}

.social-networks .icon-twitter {
	color: #1da1f2;
}

.social-networks .icon-linkedin {
	color: #0077b5;
}

.d-sm-none {
	display: none;
}

.d-md-none {
	display: none;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	text-align: center;
	font-size: 11px;
	padding: 8px 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #005130;
	letter-spacing: .04em;
	-webkit-transition: background .3s ease-in-out, background-color .3s ease-in-out;
	transition: background .3s ease-in-out, background-color .3s ease-in-out;
}

.btn:hover {
	background-color: #f15b0b;
	color: #fff;
}

.btn.btn-black {
	background-color: #000;
}

.btn.btn-black:hover {
	background-color: #f15b0b;
}

.btn.btn-white {
	background-color: #fff;
	border: 1px solid #0b9cf1;
	color: #0b9cf1;
}

.btn.btn-white:hover {
	background-color: #0b9cf1;
	color: #fff;
	border-color: #0b9cf1;
}

.btn.btn-orange {
	background-color: #f15b0b;
}

.btn.btn-orange:hover {
	background-color: #fff;
	color: #f15b0b;
}

.btn.btn-yellow {
	background-color: #ebd266;
	color: #002e6c;
}

.btn.btn-yellow:hover {
	background-color: #f1df93;
}

.two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.two-col .col {
	width: 100%;
}

.three-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.side-section {
	display: none;
}

.side-section .img-holder {
	margin-right: -90px;
	margin-bottom: 52px;
}

.side-section .img-holder img {
	width: 100%;
}

.side-section .subscribe {
	font-size: 40px;
	color: #0b9cf1;
	line-height: 1.25;
	margin-bottom: 30px;
}

.side-section .subscribe .btn {
	color: #002e6c;
	padding: 12px 40px;
	letter-spacing: .08em;
}

.side-section .subscribe .btn:hover {
	background-color: #0b9cf1;
	color: #fff;
}

.side-section .subscribe p {
	margin-bottom: 17px;
}

.payroll-central {
	font-size: 30px;
	line-height: 1.17;
	text-transform: capitalize;
	padding: 25px 0 25px 10px;
}

.payroll-central .text {
	font-size: 50px;
	color: #5fbcbe;
	line-height: .99;
	text-transform: none;
	margin-bottom: 22px;
	display: block;
}

.payroll-central p {
	color: #979797;
}

.payement-section {
	background-color: #005130;
}

.payement-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tax-filing {
	background-color: #3a3232;
	color: #fff;
}

.tax-filing .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tax-filing .image-hold {
	margin-left: -90px;
}

.tax-filing .image-hold img {
	height: 100%;
}

.tax-filing .text-hold {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	letter-spacing: .033em;
	padding: 20px 0;
}

.tax-filing .text-hold .title {
	font-weight: 700;
	letter-spacing: .045em;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	text-transform: uppercase;
}

.job-alert {
	background-color: #0b9cf1;
	font-size: 27px;
	line-height: 1.22;
	padding: 20px 0;
	color: #fff;
	margin-bottom: 14px;
}

.job-alert p {
	margin-bottom: 5px;
}

.job-alert .btn-hold {
	text-align: center;
	margin-bottom: -45px;
}

#footer .address {
	width: 50%;
}

#footer .links {
	width: 50%;
	padding-left: 16px;
}

#footer .links li {
	letter-spacing: .045em;
}

#footer .links a:hover {
	font-weight: 700;
}

#footer .social-networks {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#footer .social-networks li {
	margin-left: 15px;
	padding: 0;
	margin-top: 5px;
}

#footer .social-networks span {
	font-size: 30px;
}

#footer .social-networks span.icon-twitter {
	font-size: 35px;
}

address {
	font-style: normal;
}

.quick-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
	line-height: 1.5;
}

.members-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -10px !important;
}

.members-list li {
	width: 33.33%;
	padding: 0 10px;
}

.members-list li a:hover {
	opacity: .8;
}

.members-list img {
	max-width: 100%;
}

.footer-top {
	background-color: rgba(151, 151, 151, .1);
	padding: 25px 0;
	font-size: 12px;
	line-height: 1.33;
	color: #565656;
}

.footer-top a {
	color: #565656;
}

.footer-top a:hover {
	color: #3d3c3c;
}

.footer-top .title {
	color: #979797;
	font-size: 17px;
	margin-bottom: 15px;
	letter-spacing: .031em;
}

.footer-bottom {
	padding: 11px 0;
}

.copyright {
	color: #000;
	font-size: 10px;
	margin-bottom: 20px;
	letter-spacing: .059em;
}

.copyright a {
	font-weight: 500;
	color: #000;
}

.copyright a:hover {
	color: #1a1919;
}

.statement {
	padding: 33px 0;
}

.statement .container {
	position: relative;
}

.statement .img-wrap {
	position: absolute;
	top: -15px;
	z-index: -9;
	left: -40px;
	width: 110px;
}

.statement .text {
	display: block;
	font-size: 13px;
	color: #f15b0b;
	padding-left: 54px;
	letter-spacing: .024em;
}

.statement .text strong {
	font-weight: 500;
	letter-spacing: .05em;
}

@media (min-width: 375px) {
	.banner .holder {
		min-height: 400px;
	}

	.three-col-banner .img-wrap {
		min-height: 200px;
	}

	.image-text-section .image-wrap {
		height: 320px;
	}
}

@media (min-width: 480px) {
	.map-wrapper {
		height: 225px;
	}
}

@media (min-width: 500px) {
	.two-col-banner .img-wrap {
		min-height: 230px;
	}
}

@media (min-width: 550px) {
	.image-text-section .image-wrap {
		height: 450px;
	}
}

@media (min-width: 600px) {
	.display-1 {
		font-size: 60px;
	}

	.banner .holder {
		min-height: 500px;
	}

	.banner .highlight {
		max-width: 250px;
	}

	.three-col-banner .img-wrap {
		min-height: 300px;
	}
}

@media (min-width: 768px) {
	.callnow-button {display: none !important;}


	#sidebar {
		float: right;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	body {
		font-size: 18px;
	}

	.display-1 {
		font-size: 90px;
	}

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

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

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

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

	p {
		margin: 0 0 15px;
	}

	.testimonial-section {
		padding: 30px 0;
	}

	blockquote {
		padding: 23px 100px;
	}

	blockquote cite {
		font-size: 19px;
		margin-bottom: 30px;
	}

	blockquote q {
		margin-bottom: 13px;
	}

	.rating li span {
		font-size: 16px;
	}

	.info-section {
		padding: 50px 0;
	}

	.info-section .info-text {
		font-size: 26px;
	}

	.info-section p {
		margin-bottom: 15px;
	}

	.map-wrapper {
		height: 460px;
	}

	.form-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 30px;
		padding-top: 47px;
		padding-bottom: 55px;
	}

	.form-wrapper label {
		font-size: 14px !important;
		font-weight: 400 !important;
	}

	.form-wrapper .form-group {
		margin-bottom: 18px;
	}

	.form-wrapper .btn, .form-wrapper .gform_button {
		margin-top: 15px !important;
		font-size: 33px !important;
	}

	.info-bar {
		width: 410px;
	}

	.blue-box {
		font-size: 26px;
		padding: 53px 0 120px 47px;
	}

	.blue-box:after {
		display: none;
	}

	.banner .holder {
		min-height: 712px;
		padding: 50px 0;
	}

	.banner .info {
		font-size: 18px;
		padding: 30px 0;
	}

	.banner .highlight {
		max-width: 500px;
	}

	.three-col-banner.bg-blue .col:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}

	.three-col-banner .img-wrap {
		min-height: 400px;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.three-col-banner .img-wrap.bg-center {
		background-position: center;
	}

	.three-col-banner .text-wrap.middle span {
		margin-bottom: 50px;
	}

	.three-col-banner h1 {
		font-size: 34px;
	}

	.three-col-banner .col {
		width: 50%;
	}

	.btn-hold {
		display: none;
	}

	.two-col-banner .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.two-col-banner .two-cols.col-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.two-col-banner .two-cols.col-reverse .text-wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.two-col-banner.bg-blue {
		background-color: #5fbcbe;
		color: #fff;
	}

	.two-col-banner .btn {
		display: none;
	}

	.two-col-banner .img-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-height: 300px;
	}

	.two-col-banner .text-wrap {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 20px;
	}

	.two-col-banner h1 {
		font-size: 30px;
	}

	.payroll-listing .text-img-hold {
		width: 33.33%;
		padding: 30px 90px 20px 20px;
	}

	.payroll-listing .text-img-hold .img-hold {
		position: absolute;
		right: 5px;
		top: 14px;
		width: 155px;
		z-index: -1;
	}

	.payroll-listing .text-img-hold h2 {
		max-width: 200px;
		font-size: 20px;
	}

	.payroll-listing .listing {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.payroll-listing .listing ul {
		padding: 30px;
	}

	.payroll-listing .listing ul li {
		margin-bottom: 10px;
		padding-right: 15px;
		width: 50%;
		font-size: 20px;
	}

	.payroll-listing .listing ul li:nth-child(2n) {
		padding-left: 30px;
		padding-right: 0;
	}

	.payroll-listing .listing ul li a:before {
		top: -5px;
		left: -8px;
		font-size: 26px;
	}

	.information-section {
		padding: 30px 0 37px;
	}

	.information-section a {
		font-size: 18px;
		margin-top: 0;
	}

	.image-text-section .image-wrap {
		background-position: center;
		min-height: 535px;
		height: 100%;
	}

	.image-text-section .text-wrap {
		background-color: #002e6c;
		padding: 20px 25px;
		color: #fff;
		font-size: 16px;
		height: 100%;
		display: block;
	}

	.all-content .description {
		font-size: 20px;
		padding-right: 20px;
		padding: 27px 20px 27px 0;
	}

	.all-content .description:after {
		display: none;
	}

	.all-content .description h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.text-section .highlights {
		font-size: 26px;
		padding: 52px 20px 52px 0;
	}

	.text-section .detail {
		padding: 30px 0 45px 0;
	}

	.team-section .team-description {
		font-size: 26px;
		padding: 54px 0 41px;
	}

	.team-section .team-description h2 {
		margin-bottom: 16px;
		font-size: 33px;
	}

	.team-section .list:nth-child(2n) .info {
		background: #2f6b3b;
	}

	.team-section .list:nth-child(2n) .info:before {
		background: #2f6b3b;
	}

	.team-section .list:nth-child(2n) .detail {
		background-color: rgba(235, 210, 102, .2);
		position: relative;
	}

	.team-section .list:nth-child(2n) .detail:after {
		content: "";
		background-color: rgba(235, 210, 102, .2);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -999px;
		left: 100%;
	}

	.team-section .info {
		width: 330px;
		margin: 0;
		padding-bottom: 50px;
	}

	.team-section .info .image-hold {
		width: auto;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.team-section .info .name {
		font-size: 22px;
	}

	.team-section .detail {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 47px 0 41px 47px;
	}

	.team-section .about-title {
		color: #002e6c;
		font-size: 18px;
		margin-bottom: 30px;
	}

	.team-section .team-slide {
		padding: 0 0 6px;
		font-size: 18px;
	}

	.divider .title {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.divider .left-col {
		padding-top: 40px;
		padding-right: 45px;
		width: 65%;
	}

	.divider .right-col {
		float: right;
		width: 35%;
	}

	.divider .detail {
		padding-right: 40px;
		width: 65%;
		font-size: 18px;
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.divider .detail.extra-padding {
		padding-top: 50px;
		padding-right: 40px;
		padding-bottom: 26px;
	}

	.divider .detail.extra-padding p {
		font-size: 18px;
	}

	.divider .detail .text-box .title {
		font-size: 24px;
	}

	.divider .detail p {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.divider .detail h2 {
		font-size: 24px;
	}

	.divider .detail .list {
		margin-bottom: 38px;
	}

	.divider .detail .list li {
		margin-bottom: 8px;
	}

	.work-list .list {
		min-height: 154px;
		padding: 20px 0 20px 15px;
	}

	.work-list .list:before {
		display: none;
	}

	.detail-box {
		padding: 20px 20px 20px 0;
	}


	.processing .text-wrap {
		padding: 32px 20px 32px 0;
	}

	.processing .text-wrap .title {
		font-size: 24px;
		color: #002e6c;
		margin-bottom: 15px;
	}

	.promo-intro {
		font-size: 26px;
		padding: 50px 0 90px;
	}

	.accordion-section {
		padding: 73px 0;
	}

	.accordion-section .list {
		margin-bottom: 33px;
	}

	.accordion-section .list.active {
		margin-bottom: 20px;
	}

	.accordion-section img {
		width: 70px;
		height: 70px;
		margin-right: 18px;
	}

	.accordion-section .opener-text {
		font-size: 24px;
		padding: 19px;
	}

	.accordion-section .slide {
		padding: 28px 50px 3px 110px;
	}

	#header {
		padding: 15px 0 15px;
	}

	#header .logo {
		width: 150px;
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
	}

	#header .number {
		display: block;
		font-size: 16px;
		text-align: center;
		margin-bottom: 5px;
	}

	.opener-wrap .opener-text {
		display: none;
	}

	.top-contact .btn {
		padding: 13px 20px;
	}

	.navbar .container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.nav-drop {
		position: static;
		padding: 0;
		background: transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 0;
	}

	.nav-drop > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: 0;
	}

	.nav-drop > ul > li {
		margin-bottom: 5px;
	}

	.nav-drop > ul > li + li {
		margin-left: 6px;
	}

	.nav-drop > ul > li > a {
		padding: 0 4px;
		font-size: 14px;
		color: #000;
	}

	.nav-drop > ul > li:last-child .sub-menu {
		left: auto;
		right: 0;
	}

	.nav-drop > ul > li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.nav-drop > ul > li:hover .opener:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.nav-drop .opener:before {
		color: #005130;
		left: -4px;
		font-size: 8px;
		top: 3px;
	}

	.nav-drop .sub-menu {
		position: absolute;
		top: 100%;
		margin-top: 6px;
		left: -10px;
		margin-left: 0;
		z-index: 9;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		padding: 11px 0 13px;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		width: 120px;
	}

	.nav-drop .sub-menu li a {
		font-size: 16px;
		padding: 5px 14px;
	}

	.nav-opener {
		display: none;
	}

	.d-sm-none {
		display: block;
	}

	.d-lg-none {
		display: none !important;
	}

	.btn {
		padding: 13px 27px;
		font-size: 18px;
	}

	.two-col .col {
		width: 50%;
	}

	.tax-filing .text-hold {
		padding: 15px 0 15px 20px;
		font-size: 16px;
	}

	.tax-filing .text-hold .title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.job-alert {
		display: none;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .address {
		width: 185px;
	}

	#footer .links {
		padding-left: 30px;
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	#footer .links li {
		margin-bottom: 0;
	}

	#footer .social-networks {
		max-width: 50%;
	}

	#footer .social-networks li {
		margin-left: 23px;
	}

	#footer .social-networks span {
		font-size: 45px;
	}

	#footer .social-networks span.icon-twitter {
		font-size: 52px;
	}

	.quick-links {
		max-width: 45%;
		margin-bottom: 0;
		line-height: 1.6;
		padding-top: 6px;
		letter-spacing: .045em;
	}

	.members {
		max-width: 50%;
		width: 50%;
	}

	.members-list {
		margin: 0 -20px !important;
	}

	.members-list li {
		padding: 0 20px;
	}

	.footer-top {
		font-size: 16px;
		padding: 50px 0 102px;
	}

	.footer-top .title {
		font-size: 24px;
	}

	.footer-bottom {
		padding: 33px 0;
	}

	.copyright {
		font-size: 14px;
		max-width: 45%;
		margin-bottom: 0;
	}

	.statement {
		padding: 98px 0 56px;
	}

	.statement .img-wrap {
		width: auto;
		top: -35px;
		left: -52px;
	}

	.statement .text {
		font-size: 28px;
		padding-left: 185px;
	}
}

@media (min-width: 1024px) {
	#content {
		width: calc(100% - 350px);
		padding-right: 25px;
		float: left;
	}
	#blog-content {
		width: calc(100% - 350px);
		margin: 50px auto;
	}


	#sidebar {
		width: 350px;
	}

	body {
		font-size: 20px;
	}

	blockquote {
		padding: 23px 150px;
	}

	blockquote q:before {
		left: -90px;
		top: -30px;
		font-size: 80px;
	}

	blockquote q:before {
		font-size: 150px;
		left: -157px;
		top: -50px;
	}

	blockquote q:after {
		right: -90px;
		bottom: -50px;
		font-size: 80px;
	}

	blockquote q:after {
		font-size: 150px;
		right: -150px;
		bottom: -100px;
	}

	.display-2 {
		font-size: 78px;
	}

	.banner .holder {
		background-position: right;
	}

	.banner .info {
		font-size: 24px;
		max-width: 285px;
		width: auto;
		position: absolute;
		bottom: 170px;
		background-color: transparent;
		right: 50px;
		margin: 0;
		padding: 0;
	}

	.banner .info .title {
		display: block;
	}

	.banner .highlight h1 {
		font-weight: 100;
	}

	.three-col-banner .three-col {
		min-height: 616px;
	}

	.three-col-banner.bg-blue .col:nth-child(2) {
		width: 33.33%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.three-col-banner.bg-blue .col.w-100 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.three-col-banner .img-wrap {
		min-height: 616px;
	}

	.three-col-banner .text-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 30px 20px;
	}

	.three-col-banner .holder {
		max-width: 365px;
	}

	.three-col-banner h1 {
		font-size: 40px;
	}

	.three-col-banner .col {
		width: 33.33%;
	}

	.three-col-banner .col:first-child {
		width: 33.33%;
	}

	.two-col-banner .two-cols.col-reverse .text-wrap {
		padding: 83px 20px 50px 50px;
	}

	.two-col-banner .img-wrap {
		min-height: 445px;
	}

	.two-col-banner .text-wrap {
		width: 33.33%;
		padding: 93px 45px 50px 20px;
	}

	.two-col-banner h1 {
		font-size: 33px;
	}

	.payroll-listing .text-img-hold .img-hold {
		width: 215px;
	}

	.payroll-listing .text-img-hold h2 {
		font-size: 28px;
		max-width: 215px;
	}

	.payroll-listing .listing ul {
		padding: 33px 55px;
	}

	.payroll-listing .listing ul li {
		font-size: 23px;
	}

	.payroll-listing .listing ul li a:before {
		font-size: 32px;
		top: -8px;
		left: -10px;
	}

	.information-section {
		font-size: 26px;
	}

	.image-text-section .image-wrap {
		min-height: 600px;
	}

	.image-text-section .text-wrap {
		letter-spacing: .039em;
		line-height: 1.3;
		padding: 52px 84px 52px 54px;
		font-size: 18px;
	}

	.image-text-section .btn {
		font-size: 20px;
		margin-top: 44px;
	}

	.all-content .description {
		font-size: 26px;
	}

	.all-content .description h2 {
		font-size: 33px;
	}

	.text-section {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.text-section .highlights p {
		max-width: 757px;
	}

	.text-section .detail {
		padding: 30px 45px 45px 0;
	}

	.team-section .team-description {
		font-size: 33px;
		padding: 54px 0 53px;
	}

	.team-section .info {
		width: 409px;
	}

	.team-section .about-title {
		font-size: 26px;
	}

	.divider .left-col {
		width: 67.3%;
	}

	.divider .right-col {
		width: 32.8%;
	}

	.divider .detail {
		font-size: 26px;
		width: 67.3%;
	}

	.divider .detail.extra-padding p {
		font-size: 26px;
	}

	.divider .detail p {
		margin-bottom: 40px;
		font-size: 20px;
	}

	.divider .detail h2 {
		font-size: 33px;
	}

	.work-list .icon-wrap {
		padding-left: 26px;
	}

	.work-list .icon-wrap:before {
		font-size: 15px;
	}

	.work-list .icon-wrap span {
		font-size: 50px;
	}

	.work-list .icon-wrap .icon-pc {
		font-size: 65px;
	}

	.work-list .text-wrap {
		font-size: 22px;
	}

	.stats-box {
		padding: 30px 11px 30px 40px;
		font-size: 30px;
		width: 410px;
	}

	.stats-box .icon-calculator_icon {
		font-size: 350px;
	}

	.stats-box .stats-text {
		font-size: 53px;
	}

	.detail-box {
		padding: 48px 35px 40px 0;
	}

	.detail-box .title {
		font-size: 24px;
	}

	.processing .text-wrap:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 220px 365px 220px 0;
		border-color: transparent #f1f1f1 transparent transparent;
		opacity: .7;
		background-color: transparent;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		left: auto;
		z-index: -1;
		bottom: auto;
	}

	.accordion-section .opener-text {
		font-size: 28px;
	}

	#header .logo {
		width: 200px;
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
	}

	#header .number {
		font-size: 24px;
	}

	.top-contact {
		margin-left: 30px;
	}

	.top-contact .btn {
		font-size: 14px;
	}

	.top-contact .btn {
		font-size: 18px;
	}

	.nav-drop > ul > li + li {
		margin-left: 22px;
	}

	.nav-drop > ul > li > a {
		font-size: 16px;
	}

	.nav-drop .opener:before {
		font-size: 10px;
		top: 3px;
		left: -12px;
	}

	.nav-drop .sub-menu li a {
		font-size: 18px;
	}

	.d-md-none {
		display: block;
	}

	.side-section {
		width: 410px;
		display: block;
	}

	.payroll-central .text {
		font-size: 70px;
	}

	.tax-filing .text-hold {
		padding: 35px 0 30px 35px;
		font-size: 18px;
	}

	.tax-filing .text-hold .title {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.display-1 {
		line-height: .9;
		font-size: 165px;
	}

	blockquote {
		padding: 23px 280px;
	}

	blockquote q:before {
		font-size: 230px;
		left: -267px;
		top: -80px;
	}

	blockquote q:after {
		font-size: 230px;
		right: -227px;
		bottom: -150px;
	}

	.banner .info {
		right: 40px;
		bottom: 140px;
	}

	.banner .text-holder {
		padding-left: 135px;
	}

	.three-col-banner .text-wrap {
		padding: 92px 45px 40px 20px;
	}

	.three-col-banner .text-wrap.middle {
		padding: 92px 20px 40px 45px;
	}

	.two-col-banner .img-wrap {
		min-height: 555px;
	}

	.two-col-banner h1 {
		font-size: 40px;
	}

	.payroll-listing .text-img-hold h2 {
		max-width: 280px;
	}

	.image-text-section .text-wrap {
		font-size: 20px;
	}

	.work-list .icon-wrap span {
		font-size: 60px;
	}

	.work-list .icon-wrap .icon-pc {
		font-size: 80px;
	}

	.work-list .text-wrap {
		padding-left: 18px;
		font-size: 26px;
	}

	.work-list .list {
		padding: 20px 25px;
	}

	#header .logo {
		width: 300px;
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
	}

	.nav-drop > ul > li > a {
		padding: 0 10px;
		font-size: 18px;
	}

	.nav-drop .opener:before {
		left: -8px;
		font-size: 13px;
	}

	.payroll-central .text {
		font-size: 90px;
	}

	.tax-filing .text-hold {
		padding: 57px 57px 30px 57px;
		font-size: 20px;
	}

	.statement .img-wrap {
		top: -63px;
		left: -52px;
	}
}

@media (min-width: 1300px) {
	.work-list .text-wrap {
		font-size: 30px;
	}

	.top-contact {
		margin-left: 95px;
	}

	.statement .text {
		font-size: 31px;
	}
}

@media (min-width: 1360px) {
	blockquote {
		padding: 23px 330px;
	}

	.two-col-banner .two-cols.col-reverse h1 {
		max-width: 410px;
	}

	.two-col-banner h1 {
		max-width: 366px;
	}
}

@media (min-width: 1400px) {
	.three-col-banner .img-wrap {
		background-position: top center;
	}

	.payroll-listing .text-img-hold {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.image-text-section .image-wrap {
		background-position: top center;
	}

	.divider .left-col {
		width: 69%;
	}

	.divider .right-col {
		width: 31%;
	}

	.divider .detail {
		width: 69%;
	}

	.stats-box .icon-calculator_icon {
		left: 128px;
		font-size: 350px;
	}

	.stats-box .stats-text {
		margin-bottom: 78px;
	}

	.members {
		padding-right: 80px;
	}
}

@media (min-width: 1450px) {
	.stats-box {
		width: 475px;
		padding: 30px 11px 30px 52px;
		margin-right: -65px;
	}
}

@media (min-width: 3000px) {
	.three-col-banner .img-wrap.bg-center {
		background-position: center 30%;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.three-col-banner.bg-blue .col.w-100 {
		width: 100%;
	}

	.text-section .highlights:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -999px;
		left: 100%;
		background: #ebd266;
	}
}

@media (max-width: 767px) {
	.appt-button {display: none !important;}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	blockquote .title {
		font-weight: 400;
		font-style: italic;
		line-height: 1.1;
		font-size: 20px;
		margin-bottom: 12px;
	}

	.form-wrapper .form-group:last-child {
		margin-bottom: 10px;
	}

	.blue-box address {
		margin-bottom: 0;
	}

	.banner .btn {
		min-width: 118px;
		margin-bottom: 5px;
	}

	.banner .info p {
		max-width: 285px;
		margin: 0 auto 13px;
	}

	.banner .highlight h1 {
		line-height: .9;
	}

	.information-section p:last-child {
		margin-bottom: 0;
	}

	.information-section a {
		display: block;
		text-align: center;
	}

	.team-section .info:after {
		content: "";
		position: absolute;
		top: 0;
		right: -999px;
		left: 100%;
		bottom: 0;
		background: #005130;
		z-index: -1;
	}

	.team-section .team-slide {
		letter-spacing: .017em;
		line-height: 1.29;
	}

	.team-section .teamopener {
		position: absolute;
		top: 14px;
		left: 70%;
		width: 60px;
	}

	.divider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.divider #time-keeping .title {
		color: #565656;
	}

	.divider .detail .text-box .title {
		color: #565656 !important;
	}

	.divider h3 {
		font-size: 14px;
	}

	.detail-box h3 span{
		font-size: 14px !important;
	}

	.update-list .slide a {
		color: #565656;
	}

	.update-list .slide a:hover {
		color: #f15b0b;
	}

	.top-contact .btn {
		padding: 7px 16px;
	}

	.nav-drop > ul > li.current-menu-item > a:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		color: #f15b0b;
	}
}

.post-date{
  color: #002e6c;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: .03em; 
  font-size: 15px;
  text-transform: uppercase;
}
#blog-content .post-date{
	margin-bottom: 20px;
}
#blog-content h1, #blog-content h2, #blog-content h3{
  color: #002e6c;
  letter-spacing: .031em;
  margin-bottom: 20px;
}

#blog-content h2, #blog-content h3{
	margin-bottom: 15px;
	margin-top: 20px;
}
#blog-content ul, #blog-content ol {
  padding-left: 2.5em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}

#blog-content ul li, #blog-content ol li {
  margin-bottom: 0.5em;
}
