@font-face {
  font-family: 'Journal';
  src: url(/fonts/vendor/signature-pad/journal.eot?fe60c0a4a5f08aa28f9fe4b0ab75b17e);
  src: url(/fonts/vendor/signature-pad/journal.eot?fe60c0a4a5f08aa28f9fe4b0ab75b17e?#iefix) format('embedded-opentype'),
       url(/fonts/vendor/signature-pad/journal.woff?5101db2fffdaa0cc50827565f93ce732) format('woff'),
       url(/fonts/vendor/signature-pad/journal.ttf?17c1783646d33a85f939f0bfe13f651e) format('truetype'),
       url(/images/vendor/signature-pad/journal.svg?912179319ec46766932026bbce5926dd#JournalRegular) format('svg');
  font-weight: normal;
  font-style: normal;
}

.sigPad {
  margin: 0;
  padding: 0;
  width: 200px;
}

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;

  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

.sigPad label.error {
  color: #f33;
}

.sigPad input {
  margin: 0;
  padding: 0.2em 0;
  width: 198px;

  border: 1px solid #666;

  font-size: 1em;
}

.sigPad input.error {
  border-color: #f33;
}

.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;

  background-color: #ccc;
  border: 0;
  border-radius: 8px;

  cursor: pointer;

  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}

.sigPad button:hover {
  background-color: #333;

  color: #fff;
}

.sig {
  display: none;
}

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;

  list-style-type: none;
}

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;

  border: 0;

  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;

  color: #fff;
  text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #ccc;

  color: #555;
}

.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;

  font-size: 0.75em;
  line-height: 1.375;
}

.sigWrapper {
  clear: both;
  height: 55px;

  border: 1px solid #ccc;
}

.sigWrapper.current {
  border-color: #666;
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;

  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url(/pen.cur?94a7f71f78cae7986105c3d9576665b9), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  cursor: url(/pen.cur?94a7f71f78cae7986105c3d9576665b9) 16 16, crosshair;

  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;

  cursor: default;

  color: #145394;
  font: normal 1.875em/50px "Journal",Georgia,Times,serif;
}

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;

  border-top: 3px solid #ccc;

  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;

  background-color: #f33;

  color: #fff;
  font-weight: bold;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?94e9801cbb137784bde51c7ee1163374);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?94e9801cbb137784bde51c7ee1163374?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?2e5aa1573e463a07d91d726fdbd8a288) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?152c566e78a03edee21b031a0f9359be) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?fea79e7c7c16a4bc1ae15db388a2c1ac) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* 897px */
/* 896px */
/* 464px */
.navbar-laravel {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

* {
  box-sizing: border-box;
  vertical-align: top;
}

html, body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

body {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #F2F2F2;
  color: #303030;
  font-size: 13px;
  margin: 0;
  min-width: 960px;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
ul.unstyled-list {
  padding: 0;
}
ul.unstyled-list li {
  list-style: none;
}

ol {
  list-style: decimal;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
ol.unstyled-list {
  padding: 0;
}
ol.unstyled-list li {
  list-style: none;
}

li {
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

a {
  color: #00a3c9;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
a:focus {
  text-decoration: none;
}
a:hover, a:focus {
  color: #007a96;
}

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

strong {
  font-weight: 600;
}

h1 {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

h2 {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.text-light {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.text-bold {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.text-black {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.text--green {
  color: #5aa050;
}

.text--yellow {
  color: #fabc2c;
}

.text--red {
  color: #d53d3f;
}

.text--dark-pink {
  color: #d962ab;
}

.text--strong-cyan {
  color: #1dbca0;
}

.text--lime-green {
  color: #9fde18;
}

.text--olive-green {
  color: #8e8e2b;
}

.text--blue {
  color: #00a3c9;
}

.text--orange {
  color: #fa871d;
}

.text--purple {
  color: #9533d6;
}

.text--grey {
  color: #888888;
}

.text--black {
  color: #303030;
}

.text--light-gray {
  color: #808080;
}

.text--light-orange {
  color: #D2AA66;
}

.add-link,
.add-link.button.button--link {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.avoid-clicks {
  pointer-events: none;
}

.allow-clicks {
  pointer-events: auto;
}

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

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

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

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

.display--inline-block {
  display: inline-block;
}

.display--block {
  display: block;
}

.display--flex {
  display: flex;
}

.grey-sticker {
  background-color: #DDDDDD;
  border-radius: 0.4rem;
  color: #4F4F4F;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 0.5rem;
  padding: 0.4rem 0.5rem;
  margin-left: 1rem;
}

.text--height-middle {
  display: inline-block;
  line-height: normal;
  margin-top: -6px;
  vertical-align: middle;
}

.text--large, .two-column-list__title {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
}
.text--large label, .two-column-list__title label {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

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

.text--break {
  word-break: break-all;
}

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

.unread {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.heading--smaller {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.margin--bottom-10 {
  margin-bottom: 1rem;
}

.custom-datefield {
  background-image: url("/sites/all/themes/bernard/imagesnew/calendar-icon.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.element--hidden {
  display: none;
}

.document-list {
  list-style: none;
  padding: 0;
}
.document-list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.document-list li:before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #d53d3f;
  content: "\f1c1";
  margin-left: -1.5rem;
  position: absolute;
}

small {
  font-style: italic;
  opacity: 0.5;
  vertical-align: baseline;
}

form {
  display: block;
}

fieldset {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 5rem;
  padding: 0;
}
fieldset.no-border {
  border-bottom: 0;
}
fieldset.no-margin {
  margin-bottom: 0;
}
fieldset.title-bottom-margin legend {
  margin-bottom: 2.5rem;
}

.fieldset-seperator {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

legend {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.form-head {
  display: flex;
  font-size: 1.5rem;
  line-height: 4rem;
}
.form-head i {
  margin-right: 0.4rem;
  vertical-align: baseline;
}

.form-row {
  margin-bottom: 2.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-top: 0;
  padding-top: 0.1px;
}
.form-row.no-bottom-margin {
  margin-bottom: 0;
}
.form-row::after {
  clear: both;
  content: "";
  display: block;
}
.form-row.control-unlimited {
  margin-bottom: 0;
}

#popups .form-row {
  display: block;
}
#popups .form-row .form--inline {
  margin: auto 5rem;
}

.form-control {
  float: left;
  max-width: 55rem;
  min-height: 1px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
}
.form-control.no-horizontal-space {
  padding-left: 0;
  padding-right: 0;
}
.form-control.items--inline {
  padding-top: 13px;
}
.form-control.items--inline label {
  display: inline-block;
  line-height: 4rem;
  width: auto;
}
.form-control.items--inline label.control-label--checkbox, .form-control.items--inline label.control-label--radio {
  line-height: 2rem;
}
.form-control.items--inline input[type=text],
.form-control.items--inline input[type=password],
.form-control.items--inline input[type=file],
.form-control.items--inline button,
.form-control.items--inline .button,
.form-control.items--inline .select-control {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
  width: auto;
}
.form-control.items--inline .form-item {
  display: inline-block;
  vertical-align: top;
}
.form-control.form-control--indent5 {
  padding-left: 5.4rem;
}
.form-control.required-custom .form-required {
  margin-left: 0.5rem;
  position: absolute;
}
.form-control .form-required {
  color: #FF0000;
}
.form-control .form-item.margin_b {
  margin-bottom: 2.5rem;
}
.form-control .form-item.margin_b .select-control {
  margin-bottom: 0;
}
.form-control .employeeFilterLabel {
  text-transform: uppercase;
  font-size: 1rem;
  color: #666666;
  margin-left: 0.4rem;
}
.form-control .employeeFilterPerPage {
  font-size: 1.2rem;
  color: #000000;
  margin-left: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.control-unlimited .form-control {
  margin-bottom: 2.5rem;
  min-height: 6.1rem;
}
.control-unlimited .form-control.password-stacked > .form-item .form-item:first-child {
  display: table;
  margin-bottom: 2.25rem;
  width: 100%;
}

label.label--spaced, .label--spaced label {
  margin-bottom: 0.5rem;
}

label,
input[type=text],
input[type=password],
input[type=file],
select,
textarea {
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%;
}

label {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.resizable-textarea {
  width: 100%;
}

input[type=text],
input[type=password],
textarea {
  cursor: text;
}

input[type=text],
input[type=number],
input[type=password],
input[type=file],
input[type=tel],
input[type=email],
select,
textarea {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  border: 0.2rem solid #F2F2F2;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  color: #4F4F4F;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 0.75rem;
  max-width: 100%;
  padding: 0.8rem;
}

input[type=text],
input[type=password],
input[type=file],
select {
  height: 4rem;
}

select[multiple] {
  background-color: #FFFFFF !important;
  height: auto;
  padding-right: 0.8rem;
}

input[type=file] {
  height: auto;
  line-height: 1.5rem;
  padding-top: 1rem;
}
html.gecko input[type=file] {
  padding-bottom: 0.5rem;
  padding-top: 0.6rem;
}

select {
  line-height: 2.2rem;
  margin-bottom: 0;
  padding-right: 2.5rem;
}

input,
input:focus,
input:hover,
select,
select:focus,
select:hover {
  outline: 0 solid transparent;
}

input:focus,
select:focus,
.input--focus {
  box-shadow: inset 0 0 0 2px #00a3c9;
}

input[type=text].input--error,
input[type=email].input--error,
.input--error {
  box-shadow: inset 0 0 0 2px #FF9596;
}

.form--1-column .form-control {
  width: 100%;
}

@media (min-width: 500px) {
  .form--1-column .form-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
}
.form--2-column .form-control {
  width: 50%;
}

.form--label-spaced .form-control > .form-item > label {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media (min-width: 1050px) {
  .form--2-column .form-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 105rem;
  }
  .form--2-column .form-row.benefits-enrollment-container {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 2.5rem 0;
  }
  .form--2-column .form-row.benefits-enrollment-container .form-control {
    padding: 0 5rem 0 0;
  }
  .form--2-column.form--left {
    max-width: 100rem;
  }
}
.feature-admin-configure {
  padding-top: 2.5rem;
}
.feature-admin-configure .form-control {
  width: 33.33333%;
}
@media (min-width: 1050px) {
  .feature-admin-configure .form-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 105rem;
  }
}
.feature-admin-configure .control-label--inline .control-label--radio {
  float: right;
  margin-left: 1.6rem;
  vertical-align: middle;
}
.feature-admin-configure.popup--3-column {
  min-width: 75rem;
}

.form--3-column .form-control {
  width: 33.33333%;
}
@media (min-width: 1050px) {
  .form--3-column .form-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 105rem;
  }
}
.form--3-column .control-label--inline .control-label--radio {
  float: right;
  margin-left: 1.6rem;
  vertical-align: middle;
}
.form--3-column.popup--3-column {
  min-width: 75rem;
}

.form--4-column .form-control {
  width: 25%;
}

.form--5-column .form-control {
  width: 20%;
}

@media (min-width: 2150px) {
  .form--4-column .form-row,
.form--5-column .form-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 200rem;
  }
}
.form-control.full {
  max-width: none;
  width: 100%;
}

.form-control.half {
  max-width: none;
  width: 50%;
}

.form-control.width-over-half {
  max-width: none;
  width: 60%;
}

.form-control.employee-list-form-control {
  width: auto;
  padding: 0;
}

.employee-list-action-btn {
  width: auto;
  float: right;
  padding: 1.4rem 0 0;
}
.employee-list-action-btn.flex-buttons {
  display: flex;
  gap: 1.5rem;
}
.employee-list-action-btn.flex-buttons .button {
  margin-left: 0;
}

.employee-search {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 0.7rem;
}

.nav-tab-hr-upgrades-tab-items {
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding: 0.5rem 0 1.5rem;
}

.org-chart-action-btn {
  width: auto;
  float: right;
  padding: 0.4rem 1.5rem 1rem;
}

.org-chart-search-reset.button.active {
  margin-top: 0.4rem;
}

.form--left .form-row {
  margin-left: -2.5rem;
}

.form--inline {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}
.form--inline.full {
  max-width: 100%;
}
.form--inline.form--left {
  margin-left: 0;
  margin-right: 0;
}
.form--inline.form--left .form-row {
  margin: 0;
}
.form--inline.form--left .form-row .form-control {
  border: 0;
  padding: 0;
}
.form--inline.form--left .form-row.form-head .form-control {
  padding-left: 1rem;
  padding-right: 1rem;
}
.form--inline .form-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.form--inline .form-row:last-child, .form--inline .form-row.no-border {
  border-bottom: 0;
}
.form--inline .form-row.row-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.form--inline .form-row.form-head .form-control {
  border: 0;
  padding-right: 1rem;
}
.form--inline .form-row.margin-b {
  margin-bottom: 1.5rem;
}
.form--inline .form-control {
  line-height: 6rem;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.form--inline .form-control.items--inline {
  padding-top: 0;
}
.form--inline .form-control.items--inline label {
  vertical-align: middle;
}
.form--inline .form-control.items--inline label.control-label {
  margin-bottom: 0;
  margin-top: 0;
}
.form--inline .form-control.items--inline .inline--form-radios {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.form--inline .form-control.items--inline a.datepickershow {
  margin: 0 1rem;
}
.form--inline .form-control.text--right .button {
  float: none;
}
.form--inline .form-control.text--left .button {
  float: none;
  margin-left: 0;
  margin-right: 1.6rem;
}
.form--inline label,
.form--inline input,
.form--inline .select-control {
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  width: auto;
}
.form--inline input[type=text],
.form--inline input[type=file],
.form--inline input[type=password],
.form--inline .control-label,
.form--inline .select-control,
.form--inline .button,
.form--inline button {
  float: right;
  margin-bottom: 1rem;
  margin-left: 1.6rem;
  margin-top: 1rem;
  vertical-align: middle;
}
.form--inline label + .form-item {
  float: right;
}
.form--inline .form-table input[type=text],
.form--inline .form-table input[type=file],
.form--inline .form-table input[type=password] .control-label,
.form--inline .form-table .select-control,
.form--inline .form-table .button,
.form--inline .form-table button,
.form--inline .table input[type=text],
.form--inline .table input[type=file],
.form--inline .table input[type=password] .control-label,
.form--inline .table .select-control,
.form--inline .table .button,
.form--inline .table button {
  float: none;
  margin: 0;
}
.form--inline a.datepickershow {
  vertical-align: middle;
}
.form--inline .text--center input,
.form--inline .text--center .control-label,
.form--inline .text--center .select-control,
.form--inline .text--center .button,
.form--inline .text--center button,
.form--inline .text--center label {
  display: inline-block;
  float: none;
}
.form--inline .toggle-control {
  margin: 0;
}
.form--inline .toggle-control-multilingual {
  margin: 0;
}
.form--inline .toggle-control + .control-label--toggle {
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}
.form--inline .toggle-control-multilingual + .control-label--toggle {
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}
.form--inline .pull-right {
  float: right;
}
.form--inline .pull-right > div {
  float: left;
  margin-left: 0;
}
.form--inline .form-radios {
  float: right;
  margin: 0;
}
.form--inline .form-radios .form-item {
  display: inline;
  margin: 0;
}
.form--inline .description {
  clear: both;
  line-height: normal;
  text-align: right;
}
.form--inline .table label {
  vertical-align: middle;
}
.form--inline .table .button {
  margin-bottom: 0;
  margin-top: 0;
}

.description {
  font-style: italic;
  opacity: 0.5;
}

#popups .form--inline input {
  margin-left: 1.6rem;
  margin-top: 1rem;
}
#popups .form--inline .text--left input {
  margin-left: 0;
  margin-right: 1.6rem;
}
#popups .form--inline .text--left .button {
  margin-left: 0;
  margin-right: 0.8rem;
}

#popups .form--inline .form-table input[type=text] {
  float: none;
  margin: 0;
}

.input--left input[type=text],
.input--left input[type=file],
.input--left input[type=password],
.input--left .control-label,
.input--left .select-control,
.input--left .form-radios {
  display: inline-block !important;
  float: none;
}
.input--left .form-radios {
  margin-bottom: 0;
  margin-top: 0;
}
.input--left .form-radios input,
.input--left .form-radios .control-label,
.input--left .form-checkboxes input,
.input--left .form-checkboxes .control-label {
  margin-left: 0;
  margin-right: 1rem;
}
.input--left .form-item,
.input--left i.fa-calendar {
  display: inline-block;
  margin: 0 1.6rem 0 0;
}
.input--left .glyph-input {
  display: inline-block;
  margin: 0 1.6rem 0 0;
}
.input--left .glyph-input:after {
  bottom: 2rem;
}
.input--left .form-item {
  vertical-align: bottom;
}
.input--left .form-item:last-child {
  margin-right: 0;
}
.input--left.inline-search .form-item {
  vertical-align: top;
}
.input--left.inline-search .glyph-input {
  float: none;
  margin-right: 0;
  vertical-align: top;
}
.input--left.inline-search .glyph-input .form-item {
  margin-right: 0;
}

.row--spaced .form-control {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.row--spaced input,
.row--spaced .select-control {
  margin-bottom: 0;
}

.form--control-spaced {
  padding-top: 1rem;
}

.input--extra-small {
  width: 4.5rem !important;
}

.input--small {
  width: 8rem !important;
}

.input--lite {
  width: 6rem !important;
}

.control-label {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  line-height: 4rem;
  width: auto;
}
.control-label + .checkbox-control,
.control-label + .radio-control {
  margin-left: 2.5rem;
}

.checkbox-control {
  box-shadow: none;
  display: inline-block;
  height: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  opacity: 0;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: absolute;
  width: 0;
}
.checkbox-control + .control-label--checkbox {
  display: inline-block;
  line-height: 2rem;
  min-height: 4rem;
  padding-bottom: 0.9rem;
  padding-left: 2.5rem;
  padding-top: 1rem;
}
.checkbox-control + .control-label--checkbox::before {
  font-family: FontAwesome;
  font-weight: 400;
  background: #FFFFFF;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ABABAB;
  color: #FFFFFF;
  content: "\f00c";
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: -2.5rem;
  margin-right: 1rem;
  text-align: center;
  vertical-align: middle;
  width: 2rem;
}
.checkbox-control.error + .control-label--checkbox::before, .checkbox-control.input--error + .control-label--checkbox::before {
  outline: 2px solid #E73323;
}
.checkbox-control.avoid-clicks:checked + .control-label--checkbox::before {
  background: #F2F2F2;
  color: #303030;
}
.checkbox-control:checked + .control-label--checkbox::before {
  background: #00a3c9;
}

.label--right .checkbox-control + .control-label--checkbox {
  padding-left: 0;
  padding-right: 2.5rem;
}
.label--right .checkbox-control + .control-label--checkbox::before {
  float: right;
  margin-left: 0;
  margin-right: -2.5rem;
}

.win.safari .label--right .checkbox-control + .control-label--checkbox {
  white-space: nowrap;
}

.radio-control {
  box-shadow: none;
  display: inline-block;
  height: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  opacity: 0;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: absolute;
  width: 0;
}
.radio-control + .control-label--radio {
  display: inline-block !important;
  line-height: 2rem;
  min-height: 4rem;
  padding-bottom: 0.9rem;
  padding-left: 2.5rem;
  padding-top: 1rem;
}
.radio-control + .control-label--radio::before {
  background: #00a3c9;
  border: 1rem solid #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 0 0 1px #ABABAB;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 2rem;
  margin-left: -2.5rem;
  margin-right: 0.5rem;
  transition: border-width 0.2s;
  vertical-align: middle;
  width: 2rem;
}
.radio-control:checked + .control-label--radio::before {
  border-width: 0.4rem;
}

.toggle-control {
  box-shadow: none;
  display: inline-block;
  height: 0;
  opacity: 0;
  width: 0;
}
.toggle-control + .control-label--toggle {
  background: #ABABAB;
  border: 0;
  border-radius: 3rem;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-block !important;
  height: 3rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  width: 6.5rem;
}
.toggle-control + .control-label--toggle.label--center {
  vertical-align: middle;
}
.toggle-control + .control-label--toggle::before {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  bottom: 0;
  content: "off";
  font-size: 1.2rem;
  left: 0;
  line-height: 3rem;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 0;
  vertical-align: middle;
}
.toggle-control + .control-label--toggle::after {
  background: #CECECE;
  border: 0.6rem solid #FFFFFF;
  border-radius: 2rem;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 2rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  transition: left 0.3s;
  width: 2rem;
}
.toggle-control:checked + .control-label--toggle {
  background: #00a3c9;
}
.toggle-control:checked + .control-label--toggle::before {
  content: "on";
  text-align: left;
}
.toggle-control:checked + .control-label--toggle::after {
  left: 4rem;
}

.toggle-control-multilingual {
  box-shadow: none;
  display: inline-block;
  height: 0;
  opacity: 0;
  width: 0;
}
.toggle-control-multilingual + .control-label--toggle {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: #ABABAB;
  border: 0;
  border-radius: 3rem;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-block !important;
  height: 3rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  width: auto;
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 0 1rem;
  text-transform: uppercase;
  vertical-align: middle;
  min-width: 6.5rem;
  padding-left: 3rem;
}
.toggle-control-multilingual + .control-label--toggle.label--center {
  vertical-align: middle;
}
.toggle-control-multilingual + .control-label--toggle::before {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  bottom: 0;
  font-size: 1.2rem;
  left: 0;
  line-height: 3rem;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 0;
  vertical-align: middle;
}
.toggle-control-multilingual + .control-label--toggle::after {
  background: #CECECE;
  border: 0.6rem solid #FFFFFF;
  border-radius: 2rem;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 2rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  transition: left 0.3s;
  width: 2rem;
}
.toggle-control-multilingual:checked + .control-label--toggle {
  background: #00a3c9;
  padding-right: 3rem;
  padding-left: 1rem;
}
.toggle-control-multilingual:checked + .control-label--toggle::before {
  text-align: left;
}
.toggle-control-multilingual:checked + .control-label--toggle::after {
  left: calc(100% - 2.5rem);
}

.ie .toggle-control + .control-label--toggle::before {
  line-height: 30px;
}

.ie .toggle-control-multilingual + .control-label--toggle::before {
  line-height: 3rem;
}

.select-control {
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin-bottom: 0.75rem;
  position: relative;
}
.select-control select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.select-control select::-ms-expand {
  display: none;
}
.select-control::after {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f107";
  display: inline-block;
  font-size: 2.5rem;
  left: auto;
  line-height: 0;
  padding: 2rem 0;
  position: absolute;
  right: 0.7rem;
  top: 0;
  transition: 0;
}

.glyph-input {
  position: relative;
}
.glyph-input input {
  padding-right: 2.5rem;
}
.glyph-input:after {
  font-family: FontAwesome;
  font-weight: 400;
  bottom: 1.3rem;
  display: inline;
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
}
.glyph-input.glyph-spin:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #00a3c9;
}

.glyph-input--search:after {
  content: "\f002";
}

.glyph-input--autocomplete:after {
  content: "\f1ce";
}

.glyph-input--calendar:after {
  content: "\f133";
}

.unstyled .select-control {
  background: none;
  cursor: auto;
}
.unstyled .select-control:after {
  display: none;
}
.unstyled .select-control select {
  box-shadow: none;
  cursor: auto;
  padding: 0px;
  pointer-events: none;
}
.unstyled .glyph-input:after {
  display: none;
}

input[type=submit],
input[type=button],
button,
.button {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  background-color: #00a3c9;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-top: 0;
  padding: 0.5rem 2.5rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: background-color 0.2s;
  width: auto;
}
input[type=submit].button--link,
input[type=button].button--link,
button.button--link,
.button.button--link {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #00a3c9;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  text-transform: none;
}
input[type=submit].button--link:hover, input[type=submit].button--link:focus,
input[type=button].button--link:hover,
input[type=button].button--link:focus,
button.button--link:hover,
button.button--link:focus,
.button.button--link:hover,
.button.button--link:focus {
  background-color: transparent;
  color: #007a96;
}
input[type=submit].button--link.text-bold,
input[type=button].button--link.text-bold,
button.button--link.text-bold,
.button.button--link.text-bold {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
input[type=submit].button-primary,
input[type=button].button-primary,
button.button-primary,
.button.button-primary {
  background-color: transparent;
  color: #00a3c9;
  border: solid 0.2rem #00a3c9;
}
input[type=submit]:has(.free-tag),
input[type=button]:has(.free-tag),
button:has(.free-tag),
.button:has(.free-tag) {
  position: relative;
}
input[type=submit] .free-tag,
input[type=button] .free-tag,
button .free-tag,
.button .free-tag {
  position: absolute;
  top: -1.8rem;
  right: -0.8rem;
  padding: 0.1rem 1rem;
  background-color: #FFFFFF;
  color: #00a3c9;
  font-size: 1.2rem;
  border-radius: 0.8rem;
  box-shadow: inset 0 0 0 1px #00a3c9, 0 0.4rem 0.8rem rgba(0, 0, 0, 0.25);
}
input[type=submit].button--white,
input[type=button].button--white,
button.button--white,
.button.button--white {
  background-color: #FFFFFF;
  color: #00a3c9;
  box-shadow: inset -1.5px 0 0 #00a3c9, inset 0 -1.5px 0 #00a3c9, inset 1.5px 0 0 #00a3c9, inset 0 1.5px 0 #00a3c9;
  text-shadow: none;
  position: relative;
}
input[type=submit].button--white:hover, input[type=submit].button--white:focus,
input[type=button].button--white:hover,
input[type=button].button--white:focus,
button.button--white:hover,
button.button--white:focus,
.button.button--white:hover,
.button.button--white:focus {
  background-color: #FFFFFF;
  color: #007a96;
}
input[type=submit].button--white .free-tag,
input[type=button].button--white .free-tag,
button.button--white .free-tag,
.button.button--white .free-tag {
  background-color: #00a3c9;
  color: #FFFFFF;
}

.button--small {
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0.8rem 2rem;
}

.button--large {
  padding: 0.8rem 8rem;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #007a96;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
}

input[type=submit]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: #007a96;
}

input[type=submit].button--secondary,
input[type=button].button--secondary,
button.button--secondary,
.button.button--secondary {
  background-image: none;
  background: transparent;
  box-shadow: inset 0 0 0 1px #888888;
  color: #444444;
  opacity: 0.5;
  text-shadow: none;
  transition: opacity 0.3s;
}

input[type=submit].button--secondary:hover,
input[type=submit].button--secondary:focus,
input[type=submit].button--secondary:active,
input[type=button].button--secondary:hover,
input[type=button].button--secondary:focus,
input[type=button].button--secondary:active,
button.button--secondary:hover,
button.button--secondary:focus,
button.button--secondary:active,
.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  opacity: 1;
}

.button.button-primary:focus {
  background: transparent;
  color: #00a3c9;
}

[draggable=true] {
  cursor: move;
}

[v-cloak] {
  display: none !important;
}

/* 897px */
/* 896px */
/* 464px */
body#bp-body {
  padding-top: 11rem;
}
body#bp-body.masquerading {
  padding-top: 14.2rem;
}
body#bp-body.masquerading .top-nav {
  margin-top: -14.2rem;
}
body#bp-body.masquerading .nav--primary {
  overflow: inherit;
}
body#bp-body.masquerading .new-tool-tip {
  top: -0.6rem;
}

.modal--nav-customization {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  width: 45rem;
}

.top-nav {
  margin-top: -11rem;
  position: fixed;
  width: 100%;
  z-index: 11;
}

@media screen and (max-width: 550px) {
  .top-nav .popover.bottom {
    left: auto !important;
    transform: translateX(calc(-50% + 3.2rem));
  }
  .top-nav .popover.bottom > .arrow {
    left: 50% !important;
  }
}
.primary-nav-bar {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  background: #303030;
  font-size: 1.2rem;
  height: 5.5rem;
  line-height: 5.5rem;
  position: relative;
  z-index: 3;
}

.secondary-nav-bar {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  height: 5.5rem;
  position: relative;
  z-index: 2;
  min-width: 865px;
  display: flex;
}

.sticking-nav {
  padding-top: 11rem;
}
.sticking-nav .primary-nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticking-nav .secondary-nav-bar {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 5.5rem;
  width: 100%;
}

.nav {
  display: inline-block;
}
.nav ul, .nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 0rem;
}

.nav--primary {
  padding-right: 15rem;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.nav--primary > ul {
  display: inline-flex;
}
.nav--primary a {
  color: #FFFFFF;
  padding: 2rem;
  position: relative;
}
.nav--primary a:hover {
  background-color: #3E4045;
}
.nav--primary a.nav--primary-item--selected {
  background: #4F4F4F;
  padding: 2rem;
}
.nav--primary a .upgrade-free-label {
  background: #327EEC;
  border: 0.1rem solid #FFFFFF;
  border-radius: 3rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: normal;
  margin-left: 1rem;
  padding: 0.3rem 1rem;
}
.nav--primary a .upgrade-premium-label {
  height: 2.3rem;
  margin-left: 1rem;
  vertical-align: middle;
  width: 2.3rem;
}

.menu-ellipsis .fa {
  font-size: 0.6rem;
}
.menu-ellipsis .fa + .fa {
  margin-left: 0.4rem;
}
.menu-ellipsis .menu-ellipsis-new {
  position: relative;
}

.nav--primary__popover-menu {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.nav--primary__popover-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav--primary__popover-menu a {
  color: #303030;
  display: block;
  padding: 0.5rem 0;
}
.nav--primary__popover-menu a:hover {
  background: none;
}
.nav--primary__popover-menu .new-tool-tip {
  position: static;
  top: inherit;
  right: inherit;
  margin-left: 0.7rem;
}

.nav--secondary {
  display: inline-block;
}
.nav--secondary ul {
  bottom: 0;
  position: absolute;
}
.nav--secondary li {
  padding: 0 2rem;
}
.nav--secondary a {
  border-bottom: 2px solid transparent;
  color: #303030;
  display: inline-block;
  line-height: 4rem;
  opacity: 0.6;
}
.nav--secondary a:hover, .nav--secondary a.nav--secondary-item--selected {
  border-color: #00a3c9;
  opacity: 1;
}
.nav--secondary a.locked {
  pointer-events: none;
  cursor: default;
  border-bottom: 2px solid transparent;
  opacity: 0.6;
}
.nav--secondary a.locked i {
  margin-right: 0.7rem;
}

.nav--right {
  background: inherit;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.nav__button {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  border-left: 1px solid #303030;
  color: #B7B7B7;
  display: inline-block;
  font-size: 1.2rem !important;
  line-height: 5.5rem;
  max-width: 200px;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.nav__button:link, .nav__button:visited {
  color: #B7B7B7;
}
.nav__button .fa {
  font-size: 1.5rem;
  margin-top: -3px;
  vertical-align: middle;
}
.nav__button:hover,
.nav__button a:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.user-nav {
  background: inherit;
  margin: 0;
  padding: 0;
}
.user-nav:hover {
  background: inherit;
  color: #B7B7B7;
}

.user-nav--active .user-nav__item {
  display: block;
}

.user-nav__item {
  display: none;
  line-height: 4.4rem;
  margin: 0;
  text-align: left;
}
.user-nav__item:first-child {
  display: block;
  line-height: 5.5rem;
  text-align: right;
}
.user-nav__item:first-child a {
  display: inline-block;
}
.user-nav__item:first-child a:after {
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #B7B7B7;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.4rem;
  width: 0;
}
.user-nav__item a {
  color: inherit;
  display: block;
  padding: 0 1rem;
}
.user-nav__item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.logo-container {
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 5.5rem;
  padding: 0 3rem;
  text-align: center;
  width: 24rem;
}
.logo-container img {
  margin-top: -0.3rem;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.logo-container .logo-container__text {
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle;
}

.secondary-nav-bar .nav-heading {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 3rem;
  line-height: 5.5rem;
}

.steps--2:before {
  left: 25%;
  width: 50%;
}

.steps--3:before {
  left: 16.6666666667%;
  width: 66.6666666667%;
}

.steps--4:before {
  left: 12.5%;
  width: 75%;
}

.steps--5:before {
  left: 10%;
  width: 80%;
}

.steps--6:before {
  left: 8.3333333333%;
  width: 83.3333333333%;
}

.steps-wrapper {
  margin: 0 auto;
  padding-right: 24rem;
}

.steps {
  float: right;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.steps:before {
  content: "";
  border-top: 2px solid #808080;
  display: block;
  position: absolute;
  top: 18px;
}

.steps__step {
  counter-increment: step-counter;
  display: block;
  float: left;
  font-size: 11px;
  height: 100%;
  line-height: 17px;
  padding-top: 34px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 12rem;
}
.steps__step:after {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 0 0 2px #808080;
  content: counter(step-counter);
  height: 18px;
  left: 50%;
  line-height: 18px;
  margin-left: -9px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 18px;
}

.steps__step--active {
  color: #00a3c9;
}
.steps__step--active:after {
  background: #00a3c9;
  box-shadow: 0 0 0 2px #00a3c9;
  color: #FFFFFF;
}
.steps__step--active:before {
  border-top: 2px solid #00a3c9;
  content: "";
  left: 0;
  position: absolute;
  top: 18px;
  width: 50%;
}
.steps__step--active:first-child:before {
  width: 0;
}

.steps__step--complete {
  color: #00a3c9;
}
.steps__step--complete:after {
  background: #FFFFFF;
  box-shadow: 0 0 0 2px #00a3c9;
  color: #00a3c9;
}
.steps__step--complete:before {
  border-top: 2px solid #00a3c9;
  content: "";
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
}
.steps__step--complete:first-child:before {
  left: 50%;
  width: 50%;
}

.new-tool-tip {
  background: #00a3c9;
  border-radius: 0.3em;
  bottom: auto;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1em;
  position: absolute;
  padding: 0.4rem 0.6rem;
  top: 0.2rem;
  right: -2rem;
}

.nav .hr-path-upgrade-link {
  position: relative;
}
.nav .hr-path-upgrade-link:hover > a {
  background-color: #3E4045;
}
.nav .hr-path-upgrade-link:hover .upgrade-submenu {
  display: block;
}
.nav .hr-path-upgrade-link img.upgrade-icon {
  vertical-align: middle;
  margin-left: 1rem;
}
.nav .hr-path-upgrade-link .upgrade-submenu {
  min-width: 15rem;
  display: none;
  box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.4);
  background-color: #303030;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
  margin-top: 0;
  position: absolute;
  top: 100%;
  right: 0;
}
.nav .hr-path-upgrade-link .upgrade-submenu li {
  display: block;
}
.nav .hr-path-upgrade-link .upgrade-submenu li a {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
  padding: 1.2rem 4rem 1.2rem 1.5rem;
  text-align: right;
  text-transform: capitalize;
  display: block;
}
.nav .hr-path-upgrade-link .upgrade-submenu li a:hover {
  background-color: #3E4045;
}
.nav .hr-path-upgrade-link .upgrade-submenu li a img.upgrade-icon {
  position: absolute;
  right: 1.5rem;
}
.nav .hr-path-upgrade-link .upgrade-submenu li.current-page a {
  background-color: #327EEC;
}

@media screen and (max-width: 1100px) {
  .top-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .top-nav .nav--secondary ul {
    display: flex;
  }
  .top-nav .nav--secondary li {
    padding: 0 1.65rem;
  }
  .top-nav .nav--secondary a {
    white-space: nowrap;
  }
}
/* 897px */
/* 896px */
/* 464px */
.signature-block {
  margin: 2rem 0;
  background-color: #FFFFFF;
  padding: 1rem 1.5rem;
  border: #E6E6E6 0.1rem solid;
}

.signature-block__content {
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border: #E6E6E6 0.1rem solid;
}
.signature-block__content h3 {
  font-weight: bolder;
  padding-bottom: 1rem;
}
.signature-block__content p {
  padding-bottom: 1rem;
}

/* 897px */
/* 896px */
/* 464px */
.cobra-block {
  margin: 2rem 0;
  background-color: #FFFFFF;
  padding: 1rem 1.5rem;
  border: #E6E6E6 0.1rem solid;
}
.cobra-block__left {
  margin-bottom: 1.538rem;
}
@media all and (min-width: 59.077rem) {
  .cobra-block__left {
    width: 58%;
    float: left;
    margin-bottom: 0;
    line-height: 1.385rem;
  }
  .cobra-block__left label {
    padding-bottom: 0.308rem;
  }
  .cobra-block__right {
    width: 42%;
    float: left;
    margin-top: -8.5rem;
  }
}

.cobra-block__content {
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border: #E6E6E6 0.1rem solid;
  overflow: hidden;
}
.cobra-block__content h3 {
  font-weight: bolder;
  padding-bottom: 1rem;
}
.cobra-block__content p {
  padding-bottom: 1rem;
}
.cobra-block__content .form-row {
  margin-bottom: 1rem;
}
.cobra-block__content .cobra-radio-wrapper {
  margin-bottom: 1rem;
}
.cobra-block__content .cobra-radio-wrapper label {
  margin-right: 3rem;
}
.cobra-block__content .ach-block {
  margin-top: -1rem;
}
.cobra-block__content .ach-block .form-control {
  max-width: 50%;
}

/* 897px */
/* 896px */
/* 464px */
@font-face {
  font-family: "Journal";
  font-weight: normal;
  font-style: normal;
}
.sig {
  display: block;
}

.sig-wrapper {
  clear: both;
  height: 150px;
}

.signed .sig-wrapper {
  border: 0;
}

.pad {
  position: relative;
  border: 1px solid #666666;
  width: 350px;
  cursor: crosshair;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline;
  height: auto;
}

.draw-it-desc {
  display: block;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;
  color: #000000;
  font: italic normal 1em/1.375 Georgia, Times, serif;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  background-color: #d53d3f;
  color: #FFFFFF;
  font-weight: bold;
}

.sig-pad label.error {
  color: #d53d3f;
}
.sig-pad input.error {
  border-color: #d53d3f;
}

.sig-nav {
  display: block;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.sig-nav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.sig-nav a {
  display: block;
  margin: 0;
  border: 0;
  color: #303030;
  line-height: 2.25em;
}
.sig-nav a:link, .sig-nav a:visited {
  display: block;
  margin: 0;
  border: 0;
  color: #303030;
  line-height: 2.25em;
}
.sig-nav a.current {
  background-color: #666666;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  text-decoration: none;
}
.sig-nav .clear-button {
  bottom: 0.2em;
  display: block;
  font-size: 0.75em;
  line-height: 1.375;
}

/* 897px */
/* 896px */
/* 464px */
.dashboard--header {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.bar-chart-left-button {
  background: linear-gradient(to left, #EEEEEE, #EEEEEE, #FFFFFF, #FFFFFF);
  left: 0;
}

.bar-chart-right-button {
  background: linear-gradient(to right, #EEEEEE, #EEEEEE, #FFFFFF, #FFFFFF);
  right: 0;
}

.bar-chart-left-button,
.bar-chart-right-button {
  color: #888888;
  font-size: 4rem;
  height: 12.3rem;
  line-height: 3;
  position: absolute;
  text-align: center;
  width: 2.5rem;
  z-index: 10;
}
.bar-chart-left-button span,
.bar-chart-right-button span {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.chart-container {
  overflow: hidden;
  position: relative;
}

.chart-legend-container {
  padding: 0 3rem 3rem;
  text-align: right;
}
.chart-legend-container i {
  color: #00a3c9;
}
.chart-legend-container i:nth-last-of-type(odd) {
  color: #74bc4d;
}
.chart-legend-container span {
  color: #B7B7B7;
}
.chart-legend-container span:first-of-type {
  padding: 0 3rem 0 0;
}

.chart-container.multiple .chart-legend-container {
  line-height: 2rem;
}
.chart-container.multiple .chart-legend-container span {
  padding: 0 1rem 0 0;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.circle {
  background-color: #00a3c9;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  margin-left: -0.6rem;
  position: absolute;
  width: 1.2rem;
}

.doughnut {
  float: left;
}
.doughnut .pl_name {
  color: #B7B7B7;
  margin: 1.5rem 0 3rem;
  text-align: center;
  text-transform: uppercase;
}

.doughnut--double {
  float: left;
  text-align: center;
  width: 24%;
}
.doughnut--double .pl_name {
  margin: 1.5rem 0 3rem;
}
.doughnut--double .date-created {
  margin: 0 0 1.5rem;
}
.doughnut--double .pl_name,
.doughnut--double .date-created {
  color: #B7B7B7;
  height: 2.6rem;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.employeeHSABalanceContainer {
  padding-bottom: 30px;
}
.employeeHSABalanceContainer div {
  background-color: #f0ecbb;
  padding: 30px;
}
.employeeHSABalanceContainer div span {
  font-size: 2.25rem;
  padding-left: 10px;
  vertical-align: baseline;
}

.employer-dashboard-date-filter {
  display: inline;
  vertical-align: middle;
  width: 20rem;
}

.horizontal-break {
  border: 0;
  border-top: 1px solid #DDDDDD;
  margin: 3rem 0;
}

.horizontal-chart {
  margin: 0 0rem 3rem;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  width: auto;
}

.inner-circle {
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 0.6rem;
  left: 0.3rem;
  position: absolute;
  top: 0.3rem;
  width: 0.6rem;
}

.recent-compliance-load-more-button-container {
  text-align: center;
  margin-bottom: 3rem;
}
.recent-compliance-load-more-button-container .recent-compliance-load-more-button {
  margin-bottom: 3rem;
}

.slider {
  background-color: #00a3c9;
  border-radius: 0.5rem;
  height: 0.6rem;
  margin: 0.3rem;
  max-width: 99%;
  position: absolute;
  width: 0;
}

.slider-avg {
  left: 0;
  margin: -7rem 0 0 -5rem;
  position: absolute;
  text-align: center;
  width: 10rem;
}

.slider-column {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 3rem;
  width: 33%;
}

.slider-container {
  position: relative;
}

.slider-data {
  background-color: #E6E6E6;
  border-radius: 0.5rem;
  height: 1.2rem;
  margin: 5rem 0 1.5rem;
  position: relative;
}

.slider-max {
  float: right;
  text-align: right;
}

.slider-avg,
.slider-max,
.slider-min {
  color: #CECECE;
  display: inline-block;
}

.slider-values {
  font-size: medium;
  padding-top: 0.5rem;
}

/* 897px */
/* 896px */
/* 464px */
.sidebar {
  background: #FFFFFF;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  float: right;
  padding: 3rem;
  width: 33%;
}
.sidebar i {
  color: #D8D8D8;
  vertical-align: baseline;
  padding-right: 1rem;
}
.sidebar i.fa-rotate-90 {
  padding-left: 1rem;
  padding-right: 0;
}
.sidebar .button i {
  color: #FFFFFF;
}
.sidebar .sidebar__title {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.sidebar .modal {
  width: 70rem;
}
.sidebar .modal label {
  padding-right: 2rem;
}
.sidebar .modal input[type=text] {
  height: 17rem;
}
.sidebar table {
  width: 100%;
}
.sidebar table a {
  color: #303030;
}
.sidebar table a.text--blue {
  color: #00a3c9;
}
.sidebar table thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 1.5rem 0 1.5rem;
}
.sidebar table thead th:nth-child(n+2) {
  text-align: right;
}
.sidebar table td:nth-child(1) {
  padding: 1.5rem 1rem 1.5rem 1.5rem;
}
.sidebar table td:last-child {
  padding: 1.5rem 1.5rem 1.5rem 0;
  text-align: right;
}
.sidebar table td:last-child.no-space {
  padding: 0;
}
.sidebar table tr:hover {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sidebar table tr.no-pointer:hover {
  cursor: default;
}
.sidebar table tbody tr {
  border: 0.1rem solid #DDDDDD;
}
.sidebar table tbody tr.no-border {
  border: 0;
}
.sidebar table .sub-item {
  text-align: left;
}
.sidebar table .sub-item tr {
  border-top: 0;
}
.sidebar table .sub-item tbody td:first-child {
  padding-left: 3rem;
}
.sidebar table.todo-2-col td:nth-child(1):not(.auto-width) {
  width: 57%;
}
@media screen and (min-width: 1600px) {
  .sidebar table.todo-2-col td:nth-child(1):not(.auto-width) {
    width: 68%;
  }
}
.sidebar table:nth-last-of-type(-n+1) thead th {
  border-bottom: none;
}
.sidebar .green,
.sidebar .green i {
  color: #9fde18;
}
.sidebar .blue,
.sidebar .blue i {
  color: #00a3c9;
}
.sidebar .pink,
.sidebar .pink i {
  color: #D14197;
}
.sidebar .yellow,
.sidebar .yellow i {
  color: #EEB418;
}
.sidebar .teal,
.sidebar .teal i {
  color: #42CFB7;
}
.sidebar .violet,
.sidebar .violet i {
  color: #A161D8;
}
.sidebar .red,
.sidebar .red i {
  color: #d53d3f;
}
.sidebar .dark-pink,
.sidebar .dark-pink i {
  color: #d962ab;
}
.sidebar .strong-cyan,
.sidebar .strong-cyan i {
  color: #1dbca0;
}
.sidebar .lime-green,
.sidebar .lime-green i {
  color: #9fde18;
}
.sidebar .black,
.sidebar .black i {
  color: #000000;
}

.sidebar + .main-content-container {
  margin-right: 34%;
}

/* 897px */
/* 896px */
/* 464px */
.two-column-list__title {
  padding: 1.5rem 0;
}

.two-column-list__container {
  max-height: 22.1rem;
  overflow-y: auto;
}
.two-column-list__container .two-column-list__row {
  border: 0.1rem solid #EEEEEE;
  border-bottom: 0;
  padding: 1.5rem;
}
.two-column-list__container .two-column-list__row:last-child {
  border-bottom: 0.1rem solid #EEEEEE;
}
.two-column-list__container .two-column-list__row :last-child {
  float: right;
  color: #B7B7B7;
}

.two-column-sidebar-list__row {
  padding: 1.5rem 0;
}
.two-column-sidebar-list__row:not(:first-child) {
  border-top: 0.1rem solid #EEEEEE;
}
.two-column-sidebar-list__row :last-child {
  float: right;
}

/* 897px */
/* 896px */
/* 464px */
.form-configuration--section {
  margin-bottom: 40px;
}
.form-configuration--section--with-border {
  border: 1px solid #CECECE;
  padding: 1rem;
  margin-left: -1rem;
}
.form-configuration--section > h2 {
  padding-bottom: 20px;
}
.form-configuration--section > .info--section {
  padding-bottom: 1.429rem;
  line-height: 2rem;
  font-style: italic;
  max-width: 50rem;
}

/* 897px */
/* 896px */
/* 464px */
.ajax-states .ajaxUpdating {
  position: relative;
  z-index: 1;
}
.ajax-states .ajaxUpdating:before {
  background: rgba(206, 206, 206, 0.3);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: background-color 0.1s;
  width: 100%;
  z-index: 100;
}

/* 897px */
/* 896px */
/* 464px */
.panel {
  background: #FFFFFF;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.panel.panel-header {
  box-shadow: 0.1rem 0.1rem 0.4rem #ABABAB;
  border: 0;
}
.panel.panel-header .page-header {
  margin-bottom: 0;
  box-shadow: none;
}
.panel ul.tabs {
  margin-bottom: 2rem;
}

.panel__container {
  padding: 3rem;
}

.panel__title {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.panel__content {
  line-height: 2rem;
  margin-bottom: 2rem;
}

.panel__thumbnail {
  float: right;
  margin: 0 0 3rem 3rem;
  max-width: 33%;
  position: relative;
}
.panel__thumbnail i.fa {
  color: #FFFFFF;
  font-size: 3rem;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

ul.panel__list {
  list-style: none;
  padding: 0;
}

/* 897px */
/* 896px */
/* 464px */
.subgroup-configuration-header {
  background: #FFFFFF;
  border: 1px solid #ABABAB;
  display: flex;
  margin: 0 0 5rem;
  padding: 2rem;
  width: 100%;
}
.subgroup-configuration-header h1 {
  margin-bottom: 0.8rem;
}
.subgroup-configuration-header > div {
  width: 50%;
}
.subgroup-configuration-header .button-container {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.subgroup-configuration-header .button-container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subgroup-configuration-header .button-container > div + div {
  margin-left: 1.6rem;
}

/* 897px */
/* 896px */
/* 464px */
.set-rules, .assign-move-employees {
  background: #FFFFFF;
  padding: 7.5rem;
  border: 1px solid #ABABAB;
}

.assign-move-employees .checklist-table {
  flex: 0 0 25%;
}
.assign-move-employees .checklist-table table {
  width: 100%;
}
.assign-move-employees .employee label {
  word-break: break-all;
}

/* 897px */
/* 896px */
/* 464px */
.employee-navigation {
  margin-right: 1.5rem;
  padding: 1.2rem 0;
}
.employee-navigation .employee-navigation--link {
  font-size: 1.5rem;
}
.employee-navigation .employee-navigation--state {
  padding: 0 0.5rem;
  color: #303030;
  opacity: 0.6;
}

/* 897px */
/* 896px */
/* 464px */
.col-xxl-1 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(1 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-2 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(2 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-3 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(3 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-4 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(4 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-5 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(5 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-6 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(6 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-7 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(7 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-8 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(8 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-9 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(9 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-10 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(10 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-11 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(11 / 12.0) * 100%) - calc(2 * 1px));
}

.col-xxl-12 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(calc(calc(12 / 12.0) * 100%) - calc(2 * 1px));
}

@media only screen and (max-width: 500px) {
  .col-xs-1 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(1 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-2 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(2 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-3 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(3 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-4 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(4 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-5 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(5 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-6 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(6 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-7 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(7 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-8 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(8 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-9 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(9 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-10 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(10 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-11 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(11 / 12.0) * 100%) - calc(2 * 1px));
  }

  .col-xs-12 {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(calc(calc(12 / 12.0) * 100%) - calc(2 * 1px));
  }
}
/* 897px */
/* 896px */
/* 464px */
.personal-information-form legend,
.contact-information-form legend,
.other-information-form legend,
.google-groups-information-form legend,
.onboarding-answers-form legend,
.profile-page-sections-form legend {
  border-bottom: 2px solid #F2F2F2;
  margin: 0 0 3rem;
  padding-bottom: 1rem;
  width: 100%;
}
.personal-information-form .text--right a,
.contact-information-form .text--right a,
.other-information-form .text--right a,
.google-groups-information-form .text--right a,
.onboarding-answers-form .text--right a,
.profile-page-sections-form .text--right a {
  color: #ABABAB;
  font-size: 1.5rem;
}
.personal-information-form .form-control.col-xxl-4,
.contact-information-form .form-control.col-xxl-4,
.other-information-form .form-control.col-xxl-4,
.google-groups-information-form .form-control.col-xxl-4,
.onboarding-answers-form .form-control.col-xxl-4,
.profile-page-sections-form .form-control.col-xxl-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.personal-information-form .form-item label,
.contact-information-form .form-item label,
.other-information-form .form-item label,
.google-groups-information-form .form-item label,
.onboarding-answers-form .form-item label,
.profile-page-sections-form .form-item label {
  margin-bottom: 1rem;
}
.personal-information-form input,
.contact-information-form input,
.other-information-form input,
.google-groups-information-form input,
.onboarding-answers-form input,
.profile-page-sections-form input {
  border-width: 0.1rem;
  box-shadow: inherit;
}
.personal-information-form select,
.contact-information-form select,
.other-information-form select,
.google-groups-information-form select,
.onboarding-answers-form select,
.profile-page-sections-form select {
  border-width: 0.1rem;
  box-shadow: inherit;
}
.personal-information-form input.input--error, .personal-information-form select.input--error, .personal-information-form select.error,
.contact-information-form input.input--error,
.contact-information-form select.input--error,
.contact-information-form select.error,
.other-information-form input.input--error,
.other-information-form select.input--error,
.other-information-form select.error,
.google-groups-information-form input.input--error,
.google-groups-information-form select.input--error,
.google-groups-information-form select.error,
.onboarding-answers-form input.input--error,
.onboarding-answers-form select.input--error,
.onboarding-answers-form select.error,
.profile-page-sections-form input.input--error,
.profile-page-sections-form select.input--error,
.profile-page-sections-form select.error {
  box-shadow: inset 0 0 0 2px #FF0000;
}
.personal-information-form .form-submit, .personal-information-form .button--secondary,
.contact-information-form .form-submit,
.contact-information-form .button--secondary,
.other-information-form .form-submit,
.other-information-form .button--secondary,
.google-groups-information-form .form-submit,
.google-groups-information-form .button--secondary,
.onboarding-answers-form .form-submit,
.onboarding-answers-form .button--secondary,
.profile-page-sections-form .form-submit,
.profile-page-sections-form .button--secondary {
  padding: 1rem 5rem 1rem 5rem;
}

.other-information-form .search-results {
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.4);
  list-style: none;
  margin: 0;
  padding: 0.5rem;
}
.other-information-form .search-results .add-button {
  float: right;
}
.other-information-form .search-results > li {
  border-top: 0.1rem solid #888888;
  margin: 0;
}
.other-information-form .search-results > li:first-child {
  border-top: none;
}
.other-information-form .search-results > li > a {
  display: block;
  padding: 0.5rem;
}
.other-information-form .search-results > li > a:hover {
  background: rgba(0, 122, 150, 0.4);
}

.employer-employee-google-groups-list .google-group-text {
  padding: 0 2rem 2rem 0;
}

.textual-background {
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  border-radius: 0.3rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.background-green {
  background: #00C48C;
}

.background-light-red {
  background: #FF647C;
}

.background-orange {
  background: #FFA26B;
}

.onboarding-document-mark {
  margin-top: 1rem;
}

.employee-profile-layout-main table:not(.employee-personnel-file-outer-table, .datepicker--table) {
  background-color: #DDDDDD;
  box-shadow: 0 0.1rem 0.5rem 0.1rem #DDDDDD;
}
.employee-profile-layout-main ul.tabs {
  border-bottom: 0;
}
.employee-profile-layout-main .employee-personnel-file-outer-table .list-subgroup-scroll {
  box-shadow: 0 0.1rem 0.5rem 0.1rem #DDDDDD;
}

.selected-file-name {
  color: #00a3c9;
  margin: 1.5rem 0 0 0;
}

.employer-employee-dependents legend {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
}

i.icon--large {
  font-size: 2rem;
}

.icon--medium {
  font-size: 1rem;
}

.form-head .form-control {
  background-color: #E6E6E6;
  border-color: #F2F2F2;
  border-style: solid;
  min-height: 40px;
}
.form-head .form-control.bg--mint-julep {
  background-color: #f0ecbb;
}
.form-head .form-control.head-title {
  line-height: normal;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.form-head .form-control.full, .form-head .form-control:last-child {
  border-right-width: 2.5rem;
}
.form-head .form-control:first-child {
  border-left-width: 2.5rem;
  padding-left: 1rem;
}

.footer {
  padding: 0 2.5rem 2.5rem;
  position: relative;
}
.footer:before {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}
.footer .block {
  color: #ABABAB;
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 2.5rem;
  vertical-align: middle;
}
.footer .footer-logo {
  margin-right: 2.5rem;
  vertical-align: middle;
}
.footer a:link,
.footer a:visited {
  color: #ABABAB;
}
.footer .footer-inner {
  padding-top: 2.5rem;
}

.table,
.form-table {
  background-color: rgba(0, 0, 0, 0.05);
  border-collapse: separate;
  border-color: #808080;
  border-spacing: 1px;
  color: #444444;
  font-size: 1.3rem;
  width: 100%;
}
.table.no-border,
.form-table.no-border {
  border-spacing: 0;
  border: 0;
}
.table.no-border > tbody > tr,
.form-table.no-border > tbody > tr {
  border: 0;
}
.table.no-border > tbody > tr:hover,
.form-table.no-border > tbody > tr:hover {
  background-color: #FFFFFF;
}
.table.no-background,
.form-table.no-background {
  background: none;
}
.table.no-background > tbody > tr,
.table.no-background > tbody > tr.odd,
.table.no-background > tbody > tr.even,
.form-table.no-background > tbody > tr,
.form-table.no-background > tbody > tr.odd,
.form-table.no-background > tbody > tr.even {
  background: none;
}
.table.no-background > tbody > tr:hover,
.table.no-background > tbody > tr td,
.table.no-background > tbody > tr.odd:hover,
.table.no-background > tbody > tr.odd td,
.table.no-background > tbody > tr.even:hover,
.table.no-background > tbody > tr.even td,
.form-table.no-background > tbody > tr:hover,
.form-table.no-background > tbody > tr td,
.form-table.no-background > tbody > tr.odd:hover,
.form-table.no-background > tbody > tr.odd td,
.form-table.no-background > tbody > tr.even:hover,
.form-table.no-background > tbody > tr.even td {
  background: none;
}
.table i,
.form-table i {
  margin-right: 0.4rem;
  vertical-align: baseline;
}
.table i.fa-cog,
.form-table i.fa-cog {
  color: #888888;
}
.table tbody th,
.form-table tbody th {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #EEEEEE;
  border: 0;
  color: #444444;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
}
.table tbody th.active,
.form-table tbody th.active {
  background-color: #DDDDDD;
}
.table > thead, .table > tfoot,
.form-table > thead,
.form-table > tfoot {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #EEEEEE;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.table > thead th,
.table > thead td, .table > tfoot th,
.table > tfoot td,
.form-table > thead th,
.form-table > thead td,
.form-table > tfoot th,
.form-table > tfoot td {
  border: 0;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
}
.table > thead tr:hover, .table > tfoot tr:hover,
.form-table > thead tr:hover,
.form-table > tfoot tr:hover {
  background-color: #EEEEEE;
}
.table > thead tr:hover i.fa-cog, .table > tfoot tr:hover i.fa-cog,
.form-table > thead tr:hover i.fa-cog,
.form-table > tfoot tr:hover i.fa-cog {
  color: #444444;
}
.table > thead th, .table > tfoot th,
.form-table > thead th,
.form-table > tfoot th {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #444444;
}
.table > thead th.sortable--blue, .table > tfoot th.sortable--blue,
.form-table > thead th.sortable--blue,
.form-table > tfoot th.sortable--blue {
  color: #00a3c9;
}
.table > thead th.sortable.active,
.table > thead td.sortable.active, .table > tfoot th.sortable.active,
.table > tfoot td.sortable.active,
.form-table > thead th.sortable.active,
.form-table > thead td.sortable.active,
.form-table > tfoot th.sortable.active,
.form-table > tfoot td.sortable.active {
  background: #FFFFFF;
  border-top: #00a3c9 2px solid;
}
.table > thead th.sortable.active img,
.table > thead td.sortable.active img, .table > tfoot th.sortable.active img,
.table > tfoot td.sortable.active img,
.form-table > thead th.sortable.active img,
.form-table > thead td.sortable.active img,
.form-table > tfoot th.sortable.active img,
.form-table > tfoot td.sortable.active img {
  display: none;
}
.table > thead th[data-sort], .table > thead th.sortable,
.table > thead td[data-sort], .table > thead td.sortable, .table > tfoot th[data-sort], .table > tfoot th.sortable,
.table > tfoot td[data-sort], .table > tfoot td.sortable,
.form-table > thead th[data-sort],
.form-table > thead th.sortable,
.form-table > thead td[data-sort],
.form-table > thead td.sortable,
.form-table > tfoot th[data-sort],
.form-table > tfoot th.sortable,
.form-table > tfoot td[data-sort],
.form-table > tfoot td.sortable {
  position: relative;
}
.table > thead th[data-sort] a, .table > thead th.sortable a,
.table > thead td[data-sort] a, .table > thead td.sortable a, .table > tfoot th[data-sort] a, .table > tfoot th.sortable a,
.table > tfoot td[data-sort] a, .table > tfoot td.sortable a,
.form-table > thead th[data-sort] a,
.form-table > thead th.sortable a,
.form-table > thead td[data-sort] a,
.form-table > thead td.sortable a,
.form-table > tfoot th[data-sort] a,
.form-table > tfoot th.sortable a,
.form-table > tfoot td[data-sort] a,
.form-table > tfoot td.sortable a {
  color: #303030;
}
.table > thead th[data-sort]::after, .table > thead th.sortable:after,
.table > thead th[data-sort]::before, .table > thead th.sortable:before,
.table > thead td[data-sort]::after, .table > thead td.sortable:after,
.table > thead td[data-sort]::before, .table > thead td.sortable:before, .table > tfoot th[data-sort]::after, .table > tfoot th.sortable:after,
.table > tfoot th[data-sort]::before, .table > tfoot th.sortable:before,
.table > tfoot td[data-sort]::after, .table > tfoot td.sortable:after,
.table > tfoot td[data-sort]::before, .table > tfoot td.sortable:before,
.form-table > thead th[data-sort]::after,
.form-table > thead th.sortable:after,
.form-table > thead th[data-sort]::before,
.form-table > thead th.sortable:before,
.form-table > thead td[data-sort]::after,
.form-table > thead td.sortable:after,
.form-table > thead td[data-sort]::before,
.form-table > thead td.sortable:before,
.form-table > tfoot th[data-sort]::after,
.form-table > tfoot th.sortable:after,
.form-table > tfoot th[data-sort]::before,
.form-table > tfoot th.sortable:before,
.form-table > tfoot td[data-sort]::after,
.form-table > tfoot td.sortable:after,
.form-table > tfoot td[data-sort]::before,
.form-table > tfoot td.sortable:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 0.8rem;
  opacity: 0.5;
  position: absolute;
  right: 1.5rem;
}
.table > thead th[data-sort]::after, .table > thead th.sortable:after,
.table > thead td[data-sort]::after, .table > thead td.sortable:after, .table > tfoot th[data-sort]::after, .table > tfoot th.sortable:after,
.table > tfoot td[data-sort]::after, .table > tfoot td.sortable:after,
.form-table > thead th[data-sort]::after,
.form-table > thead th.sortable:after,
.form-table > thead td[data-sort]::after,
.form-table > thead td.sortable:after,
.form-table > tfoot th[data-sort]::after,
.form-table > tfoot th.sortable:after,
.form-table > tfoot td[data-sort]::after,
.form-table > tfoot td.sortable:after {
  content: "\f078";
  bottom: 1.25rem;
}
.table > thead th[data-sort]::before, .table > thead th.sortable:before,
.table > thead td[data-sort]::before, .table > thead td.sortable:before, .table > tfoot th[data-sort]::before, .table > tfoot th.sortable:before,
.table > tfoot td[data-sort]::before, .table > tfoot td.sortable:before,
.form-table > thead th[data-sort]::before,
.form-table > thead th.sortable:before,
.form-table > thead td[data-sort]::before,
.form-table > thead td.sortable:before,
.form-table > tfoot th[data-sort]::before,
.form-table > tfoot th.sortable:before,
.form-table > tfoot td[data-sort]::before,
.form-table > tfoot td.sortable:before {
  content: "\f077";
  top: 1.25rem;
}
.table > thead th[data-sort][data-sort=desc]::after, .table > thead th.sortable.sort-desc:after,
.table > thead td[data-sort][data-sort=desc]::after, .table > thead td.sortable.sort-desc:after, .table > tfoot th[data-sort][data-sort=desc]::after, .table > tfoot th.sortable.sort-desc:after,
.table > tfoot td[data-sort][data-sort=desc]::after, .table > tfoot td.sortable.sort-desc:after,
.form-table > thead th[data-sort][data-sort=desc]::after,
.form-table > thead th.sortable.sort-desc:after,
.form-table > thead td[data-sort][data-sort=desc]::after,
.form-table > thead td.sortable.sort-desc:after,
.form-table > tfoot th[data-sort][data-sort=desc]::after,
.form-table > tfoot th.sortable.sort-desc:after,
.form-table > tfoot td[data-sort][data-sort=desc]::after,
.form-table > tfoot td.sortable.sort-desc:after {
  opacity: 1;
}
.table > thead th[data-sort][data-sort=asc]::before, .table > thead th.sortable.sort-asc:before,
.table > thead td[data-sort][data-sort=asc]::before, .table > thead td.sortable.sort-asc:before, .table > tfoot th[data-sort][data-sort=asc]::before, .table > tfoot th.sortable.sort-asc:before,
.table > tfoot td[data-sort][data-sort=asc]::before, .table > tfoot td.sortable.sort-asc:before,
.form-table > thead th[data-sort][data-sort=asc]::before,
.form-table > thead th.sortable.sort-asc:before,
.form-table > thead td[data-sort][data-sort=asc]::before,
.form-table > thead td.sortable.sort-asc:before,
.form-table > tfoot th[data-sort][data-sort=asc]::before,
.form-table > tfoot th.sortable.sort-asc:before,
.form-table > tfoot td[data-sort][data-sort=asc]::before,
.form-table > tfoot td.sortable.sort-asc:before {
  opacity: 1;
}
.table > thead .autocomplete, .table > tfoot .autocomplete,
.form-table > thead .autocomplete,
.form-table > tfoot .autocomplete {
  text-transform: none;
}
.table > tbody,
.form-table > tbody {
  border: 0;
}
.table > tbody > tr.even,
.table > tbody > tr.odd,
.table > tbody > tr,
.form-table > tbody > tr.even,
.form-table > tbody > tr.odd,
.form-table > tbody > tr {
  background-color: #FFFFFF;
  border: 0;
  padding: 0;
  transition: background-color 0.2s;
}
.table > tbody > tr.even:hover,
.table > tbody > tr.odd:hover,
.table > tbody > tr:hover,
.form-table > tbody > tr.even:hover,
.form-table > tbody > tr.odd:hover,
.form-table > tbody > tr:hover {
  background-color: #F2F2F2;
}
.table > tbody > tr.even:hover i.fa-cog,
.table > tbody > tr.odd:hover i.fa-cog,
.table > tbody > tr:hover i.fa-cog,
.form-table > tbody > tr.even:hover i.fa-cog,
.form-table > tbody > tr.odd:hover i.fa-cog,
.form-table > tbody > tr:hover i.fa-cog {
  color: #444444;
}
.table > tbody > tr.even.gray-row td,
.table > tbody > tr.odd.gray-row td,
.table > tbody > tr.gray-row td,
.form-table > tbody > tr.even.gray-row td,
.form-table > tbody > tr.odd.gray-row td,
.form-table > tbody > tr.gray-row td {
  background: #E6E6E6;
}
.table > tbody > tr.even.gray-row td,
.table > tbody > tr.odd.gray-row td,
.table > tbody > tr.gray-row td,
.form-table > tbody > tr.even.gray-row td,
.form-table > tbody > tr.odd.gray-row td,
.form-table > tbody > tr.gray-row td {
  background: #E6E6E6;
}
.table > tbody > tr.even.moving, .table > tbody > tr.even.onmoving,
.table > tbody > tr.odd.moving,
.table > tbody > tr.odd.onmoving,
.table > tbody > tr.moving,
.table > tbody > tr.onmoving,
.form-table > tbody > tr.even.moving,
.form-table > tbody > tr.even.onmoving,
.form-table > tbody > tr.odd.moving,
.form-table > tbody > tr.odd.onmoving,
.form-table > tbody > tr.moving,
.form-table > tbody > tr.onmoving {
  background-color: #EEEEEE;
}
.table th,
.table td,
.form-table th,
.form-table td {
  padding: 1rem 1.5rem;
  vertical-align: middle;
}
.table th.vertical--top,
.table td.vertical--top,
.form-table th.vertical--top,
.form-table td.vertical--top {
  vertical-align: top;
}
.table th.vertical--bottom,
.table td.vertical--bottom,
.form-table th.vertical--bottom,
.form-table td.vertical--bottom {
  vertical-align: bottom;
}
.table th.no-space-right,
.table td.no-space-right,
.form-table th.no-space-right,
.form-table td.no-space-right {
  padding-right: 0;
}
.table th.no-space-left,
.table td.no-space-left,
.form-table th.no-space-left,
.form-table td.no-space-left {
  padding-left: 0;
}
.table th.no-space,
.table td.no-space,
.form-table th.no-space,
.form-table td.no-space {
  padding: 0;
}
.table th,
.form-table th {
  color: #00a3c9;
}
.table td.active,
.form-table td.active {
  background-color: transparent;
}
.table .table-cell--small,
.form-table .table-cell--small {
  text-align: center;
  width: 10rem;
}
.table .table-cell--small.text--left,
.form-table .table-cell--small.text--left {
  text-align: left;
}
.table .table-cell--small-lite,
.form-table .table-cell--small-lite {
  width: 15rem;
}
.table .table-cell--lite,
.form-table .table-cell--lite {
  width: 20rem;
}
.table .table-cell--medium,
.form-table .table-cell--medium {
  width: 25rem;
}
.table .table-cell--medium-large,
.form-table .table-cell--medium-large {
  width: 28rem;
}
.table .table-cell--half,
.form-table .table-cell--half {
  width: 50%;
}
.table .table-cell--avatar,
.form-table .table-cell--avatar {
  width: 5rem;
}
.table .table-cell--actions,
.form-table .table-cell--actions {
  text-align: center;
}
.table .table-cell--actions a,
.form-table .table-cell--actions a {
  color: inherit;
}
.table .table-cell--actions.actions--border .action__container .action__link:not(:last-child),
.form-table .table-cell--actions.actions--border .action__container .action__link:not(:last-child) {
  border-bottom: solid 0.1rem;
}
.table .table-cell--actions .action__container .action__link,
.form-table .table-cell--actions .action__container .action__link {
  opacity: 0.5;
}
.table .table-cell--actions .action__container .action__link:hover,
.form-table .table-cell--actions .action__container .action__link:hover {
  opacity: 1;
}
.table .dragHandle,
.form-table .dragHandle {
  width: 30px;
  padding: 0.5rem;
}
.table input[type=text],
.table input[type=number],
.table input[type=password],
.table input[type=file],
.table .select-control,
.form-table input[type=text],
.form-table input[type=number],
.form-table input[type=password],
.form-table input[type=file],
.form-table .select-control {
  background-color: #FFFFFF;
  border: 0.2rem solid #F2F2F2;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  color: #4F4F4F;
  display: inline-block;
  float: none;
  font-size: 1.4rem;
  height: 4rem;
  margin: 0;
  max-width: 100%;
  padding: 0.8rem;
  vertical-align: middle;
}
.table input[type=text].input--error,
.table input[type=number].input--error,
.table input[type=password].input--error,
.table input[type=file].input--error,
.table .select-control.input--error,
.form-table input[type=text].input--error,
.form-table input[type=number].input--error,
.form-table input[type=password].input--error,
.form-table input[type=file].input--error,
.form-table .select-control.input--error {
  border-color: #FF9596;
}
html.gecko .table input[type=file],
html.gecko .form-table input[type=file] {
  height: auto;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.table .select-control,
.form-table .select-control {
  padding: 0;
}
.table .select-control select,
.form-table .select-control select {
  border: 0;
}
.table .items--inline label,
.form-table .items--inline label {
  display: inline-block;
  width: auto;
}
.table .items--inline input,
.table .items--inline .select-control,
.form-table .items--inline input,
.form-table .items--inline .select-control {
  display: inline-block;
  width: auto;
}
.table .text--nowrap,
.form-table .text--nowrap {
  white-space: nowrap;
}
.table td.no-records,
.form-table td.no-records {
  color: #808080;
}

.form-table {
  background-color: rgba(0, 0, 0, 0.05);
  border-collapse: collapse;
  border-spacing: 1px;
  border: 1px solid #D8D8D8;
  color: #444444;
  font-size: 1.4rem;
  table-layout: auto;
  width: 100%;
}
.form-table tbody tr,
.form-table tbody tr.even,
.form-table tbody tr.odd {
  border: 1px solid #D8D8D8;
}
.form-table tbody tr.form-table__head,
.form-table tbody tr.even.form-table__head,
.form-table tbody tr.odd.form-table__head {
  background-color: #EEEEEE;
}
.form-table tbody th {
  color: #303030;
}
.form-table .form-item {
  display: inline-block;
}
.form-table label {
  line-height: 4rem;
}
.form-table .form-control label {
  line-height: normal;
}
.form-table input,
.form-table .control-label {
  float: none;
  margin: 0;
}
.form-table .input-dash {
  line-height: 4rem;
}
.form-table .input-dash::after {
  content: " — ";
}

tbody {
  border: 0;
}

tr.even,
tr.odd {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.ui-sortable-helper .sortable__action {
  display: none;
}

.badge {
  background: #00a3c9;
  border-radius: 0.9rem;
  color: #FFFFFF;
  line-height: 1.8rem;
  font-size: 1.5rem;
  padding: 0.1rem 1.2rem;
}

.alert {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 2.5rem;
  min-height: 5rem;
  padding: 1.3rem 1.5rem 1.3rem 6.5rem;
  position: relative;
}
.alert .alert__button {
  float: right;
  margin: 0 0 1.3rem 1.3rem;
}
.alert .alert__message {
  margin: 1rem 0;
}
.alert + .alert {
  margin-top: -2rem;
}
body > .alert {
  margin-bottom: 0;
}
body > .alert + .alert {
  margin-top: 0.1rem;
}
.alert + form .container__sidebar {
  margin-top: 8rem;
}

.alert--success {
  background-color: #b9f895;
  color: #30511f;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.alert--success:before {
  font-family: FontAwesome;
  font-weight: 400;
  background: #74bc4d;
  bottom: 0;
  color: #b9f895;
  content: "\f00c";
  font-size: 3rem;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert--warning {
  background-color: #fff894;
  color: #59541b;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.alert--warning:before {
  font-family: FontAwesome;
  font-weight: 400;
  background: #c7bd46;
  bottom: 0;
  color: #fff894;
  content: "\f12a";
  font-size: 3rem;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert--error {
  background-color: #FF9596;
  color: #631617;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.alert--error:before {
  font-family: FontAwesome;
  font-weight: 400;
  background: #d53d3f;
  bottom: 0;
  color: #FF9596;
  content: "\f12a";
  font-size: 3rem;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert {
  position: relative;
}
.alert ul {
  margin-top: 1rem;
  padding-left: 2rem;
}

.avatar {
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 1.5rem;
  display: inline-block;
  height: 3rem;
  margin-right: 0.5rem;
  margin-top: -0.3rem;
  vertical-align: middle;
  width: 3rem;
}

.sidebar-nav {
  font-size: 1.3rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.sidebar-nav__button .button {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
}
.sidebar-nav__button .button.transform--none {
  text-transform: none;
}

.modal__title_secondary {
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
}

#popups-body .container__body {
  padding-left: 24rem;
}

.sidebar-nav__item {
  background: transparent;
  clear: both;
  color: #303030;
  margin-bottom: 0;
  opacity: 0.6;
  position: relative;
}
.sidebar-nav__item .sidebar-nav__item__child {
  clear: both;
}
.sidebar-nav__item .sidebar-nav__item__child.sidebar-nav__selected__item {
  margin-bottom: 1rem;
}
.sidebar-nav__item .sidebar-nav__item__child.sidebar-nav__selected__item .ben-title__secondary {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar-nav__item .sidebar-nav__item__child.sidebar-nav__selected__item .ben-title__secondary:before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #ABABAB;
  content: "\f142";
  cursor: move;
  font-size: 1.4rem;
  height: 2.8rem;
  margin: 0.2rem 0 0 -1.2rem;
  position: absolute;
  width: 0.8rem;
  font-weight: 100;
  margin-top: 0;
}
.sidebar-nav__item .sidebar-nav__item__child.sidebar-nav__selected__item:first-child:last-child .ben-title__secondary:before {
  display: none;
}
.sidebar-nav__item a {
  border-left: 5px solid transparent;
  color: #303030;
  display: block;
  padding: 1.5rem 2rem;
}
.sidebar-nav__item a:hover {
  background: #FFFFFF;
  border-color: #00a3c9;
  text-decoration: none;
}
.sidebar-nav__item.sidebar-nav--draggable a.ben-title:before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #303030;
  content: "\f142";
  cursor: move;
  font-size: 1.4rem;
  height: 2.8rem;
  margin: 0.2rem 0 0 -1.2rem;
  position: absolute;
  width: 0.8rem;
}

.sidebar-nav__item--white {
  background: #FFFFFF;
}

.sidebar-nav__item--selected {
  background: #FFFFFF;
  opacity: 1;
}
.sidebar-nav__item--selected a {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-color: #00a3c9;
}

.sidebar-nav__item__button {
  border: 0 !important;
  float: right;
  font-size: 1.8rem;
  padding: 1.3rem 2rem !important;
}

.tabs {
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs li {
  display: inline;
  margin: 0 2rem;
}
.tabs li a {
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding: 0.5rem 0 1.5rem;
}
.tabs li.active a {
  color: #303030;
}
.tabs li:first-child {
  margin-left: 0;
}
.tabs.v2 li a {
  color: #444444;
}
.tabs.v2 li.active a {
  font-weight: bold;
  border-bottom: solid 0.2rem #00a3c9;
}

a.datepickershow {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: text-top;
}

.datepickerdropdown {
  background: #FFFFFF;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.datepickerdropdown table {
  width: 100%;
}
.datepickerdropdown table tr:first-child {
  background-color: #00a3c9;
}
.datepickerdropdown table tr:first-child td {
  border-top: 0;
  padding: 0;
}
.datepickerdropdown table tr:first-child td:first-child {
  text-align: left;
}
.datepickerdropdown table tr:first-child td:last-child {
  text-align: right;
}
.datepickerdropdown table tr:first-child input[type=text] {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: none;
  border: 0;
  box-shadow: none;
  color: #FFFFFF;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.datepickerdropdown table tr:first-child input[type=button] {
  border-radius: 0;
  color: #FFFFFF;
  font-size: 2.3rem;
  width: 40px;
}
.datepickerdropdown table tr:first-child input[type=button]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.datepickerdropdown table tr:nth-child(2) td {
  font-size: 1.2rem;
  padding: 0.8rem 0;
  text-transform: uppercase;
}
.datepickerdropdown table td {
  border-top: 1px solid #DDDDDD;
  line-height: normal;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.datepickerdropdown table input[type=button] {
  background: none;
  border: 0;
  border-radius: 4rem;
  box-shadow: none;
  color: #00a3c9;
  display: inline-block;
  margin: 0 !important;
  padding: 0.8rem 1.2rem;
  text-shadow: none;
  width: auto;
}
.datepickerdropdown table input[type=button].today {
  background: #00a3c9;
  color: #FFFFFF;
}
.datepickerdropdown table input[type=button].othermonth {
  display: none !important;
}
.datepickerdropdown table input[type=button]:hover {
  background: rgba(0, 122, 150, 0.2);
}
.datepickerdropdown table input[type=button]:active {
  padding: 0.8rem 1.2rem;
}

.ui-datepicker {
  background: #FFFFFF;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  z-index: 12 !important;
}

.ui-datepicker-header {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #00a3c9;
  border-radius: 0.3rem 0.3rem 0 0;
}
.ui-datepicker-header .ui-datepicker-prev {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-size: 2.3rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.ui-datepicker-header .ui-datepicker-prev::before {
  content: "<";
}
.ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}
.ui-datepicker-header .ui-datepicker-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ui-datepicker-header .ui-datepicker-next {
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-size: 2.3rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.ui-datepicker-header .ui-datepicker-next::before {
  content: ">";
}
.ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker-header .ui-datepicker-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-header .ui-datepicker-title select {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGxJREFUeNpi/P//Pw8DA8MWIAbR2MBTIA5iACoE4Yr/uEEUSA1MIQ8QP8Gi6AxUHq6QAaoTHdhgUwjCh5EULUWWQ1doAMR/gPgzEEsjy7Gg+fACEM8C4kdQ38IBI9hYVCAExF+A+BeyIECAAQCdDblVWWDNRgAAAABJRU5ErkJggg==);
  background-position: 100% 53%;
  background-repeat: no-repeat;
  border: 0;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-block;
  padding: 0;
  padding-right: 1.1rem;
  text-transform: uppercase;
  width: auto;
}
.ui-datepicker-header .ui-datepicker-title select option {
  background-color: #FFFFFF;
  color: #303030;
}
.ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  direction: rtl;
  margin-right: 1rem;
}
.ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month option {
  direction: ltr;
}

.ui-datepicker-calendar thead th {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-bottom: 0;
  font-size: 1.2rem;
  height: 30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 40px;
}
.ui-datepicker-calendar tbody td {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-top: 1px solid #DDDDDD;
  font-size: 1.4rem;
  padding: 1px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.ui-datepicker-calendar tbody td .ui-state-default {
  border-radius: 4rem;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 25px;
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar tbody td a.ui-state-default:hover {
  background: rgba(0, 122, 150, 0.2);
}

#popups,
#mctooltipimportWrapper,
.custom-popup {
  border: 0;
  cursor: auto;
  height: auto !important;
  max-width: 1200px;
  opacity: 1;
  overflow: visible;
  padding: 0;
  width: auto;
  z-index: 12;
}
#popups #popups-title,
#popups .custom-popup-title,
#mctooltipimportWrapper #popups-title,
#mctooltipimportWrapper .custom-popup-title,
.custom-popup #popups-title,
.custom-popup .custom-popup-title {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #E6E6E6;
  border-bottom: 1px solid #D8D8D8;
  border-top: #00a3c9 0.3rem solid;
  color: #303030;
  font-size: 2.4rem;
  line-height: 8rem;
  margin: 0;
  min-height: 84px;
  padding: 0 6rem 0 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#popups #popups-title div.title,
#popups .custom-popup-title div.title,
#mctooltipimportWrapper #popups-title div.title,
#mctooltipimportWrapper .custom-popup-title div.title,
.custom-popup #popups-title div.title,
.custom-popup .custom-popup-title div.title {
  letter-spacing: 0.01rem;
  line-height: normal;
  padding: 23px 0;
}
#popups #popups-title div.title span,
#popups .custom-popup-title div.title span,
#mctooltipimportWrapper #popups-title div.title span,
#mctooltipimportWrapper .custom-popup-title div.title span,
.custom-popup #popups-title div.title span,
.custom-popup .custom-popup-title div.title span {
  font-size: 2rem;
}
#popups #popups-body,
#popups #mctooltipimport,
#popups .custom-popup-body,
#popups .custom-popup-body-loading,
#mctooltipimportWrapper #popups-body,
#mctooltipimportWrapper #mctooltipimport,
#mctooltipimportWrapper .custom-popup-body,
#mctooltipimportWrapper .custom-popup-body-loading,
.custom-popup #popups-body,
.custom-popup #mctooltipimport,
.custom-popup .custom-popup-body,
.custom-popup .custom-popup-body-loading {
  background: #F2F2F2;
  margin: 0;
  min-width: 560px;
  padding: 30px;
  position: relative;
  width: 100%;
}
#popups #popups-close,
#popups #mcttCloseButton,
#popups .custom-popup-close,
#mctooltipimportWrapper #popups-close,
#mctooltipimportWrapper #mcttCloseButton,
#mctooltipimportWrapper .custom-popup-close,
.custom-popup #popups-close,
.custom-popup #mcttCloseButton,
.custom-popup .custom-popup-close {
  background: none;
  border: #888888 0.1rem solid;
  border-radius: 2rem;
  color: #888888;
  cursor: pointer;
  font-size: 2.8rem;
  height: 3.2rem;
  line-height: 2.5rem;
  position: absolute;
  right: 2rem;
  text-align: center;
  top: 2.5rem;
  width: 3.2rem;
}
#popups #popups-close:hover,
#popups #mcttCloseButton:hover,
#popups .custom-popup-close:hover,
#mctooltipimportWrapper #popups-close:hover,
#mctooltipimportWrapper #mcttCloseButton:hover,
#mctooltipimportWrapper .custom-popup-close:hover,
.custom-popup #popups-close:hover,
.custom-popup #mcttCloseButton:hover,
.custom-popup .custom-popup-close:hover {
  background: #B7B7B7;
  color: inherit;
  text-decoration: none;
}
#popups #popups-close a,
#popups #mcttCloseButton a,
#popups .custom-popup-close a,
#mctooltipimportWrapper #popups-close a,
#mctooltipimportWrapper #mcttCloseButton a,
#mctooltipimportWrapper .custom-popup-close a,
.custom-popup #popups-close a,
.custom-popup #mcttCloseButton a,
.custom-popup .custom-popup-close a {
  display: none;
}
#popups #mcttCloseButton::before,
#popups #popups-close::before,
#popups .custom-popup-close::before,
#mctooltipimportWrapper #mcttCloseButton::before,
#mctooltipimportWrapper #popups-close::before,
#mctooltipimportWrapper .custom-popup-close::before,
.custom-popup #mcttCloseButton::before,
.custom-popup #popups-close::before,
.custom-popup .custom-popup-close::before {
  content: "x";
}
#popups.beneficiary-popup,
#mctooltipimportWrapper.beneficiary-popup,
.custom-popup.beneficiary-popup {
  height: auto !important;
}
#popups.beneficiary-popup #popups-body,
#mctooltipimportWrapper.beneficiary-popup #popups-body,
.custom-popup.beneficiary-popup #popups-body {
  overflow: hidden;
  padding: 0;
}
#popups.beneficiary-popup #popups-body .container__sidebar,
#mctooltipimportWrapper.beneficiary-popup #popups-body .container__sidebar,
.custom-popup.beneficiary-popup #popups-body .container__sidebar {
  width: 325px !important;
}
#popups.beneficiary-popup #popups-body .container__content,
#mctooltipimportWrapper.beneficiary-popup #popups-body .container__content,
.custom-popup.beneficiary-popup #popups-body .container__content {
  padding-left: 375px !important;
  margin-left: 0;
  width: 100%;
}
#popups.beneficiary-popup #popups-body .container__content .cslider-wrapper .table-cell--medium,
#mctooltipimportWrapper.beneficiary-popup #popups-body .container__content .cslider-wrapper .table-cell--medium,
.custom-popup.beneficiary-popup #popups-body .container__content .cslider-wrapper .table-cell--medium {
  width: 15rem;
}
#popups.beneficiary-popup #popups-body .emp_plan_beneficiary_wrapper_left,
#mctooltipimportWrapper.beneficiary-popup #popups-body .emp_plan_beneficiary_wrapper_left,
.custom-popup.beneficiary-popup #popups-body .emp_plan_beneficiary_wrapper_left {
  width: 22rem !important;
}
#popups.beneficiary-popup #popups-body .emp_plan_beneficiary_wrapper_right,
#mctooltipimportWrapper.beneficiary-popup #popups-body .emp_plan_beneficiary_wrapper_right,
.custom-popup.beneficiary-popup #popups-body .emp_plan_beneficiary_wrapper_right {
  padding-left: 25rem !important;
}

#change-subgroup-assignment .custom-popup {
  min-width: 80rem;
}

.popup--sidebar {
  margin: -30px;
  overflow: hidden;
}
.popup--sidebar .container__sidebar {
  width: 325px !important;
}
.popup--sidebar .container__sidebar li {
  list-style: none;
}
.popup--sidebar .container__content {
  padding-left: -375px !important;
}
.popup--sidebar .popup-top-message {
  border-bottom: #B7B7B7 1px solid;
  padding: 20px;
}

.messages + .popup--sidebar {
  margin-top: 0;
}

.custom-popup {
  left: 50% !important;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  z-index: 12;
}
.container .custom-popup {
  top: 0;
}

#popups-buttons {
  background-color: #F2F2F2;
  padding-top: 6px;
  text-align: center;
}
#popups-buttons:empty {
  display: none;
}

#popups-footer:empty {
  display: none;
}

#mctooltipimportWrapper {
  background: #F2F2F2;
  left: 50% !important;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  top: 100px !important;
  transform: translateX(-50%);
  width: auto !important;
  z-index: 12;
}

#mctooltipimport {
  background: #F2F2F2 !important;
  padding-top: 6rem !important;
}

#mcOverlay,
#mcOverlayImport,
.custom-popup-overlay,
#popups-overlay {
  background-color: #303030;
  cursor: auto;
  filter: alpha(opacity=40);
  height: 100%;
  left: 0;
  moz-opacity: 0.4;
  opacity: 0.4;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}

.age-overlap-outer-wrapper ul {
  padding-left: 0;
}
.age-overlap-outer-wrapper ul li {
  line-height: normal;
  list-style: none;
  margin-bottom: 22px;
}
.age-overlap-outer-wrapper ul li:last-child {
  margin-bottom: 0;
}

.nav-heading .nav-heading__text {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 3rem;
  line-height: 4rem;
  vertical-align: middle;
  margin-bottom: 2rem;
}
.nav-heading .nav-heading__back-link {
  margin-right: 1rem;
  position: relative;
}
.nav-heading .nav-heading__back-link i {
  color: #303030;
}
.nav-heading .nav-heading__back-link span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #FFFFFF;
  display: none;
  font-size: 1.1rem;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: -3rem;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
.nav-heading .nav-heading__back-link span:after {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.nav-heading .nav-heading__back-link:hover span {
  display: inline-block;
}

.container {
  margin: 0;
  min-height: calc(100% - 8.5rem);
  padding: 30px;
  position: relative;
  width: 100%;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.container__sidebar {
  border-right: 1px solid #B7B7B7;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 24rem;
  z-index: 1;
}

.container__sidebar--second {
  border-left: 1px solid #B7B7B7;
  bottom: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 24rem;
  z-index: 1;
}

.container__sidebar.sidebar__second {
  min-height: 36rem;
}

.container__sidebar + .container__content {
  margin: 0 0 0 24rem;
  padding: 3rem;
  position: relative;
}

.container__sidebar + .container__content .attach_benefits__content {
  padding-top: 2rem;
}
.container__sidebar + .container__content .attach_benefits__content form {
  overflow-x: auto;
}
.container__sidebar + .container__content .attach_benefits__content form .form-control {
  position: relative;
}
.container__sidebar + .container__content .attach_benefits__content form > div {
  min-width: 65rem;
}
.container__sidebar + .container__content .attach_benefits__content .links-inline a {
  margin-top: 1.3rem;
  display: inline-block;
}

.container--with-two-sidebars .container__sidebar + .container__content {
  padding-right: 27rem;
}

.container--with-two-sidebars .container__content {
  max-height: calc(100vh - 24.6rem);
  overflow-y: auto;
}

.container--with-two-sidebars.container {
  min-height: calc(100% - 10rem);
}

.container__sidebar.sidebar__second {
  left: 1rem;
  width: 26rem;
  padding-right: 1rem;
  padding-top: 2rem;
}

.emp-benefits-selection-error {
  position: absolute;
  top: 0;
  margin: 0;
  left: 24rem;
  width: calc(100% - 24rem);
}

.emp-benefits-selection-error[style="display: block;"] + div {
  margin-top: 3rem;
}

@media (min-width: 1100px) {
  .container, .container__content {
    padding: 4rem;
  }

  .container__sidebar + .container__content {
    margin-left: 0;
    padding: 4rem 4rem 4rem 28rem;
    width: 100%;
  }

  .container--with-two-sidebars .container__sidebar + .container__content {
    padding-right: 28rem;
    width: 100%;
  }

  .container__sidebar.sidebar__second {
    left: 26rem;
    padding-right: 2rem;
    padding-top: 3rem;
    width: 28rem;
  }

  .employee-plan-viewcart-button {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1300px) {
  .container, .container__content {
    padding: 5rem;
  }

  .container__sidebar + .container__content {
    margin-left: 0;
    padding: 5rem 5rem 5rem 29rem;
    width: 100%;
  }

  .container--with-two-sidebars .container__sidebar + .container__content {
    padding-right: 29rem;
    width: 100%;
  }
}
.container--with-sidebar {
  padding: 0;
}

#popups.beneficiary-popup .emp_plan_beneficiary_wrapper {
  float: left;
  width: 1200px;
}

.container__content .form--inline,
#popups .form--inline {
  margin-left: 0;
}
.container__content .form--1-column .form-row,
.container__content .form--2-column .form-row,
.container__content .form--3-column .form-row,
.container__content .form--4-column .form-row,
#popups .form--1-column .form-row,
#popups .form--2-column .form-row,
#popups .form--3-column .form-row,
#popups .form--4-column .form-row {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.table-container {
  display: contents;
}

.table-responsive {
  overflow: auto;
}

.cart-seperator {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0 1.5rem;
}

.clearfix {
  clear: both;
}

.text--right .button,
.text--right.links-inline a {
  margin-left: 1.6rem;
}

#feature-subgroup-outer-table > tbody > tr > td,
.onboard-dashboard-outer-table > tbody > tr > td,
#onboard-dashboard-outer-table > tbody > tr > td,
.employee-personnel-file-outer-table > tbody > tr > td {
  vertical-align: top;
  width: 50%;
}
#feature-subgroup-outer-table > tbody > tr > td:last-child,
.onboard-dashboard-outer-table > tbody > tr > td:last-child,
#onboard-dashboard-outer-table > tbody > tr > td:last-child,
.employee-personnel-file-outer-table > tbody > tr > td:last-child {
  padding: 0 0 0 2.5rem;
}
#feature-subgroup-outer-table > tbody > tr > td:first-child,
.onboard-dashboard-outer-table > tbody > tr > td:first-child,
#onboard-dashboard-outer-table > tbody > tr > td:first-child,
.employee-personnel-file-outer-table > tbody > tr > td:first-child {
  padding: 0 2.5rem 0 0;
}

.onboard-dashboard-outer-table .list-subgroup-scroll,
#feature-subgroup-outer-table .list-subgroup-scroll,
#onboard-dashboard-outer-table .list-subgroup-scroll,
.employee-personnel-file-outer-table .list-subgroup-scroll {
  float: left;
  margin-bottom: 2.5rem;
  width: 100%;
}

.employee-personnel-file-outer-table .list-subgroup-scroll {
  max-height: 247px;
  overflow-y: auto;
}

.emp_search_form {
  width: 100%;
  min-width: 765px;
  margin: 0 0 0.5rem;
}
.emp_search_form .form-control {
  padding-left: inherit;
}
.emp_search_form select.form-select {
  max-width: 20rem;
}

.benefit-setting-left-wrapper .sidebar-nav__item a,
.pto-setting-left-wrapper .sidebar-nav__item a {
  padding: 1.5rem 10rem 1.5rem 2rem;
}

.benefit-setting-left-wrapper .sidebar-nav__item a.setting-title--full {
  padding-right: 2rem;
}

.benefit-setting-left-wrapper .form-item,
.pto-setting-left-wrapper .form-item {
  margin-top: -13px;
  padding: 0 2rem 0 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.benefit-setting-left-wrapper .form-item label,
.pto-setting-left-wrapper .form-item label {
  display: none;
  margin: 0;
}

.tableonefields .form-control .form-item {
  float: left;
}

.tableonefields .form-control .form-item,
.rate-split-fields .form-control .form-item {
  float: left;
}

.rate-split-fields .form-control:not(:first-child) {
  width: 29%;
}
.rate-split-fields .form-control:first-child {
  width: 42%;
}

.one-table .tableone-percent {
  margin-left: 7px;
  margin-top: 15px;
  position: absolute;
}

.element-prefix {
  margin-left: -1.5rem;
  margin-top: 1.5rem;
  position: absolute;
}

.element-suffix {
  margin-left: 0.7rem;
  margin-top: 1.5rem;
  position: absolute;
}
.element-suffix.date--range {
  margin-left: -3rem;
}

#popups #employee-reg-profile-page {
  max-width: 100%;
  width: 900px;
}

.hide_display {
  display: none;
}

a.popups-processed::after {
  content: "";
  position: absolute;
  vertical-align: middle;
}

.button + .button {
  margin-left: 0.8rem;
}

.float--right {
  float: right;
}

.form-item label {
  font-weight: inherit;
}

#document-categories-form,
#notice-categories-form {
  width: 640px;
}

#popups table input {
  margin-bottom: 0;
}

.form-table.premium-table td {
  padding-right: 0;
}
.form-table.premium-table td:last-child {
  padding-right: 1.5rem;
}

.pbar5-wrap,
.pbar1-wrap,
.pbar3-wrap,
.pbar6-wrap {
  display: inline-block;
  margin-top: 2.8rem;
  padding-left: 5rem;
}
.pbar5-wrap .labels .label1,
.pbar1-wrap .labels .label1,
.pbar3-wrap .labels .label1,
.pbar6-wrap .labels .label1 {
  text-indent: -33px;
}
.pbar5-wrap .labels .label2,
.pbar1-wrap .labels .label2,
.pbar3-wrap .labels .label2,
.pbar6-wrap .labels .label2 {
  left: 25%;
  text-indent: -24px;
}
.pbar5-wrap .labels .label3,
.pbar1-wrap .labels .label3,
.pbar3-wrap .labels .label3,
.pbar6-wrap .labels .label3 {
  left: 50%;
  text-indent: -16px;
}
.pbar5-wrap .labels .label4,
.pbar1-wrap .labels .label4,
.pbar3-wrap .labels .label4,
.pbar6-wrap .labels .label4 {
  left: 75%;
  text-indent: -23px;
}
.pbar5-wrap .labels .label5,
.pbar1-wrap .labels .label5,
.pbar3-wrap .labels .label5,
.pbar6-wrap .labels .label5 {
  left: 100%;
  text-indent: -13px;
}

.title-bar__blocks--right .pbar5-wrap,
.title-bar__blocks--right .pbar1-wrap,
.title-bar__blocks--right .pbar3-wrap,
.title-bar__blocks--right .pbar6-wrap {
  padding-right: 3.5rem;
}

.pbar1-wrap .labels .label1 {
  text-indent: -33px;
}
.pbar1-wrap .labels .label2 {
  left: 33.33%;
  text-indent: -24px;
}
.pbar1-wrap .labels .label3 {
  left: 66.66%;
  text-indent: -16px;
}
.pbar1-wrap .labels .label4 {
  left: 100%;
  text-indent: -14px;
}

.pbar5,
.pbar1 {
  background-color: #888888;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  height: 1rem;
  position: relative;
  width: 578px;
}
.pbar5 .pbar-pipe,
.pbar1 .pbar-pipe {
  width: 24.99%;
}

.pbar5 {
  width: 460px;
}

.pbar1 {
  width: 460px;
}
.pbar1 .pbar-pipe {
  width: 33.33%;
}

.pbar6-wrap .pbar1 {
  width: 440px;
}
.pbar6-wrap .pbar1 .pbar-pipe {
  width: 50%;
}
.pbar6-wrap .labels .label1 {
  text-indent: -19px;
}
.pbar6-wrap .labels .label2 {
  left: 50%;
  text-indent: -36px;
}
.pbar6-wrap .labels .label3 {
  left: 100%;
  text-indent: -14px;
}

.pbstep {
  background-color: #888888;
  border-radius: 1.5rem;
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  height: 22px;
  margin: -6px -11px 0;
  margin-top: -6px;
  position: relative;
  width: 22px;
}
.pbstep a {
  display: block;
  height: 22px;
  margin: -6px 0 0 -6px;
  position: absolute;
  width: 22px;
}
.pbstep.current {
  background: #CECECE;
  border: 0.66667rem solid #FFFFFF;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
}
.pbstep.current::after {
  display: none;
}
.pbstep.step-done {
  background: #00a3c9;
  border: 0.66667rem solid #FFFFFF;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
}
.pbstep.step-done::after {
  display: none;
}

.pbstep::after {
  background-color: #888888;
  bottom: 6px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 100%;
}

.pbstep-first::after {
  width: 50%;
  margin-left: 50%;
}

.pbstep-last::after {
  width: 50%;
}

.pbar-pipe {
  float: left;
  height: 1rem;
}
.pbar-pipe.fill {
  background-color: #00a3c9;
}

.labels {
  font-size: 1.25rem;
  position: relative;
  width: 100%;
}
.labels > div {
  display: inline-block;
  height: 22px;
  left: 0;
  margin: 7px -11px 0;
  position: absolute;
  white-space: nowrap;
  width: 22px;
}
.labels .active {
  color: #00a3c9;
  font-weight: 600;
}

.cart-pane {
  background: #FFFFFF;
}

.employee-plan-cart-table-wrap {
  padding: 0 1.5rem;
}

.employee-plan-cart-label {
  line-height: 1.7rem;
  margin: 0;
  padding: 1.5rem;
}
.employee-plan-cart-label .form-control {
  padding: 0;
}

.employee-plan-cart-table {
  color: #444444;
  width: 100%;
}
.employee-plan-cart-table td {
  border: 0;
  padding: 0.5rem 0;
}
.employee-plan-cart-table .table-cell--small {
  width: 7.5rem;
}

.employee-plan-hidecart-button {
  padding: 1rem;
  text-align: right;
}

.employer-welcome-text {
  float: left;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-right: -337px;
  padding-right: 350px;
  width: 100%;
}

.employer-welcome-text p {
  margin-bottom: 2rem;
}

.employer-welcome-video {
  float: left;
}

div#fancy_outer {
  overflow: visible;
  padding: 0;
}

.form-checkboxes,
.form-radios {
  margin: 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0;
}

#emp-benefit-selection-data .loading {
  position: absolute;
  right: 25%;
  top: 15px;
  width: 128px;
}

.slider-ltl-test-rates {
  margin-bottom: 2rem;
}

.slider-wrapper {
  padding-bottom: 45px;
  padding-top: 25px;
  position: relative;
}
.slider-wrapper.small-space {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.center-gui,
.gi-wrapper {
  bottom: 0;
  font-size: 1.2rem;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.center-gui > div,
.gi-wrapper > div {
  left: 50%;
  transform: translateX(-50%);
}
.center-gui .gui-label:before,
.center-gui .gi-label:before,
.gi-wrapper .gui-label:before,
.gi-wrapper .gi-label:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f106";
  display: block;
}
.center-gui .gui-value,
.center-gui .gi-cost,
.gi-wrapper .gui-value,
.gi-wrapper .gi-cost {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.slider-wrapper .ui-slider-handle {
  background: #CECECE !important;
  border: 0.66667rem solid #FFFFFF !important;
  border-radius: 2rem;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  content: "";
  cursor: pointer !important;
  display: inline-block;
  height: 2rem !important;
  left: 50%;
  margin-left: -1rem;
  position: absolute;
  top: -0.5rem;
  width: 2rem !important;
}
.slider-wrapper .ui-slider-handle:focus {
  outline: none;
}
.slider-wrapper .ui-slider-handle div {
  display: inline-block;
  font-size: 1.1rem;
  left: 50%;
  position: absolute;
  top: -2.3rem;
  transform: translateX(-50%);
}
.slider-wrapper .ui-slider-handle.ui-state-active div {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  color: #00a3c9;
  padding: 0.5rem 0.75rem;
  top: -3.5rem;
}

.slider-wrapper .ui-slider-horizontal {
  background-color: #888888;
  border: 0;
  border-radius: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
  position: relative;
}

.slider-wrapper .ui-slider .ui-slider-range {
  background-color: #00a3c9;
  border-radius: 2rem;
  height: 100%;
  transition: width 0.3s;
}

.slider-minmax-val-wrap, .slider-range {
  font-size: 1.1rem;
  opacity: 0.5;
}
.slider-minmax-val-wrap .vl-slide-minval, .slider-minmax-val-wrap .slider-range__min, .slider-range .vl-slide-minval, .slider-range .slider-range__min {
  float: left;
}
.slider-minmax-val-wrap .vl-slide-maxval, .slider-minmax-val-wrap .slider-range__max, .slider-range .vl-slide-maxval, .slider-range .slider-range__max {
  float: right;
}

input.unstyled[type=text],
.unstyled input[type=text] {
  background-color: transparent;
  background-image: none !important;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.eoi-doc-link-emp,
.eoi-doc-link-spouse {
  background: #F2F2F2 !important;
}
.eoi-doc-link-emp a,
.eoi-doc-link-spouse a {
  float: right;
}

.sidebar-nav li.completed::before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #00a3c9;
  content: "\f00c";
  display: block;
  margin-top: -8px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.pdist {
  position: relative;
  width: 100%;
}

.pdist:before {
  background-color: #888888;
  border-radius: 0.5rem;
  content: "";
  height: 1rem;
  position: absolute;
  width: 100%;
}

.rangeGrip {
  background: #CECECE;
  border: 0.66667rem solid #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  left: 50%;
  margin-left: -1rem;
  margin-top: -0.5rem;
  position: relative;
  top: 0;
  width: 2rem;
}

table.cslider-wrapper {
  margin-bottom: 1.5rem;
}
table.cslider-wrapper td {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

table.crange {
  border: 0;
  height: 1rem;
  position: relative;
  table-layout: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}
table.crange tr {
  border: 0;
}
table.crange td {
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
}
table.crange td div.txtwrapper {
  position: relative;
  width: 100%;
}
table.crange td div.oddclass,
table.crange td div.evenclass {
  line-height: normal;
  position: absolute;
  width: 100%;
}
table.crange td div input[type=text] {
  background: none;
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
  height: auto;
  line-height: normal;
  margin: -2px 2px 0 0;
  padding: 0;
  text-align: right;
  width: 35px;
}
table.crange td div.evenclass {
  padding-top: 8px;
  top: 17px;
}
table.crange td div.oddclass {
  padding-bottom: 5px;
  top: -50px;
}

.sigWrapper {
  box-sizing: content-box;
}

fieldset.emp_dd_authorization {
  line-height: 2rem;
  padding-bottom: 2rem;
}

.withholding-switches {
  position: relative;
}

.withholding-switches .gross_percent {
  display: none;
}
.withholding-switches .gross_percent.grosspercent1 {
  display: block;
}
.withholding-switches .gross_percent .form-control label {
  color: #666666;
}
.withholding-switches .exemptionundefined label {
  color: #666666;
}
.withholding-switches .exemptionundefined .form-item {
  display: none;
}
.withholding-switches .exemptionundefined .form-item.exemption1 {
  display: block;
}
.withholding-switches .exemptionundefined .form-item.exemption2 {
  display: block;
  margin-top: 40px;
}
.withholding-switches .exemptionundefined .form-item.exemption3 {
  display: block;
  margin-top: 80px;
}
.withholding-switches .it_rates {
  display: none;
}
.withholding-switches .it_rates.itrates1 {
  display: block;
}
.withholding-switches .al_itax {
  display: none;
}
.withholding-switches .al_itax.al_itax1 {
  display: block;
}
.withholding-switches .ia_exemp1 {
  display: none;
}
.withholding-switches .ia_exemp1.iaexemp1 {
  display: block;
}
.withholding-switches .ia_exemp2 {
  display: none;
}
.withholding-switches .ia_exemp2.iaexemp2 {
  display: block;
}
.withholding-switches .mi_withholding_exemption_2 {
  display: none;
}
.withholding-switches .mi_withholding_exemption_2.mi_claim_exemption2_active {
  display: block;
}
.withholding-switches .mi_withholding_exemption_3 {
  display: none;
}
.withholding-switches .mi_withholding_exemption_3.mi_claim_exemption3_active {
  display: block;
}
.withholding-switches .mn-withholding-inner1-section {
  display: none;
}
.withholding-switches .mn-withholding-inner1-section.mn-active-block {
  display: block;
}
.withholding-switches .mn-withholding-inner2-section {
  display: none;
}
.withholding-switches .mn-withholding-inner2-section.mn-active-block {
  display: block;
}
.withholding-switches .mn-withholding-inner2-section .form-control {
  padding-left: 5.4rem;
}
.withholding-switches .mn-withholding-inner2-inner-section {
  display: none;
  margin-bottom: 4rem;
  margin-top: -9.8rem;
  padding-left: 2.5rem;
}
.withholding-switches .mn-withholding-inner2-inner-section.mn-active-block {
  display: block;
}
.withholding-switches .mn-withholding-inner2-inner-section .form-control {
  padding-left: 5.4rem;
}
@media (max-width: 1210px) {
  .withholding-switches .mn-withholding-inner2-inner-section {
    margin-bottom: 6rem;
    margin-top: -11.8rem;
  }
}
.withholding-switches #edit-sec2-selection-sw-3-wrapper.mn-active-block {
  margin-bottom: 60px;
}
.withholding-switches #edit-spouse-employed-sw-wrapper {
  display: none;
}
.withholding-switches #edit-spouse-employed-sw-wrapper.ms-active-block {
  display: block;
}
.withholding-switches.pa-withholding-inner-section {
  display: none;
  margin-top: -2.5rem;
}
.withholding-switches.pa-withholding-inner-section.pa-main-active {
  display: block;
}
.withholding-switches.pa-withholding-inner-section .form-control {
  padding-left: 5.4rem;
}
.withholding-switches .pa-withholding-radio-inner-section {
  display: none;
}
.withholding-switches .pa-withholding-radio-inner-section.pa-radio-active {
  display: block;
}
.withholding-switches .pa-withholding-text-inner-section {
  display: none;
  padding-left: 2.5rem;
}
.withholding-switches .pa-withholding-text-inner-section.pa-textbox-active {
  display: block;
}
.withholding-switches .va-inner2-block {
  display: none;
}
.withholding-switches .va-inner2-block.va-active-block {
  display: block;
}
.withholding-switches .va-inner1-block {
  display: none;
}
.withholding-switches .va-inner1-block.va-active-block {
  display: block;
}
.withholding-switches .wv-inner1-block,
.withholding-switches .wv-inner2-block,
.withholding-switches .wv-inner3-block,
.withholding-switches .wv-inner4-block {
  display: none;
}
.withholding-switches .wv-inner1-block.wv-active-block,
.withholding-switches .wv-inner2-block.wv-active-block,
.withholding-switches .wv-inner3-block.wv-active-block,
.withholding-switches .wv-inner4-block.wv-active-block {
  display: block;
}

.sub-fields label {
  color: #666666;
}

#feature-subgroup-outer-table,
.onboard-dashboard-outer-table,
#onboard-dashboard-outer-table,
.employee-personnel-file-outer-table {
  width: 100%;
}

.bh-user-search {
  position: relative;
}
.bh-user-search input {
  padding-right: 7rem;
}
.bh-user-search .bh_search_cook {
  cursor: pointer;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}

.view-emp-table .actions {
  text-align: center;
}
.view-emp-table .actions i {
  cursor: pointer;
  font-size: 2rem;
}
.view-emp-table .info {
  line-height: 1.3;
}
.view-emp-table td {
  padding-bottom: 0.7rem;
}

#employer-plan-list .emp-ben,
#attach-benefit-list .emp-ben {
  background: #E6E6E6;
  border: 1px solid #888888;
  left: 50%;
  margin-left: -11rem;
  padding: 1.5rem;
  position: absolute;
  width: 22rem;
  z-index: 1;
}
#employer-plan-list .emp-ben::after, #employer-plan-list .emp-ben::before,
#attach-benefit-list .emp-ben::after,
#attach-benefit-list .emp-ben::before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
#employer-plan-list .emp-ben::after,
#attach-benefit-list .emp-ben::after {
  border-bottom-color: #E6E6E6;
  border-color: rgba(230, 230, 230, 0);
  border-width: 15px;
  margin-left: -15px;
}
#employer-plan-list .emp-ben::before,
#attach-benefit-list .emp-ben::before {
  border-bottom-color: #888888;
  border-color: rgba(136, 136, 136, 0);
  border-width: 16px;
  margin-left: -16px;
}

#popups #attachaccount-employee .form-radios {
  max-height: 465px;
  overflow: auto;
}
#popups #attachaccount-employee .form-radios .form-item {
  border-bottom: #CECECE 1px solid;
  padding: 0 0.5rem;
}

#popups #onboard-hire-form,
#popups .onboarding-paperwork-form {
  width: 900px;
}
#popups #onboard-hire-form > div,
#popups .onboarding-paperwork-form > div {
  display: flex;
  flex-direction: column;
}
#popups #onboard-hire-form > div .compliance-promo,
#popups .onboarding-paperwork-form > div .compliance-promo {
  order: 2;
  margin-top: 0;
}

@media (max-width: 1099px) {
  #popups #onboard-hire-form {
    width: 860px;
  }

  #popups #popups-body {
    max-width: 900px;
  }

  .emp-benefits-selection-error {
    left: 0;
    width: 100%;
  }
}
.timeframes-list {
  width: 100%;
}
.timeframes-list td {
  padding-top: 1rem;
}
.timeframes-list .bottom-line {
  border-bottom: #CECECE 1px solid;
}

#cke_edit-emp-message .cke_editor .cke_contents,
#employer-plan-data .cke_editor .cke_contents {
  height: 150px !important;
}

#cke_edit-emp-message .cke_resizer {
  display: none !important;
}

.cke_editor a.cke_button_MediaEmbed {
  background: url("/sites/all/themes/bernard/imagesnew/youtube.jpg") no-repeat 50% 0 !important;
  background-size: auto 100% !important;
}

.doc_temp_content {
  margin: 0 0 2rem;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.doc_temp_content p, .doc_temp_content h1, .doc_temp_content h2, .doc_temp_content h3, .doc_temp_content h4, .doc_temp_content h5, .doc_temp_content h6 {
  margin: 0 0 1.5rem;
  line-height: normal;
}

.xls-link:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f1c3";
  margin-right: 0.75rem;
}

.pdf-link:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f1c1";
  margin-right: 0.75rem;
}

.txt-link:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f0f6";
  margin-right: 0.75rem;
}

.doc-link:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f1c2";
  margin-right: 0.75rem;
}

.pto-req-table .vacation-highlight {
  background: #D2AA66;
  border-radius: 10px;
  color: #f0ecbb;
  margin-right: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
}

.notice-content-popup {
  min-width: 50rem;
}
.notice-content-popup iframe,
.notice-content-popup embed,
.notice-content-popup object {
  max-width: 100%;
}

.form--inline .feature-subgroups-wrapper .select-control {
  width: 20rem;
}

.onboard-new-hire-spreadsheet-import {
  width: 570px;
}

.onboard-extlinks span {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #00a3c9;
  cursor: pointer;
}

.import-subgroup-right {
  display: none;
}

.deduct_items .form-item,
.c_deduct_items .form-item {
  min-height: 4.75rem;
}

.per-month-txt {
  font-size: 1.3rem;
  padding-left: 0.3rem;
}

#popups #employee-pto-form {
  width: 80rem;
}

.tax-free-block .form-control {
  padding-left: 5rem;
  padding-top: 0;
}
.tax-free-block label {
  display: inline !important;
  margin-right: 0.3rem;
}
.tax-free-block .form-item {
  vertical-align: top;
}

.pager {
  padding-top: 1rem;
  text-align: center;
}

.imported-benefit-text {
  padding: 1rem 2rem;
}

#mctooltipnewWrapper,
.custom-tooltip {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  margin-top: 1rem;
  min-width: 10rem;
  width: auto !important;
  z-index: 12;
}
#mctooltipnewWrapper::after, #mctooltipnewWrapper::before,
.custom-tooltip::after,
.custom-tooltip::before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
#mctooltipnewWrapper::after,
.custom-tooltip::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}
#mctooltipnewWrapper::before,
.custom-tooltip::before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #EEEEEE;
  border-width: 11px;
  margin-left: -11px;
}
#mctooltipnewWrapper a,
.custom-tooltip a {
  color: #444444;
}
#mctooltipnewWrapper a.text--blue,
.custom-tooltip a.text--blue {
  color: #00a3c9;
}
#mctooltipnewWrapper i,
.custom-tooltip i {
  margin-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
  width: 2rem;
}
#mctooltipnewWrapper .tooltip_inner > div,
.custom-tooltip .tooltip_inner > div {
  margin-bottom: 1rem;
  white-space: nowrap;
}
#mctooltipnewWrapper .tooltip_inner > div:last-child,
.custom-tooltip .tooltip_inner > div:last-child {
  margin-bottom: 0;
}
#mctooltipnewWrapper .tooltip_inner > div.enrollment_waive_tooltip,
.custom-tooltip .tooltip_inner > div.enrollment_waive_tooltip {
  white-space: normal;
}
#mctooltipnewWrapper.mctooltipnew-waive,
.custom-tooltip.mctooltipnew-waive {
  border-radius: 4px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  margin-top: -118px;
  max-width: 400px;
  padding: 20px !important;
}
#mctooltipnewWrapper.mctooltipnew-waive::before,
.custom-tooltip.mctooltipnew-waive::before {
  border-bottom-color: transparent;
  border-top-color: #EEEEEE;
  bottom: auto;
  top: 100%;
}
#mctooltipnewWrapper.mctooltipnew-waive::after,
.custom-tooltip.mctooltipnew-waive::after {
  border-bottom-color: transparent;
  border-top-color: #FFFFFF;
  bottom: auto;
  top: 100%;
}

.tooltip_inner:before {
  content: "";
  -webkit-clip-path: polygon(32% 0, 66% 0, 100% 100%, 0 100%);
  clip-path: polygon(32% 0, 66% 0, 100% 100%, 0 100%);
  display: block;
  height: 4rem;
  left: -2.1rem;
  margin: auto;
  position: absolute;
  right: -2.1rem;
  top: -4.9rem;
  width: auto;
  z-index: -1;
}

.tooltip_inner:after {
  bottom: -2rem;
  content: "";
  left: -2rem;
  position: absolute;
  right: -2rem;
  top: -1rem;
  z-index: -99;
}

.custom-tooltip {
  margin-top: -10px;
  position: absolute;
  z-index: 1;
}
.custom-tooltip > .form-row {
  margin-bottom: 0;
  padding: 2.5rem;
}

.feature-admin-tooltip-wrapper,
.global-admin-tooltip-wrapper {
  margin: 0 -1.5rem;
  position: relative;
}
.feature-admin-tooltip-wrapper .form-control,
.global-admin-tooltip-wrapper .form-control {
  text-transform: none;
}
.feature-admin-tooltip-wrapper .custom-tooltip,
.global-admin-tooltip-wrapper .custom-tooltip {
  margin-top: 1.4rem;
}
.feature-admin-tooltip-wrapper .custom-tooltip::before, .feature-admin-tooltip-wrapper .custom-tooltip::after,
.global-admin-tooltip-wrapper .custom-tooltip::before,
.global-admin-tooltip-wrapper .custom-tooltip::after {
  left: 8rem;
}
.feature-admin-tooltip-wrapper .custom-tooltip .form-row.no-margin,
.global-admin-tooltip-wrapper .custom-tooltip .form-row.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.feature-admin-tooltip-wrapper .feature-subgroups-list,
.global-admin-tooltip-wrapper .feature-subgroups-list {
  width: 40%;
}
.feature-admin-tooltip-wrapper .feature-subgroups-list .form-item,
.global-admin-tooltip-wrapper .feature-subgroups-list .form-item {
  display: block;
  white-space: normal;
}
.feature-admin-tooltip-wrapper .feature-admin,
.global-admin-tooltip-wrapper .feature-admin {
  width: 60%;
}
.feature-admin-tooltip-wrapper .feature-admin.full,
.global-admin-tooltip-wrapper .feature-admin.full {
  width: 100%;
}
.feature-admin-tooltip-wrapper .display-block .form-item,
.global-admin-tooltip-wrapper .display-block .form-item {
  width: 100%;
}

.add-category-action,
.add-feature-action-with-tooltip {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  border-right: #D8D8D8 1px solid;
  font-size: 1.4rem;
  padding: 0 4rem 0 3rem;
}
.add-category-action .custom-tooltip,
.add-feature-action-with-tooltip .custom-tooltip {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  margin-left: -4rem;
}
.add-category-action .custom-tooltip::before, .add-category-action .custom-tooltip::after,
.add-feature-action-with-tooltip .custom-tooltip::before,
.add-feature-action-with-tooltip .custom-tooltip::after {
  left: 40%;
}
.add-category-action .custom-tooltip .form-item,
.add-feature-action-with-tooltip .custom-tooltip .form-item {
  display: block;
  line-height: normal;
  margin: 0;
  vertical-align: top;
}
.add-category-action .custom-tooltip input,
.add-feature-action-with-tooltip .custom-tooltip input {
  margin: 0 !important;
}
.add-category-action .custom-tooltip .add_another,
.add-feature-action-with-tooltip .custom-tooltip .add_another {
  clear: both;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 10px 0 0;
  vertical-align: top;
}
.add-category-action .custom-tooltip .add_another i.fa,
.add-feature-action-with-tooltip .custom-tooltip .add_another i.fa {
  margin-top: 1px;
  vertical-align: top;
}
.add-category-action .custom-tooltip-inner,
.add-feature-action-with-tooltip .custom-tooltip-inner {
  padding: 10px;
}

#mctooltipnew {
  background: none !important;
  border: 0 !important;
  font-size: 1.3rem;
  padding: 0 !important;
}

#mcttCo,
#mcttCloseButton {
  display: none !important;
}

.node p {
  font-size: 1.4rem;
  line-height: normal;
  margin: 1rem 0;
}
.node b {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.filefield-filebrowser .attachment-link {
  word-break: break-all;
}

.dragHandle {
  cursor: move;
}

.view_edit_plans .title-bar__left.title-bar__left--withtabs {
  border: 0;
}

.title-bar__blocks .integration-edi-file-generate-top-group {
  padding-top: 1.5rem;
}

.admin-notice-wrap {
  background: #f0ecbb;
}

.admin-notice {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #8e8e2b;
  font-size: 1.4rem;
  line-height: 1.25rem;
  padding: 1rem;
}

.cslider-wrapper.form-table {
  table-layout: fixed;
}

.i-consent-wrap {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
  margin-bottom: 10px;
  padding: 10px 15px;
}

textarea[name=licenseAgreement2] {
  resize: none;
}

textarea[name=licenseAgreement] {
  resize: none;
}

#emp-summary-page-view #edit-i-consent-wrapper,
#emp-summary-page-view #edit-i-represent-wrapper {
  position: relative;
}

#emp-summary-page-view #edit-i-consent-wrapper .i_consent_blank,
#emp-summary-page-view #edit-i-represent-wrapper .i_represent_blank {
  background: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

#mctooltipnewWrapper {
  position: absolute;
}

#popups .employee-categories-form {
  width: 700px;
}

.cke_combopanel__tokens {
  margin-left: -10px !important;
  width: 125px !important;
}

#popups .subgroup-buckets-contribution {
  width: 100rem;
}

.buckets-segment {
  vertical-align: top;
}
.buckets-segment .form-control {
  min-width: 25rem;
}
.buckets-segment h3 {
  background: #DDDDDD;
  font-weight: bold;
  padding: 1.4rem 1.5rem;
}
.buckets-segment ul.sortable {
  padding-bottom: 10rem;
  padding-left: 0;
}
.buckets-segment ul.sortable li {
  list-style: none;
}
.buckets-segment ul.sortable li.draggable-item {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
  border-top: 0;
  cursor: move;
  display: block;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 1.2rem 1rem 1.2rem 3rem;
}
.buckets-segment ul.sortable li.draggable-item.ui-draggable-dragging {
  border-top: #DDDDDD 1px solid;
}
.buckets-segment ul.sortable li.draggable-item::before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f142";
  cursor: move;
  font-size: 1.4rem;
  height: 2.8rem;
  margin: 0 0 0 -1.8rem;
  position: absolute;
  width: 0.8rem;
}

.bucket-header {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: #E6E6E6;
  clear: both;
  line-height: 4rem;
  text-align: center;
}

.textwrap--normal {
  white-space: normal;
}
.textwrap--normal .form-item {
  white-space: normal !important;
}

.status-button {
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.2rem;
  padding: 6px;
  text-align: center;
  width: 8rem;
}
.status-button.closed {
  background: #d53d3f;
}
.status-button.open {
  background: #74bc4d;
}
.status-button.disabled {
  background: #CECECE;
}

.emp-benefit-elections .sidebar-nav a,
.onboarding-sidebar .sidebar-nav a {
  padding-left: 4rem;
}
.emp-benefit-elections .sidebar-nav li::before,
.onboarding-sidebar .sidebar-nav li::before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #00a3c9;
  content: "\f10c";
  display: block;
  left: 17px;
  margin-top: -7px;
  position: absolute;
  right: auto;
  top: 50%;
}
.emp-benefit-elections .sidebar-nav li.completed::before,
.onboarding-sidebar .sidebar-nav li.completed::before {
  color: #5aa050;
  content: "\f05d";
}

.autocomplete {
  background: #FFFFFF;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 0;
  z-index: 12;
}
.autocomplete ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.autocomplete ul li {
  padding: 0;
}
.autocomplete ul li:hover {
  background: #007a96;
  color: #FFFFFF;
  cursor: pointer;
}
.autocomplete ul li > div {
  border-bottom: 1px solid #CECECE;
  padding: 5px 5px 3px;
}
.autocomplete ul li span.autocomplete-add-button {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #00a3c9;
  float: right;
  margin-top: 7px;
}
.autocomplete ul li span.autocomplete-add-button::before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f055";
  margin-right: 3px;
}

.custom-autocomplete-wrapper .form-item {
  position: relative;
}
.custom-autocomplete-wrapper .custom-autocomplete {
  margin-top: -0.75rem;
  position: absolute;
  width: 100%;
}

.org-chart-listing {
  position: relative;
  padding: 0 1.5rem;
}
.org-chart-listing::before {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 21px;
  left: -3px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.org-chart-listing::after {
  background: #F2F2F2;
  bottom: 0;
  content: "";
  display: block;
  height: 35px;
  left: -3px;
  position: absolute;
  width: 1px;
  z-index: 1;
}
.org-chart-listing > ul > li:last-child > ul.org-chart-last-level.level-2:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul.org-chart-last-level.level-2:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-3:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-3:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-4:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-4:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-5:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-5:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-6:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-6:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-7:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-7:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-8:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-8:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-9:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-9:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-10:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-10:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-11:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-11:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-12:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-12:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-13:last-child .divider-front:after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 50px;
  left: -3px;
  margin-top: -74px;
  position: absolute;
  width: 1px;
}
.org-chart-listing > ul > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul:last-child > li:last-child > ul.org-chart-last-level.level-13:last-child .divider-front.new-row-element:after {
  display: none;
}
.org-chart-listing ul {
  list-style: none;
  margin-bottom: 0;
}
.org-chart-listing ul li {
  display: table;
  margin-bottom: 0;
  width: 100%;
}
.org-chart-listing ul li::before {
  background: #DDDDDD;
  content: "";
  display: block;
  height: 1px;
  left: -2px;
  margin-top: 26px;
  position: absolute;
  width: 50%;
  z-index: -1;
}
.org-chart-listing ul li.active > .org-chart-row::before {
  color: #888888;
  content: "\f056";
}
.org-chart-listing ul li.last-element {
  border: 1px solid #CECECE;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: -1px;
  width: 25%;
}
.org-chart-listing ul li.last-element::before {
  display: none;
}
.org-chart-listing ul li.last-element > .org-chart-row::before {
  display: none;
}
.org-chart-listing ul li.last-element.new-row-element::before {
  display: block;
  margin-top: 25px;
  width: 25%;
}
.org-chart-listing ul li.last-element.new-row-element > .org-chart-row::before {
  color: #888888;
  content: "\f056";
  display: block;
}
.org-chart-listing ul li.last-element h3.org-chart-row {
  border: 0;
  margin-bottom: 0;
}
.org-chart-listing ul li.last-element h3.org-chart-row.org-highlight {
  border-left: #00a3c9 4px solid;
}
.org-chart-listing ul ul {
  padding-left: 4rem;
}
.org-chart-listing ul.org-chart-last-level {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
  margin-bottom: 1rem;
  margin-left: 4rem;
  padding-left: 0;
}
.org-chart-listing ul.org-chart-last-level > div {
  display: none;
}
.org-chart-listing ul.org-chart-last-level li.last-element {
  border: 0;
  margin: 0;
}
.org-chart-listing ul.last-level {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
  margin-bottom: 1rem;
  margin-left: 4rem;
  padding-left: 0;
}
.org-chart-listing > ul {
  position: relative;
}
.org-chart-listing > ul::before {
  background: #DDDDDD;
  content: "";
  display: block;
  height: 100%;
  left: -3px;
  position: absolute;
  top: 0;
  width: 1px;
}
.org-chart-listing .org-chart-total-reports {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  float: right;
  font-size: 1.2rem;
  margin-right: 15px;
  margin-top: -47px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.org-chart-row {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
  margin-bottom: 1rem;
  padding: 10px;
  position: relative;
  min-height: 5rem;
}
.org-chart-row:hover {
  background: #E6E6E6;
}
.org-chart-row::before {
  font-family: FontAwesome;
  font-weight: 400;
  background: #F2F2F2;
  color: #00a3c9;
  content: "\f055";
  left: -29px;
  position: absolute;
  top: 19px;
  z-index: 2;
}
.org-chart-row::after {
  background: #F2F2F2;
  content: "";
  display: block;
  height: 3px;
  margin-left: -35px;
  margin-top: -16px;
  position: absolute;
  width: 25px;
  z-index: -1;
}
.org-chart-row.org-highlight {
  background: #F2F2F2;
  border-left: #00a3c9 4px solid;
}
.org-chart-row .org-chart-user-picture {
  display: block;
  float: left;
  margin-right: 10px;
}
.org-chart-row .org-chart-user-picture img {
  display: block;
  margin: 0;
}
.org-chart-row .org-chart-name {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #00a3c9;
  display: inline-block;
  margin-bottom: 4px;
}
.org-chart-row .del-mark {
  float: none;
}

.show-excluded-employer-list {
  display: inline-block;
  padding-top: 13px;
  position: relative;
}
.show-excluded-employer-list:hover .custom-css-tooltip {
  display: block;
}
.show-excluded-employer-list .custom-css-tooltip {
  bottom: 25px;
  color: #444444;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.show-excluded-employer-list .custom-css-tooltip ul {
  font-size: 1.2rem;
  line-height: 1.5rem;
  list-style-type: square;
  margin: 0;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 25px;
  white-space: nowrap;
}

.custom-css-tooltip {
  background: #FFFFFF;
  border: 6px solid #CECECE;
  display: none;
  padding: 5px 10px;
  position: absolute;
}

.custom-css-tooltip::after,
.custom-css-tooltip::before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.custom-css-tooltip::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}

.custom-css-tooltip::before {
  border-color: rgba(206, 206, 206, 0);
  border-top-color: #CECECE;
  border-width: 18px;
  margin-left: -18px;
}

.inline-search .glyph-input {
  float: left;
}
.inline-search .glyph-input:after {
  bottom: 2rem;
}
.inline-search a.button {
  margin-left: 0.8rem;
}
.inline-search .inline-search-button {
  clear: none;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 40px;
  margin-left: -27px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 25px;
}

.items--inline .inline-search .glyph-input:after {
  bottom: 1.3rem;
}

.table-list {
  border-collapse: separate;
  border-spacing: 30px 0;
  margin: 0 -3rem;
  width: -webkit-calc(100% + 6rem);
  width: 100%;
  width: calc(100% + 6rem);
}
.table-list thead th {
  border: 0;
  font-weight: normal;
  padding: 10px 0;
  text-align: left;
}
.table-list td {
  border: #CECECE 0 solid;
  border-bottom: #CECECE 1px solid;
  padding: 10px 0;
}
.table-list td:empty {
  border-bottom: 0;
}
.table-list.table-list--4-column td {
  width: 25%;
}
.table-list.table-list--3-column td {
  width: 33.3333333333%;
}
.table-list.table-list--2-column td {
  width: 50%;
}

.forms--multiple-inline form {
  display: inline-block;
  vertical-align: bottom;
}
.forms--multiple-inline form + form {
  margin-left: 0.8rem;
}
.forms--multiple-inline form .form-control {
  display: inline-block;
  float: none;
  padding: 0;
  vertical-align: bottom;
  width: auto;
}
.forms--multiple-inline form .form-control + .form-control {
  margin-left: 0.8rem;
}
.forms--multiple-inline .button {
  margin-bottom: 0.75rem;
  margin-left: 0.8rem;
  margin-top: 0.3rem;
  vertical-align: bottom;
}
.forms--multiple-inline .form-item {
  display: inline-block;
}
.forms--multiple-inline .form-item + .form-item {
  margin-left: 0.8rem;
}
.forms--multiple-inline .button {
  margin-left: 0.8rem;
}

.tooltip-item-list {
  padding: 0;
  margin: 0;
}
.tooltip-item-list li {
  border-bottom: #EEEEEE 1px solid;
  display: block;
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.tooltip-item-list li:last-child {
  border: 0;
}
.tooltip-item-list li .add_exclusion {
  float: right;
  margin-left: 2rem;
}

.processing-election {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.4);
}
.processing-election .loading-processed {
  background: #FFFFFF;
  left: 50%;
  padding: 1rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.import-plans-list.right-aligned-checkbox-list .form-checkboxes {
  max-height: 200px;
  overflow: auto;
  position: relative;
}

.right-aligned-checkbox-list .form-checkboxes {
  background: #FFFFFF;
  border: #DDDDDD 1px solid;
}
.right-aligned-checkbox-list .form-checkboxes .form-item {
  padding: 0 1rem;
}
.right-aligned-checkbox-list .form-checkboxes .form-item + .form-item {
  border-top: #DDDDDD 1px solid;
}
.right-aligned-checkbox-list .control-label--checkbox {
  display: block;
  padding-left: 0;
  padding-right: 2.5rem;
}
.right-aligned-checkbox-list .control-label--checkbox:before {
  float: right;
  margin-right: -2.5rem;
}

.sidebar-list .sidebar-list__row {
  padding: 1.5rem 0;
}
.sidebar-list .sidebar-list__row:not(:first-child) {
  border-top: 1px solid #EEEEEE;
}
.sidebar-list .sidebar-list__row > span {
  display: inline-block;
}
.sidebar-list .sidebar-list__row span.date-badge {
  background: #B7B7B7;
  border-radius: 8rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.2rem;
  height: 40px;
  margin-right: 2rem;
  padding-top: 0.5rem;
  text-align: center;
  width: 40px;
}
.sidebar-list .sidebar-list__row span.date-badge b {
  display: block;
  font-size: 1.4rem;
}

.sidebar-box {
  border-bottom: 1.5rem solid #F2F2F2;
}

.sidebar-actions .display-table {
  display: table;
  width: 100%;
}
.sidebar-actions .display-table > span {
  display: table-cell;
  vertical-align: middle;
}
.sidebar-actions .display-table > span.date-column {
  width: 6rem;
}
.sidebar-actions .display-table > span.action-column {
  width: 2rem;
}
.sidebar-actions .display-table .select-control {
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  .sidebar-actions .display-table .select-control {
    width: 13.5rem;
  }
}
@media (max-width: 1150px) {
  .sidebar-actions .display-table .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.percent-suffix > * {
  float: left;
}
.percent-suffix:after {
  content: "%";
  margin: 1.5rem 0 0 0.7rem;
  position: absolute;
}

.loading--round {
  background: url(/sites/all/themes/bernard/imagesnew/loading-pop.gif) no-repeat;
  display: inline-block;
  height: 31px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 31px;
}

.del-mark {
  color: #FF0000;
  float: right;
  font-size: 11px;
  font-weight: normal;
}

sup.del-mark {
  float: none;
  margin-left: 0.5rem;
}

.state_withhold_frm .sheet_a_fields {
  display: none;
}

.state_withhold_frm .sheet_a1 {
  display: block;
}

.state_withhold_frm .sheet_c_field {
  display: none;
}

.state_withhold_frm .sheet_c2 {
  display: block;
}

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

.state_withhold_frm .label-align {
  padding-top: 1.3rem;
}

.loadimg {
  display: table-cell;
  height: 800px;
  text-align: center;
  vertical-align: middle;
  width: 750px;
}

.terminate {
  font-style: italic;
}

.draggable-element:before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #303030;
  content: "\f142";
  cursor: move;
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}

.draggable-group-title {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: #DDDDDD;
  padding: 1.4rem 1.5rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.draggable-group-title:before {
  font-family: FontAwesome;
  font-weight: 400;
  color: #303030;
  content: "\f142";
  cursor: move;
  font-size: 1.4rem;
  left: 1.1rem;
  position: absolute;
  width: 0.8rem;
}

.sidebar-nav__bucket {
  overflow-x: hidden;
}
.sidebar-nav__bucket .sidebar-nav--draggable, .sidebar-nav__bucket #benefit-types {
  overflow-x: hidden;
}
.sidebar-nav__bucket .draggable-group-title {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: transparent;
  font-size: 2rem;
  padding: 2rem;
  text-align: left;
  text-transform: capitalize;
}
.sidebar-nav__bucket .draggable-group-title:before {
  color: #808080;
  font-weight: 100;
  margin-top: 0.4rem;
}
.sidebar-nav__bucket .sidebar-nav__item {
  border-top: solid 0.2rem #DDDDDD;
  margin-top: 2rem;
  opacity: 1;
}
.sidebar-nav__bucket.draggable__overlay .sidebar-nav__item {
  background: #F2F2F2;
}

ul.pagination {
  list-style: none;
  padding: 1rem 0 0 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  margin: 0;
}
ul.pagination li > * {
  padding: 0.5rem;
}

.processing {
  background: url(/sites/all/modules/popups/ajax-loader.gif);
  height: 100px;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
}

/***** Responsive ******/
@media (max-width: 1023px) {
  #popups {
    max-width: 90rem;
  }

  #popups.beneficiary-popup .emp_plan_beneficiary_wrapper {
    width: 900px;
  }
}
.white-box-link {
  background: #FFFFFF;
  border-top: #00a3c9 4px solid;
  display: inline-block;
  margin: 3.5rem 0 0;
  padding: 2rem;
}

input.disabled__by_shell, select.disabled__by_shell {
  cursor: not-allowed;
}

input.disabled__by_shell + label.control-label--checkbox::before {
  cursor: not-allowed;
}

input.disabled__by_shell + label.control-label--checkbox {
  pointer-events: none;
}

input.disabled__by_shell + label.control-label--radio::before {
  cursor: not-allowed;
}

i.disabled__cog::before {
  cursor: not-allowed;
}

.income__tax_holding {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 2rem;
}
.income__tax_holding ol {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.i9-signature-section-with-preparer-sign-block .show_canvas {
  margin-top: 3.8rem;
}

.form--3-column .form-control--field-options {
  width: 24%;
}

.form--3-column .form-row--custom-fields {
  margin-top: 2rem;
}

.form-row--custom-fields > .custom-field--title {
  margin-left: 2.5rem;
}
.form-row--custom-fields > .custom-text-field--input {
  margin: 1rem 0 0 2.4rem;
}

div.onboarding-form--options > div.form-item > div.form-radios > div.form-item > label {
  padding-right: 6rem;
}

.onboarding-form--options {
  padding-left: 2.7rem;
}

.inline-center-button {
  margin-top: 0.4rem;
}

.text-color-white {
  color: #FFFFFF;
}

.flex__row {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.flex__row .flex__col-grid {
  flex: 1;
  min-width: 33.33%;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.flex__row .flex__col-grid:nth-child(4) {
  max-width: 33.33%;
}
.flex__row .flex__col-grid:nth-child(5) {
  max-width: 33.33%;
}
.flex__row .flex__col-grid:nth-child(6) {
  max-width: 33.33%;
}
.flex__row .flex__col-grid .white-box {
  background: #FFFFFF;
  padding: 2rem;
  box-shadow: 0px 0.2rem 0.4rem 0px #CECECE;
  margin-bottom: 3rem;
}
.flex__row .flex__col-grid .white-box.border-box {
  box-shadow: initial;
  border-bottom: 1px solid #EEEEEE;
}
.flex__row .flex__col-grid .white-box.border-box:last-child {
  border-bottom: 0;
}

.onboarding-checklist-modal {
  width: 90rem;
}
.onboarding-checklist-modal td.table-cell--small:first-child {
  width: 0.82rem;
}
.onboarding-checklist-modal td.table-cell--small:first-child i {
  margin-right: 0;
}
.onboarding-checklist-modal td.table-cell--small:last-child {
  white-space: nowrap;
}
.onboarding-checklist-modal th:nth-child(2),
.onboarding-checklist-modal td.text-title {
  width: 40%;
  padding-left: 0;
}
.onboarding-checklist-modal td.text-description {
  width: 48%;
}

canvas {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.chart--bar-custom-tooltip-popup {
  background: #303030;
  border-radius: 0.4rem;
  color: #FFFFFF;
  min-width: 11rem;
}

.chart--bar-custom-tooltip-popup table {
  width: 100%;
}

.emp_search_form .form-control.full {
  padding-right: 1.5rem;
}

.panel-heading__sub {
  margin-top: 0.8rem;
}

.page-header > .button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 3rem;
}
.page-header > .button-container .button {
  text-align: center;
  white-space: nowrap;
}

.indeed-panel {
  margin-bottom: 0;
  border-bottom: none;
}
.indeed-panel .panel__container {
  padding-bottom: 0;
}

#quaternary-alerts-error,
#quaternary-alerts-success {
  display: none;
}

.edi-group-fields .carrier_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.edi-group-fields .carrier_box__fields {
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
  margin-bottom: 3rem;
}
.edi-group-fields .form-row {
  border: none;
  align-self: center;
}
.edi-group-fields .save-edi-button {
  margin-top: 4rem;
}

.group-number-field .form-item,
.second-group-number-field .form-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.group-number-field .form-item > input,
.second-group-number-field .form-item > input {
  margin-top: -2rem;
  margin-left: 0;
}

.second-group-number-field .form-item {
  margin-left: 2rem;
}

.client_broker_block.full > .form-row,
.google-integration-accordion > .form-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.client_broker_block.full .fa-chevron-down,
.google-integration-accordion .fa-chevron-down {
  margin: 1.3rem 0 0 -4rem;
  font-size: 1.5rem;
  color: #444444;
}
.client_broker_block.full .fa-chevron-down:hover,
.google-integration-accordion .fa-chevron-down:hover {
  cursor: pointer;
}
.client_broker_block.full .fa-chevron-right,
.google-integration-accordion .fa-chevron-right {
  margin: 1.4rem 0 0 -3.5rem;
  font-size: 1.5rem;
  color: #444444;
}
.client_broker_block.full .fa-chevron-right:hover,
.google-integration-accordion .fa-chevron-right:hover {
  cursor: pointer;
}

.broker-accordion legend,
.google-integration-accordion legend {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 1.5rem;
  background: #BEC9DA;
  width: 100%;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.broker-accordion legend:hover,
.google-integration-accordion legend:hover {
  cursor: pointer;
}
.broker-accordion .form-control,
.google-integration-accordion .form-control {
  padding: 1rem;
  margin-bottom: 2rem;
  line-height: 0;
}
.broker-accordion .form-control label,
.google-integration-accordion .form-control label {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0.7rem;
}
.broker-accordion .form-control.bh-user-search,
.google-integration-accordion .form-control.bh-user-search {
  margin: 0 0 1rem -1rem;
  padding: 0 0 0 2rem;
  line-height: 6rem;
}

.sublist-payroll-wrap {
  margin-top: 2rem;
}
.sublist-payroll-wrap .form-head > .form-control {
  border-width: 0;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.sublist-payroll-wrap.form--2-column {
  margin-top: 0;
}

.disabled-toggles .control-label--toggle {
  opacity: 0.5;
}

.plan_node_form .form-item label,
.payroll_edit_form .form-item label {
  margin-bottom: 0.6rem;
}
.plan_node_form .form-control.form-control_full,
.payroll_edit_form .form-control.form-control_full {
  width: auto;
}

.general-setting {
  max-width: inherit;
}
.general-setting .form-control {
  line-height: 4rem;
}
.general-setting .form-radios .form-item .control-label--radio {
  margin: 0 0 0 4rem;
}
.general-setting .select-control {
  margin-top: 0;
  margin-bottom: 0;
}

.custom_dep_def_text label,
.notifications-configuration label {
  margin-bottom: 0.6rem;
}

.termination--reason-table th span {
  display: block;
}
.termination--reason-table .table-cell--medium {
  border-left: 0.1rem solid #D8D8D8;
}
.termination--reason-table .ui-sortable-helper .control-label--checkbox {
  visibility: hidden;
}
.termination--reason-table .ui-sortable-helper td,
.termination--reason-table .ui-sortable-helper .table-cell--medium {
  border-left: 0;
}
.termination--action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#edit-remove-google-workspace-wrapper label {
  padding-left: 3rem;
}
#edit-remove-google-workspace-wrapper label::before {
  margin-left: -3rem;
}

.page-header {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  margin: 0 0 5rem;
  padding: 2rem;
  width: 100%;
  border: 1px solid #ABABAB;
}

.page-header div > h1 {
  margin-bottom: 0.8rem;
}

.benefit-opts-fieldset .form-row,
.no-max-form-row .form-row {
  max-width: inherit;
}
.benefit-opts-fieldset .form-row .form-control,
.no-max-form-row .form-row .form-control {
  max-width: inherit;
}

.ancillary_buckets_section_box .form--1-column .ancillary_buckets_section, .ancillary_buckets_section_box .form--2-column .ancillary_buckets_section {
  width: 66%;
}
.ancillary_buckets_section_box .form--1-column .ancillary_buckets_section .form-control, .ancillary_buckets_section_box .form--2-column .ancillary_buckets_section .form-control {
  min-width: inherit;
  width: 50%;
}
.ancillary_buckets_section_box .form--2-column .ancillary_buckets_section, .ancillary_buckets_section_box .form--2-column .employer-100-percent-paid-buckets-section {
  width: 33.333%;
}
.ancillary_buckets_section_box .form--2-column .ancillary_buckets_section .form-control, .ancillary_buckets_section_box .form--2-column .employer-100-percent-paid-buckets-section .form-control {
  min-width: inherit;
  width: 100%;
}
.ancillary_buckets_section_box .form--3-column .ancillary_buckets_section {
  width: 66.666%;
}
.ancillary_buckets_section_box .form--3-column .ancillary_buckets_section .form-control {
  min-width: inherit;
  width: 50%;
}
.ancillary_buckets_section_box .form--3-column .employer-100-percent-paid-buckets-section {
  width: 33.333%;
}
.ancillary_buckets_section_box .form--3-column .employer-100-percent-paid-buckets-section .form-control {
  min-width: inherit;
  width: 100%;
}
.ancillary_buckets_section_box .form--4-column .ancillary_buckets_section {
  width: 50%;
}
.ancillary_buckets_section_box .form--4-column .ancillary_buckets_section .form-control {
  min-width: inherit;
  width: 50%;
}
.ancillary_buckets_section_box .form--4-column .employer-100-percent-paid-buckets-section {
  width: 50%;
}
.ancillary_buckets_section_box .form--4-column .employer-100-percent-paid-buckets-section .form-control {
  min-width: inherit;
  width: 50%;
}

.payroll_edit_form > .form-row {
  margin-bottom: 0;
}
.payroll_edit_form .form--3-column .has_big_label {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.payroll_edit_form .form--3-column .has_big_label .form-control {
  width: 33.33333%;
  margin-bottom: 2.5rem;
}
.payroll_edit_form .form--3-column .has_big_label .payroll-2-col {
  width: 66.66666%;
}
.payroll_edit_form .form--3-column .has_big_label .payroll-2-col .form-control {
  width: 50%;
}
.payroll_edit_form .form--3-column .payroll-days-after {
  width: 100%;
}
.payroll_edit_form .form--3-column .payroll-days-after .form-control {
  width: 50%;
  line-height: 1.6rem;
}
.payroll_edit_form .form--3-column .payroll-days-after .form-control.payroll-reset-block {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.payroll_edit_form .form--3-column .payroll-days-after .form-control.payroll-reset-block p {
  margin-right: 3rem;
}
.payroll_edit_form .form--3-column .payroll-days-after .form-control.payroll-reset-block .button {
  margin-left: auto;
  white-space: nowrap;
}
.payroll_edit_form .form-table .form-text {
  margin-bottom: 1rem;
}
.payroll_edit_form .form-table .disabled {
  color: #ABABAB;
}
.payroll_edit_form .subgroup-edit .form-table label {
  margin-bottom: 0;
}
.payroll_edit_form .action-skip {
  border-left: 0.1rem solid #D8D8D8;
}
.payroll_edit_form .recheck-button-block {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.payroll_edit_form .payroll-submit-section {
  display: flex;
}

.shadow-effect {
  box-shadow: 0.1rem 0.1rem 0.4rem #ABABAB;
}

.modal-padding {
  padding: 0 2.5rem;
}

.modal-padding-right {
  padding-right: 2.5rem;
}

.modal-padding-left {
  padding-left: 2.5rem;
}

.modal-margin-left {
  margin-left: -2.5rem;
}

.billing-tables.billing-tables-upgrade .actions__link i {
  font-size: 2rem;
  line-height: 1.5rem;
}
.billing-tables.billing-tables-upgrade .actions__link i:before {
  display: block;
}

.compliance-cell--small {
  width: 9rem;
}

.table-dark-borders-with-shadow {
  background-color: #DDDDDD;
  box-shadow: 0 0.1rem 0.5rem 0.1rem #DDDDDD;
}

.onboarding-non-mappable-document-question-wrapper div.content,
.onboarding-mappable-document-question-wrapper div.content {
  margin: 1rem 0 1rem 0;
}
.onboarding-non-mappable-document-question-wrapper input[type=text],
.onboarding-non-mappable-document-question-wrapper div.select-control,
.onboarding-mappable-document-question-wrapper input[type=text],
.onboarding-mappable-document-question-wrapper div.select-control {
  max-width: 50%;
}

ul.tabs {
  margin-bottom: 2rem;
}

.password-requirement-container {
  margin: -1rem 0 2rem 0;
}
.password-requirement-container .password-requirement {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.password-requirement-container .password-requirement i {
  font-size: 2rem;
  padding-right: 0.25rem;
}

#account-setup-for-employee-loggedin-using-employercode .password-requirement-container {
  margin: -2rem auto 2rem auto;
  max-width: 50rem;
}
#account-setup-for-employee-loggedin-using-employercode .password-requirement-container .password-requirement {
  padding-left: 2.5rem;
}

.reset-nav {
  position: fixed;
  width: 100%;
}

#user-nav-customize.nav__button {
  padding: 0;
  overflow: visible;
}

.hr-upgrades-payment-button {
  width: 100%;
  border-radius: 0.4rem;
  text-transform: none;
  text-shadow: none;
  font-size: 1.4rem;
  height: 3.8rem;
}
.hr-upgrades-payment-button.save-button {
  background: #327EEC;
  transition: all 0.3s ease;
}
.hr-upgrades-payment-button.save-button:hover, .hr-upgrades-payment-button.save-button:focus {
  color: #FFFFFF;
  background: #0D51B4;
}
.hr-upgrades-payment-button.save-button.disable {
  cursor: wait;
}
.hr-upgrades-payment-button.save-button.disable:hover {
  background: #327EEC;
}
.hr-upgrades-payment-button.cancel-button {
  background: transparent;
  color: #327EEC;
  border: 0.1rem solid #327EEC;
  transition: all 0.3s ease;
}
.hr-upgrades-payment-button.cancel-button:hover, .hr-upgrades-payment-button.cancel-button:focus {
  box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.25);
}

#emp-benefit-election-form .form-submit.disabled {
  background: #ABABAB;
  cursor: not-allowed;
}

.billing-section-heading {
  font-size: large;
  margin-bottom: 1rem;
}

#billing-subgroup-form .form-item, #billing-subgroup-form .form-select {
  margin-bottom: 2rem;
}

.carrier-section-heading {
  font-size: large;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
}

.aca-report-header {
  margin: -2rem 0;
}

.air_forms_heading {
  margin-bottom: 1rem;
}

.air_pdf_files_table {
  margin-bottom: 3rem;
  table-layout: fixed;
}

.performance_messages .message-details a {
  text-decoration: underline;
}

.performance_messages .message-details.right.blue a {
  color: #FFFFFF;
}

.disable-popup-background-scroll {
  overflow: hidden;
}

.vl-purchase-box .checkbox-control[disabled]:checked + .control-label--checkbox::before {
  opacity: 0.35;
  box-shadow: none;
}

.import-form-employees label {
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.import-form-employees .form-row:nth-last-of-type(2) {
  margin-bottom: 0rem;
}

.fc .fc-button-group > .fc-today-button {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: transparent;
  color: #00a3c9;
  text-transform: capitalize;
  padding-left: 2rem;
  padding-right: 2rem;
  text-shadow: none;
  box-shadow: none;
}
.fc .fc-button-group > .fc-today-button.fc-state-disabled {
  opacity: 0;
  visibility: hidden;
}

.duplicate-compensations-for-same-pay-period td:not(:last-child) {
  color: #FF0000;
  text-decoration: line-through;
}

.position--absolute {
  position: absolute;
}

#effective-terminate .termination-warning {
  width: 50rem;
}
#effective-terminate .termination-warning .alert__message {
  margin: 0;
}
#effective-terminate .form-row:has(.termination-form-input) {
  margin-bottom: 0;
}
#effective-terminate .termination-form-input {
  margin-bottom: 2.5rem;
}

.emp-benefits-opts .select-plan-form-row {
  margin-bottom: 2rem;
}
.emp-benefits-opts .select-plan-form-row .select-control {
  margin-bottom: 0;
}

.rounded-signature {
  border-bottom: 0;
  margin: 0;
  margin-bottom: 2rem;
}
.rounded-signature #signatureCanvas {
  border-radius: 1rem;
  border: solid 1px #E6E6E6;
}
.rounded-signature .draw-it-desc {
  display: none;
}
.rounded-signature .sig-wrapper {
  margin-top: 1.5rem;
}
.rounded-signature .sig-nav .clear-button {
  font-size: 1.3rem;
}

.limit-access, .limit-access:hover, .limit-access:active, .limit-access:focus {
  background-color: #ABABAB;
  border-color: #ABABAB;
  color: #FFFFFF;
  cursor: not-allowed;
}

.feature-subgroup-outer-table-heading {
  margin-bottom: 2.5rem;
}

.marketing-promo-box {
  font-size: 1.3rem;
  color: #444444;
  padding: 1.5rem;
  border-radius: 0.6rem;
  border: 1px solid #CECECE;
  margin-top: 2.5rem;
  text-align: center;
}
.marketing-promo-box .marketing-link {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #00a3c9;
  font-size: 1.3rem;
}

#user-management-add-user label {
  margin-bottom: 0.5rem;
}

#user-management-add-user .mail-description {
  margin-top: 1.5rem;
}

.quick-actions-panel {
  overflow: visible;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-end {
  align-items: flex-end;
}

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

.content-container input {
  box-shadow: none;
}
.content-container select {
  box-shadow: none;
}

.select-error {
  border: 0.2rem solid #FF0000;
}

.carrier-exchange-configure .popover {
  border: 0.1rem solid #E6E6E6;
}
.carrier-exchange-configure .popover.bottom > .arrow {
  border-bottom-color: #E6E6E6;
}

.update-direct-deposit-form-inner .file-uploader .form-control {
  max-width: 100%;
  width: 100%;
}
.update-direct-deposit-form-inner .file-uploader .form-control label {
  font-weight: 400;
}

.card .top-right > div > div,
.card .top-right .form-control {
  padding-right: 0;
  margin-right: 0;
}
