@charset "UTF-8";

.zIndex-level--1 {
  z-index: 1100 !important;
}

.zIndex-level--2 {
  z-index: 1200 !important;
}

.zIndex-level--3 {
  z-index: 1300 !important;
}

.zIndex-level--4 {
  z-index: 1400 !important;
}

.zIndex-level--5 {
  z-index: 1500 !important;
}

.zIndex-level--6 {
  z-index: 1600 !important;
}

.zIndex-level--7 {
  z-index: 1700 !important;
}

.zIndex-level--8 {
  z-index: 1800 !important;
}

.zIndex-level--9 {
  z-index: 1900 !important;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

.clear {
  clear: both;
}

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

body {
  margin: 0;
}

body.login-page {
  background-image: url(./images/login-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  width: 100%
}

body.signup-page {
  /*background-image: url(./images/login-bg.png);*/
  background-color: #edf5fd;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  width: 100%
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

section {
  text-align: center;
}

.job-list-1 .job-list-info {
  text-align: left;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.header-1 img {
  width: 100%;
}


/* ==============================================================
ScheduleDemo
===================================================================== */

.ScheduleDemo {
  min-height: 615px;
  background: url('images/Home-Nurse-Care.jpg');
  background-size: cover;
}

.ScheduleDemo::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0, 150, 255, 0.3);
  position: absolute;
  z-index: -1;
}

.ScheduleDemo .logo a {
  display: inline-block;
  background: #373737;
  margin: 10px 0;
  padding-left: 10px;
}

.ScheduleDemo .contant {
  text-align: center;
  display: table;
  height: 566px;
}

.ScheduleDemo .contant .message {
  display: table-cell;
  vertical-align: middle;
}

.ScheduleDemo .contant .message h1,
.ScheduleDemo .contant .message h2 {
  background: rgba(0, 0, 0, 0.7);
  color: #c6c6c6;
  padding: 10px;
  margin: 5px 0;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 6px 6px 0 0;
}

.ScheduleDemo .contant .message h2 {
  border-radius: 0 0 6px 6px;
}

.ScheduleDemo .col-md-4 {
  width: 33.33333333%;
}

.ScheduleDemo .form {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 4px;
  margin-top: 15%;
}

.ScheduleDemo .form h3 {
  padding: 10px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid;
}

.ScheduleDemo .form .form-body {
  padding: 15px;
}

.ScheduleDemo .form .form-body .checkbox {
  padding-left: 20px;
  display: inline-block;
  margin: 3px 10px 3px 0;
}

.ScheduleDemo .form .form-body .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.ScheduleDemo .form .form-body .form-group {
  margin-bottom: 8px
}

.ScheduleDemo .form .form-body p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #6bfce8;
}

.ScheduleDemo .form .form-body .form-group span p {
  margin-bottom: 0;
  color: #fcf113;
  font-weight: normal;
}

.ScheduleDemo .form .form-body .form-control {
  padding: 5px;
  border-radius: 0;
}

.ScheduleDemo .form .form-body .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #0096ff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.ScheduleDemo .form .form-body .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.ScheduleDemo .form .form-body .checkbox input[type="checkbox"] {
  opacity: 0;
}

.ScheduleDemo .form .form-body .checkbox input[type="checkbox"]:focus+label::before {
  outline: none;
}

.ScheduleDemo .form .form-body .checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
}

.ScheduleDemo .form .form-body .checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.ScheduleDemo .form .form-body .checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.ScheduleDemo .form .form-body .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.ScheduleDemo .form .form-body .checkbox.checkbox-inline {
  margin-top: 0;
}

.ScheduleDemo .form .form-body .checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.ScheduleDemo .form .form-body .form-group button[type="submit"] {
  margin-top: 8px
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  body.get-started section#stepNavigation .btn-next>.caret,
  body.get-started-payroll section#stepNavigation .btn-next>.caret,
  .dropup>.btn>.caret,
  body.get-started section#stepNavigation .dropup>.btn-next>.caret,
  body.get-started-payroll section#stepNavigation .dropup>.btn-next>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0096ff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #c06b08;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-device-height: 1049px) and (max-device-height: 1050px) {
  body.signup-page {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 1680px !important;
    height: 850px;
  }
}

/*1280*/

@media (min-width: 1600px) {
  .ScheduleDemo .contant {
    height: 705px;
  }

  .ScheduleDemo .form {
    margin-top: 20%;
  }
}

/**/

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #0096ff;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d87809;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0096ff;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d87809;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hk_packager_content {
  padding-bottom: 48px;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-padded,
.container-padded-light {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container-padded:before,
.container-padded-light:before,
.container:after,
.container-padded:after,
.container-padded-light:after {
  content: " ";
  display: table;
}

.container:after,
.container-padded:after,
.container-padded-light:after {
  clear: both;
}

@media (min-width: 768px) {

  .container,
  .container-padded,
  .container-padded-light {
    width: 750px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-padded,
  .container-padded-light {
    width: 970px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-padded,
  .container-padded-light {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
body.get-started-payroll .progressStep,
.col-sm-3,
.col-md-3,
body.payroll #content #mainContentSection .productFeature,
#content.benefits #topBrokersSection .bullet,
.col-lg-3,
.col-xs-4,
body.get-started .progressStep,
.col-sm-4,
.col-md-4,
body.home-v4 #content .productsSection .productCardContainer,
.col-lg-4,
#content.customers #caseStudiesSection .caseStudy,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
#content.time-attendance section#faqSection .question,
.col-xs-6,
.col-sm-6,
body.home-v4 #content .productsSection .productCardContainer,
#content.customers #caseStudiesSection .caseStudy,
body.payroll #content #mainContentSection .productFeature,
#content.time-attendance section#faqSection .question,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
body.get-started-payroll .progressStep,
.col-xs-4,
body.get-started .progressStep,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3,
body.get-started-payroll .progressStep {
  width: 25%;
}

.col-xs-4,
body.get-started .progressStep {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  body.home-v4 #content .productsSection .productCardContainer,
  #content.customers #caseStudiesSection .caseStudy,
  body.payroll #content #mainContentSection .productFeature,
  #content.time-attendance section#faqSection .question,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6,
  body.home-v4 #content .productsSection .productCardContainer,
  #content.customers #caseStudiesSection .caseStudy,
  body.payroll #content #mainContentSection .productFeature,
  #content.time-attendance section#faqSection .question {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  body.payroll #content #mainContentSection .productFeature,
  #content.benefits #topBrokersSection .bullet,
  .col-md-4,
  body.home-v4 #content .productsSection .productCardContainer,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3,
  body.payroll #content #mainContentSection .productFeature,
  #content.benefits #topBrokersSection .bullet {
    width: 25%;
  }

  .col-md-4,
  body.home-v4 #content .productsSection .productCardContainer {
    width: 25%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  #content.customers #caseStudiesSection .caseStudy,
  .col-lg-5,
  #content.time-attendance section#faqSection .question,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4,
  #content.customers #caseStudiesSection .caseStudy {
    width: 33.33333%;
  }

  .col-lg-5,
  #content.time-attendance section#faqSection .question {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1,
  #content.time-attendance section#faqSection .question:first-of-type {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.actions3 a:link,
a:visited,
.package-section a:link,
a:visited {

  font-size: 18px;
  font-weight: 500;
}

.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input[type="date"].form-control,
  .input-group-sm>input[type="date"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="date"].btn,
  body.get-started section#stepNavigation .input-group-sm>.input-group-btn>input[type="date"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>input[type="date"].btn-next,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input[type="time"].form-control,
  .input-group-sm>input[type="time"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="time"].btn,
  body.get-started section#stepNavigation .input-group-sm>.input-group-btn>input[type="time"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>input[type="time"].btn-next,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input[type="datetime-local"].form-control,
  .input-group-sm>input[type="datetime-local"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
  body.get-started section#stepNavigation .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-next,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input[type="month"].form-control,
  .input-group-sm>input[type="month"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="month"].btn,
  body.get-started section#stepNavigation .input-group-sm>.input-group-btn>input[type="month"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>input[type="month"].btn-next,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input[type="date"].form-control,
  .input-group-lg>input[type="date"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="date"].btn,
  body.get-started section#stepNavigation .input-group-lg>.input-group-btn>input[type="date"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>input[type="date"].btn-next,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input[type="time"].form-control,
  .input-group-lg>input[type="time"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="time"].btn,
  body.get-started section#stepNavigation .input-group-lg>.input-group-btn>input[type="time"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>input[type="time"].btn-next,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input[type="datetime-local"].form-control,
  .input-group-lg>input[type="datetime-local"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
  body.get-started section#stepNavigation .input-group-lg>.input-group-btn>input[type="datetime-local"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>input[type="datetime-local"].btn-next,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input[type="month"].form-control,
  .input-group-lg>input[type="month"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="month"].btn,
  body.get-started section#stepNavigation .input-group-lg>.input-group-btn>input[type="month"].btn-next,
  body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>input[type="month"].btn-next,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>.form-control-static.btn-next,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>.form-control-static.btn-next,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>.form-control-static.btn-next,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>.form-control-static.btn-next {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>.btn-next {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>select.btn-next,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>select.btn-next {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>textarea.btn-next,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>textarea.btn-next,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>select[multiple].btn-next,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>select[multiple].btn-next {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>.btn-next {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>select.btn-next,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>select.btn-next {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>textarea.btn-next,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>textarea.btn-next,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>select[multiple].btn-next,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>select[multiple].btn-next {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>.btn-next+.form-control-feedback,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>.btn-next+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>.btn-next+.form-control-feedback,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>.btn-next+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn,
body.get-started section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation .btn-next {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
body.get-started section#stepNavigation .btn-next:focus,
body.get-started-payroll section#stepNavigation .btn-next:focus,
.btn.focus,
body.get-started section#stepNavigation .focus.btn-next,
body.get-started-payroll section#stepNavigation .focus.btn-next,
.btn:active:focus,
body.get-started section#stepNavigation .btn-next:active:focus,
body.get-started-payroll section#stepNavigation .btn-next:active:focus,
.btn:active.focus,
body.get-started section#stepNavigation .btn-next:active.focus,
body.get-started-payroll section#stepNavigation .btn-next:active.focus,
.btn.active:focus,
body.get-started section#stepNavigation .active.btn-next:focus,
body.get-started-payroll section#stepNavigation .active.btn-next:focus,
.btn.active.focus,
body.get-started section#stepNavigation .active.focus.btn-next,
body.get-started-payroll section#stepNavigation .active.focus.btn-next {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
body.get-started section#stepNavigation .btn-next:hover,
body.get-started-payroll section#stepNavigation .btn-next:hover,
.btn:focus,
body.get-started section#stepNavigation .btn-next:focus,
body.get-started-payroll section#stepNavigation .btn-next:focus,
.btn.focus,
body.get-started section#stepNavigation .focus.btn-next,
body.get-started-payroll section#stepNavigation .focus.btn-next {
  color: #333;
  text-decoration: none;
}

.btn:active,
body.get-started section#stepNavigation .btn-next:active,
body.get-started-payroll section#stepNavigation .btn-next:active,
.btn.active,
body.get-started section#stepNavigation .active.btn-next,
body.get-started-payroll section#stepNavigation .active.btn-next {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
body.get-started section#stepNavigation .disabled.btn-next,
body.get-started-payroll section#stepNavigation .disabled.btn-next,
.btn[disabled],
body.get-started section#stepNavigation [disabled].btn-next,
body.get-started-payroll section#stepNavigation [disabled].btn-next,
fieldset[disabled] .btn,
fieldset[disabled] body.get-started section#stepNavigation .btn-next,
body.get-started section#stepNavigation fieldset[disabled] .btn-next,
fieldset[disabled] body.get-started-payroll section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation fieldset[disabled] .btn-next {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
body.get-started section#stepNavigation a.disabled.btn-next,
body.get-started-payroll section#stepNavigation a.disabled.btn-next,
fieldset[disabled] a.btn,
fieldset[disabled] body.get-started section#stepNavigation a.btn-next,
body.get-started section#stepNavigation fieldset[disabled] a.btn-next,
fieldset[disabled] body.get-started-payroll section#stepNavigation a.btn-next,
body.get-started-payroll section#stepNavigation fieldset[disabled] a.btn-next {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0096ff;
  border-color: #f1860a;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0e014f;
  border-color: #764205;
}

.btn-primary:hover {
  color: #fff;
  background-color: #036fba;
  border-color: #036fba
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d87809;
  border-color: #b66507;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #b66507;
  border-color: #764205;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0096ff;
  border-color: #f1860a;
}

.btn-primary .badge {
  color: #0096ff;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #84c341;
  border-color: #77b238;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #6a9f32;
  border-color: #36511a;
}

.btn-success:hover {
  color: #fff;
  background-color: #6a9f32;
  border-color: #58842a;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6a9f32;
  border-color: #58842a;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #58842a;
  border-color: #36511a;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #84c341;
  border-color: #77b238;
}

.btn-success .badge {
  color: #84c341;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #45aaff;
  border-color: #55b2b6;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #48a5aa;
  border-color: #2a5f62;
}

.btn-info:hover {
  color: #fff;
  background-color: #48a5aa;
  border-color: #3e8d91;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #48a5aa;
  border-color: #3e8d91;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #3e8d91;
  border-color: #2a5f62;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #45aaff;
  border-color: #55b2b6;
}

.btn-info .badge {
  color: #45aaff;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f9ec31;
  border-color: #f8ea18;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f0e107;
  border-color: #8d8404;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f0e107;
  border-color: #cdc006;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0e107;
  border-color: #cdc006;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #cdc006;
  border-color: #8d8404;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f9ec31;
  border-color: #f8ea18;
}

.btn-warning .badge {
  color: #f9ec31;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f16d79;
  border-color: #ef5664;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ed3e4e;
  border-color: #b41120;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ed3e4e;
  border-color: #e91e30;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed3e4e;
  border-color: #e91e30;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e91e30;
  border-color: #b41120;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f16d79;
  border-color: #ef5664;
}

.btn-danger .badge {
  color: #f16d79;
  background-color: #fff;
}

.btn-link {
  color: #0096ff;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #c06b08;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn,
body.get-started section#stepNavigation .btn-group-lg>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-lg>.btn-next {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn,
body.get-started section#stepNavigation .btn-group-sm>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-sm>.btn-next {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn,
body.get-started section#stepNavigation .btn-group-xs>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-xs>.btn-next {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eee;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0096ff;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
body.get-started section#stepNavigation .btn-group>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group>.btn-next,
.btn-group-vertical>.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
body.get-started section#stepNavigation .btn-group>.btn-next:hover,
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:hover,
.btn-group>.btn:focus,
body.get-started section#stepNavigation .btn-group>.btn-next:focus,
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:focus,
.btn-group>.btn:active,
body.get-started section#stepNavigation .btn-group>.btn-next:active,
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:active,
.btn-group>.btn.active,
body.get-started section#stepNavigation .btn-group>.active.btn-next,
body.get-started-payroll section#stepNavigation .btn-group>.active.btn-next,
.btn-group-vertical>.btn:hover,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next:hover,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next:hover,
.btn-group-vertical>.btn:focus,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next:focus,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next:focus,
.btn-group-vertical>.btn:active,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next:active,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next:active,
.btn-group-vertical>.btn.active,
body.get-started section#stepNavigation .btn-group-vertical>.active.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.active.btn-next {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group body.get-started section#stepNavigation .btn-next+.btn,
body.get-started section#stepNavigation .btn-group .btn-next+.btn,
.btn-group body.get-started-payroll section#stepNavigation .btn-next+.btn,
body.get-started-payroll section#stepNavigation .btn-group .btn-next+.btn,
.btn-group body.get-started section#stepNavigation .btn+.btn-next,
body.get-started section#stepNavigation .btn-group .btn+.btn-next,
.btn-group body.get-started section#stepNavigation .btn-next+.btn-next,
body.get-started section#stepNavigation .btn-group .btn-next+.btn-next,
.btn-group body.get-started-payroll section#stepNavigation .btn+.btn-next,
body.get-started-payroll section#stepNavigation .btn-group .btn+.btn-next,
.btn-group body.get-started-payroll section#stepNavigation .btn-next+.btn-next,
body.get-started-payroll section#stepNavigation .btn-group .btn-next+.btn-next,
.btn-group .btn+.btn-group,
.btn-group body.get-started section#stepNavigation .btn-next+.btn-group,
body.get-started section#stepNavigation .btn-group .btn-next+.btn-group,
.btn-group body.get-started-payroll section#stepNavigation .btn-next+.btn-group,
body.get-started-payroll section#stepNavigation .btn-group .btn-next+.btn-group,
.btn-group .btn-group+.btn,
.btn-group body.get-started section#stepNavigation .btn-group+.btn-next,
body.get-started section#stepNavigation .btn-group .btn-group+.btn-next,
.btn-group body.get-started-payroll section#stepNavigation .btn-group+.btn-next,
body.get-started-payroll section#stepNavigation .btn-group .btn-group+.btn-next,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar body.get-started section#stepNavigation .btn-next,
body.get-started section#stepNavigation .btn-toolbar .btn-next,
.btn-toolbar body.get-started-payroll section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation .btn-toolbar .btn-next,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
body.get-started section#stepNavigation .btn-toolbar>.btn-next,
body.get-started-payroll section#stepNavigation .btn-toolbar>.btn-next,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
body.get-started section#stepNavigation .btn-group>.btn-next:not(:first-child):not(:last-child):not(.dropdown-toggle),
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group>.btn:first-child,
body.get-started section#stepNavigation .btn-group>.btn-next:first-child,
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
body.get-started section#stepNavigation .btn-group>.btn-next:first-child:not(:last-child):not(.dropdown-toggle),
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
body.get-started section#stepNavigation .btn-group>.btn-next:last-child:not(:first-child),
body.get-started-payroll section#stepNavigation .btn-group>.btn-next:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
body.get-started section#stepNavigation .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
body.get-started section#stepNavigation .btn-group>.btn-group:first-child:not(:last-child)>.btn-next:last-child,
body.get-started-payroll section#stepNavigation .btn-group>.btn-group:first-child:not(:last-child)>.btn-next:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
body.get-started section#stepNavigation .btn-group>.btn-group:last-child:not(:first-child)>.btn-next:first-child,
body.get-started-payroll section#stepNavigation .btn-group>.btn-group:last-child:not(:first-child)>.btn-next:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle,
body.get-started section#stepNavigation .btn-group>.btn-next+.dropdown-toggle,
body.get-started-payroll section#stepNavigation .btn-group>.btn-next+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
body.get-started section#stepNavigation .btn-group-lg.btn-group>.btn-next+.dropdown-toggle,
body.get-started-payroll section#stepNavigation .btn-group-lg.btn-group>.btn-next+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn .caret,
body.get-started section#stepNavigation .btn-next .caret,
body.get-started-payroll section#stepNavigation .btn-next .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
body.get-started section#stepNavigation .btn-group-lg>.btn-next .caret,
body.get-started-payroll section#stepNavigation .btn-group-lg>.btn-next .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup body.get-started section#stepNavigation .btn-group-lg>.btn-next .caret,
body.get-started section#stepNavigation .dropup .btn-group-lg>.btn-next .caret,
.dropup body.get-started-payroll section#stepNavigation .btn-group-lg>.btn-next .caret,
body.get-started-payroll section#stepNavigation .dropup .btn-group-lg>.btn-next .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-group>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-group>.btn-next {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-group>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-group>.btn-next {
  float: none;
}

.btn-group-vertical>.btn+.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next+.btn,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next+.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn+.btn-next,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next+.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn+.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next+.btn-next,
.btn-group-vertical>.btn+.btn-group,
body.get-started section#stepNavigation .btn-group-vertical>.btn-next+.btn-group,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next+.btn-group,
.btn-group-vertical>.btn-group+.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-group+.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-group+.btn-next,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
body.get-started section#stepNavigation .btn-group-vertical>.btn-next:not(:first-child):not(:last-child),
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
body.get-started section#stepNavigation .btn-group-vertical>.btn-next:first-child:not(:last-child),
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
body.get-started section#stepNavigation .btn-group-vertical>.btn-next:last-child:not(:first-child),
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-next:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
body.get-started section#stepNavigation .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
body.get-started section#stepNavigation .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-next:last-child,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-next:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
body.get-started section#stepNavigation .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-next:first-child,
body.get-started-payroll section#stepNavigation .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-next:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
body.get-started section#stepNavigation .btn-group-justified>.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-justified>.btn-next,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group body.get-started section#stepNavigation .btn-next,
body.get-started section#stepNavigation .btn-group-justified>.btn-group .btn-next,
.btn-group-justified>.btn-group body.get-started-payroll section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation .btn-group-justified>.btn-group .btn-next {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
body.get-started section#stepNavigation [data-toggle="buttons"]>.btn-next input[type="radio"],
body.get-started-payroll section#stepNavigation [data-toggle="buttons"]>.btn-next input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
body.get-started section#stepNavigation [data-toggle="buttons"]>.btn-next input[type="checkbox"],
body.get-started-payroll section#stepNavigation [data-toggle="buttons"]>.btn-next input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
body.get-started section#stepNavigation [data-toggle="buttons"]>.btn-group>.btn-next input[type="radio"],
body.get-started-payroll section#stepNavigation [data-toggle="buttons"]>.btn-group>.btn-next input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
body.get-started section#stepNavigation [data-toggle="buttons"]>.btn-group>.btn-next input[type="checkbox"],
body.get-started-payroll section#stepNavigation [data-toggle="buttons"]>.btn-group>.btn-next input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
body.get-started section#stepNavigation .input-group-sm>.input-group-btn>.input-group-addon.btn-next,
body.get-started-payroll section#stepNavigation .input-group-sm>.input-group-btn>.input-group-addon.btn-next {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
body.get-started section#stepNavigation .input-group-lg>.input-group-btn>.input-group-addon.btn-next,
body.get-started-payroll section#stepNavigation .input-group-lg>.input-group-btn>.input-group-addon.btn-next {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
body.get-started section#stepNavigation .input-group-btn:first-child>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:first-child>.btn-next,
.input-group-btn:first-child>.btn-group>.btn,
body.get-started section#stepNavigation .input-group-btn:first-child>.btn-group>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:first-child>.btn-group>.btn-next,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
body.get-started section#stepNavigation .input-group-btn:last-child>.btn-next:not(:last-child):not(.dropdown-toggle),
body.get-started-payroll section#stepNavigation .input-group-btn:last-child>.btn-next:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
body.get-started section#stepNavigation .input-group-btn:last-child>.btn-group:not(:last-child)>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:last-child>.btn-group:not(:last-child)>.btn-next {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
body.get-started section#stepNavigation .input-group-btn:last-child>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:last-child>.btn-next,
.input-group-btn:last-child>.btn-group>.btn,
body.get-started section#stepNavigation .input-group-btn:last-child>.btn-group>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:last-child>.btn-group>.btn-next,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
body.get-started section#stepNavigation .input-group-btn:first-child>.btn-next:not(:first-child),
body.get-started-payroll section#stepNavigation .input-group-btn:first-child>.btn-next:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
body.get-started section#stepNavigation .input-group-btn:first-child>.btn-group:not(:first-child)>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:first-child>.btn-group:not(:first-child)>.btn-next {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn,
body.get-started section#stepNavigation .input-group-btn>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn-next {
  position: relative;
}

.input-group-btn>.btn+.btn,
body.get-started section#stepNavigation .input-group-btn>.btn-next+.btn,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn-next+.btn,
body.get-started section#stepNavigation .input-group-btn>.btn+.btn-next,
body.get-started section#stepNavigation .input-group-btn>.btn-next+.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn+.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn-next+.btn-next {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
body.get-started section#stepNavigation .input-group-btn>.btn-next:hover,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn-next:hover,
.input-group-btn>.btn:focus,
body.get-started section#stepNavigation .input-group-btn>.btn-next:focus,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn-next:focus,
.input-group-btn>.btn:active,
body.get-started section#stepNavigation .input-group-btn>.btn-next:active,
body.get-started-payroll section#stepNavigation .input-group-btn>.btn-next:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
body.get-started section#stepNavigation .input-group-btn:first-child>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:first-child>.btn-next,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
body.get-started section#stepNavigation .input-group-btn:last-child>.btn-next,
body.get-started-payroll section#stepNavigation .input-group-btn:last-child>.btn-next,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #0096ff;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #0096ff;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: auto;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container-padded>.navbar-header,
.container-padded-light>.navbar-header,
.container>.navbar-collapse,
.container-padded>.navbar-collapse,
.container-padded-light>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container-padded>.navbar-header,
  .container-padded-light>.navbar-header,
  .container>.navbar-collapse,
  .container-padded>.navbar-collapse,
  .container-padded-light>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-padded .navbar-brand,
  .navbar>.container-padded-light .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .vCenterContainer .vCenter {
    display: block;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 1;
  }

  .vCenterContainer .vCenter .actions3 {
    text-align: center;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
body.get-started section#stepNavigation .btn-group-sm>.navbar-btn.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-sm>.navbar-btn.btn-next {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
body.get-started section#stepNavigation .btn-group-xs>.navbar-btn.btn-next,
body.get-started-payroll section#stepNavigation .btn-group-xs>.navbar-btn.btn-next {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #45aaff;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label,
body.get-started section#stepNavigation .btn-next .label,
body.get-started-payroll section#stepNavigation .btn-next .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0096ff;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d87809;
}

.label-success {
  background-color: #84c341;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #6a9f32;
}

.label-info {
  background-color: #45aaff;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #48a5aa;
}

.label-warning {
  background-color: #f9ec31;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f0e107;
}

.label-danger {
  background-color: #f16d79;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ed3e4e;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fef1e2;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #0096ff;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #0096ff;
}

.panel-primary>.panel-heading .badge {
  color: #0096ff;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #0096ff;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn,
.modal-footer body.get-started section#stepNavigation .btn-next+.btn,
body.get-started section#stepNavigation .modal-footer .btn-next+.btn,
.modal-footer body.get-started-payroll section#stepNavigation .btn-next+.btn,
body.get-started-payroll section#stepNavigation .modal-footer .btn-next+.btn,
.modal-footer body.get-started section#stepNavigation .btn+.btn-next,
body.get-started section#stepNavigation .modal-footer .btn+.btn-next,
.modal-footer body.get-started section#stepNavigation .btn-next+.btn-next,
body.get-started section#stepNavigation .modal-footer .btn-next+.btn-next,
.modal-footer body.get-started-payroll section#stepNavigation .btn+.btn-next,
body.get-started-payroll section#stepNavigation .modal-footer .btn+.btn-next,
.modal-footer body.get-started-payroll section#stepNavigation .btn-next+.btn-next,
body.get-started-payroll section#stepNavigation .modal-footer .btn-next+.btn-next {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group body.get-started section#stepNavigation .btn-next+.btn,
body.get-started section#stepNavigation .modal-footer .btn-group .btn-next+.btn,
.modal-footer .btn-group body.get-started-payroll section#stepNavigation .btn-next+.btn,
body.get-started-payroll section#stepNavigation .modal-footer .btn-group .btn-next+.btn,
.modal-footer .btn-group body.get-started section#stepNavigation .btn+.btn-next,
body.get-started section#stepNavigation .modal-footer .btn-group .btn+.btn-next,
.modal-footer .btn-group body.get-started section#stepNavigation .btn-next+.btn-next,
body.get-started section#stepNavigation .modal-footer .btn-group .btn-next+.btn-next,
.modal-footer .btn-group body.get-started-payroll section#stepNavigation .btn+.btn-next,
body.get-started-payroll section#stepNavigation .modal-footer .btn-group .btn+.btn-next,
.modal-footer .btn-group body.get-started-payroll section#stepNavigation .btn-next+.btn-next,
body.get-started-payroll section#stepNavigation .modal-footer .btn-group .btn-next+.btn-next {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption body.get-started section#stepNavigation .btn-next,
body.get-started section#stepNavigation .carousel-caption .btn-next,
.carousel-caption body.get-started-payroll section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation .carousel-caption .btn-next {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
#content.benefits #topBrokersSection #topBrokersImagesMobile {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
#content.time-attendance section#faqSection .question .zmdi-chevron-right,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {

  .visible-xs,
  #content.benefits #topBrokersSection #topBrokersImagesMobile {
    display: block !important;
  }

  table.visible-xs,
  #content.benefits #topBrokersSection table#topBrokersImagesMobile {
    display: table !important;
  }

  tr.visible-xs,
  #content.benefits #topBrokersSection tr#topBrokersImagesMobile {
    display: table-row !important;
  }

  th.visible-xs,
  #content.benefits #topBrokersSection th#topBrokersImagesMobile,
  td.visible-xs,
  #content.benefits #topBrokersSection td#topBrokersImagesMobile {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {

  .visible-xs-inline-block,
  #content.time-attendance section#faqSection .question .zmdi-chevron-right {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {

  .hidden-xs,
  body.home-v4 #content .productsSection .productCardContainer .productCard .productDescription,
  body.home-v4 #content .productsSection .productCardContainer .productCard .fakeLink,
  body.home-v4 #content .dashboardSection .slideshowToggle,
  body.home-v4 #content .dashboardSection .carousel .item .slideCaption,
  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .benefitDescription,
  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .fakeLink,
  #content.benefits #topBrokersSection #topBrokersImageDesktop {
    /*display: none !important;*/
    margin-top: 10px;
  }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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: 0.35em 0.625em 0.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;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

footer {
  color: #888;
  background: rgb(61, 61, 61);
  border-top: 2px solid #29aafe;
  padding: 20px 0 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

.u-floatLeft {
  float: left;
}

.u-floatRight {
  float: right;
}

.u-clearBoth {
  clear: both;
}

.u-textRight {
  text-align: right !important;
}

.u-textLeft {
  text-align: left;
}

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

.u-textJustify {
  text-align: justify;
}

.u-textUppercase {
  text-transform: uppercase;
}

.u-textCapitalize {
  text-transform: capitalize;
}

.u-textNoWrap {
  white-space: nowrap !important;
}

.u-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: bold;
}

.u-italic {
  font-style: italic;
}

.u-borderBottom {
  border-bottom: 1px solid #eeeeee;
}

.u-borderTop {
  border-top: 1px solid #eeeeee;
}

.u-noBorder {
  border: none !important;
}

.u-topFlush {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.u-bottomFlush {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.u-error {
  color: #e53935;
}

.u-success {
  color: #4caf50;
}

.u-warning {
  color: #ff9800;
}

.u-textEmphasis--orange {
  color: #0096ff;
}

.u-textUnderline {
  text-decoration: underline;
}

.show,
.u-show {
  display: block;
}

.hide,
.u-hide {
  display: none !important;
}

.invisible,
.u-invisible {
  visibility: hidden;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flexStart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.u-flexEnd {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.u-fillParent {
  width: 100%;
  height: 100%;
}

.u-fillHorizontal {
  width: 100%;
}

.u-widthAuto {
  width: auto !important;
}

.u-alignCenter {
  margin-left: auto;
  margin-right: auto;
}

.u-overflowScrollable {
  overflow: auto !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

.u-overflowVisible {
  overflow: visible !important;
}

.u-positionRelative {
  position: relative;
}

.u-positionAbsolute {
  position: absolute;
}

.u-vAlign--middle {
  vertical-align: middle;
}

.u-bumperTop {
  margin-top: 16px;
}

.u-bumperTop--xs {
  margin-top: 4px;
}

.u-bumperTop--sm {
  margin-top: 8px;
}

.u-bumperTop--md {
  margin-top: 24px;
}

.u-bumperTop--lg {
  margin-top: 32px;
}

.u-bumperTop--xl {
  margin-top: 48px;
}

.u-bumperTop--xxl {
  margin-top: 64px;
}

.u-bumperRight {
  margin-right: 16px;
}

.u-bumperRight--xs {
  margin-right: 4px;
}

.u-bumperRight--sm {
  margin-right: 8px;
}

.u-bumperRight--md {
  margin-right: 24px;
}

.u-bumperRight--lg {
  margin-right: 32px;
}

.u-bumperRight--xl {
  margin-right: 48px;
}

.u-bumperRight--xxl {
  margin-right: 64px;
}

.u-bumperBottom {
  margin-bottom: 16px;
}

.u-bumperBottom--xs {
  margin-bottom: 4px;
}

.u-bumperBottom--sm {
  margin-bottom: 8px;
}

.u-bumperBottom--md {
  margin-bottom: 24px;
}

.u-bumperBottom--lg {
  margin-bottom: 32px;
}

.u-bumperBottom--xl {
  margin-bottom: 48px;
}

.u-bumperBottom--xxl {
  margin-bottom: 64px;
}

.u-bumperLeft {
  margin-left: 16px;
}

.u-bumperLeft--xs {
  margin-left: 4px;
}

.u-bumperLeft--sm {
  margin-left: 8px !important;
}

.u-bumperLeft--md {
  margin-left: 24px;
}

.u-bumperLeft--lg {
  margin-left: 32px;
}

.u-bumperLeft--xl {
  margin-left: 48px;
}

.u-bumperLeft--xxl {
  margin-left: 64px;
}

.z-bumper-sm {
  margin: 8px !important;
}

body {
  font: 400 16px/1.5 "/*Roboto*/", sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder,
:moz-placeholder {
  color: #999;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a,
a:link,
a:visited {
  /*color: #fff;*/
  text-decoration: none;
}

/*a:hover {
    color: #398286; }*/

a.learn-more:after {
  content: ' \2192';
}

p,
ul,
ol,
blockquote {
  margin-bottom: 15px;
  font-size: 16px;
}

ul,
ol {
  padding-left: 25px;
  text-align: left;
}

ul.list--unstyled,
footer ul,
ol.list--unstyled {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.list--unstyled li,
footer ul li,
ol.list--unstyled li {
  margin: 0;
}

ul.list--unstyled.list--horizontal li,
footer ul.list--horizontal li,
ol.list--unstyled.list--horizontal li {
  display: inline-block;
}

ul.list--unstyled.list--horizontal li+li,
footer ul.list--horizontal li+li,
ol.list--unstyled.list--horizontal li+li {
  margin-left: 15px;
}

ul+ul {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

li {
  font-size: 16px;
  line-height: 1.5;
}

li~li {
  /*margin-top: 8px; */
}

.package-section li~li {
  margin-top: 0px;
}

@media screen and (min-width: 992px) {
  li {
    font-size: 16px;
  }
}

hr.hr--padded {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #f4f4f4;
  border: 0 none;
}

small {
  font-size: 13px;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

img[width="0"] {
  display: none;
}

/* UTILITIES
--------------------------------------------- */

::-moz-selection {
  color: #231f20;
  background: #c7e6e6;
}

::selection {
  color: #231f20;
  background: #c7e6e6;
}

.u-color-teal {
  color: #45aaff;
}

.u-color-orange {
  color: #0096ff;
}

.u-color-red {
  color: #D50000;
}

.u-color-white {
  color: #fff;
}

.u-fontWeight-100 {
  font-weight: 100 !important;
}

.u-fontWeight-200 {
  font-weight: 200 !important;
}

.u-fontWeight-300 {
  font-weight: 300 !important;
}

.u-fontWeight-400 {
  font-weight: 400 !important;
}

.u-fontWeight-500 {
  font-weight: 500 !important;
}

.u-fontWeight-600 {
  font-weight: 600 !important;
}

.u-fontWeight-700 {
  font-weight: 700 !important;
}

.u-fontWeight-800 {
  font-weight: 800 !important;
}

.u-fontWeight-900 {
  font-weight: 900 !important;
}

.u-marginTop-0 {
  margin-top: 0px !important;
}

.u-marginBottom-0 {
  margin-bottom: 0px !important;
}

.u-marginTop-10 {
  margin-top: 10px !important;
}

.u-marginBottom-10 {
  margin-bottom: 10px !important;
}

.u-marginTop-20 {
  margin-top: 20px !important;
}

.u-marginBottom-20 {
  margin-bottom: 20px !important;
}

.u-marginTop-30 {
  margin-top: 30px !important;
}

.u-marginBottom-30 {
  margin-bottom: 30px !important;
}

.u-marginTop-40 {
  margin-top: 40px !important;
}

.u-marginBottom-40 {
  margin-bottom: 40px !important;
}

.u-marginTop-50 {
  margin-top: 50px !important;
}

.u-marginBottom-50 {
  margin-bottom: 50px !important;
}

.u-marginTop-60 {
  margin-top: 60px !important;
}

.u-marginBottom-60 {
  margin-bottom: 60px !important;
}

.u-marginTop-70 {
  margin-top: 70px !important;
}

.u-marginBottom-70 {
  margin-bottom: 70px !important;
}

.u-marginTop-80 {
  margin-top: 80px !important;
}

.u-marginBottom-80 {
  margin-bottom: 80px !important;
}

.u-marginTop-90 {
  margin-top: 90px !important;
}

.u-marginBottom-90 {
  margin-bottom: 90px !important;
}

.u-marginTop-100 {
  margin-top: 100px !important;
}

.u-marginBottom-100 {
  margin-bottom: 100px !important;
}

.border-top {
  border-top: 1px solid #f4f4f4;
}

.border-bottom {
  border-bottom: 1px solid #f4f4f4;
}

.border-left {
  border-left: 1px solid #f4f4f4;
}

.border-right {
  border-right: 1px solid #f4f4f4;
}

.bordered {
  border: 1px solid #f4f4f4;
}

.bordered.padded {
  padding: 20px;
}

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

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

@media (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-lg-center {
    text-align: center;
  }
}

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

@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right;
  }
}

#tyPopUp {
  text-align: center;
  max-width: 450px;
  padding-left: 15px !important;
  margin: auto;
}

@media (min-width: 768px) {
  #tyPopUp {
    max-width: none;
  }
}

#tyPopUp .modal-dialog {
  width: 650px;
  max-width: 100%;
}

.exitPopup-copy {
  padding: 15px;
}

.exitPopup-copy h3 {
  font-weight: 400;
}

#exitPopup-formContainer {
  padding: 15px;
  background-color: #f7f4f0;
}

#exitPopup-form {
  font-size: 0;
}

#exitPopup-form button[type="submit"] {
  font-size: 16px;
  line-height: 133%;
  padding: 13px;
}

@media (min-width: 768px) {
  #exitPopup-form .formGroup {
    display: inline-block;
    vertical-align: top;
    width: 37%;
    padding-right: 15px;
    margin: 0;
  }

  #exitPopup-form button[type="submit"] {
    display: inline-block;
    vertical-align: top;
    width: 26%;
  }
}

#exitPopup {
  text-align: center;
  max-width: 450px;
  padding-left: 15px !important;
  margin: auto;
}

@media (min-width: 768px) {
  #exitPopup {
    max-width: none;
  }
}

#exitPopup .modal-dialog {
  width: 650px;
  max-width: 100%;
}

.exitPopup-copy {
  padding: 15px;
}

.exitPopup-copy h3 {
  font-weight: 400;
}

#exitPopup-formContainer {
  padding: 15px;
  background-color: #f7f4f0;
}

#exitPopup-form {
  font-size: 0;
}

#exitPopup-form button[type="submit"] {
  font-size: 16px;
  line-height: 133%;
  padding: 13px;
}

@media (min-width: 768px) {
  #exitPopup-form .formGroup {
    display: inline-block;
    vertical-align: top;
    width: 37%;
    padding-right: 15px;
    margin: 0;
  }

  #exitPopup-form button[type="submit"] {
    display: inline-block;
    vertical-align: top;
    width: 26%;
  }
}

.container-padded {
  padding: 50px 5%;
}

@media (min-width: 768px) {
  .container-padded {
    padding: 50px 15px;
  }
}

.container-padded-light {
  padding: 15px 5%;
}

@media (min-width: 768px) {
  .container-padded-light {
    padding: 15px;
  }
}

#popup-pricing h2 {
  margin-bottom: 20px;
}

#popup-pricing h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

#popup-pricing h3,
#popup-pricing p {
  color: #666;
}

.video-box {
  position: relative;
}

.video-box .play-video {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100px;
  margin: auto;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-box .play-video:hover {
  width: 120px;
}

.video-box .play-video:focus,
.video-box .play-video:active {
  outline: none;
}

video {
  max-width: 100%;
}

.videoContainer {
  position: relative;
}

.videoContainer .playBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-moz-document url-prefix() {
  .videoContainer .playBtn {
    display: none !important;
  }
}

.videoContainer:hover .playBtn {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.btn,
body.get-started section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation .btn-next {
  font: 400 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:focus,
body.get-started section#stepNavigation .btn-next:focus,
body.get-started-payroll section#stepNavigation .btn-next:focus {
  outline: none;
}

.btn.btn--primary,
body.get-started section#stepNavigation .btn-next,
body.get-started-payroll section#stepNavigation .btn-next {
  width: 100%;
  background-color: #45aaff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45aaff), to(#55B1FF));
  background-image: -webkit-linear-gradient(top, #45aaff, #55B1FF);
  background-image: -moz-linear-gradient(top, #45aaff, #55B1FF);
  background-image: -o-linear-gradient(top, #45aaff, #55B1FF);
  background-image: linear-gradient(to bottom, #45aaff, #55B1FF);
  border: 1px solid #45aaff;
  border-right-color: #72B9F5;
  border-bottom-color: #72B9F5;
  color: white;
}

@media (min-width: 768px) {

  .btn.btn--primary,
  body.get-started section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation .btn-next {
    width: auto;
  }
}

.btn.btn--primary:hover,
body.get-started section#stepNavigation .btn-next:hover,
body.get-started-payroll section#stepNavigation .btn-next:hover,
.btn.btn--primary:focus,
body.get-started section#stepNavigation .btn-next:focus,
body.get-started-payroll section#stepNavigation .btn-next:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0186F7), to(#0186F7));
  background-image: -webkit-linear-gradient(top, #0186F7, #0186F7);
  background-image: -moz-linear-gradient(top, #0186F7, #0186F7);
  background-image: -o-linear-gradient(top, #0186F7, #0186F7);
  background-image: linear-gradient(to bottom, #0186F7, #0186F7);
  color: #fff;
}

.btn.btn--primary:active,
body.get-started section#stepNavigation .btn-next:active,
body.get-started-payroll section#stepNavigation .btn-next:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0186F7), to(#0186F7));
  background-image: -webkit-linear-gradient(top, #0186F7, #0186F7);
  background-image: -moz-linear-gradient(top, #0186F7, #0186F7);
  background-image: -o-linear-gradient(top, #0186F7, #0186F7);
  background-image: linear-gradient(to bottom, #0186F7, #0186F7);
  color: #fff;
}

.btn.btn--secondary,
body.get-started section#stepNavigation .btn--secondary.btn-next,
body.get-started-payroll section#stepNavigation .btn--secondary.btn-next {
  background-color: #45aaff;
  /*    background-image: -webkit-gradient(linear, left top, left bottom, from(#85c6c6), to(#62b6b6));*/
  /*    background-image: -webkit-linear-gradient(top, #85c6c6, #62b6b6);*/
  /*    background-image: -moz-linear-gradient(top, #85c6c6, #62b6b6);*/
  /*    background-image: -o-linear-gradient(top, #85c6c6, #62b6b6);*/
  /*    background-image: linear-gradient(to bottom, #85c6c6, #62b6b6);*/
  border: 1px solid #72B9F5;
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn--secondary:hover,
body.get-started section#stepNavigation .btn--secondary.btn-next:hover,
body.get-started-payroll section#stepNavigation .btn--secondary.btn-next:hover {
  background-color: #51adad;
  /*      background-image: -webkit-gradient(linear, left top, left bottom, from(#85c6c6), to(#51adad));*/
  /*      background-image: -webkit-linear-gradient(top, #85c6c6, #51adad);*/
  /*      background-image: -moz-linear-gradient(top, #85c6c6, #51adad);*/
  /*      background-image: -o-linear-gradient(top, #85c6c6, #51adad);*/
  /*      background-image: linear-gradient(to bottom, #85c6c6, #51adad); */
}

.btn.btn--secondary:active,
body.get-started section#stepNavigation .btn--secondary.btn-next:active,
body.get-started-payroll section#stepNavigation .btn--secondary.btn-next:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bb3b3), to(#69b9b9));
  background-image: -webkit-linear-gradient(top, #5bb3b3, #69b9b9);
  background-image: -moz-linear-gradient(top, #5bb3b3, #69b9b9);
  background-image: -o-linear-gradient(top, #5bb3b3, #69b9b9);
  background-image: linear-gradient(to bottom, #5bb3b3, #69b9b9);
}

.btn.btn--secondary.btn--inverted,
body.get-started section#stepNavigation .btn--secondary.btn--inverted.btn-next,
body.get-started-payroll section#stepNavigation .btn--secondary.btn--inverted.btn-next {
  background-color: transparent;
  background-image: none;
  border: 1px solid #45aaff;
  color: #45aaff;
}

.btn.btn--secondary.btn--inverted:hover,
body.get-started section#stepNavigation .btn--secondary.btn--inverted.btn-next:hover,
body.get-started-payroll section#stepNavigation .btn--secondary.btn--inverted.btn-next:hover {
  color: #fff;
}

.btn.btn--gray,
body.get-started section#stepNavigation .btn--gray.btn-next,
body.get-started-payroll section#stepNavigation .btn--gray.btn-next {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#eee));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #eee);
  background-image: -moz-linear-gradient(top, #e4e4e4, #eee);
  background-image: -o-linear-gradient(top, #e4e4e4, #eee);
  background-image: linear-gradient(to bottom, #e4e4e4, #eee);
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #888;
}

.btn.btn--gray:hover,
body.get-started section#stepNavigation .btn--gray.btn-next:hover,
body.get-started-payroll section#stepNavigation .btn--gray.btn-next:hover {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
  background-image: -webkit-linear-gradient(top, #ddd, #eee);
  background-image: -moz-linear-gradient(top, #ddd, #eee);
  background-image: -o-linear-gradient(top, #ddd, #eee);
  background-image: linear-gradient(to bottom, #ddd, #eee);
}

.btn.btn--small,
body.get-started section#stepNavigation .btn--small.btn-next,
body.get-started-payroll section#stepNavigation .btn--small.btn-next {
  padding: 5px 20px;
  font-size: 16px;
}

.btn.btn--fullWidth,
body.get-started section#stepNavigation .btn--fullWidth.btn-next,
body.get-started-payroll section#stepNavigation .btn--fullWidth.btn-next {
  width: 100%;
}

.icon {
  display: block;
  background: url(../images/2a988192921abc98e3506e58d53151d9.html) no-repeat;
}

.inline-block {
  display: inline-block;
}

.position-relative {
  position: relative;
}

.columnContainer {
  font-size: 0;
}

.columnContainer a {
  font-size: 16px;
}

.img-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Bootstrap Modal */

.modal {
  padding: 15px;
}

.modal-dialog {
  margin: auto;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}

.intercom-container {
  z-index: 1040 !important;
}

/* Boxes */

.box {
  margin-bottom: 1em;
  background: #fff;
  border: 1px solid #d5d5d5;
}

.floating {
  border: 0 none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.333);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.333);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.333);
}

/* Dialogs - Base by Dmitry Semenov (Magnific Popup) */

.page-shade {
  display: none;
}

.mfp-bg,
.page-shade {
  position: absolute;
  z-index: 9960;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

.mfp-zoom-out-cur,
.mfp-auto-cursor {
  cursor: pointer;
}

.mfp-preloader {
  display: none;
}

.mfp-wrap {
  position: absolute;
  z-index: 9970;
  width: 100%;
  height: 100%;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-content {
  position: relative;
  z-index: 9980;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  cursor: default;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 2em;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  content: '';
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 2em 0;
  margin: 0 auto;
  line-height: 0;
}

button.mfp-close {
  position: absolute;
  top: -12px;
  right: -12px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  cursor: pointer;
  background: #fff url(../images/2a988192921abc98e3506e58d53151d9.html) no-repeat -177px -2px;
  border: 0 none;
  border: 2px solid #e96028;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  z-index: 9990;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-bottom-bar {
  display: none;
}

/* Dialog Type: General */

.mfp-hide {
  display: none;
}

.mfp-inline-holder {
  padding: 0 2.5%;
}

.inline-popup {
  padding: 2.8125em 2.8125em 1.8125em;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ed891f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.popup-title {
  margin-bottom: 1em;
}

.popup-content .popup-content-section {
  margin-top: 1.25em;
}

.popup-content .popup-content-section:first-child {
  margin-top: 0;
}

.popup-content h3 {
  margin-bottom: .75em;
}

.popup-content p,
.popup-content ul,
.popup-content ol {
  line-height: 1.4;
}

/* Dialog Type: Video */

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

.mfp-iframe-holder .mfp-content {
  max-width: 900px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Fade in */

.mfp-fade.mfp-bg {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  filter: alpha(opacity=90);
  opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
  filter: alpha(opacity=0);
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  filter: alpha(opacity=100);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  filter: alpha(opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 37.5em) {

  /* 600px */
  .inline-popup {
    padding: 1.5em 1.5em .5em;
  }

  .popup-title {
    margin-bottom: .5em;
  }
}

/* Page Sections */

div#content {
  padding-top: 60px;
}

div#content.simplebase {
  padding-top: 0;
}

section h3 {
  margin: 0 0 10px;
}

section.heroSection p {
  margin: 20px 0;
}

section.relatedPages {
  text-align: left;
}

section.relatedPages ul {
  padding: 0;
  margin: 15px 0 0;
}

section.relatedPages li {
  display: block;
  float: left;
  margin: 0 12px 12px 0;
}

section.relatedPages li a {
  display: block;
  padding: 3px 8px;
  border: 1px solid #45aaff;
}

section.relatedPages li a:hover {
  border-color: #419498;
}

section.pressRelease h1 {
  font-size: 32px;
}

.package-1 {
  margin-top: 40px;
}




@media (min-width: 768px) {
  .vCenterContainer .vCenter {
    display: block;
    display: block;
    position: absolute;
    top: 30%;
    width: 100%;
  }


}

.vCenterContainer .odm-evv-logo {
  position: absolute;
  right: 6%;
  width: 200px;
  bottom: 8%;
}

.whiteBG {
  background-color: #fff;
}

.grayBG {
  background-color: #f4f4f4;
}

.tealBG {
  background-color: #67a2a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  color: #fff;
}

.orangeBG {
  background-color: #0096ff;
}

.tanBG,
body.payroll #content #heroSection,
#content.time #stayCompliantSection {
  background-color: #f7f4f0;
}

.angleBG {
  background-image: url(../images/8091e31dd9121858204be8c4fe82cf64.html);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

.breadcrumbSection {
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #f4f4f4;
}

.breadcrumbSection .breadcrumb-zenefitsLogo {
  margin-bottom: 4px;
}

.breadcrumbSection li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.breadcrumbSection li+li:before {
  margin: 0 5px 0 12px;
  content: '\3009';
}

.imageContainer {
  margin-top: 50px;
  text-align: center;
}

.imageContainer img {
  width: 100%;
  max-width: 400px;
}

@media (min-width: 992px) {
  .imageContainer {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  ul.carrierList {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  ul.carrierList {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

ul.carrierList li {
  margin-bottom: 15px;
  line-height: 1.2;
}

footer .container-padded {
  padding: 60px 0 46px 41;
  width: 100%;
}

.sprite-axxess-mono {
  width: 260px;
  height: 53px;
  background-position: -462px -24px;
  background-repeat: no-repeat;
}

footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: #ccc;
}

#PnS {
  width: 250px;
  margin-left: 53px;
}

#TnR {
  width: 200px;
}

#Cu {
  width: 250px;
  margin-left: 1px;
}

.accordion {
  margin-bottom: 20px;
}

.footer-cr {
  background: #282828;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  height: 35px;
}

.footer-logo {
  display: none;
}

.sprite-axxess-mono {
  margin-bottom: 20px;
  padding-right: 100px;
}

.sprite-axxess-mono {
  margin-bottom: 20px;
  padding-right: 100px;
}

footer ul {
  border-left: 1px solid #c4c4c4;
}

footer li a {
  margin-left: 3px;
  font-size: 15px;
}

footer ul {
  margin: 0 0 10px 0;
  list-style: none;
}

footer h4 {
  margin-bottom: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #c4c4c4;
  font-weight: bolder font-stretch: ultra-condensed;
  text-align: left;
}

footer .icon-light:hover {
  color: #ffffff;
}

footer .icon-light {
  color: #c4c4c4;
  font-size: 1.5em !important;
}

footer a:hover {
  text-decoration: none;
  color: white;
}

footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: #ccc;
}

footer [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0;
}

footer .fa {
  border: 1px solid #858585;
  padding: 5px 7px 4px;
  border-radius: 5px;
}

footer .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}

footer .fa-twitter:hover {
  background-color: #00acea;
  color: #fff;
}

footer .fa-youtube:hover {
  background-color: #ff1b13;
  color: #fff;
}

footer .fa-instagram:hover {
  background-color: #bc2a8d;
  color: #fff;
}

footer .fa-map-marker:hover {
  background-color: #008e00;
  color: #fff;
}

footer #socialID {
  margin-top: 21px;
}

.section.bg-alt {
  background-color: #fafafa;
}

.section-header {
  text-align: center;
  margin-bottom: 72px;
}

.section-header span {
  color: #c8d0d7;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-header span~h2,
.section-header span~h3 {
  margin-top: 12px;
}

.section-header h2,
.section-header h3 {
  position: relative;
  margin-bottom: 48px;
  color: #55595c;
  text-transform: capitalize;
}

.section-header p {
  font-size: 18px;
}

.pricing {
  list-style: none;
  padding-left: 0;
}

.pricing.cols-4 li {
  width: 23.5%;
  margin-right: 2%;
}

.pricing.cols-4.col-xs-12 li {
  width: 100%;
  margin-right: 2%;
  margin-top: 10px;
}

.pricing li {
  background-color: #fff;
  padding: 30px 20px;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  text-align: center;
  border: 1px solid #eee;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pricing.cols-4 li:nth-child(4n+4) {
  margin-right: 0;
}

.pricing li h6 {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 14px;
}

.pricing li .price {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 75px;
  color: #000;
  padding: 10px 0;
}

.pricing li .price span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #96a2b2;
}

.btn-primary {
  background-color: #29aafe;
  border-color: #29aafe !important;
  color: #fff;
}

.page-header .container.no-shadow {
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-header .container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 30px 30px 20px;
  transform: translateY(84px);
}

.page-header .container.no-shadow h1 {
  color: #373a3c;
}

p.lead {
  font-size: 18px;
  line-height: 30px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.no-shadow {
  background-color: #fff;
  /*border: 1px solid #eee;*/
  position: relative;
  margin-top: -84px;
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 5px;
}

/*===================================================================
=EVerify and signUp
=========================================================================*/

.EVerify .payment-method {
  width: 70%;
  margin: 5% auto 15px;
  padding: 30px 40px;
  text-align: center;
  border: 1px solid #0096ff;
  border-radius: 4px;
  position: relative;
}

.EVerify .payment-method .creadit-icon img {
  transition: all 0.5s ease-in-out;
}

.EVerify .payment-method:hover img {
  transform: scale(1.1);
}

.EVerify .payment-method .creadit-icon figure {
  margin: -72px auto 0;
  text-align: center;
  width: 84px;
  border-radius: 100%;
  border: 1px solid #0096ff;
  padding: 15px;
  background: #fff;
}

.EVerify .payment-method .info {
  margin: 5% 0;
}

.EVerify .payment-method .info p {
  margin-bottom: 0;
}

.EVerify .btn:hover {
  background: #0186F7 !important;
  border: 1px solid #0186F7 !important;
}

/*---signUP----*/

.EVerify .payment-method h4 {
  text-align: left;
  color: #0096ff;
}

.EVerify .payment-method input.form-control {
  padding: 5px 10px;
  font-size: 14px;
  text-transform: none;
}

.EVerify .payment-method textarea.form-control {
  min-height: 77px;
  padding: 5px 10px;
  border: 1px solid #cecece;
}

.EVerify .payment-method select {
  padding: 5px;
  font-size: 14px;
  color: #909090;
}

.EVerify .payment-method .conditions {
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 5px 0;
}

.EVerify .payment-method .conditions p a {
  color: #0096ff
}

.EVerify .payment-method .btn.btn-default {
  font-size: 12px;
  padding: 1px 8px;
}

.EVerify .payment-method .btn-default.btn-on {
  border-radius: 12px 0 0 12px;
}

.EVerify .payment-method .btn-default.btn-on.active {
  background-color: #DA4F49;
  color: white;
}

.EVerify .payment-method .btn-default.btn-off {
  border-radius: 0 12px 12px 0;
}

.EVerify .payment-method .btn-default.btn-off.active {
  background-color: #5BB75B !important;
  color: white;
}

.EVerify .payment-method .btn-group:not(.note-btn-group) .btn+.btn {
  margin-left: 0;
  background: none;
}

.EVerify .payment-method .error {
  float: left;
}

.EVerify .payment-method .price span {
  color: #0574c2;
  font-weight: 600;
}


.packages h6 {
  font-weight: bold;
}

.packages p {
  margin-bottom: 0;
}

.packages .lead {
  margin-top: 15px;
}

.packages a.btn {
  color: #fff;
}

/*--------cancel-------------*/

.EVerify .payment-method .cancel img {
  width: 200px;
}

.EVerify .payment-method:hover .cancel img {
  transform: scale(1);
}

.EVerify .payment-method .cancel h4 {
  text-align: center;
  text-decoration: underline overline;
  margin-bottom: 25px;
}

/*===================================================================
=Employee Details
=========================================================================*/

.EVerify .payment-method .EmployeeDetails {
  margin-top: 15px;
}

.EVerify .payment-method .EmployeeDetails h5 {
  margin-bottom: 5px;
}

.EVerify .payment-method .EmployeeDetails strong {
  font-weight: 700;
  width: 38%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.EVerify .payment-method .EmployeeDetails h5 span {
  display: inline-block;
  width: 56%;
  text-align: left;
}

@media (max-width: 480px) {
  .pricing cols-4 {
    width: 100%
  }
}

@media (max-width: 480px) {
  .no-shadow {
    margin-top: 10px;
  }
}

.no-shadow h1 {
  color: #373a3c;
  font-size: 44px;
  font-weight: bold;
  margin: 30px 0;
}

.bg-alt {
  margin-bottom: 40px;
}

.bg-alt .btn-primary:hover {
  background: #07a521;
  color: #fff;
  border: none;
}

.contact-area .section-title h2 {
  text-transform: uppercase;
}

.contact-area .section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  margin: 40px 0 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-weight: bold;
}

.contact-area {
  margin-bottom: 40px;
}

.single-icon {
  margin-bottom: 50px;
}

.single-icon i {
  font-size: 27px;
  border: 1px solid #333;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
}

.single-icon>p {
  margin-top: 15px;
}

.contact-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #aba8a8;
  border-radius: 4px;
  margin-bottom: 03px;
  padding-left: 20px;
}

.contact-area .cont-submit:hover {
  color: #fff;
  background: #16A085;
  border: none;
}

.cont-submit {
  background: #fff;
  border: 1px solid #45aaff;
  color: #45aaff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  padding: 8px 30px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}

.padtop70 {
  padding-top: 70px;
  margin-bottom: 15px !important;
}

.pack {
  border: 1px solid #ccc;
}

.pack h6 {
  background: #ccc;
  padding: 15px 0;
  font-size: 20px;
  background: #2373ab;
  color: #fff;
  margin: -1px;
}

.pack .price-mth {
  font-size: 27px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  color: #2372ab;
}

.pack .price-mth span {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  color: #9e9797;
}

.pack>p {
  padding: 5px 0;
}

.pack>p:nth-child(odd) {
  background: #f9f9f9;
  padding: 5px 0;
}



.pack>p+br {
  display: none;
}

.pack>p:nth-child(4) {
  color: #2372ab !important;
  font-weight: bold;
}


.pack>a.btn-primary {
  margin-top: 1px;
  background: none;
  color: #0c9afe;
  border-radius: 49px;
  font-size: 15px;
  /* margin-top: 15px; */
  width: 80%;
  margin: 10px auto 10px auto;
}

.pack span.unlimt {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  color: #0096ff !important;
}

.pack .actv span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0059a4;
}

.pack-hold {
  display: block;
  padding: 0 6%;
}

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

@media (min-width: 567px) and (max-width: 640px) {
  .career .col-sm-6 {
    width: 50%;
  }

  .career .company-grid {
    min-height: 240px;
  }
}

@media (max-width: 480px) {
  #contact .col-md-4 .col-sm-4 .col-xs-12 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .career .col-md-4.col-xs-12 {
    width: 100%;
  }
}

.career .company-grid {
  padding: 20px 20px 0;
  margin-bottom: 30px;
  border: #b1ddff 1px solid;
  border-radius: 4px;
}

.career .company-grid>a {
  float: left;
  text-decoration: none;
}

.career .company-grid>a img {
  display: inline-block;
  margin: 0px 15px 0px 0;
  width: 80px;
  vertical-align: middle;
}

.career .company-grid .company-info {
  display: inline-block;
  width: calc(100% - 95px);
}

.career .company-grid .company-info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 5px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.career .company-grid .company-info h4 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  text-transform: uppercase;
  margin: 10px 0;
}

.career .company-grid .company-info p {
  color: #7d8b9e;
}

.career .company-grid .company-info h5 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1b9cff;
  text-transform: uppercase;
  margin: 20px 0 30px;
}

.career .company-grid .actionbar {
  height: 60px;
  padding: 10px;
  margin: 0 -20px;
  text-align: right;
  line-height: 40px;
  background-color: #f2fafc;
  border-radius: 0 0 4px 4px;
}

.career .company-grid .actionbar .btn {
  margin: 0 -7px 0 -7px;
  padding: 10px;
}

.career .company-grid {
  transition: all 1s ease;
}

.career .company-grid:hover {
  color: #fff;
  transform: scale(1.1);
  transition: all 1s ease;
}

.career .btn:hover {
  background-color: #07a521;
  color: #fff;
  border: none;
}

/*===============================job list===================================*/

.job-list-1 h5 {
  margin-bottom: 45px;
}

.job-list-1 .sidebar .filters-wrap {
  margin-bottom: 20px;
  border: #55d3e1 1px solid;
}

.job-list-1 .sidebar .filters-wrap .category-title {
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #FFF;
  background-color: #45aaff;
  position: relative;
}

.job-list-1 .sidebar .filters-wrap .filter-list {
  padding: 7px 15px;
}

.job-list-1 .sidebar .filters-wrap .filter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-list-1 .sidebar .filters-wrap .filter-list ul li {
  padding: 8px 0;
  height: 40px;
}

.job-list-1 .col-md-3 {
  width: 33.3%;
}

.job-list-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.job-list-1 .job-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-list-1 .job-list .list-view:nth-child(2n+1) {
  background-color: #f9fdfe;
}

.job-list-1 .job-list .list-view a {
  text-decoration: none;
  color: #fff;
}

.job-list-1 .job-list .list-view a img {
  display: inline-block;
  margin: 0px 12px 0px 0;
  width: 80px;
  vertical-align: top;
}

.job-list-1 .job-list .list-view .list-info.job-list-info {
  width: calc(100% - 99px);
}

.job-list-1 .job-list .list-view .list-info h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  color: #0e1218;
  text-transform: uppercase;
  height: 26px;
  width: 100%;
  display: inline-block;
}

.job-list-1 .job-list .list-view .list-info h4>a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0e1218;
}

.job-list-1 .job-list .list-view .list-info p {
  font-weight: 300;
}

.job-list-1 .job-list .job-icons,
.position-intro .job-icons {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.job-list-1 .job-list .job-icons span,
.position-intro .job-icons span {
  display: inline-block;
  margin-right: 15px;
  color: #666666;
}

.job-list-1 .job-list .job-icons span>i,
.position-intro .job-icons span>i {
  font-size: 14px;
  line-height: 20px;
}

.job-list-1 .btn-group {
  font-family: 'Montserrat', sans-serif;
}

.job-list-1 .search-result h5 {
  margin-bottom: 45px;
}

.job-list-1 .job-list .list-view .list-info {
  display: inline-block;
  vertical-align: middle;
}

.job-list-1 .job-list .list-view {
  width: 100%;
  padding: 30px;
  margin-bottom: 3px;
  border-bottom: #73dbe6 1px solid;
}

.job-list-1 .job-list .list-view:nth-child(2n+1) {
  background-color: #f9fdfe;
}

.job-list-1 ul.pagination {
  margin: 20px 0 0 0;
}

.job-list-1 ul.pagination li {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  margin-left: 5px;
}

.job-list-1 ul.pagination li:first-child>a,
ul.pagination li:last-child>a {
  border-radius: 0;
}

.job-list-1 ul.pagination li a>i {
  font-size: 24px;
}

.job-list-1 ul.pagination li a:hover,
ul.pagination li a:focus {
  background-color: #c7e7f3;
  box-shadow: 0 3px 0 0 rgba(52, 65, 84, 0.3);
}

.job-list-1 ul.pagination li.page-text {
  padding: 0 10px 0 10px;
}

.job-list-1 ul.pagination li input[type="text"] {
  height: 40px;
  width: 40px;
  border: #f1f9fc 1px solid;
  padding: 6px 3px;
  text-align: center;
}

/*=========================New footer css code====================*/

.job-list-1 .sidebar .filters-wrap .filter-list .input-group>input+i {
  position: absolute;
  font-size: 18px;
  line-height: 38px;
  color: #344154;
  top: 0;
  right: 10px;
}

.job-list-1 ul.pagination li a {
  height: 40px;
  width: 40px;
  padding: 6px 3px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin: 0;
  background-color: #f1f9fc;
  color: #344154;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.job-list-1 .btn-group:not(.note-btn-group) .btn-toggle+.btn-toggle {
  margin: 0;
}

.job-list-1 btn-toggle.active {
  color: #FFF;
  background-color: #55d3e1;
  box-shadow: none;
}

.job-list-1 .btn:not(.note-btn) {
  height: 40px;
  padding: 9px 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

.job-list-1 .btn-toggle {
  width: 50%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: ;
  background-color: #FFF;
  border-color: #0186F7;
}

.job-list-1 .btn-toggle:hover {
  background-color: #0186F7;
  color: #fff;
}

.job-list-1 section {
  text-align: none;
}

/*======================job details==================================*/

.inner-banner {
  min-height: 200px;
  padding: 1px 0 50px;
  padding-bottom: 50px;
}

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

.position-intro {
  padding: 30px 30px 0;
  margin-top: 30px;
  background-color: #FFF;
}

section.banner .form-inline .form-group.keyword,
section.inner-banner .form-inline .form-group.keyword {
  width: calc((100% - 131px) / 3);
}

section.banner .form-inline .form-control,
section.inner-banner .form-inline .form-control {
  margin-right: 7px;
  height: 50px;
  border: none;
  width: calc(100% - 7px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

.position-intro {
  padding: 30px 30px 0;
  margin-top: 30px;
  background-color: #FFF;
}

section.banner .form-inline .input-group,
section.inner-banner .form-inline .input-group {
  position: relative;
}

.position-intro .company-info h1 {
  width: 100%;
}

.position-intro h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #344154;
  margin: 0 0 5px 0;
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inner-banner h1 {
  margin-bottom: 30px;
  color: #344154;
}

.position-intro .company-info p {
  color: #344154;
}

.job-list .job-icons,
.position-intro .job-icons {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.job-list .job-icons span,
.position-intro .job-icons span {
  display: inline-block;
  margin-right: 15px;
  color: #666666;
}

.job-list .job-icons span,
.position-intro .job-icons span {
  display: inline-block;
  margin-right: 15px;
  color: #666666;
}

.position-intro .btn-group {
  margin: 36px 0 30px;
  width: 100%;
}

.position-intro .btn-group .btn {
  height: 40px;
  padding: 9px 15px;
}

.btn-group:not(.note-btn-group) .btn+.btn {
  margin-left: 15px;
  background-color: #4aba70;
}

.inner-page section.inner-banner .form-inline {
  margin: 0;
  background-color: rgba(51, 51, 51, 0.12);
}

section.banner .form-inline .input-group input[type="submit"],
section.inner-banner .form-inline .input-group input[type="submit"] {
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #344154;
  padding: 13px 30px 13px 50px;
  background-color: #55d3e1;
  border: none;
}

section.banner .form-inline .input-group>i,
section.inner-banner .form-inline .input-group>i {
  font-size: 20px;
  line-height: 50px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 20px;
}

section.banner .form-inline,
section.inner-banner .form-inline {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}

.inner-banner .company-info {
  text-align: left;
}

.inner-banner .btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #45aaff;
  border-color: #fff;
  color: #fff;
}

section.banner p,
section.inner-banner p {
  line-height: 24px;
  margin-bottom: 30px;
}

.inner-banner img {
  width: 100%;
  max-width: 100%;
}

.inner-banner {
  margin-bottom: 40px;
}

.inner-banner h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
  margin-top: 20px;
}

.inner-banner .inner-page h6 {
  font-weight: 400;
  margin-bottom: 20px;
}

.inner-banner ul.list-item {
  margin: 0 0 30px;
  padding: 0;
}

.inner-banner ul.list-item li {
  font-weight: 300;
  line-height: 26px;
  padding: 0 0 10px 30px;
  list-style: none;
}

.inner-banner ul.list-item li::before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 26px;
  color: #d1d1d1;
  position: absolute;
  left: 17px;
}

.login-page .login-block a img {
  width: 62%;
}

.login-page .form-group input {
  border: none;
  border-bottom: 1px solid #ccc;
}

.login-page .form-group input:focus {
  border-color: #555;
}

#login-form .form-control {
  box-shadow: 0;
  -webkit-box-shadow: 0;
}

.signup-page .form-group input {
  border: none;
  border-bottom: 1px solid #ccc;
}

.signup-page .form-group input:focus {
  border-color: #555;
}

/* Form Elements */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 133%;
  background-color: white;
  border: 1px solid #cecece;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].input--disabled,
input[type="email"].input--disabled,
input[type="number"].input--disabled,
input[type="tel"].input--disabled,
input[type="password"].input--disabled,
input[type="url"].input--disabled,
textarea.input--disabled,
select.input--disabled {
  color: #aaa;
  background-color: #f3f3f3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  padding: 13px 30px 13px 15px;
  background-image: url(../images/99dae72ce1ae6480a8b0eb87bebb05e0.html);
  background-repeat: no-repeat;
  background-position: right 15px center;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
}

.z-iconInput {
  position: relative;
}

.z-iconInput .zmdi {
  font-size: 16px;
  color: #666;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.z-iconInput input {
  padding-left: 40px;
}

.formGroup {
  position: relative;
  margin-bottom: 15px;
}

.formGroup label {
  line-height: 1.25;
}

.formGroup .errorText {
  display: none;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 500;
  color: #d50000;
  text-align: left;
}

.formGroup.error label {
  color: #D50000;
}

.formGroup.error input[type="text"],
.formGroup.error input[type="email"],
.formGroup.error input[type="number"],
.formGroup.error input[type="tel"],
.formGroup.error input[type="password"],
.formGroup.error input[type="url"],
.formGroup.error textarea,
.formGroup.error select {
  color: #D50000;
  -webkit-box-shadow: 0 0 1px #D50000, 0 0 4px #D50000;
  -moz-box-shadow: 0 0 1px #D50000, 0 0 4px #D50000;
  box-shadow: 0 0 1px #D50000, 0 0 4px #D50000;
}

.formGroup.error .errorText {
  display: block;
}

.formGroup .zmdi.zmdi-spinner {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 24px;
  color: #666;
}

button .zmdi-chevron-right.zmdi-hc-lg,
a .zmdi-chevron-right.zmdi-hc-lg {
  vertical-align: -20%;
  padding-left: 5px;
}

.zmdi.zmdi-spinner:not(.active) {
  display: none;
}

form.demoRequest,
form.ppc-form {
  width: 100%;
  max-width: 400px;
  margin: auto;
  text-align: center;
}

form.demoRequest .formHeader h2,
form.ppc-form .formHeader h2 {
  margin: 0 auto 10px;
  font-size: 30px;
}

form.demoRequest .formHeader h2.quoteHeader,
form.ppc-form .formHeader h2.quoteHeader {
  margin-bottom: 5px;
  font-size: 26px;
}

form.demoRequest .formHeader p,
form.ppc-form .formHeader p {
  margin: 0 auto 20px;
  font-size: 16px;
}

form.demoRequest .paddedText,
form.ppc-form .paddedText {
  width: 80%;
  margin: 0 auto 20px;
  line-height: 1.3;
}

form.demoRequest .input--radio p,
form.ppc-form .input--radio p {
  margin-bottom: 0;
  text-align: left;
}

form.demoRequest .input--radio label,
form.ppc-form .input--radio label {
  display: inline-block;
  width: 48%;
  margin: 5px 0;
  font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
  text-align: left;
}

form.demoRequest .input--radio input[type="radio"],
form.ppc-form .input--radio input[type="radio"] {
  display: inline-block;
  width: auto;
  outline: none;
}

form.demoRequest button[type="submit"],
form.ppc-form button[type="submit"] {
  width: 100%;
}

form.demoRequest small.formDisclaimer,
form.ppc-form small.formDisclaimer {
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 0px !important;
}

.postSubmit {
  width: 100%;
  margin: auto;
  display: none;
}

.multiStepForm .formStep:not(:first-child) {
  display: none;
}

.getStartedFlow {
  max-width: 450px;
  margin: auto;
}

.getStartedFlow .demoRequestWithoutHeader {
  display: inline-block;
  font-size: 0; //width: 100%; }

  .getStartedFlow .demoRequestInExitPopup {
    display: inline-block;
    width: 80%;
  }

  .getStartedFlow .formGroup {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 10px;
  }

  .getStartedFlow button[type="submit"] {
    padding: 15px 20px; //display: inline-block;
    //vertical-align: top;
    font-size: 22px; //width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .getStartedFlow small.formDisclaimer {
    display: block;
    margin-top: 10px;
  }

  .getStartedFlow .showForOptimizelyTest {
    display: none;
  }

  div.demoRequest_2and4 form.demoRequest_2and4 {
    margin: auto;
    max-width: 450px;
  }

  div.demoRequest_2and4 form.demoRequest_2and4 .formSecondPart {
    display: none;
  }

  div.demoRequest_2and4 form.demoRequest_2and4 button[type="submit"] {
    width: 100%;
  }

  div.demoRequest_2and4 .postSubmit .msgContainer {
    display: inline-block;
    padding: 35px;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  div.demoRequest_2and4 .postSubmit .msgContainer h1 {
    font-size: 28px;
    color: #fff;
  }

  div.demoRequest_2and4 .postSubmit .msgContainer h2 {
    color: #fff;
  }

  div.demoRequest_2and4 .postSubmit .msgContainer input {
    color: #666;
  }

  form.demoRequest-s3 {
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
  }

  form.demoRequest-s3 .formGroup {
    margin-bottom: 5px;
  }

  form.demoRequest-s3 .formHeader h2 {
    margin: 0 auto 10px;
    font-size: 30px;
  }

  form.demoRequest-s3 .formHeader h2.quoteHeader {
    margin-bottom: 5px;
    font-size: 26px;
  }

  form.demoRequest-s3 .formHeader p {
    margin: 0 auto 20px;
    font-size: 16px;
  }

  form.demoRequest-s3 .paddedText {
    width: 80%;
    margin: 0 auto 20px;
    line-height: 1.3;
  }

  form.demoRequest-s3 .input--radio p {
    margin-bottom: 0;
    text-align: left;
  }

  form.demoRequest-s3 .input--radio label {
    display: inline-block;
    width: 48%;
    margin: 5px 0;
    font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
    text-align: left;
  }

  form.demoRequest-s3 .input--radio input[type="radio"] {
    display: inline-block;
    width: auto;
    outline: none;
  }

  form.demoRequest-s3 button[type="submit"] {
    width: 100%;
  }

  form.demoRequest-s3 small.formDisclaimer {
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 0px !important;
  }

  form.demoRequest-s3 .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  form.demoRequest-s3 label {
    width: 100%;
    text-align: left;
    font-size: small;
  }

  form.demoRequest-s3 .z-iconInput {
    position: relative;
  }

  form.demoRequest-s3 .z-iconInput .z-input {
    padding-left: 40px;
  }

  form.demoRequest-s3 .z-iconInput .z-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #45aaff;
  }

  form.demoRequest-s3 .z-iconInput-last {
    margin-bottom: 20px;
  }

  form.demoRequest-s3 .z-icon-inline {
    color: #c8c7c7;
    position: absolute;
    top: 33%;
    left: 16px;
  }

  form.demoRequest-s3 .split-input-l,
  form.demoRequest-s3 .split-input-r {
    padding-left: 0px;
    padding-right: 0px;
  }

  @media (min-width: 768px) {
    form.demoRequest-s3 .split-input-l {
      padding-right: 12.5px;
      padding-left: 0px;
    }

    form.demoRequest-s3 .split-input-r {
      padding-left: 12.5px;
      padding-right: 0px;
    }
  }

  form.demoRequest-s3 .input-icon-group:focus {
    border-color: #f9b668;
    -webkit-box-shadow: 0 0 1px #0096ff, 0 0 3px #0096ff;
    -moz-box-shadow: 0 0 1px #0096ff, 0 0 3px #0096ff;
    box-shadow: 0 0 1px #0096ff, 0 0 3px #0096ff;
  }

  form.demoRequest-s3 .zmdi.zmdi-spinner {
    color: grey;
  }

  form.demoRequest-s3 button[type="submit"] {
    padding: 13px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .showForOptimizelyTest {
    display: none;
  }

  .optimizelyTestActive .hideForOptimizelyTest {
    display: none;
  }

  .optimizelyTestActive .showForOptimizelyTest {
    display: block;
  }

  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }

  .fade.in {
    opacity: 1;
  }

  .collapse {
    display: none;
  }

  .collapse.in {
    display: block;
  }

  tr.collapse.in {
    display: table-row;
  }

  tbody.collapse.in {
    display: table-row-group;
  }

  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }

  .nav:after {
    clear: both;
  }

  .nav>li {
    position: relative;
    display: block;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  .nav>li>a:hover,
  .nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }

  .nav>li.disabled>a {
    color: #777777;
  }

  .nav>li.disabled>a:hover,
  .nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #0096ff;
  }

  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .nav>li>a>img {
    max-width: none;
  }

  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }

  .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
  }

  .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
  }

  .nav-pills>li {
    float: left;
  }

  .nav-pills>li>a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-pills>li+li {
    margin-left: 2px;
  }

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:hover,
  .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #0096ff;
  }

  .nav-stacked>li {
    float: none;
  }

  .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
  }

  .nav-justified,
  .nav-tabs.nav-justified {
    width: 100%;
  }

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    float: none;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
  }

  .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
      display: table-cell;
      width: 1%;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
      margin-bottom: 0;
    }
  }

  .nav-tabs-justified,
  .nav-tabs.nav-justified {
    border-bottom: 0;
  }

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
  }

  @media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
      border-bottom: 1px solid #ddd;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
      border-bottom-color: #fff;
    }
  }

  .tab-content>.tab-pane {
    display: none;
  }

  .tab-content>.active {
    display: block;
  }

  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }

  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }

  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }

  .navbar:after {
    clear: both;
  }

  @media (min-width: 768px) {
    .navbar {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
  }

  .navbar-header:before,
  .navbar-header:after {
    content: " ";
    display: table;
  }

  .navbar-header:after {
    clear: both;
  }

  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }

  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }

  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }

  .navbar-collapse:after {
    clear: both;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: auto;
  }

  @media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    }
  }

  .container>.navbar-header,
  .container-padded>.navbar-header,
  .container-padded-light>.navbar-header,
  .container>.navbar-collapse,
  .container-padded>.navbar-collapse,
  .container-padded-light>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }

  @media (min-width: 768px) {

    .container>.navbar-header,
    .container-padded>.navbar-header,
    .container-padded-light>.navbar-header,
    .container>.navbar-collapse,
    .container-padded>.navbar-collapse,
    .container-padded-light>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }

  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }

  @media (min-width: 768px) {
    .navbar-static-top {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  @media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }

  .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }

  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }

  .navbar-brand>img {
    display: block;
  }

  @media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-padded .navbar-brand,
    .navbar>.container-padded-light .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }

  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .navbar-toggle:focus {
    outline: 0;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  @media (min-width: 768px) {
    .navbar-toggle {
      display: none;
    }
  }

  .navbar-nav {
    margin: 7.5px -15px;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
      line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
      background-image: none;
    }
  }

  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }

    .navbar-nav>li {
      float: left;
    }

    .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }

  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
  }

  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }

    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }

    .navbar-form .form-control-static {
      display: inline-block;
    }

    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }

    .navbar-form .input-group>.form-control {
      width: 100%;
    }

    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }

  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }

  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
  }

  .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }

  .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }

  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .navbar-btn.btn-sm,
  .btn-group-sm>.navbar-btn.btn,
  body.get-started section#stepNavigation .btn-group-sm>.navbar-btn.btn-next,
  body.get-started-payroll section#stepNavigation .btn-group-sm>.navbar-btn.btn-next {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-btn.btn-xs,
  .btn-group-xs>.navbar-btn.btn,
  body.get-started section#stepNavigation .btn-group-xs>.navbar-btn.btn-next,
  body.get-started-payroll section#stepNavigation .btn-group-xs>.navbar-btn.btn-next {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px;
    }
  }

  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }

    .navbar-right {
      float: right !important;
      margin-right: -15px;
    }

    .navbar-right~.navbar-right {
      margin-right: 0;
    }
  }

  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }

  .navbar-default .navbar-brand {
    color: #777;
  }

  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }

  .navbar-default .navbar-text {
    color: #777;
  }

  .navbar-default .navbar-nav>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav>.disabled>a,
  .navbar-default .navbar-nav>.disabled>a:hover,
  .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
  }

  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #333;
      background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
      color: #555;
      background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }

  .navbar-default .navbar-link {
    color: #777;
  }

  .navbar-default .navbar-link:hover {
    color: #333;
  }

  .navbar-default .btn-link {
    color: #777;
  }

  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333;
  }

  .navbar-default .btn-link[disabled]:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:hover,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }

  .navbar-inverse {
    background-color: #222;
    border-color: #090909;
  }

  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav>.disabled>a,
  .navbar-inverse .navbar-nav>.disabled>a:hover,
  .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }

  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:hover,
  .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
  }

  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
      border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #fff;
      background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
      color: #fff;
      background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
      color: #444;
      background-color: transparent;
    }
  }

  .navbar-inverse .navbar-link {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }

  .navbar-inverse .btn-link {
    color: #9d9d9d;
  }

  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #fff;
  }

  .navbar-inverse .btn-link[disabled]:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }

  nav.standardHeader {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
  }

  nav.standardHeader .navbar-header {
    padding: 0 15px;
  }

  nav.standardHeader .navbar-header .navbar-toggle {
    margin: 11px 0;
  }

  nav.standardHeader .navbar-header .navbar-toggle:hover {
    background-color: #0096ff;
  }

  nav.standardHeader .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }

  nav.standardHeader .navbar-header .navbar-toggle .icon-bar {
    width: 25px;
    background-color: #0096ff;
  }

  nav.standardHeader .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }

  nav.standardHeader .navbar-header .navbar-logo {
    display: block;
    width: 190px;
    height: 62px;
    color: transparent;
    background-image: url(../images/bg-logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  @media (min-width: 992px) {
    nav.standardHeader .navbar-header .navbar-logo {
      margin-right: 20px;
    }
  }

  nav.standardHeader #zenefitsNav {
    padding: 0;
    border-top: 2px solid #45aaff;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.6);
  }

  nav.standardHeader #zenefitsNav li {
    list-style: none !important;
  }

  nav.standardHeader #zenefitsNav li+li {
    margin-top: 0;
  }

  nav.standardHeader #zenefitsNav .navbar-nav {
    margin: 12px 0;
    max-height: 270px;
  }

  nav.standardHeader #zenefitsNav .topNavLink {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #444;
    border-bottom: 1px solid #ccc;
    font-family: "Lato", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  nav.standardHeader #zenefitsNav .topNavLink:focus {
    background-color: #fff;
  }

  nav.standardHeader #zenefitsNav .topNavLink:hover {
    background-color: #f4f4f4;
  }

  nav.standardHeader #zenefitsNav .topNavLink .zmdi {
    font-size: 16px;
    margin-top: 1px;
  }

  nav.standardHeader #zenefitsNav .btn,
  nav.standardHeader #zenefitsNav body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation nav.standardHeader #zenefitsNav .btn-next,
  nav.standardHeader #zenefitsNav body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation nav.standardHeader #zenefitsNav .btn-next {
    width: auto;
    padding: 8px 15px;
    margin: 12px;
    font-size: 16px;
  }

  nav.standardHeader #zenefitsNav .btn.logInBtn:hover,
  nav.standardHeader #zenefitsNav body.get-started section#stepNavigation .logInBtn.btn-next:hover,
  body.get-started section#stepNavigation nav.standardHeader #zenefitsNav .logInBtn.btn-next:hover,
  nav.standardHeader #zenefitsNav body.get-started-payroll section#stepNavigation .logInBtn.btn-next:hover,
  body.get-started-payroll section#stepNavigation nav.standardHeader #zenefitsNav .logInBtn.btn-next:hover {
    background-color: #45aaff;
    border-color: #60A9E6;
  }

  nav.standardHeader #zenefitsNav .dropdown.open .topNavLink {
    background-color: #f4f4f4;
  }

  nav.standardHeader #zenefitsNav .dropdown-menu {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  nav.standardHeader #zenefitsNav .dropdown-menu ul {
    padding-left: 20px;
    margin-bottom: 0;
  }

  nav.standardHeader #zenefitsNav .dropdown-menu ul a {
    display: block;
    padding: 3px 0;
  }

  nav.standardHeader #zenefitsNav .dropdown-menu ul a:hover {
    color: #45aaff;
  }

  nav.standardHeader #zenefitsNav .dropdown-menu ul .header-socialMediaIcons a {
    display: inline-block;
    margin-right: 15px;
  }

  @media (min-width: 768px) {
    nav.standardHeader .navbar-header {
      padding: 0;
      margin-right: 15px;
    }

    nav.standardHeader .navbar-header .navbar-logo {
      height: 80px;
    }

    nav.standardHeader #zenefitsNav {
      border-top: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    nav.standardHeader #zenefitsNav .topNavLink {
      padding: 20px 8px;
      border-bottom: none;
    }

    nav.standardHeader #zenefitsNav .btn,
    nav.standardHeader #zenefitsNav body.get-started section#stepNavigation .btn-next,
    body.get-started section#stepNavigation nav.standardHeader #zenefitsNav .btn-next,
    nav.standardHeader #zenefitsNav body.get-started-payroll section#stepNavigation .btn-next,
    body.get-started-payroll section#stepNavigation nav.standardHeader #zenefitsNav .btn-next {
      margin: 10px 2px;
      font-size: 13px;
      -webkit-transition: all 0.1s eass-in-out;
      -moz-transition: all 0.1s eass-in-out;
      -o-transition: all 0.1s eass-in-out;
      transition: all 0.1s eass-in-out;
    }

    nav.standardHeader #zenefitsNav .btn.logInBtn:not(:hover),
    nav.standardHeader #zenefitsNav body.get-started section#stepNavigation .logInBtn.btn-next:not(:hover),
    body.get-started section#stepNavigation nav.standardHeader #zenefitsNav .logInBtn.btn-next:not(:hover),
    nav.standardHeader #zenefitsNav body.get-started-payroll section#stepNavigation .logInBtn.btn-next:not(:hover),
    body.get-started-payroll section#stepNavigation nav.standardHeader #zenefitsNav .logInBtn.btn-next:not(:hover) {
      background: transparent;
      color: #45aaff;
      margin-top: 23px;
    }

    nav.standardHeader #zenefitsNav .dropdown-toggle {
      cursor: default;
    }

    nav.standardHeader #zenefitsNav .dropdown:hover .dropdown-toggle {
      background-color: #f4f4f4;
    }

    nav.standardHeader #zenefitsNav .dropdown:hover .dropdown-menu {
      display: block;
    }

    nav.standardHeader #zenefitsNav .dropdown-menu {
      right: auto;
      left: 0;
      padding: 15px 20px;
      margin-top: -5px;
      border-top: 2px solid #999;
    }

    nav.standardHeader #zenefitsNav .dropdown-menu ul {
      padding-left: 0;
    }

    nav.standardHeader #zenefitsNav .dropdown-menu ul a {
      color: #666;
      font-size: 15px;
    }
  }

  @media (max-width: 1050px) {
    nav.standardHeader #zenefitsNav .topNavLink {
      padding: 12px 5px;
      margin: 0 1px;
    }

    nav.standardHeader #zenefitsNav .btn,
    nav.standardHeader #zenefitsNav body.get-started section#stepNavigation .btn-next,
    body.get-started section#stepNavigation nav.standardHeader #zenefitsNav .btn-next,
    nav.standardHeader #zenefitsNav body.get-started-payroll section#stepNavigation .btn-next,
    body.get-started-payroll section#stepNavigation nav.standardHeader #zenefitsNav .btn-next {
      margin: 0 2px;
      margin-top: 10px;
    }
  }

  header.simpleHeader {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  header.simpleHeader .container,
  header.simpleHeader .container-padded,
  header.simpleHeader .container-padded-light {
    position: relative;
  }

  header.simpleHeader #zenefitsLogo {
    height: 50px;
  }

  header.simpleHeader .simpleHeader-phone {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.25;
  }

  h1 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #232323;
  }

  h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #444;
  }

  h3 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #666666;
  }

  h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #666666;
  }

  h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #404040;
  }

  h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }

  .preHeader {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  /* RETINA
--------------------------------------------- */
  @media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {

    .icon,
    .icon-item:before,
    button.mfp-close,
    .section-employees-love .box:before,
    .benefits-broker .speech-bubble .stem {
      background-image: url(../images/aec7a530c16b84ba6280716baeffb8d9.html);
      -webkit-background-size: 550px 675px;
      -moz-background-size: 550px 675px;
      -o-background-size: 550px 675px;
      background-size: 550px 675px;
    }

    .shadow-bottom {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABACAYAAAAwJqZDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMIMDFAAR0YjFBMpnYWyrSTZA6mGjy6qGUgeZbi0UWSdpIMBAgwAGeVA7YhE3pUAAAAAElFTkSuQmCC");
      -webkit-background-size: 1px 32px;
      -moz-background-size: 1px 32px;
      -o-background-size: 1px 32px;
      background-size: 1px 32px;
    }

    section.textured {
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -o-background-size: 50px 50px;
      background-size: 50px 50px;
    }
  }

  .pageLinks-all {
    padding: 0;
    margin: 10px auto 0;
  }

  .pageLinks-all li {
    display: inline-block;
    font-weight: 500;
    list-style: none;
  }

  .pageLinks-all li+li {
    margin-left: 5px;
  }

  .pageLinks-all li a.active {
    color: #398286;
    cursor: default;
  }

  .pageLinks-prevNext {
    font-weight: 500;
  }

  .pageLinks-prevNext+.pageLinks-prevNext {
    margin-left: 30px;
  }

  /* Basic Tables */
  .basicTable {
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
  }

  .basicTable thead {
    line-height: 1.25;
    color: #fff;
    background-color: #555;
  }

  .basicTable thead th {
    font-weight: 500;
  }

  .basicTable td,
  .basicTable th {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #f4f4f4;
  }

  .basicTable td.noWrap,
  .basicTable th.noWrap {
    white-space: nowrap;
  }

  .basicTable td table tr,
  .basicTable td table td {
    padding: 0 5px;
    background-color: transparent !important;
    border-color: transparent;
  }

  .basicTable td table tr+tr td {
    padding-top: 15px;
  }

  .basicTable tr:nth-child(even) {
    background-color: #f4f4f4;
  }

  .basicTable .u-textLeft {
    text-align: left;
  }

  .basicTable .u-textCenter {
    text-align: center;
  }

  .basicTable .u-textRight {
    text-align: right;
  }

  .basicTable p {
    margin: 8px 0 0 0;
  }

  .basicTable caption {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    caption-side: bottom;
  }

  .carriersFastFactsTable tr:nth-child(even) {
    background-color: transparent;
  }

  .carriersFastFactsTable td {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #0096ff;
    border-color: transparent;
  }

  .carriersFastFactsTable td~td {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666666;
  }

  .checkmark-svg {
    width: 12px;
    height: 12px;
  }

  .corePlatformTable th,
  .corePlatformTable td {
    vertical-align: middle;
  }

  .corePlatformTable th:first-of-type,
  .corePlatformTable tr td:first-of-type {
    text-align: left;
  }

  .corePlatformTable .zmdi-check {
    color: #0096ff;
  }

  /* Stat tables */
  .source-table-element {
    padding-right: 0 !important;
    font-size: 80%;
    text-align: right !important;
    background: white !important;
  }

  .home-v4 nav.standardHeader.homepageNotScrolled {
    background-color: transparent;
    border-bottom: none;
  }

  .home-v4 nav.standardHeader.homepageNotScrolled a.navbar-logo {
    background-image: url(../images/logo.png);
  }

  .home-v4 nav.standardHeader.homepageNotScrolled .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .home-v4 nav.standardHeader.homepageNotScrolled .navbar-toggle .icon-bar {
    background-color: #0096FF;
  }

  .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav {
    background-color: #fff;
  }

  .home-v4.blackheader nav.standardHeader.homepageNotScrolled {
    background-color: #1d1c1c;
    border-bottom: none;
    margin-bottom: 15px;
    position: inherit;
  }

  @media (min-width: 768px) {
    .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav {
      background-color: transparent;
    }

    .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav .topNavLink {
      color: #fff;
      background-color: transparent;
    }

    .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav .topNavLink:hover {
      color: #45aaff;
      background-color: rgba(0, 0, 0, 0.3);
    }

    .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav .dropdown:hover .dropdown-toggle {
      color: #0096ff;
      background-color: rgba(0, 0, 0, 0.3);
    }
  }

  .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .logInBtn {
    background-color: #45aaff;
    color: #fff;
    margin-top: 23px;
  }

  .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav .navbar-right .logInBtn:hover {
    background-color: #0186F7;
  }

  body.home-v4 #content {
    padding: 0;
  }

  body.home-v4 #content section#heroSection {
    background-color: #333;
    position: relative;
  }

  body.home-v4 #content section#heroSection h1 {
    color: #fff;
    font-size: 32px;
  }

  @media (min-width: 768px) {
    body.home-v4 #content section#heroSection h1 {
      font-size: 45px;
    }
  }

  body.home-v4 #content section#heroSection p {
    font-size: 14px;
  }

  @media (min-width: 768px) {
    body.home-v4 #content section#heroSection p {
      font-size: 16px;
    }
  }

  body.home-v4 #content section#heroSection a.play-video {
    color: #fff;
    border-bottom: 1px dotted #fff;
  }

  body.home-v4 #content section#heroSection #reviews {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
  }

  body.home-v4 #content section#heroSection #reviews .review {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  @media (min-width: 768px) {
    body.home-v4 #content section#heroSection #reviews .review {
      width: 33%;
    }
  }

  body.home-v4 #content section#heroSection #reviews .review p {
    margin: 5px 0 0;
    color: #999;
    font-size: 13px;
  }

  body.home-v4 #content h2 {
    color: #232323;
    font-size: 24px;
  }

  @media (min-width: 768px) {
    body.home-v4 #content h2 {
      font-size: 26px;
    }
  }

  @media (min-width: 992px) {
    body.home-v4 #content h2 {
      font-size: 30px;
    }
  }

  body.home-v4 #content .productsSection {
    padding: 50px 0;
  }

  .app-icon {
    margin-bottom: 15px;
  }

  body.home-v4 #content .productsSection .productCardContainer {
    margin: 15px auto;
  }

  body.home-v4 #content .productsSection .productCardContainer .productCard {
    margin: auto;
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0;
  }

  body.home-v4 #content .productsSection .productCardContainer .productCard .preHeader {
    margin: 10px 0;
    color: #232323;
  }

  body.home-v4 #content .productsSection .productCardContainer .productCard .productDescription {
    font-size: 14px;
    color: #666;
  }

  body.home-v4 #content .productsSection .productCardContainer .productCard .fakeLink {
    margin: 0;
    color: #45aaff;
    display: inline-block;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
  }

  body.home-v4 #content .productsSection .productCardContainer .productCard:hover {
    border-color: #45aaff;
    -webkit-box-shadow: 0 0 2px #45aaff;
    -moz-box-shadow: 0 0 2px #45aaff;
    box-shadow: 0 0 2px #45aaff;
    text-decoration: none;
  }

  body.home-v4 #content .productsSection .productCardContainer .productCard:hover .fakeLink {
    background-color: #45aaff;
    color: #fff;
  }

  @media (max-width: 767px) {
    body.home-v4 #content .productsSection .productCardContainer .productCard {
      padding: 5px 10px;
    }

    body.home-v4 #content .productsSection .productCardContainer .productCard img {
      width: 33%;
      display: inline-block;
      vertical-align: middle;
      height: 100px;
    }

    body.home-v4 #content .productsSection .productCardContainer .productCard .preHeader {
      width: 100%;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 26px;
    }
  }

  body.home-v4 #content .seeWhySection {
    padding: 25px 0;
    margin-top: -10px;
    background-color: #45aaff;
    position: relative;
  }

  .service-box {
    background-color: #e1e6ec !important;
  }

  .service-box h2 {
    color: #0096ff !important;
  }

  body.home-v4 #content .seeWhySection h2 {
    color: #fff;
    line-height: normal;
    font-weight: bold;
  }



  body.home-v4 #content .seeWhySection .main-icons {
    border: 1px solid #f3f3f3;
    height: auto;
    margin: 20px 0;
    padding: 30px 0;
    background: #fff;
    border-radius: 36px;
  }

  body.home-v4 #content .seeWhySection .heading {
    text-align: center;
    color: #00427a;
    font-size: 20px;
    text-transform: capitalize;
  }

  body.home-v4 #content .seeWhySection .square {
    text-align: center;
    margin: auto;
    font-size: 60px;
    color: #00427a;
  }

  body.home-v4 #content .seeWhySection .square .icons {
    width: 28% !important;
  }



  body.home-v4 #content .seeWhySection .triangleDown {
    position: absolute;
    bottom: -20px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #55B1FF;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  body.home-v4 #content .dashboardSection {
    padding: 40px 0;
    background-color: #f4f4f4;
    background-image: url(../images/f0bba742252f67fee9631bb8d3b9c69c.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    font-size: 0;
  }

  body.home-v4 #content .dashboardSection p {
    font-size: 16px;
  }

  body.home-v4 #content .dashboardSection .slideshowToggle {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0;
    background: #ccc;
    border: none;
    font-size: 10px;
    padding: 12px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  body.home-v4 #content .dashboardSection .slideshowToggle:hover {
    -webkit-box-shadow: -1px -1px 1px #999 inset;
    -moz-box-shadow: -1px -1px 1px #999 inset;
    box-shadow: -1px -1px 1px #999 inset;
  }

  body.home-v4 #content .dashboardSection .slideshowToggle.employerView {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
  }

  body.home-v4 #content .dashboardSection .slideshowToggle.employeeView {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 20px;
  }

  body.home-v4 #content .dashboardSection .slideshowToggle.active {
    background-color: #f2a640;
    color: #fff;
  }

  body.home-v4 #content .dashboardSection .slideshowToggle.active:hover {
    -webkit-box-shadow: -1px -1px 1px #bf730d inset;
    -moz-box-shadow: -1px -1px 1px #bf730d inset;
    box-shadow: -1px -1px 1px #bf730d inset;
  }

  @media (min-width: 768px) {
    body.home-v4 #content .dashboardSection .slideshowToggle {
      font-size: 13px;
      padding: 5px 20px;
    }

    body.home-v4 #content .dashboardSection .slideshowToggle.employerView {
      padding-left: 30px;
    }

    body.home-v4 #content .dashboardSection .slideshowToggle.employeeView {
      padding-right: 30px;
    }
  }

  body.home-v4 #content .dashboardSection .slideshowContainer {
    margin-top: 50px;
  }

  body.home-v4 #content .dashboardSection .carousel .item .slideCaption h5 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }

  body.home-v4 #content .dashboardSection .carousel .item .slideCaption p {
    max-width: 80%;
    margin: auto;
    font-size: 14px;
  }

  @media (min-width: 768px) {
    body.home-v4 #content .dashboardSection .carousel .item .slideCaption {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      padding: 15px;
      left: 2px;
      right: 2px;
    }

    body.home-v4 #content .dashboardSection .carousel .item .slideCaption p {
      color: #fff;
    }

    body.home-v4 #content .dashboardSection .carousel .item .slideCaption::before {
      content: "";
      width: 0;
      border-bottom: 10px solid rgba(0, 0, 0, 0.6);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      top: -10px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
    }
  }

  body.home-v4 #content .dashboardSection .carouselControl {
    background-color: #45aaff;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 120px;
  }

  @media (min-width: 992px) {
    body.home-v4 #content .dashboardSection .carouselControl {
      margin-top: 165px;
    }
  }

  @media (min-width: 1200px) {
    body.home-v4 #content .dashboardSection .carouselControl {
      margin-top: 205px;
    }
  }

  body.home-v4 #content #hrAutomationSection {
    padding: 50px 0 0 0;
    background-image: url(../images/9ddeb1b4007b1dd8d1219a63a8ebae00.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  body.home-v4 #content #hrAutomationSection h2 {
    color: #fff;
  }

  body.home-v4 #content #hrAutomationSection p {
    color: #555;
  }

  body.home-v4 #content #hrAutomationSection #hrAutomationVideoContainer {
    position: relative;
  }

  body.home-v4 #content #hrAutomationSection #hrAutomationVideoContainer #hrAutomationVideoPlay {
    position: absolute;
    max-width: 20%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  body.home-v4 #content #hrAutomationSection #hrAutomationVideoContainer:hover #hrAutomationVideoPlay {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  body.home-v4 #content #hrAutomationSection video#hrAutomationVideo {
    width: 750px;
    max-width: 90%;
  }

  @-moz-document url-prefix() {
    body.home-v4 #content #hrAutomationSection #hrAutomationVideoPlay {
      display: none;
    }
  }

  body.home-v4 #content #hrSupportSection {
    /*padding: 100px 15px;*/
    background-color: #f9faf5;
    position: relative;
  }

  @media (min-width: 768px) {
    body.home-v4 #content #hrSupportSection {
      /*background-image: url(../images/92ff4f9ae3c97bba882aa91f6ceec822.jpg);*/
      /*background-repeat: no-repeat;
        background-position: center bottom -125px;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
             -o-background-size: 100%;
                background-size: 100%;*/
      /*padding-bottom: 40%;*/
    }
  }

  @media (min-width: 768px) {
    body.home-v4 #content #hrSupportSection .employeeCaptions {
      /*position: absolute;*/
      /*bottom: 5%;*/
      width: 100%;
    }
  }

  body.home-v4 #content #hrSupportSection .employeeCaption {
    text-align: left;
    /*max-width: 400px;*/
    margin: auto;
  }

  @media (min-width: 768px) {
    body.home-v4 #content #hrSupportSection .employeeCaption {
      background-color: transparent;
      display: inline-block;
      /*padding: 10px 15px;*/
      /*height: 80px;*/
      /*width: 210px;*/
      text-align: center;
    }
  }

  body.home-v4 #content #hrSupportSection .employeeCaption .employeeName {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    margin: 10px 0 0;
    color: #232323;
    line-height: 22px;
    letter-spacing: 1px;
  }

  @media (min-width: 768px) {
    body.home-v4 #content #hrSupportSection .employeeCaption .employeeName {
      margin: 0;
      font-size: 12px;
    }
  }

  body.home-v4 #content #hrSupportSection .employeeCaption .employeeTitle {
    margin: 0;
    font-size: 13px;
    line-height: 13px;
  }

  body.home-v4 #content #hrSupportSection .employeeCaption .employeeExperience {
    font-size: 13px;
    color: #398286;
    margin: 0;
    line-height: 16px;
  }

  /*================================
=About Us
======================================*/
  .banner {
    background: url(https://formdox.com/assets/frontend/css/images/care-givers-bg.jpg);
    width: 100%;
    background-size: cover;
    position: relative;
  }

  .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
  }

  .banner .banner-title {
    display: table;
    height: 280px;
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }

  .banner .title {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    font-size: 47px;
  }

  .banner img {
    margin-bottom: -8px;
    margin-top: 40px;
  }

  .about-containt {
    padding: 3% 0;
    background: #f5f5f5;
    margin-bottom: 3%;
  }

  .about-us .box-border .con {
    padding: 25px 0;
    background: #f6f6f6;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .about-us .box-border .con h3 {
    color: #0475d5;
    font-weight: 400;
  }

  .about-us .box-border .con b {
    color: #055eaa;
  }

  .about-us .box-border .how-com li {
    display: block;
  }

  .about-us .box-border .how-com img {
    float: left;
    margin-right: 15px;
    border: 1px solid #0096ff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .app {
    background: #f5f5f5;
    padding: 40px 0;
  }

  .app .text-1 {
    text-align: left;
  }

  .app .form-control {
    padding: 6px 10px;
    line-height: normal;
  }

  .app .app-img a {
    width: 140px;
    display: inline-block;
    margin-top: 15px;
  }

  /*========================================
=
===============================================*/
  #content.about-us section#heroSection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../images/e012e000d7a41fa378060563a3528cdb.html);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/e012e000d7a41fa378060563a3528cdb.html);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/e012e000d7a41fa378060563a3528cdb.html);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/e012e000d7a41fa378060563a3528cdb.html);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/e012e000d7a41fa378060563a3528cdb.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
  }

  #content.about-us section#heroSection .preHeader {
    font-size: 18px;
  }

  #content.about-us section#heroSection h1 {
    color: #fff;
    font-size: 32px;
    max-width: 950px;
    margin: 25px auto 20px;
  }

  #content.about-us section#heroSection p {
    font-size: 15px;
    max-width: 900px;
    margin: auto;
  }

  #content.about-us section#heroSection .zmdi-chevron-down {
    margin-top: 40px;
    color: #fff;
  }

  #content.about-us section#heroSection .zmdi-chevron-down.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  #content.about-us h2 {
    color: #232323;
  }

  #content.about-us section#subheroSection {
    padding: 75px 0;
  }

  #content.about-us section#subheroSection .stat {
    font-size: 50px;
    font-weight: 100;
    margin: 25px 0 0;
    line-height: 110%;
  }

  #content.about-us section#navigationSection {
    background-color: #444;
    padding: 10px 0;
  }

  #content.about-us section#navigationSection a {
    color: #fff;
    display: inline-block;
    margin: 5px;
  }

  #content.about-us section#navigationSection a:hover {
    color: #ccc;
  }

  #content.about-us section#leadershipSection {
    padding: 75px 0 50px;
  }

  @media (min-width: 768px) {
    #content.about-us section#leadershipSection {
      padding: 100px 0 50px;
    }
  }

  #content.about-us .leader {
    max-width: 360px;
    margin: 30px auto 0;
    border: 1px solid transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
  }

  #content.about-us .leader p {
    margin-bottom: 0;
  }

  #content.about-us .leader-basicInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px 20px;
    text-align: left;
    color: #fff;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #content.about-us .leader-name {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  #content.about-us .leader-title {
    font-size: 14px;
  }

  #content.about-us .leader-bio {
    opacity: 0.0;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px 20px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #content.about-us .leader-bio p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  #content.about-us .leader:hover .leader-basicInfo {
    background-color: transparent;
  }

  #content.about-us .leader:hover .leader-bio {
    opacity: 1.0;
  }

  #content.about-us section#boardSection {
    padding: 75px 0 50px;
  }

  @media (min-width: 768px) {
    #content.about-us section#boardSection {
      padding: 100px 0 50px;
    }
  }

  #content.about-us section#investorsSection {
    padding: 50px 0 75px;
  }

  #content.about-us section#investorsSection #investorLogos img {
    margin: 20px 25px;
  }

  @media (min-width: 1200px) {
    #content.about-us section#investorsSection #investorLogos img {
      margin: 20px 40px;
    }
  }

  #content.about-us section#pressSection {
    padding: 75px 0;
  }

  #content.about-us section#pressSection img {
    opacity: 0.7;
  }

  #content.about-us section#pressSection .articles p {
    max-width: 275px;
    margin: 10px auto 0;
  }

  #content.about-us section#pressSection .articles a {
    color: #444;
    font-size: 14px;
    border-bottom: 1px dotted #444;
    max-width: 250px;
    margin: auto;
  }

  #content.benefits-preview #heroSection {
    padding: 75px 0;
  }

  #content.benefits-preview h1 {
    color: #444;
  }

  #content.benefits-preview h1 .preHeader {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: #666;
  }

  #content.benefits-preview .btn--primary,
  #content.benefits-preview body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.benefits-preview .btn-next,
  #content.benefits-preview body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.benefits-preview .btn-next {
    width: 300px;
    max-width: 100%;
  }

  #content.benefits-preview hr {
    border-top: 1px solid #666;
    width: 150px;
  }

  #content.benefits-preview h2 {
    color: #666;
  }

  #content.benefits-preview h5 {
    font-weight: 500;
    margin-bottom: 5px;
  }

  #content.benefits-preview #benefitsPreviewForm {
    max-width: 1000px;
    margin: 25px auto;
    font-size: 0;
  }

  #content.benefits-preview #benefitsPreviewForm p {
    font-size: 16px;
  }

  #content.benefits-preview #benefitsPreviewForm .dataField {
    margin-bottom: 5px;
  }

  #content.benefits-preview #benefitsPreviewForm .dataField label {
    width: 40%;
  }

  #content.benefits-preview #benefitsPreviewForm .dataField select,
  #content.benefits-preview #benefitsPreviewForm .dataField input {
    width: 60%;
  }

  #content.benefits-preview #benefitsPreviewForm label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }

  #content.benefits-preview #benefitsPreviewForm a.removeDependent {
    font-size: 18px;
    color: #D50000;
  }

  #content.benefits-preview #benefitsPreviewForm #employeeData input.who {
    background: none;
    border-color: transparent;
  }

  #content.benefits-preview #benefitsPreviewForm #employeeData a.removeDependent {
    visibility: hidden;
  }

  #content.benefits-preview #benefitsPreviewForm .dependentData {
    margin-top: 40px;
  }

  #content.benefits-preview #benefitsPreviewForm input.error,
  #content.benefits-preview #benefitsPreviewForm select.error {
    border-color: #D50000;
    -webkit-box-shadow: 0 0 3px -1px #D50000;
    -moz-box-shadow: 0 0 3px -1px #D50000;
    box-shadow: 0 0 3px -1px #D50000;
  }

  @media (min-width: 768px) {
    #content.benefits-preview #benefitsPreviewForm .dataField {
      width: 22%;
      display: inline-block;
    }

    #content.benefits-preview #benefitsPreviewForm .dataField+.dataField {
      margin-left: 2%;
    }

    #content.benefits-preview #benefitsPreviewForm .dataField label {
      width: 100%;
      text-align: center;
    }

    #content.benefits-preview #benefitsPreviewForm .dataField select,
    #content.benefits-preview #benefitsPreviewForm .dataField input {
      width: 100%;
    }

    #content.benefits-preview #benefitsPreviewForm #employeeData input.who {
      text-align: center;
    }

    #content.benefits-preview #benefitsPreviewForm a.removeDependent {
      text-align: center;
      display: inline-block;
      margin-left: 1%;
    }

    #content.benefits-preview #benefitsPreviewForm .dependentData {
      margin-top: 10px;
    }

    #content.benefits-preview #benefitsPreviewForm .dependentData label {
      display: none;
    }
  }

  #content.benefits-preview #errorMessages {
    text-align: left;
    margin: auto;
    display: inline-block;
    font-size: 14px;
    color: #D50000;
    display: none;
  }

  #content.benefits-preview #errorMessages li {
    margin: 0;
    font-size: 14px;
    color: #D50000;
    display: none;
  }

  #content.benefits-preview #addDependent .zmdi-plus-circle-o {
    -webkit-animation: pulsate 1s ease-in-out infinite;
    -moz-animation: pulsate 1s ease-in-out infinite;
    -o-animation: pulsate 1s ease-in-out infinite;
    animation: pulsate 1s ease-in-out infinite;
  }

  @-webkit-keyframes "pulsate" {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
  }

  @-moz-keyframes "pulsate" {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -moz-transform: scale(1.15);
      transform: scale(1.15);
    }
  }

  @-o-keyframes "pulsate" {
    0% {
      -o-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -o-transform: scale(1.15);
      transform: scale(1.15);
    }
  }

  @keyframes "pulsate" {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
    }
  }

  #content.careers {
    overflow: hidden;
  }

  #content.careers section.heroSection {
    padding: 60px 0;
    background-color: #2d4150;
    background-image: url(../images/323d6e439920e669a90fb3b5430e3a59.html);
    background-position: 50% 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #content.careers section.heroSection h1 {
    color: white;
  }

  #content.careers section.heroSection p {
    max-width: 650px;
    margin: 20px auto;
    font-size: 16px;
    color: white;
  }

  #content.careers section#videoSection {
    padding: 100px 0;
    background-image: url(../images/0abe539a845edcca2b18390034141ce4.html);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #content.careers section#videoSection #videoSection-content {
    display: inline-block;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.3);
  }

  #content.careers section#videoSection #videoSection-content h2 {
    color: #fff;
  }

  #content.careers section#videoSection #videoSection-content .play-video.btn img,
  #content.careers section#videoSection #videoSection-content body.get-started section#stepNavigation .play-video.btn-next img,
  body.get-started section#stepNavigation #content.careers section#videoSection #videoSection-content .play-video.btn-next img,
  #content.careers section#videoSection #videoSection-content body.get-started-payroll section#stepNavigation .play-video.btn-next img,
  body.get-started-payroll section#stepNavigation #content.careers section#videoSection #videoSection-content .play-video.btn-next img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.careers section#videoSection #videoSection-content .play-video.btn img:hover,
  #content.careers section#videoSection #videoSection-content body.get-started section#stepNavigation .play-video.btn-next img:hover,
  body.get-started section#stepNavigation #content.careers section#videoSection #videoSection-content .play-video.btn-next img:hover,
  #content.careers section#videoSection #videoSection-content body.get-started-payroll section#stepNavigation .play-video.btn-next img:hover,
  body.get-started-payroll section#stepNavigation #content.careers section#videoSection #videoSection-content .play-video.btn-next img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.careers section#zenefitsInTheNews .article {
    max-width: 500px;
    margin: 40px auto;
  }

  @media (min-width: 768px) {
    #content.careers section#zenefitsInTheNews .article {
      margin: 15px auto;
    }
  }

  #content.careers section#zenefitsInTheNews .article-thumb {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
  }

  #content.careers section#zenefitsInTheNews .article-info {
    display: inline-block;
    width: 60%;
    margin-left: 5%;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
  }

  #content.careers section#zenefitsInTheNews .article-info p {
    margin: 0;
    line-height: 125%;
  }

  #content.careers section#zenefitsInTheNews .article-info .article-date {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
  }

  #content.careers section#lifeAtZenefits .item img {
    margin: auto;
  }

  #content.careers section#lifeAtZenefits .carouselControl {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    font-size: 32px;
    line-height: 60px;
    color: white;
    text-align: center;
    background-color: #45aaff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .75;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.careers section#lifeAtZenefits .carouselControl:hover {
    opacity: 1.0;
  }

  @media (min-width: 768px) {
    #content.careers section#lifeAtZenefits .carouselControl {
      margin-top: 85px;
    }
  }

  @media (min-width: 992px) {
    #content.careers section#lifeAtZenefits .carouselControl {
      margin-top: 120px;
    }
  }

  #content.careers section#lifeAtZenefits #employeeQuotes {
    padding: 25px;
    margin-top: 50px;
    background-color: #f4f4f4;
  }

  #content.careers section#lifeAtZenefits #employeeQuotes .employeeQuote:not(.active) {
    display: none;
  }

  #content.careers section#lifeAtZenefits #employeeQuotes .employeeName {
    font-size: 18px;
    font-weight: 500;
    color: #0096ff;
  }

  #content.careers section#lifeAtZenefits #employeeQuotes .employeeDept {
    font-size: 18px;
    font-style: italic;
    color: #0096ff;
  }

  @media (min-width: 768px) {
    #content.careers section#lifeAtZenefits #employeeQuotes {
      padding: 25px 35px;
    }
  }

  #content.careers section#lifeAtZenefits .employeeQuotesSection {
    margin-right: -10px;
    margin-left: -10px;
  }

  #content.careers section#lifeAtZenefits .employee {
    padding: 0 5px;
  }

  #content.careers section#lifeAtZenefits .employeeImage .quotePointer {
    width: 0;
    height: 0;
    margin: auto;
    visibility: hidden;
    border: 20px solid transparent;
    border-top: 20px solid #f4f4f4;
  }

  @media (min-width: 768px) {
    #content.careers section#lifeAtZenefits .employeeImage .quotePointer {
      border-width: 30px;
    }
  }

  #content.careers section#lifeAtZenefits .employeeImage img {
    width: 110px;
    cursor: pointer;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .5;
  }

  @media (min-width: 768px) {
    #content.careers section#lifeAtZenefits .employeeImage img {
      border-width: 3px;
    }
  }

  #content.careers section#lifeAtZenefits .employeeImage img:hover {
    -webkit-box-shadow: 0 0 2px #ccc, 0 0 5px #ccc;
    -moz-box-shadow: 0 0 2px #ccc, 0 0 5px #ccc;
    box-shadow: 0 0 2px #ccc, 0 0 5px #ccc;
  }

  #content.careers section#lifeAtZenefits .employeeImage.active .quotePointer {
    visibility: visible;
  }

  #content.careers section#lifeAtZenefits .employeeImage.active img {
    border-color: #0096ff;
    opacity: 1.0;
  }

  #content.careers section#lifeAtZenefits .employeeImage.active img:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #content.careers section#perksSection {
    color: white;
    background-color: #2d4150;
    background-image: url(../images/5e1aecc1ab0bc8af9978e092f4004992.html);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #content.careers section#perksSection h2,
  #content.careers section#perksSection h5 {
    color: white;
  }

  #content.careers section#perksSection .perk {
    max-width: 450px;
    padding: 20px;
    margin: 20px auto 0;
    background-color: rgba(144, 199, 200, 0.5);
  }

  #content.careers section#perksSection .perk .perk-icon {
    height: 60px;
    margin-bottom: 10px;
  }

  #content.careers section#perksSection .perk .perk-copy {
    margin: 5px 0 0;
    line-height: 1.25;
    font-size: 14px;
  }

  #content.careers section#perksSection .perk .perk-copy #estimateCoverageLink {
    display: block;
    font-weight: 500;
    color: white;
  }

  #content.careers section#perksSection .perk .perk-copy #estimateCoverageLink:hover {
    color: #ccc;
  }

  #content.careers .positionListing {
    margin-bottom: 10px;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.careers .positionListing:hover .positionLocation {
    color: #000;
  }

  @media (min-width: 768px) {
    #content.careers .positionListing {
      margin-bottom: 5px;
    }
  }

  #content.careers .department {
    text-align: left;
  }

  #content.careers .breadcrumbSection {
    border-top: none;
  }

  #content.careers #jobApplicationForm {
    padding: 25px;
    text-align: left;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4);
  }

  #content.careers #jobApplicationForm .label--checkbox {
    display: block;
    font-weight: 400;
  }

  #content.careers #jobApplicationForm .label--checkbox input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 15px;
  }

  #content.careers.applicationSubmitted img {
    max-width: 120px;
  }

  #content.careers.applicationSubmitted.success .showOnFail {
    display: none;
  }

  #content.careers.applicationSubmitted.fail .showOnSuccess {
    display: none;
  }

  #content.careers.applicationSubmitted.fail h1 {
    color: #D50000;
  }

  #content.case-studies {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e8e8e8));
    background-image: -webkit-linear-gradient(#f4f4f4, #e8e8e8);
    background-image: -moz-linear-gradient(#f4f4f4, #e8e8e8);
    background-image: -o-linear-gradient(#f4f4f4, #e8e8e8);
    background-image: linear-gradient(#f4f4f4, #e8e8e8);
  }

  #content.case-studies h1 {
    color: #666;
  }

  #content.case-studies form.caseStudyForm {
    max-width: 450px;
    padding: 25px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #content.case-studies form.caseStudyForm .btn,
  #content.case-studies form.caseStudyForm body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.case-studies form.caseStudyForm .btn-next,
  #content.case-studies form.caseStudyForm body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.case-studies form.caseStudyForm .btn-next {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  #content.case-studies form.caseStudyForm small {
    color: white;
  }

  #content.case-studies .formGroup.error .errorText {
    font-weight: 700;
    color: #800000;
  }

  #content.case-studies #caseStudyGraphic {
    width: 100%;
    max-width: 400px;
  }

  #content.case-studies .caseStudy {
    max-width: 400px;
    padding: 20px;
    margin: 25px auto;
    background-color: white;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #content.case-studies .caseStudy .zmdi-file-text {
    margin-right: 5px;
  }

  #content.case-studies .caseStudy .btn--secondary {
    padding: 5px 0;
    width: 100%;
  }

  #content.case-studies .caseStudy-logo {
    position: relative;
    height: 65px;
    padding: 10px 0;
  }

  #content.case-studies .caseStudy-logo img {
    position: relative;
    top: 50%;
    max-height: 65px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #content.case-studies .showIfRegistered {
    display: none;
  }

  #content.compliance section#heroSection {
    background-color: #F9F4F1;
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.compliance section#heroSection {
      text-align: left;
      padding: 0;
      background-image: url(../images/6d85c8c04dc781f81e37f5763b48458c.html);
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
    }

    #content.compliance section#heroSection .container,
    #content.compliance section#heroSection .container-padded,
    #content.compliance section#heroSection .container-padded-light {
      display: table;
      height: 450px;
    }

    #content.compliance section#heroSection .container #heroContent,
    #content.compliance section#heroSection .container-padded #heroContent,
    #content.compliance section#heroSection .container-padded-light #heroContent {
      vertical-align: middle;
      display: table-cell;
    }
  }

  #content.compliance section#heroSection h1 {
    color: #444;
  }

  #content.compliance h2 {
    color: #444;
    font-size: 24px;
  }

  @media (min-width: 768px) {
    #content.compliance h2 {
      font-size: 30px;
    }
  }

  #content.compliance section#healthInsuranceComplianceSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.compliance section#healthInsuranceComplianceSection {
      padding: 100px 0;
    }
  }

  #content.compliance section#healthInsuranceComplianceSection .preHeader {
    font-weight: 700;
    color: #444;
  }

  #content.compliance section#healthInsuranceComplianceSection p {
    font-size: 15px;
    max-width: 315px;
    margin: 0 auto 10px;
  }

  @media (min-width: 768px) {
    #content.compliance section#healthInsuranceComplianceSection p {
      max-width: none;
    }
  }

  #content.compliance section#timeComplianceSection {
    padding: 75px 0;
    color: #fff;
    background-color: #68A8AB;
  }

  @media (min-width: 768px) {
    #content.compliance section#timeComplianceSection {
      padding: 100px 0;
    }
  }

  #content.compliance section#timeComplianceSection h2 {
    color: #fff;
  }

  #content.compliance section#timeComplianceSection .preHeader {
    font-weight: 700;
  }

  #content.compliance section#timeComplianceSection p {
    font-size: 15px;
    max-width: 315px;
    margin: auto;
  }

  @media (min-width: 768px) {
    #content.compliance section#timeComplianceSection p {
      max-width: none;
    }
  }

  #content.compliance section#laborComplianceSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.compliance section#laborComplianceSection {
      padding: 100px 0;
    }
  }

  #content.compliance section#laborComplianceSection .preHeader {
    font-weight: 700;
  }

  @media (min-width: 768px) {
    #content.compliance section#laborComplianceSection .preHeader {
      text-align: left;
    }
  }

  #content.compliance section#laborComplianceSection .regulationDescription {
    font-size: 15px;
  }

  @media (min-width: 768px) {
    #content.compliance section#laborComplianceSection .regulationDescription {
      text-align: left;
    }
  }

  #content.compliance section#laborComplianceSection p {
    max-width: 315px;
    margin: auto;
  }

  @media (min-width: 768px) {
    #content.compliance section#laborComplianceSection p {
      max-width: none;
    }
  }

  #content.compliance section#caseStudySection {
    background-color: #333;
    background-image: url(../images/ba13ecea181379e3d67249ed52a195e1.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 75px 0;
  }

  #content.compliance section#caseStudySection h2 {
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.compliance section#caseStudySection {
      padding: 120px 0;
    }
  }

  #content.aca-compliance section#heroSection {
    background-color: #67a2a6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
  }

  @media (min-width: 768px) {
    #content.aca-compliance section#heroSection {
      height: 450px;
      display: table;
      width: 100%;
    }

    #content.aca-compliance section#heroSection .container,
    #content.aca-compliance section#heroSection .container-padded,
    #content.aca-compliance section#heroSection .container-padded-light {
      display: table-cell;
      vertical-align: middle;
    }
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#heroSection {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
    }
  }

  #content.aca-compliance section#heroSection .preHeader {
    color: #fff;
  }

  #content.aca-compliance section#heroSection h1 {
    color: #fff;
    font-size: 28px;
  }

  @media (min-width: 768px) {
    #content.aca-compliance section#heroSection h1 {
      font-size: 36px;
    }
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#heroSection h1 {
      font-size: 45px;
    }
  }

  #content.aca-compliance section#featuresSection1 {
    background-image: url(../images/ea0840709cc3d9415078ed1d66ad0187.html);
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.aca-compliance section#featuresSection1 {
      padding: 100px 0;
    }
  }

  #content.aca-compliance section#featuresSection1 h2 {
    color: #444;
  }

  #content.aca-compliance section#featuresSection1 .preHeader {
    font-weight: 700;
  }

  #content.aca-compliance section#featuresSection1 p.featureDescription {
    max-width: 300px;
    margin: auto;
  }

  #content.aca-compliance section#featuresSection2 {
    padding: 75px 0;
    font-size: 0;
  }

  #content.aca-compliance section#featuresSection2 h2 {
    color: #444;
  }

  #content.aca-compliance section#featuresSection2 .leftCol {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  @media (min-width: 768px) {
    #content.aca-compliance section#featuresSection2 .leftCol {
      width: 250px;
    }
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#featuresSection2 .leftCol {
      width: 330px;
    }
  }

  #content.aca-compliance section#featuresSection2 .leftCol li {
    display: block;
    border-left: 3px solid transparent;
    padding: 0;
    text-align: left;
    margin: 0;
  }

  #content.aca-compliance section#featuresSection2 .leftCol li.active {
    background-color: #f4f4f4;
    border-color: #45aaff;
  }

  #content.aca-compliance section#featuresSection2 .leftCol li.active .featureLink {
    background-color: transparent;
  }

  #content.aca-compliance section#featuresSection2 .leftCol li.active h4 {
    color: #444;
  }

  #content.aca-compliance section#featuresSection2 .leftCol li .featureLink {
    padding: 15px;
  }

  #content.aca-compliance section#featuresSection2 .leftCol li .featureLink:hover,
  #content.aca-compliance section#featuresSection2 .leftCol li .featureLink:focus {
    background-color: transparent;
  }

  #content.aca-compliance section#featuresSection2 .leftCol li h4 {
    color: #45aaff;
    font-size: 15px;
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#featuresSection2 .leftCol li h4 {
      font-size: 16px;
    }
  }

  #content.aca-compliance section#featuresSection2 .leftCol li p {
    margin: 5px 0 0;
    color: #666;
    font-size: 13px;
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#featuresSection2 .leftCol li p {
      font-size: 14px;
    }
  }

  #content.aca-compliance section#featuresSection2 .rightCol {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    width: 450px;
  }

  @media (min-width: 768px) {
    #content.aca-compliance section#featuresSection2 .rightCol {
      height: 1500px;
    }
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#featuresSection2 .rightCol {
      width: 550px;
    }
  }

  @media (min-width: 1200px) {
    #content.aca-compliance section#featuresSection2 .rightCol {
      width: 800px;
    }
  }

  #content.aca-compliance section#featuresSection2 .rightCol #featureImage {
    width: 100%;
    height: 75vh;
    max-height: 525px;
    position: absolute;
    background-position: top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/85d0dd01bdf20481037366072c10b956.html);
  }

  @media (min-width: 768px) {
    #content.aca-compliance section#featuresSection2 .rightCol #featureImage {
      width: 450px;
    }
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#featuresSection2 .rightCol #featureImage {
      width: 550px;
    }
  }

  @media (min-width: 1200px) {
    #content.aca-compliance section#featuresSection2 .rightCol #featureImage {
      width: 800px;
    }
  }

  #content.aca-compliance section#featuresSection2 .rightCol #featureImage.feature-overview {
    background-image: url(../images/85d0dd01bdf20481037366072c10b956.html);
  }

  #content.aca-compliance section#featuresSection2 .rightCol #featureImage.feature-snapshot {
    background-image: url(../images/b03f5c1ffac719f8a954e08258776f91.html);
  }

  #content.aca-compliance section#featuresSection2 .rightCol #featureImage.feature-penalties {
    background-image: url(../images/2efd803b3a23524b0f182d0d8ced0fa0.html);
  }

  #content.aca-compliance section#featuresSection2 .rightCol #featureImage.feature-employees {
    background-image: url(../images/8df396ca5ef24d35bf8f3130db429322.html);
  }

  #content.aca-compliance section#featuresSection2 .rightCol #featureImage.feature-details {
    background-image: url(../images/b8fe5a22ac202a12603cb3262f143bda.html);
  }

  #content.aca-compliance section#featuresSection2 #mobileFeatureList {
    max-width: 450px;
    margin: auto;
  }

  #content.aca-compliance section#featuresSection2 #mobileFeatureList h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #444;
  }

  #content.aca-compliance section#featuresSection2 #mobileFeatureList p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  #content.aca-compliance section#bottomCtaSection {
    background-color: #F5EFED;
    padding: 75px 0;
  }

  @media (min-width: 992px) {
    #content.aca-compliance section#bottomCtaSection {
      text-align: left;
      background-position: bottom right;
      -webkit-background-size: auto 85%;
      -moz-background-size: auto 85%;
      -o-background-size: auto 85%;
      background-size: auto 85%;
      background-repeat: no-repeat;
      background-image: url(../images/9cc54f2c105835da58ffec96de1b3cec.html);
    }
  }

  @media (min-width: 1200px) {
    #content.aca-compliance section#bottomCtaSection {
      padding: 100px 0;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%;
      background-position: bottom right;
    }
  }

  #content.aca-compliance section#bottomCtaSection h2 {
    color: #444;
  }

  /*
	-----------------
	"Contact Us" Page
	-----------------
*/
  #content.contact-us section#heroSection {
    padding: 40px 0;
  }

  #content.contact-us section#heroSection h1 {
    color: #232323;
    margin-bottom: 15px;
  }

  #content.contact-us section#heroSection img {
    margin: auto 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #content.contact-us section#formSection {
    padding: 75px 0;
  }

  #content.contact-us section#formSection .leftCol .preSubmit {
    max-width: 450px;
    margin: auto;
  }

  @media (min-width: 992px) {
    #content.contact-us section#formSection .leftCol .preSubmit {
      max-width: none;
    }
  }

  #content.contact-us section#formSection .leftCol label {
    font-weight: 500;
  }

  #content.contact-us section#formSection .leftCol button[type="submit"] {
    font-size: 16px;
    padding: 12px;
    width: 250px;
  }

  @media (min-width: 768px) {
    #content.contact-us section#formSection .rightCol {
      text-align: left;
    }
  }

  #content.contact-us section#formSection .rightCol p {
    margin: auto;
    line-height: 133%;
  }

  #content.contact-us section#formSection .rightCol p.preHeader {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
  }

  #content.contact-us section#formSection .rightCol hr {
    margin: 30px auto;
    width: 200px;
  }

  @media (min-width: 768px) {
    #content.contact-us section#formSection .rightCol hr {
      margin: 30px 0;
    }
  }

  #content.customers #heroSection {
    padding: 100px 15px;
    background-color: #ee8a20;
    background-image: url(../images/fa5323b7874ae1a6978c732b5134ccd8.html);
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
  }

  #content.customers #heroSection h1 {
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.customers #heroSection h1 {
      font-size: 40px;
    }
  }

  #content.customers #heroSection .jumpingArrow {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #content.customers .preHeader {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    margin: auto;
    letter-spacing: 2px;
  }

  #content.customers .videoSection {
    background-color: #333;
    padding: 100px 15px;
  }

  #content.customers .videoSection .playBtn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #content.customers .videoSection:hover .playBtn {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.customers .videoSection h3 {
    color: #fff;
    max-width: 750px;
    margin: auto;
  }

  #content.customers h2 {
    letter-spacing: 0;
  }

  #content.customers #dotAndBoVideoSection {
    background-image: url(../images/030b7e012a2858120d90fda1e70b2a12.html), url(../images/50f78398c407f5a33a8d895ff3bdf733.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center, top center;
  }

  @media (min-width: 768px) {
    #content.customers #dotAndBoVideoSection {
      background-image: url(../images/ce7ccba231538bdfaef896ba21c3c85e.html), url(../images/226d491583e4d7fc2cf1dc5879d68142.html);
    }
  }

  @media (min-width: 992px) {
    #content.customers #dotAndBoVideoSection {
      background-image: url(../images/ce7ccba231538bdfaef896ba21c3c85e.html), url(../images/97b18bbea45203c84a5213bf68ec0004.html);
    }
  }

  #content.customers #caseStudiesSection {
    padding: 75px 0 85px;
  }

  #content.customers #caseStudiesSection h2 {
    color: #444;
  }

  #content.customers #caseStudiesSection .caseStudy {
    margin-top: 40px;
  }

  #content.customers #caseStudiesSection .caseStudy .caseStudyLogo {
    height: 80px;
    position: relative;
  }

  #content.customers #caseStudiesSection .caseStudy .caseStudyLogo img {
    max-height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  #content.customers #caseStudiesSection .caseStudy .caseStudyQuote {
    max-width: 300px;
    margin: 15px auto 20px;
    font-size: 15px;
  }

  #content.customers #caseStudiesSection .caseStudy .caseStudyCitation1 {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0;
  }

  #content.customers #caseStudiesSection .caseStudy .caseStudyCitation2 {
    font-size: 14px;
    font-style: italic;
  }

  #content.customers #caseStudiesSection .downloadBtn {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #45aaff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
  }

  #content.customers #caseStudiesSection .downloadBtn:hover {
    background-color: #45aaff;
    color: #fff;
  }

  #content.customers #caseStudiesSection .downloadBtn:focus {
    background-color: #398286;
    color: #fff;
  }

  #content.customers #logicMonitorVideoSection {
    background-image: url(../images/ce7ccba231538bdfaef896ba21c3c85e.html), url(../images/9ac9216e0f36da30f98618fc51e8c26b.html);
    -webkit-background-size: cover, cover;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    background-size: cover, cover;
    background-position: bottom center, 40% 0%;
  }

  @media (min-width: 768px) {
    #content.customers #logicMonitorVideoSection {
      background-image: url(../images/ce7ccba231538bdfaef896ba21c3c85e.html), url(../images/bd2981ef00cdbd59864525b140d26109.html);
    }
  }

  @media (min-width: 992px) {
    #content.customers #logicMonitorVideoSection {
      background-image: url(../images/ce7ccba231538bdfaef896ba21c3c85e.html), url(../images/da0ce07c8e427aff2bed62c3897e2053.html);
    }
  }

  #content.customers #whyZenefitsSection {
    padding: 75px 0;
  }

  #content.customers #whyZenefitsSection h2 {
    color: #444;
  }

  #content.customers #whyZenefitsSection .col-sm-4 {
    max-width: 400px;
    margin: auto;
  }

  #content.customers #whyZenefitsSection h4 {
    padding: 0 15px;
    font-weight: 300;
  }

  @media (max-width: 991px) {
    #content.customers #whyZenefitsSection h4 {
      font-size: 20px;
    }
  }

  #content.customers #whyZenefitsSection .quoteCitation {
    font-size: 12px;
  }

  @media (min-width: 992px) {
    #content.customers #whyZenefitsSection .quoteCitation {
      font-size: 13px;
    }
  }

  #content.customers #whyZenefitsSection .quoteCitation img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: top;
  }

  #content.customers #shareStorySection {
    padding: 100px 0;
    text-align: left;
    background-color: #f7f4f0;
    background-image: url(../images/127a11ffe0b205cb313a0b0c38614d8f.html);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  @media (min-width: 768px) {
    #content.customers #shareStorySection {
      background-image: url(../images/558b631fb23dfd8e3104085ca3421a68.html), url(../images/127a11ffe0b205cb313a0b0c38614d8f.html);
      background-position: 95% 100%, 50% 80%;
      -webkit-background-size: 350px, cover;
      -moz-background-size: 350px, cover;
      -o-background-size: 350px, cover;
      background-size: 350px, cover;
    }
  }

  @media (min-width: 992px) {
    #content.customers #shareStorySection {
      background-position: 75% 100%, 50% 80%;
      -webkit-background-size: 450px, cover;
      -moz-background-size: 450px, cover;
      -o-background-size: 450px, cover;
      background-size: 450px, cover;
    }
  }

  #content.customers #shareStorySection h2 {
    color: #444;
  }

  #content.customers #shareStorySection .attachToBottom {
    margin-bottom: -75px;
  }

  #content.error-404,
  #content.error-500,
  #content.error-maintenance {
    color: white;
  }

  #content.error-404 h1,
  #content.error-500 h1,
  #content.error-maintenance h1 {
    color: white;
  }

  #content.error-404 p,
  #content.error-500 p,
  #content.error-maintenance p {
    width: 80%;
    max-width: 700px;
    margin: auto;
    font-weight: 500;
  }

  #content.error-404 p a,
  #content.error-500 p a,
  #content.error-maintenance p a {
    color: #9dd2d5;
  }

  #content.error-404 p a:hover,
  #content.error-500 p a:hover,
  #content.error-maintenance p a:hover {
    color: #79c2c6;
  }

  #content.events #heroSection {
    padding: 100px 15px;
    color: #fff;
    background-image: url(../images/b25375198c3a7be901970f323e950667.html);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #content.events #heroSection h1 {
    color: #fff;
  }

  #content.events .events {
    margin: 0 -15px;
  }

  @media (min-width: 768px) {
    #content.events .events {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  #content.events .events .event {
    max-width: 450px;
    padding: 0 15px;
    margin: 20px auto;
  }

  @media (min-width: 768px) {
    #content.events .events .event {
      width: 50%;
    }
  }

  @media (min-width: 992px) {
    #content.events .events .event {
      width: 33.3%;
    }
  }

  #content.events .events .event-img {
    height: 150px;
    background-color: #444;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
  }

  #content.events .events .event-info {
    border: 1px solid #ddd;
    border-top: 2px solid #0096ff;
    padding: 20px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }

  #content.events .events .event-info p {
    font-size: 15px;
    line-height: 133%;
  }

  #content.events .events .event-info p.event-info-title {
    font-weight: 500;
    font-size: 18px;
  }

  #content.events .events .event-info .btn,
  #content.events .events .event-info body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.events .events .event-info .btn-next,
  #content.events .events .event-info body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.events .events .event-info .btn-next {
    font-size: 16px;
    padding: 10px 15px;
    width: 100%;
    margin-top: 10px;
  }

  #content.events section#upcomingCitiesSection {
    background-color: #f4f4f4;
    padding: 30px 0;
  }

  #content.events section#upcomingCitiesSection hr {
    width: 100px;
    border-top: 1px solid #0096ff;
  }

  #content.events .otherEvent {
    margin-top: 25px;
  }

  @media (min-width: 992px) {
    #content.events .otherEvent {
      text-align: left;
    }
  }

  #content.events .otherEvent .otherEvent-thumb,
  #content.events .otherEvent .otherEvent-info {
    vertical-align: middle;
  }

  @media (min-width: 992px) {

    #content.events .otherEvent .otherEvent-thumb,
    #content.events .otherEvent .otherEvent-info {
      display: inline-block;
    }
  }

  #content.events .otherEvent .otherEvent-info {
    margin-top: 10px;
  }

  @media (min-width: 992px) {
    #content.events .otherEvent .otherEvent-info {
      margin-top: 0;
      padding-left: 15px;
    }
  }

  #content.events .otherEvent .otherEvent-info p {
    margin: 0;
  }

  #content.event-signup {
    padding-top: 0;
  }

  #content.event-signup section#headerSection {
    padding: 10px 0;
  }

  @media (min-width: 768px) {
    #content.event-signup section#headerSection {
      text-align: left;
    }
  }

  @media (min-width: 768px) {
    #content.event-signup section#headerSection img {
      padding-bottom: 3px;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #ccc;
    }
  }

  #content.event-signup section#headerSection * {
    vertical-align: middle;
  }

  #content.event-signup section#heroSection {
    background-color: #444;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left center;
    height: 200px;
  }

  @media (min-width: 768px) {
    #content.event-signup section#heroSection {
      height: 350px;
    }
  }

  #content.event-signup section#eventInfo {
    padding: 50px 0;
    text-align: left;
  }

  #content.event-signup section#eventInfo table#eventMetaTable td {
    vertical-align: top;
  }

  #content.event-signup section#eventInfo table#eventMetaTable td:first-of-type {
    font-weight: 500;
    padding-right: 10px;
  }

  #content.event-signup section#eventInfo table#eventMetaTable td:last-of-type {
    padding-bottom: 10px;
  }

  @media (min-width: 768px) {
    #content.event-signup section#eventInfo .leftCol {
      padding-right: 40px;
    }
  }

  @media (min-width: 768px) {
    #content.event-signup section#eventInfo #formColumn {
      float: right;
    }
  }

  #content.event-signup section#eventInfo #formColumn .formContainer {
    max-width: 350px;
    margin: auto;
  }

  #content.event-signup section#eventInfo #formColumn .formContainer label {
    display: block;
    font-weight: 400;
  }

  #content.event-signup section#eventInfo #formColumn .formContainer button[type="submit"] {
    font-size: 16px;
    padding: 13px;
    font-weight: 500;
  }

  #content.event-signup section#eventInfo #formColumn .socialShare-icon {
    text-align: center;
    color: #666;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
  }

  #content.event-signup section#eventInfo #formColumn .socialShare-icon:hover,
  #content.event-signup section#eventInfo #formColumn .socialShare-icon:active {
    color: #45aaff;
    border-color: #45aaff;
  }

  #content.event-signup section#eventInfo table#agenda td {
    vertical-align: top;
    padding: 5px 0;
  }

  @media (max-width: 767px) {
    #content.event-signup section#eventInfo table#agenda td {
      display: block;
      padding: 0;
    }
  }

  #content.event-signup section#eventInfo table#agenda td.agenda-timeslot {
    white-space: nowrap;
  }

  #content.event-signup section#eventInfo table#agenda td.agenda-description {
    padding-bottom: 20px;
  }

  @media (min-width: 768px) {
    #content.event-signup section#eventInfo table#agenda td.agenda-description {
      padding-bottom: 5px;
      padding-left: 50px;
    }
  }

  #content.event-signup section#eventInfo table#agenda p:last-of-type {
    margin: 0;
  }

  @media (min-width: 768px) {
    #content.event-signup section#eventInfo .speakers {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px;
    }
  }

  #content.event-signup section#eventInfo .speaker {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 20px;
  }

  @media (min-width: 768px) {
    #content.event-signup section#eventInfo .speaker {
      width: 50%;
      max-width: auto;
      padding: 0 15px;
      margin: 0 0 20px;
    }
  }

  @media (min-width: 992px) {
    #content.event-signup section#eventInfo .speaker {
      width: 33.3%;
    }
  }

  #content.event-signup section#eventInfo .speaker-type {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffa13f;
    margin: auto;
  }

  #content.event-signup section#eventInfo .speaker-name {
    margin: auto;
    font-weight: 500;
    font-size: 18px;
    color: #444;
  }

  #content.event-signup section#eventInfo .speaker-title {
    font-size: 14px;
    margin: 0;
  }

  #content.event-signup section#eventInfo .partnerLogo {
    max-width: 250px;
    max-height: 100px;
  }

  body.get-started header {
    text-align: center;
    padding: 20px 15px;
  }

  body.get-started header img {
    max-width: 60%;
  }

  body.get-started #progressBar {
    height: 5px;
    background-color: #eee;
    margin-bottom: 10px;
  }

  body.get-started #progressBar #progressMade {
    width: 33%;
    height: 5px;
    background-color: #a1d1d1;
  }

  body.get-started .progressStep {
    font-size: 13px;
    line-height: 14px;
    color: #999;
  }

  body.get-started .progressStep .active {
    color: #45aaff;
  }

  body.get-started .stepSection {
    display: none;
    padding: 40px 0 0;
  }

  body.get-started .stepSection h1,
  body.get-started .stepSection h2 {
    font-size: 32px;
    color: #444;
  }

  body.get-started .stepSection p {
    max-width: 600px;
    margin: auto;
  }

  body.get-started .stepSection form {
    max-width: 400px;
    margin: auto;
    text-align: left;
  }

  body.get-started .stepSection form .formGroup {
    margin-bottom: 5px;
    font-size: 0;
  }

  body.get-started .stepSection form label {
    text-transform: uppercase;
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
  }

  body.get-started .stepSection form .errorText {
    display: block;
    visibility: hidden;
    margin-top: 3px;
  }

  body.get-started .stepSection form .formGroup.error .optional {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #666;
  }

  body.get-started .stepSection form .formGroup.error .errorText {
    visibility: visible;
  }

  body.get-started .stepSection form .row--condensed {
    margin-left: -5px;
    margin-right: -5px;
  }

  body.get-started .stepSection form .row--condensed [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  body.get-started .stepSection form .singleSelect {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Lato", "Helvetica", sans-serif;
    border: 1px solid #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 0;
    cursor: pointer;
  }

  body.get-started .stepSection form .singleSelect:hover {
    border-color: #45aaff;
  }

  body.get-started .stepSection form .singleSelect.active {
    border-color: #45aaff;
    background-color: #45aaff;
    color: #fff;
  }

  body.get-started .stepSection form .w70 {
    width: 65%;
    display: inline-block;
  }

  body.get-started .stepSection form .w30 {
    width: 32%;
    margin-left: 3%;
    display: inline-block;
  }

  body.get-started section#stepNavigation {
    display: none;
  }

  body.get-started section#stepNavigation .btn-next {
    width: 100%;
    max-width: 400px;
    margin-top: 5px;
  }

  body.get-started #soohooQuoteContainer {
    max-width: 625px;
    margin: 40px auto 20px;
    background-color: #f7f4f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 0;
    padding: 20px 25px;
  }

  body.get-started #soohooQuoteContainer #soohooImage {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    body.get-started #soohooQuoteContainer #soohooImage {
      margin: 0;
      width: 20%;
      max-width: 100px;
      display: inline-block;
      vertical-align: middle;
    }
  }

  body.get-started #soohooQuoteContainer #soohooQuote {
    font-size: 16px;
    font-weight: 300;
  }

  body.get-started #soohooQuoteContainer #soohooQuote .citation {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  @media (min-width: 768px) {
    body.get-started #soohooQuoteContainer #soohooQuote {
      width: 75%;
      margin-left: 5%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
    }
  }

  body.get-started footer {
    border: none;
  }

  body.get-started-payroll header {
    text-align: center;
    padding: 20px 15px;
  }

  body.get-started-payroll header img {
    max-width: 60%;
  }

  body.get-started-payroll #progressBar {
    height: 5px;
    background-color: #eee;
    margin-bottom: 10px;
  }

  body.get-started-payroll #progressBar #progressMade {
    width: 25%;
    height: 5px;
    background-color: #a1d1d1;
  }

  body.get-started-payroll .progressStep {
    font-size: 13px;
    line-height: 14px;
    color: #999;
  }

  body.get-started-payroll .progressStep .active {
    color: #45aaff;
  }

  body.get-started-payroll .stepSection {
    display: none;
    padding: 40px 0 0;
  }

  body.get-started-payroll .stepSection h1,
  body.get-started-payroll .stepSection h2 {
    font-size: 32px;
    color: #444;
  }

  body.get-started-payroll .stepSection p {
    max-width: 600px;
    margin: auto;
  }

  body.get-started-payroll .stepSection form {
    max-width: 400px;
    margin: auto;
    text-align: left;
  }

  body.get-started-payroll .stepSection form .formGroup {
    margin-bottom: 5px;
    font-size: 0;
  }

  body.get-started-payroll .stepSection form label {
    text-transform: uppercase;
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
  }

  body.get-started-payroll .stepSection form .errorText {
    display: block;
    visibility: hidden;
    margin-top: 3px;
  }

  body.get-started-payroll .stepSection form .formGroup.error .optional {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #666;
  }

  body.get-started-payroll .stepSection form .formGroup.error .errorText {
    visibility: visible;
  }

  body.get-started-payroll .stepSection form .row--condensed {
    margin-left: -5px;
    margin-right: -5px;
  }

  body.get-started-payroll .stepSection form .row--condensed [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  body.get-started-payroll .stepSection form .singleSelect {
    text-align: center;
    max-width: 250px;
    margin: auto;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Lato", "Helvetica", sans-serif;
    border: 1px solid #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 0;
    cursor: pointer;
  }

  body.get-started-payroll .stepSection form .singleSelect:hover {
    border-color: #45aaff;
  }

  body.get-started-payroll .stepSection form .singleSelect.active {
    border-color: #45aaff;
    background-color: #45aaff;
    color: #fff;
  }

  body.get-started-payroll .stepSection form .shrinkSides {
    padding: 0 10px !important;
  }

  body.get-started-payroll .stepSection form .w70 {
    width: 65%;
    display: inline-block;
  }

  body.get-started-payroll .stepSection form .w30 {
    width: 32%;
    margin-left: 3%;
    display: inline-block;
  }

  body.get-started-payroll .stepSection[data-step="1b"] form {
    max-width: 700px;
  }

  body.get-started-payroll .stepSection[data-step="1b"] form img {
    width: 120px;
    max-width: 85%;
  }

  body.get-started-payroll .stepSection[data-step="1b"] form .errorText {
    text-align: center;
  }

  body.get-started-payroll section#stepNavigation {
    display: none;
  }

  body.get-started-payroll section#stepNavigation .btn-next {
    width: 100%;
    max-width: 400px;
    margin-top: 5px;
  }

  body.get-started-payroll #soohooQuoteContainer {
    max-width: 625px;
    margin: 40px auto 20px;
    background-color: #f7f4f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 0;
    padding: 20px 25px;
  }

  body.get-started-payroll #soohooQuoteContainer #soohooImage {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    body.get-started-payroll #soohooQuoteContainer #soohooImage {
      margin: 0;
      width: 20%;
      max-width: 100px;
      display: inline-block;
      vertical-align: middle;
    }
  }

  body.get-started-payroll #soohooQuoteContainer #soohooQuote {
    font-size: 16px;
    font-weight: 300;
  }

  body.get-started-payroll #soohooQuoteContainer #soohooQuote .citation {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  @media (min-width: 768px) {
    body.get-started-payroll #soohooQuoteContainer #soohooQuote {
      width: 75%;
      margin-left: 5%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
    }
  }

  body.get-started-payroll footer {
    border: none;
  }

  @media (min-width: 768px) {
    .hr-answers #zenefitsNav .topNavLink:hover {
      color: #666 !important;
      background-color: transparent !important;
    }

    .hr-answers #zenefitsNav .seeZenefitsBtn:not(:hover) {
      color: #666;
      background: transparent;
      border: 1px solid #ddd;
    }
  }

  .hr-answers #askQuestionPopup {
    text-align: center;
    border-color: #ccc;
  }

  .hr-answers #askQuestionPopup h2 {
    font-size: 30px;
  }

  .hr-answers #askQuestionPopup input,
  .hr-answers #askQuestionPopup textarea,
  .hr-answers #askQuestionPopup select {
    width: 100%;
    padding: 8px 12px;
    margin-top: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .hr-answers #askQuestionPopup .errorMessage {
    display: none;
    font-size: 13px;
    color: #D50000;
    text-align: left;
  }

  @media (min-width: 768px) {
    .hr-answers #askQuestionPopup .inputContainer:nth-of-type(1) {
      padding-right: 5px;
    }

    .hr-answers #askQuestionPopup .inputContainer:nth-of-type(2) {
      padding-left: 5px;
    }
  }

  .hr-answers #askQuestionPopup .inputContainer.error input,
  .hr-answers #askQuestionPopup .inputContainer.error textarea,
  .hr-answers #askQuestionPopup .inputContainer.error select {
    border-color: #D50000;
  }

  .hr-answers #askQuestionPopup .inputContainer.error .errorMessage {
    display: block;
  }

  .hr-answers #askQuestionPopup .mfp-close {
    top: 10px;
    right: 10px;
    color: #ccc;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-color: transparent;
    opacity: .50;
  }

  .hr-answers #askQuestionPopup #formSubmitSuccess,
  .hr-answers #askQuestionPopup #formSubmitError {
    display: none;
  }

  .hr-answers #askQuestionPopup #formSubmitSuccess img,
  .hr-answers #askQuestionPopup #formSubmitError img {
    width: 100px;
  }

  .hr-answers #askQuestionPopup #formSubmitSuccess *+*,
  .hr-answers #askQuestionPopup #formSubmitError *+* {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #content.hr-answers-content.all-questions .heroSection {
    position: relative;
    background-image: url(../images/3da565bf8eb7c6225d5886c0a3374d21.html);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #content.hr-answers-content.all-questions .heroSection img.hrAnswersLogo {
    max-width: 250px;
    padding-bottom: 10px;
    margin-top: -15px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
  }

  #content.hr-answers-content.all-questions .heroSection h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
  }

  #content.hr-answers-content.all-questions .heroSection .carousel-control {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 31px;
    color: #999;
    text-shadow: none;
    background: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1.0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.hr-answers-content.all-questions .heroSection .carousel-control:hover {
    color: #45aaff;
    border-color: #45aaff;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  #content.hr-answers-content.all-questions .heroSection .advisor {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image:hover img {
    border-color: #aaa;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image:hover .advisor-linkedin {
    background-color: #398286;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image img {
    width: 100%;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-image .advisor-linkedin {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 2px 5px;
    background-color: #45aaff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #fff;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-name {
    margin-top: 15px;
    font-weight: 500;
  }

  #content.hr-answers-content.all-questions .heroSection .advisor .advisor-title {
    color: #999;
  }

  #content.hr-answers-content.all-questions .heroSection #orTriangle {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    margin: auto;
    font-size: 15px;
    font-weight: 700;
  }

  #content.hr-answers-content.all-questions .heroSection #orTriangle p {
    margin: 15px 0;
  }

  #content.hr-answers-content.all-questions .heroSection #orTriangle .triangle {
    width: 0;
    height: 0;
    border-top: 20px solid #efefef;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  #content.hr-answers-content.all-questions .categoryBar {
    margin-bottom: 4px;
    text-align: left;
  }

  #content.hr-answers-content.all-questions .categoryBar .categoryOption {
    padding: 5px 5px 5px 5px;
    color: #0096ff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #content.hr-answers-content.all-questions .categoryBar .categoryOption:hover {
    color: #45aaff;
    cursor: pointer;
  }

  #content.hr-answers-content.all-questions .questionSearch {
    width: 100%;
    color: #666;
    position: relative;
  }

  #content.hr-answers-content.all-questions .questionSearch .inputHelpText {
    padding-left: 10px;
    color: rgba(204, 204, 204, 0.9);
    text-align: left;
  }

  #content.hr-answers-content.all-questions .questionSearch input {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }

  #content.hr-answers-content.all-questions .questionSearch .searchIcon {
    position: absolute;
    top: 42px;
    right: 15px;
  }

  #content.hr-answers-content.all-questions #articles .article {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }

  #content.hr-answers-content.all-questions #articles .article:first-of-type {
    border-top: 1px solid #ddd;
  }

  #content.hr-answers-content.all-questions #articles .article.article--hidden {
    display: none;
  }

  #content.hr-answers-content.all-questions #articles .article .article-title a {
    font-weight: 500;
    color: #666;
  }

  #content.hr-answers-content.all-questions #articles .article .article-title a:hover {
    color: #0096ff;
  }

  #content.hr-answers-content.all-questions #articles .article .article-title em {
    padding-right: .08em;
    padding-left: .08em;
    font-style: normal;
    font-weight: bold;
    background-color: #c6e6f4;
  }

  #content.hr-answers-content.all-questions #articles .article .article-author {
    color: #999;
  }

  #content.hr-answers-content.all-questions #articles .article .article-category {
    text-align: left;
  }

  @media (min-width: 768px) {
    #content.hr-answers-content.all-questions #articles .article .article-category {
      text-align: right;
    }
  }

  #content.hr-answers-content.article .breadcrumbSection ul {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #content.hr-answers-content.article .breadcrumb-articleTitle {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #content.hr-answers-content.article .socialCTAs {
    margin-top: 10px;
  }

  #content.hr-answers-content.article .socialCTAs li {
    display: inline-block;
  }

  #content.hr-answers-content.article .socialCTAs li+li {
    margin-left: 10px;
  }

  #content.hr-answers-content.article .socialCTAs a,
  #content.hr-answers-content.article .socialCTAs a:link {
    color: #bababa;
  }

  #content.hr-answers-content.article .socialCTAs a:hover {
    color: #45aaff;
  }

  #content.hr-answers-content.article .socialCTAs li:before {
    content: '';
  }

  #content.hr-answers-content.article .preArticle {
    text-align: center;
  }

  @media (min-width: 768px) {
    #content.hr-answers-content.article .preArticle {
      text-align: left;
    }

    #content.hr-answers-content.article .preArticle .socialCTAs {
      text-align: right;
    }
  }

  #content.hr-answers-content.article #articleContent {
    position: relative;
    text-align: left;
  }

  #content.hr-answers-content.article #articleContent .hrAnswersLogo {
    width: 250px;
  }

  #content.hr-answers-content.article #articleContent h1 {
    margin: 30px 0;
    font-size: 26px;
  }

  #content.hr-answers-content.article #articleContent-body {
    margin-bottom: 50px;
  }

  #content.hr-answers-content.article #articleContent-body h1,
  #content.hr-answers-content.article #articleContent-body h2 {
    margin-bottom: 10px;
    font: 500 22px/1.3 "Roboto", sans-serif;
    color: #666666;
  }

  #content.hr-answers-content.article #articleContent-body h1 {
    font-weight: 700;
  }

  #content.hr-answers-content.article #articleContent-body h3 {
    font: 500 18px/1.3 "Roboto", sans-serif;
  }

  #content.hr-answers-content.article #articleContent-body h4 {
    font: 500 16px/1.3 "Roboto", sans-serif;
  }

  #content.hr-answers-content.article #articleContent-body *+h1,
  #content.hr-answers-content.article #articleContent-body *+h2,
  #content.hr-answers-content.article #articleContent-body *+h3,
  #content.hr-answers-content.article #articleContent-body *+h4 {
    margin-top: 30px;
  }

  #content.hr-answers-content.article #articleContent-body p+ul {
    margin-top: -10px;
  }

  #content.hr-answers-content.article #articleContent-body li~li {
    margin-top: 4px;
  }

  #content.hr-answers-content.article #author {
    text-align: center;
  }

  @media (min-width: 768px) {
    #content.hr-answers-content.article #author {
      text-align: left;
    }
  }

  #content.hr-answers-content.article #author-image {
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  @media (min-width: 768px) {
    #content.hr-answers-content.article #author-image {
      display: inline-block;
      vertical-align: middle;
    }
  }

  #content.hr-answers-content.article #author-image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.hr-answers-content.article #author-image:hover img {
    border-color: #aaa;
  }

  #content.hr-answers-content.article #author-image:hover .author-linkedin {
    background-color: #45aaff;
  }

  #content.hr-answers-content.article #author-image img {
    width: 100%;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #content.hr-answers-content.article #author-image .author-linkedin {
    position: absolute;
    right: -5px;
    bottom: -5px;
    padding: 3px 7px;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #45aaff;
    border: 2px solid #fff;
  }

  #content.hr-answers-content.article #author-image .author-linkedin:hover {
    background-color: #398286;
  }

  #content.hr-answers-content.article #author-info {
    display: inline-block;
    margin-top: 20px;
    color: #888;
    vertical-align: middle;
  }

  @media (min-width: 768px) {
    #content.hr-answers-content.article #author-info {
      margin-top: 0;
      margin-left: 40px;
    }
  }

  #content.hr-answers-content.article #author-info * {
    vertical-align: middle;
  }

  #content.hr-answers-content.article #author-info #author-info-name {
    font-weight: 500;
    line-height: 1.0;
    color: #666;
  }

  #content.hr-answers-content.article #author-info #author-info-title {
    margin-bottom: 10px;
  }

  #content.hr-answers-content.article #disclaimer {
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.5;
    color: #999;
  }

  #content.hr-answers-content.article #askQuestionButton {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    text-align: center;
    background-color: #0096ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #content.hr-answers-content.article #askQuestionButton img {
    display: block;
    width: 40px;
    margin: 0 auto 10px;
  }

  #content.hr-answers-content.article #askQuestionButton:hover {
    background-color: #f1860a;
  }

  #content.hr-grader {
    padding: 0;
  }

  #content.hr-grader section#heroSection {
    background-color: #333;
    background-image: url(../images/5db9dcb3689efb14c782310a7b5b6d89.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0;
    min-height: 100vh;
  }

  @media (min-width: 768px) {
    #content.hr-grader section#heroSection {
      padding: 100px 0;
    }
  }

  #content.hr-grader section#heroSection hr {
    margin: 25px auto 75px;
    width: 80%;
    max-width: 300px;
    border: none;
    border-top: 1px solid #555;
  }

  #content.hr-grader section#heroSection .preHeader {
    color: #888;
  }

  #content.hr-grader section#heroSection h1 {
    color: #bbb;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  @media (min-width: 768px) {
    #content.hr-grader section#heroSection h1 {
      font-size: 75px;
    }
  }

  #content.hr-grader section#heroSection p.subtext {
    color: #ccc;
  }

  #content.hr-grader section#heroSection .btn--primary,
  #content.hr-grader section#heroSection body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.hr-grader section#heroSection .btn-next,
  #content.hr-grader section#heroSection body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.hr-grader section#heroSection .btn-next {
    font-size: 16px;
    padding: 12px 75px;
    margin: 20px auto 50px;
  }

  #content.hr-grader section#heroSection .zmdi-circle {
    color: #444;
  }

  #content.hr-grader section#heroSection .zmdi-hc-inverse {
    color: #bbb;
  }

  #content.hr-grader section#heroSection .socialBtn {
    margin: 0 7px;
  }

  #content.hr-grader section#heroSection .socialBtn:hover .zmdi-hc-inverse {
    color: #888;
  }

  #content.hr-grader section#footerSection {
    background-color: #eee;
    padding: 25px 0;
  }

  #content.hr-grader section#footerSection small {
    color: #999;
  }

  #content.legal-licenses table {
    width: 100%;
  }

  #content.legal-licenses thead {
    background-color: #555;
    color: #fff;
  }

  #content.legal-licenses th,
  #content.legal-licenses td {
    padding: 5px 15px;
    vertical-align: top;
    font-size: 14px;
  }

  #content.legal-licenses table#companyLicenses td {
    padding: 8px 15px;
  }

  #content.legal-licenses tr.newRepRow {
    border-top: 1px solid #ccc;
  }

  #content.legal-licenses td.rep-name {
    text-transform: uppercase;
    font-weight: 500;
  }

  #content.legal-licenses tbody {
    border-bottom: 1px solid #ccc;
  }

  #content.legal-licenses tbody tr:nth-child(even) {
    background-color: #f4f4f4;
  }

  #content.legal-licenses .licensesPagination {
    text-align: center;
    padding: 5px 0 15px;
  }

  #content.legal-licenses .licensesPagination button {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 12px;
    margin: 5px;
  }

  #content.legal-licenses .licensesPagination button:hover {
    background-color: #eee;
  }

  #content.legal-licenses .licensesPagination button.active {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -moz-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    font-weight: 500;
  }

  @media (max-width: 767px) {
    #content.legal-licenses table thead {
      display: none;
    }

    #content.legal-licenses table tbody+tbody {
      padding-top: 15px;
    }

    #content.legal-licenses table td {
      display: block;
    }

    #content.legal-licenses table td.rep-name {
      background-color: #555;
      color: #fff;
      margin-top: 15px;
    }

    #content.legal-licenses table td.rep-license-state {
      border: 1px solid #ccc;
      border-width: 0 1px;
    }

    #content.legal-licenses table td.rep-license-state::before {
      content: "State: ";
      font-weight: 500;
    }

    #content.legal-licenses table td.rep-license-number {
      padding-top: 0;
      border: 1px solid #ccc;
      border-width: 0 1px;
    }

    #content.legal-licenses table td.rep-license-number::before {
      content: "Number: ";
      font-weight: 500;
    }

    #content.legal-licenses table td.rep-license-type {
      padding-top: 0;
      border: 1px solid #ccc;
      border-width: 0 1px;
    }

    #content.legal-licenses table td.rep-license-type::before {
      content: "Type: ";
      font-weight: 500;
    }

    #content.legal-licenses table#companyLicenses tbody {
      border-top: 1px solid #ccc;
    }
  }

  #content.management section#heroSection {
    background-color: #f7f4f0;
  }

  @media (min-width: 768px) {
    #content.management section#heroSection {
      text-align: left;
      background-image: url(../images/8ee02f6b7c9ca9b311a95ba29caf678d.html);
      -webkit-background-size: 350px 350px;
      -moz-background-size: 350px;
      -o-background-size: 350px;
      background-size: 350px;
      background-position: -webkit-calc(50% + 200px) 50%;
      background-position: -moz-calc(50% + 200px) 50%;
      background-position: calc(50% + 200px) 50%;
      background-repeat: no-repeat;
    }
  }

  @media (min-width: 992px) {
    #content.management section#heroSection {
      -webkit-background-size: 500px 500px;
      -moz-background-size: 500px;
      -o-background-size: 500px;
      background-size: 500px;
      background-position: -webkit-calc(50% + 225px) 50%;
      background-position: -moz-calc(50% + 225px) 50%;
      background-position: calc(50% + 225px) 50%;
    }
  }

  @media (min-width: 1200px) {
    #content.management section#heroSection {
      background-position: -webkit-calc(50% + 325px) 50%;
      background-position: -moz-calc(50% + 325px) 50%;
      background-position: calc(50% + 325px) 50%;
    }
  }

  #content.management section#heroSection h1 {
    color: #444;
    font-size: 30px;
  }

  @media (min-width: 768px) {
    #content.management section#heroSection h1 {
      font-size: 36px;
    }
  }

  #content.management h2 {
    color: #232323;
  }

  #content.management li~li {
    margin-top: 5px;
  }

  #content.management section#oneDashboardSection {
    padding: 75px 0;
    background-color: #fcfbfa;
  }

  #content.management hr.smallHr {
    width: 350px;
    max-width: 60%;
    margin: auto;
    border-color: #ddd;
  }

  #content.management section#hrReportsSection {
    padding: 100px 0;
    text-align: left;
  }

  #content.management section#orgChartSection {
    padding: 100px 0;
    text-align: left;
  }

  #content.management section#selfServiceSection {
    padding: 100px 0;
    background-color: #fcfbfa;
  }

  #content.management section#hrisAutomationSection {
    background-color: #f7f4f0;
    padding: 100px 0;
  }

  #content.management section#hrisAutomationSection .videoContainer {
    max-width: 500px;
    margin: auto;
  }

  #content.management section#hrisAutomationSection .videoContainer .playBtn {
    -webkit-box-shadow: 0 0 50px 15px #fff inset;
    -moz-box-shadow: 0 0 50px 15px #fff inset;
    box-shadow: 0 0 50px 15px #fff inset;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #content.management section#customizableSection {
    padding: 75px 0;
  }

  #content.partners #mainContent {
    background-image: url(../images/bbbfe59afbd06ef1777662418a0de461.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.partners #mainContent {
      padding: 100px 0;
    }
  }

  #content.partners #mainContent h1 {
    font-size: 30px;
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.partners #mainContent h1 {
      font-size: 32px;
    }
  }

  #content.partners #mainContent p {
    color: #fff;
  }

  #content.partners #mainContent .flex-parent {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #content.partners #mainContent .partnerOption {
    width: 300px;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 5px;
  }

  @media (min-width: 768px) {
    #content.partners #mainContent .partnerOption {
      margin: 0 15px;
    }
  }

  #content.partners #mainContent .partnerOption-description {
    padding: 50px 25px 95px;
  }

  #content.partners #mainContent .partnerOption-description img {
    height: 80px;
  }

  #content.partners #mainContent .partnerOption-description p {
    color: #666;
  }

  #content.partners #mainContent .partnerOption-cta {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 15px;
    margin: 0;
    display: block;
    background-color: #67a2a6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    color: #fff;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
  }

  #content.partners #mainContent .partnerOption-cta:hover {
    background-color: #5a969a;
  }

  #content.business-partners section#heroSection {
    background-color: #888;
    background-image: url(../images/c76d53419ac321a9e225daabd2541cd5.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 75px 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  }

  @media (min-width: 768px) {
    #content.business-partners section#heroSection {
      padding: 100px 0;
      text-align: left;
    }
  }

  #content.business-partners section#heroSection h1 {
    font-size: 32px;
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.business-partners section#heroSection h1 {
      font-size: 36px;
    }
  }

  #content.business-partners section#heroSection form {
    max-width: 400px;
    margin: auto;
  }

  @media (min-width: 768px) {
    #content.business-partners section#heroSection form {
      margin: 0;
    }
  }

  #content.business-partners section#heroSection form .errorText {
    color: #ff9999;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  }

  #content.business-partners section#heroSection form .formDisclaimer {
    margin: 10px auto 0;
    text-align: center;
    font-size: 13px;
  }

  #content.business-partners section#mainContentSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.business-partners section#mainContentSection {
      padding: 100px 0;
    }
  }

  #content.business-partners section#mainContentSection p {
    max-width: 500px;
  }

  #content.business-partners section#mainContentSection i.zmdi-check {
    font-size: 13px;
    color: #67a2a6;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border: 1px solid #67a2a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 2px;
  }

  #content.business-partners section#mainContentSection h3 {
    font-size: 22px;
  }

  #content.business-partners section#payrollSection {
    padding: 75px 0;
  }

  #content.business-partners section#payrollSection #payrollIntegrations {
    margin-top: 15px;
  }

  #content.business-partners section#payrollSection #payrollIntegrations img {
    margin: 0 3px;
  }

  #content.business-partners section#complianceSection {
    padding: 75px 0;
  }

  body.payroll #content #heroSection {
    padding: 50px 0;
  }

  body.payroll #content #heroSection h1 {
    color: #444;
    font-size: 30px;
    max-width: 400px;
    margin: auto;
  }

  @media (min-width: 768px) {
    body.payroll #content #heroSection h1 {
      max-width: none;
      font-size: 36px;
    }
  }

  @media (min-width: 992px) {
    body.payroll #content #heroSection {
      padding: 80px 0 130px;
      text-align: left;
      background-image: url(../images/ec5c71e7dcb05576d7d8788794df0f42.html);
      background-repeat: no-repeat;
      background-position: 65% 70%;
      -webkit-background-size: 975px 975px;
      -moz-background-size: 975px;
      -o-background-size: 975px;
      background-size: 975px;
      position: relative;
    }

    body.payroll #content #heroSection .limitedRelease {
      margin: 0;
    }

    body.payroll #content #heroSection .play-video {
      display: inline-block;
      position: absolute;
      height: 310px;
      width: 375px;
      left: -webkit-calc(64% - 50px);
      left: -moz-calc(64% - 50px);
      left: calc(64% - 50px);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      color: #fff;
      padding: 100px 0;
      text-decoration: underline;
      font-size: 14px;
    }

    body.payroll #content #heroSection .play-video .play-btn {
      position: relative;
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }

    body.payroll #content #heroSection .play-video:hover .play-btn {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  }

  @media (min-width: 1200px) {
    body.payroll #content #heroSection {
      -webkit-background-size: 1000px 1000px;
      -moz-background-size: 1000px;
      -o-background-size: 1000px;
      background-size: 1000px;
    }

    body.payroll #content #heroSection .play-video {
      width: 400px;
    }
  }

  body.payroll #content h2 {
    color: #444;
  }

  body.payroll #content .play-video {
    position: relative;
  }

  body.payroll #content .play-video .play-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  body.payroll #content .play-video:hover .play-btn {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }

  body.payroll #content #mainContentSection {
    padding: 100px 0 60px;
    background-image: url(../images/2fb32e7b2a4d68624036959ded7e61a5.html);
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  body.payroll #content #mainContentSection hr {
    width: 320px;
    max-width: 90%;
    border-color: #222;
    margin: 30px auto 0;
  }

  body.payroll #content #mainContentSection #integrationLogos {
    display: inline-block;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -10px;
    background-color: #F7F6F4;
  }

  body.payroll #content #mainContentSection #integrationLogos .preHeader {
    font-size: 12px;
  }

  body.payroll #content #mainContentSection #integrationLogos #xeroLogo {
    margin: 0 5px;
  }

  body.payroll #content #mainContentSection .productFeature {
    padding: 0 25px;
    margin-bottom: 40px;
  }

  body.payroll #content #mainContentSection .productFeature .preHeader {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
  }

  body.payroll #content #mainContentSection .productFeature .featureDesc {
    font-size: 14px;
    max-width: 300px;
    margin: auto;
  }

  body.payroll #content #pricingSection {
    padding: 75px 0;
  }

  body.payroll #content #pricingSection .pricingContainer {
    border: 2px solid #45aaff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 450px;
    margin: 20px auto 0;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingHeader {
    padding: 30px 25px;
    background-color: #45aaff;
    color: #fff;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingHeader .preHeader {
    font-weight: 900;
    margin: 0 auto 5px;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingHeader h3 {
    color: #fff;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingHeader hr {
    margin: 5px auto 20px;
    width: 80%;
    border-top: 1px solid #fff;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingHeader .price {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingHeader small {
    font-weight: 400;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails {
    padding: 30px 25px 25px;
    text-align: left;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails p {
    font-size: 13px;
    color: #999;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails ul {
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails ul li {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails ul li:not(.noBullet) {
    background-image: url(../images/874685893730cb555d063c71fd60f978.html);
    background-repeat: no-repeat;
    background-position: 0 4px;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails a.btn,
  body.payroll #content #pricingSection .pricingContainer .pricingDetails body.get-started section#stepNavigation a.btn-next,
  body.get-started section#stepNavigation body.payroll #content #pricingSection .pricingContainer .pricingDetails a.btn-next,
  body.payroll #content #pricingSection .pricingContainer .pricingDetails body.get-started-payroll section#stepNavigation a.btn-next,
  body.get-started-payroll section#stepNavigation body.payroll #content #pricingSection .pricingContainer .pricingDetails a.btn-next {
    font-size: 16px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  body.payroll #content #pricingSection .pricingContainer .pricingDetails a.btn:hover,
  body.payroll #content #pricingSection .pricingContainer .pricingDetails body.get-started section#stepNavigation a.btn-next:hover,
  body.get-started section#stepNavigation body.payroll #content #pricingSection .pricingContainer .pricingDetails a.btn-next:hover,
  body.payroll #content #pricingSection .pricingContainer .pricingDetails body.get-started-payroll section#stepNavigation a.btn-next:hover,
  body.get-started-payroll section#stepNavigation body.payroll #content #pricingSection .pricingContainer .pricingDetails a.btn-next:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa13f), to(#f98017));
    background-image: -webkit-linear-gradient(top, #ffa13f, #f98017);
    background-image: -moz-linear-gradient(top, #ffa13f, #f98017);
    background-image: -o-linear-gradient(top, #ffa13f, #f98017);
    background-image: linear-gradient(to bottom, #ffa13f, #f98017);
    border-width: 1px;
    border-color: #c96e1c;
  }

  body.payroll #content #pricingSection .payrollPlanDisclaimer {
    margin: 15px auto 0;
    max-width: 450px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    padding-left: 15px;
  }

  body.payroll #content #pricingSection hr.hr--narrow {
    margin: 5px auto 20px;
    width: 350px;
    max-width: 80%;
    border-top: 1px solid #ddd;
  }

  body.payroll #content #pricingSection #testimonialsCarousel p {
    max-width: 600px;
    margin: 0 auto 15px;
  }

  body.payroll #content #pricingSection #testimonialsCarousel p.name {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 0;
    font-weight: 700;
  }

  body.payroll #content #pricingSection #testimonialsCarousel p.title {
    font-size: 14px;
  }

  body.payroll #content #pricingSection #testimonialsCarousel .carousel-indicators {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0;
  }

  body.payroll #content #pricingSection #testimonialsCarousel .carousel-indicators li {
    text-indent: 0;
    width: 75px;
    max-width: 30%;
    height: 75px;
  }

  body.payroll #content #pricingSection #testimonialsCarousel .carousel-indicators li.active img {
    border-color: #45aaff;
    opacity: 1.0;
  }

  body.payroll #content #pricingSection #testimonialsCarousel .carousel-indicators li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #aaa;
    opacity: 0.6;
  }

  body.payroll #content #payrollProviderSection {
    padding: 75px 0;
    background-color: #e1f1f2;
  }

  body.payroll #content #payrollProviderSection h4 {
    font-size: 18px;
    color: #444;
  }

  body.payroll #content #payrollProviderSection hr {
    margin: 5px auto 15px;
    border: 1px solid #45aaff;
    width: 125px;
  }

  body.payroll #content #payrollProviderSection p {
    font-size: 14px;
    color: #666;
    margin: auto;
  }

  body.payroll #content #payrollProviderSection #payrollProviderLogos {
    margin-top: 25px;
  }

  body.payroll #content #payrollProviderSection #payrollProviderLogos img {
    vertical-align: middle;
    display: inline-block;
    max-width: 20%;
  }

  body.payroll #content #payrollProviderSection #payrollProviderLogos img+img {
    margin-left: 10px;
  }

  body.payroll #content #bottomCtaSection form {
    max-width: 400px;
  }

  @media (min-width: 992px) {

    body.payroll #content #bottomCtaSection form .formGroup,
    body.payroll #content #bottomCtaSection form .btn,
    body.payroll #content #bottomCtaSection form body.get-started section#stepNavigation .btn-next,
    body.get-started section#stepNavigation body.payroll #content #bottomCtaSection form .btn-next,
    body.payroll #content #bottomCtaSection form body.get-started-payroll section#stepNavigation .btn-next,
    body.get-started-payroll section#stepNavigation body.payroll #content #bottomCtaSection form .btn-next {
      width: 100%;
      max-width: 100%;
    }
  }

  @media (min-width: 992px) {

    body.payroll #content #bottomCtaSection form:not(.twoFieldTest) .btn,
    body.payroll #content #bottomCtaSection form:not(.twoFieldTest) body.get-started section#stepNavigation .btn-next,
    body.get-started section#stepNavigation body.payroll #content #bottomCtaSection form:not(.twoFieldTest) .btn-next,
    body.payroll #content #bottomCtaSection form:not(.twoFieldTest) body.get-started-payroll section#stepNavigation .btn-next,
    body.get-started-payroll section#stepNavigation body.payroll #content #bottomCtaSection form:not(.twoFieldTest) .btn-next {
      margin-top: 15px;
    }
  }

  body.payroll #content #bottomCtaSection .play-video {
    min-height: 160px;
    display: inline-block;
    width: 100%;
  }

  body.payroll .mfp-content {
    padding: 15px;
  }

  body.payroll #popup-payrollFeatures {
    max-width: 385px;
    padding: 20px;
    position: relative;
  }

  @media (min-width: 768px) {
    body.payroll #popup-payrollFeatures {
      padding: 25px 50px;
    }
  }

  body.payroll #popup-payrollFeatures button.mfp-close {
    display: none;
  }

  @media (min-width: 768px) {
    body.payroll #popup-payrollFeatures button.mfp-close {
      position: absolute;
      display: block;
      top: 15px;
      right: 15px;
      height: 20px;
      border: none;
    }
  }

  body.payroll #popup-payrollFeatures .preHeader {
    color: #0096ff;
    margin-bottom: 5px;
    font-size: 12px;
  }

  body.payroll #popup-payrollFeatures h2 {
    color: #444;
    font-size: 24px;
  }

  body.payroll #popup-payrollFeatures h4 {
    text-align: left;
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto 5px;
    font-weight: 500;
  }

  body.payroll #popup-payrollFeatures ul {
    margin: 0 auto 25px;
    max-width: 350px;
    list-style-type: none;
    padding: 0;
    text-align: left;
  }

  body.payroll #popup-payrollFeatures ul li {
    padding-left: 20px;
    font-size: 13px;
  }

  body.payroll #popup-payrollFeatures ul li~li {
    margin-top: 2px;
  }

  body.payroll #popup-payrollFeatures ul li:not(.noBullet) {
    background-image: url(../images/874685893730cb555d063c71fd60f978.html);
    background-repeat: no-repeat;
    background-position: 0 4px;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
  }

  body.payroll #popup-payrollFeatures .btn,
  body.payroll #popup-payrollFeatures body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation body.payroll #popup-payrollFeatures .btn-next,
  body.payroll #popup-payrollFeatures body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation body.payroll #popup-payrollFeatures .btn-next {
    font-size: 15px;
    padding: 10px 30px;
  }

  body.payroll #popup-payrollFeatures .closeModal {
    font-size: 13px;
  }

  #content.phr-test #heroSection {
    padding: 160px 15px 20px;
    background-color: #3f556b;
    background-image: url(../images/c8643d2cb387cf5221e941b88589be9f.html);
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  @media (min-width: 768px) {
    #content.phr-test #heroSection {
      padding: 90px 15px;
      background-image: url(../images/6dc201ec88f90adab97319847c7a3bf1.html);
    }
  }

  @media (min-width: 1200px) {
    #content.phr-test #heroSection {
      background-image: url(../images/561b79164151d8262f525637dd756e38.html);
    }
  }

  #content.phr-test #heroContent {
    position: relative;
    max-width: 475px;
    padding: 30px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #content.phr-test #heroContent h1 {
    margin: 0 auto 10px;
    font-size: 26px;
  }

  @media (min-width: 768px) {
    #content.phr-test #heroContent h1 {
      font-size: 32px;
    }
  }

  #content.phr-test #heroContent p {
    margin: auto;
  }

  #content.phr-test #heroContent select[name="testLength"] {
    margin: 10px auto;
    font-size: 14px;
  }

  @media (min-width: 768px) {
    #content.phr-test #heroContent select[name="testLength"] {
      position: relative;
      z-index: 10;
      width: 80%;
      font-size: 16px;
    }
  }

  #content.phr-test #heroContent a.btn--primary,
  #content.phr-test #heroContent body.get-started section#stepNavigation a.btn-next,
  body.get-started section#stepNavigation #content.phr-test #heroContent a.btn-next,
  #content.phr-test #heroContent body.get-started-payroll section#stepNavigation a.btn-next,
  body.get-started-payroll section#stepNavigation #content.phr-test #heroContent a.btn-next {
    font-size: 16px;
  }

  @media (min-width: 768px) {

    #content.phr-test #heroContent a.btn--primary,
    #content.phr-test #heroContent body.get-started section#stepNavigation a.btn-next,
    body.get-started section#stepNavigation #content.phr-test #heroContent a.btn-next,
    #content.phr-test #heroContent body.get-started-payroll section#stepNavigation a.btn-next,
    body.get-started-payroll section#stepNavigation #content.phr-test #heroContent a.btn-next {
      font-size: 20px;
    }
  }

  #content.phr-test #heroContent #manStudying {
    position: absolute;
    right: 48%;
    bottom: 100%;
    width: 140px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  @media (min-width: 768px) {
    #content.phr-test #heroContent #manStudying {
      right: auto;
      bottom: -40px;
      left: -155px;
      width: auto;
      height: 260px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }

  #content.phr-test #heroContent #womanStudying {
    position: absolute;
    bottom: 100%;
    left: 48%;
    width: 140px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  @media (min-width: 768px) {
    #content.phr-test #heroContent #womanStudying {
      right: -135px;
      bottom: -40px;
      left: auto;
      width: auto;
      height: 260px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }

  #content.phr-test #mainContent {
    max-width: 950px;
  }

  #content.phr-test #mainContent .infoCol {
    max-width: 450px;
    margin: auto;
    border: 2px solid #eee;
  }

  #content.phr-test #mainContent .infoCol.leftCol {
    padding: 25px 0;
  }

  #content.phr-test #mainContent .infoCol.rightCol {
    padding: 25px;
    margin-top: 40px;
  }

  @media (min-width: 992px) {
    #content.phr-test #mainContent .infoCol.rightCol {
      padding: 25px 40px;
      margin-top: 0;
    }
  }

  #content.phr-test #mainContent .infoCol h5 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #666666;
    text-align: center;
  }

  #content.phr-test #mainContent .infoCol h6 {
    font-weight: 500;
  }

  #content.phr-test #mainContent #phrTopicsPieChart {
    text-align: center;
  }

  #content.phr-test #mainContent #phrTopicsPieChart text {
    font-size: 20px;
    font-weight: 700;
    fill: #fff;
  }

  #content.phr-test #mainContent #phrTopicsPieChart .c3-arc {
    stroke: #fff;
  }

  #content.phr-test #mainContent .donutTooltip {
    position: relative;
    z-index: 100;
    width: 150px;
    padding: 10px;
    font-weight: 500;
    line-height: 133%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }

  body.ppc-contentDownload header {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

  body.ppc-contentDownload #content {
    padding: 0;
  }

  body.ppc-contentDownload section#mainContentSection {
    padding: 50px 0;
  }

  @media (min-width: 768px) {
    body.ppc-contentDownload section#mainContentSection {
      padding: 75px 0;
    }
  }

  body.ppc-contentDownload section#mainContentSection .preHeader {
    font-size: 16px;
  }

  body.ppc-contentDownload section#mainContentSection h1 {
    color: #232323;
    font-size: 28px;
  }

  body.ppc-contentDownload section#mainContentSection .leftColumn img {
    display: block;
    margin: 30px auto 0;
  }

  body.ppc-contentDownload section#mainContentSection ul.list-blue-check {
    padding: 0;
    list-style-type: none;
  }

  body.ppc-contentDownload section#mainContentSection ul.list-blue-check li {
    padding-left: 20px;
    background-image: url(../images/a749d9e91099eceed1a701d6c555804b.html);
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    background-position: 0 4px;
    background-repeat: no-repeat;
  }

  body.ppc-contentDownload section#mainContentSection #formContainer {
    max-width: 400px;
    margin: auto;
  }

  body.ppc-contentDownload section#mainContentSection #formContainer #formHeader {
    background-color: #559ea2;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    padding: 15px;
  }

  body.ppc-contentDownload section#mainContentSection #formContainer #formContent {
    background-color: #7fb6b5;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    padding: 25px;
  }

  body.ppc-contentDownload section#mainContentSection #formContainer #formContent button {
    padding: 10px 35px;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: "Lato", "Helvetica", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
  }

  body.ppc-contentDownload section#mainContentSection #formContainer #formContent #formDisclaimer,
  body.ppc-contentDownload section#mainContentSection #formContainer #formContent .postSubmit * {
    color: #fff;
  }

  body.ppc-contentDownload section#mainContentSection #formContainer #formContent a {
    color: #fff;
    border-bottom: 1px dotted #fff;
  }

  body.ppc-contentDownload section#tweetSection {
    padding: 50px 0;
  }

  body.ppc-contentDownload section#tweetSection .preHeader {
    font-size: 18px;
  }

  body.ppc-contentDownload section#tweetSection table#tweet {
    max-width: 550px;
    margin: 15px auto 0;
    text-align: left;
  }

  body.ppc-contentDownload section#tweetSection table#tweet td {
    padding: 0 5px;
    vertical-align: top;
  }

  body.ppc-contentDownload section#tweetSection table#tweet td p {
    font-size: 15px;
  }

  body.ppc-contentDownload footer .footer-sitemap {
    display: none;
  }

  .ppc-featureHighlight #content {
    padding-top: 0;
  }

  .ppc-featureHighlight #heroSection {
    background-image: url(../images/0a9153d12af326c94d7fee478615c923.html);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .ppc-featureHighlight #heroSection .formContainer {
    display: inline-block;
    padding: 35px;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .ppc-featureHighlight #heroSection .formContainer h2 {
    color: #fff;
  }

  .ppc-featureHighlight #heroSection .formContainer input {
    color: #666;
  }

  .ppc-featureHighlight #heroSection .formHeader {
    max-width: 450px;
    margin: auto;
  }

  .ppc-featureHighlight #heroSection .formHeader h1 {
    font-size: 28px;
    color: #fff;
  }

  .ppc-featureHighlight #heroSection .formHeader p {
    margin: 10px 0 20px;
    font-size: 18px;
  }

  .ppc-featureHighlight #heroSection form {
    max-width: 400px;
    margin: auto;
  }

  .ppc-featureHighlight #heroSection .getStartedFlow {
    display: none;
  }

  .ppc-featureHighlight #heroSection form .step-2 {
    display: none;
  }

  .ppc-featureHighlight #heroSection form .formGroup {
    margin-bottom: 15px;
  }

  .ppc-featureHighlight #heroSection form .input--radio {
    text-align: left;
    font-size: 0;
  }

  .ppc-featureHighlight #heroSection form .input--radio label {
    font-size: 16px;
    width: 50%;
  }

  .ppc-featureHighlight #heroSection form .input--radio label input {
    margin-right: 10px;
  }

  .ppc-featureHighlight #heroSection form button[type="submit"] {
    font-size: 16px;
    padding: 13px 0;
    width: 100%;
  }

  .ppc-featureHighlight #heroSection form .formDisclaimer {
    margin-top: 10px;
  }

  .ppc-featureHighlight #heroSection .error input {
    border-color: #e04444;
    -webkit-box-shadow: 0 0 1px #e04444, 0 0 4px #e04444;
    -moz-box-shadow: 0 0 1px #e04444, 0 0 4px #e04444;
    box-shadow: 0 0 1px #e04444, 0 0 4px #e04444;
  }

  .ppc-featureHighlight #heroSection .error .errorText {
    color: #e04444;
  }

  .ppc-featureHighlight #heroSection .zenefits-brochure h1,
  .ppc-featureHighlight #heroSection .zenefits-brochure ul {
    color: #fff;
    text-align: left;
  }

  .ppc-featureHighlight #heroSection .zenefits-brochure ul.list--orangeCheck {
    list-style: none;
    padding: 0;
  }

  .ppc-featureHighlight #heroSection .zenefits-brochure ul.list--orangeCheck li {
    padding-left: 30px;
    background-image: url(../images/72889f46ca40a02843adf7db17401930.html);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
  }

  .ppc-featureHighlight #heroSection .zenefits-brochure .formContainer {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 400px;
    margin: auto;
    color: #444;
  }

  .ppc-featureHighlight #heroSection .zenefits-brochure .formContainer p.preHeader {
    color: #444;
    font-size: 15px;
  }

  .ppc-featureHighlight section#featuredOnSection {
    padding: 15px 0;
  }

  .ppc-featureHighlight section#featuredOnSection .logo {
    display: inline-block;
    padding: 5px;
    width: 48%;
    vertical-align: middle;
  }

  @media (min-width: 768px) {
    .ppc-featureHighlight section#featuredOnSection .logo {
      width: 30%;
    }
  }

  @media (min-width: 992px) {
    .ppc-featureHighlight section#featuredOnSection .logo {
      width: auto;
    }

    .ppc-featureHighlight section#featuredOnSection .logo+.logo {
      margin-left: 16px;
    }
  }

  @media (min-width: 1200px) {
    .ppc-featureHighlight section#featuredOnSection .logo+.logo {
      margin-left: 55px;
    }
  }

  .ppc-featureHighlight section#featuredOnSection .logo img {
    margin: 10px auto;
  }

  .ppc-featureHighlight section#featuredOnSection .container,
  .ppc-featureHighlight section#featuredOnSection .container-padded,
  .ppc-featureHighlight section#featuredOnSection .container-padded-light {
    position: relative;
  }

  .ppc-featureHighlight section#featuredOnSection .bottomRightCorner {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .ppc-featureHighlight .review {
    position: relative;
    max-width: 450px;
    padding: 25px;
    margin: 40px auto;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  @media (min-width: 768px) {
    .ppc-featureHighlight .review {
      text-align: left;
    }
  }

  .ppc-featureHighlight .review .review-quote {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }

  .ppc-featureHighlight .review .review-author p {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }

  .ppc-featureHighlight .review .review-author .author-name {
    color: #0096ff;
  }

  .ppc-featureHighlight .review .review-author .author-title {
    font-style: italic;
    font-weight: 700;
  }

  .ppc-featureHighlight .review .review-logo {
    margin-top: 10px;
  }

  @media (min-width: 768px) {
    .ppc-featureHighlight .review .review-logo {
      position: absolute;
      right: 25px;
      bottom: 25px;
    }
  }

  .ppc-featureHighlight .sixLogosRow .logo {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    position: relative;
    padding: 10px;
  }

  @media (min-width: 768px) {
    .ppc-featureHighlight .sixLogosRow .logo {
      width: 32%;
    }
  }

  @media (min-width: 992px) {
    .ppc-featureHighlight .sixLogosRow .logo {
      width: 15%;
    }
  }

  .ppc-featureHighlight footer .footer-sitemap {
    display: none;
  }

  body.ppc-payroll #content {
    padding-top: 0;
  }

  body.ppc-payroll section#heroSection {
    background-color: #E2DCD1;
    background-repeat: no-repeat;
  }

  body.ppc-payroll section#heroSection #heroZenefitsLink {
    display: inline-block;
    position: relative;
    top: -30px;
  }

  @media (min-width: 768px) {
    body.ppc-payroll section#heroSection #heroZenefitsLink {
      top: -40px;
    }
  }

  body.ppc-payroll section#heroSection,
  body.ppc-payroll section#heroSection h1 {
    color: #fff;
  }

  body.ppc-payroll section#heroSection .btn,
  body.ppc-payroll section#heroSection body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation body.ppc-payroll section#heroSection .btn-next,
  body.ppc-payroll section#heroSection body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation body.ppc-payroll section#heroSection .btn-next {
    padding: 10px 40px;
  }

  body.ppc-payroll section#mainContentSection {
    font-size: 0;
    padding-bottom: 75px;
  }

  body.ppc-payroll section#mainContentSection .play-video {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -20px;
  }

  body.ppc-payroll section#mainContentSection .play-video .play-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  body.ppc-payroll section#mainContentSection .play-video:hover .play-btn {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  body.ppc-payroll section#mainContentSection h2 {
    color: #444;
  }

  body.ppc-payroll section#mainContentSection .feature-icon {
    width: 75px;
    display: inline-block;
    vertical-align: top;
  }

  @media (min-width: 768px) {
    body.ppc-payroll section#mainContentSection .feature-icon {
      width: 150px;
      padding: 0 15px;
    }
  }

  body.ppc-payroll section#mainContentSection .feature-info {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 25px;
  }

  @media (min-width: 768px) {
    body.ppc-payroll section#mainContentSection .feature-info {
      width: -webkit-calc(100% - 150px);
      width: -moz-calc(100% - 150px);
      width: calc(100% - 150px);
    }
  }

  body.ppc-payroll section#mainContentSection .feature-info .feature-title {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 5px;
  }

  body.ppc-payroll section#mainContentSection .feature-info .feature-desc {
    font-size: 15px;
  }

  body.ppc-payroll section#mainContentSection hr {
    max-width: 350px;
    margin: auto;
  }

  body.ppc-payroll section#mainContentSection #cirrentReview {
    margin: 40px auto;
    max-width: 600px;
  }

  @media (min-width: 768px) {
    body.ppc-payroll section#mainContentSection #cirrentReview-image {
      width: 20%;
      display: inline-block;
      vertical-align: middle;
    }
  }

  @media (min-width: 768px) {
    body.ppc-payroll section#mainContentSection #cirrentReview-copy {
      text-align: left;
      width: 80%;
      padding-left: 20px;
      display: inline-block;
      vertical-align: middle;
    }

    body.ppc-payroll section#mainContentSection #cirrentReview-copy p {
      font-size: 15px;
    }

    body.ppc-payroll section#mainContentSection #cirrentReview-copy .citation {
      font-family: "Lato", "Helvetica", sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      margin-bottom: 0;
    }
  }

  body.ppc-payroll section#mainContentSection .payrollPlan {
    max-width: 355px;
    margin: 15px;
    display: inline-block;
    vertical-align: top;
  }

  @media (min-width: 768px) and (max-width: 991px) {
    body.ppc-payroll section#mainContentSection .payrollPlan {
      max-width: 48%;
      margin: 15px 1%;
    }
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-header {
    background-color: #67a2a6;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    padding: 25px;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-cost {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-cost sup {
    font-size: 60%;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-costBreakdown {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-details {
    border: 2px solid #67a2a6;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    background-color: #f7fcfc;
    padding: 25px 25px 0;
    text-align: left;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-details p,
  body.ppc-payroll section#mainContentSection .payrollPlan-details ul {
    font-size: 15px;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-details ul {
    list-style-type: none;
    padding: 0;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-details ul li {
    background-image: url(../images/874685893730cb555d063c71fd60f978.html);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 20px;
  }

  body.ppc-payroll section#mainContentSection .payrollPlan-disclaimer {
    text-align: left;
    font-size: 12px;
    padding: 10px 15px 0;
  }

  body.ppc-payroll section#bottomCtaSection {
    background-color: #67a2a6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  }

  body.ppc-payroll section#bottomCtaSection h2 {
    color: #fff;
  }

  body.ppc-payroll section#bottomCtaSection .formDisclaimer {
    color: #fff;
  }

  body.ppc-payroll section#featuredOnSection {
    background-color: #eee;
    padding: 15px 0;
    font-size: 0;
  }

  body.ppc-payroll section#featuredOnSection .logo {
    opacity: 0.8;
    display: inline-block;
    width: 50%;
    padding: 5px;
  }

  @media (min-width: 768px) {
    body.ppc-payroll section#featuredOnSection .logo {
      width: 33%;
    }
  }

  @media (min-width: 992px) {
    body.ppc-payroll section#featuredOnSection .logo {
      width: auto;
    }
  }

  @media (min-width: 992px) {
    body.ppc-payroll section#featuredOnSection .logo+.logo {
      margin-left: 20px;
    }
  }

  @media (min-width: 1200px) {
    body.ppc-payroll section#featuredOnSection .logo+.logo {
      margin-left: 50px;
    }
  }

  body.ppc-payroll .mfp-content {
    padding: 15px;
  }

  body.ppc-payroll #popup-payrollFeatures {
    max-width: 350px;
    padding: 20px;
  }

  @media (min-width: 768px) {
    body.ppc-payroll #popup-payrollFeatures {
      padding: 25px 50px;
    }
  }

  body.ppc-payroll #popup-payrollFeatures button.mfp-close {
    display: none;
  }

  @media (min-width: 768px) {
    body.ppc-payroll #popup-payrollFeatures button.mfp-close {
      display: block;
      top: 35px;
      right: 50%;
      -webkit-transform: translateX(160px);
      -moz-transform: translateX(160px);
      -ms-transform: translateX(160px);
      -o-transform: translateX(160px);
      transform: translateX(160px);
      height: 20px;
      border: none;
    }
  }

  body.ppc-payroll #popup-payrollFeatures .preHeader {
    color: #0096ff;
    margin-bottom: 5px;
    font-size: 12px;
  }

  body.ppc-payroll #popup-payrollFeatures h2 {
    color: #444;
    font-size: 24px;
  }

  body.ppc-payroll #popup-payrollFeatures h4 {
    text-align: left;
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto 5px;
    font-weight: 500;
  }

  body.ppc-payroll #popup-payrollFeatures ul {
    margin: 0 auto 25px;
    max-width: 350px;
    list-style-type: none;
    padding: 0;
    text-align: left;
  }

  body.ppc-payroll #popup-payrollFeatures ul li {
    padding-left: 20px;
    font-size: 13px;
  }

  body.ppc-payroll #popup-payrollFeatures ul li~li {
    margin-top: 2px;
  }

  body.ppc-payroll #popup-payrollFeatures ul li:not(.noBullet) {
    background-image: url(../images/874685893730cb555d063c71fd60f978.html);
    background-repeat: no-repeat;
    background-position: 0 4px;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
  }

  body.ppc-payroll #popup-payrollFeatures .btn,
  body.ppc-payroll #popup-payrollFeatures body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation body.ppc-payroll #popup-payrollFeatures .btn-next,
  body.ppc-payroll #popup-payrollFeatures body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation body.ppc-payroll #popup-payrollFeatures .btn-next {
    font-size: 15px;
    padding: 10px 30px;
  }

  body.ppc-payroll #popup-payrollFeatures .closeModal {
    font-size: 13px;
  }

  #content.ppc-quotes {
    padding: 0;
  }

  #content.ppc-quotes section#heroSection {
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
  }

  #content.ppc-quotes section#heroSection h1 {
    color: #fff;
    margin: 20px auto 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 32px;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#heroSection h1 {
      font-size: 40px;
    }
  }

  #content.ppc-quotes section#heroSection h4 {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  }

  #content.ppc-quotes section#heroSection .subhead {
    font-size: 18px;
  }

  #content.ppc-quotes section#heroSection p,
  #content.ppc-quotes section#heroSection .formDisclaimer {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }

  #content.ppc-quotes section#heroSection #ppcForm {
    max-width: 400px;
    margin: 30px auto 0;
  }

  #content.ppc-quotes section#heroSection #ppcForm .step-2 {
    display: none;
  }

  #content.ppc-quotes section#heroSection #ppcForm .input--radio {
    text-align: left;
    font-size: 0;
  }

  #content.ppc-quotes section#heroSection #ppcForm .input--radio p:not(.errorText) {
    margin-bottom: 5px;
  }

  #content.ppc-quotes section#heroSection #ppcForm .input--radio label {
    font-size: 16px;
    width: 50%;
    color: #fff;
  }

  #content.ppc-quotes section#heroSection #ppcForm .input--radio label input {
    margin-right: 10px;
  }

  #content.ppc-quotes section#heroSection #ppcForm .error p {
    color: #FAD2D2;
    text-shadow: 0 0 2px #bc0000;
  }

  #content.ppc-quotes section#heroSection #ppcForm button[type="submit"] {
    padding: 12px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }

  #content.ppc-quotes section#heroSection .postSubmit h2 {
    margin: 25px auto 15px;
    padding: 25px 0 0;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#heroSection .postSubmit h2 {
      padding: 25px 30px 0;
    }
  }

  #content.ppc-quotes section#heroSection .reviews {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    margin-top: 30px;
    padding: 15px 0;
  }

  #content.ppc-quotes section#heroSection .reviews #forbesLogo {
    margin: 7px auto;
  }

  #content.ppc-quotes section#heroSection .reviews p {
    margin: 5px auto 0;
    color: #ccc;
    font-size: 15px;
    line-height: 133%;
  }

  #content.ppc-quotes section#heroSection .reviews p.preHeader {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
  }

  @media (min-width: 992px) {
    #content.ppc-quotes section#heroSection .reviews p.preHeader {
      display: inline-block;
      vertical-align: middle;
    }
  }

  #content.ppc-quotes section#heroSection .reviews img.carrierLogo {
    height: 20px;
    margin: 10px;
    vertical-align: middle;
  }

  @media (min-width: 1200px) {
    #content.ppc-quotes section#heroSection .reviews img.carrierLogo {
      margin: 10px 20px;
    }
  }

  #content.ppc-quotes section#moreInfoSection {
    padding: 75px 0;
    font-size: 0;
  }

  #content.ppc-quotes section#moreInfoSection h2 {
    font-size: 26px;
  }

  #content.ppc-quotes section#moreInfoSection .bullet-icon {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    padding-right: 15px;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#moreInfoSection .bullet-icon {
      width: 80px;
      padding: 0 15px;
    }
  }

  #content.ppc-quotes section#moreInfoSection .bullet-copy {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: left;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#moreInfoSection .bullet-copy {
      width: -webkit-calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: calc(100% - 90px);
    }
  }

  #content.ppc-quotes section#moreInfoSection .bullet-copy .preHeader {
    font-weight: 700;
    font-size: 14px;
  }

  #content.ppc-quotes section#moreInfoSection .bullet-copy p {
    line-height: 140%;
    font-size: 15px;
  }

  #content.ppc-quotes section#moreInfoSection .bullet-copy li {
    margin: 0;
  }

  #content.ppc-quotes section#mapSection {
    background-color: #222;
    background-image: url(../images/87a0fa127b889c534fad737eeb07e798.html);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto 70%;
    -moz-background-size: auto 70%;
    -o-background-size: auto 70%;
    background-size: auto 70%;
    padding: 50px 0;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#mapSection {
      -webkit-background-size: auto 90%;
      -moz-background-size: auto 90%;
      -o-background-size: auto 90%;
      background-size: auto 90%;
      padding: 100px 0;
    }
  }

  #content.ppc-quotes section#mapSection .preHeader {
    color: #fff;
  }

  #content.ppc-quotes section#mapSection h2 {
    color: #fff;
    font-size: 30px;
    line-height: 133%;
    margin: 20px auto 50px;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#mapSection h2 {
      font-size: 42px;
      margin-bottom: 90px;
    }
  }

  #content.ppc-quotes section#mapSection h2 .mapStatistic {
    color: #45aaff;
    border-bottom: 1px solid #45aaff;
  }

  #content.ppc-quotes section#mapSection #urbanaQuoteContainer {
    max-width: 650px;
    font-size: 0;
    margin: auto;
  }

  #content.ppc-quotes section#mapSection #urbanaQuoteContainer img {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    margin: auto;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#mapSection #urbanaQuoteContainer img {
      width: 15%;
    }
  }

  #content.ppc-quotes section#mapSection #urbanaQuoteContainer #urbanaQuote {
    display: inline-block;
    vertical-align: middle;
  }

  @media (min-width: 768px) {
    #content.ppc-quotes section#mapSection #urbanaQuoteContainer #urbanaQuote {
      text-align: left;
      width: 80%;
      padding-left: 20px;
    }
  }

  #content.ppc-quotes section#mapSection #urbanaQuoteContainer #urbanaQuote p {
    color: #ccc;
    font-size: 15px;
  }

  #content.ppc-quotes section#mapSection #urbanaQuoteContainer #urbanaQuote .citation {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0;
    color: #aaa;
  }

  #content.ppc-quotes.offer-black section#heroSection,
  #content.ppc-quotes.offer-orange section#heroSection {
    padding: 50px 0;
    background-position: center;
  }

  #content.ppc-quotes.offer-black section#reviewsSection,
  #content.ppc-quotes.offer-orange section#reviewsSection {
    background-color: #f4f4f4;
    padding: 15px 0;
  }

  #content.ppc-quotes.offer-black section#reviewsSection img,
  #content.ppc-quotes.offer-orange section#reviewsSection img {
    opacity: 0.75;
  }

  #content.ppc-quotes.offer-black section#reviewsSection p,
  #content.ppc-quotes.offer-orange section#reviewsSection p {
    font-size: 15px;
    line-height: 133%;
    margin: 10px auto 0;
  }

  #content.ppc-quotes.offer-black .videoContainer,
  #content.ppc-quotes.offer-orange .videoContainer {
    position: relative;
  }

  #content.ppc-quotes.offer-black .videoContainer .play-video,
  #content.ppc-quotes.offer-orange .videoContainer .play-video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #content.ppc-quotes.offer-black .videoContainer:hover .play-video,
  #content.ppc-quotes.offer-orange .videoContainer:hover .play-video {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.ppc-quotes.offer-black #heroSection {
    background-image: url(../images/3393fee3c55517438e89c68fe3043b89.html);
  }

  #content.ppc-quotes.offer-orange #heroSection {
    background-image: url(../images/5bbd5e5f0e764f75f38bc751a315a88c.html);
  }

  #content.ppc-quotes.offer-orange #heroSection h1,
  #content.ppc-quotes.offer-orange #heroSection h2,
  #content.ppc-quotes.offer-orange #heroSection p,
  #content.ppc-quotes.offer-orange #heroSection .formDisclaimer {
    text-shadow: 1px 1px 2px #c96e1c;
  }

  #content.ppc-quotes.offer-orange #heroSection #ppcForm p.errorText {
    color: #d50000;
    text-shadow: none;
  }

  #content.ppc-quotes.offer-orange #heroSection button[type="submit"] {
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa13f), to(#fc751a));
    background-image: -webkit-linear-gradient(top, #ffa13f, #fc751a);
    background-image: -moz-linear-gradient(top, #ffa13f, #fc751a);
    background-image: -o-linear-gradient(top, #ffa13f, #fc751a);
    background-image: linear-gradient(to bottom, #ffa13f, #fc751a);
  }

  #content.ppc-quotes #hrAutomationSection {
    padding: 100px 0;
    background-image: url(../images/9ddeb1b4007b1dd8d1219a63a8ebae00.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #content.ppc-quotes #hrAutomationSection h2 {
    color: #fff;
  }

  #content.ppc-quotes #hrAutomationSection p {
    color: #fff;
  }

  #content.ppc-quotes #hrAutomationSection #hrAutomationVideoContainer {
    position: relative;
  }

  #content.ppc-quotes #hrAutomationSection #hrAutomationVideoContainer #hrAutomationVideoPlay {
    position: absolute;
    max-width: 20%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #content.ppc-quotes #hrAutomationSection #hrAutomationVideoContainer:hover #hrAutomationVideoPlay {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  #content.ppc-quotes #hrAutomationSection video#hrAutomationVideo {
    width: 750px;
    max-width: 90%;
  }

  @-moz-document url-prefix() {
    #content.ppc-quotes #hrAutomationSection #hrAutomationVideoPlay {
      display: none;
    }
  }

  .press #content h2 {
    color: #232323;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .press #content #pressHeader {
    padding: 100px 0;
  }

  .press #content #pressHeader h1 {
    color: #232323;
  }

  .press #content #pressFeatures {
    padding: 75px 0;
  }

  .press #content #pressFeatures .featuredArticle {
    margin-top: 50px;
  }

  @media (min-width: 992px) {
    .press #content #pressFeatures .featuredArticle {
      padding: 0 20px;
    }
  }

  .press #content #pressFeatures img {
    opacity: 0.7;
    margin-bottom: 10px;
    height: 40px;
  }

  .press #content #pressArchiveHeader {
    padding: 40px 0 20px;
  }

  .press #content #pressArchiveHeader .archiveYearSelector {
    display: inline-block;
    width: 16%;
    position: relative;
    font-family: "Lato", "Helvetica", sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    cursor: pointer;
  }

  .press #content #pressArchiveHeader .archiveYearSelector.active {
    color: #45aaff;
  }

  .press #content #pressArchiveHeader .archiveYearSelector.active::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f7f4f0;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
  }

  .press #content #pressArchiveBody {
    padding: 75px 0;
  }

  .press #content #pressArchiveBody .articlesByYear {
    display: none;
  }

  .press #content #pressArchiveBody .articlesByYear.active {
    display: block;
  }

  .press #content #pressArchiveBody .articlesByYear .pressArticle {
    margin: 40px 0;
  }

  .press #content #pressArchiveBody .articlesByYear .pressArticle h5 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .press #content #pressArchiveBody .articlesByYear .pressArticle .preHeader {
    font-size: 15px;
    margin-bottom: 10px;
    color: #888;
  }

  #content.benefits {
    overflow: hidden;
  }

  #content.benefits #heroSection {
    padding: 75px 0 350px;
    position: relative;
    background-color: #f7f4f0;
    background-image: url(../images/d383a8a7fb3be1fc75af9724677d947e.html);
    -webkit-background-size: 500px auto;
    -moz-background-size: 500px auto;
    -o-background-size: 500px auto;
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-position: bottom 50px center;
  }

  @media (min-width: 768px) {
    #content.benefits #heroSection {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-position: right -225px center;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%;
      padding: 75px 0 150px;
      text-align: left;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits #heroSection {
      background-position: -webkit-calc(50% + 300px) 50%;
      background-position: -moz-calc(50% + 300px) 50%;
      background-position: calc(50% + 300px) 50%;
    }
  }

  #content.benefits #heroSection h1 {
    color: #444;
    font-size: 36px;
    line-height: 120%;
  }

  @media (min-width: 992px) {
    #content.benefits #heroSection h1 {
      font-size: 45px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    #content.benefits #heroSection p {
      width: 300px;
    }
  }

  #content.benefits #heroSection .brokerCaption {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    max-width: 75%;
  }

  #content.benefits #heroSection .brokerCaption a {
    color: #398286;
  }

  @media (min-width: 768px) {
    #content.benefits #heroSection .brokerCaption {
      bottom: 150px;
      width: auto;
      left: auto;
      right: 0;
    }
  }

  @media (min-width: 992px) {
    #content.benefits #heroSection .brokerCaption {
      top: 50px;
      right: 325px;
      background: none;
      padding: 0;
    }

    #content.benefits #heroSection .brokerCaption a:not(:hover) {
      color: #45aaff;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits #heroSection .brokerCaption {
      right: -webkit-calc(50% - 125px);
      right: -moz-calc(50% - 125px);
      right: calc(50% - 125px);
    }
  }

  #content.benefits #heroSection .btn--primary,
  #content.benefits #heroSection body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.benefits #heroSection .btn-next,
  #content.benefits #heroSection body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.benefits #heroSection .btn-next {
    padding: 15px 75px;
  }

  #content.benefits #heroSection #scrollingLogos {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f7f4f0;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
  }

  @media (min-width: 768px) {
    #content.benefits #heroSection #scrollingLogos {
      background-color: rgba(255, 255, 255, 0.6);
    }
  }

  #content.benefits #heroSection #scrollingLogos .logo {
    vertical-align: middle;
    margin-right: 60px;
    position: relative;
  }

  #content.benefits h2 {
    color: #232323;
    font-size: 24px;
  }

  @media (min-width: 768px) {
    #content.benefits h2 {
      font-size: 30px;
    }
  }

  #content.benefits #benefitsWeOfferSection {
    padding: 100px 0;
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer {
    display: block;
    max-width: 350px;
    width: 90%;
    margin: 0 auto 30px;
  }

  @media (min-width: 768px) {
    #content.benefits #benefitsWeOfferSection .benefitOfferedContainer {
      display: inline-block;
      width: 48%;
      margin: 0 1% 30px;
    }
  }

  @media (min-width: 992px) {
    #content.benefits #benefitsWeOfferSection .benefitOfferedContainer {
      width: 31%;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits #benefitsWeOfferSection .benefitOfferedContainer {
      width: 23%;
    }
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    display: block;
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .benefitIcon {
    opacity: 0.6;
    width: 25%;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (min-width: 768px) {
    #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .benefitIcon {
      margin-bottom: 15px;
      width: 90px;
    }
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .benefitTitle {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #444;
    width: 60%;
    display: inline-block;
    text-align: left;
    margin-left: 10%;
    vertical-align: middle;
  }

  @media (min-width: 768px) {
    #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .benefitTitle {
      width: 100%;
      display: block;
      text-align: center;
      margin: 0 0 10px;
    }
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .benefitDescription {
    font-size: 13px;
    width: 195px;
    margin: 0 auto 15px;
    color: #666;
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered .fakeLink {
    margin: 0;
  }

  #content.benefits #benefitsWeOfferSection .benefitOfferedContainer .benefitOffered:hover {
    cursor: default;
  }

  #content.benefits #benefitsWeOfferSection .btn--primary,
  #content.benefits #benefitsWeOfferSection body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.benefits #benefitsWeOfferSection .btn-next,
  #content.benefits #benefitsWeOfferSection body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.benefits #benefitsWeOfferSection .btn-next {
    padding: 15px 75px;
  }

  #content.benefits #mapSection {
    background-color: #232323;
    background-image: url(../images/87a0fa127b889c534fad737eeb07e798.html);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto 70%;
    -moz-background-size: auto 70%;
    -o-background-size: auto 70%;
    background-size: auto 70%;
    padding: 50px 0;
  }

  @media (min-width: 768px) {
    #content.benefits #mapSection {
      -webkit-background-size: auto 90%;
      -moz-background-size: auto 90%;
      -o-background-size: auto 90%;
      background-size: auto 90%;
      padding: 100px 0;
    }
  }

  #content.benefits #mapSection .preHeader {
    color: #fff;
  }

  #content.benefits #mapSection h2 {
    color: #fff;
    font-size: 30px;
    line-height: 133%;
    margin: 20px auto 50px;
  }

  @media (min-width: 768px) {
    #content.benefits #mapSection h2 {
      font-size: 42px;
      margin-bottom: 90px;
    }
  }

  #content.benefits #mapSection h2 .mapStatistic {
    color: #45aaff;
    border-bottom: 1px solid #45aaff;
  }

  #content.benefits #mapSection #urbanaQuoteContainer {
    max-width: 650px;
    font-size: 0;
    margin: auto;
  }

  #content.benefits #mapSection #urbanaQuoteContainer img {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    margin: auto;
  }

  @media (min-width: 768px) {
    #content.benefits #mapSection #urbanaQuoteContainer img {
      width: 15%;
    }
  }

  #content.benefits #mapSection #urbanaQuoteContainer #urbanaQuote {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.benefits #mapSection #urbanaQuoteContainer #urbanaQuote {
      text-align: left;
      width: 80%;
      padding-left: 20px;
    }
  }

  #content.benefits #mapSection #urbanaQuoteContainer #urbanaQuote .citation {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
  }

  #content.benefits #whyUniqueSection {
    background-color: #67a7ab;
    background-image: url(../images/fed437a32785f378c087b36f68ce7768.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
  }

  #content.benefits #whyUniqueSection,
  #content.benefits #whyUniqueSection h2 {
    color: #fff;
  }

  #content.benefits #whyUniqueSection h2 {
    font-size: 35px;
  }

  #content.benefits #whyUniqueSection .triangle-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 25px solid #77b0b3;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
  }

  #content.benefits .whyUniqueNumber {
    font-size: 45px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px 10px;
    font-weight: 200;
  }

  #content.benefits #topBrokersSection {
    padding: 75px 0 25px;
    background-color: #f7f4f0;
  }

  @media (min-width: 768px) {
    #content.benefits #topBrokersSection {
      background-image: url(../images/2cce504084fc3db3e2908d236f3cb034.html);
      background-position: center bottom;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }

  #content.benefits #topBrokersSection h2 {
    color: #232323;
    margin-bottom: 10px;
    font-size: 28px;
    margin-top: 50px;
  }

  @media (min-width: 768px) {
    #content.benefits #topBrokersSection h2 {
      font-size: 30px;
    }
  }

  #content.benefits #topBrokersSection h3 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 133%;
  }

  #content.benefits #topBrokersSection #topBrokersImagesMobile {
    max-width: 350px;
    margin: auto;
  }

  #content.benefits #topBrokersSection #topBrokersImagesMobile .brokerCaption {
    margin-bottom: 40px;
  }

  #content.benefits #topBrokersSection #topBrokersImagesMobile .brokerCaption .brokerCaption-title {
    margin-top: 10px;
  }

  #content.benefits #topBrokersSection .bullet .zmdi-hc-stack {
    color: #77b0b3;
  }

  #content.benefits #topBrokersSection .bullet h4 {
    margin: 10px auto;
    font-size: 16px;
    color: #232323;
  }

  @media (min-width: 1200px) {
    #content.benefits #topBrokersSection .bullet h4 {
      font-size: 18px;
    }
  }

  #content.benefits #topBrokersSection .bullet p {
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 25px;
  }

  #content.benefits #topBrokersSection #topBrokersImageDesktop {
    margin-top: 30px;
    position: relative;
  }

  @media (min-width: 768px) and (max-width: 991px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop {
      padding-top: 75px;
    }
  }

  #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption {
    position: absolute;
  }

  @media (min-width: 768px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#sueWakamoto {
      top: 100px;
      left: 120px;
    }
  }

  @media (min-width: 992px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#sueWakamoto {
      top: 175px;
      left: 0px;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#sueWakamoto {
      top: 200px;
      left: 75px;
    }
  }

  @media (min-width: 768px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#cameronHyland {
      top: 0;
      right: 275px;
    }
  }

  @media (min-width: 992px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#cameronHyland {
      right: 550px;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#cameronHyland {
      right: 650px;
    }
  }

  @media (min-width: 768px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#lizCasmier {
      top: 60px;
      right: 100px;
    }
  }

  @media (min-width: 992px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#lizCasmier {
      top: 125px;
      right: 25px;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption#lizCasmier {
      top: 150px;
      right: 100px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    #content.benefits #topBrokersSection #topBrokersImageDesktop .brokerCaption .brokerCaption-title {
      font-size: 12px;
    }
  }

  #content.benefits .brokerCaption {
    text-align: left;
  }

  #content.benefits .brokerCaption .brokerCaption-title {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0;
    color: #232323;
  }

  #content.benefits .brokerCaption .brokerCaption-experience {
    margin-bottom: 0;
    font-size: 13px;
  }

  #content.benefits .brokerCaption .brokerCaption-name {
    margin-bottom: 0;
    font-size: 13px;
  }

  #content.benefits section#allInOneSection {
    position: relative;
    padding: 75px 0 100px;
  }

  #content.benefits section#allInOneSection:before {
    position: absolute;
    top: -25px;
    left: -22px;
    width: 50%;
    height: 25px;
    content: "";
    background-color: #fff;
    -webkit-transform: skew(60deg);
    -moz-transform: skew(60deg);
    -ms-transform: skew(60deg);
    -o-transform: skew(60deg);
    transform: skew(60deg);
  }

  #content.benefits section#allInOneSection:after {
    position: absolute;
    top: -25px;
    right: -22px;
    width: 50%;
    height: 25px;
    content: "";
    background-color: #fff;
    -webkit-transform: skew(-60deg);
    -moz-transform: skew(-60deg);
    -ms-transform: skew(-60deg);
    -o-transform: skew(-60deg);
    transform: skew(-60deg);
  }

  #content.benefits section#allInOneSection h2 {
    margin: 50px 0 15px;
    color: #232323;
    font-size: 28px;
  }

  @media (min-width: 768px) {
    #content.benefits section#allInOneSection h2 {
      font-size: 30px;
    }
  }

  #content.benefits section#allInOneSection h3 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 133%;
  }

  #content.benefits section#allInOneSection p {
    line-height: 125%;
    margin-bottom: 0;
    font-size: 15px;
  }

  #content.benefits section#allInOneSection p+p {
    margin-top: 20px;
  }

  @media (min-width: 768px) {
    #content.benefits section#allInOneSection p+p {
      margin-top: 10px;
    }
  }

  #content.benefits section#allInOneSection p.subtitle {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
  }

  @media (min-width: 768px) {
    #content.benefits section#allInOneSection p.subtitle {
      margin-top: 50px;
    }
  }

  #content.benefits section#allInOneSection .triangle-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
  }

  #content.benefits section#complianceSection {
    padding: 75px 0 250px;
    background-color: #f7f4f0;
    background-repeat: no-repeat;
    background-image: url(../images/3d510d2283c7b78da6f3f65be507dd9a.html), url(../images/1c3df92579ff84c83f8bd0f3c86d5ed2.html);
    background-position: center bottom 40px, 50% 10%;
    -webkit-background-size: 400px, contain;
    -moz-background-size: 400px, contain;
    -o-background-size: 400px, contain;
    background-size: 400px, contain;
  }

  @media (min-width: 768px) {
    #content.benefits section#complianceSection {
      background-image: url(../images/969ab88c95166f54fd30d5cd412c55fe.html), url(../images/1c3df92579ff84c83f8bd0f3c86d5ed2.html);
      padding-bottom: 400px;
      -webkit-background-size: 650px, 400px;
      -moz-background-size: 650px, 400px;
      -o-background-size: 650px, 400px;
      background-size: 650px, 400px;
    }
  }

  @media (min-width: 992px) {
    #content.benefits section#complianceSection {
      background-image: url(../images/c09b9a2c9073d1c3e1578381d10440cd.html);
      background-position: 45% 45%;
      -webkit-background-size: 1200px 1200px;
      -moz-background-size: 1200px;
      -o-background-size: 1200px;
      background-size: 1200px;
      padding: 75px 0;
    }
  }

  @media (min-width: 1200px) {
    #content.benefits section#complianceSection {
      -webkit-background-size: 1400px 1400px;
      -moz-background-size: 1400px;
      -o-background-size: 1400px;
      background-size: 1400px;
    }
  }

  #content.benefits section#complianceSection h2 {
    margin: 50px 0 15px;
    color: #232323;
    font-size: 28px;
  }

  @media (min-width: 768px) {
    #content.benefits section#complianceSection h2 {
      font-size: 30px;
    }
  }

  #content.benefits section#complianceSection h3 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 133%;
  }

  #content.benefits section#complianceSection .subtitle {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #232323;
  }

  #content.benefits section#complianceSection p {
    font-size: 15px;
  }

  #content.benefits section#complianceSection .learnMore {
    display: inline-block;
    margin-bottom: 10px;
  }

  #content.benefits section#customerVideoSection {
    background-image: url(../images/c7e62604cc4043736e829edf68b2fb05.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    padding: 100px 0;
  }

  #content.benefits section#customerVideoSection .playBtn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #content.benefits section#customerVideoSection:hover .playBtn {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.benefits section#customerVideoSection p.preHeader {
    margin: 40px auto 10px;
    color: #0096ff;
  }

  #content.benefits section#customerVideoSection h2 {
    color: #fff;
    margin: 0;
  }

  body.refer #content {
    padding-top: 0;
  }

  body.refer .referralsLogoHeader {
    margin: 0 auto;
  }

  body.refer .termsSection .buttonBottomDivider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 700px;
  }

  body.refer .termsSection .button {
    margin-left: 40px;
    margin-right: 40px;
  }

  body.refer .termsSection .titleTagline {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  body.refer .termsSection .termsContainer {
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
    margin-top: 50px;
  }

  body.refer .preHeader {
    font-family: "Lato", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
  }

  body.refer #referralFormContainer {
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 650px;
    margin: auto;
    padding: 40px 20px;
  }

  body.refer #referralFormContainer h2 {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  body.refer #referralFormContainer .termsConfirmation {
    font-size: 10px;
    margin-top: 15px;
  }

  body.refer #referralFormContainer .buttonContainer {
    position: relative;
  }

  body.refer #referralFormContainer .spinner {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 50px;
    width: 50px;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(255, 161, 63, 0.15);
    border-right: 6px solid rgba(255, 161, 63, 0.15);
    border-bottom: 6px solid rgba(255, 161, 63, 0.15);
    border-top: 6px solid rgba(255, 161, 63, 0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  @-webkit-keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(359deg);
    }
  }

  @-moz-keyframes rotation {
    from {
      -moz-transform: rotate(0deg);
    }

    to {
      -moz-transform: rotate(359deg);
    }
  }

  @-o-keyframes rotation {
    from {
      -o-transform: rotate(0deg);
    }

    to {
      -o-transform: rotate(359deg);
    }
  }

  @keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(359deg);
      -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }

  body.refer #referralFormContainer .formGroup {
    max-width: 450px;
    margin: 0 auto 20px;
    text-align: left;
  }

  body.refer #referralFormContainer .formGroup label {
    font-weight: 400;
    font-size: 14px;
    display: block;
  }

  body.refer #referralFormContainer .formGroup label.multiselectLabel {
    font-weight: 500;
    margin: 5px 0 15px;
    display: inline-block;
  }

  body.refer #referralFormContainer .formGroup label.multiselectLabel+.multiselectLabel {
    margin-left: 45px;
  }

  body.refer #referralFormContainer .formGroup label.multiselectLabel input {
    margin-right: 7px;
  }

  body.refer #referralFormContainer .formGroup small {
    display: block;
    font-style: italic;
    color: #999;
  }

  body.refer #referralFormContainer .formGroup.required label:not(.multiselectLabel)::after {
    content: " *";
    color: #D50000;
  }

  body.refer #referralFormContainer hr {
    margin: 50px 0;
  }

  body.refer #referralFormContainer button[type="submit"] {
    width: 100%;
    max-width: 450px;
  }

  #content.requestPage .formContainer {
    max-width: 450px;
    padding: 20px;
    margin: 0 auto 50px;
    background-color: white;
    border: 1px solid #d5d5d5;
  }

  @media (min-width: 992px) {
    #content.requestPage .formContainer {
      margin-bottom: auto;
    }
  }

  #content.requestPage .formContainer h2 {
    font-size: 24px;
  }

  #content.requestPage .rightCol h1 {
    max-width: 400px;
    margin: 0 auto 15px;
    font-size: 20px;
    color: #666666;
  }

  #content.requestPage .rightCol #testimonial {
    padding: 40px;
    margin-top: 40px;
    text-align: left;
  }

  #content.requestPage .rightCol #testimonial-copy {
    font-weight: 700;
    color: #0096ff;
  }

  #content.requestPage .rightCol #contactCard {
    display: inline-block;
    vertical-align: top;
  }

  #content.requestPage .rightCol #contactCard * {
    display: inline-block;
    vertical-align: top;
  }

  #content.requestPage .rightCol #contactCard img {
    width: 60px;
    margin-right: 10px;
  }

  #content.requestPage .rightCol #zerplyLogo {
    float: right;
    width: 120px;
  }

  #content.resources-page section#heroSection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.4))), url(../images/541b02dc7eeadd4566cb031c18419aac.html);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)), url(../images/541b02dc7eeadd4566cb031c18419aac.html);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)), url(../images/541b02dc7eeadd4566cb031c18419aac.html);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)), url(../images/541b02dc7eeadd4566cb031c18419aac.html);
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)), url(../images/541b02dc7eeadd4566cb031c18419aac.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  @media (min-width: 768px) {
    #content.resources-page section#heroSection {
      background-image: url(../images/541b02dc7eeadd4566cb031c18419aac.html);
    }
  }

  #content.resources-page section#heroSection h1 {
    color: #232323;
  }

  #content.resources-page section#resourceTilesSection {
    padding: 50px 0;
  }

  @media (min-width: 768px) {
    #content.resources-page section#resourceTilesSection #resourceTiles {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
    }
  }

  @media (min-width: 992px) {
    #content.resources-page section#resourceTilesSection #resourceTiles {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3;
    }
  }

  #content.resources-page section#resourceTilesSection .resourceTile {
    width: 100%;
    max-width: 450px;
    display: inline-block;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px auto;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  #content.resources-page section#resourceTilesSection .resourceTile:hover {
    -webkit-box-shadow: 1px 1px 4px #ccc;
    -moz-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
  }

  #content.resources-page section#resourceTilesSection .resourceTile-copy {
    padding: 15px;
    text-align: left;
  }

  #content.resources-page section#resourceTilesSection .resourceTile-meta img {
    height: 20px;
  }

  #content.resources-page section#resourceTilesSection .resourceTile-medium {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #666;
    font-size: 12px;
  }

  #content.resources-page section#resourceTilesSection .resourceTile-title {
    color: #232323;
    font-size: 20px;
    margin: 10px auto 5px;
    font-weight: 400;
  }

  #content.resources-page section#resourceTilesSection .resourceTile-description {
    color: #888;
    font-size: 13px;
  }

  #content.scholarship #heroSection {
    background-image: url(../images/1b5db99cb5885bcf1b983e74ac8ab150.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 30%;
    padding: 100px 15px;
  }

  #content.scholarship #heroSection h1 {
    color: #fff;
  }

  #content.scholarship .mainContent {
    max-width: 825px;
    margin: auto;
  }

  #content.scholarship #introQuote {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
  }

  #content.scholarship #introQuote .quote {
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    max-width: 550px;
    margin: auto;
    line-height: 125%;
  }

  #content.scholarship #introQuote .caption {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
  }

  #content.scholarship .formGroup.required label:after {
    content: " *";
    color: #D50000;
  }

  #content.scholarship .btn[type="submit"],
  #content.scholarship body.get-started section#stepNavigation [type="submit"].btn-next,
  body.get-started section#stepNavigation #content.scholarship [type="submit"].btn-next,
  #content.scholarship body.get-started-payroll section#stepNavigation [type="submit"].btn-next,
  body.get-started-payroll section#stepNavigation #content.scholarship [type="submit"].btn-next {
    width: 250px;
  }

  #content.scholarship-terms .container-padded {
    max-width: 875px;
  }

  #content.security-page h1 .largeNumber {
    font-size: 80px;
  }

  body.sign-up #pageHeader {
    text-align: center;
    padding: 10px;
  }

  body.sign-up #content {
    padding-top: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }

  body.sign-up #content h1 {
    font-size: 32px;
  }

  body.sign-up #content h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
  }

  body.sign-up #content h3 {
    font-family: "Roboto", sans-serif;
  }

  body.sign-up #mainContent {
    max-width: 500px;
    margin: auto;
    background-color: #FFF;
    border: 1px solid #DDD;
  }

  body.sign-up #mainContent .nav-tabs>li {
    width: 50%;
    position: relative;
  }

  body.sign-up #mainContent .nav-tabs>li a {
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }

  body.sign-up #mainContent .nav-tabs>li.active a {
    background: #45aaff;
    color: #FFF;
    border-color: #45aaff;
  }

  body.sign-up #mainContent .nav-tabs>li~li {
    margin-top: 0;
  }

  body.sign-up #mainContent .nav-tabs>li.active .pointDown {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #45aaff;
  }

  body.sign-up #mainContent .tab-pane {
    padding: 25px;
  }

  body.sign-up #mainContent .errorText .errorlist {
    padding: 0;
  }

  body.sign-up #mainContent .errorText li {
    list-style: none;
    font-size: 14px;
  }

  /* The animation code */
  @-webkit-keyframes bounce {

    0%,
    50%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    25% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    75% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }

  @-moz-keyframes bounce {

    0%,
    50%,
    100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }

    25% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    75% {
      -moz-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }

  @-o-keyframes bounce {

    0%,
    50%,
    100% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }

    25% {
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    75% {
      -o-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }

  @keyframes bounce {

    0%,
    50%,
    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }

    25% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    75% {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }

  #content.talent section#heroSection {
    padding: 75px 0;
    background-color: #F8F5F0;
  }

  @media (min-width: 992px) {
    #content.talent section#heroSection {
      padding: 0;
      width: 100%;
      text-align: left;
      background-image: url(../images/8ae56f8d379ef70c83f20201e05735c6.html);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top center;
    }

    #content.talent section#heroSection .container,
    #content.talent section#heroSection .container-padded,
    #content.talent section#heroSection .container-padded-light {
      display: table;
      height: 450px;
      vertical-align: middle;
    }

    #content.talent section#heroSection .container #heroContent,
    #content.talent section#heroSection .container-padded #heroContent,
    #content.talent section#heroSection .container-padded-light #heroContent {
      display: table-cell;
      vertical-align: middle;
    }
  }

  #content.talent section#heroSection h1 {
    color: #444;
    font-size: 22px;
  }

  @media (min-width: 768px) {
    #content.talent section#heroSection h1 {
      font-size: 34px;
    }
  }

  #content.talent h2 {
    color: #444;
    font-size: 24px;
  }

  @media (min-width: 768px) {
    #content.talent h2 {
      font-size: 30px;
      line-height: 120%;
    }
  }

  #content.talent section#employeeLifecycleSection {
    padding: 75px 0;
    font-size: 0;
    background-image: url(../images/2fb32e7b2a4d68624036959ded7e61a5.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  #content.talent section#employeeLifecycleSection .zmdi-chevron-down {
    font-size: 16px;
    margin-top: 40px;
  }

  #content.talent section#employeeLifecycleSection .zmdi-chevron-down.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  #content.talent section#employeeLifecycleSection hr {
    width: 150px;
    margin: 40px auto 60px;
    border-color: #ccc;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage {
    display: inline-block;
    margin: auto;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-icon {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  @media (min-width: 768px) {
    #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-icon {
      width: 80px;
    }
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-icon img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    margin-left: -25px;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  @media (min-width: 768px) {
    #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content {
      width: 650px;
      margin-left: -40px;
      padding-left: 60px;
      text-align: left;
    }
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content>* {
    opacity: 0.05;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content .videoContainer {
    position: relative;
    width: 100%;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content .videoContainer video {
    width: 100%;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content .videoContainer .videoPlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.9;
  }

  @-moz-document url-prefix() {
    #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content .videoContainer .videoPlay {
      visibility: hidden;
    }
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content .videoContainer:hover {
    cursor: pointer;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage .lifecycleStage-content .videoContainer:hover .videoPlay {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage:not(:last-of-type) .lifecycleStage-content {
    border-left: 1px solid #e4e4e4;
    padding-bottom: 120px;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage.scrolledTo .lifecycleStage-icon {
    border-color: #45aaff;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage.scrolledTo .lifecycleStage-icon img {
    opacity: 1.0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage.scrolledTo .lifecycleStage-content {
    border-color: #45aaff;
  }

  #content.talent section#employeeLifecycleSection .lifecycleStage.scrolledTo .lifecycleStage-content * {
    opacity: 1.0;
  }

  #content.talent section#employeeLifecycleSection .comingSoonPill {
    font-size: 12px;
    background-color: #45aaff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
  }

  #content.talent section#employeeLifecycleSection #partnerLogos img {
    vertical-align: middle;
    height: 32px;
  }

  #content.whitepapers section.heroSection {
    background-color: #aed9d9;
  }

  #content.whitepapers section.heroSection h1 {
    margin-bottom: 25px;
    font-size: 26px;
    color: white;
  }

  #content.whitepapers section.grayBG {
    border-bottom: 1px solid #ddd;
  }

  #content.whitepapers .whitepaperContainer {
    padding: 25px;
    background-color: white;
  }

  #content.time #heroSection {
    background-color: #F0EDE8;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 75px 0;
  }

  #content.time #heroSection h1 {
    font-size: 28px;
    color: #444;
  }

  @media (min-width: 768px) {
    #content.time #heroSection h1 {
      font-size: 36px;
    }
  }

  @media (min-width: 768px) {
    #content.time #heroSection {
      padding: 75px 0;
      text-align: left;
      background-image: url(../images/7b84eddfdc363ad09ca9cb08e5b71009.html);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center right -225px;
    }
  }

  @media (min-width: 992px) {
    #content.time #heroSection {
      background-position: center right -50px;
    }
  }

  #content.time .container-padded {
    padding: 75px 15px;
  }

  #content.time #subProductsSection img {
    width: 450px;
  }

  #content.time #subProductsSection h2 {
    color: #444;
    margin: 30px auto 20px;
  }

  #content.time #subProductsSection ul {
    text-align: left;
    list-style-type: none;
    padding: 0;
    max-width: 450px;
    margin: 0 auto 20px;
  }

  #content.time #subProductsSection ul li {
    background-image: url(../images/b3dc062a9cd1622c9ac2cc805bb548e4.html);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-position: 0 3px;
    padding-left: 25px;
  }

  #content.time #subProductsSection p {
    text-align: left;
    font-size: 15px;
    max-width: 450px;
    margin: 0 auto 15px;
  }

  #content.time #stayCompliantSection h2 {
    color: #444;
  }

  #content.time #stayCompliantSection p {
    font-size: 14px;
  }

  #content.time #stayCompliantSection p.preHeader {
    margin: 10px auto;
    font-size: 13px;
  }

  #content.time #bottomCtaSection h2 {
    color: #444;
    margin-bottom: 30px;
  }

  #content.pto section#heroSection {
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.pto section#heroSection {
      text-align: left;
      background-image: url(../images/852710bf5e44d8bcbda7cd7cb5d8be61.html), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
      background-image: url(../images/852710bf5e44d8bcbda7cd7cb5d8be61.html), -webkit-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
      background-image: url(../images/852710bf5e44d8bcbda7cd7cb5d8be61.html), -moz-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
      background-image: url(../images/852710bf5e44d8bcbda7cd7cb5d8be61.html), -o-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
      background-image: url(../images/852710bf5e44d8bcbda7cd7cb5d8be61.html), linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
      background-repeat: no-repeat;
      -webkit-background-size: 600px, cover;
      -moz-background-size: 600px, cover;
      -o-background-size: 600px, cover;
      background-size: 600px, cover;
      background-position: -webkit-calc(50% + 200px) 50%, center;
      background-position: -moz-calc(50% + 200px) 50%, center;
      background-position: calc(50% + 200px) 50%, center;
    }
  }

  @media (min-width: 992px) {
    #content.pto section#heroSection {
      -webkit-background-size: 625px, cover;
      -moz-background-size: 625px, cover;
      -o-background-size: 625px, cover;
      background-size: 625px, cover;
      background-position: -webkit-calc(50% + 200px) 50%, center;
      background-position: -moz-calc(50% + 200px) 50%, center;
      background-position: calc(50% + 200px) 50%, center;
    }
  }

  @media (min-width: 1200px) {
    #content.pto section#heroSection {
      -webkit-background-size: 750px, cover;
      -moz-background-size: 750px, cover;
      -o-background-size: 750px, cover;
      background-size: 750px, cover;
      background-position: -webkit-calc(50% + 250px) 50%, center;
      background-position: -moz-calc(50% + 250px) 50%, center;
      background-position: calc(50% + 250px) 50%, center;
    }
  }

  #content.pto section#heroSection h1 {
    color: #fff;
  }

  @media (min-width: 768px) {
    #content.pto section#heroSection h1 {
      font-size: 40px;
    }
  }

  #content.pto h2 {
    color: #232323;
  }

  #content.pto section#pageAnchorsSection {
    background-color: #444;
    padding: 10px 0;
  }

  #content.pto section#pageAnchorsSection a {
    display: inline-block;
    margin: 10px 0;
    color: #fff;
  }

  #content.pto section#pageAnchorsSection a:hover {
    color: #ddd;
  }

  #content.pto section#customizePtoSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.pto section#customizePtoSection {
      padding: 100px 0;
    }
  }

  #content.pto section#customizePtoSection img {
    height: 100px;
  }

  #content.pto section#customizePtoSection h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 10px;
  }

  #content.pto section#customizePtoSection .featureDesc {
    font-size: 14px;
    max-width: 275px;
    margin: auto;
  }

  #content.pto section#requestPtoSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.pto section#requestPtoSection {
      padding: 100px 0;
    }
  }

  #content.pto section#approvePtoSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.pto section#approvePtoSection {
      padding: 100px 0;
    }
  }

  #content.pto section#syncPtoSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.pto section#syncPtoSection {
      padding: 100px 0;
    }
  }

  #content.pto section#syncPtoSection h2 {
    color: #fff;
  }

  #content.pto section#bottomCtaSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.pto section#bottomCtaSection {
      padding: 100px 0;
    }
  }

  #content.time-attendance section {
    position: relative;
  }

  #content.time-attendance section .container-padded {
    padding: 75px 15px;
  }

  #content.time-attendance section#heroSection {
    padding-bottom: 300px;
  }

  @media (min-width: 768px) {
    #content.time-attendance section#heroSection {
      padding-bottom: 0;
    }
  }

  @media (min-width: 1200px) {
    #content.time-attendance section#heroSection .row {
      padding-left: 75px;
    }
  }

  #content.time-attendance section#heroSection h1 {
    color: #fff;
    font-size: 30px;
  }

  @media (min-width: 768px) {
    #content.time-attendance section#heroSection h1 {
      font-size: 34px;
    }
  }

  @media (min-width: 992px) {
    #content.time-attendance section#heroSection h1 {
      font-size: 45px;
      padding-left: 25px;
      max-width: 500px;
    }
  }

  #content.time-attendance section#heroSection .bgImage {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @media (min-width: 768px) {
    #content.time-attendance section#heroSection .bgImage {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }

  @media (min-width: 992px) {
    #content.time-attendance section#heroSection .bgImage {
      left: 55%;
    }
  }

  #content.time-attendance section#heroSection .bgImage img {
    height: 300px;
  }

  @media (min-width: 768px) {
    #content.time-attendance section#heroSection .bgImage img {
      height: 425px;
    }
  }

  #content.time-attendance h2 {
    color: #232323;
    font-size: 21px;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    #content.time-attendance h2 {
      font-size: 26px;
      margin-bottom: 20px;
    }
  }

  #content.time-attendance section#appRatingSection {
    background-color: #444;
    color: #fff;
  }

  #content.time-attendance .attachToBottom {
    margin-bottom: -75px;
  }

  @media (min-width: 768px) {
    #content.time-attendance .attachToBottom {
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      max-width: 45%;
    }
  }

  #content.time-attendance section#riseReviewSection {
    font-size: 0;
  }

  #content.time-attendance section#riseReviewSection .inline-block:first-of-type {
    padding: 50px 0;
  }

  @media (min-width: 768px) {
    #content.time-attendance section#riseReviewSection .inline-block {
      vertical-align: bottom;
      width: 55%;
    }

    #content.time-attendance section#riseReviewSection .inline-block:last-of-type {
      width: 45%;
    }
  }

  @media (min-width: 992px) {
    #content.time-attendance section#riseReviewSection .inline-block {
      vertical-align: middle;
    }
  }

  @media (min-width: 1200px) {
    #content.time-attendance section#riseReviewSection .inline-block {
      width: 45%;
    }

    #content.time-attendance section#riseReviewSection .inline-block:last-of-type {
      width: 40%;
    }
  }

  #content.time-attendance section#riseReviewSection h2 {
    color: #fff;
  }

  @media (max-width: 991px) {

    #content.time-attendance section#riseReviewSection .btn,
    #content.time-attendance section#riseReviewSection body.get-started section#stepNavigation .btn-next,
    body.get-started section#stepNavigation #content.time-attendance section#riseReviewSection .btn-next,
    #content.time-attendance section#riseReviewSection body.get-started-payroll section#stepNavigation .btn-next,
    body.get-started-payroll section#stepNavigation #content.time-attendance section#riseReviewSection .btn-next {
      padding: 15px 25px;
      font-size: 16px;
      width: auto;
    }
  }

  #content.time-attendance section#riseReviewSection .riseLogo {
    opacity: 0.4;
  }

  #content.time-attendance section#riseReviewSection #nickKennedyImage {
    padding-right: 15%;
  }

  @media (min-width: 768px) {
    #content.time-attendance section#riseReviewSection #nickKennedyImage {
      padding: 0;
    }
  }

  #content.time-attendance section#riseReviewSection .riseCaption.visible-xs,
  #content.time-attendance section#riseReviewSection #content.benefits #topBrokersSection .riseCaption#topBrokersImagesMobile,
  #content.benefits #topBrokersSection #content.time-attendance section#riseReviewSection .riseCaption#topBrokersImagesMobile {
    position: absolute;
    top: 15px;
    left: 55%;
    text-align: left;
  }

  #content.time-attendance section#faqSection {
    text-align: left;
  }

  #content.time-attendance section#faqSection .question.question {
    padding-top: 15px;
  }

  #content.time-attendance section#faqSection .question .zmdi-chevron-right {
    margin-right: 5px;
  }

  #content.time-attendance section#faqSection .question h3 {
    font-size: 17px;
    font-weight: 500;
    color: #444;
  }

  #content.time-attendance section#faqSection .question h3.open .zmdi-chevron-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #content.time-attendance section#bottomCtaSection #ctaQuote {
    font-size: 0;
  }

  #content.time-attendance section#bottomCtaSection #ctaQuote .inline-block {
    vertical-align: middle;
  }

  @media (min-width: 992px) {
    #content.time-attendance section#bottomCtaSection #ctaQuote .inline-block+.inline-block {
      width: -webkit-calc(100% - 100px);
      width: -moz-calc(100% - 100px);
      width: calc(100% - 100px);
      padding-left: 15px;
    }
  }

  #content.time-attendance section#bottomCtaSection #ctaQuote .citation {
    font-size: 14px;
  }

  #content.webinar-listings section#heroSection {
    background-color: #444;
    background-image: url(../images/5c0cb2f2f81741c90ad69dc7f003fe76.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    padding: 150px 0;
  }

  #content.webinar-listings section#heroSection h1 {
    color: #fff;
    font-size: 45px;
    text-shadow: 0px 0px 2px #000, 0 0 20px #000;
  }

  #content.webinar-listings section#filterSection {
    padding: 25px 0;
    background-color: #f4f4f4;
  }

  #content.webinar-listings section#filterSection button {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #content.webinar-listings section#filterSection button:hover {
    background-color: #e4f3f3;
    border-color: #45aaff;
  }

  #content.webinar-listings section#filterSection button.active {
    background-color: #45aaff;
    border-color: #419498;
    -webkit-box-shadow: 0 0 3px #419498 inset;
    -moz-box-shadow: 0 0 3px #419498 inset;
    box-shadow: 0 0 3px #419498 inset;
    color: #fff;
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing {
    font-size: 0;
    padding: 40px 0;
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing:hover {
    background-color: rgba(250, 247, 243, 0.6);
  }

  @media (min-width: 768px) {
    #content.webinar-listings section#webinarListingsSection .webinarListing-calendar {
      display: inline-block;
      width: 40%;
      vertical-align: middle;
    }
  }

  @media (min-width: 1200px) {
    #content.webinar-listings section#webinarListingsSection .webinarListing-calendar {
      width: 30%;
    }
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing-month {
    width: 90px;
    border: 3px solid rgba(160, 203, 196, 0.9);
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    background-color: rgba(160, 203, 196, 0.3);
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 7px;
    margin: auto;
    color: #888;
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing-date {
    width: 90px;
    border: 3px solid rgba(160, 203, 196, 0.9);
    border-top: none;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    margin: 0 auto 15px;
    font-size: 40px;
    color: #aaa;
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing-category {
    font-size: 15px;
  }

  @media (min-width: 768px) {
    #content.webinar-listings section#webinarListingsSection .webinarListing-details {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      width: 60%;
    }
  }

  @media (min-width: 1200px) {
    #content.webinar-listings section#webinarListingsSection .webinarListing-details {
      width: 55%;
    }
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing-details h3 {
    color: #444;
  }

  #content.webinar-listings section#webinarListingsSection .webinarListing+.webinarListing {
    border-top: 1px solid #eee;
  }

  #content.webinar-listings section#webinarListingsSection .noMatches {
    margin: 0;
    padding: 60px 0;
  }

  #content.webinar-signup section#heroSection {
    background-color: #444;
    background-image: url(../images/5c0cb2f2f81741c90ad69dc7f003fe76.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    padding: 150px 0;
  }

  #content.webinar-signup section#heroSection p {
    color: #fff;
    font-size: 45px;
    text-shadow: 0px 0px 2px #000, 0 0 20px #000;
    font-weight: 300;
    margin: 0;
    line-height: 125%;
  }

  #content.webinar-signup section#mainContent {
    padding: 75px 0;
  }

  #content.webinar-signup section#mainContent .expired h2 {
    color: #232323;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    #content.webinar-signup section#mainContent .webinarListing-calendar {
      display: inline-block;
      width: 150px;
      vertical-align: middle;
    }
  }

  #content.webinar-signup section#mainContent .webinarListing-month {
    width: 90px;
    border: 3px solid rgba(160, 203, 196, 0.9);
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    background-color: rgba(160, 203, 196, 0.3);
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 7px;
    margin: auto;
    color: #888;
  }

  #content.webinar-signup section#mainContent .webinarListing-date {
    width: 90px;
    border: 3px solid rgba(160, 203, 196, 0.9);
    border-top: none;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    margin: 0 auto 15px;
    font-size: 40px;
    color: #aaa;
  }

  #content.webinar-signup section#mainContent .webinarListing-category {
    font-size: 15px;
  }

  #content.webinar-signup section#mainContent .webinar-meta h1 {
    color: #232323;
    font-size: 32px;
  }

  @media (min-width: 768px) {
    #content.webinar-signup section#mainContent .webinar-meta {
      display: inline-block;
      vertical-align: top;
      width: -webkit-calc(100% - 160px);
      width: -moz-calc(100% - 160px);
      width: calc(100% - 160px);
      text-align: left;
      padding-left: 20px;
    }
  }

  #content.webinar-signup section#mainContent hr {
    margin: 25px 0;
  }

  #content.webinar-signup section#mainContent .webinar-details {
    text-align: left;
    font-size: 15px;
  }

  #content.webinar-signup section#mainContent .webinar-details h1,
  #content.webinar-signup section#mainContent .webinar-details h2 {
    color: #232323;
  }

  #content.webinar-signup section#mainContent .webinar-details p,
  #content.webinar-signup section#mainContent .webinar-details li,
  #content.webinar-signup section#mainContent .webinar-details a {
    font-size: 15px;
  }

  @media (min-width: 768px) {
    #content.webinar-signup section#mainContent .rightCol {
      float: right;
    }
  }

  #content.webinar-signup section#mainContent .formContainer {
    max-width: 350px;
    margin: auto;
  }

  #content.webinar-signup section#mainContent #webinarSignupForm {
    text-align: left;
  }

  #content.webinar-signup section#mainContent #webinarSignupForm label {
    font-size: 15px;
    font-weight: 500;
  }

  #content.webinar-signup section#mainContent #webinarSignupForm button[type="submit"] {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
  }

  #content.webinar-signup section#mainContent .speaker {
    font-size: 0;
    margin-top: 30px;
    text-align: center;
  }

  #content.webinar-signup section#mainContent .speaker-img {
    width: 120px;
    background-color: #ccc;
    margin: 10px auto 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  @media (min-width: 768px) {
    #content.webinar-signup section#mainContent .speaker-img {
      display: inline-block;
      vertical-align: top;
      margin: auto;
    }
  }

  @media (min-width: 768px) {
    #content.webinar-signup section#mainContent .speaker-bio {
      display: inline-block;
      vertical-align: top;
      width: -webkit-calc(100% - 120px);
      width: -moz-calc(100% - 120px);
      width: calc(100% - 120px);
      padding-left: 15px;
      text-align: left;
    }
  }

  #content.webinar-signup section#mainContent .speaker-bio h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
  }

  #content.webinar-signup section#mainContent .speaker-bio h4 {
    font-size: 18px;
  }

  #content.webinar-signup section#mainContent .speaker-bio p {
    font-size: 15px;
    margin: 10px 0 0;
  }

  @media (min-width: 768px) {
    #content.xero-partnership section#heroSection {
      text-align: left;
      height: 350px;
    }
  }

  @media (min-width: 992px) {
    #content.xero-partnership section#heroSection {
      height: 450px;
    }
  }

  #content.xero-partnership section#heroSection .container,
  #content.xero-partnership section#heroSection .container-padded,
  #content.xero-partnership section#heroSection .container-padded-light {
    position: relative;
  }

  #content.xero-partnership section#heroSection h1 {
    color: #444;
  }

  #content.xero-partnership section#heroSection .heroImage {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
  }

  @media (min-width: 992px) {
    #content.xero-partnership section#heroSection .heroImage {
      width: 50%;
    }
  }

  #content.xero-partnership h2 {
    color: #232323;
  }

  #content.xero-partnership section#partnershipSection {
    padding: 75px 0;
    font-size: 0;
  }

  #content.xero-partnership section#partnershipSection .featuresContainer {
    max-width: 425px;
    display: inline-block;
    vertical-align: top;
  }

  @media (min-width: 768px) {
    #content.xero-partnership section#partnershipSection .featuresContainer {
      width: 50%;
    }
  }

  @media (min-width: 768px) {
    #content.xero-partnership section#partnershipSection .featuresContainer.zenefitsFeatures {
      padding-right: 50px;
    }
  }

  #content.xero-partnership section#partnershipSection .featuresContainer.zenefitsFeatures img {
    margin: 5px auto;
  }

  #content.xero-partnership section#partnershipSection .featuresContainer.zenefitsFeatures li {
    background-image: url(../images/be4b860a13c2bc9a1d0702c8f10b4165.html);
  }

  @media (min-width: 768px) {
    #content.xero-partnership section#partnershipSection .featuresContainer.xeroFeatures {
      border-left: 1px solid #ddd;
      padding-left: 50px;
    }
  }

  #content.xero-partnership section#partnershipSection .featuresContainer.xeroFeatures li {
    background-image: url(../images/98de51ca5d98b09065ac682f327a9c1a.html);
  }

  #content.xero-partnership section#partnershipSection .featuresContainer ul {
    text-align: left;
    list-style-type: none;
    padding: 0;
  }

  #content.xero-partnership section#partnershipSection .featuresContainer ul li {
    font-size: 15px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 25px;
  }

  #content.xero-partnership section#partnershipSection .featuresContainer ul li+li {
    margin-top: 15px;
  }

  #content.xero-partnership section#partnershipSection .featuresContainer .btn,
  #content.xero-partnership section#partnershipSection .featuresContainer body.get-started section#stepNavigation .btn-next,
  body.get-started section#stepNavigation #content.xero-partnership section#partnershipSection .featuresContainer .btn-next,
  #content.xero-partnership section#partnershipSection .featuresContainer body.get-started-payroll section#stepNavigation .btn-next,
  body.get-started-payroll section#stepNavigation #content.xero-partnership section#partnershipSection .featuresContainer .btn-next {
    padding: 10px 15px;
    font-size: 16px;
    margin-top: 20px;
    width: 250px;
  }

  #content.xero-partnership hr.smallHR {
    width: 60%;
    max-width: 300px;
    margin: auto;
  }

  #content.xero-partnership section#customizeSection {
    padding: 75px 0;
  }

  #content.xero-partnership section#customizeSection img {
    width: 100%;
    max-width: 400px;
  }

  #content.xero-partnership section#customizeSection .plusSign {
    color: #62caf4;
    font-size: 60px;
    font-family: "Lato", "Helvetica", sans-serif;
    font-weight: 100;
  }

  @media (min-width: 768px) {
    #content.xero-partnership section#customizeSection img {
      width: 35%;
    }

    #content.xero-partnership section#customizeSection .plusSign {
      display: inline-block;
      vertical-align: middle;
      margin: 10px;
    }
  }

  #content.xero-partnership section#howToSection {
    background-color: #d0e4e5;
    padding: 75px 0;
  }

  #content.xero-partnership section#howToSection #addOnCircle {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #232323;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 50px;
    margin-left: 5px;
    text-align: center;
  }

  #content.xero-partnership section#howToSection #addOnCircle p {
    color: #fff;
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: 900;
    -webkit-transform: scaleY(1.25);
    -moz-transform: scaleY(1.25);
    -ms-transform: scaleY(1.25);
    -o-transform: scaleY(1.25);
    transform: scaleY(1.25);
  }

  #content.xero-partnership section#howToSection table td {
    padding: 7px;
    vertical-align: top;
  }

  #content.xero-partnership section#howToSection table td .bulletNumber {
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }

  #content.xero-partnership section#howToSection table td:last-of-type {
    padding-left: 15px;
  }

  #content.xero-partnership section#bottomCtaSection {
    padding: 75px 0;
  }

  @media (min-width: 768px) {
    #content.xero-partnership section#bottomCtaSection {
      padding: 100px 0;
    }
  }

  html.loginPanelBody,
  body.loginPanelBody {
    background-color: #f4f4f4;
  }

  html .loginPanelWrap,
  body .loginPanelWrap {
    width: 473px;
    height: 450px;
    margin: 0 auto;
    background-color: #f4f4f4;
  }

  html .loginPanelWrap #login-carousel,
  body .loginPanelWrap #login-carousel {
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  html .loginPanelWrap #login-carousel img,
  body .loginPanelWrap #login-carousel img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    height: 420px;
  }

  html .loginPanelWrap .carousel-indicators,
  body .loginPanelWrap .carousel-indicators {
    position: relative;
  }

  html .loginPanelWrap .carousel-indicators li,
  body .loginPanelWrap .carousel-indicators li {
    border: 1px solid #ccc;
    background-color: light-grey;
  }

  html .loginPanelWrap .carousel-indicators li.active,
  body .loginPanelWrap .carousel-indicators li.active {
    background-color: #0096ff;
    border-color: #0096ff;
  }

  /*# sourceMappingURL=general.css.map*/
  .vid_home_wrap {
    width: 100%;
  }

  .vid_home_wrap video {
    width: 100%;
    height: 100%;
  }

  .home_vid_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
  }

  #heroSection {
    overflow: hidden;
  }

  .productCardContainer i {}

  .loginAppObjWrap {
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999999;
  }

  .noScroll {
    overflow: hidden;
  }

  .blurredOut {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    overflow: hidden;
  }

  #content {
    overflow: hidden;
  }

  body.inactive #download {
    height: 0;
  }

  body.inactive #download .container {
    opacity: 1;
  }

  #download {
    position: relative;
    background: #f8f8f8;
    height: auto;
  }

  #download header {
    position: relative;
  }

  #download .closer {
    position: absolute;
    right: 0.1em;
    top: 0.25em;
    font-size: 1.25em;
    cursor: pointer;
  }

  #download .container {
    padding-top: 4em;
    padding-bottom: 6em;
    background: url('images/bg-android.png') top right no-repeat;
    background-size: auto 100%;
    opacity: 1.0;
    overflow: hidden;
  }

  #download:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url('images/curve2.html') 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #download h2 {
    color: #888 !important; //text-align: left;
  }

  #download .button.ios,
  #download .button.android {
    height: 60px;
    width: 200px;
    min-width: 0;
  }

  .row.half {
    margin-left: -10px; //text-align: left;
    margin-top: 40px;
  }

  .get-button.button {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.35em;
    text-align: justify;
    letter-spacing: -0.5px;
    -webkit-text-stroke: 0.25px;
  }

  #download input[type="text"] {
    display: block;
    background: transparent;
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 0.5em 0.75em 0.5em 0.75em;
    box-shadow: inset 0 0 0 1px #bbb;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }

  #download input[type="text"] {
    line-height: 1.25em;
  }

  .form-inline {
    display: inline-block;
  }

  #phone_number-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  #download input,
  .us-code {
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.35em;
    text-align: justify;
    letter-spacing: -0.5px;
    -webkit-text-stroke: 0.25px;
  }

  .button {
    position: relative;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    padding: 0.5em 1.5em 0.6em 1.5em;
    cursor: pointer;
    color: #fff;
    line-height: 1em;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }

  .button.android {
    background: url(images/playstore.png) top center no-repeat;
    padding: 0;
    height: 2.5em;
    min-width: 12em;
    text-indent: -200%;
    overflow-x: hidden;
  }

  .stores {
    margin-top: 40px;
  }

  .get-button {
    padding: 13px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  body.pages {
    padding: 10px;
    background: #eee;
  }

  .page-wrap {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 30px;
  }

  .bullet {
    margin-left: 30px;
  }

  .hide-video .video-popup {
    display: none;
  }

  .video-popup {
    position: absolute;
    width: 70%;
    height: 70%;
    margin: auto;
  }

  .actions3 {
    margin-top: 20px;
    text-align: center;
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
  }

  .inline-block {
    display: inline-block;
  }

  .button.ios.small {
    background: url(images/iosstore.png) top center no-repeat;
    background-size: contain;
    padding: 0;
    height: 6em;
    width: 14em;
    overflow-x: hidden;
  }

  .button.android.small {
    background: url(images/playstore.png) top center no-repeat;
    background-size: contain;
    padding: 0;
    height: 6em;
    width: 14em;
    text-indent: -200%;
    overflow-x: hidden;
  }

  /*Trial form style*/
  #TrialUserRegister label {
    float: left;
    font-weight: normal;
  }

  #TrialUserRegister input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="password"],
  input[type="url"],
  textarea,
  select,
  select.form-control {
    padding: 5px 10px;
  }

  #TrialUserRegister .error {
    color: red;
    font-size: 11px;
  }

  /*================registration-section==========================*/
  .signup-page .Registration-section .reg-1 {
    background-color: #3d7ec1;
    color: #fff;
    padding: 51px 52px 10px;
    min-height: 530px;
    position: relative;
  }

  .signup-page .Registration-section .reg-form {
    background-color: #fff;
    color: #555;
    padding: 30px;
    min-height: 530px;

  }

  .signup-page .Registration-section .reg-form .reg-radio .radio {
    margin: 0.5rem;
    display: inline-block;
  }

  .signup-page .Registration-section .reg-form .reg-radio .radio #Professionalid {
    margin-left: -1px;
  }

  .signup-page .Registration-section .reg-form .reg-radio .radio #agencyid {
    margin-left: -1px;
  }

  .signup-page .Registration-section .p-box {
    border-right: none;
  }

  .signup-page .Registration-section .b-plan {
    border-left: none;
  }

  .signup-page .Registration-section #bottom-wizard {
    margin-top: 15px;
  }

  .signup-page input.form-control,
  select.form-control,
  textarea.form-control {
    background: #fff;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #e8ebed;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    /*margin-bottom: 15px;*/
    padding: 6px 12px 6px 0;
  }

  .signup-page button.submit {
    background: #409fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    outline: 0 none;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.5s ease 0s;
  }

  .signup-page .bg-logo-1 {
    text-align: center;
    padding: 25px;
    margin-top: 55px;
  }

  .signup-page .Registration-section {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .signup-page .reg-form h3 {
    font-size: 30px;
  }

  .signup-page .Registration-section .bg-11 {
    background-color: #3d7ec1;
    padding: 0px;
    min-height: 490px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .signup-page .Registration-section #more_info {
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 15px;
  }

  .signup-page .Registration-section .bg-11 .form-group {
    margin-bottom: 10px;
  }

  .signup-page .Registration-section .regist {
    font-size: 19px;
  }

  .signup-page .Registration-section .pull-left {
    margin-top: 1px;
  }

  .signup-page .Registration-section .text-right {
    margin-top: 11px;
  }

  .signup-page .Registration-section .box-5 {
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #eee;
  }

  .registrationMenu {
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 8px;
  }

  /*==========================Login section============================*/
  body.login-page {
    background-color: #e5e7ed;
  }

  .login-page main {
    margin: 4% auto 0%;
    max-width: 418px;
    width: 100%;
  }

  .login-block {
    background-color: #fff;
    /*border-radius: 5px;*/
    box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 60px;
    text-align: center;
  }

  .login-links::after {
    clear: both;
    content: "";
    display: table;
  }

  .login-links {
    padding-top: 25px;
  }

  .login-links a:Hover {
    color: #0195ff;
    text-decoration: underline;
  }

  .login-block h1 {
    font-size: 22px;
    margin-bottom: 45px;
    margin-top: 40px;
  }

  .login-block h1,
  .login-block h6 {
    color: #96a2b2;
    letter-spacing: 1px;
  }

  .login-block .input-group-addon {
    color: #29aafe;
    font-size: 19px;
    opacity: 0.5;
    background: transparent;
    border-top: none;
    border-left: none;
    border-bottom: none;
  }

  .login-page .form-group input {
    border-bottom: none;
  }

  .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
  }

  .login-block .form-group {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .has-feedback {
    position: relative;
  }

  .login-links a {
    color: #000;
  }

  #login-form input {
    padding: 8px 8px;
    font-size: 14px;
  }

  .login-submit {
    padding: 10px;
    margin-top: 10px;
  }

  .login-submit:hover {
    background: rgb(22, 160, 133);
  }

  .login-block .error p {
    color: red;
    font-size: 11px;
  }

  /*==========================Login section============================*/
  /*================. close registration-section==========================*/
  /* Media query section - Neelmani*/
  @media (min-width: 1366px) {
    .login-page main {
      margin: 6% auto 0;
    }

    .login-page .forgot {
      margin: 8% auto 0;
    }
  }

  @media (max-width: 767px) {
    body.home-v4 #content section#heroSection h1 {
      color: #fff;
      font-size: 26px;
      margin-top: 0px;
    }

    body .home-v4 #content section #heroSection .vCenter {
      padding: 0 0 0;
    }

    .home-cta-header-button {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 4px;
      font-weight: lighter;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s;
      -o-transition: 0.5s all;
      transition: 0.5s all;
    }

    .signup-page .Registration-section .bg-11 {
      background-color: #fff;
      padding: 0px;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
    }

    .signup-page {
      width: 100%
    }

    .signup-page .Registration-section .reg-1 {
      min-height: 420px;
    }

    .signup-page .Registration-section #more_info {
      margin-top: 10px;
      float: left;
      margin-left: 20px;
      font-size: 30px;
      margin-bottom: 12px;
    }

    .login-page .login-block {
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
      padding: 19px;
      text-align: center;
      margin: 0 auto;
    }

    .announcement {
      margin-right: 30px;
    }

    .signup-page .reg-form h3 {
      font-size: 23px;
    }

    body.home-v4 #content h2 {
      color: #232323;
      font-size: 16px;
    }

    .signup-page #left_form {
      background-color: #1cbbb4;
      box-sizing: border-box;
      color: #fff;
      min-height: 401px;
      padding: 30px 50px 5px;
    }

    .inner-banner .btn-group .btn-secondary {
      margin-left: 0px;
      margin-top: 5px;
      border-radius: 5px;
    }

    footer {
      background-color: #4F4F4F;
    }

    footer .footer-nav {
      text-align: center;
      margin: 0 0 0 0;
    }

    footer #Cu {
      width: 250px;
      margin-left: 35px;
      text-align: center;
      border: none;
    }

    footer #Aa {
      width: 180px;
      margin-left: 35px;
    }

    footer #TnR {
      width: 200px;
      margin-left: 35px;
    }

    footer .span3 {
      float: left;
      min-height: 1px;
      margin-left: 53px;
      text-align: center;
      border-bottom: 1px solid #ccc;
    }

    footer .container-padded {
      padding: 20px;
    }

    .login-page main {
      margin: 11% auto 0%;
      max-width: 418px;
      width: 100%;
    }

    .login-block h1 {
      font-size: 17px;
      margin-bottom: 21px;
      margin-top: 21px;
    }

    .login-page .login-wrapper {
      padding: 28px;
    }

    .login-links a {
      color: #000;
      font-size: 12px;
    }

    .login-page main {
      margin-bottom: 4px;
      margin-top: 4px;
    }

    .login-page .forgot {
      margin-bottom: 4px;
      margin-top: 67px;
    }

    .login-page main {
      margin-bottom: 4px;
      margin-top: 43px;
    }
  }

  @media screen and (max-width: 768px) {
    .signup-page .Registration-section .reg-1 {
      min-height: 300px;
    }

    .signup-page .Registration-section #more_info {
      margin-top: -33px;
    }
  }
}

@media screen and (max-width: 767px) {
  .pricing {
    padding: 0 12px;
  }
}

/*=====================================================
=userSignUp
================================================================*/

.userSignUp {
  padding: 30px 0;
  margin-top: -150px;
  text-align: center;
  color: #9798a8;
  position: relative;
}

.error p {
  color: red;
  font-size: 11px;
}

.userSignUp .sign-in-up {
  background: #fff;
  padding: 80px 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.userSignUp h2,
.userSignUp h3 {
  /*margin-top: 15px;*/
  color: #9798a8;
  font-weight: 400;
}

.userSignUp figure img {
  margin: 0 auto;
}

.userSignUp .Sign-body {
  padding: 30px 0;
}

.userSignUp .line {
  height: 290px;
  display: table-cell;
  vertical-align: middle;
  width: 100em;
}

.userSignUp .line h4 {
  color: #9798a8;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #9798a8;
  padding: 5px;
  border-radius: 100%;
}

.userSignUp .line h4:before {
  content: '';
  height: 120px;
  width: 1px;
  background: #9798a8;
  position: absolute;
  top: 50px;
  left: 19px;
}

.userSignUp .line h4:after {
  content: '';
  height: 120px;
  width: 1px;
  background: #9798a8;
  position: absolute;
  bottom: 50px;
  left: 19px;
}

@media (max-width: 991px) {
  .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav {
    background-color: #fff;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .bg-11 .hidden-xs {
    display: none !important;
  }

  /*========================================
userSignUp
================================================*/
  .userSignUp {
    margin-top: -80px;
  }

  .userSignUp .sign-in-up {
    padding: 0;
  }

  .userSignUp .Sign-body {
    padding: 20px 0;
  }

  .userSignUp .line {
    height: auto;
    padding: 20px 0 0;
  }

  .userSignUp .line h4::before {
    height: 1px;
    width: 300px;
    top: 15px;
    left: 65px;
  }

  .userSignUp .line h4::after {
    height: 1px;
    width: 300px;
    bottom: 20px;
    right: 65px;
    left: auto;
  }
}

@media (max-width: 1024px) {
  .vCenterContainer .odm-evv-logo {
    width: 100px;
    right: 2%;
    bottom: 4%;
  }


}


@media (max-width: 640px) {
  .home-v4 nav.standardHeader.homepageNotScrolled #zenefitsNav {
    background-color: #fff;
  }
}

@media (max-width: 414px) {
  .userSignUp {
    margin-top: -45px;
  }

  .userSignUp h2,
  .userSignUp h3 {
    font-size: 21px;
  }

  .userSignUp .line h4::before {
    width: 100px;
  }

  .userSignUp .line h4::after {
    width: 100px;
  }

  body.home-v4 #content section#heroSection h1 {
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
  }


  .vCenterContainer .odm-evv-logo {
    width: 60px;
    bottom: 31%;
  }

  .actions3 {
    margin-top: 0;
    padding-top: 0;
  }
}