@charset "UTF-8";
/* =Imports
============================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="radio"] {
  border-radius: 50%; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* =Variables
============================================================================== */
/* Colors
-------------------------------------------------------------------------- */
/* Typography
-------------------------------------------------------------------------- */
/* line-height */
/* font size */
/* font weights */
/* font families */
/*$font-family-base: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
/* Layout
-------------------------------------------------------------------------- */
/* Breakpoints (useful for media queries)
-------------------------------------------------------------------------- */
/* =Mixins
============================================================================== */
/* Typography
-------------------------------------------------------------------------- */
/* Layout
-------------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Components
-------------------------------------------------------------------------- */
/* Effects
-------------------------------------------------------------------------- */
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* =jQuery UI
============================================================================== */
/* Base 
-------------------------------------------------------------------------- */
.ui-widget, .ui-datepicker {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.ui-widget-overlay {
  background: rgba(255, 255, 255, 0.9); }

/* Dialog 
-------------------------------------------------------------------------- */
.dialog,
.ui-dialog .ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0; }

.ui-dialog a.dialog-close, .ui-dialog a.dialog-close:visited {
  position: absolute;
  top: 10px;
  right: 10px;
  outline: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 20px 20px 15px 20px;
  background: none;
  overflow: auto; }

/* Datepicker 
-------------------------------------------------------------------------- */
.ui-datepicker {
  padding: 0;
  width: 240px;
  display: none;
  overflow: hidden;
  background-color: #e8e8e8;
  border: 1px solid #dcdcdc; }
  .ui-datepicker.above {
    margin-top: -8px; }
    .ui-datepicker.above.has-slider {
      margin-top: -80px; }
  .ui-datepicker.below {
    margin-top: 4px; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker thead,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-title {
  width: 100%;
  margin: 0;
  padding: 10px 0 15px 0;
  float: left; }

.ui-datepicker .ui-datepicker-title .form-select {
  float: left; }

.ui-datepicker .ui-datepicker-title .form-select select {
  width: auto;
  padding: 1px 35px 1px 20px;
  font-size: 17px;
  border-bottom: none; }

.ui-datepicker .ui-datepicker-title .form-select:after {
  font-size: 19px; }

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%; }

.ui-datepicker .ui-datepicker-calendar td {
  padding: 4px 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid #eee;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-calendar tr:first-child td {
  border-top: none; }

.ui-datepicker .ui-datepicker-calendar tr:last-child td {
  border-bottom: none; }

.ui-datepicker .ui-datepicker-calendar td:first-child {
  border-left: none; }

.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: none; }

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td a:visited {
  padding: 0;
  color: #2e3641;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-current-day {
  background-color: #71bf44; }

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a:visited {
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: transparent;
  cursor: default; }

.ui-datepicker .btn-slider {
  margin: 15px 10px;
  float: right; }

/* =Global
============================================================================== */
/* Structure
-------------------------------------------------------------------------- */
html#candidate-portal-app {
  height: 100%;
  font-size: 16px; }

body {
  color: #2e3641;
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  background: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%; }

.row {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5%; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

[class^="col-"] {
  width: 100%;
  margin-right: 5%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  [class^="col-"]:last-child {
    margin-right: 0%; }
  [class^="col-"].col-center {
    margin: 0 auto;
    float: none; }

@media (min-width: 768px) {
  .col-1 {
    width: 3.75%; }

  .col-2 {
    width: 12.5%; }

  .col-3 {
    width: 21.25%; }

  .col-4 {
    width: 30%; }

  .col-5 {
    width: 38.75%; }

  .col-6 {
    width: 47.5%; }

  .col-7 {
    width: 56.25%; }

  .col-8 {
    width: 65%; }

  .col-9 {
    width: 73.75%; }

  .col-10 {
    width: 82.5%; }

  .col-11 {
    width: 91.25%; }

  .col-12 {
    width: 100%; } }
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/* Typography
-------------------------------------------------------------------------- */
h1,
h2,
h3,
.msg-single .msg-meta strong,
h4,
h5,
h6 {
  margin: 25px 0 20px 0;
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.125; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  .msg-single .msg-meta strong:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 36px;
  font-weight: 400;
  color: #4A4A4A;
  margin: 40px 0 25px 0; }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 30px;
  margin: 40px 0 25px 0; }
  @media (max-width: 767px) {
    h2 {
      font-size: 26px; } }

h3, .msg-single .msg-meta strong {
  font-size: 25px; }
  @media (max-width: 767px) {
    h3, .msg-single .msg-meta strong {
      font-size: 24px; } }

h4 {
  font-size: 20px;
  font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #4A4A4A; }

h5 {
  font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400; }

h6 {
  font-size: 14px; }

.page-heading {
  padding: 5% 0;
  text-align: center; }
  @media (max-width: 767px) {
    .page-heading {
      padding: 3% 0; } }

p, ul, ol, dl {
  margin: 0 0 16px 0; }

dd {
  margin: 0; }

ul, ol {
  padding-left: 20px; }
  ul > *, ol > * {
    margin: 0; }

.lead {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.4; }

small {
  font-size: 13px;
  line-height: 1.4;
  display: inline-block; }

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

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

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

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

@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left; }

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

  .text-right-mobile {
    text-align: right; } }
.color-green, .color-green:visited {
  color: #122E53; }

.color-green-dark, .color-green-dark:visited {
  color: #559033; }

.color-gray, .color-gray:visited {
  color: #E1E1E1; }

.color-gray-dark, .color-gray-dark:visited {
  font-size: 14px;
  color: #4A4A4A; }

.color-gray-light, .color-gray-light:visited {
  color: #fafafa; }

.color-gray-medium {
  color: #707070; }

.color-blue, .color-blue:visited {
  color: #5778a6; }

.color-blue-dark, .color-blue-dark:visited {
  color: #122E53; }

.color-blue-light, .color-blue-light:visited {
  color: #d5d7d9; }

.color-white, .color-white:visited {
  color: #ffffff; }

.color-black, .color-black:visited {
  color: #000000; }

.color-red, .color-red:visited {
  color: #bf4444; }

.navy-blue {
  color: #122E53; }

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

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 600; }

a, a:visited {
  color: #4564C5;
  text-decoration: none;
  outline: none; }
  a:hover, a:visited:hover {
    color: #4564C5; }
  a.decorated-link, a:visited.decorated-link {
    color: #003C95;
    text-decoration: underline; }
    a.decorated-link.lg-link, a:visited.decorated-link.lg-link {
      font-size: 0.9375em; }

article table td {
  padding: 10px; }

article font {
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px; }

.highlight-link {
  color: #D0DFF9 !important;
  text-decoration: none; }

/* Common Helpers
-------------------------------------------------------------------------- */
.top-5 {
  margin-top: 5px; }

.top-10 {
  margin-top: 10px; }

.top-15 {
  margin-top: 15px; }

.top-20 {
  margin-top: 20px; }

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

.top-40 {
  margin-top: 40px; }

.top-50 {
  margin-top: 50px; }

.top-60 {
  margin-top: 60px; }

.top-70 {
  margin-top: 70px; }

.top-80 {
  margin-top: 80px; }

.top-90 {
  margin-top: 90px; }

.top-100 {
  margin-top: 100px; }

.bottom-5 {
  margin-bottom: 5px; }

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

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

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

.bottom-30 {
  margin-bottom: 30px; }

.bottom-40 {
  margin-bottom: 40px; }

.bottom-50 {
  margin-bottom: 50px; }

.bottom-60 {
  margin-bottom: 60px; }

.bottom-70 {
  margin-bottom: 70px; }

.bottom-80 {
  margin-bottom: 80px; }

.bottom-90 {
  margin-bottom: 90px; }

.bottom-100 {
  margin-bottom: 100px; }

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

.right-44 {
  margin-right: 44px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.padding-0 {
  padding: 0px; }

.height-25 {
  height: 25px; }

.word-wrap {
  word-wrap: break-word; }

.hide-overflow {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }
@media (min-width: 768px) {
  .mobile-show {
    display: none !important; } }
/* =Header
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#header {
  height: 53px;
  padding: 12px 0 0 0;
  color: #ffffff;
  background: #122E53;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Logo
-------------------------------------------------------------------------- */
/*
a.logo, a.logo:visited {
	float: left;
	line-height: 0; // removes space below the img
	@include transition(opacity .12s linear);
	img {
	    width: 140px;
	    height: 26px;
	}
	.text-center & {
		display: inline-block;
		float: none;
	}
}

a.logo:hover {
	text-decoration: none;
	opacity: 0.75;
}
*/
img.logo {
  float: left;
  line-height: 0;
  -webkit-transition: opacity 0.12s linear;
  -moz-transition: opacity 0.12s linear;
  -ms-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
  width: 140px;
  height: 26px;
  display: inline-block;
  float: none; }

img#printLogo {
  display: none; }

/* Navigation
-------------------------------------------------------------------------- */
.toggle-nav {
  width: 25px;
  height: 25px;
  margin: 2px 0 0 0;
  padding: 0;
  background: none;
  border: 0;
  float: right; }
  .toggle-nav i {
    height: 4px;
    display: block;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: background-color 0.12s linear;
    -moz-transition: background-color 0.12s linear;
    -ms-transition: background-color 0.12s linear;
    -o-transition: background-color 0.12s linear;
    transition: background-color 0.12s linear; }
    .toggle-nav i:before, .toggle-nav i:after {
      content: "";
      display: block;
      width: 25px;
      height: 4px;
      position: absolute;
      background: #ffffff;
      -webkit-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -ms-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
    .toggle-nav i:before {
      margin-top: -8px; }
    .toggle-nav i:after {
      margin-top: 8px; }
    .toggle-nav i.active {
      background: transparent; }
      .toggle-nav i.active:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .toggle-nav i.active:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

#primary-nav {
  text-align: center;
  background: #122E53;
  position: fixed;
  top: 53px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }
  #primary-nav.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
  #primary-nav ul {
    margin-top: 50px; }
    #primary-nav ul:first-child {
      margin: 10% auto 20px auto;
      padding: 0 5%;
      display: inline-block; }
    #primary-nav ul li {
      padding: 10px 0; }
    #primary-nav ul a, #primary-nav ul a:visited {
      color: #ffffff;
      font-size: 20px;
      display: block; }
      #primary-nav ul a .badge, #primary-nav ul a:visited .badge {
        margin-left: 10px;
        padding: 1px 8px;
        font-size: 15px;
        font-weight: 600;
        background: #465160;
        display: inline-block;
        position: relative;
        top: -2px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
      #primary-nav ul a:hover, #primary-nav ul a:visited:hover {
        opacity: 0.72; }
    #primary-nav ul .has-children > a:after, #primary-nav ul .has-children > a:visited:after {
      content: "\61";
      margin: 0 -47px 0 20px;
      color: #122E53;
      font-family: "accurate-background";
      font-size: 28px;
      display: inline-block;
      position: relative;
      top: 5px;
      -webkit-transition: all 0.12s linear;
      -moz-transition: all 0.12s linear;
      -ms-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
    #primary-nav ul .has-children > a.active:after, #primary-nav ul .has-children > a:visited.active:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    #primary-nav ul ul {
      padding: 15px 0;
      display: none; }
      #primary-nav ul ul a, #primary-nav ul ul a:visited {
        color: #122E53;
        font-size: 22px; }
  @media (max-width: 767px) {
    #primary-nav {
      /*text-align: left;*/
      background: #122E53; }
      #primary-nav ul:first-child {
        margin: 25% 0 3% 0;
        padding: 0;
        display: block; }
      #primary-nav ul a, #primary-nav ul a:visited {
        padding: 5px 5%;
        font-size: 20px; }
      #primary-nav ul .has-children > a, #primary-nav ul .has-children > a:visited {
        position: relative;
        background-image: -webkit-linear-gradient(left, #122E53 0%, #242a32 100%);
        background-image: -o-linear-gradient(left, #122E53 0%, #242a32 100%);
        background-image: linear-gradient(to right, #122E53 0%, #242a32 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF122E53', endColorstr='#FF242A32', GradientType=1); }
        #primary-nav ul .has-children > a:after, #primary-nav ul .has-children > a:visited:after {
          margin: 0;
          position: absolute;
          top: 0;
          right: 5%; }
      #primary-nav ul ul a, #primary-nav ul ul a:visited {
        padding: 3px 5% 3px 10%;
        font-size: 18px; } }

/* =Content
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#main {
  margin: 15px 0; }
  #main.disputes-container {
    margin: 0; }

hr {
  width: 100%;
  height: 1px;
  margin: 0 0 25px 0;
  border: 0;
  background: #E1E1E1;
  display: block; }

/* Images
-------------------------------------------------------------------------- */
.img-responsive, .img-upload img {
  max-width: 100%;
  height: auto; }

.img-upload {
  padding: 0 20px;
  text-align: center;
  background: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .img-upload img {
    margin: 5% 0; }
  .img-upload a, .img-upload a:visited {
    margin: 0 -20px;
    padding: 15px;
    color: #ccc;
    background: #E1E1E1;
    display: block;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
    .img-upload a i, .img-upload a:visited i {
      margin: -2px 7px -6px 0; }
    .img-upload a:hover, .img-upload a:visited:hover {
      color: #999;
      background: #d9d9d9; }
      .img-upload a:hover i, .img-upload a:visited:hover i {
        color: #999; }

/* Lists
-------------------------------------------------------------------------- */
.list-unstyled, #primary-nav ul, .list-underline, .list-upload, .list-table, .msg-single .msg-meta, .step-indicator {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline-block {
  text-align: left;
  display: inline-block; }

.list-increase-spacing li {
  padding-top: 7px;
  padding-bottom: 7px; }

.list-underline li, .list-upload li, .list-table li, .msg-single .msg-meta li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d7d9; }
  .list-underline li:last-child, .list-upload li:last-child, .list-table li:last-child, .msg-single .msg-meta li:last-child {
    border-bottom: 0; }
  .list-underline li:first-child, .list-upload li:first-child, .list-table li:first-child, .msg-single .msg-meta li:first-child {
    border-bottom: 1px solid #d5d7d9; }
.list-underline a, .list-upload a, .list-table a, .msg-single .msg-meta a, .list-underline a:visited, .list-upload a:visited, .list-table a:visited, .msg-single .msg-meta a:visited {
  display: block;
  color: #122E53; }
.list-underline small, .list-upload small, .list-table small, .msg-single .msg-meta small {
  margin-top: -2px;
  display: block; }
.list-underline .icon-checkmark, .list-upload .icon-checkmark, .list-table .icon-checkmark, .msg-single .msg-meta .icon-checkmark {
  margin-bottom: -3px; }
.list-underline .icon-pencil, .list-upload .icon-pencil, .list-table .icon-pencil, .msg-single .msg-meta .icon-pencil {
  margin-top: 3px;
  width: 33px; }
.list-underline .float-right + .float-right, .list-upload .float-right + .float-right, .list-table .float-right + .float-right, .msg-single .msg-meta .float-right + .float-right {
  margin-right: 10px; }

.list-bullet {
  width: 50px;
  float: left;
  text-align: center;
  display: inline-block; }
  #sidebar .list-bullet {
    width: 30px;
    margin-right: 10px; }

.list-upload .list-bullet {
  width: 90px; }
.list-upload i[class^="icon"] {
  position: relative; }
.list-upload .icon-camera, .list-upload .icon-library {
  top: 2px; }
.list-upload .icon-draw {
  top: 5px; }

.list-table li:not(.addAddressGapBlock) {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: table; }
  .list-table li:not(.addAddressGapBlock) .dlBlock {
    display: table; }
.list-table a:not(.list-action),
.list-table a:visited:not(.list-action) {
  display: table-cell; }
  .list-table a:not(.list-action):first-of-type,
  .list-table a:visited:not(.list-action):first-of-type {
    width: 100%; }
    .list-table a:not(.list-action):first-of-type ~ a,
    .list-table a:visited:not(.list-action):first-of-type ~ a {
      padding: 0 10px; }
  .list-table a:not(.list-action):last-child,
  .list-table a:visited:not(.list-action):last-child {
    padding-right: 0 !important; }
.list-table .icon-pencil, .list-table .icon-trash {
  margin-top: -3px;
  margin-bottom: -9px; }

.error-box {
  display: flex !important;
  align-items: center;
  background-color: #f8f9fa;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  position: relative;
  top: -10px;
  gap: 10px; }
  .error-box .error-icon {
    color: red;
    font-size: 24px;
    margin-right: 10px; }
  .error-box .error-message {
    font-size: 12px;
    color: #333; }
    .error-box .error-message a {
      color: #007bff;
      text-decoration: none;
      display: inline; }
      .error-box .error-message a:hover {
        text-decoration: underline; }

.emp-gap-explanation .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; }
  @media (max-width: 600px) {
    .emp-gap-explanation .modal-dialog {
      left: -2%; } }
.emp-gap-explanation .char-counter {
  color: #666;
  font-size: 0.8em;
  margin-top: 5px; }
.emp-gap-explanation .char-limit-reached {
  color: #d9534f;
  font-weight: bold; }
.emp-gap-explanation .max-reached-text {
  color: #d9534f;
  font-weight: bold; }
.emp-gap-explanation .modal-content {
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  padding: 2rem 10rem 0rem 10rem;
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (max-width: 600px) {
    .emp-gap-explanation .modal-content {
      padding: 0rem 0rem 0rem 0rem; } }
.emp-gap-explanation .modal-header {
  padding: 5px;
  border-bottom: 0 !important; }
  .emp-gap-explanation .modal-header .dialog-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer; }
.emp-gap-explanation .form-group #reason {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  border-radius: 5px;
  height: 120px; }
.emp-gap-explanation .text-danger {
  color: red; }
.emp-gap-explanation .modal-body .date-container {
  display: flex;
  gap: 7rem; }
  .emp-gap-explanation .modal-body .date-container .date-input[readonly] {
    cursor: not-allowed; }
.emp-gap-explanation .modal-footer {
  padding: 3rem 1rem 0rem 1rem;
  border-top: 0 !important; }
  .emp-gap-explanation .modal-footer .save-button {
    padding: 0.7rem 2rem 0.7rem 2rem; }

a.disable-link, a.disable-link:visited {
  pointer-events: none;
  color: #9e9e9e; }

.solid {
  font-weight: bold; }

.badge {
  padding: 4px 9px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
  .badge.solid {
    color: #ffffff;
    background: #122E53; }

.tag {
  padding: 8px 10px;
  font-size: 0.9375em;
  color: #ffffff;
  font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
  background: #122E53;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600; }
  .tag:hover {
    opacity: 0.75;
    color: #ffffff; }

/* Icons
-------------------------------------------------------------------------- */
i[class^="icon"] {
  display: inline-block;
  vertical-align: middle; }
  a:hover i[class^="icon"] {
    opacity: 0.75; }

.icon-left {
  margin-right: 7px; }

.icon-right {
  margin-left: 7px; }

.icon-checkmark {
  color: #122E53; }

.icon-checkmark-circle {
  color: #122E53;
  font-size: 33px; }

.icon-pencil {
  color: #245ca7;
  font-size: 20px; }

.icon-trash {
  color: #122E53;
  font-size: 23px;
  margin-right: 20px; }

.icon-calendar {
  font-size: 22px; }

.icon-lock {
  font-size: 22px; }

.icon-camera {
  font-size: 30px; }

.icon-library {
  font-size: 30px; }

.icon-draw {
  font-size: 30px; }

.icon-add-circle {
  color: #122E53;
  font-size: 23px;
  margin-right: 20px; }

.icon-close-circle {
  color: #122E53;
  font-size: 23px; }

.icon-reply {
  color: #ccc; }

.icon-verify {
  vertical-align: -7px;
  margin-left: 1px; }

.icon-unread {
  margin-top: -3px;
  width: 12px;
  height: 12px;
  background: #122E53;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

/* Buttons
-------------------------------------------------------------------------- */
.btn {
  font-weight: 600;
  border: 0;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .btn:hover {
    opacity: 0.75; }
  .btn:focus {
    outline: none; }

.btn-argyle {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease; }

.btn-lg {
  min-width: 225px;
  padding: 13px 30px 14px 30px;
  font-size: 22px;
  line-height: 1.33; }

.btn-start {
  width: 100%;
  max-width: 500px;
  padding: 13px 30px 14px 30px;
  font-size: 22px;
  line-height: 1.33;
  margin: 24px auto 0 auto;
  /* vertical spacing + centered */
  display: block;
  text-align: center;
  border-radius: 8px;
  margin-left: revert-layer; }

/* Optional: Add a subtle shadow */
.btn-start {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .btn-start {
    font-size: 18px;
    padding: 12px 24px; } }
@media (max-width: 480px) {
  .btn-start {
    font-size: 16px;
    padding: 10px 18px; } }
.argyle-button-container {
  max-width: 500px; }

.argyle-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }

.argyle-info-text {
  color: #4c4e50; }

.argyle-heading {
  margin: 0;
  color: #000000; }

.argyle-clock-badge {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #f1f3f5;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 600;
  color: #666;
  font-size: 14px;
  cursor: default; }

/* Clock icon styling */
.argyle-clock-badge .clock-icon {
  height: 16px;
  width: 16px; }

/* Tooltip styling */
.argyle-clock-badge::after {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a2d56;
  color: white;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
  max-width: 250px;
  width: 150px;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999; }

.argyle-clock-badge::before {
  content: '';
  display: none;
  position: absolute;
  top: 114%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #0a2d56 transparent transparent transparent; }

/* Show tooltip on hover */
.argyle-clock-badge:hover::after,
.argyle-clock-badge:hover::before {
  display: block; }

/* Responsive fix for small screens */
@media (max-width: 364px) {
  .argyle-clock-badge::after {
    left: 0;
    right: 0;
    transform: none;
    max-width: 60vw; } }
@media (min-width: 365px) and (max-width: 767px) {
  .argyle-clock-badge::after {
    left: 50%;
    transform: translateX(-50%);
    max-width: 60vw;
    box-sizing: border-box; }

  .argyle-clock-badge::before {
    left: auto;
    right: 20px;
    transform: none; } }
.argyle-info-paragraphs {
  margin-top: 15px; }
  .argyle-info-paragraphs p {
    margin-bottom: 0.5rem; }

.btn-md {
  padding: 12px 23px;
  line-height: 1.5; }

.btn-sm {
  padding: 8px 13px;
  line-height: 1.5; }

.btn-xs {
  min-width: 150px;
  font-size: 14px;
  padding: 5px; }

@media (max-width: 767px) {
  .btn {
    min-width: 0;
    width: 100%; } }
.btn-solid, .btn-solid:visited {
  font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #122E53; }
  .btn-solid:hover, .btn-solid:visited:hover {
    color: #ffffff; }

.btn-outline, .btn-outline:visited {
  background: #ffffff;
  border: 1px solid #122E53;
  font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #122E53; }
  .btn-outline:hover, .btn-outline:visited:hover {
    color: #122E53; }

.btn-solid-black, .btn-solid-black:visited {
  color: #fff;
  padding: 15px 45px 15px 10px;
  width: 100%;
  border-radius: 0px;
  background: #000; }

@media (max-width: 767px) {
  .btn-solid-black {
    color: #fff;
    padding: 15px 25px 15px 10px;
    width: 45%;
    border-radius: 0px;
    background: #000; } }
@media (max-width: 768px) {
  .btn-solid-black {
    color: #fff;
    padding: 15px 25px 15px 10px;
    width: 45%;
    border-radius: 0px;
    background: #000; } }
.btn-solid-gray, .btn-solid-gray:visited {
  background: #bdbdbd; }

/* Forms
-------------------------------------------------------------------------- */
.border-style {
  border: 2px solid;
  width: 90%; }

.form-group {
  margin-bottom: 25px; }
  .form-group:after {
    content: "";
    display: table;
    clear: both; }
  .form-group.no-bottom-margin {
    margin-bottom: 0; }
  .form-group p.form-input-instructions {
    font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #7A7A7A;
    margin: 5px 0; }

@media (max-width: 767px) {
  .form-group [class^="col-"] + [class^="col-"] {
    margin-top: 25px; } }
.checkbox-label input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
  height: 15px; }
.checkbox-label label {
  font-size: 15px; }

label {
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #7A7A7A; }

textarea {
  line-height: 1.3;
  resize: none;
  display: block;
  font-size: 15px !important; }

textarea, input, button {
  margin: 0;
  padding: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: 0; }

textarea,
input[type=text]:not([data-hook] input[type="text"]),
input[type=password]:not([data-hook] input[type="password"]),
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  padding: 5px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus {
  color: #4A4A4A;
  border-color: #122E53; }

button:focus {
  outline: 0; }

[disabled=disabled] {
  color: #CACACA !important;
  cursor: not-allowed !important;
  opacity: 0.60;
  background: #f1f1f1 !important; }
  select[disabled=disabled] {
    background: #ffffff !important; }

.disabled {
  color: #bdbdbd;
  cursor: not-allowed !important; }

button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
  font-family: 'robotomedium';
  color: #c0c0c0 !important;
  cursor: inherit;
  background: #f1f1f1 !important;
  opacity: 0.6 !important; }

.form-icon {
  position: relative; }
  .form-icon i {
    z-index: 0; }
  .form-icon input {
    position: relative;
    z-index: 1; }
  .form-icon .icon-lock {
    position: absolute;
    left: 0;
    bottom: 0; }
    .form-icon .icon-lock + input {
      padding-left: 30px; }
  .form-icon .icon-calendar {
    position: absolute;
    right: 0;
    bottom: 0; }
    .form-icon .icon-calendar + input {
      padding-right: 30px; }

.form-select {
  position: relative;
  margin-top: 6px; }
  .form-select select {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
    color: #4A4A4A;
    border: 0;
    border-bottom: 1px solid #979797;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .form-select select:active {
      border-color: #aaa; }
  .form-select:after {
    content: "\61";
    color: #122E53;
    font-family: "accurate-background";
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: 2px 5px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form-select {
      /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
      margin-top: 0; } }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select::-ms-expand {
  display: none; }

.btn-slider {
  display: block; }
  .btn-slider small {
    width: 47.5%;
    float: left; }
    .btn-slider small ~ label {
      float: right; }
  .btn-slider input {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden; }
  .btn-slider label {
    height: 40px;
    padding-left: 65px;
    font-size: 12px;
    line-height: 42px;
    text-indent: 10px;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none; }
  .btn-slider label:before, .btn-slider label:after {
    content: "";
    display: block;
    position: absolute; }
  .btn-slider label:before {
    width: 60px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear; }
  .btn-slider label:after {
    width: 38px;
    background-color: #fff;
    top: 1px;
    left: 1px;
    bottom: 1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.2s linear;
    -moz-transition: margin 0.2s linear;
    -ms-transition: margin 0.2s linear;
    -o-transition: margin 0.2s linear;
    transition: margin 0.2s linear; }
  .btn-slider input:checked + label:before {
    background-color: #122E53;
    border-color: #122E53; }
  .btn-slider input:checked + label:after {
    margin-left: 22px; }

input.form-error {
  border-color: #bf4444 !important; }

.form-error label {
  color: #bf4444;
  font-weight: 600; }
.form-error i[class^="icon"], .form-error .form-select:after {
  color: #bf4444; }
.form-error *:not(.iti-arrow) {
  border-color: #bf4444 !important; }
.form-error .btn-slider small {
  color: #bf4444;
  font-weight: 600; }
.form-error .btn-slider label {
  color: #559033;
  font-weight: 400; }

.error-block {
  padding: 4px 10px 3px 10px;
  color: #ffffff;
  font-weight: 600;
  background: #bf4444; }
  .error-block * {
    color: #ffffff; }

.error-text {
  display: table;
  width: 100%;
  padding: 15px;
  color: #bf4444;
  background: #FFF3F5;
  border: 1px solid #B31D5A;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box; }
  .error-text em {
    font-style: normal;
    display: table-cell;
    vertical-align: middle; }

.info-text {
  display: table;
  width: 100%;
  padding: 15px;
  color: #122E53;
  background: #E1E1E1;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box; }
  .info-text em {
    font-style: normal;
    display: table-cell;
    vertical-align: middle; }

.remove-box {
  border: none;
  padding: 0;
  background: inherit;
  margin-top: 5px;
  min-height: auto; }
  .remove-box em {
    font-style: italic; }

/* Step Indicator
-------------------------------------------------------------------------- */
.step-indicator {
  margin: 10px 0; }

.step-indicator li {
  padding-left: 10px;
  display: inline-block;
  position: relative; }

.step-indicator li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #E1E1E1;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.step-indicator li:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #EBEBEB;
  position: absolute;
  top: 12px;
  left: 0; }

.step-indicator li:first-child {
  padding-left: 0; }

.step-indicator li.disabled:before {
  border-color: #EBEBEB;
  background: #EBEBEB; }
.step-indicator li.disabled:after {
  background: #EBEBEB; }

.step-indicator li.active:before {
  background: #122E53;
  border-color: #122E53; }
.step-indicator li.active:after {
  background: #122E53; }

.step-indicator li.current-task:before {
  width: 10px;
  height: 10px;
  margin-bottom: -2px; }

.step-indicator li.current-task:before {
  background: #122E53;
  border-color: #122E53; }
.step-indicator li.current-task:after {
  background: #122E53; }

/* Messages
-------------------------------------------------------------------------- */
.msg-single .msg-meta {
  margin-bottom: 10px; }
  .msg-single .msg-meta strong {
    margin: 0; }

.msg-actions {
  max-width: 250px;
  margin: 50px auto 0 auto;
  text-align: center; }
  .msg-actions:after {
    content: "";
    display: table;
    clear: both; }
  .msg-actions i[class^="icon"] {
    color: #122E53; }
  .msg-actions .icon-reply {
    font-size: 24px; }

/* Tooltips
-------------------------------------------------------------------------- */
.tooltip {
  position: relative;
  cursor: pointer; }
  .tooltip .error-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tooltip label {
    cursor: pointer; }

.cp-tooltip {
  width: 100%;
  color: #ffffff;
  background: #122E53;
  display: none;
  position: absolute;
  z-index: 2;
  padding: 20px 50px 20px 20px;
  font-size: 13px;
  max-width: 500px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .cp-tooltip.cp-tooltip--right:after {
    top: calc(50% - 10px);
    left: -20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #122E53;
    border-width: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .cp-tooltip.cp-tooltip--bottom:after {
    bottom: 100%;
    left: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #122E53;
    border-width: 10px;
    margin-left: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .cp-tooltip .cp-tooltip__message {
    margin-bottom: 0; }
  .cp-tooltip .cp-tooltip__close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5; }
    .cp-tooltip .cp-tooltip__close:before, .cp-tooltip .cp-tooltip__close:after {
      content: "";
      width: 25px;
      height: 4px;
      background: #7087a7;
      display: block;
      position: absolute;
      top: 10px; }
    .cp-tooltip .cp-tooltip__close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .cp-tooltip .cp-tooltip__close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .cp-tooltip .cp-tooltip__close:hover {
      opacity: 1; }

.cp-tooltip-wrapper {
  position: relative; }

.tooltip-msg {
  width: 100%;
  margin-bottom: 30px;
  color: #ffffff;
  background: #122E53;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .tooltip-msg .tooltip-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 20px; }
    .tooltip-msg .tooltip-row .tooltip-col {
      text-align: left; }
      .tooltip-msg .tooltip-row .tooltip-col.msg {
        margin-left: 10px; }
  .tooltip-msg:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #122E53;
    border-width: 20px;
    margin-left: -20px; }
  .tooltip-msg.tooltip-arrow-left:after {
    left: 65px; }
  .tooltip-msg.tooltip-arrow-right:after {
    left: auto;
    right: 45px; }
  .tooltip-msg.tooltip-arrow-middle:after {
    left: auto;
    right: 112px; }
  .tooltip-msg p {
    margin: 0;
    padding: 20px 50px 20px 20px;
    font-size: 13px; }
  .tooltip-msg a.tooltip-close, .tooltip-msg a.tooltip-close:visited {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5; }
    .tooltip-msg a.tooltip-close:before, .tooltip-msg a.tooltip-close:after, .tooltip-msg a.tooltip-close:visited:before, .tooltip-msg a.tooltip-close:visited:after {
      content: "";
      width: 25px;
      height: 4px;
      background: #7087a7;
      display: block;
      position: absolute;
      top: 10px; }
    .tooltip-msg a.tooltip-close:before, .tooltip-msg a.tooltip-close:visited:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .tooltip-msg a.tooltip-close:after, .tooltip-msg a.tooltip-close:visited:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .tooltip-msg a.tooltip-close:hover, .tooltip-msg a.tooltip-close:visited:hover {
      opacity: 1; }

.tooltip-icon {
  vertical-align: middle;
  cursor: pointer; }

#single-name-tooltip {
  left: 470px !important;
  /* Specific left position for this tooltip */ }

@media (max-width: 767px) {
  .tooltip-for-div {
    margin-bottom: -65px !important; } }
/* Wells
-------------------------------------------------------------------------- */
.well {
  margin-bottom: 25px;
  padding: 30px 30px 14px 30px;
  border: 1px solid #d5d7d9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .well header {
    margin: -30px -30px 30px -30px;
    padding: 20px 30px;
    border-bottom: 1px solid #E1E1E1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .well header * {
      margin: 0; }
  .well.well-green header {
    background: #f3faef; }
  .well.well-blue header {
    background: #edf1f6; }
  .well.well-red header {
    background: #faefef; }

.well-new {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px 20px 10px;
  margin: 0;
  box-sizing: border-box; }
  .well-new.bottom-20 {
    margin-bottom: 20px; }
  .well-new p {
    margin: 0; }

/* Progress Bars
-------------------------------------------------------------------------- */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 23px;
  margin-bottom: 20px;
  background-color: #E1E1E1;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.progress-bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
  background-color: #9e9e9e;
  float: left; }
  .progress-bar.progress-green {
    background-color: #122E53; }
  .progress-bar.progress-blue {
    background-color: #5778a6; }
  .progress-bar.progress-red {
    background-color: #bf4444; }

.progress-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }
  .progress-striped.progress-animated {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }

/* =Sidebar
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#sidebar {
  font-size: 15px;
  margin-top: 25px; }
  #sidebar .list-underline li, #sidebar .list-upload li, #sidebar .list-table li, #sidebar .msg-single .msg-meta li, .msg-single #sidebar .msg-meta li {
    border-color: #e5e6e7;
    font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #9B9B9B; }
    #sidebar .list-underline li .open-task.active, #sidebar .list-upload li .open-task.active, #sidebar .list-table li .open-task.active, #sidebar .msg-single .msg-meta li .open-task.active, .msg-single #sidebar .msg-meta li .open-task.active {
      font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      color: #122E53; }
    #sidebar .list-underline li .open-task .list-bullet .status-exclamation, #sidebar .list-upload li .open-task .list-bullet .status-exclamation, #sidebar .list-table li .open-task .list-bullet .status-exclamation, #sidebar .msg-single .msg-meta li .open-task .list-bullet .status-exclamation, .msg-single #sidebar .msg-meta li .open-task .list-bullet .status-exclamation {
      vertical-align: -7px;
      margin-left: 1px; }
    #sidebar .list-underline li .open-task .list-desc, #sidebar .list-upload li .open-task .list-desc, #sidebar .list-table li .open-task .list-desc, #sidebar .msg-single .msg-meta li .open-task .list-desc, .msg-single #sidebar .msg-meta li .open-task .list-desc {
      display: inline-block;
      width: 220px; }
    #sidebar .list-underline li .locked-task, #sidebar .list-upload li .locked-task, #sidebar .list-table li .locked-task, #sidebar .msg-single .msg-meta li .locked-task, .msg-single #sidebar .msg-meta li .locked-task {
      font-size: 18px;
      font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 300;
      color: #9B9B9B;
      pointer-events: none; }
      #sidebar .list-underline li .locked-task .list-desc, #sidebar .list-upload li .locked-task .list-desc, #sidebar .list-table li .locked-task .list-desc, #sidebar .msg-single .msg-meta li .locked-task .list-desc, .msg-single #sidebar .msg-meta li .locked-task .list-desc {
        display: inline-block;
        width: 220px; }
  #sidebar .list-underline .list-bullet, #sidebar .list-upload .list-bullet, #sidebar .list-table .list-bullet, #sidebar .msg-single .msg-meta .list-bullet, .msg-single #sidebar .msg-meta .list-bullet {
    margin-right: 5px; }
  @media (max-width: 959px) {
    #sidebar {
      text-align: center; }
      #sidebar h4 {
        font-size: 17px; }
      #sidebar .list-underline, #sidebar .list-upload, #sidebar .list-table, #sidebar .msg-single .msg-meta, .msg-single #sidebar .msg-meta {
        font-size: 14px; }
        #sidebar .list-underline .list-bullet, #sidebar .list-upload .list-bullet, #sidebar .list-table .list-bullet, #sidebar .msg-single .msg-meta .list-bullet, .msg-single #sidebar .msg-meta .list-bullet {
          width: 100%;
          float: left;
          margin: 0; } }
  #sidebar:before {
    content: "";
    display: block;
    background: #fafafa;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1; }
  #sidebar:first-child {
    padding-right: 5%; }
    #sidebar:first-child:before {
      margin-right: 3%;
      border-right: 1px solid #eaeaea;
      left: 0;
      right: 65%;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
      @media (min-width: 1138px) {
        #sidebar:first-child:before {
          margin-right: 205px;
          right: 50%; } }
  #sidebar:last-child {
    padding-left: 5%; }
    #sidebar:last-child:before {
      margin-left: 3%;
      border-left: 1px solid #eaeaea;
      left: 65%;
      right: 0; }
      @media (min-width: 1138px) {
        #sidebar:last-child:before {
          margin-left: 205px;
          left: 50%; } }
  @media (max-width: 767px) {
    #sidebar {
      display: none; } }

/* =Footer
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#footer {
  padding: 40px 0;
  font-size: 14px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  #footer p {
    margin: 0;
    color: #a1a1a1; }
  #footer hr {
    background: #dedede; }
  @media (max-width: 767px) {
    #footer [class^="col-"] + [class^="col-"] {
      margin-top: 30px; } }

/* =Custom Checkbox
============================================================================== */
label.custom-checkbox {
  display: inline; }

.regular-checkbox {
  display: none; }

.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative; }

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

.regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7; }

.regular-checkbox:checked + label:after {
  content: '\2713';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #757374; }

.big-checkbox + label {
  padding: 14px;
  margin-bottom: -1px; }

.big-checkbox:checked + label:after {
  font-weight: bold;
  top: -4px;
  font-size: 25px;
  left: 3px; }

/* =Other
=============================================================================== */
.underline-on-hover:hover {
  text-decoration: underline; }

.underline {
  text-decoration: underline; }

.anchor-blue {
  color: #4564C5 !important;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer; }
  .anchor-blue:hover {
    color: #4564C5 !important; }

.company-info {
  width: 260px;
  line-height: normal; }
  @media (max-width: 480px) {
    .company-info {
      width: 160px; } }
  @media (max-width: 320px) {
    .company-info {
      width: 125px; } }

.desc-text {
  padding: 10px 0px; }

@media (max-width: 767px) {
  .desc-text {
    border-top: 2px solid #9ca4ab;
    width: 50%;
    padding: 5px 5px; } }
@media (max-width: 768px) {
  .desc-text {
    border-top: 2px solid #9ca4ab;
    width: 50%;
    padding: 5px 5px; } }
.line-rule {
  height: 2px;
  background: #9ca4ab;
  width: 100%; }

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

.margin-top-25 {
  margin-top: 25px !important; }

.block-display {
  display: block !important; }

@media (max-width: 767px) {
  .line-rule {
    display: none; } }
@media (max-width: 768px) {
  .line-rule {
    display: none; } }
@media (max-width: 767px) {
  .scrolltext {
    height: 350px;
    overflow-y: auto;
    padding: 15px 15px;
    border: 2px solid #9ca4ab; }

  #style-1::-webkit-scrollbar {
    width: 15px; }

  #style-1::-webkit-scrollbar-thumb {
    background: #9ca4ab;
    border-radius: 20px; } }
@media (max-width: 768px) {
  .scrolltext {
    height: 350px;
    overflow-y: auto;
    padding: 15px 15px;
    border: 2px solid #9ca4ab; }

  #style-1::-webkit-scrollbar {
    width: 15px; }

  #style-1::-webkit-scrollbar-thumb {
    background: #9ca4ab;
    border-radius: 20px; } }
.document-info {
  width: 430px;
  line-height: normal; }
  @media (max-width: 480px) {
    .document-info {
      width: 160px;
      word-wrap: break-word; } }
  @media (max-width: 320px) {
    .document-info {
      width: 125px;
      word-wrap: break-word; } }

.signature-image {
  height: 100%;
  width: 100%;
  object-fit: contain; }

.verify-info {
  display: inline-block;
  color: #f15c27;
  font-size: 12px;
  width: 30px;
  margin-right: 5px; }

@media (max-width: 767px) {
  .inline-checkbox {
    display: inline-flex;
    width: 100%; }

  .inline-dl-checkbox {
    float: left; }

  .menu-text {
    font-size: 14px;
    width: 50%;
    display: inline-block;
    word-wrap: break-word; } }
@media (max-width: 480px) {
  .form-subgroup-short {
    width: 60%; } }
@media (max-width: 320px) {
  .menu-text {
    font-size: 11px;
    width: 40%;
    display: inline-block;
    word-wrap: break-word; } }
@media (min-width: 768px) {
  .align-checkbox {
    width: 21.25%;
    margin-right: 0%;
    float: left; }

  .align-checkboxblack {
    width: 24%;
    margin-right: 2%;
    float: left; }

  .inline-dl-checkbox {
    float: left; } }
.placeholder:-ms-input-placeholder {
  font-style: italic !important;
  color: #9B9B9B !important; }

.placeholder::-webkit-input-placeholder {
  font-style: italic !important;
  color: #9B9B9B !important; }

.placeholder::-moz-placeholder {
  font-style: italic !important;
  color: #9B9B9B !important; }

.placeholder:-moz-placeholder {
  font-style: italic !important;
  color: #9B9B9B !important; }

input::placeholder {
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  color: #9B9B9B;
  font-size: 16px; }

@media (min-width: 200px) {
  input::placeholder {
    font-size: 14px; } }
@media (min-width: 375px) {
  input::placeholder {
    font-size: 14px; } }
@media (min-width: 540px) {
  input::placeholder {
    font-size: 14px; } }
@media (min-width: 912px) {
  input::placeholder {
    font-size: 14px; } }
@media (min-width: 1000px) {
  input::placeholder {
    font-size: 16px; } }
@media (min-width: 768px) {
  .margin-top-dt {
    margin-top: 25px; } }
.color-orange {
  color: #f15c27 !important; }

.addmorealign {
  padding-right: 49px; }

.addmoreeditalign {
  padding-right: 44px; }

.addmoreverify {
  padding-left: 38px !important; }

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

.custom-dialog {
  top: 25px !important;
  bottom: 25px !important; }

.external-content {
  padding-bottom: 25px;
  padding-top: 25px;
  overflow: auto;
  height: 875px;
  width: 900px; }
  @media (max-width: 959px) {
    .external-content {
      width: 748px; } }
  @media (max-width: 767px) {
    .external-content {
      width: 460px; } }
  @media (max-width: 319px) {
    .external-content {
      width: 300px; } }

.external-content iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.check-box-error {
  border-color: #bf4444 !important;
  border-width: 3px !important; }

.content-align-center {
  padding-left: 17%; }
  @media (max-width: 767px) {
    .content-align-center {
      padding-left: 10%; } }

.bkg-status {
  width: 105px;
  text-align: center; }
  .bkg-status div {
    cursor: pointer; }
  .bkg-status .status-label {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 34px;
    text-align: right; }

.hidden-content {
  visibility: hidden; }

.disable-content {
  pointer-events: none; }

.cursor-auto {
  cursor: auto; }

.doc-table {
  width: 100%;
  margin-left: 10px; }

.doc-table-col1 {
  width: 30%;
  float: left;
  word-wrap: break-word;
  margin-right: 10px; }

.doc-upload-container {
  overflow: hidden;
  padding: 0% 1% 0% 0%; }

.document-upload-options {
  width: 33% !important;
  float: left; }

.doc-uploaded-date {
  width: 10%;
  float: left; }

.doc-table-col-category {
  width: 15%;
  float: left;
  margin-right: 10px;
  word-wrap: break-word; }

.doc-table-col2 {
  width: 15%;
  float: left; }

.doc-table-deleteicon {
  float: left; }

@media (max-width: 767px) {
  .doc-table-col1 {
    float: left;
    width: 60%;
    word-wrap: break-word; }

  .doc-table-col2, .doc-uploaded-date {
    width: 100%;
    float: left; }

  .doc-table-deleteicon {
    width: 40%;
    float: right;
    position: absolute;
    vertical-align: top;
    display: inline-block; } }
@media (max-width: 768px) {
  .doc-table-col1 {
    float: left;
    width: 60%;
    word-wrap: break-word; }

  .doc-table-col2, .doc-uploaded-date {
    width: 100%;
    float: left; }

  .doc-table-deleteicon {
    width: 40%;
    float: right;
    position: absolute;
    vertical-align: top;
    display: inline-block; } }
.lang-drop-down {
  width: 100px;
  height: 50px;
  margin: 2px 0 0 0;
  padding: 0;
  background: none;
  border: 0;
  float: right; }
  @media (max-width: 767px) {
    .lang-drop-down {
      width: 33.3333333333%; } }
  @media (max-width: 768px) {
    .lang-drop-down {
      width: 33.3333333333%; } }

header div div select.lang-options::-ms-expand {
  color: black;
  display: block !important; }

.lang-options {
  height: 32px;
  background-color: white;
  text-transform: capitalize;
  color: black;
  float: right; }

.align-to-dropdown {
  padding-top: 16px !important; }

.wrap-text {
  width: 50%;
  text-align: left;
  word-wrap: break-word; }
  @media (max-width: 767px) {
    .wrap-text {
      width: 33.3333333333%;
      text-align: left;
      word-wrap: break-word; } }
  @media (max-width: 768px) {
    .wrap-text {
      width: 33.3333333333%;
      text-align: left;
      word-wrap: break-word; } }

.content-align {
  margin-left: 15px; }

@media (max-width: 767px) {
  .content-align {
    width: 80%;
    margin-left: 15px; } }
@media (max-width: 768px) {
  .content-align {
    width: 80%;
    margin-left: 15px; } }
.content-align-left {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .content-align-left {
      padding-left: 0%; } }

/* accordion-styles*/
.accordians_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #122E53;
  border: 1px solid #a2a2a2;
  padding: 15px;
  cursor: pointer; }
  .accordians_header.accordians_header_with_link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .accordians_header.remove_bottom_border {
    border-bottom: none; }
  .accordians_header .accordian_title {
    margin-right: 10px; }
  .accordians_header .accordian_link a, .accordians_header .accordian_link a:visited {
    color: #4587C5;
    text-decoration: underline; }

.accordians_arrowbefore {
  content: '';
  border: solid;
  border-width: 0px 1px 1px 0px;
  color: #122E53;
  width: 10px;
  height: 10px;
  display: inline-block;
  float: left;
  margin: 6px 12px 0 0;
  transform: rotate(-45deg); }

.accordians_arrowafter {
  content: '';
  border: solid;
  border-width: 0px 1px 1px 0px;
  color: #122E53;
  width: 10px;
  height: 10px;
  display: inline-block;
  float: left;
  margin: 3px 12px 0 0;
  transform: rotate(45deg); }

.accordians_content {
  padding: 10px 70px;
  border: 1px solid #a2a2a2;
  border-top: none;
  background-color: white; }
  .accordians_content.remove_bottom_border {
    border-bottom: none; }

@media (max-width: 767px) {
  .accordians_content {
    display: inline-block;
    border-top: 0.5px solid #a2a2a2;
    padding: 10px 25px; } }
@media (max-width: 768px) {
  .accordians_content {
    display: inline-block;
    border-top: 0.5px solid #a2a2a2;
    padding: 10px 25px; } }
table.t01 tr {
  text-align: left;
  color: #122E53; }

table.t01 tr:nth-child(even) {
  background-color: #eee; }

table.t01 tr:nth-child(odd) {
  background-color: #fff; }

table.t01 th {
  background-color: #cecece;
  color: black;
  width: 100%;
  padding: 0px 10px; }

table.t01 {
  border: 1px solid #cecece;
  width: 95%; }

.pswd_info {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 10px 0; }

.pswd_info .header {
  color: #424242;
  font-weight: bold;
  margin-left: 36px; }

.pswd_info:after, .pswd_info:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

.pswd_info:after {
  border-width: 30px;
  margin-left: -30px; }

.pswd_info:before {
  border-bottom: rgba(0, 0, 0, 0.3);
  border-width: 33px;
  margin-left: -33px; }

.pswd_before {
  list-style-type: none;
  margin-top: 10px;
  font-weight: bold; }

.pswd_invalid {
  color: #bf4444;
  list-style-type: none;
  font-size: 25px;
  line-height: 20px;
  font-weight: bold; }

.pswd_invalid label {
  color: #bf4444;
  font-weight: bold;
  margin-top: -4px;
  width: 90%; }

li.pswd_valid > img, li.pswd_invalid > img {
  margin-right: 10px;
  list-style-type: none;
  display: inline; }

.pswd_valid label {
  color: #122E53;
  font-weight: bold;
  margin-top: -4px;
  width: 90%; }

.pswd_info ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px; }

.pswd_info ul li .bullet {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #122E53;
  background: #122E53;
  height: 10px;
  width: 10px;
  margin-right: 5px; }

.pswd_info ul li.pswd_invalid .bullet {
  border-color: #bf4444;
  background: #ffffff; }

.chkbox_invalid {
  box-shadow: inset 0px 0px 1px 2px rgba(236, 13, 13, 0.82);
  outline: 1px solid #bf4444; }

.button_minwidth {
  min-width: 100px; }

/* Social Media Login
-------------------------------------------------------------------------- */
.social-login-hr-container {
  margin-top: 35px; }

.social-login-hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  text-align: center;
  height: 1.3em;
  opacity: .5;
  background-color: transparent; }

.social-login-hr-text::before {
  content: '';
  background: #979797;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px; }

.social-login-hr-text::after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  font-family: 'hindlight';
  font-size: 14px;
  color: #4A4A4A;
  padding: 0 .5em;
  line-height: 1.5em;
  background-color: #fff; }

.social-icons-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .social-icons-container .social-icons-item {
    margin: 0 10px; }

.customSocialButton {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  color: #122E53;
  border: none;
  white-space: nowrap;
  min-height: 40px; }
  .customSocialButton:hover {
    cursor: pointer; }
  .customSocialButton span.icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 50px;
    height: 50px; }
    .customSocialButton span.icon.googleIcon img {
      position: relative;
      top: -2.5px;
      width: 55px;
      height: 55px; }
  .customSocialButton span.socialButtonText {
    width: calc(100% - 38px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'robotoregular', sans-serif;
    color: #122E53;
    text-align: center; }

/** sms terms and conditions modal **/
.sms-msg {
  color: #122E53; }

.sms-small-font {
  font-size: 8pt; }

.sms-terms-conditions-text {
  color: #00acb2;
  cursor: pointer;
  font-size: 10pt; }

.sms-terms-conditions {
  padding-bottom: 20px; }

.simple-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer; }

.simple-overlay-text {
  font-size: 0.9em;
  background-color: #fff;
  height: 80%;
  overflow-y: scroll;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.red-bold {
  color: #cc0000; }

/* IDV Dialog Overlay
-------------------------------------------------------------------------- */
.center-idv-modal.modal {
  overflow-y: auto; }
.center-idv-modal .modal-dialog {
  top: 2%; }

.idv-modal-content {
  color: #4A4A4A;
  background-color: #fff;
  border-radius: 3px; }
  .idv-modal-content .close-btn {
    cursor: pointer;
    float: right;
    margin: 15px; }
  .idv-modal-content .close-btn:before {
    content: url("/images/exit-gray.svg"); }
  .idv-modal-content .content {
    padding: 20px 40px; }
    .idv-modal-content .content button {
      border-radius: 3px;
      font-size: 1em;
      font-weight: 500;
      min-width: 150px;
      margin: 20px 15px 0 15px;
      padding: 12px 30px; }
      @media (max-width: 768px) {
        .idv-modal-content .content button {
          margin: 10px 0 0 0; } }
      .idv-modal-content .content button.ready-to-upload {
        width: 465px; }
        @media (max-width: 767px) {
          .idv-modal-content .content button.ready-to-upload {
            width: 100%; } }
    .idv-modal-content .content .btn-container {
      margin-bottom: 30px; }
      .idv-modal-content .content .btn-container.upload {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 15px 0;
        width: 100%; }
        @media (max-width: 767px) {
          .idv-modal-content .content .btn-container.upload {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            margin: 40px 0; } }
        .idv-modal-content .content .btn-container.upload button {
          margin: 0; }
          @media (max-width: 767px) {
            .idv-modal-content .content .btn-container.upload button {
              margin: 5px 0; } }
          .idv-modal-content .content .btn-container.upload button button:disabled {
            border-color: #f1f1f1; }
    .idv-modal-content .content .message {
      margin: 15px 0 18px 0; }
    .idv-modal-content .content .description {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0.95rem;
      margin: 15px 0; }
    .idv-modal-content .content .image-upload-info .attempts-remaining {
      color: #313131;
      float: right;
      font-size: 0.875em; }
    .idv-modal-content .content .image-upload-info .upload-opt-out {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right;
      /* IE10+ CSS styles only */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .idv-modal-content .content .image-upload-info .upload-opt-out {
          -webkit-box-pack: flex-end;
          -ms-flex-pack: flex-end;
          justify-content: flex-end; } }
    .idv-modal-content .content .idv-document-images {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #FBFBFB;
      border: 1px dashed #C8C8C8;
      height: 280px;
      margin: 20px 0 10px 0;
      padding: 0 20px; }
      @media (max-width: 768px) {
        .idv-modal-content .content .idv-document-images {
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 10px; } }
      .idv-modal-content .content .idv-document-images.remove-padding {
        padding: 0; }
      .idv-modal-content .content .idv-document-images .file-name {
        font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 600;
        color: #5E5E5E;
        font-size: 0.875em;
        margin-top: 10px;
        text-align: center; }
      .idv-modal-content .content .idv-document-images .file-input {
        display: none; }
      .idv-modal-content .content .idv-document-images .blank-state {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        height: 100%;
        width: 100%; }
        .idv-modal-content .content .idv-document-images .blank-state .icon {
          height: 54px;
          width: 54px; }
        .idv-modal-content .content .idv-document-images .blank-state .choose-file {
          color: #122E53;
          cursor: pointer;
          margin: 15px 0; }
          .idv-modal-content .content .idv-document-images .blank-state .choose-file.disabled {
            color: #c0c0c0;
            cursor: default; }
      .idv-modal-content .content .idv-document-images .progress {
        margin: 15px;
        width: 100%;
        /* IE10+ CSS styles only */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .idv-modal-content .content .idv-document-images .progress {
            margin: 0;
            width: 90%; } }
        .idv-modal-content .content .idv-document-images .progress .progress-bar {
          width: 100%; }
      .idv-modal-content .content .idv-document-images .img-upload {
        position: relative;
        margin: 0 10px;
        /* IE10+ CSS styles only */ }
        @media (max-width: 768px) {
          .idv-modal-content .content .idv-document-images .img-upload {
            margin: 10px 0; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .idv-modal-content .content .idv-document-images .img-upload {
            margin: 0 auto; } }
        .idv-modal-content .content .idv-document-images .img-upload input {
          display: none; }
        .idv-modal-content .content .idv-document-images .img-upload .remove-btn {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background: #122E53;
          cursor: pointer;
          height: 12px;
          line-height: 25px;
          margin: 2px;
          padding: 5px;
          position: absolute;
          right: 10px;
          text-align: center;
          top: -10px;
          width: 12px;
          z-index: 1000; }
          @media (max-width: 768px) {
            .idv-modal-content .content .idv-document-images .img-upload .remove-btn {
              margin: 5px 2px; } }
          .idv-modal-content .content .idv-document-images .img-upload .remove-btn .icon {
            height: 12px;
            line-height: 12px; }
          .idv-modal-content .content .idv-document-images .img-upload .remove-btn .icon:before {
            background-image: url("/images/exit-white.svg");
            background-size: 10px 10px;
            display: inline-block;
            width: 10px;
            height: 10px;
            content: ""; }
    .idv-modal-content .content .img-upload-btn {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #1F3A65;
      font-weight: bold;
      height: 200px;
      width: 320px;
      position: relative;
      /* IE10+ CSS styles only */ }
      @media (max-width: 360px) {
        .idv-modal-content .content .img-upload-btn {
          height: auto;
          width: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .idv-modal-content .content .img-upload-btn {
          height: auto;
          width: auto; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .idv-modal-content .content .img-upload-btn {
          margin: 0; } }
  @media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
    .idv-modal-content .content .img-upload-btn {
      margin: 10px 0; } }

      .idv-modal-content .content .img-upload-btn.disabled {
        color: #C0C0C0;
        cursor: none; }
      .idv-modal-content .content .img-upload-btn.uploaded {
        background: rgba(0, 0, 0, 0.8); }
        @media (max-width: 767px) {
          .idv-modal-content .content .img-upload-btn.uploaded {
            height: auto;
            width: auto; } }
      @media (max-width: 959px) {
        .idv-modal-content .content .img-upload-btn.status {
          height: 134px;
          width: 175px; } }
      @media (max-width: 959px) {
        .idv-modal-content .content .img-upload-btn.status img.img-preview {
          max-height: 134px;
          max-width: 175px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .idv-modal-content .content .img-upload-btn.status img {
          /* IE10+ CSS styles only */ } }
  @media all and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active) {
    .idv-modal-content .content .img-upload-btn.status img {
      max-width: 225px; } }

      .idv-modal-content .content .img-upload-btn img {
        max-height: 200px;
        max-width: 320px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .idv-modal-content .content .img-upload-btn img {
            max-width: 260px; } }
        @media (max-width: 768px) {
          .idv-modal-content .content .img-upload-btn img {
            max-height: 150px;
            max-width: 100%; } }
      .idv-modal-content .content .img-upload-btn .no-preview {
        color: #ffffff; }
    .idv-modal-content .content .min-photo-requirements {
      margin: 15px 0; }
      .idv-modal-content .content .min-photo-requirements .panel-content {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        justify-content: space-evenly; }
        @media (max-width: 991px) {
          .idv-modal-content .content .min-photo-requirements .panel-content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column-reverse; } }
        .idv-modal-content .content .min-photo-requirements .panel-content .item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 20px; }
          .idv-modal-content .content .min-photo-requirements .panel-content .item .example-img {
            height: 230px;
            /* IE10+ CSS styles only */ }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              .idv-modal-content .content .min-photo-requirements .panel-content .item .example-img {
                height: auto; } }
            @media (max-width: 767px) {
              .idv-modal-content .content .min-photo-requirements .panel-content .item .example-img {
                height: 150px; } }
          .idv-modal-content .content .min-photo-requirements .panel-content .item .requirement-list {
            list-style-image: url("/images/bullet-arrow.svg"); }
            .idv-modal-content .content .min-photo-requirements .panel-content .item .requirement-list .req-item {
              margin-bottom: 15px; }
              .idv-modal-content .content .min-photo-requirements .panel-content .item .requirement-list .req-item:last-child {
                margin-bottom: 0; }
              .idv-modal-content .content .min-photo-requirements .panel-content .item .requirement-list .req-item .req-name {
                font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
                font-weight: 600; }
                @media (max-width: 320px) {
                  .idv-modal-content .content .min-photo-requirements .panel-content .item .requirement-list .req-item .req-name {
                    font-size: 0.875em; } }
              .idv-modal-content .content .min-photo-requirements .panel-content .item .requirement-list .req-item .req-description {
                font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
                font-weight: 300;
                font-size: 0.875em; }
    .idv-modal-content .content .common-mistakes .section {
      margin: 20px; }
    .idv-modal-content .content .common-mistakes .common-mistakes-message {
      text-align: center; }
    .idv-modal-content .content .common-mistakes .common-mistakes-examples {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      align-content: center;
      width: 100%; }
      @media (max-width: 991px) {
        .idv-modal-content .content .common-mistakes .common-mistakes-examples {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 991px) {
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        @media (max-width: 767px) {
          .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display {
            height: 150px; } }
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-img {
          height: 212px;
          width: 286px; }
          @media (max-width: 767px) {
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-img {
              height: 150px;
              width: 203px; } }
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-name {
          background-color: rgba(255, 255, 255, 0.8);
          bottom: 0;
          font-size: 0.875em;
          margin-bottom: 10px;
          padding: 0 5px;
          position: absolute;
          /* IE10+ CSS styles only */ }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-name {
              left: 50%;
              text-align: center;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              width: 60%; } }
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows {
          position: absolute;
          width: 286px; }
          @media (max-width: 767px) {
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows {
              width: 203px; } }
          .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            height: 41px;
            width: 20.5px;
            position: absolute;
            top: 87px; }
            @media (max-width: 767px) {
              .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container {
                top: 60px; } }
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container.left {
              border-top-right-radius: 20.5px;
              border-bottom-right-radius: 20.5px; }
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container.right {
              border-top-left-radius: 20.5px;
              border-bottom-left-radius: 20.5px;
              right: 0; }
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container .arrow {
              height: 15px; }
              .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container .arrow.left {
                margin-right: 6px; }
              .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-image-display .example-carousel-arrows .arrow-container .arrow.right {
                margin-left: 6px; }
      .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-carousel-dots {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-carousel-dots .dot {
          background-color: #D8D8D8;
          border-radius: 50%;
          cursor: pointer;
          height: 10px;
          width: 10px;
          margin: 0 10px; }
          .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-images-container .example-carousel-dots .dot.selected {
            background-color: #122E53; }
      .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .example-title {
          font-size: 1.125em;
          font-weight: 500;
          margin-bottom: 20px;
          width: 250px; }
          @media (max-width: 411px) {
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .example-title {
              width: auto; } }
        .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .bullet-list {
          margin-bottom: 0;
          width: 260px; }
          @media (max-width: 411px) {
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .bullet-list {
              width: auto; } }
          .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .bullet-list .bullet-item {
            font-size: 0.875em;
            margin-bottom: 20px; }
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .bullet-list .bullet-item:last-child {
              margin-bottom: 0; }
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .bullet-list .bullet-item.check {
              list-style-image: url("/images/bullet-check.svg"); }
            .idv-modal-content .content .common-mistakes .common-mistakes-examples .example-bullets .bullet-list .bullet-item.x {
              list-style-image: url("/images/bullet-x.svg");
              font-weight: bold; }
    .idv-modal-content .content .photo-requirements .main-img {
      display: block;
      margin: 25px auto; }
      @media (max-width: 767px) {
        .idv-modal-content .content .photo-requirements .main-img {
          width: 170px; } }
    .idv-modal-content .content .photo-requirements .requirement-message {
      color: #292929;
      display: block;
      font-size: 1.500em;
      margin: 25px auto;
      text-align: center;
      width: 648px; }
      @media (max-width: 991px) {
        .idv-modal-content .content .photo-requirements .requirement-message {
          width: 100%; } }
      @media (max-width: 767px) {
        .idv-modal-content .content .photo-requirements .requirement-message {
          font-size: 1.250em;
          width: 100%; } }
    .idv-modal-content .content .idv-progress-container .idv-progress-content {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: 400px;
      /* IE10+ CSS styles only */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .idv-modal-content .content .idv-progress-container .idv-progress-content {
          min-height: 200px;
          padding: 100px 0 0 0; } }
      .idv-modal-content .content .idv-progress-container .idv-progress-content .progress-text {
        color: #122E53;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 50px;
        text-align: center; }
        .idv-modal-content .content .idv-progress-container .idv-progress-content .progress-text span {
          opacity: 0;
          overflow: hidden;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-animation: text-fade 10s linear infinite 0s;
          -ms-animation: text-fade 10s linear infinite 0s;
          animation: text-fade 10s linear infinite 0s; }
          .idv-modal-content .content .idv-progress-container .idv-progress-content .progress-text span:nth-child(2) {
            -webkit-animation-delay: 3s;
            -ms-animation-delay: 3s;
            animation-delay: 3s; }
          .idv-modal-content .content .idv-progress-container .idv-progress-content .progress-text span:nth-child(3) {
            -webkit-animation-delay: 6s;
            -ms-animation-delay: 6s;
            animation-delay: 6s; }
@keyframes text-fade {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  5% {
    opacity: 1; }
  17% {
    opacity: 1; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes text-fade {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  5% {
    opacity: 1; }
  17% {
    opacity: 1; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes text-fade {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  5% {
    opacity: 1; }
  17% {
    opacity: 1; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
      .idv-modal-content .content .idv-progress-container .idv-progress-content .progress-bar-wrapper {
        width: 80%; }
    .idv-modal-content .content .idv-status-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      box-sizing: border-box;
      margin: 10px 0;
      padding: 20px;
      width: 100%; }
      .idv-modal-content .content .idv-status-container.failed {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #FFF9F9;
        border: 1px solid #EAC2C2; }
        @media (max-width: 767px) {
          .idv-modal-content .content .idv-status-container.failed {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
      .idv-modal-content .content .idv-status-container .img-display {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      @media (max-width: 767px) {
        .idv-modal-content .content .idv-status-container .failed-description {
          margin-top: 15px; } }
      .idv-modal-content .content .idv-status-container .failed-description .header {
        font-weight: bold; }
      .idv-modal-content .content .idv-status-container .failed-description .errors-list,
      .idv-modal-content .content .idv-status-container .failed-description .tips-list {
        margin: 10px 0; }
      .idv-modal-content .content .idv-status-container .icon {
        position: absolute;
        width: 35px;
        /* IE10+ CSS styles only */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .idv-modal-content .content .idv-status-container .icon {
            top: 34%;
            left: 41%; } }
    .idv-modal-content .content .title {
      font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 300;
      color: #4A4A4A;
      font-size: 2.250em;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .idv-modal-content .content .title {
          font-size: 1.750em; } }

/* Panels
-------------------------------------------------------------------------- */
.info-panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px; }
  .info-panel.collapsible .expand-icon {
    display: block; }
  .info-panel.collapsible .panel-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .info-panel.collapsible.collapsed .panel-heading {
    background-color: #ffffff;
    border-bottom: 0; }
  .info-panel.collapsible.collapsed .panel-content {
    display: none; }
  .info-panel.panel-gray {
    border-color: #D7D7D7; }
    .info-panel.panel-gray .panel-heading {
      background: #F5F5F5;
      border-color: #D7D7D7;
      border-bottom: 1px solid #D7D7D7; }
  .info-panel.panel-red {
    border-color: #FFB3B4; }
    .info-panel.panel-red .panel-heading {
      background: #FFB3B4;
      border-color: #FFB3B4; }
    .info-panel.panel-red .panel-content {
      background: #FFF9F9; }
  .info-panel .expand-icon {
    display: none;
    /* Only display if collapsible */
    cursor: pointer;
    height: 12px; }
    @media (max-width: 959px) {
      .info-panel .expand-icon {
        height: 10px; } }
    @media (max-width: 767px) {
      .info-panel .expand-icon {
        height: 7px; } }
  .info-panel .panel-heading {
    font-family: "museo-sans", "hindmedium", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center; }
  .info-panel .panel-content {
    width: 100%; }

/* Helper class to center $uibModal - used for IDV error pop-ups
-------------------------------------------------------------------------- */
.center-modal.modal.in .modal-dialog {
  top: 30%; }

/* Confirmation Dialog
-------------------------------------------------------------------------- */
.confirm-dialog {
  padding: 20px; }
  .confirm-dialog .title {
    font-size: 25px;
    margin-bottom: 10px; }
  .confirm-dialog .options {
    margin-top: 25px; }
    .confirm-dialog .options .btn {
      border-style: solid;
      border-width: 1px;
      margin: 0 25px;
      min-width: 150px;
      padding: 5px; }
      .confirm-dialog .options .btn.btn-primary {
        background: #ffffff;
        border-color: #122E53;
        color: #122E53; }
      .confirm-dialog .options .btn.btn-warning {
        background: #122E53;
        border-color: #122E53;
        color: #ffffff; }
    @media (max-width: 768px) {
      .confirm-dialog .options .btn {
        margin: 5px 0; } }

/* Purple checkbox
-------------------------------------------------------------------------- */
.purple-checkbox .checkbox {
  opacity: 0;
  position: absolute; }
.purple-checkbox .checkbox, .purple-checkbox .checkbox-label {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin: 5px;
  color: #4A4A4A;
  cursor: pointer; }
.purple-checkbox .checkbox-label {
  position: relative; }
.purple-checkbox .checkbox + .checkbox-label:before {
  content: '';
  background: #fff;
  border: 1px solid #706D71;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 0 2px 5px 2px;
  margin-right: 10px;
  text-align: center; }
.purple-checkbox .checkbox:checked + .checkbox-label:before {
  background: url("/images/checkmark.svg") transparent 0 3px no-repeat;
  padding: 0 2px 5px 2px;
  width: 10px;
  height: 10px; }
.purple-checkbox .checkbox:focus + .checkbox-label {
  outline: 1px solid #ddd;
  /* focus style */ }

/* Custom round checkbox
-------------------------------------------------------------------------- */
.round-checkbox {
  position: relative; }
  .round-checkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px; }
    .round-checkbox label.small {
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
      cursor: pointer;
      height: 13px;
      left: 0;
      position: absolute;
      top: 3px;
      width: 13px; }
  .round-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 8px; }
  .round-checkbox label.small:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 3px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 7px; }
  .round-checkbox input[type=checkbox][disabled] + label {
    cursor: not-allowed; }
  .round-checkbox input[type="checkbox"] {
    visibility: hidden; }
  .round-checkbox input[type="checkbox"]:checked + label {
    background-color: #122E53;
    border-color: #122E53; }
  .round-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.round-checkbox-label {
  cursor: pointer; }

/* Custom check mark radio button
-------------------------------------------------------------------------- */
.radio-inline.control-label {
  color: #4A4A4A;
  cursor: pointer;
  font-weight: bold;
  margin-right: 25px; }
  .radio-inline.control-label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    top: 5px;
    height: 18px;
    width: 18px;
    border: 1px solid #9B9B9B;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 5px;
    outline: none; }
    .radio-inline.control-label input[type="radio"]:checked::before {
      border: 2px solid #ffffff;
      border-top: none;
      border-right: none;
      content: "";
      height: 4px;
      left: 3px;
      position: absolute;
      top: 4px;
      transform: rotate(-45deg);
      width: 8px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .radio-inline.control-label input[type="radio"]:checked {
      background-color: #122E53 !important;
      border-color: #122E53 !important; }
    .radio-inline.control-label input[type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    .radio-inline.control-label input[type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Right to Work Styles
-------------------------------------------------------------------------- */
@media (min-width: 960px) {
  .right-to-work-container form .form-content-container {
    margin-bottom: 30%; }
  .right-to-work-container .form-select select {
    width: 50%; }
  .right-to-work-container .form-select:after {
    right: 50%; } }
.right-to-work-container .checkmark {
  border: 1px solid #4587C5;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  position: absolute;
  transform: rotate(-55deg);
  width: 9px;
  margin: 5px; }
.right-to-work-container .id-success-message {
  color: #4587C5;
  font-size: 14px;
  margin-top: 10px; }
.right-to-work-container .upload-verify-btn {
  font-size: 14px !important;
  margin-top: 10px; }

/* Indeterminate Progress bar
-------------------------------------------------------------------------- */
.indeterminate-progress-bar {
  position: relative;
  height: 5px;
  display: block;
  width: 100%;
  background-color: #9B9B9B;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .indeterminate-progress-bar .bar {
    background-color: #122E53; }
    .indeterminate-progress-bar .bar:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .indeterminate-progress-bar .bar:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
      animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
/******************************Disclosure Modal*************************/
#disclosureModalpopup .modal-dialog {
  width: 90%;
  margin: 0 auto; }
#disclosureModalpopup #disclosureModalclose {
  padding-right: 20px;
  padding-top: 10px;
  border: none;
  background: none;
  font-size: 30px; }
#disclosureModalpopup .modal-body {
  padding: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  margin-top: 5px;
  margin-bottom: 5px; }
#disclosureModalpopup .modal-content {
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 0px; }
#disclosureModalpopup .modal-header.text-right {
  min-height: 0px;
  padding: 0px;
  border: none; }

/*****************************************End************************************/
.checkCodeNote {
  font-size: 14px;
  margin: 0; }

.additionalEmp {
  color: #2e3641;
  cursor: pointer; }

.disabled-button {
  background: none !important;
  color: #e5e6e7; }
  .disabled-button:hover {
    color: #e5e6e7; }
  .disabled-button .icon-add-circle {
    color: #e5e6e7; }

.optOutModal.modal {
  text-align: center; }
.optOutModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  color: #4A4A4A; }
.optOutModal .modal-content {
  border-radius: 0px;
  border: 1px solid #122E53; }
  .optOutModal .modal-content .modal-dialog {
    margin: 0; }
  .optOutModal .modal-content .modal-header {
    border: none;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 15px; }
    .optOutModal .modal-content .modal-header h3, .optOutModal .modal-content .modal-header .msg-single .msg-meta strong, .msg-single .msg-meta .optOutModal .modal-content .modal-header strong {
      margin: 0px;
      font-weight: 400; }
  .optOutModal .modal-content .modal-body {
    margin: 0px; }
    .optOutModal .modal-content .modal-body .form-group {
      margin-bottom: 0; }
    .optOutModal .modal-content .modal-body p {
      margin: 0px;
      font-size: 16px; }
    .optOutModal .modal-content .modal-body .addEmployer {
      width: 100%; }
    .optOutModal .modal-content .modal-body .optOutEmp {
      width: 100%;
      padding: 13px 10px; }

@media only screen and (max-width: 768px) {
  .optOutModal {
    width: 100%; }
    .optOutModal .modal-dialog {
      margin-top: 50px; } }
@media screen and (min-width: 768px) {
  .optOutModal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
/************************ licenceCheckCodeUrlLink*************/
#licenceCheckCodeUrlLink {
  cursor: pointer; }

/*************************End********************************/
#criminal-history-header h5 {
  font-family: 'hindmedium';
  font-size: 16px;
  font-weight: normal;
  color: #4A4A4A; }

.ui-widget-overlay {
  background: rgba(74, 74, 74, 0.8); }

.forgotPassword {
  font-size: 13px;
  color: #4564C5 !important;
  cursor: pointer; }

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

.loginView {
  background: #F5F5F5; }
  .loginView .col-center {
    background: #ffffff;
    max-width: 572px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 30px 105px 40px 105px;
    margin-top: 75px; }
  .loginView .form-icon .icon-lock {
    left: auto;
    right: 0;
    color: #d0d0d0; }
  .loginView .form-icon .icon-lock + input {
    padding-left: 0;
    padding-right: 30px; }

.conviction-description {
  font-family: 'hindmedium';
  font-size: 14px;
  color: #4A4A4A; }

@media (max-width: 571px) {
  span.socialButtonText {
    font-size: 14px; }

  .loginView {
    background: #ffffff; }
    .loginView .col-center {
      background: #ffffff;
      max-width: 100%;
      border: none;
      border-radius: 5px;
      padding: 0;
      margin-top: 0; }

  .well-new {
    padding: 8px 10px 0px 10px; } }
.sub-heading h2 {
  font-size: 24px;
  font-family: 'hindlight';
  margin: 25px 0 0px 0;
  font-weight: 300; }

/******************Criminal Conviction******************/
.conviction-block {
  display: block; }

.conviction-block .conviction {
  display: block;
  padding: 30px 0px;
  border: 1px solid #e5e6e7;
  border-radius: 5px;
  margin-bottom: 40px; }

.conviction-block .conviction .conviction-head {
  margin-top: -45px;
  padding: 0 20px 10px 20px;
  overflow: hidden; }

.conviction-block .conviction .conviction-head .conviction-text {
  background: #ffffff;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: bold; }

.conviction-block .conviction .conviction-head .conviction-text .conviction-icon {
  font-size: 20px;
  color: #122E53;
  margin: 0;
  cursor: pointer; }

.conviction-block #addAnotherOffense {
  margin-bottom: 10px; }

.conviction-block .conviction.paddiing-20 {
  padding-left: 20px;
  padding-right: 20px; }

.conviction .content-scroll {
  max-height: 238px;
  padding: 0px 20px;
  overflow: hidden;
  overflow-y: auto; }

.conviction .disabledInput {
  margin: 0;
  padding: 0;
  border: none;
  cursor: auto !important;
  opacity: 1;
  background: none !important; }

.disabledInput .form-select:after {
  content: none; }

.disabledInput input, .disabledInput textarea, .disabledInput select {
  border-bottom: none;
  cursor: auto;
  color: #000;
  opacity: 1; }

.enableInput input, .enableInput textarea, .enableInput select {
  border-bottom: 1px solid #d5d7d9;
  color: #4d4d4d;
  opacity: 1; }

.enableInput select {
  cursor: pointer; }

.enableInput .form-select:after {
  content: "\61"; }

.provideInfo {
  margin-bottom: 40px; }

.cursor-pointer {
  cursor: pointer; }

/****ConfirmPopup******/
@media (max-width: 767px) {
  #back-to-tasks, #agree-yes {
    min-width: 0;
    width: 90%; }

  #confirmPopup > div {
    width: 90%; } }
#confirmPopup {
  background: rgba(255, 255, 255, 0.9); }
  #confirmPopup .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto; }
    #confirmPopup .modal-dialog .modal-content {
      background-color: #fafafa; }
      #confirmPopup .modal-dialog .modal-content .dialog-close {
        position: relative;
        right: 10px;
        top: 5px;
        float: right; }
      #confirmPopup .modal-dialog .modal-content .btnContainer {
        margin-bottom: 25px; }

.disableProceed {
  cursor: not-allowed !important;
  opacity: 0.60;
  border: none;
  background: #f2f2f2 !important;
  pointer-events: none; }

.disableButton {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4; }

/*My Task Page*/
.myTasks .list-underline li, .myTasks .list-upload li, .myTasks .list-table li, .myTasks .msg-single .msg-meta li, .msg-single .myTasks .msg-meta li {
  font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #9B9B9B;
  overflow: hidden; }
  .myTasks .list-underline li a.active, .myTasks .list-upload li a.active, .myTasks .list-table li a.active, .myTasks .msg-single .msg-meta li a.active, .msg-single .myTasks .msg-meta li a.active {
    color: #122E53; }
.myTasks .locked-task {
  font-size: 18px;
  font-family: "museo-sans", "hindlight", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #9B9B9B;
  pointer-events: none; }
  .myTasks .locked-task .list-desc {
    display: inline-block;
    width: 220px; }

.background-check .disable-content {
  cursor: not-allowed; }
  .background-check .disable-content .company-info p .color-black {
    color: #c0c0c0; }
  .background-check .disable-content .company-info .color-blue-dark {
    color: #c0c0c0; }
  .background-check .disable-content .tag {
    background: #f1f1f1;
    color: #c0c0c0; }

.success-header {
  background: #122E53;
  color: #ffffff; }

/*Review Page*/
.reviewNote {
  max-width: 90%;
  margin: 0 auto;
  padding: 0px 20px 10px;
  box-sizing: border-box;
  text-align: left; }

.no_padding {
  padding: 0; }

.review_task_block {
  display: block; }
  .review_task_block .btn-sm {
    padding: 5px 25px; }
  .review_task_block .btn-xs {
    padding: 2px 15px;
    font-size: 14px;
    min-width: 0; }
  .review_task_block .form-group {
    margin-bottom: 20px;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word; }
  .review_task_block .form-control {
    color: #282828;
    margin: 0; }
  .review_task_block .review_task {
    display: block;
    padding: 30px 0 0 0;
    border: 1px solid #e5e6e7;
    border-radius: 5px;
    margin-bottom: 40px;
    cursor: pointer; }
    .review_task_block .review_task label {
      cursor: pointer; }
    .review_task_block .review_task .review_task_head {
      margin-top: 0px;
      padding: 0 20px 10px 20px;
      overflow: hidden; }
  .review_task_block .review_body {
    padding: 0 50px 0 70px; }
    .review_task_block .review_body.address-history .form-control {
      width: 100%;
      overflow: hidden; }
    .review_task_block .review_body .noMiddleName {
      font-size: 12px;
      line-height: 22px;
      color: #282828; }
    .review_task_block .review_body .ssnNumber span.dot {
      font-family: "hindregular", "Helvetica Neue", Helvetica, sans-serif;
      font-size: 50px;
      font-weight: bold;
      line-height: 8px; }
    .review_task_block .review_body h5 {
      font-size: 0.875em;
      color: #4A4A4A;
      line-height: 27px;
      margin-left: -15px; }
      .review_task_block .review_body h5.subheader-lg {
        font-size: 1.1rem; }
    .review_task_block .review_body .list-edit h5 {
      margin-bottom: 0; }
    .review_task_block .review_body .conviction-block .conviction {
      border: none;
      padding: 0;
      margin-left: 0; }
      .review_task_block .review_body .conviction-block .conviction .conviction-head {
        padding: 0 20px 10px 0;
        margin-top: 0; }
        .review_task_block .review_body .conviction-block .conviction .conviction-head .conviction-text {
          padding-left: 0;
          font-size: 14px; }
      .review_task_block .review_body .conviction-block .conviction .form-group {
        margin-left: 25px; }
    .review_task_block .review_body .well {
      padding: 0;
      border: none;
      box-shadow: none; }

/*End Review Page*/
input[readonly=readonly] {
  cursor: not-allowed; }

/*Background check page estimated day and progress bas*/
.current-status {
  font-size: 14px;
  line-height: 15px;
  color: #7C909F;
  text-align: right;
  position: relative;
  margin-top: -10px; }
  @media (max-width: 767px) {
    .current-status {
      margin-top: 5px; } }
  .current-status .estimated-day {
    padding-bottom: 15px; }
    .current-status .estimated-day .show-tooltip {
      display: none; }
    .current-status .estimated-day:hover .show-tooltip {
      display: block; }

.status-tooltip-msg {
  width: 50%;
  margin-top: 11px;
  background: #122E53;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000; }
  .status-tooltip-msg:after, .status-tooltip-msg:before {
    bottom: 100%;
    right: 3%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .status-tooltip-msg:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #122E53;
    border-width: 10px;
    margin-left: -10px; }
  .status-tooltip-msg:before {
    border-color: rgba(213, 215, 217, 0);
    border-bottom-color: #d5d7d9;
    border-width: 11px;
    margin-left: -11px; }
  .status-tooltip-msg p {
    margin: 0;
    padding: 25px;
    font-size: 14px;
    color: #ffffff;
    text-align: left; }
  @media (max-width: 767px) {
    .status-tooltip-msg {
      width: 100%; } }

/*End background check page estimated day and progress bas*/
.bkgchck-progress-bar {
  padding: 20px 0;
  position: relative;
  width: 90%;
  margin: 0 auto; }
  .bkgchck-progress-bar .progress {
    width: 96%;
    height: 16px;
    margin: 0 auto;
    background-color: #E2E2E2;
    box-shadow: none;
    border-radius: 0; }
    .bkgchck-progress-bar .progress:after, .bkgchck-progress-bar .progress:before {
      height: 34px;
      width: 34px;
      border-radius: 17px;
      position: absolute;
      background-color: #E2E2E2;
      content: " ";
      bottom: 10px;
      z-index: -1; }
    .bkgchck-progress-bar .progress:before {
      left: 0; }
    .bkgchck-progress-bar .progress:after {
      right: 0; }
    .bkgchck-progress-bar .progress .progress-bar {
      height: 6px;
      margin: 5px 3px;
      background-color: #3591E1;
      border-radius: 3px; }
      .bkgchck-progress-bar .progress .progress-bar:after, .bkgchck-progress-bar .progress .progress-bar:before {
        height: 20px;
        width: 20px;
        border-radius: 10px;
        position: absolute;
        background-color: #3591E1;
        content: " ";
        bottom: 17px;
        z-index: 1;
        display: none; }
      .bkgchck-progress-bar .progress .progress-bar:before {
        left: 7px; }
      .bkgchck-progress-bar .progress .progress-bar:after {
        right: 7px; }
      .bkgchck-progress-bar .progress .progress-bar.showBefore:before {
        display: block; }
      .bkgchck-progress-bar .progress .progress-bar.showAfter:after {
        display: block; }

.progress-msg {
  width: 100%;
  overflow: hidden; }
  .progress-msg span {
    max-width: 160px;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    text-align: center;
    padding-top: 5px; }

.order-list li {
  padding-top: 20px;
  padding-bottom: 20px; }
  .order-list li:last-child {
    border-bottom: 1px solid #d5d7d9; }

.noProgressInfo {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #7C909F;
  text-align: left; }

.m-top-30 {
  margin-top: -30px; }

.addAnotherDlBtn {
  color: #122E53;
  font-weight: bold;
  cursor: pointer; }

.margin-btm-0 {
  margin-bottom: 0px; }

/*Multi mvr tooltip css*/
.multi-mvr-tooltip {
  position: relative; }
  .multi-mvr-tooltip .instruction-msg {
    font-family: 'hindregular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #BF4444; }
    .multi-mvr-tooltip .instruction-msg .showInstruction {
      padding-left: 5px;
      cursor: pointer; }
    @media (max-width: 767px) {
      .multi-mvr-tooltip .instruction-msg {
        font-size: 14px;
        margin-top: 10px; } }
  .multi-mvr-tooltip .provide-tooltip-msg {
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    background-color: #122E53;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position: absolute;
    top: 34px;
    right: auto;
    z-index: 1;
    font-family: 'hindregular';
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .multi-mvr-tooltip .provide-tooltip-msg {
        min-height: 105px; } }
    .multi-mvr-tooltip .provide-tooltip-msg .close {
      font-size: 10px;
      line-height: 10px;
      font-family: cursive;
      color: #d2d2d2;
      position: absolute;
      padding: 5px;
      right: 2px;
      top: 0;
      z-index: 1000;
      cursor: pointer; }
    .multi-mvr-tooltip .provide-tooltip-msg:after {
      right: 19%;
      left: auto;
      top: -12px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(247, 247, 247, 0);
      border-bottom-color: #122E53;
      border-width: 10px;
      margin-top: -8px; }

/* custom square checkbox */
.square-checkbox {
  display: inline;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #4A4A4A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .square-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .square-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 2px;
    box-shadow: inset 0 0px 2px 0 rgba(0, 0, 0, 0.5); }
  .square-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .square-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .square-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 9px;
    border: solid #4A90E2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* End custom square checkbox */
#edit-icon-mvr {
  cursor: pointer; }

.licenseCheckRadio input[type="radio"][disabled] {
  opacity: 1;
  cursor: pointer !important;
  background-color: #ffff !important; }

.pad-right-40 {
  padding-right: 40px; }

.verified {
  color: #122E53 !important; }

@media (max-width: 767px) {
  .mvr-radio-group [class^="col-"] + [class^="col-"] {
    margin-top: 10px; } }
/*End Multi mvr tooltip css*/
/* HR Tech Demo Styles */
img#demo-logo {
  display: none; }

.kiosk-dialog {
  padding: 25px; }
  .kiosk-dialog .dialog-content {
    margin: 25px; }
    .kiosk-dialog .dialog-content .dialog-heading {
      font-family: 'hindmedium', 'Helvetica Neue', sans-serif;
      font-size: 1.375em;
      color: #000000;
      text-align: center;
      margin-bottom: 25px; }
    .kiosk-dialog .dialog-content .dialog-body {
      font-family: 'hindlight', 'Helvetica Neue', sans-serif;
      font-size: 1em;
      color: #000000; }
    .kiosk-dialog .dialog-content .dialog-actions {
      text-align: center;
      margin-top: 25px; }
      .kiosk-dialog .dialog-content .dialog-actions .action {
        background: #122E53 !important;
        height: 45px;
        width: 167px; }

/* Layer loading modal above all other modals */
#myModal,
.top-modal {
  z-index: 1060 !important; }

.top-modal-backdrop {
  z-index: 1055 !important; }

/* Disclosure stand alone modal */
.document-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  overflow: auto !important; }
  @media (max-width: 767px) {
    .document-modal {
      margin: 10px; } }
  .document-modal .modal-header {
    border-bottom: none; }
    .document-modal .modal-header .icon {
      cursor: pointer; }
  .document-modal .document-modal-content {
    font-family: 'hindregular', 'Helvetica Neue', sans-serif;
    margin: 0 25px; }
    @media (max-width: 767px) {
      .document-modal .document-modal-content {
        margin: 0; }
        .document-modal .document-modal-content table {
          table-layout: fixed; }
        .document-modal .document-modal-content article font {
          word-break: break-word; } }
    .document-modal .document-modal-content .heading {
      text-align: center; }
    .document-modal .document-modal-content .sub-heading {
      font-size: 1.25em;
      text-align: center;
      margin-top: 50px; }

.blur-content {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blur-content {
      opacity: 0.05; } }

.dynamicNote {
  max-width: 90%;
  margin: 0 auto;
  padding: 0px 20px 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #4A4A4A; }

.dynamic_search_container .form-icon .icon-exlamation {
  position: absolute;
  left: auto;
  right: 0; }
.dynamic_search_container .form-icon input {
  padding-left: 0;
  padding-right: 30px; }

/*Additional Document Page*/
.additionalDocumentBlock .upload-requirements {
  color: #686868;
  font-size: 0.750em;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  width: 100%; }
  .additionalDocumentBlock .upload-requirements b {
    font-weight: 300; }
  .additionalDocumentBlock .upload-requirements.mobile-show {
    color: #4A4A4A;
    font-size: 1em;
    text-align: left; }
    .additionalDocumentBlock .upload-requirements.mobile-show b {
      font-weight: bold; }
  .additionalDocumentBlock .upload-requirements.indent {
    margin-left: 18px; }
  .additionalDocumentBlock .upload-requirements.min-files {
    text-align: right;
    margin-right: 10px;
    width: 95px; }
.additionalDocumentBlock .document-html-instructions {
  word-wrap: break-word;
  overflow-wrap: break-word; }
.additionalDocumentBlock .instructionMsg {
  text-align: initial;
  max-width: 100%;
  padding: 0;
  font-size: 16px;
  color: #4A4A4A; }
.additionalDocumentBlock .list-table {
  max-width: 600px;
  margin: 0 auto; }
  .additionalDocumentBlock .list-table li {
    padding-right: 14px;
    box-sizing: border-box;
    cursor: pointer; }
  .additionalDocumentBlock .list-table a strong {
    font-weight: normal; }
  .additionalDocumentBlock .list-table .status-block {
    width: 46px;
    text-align: center;
    display: table-cell; }
  .additionalDocumentBlock .list-table .btn-outline {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 11px;
    min-width: 60px; }
  .additionalDocumentBlock .list-table .disable-document {
    cursor: not-allowed; }
    .additionalDocumentBlock .list-table .disable-document a {
      pointer-events: none;
      color: #969696; }

.save-width {
  min-width: 155px; }

.bordered-panel {
  display: block;
  padding: 20px 10px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  overflow: hidden; }
  .bordered-panel .panel-head {
    padding: 0 15px 0 15px;
    overflow: hidden; }
    .bordered-panel .panel-head .document-instructions {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex-flow: row nowrap; }
      .bordered-panel .panel-head .document-instructions .doc-instruction-heading {
        font-size: 1.125em;
        line-height: 18px;
        color: #4A4A4A;
        margin: 0 10px 0 0; }
    .bordered-panel .panel-head .iconBtn img {
      max-width: 18px;
      padding-right: 3px; }
    .bordered-panel .panel-head .upload-file {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .bordered-panel .panel-head .upload-file .btn span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .bordered-panel .panel-head .upload-file .btn span i {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 5px; }
    @media (max-width: 767px) {
      .bordered-panel .panel-head .doc-instruction-heading {
        font-size: 1em !important;
        width: 95%; }
      .bordered-panel .panel-head .iconBtn {
        width: auto; }
        .bordered-panel .panel-head .iconBtn img {
          max-width: 15px; }
      .bordered-panel .panel-head .upload-requirements {
        margin-top: 5px; } }

.uploadDownloadBlock .btn-sm {
  padding: 4px 13px;
  border-radius: 3px;
  min-width: 141px;
  text-align: center; }
.uploadDownloadBlock .downloadSection .panel-head {
  padding: 0 15px 0 15px; }
.uploadDownloadBlock .uploadSection .uploadedFile {
  padding: 12px;
  display: table;
  width: 100%;
  box-sizing: border-box; }
  .uploadDownloadBlock .uploadSection .uploadedFile .cell {
    display: flex;
    align-items: center; }
    .uploadDownloadBlock .uploadSection .uploadedFile .cell .deleteDocumentBtn {
      display: flex;
      width: 24px;
      cursor: pointer; }
  .uploadDownloadBlock .uploadSection .uploadedFile .doc-icon {
    width: 30px;
    height: 40px; }
    .uploadDownloadBlock .uploadSection .uploadedFile .doc-icon img {
      width: 100%;
      display: block; }
  .uploadDownloadBlock .uploadSection .uploadedFile .image-file-preview {
    cursor: pointer;
    height: 40px; }
    .uploadDownloadBlock .uploadSection .uploadedFile .image-file-preview img {
      height: 100%;
      display: block; }
  .uploadDownloadBlock .uploadSection .uploadedFile .doc-name-block {
    padding: 0 15px;
    width: calc(100% - 24px);
    box-sizing: border-box; }
    .uploadDownloadBlock .uploadSection .uploadedFile .doc-name-block .name {
      display: block;
      font-family: 'hindmedium';
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      color: #4A4A4A; }
    .uploadDownloadBlock .uploadSection .uploadedFile .doc-name-block .size {
      display: block;
      font-family: 'hindregular';
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #949494; }
    .uploadDownloadBlock .uploadSection .uploadedFile .doc-name-block .virusScan {
      display: block; }
      .uploadDownloadBlock .uploadSection .uploadedFile .doc-name-block .virusScan .indeterminate-progress-bar {
        margin-bottom: 0; }

.image-preview-modal .modal-dialog {
  top: 10%; }
.image-preview-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .image-preview-modal .modal-header h4 {
    margin: 0; }
.image-preview-modal .img-display {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .image-preview-modal .img-display img {
    max-width: 100%;
    max-height: 600px;
    height: auto;
    width: auto; }
.image-preview-modal .close-btn {
  cursor: pointer;
  float: right;
  height: 20px; }

.skipNowModal .modal-dialog {
  width: 500px;
  position: relative; }
  .skipNowModal .modal-dialog .dialog-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer; }
    .skipNowModal .modal-dialog .dialog-close img {
      width: 100%;
      height: auto; }
  .skipNowModal .modal-dialog .modal-body {
    padding: 70px 50px;
    margin: 0; }
    .skipNowModal .modal-dialog .modal-body h3, .skipNowModal .modal-dialog .modal-body .msg-single .msg-meta strong, .msg-single .msg-meta .skipNowModal .modal-dialog .modal-body strong {
      margin-top: 0; }
    .skipNowModal .modal-dialog .modal-body p {
      text-align: left; }
    .skipNowModal .modal-dialog .modal-body .button-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .skipNowModal .modal-dialog .modal-body .btn-md {
      min-width: 140px;
      max-width: 200px; }
    .skipNowModal .modal-dialog .modal-body .btn-outline {
      margin-right: 20px; }
@media (min-width: 768px) {
  .skipNowModal .modal-dialog {
    width: 500px; } }

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

.font-wt-normal {
  font-weight: normal; }

li.addAddressGapBlock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
  width: 100%; }
  li.addAddressGapBlock .list-action {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  li.addAddressGapBlock .list-action:nth-child(2) {
    text-align: right; }
  @media (max-width: 767px) {
    li.addAddressGapBlock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial; }
      li.addAddressGapBlock .list-action {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
      li.addAddressGapBlock .list-action:nth-child(2) {
        text-align: left; } }

.addressGapModal .modal-dialog {
  width: 800px;
  position: relative; }
  .addressGapModal .modal-dialog .modal-body {
    margin: 0 auto;
    max-width: 400px;
    position: static; }
    .addressGapModal .modal-dialog .modal-body label {
      text-align: left;
      display: block; }
    .addressGapModal .modal-dialog .modal-body .text-center p {
      text-align: inherit; }
@media (max-width: 767px) {
  .addressGapModal .modal-dialog {
    width: 96%;
    margin: 2%; } }

.list-table.addresslistData .address-history-item {
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  width: 100%; }
.list-table .addressGap a {
  cursor: pointer; }

.label-with-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .label-with-tooltip .cp-tooltip-icon {
    cursor: pointer;
    margin-left: 5px; }

.app-modal-window {
  height: fit-content; }
  .app-modal-window .modal-dialog {
    position: relative;
    width: 700px important;
    height: 600px important; }
    .app-modal-window .modal-dialog .modal-content {
      background-color: #fafafa; }
      .app-modal-window .modal-dialog .modal-content .modal-body {
        padding: 15px 20px; }
        .app-modal-window .modal-dialog .modal-content .modal-body .btn {
          cursor: pointer; }
      .app-modal-window .modal-dialog .modal-content .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        outline: 0;
        z-index: 1000;
        cursor: pointer; }
  @media (min-width: 301px) and (max-width: 400px) {
    .app-modal-window .modal-dialog {
      overflow: auto;
      height: 75vh; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .app-modal-window .modal-dialog {
      overflow: auto;
      height: 60vh; } }

.lockCoreTaskModal.validateSignatureModal {
  z-index: 2000 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  height: 100% !important; }
.lockCoreTaskModal .modal-dialog {
  position: relative; }
  .lockCoreTaskModal .modal-dialog .modal-content {
    background-color: #fafafa; }
    .lockCoreTaskModal .modal-dialog .modal-content .modal-body {
      padding: 15px 20px; }
      .lockCoreTaskModal .modal-dialog .modal-content .modal-body .btn {
        cursor: pointer; }
      .lockCoreTaskModal .modal-dialog .modal-content .modal-body.validate-modal {
        padding: 20px 20px 15px 20px; }
        .lockCoreTaskModal .modal-dialog .modal-content .modal-body.validate-modal .validate-btn {
          width: 49%;
          padding: 13px 18px 14px 18px; }
          @media (max-width: 767px) {
            .lockCoreTaskModal .modal-dialog .modal-content .modal-body.validate-modal .validate-btn {
              width: 100%; } }
    .lockCoreTaskModal .modal-dialog .modal-content .dialog-close {
      position: absolute;
      top: 10px;
      right: 10px;
      outline: 0;
      z-index: 1000;
      cursor: pointer; }
@media (min-width: 301px) and (max-width: 767px) {
  .lockCoreTaskModal .modal-dialog {
    width: 300px; } }

.addressToDate .form-icon input:disabled {
  background: #ffffff !important;
  color: #9B9B9B !important; }
.addressToDate .form-icon input::-ms-clear {
  display: none;
  color: transparent; }
.addressToDate .form-icon .lock-icon {
  position: absolute;
  left: auto;
  right: 0;
  color: #9B9B9B;
  cursor: pointer;
  z-index: 100;
  width: 28px;
  height: 28px;
  display: block;
  float: right;
  margin-top: -28px; }
  .addressToDate .form-icon .lock-icon img {
    width: 100%;
    display: block; }
  .addressToDate .form-icon .lock-icon.hideToolTip {
    z-index: 0; }
.addressToDate .form-icon .toDateLock-tooltip-msg {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #122E53;
  display: none;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 53px;
  right: auto;
  z-index: 1;
  font-family: "hindregular";
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  cursor: auto;
  margin-bottom: 0; }
  .addressToDate .form-icon .toDateLock-tooltip-msg:after {
    top: 100%;
    right: 5px;
    left: auto;
    border: 7px solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-top-color: #122E53; }

.intMvrDisableCountry select[disabled=disabled] {
  color: #4A4A4A !important;
  opacity: 1;
  background: inherit !important; }

/*Additional Information*/
.hasAdditionalInformation {
  background: #F7F7F7;
  padding: 20px 25px;
  overflow: hidden;
  margin: 15px 0 25px 0; }
  .hasAdditionalInformation .company-info.disabled {
    cursor: not-allowed !important; }
  .hasAdditionalInformation .company-info a {
    font-family: 'hindmedium';
    font-size: 14px;
    line-height: 24px;
    color: #4A4A4A; }
  .hasAdditionalInformation .bkg-status .tag {
    color: #ffffff;
    padding: 4px 10px; }

.additionalInfoBlock .btn-lg {
  min-width: 195px;
  padding: 13px 15px 14px 15px; }

#compliance-doc-modal .modal-content {
  width: 100%;
  position: absolute;
  top: 0; }

/*New Review Task Block*/
.newReviewTaskBlock .page-heading {
  padding-bottom: 20px; }
.newReviewTaskBlock .reviewNote {
  max-width: 100%;
  padding: 0 0 20px 0; }
.newReviewTaskBlock .info-message .error-text {
  font-family: 'hindmedium';
  font-size: 15px;
  font-weight: 600; }
  .newReviewTaskBlock .info-message .error-text i {
    padding-right: 5px; }
.newReviewTaskBlock .hr-line {
  border-bottom: 1px solid #e5e6e7; }
.newReviewTaskBlock .review_task_block {
  position: relative; }
  .newReviewTaskBlock .review_task_block.dynamic_search_container .review_task_name {
    border-bottom: none !important; }
  .newReviewTaskBlock .review_task_block .editTaskButton {
    position: absolute;
    right: -12px;
    top: -16px;
    z-index: 100;
    background: #ffffff;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(94, 94, 94, 0.5);
    border-radius: 19px;
    line-height: 36px;
    text-align: center;
    cursor: pointer; }
    .newReviewTaskBlock .review_task_block .editTaskButton .icon-pencil {
      font-size: 16px;
      color: rgba(94, 94, 94, 0.5); }
  .newReviewTaskBlock .review_task_block .review_task {
    padding-top: 15px; }
    .newReviewTaskBlock .review_task_block .review_task.form-error {
      border-color: #bf4444 !important; }
      .newReviewTaskBlock .review_task_block .review_task.form-error label {
        color: #7A7A7A; }
      .newReviewTaskBlock .review_task_block .review_task.form-error *:not(.iti-arrow) {
        border-color: #e5e6e7 !important; }
      .newReviewTaskBlock .review_task_block .review_task.form-error .review_task_name {
        color: #bf4444; }
        .newReviewTaskBlock .review_task_block .review_task.form-error .review_task_name span {
          top: 18px !important; }
        .newReviewTaskBlock .review_task_block .review_task.form-error .review_task_name .icon-exlamation {
          display: inline-block !important; }
    .newReviewTaskBlock .review_task_block .review_task .field-error label {
      color: #bf4444 !important; }
    .newReviewTaskBlock .review_task_block .review_task .field-error .fullAddressError {
      color: #bf4444 !important; }
      .newReviewTaskBlock .review_task_block .review_task .field-error .fullAddressError select[disabled=disabled] {
        color: #bf4444 !important; }
    .newReviewTaskBlock .review_task_block .review_task .review_task_head {
      padding: 0 20px 20px 20px; }
      .newReviewTaskBlock .review_task_block .review_task .review_task_head .review_task_name {
        border-bottom: 1px solid #e5e6e7;
        position: relative; }
        .newReviewTaskBlock .review_task_block .review_task .review_task_head .review_task_name span {
          background-color: #ffffff;
          position: relative;
          top: 13px;
          padding: 0 10px 0 0; }
        .newReviewTaskBlock .review_task_block .review_task .review_task_head .review_task_name .icon-exlamation {
          display: none; }
    .newReviewTaskBlock .review_task_block .review_task .form-control input[disabled=disabled], .newReviewTaskBlock .review_task_block .review_task .form-control textarea[disabled=disabled] {
      color: #282828 !important;
      cursor: pointer !important;
      opacity: 1;
      background: #ffffff !important;
      border-bottom: none; }
    .newReviewTaskBlock .review_task_block .review_task .form-control .intl-tel-input {
      display: block; }
      .newReviewTaskBlock .review_task_block .review_task .form-control .intl-tel-input input {
        padding-left: 35px; }
      .newReviewTaskBlock .review_task_block .review_task .form-control .intl-tel-input .flag-container {
        pointer-events: none; }
        .newReviewTaskBlock .review_task_block .review_task .form-control .intl-tel-input .flag-container .selected-flag {
          outline: none;
          padding-left: 0; }
          .newReviewTaskBlock .review_task_block .review_task .form-control .intl-tel-input .flag-container .selected-flag .iti-arrow {
            display: none; }
        .newReviewTaskBlock .review_task_block .review_task .form-control .intl-tel-input .flag-container:hover .selected-flag {
          background: none; }
    .newReviewTaskBlock .review_task_block .review_task .form-group[disabled=disabled] {
      margin: 0;
      background: inherit !important;
      opacity: 1; }
    .newReviewTaskBlock .review_task_block .review_task select[disabled=disabled] {
      border: none;
      color: #282828 !important;
      opacity: 1;
      cursor: text !important; }
    .newReviewTaskBlock .review_task_block .review_task .hideLabel label {
      display: none !important; }
    .newReviewTaskBlock .review_task_block .review_task .hideField {
      display: none;
      width: 0;
      height: 0; }

.dateDropDownBlock {
  overflow: hidden; }
  @media (max-width: 767px) {
    .dateDropDownBlock {
      width: 100%; }
      .dateDropDownBlock .dob-column {
        box-sizing: border-box;
        margin-top: 0 !important; }
      .dateDropDownBlock .day {
        width: 20%; }
      .dateDropDownBlock .month {
        width: 40%; }
      .dateDropDownBlock .year {
        width: 30%; } }

.saml-error-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .saml-error-header h1 {
    margin-bottom: 0; }

.saml-error-text {
  font-size: 20px;
  line-height: 1.4; }

.mailingAddressNote {
  font-size: 13px;
  color: #bf4444 !important;
  margin-bottom: 0; }

.reviewCountry {
  width: auto; }
  .reviewCountry select {
    width: 100% !important;
    padding: 0;
    border: none;
    outline: none;
    cursor: text !important;
    color: #282828 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 1;
    white-space: pre-wrap; }
  .reviewCountry .form-select:after {
    display: none !important; }
  .reviewCountry label {
    display: none !important; }

.japaneseStyles .remove-box em {
  font-style: normal; }
.japaneseStyles em {
  font-style: normal; }
.japaneseStyles.loginView .col-center {
  padding: 30px 85px 40px 85px; }
.japaneseStyles .addressGapModal .modal-dialog .modal-body {
  max-width: 420px; }

.tooltip-msg p a {
  color: #ffffff !important;
  display: inline; }

.titled-container {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px 20px 0 20px;
  position: relative; }
  .titled-container .title-container {
    background: #ffffff;
    margin: -30px 0 0 -16px;
    overflow: hidden;
    padding: 10px;
    width: max-content; }
    .titled-container .title-container .title {
      color: #4A4A4A;
      font-size: 0.75em;
      margin-bottom: 0; }
  .titled-container .titled-container-close-btn {
    position: absolute;
    right: 10px;
    top: 10px; }
    .titled-container .titled-container-close-btn .close-btn {
      cursor: pointer; }
  .titled-container .form-group {
    margin-bottom: 20px; }
  .titled-container .ukdna-date-to-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .titled-container .ukdna-date-to-label .ukdna-present-selection {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .titled-container .ukdna-date-to-label .ukdna-present-selection .round-checkbox {
        margin-right: 5.5px; }

.ukdna-bt {
  height: 15px;
  margin-top: 5px; }

.remove-btm-margin {
  margin-bottom: 0; }

.form-action {
  margin: 0 0 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .form-action.align-right {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; }
  .form-action .action-text {
    color: #4587C5;
    font-size: 0.875em;
    cursor: pointer;
    font-family: 'hindmedium', 'Helvetica Neue', sans-serif; }
    .form-action .action-text:hover {
      color: #5778a6; }

.btn-link .action-text {
  font-weight: 600;
  color: #122E53;
  cursor: pointer; }
  .btn-link .action-text:hover {
    color: #5778a6; }

.form-label-with-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-label-with-action .tertiary-button {
    border: none;
    cursor: pointer;
    font-size: 0.750em;
    height: 20px;
    line-height: 18px;
    outline: none;
    padding: 0 8px;
    font-family: 'hindsemibold', 'Helvetica Neue', sans-serif;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-label-with-action .tertiary-button.inactive {
      background: #f1f1f1;
      color: #8A8A8A; }
    .form-label-with-action .tertiary-button.active {
      background: #DCEEFF;
      color: #4587C5; }

.typeahead-alt-action {
  background: #F9F9F9;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 18px 28px; }
  .typeahead-alt-action .action-text {
    color: #4587C5;
    cursor: pointer; }
    .typeahead-alt-action .action-text:hover {
      opacity: 0.8; }

/* Angular UI Typeahead Overrides */
#emp-form .typeahead-result-with-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #emp-form .typeahead-result-with-img img {
    border-radius: 50%;
    height: 30px;
    margin-right: 10px; }

.dropdown-menu {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  list-style-type: none;
  margin-left: 0;
  padding: 15px 0;
  margin-bottom: 0; }
  .dropdown-menu .uib-typeahead-match {
    cursor: pointer;
    padding: 10px 30px; }
    .dropdown-menu .uib-typeahead-match:hover {
      background: #DCEEFF; }
    .dropdown-menu .uib-typeahead-match a {
      color: #4A4A4A; }
      .dropdown-menu .uib-typeahead-match a strong {
        font-family: 'hindsemibold', 'Helvetica Neue', sans-serif; }

.typeahead-dropdown .dropdown-menu {
  border-bottom: 1px solid #979797;
  border-radius: 4px 0 0;
  max-height: 250px;
  overflow-y: auto; }

.addressSuggestionModal .modal-dialog {
  position: relative; }
  .addressSuggestionModal .modal-dialog .modal-content {
    overflow: hidden; }
  .addressSuggestionModal .modal-dialog .dialog-close {
    top: 0; }
  .addressSuggestionModal .modal-dialog .modal-spacing {
    padding: 0 40px 0 40px; }
  .addressSuggestionModal .modal-dialog .modal-header {
    border-bottom: none;
    overflow: hidden; }
    .addressSuggestionModal .modal-dialog .modal-header h3, .addressSuggestionModal .modal-dialog .modal-header .msg-single .msg-meta strong, .msg-single .msg-meta .addressSuggestionModal .modal-dialog .modal-header strong {
      font-size: 1.375rem;
      text-align: center; }
  .addressSuggestionModal .modal-dialog .modal-body .suggestType {
    margin-bottom: 30px; }
    .addressSuggestionModal .modal-dialog .modal-body .suggestType h5 {
      margin-bottom: 10px; }
    .addressSuggestionModal .modal-dialog .modal-body .suggestType .suggestion {
      border: 1px solid #979797;
      border-radius: 3px;
      cursor: pointer;
      overflow: hidden; }
      .addressSuggestionModal .modal-dialog .modal-body .suggestType .suggestion.selected {
        border-width: 2px;
        border-color: #6CAB36;
        box-shadow: 0px 0px 1px #6CAB36; }
      .addressSuggestionModal .modal-dialog .modal-body .suggestType .suggestion .radio-inline {
        width: 100%;
        padding: 15px;
        display: block;
        font-weight: normal;
        font-size: 1em;
        overflow: hidden; }
        .addressSuggestionModal .modal-dialog .modal-body .suggestType .suggestion .radio-inline input[type="radio"] {
          display: block;
          float: left;
          margin-top: 7px; }
        .addressSuggestionModal .modal-dialog .modal-body .suggestType .suggestion .radio-inline span {
          display: block;
          float: left;
          margin-left: 15px; }
  .addressSuggestionModal .modal-dialog .modal-footer {
    padding-top: 30px; }
    .addressSuggestionModal .modal-dialog .modal-footer .btn {
      min-width: 135px; }

.verifyAddressMessage .error-text {
  font-size: 15px;
  font-weight: 600; }
  .verifyAddressMessage .error-text i {
    padding-right: 5px; }

.disableCountryDropDown [disabled=disabled] {
  opacity: 1; }
.disableCountryDropDown select[disabled=disabled] {
  color: #4A4A4A !important;
  opacity: 1;
  background: #ffffff !important; }

.modal-center {
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important; }
  @media (max-width: 767px) {
    .modal-center {
      top: 40% !important;
      transform: translateY(-40%) !important;
      -webkit-transform: translateY(-40%) !important;
      -moz-transform: translateY(-40%) !important;
      -o-transform: translateY(-40%) !important; }
      .modal-center .modal-dialog {
        margin: 10px auto; } }

.empVerificationOptOutModal .btn-lg {
  max-width: 250px; }

.highlightDl {
  color: #000000; }

.disable-upload-doc-btn {
  cursor: not-allowed; }
  .disable-upload-doc-btn input[type="file"] {
    pointer-events: none; }

.pdf-view-container {
  width: 100%;
  height: 400px; }
  .pdf-view-container .pdfjs .toolbar {
    z-index: 100; }
    .pdf-view-container .pdfjs .toolbar .bookmark {
      display: none; }

.prefil_signature {
  overflow: hidden; }

.licenceCodeModal .modal-dialog {
  width: 500px;
  position: relative; }
  .licenceCodeModal .modal-dialog .modal-body {
    margin: 0;
    padding: 25px;
    overflow: hidden; }
    .licenceCodeModal .modal-dialog .modal-body .btn-md {
      padding: 8px; }
    .licenceCodeModal .modal-dialog .modal-body .btn-outline {
      margin-right: 15px; }
    .licenceCodeModal .modal-dialog .modal-body .btn-container {
      display: flex; }
@media (max-width: 767px) {
  .licenceCodeModal .modal-dialog {
    width: 96%;
    margin: 2%; } }

.dispute-actions a, .dispute-actions a:visited {
  color: #4587C5;
  margin: 5px 0;
  text-decoration: underline; }

.note {
  font-family: "museo-sans", "hindregular", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #4A4A4A; }
  .note.grey-medium {
    color: #707070; }

.prefillCandidateDataModal .modal-dialog, .confirm-modal-sm .modal-dialog {
  min-width: 200px;
  max-width: 425px;
  top: 200px; }
  .prefillCandidateDataModal .modal-dialog .modal-body, .confirm-modal-sm .modal-dialog .modal-body {
    padding: 20px; }
    .prefillCandidateDataModal .modal-dialog .modal-body h3, .prefillCandidateDataModal .modal-dialog .modal-body .msg-single .msg-meta strong, .msg-single .msg-meta .prefillCandidateDataModal .modal-dialog .modal-body strong, .confirm-modal-sm .modal-dialog .modal-body h3, .confirm-modal-sm .modal-dialog .modal-body .msg-single .msg-meta strong, .msg-single .msg-meta .confirm-modal-sm .modal-dialog .modal-body strong {
      margin: 10px 0; }
    .prefillCandidateDataModal .modal-dialog .modal-body h5, .confirm-modal-sm .modal-dialog .modal-body h5 {
      text-align: left; }
    .prefillCandidateDataModal .modal-dialog .modal-body .button-container, .confirm-modal-sm .modal-dialog .modal-body .button-container {
      text-align: right; }
      .prefillCandidateDataModal .modal-dialog .modal-body .button-container .btn, .confirm-modal-sm .modal-dialog .modal-body .button-container .btn {
        margin-top: 5px;
        min-width: 100px; }

.confirm-modal-md .modal-dialog {
  min-width: 200px;
  max-width: 425px;
  top: 200px; }
  .confirm-modal-md .modal-dialog .modal-body {
    padding: 20px; }
    .confirm-modal-md .modal-dialog .modal-body h5 {
      text-align: left; }
    .confirm-modal-md .modal-dialog .modal-body .button-container {
      text-align: right; }
      .confirm-modal-md .modal-dialog .modal-body .button-container .btn {
        margin-top: 5px;
        min-width: 100px; }

.pending-task-list {
  margin: 0.938rem 0; }
  .pending-task-list .card .card-header .btn:focus, .pending-task-list .card .card-header .btn.focus {
    box-shadow: none; }
  .pending-task-list .card .card-header .card-toggle {
    background: none;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0;
    text-align: left;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .pending-task-list .card .card-header .card-toggle .expand-icon {
      margin-right: 0.625rem; }
  .pending-task-list .card .card-body {
    font-size: 0.875rem; }
    .pending-task-list .card .card-body .task-link {
      color: #1B49C1;
      font-weight: 600;
      outline: none; }
      .pending-task-list .card .card-body .task-link:focus, .pending-task-list .card .card-body .task-link:active {
        outline: none; }
      .pending-task-list .card .card-body .task-link:hover {
        text-decoration: underline; }
    .pending-task-list .card .card-body table {
      border: 1px solid #DBDBDB;
      margin-bottom: 0; }
      .pending-task-list .card .card-body table th, .pending-task-list .card .card-body table td {
        padding: 0.75rem 1.25rem; }
      .pending-task-list .card .card-body table thead tr {
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 0; }
        .pending-task-list .card .card-body table thead tr th {
          border-bottom: 0; }
          .pending-task-list .card .card-body table thead tr th:last-child {
            text-align: end; }
      .pending-task-list .card .card-body table tbody tr td:last-child {
        text-align: end; }

.disable-event-click {
  pointer-events: none;
  cursor: default; }

.argyle-status-badge {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2DC071;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(45, 192, 113, 0.15);
  color: white;
  cursor: pointer;
  font-family: 'hindbold', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.75rem;
  max-width: 126px;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  top: 20px;
  transition: transform .2s ease, background .3s ease, box-shadow .3s ease; }
  .argyle-status-badge img {
    margin-right: 5px; }
  .argyle-status-badge:hover {
    background-color: rgba(45, 192, 113, 0.8); }

.argyle-status-badge-visible {
  padding-right: 150px; }

.argyle-section {
  border-top: 1px solid #e5e6e7;
  padding-top: 5%; }
  .argyle-section p:first-of-type {
    color: #4c4e50; }
  .argyle-section .skip-argyle {
    display: block;
    margin-top: 20px; }

.argyle-div {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%; }

.argyle-div small {
  font-size: 13px;
  color: #666;
  line-height: 1.5; }

.anchor-blue-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 4px;
  font-size: 13px; }

/* Ensure full responsiveness */
@media (max-width: 768px) {
  .argyle-div {
    padding: 0 10px;
    justify-content: center; }

  .argyle-div small {
    font-size: 13px;
    display: inline-block; } }
.blue-text {
  color: #122E53; }

.learn-more-popup .modal-dialog {
  max-width: 600px; }
  .learn-more-popup .modal-dialog .modal-content {
    border-radius: 0; }
  .learn-more-popup .modal-dialog .modal-header {
    background: #122E53;
    color: #fff;
    padding: 20px;
    font-weight: bold !important; }
    .learn-more-popup .modal-dialog .modal-header h3, .learn-more-popup .modal-dialog .modal-header .msg-single .msg-meta strong, .msg-single .msg-meta .learn-more-popup .modal-dialog .modal-header strong {
      margin: 0;
      font-size: 16px; }
  .learn-more-popup .modal-dialog .dialog-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1000;
    cursor: pointer; }
    .learn-more-popup .modal-dialog .dialog-close img {
      width: 100%;
      height: auto; }
  .learn-more-popup .modal-dialog .modal-body {
    padding: 20px;
    margin: 0; }
    .learn-more-popup .modal-dialog .modal-body .points {
      margin-bottom: 20px; }
      .learn-more-popup .modal-dialog .modal-body .points h6 {
        font-size: 14px;
        margin-bottom: 5px; }
        .learn-more-popup .modal-dialog .modal-body .points h6 i {
          margin-right: 5px; }
          .learn-more-popup .modal-dialog .modal-body .points h6 i img {
            width: 20px;
            display: block; }
      .learn-more-popup .modal-dialog .modal-body .points p {
        font-size: 14px;
        padding-left: 25px;
        margin: 0; }
      .learn-more-popup .modal-dialog .modal-body .points.horizontal-line {
        border-bottom: 1px solid #e4e4e4; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite; }

.modal-dialog:has(div.nodata-popup) {
  min-width: 200px;
  max-width: 425px;
  top: 200px; }

.review-result-popup .modal-dialog {
  max-width: 600px; }
  .review-result-popup .modal-dialog .modal-content {
    border-radius: 0; }
  .review-result-popup .modal-dialog .modal-header {
    background: #122E53;
    color: #fff;
    padding: 20px;
    font-weight: bold !important; }
    .review-result-popup .modal-dialog .modal-header h3, .review-result-popup .modal-dialog .modal-header .msg-single .msg-meta strong, .msg-single .msg-meta .review-result-popup .modal-dialog .modal-header strong {
      margin: 0;
      font-size: 16px; }
  .review-result-popup .modal-dialog .modal-body {
    padding: 20px;
    margin: 0;
    text-align: left; }
    .review-result-popup .modal-dialog .modal-body .info {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .review-result-popup .modal-dialog .modal-body .info .icon-exclamation {
        margin-right: 10px; }
    .review-result-popup .modal-dialog .modal-body .info-box .outer-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      border: 1px solid #ddd; }
      .review-result-popup .modal-dialog .modal-body .info-box .outer-table th, .review-result-popup .modal-dialog .modal-body .info-box .outer-table td {
        padding: 20px; }
      .review-result-popup .modal-dialog .modal-body .info-box .outer-table th {
        padding: 20px; }
    .review-result-popup .modal-dialog .modal-body .info-box .inner-table {
      width: 100%;
      border-collapse: collapse; }
      .review-result-popup .modal-dialog .modal-body .info-box .inner-table th, .review-result-popup .modal-dialog .modal-body .info-box .inner-table td {
        padding: 8px;
        border: none; }
      .review-result-popup .modal-dialog .modal-body .info-box .inner-table th {
        width: 30%;
        text-align: left;
        background-color: #f8f9fa;
        /* Slight background color for header cells */ }
      .review-result-popup .modal-dialog .modal-body .info-box .inner-table td {
        text-align: left;
        background-color: #fff; }
      .review-result-popup .modal-dialog .modal-body .info-box .inner-table tr:not(:first-of-type) {
        border-top: 1px solid #ddd; }

@media (min-width: 768px) {
  .got-it {
    width: auto; } }
.img-round {
  border-radius: 100%; }

.form-phone-details {
  display: flex;
  align-items: flex-start;
  column-gap: 30px; }

.contactType {
  width: auto; }
  .contactType select {
    width: 100% !important;
    padding: 0;
    border: none;
    outline: none;
    cursor: text !important;
    color: #282828 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 1;
    white-space: pre-wrap; }
  .contactType .form-select:after {
    display: none !important; }
  .contactType label {
    display: none !important; }

/* CV UPLOAD PII SECTION START*/
.outer-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }

.upload-area {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #f8fafd;
  text-align: center;
  padding: 25px;
  cursor: pointer;
  margin: 15px 20px; }

.upload-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 10px; }

.cv-select-instruction {
  font-size: 14px;
  color: #555; }

.cv-error-msg {
  font-size: 12px;
  color: #d9534f;
  margin-top: 5px; }

.cv-file-input {
  display: none; }

.cv-submit {
  display: block;
  margin: auto;
  padding: 8px 25px; }

.cva-file-display {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  padding: 8px 12px;
  border-bottom: solid 2px;
  border-block-color: #D3D3D3; }

.icon.view,
.icon.delete {
  cursor: pointer;
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.icon.file {
  width: 22px;
  height: 22px;
  vertical-align: sub; }

.resume-file-name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-weight: 600; }

.resume-file {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px;
  background: #f9fafb;
  padding: 8px 12px;
  font-weight: 600; }

.cv-submit-warning {
  margin-top: 15px;
  font-size: 14px;
  text-align: center; }

/* CV UPLOAD PII SECTION ENDS*/
.phoneType {
  -webkit-appearance: none !important;
  padding: 2px !important; }

.dhstc-popup {
  display: inline !important;
  color: blue !important; }

.dhsct-model {
  height: 90vh !important; }

@media (max-width: 767px) {
  #single-name-tooltip {
    left: calc(50% - 111px) !important;
    width: 66%;
    border-radius: 12px; }

  .cp-tooltip.cp-tooltip--bottom:after {
    bottom: 100%  !important;
    left: 92%  !important; }

  .cp-tooltip .cp-tooltip__close {
    display: none  !important; }

  .dhstc-model {
    height: 100vh !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #single-name-tooltip {
    width: 0%;
    top: calc(50% - 27px) !important;
    font-size: 8px;
    border-radius: 12px; }

  .cp-tooltip.cp-tooltip--bottom:after {
    bottom: 100%  !important;
    left: 92%  !important; }

  .cp-tooltip .cp-tooltip__close {
    display: none  !important; } }
.icon-exclamation-div-container {
  padding: 10px;
  display: flex;
  position: relative; }

@media (max-width: 767px) {
  .icon-exclamation-div {
    position: absolute;
    left: -15px;
    bottom: 18px; } }
@media (min-width: 768px) {
  .icon-exclamation-div {
    position: absolute;
    left: -40px;
    top: 16px; } }
/* ID Verification Page */
.id-verification-page {
  /* Mobile overrides */
  /* Tablet overrides */
  /* Large tablets like iPad Pro, Surface Pro */
  /* Mobile overrides only — desktop remains unchanged */
  /* Tablet portrait / mid-range devices like iPad Mini/Air */ }
  .id-verification-page .content-wrapper {
    max-width: 560px;
    margin: 18px auto 48px;
    padding: 0 12px; }
  .id-verification-page .secure-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFCF5;
    border: 1px solid #FACC15;
    color: #102f4b;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin: 8px 0 20px;
    position: relative;
    left: 180px; }
  .id-verification-page .secure-lock {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #102f4b; }
  .id-verification-page .page-title {
    font-size: 32px;
    margin: 6px 0 6px;
    color: #102f4b;
    font-weight: 700;
    text-align: center;
    margin-left: 180px; }
  .id-verification-page .page-sub {
    margin: 0;
    color: #102f4b;
    text-align: left;
    margin-left: 20px;
    white-space: nowrap; }
  .id-verification-page .first-sub {
    margin-bottom: 20px; }
  .id-verification-page .third-sub {
    margin-bottom: 20px; }
  .id-verification-page .fourth-sub {
    margin-bottom: 20px; }
  .id-verification-page .steps {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    width: 100%;
    text-align: left; }
  .id-verification-page .step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 14px; }
  .id-verification-page .circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e3e7ea;
    color: #102f4b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    left: 180px;
    margin: 0; }
  .id-verification-page .step:not(.last) .circle::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 10px;
    width: 2px;
    height: calc(100% - 20px);
    background: #e3e7ea;
    border-radius: 1px; }
  .id-verification-page .step-text strong {
    display: block;
    color: #102f4b;
    font-size: 15px;
    margin-bottom: 6px;
    position: relative;
    left: 180px; }
  .id-verification-page .step-text .muted {
    color: #102f4b;
    font-size: 13px;
    position: relative;
    left: 180px; }
  .id-verification-page .agreement {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 26px;
    margin-left: 120px;
    color: #102f4b;
    font-size: 14px;
    font-weight: 600; }
  .id-verification-page .agreement-label {
    color: #102f4b;
    font-weight: 500;
    font-size: 14px; }
  .id-verification-page .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 8px; }
  .id-verification-page .btn.btn-lg.btn-solid {
    background: #102f4b;
    color: #fff;
    border: none;
    padding: 10px 28px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: auto;
    min-width: 200px;
    max-width: 240px;
    position: relative;
    left: 80px; }
  .id-verification-page .btn.btn-lg.btn-solid[disabled] {
    opacity: 0.45;
    cursor: not-allowed; }
  .id-verification-page .opt-out-link {
    margin-top: -20px;
    margin-left: 150px;
    font-size: 14px;
    color: #102f4b;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    font-weight: 500; }
  .id-verification-page .opt-out-link:hover {
    text-decoration: none; }
  @media (max-width: 520px) {
    .id-verification-page .opt-out-link {
      margin: 0 auto !important;
      display: block !important;
      text-align: center; } }
  @media (min-width: 521px) and (max-width: 900px) {
    .id-verification-page .opt-out-link {
      margin: 0 auto !important;
      display: block !important;
      text-align: center; } }
  @media (min-width: 901px) and (max-width: 1366px) {
    .id-verification-page .secure-note, .id-verification-page .page-title, .id-verification-page .page-sub, .id-verification-page .circle, .id-verification-page .step-text strong,
    .id-verification-page .step-text .muted, .id-verification-page .agreement, .id-verification-page .btn.btn-lg.btn-solid, .id-verification-page .opt-out-link {
      left: 0 !important;
      margin-left: 0 !important; }
    .id-verification-page .page-sub, .id-verification-page .agreement {
      white-space: normal; }
    .id-verification-page .btn.btn-lg.btn-solid, .id-verification-page .opt-out-link {
      margin: 0 auto !important;
      display: block !important;
      text-align: center; } }
  @media (max-width: 520px) {
    .id-verification-page {
      /* Reset forced horizontal offsets */ }
      .id-verification-page .secure-note, .id-verification-page .page-title, .id-verification-page .page-sub, .id-verification-page .circle, .id-verification-page .step-text strong,
      .id-verification-page .step-text .muted, .id-verification-page .agreement, .id-verification-page .btn.btn-lg.btn-solid {
        left: 0 !important;
        margin-left: 0 !important; }
      .id-verification-page .page-sub, .id-verification-page .agreement {
        white-space: normal; }
      .id-verification-page .btn.btn-lg.btn-solid {
        left: 0 !important;
        margin: 0 auto !important;
        display: block !important; }
      .id-verification-page .actions {
        gap: 20px; } }
  @media (min-width: 521px) and (max-width: 900px) {
    .id-verification-page .secure-note, .id-verification-page .page-title, .id-verification-page .page-sub, .id-verification-page .circle, .id-verification-page .step-text strong,
    .id-verification-page .step-text .muted, .id-verification-page .agreement, .id-verification-page .btn.btn-lg.btn-solid {
      left: 0 !important;
      margin-left: 0 !important; }
    .id-verification-page .page-sub, .id-verification-page .agreement {
      white-space: normal; }
    .id-verification-page .btn.btn-lg.btn-solid {
      margin: 0 auto !important;
      display: block !important; } }

/*# sourceMappingURL=main.css.map */
