/* -----------------------------------------------------------------------------

  LOGIN POPUP APP
  
----------------------------------------------------------------------------- */
.profiler-results {
  display: none;
}
/* -----------------------------------------------------------------------------

  MAIN CONFIG
  
----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * Config partials should not output any CSS
 * They should only contain things like mixin declarations, functions, and variables
 */
/** 
* Do not use any of these variables directly - use the native CSS custom 
* properties defined in _colour.variables.less
* e.g. var(--lvh-some-colour)
*
* These variables can very easily become out of sync and should only be 
* used in situations where we cannot use custom properties in LESS.
*
* We'll be switching to Mango UI web components at some point so this file 
* will most likely become redundant after that has been rolled out.
*/
/* Social brand colours */
/* Campaign Palette */
/* External vendor colours */
/* -----------------------------------------------------------------------------

  FONTS CONFIG

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  NOTE:

  HELLO FRIEND!

  Are you about to change the version of IconFontLite? If no, continue on. If
  yes then you need to be aware that all references to this font must also be
  updated. We get this for free with IconFont because we update the version
  number in one place in the _IconFont.cshtml partial. This isn't the case
  here, it will need to be updated in all external components / widgets.

----------------------------------------------------------------------------- */
/* magnifying glass */
/* label */
/* suitcase */
/* speech bubbles */
/* plus symbol */
/* facebook logo */
/* twitter logo */
/* linkedIn logo */
/* google+ logo */
/* instagram logo */
/* padlock */
/* location pin */
/* suitcase with lock */
/* tick */
/* left arrow */
/* chevron right */
/* empty line graph */
/* star */
/* not visible */
/* visible */
/* label - solid colour */
/* envelope */
/* letterbox */
/* curved arrow right */
/* paperclip */
/* cog */
/* chain */
/* article */
/* tick */
/* back arrow */
/* forward arrow */
/* sms speech icon */
/* graph */
/* analogue clock */
/* flag */
/* money bag */
/* access denied */
/* share logo */
/* sheet of paper with folded corner */
/* download */
/* graduation cap */
/* donut */
/* cross */
/* down arrow */
/* left arrow */
/* up arrow */
/* chevron right */
/* chevron right solid colour */
/* toggle */
/* heart rate recording */
/* telephone */
/* bulleted list */
/* bulleted list alt */
/* magnifying glass */
/* areoplane */
/* credit/debit card */
/* no reference */
/* grabage bin */
/* plus sign solid colour */
/* archive symbol */
/* new message */
/* plus sign solid colour */
/* calendar */
/* pencil */
/* minus sign solid colour */
/* document */
/* access */
/* approved list */
/* building */
/* male */
/* exclamation mark */
/* information solid colour */
/* document solid colour */
/* two squares solid colour */
/* arrow right */
/* side by side figures */
/* tick */
/* three figures */
/* male with plus symbol */
/* heart */
/* male worker with headset */
/* male worker */
/* open speech marks */
/* light bulb */
/* award */
/* youtube logo */
/* play video */
/* close speech marks */
/* star */
/* flag */
/* question mark */
/* heart */
/* pdf symbol */
/* pen and paper */
/* continuous loop */
/* no access */
/* target */
/* dollar sign */
/* H symbol */
/* T symbol */
/* A symbol */
/* C symbol */
/* I symbol */
/* Side by side figures */
/* Transparent circle */
/* Left chervron */
/* Up chevron */
/* Plus symbol */
/* Open box */
/* Video camera */
/* Play */
/* Upload */
/* ID */
/* Toggle */
/* Letter tray */
/* Transparent video camera */
/* Anayltics */
/* Branches */
/* Rocket */
/* Light bulb */
/* Resize */
/* Three dots to make a triangle */
/* Figure with plus symbol */
/* Side kebab */
/* flag */
/* Upload */
/* Continuous loop */
/* Stopwatch */
/* Facebook logo */
/* LinkedIn logo */
/* LiveHire logo */
/* Calendar */
/* Location pin */
/* Figure */
/* Globe */
/* Lock */
/* Suitcase */
/* Connections */
/* Eye */
/* Camera */
/* Clock (at 3pm) */
/* Two sort of stacked boxes */
/* Document */
/* Lightning Bolt */
/* The letter L */
/* Paperclip */
/* Checklist */
/* Handbrakey */
/* Activity */
/* Attached CV */
/* Cover Letter */
/* Exclamation Mark */
/* Pop out */
/* Zoom out */
/* Zoom in */
/* Left pane */
/* Print */
/* Hiretual */
/* Timeline */
/* Filter */
/* Question mark */
/* Pin */
/* Segments */
/* Badge */
/* Hotel */
/* Paragraph x 2 */
/* Privacy policy */
/* Transactions */
/* Scripts */
/* R character */
/* Privacy Deletion */
/* CSV */
/* Privacy Deletion for profile */
/* Privacy Padlock */
/* Profile Consent */
/* Eye show/hide */
/* Disabled */
/* AI sparkle */
/* -----------------------------------------------------------------------------

  Z-INDEX MAPPING
  
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  MEDIA QUERY BREAKPOINTS
  
----------------------------------------------------------------------------- */
/**
 * NOTE:
 * Tested this in Chrome/FF/Edge/IE11 and it seems to display correctly
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------------------------------------------------

  RESETS
  
----------------------------------------------------------------------------- */
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
textarea {
  resize: none;
}
/* -----------------------------------------------------------------------------

  ALL COMPONENTS
  
----------------------------------------------------------------------------- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  resize: none;
}
label.label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
  margin: 0 0 10px 0;
}
label.label.with-checkbox {
  display: flex;
  justify-content: space-between;
}
label.label > .sub-text {
  font-weight: 400;
  color: var(--lvh-secondary-text);
}
input[type='text'],
input[type='url'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='month'],
input[type='password'],
input[type='search'],
textarea {
  padding: 7px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  z-index: 1;
  color: var(--lvh-x-dark-grey);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  outline: 0;
  line-height: initial;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  input[type='text'],
  input[type='url'],
  input[type='email'],
  input[type='number'],
  input[type='tel'],
  input[type='date'],
  input[type='month'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 10px 14px;
  }
}
input[type='text']:focus,
input[type='url']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  border: 1px solid var(--lvh-x-dark-grey);
}
input[type='text']:disabled,
input[type='url']:disabled,
input[type='email']:disabled,
input[type='number']:disabled,
input[type='tel']:disabled,
input[type='date']:disabled,
input[type='month']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
textarea:disabled {
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-x-shark-light);
}
input[type='text']:read-only,
input[type='url']:read-only,
input[type='email']:read-only,
input[type='number']:read-only,
input[type='tel']:read-only,
input[type='date']:read-only,
input[type='month']:read-only,
input[type='password']:read-only,
input[type='search']:read-only,
textarea:read-only {
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-x-shark-light);
}
input[type='text']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  color: var(--lvh-x-shark-dark);
}
input[type='text']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='month']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  color: var(--lvh-x-shark-dark);
}
input[type='text']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  color: var(--lvh-x-shark-dark);
}
input[type='text']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  color: var(--lvh-x-shark-dark);
}
input[type='text']::-ms-clear,
input[type='url']::-ms-clear,
input[type='email']::-ms-clear,
input[type='number']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='date']::-ms-clear,
input[type='month']::-ms-clear,
input[type='password']::-ms-clear,
input[type='search']::-ms-clear,
textarea::-ms-clear {
  /* IE 10/11 */
  display: none;
}
input[type='month'],
input[type='date'] {
  min-height: 40px;
}
#employerApp input[type='month'],
#employerApp input[type='date'] {
  min-height: 34px;
}
@media (max-width: 991px) {
  #employerApp input[type='month'],
  #employerApp input[type='date'] {
    min-height: 40px;
  }
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  top: 0.2em;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
.input-wrap.date {
  position: relative;
}
.input-wrap.date:before {
  content: "\e947";
  font-family: 'IconFont';
  font-size: 16px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -8px;
  color: var(--lvh-x-shark-dark);
  z-index: 2;
}
.input-wrap.date input[type='text'] {
  padding-left: 36px;
}
.select-wrap {
  position: relative;
}
.select-wrap select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 100%;
  position: relative;
  z-index: 1;
  color: var(--lvh-x-shark-dark);
  border: 1px solid var(--lvh-x-paler-grey);
  outline: 0;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select-wrap select.selected {
  color: var(--lvh-x-mesh-dark);
}
.select-wrap select:disabled {
  background-color: var(--lvh-white98);
}
.select-wrap select option {
  min-height: 0;
  padding: 0;
  color: var(--lvh-x-mesh-dark);
}
.select-wrap select option:disabled {
  color: var(--lvh-x-shark-dark);
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 6.5px;
  color: var(--lvh-x-mesh-dark);
  z-index: 1;
}
#uiDate {
  position: absolute;
  min-width: 210px;
  background-color: var(--lvh-white);
  border: solid 1px var(--lvh-x-shark-dark);
  z-index: 2;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
input.validationError,
button.validationError,
select.validationError,
textarea.validationError,
form.validationError {
  border-color: var(--lvh-validation-red-dark) !important;
}
.validationMessage {
  float: left;
  width: 100%;
  background-color: var(--lvh-validation-red-light);
  border: 1px solid var(--lvh-validation-red-mid);
  color: var(--lvh-validation-red-dark);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 4px 8px;
  position: relative;
  top: -1px;
  box-sizing: border-box;
}
.validationMessage > .text {
  font-size: 12px;
}
.validation-summary {
  border-radius: 3px;
  padding: 4px 8px;
}
.validation-summary.red {
  background-color: var(--lvh-validation-red-light);
  border: 1px solid var(--lvh-validation-red-mid);
  color: var(--lvh-validation-red-dark);
}
.validation-summary.yellow {
  background-color: var(--lvh-alert-yellow-light);
  border: 1px solid var(--lvh-alert-yellow-mid);
  color: var(--lvh-alert-yellow-text);
}
.validation-summary strong {
  font-weight: 600;
}
.large-form-controls input[type='text'],
.layout-spacious input[type='text'],
.large-form-controls input[type='url'],
.layout-spacious input[type='url'],
.large-form-controls input[type='email'],
.layout-spacious input[type='email'],
.large-form-controls input[type='number'],
.layout-spacious input[type='number'],
.large-form-controls input[type='tel'],
.layout-spacious input[type='tel'],
.large-form-controls input[type='date'],
.layout-spacious input[type='date'],
.large-form-controls input[type='month'],
.layout-spacious input[type='month'],
.large-form-controls input[type='password'],
.layout-spacious input[type='password'],
.large-form-controls input[type='search'],
.layout-spacious input[type='search'],
.large-form-controls textarea,
.layout-spacious textarea {
  padding: 10px 7px;
}
@media (max-width: 991px) {
  #employerApp input[type='text'],
  #employerApp input[type='url'],
  #employerApp input[type='email'],
  #employerApp input[type='number'],
  #employerApp input[type='tel'],
  #employerApp input[type='date'],
  #employerApp input[type='month'],
  #employerApp input[type='password'],
  #employerApp input[type='search'],
  #employerApp textarea {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #employerApp input[type='text']::-webkit-input-placeholder,
  #employerApp input[type='url']::-webkit-input-placeholder,
  #employerApp input[type='email']::-webkit-input-placeholder,
  #employerApp input[type='number']::-webkit-input-placeholder,
  #employerApp input[type='tel']::-webkit-input-placeholder,
  #employerApp input[type='date']::-webkit-input-placeholder,
  #employerApp input[type='month']::-webkit-input-placeholder,
  #employerApp input[type='password']::-webkit-input-placeholder,
  #employerApp input[type='search']::-webkit-input-placeholder,
  #employerApp textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
}
#employerApp input[type='text']:-moz-placeholder,
#employerApp input[type='url']:-moz-placeholder,
#employerApp input[type='email']:-moz-placeholder,
#employerApp input[type='number']:-moz-placeholder,
#employerApp input[type='tel']:-moz-placeholder,
#employerApp input[type='date']:-moz-placeholder,
#employerApp input[type='month']:-moz-placeholder,
#employerApp input[type='password']:-moz-placeholder,
#employerApp input[type='search']:-moz-placeholder,
#employerApp textarea:-moz-placeholder {
  /* Firefox 18- */
}
@media (max-width: 991px) {
  #employerApp input[type='text']:-moz-placeholder,
  #employerApp input[type='url']:-moz-placeholder,
  #employerApp input[type='email']:-moz-placeholder,
  #employerApp input[type='number']:-moz-placeholder,
  #employerApp input[type='tel']:-moz-placeholder,
  #employerApp input[type='date']:-moz-placeholder,
  #employerApp input[type='month']:-moz-placeholder,
  #employerApp input[type='password']:-moz-placeholder,
  #employerApp input[type='search']:-moz-placeholder,
  #employerApp textarea:-moz-placeholder {
    font-size: 13px;
  }
}
#employerApp input[type='text']::-moz-placeholder,
#employerApp input[type='url']::-moz-placeholder,
#employerApp input[type='email']::-moz-placeholder,
#employerApp input[type='number']::-moz-placeholder,
#employerApp input[type='tel']::-moz-placeholder,
#employerApp input[type='date']::-moz-placeholder,
#employerApp input[type='month']::-moz-placeholder,
#employerApp input[type='password']::-moz-placeholder,
#employerApp input[type='search']::-moz-placeholder,
#employerApp textarea::-moz-placeholder {
  /* Firefox 19+ */
}
@media (max-width: 991px) {
  #employerApp input[type='text']::-moz-placeholder,
  #employerApp input[type='url']::-moz-placeholder,
  #employerApp input[type='email']::-moz-placeholder,
  #employerApp input[type='number']::-moz-placeholder,
  #employerApp input[type='tel']::-moz-placeholder,
  #employerApp input[type='date']::-moz-placeholder,
  #employerApp input[type='month']::-moz-placeholder,
  #employerApp input[type='password']::-moz-placeholder,
  #employerApp input[type='search']::-moz-placeholder,
  #employerApp textarea::-moz-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #employerApp input[type='text']:-ms-input-placeholder,
  #employerApp input[type='url']:-ms-input-placeholder,
  #employerApp input[type='email']:-ms-input-placeholder,
  #employerApp input[type='number']:-ms-input-placeholder,
  #employerApp input[type='tel']:-ms-input-placeholder,
  #employerApp input[type='date']:-ms-input-placeholder,
  #employerApp input[type='month']:-ms-input-placeholder,
  #employerApp input[type='password']:-ms-input-placeholder,
  #employerApp input[type='search']:-ms-input-placeholder,
  #employerApp textarea:-ms-input-placeholder {
    font-size: 13px;
  }
}
/* -----------------------------------------------------------------------------

  STATUS TAGS
  
----------------------------------------------------------------------------- */
.cc-status-tag {
  margin: 0 5px 5px 0;
  float: left;
  border-radius: 3px;
  padding: 0 5px;
  box-sizing: border-box;
}
.cc-status-tag:last-child {
  margin-right: 0;
}
.cc-status-tag > .label {
  float: left;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
  line-height: 18px;
  white-space: nowrap;
}
.cc-temporary-profile-status-tag,
.cc-demo-status-tag {
  border: 1px solid var(--lvh-x-yellow);
  cursor: default;
}
.cc-temporary-profile-status-tag .label,
.cc-demo-status-tag .label {
  color: var(--lvh-x-yellow);
}
.cc-job-application-tag {
  border: 1px solid var(--lvh-x-shark-dark);
  cursor: default;
}
.cc-job-application-tag .label {
  color: var(--lvh-x-shark-dark);
}
.cc-job-application-tag .icon {
  margin: 0 2px 0 0;
}
.cc-job-application-tag.has-active {
  border-color: var(--lvh-x-green);
}
.cc-job-application-tag.has-active .label {
  color: var(--lvh-x-green);
}
.cc-connection-status-tag {
  border: 1px solid var(--lvh-x-shark-dark);
  cursor: default;
}
.cc-connection-status-tag .label {
  color: var(--lvh-x-shark-dark);
}
.cc-connection-status-tag.talentpool,
.cc-connection-status-tag.inprogress {
  border-color: var(--lvh-x-blue);
}
.cc-connection-status-tag.talentpool .label,
.cc-connection-status-tag.inprogress .label {
  color: var(--lvh-x-blue);
}
.cc-connection-status-tag.livemarket {
  border-color: var(--lvh-x-orange);
}
.cc-connection-status-tag.livemarket .label {
  color: var(--lvh-x-orange);
}
.cc-connection-status-tag.donotcontact {
  border-color: var(--lvh-x-red);
}
.cc-connection-status-tag.donotcontact .label {
  color: var(--lvh-x-red);
}
.cc-connection-status-tag.temporaryprofile {
  border-color: var(--lvh-x-yellow);
}
.cc-connection-status-tag.temporaryprofile .label {
  color: var(--lvh-x-yellow);
}
.cc-connection-status-tag.hired {
  border-color: var(--lvh-x-green);
}
.cc-connection-status-tag.hired .label {
  color: var(--lvh-x-green);
}
.cc-connection-status-tag.unavailable {
  border-color: var(--lvh-x-light-grey);
}
.cc-connection-status-tag.unavailable .label {
  color: var(--lvh-x-light-grey);
}
.cc-connection-status-tag.thresholds {
  border-color: var(--lvh-x-purple);
}
.cc-connection-status-tag.thresholds.user-action {
  background-color: var(--lvh-x-purple-light);
}
.cc-connection-status-tag.thresholds.total-action {
  border-color: var(--lvh-secondary-text);
}
.cc-connection-status-tag.thresholds.total-action .label {
  color: var(--lvh-secondary-text);
}
.cc-connection-status-tag.thresholds .label {
  color: var(--lvh-x-purple);
}
.cc-connection-status-tag.alreadyacandidate {
  border-color: var(--lvh-x-green);
}
.cc-connection-status-tag.alreadyacandidate .label {
  color: var(--lvh-x-green);
}
.cc-connection-status-tag.alreadyacandidate .label:before {
  content: "\e910";
  font-family: 'IconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--lvh-x-green);
}
.cc-connection-status-tag.alreadyacandidate .label > .ng-binding {
  display: none;
}
.cc-review-status-tag .notEnoughInfo,
.cc-review-status-tag .notSuitable,
.cc-review-status-tag .notReviewed,
.cc-review-status-tag .inProgress {
  margin: 0 5px 5px 0;
  float: left;
  border-radius: 3px;
  padding: 0 5px;
  box-sizing: border-box;
}
.cc-review-status-tag .notEnoughInfo:last-child,
.cc-review-status-tag .notSuitable:last-child,
.cc-review-status-tag .notReviewed:last-child,
.cc-review-status-tag .inProgress:last-child {
  margin-right: 0;
}
.cc-review-status-tag .notEnoughInfo > .label,
.cc-review-status-tag .notSuitable > .label,
.cc-review-status-tag .notReviewed > .label,
.cc-review-status-tag .inProgress > .label {
  float: left;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
  line-height: 18px;
  white-space: nowrap;
}
.cc-review-status-tag .notEnoughInfo.notEnoughInfo,
.cc-review-status-tag .notSuitable.notEnoughInfo,
.cc-review-status-tag .notReviewed.notEnoughInfo,
.cc-review-status-tag .inProgress.notEnoughInfo,
.cc-review-status-tag .stars.notEnoughInfo,
.cc-review-status-tag .notEnoughInfo.notSuitable,
.cc-review-status-tag .notSuitable.notSuitable,
.cc-review-status-tag .notReviewed.notSuitable,
.cc-review-status-tag .inProgress.notSuitable,
.cc-review-status-tag .stars.notSuitable,
.cc-review-status-tag .notEnoughInfo.notReviewed,
.cc-review-status-tag .notSuitable.notReviewed,
.cc-review-status-tag .notReviewed.notReviewed,
.cc-review-status-tag .inProgress.notReviewed,
.cc-review-status-tag .stars.notReviewed,
.cc-review-status-tag .notEnoughInfo.inProgress,
.cc-review-status-tag .notSuitable.inProgress,
.cc-review-status-tag .notReviewed.inProgress,
.cc-review-status-tag .inProgress.inProgress,
.cc-review-status-tag .stars.inProgress {
  border: 1px solid var(--lvh-x-shark-dark);
}
.cc-review-status-tag .notEnoughInfo.notEnoughInfo > .label:before,
.cc-review-status-tag .notSuitable.notEnoughInfo > .label:before,
.cc-review-status-tag .notReviewed.notEnoughInfo > .label:before,
.cc-review-status-tag .inProgress.notEnoughInfo > .label:before,
.cc-review-status-tag .stars.notEnoughInfo > .label:before,
.cc-review-status-tag .notEnoughInfo.notSuitable > .label:before,
.cc-review-status-tag .notSuitable.notSuitable > .label:before,
.cc-review-status-tag .notReviewed.notSuitable > .label:before,
.cc-review-status-tag .inProgress.notSuitable > .label:before,
.cc-review-status-tag .stars.notSuitable > .label:before,
.cc-review-status-tag .notEnoughInfo.notReviewed > .label:before,
.cc-review-status-tag .notSuitable.notReviewed > .label:before,
.cc-review-status-tag .notReviewed.notReviewed > .label:before,
.cc-review-status-tag .inProgress.notReviewed > .label:before,
.cc-review-status-tag .stars.notReviewed > .label:before,
.cc-review-status-tag .notEnoughInfo.inProgress > .label:before,
.cc-review-status-tag .notSuitable.inProgress > .label:before,
.cc-review-status-tag .notReviewed.inProgress > .label:before,
.cc-review-status-tag .inProgress.inProgress > .label:before,
.cc-review-status-tag .stars.inProgress > .label:before {
  content: "\e916";
  font-family: 'IconFont';
  color: var(--lvh-x-shark-dark);
  margin: 0 2px 0 0;
}
.cc-review-status-tag .notEnoughInfo.stars,
.cc-review-status-tag .notSuitable.stars,
.cc-review-status-tag .notReviewed.stars,
.cc-review-status-tag .inProgress.stars,
.cc-review-status-tag .stars.stars {
  display: inline-block;
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars,
  .cc-review-status-tag .notSuitable.stars,
  .cc-review-status-tag .notReviewed.stars,
  .cc-review-status-tag .inProgress.stars,
  .cc-review-status-tag .stars.stars {
    border: 1px solid var(--lvh-x-green);
    padding: 1px 5px;
    border-radius: 3px;
    float: left;
    display: block;
    font-size: 11px;
    color: var(--lvh-x-shark-dark);
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .cc-review-status-tag .notEnoughInfo.stars,
  .cc-review-status-tag .notSuitable.stars,
  .cc-review-status-tag .notReviewed.stars,
  .cc-review-status-tag .inProgress.stars,
  .cc-review-status-tag .stars.stars {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars:after,
  .cc-review-status-tag .notSuitable.stars:after,
  .cc-review-status-tag .notReviewed.stars:after,
  .cc-review-status-tag .inProgress.stars:after,
  .cc-review-status-tag .stars.stars:after {
    content: attr(data-count);
    float: left;
    display: block;
    color: var(--lvh-x-green);
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars .icon,
  .cc-review-status-tag .notSuitable.stars .icon,
  .cc-review-status-tag .notReviewed.stars .icon,
  .cc-review-status-tag .inProgress.stars .icon,
  .cc-review-status-tag .stars.stars .icon {
    float: left;
    margin: 0.077em 0.231em 0.077em 0;
  }
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars .icon:nth-child(n+2),
  .cc-review-status-tag .notSuitable.stars .icon:nth-child(n+2),
  .cc-review-status-tag .notReviewed.stars .icon:nth-child(n+2),
  .cc-review-status-tag .inProgress.stars .icon:nth-child(n+2),
  .cc-review-status-tag .stars.stars .icon:nth-child(n+2) {
    display: none;
  }
}
.cc-no-visa-tag {
  border: 1px solid var(--lvh-x-ripe);
  cursor: default;
}
.cc-no-visa-tag .label {
  color: var(--lvh-x-ripe);
}
/* -----------------------------------------------------------------------------

  UPLOAD BOX COMPONENT
  
----------------------------------------------------------------------------- */
.cc-upload-box {
  background-color: var(--lvh-x-shark-light);
  border: 1px dashed var(--lvh-x-shark-dark);
  border-radius: 3px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.cc-upload-box h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.cc-upload-box > .icon {
  display: block;
  font-size: 32px;
  color: var(--lvh-x-shark-dark);
  margin: 0 0 15px 0;
}
.cc-upload-box .advice {
  display: none;
}
@media (max-width: 991px) {
  .cc-upload-box .advice .mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .cc-upload-box .advice .desktop {
    display: block;
  }
}
/* -----------------------------------------------------------------------------

  MOBILE FULLSCREEN OVERLAY COMPONENT

----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * Used for components ie form controls, not to be used for modals
 */
.cc-mobile-action-overlay .actionMenuOverlayMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
}
@media (min-width: 992px) {
  .cc-mobile-action-overlay .actionMenuOverlayMask {
    display: none;
  }
}
.cc-mobile-action-overlay .actionMenuOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 9100;
}
@media (min-width: 992px) {
  .cc-mobile-action-overlay .actionMenuOverlay {
    display: none;
  }
}
.cc-mobile-action-overlay .actionMenuOverlay > .overlayContent {
  padding: 6.154em 1.538em;
}
.cc-mobile-action-overlay .actionMenuOverlay .modal {
  display: table;
  min-width: 220px;
  margin: 0 auto;
  position: relative;
  background-color: var(--lvh-white);
  border-bottom: 1px solid var(--lvh-white92);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cc-mobile-action-overlay .actionMenuOverlay .menuItems {
  margin: 0;
  padding: 0;
}
.cc-mobile-action-overlay .actionMenuOverlay .menuItems > .menuItem {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-mobile-action-overlay .actionMenuOverlay .menuItems > .menuItem:last-child > a {
  border-bottom: none;
}
.cc-mobile-action-overlay .actionMenuOverlay .menuItems > .menuItem > a {
  display: block;
  padding: 0.769em 1.154em;
  border-bottom: 1px solid var(--lvh-x-shark-dark);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.2s ease-in-out background-color;
  -o-transition: 0.2s ease-in-out background-color;
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
}
.cc-mobile-action-overlay .actionMenuOverlay .menuItems > .menuItem > a:hover,
.cc-mobile-action-overlay .actionMenuOverlay .menuItems > .menuItem > a:focus {
  background-color: var(--lvh-x-off-white);
}
.cc-mobile-action-overlay .actionMenuOverlay .menuItems > .menuItem > a > .label {
  font-size: 1.154em;
  color: var(--lvh-x-dark-grey);
}
/* -----------------------------------------------------------------------------

  AUTOCOMPLETE COMPONENT
  
----------------------------------------------------------------------------- */
.cc-auto-complete {
  position: relative;
}
@media (max-width: 991px) {
  .cc-auto-complete .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-auto-complete .p-mobile-fullscreen-overlay.overlay-visible .input-wrap {
    border-bottom: 1px solid var(--lvh-x-paler-grey);
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .cc-auto-complete .p-mobile-fullscreen-overlay.overlay-visible .cc-suggestion-dropdown {
    position: static;
    width: 100%;
    max-height: none;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 991px) {
  .cc-auto-complete .p-mobile-fullscreen-overlay.overlay-visible .cc-suggestion-dropdown .suggestion-list li {
    padding: 10px 15px;
  }
}
.cc-auto-complete .p-mobile-fullscreen-overlay .header {
  display: none;
}
/* -----------------------------------------------------------------------------

  ZENDESK FEEDBACK WIDGET COMPONENT
  
----------------------------------------------------------------------------- */
#zfw-button {
  background: none;
  outline: none;
  border: none;
  padding: 15px 20px;
  color: var(--lvh-white);
  background-color: rgba(68, 68, 68, 0.8);
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  box-sizing: border-box;
  transition: 0.2s linear opacity;
  z-index: 6000;
}
@media (max-width: 991px) {
  #zfw-button {
    width: 44px;
    height: 44px;
    padding: 15px 0;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    text-align: center;
  }
}
#zfw-button:hover,
#zfw-button:focus {
  opacity: 0.8;
}
#zfw-button .icon {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  #zfw-button .icon {
    float: none;
    margin: 0;
  }
}
#zfw-button .icon > svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  fill: var(--lvh-white);
}
#zfw-button .label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
@media (max-width: 991px) {
  #zfw-button .label {
    display: none;
  }
}
.zEWidget-ticketSubmissionForm {
  max-height: 490px !important;
}
@media (max-width: 991px) {
  .zEWidget-ticketSubmissionForm {
    left: auto !important;
    right: 0 !important;
  }
}
/* -----------------------------------------------------------------------------

  HOTJAR FEEDBACK WIDGET COMPONENT
  
----------------------------------------------------------------------------- */
#_hj_poll_container > div {
  z-index: 6000;
}
/* -----------------------------------------------------------------------------

  HEADER TABS COMPONENT
  
----------------------------------------------------------------------------- */
.cc-header-tabs {
  float: left;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  z-index: 7900;
}
@media (max-width: 991px) {
  .cc-header-tabs {
    height: 45px;
    border-bottom: 1px solid var(--lvh-x-shark-light);
  }
}
.cc-header-tabs.absolute {
  position: absolute;
}
@media (min-width: 992px) {
  .cc-header-tabs.blue {
    border-bottom: 1px solid var(--lvh-x-shark-light);
  }
}
@media (max-width: 991px) {
  .cc-header-tabs.blue .dropdown-button {
    background-color: var(--lvh-white);
    border-bottom: 1px solid var(--lvh-black-transparent-10);
  }
}
.cc-header-tabs.blue .tab {
  color: var(--lvh-secondary-text);
}
.cc-header-tabs.blue .tab:hover,
.cc-header-tabs.blue .tab:focus {
  color: var(--lvh-bright-blue);
}
.cc-header-tabs.blue .tab.active {
  color: var(--lvh-x-dark-grey);
}
.cc-header-tabs.blue .tab.active:after {
  background-color: var(--lvh-bright-blue);
}
.cc-header-tabs.blue .button {
  background-color: transparent;
  border: 1px solid var(--lvh-bright-blue);
  color: var(--lvh-bright-blue);
  transition: 0.2s linear background-color;
}
.cc-header-tabs.blue .button:hover,
.cc-header-tabs.blue .button:focus {
  background-color: var(--lvh-bright-blue);
}
.cc-header-tabs.blue .button:hover .label,
.cc-header-tabs.blue .button:focus .label {
  color: var(--lvh-white);
}
@media (min-width: 992px) {
  .cc-header-tabs.transparent-light {
    border-bottom: 1px solid var(--lvh-white-transparent-40);
  }
}
@media (max-width: 991px) {
  .cc-header-tabs.transparent-light .dropdown-button {
    background-color: var(--lvh-white);
    border-bottom: 1px solid var(--lvh-black-transparent-10);
  }
}
@media (min-width: 992px) {
  .cc-header-tabs.transparent-light .tab {
    color: var(--lvh-white-transparent-80);
  }
}
@media (min-width: 992px) {
  .cc-header-tabs.transparent-light .tab:hover,
  .cc-header-tabs.transparent-light .tab:focus {
    color: var(--lvh-white);
  }
}
@media (min-width: 992px) {
  .cc-header-tabs.transparent-light .tab.active {
    color: var(--lvh-white);
  }
}
@media (min-width: 992px) {
  .cc-header-tabs.transparent-light .tab.active:after {
    background-color: var(--lvh-white);
  }
}
.cc-header-tabs.transparent-light .button {
  background-color: var(--lvh-x-dark-grey);
  color: var(--lvh-white);
  transition: 0.2s linear background-color;
}
.cc-header-tabs.transparent-light .button:hover,
.cc-header-tabs.transparent-light .button:focus {
  background-color: var(--lvh-x-mid-grey);
}
@media (max-width: 991px) {
  .cc-header-tabs > .container {
    padding: 0;
  }
}
.cc-header-tabs .dropdown-button {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .cc-header-tabs .dropdown-button {
    display: none;
  }
}
.cc-header-tabs .dropdown-button .label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.1em;
  color: var(--lvh-x-dark-grey);
}
.cc-header-tabs .dropdown-button .label > .icon {
  float: right;
  font-size: 7px;
  line-height: 45px;
  color: var(--lvh-bright-blue);
}
.cc-header-tabs .items {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cc-header-tabs .items {
    display: none;
    width: 100%;
    position: absolute;
    background-color: var(--lvh-white);
    padding: 10px 0;
    border-bottom: 1px solid var(--lvh-x-shark-light);
    z-index: 7900;
  }
}
.cc-header-tabs .items:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .cc-header-tabs .items.visible {
    display: block;
  }
}
.cc-header-tabs .items > .item {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .cc-header-tabs .items > .item {
    width: 100%;
  }
}
.cc-header-tabs .items > .item:not(:last-child) {
  margin: 0 70px 0 0;
}
@media (max-width: 991px) {
  .cc-header-tabs .items > .item:not(:last-child) {
    margin: 0;
  }
}
.cc-header-tabs .items > .item.button-type {
  float: right;
}
.cc-header-tabs .tab {
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.1em;
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .cc-header-tabs .tab {
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.cc-header-tabs .tab:hover,
.cc-header-tabs .tab:focus {
  color: var(--lvh-bright-blue);
}
.cc-header-tabs .tab.active {
  position: relative;
  color: var(--lvh-x-dark-grey);
}
.cc-header-tabs .tab.active:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--lvh-bright-blue);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cc-header-tabs .tab.active:after {
    width: 3px;
    height: 23px;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -11.5px;
  }
}
@media (max-width: 991px) {
  .cc-header-tabs .tab.has-mobile-label .label {
    display: none;
  }
}
@media (min-width: 992px) {
  .cc-header-tabs .tab.has-mobile-label .mobile-label {
    display: none;
  }
}
.cc-header-tabs .button {
  float: left;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 7.5px 15px;
  border-radius: 3px;
  margin: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 991px) {
  .cc-header-tabs .button {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
}
.cc-header-tabs .button > .container-mobile {
  padding: 0;
}
/* -----------------------------------------------------------------------------

  BUCKETLIST COMPONENT

----------------------------------------------------------------------------- */
.cc-bucket-list {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: var(--lvh-white);
}
.cc-bucket-list.inline .buckets {
  display: table;
  table-layout: fixed;
  padding: 0;
}
.cc-bucket-list.inline .buckets:last-child {
  border-right: none;
}
.cc-bucket-list.inline .bucket {
  height: auto;
  width: auto;
  display: table-cell;
  float: none;
}
.cc-bucket-list.inline .bucket:last-child {
  border: none;
}
.cc-bucket-list.small {
  padding: 1px 0;
  background-color: var(--lvh-white-transparent-20);
}
.cc-bucket-list.small .buckets {
  border: none;
}
.cc-bucket-list.small .buckets .bucket {
  position: relative;
  width: auto;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
}
.cc-bucket-list.small .buckets .bucket.active .count,
.cc-bucket-list.small .buckets .bucket.active .label {
  color: var(--lvh-bright-blue);
}
.cc-bucket-list.small .buckets .bucket .count,
.cc-bucket-list.small .buckets .bucket .label {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  color: var(--lvh-secondary-text);
}
.cc-bucket-list.chevron .buckets .bucket {
  overflow: hidden;
  padding: 0 35px 0 20px;
  border-right: none;
}
.cc-bucket-list.chevron .buckets .bucket:before,
.cc-bucket-list.chevron .buckets .bucket:after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  content: "";
  margin-top: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 25px solid var(--lvh-x-shark-light);
  margin-left: -24px;
  z-index: 1;
}
@media (max-width: 991px) {
  .cc-bucket-list.chevron .buckets .bucket:before,
  .cc-bucket-list.chevron .buckets .bucket:after {
    display: none;
  }
}
.cc-bucket-list.chevron .buckets .bucket:after {
  border-left: 25px solid var(--lvh-white);
  margin-left: -25px;
  z-index: 2;
}
.cc-bucket-list.fullscreen-mode.overspill .buckets:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-bucket-list.fullscreen-mode.overspill .buckets .overspill-buckets {
  float: right;
  height: 40px;
}
.cc-bucket-list.fullscreen-mode.overspill .buckets .overspill-buckets .cc-action-callout .trigger {
  padding: 12px 20px 10px;
}
.cc-bucket-list.fullscreen-mode.overspill .buckets .overspill-buckets .cc-action-callout .trigger > .icon {
  font-size: 18px;
}
.cc-bucket-list.fullscreen-mode.overspill .buckets .overspill-buckets .cc-action-callout .trigger.item-active > .icon {
  color: var(--lvh-bright-blue);
}
.cc-bucket-list.fullscreen-mode.overspill .buckets .overspill-buckets .cc-action-callout .cc-callout {
  margin-top: -12px;
}
.cc-bucket-list.fullscreen-mode.overspill .buckets .overspill-buckets .cc-action-callout .cc-callout .menuItem.active .label {
  color: var(--lvh-bright-blue);
}
.cc-bucket-list.fullscreen-mode.show-counts .main-bucket-content.visible .bucket .label {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .cc-bucket-list.fullscreen-mode .mobile-bucket-button {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-bucket-list.fullscreen-mode .main-bucket-content {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--lvh-white);
    z-index: 9100;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible {
    display: block;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .buckets {
    display: block;
    border: none;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket {
    display: block;
    height: auto;
    text-align: left;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid var(--lvh-x-pale-grey);
    border-right: none;
    cursor: pointer;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket:hover .icon,
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket:focus .icon {
    color: var(--lvh-bright-blue);
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket .bl-inner-wrap {
    position: relative;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket .label {
    font-size: 14px;
    padding-right: 30px;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket .count {
    width: 30px;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--lvh-secondary-text);
    background-color: var(--lvh-x-off-white);
    border-radius: 10px;
    margin: 10px 0;
    box-sizing: border-box;
  }
  .cc-bucket-list.fullscreen-mode .main-bucket-content.visible .bucket .icon {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: var(--lvh-x-pale-grey);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    transition: 0.2s color linear;
  }
}
@media (max-width: 991px) {
  .cc-bucket-list.fullscreen-mode .main-bucket-content .cc-mobile-header-bar {
    display: block;
  }
}
.cc-bucket-list .mobile-bucket-button {
  display: none;
  width: 100%;
  text-align: left;
  background: none;
  outline: none;
  background-color: var(--lvh-white);
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.cc-bucket-list .mobile-bucket-button .label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: var(--lvh-secondary-text);
}
.cc-bucket-list .mobile-bucket-button .icon {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: var(--lvh-x-pale-grey);
}
@media (max-width: 991px) {
  .cc-bucket-list .main-bucket-content .cc-mobile-header-bar {
    display: none;
  }
}
.cc-bucket-list .buckets {
  display: table;
  table-layout: fixed;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border: solid 1px var(--lvh-x-shark-light);
  border-radius: 3px;
  background-color: var(--lvh-white);
  box-sizing: border-box;
}
.cc-bucket-list .bucket {
  float: left;
  width: 120px;
  height: 70px;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-right: solid 1px var(--lvh-x-shark-light);
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cc-bucket-list .bucket {
    display: table-cell;
    float: none;
    width: auto;
    height: 60px;
    padding: 5px;
  }
}
.cc-bucket-list .bucket.overspill-hide {
  display: none;
}
@media (max-width: 991px) {
  .cc-bucket-list .bucket:last-child {
    border-right: none;
  }
}
.cc-bucket-list .bucket.active .count,
.cc-bucket-list .bucket.active .label {
  color: var(--lvh-bright-blue);
}
.cc-bucket-list .bucket.active .count {
  /* ------------------------------------------

                        NOTE:

                        Animate on change will fire when the
                        count is changed. But we only want to
                        animate the non-active filter count.

                    ------------------------------------------ */
}
.cc-bucket-list .bucket.active .count.animate {
  animation: none !important;
}
.cc-bucket-list .bucket .count {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--lvh-x-dark-grey);
  /* ------------------------------------------

                    NOTE:

                    Using keyframe animation instead of
                    a transition so it won't animate when
                    the user changes filter.

                ------------------------------------------ */
}
.cc-bucket-list .bucket .count.animate {
  animation: blue-color-flash 2s forwards ease-in-out;
  color: var(--lvh-bright-blue);
}
@keyframes blue-color-flash {
  0%,
  100% {
    color: currentColor;
  }
  25% {
    color: var(--lvh-bright-blue);
  }
}
@media (max-width: 991px) {
  .cc-bucket-list .bucket .count {
    font-size: 14px;
  }
}
.cc-bucket-list .bucket .label {
  color: var(--lvh-secondary-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .cc-bucket-list .bucket .label {
    font-size: 11px;
    font-weight: 500;
  }
}
.cc-bucket-list .bucket .icon {
  display: none;
}
.cc-bucket-list li.overspill-buckets {
  text-align: center;
}
/* -----------------------------------------------------------------------------

  AVATAR COMPONENT
  
----------------------------------------------------------------------------- */
.cc-avatar {
  padding: 2px;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
}
.cc-avatar .profilePic {
  background: none;
}
.cc-avatar.worker .round-progress {
  display: block;
}
.cc-avatar.company {
  border-radius: 3px;
  background-color: var(--lvh-white);
  border: solid 1px var(--lvh-x-shark-light);
}
.cc-avatar.group {
  background-color: var(--lvh-x-shark-dark);
  color: var(--lvh-white);
  font-size: 13px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.cc-avatar.tiny {
  height: 24px;
  width: 24px;
}
.cc-avatar.tiny .indicator {
  width: 6px;
  height: 6px;
  right: 0px;
  bottom: 0px;
}
.cc-avatar.smaller {
  height: 36px;
  width: 36px;
}
.cc-avatar.smaller .indicator {
  width: 6px;
  height: 6px;
  right: 0px;
  bottom: 0px;
}
.cc-avatar.small {
  height: 45px;
  width: 45px;
}
.cc-avatar.small .indicator {
  width: 12px;
  height: 12px;
  right: 0px;
  bottom: 0px;
}
.cc-avatar.large {
  height: 70px;
  width: 70px;
}
.cc-avatar.large .indicator {
  width: 16px;
  height: 16px;
  right: 3px;
  bottom: 3px;
}
.cc-avatar .round-progress {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.cc-avatar .indicator {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 2px;
  bottom: 2px;
  background-color: var(--lvh-x-green);
  border: 2px solid var(--lvh-white);
  border-radius: 50%;
  box-sizing: border-box;
}
/* -----------------------------------------------------------------------------

  COUNT BADGE COMPONENT
  
----------------------------------------------------------------------------- */
.cc-count-badge {
  display: inline-block;
  height: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--lvh-white);
  background-color: var(--lvh-x-ripe);
  border-radius: 50px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .cc-count-badge {
    padding: 0 8px;
  }
}
.cc-count-badge.grey {
  background-color: var(--lvh-x-shark-dark);
}
.cc-count-badge.red {
  background-color: var(--lvh-x-ripe);
}
/* -----------------------------------------------------------------------------

  APP HEADER COMPONENT
  
----------------------------------------------------------------------------- */
.cc-app-header {
  float: left;
  width: 100%;
  height: 80px;
  background-color: var(--lvh-white);
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .cc-app-header {
    height: 44px;
  }
}
.cc-app-header.main-page .heading {
  float: left;
  margin: 20px 0;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 40px;
  color: var(--lvh-secondary-text);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 991px) {
  .cc-app-header.main-page .heading {
    font-size: 14px;
    line-height: 44px;
    color: var(--lvh-x-dark-grey);
  }
}
.cc-app-header.main-page .employer-logo {
  float: left;
  width: 48px;
  height: 48px;
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
  margin: 16px 20px 0 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--lvh-white);
  overflow: hidden;
}
@media (max-width: 991px) {
  .cc-app-header.main-page .employer-logo {
    display: none;
  }
}
.cc-app-header.main-page .employer-logo > img {
  width: 100%;
}
.cc-app-header.sub-page .col.lhs {
  padding: 15px 0 15px 30px;
  position: relative;
  box-sizing: border-box;
}
.cc-app-header.sub-page .heading {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--lvh-x-dark-grey);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-app-header.sub-page .sub-content {
  float: left;
  margin: 0;
  padding: 0;
}
.cc-app-header.sub-page .sub-content.no-trailing-bullet .item:last-child:after {
  display: none;
}
.cc-app-header.sub-page .sub-content .item {
  float: left;
  list-style: none;
}
.cc-app-header.sub-page .sub-content .item:after {
  content: '\2022';
  float: left;
  line-height: 20px;
  color: var(--lvh-x-shark-dark);
  margin: 0 10px;
}
.cc-app-header.sub-page .sub-content .icon,
.cc-app-header.sub-page .sub-content .text {
  float: left;
  line-height: 20px;
  color: var(--lvh-x-shark-dark);
}
.cc-app-header.sub-page .sub-content .icon {
  font-size: 12px;
}
.cc-app-header.sub-page .sub-content .icon:not(:last-child) {
  margin: 0 5px 0 0;
}
.cc-app-header.sub-page .sub-content .text {
  font-size: 11px;
}
.cc-app-header.sub-page .back-button {
  position: absolute;
  top: 15px;
  left: -5px;
  padding: 5px;
}
@media (max-width: 991px) {
  .cc-app-header.sub-page .back-button {
    display: none;
  }
}
.cc-app-header.sub-page .back-button .icon {
  display: block;
  font-size: 15px;
}
.cc-app-header .col {
  height: 80px;
}
.cc-app-header .col.lhs {
  float: left;
}
.cc-app-header .col.rhs {
  float: right;
  display: table;
}
.cc-app-header .col.rhs .inner-wrap {
  display: table-cell;
  vertical-align: middle;
}
/* -----------------------------------------------------------------------------

  USER PICKER COMPONENT
  
----------------------------------------------------------------------------- */
.cc-user-picker {
  float: left;
  padding: 4px 0;
}
.cc-user-picker .calloutDirective {
  display: block;
  position: absolute;
  z-index: 2000;
  width: 250px;
  top: 100%;
  margin-top: 15px;
  margin-left: -10px;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
.cc-user-picker .calloutDirective .calloutTip {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
  left: 24px;
  top: -4px;
  right: auto;
}
@media (max-width: 991px) {
  .cc-user-picker .calloutDirective .calloutTip {
    display: none;
  }
}
.cc-user-picker .calloutDirective .calloutBody {
  float: left;
  width: 100%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
}
.cc-user-picker .calloutDirective .calloutBody:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .cc-user-picker .calloutDirective .calloutBody {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: var(--lvh-white);
  }
}
.cc-user-picker .calloutDirective .calloutBody i.iconFont.glyph0061 {
  position: absolute;
  top: 23px;
  right: 20px;
  z-index: 2;
  font-size: 20px;
  color: var(--lvh-x-pale-grey);
}
@media (max-width: 991px) {
  .cc-user-picker .calloutDirective .calloutBody i.iconFont.glyph0061 {
    display: none;
  }
}
.cc-user-picker .calloutDirective .calloutBody .cc-dropdown2 {
  z-index: 2001;
}
.cc-user-picker .cc-callout {
  display: none;
}
@media (min-width: 992px) {
  .cc-user-picker .cc-callout .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.cc-user-picker .cc-avatar {
  float: left;
  padding: 0;
}
.cc-user-picker > .position {
  float: left;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-left: 5px;
}
.cc-user-picker > .position > .icon {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: var(--lvh-white);
  background-color: none;
  border: none;
}
.cc-user-picker > .position.add {
  overflow: visible;
  position: relative;
  border-radius: 50%;
  background-color: var(--lvh-x-shark-dark);
}
.cc-user-picker > .position.add.active .cc-callout {
  display: block;
}
.cc-user-picker > .position.extra {
  border-radius: 50%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background-color: var(--lvh-x-shark-dark);
  color: var(--lvh-white);
}
.cc-user-picker > .position.extra > .cc-tooltip {
  display: block;
  line-height: 24px;
}
/* -----------------------------------------------------------------------------

  LOGIN FORM COMPONENT
  
----------------------------------------------------------------------------- */
#login-form-template #login-header {
  height: 44px;
  background-color: var(--lvh-bright-blue);
}
#login-form-template #login-header-logo {
  float: left;
  height: 20px;
  margin: 12px 0;
}
#login-form-template #login-form {
  padding: 20px 0;
}
#login-form-template #login-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
#login-form-template #standard-login-state .p-social-connect-buttons {
  margin: 0 0 20px 0;
}
#login-form-template #standard-login-state .p-social-connect-buttons .button {
  width: 100%;
}
#login-form-template #standard-login-state .p-or-content-divider {
  margin: 0 0 20px 0;
}
#login-form-template #standard-login-state .remember-me {
  float: left;
}
#login-form-template #standard-login-state .forgot-password {
  float: right;
}
#login-form-template #standard-login-state #login-button {
  float: right;
}
#login-form-template #facebook-login-state .p-social-connect-buttons .button {
  display: inline-block;
  width: auto;
}
#login-form-template .social-state h3 {
  text-align: center;
}
#login-form-template .social-state .social-icon-circle {
  width: 125px;
  height: 125px;
  background-color: var(--lvh-x-off-white);
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px auto;
}
#login-form-template .social-state .social-icon-square {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#login-form-template .social-state .social-icon-square.facebook {
  background-color: var(--lvh-social-facebook-brand);
}
#login-form-template .social-state .social-icon-square.facebook .social-platform-icon:before {
  content: "\e907";
}
#login-form-template .social-state .social-icon-square.linkedin {
  background-color: var(--lvh-social-linkedin-brand);
}
#login-form-template .social-state .social-icon-square.linkedin .social-platform-icon:before {
  content: "\e909";
}
#login-form-template .social-state .social-icon-square.google {
  background-color: var(--lvh-white);
}
#login-form-template .social-state .social-platform-image {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#login-form-template .social-state .social-platform-icon {
  display: block;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: var(--lvh-white);
}
#login-form-template .social-state .tick-icon-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--lvh-x-green);
  position: absolute;
  right: -12px;
  bottom: -12px;
}
#login-form-template .social-state .tick-icon {
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  color: var(--lvh-white);
}
/* -----------------------------------------------------------------------------

  LOGIN MODAL COMPONENT
  
----------------------------------------------------------------------------- */
#login-modal #login-form {
  background-color: var(--lvh-x-off-white);
  border-top: 1px solid var(--lvh-x-pale-grey);
}
/* -----------------------------------------------------------------------------

  VERIFICATION MODAL COMPONENT
  
----------------------------------------------------------------------------- */
#verification-modal #verification-form {
  background-color: var(--lvh-x-off-white);
  border-top: 1px solid var(--lvh-x-pale-grey);
  padding: 20px 30px;
}
#verification-modal #verification-form .button-wrap {
  float: right;
}
#verification-modal #verification-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
/* -----------------------------------------------------------------------------

  POPOUT COMPONENT
  
----------------------------------------------------------------------------- */
.cc-popout {
  z-index: 1000;
}
.cc-popout .popout-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
.cc-popout .popout-content {
  width: 270px;
  position: absolute;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  z-index: 9300;
}
.cc-popout .popout-content .popout-header {
  padding: 7px 0;
  background-color: var(--lvh-x-grey);
  border-bottom: 1px solid #dedede;
  text-align: center;
  box-sizing: border-box;
}
.cc-popout .popout-content .close-button {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
}
.cc-popout .popout-content .close-button > .icon {
  font-size: 12px;
  color: #888888;
  display: block;
  outline: 0;
  padding: 0;
  background: 0 0;
  border: none;
  margin: 3px 0;
  cursor: pointer;
}
/* -----------------------------------------------------------------------------

  RZSLIDER COMPONENT

----------------------------------------------------------------------------- */
.cc-slider {
  width: 100%;
}
.cc-slider rzslideroldest,
.cc-slider rzsliderold,
.cc-slider rzslider,
.cc-slider .rzslider {
  position: relative;
  display: block;
  width: 100%;
  height: 14px;
  margin: 0 0 20px 0;
  vertical-align: middle;
  /* rz-slider styling */
}
.cc-slider rzslideroldest span,
.cc-slider rzsliderold span,
.cc-slider rzslider span,
.cc-slider .rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
.cc-slider rzslideroldest span.base,
.cc-slider rzsliderold span.base,
.cc-slider rzslider span.base,
.cc-slider .rzslider span.base,
.cc-slider rzslideroldest span.rz-base,
.cc-slider rzsliderold span.rz-base,
.cc-slider rzslider span.rz-base,
.cc-slider .rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.cc-slider rzslideroldest span.bar,
.cc-slider rzsliderold span.bar,
.cc-slider rzslider span.bar,
.cc-slider .rzslider span.bar,
.cc-slider rzslideroldest span.rz-bar,
.cc-slider rzsliderold span.rz-bar,
.cc-slider rzslider span.rz-bar,
.cc-slider .rzslider span.rz-bar,
.cc-slider rzslideroldest span.rz-bar-wrapper,
.cc-slider rzsliderold span.rz-bar-wrapper,
.cc-slider rzslider span.rz-bar-wrapper,
.cc-slider .rzslider span.rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--lvh-x-yellow) !important;
  border-radius: 4px;
  background: var(--lvh-x-yellow) !important;
}
.cc-slider rzslideroldest span.bar.selection,
.cc-slider rzsliderold span.bar.selection,
.cc-slider rzslider span.bar.selection,
.cc-slider .rzslider span.bar.selection,
.cc-slider rzslideroldest span.rz-bar.selection,
.cc-slider rzsliderold span.rz-bar.selection,
.cc-slider rzslider span.rz-bar.selection,
.cc-slider .rzslider span.rz-bar.selection,
.cc-slider rzslideroldest span.rz-bar-wrapper.selection,
.cc-slider rzsliderold span.rz-bar-wrapper.selection,
.cc-slider rzslider span.rz-bar-wrapper.selection,
.cc-slider .rzslider span.rz-bar-wrapper.selection,
.cc-slider rzslideroldest span.bar.rz-selection,
.cc-slider rzsliderold span.bar.rz-selection,
.cc-slider rzslider span.bar.rz-selection,
.cc-slider .rzslider span.bar.rz-selection,
.cc-slider rzslideroldest span.rz-bar.rz-selection,
.cc-slider rzsliderold span.rz-bar.rz-selection,
.cc-slider rzslider span.rz-bar.rz-selection,
.cc-slider .rzslider span.rz-bar.rz-selection,
.cc-slider rzslideroldest span.rz-bar-wrapper.rz-selection,
.cc-slider rzsliderold span.rz-bar-wrapper.rz-selection,
.cc-slider rzslider span.rz-bar-wrapper.rz-selection,
.cc-slider .rzslider span.rz-bar-wrapper.rz-selection {
  z-index: 1;
  width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cc-slider rzslideroldest span.pointer,
.cc-slider rzsliderold span.pointer,
.cc-slider rzslider span.pointer,
.cc-slider .rzslider span.pointer,
.cc-slider rzslideroldest span.rz-pointer,
.cc-slider rzsliderold span.rz-pointer,
.cc-slider rzslider span.rz-pointer,
.cc-slider .rzslider span.rz-pointer {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 2;
  cursor: pointer;
  background-color: var(--lvh-white);
  border: solid 1px var(--lvh-x-shark-dark);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  outline: none;
}
.cc-slider rzslideroldest span.pointer:hover:after,
.cc-slider rzsliderold span.pointer:hover:after,
.cc-slider rzslider span.pointer:hover:after,
.cc-slider .rzslider span.pointer:hover:after,
.cc-slider rzslideroldest span.rz-pointer:hover:after,
.cc-slider rzsliderold span.rz-pointer:hover:after,
.cc-slider rzslider span.rz-pointer:hover:after,
.cc-slider .rzslider span.rz-pointer:hover:after {
  background: #0579B4;
}
.cc-slider rzslideroldest span.bubble,
.cc-slider rzsliderold span.bubble,
.cc-slider rzslider span.bubble,
.cc-slider .rzslider span.bubble,
.cc-slider rzslideroldest span.rz-bubble,
.cc-slider rzsliderold span.rz-bubble,
.cc-slider rzslider span.rz-bubble,
.cc-slider .rzslider span.rz-bubble {
  top: 18px;
  padding: 1px 3px 1px 3px;
  color: var(--lvh-white);
  cursor: default;
  font-size: 12px;
  width: 90px;
}
.cc-slider rzslideroldest span.bubble.limit,
.cc-slider rzsliderold span.bubble.limit,
.cc-slider rzslider span.bubble.limit,
.cc-slider .rzslider span.bubble.limit,
.cc-slider rzslideroldest span.rz-bubble.limit,
.cc-slider rzsliderold span.rz-bubble.limit,
.cc-slider rzslider span.rz-bubble.limit,
.cc-slider .rzslider span.rz-bubble.limit {
  visibility: hidden;
}
.cc-slider rzslideroldest span.bubble.selection,
.cc-slider rzsliderold span.bubble.selection,
.cc-slider rzslider span.bubble.selection,
.cc-slider .rzslider span.bubble.selection,
.cc-slider rzslideroldest span.rz-bubble.selection,
.cc-slider rzsliderold span.rz-bubble.selection,
.cc-slider rzslider span.rz-bubble.selection,
.cc-slider .rzslider span.rz-bubble.selection {
  top: 15px;
}
.cc-slider rzslideroldest span.bubble.bubble_slider_tooltip,
.cc-slider rzsliderold span.bubble.bubble_slider_tooltip,
.cc-slider rzslider span.bubble.bubble_slider_tooltip,
.cc-slider .rzslider span.bubble.bubble_slider_tooltip,
.cc-slider rzslideroldest span.rz-bubble.bubble_slider_tooltip,
.cc-slider rzsliderold span.rz-bubble.bubble_slider_tooltip,
.cc-slider rzslider span.rz-bubble.bubble_slider_tooltip,
.cc-slider .rzslider span.rz-bubble.bubble_slider_tooltip {
  width: 130px;
  margin: 20px 0 0 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  box-sizing: border-box;
  background: var(--lvh-x-dark-grey);
  z-index: 1;
}
@media (max-width: 991px) {
  .cc-slider rzslideroldest span.bubble.bubble_slider_tooltip,
  .cc-slider rzsliderold span.bubble.bubble_slider_tooltip,
  .cc-slider rzslider span.bubble.bubble_slider_tooltip,
  .cc-slider .rzslider span.bubble.bubble_slider_tooltip,
  .cc-slider rzslideroldest span.rz-bubble.bubble_slider_tooltip,
  .cc-slider rzsliderold span.rz-bubble.bubble_slider_tooltip,
  .cc-slider rzslider span.rz-bubble.bubble_slider_tooltip,
  .cc-slider .rzslider span.rz-bubble.bubble_slider_tooltip {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: none;
    background: none;
    color: var(--lvh-x-mesh-light);
  }
}
.cc-slider rzslideroldest span.bubble.bubble_slider_tooltip:before,
.cc-slider rzsliderold span.bubble.bubble_slider_tooltip:before,
.cc-slider rzslider span.bubble.bubble_slider_tooltip:before,
.cc-slider .rzslider span.bubble.bubble_slider_tooltip:before,
.cc-slider rzslideroldest span.rz-bubble.bubble_slider_tooltip:before,
.cc-slider rzsliderold span.rz-bubble.bubble_slider_tooltip:before,
.cc-slider rzslider span.rz-bubble.bubble_slider_tooltip:before,
.cc-slider .rzslider span.rz-bubble.bubble_slider_tooltip:before {
  position: absolute;
  content: '';
  top: -17px;
  left: 50%;
  display: block;
  height: 14px;
  width: 14px;
  margin: 10px 0 0 -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
  z-index: 1001;
  background: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .cc-slider rzslideroldest span.bubble.bubble_slider_tooltip:before,
  .cc-slider rzsliderold span.bubble.bubble_slider_tooltip:before,
  .cc-slider rzslider span.bubble.bubble_slider_tooltip:before,
  .cc-slider .rzslider span.bubble.bubble_slider_tooltip:before,
  .cc-slider rzslideroldest span.rz-bubble.bubble_slider_tooltip:before,
  .cc-slider rzsliderold span.rz-bubble.bubble_slider_tooltip:before,
  .cc-slider rzslider span.rz-bubble.bubble_slider_tooltip:before,
  .cc-slider .rzslider span.rz-bubble.bubble_slider_tooltip:before {
    display: none;
  }
}
.cc-slider rzslideroldest .wrapper,
.cc-slider rzsliderold .wrapper,
.cc-slider rzslider .wrapper,
.cc-slider .rzslider .wrapper,
.cc-slider rzslideroldest .rz-bar-wrapper,
.cc-slider rzsliderold .rz-bar-wrapper,
.cc-slider rzslider .rz-bar-wrapper,
.cc-slider .rzslider .rz-bar-wrapper {
  width: 97%;
}
.cc-slider rzslideroldest .DisableSlider .EnableSliderToggle,
.cc-slider rzsliderold .DisableSlider .EnableSliderToggle,
.cc-slider rzslider .DisableSlider .EnableSliderToggle,
.cc-slider .rzslider .DisableSlider .EnableSliderToggle {
  background: #BBBBBB !important;
  border: 1px solid #BBBBBB !important;
}
.cc-slider rzslideroldest .EnableSlider .EnableSliderToggle,
.cc-slider rzsliderold .EnableSlider .EnableSliderToggle,
.cc-slider rzslider .EnableSlider .EnableSliderToggle,
.cc-slider .rzslider .EnableSlider .EnableSliderToggle {
  background: #1575A9;
  border: 1px solid #1575A9;
}
.cc-slider rzslideroldest .DisableSlider .selection,
.cc-slider rzsliderold .DisableSlider .selection,
.cc-slider rzslider .DisableSlider .selection,
.cc-slider .rzslider .DisableSlider .selection {
  background: #BBBBBB !important;
  border: 1px solid #BBBBBB !important;
}
.cc-slider rzslideroldest .DisableSlider .Disabletooltip,
.cc-slider rzsliderold .DisableSlider .Disabletooltip,
.cc-slider rzslider .DisableSlider .Disabletooltip,
.cc-slider .rzslider .DisableSlider .Disabletooltip {
  display: none;
}
.cc-slider rzslideroldest .EnableSlider .Disabletooltip,
.cc-slider rzsliderold .EnableSlider .Disabletooltip,
.cc-slider rzslider .EnableSlider .Disabletooltip,
.cc-slider .rzslider .EnableSlider .Disabletooltip {
  display: block;
}
.cc-slider rzslideroldest .DisableSlider .DisableCOS,
.cc-slider rzsliderold .DisableSlider .DisableCOS,
.cc-slider rzslider .DisableSlider .DisableCOS,
.cc-slider .rzslider .DisableSlider .DisableCOS {
  display: none;
}
.cc-slider rzslideroldest .EnableSlider .DisableCOS,
.cc-slider rzsliderold .EnableSlider .DisableCOS,
.cc-slider rzslider .EnableSlider .DisableCOS,
.cc-slider .rzslider .EnableSlider .DisableCOS {
  display: block;
}
.cc-slider rzslideroldest .disablepointer2,
.cc-slider rzsliderold .disablepointer2,
.cc-slider rzslider .disablepointer2,
.cc-slider .rzslider .disablepointer2 {
  pointer-events: none;
}
.cc-slider rzslideroldest .disablepointer3,
.cc-slider rzsliderold .disablepointer3,
.cc-slider rzslider .disablepointer3,
.cc-slider .rzslider .disablepointer3 {
  border-bottom: 8px solid grey;
  pointer-events: none;
}
.cc-slider rzslideroldest .disablepointer4,
.cc-slider rzsliderold .disablepointer4,
.cc-slider rzslider .disablepointer4,
.cc-slider .rzslider .disablepointer4 {
  border-top: 8px solid grey;
}
.cc-slider rzslideroldest .rzslide-addport,
.cc-slider rzsliderold .rzslide-addport,
.cc-slider rzslider .rzslide-addport,
.cc-slider .rzslider .rzslide-addport {
  width: 100px;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
}
.cc-slider rzslideroldest .inputslide-port,
.cc-slider rzsliderold .inputslide-port,
.cc-slider rzslider .inputslide-port,
.cc-slider .rzslider .inputslide-port {
  float: right;
  width: 60px;
  padding: 5px 24px 5px 0px;
  border: 1px solid grey;
  border-radius: 5px;
  text-align: center;
}
.cc-slider rzslideroldest .slidearrow,
.cc-slider rzsliderold .slidearrow,
.cc-slider rzslider .slidearrow,
.cc-slider .rzslider .slidearrow {
  position: absolute;
  right: 0;
  height: 23px;
  border-left: 1px solid grey;
  width: 17%;
  top: 2px;
  padding: 2px 3px;
}
.cc-slider rzslideroldest .rzslide-addevc,
.cc-slider rzsliderold .rzslide-addevc,
.cc-slider rzslider .rzslide-addevc,
.cc-slider .rzslider .rzslide-addevc {
  width: 100px;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
}
.cc-slider rzslideroldest .inputslide-evc,
.cc-slider rzsliderold .inputslide-evc,
.cc-slider rzslider .inputslide-evc,
.cc-slider .rzslider .inputslide-evc {
  float: right;
  width: 60px;
  padding: 5px 24px 5px 0px;
  border: 1px solid grey;
  border-radius: 5px;
  text-align: center;
}
.cc-slider rzslideroldest .slidearrow-evc,
.cc-slider rzsliderold .slidearrow-evc,
.cc-slider rzslider .slidearrow-evc,
.cc-slider .rzslider .slidearrow-evc {
  position: absolute;
  right: 0;
  height: 23px;
  border-left: 1px solid grey;
  width: 17%;
  top: 2px;
  padding: 2px 3px;
}
.cc-slider rzslideroldest .scaleWrap,
.cc-slider rzsliderold .scaleWrap,
.cc-slider rzslider .scaleWrap,
.cc-slider .rzslider .scaleWrap {
  float: left;
  width: 100%;
}
.cc-slider rzslideroldest .scaleWrap ul,
.cc-slider rzsliderold .scaleWrap ul,
.cc-slider rzslider .scaleWrap ul,
.cc-slider .rzslider .scaleWrap ul {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  z-index: 1;
}
.cc-slider rzslideroldest .scaleWrap ul li,
.cc-slider rzsliderold .scaleWrap ul li,
.cc-slider rzslider .scaleWrap ul li,
.cc-slider .rzslider .scaleWrap ul li {
  float: left;
  color: var(--lvh-white);
  height: 16px;
}
.cc-slider rzslideroldest .scaleWrap ul li b,
.cc-slider rzsliderold .scaleWrap ul li b,
.cc-slider rzslider .scaleWrap ul li b,
.cc-slider .rzslider .scaleWrap ul li b {
  display: block;
  font-weight: normal;
  height: 100%;
  line-height: 16px;
  border-left: 1px solid var(--lvh-white);
  text-indent: -99999999px;
}
.cc-slider rzslideroldest .scaleWrap ul li:first-child,
.cc-slider rzsliderold .scaleWrap ul li:first-child,
.cc-slider rzslider .scaleWrap ul li:first-child,
.cc-slider .rzslider .scaleWrap ul li:first-child,
.cc-slider rzslideroldest .scaleWrap ul li:last-child,
.cc-slider rzsliderold .scaleWrap ul li:last-child,
.cc-slider rzslider .scaleWrap ul li:last-child,
.cc-slider .rzslider .scaleWrap ul li:last-child {
  visibility: hidden;
}
.cc-slider rzslideroldest .scaleWrap ul li:last-child,
.cc-slider rzsliderold .scaleWrap ul li:last-child,
.cc-slider rzslider .scaleWrap ul li:last-child,
.cc-slider .rzslider .scaleWrap ul li:last-child {
  width: 1% !important;
}
.cc-slider rzslideroldest .sliderinputbox,
.cc-slider rzsliderold .sliderinputbox,
.cc-slider rzslider .sliderinputbox,
.cc-slider .rzslider .sliderinputbox {
  width: 100px;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
}
.cc-slider rzslideroldest .slidervaluebox,
.cc-slider rzsliderold .slidervaluebox,
.cc-slider rzslider .slidervaluebox,
.cc-slider .rzslider .slidervaluebox {
  float: right;
  width: 60px;
  padding: 5px 24px 5px 0px;
  border: 1px solid grey;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.cc-slider rzslideroldest .slidervalueincrdecr,
.cc-slider rzsliderold .slidervalueincrdecr,
.cc-slider rzslider .slidervalueincrdecr,
.cc-slider .rzslider .slidervalueincrdecr {
  position: absolute;
  right: 13px;
  height: 23px;
  border-left: 1px solid grey;
  width: 2%;
  top: 28px;
  padding: 2px 3px;
}
.cc-slider rzslideroldest .sliderTextIncrementer,
.cc-slider rzsliderold .sliderTextIncrementer,
.cc-slider rzslider .sliderTextIncrementer,
.cc-slider .rzslider .sliderTextIncrementer {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #0579B4;
  border-radius: 5px;
  position: absolute;
  top: 6px;
  right: 4px;
}
.cc-slider rzslideroldest .sliderTextIncrementerDisabled,
.cc-slider rzsliderold .sliderTextIncrementerDisabled,
.cc-slider rzslider .sliderTextIncrementerDisabled,
.cc-slider .rzslider .sliderTextIncrementerDisabled {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid grey;
  border-radius: 5px;
  position: absolute;
  top: 6px;
  right: 4px;
}
.cc-slider rzslideroldest .sliderTextDecrementer,
.cc-slider rzsliderold .sliderTextDecrementer,
.cc-slider rzslider .sliderTextDecrementer,
.cc-slider .rzslider .sliderTextDecrementer {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #0579B4;
  border-radius: 5px;
  position: absolute;
  top: 16px;
  right: 4px;
}
.cc-slider rzslideroldest .sliderTextDecrementerDisabled,
.cc-slider rzsliderold .sliderTextDecrementerDisabled,
.cc-slider rzslider .sliderTextDecrementerDisabled,
.cc-slider .rzslider .sliderTextDecrementerDisabled {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid grey;
  border-radius: 5px;
  position: absolute;
  top: 16px;
  right: 4px;
}
.cc-slider .sliderLabels {
  position: relative;
  float: left;
  width: 100%;
}
.cc-slider .sliderLabels .sliderLimit {
  font-size: 24px;
  font-weight: 500;
  color: var(--lvh-x-mesh-light);
}
@media (max-width: 991px) {
  .cc-slider .sliderLabels .sliderLimit {
    font-size: 16px;
  }
}
.cc-slider .sliderLabels .sliderLimit.min {
  float: left;
}
.cc-slider .sliderLabels .sliderLimit.max {
  float: right;
}
.cc-slider .sliderLabels .sliderTotal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cc-slider .sliderLabels .sliderTotal .callout {
  position: relative;
  left: 200px;
  width: 125px;
  margin-left: -12px;
  padding: 10px;
  text-align: center;
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px var(--lvh-x-pale-grey);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  background: var(--lvh-white);
  z-index: 1;
}
.cc-slider .sliderLabels .sliderTotal .callout > .label {
  font-size: 14px;
  color: var(--lvh-secondary-text);
}
.cc-slider .sliderLabels .sliderTotal .callout .calloutTip {
  height: 14px;
  width: 14px;
  background-color: var(--lvh-white);
  position: absolute;
  border: 1px solid var(--lvh-x-pale-grey);
  z-index: 1001;
  top: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
/* -----------------------------------------------------------------------------

  TEAM PICKER COMPONENT
  
----------------------------------------------------------------------------- */
.cc-team-picker {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cc-team-picker > div {
  float: left;
  box-sizing: border-box;
}
.cc-team-picker .halves {
  width: 50%;
}
.cc-team-picker .quarters {
  width: 25%;
}
.cc-team-picker .team-owner,
.cc-team-picker .team-hiring-manager {
  padding-right: 25px;
}
@media (max-width: 991px) {
  .cc-team-picker .team-owner,
  .cc-team-picker .team-hiring-manager {
    width: 100%;
    margin: 0 0 20px;
    padding-right: 0;
  }
}
.cc-team-picker .team-owner .dropdownComponent.head .selectedLabel .text {
  width: calc(100% - 34px);
}
.cc-team-picker .team-collaborators {
  width: 50%;
}
@media (max-width: 991px) {
  .cc-team-picker .team-collaborators {
    width: 100%;
  }
}
.cc-team-picker .dropdownComponent .selectedLabel {
  min-height: 36px;
}
/* -----------------------------------------------------------------------------

  USER ACCOUNT MENU COMPONENT

----------------------------------------------------------------------------- */
.cc-user-account-menu {
  display: inline-block;
  position: relative;
}
.cc-user-account-menu .trigger {
  color: var(--lvh-secondary-text);
}
.cc-user-account-menu .trigger:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-user-account-menu .trigger .text,
.cc-user-account-menu .trigger .icon {
  float: left;
  line-height: 26px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  cursor: inherit;
}
.cc-user-account-menu .trigger .text {
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  .cc-user-account-menu .trigger .text {
    margin: 0;
  }
}
.cc-user-account-menu .trigger .icon {
  font-size: 7px;
}
@media (max-width: 991px) {
  .cc-user-account-menu .trigger .icon {
    display: none;
  }
}
.cc-user-account-menu .cc-callout {
  right: 0;
  margin-right: -26px;
}
.cc-user-account-menu .menuItem.small .item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cc-user-account-menu .menuItem.small .label {
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
@media (max-width: 991px) {
  .cc-user-account-menu .menuItem.desktop-only {
    display: none;
  }
}
#unsupported-browser-banner {
  display: block;
  position: fixed;
  top: 80px;
  left: 20px;
  right: 20px;
  z-index: 7950;
}
@media (max-width: 991px) {
  #unsupported-browser-banner {
    top: 74px;
  }
}
/**
 * A safe haven for miscellaneous components who are so small, they probably
 * don't deserve their own stylesheet. But we will love them all the same.
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.iconFont + .icon-label,
.iconFont .icon-label {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.cc-mobile-header-bar {
  height: 44px;
  background-color: var(--lvh-x-shark-light);
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .cc-mobile-header-bar {
    display: none;
  }
}
.cc-mobile-header-bar .mhb-heading {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-mobile-header-bar .mhb-inner-wrap {
  position: relative;
}
.cc-mobile-header-bar .button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.cc-mobile-header-bar .button.lhs {
  left: 0;
}
.cc-mobile-header-bar .button.rhs {
  right: 0;
}
.cc-last-action .lastAction {
  float: left;
  width: 100%;
  padding-right: 12px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .cc-last-action .lastAction {
    float: left;
    width: 100%;
    position: relative;
    bottom: auto;
  }
}
.cc-last-action .lastAction .avatarWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.769em;
  height: 1.769em;
}
.cc-last-action .lastAction .avatar {
  width: 100%;
  height: 100%;
  background-color: var(--lvh-white96);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cc-last-action .lastAction .avatar > img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cc-last-action .lastAction .text {
  float: left;
  width: 100%;
  padding: 0.192em 1.538em 0.192em 2.308em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--lvh-x-shark-dark);
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: default;
}
.cc-last-action .lastAction .text span {
  display: block;
  font-size: 0.846em;
  overflow: hidden;
}
.cc-last-action .attachmentsIndicator {
  position: absolute;
  top: 0;
  right: 0;
}
.cc-last-action .attachmentsIndicator .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.192em 0;
}
.cc-last-action .attachmentsIndicator .icon i {
  font-size: 0.923em;
  color: var(--lvh-x-shark-dark);
}
.cc-referrer-label {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  color: var(--lvh-x-green);
  background-color: rgba(80, 184, 72, 0.2);
  border-radius: 3px;
  padding: 0 6px;
}
.cc-agency-label {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  color: var(--lvh-bright-blue);
  background-color: rgba(60, 71, 157, 0.2);
  border-radius: 3px;
  padding: 0 6px;
}
@media (max-width: 991px) {
  .cc-date-selector .col.halves,
  .cc-date-selector .col.thirds,
  .cc-date-selector .col.quarters {
    display: none;
  }
}
@media (min-width: 992px) {
  .cc-date-selector .mobileDate {
    display: none;
  }
}
.date-picker-wrap {
  float: left;
  width: 100%;
  position: relative;
  color: initial;
}
.date-picker-wrap #uiDate {
  z-index: 3;
}
.date-picker-wrap input[type='text'],
.date-picker-wrap input[type='date'] {
  padding-left: 2em;
}
@media (min-width: 992px) {
  .date-picker-wrap input[type='text'].mobileDate,
  .date-picker-wrap input[type='date'].mobileDate {
    display: none;
  }
}
@media (max-width: 991px) {
  .date-picker-wrap input[type='text']#textDate,
  .date-picker-wrap input[type='date']#textDate {
    display: none;
  }
}
.date-picker-wrap i {
  color: var(--lvh-x-shark-dark);
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0.615em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.date-picker-wrap .cc-overlay-mask.transparent {
  z-index: 2;
}
.border-notch {
  /* creates the larger triangle */
}
.border-notch:before {
  content: "";
  position: absolute;
  bottom: -25px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: var(--lvh-x-shark-light) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.border-notch:after {
  content: "";
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 42px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: white transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.border-notch.top:before {
  top: -15px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  right: 40px;
  /* controls horizontal position */
  border-width: 0 15px 15px;
}
.border-notch.top:after {
  top: -13px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  right: 42px;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width: 0 13px 13px;
}
@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}
.callout-wrap .trigger {
  display: block;
  padding: 5px 2px;
}
@media (min-width: 992px) {
  .callout-wrap .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.callout-wrap .callout.visible .cc-callout {
  display: block;
  z-index: 9001;
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .body {
    margin: 20px 0 0;
  }
}
.callout {
  display: block;
}
.callout:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout .cc-callout {
  position: relative;
  z-index: 2000;
}
.callout .cc-callout.topLeft {
  display: none;
  width: 250px;
}
.callout .cc-callout.topLeft .cc-callout-body {
  margin: 10px 0 0;
  padding: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.cc-callout-tip.top {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.right {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  right: 0;
  margin: 0 -8px 0 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottom {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-tip.left {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  left: 0;
  margin: 0 0 0 -8px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.topLeft {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  left: 15px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-body {
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
}
.cc-callout-body:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-callout-content {
  background-color: var(--lvh-white);
  border-radius: 3px;
  position: relative;
  z-index: 1002;
  overflow: hidden;
}
.cc-callout-content > ul {
  margin: 0;
  padding: 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-callout-content > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.cc-callout-content > ul > li.mobileOnly {
  display: none;
}
@media (max-width: 991px) {
  .cc-callout-content > ul > li.mobileOnly {
    display: list-item;
  }
}
.cc-callout-content > ul > li.divider {
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  margin: 10px 0;
}
.cc-callout-content > ul > li.divider > a {
  display: none;
}
@media (min-width: 992px) {
  .cc-callout-content > ul > li#showHowItWorksLink {
    display: none;
  }
}
.cc-callout-content > ul > li > a,
.cc-callout-content > ul > li > span {
  display: block;
  color: var(--lvh-x-mid-grey);
  outline: none;
  padding: 0.25em 1.538em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cc-callout-content > ul > li > a:hover,
.cc-callout-content > ul > li > span:hover,
.cc-callout-content > ul > li > a:focus,
.cc-callout-content > ul > li > span:focus,
.cc-callout-content > ul > li > a.selected,
.cc-callout-content > ul > li > span.selected {
  background-color: var(--lvh-x-off-white);
}
.cc-callout-content > ul > li > a .label,
.cc-callout-content > ul > li > span .label {
  color: var(--lvh-x-mid-grey);
  white-space: inherit;
}
.cc-callout-content > ul > li.disabled > a,
.cc-callout-content > ul > li.disabled > span {
  color: var(--lvh-disabled-text);
}
.cc-callout-content > ul > li.disabled > a:hover,
.cc-callout-content > ul > li.disabled > span:hover,
.cc-callout-content > ul > li.disabled > a:focus,
.cc-callout-content > ul > li.disabled > span:focus,
.cc-callout-content > ul > li.disabled > a.selected,
.cc-callout-content > ul > li.disabled > span.selected {
  background-color: var(--lvh-white);
}
.cc-alert {
  padding: 15px;
  border-radius: 3px;
  box-sizing: border-box;
}
.cc-alert.has-icon {
  position: relative;
  padding-left: 40px;
}
.cc-alert.has-icon > .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  line-height: 20px;
}
.cc-alert.red {
  background-color: var(--lvh-validation-red-light);
  border: 1px solid var(--lvh-validation-red-mid);
  color: var(--lvh-validation-red-dark);
}
.cc-alert.red p {
  color: var(--lvh-validation-red-dark);
}
.cc-alert.red p a {
  color: var(--lvh-validation-red-dark);
}
.cc-alert.yellow {
  background-color: var(--lvh-alert-yellow-light);
  border: 1px solid var(--lvh-alert-yellow-mid);
  color: var(--lvh-alert-yellow-text);
}
.cc-alert.yellow p {
  color: var(--lvh-alert-yellow-text);
}
.cc-alert.yellow p a {
  color: var(--lvh-alert-yellow-text);
}
.cc-alert.green {
  background-color: var(--lvh-validation-green-light);
  border: 1px solid var(--lvh-validation-green-mid);
  color: var(--lvh-validation-green-dark);
}
.cc-alert.green p {
  color: var(--lvh-validation-green-dark);
}
.cc-alert.green p a {
  color: var(--lvh-validation-green-dark);
}
.cc-alert.blue {
  background-color: var(--lvh-alert-blue-light);
  border: 1px solid var(--lvh-alert-blue-mid);
  color: var(--lvh-alert-blue-text);
}
.cc-alert.blue p {
  color: var(--lvh-alert-blue-text);
}
.cc-alert.blue p a {
  color: var(--lvh-alert-blue-text);
}
.cc-alert .heading {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.cc-alert p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5 !important;
}
.cc-alert p:not(:last-child) {
  margin: 0 0 20px 0;
}
.cc-alert p a {
  text-decoration: underline;
}
.cc-alert .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  cursor: pointer;
}
.cc-alert.alert-dismissible {
  padding-right: 40px;
}
.cc-alert.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--lvh-x-dark-grey);
  font-size: 13px;
  cursor: pointer;
  background: none;
  border: none;
}
.cc-alert.alert-dismissible .close:focus-visible {
  outline: none;
}
.cc-alert.alert-dismissible .close:focus {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
  border-radius: 3px;
}
/* -----------------------------------------------------------------------------

  BUTTONS

----------------------------------------------------------------------------- */
.button {
  cursor: pointer;
  padding: 8px 20px;
  font-family: var(--lvh-button-font-family, var(--lvh-general-font-family, "Open Sans", sans-serif));
  font-size: var(--lvh-button-font-size, var(--lvh-general-font-size, 1em));
  font-weight: var(--lvh-button-font-weight, var(--lvh-general-font-weight, 600));
  text-transform: var(--lvh-button-text-transform, none);
}
.button[disabled],
.button:disabled {
  cursor: default;
  opacity: 0.5;
}
.button[disabled] > .label,
.button:disabled > .label {
  cursor: default;
}
.button.full-width {
  display: block;
  width: 100%;
}
.button spinner,
.button busy-spinner,
.button .cc-spinner {
  display: none;
}
.button.block {
  display: block;
  text-align: center;
}
.button.isBusy {
  position: relative;
  display: inline-block;
}
.button.isBusy > .label {
  visibility: hidden;
}
.button.isBusy spinner,
.button.isBusy busy-spinner,
.button.isBusy .cc-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button.isBusy spinner .spinner,
.button.isBusy busy-spinner .spinner,
.button.isBusy .cc-spinner .spinner {
  white-space: nowrap;
}
.p-solid-button,
.p-ghost-button {
  --lvh-btn-border-thickness: 1px;
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #3c479d;
  --lvh-btn-border-colour: transparent;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #505cbc;
  --lvh-btn-hover-border-colour: #505cbc;
  --lvh-btn-focus-box-shadow-colour: #444444;
  outline: 0;
  border: none;
  background: none;
  line-height: normal;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.2s background-color linear, 0.2s box-shadow linear;
  background-color: var(--lvh-btn-bg-colour);
  color: var(--lvh-btn-colour);
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-border-colour);
}
.p-solid-button:hover:not([disabled]),
.p-ghost-button:hover:not([disabled]),
.p-solid-button:hover:not(:disabled),
.p-ghost-button:hover:not(:disabled) {
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
}
.p-solid-button:hover:not([disabled]) > .label,
.p-ghost-button:hover:not([disabled]) > .label,
.p-solid-button:hover:not(:disabled) > .label,
.p-ghost-button:hover:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.p-solid-button:focus:not([disabled]),
.p-ghost-button:focus:not([disabled]),
.p-solid-button:focus:not(:disabled),
.p-ghost-button:focus:not(:disabled) {
  border: 1px solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
  box-shadow: 0px 0px 0px 1px var(--lvh-white98), 0px 0px 0px 2px var(--lvh-btn-focus-box-shadow-colour);
}
.p-solid-button:focus:not([disabled]) > .label,
.p-ghost-button:focus:not([disabled]) > .label,
.p-solid-button:focus:not(:disabled) > .label,
.p-ghost-button:focus:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.p-solid-button > .label,
.p-ghost-button > .label {
  color: var(--lvh-btn-colour);
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.p-solid-button.small,
.p-ghost-button.small {
  padding: 5px 15px;
}
.p-solid-button.medium,
.p-ghost-button.medium {
  padding: 8px 20px;
}
.p-solid-button.large,
.p-ghost-button.large {
  padding: 11px 20px;
}
.p-solid-button.large > .label,
.p-ghost-button.large > .label {
  font-size: 1.154em;
}
.p-solid-button.blue,
.p-solid-button.bright-blue {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #3c479d;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #505cbc;
  --lvh-btn-hover-border-colour: #505cbc;
}
.p-solid-button.shark-dark {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #cccccc;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #e6e6e6;
  --lvh-btn-hover-border-colour: #e6e6e6;
}
.p-solid-button.mid-grey {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #666666;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #808080;
  --lvh-btn-hover-border-colour: #808080;
}
.p-solid-button.paler-grey {
  --lvh-btn-colour: #444444;
  --lvh-btn-bg-colour: #e0e0e0;
  --lvh-btn-hover-colour: #444444;
  --lvh-btn-hover-bg-colour: #fafafa;
  --lvh-btn-hover-border-colour: #fafafa;
}
.p-solid-button.off-white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #f3f5f7;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.p-solid-button.white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #ffffff;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.p-solid-button.red,
.p-solid-button.ripe {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #bd350f;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #ec4213;
  --lvh-btn-hover-border-colour: #ec4213;
}
.p-solid-button.orange {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #ff8133;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #ffa066;
  --lvh-btn-hover-border-colour: #ffa066;
}
.p-solid-button.yellow {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #ffd540;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #ffe073;
  --lvh-btn-hover-border-colour: #ffe073;
}
.p-solid-button.green {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #50b848;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #73c66d;
  --lvh-btn-hover-border-colour: #73c66d;
}
.p-solid-button.murkberry-dark {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #a1b1de;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #c7d0eb;
  --lvh-btn-hover-border-colour: #c7d0eb;
}
.p-solid-button.pink {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #ff5aa8;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #ff8dc3;
  --lvh-btn-hover-border-colour: #ff8dc3;
}
.p-solid-button.purple {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-bg-colour: #7858e0;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #9b83e8;
  --lvh-btn-hover-border-colour: #9b83e8;
}
.p-solid-button.light-purple {
  --lvh-btn-colour: #7858e0;
  --lvh-btn-bg-colour: rgba(120, 88, 224, 0.2);
  --lvh-btn-hover-colour: #7858e0;
  --lvh-btn-hover-bg-colour: rgba(155, 131, 232, 0.2);
  --lvh-btn-hover-border-colour: rgba(155, 131, 232, 0.2);
}
.p-ghost-button {
  --lvh-btn-colour: #3c479d;
  --lvh-btn-bg-colour: transparent;
  --lvh-btn-border-colour: #3c479d;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #3c479d;
  --lvh-btn-hover-border-colour: #3c479d;
  --lvh-btn-focus-box-shadow-colour: #3c479d;
}
.p-ghost-button.small {
  padding: 5px 15px;
}
.p-ghost-button.medium {
  padding: 8px 20px;
}
.p-ghost-button.large {
  padding: 11px 20px;
}
.p-ghost-button.large > .label {
  font-size: 1.154em;
}
.p-ghost-button.thin {
  --lvh-btn-border-thickness: 1px;
}
.p-ghost-button.thick {
  --lvh-btn-border-thickness: 2px;
}
.p-ghost-button.bright-blue {
  --lvh-btn-colour: #3c479d;
  --lvh-btn-border-colour: #3c479d;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #3c479d;
  --lvh-btn-hover-border-colour: #3c479d;
  --lvh-btn-focus-box-shadow-colour: #3c479d;
}
.p-ghost-button.shark-dark {
  --lvh-btn-colour: #888888;
  --lvh-btn-border-colour: #cccccc;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #cccccc;
  --lvh-btn-hover-border-colour: #cccccc;
  --lvh-btn-focus-box-shadow-colour: #cccccc;
}
.p-ghost-button.light-grey {
  --lvh-btn-colour: #888888;
  --lvh-btn-border-colour: #888888;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #888888;
  --lvh-btn-hover-border-colour: #888888;
  --lvh-btn-focus-box-shadow-colour: #888888;
}
.p-ghost-button.green {
  --lvh-btn-colour: #50b848;
  --lvh-btn-border-colour: #50b848;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #50b848;
  --lvh-btn-hover-border-colour: #50b848;
  --lvh-btn-focus-box-shadow-colour: #50b848;
}
.p-ghost-button.red,
.p-ghost-button.ripe {
  --lvh-btn-colour: #bd350f;
  --lvh-btn-border-colour: #bd350f;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #bd350f;
  --lvh-btn-hover-border-colour: #bd350f;
  --lvh-btn-focus-box-shadow-colour: #bd350f;
}
.p-ghost-button.white {
  --lvh-btn-colour: #ffffff;
  --lvh-btn-border-colour: #ffffff;
  --lvh-btn-hover-colour: transparent;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-focus-box-shadow-colour: #ffffff;
}
.p-ghost-button.pink {
  --lvh-btn-colour: #ff5aa8;
  --lvh-btn-border-colour: #ff5aa8;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #ff5aa8;
  --lvh-btn-hover-border-colour: #ff5aa8;
  --lvh-btn-focus-box-shadow-colour: #ff5aa8;
}
.p-ghost-button.purple {
  --lvh-btn-colour: #7858e0;
  --lvh-btn-border-colour: #7858e0;
  --lvh-btn-hover-colour: #ffffff;
  --lvh-btn-hover-bg-colour: #7858e0;
  --lvh-btn-hover-border-colour: #7858e0;
  --lvh-btn-focus-box-shadow-colour: #7858e0;
}
.cc-link-button {
  --lvh-link-button-focus-shadow-colour-1: #fafafa;
  --lvh-link-button-focus-shadow-colour-2: #444444;
  --lvh-link-button-primary-colour: #3c479d;
  --lvh-link-button-primary-hover-colour: #3c479d;
  --lvh-link-button-primary-focus-colour: #3c479d;
  --lvh-link-button-secondary-colour: #666666;
  --lvh-link-button-secondary-hover-colour: #333333;
  --lvh-link-button-secondary-focus-colour: #333333;
  outline: 0;
  border: none;
  background: none;
  line-height: normal;
  padding: 0 1px 0 1px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--lvh-link-button-font-family, var(--lvh-general-font-family, "Open Sans", sans-serif));
  font-size: var(--lvh-link-button-font-size, var(--lvh-general-font-size, 1em));
  font-weight: var(--lvh-link-button-font-weight, var(--lvh-general-font-weight, 600));
  text-transform: var(--lvh-link-button-text-transform, none);
}
.cc-link-button:hover,
.cc-link-button:focus {
  text-decoration: underline;
}
.cc-link-button:focus {
  box-shadow: 0px 0px 0px 1px var(--lvh-link-button-focus-shadow-colour-1), 0px 0px 0px 2px var(--lvh-link-button-focus-shadow-colour-2);
}
.cc-link-button:focus-visible {
  outline: none;
}
.cc-link-button.primary {
  color: var(--lvh-link-button-primary-colour);
}
.cc-link-button.primary:hover {
  color: var(--lvh-link-button-primary-hover-colour);
}
.cc-link-button.primary:focus {
  color: var(--lvh-link-button-primary-focus-colour);
}
.cc-link-button.secondary {
  color: var(--lvh-link-button-secondary-colour);
  text-decoration: underline;
}
.cc-link-button.secondary:hover {
  color: var(--lvh-link-button-secondary-hover-colour);
}
.cc-link-button.secondary:focus {
  color: var(--lvh-link-button-secondary-focus-colour);
}
.cc-button-group {
  /* ----------------------------------------

        BOX SHADOW REFERENCE

        TOP, RIGHT, BOTTOM, LEFT

        box-shadow: 0 1px 0 0 purple inset,
                    -1px 0 0 0 blue inset,
                    0 -1px 0 0 green inset,
                    1px 0 0 0 red inset;

    ---------------------------------------- */
}
.cc-button-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-button-group .button {
  float: left;
  margin: 0;
  box-shadow: 0 1px 0 0 currentColor inset, 0 -1px 0 0 currentColor inset;
}
.cc-button-group .button:first-child {
  box-shadow: 0 1px 0 0 currentColor inset, 0 -1px 0 0 currentColor inset, 1px 0 0 0 currentColor inset;
}
.cc-button-group .button:last-child {
  box-shadow: 0 1px 0 0 currentColor inset, -1px 0 0 0 currentColor inset, 0 -1px 0 0 currentColor inset;
}
.cc-button-group .button:not(:first-child),
.cc-button-group .button:not(:last-child) {
  border-radius: 0;
}
.cc-button-group .button:not(:last-child) {
  margin: 0 1px 0 0;
}
.buttonOutlineV2 {
  background: none;
  border-radius: 0.231em;
  border: 2px solid;
  outline: 0;
  transition: 0.3s all linear;
  line-height: normal;
  box-sizing: border-box;
}
.buttonOutlineV2.medium {
  padding: 0.615em 1.538em;
}
.buttonOutlineV2.medium > .label {
  font-size: 1em;
}
.buttonOutlineV2.large {
  padding: 0.692em 1.538em;
}
.buttonOutlineV2.large > .label {
  font-size: 1.154em;
}
.buttonOutlineV2.blue {
  border-color: var(--lvh-bright-blue);
}
.buttonOutlineV2.blue:hover,
.buttonOutlineV2.blue:focus {
  background-color: var(--lvh-bright-blue);
}
.buttonOutlineV2.blue:hover > .label,
.buttonOutlineV2.blue:focus > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.blue > .label {
  color: var(--lvh-bright-blue);
}
.buttonOutlineV2.white {
  border-color: var(--lvh-white);
}
.buttonOutlineV2.white:hover,
.buttonOutlineV2.white:focus {
  background-color: var(--lvh-white);
}
.buttonOutlineV2.white:hover > .label,
.buttonOutlineV2.white:focus > .label {
  color: var(--lvh-x-dark-grey);
}
.buttonOutlineV2.white > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.paleGrey {
  border-color: var(--lvh-x-pale-grey);
}
.buttonOutlineV2.paleGrey:hover,
.buttonOutlineV2.paleGrey:focus {
  background-color: var(--lvh-x-pale-grey);
}
.buttonOutlineV2.paleGrey:hover > .label,
.buttonOutlineV2.paleGrey:focus > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.paleGrey > .label {
  color: var(--lvh-x-pale-grey);
}
.buttonOutlineV2.sharkDark {
  border-color: var(--lvh-x-shark-dark);
}
.buttonOutlineV2.sharkDark:hover,
.buttonOutlineV2.sharkDark:focus {
  background-color: var(--lvh-x-shark-dark);
}
.buttonOutlineV2.sharkDark:hover > .label,
.buttonOutlineV2.sharkDark:focus > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.sharkDark > .label {
  color: var(--lvh-secondary-text);
}
.buttonOutlineV2 > .label {
  font-weight: 600;
  line-height: normal;
}
.p-checkbox .input {
  /*position: absolute;
        top: -9999px;
        left: -9999px;*/
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.p-checkbox .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-radio-button .input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.p-radio-button .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-radio-button .input.checked:disabled ~ .radio-button:before,
.p-radio-button .input:checked:disabled ~ .radio-button:before {
  background-color: var(--lvh-x-shark-dark);
}
.p-radio-button .input.checked ~ .radio-button,
.p-radio-button .input:checked ~ .radio-button {
  cursor: default;
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.p-radio-button .input.checked ~ .radio-button:before,
.p-radio-button .input:checked ~ .radio-button:before {
  content: '';
  background-color: var(--lvh-bright-blue);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.p-radio-button .input:disabled ~ .radio-button {
  cursor: default;
  background-color: var(--lvh-white98);
  border-color: var(--lvh-x-pale-grey);
}
.p-radio-button .radio-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.p-radio-button.hidden .radio-button {
  visibility: hidden;
}
.p-checkbox.below-field {
  display: inline-block;
  padding-top: 5px;
}
.p-checkbox.field-height .label {
  line-height: 34px;
}
.p-checkbox .input:focus ~ .checkbox {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
}
.p-checkbox .input.checked:disabled ~ .checkbox:before,
.p-checkbox .input:checked:disabled ~ .checkbox:before {
  color: var(--lvh-x-shark-dark) !important;
}
.p-checkbox .input.checked ~ .checkbox,
.p-checkbox .input:checked ~ .checkbox {
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.p-checkbox .input.checked ~ .checkbox:before,
.p-checkbox .input:checked ~ .checkbox:before {
  content: "\e902";
  font-family: 'CoreIconFont';
  font-size: 8px;
  line-height: 14px;
  color: var(--lvh-bright-blue);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-checkbox .input:disabled ~ .checkbox {
  background-color: var(--lvh-white98) !important;
  border-color: var(--lvh-x-pale-grey) !important;
  cursor: default;
}
.p-checkbox .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.p-checkbox-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-checkbox-group .checkbox-wrap {
  float: left;
  width: calc(25% - 7.5px);
  background-color: var(--lvh-x-off-white);
  border-radius: 3px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.p-checkbox-group .checkbox-wrap:not(:last-child) {
  margin: 0 10px 0 0;
}
.p-checkbox-group .checkbox-wrap .checkbox {
  float: left;
  margin: 0 10px 0 0;
}
.p-checkbox-group .checkbox-wrap .label {
  float: left;
  color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .p-radio-button-group .p-radio-button {
    display: block;
  }
}
.p-radio-button-group .p-radio-button:not(:last-child) {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .p-radio-button-group .p-radio-button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.p-radio-button-group .input,
.p-radio-button-group .label {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.p-radio-button-group .input {
  margin: 0 5px 0 0;
  outline: none;
}
.p-radio-button-group .label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-empty-state {
  padding: 40px 0;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  background: var(--lvh-white);
}
@media (max-width: 991px) {
  .p-empty-state {
    padding: 40px 10px;
  }
}
.p-empty-state:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-empty-state.small {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .p-empty-state.small {
    padding: 20px 10px;
  }
}
.p-empty-state.small .icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .p-empty-state.small .icon {
    width: 75px;
    height: 75px;
  }
}
.p-empty-state .icon {
  width: 128px;
  height: 128px;
}
@media (max-width: 991px) {
  .p-empty-state .icon {
    width: 100px;
    height: 100px;
  }
}
.p-empty-state .icon > img {
  max-width: 100%;
  height: auto;
}
.p-empty-state h3 {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: var(--lvh-primary-text);
}
@media (max-width: 991px) {
  .p-empty-state h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.p-empty-state p {
  margin: 0 20px;
  font-size: 13px;
  line-height: 24px;
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .p-empty-state p {
    font-size: 14px;
    line-height: 19px;
  }
}
.p-empty-state p:not(:last-child) {
  margin: 0 20px 20px;
}
.p-empty-state .button {
  display: inline-block;
}
.p-empty-state .button.isBusy {
  display: inline-block;
}
#employerApp .p-empty-state {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state {
    padding: 50px 10px;
  }
}
#employerApp .p-empty-state.small {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state.small {
    padding: 20px 10px;
  }
}
#employerApp .p-empty-state.small .icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state.small .icon {
    width: 75px;
    height: 75px;
  }
}
#employerApp .p-empty-state h3 {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.p-file-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-other.svg');
}
.p-file-icon.jpeg,
.p-file-icon.png {
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-image.svg');
}
.p-file-icon.pdf {
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-pdf.svg');
}
.p-file-icon.word,
.p-file-icon.ms-word {
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-word.svg');
}
.p-file-icon.xls {
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-excel.svg');
}
.p-file-icon.ppt,
.p-file-icon.pptx {
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-powerpoint.svg');
}
.p-flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  background-color: var(--lvh-x-shark-light);
  background-image: url('//assets.livehire.com/common/images/sprites/flags.png');
  background-repeat: no-repeat;
}
.p-flag.iso2-ad,
.p-flag.iso3-and {
  background-position: -16px 0;
}
.p-flag.iso2-ae,
.p-flag.iso3-are,
.p-flag.currency-iso3-aed {
  background-position: -32px 0;
}
.p-flag.iso2-af,
.p-flag.iso3-afg,
.p-flag.currency-iso3-afn {
  background-position: -48px 0;
}
.p-flag.iso2-ag,
.p-flag.iso3-atg {
  background-position: -64px 0;
}
.p-flag.iso2-ai,
.p-flag.iso3-aia {
  background-position: -80px 0;
}
.p-flag.iso2-al,
.p-flag.iso3-alb,
.p-flag.currency-iso3-all {
  background-position: -96px 0;
}
.p-flag.iso2-am,
.p-flag.iso3-arm,
.p-flag.currency-iso3-amd {
  background-position: -112px 0;
}
.p-flag.iso2-an,
.p-flag.iso3-ant {
  background-position: -128px 0;
}
.p-flag.iso2-ao,
.p-flag.iso3-ago,
.p-flag.currency-iso3-aoa {
  background-position: -144px 0;
}
.p-flag.iso2-ar,
.p-flag.iso3-arg,
.p-flag.currency-iso3-ars {
  background-position: -160px 0;
}
.p-flag.iso2-as,
.p-flag.iso3-asm {
  background-position: -176px 0;
}
.p-flag.iso2-at,
.p-flag.iso3-aut {
  background-position: -192px 0;
}
.p-flag.currency-iso3-aud,
.p-flag.iso2-au,
.p-flag.iso2-cx,
.p-flag.iso3-aus {
  background-position: -208px 0;
}
.p-flag.iso2-aw,
.p-flag.iso3-abw,
.p-flag.currency-iso3-awg {
  background-position: -224px 0;
}
.p-flag.iso2-az,
.p-flag.iso3-aze,
.p-flag.currency-iso3-azn {
  background-position: -240px 0;
}
.p-flag.iso2-ba,
.p-flag.iso3-bih,
.p-flag.currency-iso3-bam {
  background-position: 0 -11px;
}
.p-flag.iso2-bb,
.p-flag.iso3-brb,
.p-flag.currency-iso3-bbd {
  background-position: -16px -11px;
}
.p-flag.iso2-bd,
.p-flag.iso3-bgd,
.p-flag.currency-iso3-bdt {
  background-position: -32px -11px;
}
.p-flag.iso2-be,
.p-flag.iso3-bel {
  background-position: -48px -11px;
}
.p-flag.iso2-bf,
.p-flag.iso3-bfa {
  background-position: -64px -11px;
}
.p-flag.iso2-bg,
.p-flag.iso3-bgr,
.p-flag.currency-iso3-bgn {
  background-position: -80px -11px;
}
.p-flag.iso2-bh,
.p-flag.iso3-bhr,
.p-flag.currency-iso3-bhd {
  background-position: -96px -11px;
}
.p-flag.iso2-bi,
.p-flag.iso3-bdi,
.p-flag.currency-iso3-bif {
  background-position: -112px -11px;
}
.p-flag.iso2-bj,
.p-flag.iso3-ben {
  background-position: -128px -11px;
}
.p-flag.iso2-bm,
.p-flag.iso3-bmu,
.p-flag.currency-iso3-bmd {
  background-position: -144px -11px;
}
.p-flag.iso2-bn,
.p-flag.iso3-brn,
.p-flag.currency-iso3-bnd {
  background-position: -160px -11px;
}
.p-flag.iso2-bo,
.p-flag.iso3-bol,
.p-flag.currency-iso3-bob {
  background-position: -176px -11px;
}
.p-flag.iso2-br,
.p-flag.iso3-bra,
.p-flag.currency-iso3-brl {
  background-position: -192px -11px;
}
.p-flag.iso2-bs,
.p-flag.iso3-bhs {
  background-position: -208px -11px;
}
.p-flag.iso2-bt,
.p-flag.iso3-btn {
  background-position: -224px -11px;
}
.p-flag.iso2-bv,
.p-flag.iso3-bvt {
  background-position: -240px -11px;
}
.p-flag.iso2-bw,
.p-flag.iso3-bwa,
.p-flag.currency-iso3-bwp {
  background-position: 0 -22px;
}
.p-flag.iso2-by,
.p-flag.iso3-blr,
.p-flag.currency-iso3-byn {
  background-position: -16px -22px;
}
.p-flag.iso2-bz,
.p-flag.iso3-blz,
.p-flag.currency-iso3-bzd {
  background-position: -32px -22px;
}
.p-flag.currency-iso3-cad,
.p-flag.iso2-ca,
.p-flag.iso3-can {
  background-position: -48px -22px;
}
.p-flag.iso2-catalonia {
  background-position: -64px -22px;
}
.p-flag.iso2-cd,
.p-flag.iso3-cod {
  background-position: -80px -22px;
}
.p-flag.iso2-cf,
.p-flag.iso3-caf {
  background-position: -96px -22px;
}
.p-flag.iso2-cg,
.p-flag.iso3-cog {
  background-position: -112px -22px;
}
.p-flag.iso2-ch,
.p-flag.iso3-che,
.p-flag.currency-iso3-chf {
  background-color: transparent;
  background-position: -128px -22px;
}
.p-flag.iso2-ci {
  background-position: -144px -22px;
}
.p-flag.iso2-ck,
.p-flag.iso3-cok {
  background-position: -160px -22px;
}
.p-flag.iso2-cl,
.p-flag.iso3-chl,
.p-flag.currency-iso3-clp {
  background-position: -176px -22px;
}
.p-flag.iso2-cm,
.p-flag.iso3-cmr {
  background-position: -192px -22px;
}
.p-flag.iso2-cn,
.p-flag.iso3-chn,
.p-flag.currency-iso3-cny {
  background-position: -208px -22px;
}
.p-flag.iso2-co,
.p-flag.iso3-col,
.p-flag.currency-iso3-cop {
  background-position: -224px -22px;
}
.p-flag.iso2-cr,
.p-flag.iso3-cri,
.p-flag.currency-iso3-crc {
  background-position: -240px -22px;
}
.p-flag.iso2-cu,
.p-flag.iso3-cub {
  background-position: 0 -33px;
}
.p-flag.iso2-cv,
.p-flag.iso3-cpv {
  background-position: -16px -33px;
}
.p-flag.iso2-cw,
.p-flag.iso3-cuw {
  background-position: -32px -33px;
}
.p-flag.iso2-cy,
.p-flag.iso3-cyp {
  background-position: -48px -33px;
}
.p-flag.iso2-cz,
.p-flag.iso3-cze {
  background-position: -64px -33px;
}
.p-flag.iso2-de,
.p-flag.iso3-deu {
  background-position: -80px -33px;
}
.p-flag.iso2-dj,
.p-flag.iso3-dji,
.p-flag.currency-iso3-djf {
  background-position: -96px -33px;
}
.p-flag.iso2-dk,
.p-flag.iso3-dnk {
  background-position: -112px -33px;
}
.p-flag.iso2-dm,
.p-flag.iso3-dma {
  background-position: -128px -33px;
}
.p-flag.iso2-do,
.p-flag.iso3-dom {
  background-position: -144px -33px;
}
.p-flag.iso2-dz,
.p-flag.iso3-dza,
.p-flag.currency-iso3-dzd {
  background-position: -160px -33px;
}
.p-flag.iso2-ec,
.p-flag.iso3-ecu {
  background-position: -176px -33px;
}
.p-flag.iso2-ee,
.p-flag.iso3-est {
  background-position: -192px -33px;
}
.p-flag.iso2-eg,
.p-flag.iso3-egy,
.p-flag.currency-iso3-egp {
  background-position: -208px -33px;
}
.p-flag.iso2-eh {
  background-position: -224px -33px;
}
.p-flag.iso2-england {
  background-position: -240px -33px;
}
.p-flag.iso2-er,
.p-flag.iso3-eri,
.p-flag.currency-iso3-ern {
  background-position: 0 -44px;
}
.p-flag.iso2-es,
.p-flag.iso3-esp {
  background-position: -16px -44px;
}
.p-flag.iso2-et,
.p-flag.iso3-eth,
.p-flag.currency-iso3-etb {
  background-position: -32px -44px;
}
.p-flag.currency-iso3-eur,
.p-flag.iso2-eu {
  background-position: -48px -44px;
}
.p-flag.iso2-fi,
.p-flag.iso3-fin {
  background-position: -64px -44px;
}
.p-flag.iso2-fj,
.p-flag.iso3-fji,
.p-flag.currency-iso3-fjd {
  background-position: -80px -44px;
}
.p-flag.iso2-fk,
.p-flag.iso3-flk {
  background-position: -96px -44px;
}
.p-flag.iso2-fm,
.p-flag.iso3-fsm {
  background-position: -112px -44px;
}
.p-flag.iso2-fo,
.p-flag.iso3-fro {
  background-position: -128px -44px;
}
.p-flag.iso2-fr,
.p-flag.iso3-fra {
  background-position: -144px -44px;
}
.p-flag.iso2-ga,
.p-flag.iso3-gab {
  background-position: -160px -44px;
}
.p-flag.currency-iso3-gbp,
.p-flag.iso2-gb,
.p-flag.iso3-gbr {
  background-position: -176px -44px;
}
.p-flag.iso2-gd,
.p-flag.iso3-grd {
  background-position: -192px -44px;
}
.p-flag.iso2-ge,
.p-flag.iso3-geo,
.p-flag.currency-iso3-gel {
  background-position: -208px -44px;
}
.p-flag.iso2-gf {
  background-position: -224px -44px;
}
.p-flag.iso2-gg,
.p-flag.iso3-ggy {
  background-position: -240px -44px;
}
.p-flag.iso2-gh,
.p-flag.iso3-gha,
.p-flag.currency-iso3-ghs {
  background-position: 0 -55px;
}
.p-flag.iso2-gi,
.p-flag.iso3-gib,
.p-flag.currency-iso3-gip {
  background-position: -16px -55px;
}
.p-flag.iso2-gl,
.p-flag.iso3-grl {
  background-position: -32px -55px;
}
.p-flag.iso2-gm,
.p-flag.iso3-gmb {
  background-position: -48px -55px;
}
.p-flag.iso2-gn,
.p-flag.iso3-gin,
.p-flag.currency-iso3-gnf {
  background-position: -64px -55px;
}
.p-flag.iso2-gp,
.p-flag.iso3-glp {
  background-position: -80px -55px;
}
.p-flag.iso2-gq {
  background-position: -96px -55px;
}
.p-flag.iso2-gr,
.p-flag.iso3-grc {
  background-position: -112px -55px;
}
.p-flag.iso2-gs,
.p-flag.iso3-sgs {
  background-position: -128px -55px;
}
.p-flag.iso2-gt,
.p-flag.iso3-gtm,
.p-flag.currency-iso3-gtq {
  background-position: -144px -55px;
}
.p-flag.iso2-gu,
.p-flag.iso3-gum {
  background-position: -160px -55px;
}
.p-flag.iso2-gw,
.p-flag.iso3-gnb {
  background-position: -176px -55px;
}
.p-flag.iso2-gy,
.p-flag.iso3-guy,
.p-flag.currency-iso3-gyd {
  background-position: -192px -55px;
}
.p-flag.iso2-hk,
.p-flag.iso3-hkg,
.p-flag.currency-iso3-hkd {
  background-position: -208px -55px;
}
.p-flag.iso2-hm,
.p-flag.iso3-hmd {
  background-position: -224px -55px;
}
.p-flag.iso2-hn,
.p-flag.iso3-hnd,
.p-flag.currency-iso3-hnl {
  background-position: -240px -55px;
}
.p-flag.iso2-hr,
.p-flag.iso3-hrv,
.p-flag.currency-iso3-hrk {
  background-position: 0 -66px;
}
.p-flag.iso2-ht,
.p-flag.iso3-hti {
  background-position: -16px -66px;
}
.p-flag.iso2-hu,
.p-flag.iso3-hun,
.p-flag.currency-iso3-huf {
  background-position: -32px -66px;
}
.p-flag.iso2-ic {
  background-position: -48px -66px;
}
.p-flag.iso2-id,
.p-flag.iso3-idn,
.p-flag.currency-iso3-idr {
  background-position: -64px -66px;
}
.p-flag.iso2-ie,
.p-flag.iso3-irl {
  background-position: -80px -66px;
}
.p-flag.iso2-il,
.p-flag.iso3-isr,
.p-flag.currency-iso3-ils {
  background-position: -96px -66px;
}
.p-flag.iso2-im,
.p-flag.iso3-imn {
  background-position: -112px -66px;
}
.p-flag.iso2-in,
.p-flag.iso3-ind,
.p-flag.currency-iso3-inr {
  background-position: -128px -66px;
}
.p-flag.iso2-io,
.p-flag.iso3-iot {
  background-position: -144px -66px;
}
.p-flag.iso2-iq,
.p-flag.iso3-irq,
.p-flag.currency-iso3-iqd {
  background-position: -160px -66px;
}
.p-flag.iso2-ir,
.p-flag.iso3-irn {
  background-position: -176px -66px;
}
.p-flag.iso2-is,
.p-flag.iso3-isl,
.p-flag.currency-iso3-isk {
  background-position: -192px -66px;
}
.p-flag.iso2-it,
.p-flag.iso3-ita {
  background-position: -208px -66px;
}
.p-flag.iso2-je,
.p-flag.iso3-jey {
  background-position: -224px -66px;
}
.p-flag.iso2-jm,
.p-flag.iso3-jam,
.p-flag.currency-iso3-jmd {
  background-position: -240px -66px;
}
.p-flag.iso2-jo,
.p-flag.iso3-jor,
.p-flag.currency-iso3-jod {
  background-position: 0 -77px;
}
.p-flag.iso2-jp,
.p-flag.iso3-jpn,
.p-flag.currency-iso3-jpy {
  background-position: -16px -77px;
}
.p-flag.iso2-ke,
.p-flag.iso3-ken,
.p-flag.currency-iso3-kes {
  background-position: -32px -77px;
}
.p-flag.iso2-kg,
.p-flag.iso3-kgz,
.p-flag.currency-iso3-kgs {
  background-position: -48px -77px;
}
.p-flag.iso2-kh,
.p-flag.iso3-khm,
.p-flag.currency-iso3-khr {
  background-position: -64px -77px;
}
.p-flag.iso2-ki,
.p-flag.iso3-kir {
  background-position: -80px -77px;
}
.p-flag.iso2-km,
.p-flag.iso3-com {
  background-position: -96px -77px;
}
.p-flag.iso2-kn,
.p-flag.iso3-kna {
  background-position: -112px -77px;
}
.p-flag.iso2-kp,
.p-flag.iso3-prk {
  background-position: -128px -77px;
}
.p-flag.iso2-kr,
.p-flag.iso3-kor {
  background-position: -144px -77px;
}
.p-flag.iso2-kurdistan {
  background-position: -160px -77px;
}
.p-flag.iso2-kw,
.p-flag.iso3-kwt,
.p-flag.currency-iso3-kwd {
  background-position: -176px -77px;
}
.p-flag.iso2-ky,
.p-flag.iso3-cym {
  background-position: -192px -77px;
}
.p-flag.iso2-kz,
.p-flag.iso3-kaz,
.p-flag.currency-iso3-kzt {
  background-position: -208px -77px;
}
.p-flag.iso2-la,
.p-flag.iso3-lao {
  background-position: -224px -77px;
}
.p-flag.iso2-lb,
.p-flag.iso3-lbn,
.p-flag.currency-iso3-lbp {
  background-position: -240px -77px;
}
.p-flag.iso2-lc,
.p-flag.iso3-lca {
  background-position: 0 -88px;
}
.p-flag.iso2-li,
.p-flag.iso3-lie {
  background-position: -16px -88px;
}
.p-flag.iso2-lk,
.p-flag.iso3-lka,
.p-flag.currency-iso3-lkr {
  background-position: -32px -88px;
}
.p-flag.iso2-lr,
.p-flag.iso3-lbr,
.p-flag.currency-iso3-lrd {
  background-position: -48px -88px;
}
.p-flag.iso2-ls,
.p-flag.iso3-lso {
  background-position: -64px -88px;
}
.p-flag.iso2-lt,
.p-flag.iso3-ltu {
  background-position: -80px -88px;
}
.p-flag.iso2-lu,
.p-flag.iso3-lux {
  background-position: -96px -88px;
}
.p-flag.iso2-lv,
.p-flag.iso3-lva {
  background-position: -112px -88px;
}
.p-flag.iso2-ly,
.p-flag.iso3-lby {
  background-position: -128px -88px;
}
.p-flag.iso2-ma,
.p-flag.iso3-mar {
  background-position: -144px -88px;
}
.p-flag.iso2-mc,
.p-flag.iso3-mco {
  background-position: -160px -88px;
}
.p-flag.iso2-md,
.p-flag.iso3-mda {
  background-position: -176px -88px;
}
.p-flag.iso2-me,
.p-flag.iso3-mne {
  background-position: -192px -88px;
}
.p-flag.iso2-mg,
.p-flag.iso3-mdg,
.p-flag.currency-iso3-mga {
  background-position: -208px -88px;
}
.p-flag.iso2-mh,
.p-flag.iso3-mhl {
  background-position: -224px -88px;
}
.p-flag.iso2-mk,
.p-flag.iso3-mkd {
  background-position: -240px -88px;
}
.p-flag.iso2-ml,
.p-flag.iso3-mli {
  background-position: 0 -99px;
}
.p-flag.iso2-mm,
.p-flag.iso3-mmr {
  background-position: -16px -99px;
}
.p-flag.iso2-mn,
.p-flag.iso3-mng,
.p-flag.currency-iso3-mnt {
  background-position: -32px -99px;
}
.p-flag.iso2-mo,
.p-flag.iso3-mac {
  background-position: -48px -99px;
}
.p-flag.iso2-mp,
.p-flag.iso3-mnp {
  background-position: -64px -99px;
}
.p-flag.iso2-mq,
.p-flag.iso3-mtq {
  background-position: -80px -99px;
}
.p-flag.iso2-mr,
.p-flag.iso3-mrt,
.p-flag.currency-iso3-mru {
  background-position: -96px -99px;
}
.p-flag.iso2-ms,
.p-flag.iso3-msr {
  background-position: -112px -99px;
}
.p-flag.iso2-mt,
.p-flag.iso3-mlt {
  background-position: -128px -99px;
}
.p-flag.iso2-mu,
.p-flag.iso3-mus,
.p-flag.currency-iso3-mur {
  background-position: -144px -99px;
}
.p-flag.iso2-mv,
.p-flag.iso3-mdv,
.p-flag.currency-iso3-mvr {
  background-position: -160px -99px;
}
.p-flag.iso2-mw,
.p-flag.iso3-mwi,
.p-flag.currency-iso3-mwk {
  background-position: -176px -99px;
}
.p-flag.iso2-mx,
.p-flag.iso3-mex,
.p-flag.currency-iso3-mxn {
  background-position: -192px -99px;
}
.p-flag.currency-iso3-myr,
.p-flag.iso2-my,
.p-flag.iso3-mys {
  background-position: -208px -99px;
}
.p-flag.iso2-mz,
.p-flag.iso3-moz,
.p-flag.currency-iso3-mzn {
  background-position: -224px -99px;
}
.p-flag.iso2-na,
.p-flag.iso3-nam {
  background-position: -240px -99px;
}
.p-flag.iso2-nc,
.p-flag.iso3-ncl {
  background-position: 0 -110px;
}
.p-flag.iso2-ne,
.p-flag.iso3-ner {
  background-position: -16px -110px;
}
.p-flag.iso2-nf,
.p-flag.iso3-nkf {
  background-position: -32px -110px;
}
.p-flag.iso2-ng,
.p-flag.iso3-nga,
.p-flag.currency-iso3-ngn {
  background-position: -48px -110px;
}
.p-flag.iso2-ni,
.p-flag.iso3-nic,
.p-flag.currency-iso3-nio {
  background-position: -64px -110px;
}
.p-flag.iso2-nl {
  background-position: -80px -110px;
}
.p-flag.iso2-no,
.p-flag.iso3-nor {
  background-position: -96px -110px;
}
.p-flag.iso2-np,
.p-flag.iso3-npl,
.p-flag.currency-iso3-npr {
  background-position: -112px -110px;
}
.p-flag.iso2-nr,
.p-flag.iso3-nru {
  background-position: -128px -110px;
}
.p-flag.iso2-nu,
.p-flag.iso3-niu {
  background-position: -144px -110px;
}
.p-flag.currency-iso3-nzd,
.p-flag.iso2-nz,
.p-flag.iso3-nzl {
  background-position: -160px -110px;
}
.p-flag.iso2-om,
.p-flag.iso3-omn,
.p-flag.currency-iso3-omr {
  background-position: -176px -110px;
}
.p-flag.iso2-pa,
.p-flag.iso3-pan {
  background-position: -192px -110px;
}
.p-flag.iso2-pe,
.p-flag.iso3-per,
.p-flag.currency-iso3-pen {
  background-position: -208px -110px;
}
.p-flag.iso2-pf,
.p-flag.iso3-pyf {
  background-position: -224px -110px;
}
.p-flag.iso2-pg,
.p-flag.iso3-png,
.p-flag.currency-iso3-pgk {
  background-position: -240px -110px;
}
.p-flag.currency-iso3-php,
.p-flag.iso2-ph,
.p-flag.iso3-phl {
  background-position: 0 -121px;
}
.p-flag.iso2-pk,
.p-flag.iso3-pak,
.p-flag.currency-iso3-pkr {
  background-position: -16px -121px;
}
.p-flag.iso2-pl,
.p-flag.iso3-pol,
.p-flag.currency-iso3-pln {
  background-position: -32px -121px;
}
.p-flag.iso2-pm,
.p-flag.iso3-spm {
  background-position: -48px -121px;
}
.p-flag.iso2-pn,
.p-flag.iso3-pcn {
  background-position: -64px -121px;
}
.p-flag.iso2-pr,
.p-flag.iso3-pri {
  background-position: -80px -121px;
}
.p-flag.iso2-ps,
.p-flag.iso3-pse {
  background-position: -96px -121px;
}
.p-flag.iso2-pt,
.p-flag.iso3-prt {
  background-position: -112px -121px;
}
.p-flag.iso2-pw,
.p-flag.iso3-plw {
  background-position: -128px -121px;
}
.p-flag.iso2-py,
.p-flag.iso3-pry,
.p-flag.currency-iso3-pyg {
  background-position: -144px -121px;
}
.p-flag.iso2-qa,
.p-flag.iso3-qat,
.p-flag.currency-iso3-qar {
  background-position: -160px -121px;
}
.p-flag.iso2-re,
.p-flag.iso3-reu {
  background-position: -176px -121px;
}
.p-flag.iso2-ro,
.p-flag.iso3-rou,
.p-flag.currency-iso3-ron {
  background-position: -192px -121px;
}
.p-flag.iso2-rs,
.p-flag.iso3-srb,
.p-flag.currency-iso3-rsd {
  background-position: -208px -121px;
}
.p-flag.iso2-ru,
.p-flag.iso3-rus {
  background-position: -224px -121px;
}
.p-flag.iso2-rw,
.p-flag.iso3-rwa,
.p-flag.currency-iso3-rwf {
  background-position: -240px -121px;
}
.p-flag.iso2-sa {
  background-position: 0 -132px;
}
.p-flag.iso2-sb,
.p-flag.iso3-slb,
.p-flag.currency-iso3-sbd {
  background-position: -16px -132px;
}
.p-flag.iso2-sc,
.p-flag.iso3-syc,
.p-flag.currency-iso3-scr {
  background-position: -32px -132px;
}
.p-flag.iso2-scotland {
  background-position: -48px -132px;
}
.p-flag.iso2-sd,
.p-flag.iso3-sdn {
  background-position: -64px -132px;
}
.p-flag.iso2-se,
.p-flag.iso3-swe,
.p-flag.currency-iso3-sek {
  background-position: -80px -132px;
}
.p-flag.currency-iso3-sgd,
.p-flag.iso2-sg,
.p-flag.iso3-sgp {
  background-position: -96px -132px;
}
.p-flag.iso2-sh,
.p-flag.iso3-shn {
  background-position: -112px -132px;
}
.p-flag.iso2-si,
.p-flag.iso3-svn {
  background-position: -128px -132px;
}
.p-flag.iso2-sk,
.p-flag.iso3-svk {
  background-position: -144px -132px;
}
.p-flag.iso2-sl,
.p-flag.iso3-sle,
.p-flag.currency-iso3-sll {
  background-position: -160px -132px;
}
.p-flag.iso2-sm,
.p-flag.iso3-smr {
  background-position: -176px -132px;
}
.p-flag.iso2-sn,
.p-flag.iso3-sen {
  background-position: -192px -132px;
}
.p-flag.iso2-so,
.p-flag.iso3-som,
.p-flag.currency-iso3-sos {
  background-position: -208px -132px;
}
.p-flag.iso2-somaliland {
  background-position: -224px -132px;
}
.p-flag.iso2-sr,
.p-flag.iso3-sur,
.p-flag.currency-iso3-srd {
  background-position: -240px -132px;
}
.p-flag.iso2-ss,
.p-flag.iso3-ssd,
.p-flag.currency-iso3-ssp {
  background-position: 0 -143px;
}
.p-flag.iso2-st,
.p-flag.iso3-stp,
.p-flag.currency-iso3-stn {
  background-position: -16px -143px;
}
.p-flag.iso2-sv,
.p-flag.iso3-slv {
  background-position: -32px -143px;
}
.p-flag.iso2-sx,
.p-flag.iso3-sxm {
  background-position: -48px -143px;
}
.p-flag.iso2-sy,
.p-flag.iso3-syr,
.p-flag.currency-iso3-syp {
  background-position: -64px -143px;
}
.p-flag.iso2-sz,
.p-flag.iso3-swz,
.p-flag.currency-iso3-szl {
  background-position: -80px -143px;
}
.p-flag.iso2-tc,
.p-flag.iso3-tca {
  background-position: -96px -143px;
}
.p-flag.iso2-td,
.p-flag.iso3-tcd {
  background-position: -112px -143px;
}
.p-flag.iso2-tf,
.p-flag.iso3-atf {
  background-position: -128px -143px;
}
.p-flag.iso2-tg,
.p-flag.iso3-tgo {
  background-position: -144px -143px;
}
.p-flag.iso2-th,
.p-flag.iso3-tha,
.p-flag.currency-iso3-thb {
  background-position: -160px -143px;
}
.p-flag.iso2-tj,
.p-flag.iso3-tjk,
.p-flag.currency-iso3-tjs {
  background-position: -176px -143px;
}
.p-flag.iso2-tk,
.p-flag.iso3-tkl {
  background-position: -192px -143px;
}
.p-flag.iso2-tl {
  background-position: -208px -143px;
}
.p-flag.iso2-tm,
.p-flag.iso3-tkm,
.p-flag.currency-iso3-tmt {
  background-position: -224px -143px;
}
.p-flag.iso2-tn,
.p-flag.iso3-tun,
.p-flag.currency-iso3-tnd {
  background-position: -240px -143px;
}
.p-flag.iso2-to,
.p-flag.iso3-ton,
.p-flag.currency-iso3-top {
  background-position: 0 -154px;
}
.p-flag.iso2-tr,
.p-flag.iso3-tur,
.p-flag.currency-iso3-try {
  background-position: -16px -154px;
}
.p-flag.iso2-tt,
.p-flag.iso3-tto {
  background-position: -32px -154px;
}
.p-flag.iso2-tv,
.p-flag.iso3-tuv {
  background-position: -48px -154px;
}
.p-flag.iso2-tw,
.p-flag.iso3-twn {
  background-position: -64px -154px;
}
.p-flag.iso2-tz,
.p-flag.iso3-tza {
  background-position: -80px -154px;
}
.p-flag.iso2-ua,
.p-flag.iso3-ukr,
.p-flag.currency-iso3-uah {
  background-position: -96px -154px;
}
.p-flag.iso2-ug,
.p-flag.iso3-uga,
.p-flag.currency-iso3-ugx {
  background-position: -112px -154px;
}
.p-flag.iso2-um,
.p-flag.iso3-umi {
  background-position: -128px -154px;
}
.p-flag.currency-iso3-usd,
.p-flag.iso2-us,
.p-flag.iso3-usa {
  background-position: -144px -154px;
}
.p-flag.iso2-uy,
.p-flag.iso3-ury,
.p-flag.currency-iso3-uyu {
  background-position: -160px -154px;
}
.p-flag.iso2-uz,
.p-flag.iso3-uzb,
.p-flag.currency-iso3-uzs {
  background-position: -176px -154px;
}
.p-flag.iso2-va {
  background-position: -192px -154px;
}
.p-flag.iso2-vc,
.p-flag.iso3-vct {
  background-position: -208px -154px;
}
.p-flag.iso2-ve,
.p-flag.iso3-ven,
.p-flag.currency-iso3-ves {
  background-position: -224px -154px;
}
.p-flag.iso2-vg {
  background-position: -240px -154px;
}
.p-flag.iso2-vi,
.p-flag.iso3-vir {
  background-position: 0 -165px;
}
.p-flag.iso2-vn,
.p-flag.iso3-vnm,
.p-flag.currency-iso3-vnd {
  background-position: -16px -165px;
}
.p-flag.iso2-vu,
.p-flag.iso3-vut,
.p-flag.currency-iso3-vuv {
  background-position: -32px -165px;
}
.p-flag.iso2-wales {
  background-position: -48px -165px;
}
.p-flag.iso2-wf,
.p-flag.iso3-wlf {
  background-position: -64px -165px;
}
.p-flag.iso2-ws,
.p-flag.iso3-wsm,
.p-flag.currency-iso3-wst {
  background-position: -80px -165px;
}
.p-flag.iso2-ye,
.p-flag.iso3-yem,
.p-flag.currency-iso3-yer {
  background-position: -96px -165px;
}
.p-flag.iso2-yt,
.p-flag.iso3-myt {
  background-position: -112px -165px;
}
.p-flag.currency-iso3-zar,
.p-flag.iso2-za,
.p-flag.iso3-zaf {
  background-position: -128px -165px;
}
.p-flag.iso2-zanzibar {
  background-position: -144px -165px;
}
.p-flag.iso2-zm,
.p-flag.iso3-zmb,
.p-flag.currency-iso3-zmw {
  background-position: -160px -165px;
}
.p-flag.iso2-zw,
.p-flag.iso3-zwe,
.p-flag.currency-iso3-zwl {
  background-position: -176px -165px;
}
input[type='text'].validation-error,
input[type='url'].validation-error,
input[type='email'].validation-error,
input[type='number'].validation-error,
input[type='tel'].validation-error,
input[type='date'].validation-error,
input[type='month'].validation-error,
input[type='password'].validation-error,
input[type='search'].validation-error,
textarea.validation-error {
  border: 1px solid var(--lvh-validation-red-dark);
}
.validation-message {
  display: block;
  clear: both;
  margin: 5px 0 0 0;
  font-size: 11px;
  color: var(--lvh-validation-red-dark);
}
.validation-message a {
  text-decoration: underline !important;
}
gdpr-banner,
.p-global-banner {
  display: none;
}
gdpr-banner.has-banner,
.p-global-banner.has-banner {
  position: relative;
  display: block !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--lvh-x-paler-grey);
  background: var(--lvh-white);
}
@media (max-width: 991px) {
  gdpr-banner.has-banner,
  .p-global-banner.has-banner {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  gdpr-banner.has-banner > .container,
  .p-global-banner.has-banner > .container {
    display: table;
    width: 100%;
    text-align: center;
  }
}
gdpr-banner.has-banner > .container .icon-wrapper,
.p-global-banner.has-banner > .container .icon-wrapper {
  float: left;
  width: 25px;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  gdpr-banner.has-banner > .container .icon-wrapper,
  .p-global-banner.has-banner > .container .icon-wrapper {
    display: none;
  }
}
gdpr-banner.has-banner > .container .icon-wrapper .icon,
.p-global-banner.has-banner > .container .icon-wrapper .icon {
  font-size: 16px;
  color: var(--lvh-secondary-text);
}
gdpr-banner.has-banner > .container .content,
.p-global-banner.has-banner > .container .content {
  padding: 0 210px 0 30px;
}
gdpr-banner.has-banner > .container .content:before,
.p-global-banner.has-banner > .container .content:before {
  display: none;
}
@media (max-width: 991px) {
  gdpr-banner.has-banner > .container .content,
  .p-global-banner.has-banner > .container .content {
    padding: 15px 0;
  }
}
gdpr-banner.has-banner > .container .content p,
.p-global-banner.has-banner > .container .content p {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 20px;
  color: var(--lvh-x-mesh-dark);
}
gdpr-banner.has-banner > .container .content p:last-child,
.p-global-banner.has-banner > .container .content p:last-child {
  margin: 0;
}
gdpr-banner.has-banner > .container #dismiss,
.p-global-banner.has-banner > .container #dismiss {
  float: right;
}
@media (max-width: 991px) {
  gdpr-banner.has-banner > .container #dismiss,
  .p-global-banner.has-banner > .container #dismiss {
    display: table-footer-group;
    float: none;
  }
}
gdpr-banner.has-banner > .container #dismiss > .button,
.p-global-banner.has-banner > .container #dismiss > .button {
  display: inline-block;
}
.hero-image {
  height: 30vh;
  min-height: 300px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .hero-image {
    height: 20vh;
    min-height: 200px;
  }
}
.hero-image.large {
  min-height: 400px;
}
@media (max-width: 991px) {
  .hero-image.large {
    min-height: 200px;
  }
}
.hero-image > .container {
  height: 100%;
}
.hero-image .outer-wrap {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  box-sizing: border-box;
}
.hero-image .inner-wrap {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.p-indicator {
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--lvh-x-shark-light);
  border: solid 1px var(--lvh-x-shark-dark);
}
.p-indicator.on {
  background-color: var(--lvh-x-pale-green);
  border-color: var(--lvh-x-green);
}
/* -----------------------------------------------------------------------------

  MOBILE FULLSCREEN OVERLAY PATTERN

----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * Used for components ie form controls, not to be used for modals
 */
.p-mobile-fullscreen-overlay:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay.overlay-visible {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9100;
    background-color: var(--lvh-white);
    overflow-y: auto;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent {
    padding: 0;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .cc-modal {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .cc-modal .modalHeader {
    display: none;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .cc-modal .body {
    margin: 20px 0;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .closeModal {
    display: none;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
    text-align: center;
    background-color: var(--lvh-x-shark-light);
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header button,
  .p-mobile-fullscreen-overlay.overlay-visible .header .back-button,
  .p-mobile-fullscreen-overlay.overlay-visible .header .clear-button {
    display: block;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header .close-button {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
    border: none;
    background: transparent;
    display: inline-block;
    line-height: 1;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header .close-button .icon {
    cursor: inherit;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body {
    display: block;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body > .container--mobile,
  .p-mobile-fullscreen-overlay.overlay-visible .body > .container-mobile {
    width: 90%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .search-by {
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
    width: 90%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown {
    border-top: 1px solid var(--lvh-x-paler-grey);
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown .cc-new-location {
    padding: 8px 5%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown .cc-location-picker-options,
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown .cc-location-picker-new-location-form {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown li {
    padding: 0 5% 5px;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown li:first-child {
    padding-top: 5px;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay .header {
    display: none;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay .search-by {
    width: 100%;
    padding: 10px 14px;
  }
}
.p-mobile-fullscreen-overlay.hidden-header .header {
  display: none;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay.no-scroll {
    overflow-y: visible;
  }
}
.p-mobile-fullscreen-overlay .header {
  display: none;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .header {
    width: 100%;
    height: 44px;
    overflow: hidden;
  }
}
.p-mobile-fullscreen-overlay .header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .header > .container--mobile .container--inner,
  .p-mobile-fullscreen-overlay .header > .container-mobile .container--inner {
    position: relative;
  }
}
.p-mobile-fullscreen-overlay .header .button {
  display: none;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.p-mobile-fullscreen-overlay .header .back-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.p-mobile-fullscreen-overlay .header .back-button .icon {
  display: block;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .header .heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0 45px;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    color: var(--lvh-x-mesh-dark);
  }
}
.p-mobile-fullscreen-overlay .header .clear-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
}
.p-mobile-fullscreen-overlay .header .clear-button .glyph0015:before {
  font-size: 10px;
  color: var(--lvh-primary-text);
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .body {
    display: none;
  }
}
.p-or-content-divider {
  display: block;
  position: relative;
}
.p-or-content-divider.horizontal {
  height: 36px;
}
.p-or-content-divider.horizontal:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.p-or-content-divider.vertical {
  width: 36px;
}
.p-or-content-divider.vertical:before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
.p-or-content-divider:before {
  content: '';
  background-color: var(--lvh-x-shark-light);
  position: absolute;
}
.p-or-content-divider .label,
.p-or-content-divider .circle-label {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 13px;
  line-height: 34px;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-white);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}
.p-or-content-divider .circle-label {
  border-radius: 50%;
  border: 1px solid var(--lvh-x-pale-grey);
}
/* -----------------------------------------------------------------------------

  PROFILE PICTURE
  
----------------------------------------------------------------------------- */
.profilePic {
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
}
.profilePic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}
.profilePic .round-progress {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.profilePic .initials {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999em;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  color: var(--lvh-secondary-text);
}
.profilePic .initials > span {
  font-weight: 700;
  text-transform: uppercase;
}
.profilePic > .indicator {
  background-color: var(--lvh-x-green);
  border: 2px solid var(--lvh-white);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
.profilePic.avatarWithNoBg {
  background: url('//assets.livehire.com/common/images/vectors/avatar-no-bg.svg') center center no-repeat;
}
.profilePic.companyLogo {
  background-image: url('//assets.livehire.com/common/images/vectors/avatar-company.svg');
  background-position: center center;
  background-size: 75% 75% !important;
  background-repeat: no-repeat;
  fill: var(--lvh-white);
  border-radius: 3px;
  padding: 0 !important;
}
.profilePic.companyLogo.default {
  background-color: #a1b1de;
}
.profilePic.companyLogo > svg {
  display: none;
}
.p-social-connect-buttons.centered-labels .button {
  text-align: center;
  position: relative;
}
.p-social-connect-buttons.centered-labels .button .label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.p-social-connect-buttons.full-width .button {
  width: 100%;
}
.p-social-connect-buttons .button {
  display: block;
  width: 220px;
  height: 50px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
  background: none;
  padding: 0 10px;
  border-radius: 3px;
  text-align: left;
  color: var(--lvh-white);
  transition: 0.2s background-color linear;
  box-sizing: border-box;
}
.p-social-connect-buttons .button:not(:last-child) {
  margin: 0 0 10px 0;
}
.p-social-connect-buttons .button:focus,
.p-social-connect-buttons .button:hover {
  box-shadow: 0 1px 2px var(--lvh-black-transparent-5), 0 0 0 1px var(--lvh-white), 0 0 0 2px var(--lvh-x-dark-grey);
}
.p-social-connect-buttons .button:focus span,
.p-social-connect-buttons .button:hover span {
  text-decoration: underline;
}
.p-social-connect-buttons .button .icon,
.p-social-connect-buttons .button .image-icon {
  float: left;
  width: 16px;
  margin: 0 10px 0 0;
}
.p-social-connect-buttons .button .icon {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.p-social-connect-buttons .button .image-icon {
  height: 16px;
  padding: 18px 0;
}
.p-social-connect-buttons .button .label {
  font-size: 13px;
  line-height: 50px;
}
.p-social-connect-buttons .button.facebook {
  background-color: var(--lvh-social-facebook-brand);
}
.p-social-connect-buttons .button.facebook:hover,
.p-social-connect-buttons .button.facebook:focus {
  background-color: var(--lvh-social-facebook-light);
}
.p-social-connect-buttons .button.facebook .icon,
.p-social-connect-buttons .button.facebook .label {
  color: var(--lvh-white);
}
.p-social-connect-buttons .button.linkedin {
  background-color: var(--lvh-social-linkedin-brand);
}
.p-social-connect-buttons .button.linkedin:hover,
.p-social-connect-buttons .button.linkedin:focus {
  background-color: var(--lvh-social-linkedin-light);
}
.p-social-connect-buttons .button.linkedin .icon,
.p-social-connect-buttons .button.linkedin .label {
  color: var(--lvh-white);
}
.p-social-connect-buttons .button.google {
  background-color: var(--lvh-white);
  border: 1px solid rgba(0, 0, 0, 0);
  outline: 1px solid var(--lvh-x-shark-dark);
  outline-offset: -1px;
}
.p-social-connect-buttons .button.google:hover,
.p-social-connect-buttons .button.google:focus {
  background-color: var(--lvh-white96);
  box-shadow: 0 1px 2px var(--lvh-black-transparent-5), 0 0 0 1px var(--lvh-white), 0 0 0 2px var(--lvh-x-dark-grey);
  border-radius: 3px;
}
.p-social-connect-buttons .button.google .label {
  color: var(--lvh-x-dark-grey);
}
.p-home-social-connect-buttons {
  background-color: var(--lvh-x-off-white);
}
.p-home-social-connect-buttons .row:not(:last-child) .button {
  border-bottom: 1px solid var(--lvh-x-pale-grey);
}
.p-home-social-connect-buttons .button {
  float: left;
  display: block;
  width: 50%;
  height: 44px;
  outline: none;
  border: none;
  background: none;
  padding: 0 20px;
  text-align: left;
  color: var(--lvh-white);
  box-sizing: border-box;
}
.p-home-social-connect-buttons .button:after {
  content: "\e914";
  float: right;
  font-family: 'IconFont';
  line-height: 44px;
  color: var(--lvh-x-pale-grey);
}
.p-home-social-connect-buttons .button:first-child {
  border-right: 1px solid var(--lvh-x-pale-grey);
}
.p-home-social-connect-buttons .button .icon {
  float: left;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  margin: 12px 10px 12px 0;
}
.p-home-social-connect-buttons .button .image-icon {
  float: left;
  width: 16px;
  height: 16px;
  padding: 14px 0;
  margin: 0 10px 0 0;
}
.p-home-social-connect-buttons .button .label {
  font-size: 13px;
  line-height: 44px;
}
.p-home-social-connect-buttons .button.facebook .icon {
  background-color: var(--lvh-social-facebook-brand);
}
.p-home-social-connect-buttons .button.facebook .label {
  color: var(--lvh-social-facebook-brand);
}
.p-home-social-connect-buttons .button.linkedin .icon {
  background-color: var(--lvh-social-linkedin-brand);
}
.p-home-social-connect-buttons .button.linkedin .label {
  color: var(--lvh-social-linkedin-brand);
}
.p-home-social-connect-buttons .button.google .label {
  color: var(--lvh-x-dark-grey);
}
.p-social-connect-buttons-2 {
  width: 100%;
  display: table;
  border: 2px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  box-sizing: border-box;
  table-layout: fixed;
}
@media (max-width: 991px) {
  .p-social-connect-buttons-2 {
    border: none;
  }
}
.p-social-connect-buttons-2 .button {
  display: table-cell;
  text-align: center;
}
@media (max-width: 991px) {
  .p-social-connect-buttons-2 .button {
    display: block;
    border: 2px solid var(--lvh-x-paler-grey);
    border-radius: 3px;
  }
}
.p-social-connect-buttons-2 .button:not(:last-child) {
  border-right: 2px solid var(--lvh-x-paler-grey);
}
@media (max-width: 991px) {
  .p-social-connect-buttons-2 .button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.p-social-connect-buttons-2 .button.facebook .icon,
.p-social-connect-buttons-2 .button.facebook .label {
  color: var(--lvh-social-facebook-brand);
}
.p-social-connect-buttons-2 .button.linkedin .icon,
.p-social-connect-buttons-2 .button.linkedin .label {
  color: var(--lvh-social-linkedin-brand);
}
.p-social-connect-buttons-2 .button .icon,
.p-social-connect-buttons-2 .button .image-icon,
.p-social-connect-buttons-2 .button .label {
  font-size: 11px;
  line-height: 40px;
  vertical-align: middle;
}
.p-social-connect-buttons-2 .button .icon,
.p-social-connect-buttons-2 .button .image-icon {
  margin: 0 5px 0 0;
}
.p-social-connect-buttons-2 .button .icon {
  font-size: 15px;
}
.p-social-connect-buttons-2 .button .image-icon {
  height: 15px;
}
.p-social-connect-buttons-2 .button .label {
  text-transform: uppercase;
  color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .p-social-connect-buttons-3 {
    border: none;
  }
}
.p-social-connect-buttons-3 .button {
  display: block;
  text-align: center;
  border: 2px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
}
@media (max-width: 991px) {
  .p-social-connect-buttons-3 .button {
    display: block;
    border: 2px solid var(--lvh-x-paler-grey);
    border-radius: 3px;
  }
}
.p-social-connect-buttons-3 .button:not(:last-child) {
  border-right: 2px solid var(--lvh-x-paler-grey);
}
@media (max-width: 991px) {
  .p-social-connect-buttons-3 .button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.p-social-connect-buttons-3 .button:hover > .label,
.p-social-connect-buttons-3 .button:focus > .label,
.p-social-connect-buttons-3 .button:active > .label {
  text-decoration: underline;
}
.p-social-connect-buttons-3 .button.facebook .icon,
.p-social-connect-buttons-3 .button.facebook .label {
  color: var(--lvh-social-facebook-brand);
}
.p-social-connect-buttons-3 .button.linkedin .icon,
.p-social-connect-buttons-3 .button.linkedin .label {
  color: var(--lvh-social-linkedin-brand);
}
.p-social-connect-buttons-3 .button .icon,
.p-social-connect-buttons-3 .button .image-icon,
.p-social-connect-buttons-3 .button .label {
  font-size: 11px;
  line-height: 40px;
  vertical-align: middle;
}
.p-social-connect-buttons-3 .button .icon,
.p-social-connect-buttons-3 .button .image-icon {
  margin: 0 5px 0 0;
}
.p-social-connect-buttons-3 .button .icon {
  font-size: 15px;
}
.p-social-connect-buttons-3 .button .image-icon {
  height: 15px;
}
.p-social-connect-buttons-3 .button .label {
  color: var(--lvh-x-dark-grey);
}
.seek-apply-btn {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #e60278;
  color: var(--lvh-white) !important;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(64, 64, 64, 0.5);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-family: Helvetica, Arial;
}
.seek-apply-btn:hover {
  color: #fff;
  background: #fd0585;
  box-shadow: 0 1px 2px 0 rgba(64, 64, 64, 0.4);
}
.seek-apply-btn:active {
  color: #fff;
  background: #cd026b;
  box-shadow: 0 1px 2px 0 rgba(64, 64, 64, 0.7);
}
.seek-apply-btn__image {
  display: inline-block;
  height: 30px;
  width: 75px;
  margin: -1px 0 0 9px;
  vertical-align: middle;
  background: url(https://assets.livehire.com/common/images/branding/seek-apply-with-logo.svg) no-repeat;
  background-size: 100% 100%;
}
.p-social-connect-buttons-4 .button {
  position: relative;
  height: 50px;
}
.p-social-connect-buttons-4 .button .label {
  font-weight: 700;
  color: var(--lvh-x-dark-grey);
}
.p-social-connect-buttons-4 .button:not(:last-child) {
  margin: 0 0 10px 0;
}
.p-social-connect-buttons-4 .button.linkedin .icon {
  color: var(--lvh-social-linkedin-brand);
}
.p-social-connect-buttons-4 .button.facebook .icon {
  color: var(--lvh-social-facebook-brand);
}
.p-social-connect-buttons-4 .icon,
.p-social-connect-buttons-4 .image-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 15px;
}
.p-social-connect-buttons-4 .icon {
  text-align: center;
}
.p-social-connect-buttons-4 .image-icon {
  height: 16px;
}
/* -----------------------------------------------------------------------------

  STICKY TABLE HEADER PATTERN

----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * To be used with the element directive set-class-when-at-top="fix-to-top" padding-when-at-top="offset pixels as number (not px) from top ie 140"
 */
.p-sticky-table-header {
  position: fixed;
  top: 140px;
  display: none;
  z-index: 7960;
}
.p-sticky-table-header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-sticky-table-header.small tbody tr th {
  padding: 5px 10px;
}
.p-sticky-table-header.tall tbody tr th {
  padding: 20px 10px;
}
@media (min-width: 992px) {
  .p-sticky-table-header thead {
    visibility: hidden;
  }
}
.p-sticky-table-header tbody tr th {
  padding: 8px 10px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  background-color: var(--lvh-x-dark-grey);
  color: var(--lvh-white);
}
.p-sticky-table-header tbody tr th.sort-column .icon {
  font-size: 7px;
  margin: 5.5px 0;
  vertical-align: middle;
  color: var(--lvh-x-shark-dark);
}
@media (min-width: 992px) {
  .fix-to-top .p-sticky-table-header {
    display: table;
  }
}
@media (min-width: 992px) {
  .fix-to-top .p-sticky-table-header thead {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .fix-to-top .p-sticky-table-header thead tr th {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .fix-to-top .p-table thead {
    visibility: hidden;
  }
}
/* -----------------------------------------------------------------------------

  TABLE PATTERN

----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * Table pattern to correct inconsistent design/developer feedback
 */
.p-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-table.small thead tr th {
  padding: 5px 10px;
}
.p-table.small tbody tr td {
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .p-table.small tbody tr td {
    padding: 0;
  }
}
.p-table.tall thead tr th {
  padding: 20px 10px;
}
.p-table.tall tbody tr td {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .p-table.tall tbody tr td {
    padding: 0;
  }
}
.p-table thead {
  background-color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .p-table thead {
    display: none;
  }
}
.p-table thead tr th {
  padding: 8px 10px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  color: var(--lvh-white);
}
.p-table thead tr th.sort-column {
  position: relative;
}
.p-table thead tr th.sort-column .icon {
  font-size: 7px;
  margin: 5.5px 0;
  vertical-align: middle;
  color: var(--lvh-x-shark-dark);
}
.p-table tbody tr {
  border-bottom: 1px solid var(--lvh-x-grey);
  background-color: var(--lvh-white);
}
@media (max-width: 991px) {
  .p-table tbody tr {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    padding: 15px 20px 20px 20px;
    border-radius: 3px;
  }
}
.p-table tbody tr:hover {
  background-color: var(--lvh-x-pale-blue);
}
@media (min-width: 992px) {
  .p-table tbody tr:hover td.actions .icon,
  .p-table tbody tr:hover td.actions .trigger,
  .p-table tbody tr:hover td.actions .cc-callout,
  .p-table tbody tr:hover td.actions .cc-action-callout,
  .p-table tbody tr:hover td.actions .actions-menu {
    visibility: visible;
  }
}
.p-table tbody tr td {
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  color: var(--lvh-primary-text);
}
@media (max-width: 991px) {
  .p-table tbody tr td {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    vertical-align: middle;
  }
}
.p-table tbody tr td.actions {
  width: 25px;
}
@media (max-width: 991px) {
  .p-table tbody tr td.actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .p-table tbody tr td.actions .icon,
  .p-table tbody tr td.actions .trigger,
  .p-table tbody tr td.actions .cc-callout,
  .p-table tbody tr td.actions .cc-action-callout,
  .p-table tbody tr td.actions .actions-menu {
    visibility: hidden;
  }
}
.p-table tbody tr td .block {
  display: block;
}
.p-tag-list .p-tag {
  margin: 0 5px 5px 0;
}
.p-tag {
  display: inline-block;
  background-color: var(--lvh-x-off-white);
  border-radius: 3px;
  padding: 0 10px;
  position: relative;
}
.p-tag:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-tag.large {
  min-height: 26px;
}
.p-tag.large .label {
  line-height: 26px;
}
.p-tag.small {
  min-height: 20px;
}
.p-tag.small .label {
  line-height: 20px;
}
.p-tag.murkberry,
.p-tag.specialties {
  background-color: var(--lvh-x-murkberry-light);
}
.p-tag.murkberry .label,
.p-tag.specialties .label,
.p-tag.murkberry .icon,
.p-tag.specialties .icon {
  color: var(--lvh-x-murkberry-darkest);
}
.p-tag.green {
  background-color: var(--lvh-validation-green-light);
}
.p-tag.green .label,
.p-tag.green .icon {
  color: var(--lvh-validation-green-dark);
}
.p-tag.icon-left .icon {
  right: auto;
  left: 5px;
}
.p-tag.icon-left .label {
  padding-left: 15px;
}
.p-tag .label {
  float: left;
  font-size: 11px;
  color: var(--lvh-x-dark-grey);
}
.p-tag .label:not(:last-child) {
  margin: 0 13px 0 0;
}
.p-tag button.delete-tag {
  position: absolute;
  top: 50%;
  right: 5px;
  padding: 5px;
  background: none;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-tag button.delete-tag .icon {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
}
.p-tag .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  font-size: 8px;
  line-height: 1;
  color: var(--lvh-secondary-text);
  padding: 5px;
  cursor: pointer;
}
/* -----------------------------------------------------------------------------

  TALENT COMMUNITY CARD COMPONENT
  
----------------------------------------------------------------------------- */
.p-talent-community-card {
  float: left;
  width: 100%;
  height: 400px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-grey);
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .p-talent-community-card {
    height: auto !important;
  }
}
.p-talent-community-card:hover .join-tc > .label {
  background: var(--lvh-x-off-white);
}
.p-talent-community-card.large {
  height: 475px;
}
.p-talent-community-card.large .cover-photo {
  height: 110px;
}
.p-talent-community-card.large .content-wrap {
  top: 110px;
  padding: 45px 0;
  height: calc(100% - 110px);
}
@media (max-width: 991px) {
  .p-talent-community-card.large .content-wrap {
    top: 0;
  }
}
.p-talent-community-card.large .content-wrap .content-inner {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .p-talent-community-card.large .content-wrap .content-inner {
    padding: 0 30px 25px;
  }
}
.p-talent-community-card.large .employer-logo {
  width: 88px;
  height: 88px;
  margin: 0 auto 25px auto;
}
.p-talent-community-card.large h3 {
  font-size: 18px;
}
.p-talent-community-card.large .industry-name {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.p-talent-community-card.large .description {
  font-size: 16px;
}
.p-talent-community-card.large .join-tc > .label {
  font-size: 16px;
}
.p-talent-community-card .cover-photo {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 991px) {
  .p-talent-community-card .cover-photo {
    float: left;
    position: static;
  }
}
.p-talent-community-card .content-wrap {
  position: relative;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  padding: 35px 0;
  background-color: var(--lvh-white);
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .p-talent-community-card .content-wrap {
    float: left;
    top: 0;
  }
}
.p-talent-community-card .content-wrap .content-inner {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .p-talent-community-card .content-wrap .content-inner {
    padding: 0 20px 25px;
  }
}
.p-talent-community-card .employer-logo {
  display: block;
  margin: 0 auto 15px auto;
  width: 64px;
  height: 64px;
  border: 1px solid var(--lvh-x-grey);
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  box-sizing: border-box;
}
.p-talent-community-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: var(--lvh-x-dark-grey);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-talent-community-card .industry-name {
  display: block;
  margin: 0 0 25px 0;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--lvh-secondary-text);
}
.p-talent-community-card .description {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--lvh-secondary-text);
}
.p-talent-community-card .join-tc {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--lvh-x-grey);
}
.p-talent-community-card .join-tc:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .p-talent-community-card .join-tc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.p-talent-community-card .join-tc > .label {
  display: block;
  float: right;
  padding: 12px 20px;
  border-left: 1px solid var(--lvh-x-grey);
}
.p-round-social-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: var(--lvh-x-paler-grey);
}
.p-round-social-icon i.social {
  color: var(--lvh-white);
  font-size: 12px;
  line-height: 25px;
}
.p-round-social-icon i:before {
  content: "\e91f";
}
.p-round-social-icon.twitter {
  background-color: var(--lvh-social-twitter-brand);
}
.p-round-social-icon.twitter i:before {
  content: "\e908";
}
.p-round-social-icon.linkedin {
  background-color: var(--lvh-social-linkedin-brand);
}
.p-round-social-icon.linkedin i:before {
  content: "\e909";
}
.p-round-social-icon.facebook {
  background-color: var(--lvh-social-facebook-brand);
}
.p-round-social-icon.facebook i:before {
  content: "\e907";
}
.p-round-social-icon.instagram {
  background-color: var(--lvh-social-instagram-brand);
}
.p-round-social-icon.instagram i:before {
  content: "\e90b";
}
.p-round-social-icon.grey {
  background-color: var(--lvh-x-off-white);
}
.p-round-social-icon.grey i.social {
  color: var(--lvh-secondary-text);
}
/* -----------------------------------------------------------------------------

  ROOT ELEMENTS

----------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 81.3%;
}
body {
  font-family: var(--lvh-general-font-family, "Open Sans", sans-serif);
  font-size: var(--lvh-general-font-size, 13px);
  font-weight: var(--lvh-general-font-weight, 500);
  text-transform: var(--lvh-general-text-transform, none);
  line-height: normal;
  color: var(--lvh-primary-text);
  background-color: var(--lvh-white);
}
a {
  color: var(--lvh-bright-blue);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
a:hover,
a:focus {
  color: var(--lvh-brighter-blue);
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--lvh-heading-font-family, var(--lvh-general-font-family, "Open Sans", sans-serif));
  font-weight: var(--lvh-heading-font-weight, bold);
  text-transform: var(--lvh-heading-text-transform, none);
}
/* -----------------------------------------------------------------------------

  1200 PIXEL GRID
  
----------------------------------------------------------------------------- */
.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .container {
    max-width: 1240px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .container-mobile,
  .container--mobile {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.col.halves,
.col.thirds,
.col.quarters {
  min-height: 1px;
}
@media (max-width: 991px) {
  .col.halves,
  .col.thirds,
  .col.quarters {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .col.halves:last-child,
  .col.thirds:last-child,
  .col.quarters:last-child {
    margin-bottom: 0;
  }
}
.col.halves {
  float: left;
  width: 48%;
}
.col.halves:not(:last-child) {
  margin-right: 4%;
}
.col.halves.smallMargin {
  width: 49%;
}
.col.halves.smallMargin:not(:last-child) {
  margin-right: 2%;
}
.col.thirds {
  float: left;
  width: 30.6666%;
}
.col.thirds:not(:last-child) {
  margin-right: 4%;
}
.col.thirds.span2 {
  width: 65.3332%;
}
.col.thirds.smallMargin:not(:last-child) {
  width: 30.6666%;
  margin-right: 2%;
}
.col.quarters {
  float: left;
  width: 22%;
}
.col.quarters:not(:last-child) {
  margin-right: 4%;
}
.col.quarters.span2 {
  width: 48%;
}
.col.quarters.span2.smallMargin:not(:last-child) {
  width: 48%;
  margin-right: 2%;
}
.col.quarters.span3 {
  width: 74%;
}
.col.quarters.span3.smallMargin:not(:last-child) {
  width: 76%;
  margin-right: 2%;
}
.col.quarters.smallMargin:not(:last-child) {
  width: 24%;
  margin-right: 2%;
}
.col.fifths {
  float: left;
  width: 18.4%;
}
.col.fifths:not(:last-child) {
  margin-right: 2%;
}
.col.sixths {
  float: left;
  width: 15%;
}
.col.sixths:not(:last-child) {
  margin-right: 2%;
}
.col.sixths.span2 {
  width: 30%;
}
@media (min-width: 992px) {
  .col.flipped-desktop.halves:first-child {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col.flipped-desktop.halves:last-child {
    margin-right: 4%;
  }
}
.box {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.box.halves {
  width: 50%;
}
@media (max-width: 991px) {
  .layout-spacious .col.halves,
  .layout-spacious .col.thirds,
  .layout-spacious .col.quarters {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .layout-spacious .col.halves:last-child,
  .layout-spacious .col.thirds:last-child,
  .layout-spacious .col.quarters:last-child {
    margin-bottom: 0;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* CSS Grid Layout */
.col {
  grid-column: span 1;
}
.col.span-2 {
  grid-column: span 2;
}
.col.span-3 {
  grid-column: span 3;
}
.col.span-4 {
  grid-column: span 4;
}
.col.span-5 {
  grid-column: span 5;
}
.col.span-6 {
  grid-column: span 6;
}
/* -----------------------------------------------------------------------------

  COMMON ANGULAR STYLES
  
----------------------------------------------------------------------------- */
[ng-click]:not(.cc-modalOverlay):not(.overlayContent),
[data-ng-click]:not(.cc-modalOverlay):not(.overlayContent),
[x-ng-click]:not(.cc-modalOverlay):not(.overlayContent),
[ng-click]:not(.button:disabled),
[data-ng-click]:not(.button:disabled),
[x-ng-click]:not(.button:disabled) {
  cursor: pointer;
}
.ng-animate-fade.on-add,
.ng-animate-fade.ng-enter {
  -moz-transition: 0.5s linear opacity;
  -o-transition: 0.5s linear opacity;
  -webkit-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
  opacity: 0;
}
.ng-animate-fade.on-add.ng-enter-active,
.ng-animate-fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-animate-fade.on-remove,
.ng-animate-fade.ng-leave {
  -moz-transition: 0.5s linear opacity;
  -o-transition: 0.5s linear opacity;
  -webkit-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
  opacity: 1;
}
.ng-animate-fade.on-remove.ng-leave-active,
.ng-animate-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.ng-animate-fade.ng-show {
  -moz-transition: 0.5s linear opacity;
  -o-transition: 0.5s linear opacity;
  -webkit-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
}
.ng-animate-fade.ng-hide {
  opacity: 0;
}
@media (max-width: 991px) {
  .ng-animate-fade.animate-desktop-only {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ng-animate-fade.animate-mobile-only {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    display: block !important;
  }
}
#login-popup-app label.label {
  display: block;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
  margin: 0 0 10px 0;
}
#login-popup-app .row {
  float: left;
  width: 100%;
}
#login-popup-app .row:not(:last-child) {
  margin: 0 0 20px 0;
}
#login-popup-app #login-modal-form {
  padding: 20px 0;
}

interview-form-ng1 {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--lvh-x-shark-dark);
}
interview-form-ng1:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
interview-form-ng1 .lvh-form #form-buttons {
  border-top: none;
}
interview-form-ng1 .lvh-form #form-buttons .button {
  display: inline-block;
}
interview-form-ng1 .lvh-form #form-buttons .button:not(:last-child) {
  margin: 0 5px 0 0;
}
interview-form-ng1 input[type='text']:disabled.highlight-preview {
  background-color: var(--lvh-x-highlight);
}
@media (max-width: 991px) {
  interview-form-ng1 input[type='text']:disabled.highlight-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
interview-form-ng1 .row.ratings {
  width: 100%;
  border: solid 1px var(--lvh-x-paler-grey);
  box-sizing: border-box;
  padding: 7px 0;
  background-color: var(--lvh-white);
}
interview-form-ng1 .row.ratings .rating {
  padding: 13px 20px;
  display: inline-block;
  width: 178px;
  box-sizing: border-box;
  border-right: solid 1px var(--lvh-x-paler-grey);
}
@media (max-width: 991px) {
  interview-form-ng1 .row.ratings .rating {
    border-right: none;
  }
}
interview-form-ng1 .row.ratings .rating:last-child {
  border-right: none;
}
interview-form-ng1 .row.ratings .rating .br-wrapper {
  display: inline-block;
}
interview-form-ng1 .row.ratings .rating .rating-summary {
  color: var(--lvh-x-shark-dark);
  display: inline-block;
  vertical-align: top;
  line-height: 13px;
  padding-top: 1px;
}
interview-form-ng1 .row.ratings.validation-error {
  border-color: var(--lvh-validation-red-dark);
}
interview-form-ng1 .row.validation-message {
  margin-top: -15px;
}
.interview-form-tab {
  float: left;
  width: 100%;
}
.interview-form-tab:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.interview-form-tab .interview-item .interview-action {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid var(--lvh-x-shark-dark);
}
.interview-form-tab .interview-item .interview-action p {
  margin: 8px 0 7px;
}
.interview-form-tab .interview-item .interview-action .button {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  .interview-form-tab .interview-item .interview-action .button {
    position: static;
  }
}
.interview-form-tab .interview-form-list {
  padding: 7px 20px 20px 20px;
  overflow: hidden;
}
.interview-form-tab .interview-form-list .activity-wrap.ng-enter {
  -webkit-animation: slideInDown 250ms;
  -moz-animation: slideInDown 250ms;
  -ms-animation: slideInDown 250ms;
  animation: slideInDown 250ms;
}
.interview-form-tab .activity-pager {
  width: 100%;
  background-color: var(--lvh-white96);
  padding: 1.462em 0;
}
.interview-form-tab .activity-pager .button-wrap {
  text-align: center;
}
@media (max-width: 991px) {
  .interview-form-tab .activity-pager .button-wrap {
    padding: 0 2.154em;
  }
}
.interview-form-tab .activity-pager button.load-more {
  background: none;
  background-color: var(--lvh-white);
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  border: 1px solid;
  border-color: var(--lvh-x-shark-dark);
  outline: 0;
  -moz-transition: 0.2s border-color ease-in-out;
  -o-transition: 0.2s border-color ease-in-out;
  -webkit-transition: 0.2s border-color ease-in-out;
  transition: 0.2s border-color ease-in-out;
  line-height: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.385em 1em;
}
@media (max-width: 991px) {
  .interview-form-tab .activity-pager button.load-more {
    width: 100%;
    padding: 0.615em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.interview-form-tab .activity-pager button.load-more:hover,
.interview-form-tab .activity-pager button.load-more:focus {
  border-color: #dfdfdf;
}
.interview-form-tab .activity-pager button.load-more > .label {
  font-size: 1em;
  font-weight: 600;
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .interview-form-tab .activity-pager button.load-more > .label {
    font-size: 1.154em;
  }
}

#company-connection-internal-data {
  width: 100%;
  padding: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#company-connection-internal-data .row {
  margin-bottom: 0px;
}
#company-connection-internal-data .row > .col {
  margin-bottom: 12px;
}
#company-connection-internal-data .line {
  border-top: 1px solid var(--lvh-x-pale-grey);
  margin: 8px 0 20px 0;
}
#company-connection-internal-data .note-text {
  color: var(--lvh-disabled-text);
  font-size: 0.923em;
}
#company-connection-internal-data .text-with-icon > * {
  vertical-align: middle;
}
#company-connection-internal-data .text-with-icon span {
  padding-left: 3px;
}
#company-connection-internal-data .text-with-spinner > * {
  display: inline-block;
}
#company-connection-internal-data .text-with-spinner span {
  padding-left: 3px;
}
#company-connection-internal-data .last-saved-icon {
  color: var(--lvh-x-green);
}
#company-connection-internal-data .warning-icon {
  color: var(--lvh-x-yellow);
}
#company-connection-internal-data .error-icon {
  color: var(--lvh-x-ripe);
}
#company-connection-internal-data .info-icon {
  color: var(--lvh-x-shark-dark);
}
#company-connection-internal-data .external-id > * {
  display: inline-block;
}
#company-connection-internal-data .external-id .label {
  font-weight: 600;
}
#company-connection-internal-data .external-id .action {
  color: var(--lvh-bright-blue);
  cursor: pointer;
}
#company-connection-internal-data .external-id .callout {
  position: absolute;
}
#company-connection-internal-data .external-id .callout .cc-callout {
  width: 350px;
}

/* jquery.Jcrop.min.css v0.9.10 (build:20120429) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF;font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-vline.right{right:0;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-handle{background-color:#333;border:1px #eee solid;font-size:1px;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:Alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:Alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}

/* line 1, ../../source/scss/ng-img-crop.scss */
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------------------------------------------

  RESETS
  
----------------------------------------------------------------------------- */
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
textarea {
  resize: none;
}

.callout.cc-action-callout {
  outline: none;
  padding: 0;
  color: var(--lvh-x-shark-dark);
  position: relative;
}
.callout.cc-action-callout.button-type.medium .button {
  padding: 7px 15px;
}
.callout.cc-action-callout.button-type.medium .button .label {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 991px) {
  .callout.cc-action-callout.button-type.medium .button .label {
    font-size: 16px;
  }
}
.callout.cc-action-callout.button-type.medium .button .icon {
  line-height: 20px;
}
.callout.cc-action-callout.button-type.medium .cc-callout {
  top: calc(100% - 1px);
  margin-right: -58px;
}
.callout.cc-action-callout.button-type.grey .button {
  box-shadow: 0 0 0 1px var(--lvh-x-paler-grey) inset;
}
.callout.cc-action-callout.button-type.grey .label {
  color: var(--lvh-secondary-text);
}
.callout.cc-action-callout.button-type.grey .icon {
  color: var(--lvh-x-shark-dark);
}
.callout.cc-action-callout.button-type.blue .button {
  box-shadow: 0 0 0 1px var(--lvh-bright-blue) inset;
}
.callout.cc-action-callout.button-type.blue .label {
  color: var(--lvh-bright-blue);
}
.callout.cc-action-callout.button-type.blue .icon {
  color: var(--lvh-bright-blue);
}
.callout.cc-action-callout.button-type .button {
  outline: 0;
  border: none;
  background: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.callout.cc-action-callout.button-type .button:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout.cc-action-callout.button-type .button .label {
  float: left;
  margin: 0 10px 0 0;
}
.callout.cc-action-callout.button-type .button .icon {
  float: left;
  font-size: 7px;
}
.callout.cc-action-callout.with-shadow .cc-callout-tip,
.callout.cc-action-callout.with-shadow .cc-callout-body {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
.callout.cc-action-callout.with-shadow .cc-callout-tip.top {
  box-shadow: -1px -1px 3px 1px rgba(0, 0, 0, 0.05);
}
.callout.cc-action-callout .actionMenuOverlayMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
}
@media (min-width: 992px) {
  .callout.cc-action-callout .actionMenuOverlayMask {
    display: none;
  }
}
.callout.cc-action-callout .glyph0020 {
  display: block;
  font-size: 18px;
}
.callout.cc-action-callout .cc-callout {
  display: none;
  position: absolute;
  right: 50%;
}
@media (min-width: 992px) {
  .callout.cc-action-callout .cc-callout {
    margin-right: -30px;
  }
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 9100;
  }
}
.callout.cc-action-callout .cc-callout.visible {
  display: block;
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout-tip {
    display: none;
  }
}
.callout.cc-action-callout .cc-callout-tip.top {
  top: 6px;
}
.callout.cc-action-callout .cc-callout-body {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout-body {
    display: table;
    min-width: 220px;
    margin: 80px auto;
    position: relative;
    border: none;
    border-radius: 3px;
    background-color: var(--lvh-white);
  }
}
.callout.cc-action-callout .cc-callout-list {
  text-align: left;
}
.callout.cc-action-callout .cc-callout-list.full-size {
  padding: 0;
}
.callout.cc-action-callout .cc-callout-list.full-size .menuItem {
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout-list.full-size .menuItem:not(:last-child) .item {
    border-bottom: 1px solid var(--lvh-x-pale-grey);
  }
}
@media (min-width: 992px) {
  .callout.cc-action-callout .cc-callout-list.full-size .menuItem:not(.last) .item {
    border-bottom: 1px solid var(--lvh-x-pale-grey);
  }
}
.callout.cc-action-callout .cc-callout-list.full-size .item {
  min-width: 100px;
  padding: 10px 15px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout-list.full-size .item {
    padding: 15px;
  }
}
.callout.cc-action-callout .cc-callout-list.full-size .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout.cc-action-callout .cc-callout-list .icon,
.callout.cc-action-callout .cc-callout-list .label {
  line-height: 20px;
  vertical-align: middle;
}
.callout.cc-action-callout .cc-callout-list .icon {
  width: 13px;
  height: 13px;
  font-size: 13px;
  color: var(--lvh-secondary-text);
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout-list .icon {
    font-size: 16px;
  }
}
.callout.cc-action-callout .cc-callout-list .icon.glyph0138 {
  color: var(--lvh-social-facebook-brand);
}
.callout.cc-action-callout .cc-callout-list .icon.glyph0139 {
  color: var(--lvh-social-linkedin-brand);
}
.callout.cc-action-callout .cc-callout-list .icon.glyph0140 {
  color: var(--lvh-bright-blue);
}
.callout.cc-action-callout .cc-callout-list .label {
  font-size: 13px;
}
@media (max-width: 991px) {
  .callout.cc-action-callout .cc-callout-list .label {
    font-size: 16px;
  }
}
.callout.cc-action-callout .cc-callout-list .item.item-with-code {
  padding: 12px 15px;
}
.callout.cc-action-callout .cc-callout-list .item.item-with-code .label {
  float: left;
  width: 100%;
  font-size: 13px;
  color: var(--lvh-bright-blue);
}
.callout.cc-action-callout .cc-callout-list .item.item-with-code .code {
  float: left;
  width: 100%;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.callout.cc-action-callout .cc-callout-list .item.selected {
  background-color: var(--lvh-x-off-white);
}
@media (min-width: 992px) {
  .callout.cc-action-callout .menuItem.cancel {
    display: none;
  }
}
@media (max-width: 991px) {
  #employerApp .cc-action-callout .cc-callout-list .label {
    font-size: 13px;
  }
}

.callout-wrap .trigger {
  display: block;
  padding: 5px 2px;
}
.callout-wrap .trigger:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout-wrap .trigger.basic {
  padding: 0;
  text-decoration: none;
  text-decoration-style: unset;
  text-decoration-color: unset;
}
@media (min-width: 992px) {
  .callout-wrap .trigger:hover .callout .calloutDirective {
    display: block;
  }
}
@media (min-width: 992px) {
  .callout-wrap .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.callout-wrap .callout.visible .cc-callout {
  display: block;
  z-index: 9001;
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .header .icon {
    display: block;
    margin: 0;
    line-height: 1;
    color: unset;
  }
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .body {
    margin: 20px 0 0;
  }
}
.callout-wrap .callout.above {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(-50% + 10px);
}
.callout-wrap .callout.above > .calloutDirective {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(-50% + 10px);
}
.callout {
  display: block;
}
.callout:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout.no-scroll .cc-callout.topLeft .cc-callout-body,
.callout.no-scroll .cc-callout.topRight .cc-callout-body,
.callout.no-scroll .cc-callout.bottomCenter .cc-callout-body,
.callout.no-scroll .cc-callout.bottomRight .cc-callout-body {
  max-height: none;
  overflow-y: unset;
}
.callout .cc-callout {
  position: relative;
  z-index: 2000;
}
.callout .cc-callout.topLeft,
.callout .cc-callout.topRight,
.callout .cc-callout.bottomCenter,
.callout .cc-callout.bottomRight {
  display: none;
  width: 300px;
}
.callout .cc-callout.topLeft .cc-callout-body,
.callout .cc-callout.topRight .cc-callout-body,
.callout .cc-callout.bottomCenter .cc-callout-body,
.callout .cc-callout.bottomRight .cc-callout-body {
  margin: 10px 0 0;
  padding: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.cc-callout-tip.top {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.right {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  right: 0;
  margin: 0 -8px 0 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottom {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-tip.left {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  left: 0;
  margin: 0 0 0 -8px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.topLeft {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  left: 15px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.topRight {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  right: 25px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottomCenter {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: calc(50% - 11px);
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.bottomRight {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: 25px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-body {
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
}
.cc-callout-body:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 992px) {
  .cc-callout-body .date-picker-wrap #uiDate {
    z-index: 9002;
  }
}
.cc-callout-content {
  background-color: var(--lvh-white);
  border-radius: 3px;
  position: relative;
  z-index: 1002;
  overflow: hidden;
}
.cc-callout-content > ul {
  margin: 0;
  padding: 13px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-callout-content > ul:last-child {
  padding: 13px 0 0 0;
}
.cc-callout-content > ul.bullets > li {
  margin: 0 0 0 15px;
  padding: 0 0 10px 0;
  list-style: disc;
}
.cc-callout-content > ul.bullets > li:last-child {
  padding: 0;
}
.cc-callout-content > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.cc-callout-content > ul > li.mobileOnly {
  display: none;
}
@media (max-width: 991px) {
  .cc-callout-content > ul > li.mobileOnly {
    display: list-item;
  }
}
.cc-callout-content > ul > li.divider {
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  margin: 10px 0;
}
.cc-callout-content > ul > li.divider > a {
  display: none;
}
.cc-callout-content > ul > li > a,
.cc-callout-content > ul > li > span {
  display: block;
  color: var(--lvh-x-mid-grey);
  outline: none;
  padding: 0.25em 1.538em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cc-callout-content > ul > li > a:hover,
.cc-callout-content > ul > li > span:hover,
.cc-callout-content > ul > li > a:focus,
.cc-callout-content > ul > li > span:focus,
.cc-callout-content > ul > li > a.selected,
.cc-callout-content > ul > li > span.selected {
  background-color: var(--lvh-x-off-white);
}
.cc-callout-content > ul > li > a .label,
.cc-callout-content > ul > li > span .label {
  color: var(--lvh-x-mid-grey);
  white-space: inherit;
}
.cc-callout-content > ul > li.disabled > a,
.cc-callout-content > ul > li.disabled > span {
  color: rgba(102, 102, 102, 0.3);
}
.cc-callout-content > ul > li.disabled > a:hover,
.cc-callout-content > ul > li.disabled > span:hover,
.cc-callout-content > ul > li.disabled > a:focus,
.cc-callout-content > ul > li.disabled > span:focus,
.cc-callout-content > ul > li.disabled > a.selected,
.cc-callout-content > ul > li.disabled > span.selected {
  background-color: var(--lvh-white);
}

/* -----------------------------------------------------------------------------

  CANDIDATE SEARCH BAR COMPONENT
  
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  MAIN CONFIG
  
----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * Config partials should not output any CSS
 * They should only contain things like mixin declarations, functions, and variables
 */
/** 
* Do not use any of these variables directly - use the native CSS custom 
* properties defined in _colour.variables.less
* e.g. var(--lvh-some-colour)
*
* These variables can very easily become out of sync and should only be 
* used in situations where we cannot use custom properties in LESS.
*
* We'll be switching to Mango UI web components at some point so this file 
* will most likely become redundant after that has been rolled out.
*/
/* Social brand colours */
/* Campaign Palette */
/* External vendor colours */
/* -----------------------------------------------------------------------------

  FONTS CONFIG

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  NOTE:

  HELLO FRIEND!

  Are you about to change the version of IconFontLite? If no, continue on. If
  yes then you need to be aware that all references to this font must also be
  updated. We get this for free with IconFont because we update the version
  number in one place in the _IconFont.cshtml partial. This isn't the case
  here, it will need to be updated in all external components / widgets.

----------------------------------------------------------------------------- */
/* magnifying glass */
/* label */
/* suitcase */
/* speech bubbles */
/* plus symbol */
/* facebook logo */
/* twitter logo */
/* linkedIn logo */
/* google+ logo */
/* instagram logo */
/* padlock */
/* location pin */
/* suitcase with lock */
/* tick */
/* left arrow */
/* chevron right */
/* empty line graph */
/* star */
/* not visible */
/* visible */
/* label - solid colour */
/* envelope */
/* letterbox */
/* curved arrow right */
/* paperclip */
/* cog */
/* chain */
/* article */
/* tick */
/* back arrow */
/* forward arrow */
/* sms speech icon */
/* graph */
/* analogue clock */
/* flag */
/* money bag */
/* access denied */
/* share logo */
/* sheet of paper with folded corner */
/* download */
/* graduation cap */
/* donut */
/* cross */
/* down arrow */
/* left arrow */
/* up arrow */
/* chevron right */
/* chevron right solid colour */
/* toggle */
/* heart rate recording */
/* telephone */
/* bulleted list */
/* bulleted list alt */
/* magnifying glass */
/* areoplane */
/* credit/debit card */
/* no reference */
/* grabage bin */
/* plus sign solid colour */
/* archive symbol */
/* new message */
/* plus sign solid colour */
/* calendar */
/* pencil */
/* minus sign solid colour */
/* document */
/* access */
/* approved list */
/* building */
/* male */
/* exclamation mark */
/* information solid colour */
/* document solid colour */
/* two squares solid colour */
/* arrow right */
/* side by side figures */
/* tick */
/* three figures */
/* male with plus symbol */
/* heart */
/* male worker with headset */
/* male worker */
/* open speech marks */
/* light bulb */
/* award */
/* youtube logo */
/* play video */
/* close speech marks */
/* star */
/* flag */
/* question mark */
/* heart */
/* pdf symbol */
/* pen and paper */
/* continuous loop */
/* no access */
/* target */
/* dollar sign */
/* H symbol */
/* T symbol */
/* A symbol */
/* C symbol */
/* I symbol */
/* Side by side figures */
/* Transparent circle */
/* Left chervron */
/* Up chevron */
/* Plus symbol */
/* Open box */
/* Video camera */
/* Play */
/* Upload */
/* ID */
/* Toggle */
/* Letter tray */
/* Transparent video camera */
/* Anayltics */
/* Branches */
/* Rocket */
/* Light bulb */
/* Resize */
/* Three dots to make a triangle */
/* Figure with plus symbol */
/* Side kebab */
/* flag */
/* Upload */
/* Continuous loop */
/* Stopwatch */
/* Facebook logo */
/* LinkedIn logo */
/* LiveHire logo */
/* Calendar */
/* Location pin */
/* Figure */
/* Globe */
/* Lock */
/* Suitcase */
/* Connections */
/* Eye */
/* Camera */
/* Clock (at 3pm) */
/* Two sort of stacked boxes */
/* Document */
/* Lightning Bolt */
/* The letter L */
/* Paperclip */
/* Checklist */
/* Handbrakey */
/* Activity */
/* Attached CV */
/* Cover Letter */
/* Exclamation Mark */
/* Pop out */
/* Zoom out */
/* Zoom in */
/* Left pane */
/* Print */
/* Hiretual */
/* Timeline */
/* Filter */
/* Question mark */
/* Pin */
/* Segments */
/* Badge */
/* Hotel */
/* Paragraph x 2 */
/* Privacy policy */
/* Transactions */
/* Scripts */
/* R character */
/* Privacy Deletion */
/* CSV */
/* Privacy Deletion for profile */
/* Privacy Padlock */
/* Profile Consent */
/* Eye show/hide */
/* Disabled */
/* AI sparkle */
/* -----------------------------------------------------------------------------

  Z-INDEX MAPPING
  
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  MEDIA QUERY BREAKPOINTS
  
----------------------------------------------------------------------------- */
/**
 * NOTE:
 * Tested this in Chrome/FF/Edge/IE11 and it seems to display correctly
 */
/* -----------------------------------------------------------------------------

  LEGACY VARIABLES
  
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

  BOOTSTRAP DATEPICKER VARIABLES
  
----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * This stylesheet is now obsolete
 * New variables will be found in /Src/less/config
 */
/*darken(@link-color, 15%);*/
.callout-wrap .trigger {
  display: block;
  padding: 5px 2px;
}
.callout-wrap .trigger:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout-wrap .trigger.basic {
  padding: 0;
  text-decoration: none;
  text-decoration-style: unset;
  text-decoration-color: unset;
}
@media (min-width: 992px) {
  .callout-wrap .trigger:hover .callout .calloutDirective {
    display: block;
  }
}
@media (min-width: 992px) {
  .callout-wrap .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.callout-wrap .callout.visible .cc-callout {
  display: block;
  z-index: 9001;
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .header .icon {
    display: block;
    margin: 0;
    line-height: 1;
    color: unset;
  }
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .body {
    margin: 20px 0 0;
  }
}
.callout-wrap .callout.above {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(-50% + 10px);
}
.callout-wrap .callout.above > .calloutDirective {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(-50% + 10px);
}
.callout {
  display: block;
}
.callout:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout.no-scroll .cc-callout.topLeft .cc-callout-body,
.callout.no-scroll .cc-callout.topRight .cc-callout-body,
.callout.no-scroll .cc-callout.bottomCenter .cc-callout-body,
.callout.no-scroll .cc-callout.bottomRight .cc-callout-body {
  max-height: none;
  overflow-y: unset;
}
.callout .cc-callout {
  position: relative;
  z-index: 2000;
}
.callout .cc-callout.topLeft,
.callout .cc-callout.topRight,
.callout .cc-callout.bottomCenter,
.callout .cc-callout.bottomRight {
  display: none;
  width: 300px;
}
.callout .cc-callout.topLeft .cc-callout-body,
.callout .cc-callout.topRight .cc-callout-body,
.callout .cc-callout.bottomCenter .cc-callout-body,
.callout .cc-callout.bottomRight .cc-callout-body {
  margin: 10px 0 0;
  padding: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.cc-callout-tip.top {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.right {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  right: 0;
  margin: 0 -8px 0 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottom {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-tip.left {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  left: 0;
  margin: 0 0 0 -8px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.topLeft {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  left: 15px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.topRight {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  right: 25px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottomCenter {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: calc(50% - 11px);
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.bottomRight {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: 25px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-body {
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
}
.cc-callout-body:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 992px) {
  .cc-callout-body .date-picker-wrap #uiDate {
    z-index: 9002;
  }
}
.cc-callout-content {
  background-color: var(--lvh-white);
  border-radius: 3px;
  position: relative;
  z-index: 1002;
  overflow: hidden;
}
.cc-callout-content > ul {
  margin: 0;
  padding: 13px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-callout-content > ul:last-child {
  padding: 13px 0 0 0;
}
.cc-callout-content > ul.bullets > li {
  margin: 0 0 0 15px;
  padding: 0 0 10px 0;
  list-style: disc;
}
.cc-callout-content > ul.bullets > li:last-child {
  padding: 0;
}
.cc-callout-content > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.cc-callout-content > ul > li.mobileOnly {
  display: none;
}
@media (max-width: 991px) {
  .cc-callout-content > ul > li.mobileOnly {
    display: list-item;
  }
}
.cc-callout-content > ul > li.divider {
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  margin: 10px 0;
}
.cc-callout-content > ul > li.divider > a {
  display: none;
}
.cc-callout-content > ul > li > a,
.cc-callout-content > ul > li > span {
  display: block;
  color: var(--lvh-x-mid-grey);
  outline: none;
  padding: 0.25em 1.538em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cc-callout-content > ul > li > a:hover,
.cc-callout-content > ul > li > span:hover,
.cc-callout-content > ul > li > a:focus,
.cc-callout-content > ul > li > span:focus,
.cc-callout-content > ul > li > a.selected,
.cc-callout-content > ul > li > span.selected {
  background-color: var(--lvh-x-off-white);
}
.cc-callout-content > ul > li > a .label,
.cc-callout-content > ul > li > span .label {
  color: var(--lvh-x-mid-grey);
  white-space: inherit;
}
.cc-callout-content > ul > li.disabled > a,
.cc-callout-content > ul > li.disabled > span {
  color: rgba(102, 102, 102, 0.3);
}
.cc-callout-content > ul > li.disabled > a:hover,
.cc-callout-content > ul > li.disabled > span:hover,
.cc-callout-content > ul > li.disabled > a:focus,
.cc-callout-content > ul > li.disabled > span:focus,
.cc-callout-content > ul > li.disabled > a.selected,
.cc-callout-content > ul > li.disabled > span.selected {
  background-color: var(--lvh-white);
}
.cc-suggestion-list .suggestionList .heading {
  float: left;
  width: 100%;
  padding: 0.962em 0;
  background-color: var(--lvh-x-shark-light);
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .cc-suggestion-list .suggestionList .heading {
    display: none;
  }
}
.cc-suggestion-list .suggestionList .heading h3 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.cc-suggestion-list .suggestionList .heading h3 > span {
  font-size: 1.077em;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.cc-suggestion-list .suggestionList .heading .closeButton {
  outline: 0;
  border: none;
  background: none;
  padding: 0;
}
.cc-suggestion-list .suggestionList .heading .closeButton > .icon:before {
  font-size: 0.769em;
}
.cc-suggestion-list .suggestionList #searchInputWrap {
  float: left;
  width: 100%;
  padding: 1.231em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-suggestion-list .suggestionList #searchInputWrap {
    padding: 1.231em 0;
  }
}
.cc-suggestion-list .suggestionList #searchInputWrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-suggestion-list .suggestionList .suggestionListFooter {
  float: left;
  width: 100%;
  border-top: 1px solid var(--lvh-x-shark-light);
  padding: 0.769em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-suggestion-list .suggestionList .suggestionListFooter:hover,
.cc-suggestion-list .suggestionList .suggestionListFooter.active {
  background-color: var(--lvh-x-off-white);
}
.cc-suggestion-list .suggestionList .dropdown {
  float: left;
  width: 100%;
}
.cc-suggestion-list .suggestionList .dropdown .spinner {
  padding: 10px 0;
  text-align: center;
}
.cc-suggestion-list .suggestionList .suggestions {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.cc-suggestion-list .suggestionList .suggestions > .suggestion {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0.769em 1em;
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--lvh-secondary-text);
}
.cc-suggestion-list .suggestionList .suggestions > .suggestion:last-child {
  border-bottom: none;
}
.cc-suggestion-list .suggestionList .suggestions > .suggestion.active {
  background-color: var(--lvh-x-off-white);
}
.cc-suggestion-list .suggestionList .suggestionTag {
  float: left;
  background-color: var(--lvh-white92);
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  padding: 0.154em 0.538em;
  margin: 0 0.385em 0.385em 0;
}
/* -----------------------------------------------------------------------------

  STATUS TAGS
  
----------------------------------------------------------------------------- */
.cc-status-tag {
  margin: 0 5px 5px 0;
  float: left;
  border-radius: 3px;
  padding: 0 5px;
  box-sizing: border-box;
}
.cc-status-tag:last-child {
  margin-right: 0;
}
.cc-status-tag > .label {
  float: left;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
  line-height: 18px;
  white-space: nowrap;
}
.cc-temporary-profile-status-tag,
.cc-demo-status-tag {
  border: 1px solid var(--lvh-x-yellow);
  cursor: default;
}
.cc-temporary-profile-status-tag .label,
.cc-demo-status-tag .label {
  color: var(--lvh-x-yellow);
}
.cc-job-application-tag {
  border: 1px solid var(--lvh-x-shark-dark);
  cursor: default;
}
.cc-job-application-tag .label {
  color: var(--lvh-x-shark-dark);
}
.cc-job-application-tag .icon {
  margin: 0 2px 0 0;
}
.cc-job-application-tag.has-active {
  border-color: var(--lvh-x-green);
}
.cc-job-application-tag.has-active .label {
  color: var(--lvh-x-green);
}
.cc-connection-status-tag {
  border: 1px solid var(--lvh-x-shark-dark);
  cursor: default;
}
.cc-connection-status-tag .label {
  color: var(--lvh-x-shark-dark);
}
.cc-connection-status-tag.talentpool,
.cc-connection-status-tag.inprogress {
  border-color: var(--lvh-x-blue);
}
.cc-connection-status-tag.talentpool .label,
.cc-connection-status-tag.inprogress .label {
  color: var(--lvh-x-blue);
}
.cc-connection-status-tag.livemarket {
  border-color: var(--lvh-x-orange);
}
.cc-connection-status-tag.livemarket .label {
  color: var(--lvh-x-orange);
}
.cc-connection-status-tag.donotcontact {
  border-color: var(--lvh-x-red);
}
.cc-connection-status-tag.donotcontact .label {
  color: var(--lvh-x-red);
}
.cc-connection-status-tag.temporaryprofile {
  border-color: var(--lvh-x-yellow);
}
.cc-connection-status-tag.temporaryprofile .label {
  color: var(--lvh-x-yellow);
}
.cc-connection-status-tag.hired {
  border-color: var(--lvh-x-green);
}
.cc-connection-status-tag.hired .label {
  color: var(--lvh-x-green);
}
.cc-connection-status-tag.unavailable {
  border-color: var(--lvh-x-light-grey);
}
.cc-connection-status-tag.unavailable .label {
  color: var(--lvh-x-light-grey);
}
.cc-connection-status-tag.thresholds {
  border-color: var(--lvh-x-purple);
}
.cc-connection-status-tag.thresholds.user-action {
  background-color: var(--lvh-x-purple-light);
}
.cc-connection-status-tag.thresholds.total-action {
  border-color: var(--lvh-secondary-text);
}
.cc-connection-status-tag.thresholds.total-action .label {
  color: var(--lvh-secondary-text);
}
.cc-connection-status-tag.thresholds .label {
  color: var(--lvh-x-purple);
}
.cc-connection-status-tag.alreadyacandidate {
  border-color: var(--lvh-x-green);
}
.cc-connection-status-tag.alreadyacandidate .label {
  color: var(--lvh-x-green);
}
.cc-connection-status-tag.alreadyacandidate .label:before {
  content: "\e910";
  font-family: 'IconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--lvh-x-green);
}
.cc-connection-status-tag.alreadyacandidate .label > .ng-binding {
  display: none;
}
.cc-review-status-tag .notEnoughInfo,
.cc-review-status-tag .notSuitable,
.cc-review-status-tag .notReviewed,
.cc-review-status-tag .inProgress {
  margin: 0 5px 5px 0;
  float: left;
  border-radius: 3px;
  padding: 0 5px;
  box-sizing: border-box;
}
.cc-review-status-tag .notEnoughInfo:last-child,
.cc-review-status-tag .notSuitable:last-child,
.cc-review-status-tag .notReviewed:last-child,
.cc-review-status-tag .inProgress:last-child {
  margin-right: 0;
}
.cc-review-status-tag .notEnoughInfo > .label,
.cc-review-status-tag .notSuitable > .label,
.cc-review-status-tag .notReviewed > .label,
.cc-review-status-tag .inProgress > .label {
  float: left;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
  line-height: 18px;
  white-space: nowrap;
}
.cc-review-status-tag .notEnoughInfo.notEnoughInfo,
.cc-review-status-tag .notSuitable.notEnoughInfo,
.cc-review-status-tag .notReviewed.notEnoughInfo,
.cc-review-status-tag .inProgress.notEnoughInfo,
.cc-review-status-tag .stars.notEnoughInfo,
.cc-review-status-tag .notEnoughInfo.notSuitable,
.cc-review-status-tag .notSuitable.notSuitable,
.cc-review-status-tag .notReviewed.notSuitable,
.cc-review-status-tag .inProgress.notSuitable,
.cc-review-status-tag .stars.notSuitable,
.cc-review-status-tag .notEnoughInfo.notReviewed,
.cc-review-status-tag .notSuitable.notReviewed,
.cc-review-status-tag .notReviewed.notReviewed,
.cc-review-status-tag .inProgress.notReviewed,
.cc-review-status-tag .stars.notReviewed,
.cc-review-status-tag .notEnoughInfo.inProgress,
.cc-review-status-tag .notSuitable.inProgress,
.cc-review-status-tag .notReviewed.inProgress,
.cc-review-status-tag .inProgress.inProgress,
.cc-review-status-tag .stars.inProgress {
  border: 1px solid var(--lvh-x-shark-dark);
}
.cc-review-status-tag .notEnoughInfo.notEnoughInfo > .label:before,
.cc-review-status-tag .notSuitable.notEnoughInfo > .label:before,
.cc-review-status-tag .notReviewed.notEnoughInfo > .label:before,
.cc-review-status-tag .inProgress.notEnoughInfo > .label:before,
.cc-review-status-tag .stars.notEnoughInfo > .label:before,
.cc-review-status-tag .notEnoughInfo.notSuitable > .label:before,
.cc-review-status-tag .notSuitable.notSuitable > .label:before,
.cc-review-status-tag .notReviewed.notSuitable > .label:before,
.cc-review-status-tag .inProgress.notSuitable > .label:before,
.cc-review-status-tag .stars.notSuitable > .label:before,
.cc-review-status-tag .notEnoughInfo.notReviewed > .label:before,
.cc-review-status-tag .notSuitable.notReviewed > .label:before,
.cc-review-status-tag .notReviewed.notReviewed > .label:before,
.cc-review-status-tag .inProgress.notReviewed > .label:before,
.cc-review-status-tag .stars.notReviewed > .label:before,
.cc-review-status-tag .notEnoughInfo.inProgress > .label:before,
.cc-review-status-tag .notSuitable.inProgress > .label:before,
.cc-review-status-tag .notReviewed.inProgress > .label:before,
.cc-review-status-tag .inProgress.inProgress > .label:before,
.cc-review-status-tag .stars.inProgress > .label:before {
  content: "\e916";
  font-family: 'IconFont';
  color: var(--lvh-x-shark-dark);
  margin: 0 2px 0 0;
}
.cc-review-status-tag .notEnoughInfo.stars,
.cc-review-status-tag .notSuitable.stars,
.cc-review-status-tag .notReviewed.stars,
.cc-review-status-tag .inProgress.stars,
.cc-review-status-tag .stars.stars {
  display: inline-block;
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars,
  .cc-review-status-tag .notSuitable.stars,
  .cc-review-status-tag .notReviewed.stars,
  .cc-review-status-tag .inProgress.stars,
  .cc-review-status-tag .stars.stars {
    border: 1px solid var(--lvh-x-green);
    padding: 1px 5px;
    border-radius: 3px;
    float: left;
    display: block;
    font-size: 11px;
    color: var(--lvh-x-shark-dark);
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .cc-review-status-tag .notEnoughInfo.stars,
  .cc-review-status-tag .notSuitable.stars,
  .cc-review-status-tag .notReviewed.stars,
  .cc-review-status-tag .inProgress.stars,
  .cc-review-status-tag .stars.stars {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars:after,
  .cc-review-status-tag .notSuitable.stars:after,
  .cc-review-status-tag .notReviewed.stars:after,
  .cc-review-status-tag .inProgress.stars:after,
  .cc-review-status-tag .stars.stars:after {
    content: attr(data-count);
    float: left;
    display: block;
    color: var(--lvh-x-green);
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars .icon,
  .cc-review-status-tag .notSuitable.stars .icon,
  .cc-review-status-tag .notReviewed.stars .icon,
  .cc-review-status-tag .inProgress.stars .icon,
  .cc-review-status-tag .stars.stars .icon {
    float: left;
    margin: 0.077em 0.231em 0.077em 0;
  }
}
@media (max-width: 991px) {
  .cc-review-status-tag .notEnoughInfo.stars .icon:nth-child(n+2),
  .cc-review-status-tag .notSuitable.stars .icon:nth-child(n+2),
  .cc-review-status-tag .notReviewed.stars .icon:nth-child(n+2),
  .cc-review-status-tag .inProgress.stars .icon:nth-child(n+2),
  .cc-review-status-tag .stars.stars .icon:nth-child(n+2) {
    display: none;
  }
}
.cc-no-visa-tag {
  border: 1px solid var(--lvh-x-ripe);
  cursor: default;
}
.cc-no-visa-tag .label {
  color: var(--lvh-x-ripe);
}
.cc-tooltip:hover > .tooltipContainer,
.cc-tooltip:focus > .tooltipContainer {
  display: block;
}
.cc-tooltip.wrapper {
  display: inline-block;
  position: relative;
  cursor: default;
}
.cc-tooltip.wrapper .cc-callout-tip {
  z-index: 9500;
}
.cc-tooltip.wrapper .cc-callout-body {
  position: relative;
  z-index: 9499;
}
.cc-tooltip[disabled] > .tooltipContainer {
  display: none;
}
.cc-tooltip .tooltipContainer {
  display: none;
}
.cc-tooltip.default-type.above > .tooltipContainer {
  bottom: calc(100% + 8px);
}
.cc-tooltip.default-type.above > .tooltipContainer > .tooltip:after {
  bottom: -16px;
  border-color: rgba(68, 68, 68, 0.9) transparent transparent transparent;
}
.cc-tooltip.default-type.below > .tooltipContainer {
  top: calc(100% + 8px);
}
.cc-tooltip.default-type.below > .tooltipContainer > .tooltip:after {
  top: -16px;
  border-color: transparent transparent rgba(68, 68, 68, 0.9) transparent;
}
.cc-tooltip.default-type.left > .tooltipContainer {
  top: -50%;
  right: calc(100% + 8px);
  left: auto;
  z-index: 9499;
}
.cc-tooltip.default-type.left > .tooltipContainer > .tooltip {
  width: 100%;
}
.cc-tooltip.default-type.left > .tooltipContainer > .tooltip:after {
  top: 4px;
  left: 100%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(68, 68, 68, 0.9);
  margin: 0;
}
.cc-tooltip.default-type .tooltipContainer {
  width: 135px;
  position: absolute;
  left: 50%;
  margin-left: -67.5px;
  text-align: center;
}
.cc-tooltip.default-type .tooltipContainer > .tooltip {
  display: inline-block;
  position: relative;
  background-color: rgba(68, 68, 68, 0.9);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-tooltip.default-type .tooltipContainer > .tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  margin: 0 0 0 -8px;
  border-bottom: 0;
  border-width: 8px;
  border-style: solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  padding: 0;
  width: 0;
  height: 0;
}
.cc-tooltip.default-type .content {
  font-size: 11px;
  line-height: 1.2;
  color: var(--lvh-white);
  white-space: normal;
}
.cc-tooltip.visa > .tooltipContainer {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 0;
}
.cc-tooltip.visa > .tooltipContainer > .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.visa > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 24px;
}
.cc-tooltip.visa > .tooltipContainer > .callout > .cc-callout-body {
  padding: 15px;
}
.cc-tooltip.visa .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.visa .cc-callout-body {
  line-height: 18px;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.score-breakdown > .tooltipContainer {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 0;
}
.cc-tooltip.score-breakdown > .tooltipContainer > .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.score-breakdown > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 24px;
}
.cc-tooltip.score-breakdown > .tooltipContainer > .callout > .cc-callout-body {
  padding: 15px;
}
.cc-tooltip.score-breakdown .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.score-breakdown .applications {
  margin: 0;
  padding: 0;
}
.cc-tooltip.score-breakdown .applications > .application {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.score-breakdown .applications > .application:not(:last-child) {
  padding: 0 0 10px 4px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid var(--lvh-x-grey);
}
.cc-tooltip.score-breakdown .applications > .application .bullet {
  padding: 0 4px;
  font-style: normal;
}
.cc-tooltip.score-breakdown .applications > .application .row {
  line-height: 18px;
}
.cc-tooltip.score-breakdown .applications > .application .row:first-of-type {
  font-weight: 600;
}
.cc-tooltip.score-breakdown .applications > .application .interview-status {
  display: block;
  padding: 5px 0 0 0;
}
.cc-tooltip.score-breakdown .row {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cc-tooltip.score-breakdown .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.score-breakdown .applied-date,
.cc-tooltip.score-breakdown .vacancy-status {
  float: left;
}
.cc-tooltip.score-breakdown .status {
  float: right;
}
.cc-tooltip.score-breakdown .vacancy-name {
  color: var(--lvh-bright-blue);
  font-size: 11px;
}
.cc-tooltip.score-breakdown .vacancy-closed {
  color: var(--lvh-x-mesh-light);
}
.cc-tooltip.score-breakdown .interview-summary {
  font-size: 11px;
  padding: 4px 0;
}
.cc-tooltip.score-breakdown .interview-summary i {
  color: var(--lvh-x-shark-dark);
  margin-right: 4px;
}
.cc-tooltip.score-breakdown .interview-summary .label {
  color: var(--lvh-primary-text);
  font-weight: 600;
}
.cc-tooltip.score-breakdown .interview-summary .state {
  color: var(--lvh-secondary-text);
}
.cc-tooltip.score-breakdown .interview-summary .state.complete {
  color: var(--lvh-x-green);
}
.cc-tooltip.score-breakdown .interview-summary.completed .state {
  color: var(--lvh-x-green);
}
.cc-tooltip.score-breakdown .interview-summary.noshow .state {
  color: var(--lvh-x-ripe);
}
.cc-tooltip.score-breakdown .interview-summary.video-interview.received .state {
  color: var(--lvh-x-red);
}
.cc-tooltip.assessment-reports {
  padding: 0 0 10px 0;
}
.cc-tooltip.assessment-reports > .tooltipContainer {
  position: absolute;
  top: 14px;
  left: 0;
  width: 170px;
  padding: 10px 0 0 0;
}
.cc-tooltip.assessment-reports > .tooltipContainer > .callout {
  padding: 0;
}
.cc-tooltip.assessment-reports > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 120px;
}
.cc-tooltip.assessment-reports > .tooltipContainer > .callout > .cc-callout-body {
  padding: 8px;
}
.cc-tooltip.assessment-reports .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.assessment-reports .reports {
  margin: 0;
  padding: 0;
}
.cc-tooltip.assessment-reports .reports > .report {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.assessment-reports .reports > .report:not(:last-child) {
  padding: 0 0 10px 4px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid var(--lvh-x-grey);
}
.cc-tooltip.assessment-reports .reports > .report .bullet {
  padding: 0 4px;
  font-style: normal;
}
.cc-tooltip.assessment-reports .reports > .report .row {
  line-height: 18px;
}
.cc-tooltip.assessment-reports .reports > .report .row:first-of-type {
  font-weight: 600;
}
.cc-tooltip.assessment-reports .reports > .report .interview-status {
  display: block;
  padding: 5px 0 0 0;
}
.cc-tooltip.assessment-reports .row {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cc-tooltip.assessment-reports .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.check-reports {
  padding: 0 0 10px 0;
}
.cc-tooltip.check-reports > .tooltipContainer {
  position: absolute;
  top: 14px;
  left: 0;
  width: 170px;
  padding: 10px 0 0 0;
}
.cc-tooltip.check-reports > .tooltipContainer > .callout {
  padding: 0;
}
.cc-tooltip.check-reports > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 120px;
}
.cc-tooltip.check-reports > .tooltipContainer > .callout > .cc-callout-body {
  padding: 8px;
}
.cc-tooltip.check-reports .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.check-reports .packages {
  margin: 0;
  padding: 0;
  white-space: normal;
  word-break: break-word;
}
.cc-tooltip.check-reports .packages > .package:not(:last-child) {
  margin: 0 0 10px 0;
}
.cc-tooltip.check-reports .packages > .package.empty {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-tooltip.check-reports .packages > .package .package-title {
  font-weight: 330;
  font-size: 13px;
  color: var(--lvh-x-dark-grey);
  word-break: break-word;
}
.cc-tooltip.check-reports .packages > .package .package-title strong {
  font-weight: 600;
}
.cc-tooltip.check-reports .packages .report:not(:last-child) {
  margin: 0 0 10px 0;
}
.cc-tooltip.check-reports .packages .report.empty {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-tooltip.check-reports .packages .report .row {
  line-height: 18px;
}
.cc-tooltip.check-reports .packages .report span {
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.check-reports .packages .report h4 {
  font-weight: normal;
  font-size: 13px;
  color: var(--lvh-primary-text);
  margin-bottom: 0.2em;
  margin-top: 0.4em;
}
.cc-tooltip.check-reports .packages .report h4 a {
  text-decoration: underline;
}
.cc-tooltip.check-reports .row {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cc-tooltip.check-reports .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.job-position-summary .tooltipContainer {
  width: 334px;
  position: absolute;
  top: 20px;
  right: -14px;
  z-index: 2000;
}
@media (max-width: 991px) {
  .cc-tooltip.job-position-summary .tooltipContainer {
    display: none;
  }
}
.cc-tooltip.job-position-summary .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.job-position-summary .cc-callout-tip.top {
  top: 6px;
  right: 10px;
}
.cc-tooltip.job-position-summary .title {
  color: var(--lvh-x-dark-grey);
  font-weight: 600;
  padding: 10px;
  display: block;
  text-align: left;
}
.cc-tooltip.job-position-summary .position-summaries {
  border-top: solid 1px var(--lvh-x-grey);
  color: var(--lvh-secondary-text);
  font-size: 11px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .cc-tooltip.job-position-summary .position-summaries {
    max-height: 295px;
  }
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary {
  padding: 10px;
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary:not(:last-child) {
  border-bottom: 1px solid var(--lvh-x-grey);
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary .tooltipContainer {
  display: none !important;
}
.cc-tooltip.job-position-summary .position-summaries .filled-position > .text {
  font-size: 11px;
}
.cc-tooltip.job-position-summary .position-summaries .filled-position > .text:not(:last-child) {
  margin-left: 52px;
}
.cc-tooltip.job-position-summary .position-summaries .filled-position .bullet {
  margin: 0 5px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.job-position-summary .position-summaries .filled-position .cc-card-view .rhs .name,
.cc-tooltip.job-position-summary .position-summaries .filled-position .cc-card-view .rhs .profile-title {
  cursor: default;
  color: var(--lvh-secondary-text);
}
.cc-tooltip.job-position-summary .position-summaries .filled-position .cc-card-view .rhs .name {
  color: var(--lvh-x-dark-grey);
}
.cc-tooltip.job-position-summary .position-summaries .empty-position {
  text-align: left;
  color: var(--lvh-secondary-text);
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .name {
  color: var(--lvh-x-dark-grey);
  font-size: 13px;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture .index {
  line-height: 32px;
  font-size: 12px;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture .indicator {
  right: 0;
  bottom: 0 !important;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture .indicator i {
  font-size: 10px !important;
}
.cc-tooltip.job-vacancy-candidates-rated .tooltipContainer {
  width: 255px;
  position: absolute;
  top: 20px;
  right: -14px;
  z-index: 2000;
}
@media (max-width: 991px) {
  .cc-tooltip.job-vacancy-candidates-rated .tooltipContainer {
    display: none;
  }
}
.cc-tooltip.job-vacancy-candidates-rated > .label {
  padding: 0 0 4px 0;
}
.cc-tooltip.job-vacancy-candidates-rated .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.job-vacancy-candidates-rated .cc-callout-tip.top {
  top: 6px;
  right: 10px;
}
.cc-tooltip.job-vacancy-candidates-rated .title {
  color: var(--lvh-x-dark-grey);
  font-weight: 600;
  padding: 10px 15px;
  display: block;
  text-align: left;
}
.cc-tooltip.job-vacancy-candidates-rated .items {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 15px;
  border-top: 1px solid var(--lvh-x-paler-grey);
}
.cc-tooltip.job-vacancy-candidates-rated .items .item {
  position: relative;
  display: block;
  margin: 0 0 10px;
  min-height: 12px;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item:last-child {
  margin: 20px 0 0;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item:last-child .not-rated {
  display: block;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .star-rating,
.cc-tooltip.job-vacancy-candidates-rated .items .item .number {
  display: block;
  font-size: 11px;
  color: var(--lvh-secondary-text);
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .star-rating {
  float: left;
  width: 40px;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .number {
  float: right;
  width: 25px;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .progress {
  display: block;
  float: left;
  margin: 2px 10px 0;
  width: 135px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: var(--lvh-x-shark-light);
}
.cc-tooltip.avatar-list {
  text-align: left;
  color: var(--lvh-x-mesh-dark);
}
.cc-tooltip.avatar-list .tooltipContainer {
  display: unset;
}
@media (min-width: 992px) {
  .cc-tooltip.avatar-list .tooltipContainer {
    position: absolute;
    right: 0;
    top: 35px;
    width: 255px;
    z-index: 2000;
  }
}
@media (min-width: 992px) {
  .cc-tooltip.avatar-list .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.cc-tooltip.avatar-list .callout {
  position: relative;
  padding: 10px 0 0 0;
  z-index: 9001;
}
@media (max-width: 991px) {
  .cc-tooltip.avatar-list .callout {
    padding: 0;
    z-index: unset;
  }
}
@media (max-width: 991px) {
  .cc-tooltip.avatar-list .cc-callout-tip {
    display: none;
  }
}
.cc-tooltip.avatar-list .cc-callout-tip.top {
  top: 6px;
  right: 10px;
}
@media (max-width: 991px) {
  .cc-tooltip.avatar-list .cc-callout-body {
    border: none;
    border-radius: 0;
    z-index: unset;
  }
}
.cc-tooltip.avatar-list .title {
  color: var(--lvh-x-dark-grey);
  font-weight: 600;
  padding: 10px 15px;
  display: block;
  text-align: left;
}
.cc-tooltip.avatar-list .items {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 15px;
}
.cc-tooltip.avatar-list .items .item {
  position: relative;
  display: block;
  margin: 0 0 10px;
  min-height: 12px;
}
.cc-tooltip.avatar-list .items .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.avatar-list .items .item:hover .cc-avatar.tiny:after,
.cc-tooltip.avatar-list .items .item:focus .cc-avatar.tiny:after {
  line-height: 24px;
}
.cc-tooltip.avatar-list .items .item:hover .cc-avatar.smaller:after,
.cc-tooltip.avatar-list .items .item:focus .cc-avatar.smaller:after {
  line-height: 36px;
}
.cc-tooltip.avatar-list .items .item:hover .cc-avatar.small:after,
.cc-tooltip.avatar-list .items .item:focus .cc-avatar.small:after {
  line-height: 45px;
}
.cc-tooltip.avatar-list .items .item:last-child {
  margin: 0;
}
.cc-tooltip.avatar-list .items .item > .avatar-wrap {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
}
.cc-tooltip.avatar-list .items .item > .avatar-wrap > .cc-avatar {
  max-width: 100%;
  max-height: 100%;
}
.cc-tooltip.avatar-list .items .item > .name {
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-tooltip.wide-tooltip .tooltipContainer {
  width: 300px;
}
.cc-tooltip.wide-tooltip.above .tooltipContainer,
.cc-tooltip.wide-tooltip.below .tooltipContainer {
  margin-left: -150px;
}
.cc-tooltip.badge {
  height: 18px;
  border: 1px solid var(--lvh-x-orange);
  color: var(--lvh-x-orange);
  border-radius: 3px;
  line-height: 18px;
  padding: 0 3px 0 3px;
  text-align: center;
  font-size: 11px;
}
form .cc-tooltip {
  z-index: 2;
}
#paginator {
  position: relative;
  float: left;
  width: 100%;
  min-height: 32px;
  padding-top: 1.538em;
  border-top: solid 1px var(--lvh-x-pale-grey);
  color: var(--lvh-secondary-text);
}
#paginator .pageName {
  background-color: var(--lvh-x-grey);
  padding: 0.538em 1em;
  float: left;
  border-radius: 0.231em;
}
@media (max-width: 767px) {
  #paginator .pageName {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}
#paginator .pages {
  float: right;
}
#paginator .pages .page {
  background-color: var(--lvh-x-grey);
  padding: 0.538em 0;
  float: left;
  margin-right: 0.385em;
  cursor: pointer;
  border-radius: 0.231em;
  width: 2.462em;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  #paginator .pages .page.number,
  #paginator .pages .page.ellipsis,
  #paginator .pages .page.jump {
    display: none;
  }
}
#paginator .pages .page a {
  color: var(--lvh-secondary-text);
}
#paginator .pages .page:last-child {
  margin-right: 0;
}
#paginator .pages .page.ellipsis {
  cursor: default;
}
#paginator .pages .page.active {
  color: var(--lvh-white);
  background-color: var(--lvh-x-mid-grey);
}
#paginator .pages .page.active a {
  color: var(--lvh-white);
}
#paginator .pages .page.prev,
#paginator .pages .page.next {
  display: block;
}
@media (min-width: 768px) {
  #paginator .pages .page.prev,
  #paginator .pages .page.next {
    display: none;
  }
}
@media (max-width: 991px) {
  #paginator .pages .page.first,
  #paginator .pages .page.last {
    display: block;
  }
}
.p-checkbox .input {
  /*position: absolute;
        top: -9999px;
        left: -9999px;*/
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.p-checkbox .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-radio-button .input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.p-radio-button .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-radio-button .input.checked:disabled ~ .radio-button:before,
.p-radio-button .input:checked:disabled ~ .radio-button:before {
  background-color: var(--lvh-x-shark-dark);
}
.p-radio-button .input.checked ~ .radio-button,
.p-radio-button .input:checked ~ .radio-button {
  cursor: default;
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.p-radio-button .input.checked ~ .radio-button:before,
.p-radio-button .input:checked ~ .radio-button:before {
  content: '';
  background-color: var(--lvh-bright-blue);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.p-radio-button .input:disabled ~ .radio-button {
  cursor: default;
  background-color: var(--lvh-white98);
  border-color: var(--lvh-x-pale-grey);
}
.p-radio-button .radio-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.p-radio-button.hidden .radio-button {
  visibility: hidden;
}
.p-checkbox.below-field {
  display: inline-block;
  padding-top: 5px;
}
.p-checkbox.field-height .label {
  line-height: 34px;
}
.p-checkbox .input:focus ~ .checkbox {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
}
.p-checkbox .input.checked:disabled ~ .checkbox:before,
.p-checkbox .input:checked:disabled ~ .checkbox:before {
  color: var(--lvh-x-shark-dark) !important;
}
.p-checkbox .input.checked ~ .checkbox,
.p-checkbox .input:checked ~ .checkbox {
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.p-checkbox .input.checked ~ .checkbox:before,
.p-checkbox .input:checked ~ .checkbox:before {
  content: "\e902";
  font-family: 'CoreIconFont';
  font-size: 8px;
  line-height: 14px;
  color: var(--lvh-bright-blue);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-checkbox .input:disabled ~ .checkbox {
  background-color: var(--lvh-white98) !important;
  border-color: var(--lvh-x-pale-grey) !important;
  cursor: default;
}
.p-checkbox .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.p-checkbox-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-checkbox-group .checkbox-wrap {
  float: left;
  width: calc(25% - 7.5px);
  background-color: var(--lvh-x-off-white);
  border-radius: 3px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.p-checkbox-group .checkbox-wrap:not(:last-child) {
  margin: 0 10px 0 0;
}
.p-checkbox-group .checkbox-wrap .checkbox {
  float: left;
  margin: 0 10px 0 0;
}
.p-checkbox-group .checkbox-wrap .label {
  float: left;
  color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .p-radio-button-group .p-radio-button {
    display: block;
  }
}
.p-radio-button-group .p-radio-button:not(:last-child) {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .p-radio-button-group .p-radio-button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.p-radio-button-group .input,
.p-radio-button-group .label {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.p-radio-button-group .input {
  margin: 0 5px 0 0;
  outline: none;
}
.p-radio-button-group .label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* -----------------------------------------------------------------------------

  BUTTONS

----------------------------------------------------------------------------- */
.button {
  cursor: pointer;
  padding: 8px 20px;
  font-family: var(--lvh-button-font-family, var(--lvh-general-font-family, "Open Sans", sans-serif));
  font-size: var(--lvh-button-font-size, var(--lvh-general-font-size, 1em));
  font-weight: var(--lvh-button-font-weight, var(--lvh-general-font-weight, 600));
  text-transform: var(--lvh-button-text-transform, none);
}
.button[disabled],
.button:disabled {
  cursor: default;
  opacity: 0.5;
}
.button[disabled] > .label,
.button:disabled > .label {
  cursor: default;
}
.button.full-width {
  display: block;
  width: 100%;
}
.button spinner,
.button busy-spinner,
.button .cc-spinner {
  display: none;
}
.button.block {
  display: block;
  text-align: center;
}
.button.isBusy {
  position: relative;
  display: inline-block;
}
.button.isBusy > .label {
  visibility: hidden;
}
.button.isBusy spinner,
.button.isBusy busy-spinner,
.button.isBusy .cc-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button.isBusy spinner .spinner,
.button.isBusy busy-spinner .spinner,
.button.isBusy .cc-spinner .spinner {
  white-space: nowrap;
}
.p-solid-button,
.p-ghost-button {
  --lvh-btn-border-thickness: 1px;
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #00bdeb;
  --lvh-btn-border-colour: transparent;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #1fd3ff;
  --lvh-btn-hover-border-colour: #1fd3ff;
  --lvh-btn-focus-box-shadow-colour: #444444;
  outline: 0;
  border: none;
  background: none;
  line-height: normal;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.2s background-color linear, 0.2s box-shadow linear;
  background-color: var(--lvh-btn-bg-colour);
  color: var(--lvh-btn-colour);
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-border-colour);
}
.p-solid-button:hover:not([disabled]),
.p-ghost-button:hover:not([disabled]),
.p-solid-button:hover:not(:disabled),
.p-ghost-button:hover:not(:disabled) {
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
}
.p-solid-button:hover:not([disabled]) > .label,
.p-ghost-button:hover:not([disabled]) > .label,
.p-solid-button:hover:not(:disabled) > .label,
.p-ghost-button:hover:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.p-solid-button:focus:not([disabled]),
.p-ghost-button:focus:not([disabled]),
.p-solid-button:focus:not(:disabled),
.p-ghost-button:focus:not(:disabled) {
  border: 1px solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
  box-shadow: 0px 0px 0px 1px var(--lvh-white98), 0px 0px 0px 2px var(--lvh-btn-focus-box-shadow-colour);
}
.p-solid-button:focus:not([disabled]) > .label,
.p-ghost-button:focus:not([disabled]) > .label,
.p-solid-button:focus:not(:disabled) > .label,
.p-ghost-button:focus:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.p-solid-button > .label,
.p-ghost-button > .label {
  color: var(--lvh-btn-colour);
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.p-solid-button.small,
.p-ghost-button.small {
  padding: 5px 15px;
}
.p-solid-button.medium,
.p-ghost-button.medium {
  padding: 8px 20px;
}
.p-solid-button.large,
.p-ghost-button.large {
  padding: 11px 20px;
}
.p-solid-button.large > .label,
.p-ghost-button.large > .label {
  font-size: 1.154em;
}
.p-solid-button.blue,
.p-solid-button.bright-blue {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #1fd3ff;
  --lvh-btn-hover-border-colour: #1fd3ff;
}
.p-solid-button.shark-dark {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #cccccc;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #e6e6e6;
  --lvh-btn-hover-border-colour: #e6e6e6;
}
.p-solid-button.mid-grey {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #666666;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #808080;
  --lvh-btn-hover-border-colour: #808080;
}
.p-solid-button.paler-grey {
  --lvh-btn-colour: #444444;
  --lvh-btn-bg-colour: #e0e0e0;
  --lvh-btn-hover-colour: #444444;
  --lvh-btn-hover-bg-colour: #fafafa;
  --lvh-btn-hover-border-colour: #fafafa;
}
.p-solid-button.off-white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #f3f5f7;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.p-solid-button.white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #fff;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.p-solid-button.red,
.p-solid-button.ripe {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #bd350f;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ec4213;
  --lvh-btn-hover-border-colour: #ec4213;
}
.p-solid-button.orange {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ff8133;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ffa066;
  --lvh-btn-hover-border-colour: #ffa066;
}
.p-solid-button.yellow {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ffd540;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ffe073;
  --lvh-btn-hover-border-colour: #ffe073;
}
.p-solid-button.green {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #50b848;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #73c66d;
  --lvh-btn-hover-border-colour: #73c66d;
}
.p-solid-button.murkberry-dark {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #a1b1de;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #c7d0eb;
  --lvh-btn-hover-border-colour: #c7d0eb;
}
.p-solid-button.pink {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ff5aa8;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ff8dc3;
  --lvh-btn-hover-border-colour: #ff8dc3;
}
.p-solid-button.purple {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #7858e0;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #9b83e8;
  --lvh-btn-hover-border-colour: #9b83e8;
}
.p-solid-button.light-purple {
  --lvh-btn-colour: #7858e0;
  --lvh-btn-bg-colour: rgba(120, 88, 224, 0.2);
  --lvh-btn-hover-colour: #7858e0;
  --lvh-btn-hover-bg-colour: rgba(155, 131, 232, 0.2);
  --lvh-btn-hover-border-colour: rgba(155, 131, 232, 0.2);
}
.p-ghost-button {
  --lvh-btn-colour: #00bdeb;
  --lvh-btn-bg-colour: transparent;
  --lvh-btn-border-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #00bdeb;
  --lvh-btn-hover-border-colour: #00bdeb;
  --lvh-btn-focus-box-shadow-colour: #00bdeb;
}
.p-ghost-button.small {
  padding: 5px 15px;
}
.p-ghost-button.medium {
  padding: 8px 20px;
}
.p-ghost-button.large {
  padding: 11px 20px;
}
.p-ghost-button.large > .label {
  font-size: 1.154em;
}
.p-ghost-button.thin {
  --lvh-btn-border-thickness: 1px;
}
.p-ghost-button.thick {
  --lvh-btn-border-thickness: 2px;
}
.p-ghost-button.bright-blue {
  --lvh-btn-colour: #00bdeb;
  --lvh-btn-border-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #00bdeb;
  --lvh-btn-hover-border-colour: #00bdeb;
  --lvh-btn-focus-box-shadow-colour: #00bdeb;
}
.p-ghost-button.shark-dark {
  --lvh-btn-colour: #888888;
  --lvh-btn-border-colour: #cccccc;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #cccccc;
  --lvh-btn-hover-border-colour: #cccccc;
  --lvh-btn-focus-box-shadow-colour: #cccccc;
}
.p-ghost-button.light-grey {
  --lvh-btn-colour: #888888;
  --lvh-btn-border-colour: #888888;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #888888;
  --lvh-btn-hover-border-colour: #888888;
  --lvh-btn-focus-box-shadow-colour: #888888;
}
.p-ghost-button.green {
  --lvh-btn-colour: #50b848;
  --lvh-btn-border-colour: #50b848;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #50b848;
  --lvh-btn-hover-border-colour: #50b848;
  --lvh-btn-focus-box-shadow-colour: #50b848;
}
.p-ghost-button.red,
.p-ghost-button.ripe {
  --lvh-btn-colour: #bd350f;
  --lvh-btn-border-colour: #bd350f;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #bd350f;
  --lvh-btn-hover-border-colour: #bd350f;
  --lvh-btn-focus-box-shadow-colour: #bd350f;
}
.p-ghost-button.white {
  --lvh-btn-colour: #fff;
  --lvh-btn-border-colour: #fff;
  --lvh-btn-hover-colour: transparent;
  --lvh-btn-hover-bg-colour: #fff;
  --lvh-btn-hover-border-colour: #fff;
  --lvh-btn-focus-box-shadow-colour: #fff;
}
.p-ghost-button.pink {
  --lvh-btn-colour: #ff5aa8;
  --lvh-btn-border-colour: #ff5aa8;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ff5aa8;
  --lvh-btn-hover-border-colour: #ff5aa8;
  --lvh-btn-focus-box-shadow-colour: #ff5aa8;
}
.p-ghost-button.purple {
  --lvh-btn-colour: #7858e0;
  --lvh-btn-border-colour: #7858e0;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #7858e0;
  --lvh-btn-hover-border-colour: #7858e0;
  --lvh-btn-focus-box-shadow-colour: #7858e0;
}
.cc-link-button {
  --lvh-link-button-focus-shadow-colour-1: #fafafa;
  --lvh-link-button-focus-shadow-colour-2: #444444;
  --lvh-link-button-primary-colour: #00bdeb;
  --lvh-link-button-primary-hover-colour: #00bdeb;
  --lvh-link-button-primary-focus-colour: #00bdeb;
  --lvh-link-button-secondary-colour: #666666;
  --lvh-link-button-secondary-hover-colour: #333333;
  --lvh-link-button-secondary-focus-colour: #333333;
  outline: 0;
  border: none;
  background: none;
  line-height: normal;
  padding: 0 1px 0 1px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--lvh-link-button-font-family, var(--lvh-general-font-family, "Open Sans", sans-serif));
  font-size: var(--lvh-link-button-font-size, var(--lvh-general-font-size, 1em));
  font-weight: var(--lvh-link-button-font-weight, var(--lvh-general-font-weight, 600));
  text-transform: var(--lvh-link-button-text-transform, none);
}
.cc-link-button:hover,
.cc-link-button:focus {
  text-decoration: underline;
}
.cc-link-button:focus {
  box-shadow: 0px 0px 0px 1px var(--lvh-link-button-focus-shadow-colour-1), 0px 0px 0px 2px var(--lvh-link-button-focus-shadow-colour-2);
}
.cc-link-button:focus-visible {
  outline: none;
}
.cc-link-button.primary {
  color: var(--lvh-link-button-primary-colour);
}
.cc-link-button.primary:hover {
  color: var(--lvh-link-button-primary-hover-colour);
}
.cc-link-button.primary:focus {
  color: var(--lvh-link-button-primary-focus-colour);
}
.cc-link-button.secondary {
  color: var(--lvh-link-button-secondary-colour);
  text-decoration: underline;
}
.cc-link-button.secondary:hover {
  color: var(--lvh-link-button-secondary-hover-colour);
}
.cc-link-button.secondary:focus {
  color: var(--lvh-link-button-secondary-focus-colour);
}
.cc-button-group {
  /* ----------------------------------------

        BOX SHADOW REFERENCE

        TOP, RIGHT, BOTTOM, LEFT

        box-shadow: 0 1px 0 0 purple inset,
                    -1px 0 0 0 blue inset,
                    0 -1px 0 0 green inset,
                    1px 0 0 0 red inset;

    ---------------------------------------- */
}
.cc-button-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-button-group .button {
  float: left;
  margin: 0;
  box-shadow: 0 1px 0 0 currentColor inset, 0 -1px 0 0 currentColor inset;
}
.cc-button-group .button:first-child {
  box-shadow: 0 1px 0 0 currentColor inset, 0 -1px 0 0 currentColor inset, 1px 0 0 0 currentColor inset;
}
.cc-button-group .button:last-child {
  box-shadow: 0 1px 0 0 currentColor inset, -1px 0 0 0 currentColor inset, 0 -1px 0 0 currentColor inset;
}
.cc-button-group .button:not(:first-child),
.cc-button-group .button:not(:last-child) {
  border-radius: 0;
}
.cc-button-group .button:not(:last-child) {
  margin: 0 1px 0 0;
}
.buttonOutlineV2 {
  background: none;
  border-radius: 0.231em;
  border: 2px solid;
  outline: 0;
  transition: 0.3s all linear;
  line-height: normal;
  box-sizing: border-box;
}
.buttonOutlineV2.medium {
  padding: 0.615em 1.538em;
}
.buttonOutlineV2.medium > .label {
  font-size: 1em;
}
.buttonOutlineV2.large {
  padding: 0.692em 1.538em;
}
.buttonOutlineV2.large > .label {
  font-size: 1.154em;
}
.buttonOutlineV2.blue {
  border-color: var(--lvh-bright-blue);
}
.buttonOutlineV2.blue:hover,
.buttonOutlineV2.blue:focus {
  background-color: var(--lvh-bright-blue);
}
.buttonOutlineV2.blue:hover > .label,
.buttonOutlineV2.blue:focus > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.blue > .label {
  color: var(--lvh-bright-blue);
}
.buttonOutlineV2.white {
  border-color: var(--lvh-white);
}
.buttonOutlineV2.white:hover,
.buttonOutlineV2.white:focus {
  background-color: var(--lvh-white);
}
.buttonOutlineV2.white:hover > .label,
.buttonOutlineV2.white:focus > .label {
  color: var(--lvh-x-dark-grey);
}
.buttonOutlineV2.white > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.paleGrey {
  border-color: var(--lvh-x-pale-grey);
}
.buttonOutlineV2.paleGrey:hover,
.buttonOutlineV2.paleGrey:focus {
  background-color: var(--lvh-x-pale-grey);
}
.buttonOutlineV2.paleGrey:hover > .label,
.buttonOutlineV2.paleGrey:focus > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.paleGrey > .label {
  color: var(--lvh-x-pale-grey);
}
.buttonOutlineV2.sharkDark {
  border-color: var(--lvh-x-shark-dark);
}
.buttonOutlineV2.sharkDark:hover,
.buttonOutlineV2.sharkDark:focus {
  background-color: var(--lvh-x-shark-dark);
}
.buttonOutlineV2.sharkDark:hover > .label,
.buttonOutlineV2.sharkDark:focus > .label {
  color: var(--lvh-white);
}
.buttonOutlineV2.sharkDark > .label {
  color: var(--lvh-secondary-text);
}
.buttonOutlineV2 > .label {
  font-weight: 600;
  line-height: normal;
}
.cc-lastAction.wrapper {
  max-width: 175px;
  position: absolute;
  right: 2.154em;
}
.cc-lastAction.wrapper .tooltipContainer {
  width: 140px;
}
@media (max-width: 991px) {
  .cc-lastAction.wrapper {
    float: left;
    width: 100%;
    position: relative;
  }
}
.cc-lastAction .lastAction {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-lastAction .lastAction {
    float: left;
    width: 100%;
    position: relative;
    bottom: auto;
  }
}
.cc-lastAction .lastAction.has-sibling {
  padding-right: 20px;
}
.cc-lastAction .lastAction .avatarWrap {
  float: right;
  width: 23px;
  height: 23px;
}
.cc-lastAction .lastAction .avatar {
  width: 100%;
  height: 100%;
  background-color: var(--lvh-white96);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cc-lastAction .lastAction .avatar > img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cc-lastAction .lastAction .text {
  width: 100%;
  padding: 2px 30px 2px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--lvh-x-shark-dark);
  white-space: nowrap;
  text-align: right;
  cursor: default;
}
.cc-lastAction .lastAction .text span {
  display: block;
  font-size: 11px;
  overflow: hidden;
}
.cc-lastAction .attachmentsIndicator {
  position: absolute;
  top: 0;
  right: 0;
}
.cc-lastAction .attachmentsIndicator .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.192em 0;
}
.cc-lastAction .attachmentsIndicator .icon i {
  font-size: 0.923em;
  color: var(--lvh-x-shark-dark);
}
.agency-profile:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.agency-profile .agency-representation-callout-body {
  float: left;
  position: relative;
  width: 100%;
}
.agency-profile .agency-representation-item {
  position: relative;
}
.agency-profile .agency-representation-item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.agency-profile .agency-representation-item:not(:last-child) {
  margin: 0 0 10px;
}
.agency-profile .agency-representation-item.no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agency-profile .agency-representation-item .left {
  float: left;
  width: 120px;
  color: var(--lvh-x-shark-dark);
}
.agency-profile .agency-representation-item .right {
  padding-left: 130px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--lvh-primary-text);
}
.agency-profile .agency-representation-item .termsDocumentUrls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agency-profile .agency-representation-item .termsDocumentUrls > li:not(:last-child) {
  margin: 0 0 5px;
}
.agency-profile .agency-representation-callout-footer {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 15px 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid var(--lvh-x-shark-light);
}
.agency-profile .agency-representation-callout-footer:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.agency-profile .agency-representation-callout-footer .header {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: var(--lvh-primary-text);
  height: 30px;
}
.agency-profile .agency-representation-callout-footer .header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.agency-profile .agency-representation-callout-footer .header .label {
  vertical-align: top;
}
.agency-profile .agency-representation-callout-footer .signature {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}
.agency-profile .agency-representation-callout-footer .signature:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.agency-profile .agency-representation-callout-footer .signature .lhs {
  position: absolute !important;
  display: block !important;
  width: 38px !important;
}
.agency-profile .agency-representation-callout-footer .signature .lhs > .cc-avatar {
  max-width: 100%;
  height: auto;
}
.agency-profile .agency-representation-callout-footer .signature .rhs {
  padding-left: 52px !important;
}
.agency-profile .agency-representation-callout-footer .signature .rhs .name-wrap > .name > span {
  color: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
  cursor: pointer;
}
.agency-profile .agency-representation-callout-footer .signature .label-icon {
  padding-right: 5px;
}
.agency-profile .agency-representation-callout-footer .signature .label-icon .icon {
  color: var(--lvh-x-shark-dark);
}
.agency-profile .agency-representation-callout-wrap {
  position: relative;
  display: inline-block;
}
.agency-profile .agency-representation-callout-wrap:not(:last-child) {
  margin-right: 5px;
}
.agency-profile .agency-representation-callout-wrap:hover .cc-callout,
.agency-profile .agency-representation-callout-wrap:focus .cc-callout,
.agency-profile .agency-representation-callout-wrap:active .cc-callout {
  visibility: visible;
}
.agency-profile .agency-representation-callout-wrap > .label {
  padding: 0 0 15px 0;
}
.agency-profile .agency-representation-callout-wrap .callout {
  display: block;
}
.agency-profile .agency-representation-callout-wrap .cc-callout {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 0;
  visibility: hidden;
  width: 360px;
  z-index: 2000;
}
@media (max-width: 991px) {
  .agency-profile .agency-representation-callout-wrap .cc-callout {
    display: none;
  }
}
.agency-profile .agency-representation-callout-wrap .cc-callout.bottom {
  top: auto;
  bottom: 28px;
}
.agency-profile .agency-representation-callout-wrap .cc-callout .cc-callout-tip {
  left: 24px;
  right: auto;
}
.agency-profile .agency-representation-callout-wrap .cc-callout .cc-callout-tip.top {
  top: 8px;
  right: auto;
  bottom: auto;
}
.agency-profile .agency-representation-callout-wrap .cc-callout .cc-callout-tip.bottom {
  top: auto;
  bottom: -7px;
}
.agency-profile .agency-representation-callout-wrap .cc-callout .cc-callout-body {
  margin-top: 13px;
  padding: 20px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.agency-profile .agency-representation-callout-wrap .cc-callout .cc-callout-body:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-candidate-search-bar {
  text-align: left;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm #searchControls .inputWrap {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm #searchControls .inputWrap #searchScopeDropdown .selectedLabel {
    padding: 11px 5%;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm #searchControls .searchInputWrap {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm #searchControls .searchInputWrap #searchInput {
    padding: 0.846em 0;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm #searchControls .dropdown .suggestionDefault,
  .cc-candidate-search-bar .p-mobile-fullscreen-overlay.overlay-visible #searchForm #searchControls .dropdown #filterList {
    padding-left: 5%;
  }
}
.cc-candidate-search-bar .p-mobile-fullscreen-overlay .header {
  display: none;
}
.cc-candidate-search-bar #searchScopeDropdown {
  min-width: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchScopeDropdown {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--lvh-x-shark-dark);
  }
}
@media (min-width: 992px) {
  .cc-candidate-search-bar #searchScopeDropdown:after {
    content: '';
    position: absolute;
    border-right: 1px solid var(--lvh-x-shark-dark);
    right: -1px;
    top: 0.5em;
    bottom: 0.5em;
  }
}
.cc-candidate-search-bar #searchScopeDropdown .selectedLabel {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchScopeDropdown .selectedLabel {
    padding: 11px 13px;
  }
}
.cc-candidate-search-bar #searchScopeDropdown .selectedLabel > i {
  float: right;
  font-size: 7px;
  line-height: 20px;
  color: var(--lvh-bright-blue);
}
.cc-candidate-search-bar #specialtyAndKeywordSelection {
  position: relative;
  margin-left: 170px;
  box-sizing: border-box;
}
.cc-candidate-search-bar #specialtyAndKeywordSelection.noSearchScope {
  margin-left: 0;
}
.cc-candidate-search-bar #specialtyAndKeywordSelection.noSearchScope > .dropdown {
  left: -1px;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #specialtyAndKeywordSelection.noSearchScope > .dropdown {
    left: auto;
  }
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #specialtyAndKeywordSelection {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
.cc-candidate-search-bar #specialtyAndKeywordSelection > .searchInputWrap > label {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.cc-candidate-search-bar #specialtyAndKeywordSelection > .dropdown {
  position: absolute;
  top: 100%;
  right: -1px;
  left: 1px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-shark-dark);
  border-top-color: #e4e4e4;
  -webkit-border-top-right-radius: 0.231em;
  border-top-right-radius: 0.231em;
  -webkit-border-bottom-right-radius: 0.231em;
  border-bottom-right-radius: 0.231em;
  -webkit-border-bottom-left-radius: 0.231em;
  border-bottom-left-radius: 0.231em;
  z-index: 1000;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #specialtyAndKeywordSelection > .dropdown {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    border: none;
    top: auto;
    float: left;
  }
}
.cc-candidate-search-bar #specialtyAndKeywordSelection > .dropdown .suggestionDefault {
  float: left;
  width: 100%;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #specialtyAndKeywordSelection > .dropdown .suggestionDefault {
    border-top: 1px solid var(--lvh-x-shark-dark);
  }
}
.cc-candidate-search-bar #specialtyAndKeywordSelection > .dropdown .suggestionDefault .text {
  font-size: 0.846em;
  color: #ccc;
}
.cc-candidate-search-bar #searchForm {
  display: table;
  width: 100%;
  max-width: 610px;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--lvh-x-shark-light);
  border-radius: 8px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 40px auto;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchForm {
    margin-bottom: 10px;
  }
}
.cc-candidate-search-bar #searchControls {
  float: left;
  width: 100%;
  padding-right: 9.308em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls {
    padding-right: 0;
    margin-bottom: 0.769em;
  }
}
.cc-candidate-search-bar #searchControls .inputWrap {
  float: left;
  width: 100%;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-shark-dark);
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.cc-candidate-search-bar #searchControls #searchInput {
  padding: 0.846em 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
}
.cc-candidate-search-bar #searchControls .filter {
  float: left;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-x-grey);
  border-radius: 0.231em;
  padding: 0.385em 0.615em 0.462em 0.615em;
  margin: 0 0.385em 0.385em 0;
  height: 15px;
}
.cc-candidate-search-bar #searchControls .filter.connectiontags > .arrow {
  position: relative;
  float: left;
  width: 0;
  height: 6px;
  border-top: 10px solid var(--lvh-white);
  border-bottom: 10px solid var(--lvh-white);
  border-left: 8px solid var(--lvh-white92);
  margin-left: 3px;
}
.cc-candidate-search-bar #searchControls .filter.connectiontags > .arrow:before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 3px;
  height: 3px;
  content: '';
  margin-top: -1.5px;
  background: var(--lvh-white);
}
.cc-candidate-search-bar #searchControls .filter.connectiontags .label > .text {
  color: var(--lvh-x-blue);
}
.cc-candidate-search-bar #searchControls .filter .label {
  float: left;
}
.cc-candidate-search-bar #searchControls .filter .label > .text {
  display: block;
  font-size: 0.846em;
}
.cc-candidate-search-bar #searchControls .filter .remove {
  float: left;
  margin: 0.462em 0 0.462em 0.462em;
  cursor: pointer;
}
.cc-candidate-search-bar #searchControls .filter .remove .icon:before {
  display: block;
  font-size: 0.462em;
}
.cc-candidate-search-bar #searchControls .filter.specialties {
  background-color: var(--lvh-x-murkberry-light);
}
.cc-candidate-search-bar #searchControls .filter.specialties .label,
.cc-candidate-search-bar #searchControls .filter.specialties .remove {
  color: var(--lvh-x-murkberry-darker);
}
.cc-candidate-search-bar #searchControls .filter.classic {
  border-left: 3px solid #448cdb;
}
.cc-candidate-search-bar #searchControls .filter.bronze {
  border-left: 3px solid #ffca67;
}
.cc-candidate-search-bar #searchControls .filter.silver {
  border-left: 3px solid #ffca67;
}
.cc-candidate-search-bar #searchControls .filter.gold {
  border-left: 3px solid #ffca67;
}
.cc-candidate-search-bar #searchControls .filter.milestone {
  border-left: 3px solid #fb915e;
}
.cc-candidate-search-bar #searchControls .filter.role {
  border-left: 3px solid #ff60a2;
}
.cc-candidate-search-bar #searchControls .filter.jobtitle {
  border-left: 3px solid #ff60a2;
}
.cc-candidate-search-bar #searchControls .filter.qualification_randstad {
  border-left: 3px solid #6c65fb;
}
.cc-candidate-search-bar #searchControls .filter.randstaddirect {
  border-left: 3px solid #2175d9;
}
.cc-candidate-search-bar #searchControls .filter.qualification {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.default {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.location {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.worktype {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.client {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.project {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.system {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .filter.secondary {
  border-left: 3px solid #f1f2f3;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .categoryGroup {
  float: left;
  width: 100%;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .categoryGroup .categoryName {
  background-color: var(--lvh-x-shark-light);
  padding: 0.462em 1em;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .categoryGroup .categoryName {
    padding: 0.462em 0;
  }
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .categoryGroup .categoryName .text {
  display: block;
  font-size: 0.769em;
  font-weight: 600;
  text-transform: uppercase;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  cursor: pointer;
  margin-bottom: 0.462em;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue:last-child {
  margin-bottom: 0;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue.selected .indicator > .icon {
  visibility: visible;
  font-family: 'IconFont';
  color: var(--lvh-x-green);
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue.selected .indicator > .icon:before {
  content: "\e911";
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue.selected .indicator > .icon.not {
  color: var(--lvh-x-ripe);
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue.selected .indicator > .icon.not:before {
  content: "\e90e";
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .indicator {
  width: 0.615em;
  padding-right: 0.615em;
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .indicator {
    float: right;
    width: 1em;
    position: static;
    margin-right: 0;
  }
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .indicator > .icon {
  visibility: hidden;
  font-size: 0.615em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .indicator > .icon {
    visibility: visible;
    font-size: 1em;
    color: var(--lvh-x-green);
  }
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .label {
  flex: 1;
  float: left;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .label > .text {
  word-break: break-word;
  color: var(--lvh-secondary-text);
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .count {
  float: right;
  margin-left: 0.615em;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .filterValue .count > .text {
  font-size: 0.846em;
  color: var(--lvh-x-shark-dark);
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestions {
  float: left;
  width: 100%;
  margin: 0;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestions {
    padding: 1em 0;
  }
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestions > .suggestion {
  float: left;
  width: 100%;
  margin: 0 0 0.462em 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestions > .suggestion:last-child {
  margin-bottom: 0;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .dropdown {
  float: left;
  width: 100%;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .dropdown > spinner {
  display: block;
  padding: 0 1em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .dropdown > .categoryGroup:first-child > .categoryName {
  border-top: none;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e4e4e4;
    border-left: 0;
    border-right: 0;
    z-index: 1000;
    min-height: 70px;
  }
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestionListFooter {
  float: left;
  width: 100%;
  border-top: 1px solid var(--lvh-x-shark-light);
  padding: 0.769em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestionListFooter {
    padding: 0.769em 0;
  }
}
.cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestionListFooter .button {
  float: right;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchControls .searchSuggestionsDirective .suggestionListFooter .button {
    width: 100%;
  }
}
.cc-candidate-search-bar #filterList {
  display: block;
  float: left;
  width: 100%;
  padding: 0.769em 0.615em 0.385em 0.615em;
  max-height: 5.923em;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #filterList {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0.769px 1em 0.385px;
  }
}
.cc-candidate-search-bar #searchButton {
  width: 8.308em;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (max-width: 991px) {
  .cc-candidate-search-bar #searchButton {
    width: 100%;
    position: static;
    padding: 1.231em 1.538em;
    margin-bottom: 0.923em;
  }
}

.cc-overlay-mask.transparent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
}
.cc-modalOverlayMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
}
.cc-modalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  cursor: default !important;
}
@media (max-width: 991px) {
  .cc-modalOverlay.collapse {
    overflow: hidden;
  }
}
.cc-modalOverlay > .overlayContent {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-modalOverlay > .overlayContent.form {
    padding: 0;
  }
}
.cc-modal {
  display: table;
  width: 100%;
  max-width: 500px;
  table-layout: fixed;
  margin: 100px auto;
  position: relative;
  background-color: var(--lvh-white);
  border-bottom: 1px solid var(--lvh-white92);
  border-radius: 3px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-modal {
    margin: 64px auto;
  }
}
@media (min-width: 992px) {
  .cc-modal.small {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .cc-modal.medium {
    max-width: 620px;
  }
}
.cc-modal.large {
  max-width: 800px;
}
.cc-modal.extra-large {
  max-width: 1080px;
}
.cc-modal.fullscreen {
  max-width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  overflow-y: scroll;
  margin: 0;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1199px) {
  .cc-modal.fullscreen .close-button.closeModal {
    position: absolute;
    top: 18px;
    left: 20px;
    line-height: normal;
    width: 32px;
    height: 25px;
  }
  .cc-modal.fullscreen .close-button.closeModal .icon {
    color: var(--lvh-white);
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .cc-modal.confirmationDialog {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-modal.confirmationDialog > .header {
    display: none;
  }
}
.cc-modal.confirmationDialog .modalBody {
  padding: 30px;
}
.cc-modal.confirmationDialog .modalBody > .cc-alert {
  margin: 20px 0 0;
}
.cc-modal.confirmationDialog .modalFooter {
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .cc-modal.confirmationDialog .closeModal {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-modal.confirmationDialog .modalHeader {
    display: block;
  }
}
.cc-modal.is-lh-branded .p-checkbox .input {
  /*position: absolute;
        top: -9999px;
        left: -9999px;*/
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.cc-modal.is-lh-branded .p-checkbox .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.cc-modal.is-lh-branded .p-checkbox.below-field {
  display: inline-block;
  padding-top: 5px;
}
.cc-modal.is-lh-branded .p-checkbox.field-height .label {
  line-height: 34px;
}
.cc-modal.is-lh-branded .p-checkbox .input:focus ~ .checkbox {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
}
.cc-modal.is-lh-branded .p-checkbox .input.checked:disabled ~ .checkbox:before,
.cc-modal.is-lh-branded .p-checkbox .input:checked:disabled ~ .checkbox:before {
  color: var(--lvh-x-shark-dark) !important;
}
.cc-modal.is-lh-branded .p-checkbox .input.checked ~ .checkbox,
.cc-modal.is-lh-branded .p-checkbox .input:checked ~ .checkbox {
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.cc-modal.is-lh-branded .p-checkbox .input.checked ~ .checkbox:before,
.cc-modal.is-lh-branded .p-checkbox .input:checked ~ .checkbox:before {
  content: "\e902";
  font-family: 'CoreIconFont';
  font-size: 8px;
  line-height: 14px;
  color: var(--lvh-bright-blue);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cc-modal.is-lh-branded .p-checkbox .input:disabled ~ .checkbox {
  background-color: var(--lvh-white98) !important;
  border-color: var(--lvh-x-pale-grey) !important;
  cursor: default;
}
.cc-modal.is-lh-branded .p-checkbox .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.cc-modal.is-lh-branded .p-solid-button.blue {
  --lvh-btn-border-thickness: 1px;
  --lvh-btn-border-colour: transparent;
  --lvh-btn-focus-box-shadow-colour: #444444;
  outline: 0;
  border: none;
  background: none;
  line-height: normal;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.2s background-color linear, 0.2s box-shadow linear;
  background-color: var(--lvh-btn-bg-colour);
  color: var(--lvh-btn-colour);
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-border-colour);
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #1fd3ff;
  --lvh-btn-hover-border-colour: #1fd3ff;
}
.cc-modal.is-lh-branded .p-solid-button.blue:hover:not([disabled]),
.cc-modal.is-lh-branded .p-solid-button.blue:hover:not(:disabled) {
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
}
.cc-modal.is-lh-branded .p-solid-button.blue:hover:not([disabled]) > .label,
.cc-modal.is-lh-branded .p-solid-button.blue:hover:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.cc-modal.is-lh-branded .p-solid-button.blue:focus:not([disabled]),
.cc-modal.is-lh-branded .p-solid-button.blue:focus:not(:disabled) {
  border: 1px solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
  box-shadow: 0px 0px 0px 1px var(--lvh-white98), 0px 0px 0px 2px var(--lvh-btn-focus-box-shadow-colour);
}
.cc-modal.is-lh-branded .p-solid-button.blue:focus:not([disabled]) > .label,
.cc-modal.is-lh-branded .p-solid-button.blue:focus:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.cc-modal.is-lh-branded .p-solid-button.blue > .label {
  color: var(--lvh-btn-colour);
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.cc-modal.is-lh-branded .p-solid-button.blue.small {
  padding: 5px 15px;
}
.cc-modal.is-lh-branded .p-solid-button.blue.medium {
  padding: 8px 20px;
}
.cc-modal.is-lh-branded .p-solid-button.blue.large {
  padding: 11px 20px;
}
.cc-modal.is-lh-branded .p-solid-button.blue.large > .label {
  font-size: 1.154em;
}
.cc-modal.is-lh-branded .p-solid-button.blue.blue,
.cc-modal.is-lh-branded .p-solid-button.blue.bright-blue {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #1fd3ff;
  --lvh-btn-hover-border-colour: #1fd3ff;
}
.cc-modal.is-lh-branded .p-solid-button.blue.shark-dark {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #cccccc;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #e6e6e6;
  --lvh-btn-hover-border-colour: #e6e6e6;
}
.cc-modal.is-lh-branded .p-solid-button.blue.mid-grey {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #666666;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #808080;
  --lvh-btn-hover-border-colour: #808080;
}
.cc-modal.is-lh-branded .p-solid-button.blue.paler-grey {
  --lvh-btn-colour: #444444;
  --lvh-btn-bg-colour: #e0e0e0;
  --lvh-btn-hover-colour: #444444;
  --lvh-btn-hover-bg-colour: #fafafa;
  --lvh-btn-hover-border-colour: #fafafa;
}
.cc-modal.is-lh-branded .p-solid-button.blue.off-white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #f3f5f7;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.cc-modal.is-lh-branded .p-solid-button.blue.white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #fff;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.cc-modal.is-lh-branded .p-solid-button.blue.red,
.cc-modal.is-lh-branded .p-solid-button.blue.ripe {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #bd350f;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ec4213;
  --lvh-btn-hover-border-colour: #ec4213;
}
.cc-modal.is-lh-branded .p-solid-button.blue.orange {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ff8133;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ffa066;
  --lvh-btn-hover-border-colour: #ffa066;
}
.cc-modal.is-lh-branded .p-solid-button.blue.yellow {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ffd540;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ffe073;
  --lvh-btn-hover-border-colour: #ffe073;
}
.cc-modal.is-lh-branded .p-solid-button.blue.green {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #50b848;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #73c66d;
  --lvh-btn-hover-border-colour: #73c66d;
}
.cc-modal.is-lh-branded .p-solid-button.blue.murkberry-dark {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #a1b1de;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #c7d0eb;
  --lvh-btn-hover-border-colour: #c7d0eb;
}
.cc-modal.is-lh-branded .p-solid-button.blue.pink {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ff5aa8;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ff8dc3;
  --lvh-btn-hover-border-colour: #ff8dc3;
}
.cc-modal.is-lh-branded .p-solid-button.blue.purple {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #7858e0;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #9b83e8;
  --lvh-btn-hover-border-colour: #9b83e8;
}
.cc-modal.is-lh-branded .p-solid-button.blue.light-purple {
  --lvh-btn-colour: #7858e0;
  --lvh-btn-bg-colour: rgba(120, 88, 224, 0.2);
  --lvh-btn-hover-colour: #7858e0;
  --lvh-btn-hover-bg-colour: rgba(155, 131, 232, 0.2);
  --lvh-btn-hover-border-colour: rgba(155, 131, 232, 0.2);
}
.cc-modal.is-lh-branded a {
  color: var(--lvh-bright-blue);
}
.cc-modal.is-lh-branded input[type="text"]:hover,
.cc-modal.is-lh-branded input[type="number"]:hover,
.cc-modal.is-lh-branded input[type="email"]:hover,
.cc-modal.is-lh-branded input[type="password"]:hover,
.cc-modal.is-lh-branded input[type="tel"]:hover,
.cc-modal.is-lh-branded input[type="text"]:focus,
.cc-modal.is-lh-branded input[type="number"]:focus,
.cc-modal.is-lh-branded input[type="email"]:focus,
.cc-modal.is-lh-branded input[type="password"]:focus,
.cc-modal.is-lh-branded input[type="tel"]:focus {
  border-color: var(--lvh-x-paler-grey);
}
.cc-modal.is-lh-branded #login-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cc-modal.is-lh-branded .closeModal > .icon {
  color: var(--lvh-white);
}
@media (max-width: 991px) {
  .cc-modal {
    max-width: 100% !important;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
  }
}
.cc-modal .modalNav {
  border-top: solid 1px var(--lvh-x-pale-grey);
  background-color: var(--lvh-x-off-white);
  height: 60px;
}
.cc-modal .modalBody {
  border-top: 1px solid var(--lvh-x-pale-grey);
  padding-bottom: 20px;
}
.cc-modal .modalBody:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-modal .modalBody.stateChange {
  padding: 40px 30px;
  text-align: center;
}
.cc-modal .modalBody.stateChange .iconWrap {
  margin-bottom: 5px;
}
.cc-modal .modalBody.stateChange .iconWrap > .icon {
  font-size: 32px;
}
.cc-modal .modalBody.stateChange .iconWrap > .icon.glyph0034 {
  color: var(--lvh-x-green);
}
.cc-modal .modalBody.stateChange .iconWrap > .icon.glyph0050 {
  color: var(--lvh-x-ripe);
}
.cc-modal .modalBody.stateChange h2 {
  margin-bottom: 5px;
}
.cc-modal .modalBody.stateChange h2 > span {
  font-size: 15px;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.cc-modal .confirmationDialog .modalBody {
  border-top: 1px solid var(--lvh-x-pale-grey) !important;
}
@media (max-width: 991px) {
  .cc-modal .closeModal {
    display: none;
  }
}
.cc-modal .modalHeader {
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .cc-modal .modalHeader {
    display: none;
  }
}
@media (min-width: 992px) {
  .cc-modal .header {
    display: none;
  }
}
@media (max-width: 991px) {
  .cc-modal .header {
    overflow: hidden;
    height: 44px;
    text-align: center;
    background-color: var(--lvh-x-shark-light);
  }
}
@media (max-width: 991px) {
  .cc-modal .header .container--mobile {
    position: relative;
  }
}
@media (max-width: 991px) {
  .cc-modal .header button,
  .cc-modal .header .back-button,
  .cc-modal .header .clear-button {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-modal .header .heading {
    display: block;
    float: none;
    margin: 0;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .cc-modal .header .back-button {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
    border: none;
    background: transparent;
    float: left;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cc-modal .header .close-button {
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
    border: none;
    background: transparent;
    float: left;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cc-modal .body {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-modal .body > .container--mobile,
  .cc-modal .body > .container-mobile {
    width: 100%;
  }
}
.cc-modal .modalFooter {
  text-align: right;
}
.cc-modal .modalFooter:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .cc-modal .modalFooter {
    float: none;
    text-align: left;
  }
}
.cc-modal .modalFooter .button {
  display: inline;
}
@media (max-width: 991px) {
  .cc-modal .modalFooter .button {
    width: 100%;
  }
}
.cc-modal .modalFooter .button:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .cc-modal .modalFooter .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cc-modal h2 {
  margin: 0;
}
.cc-modal h2 > span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .cc-modal h2 > span {
    font-size: 20px;
  }
}
.cc-modal p {
  margin: 0;
  color: var(--lvh-secondary-text);
  line-height: 1.6;
}
.cc-modal p:not(:last-child) {
  margin: 0 0 20px 0;
}
.cc-modal p > strong {
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.cc-modal .legalWarranty {
  color: var(--lvh-secondary-text);
}
.cc-modal .legalWarranty > ul {
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 0;
}
.cc-modal .sub-text {
  font-size: 11px;
}
.cc-modal label.label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.cc-modal label.label > .sub-text {
  color: var(--lvh-x-shark-dark);
}
.cc-modal .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: normal;
  background: none;
  border: none;
  padding: 0;
}
.cc-modal .closeModal > .icon {
  color: var(--lvh-x-dark-grey);
  font-size: 13px;
}
.overlay > .modal {
  display: table;
  width: 100%;
  max-width: 500px;
  table-layout: fixed;
  margin: 100px auto;
  position: relative;
  background-color: var(--lvh-white);
  border-bottom: 1px solid var(--lvh-white92);
  border-radius: 3px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .overlay > .modal {
    margin: 64px auto;
  }
}
@media (min-width: 992px) {
  .overlay > .modal.small {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .overlay > .modal.medium {
    max-width: 620px;
  }
}
.overlay > .modal.large {
  max-width: 800px;
}
.overlay > .modal.fullscreen {
  max-width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  overflow-y: scroll;
  margin: 0;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1199px) {
  .overlay > .modal.fullscreen .close-button.closeModal {
    position: absolute;
    top: 18px;
    left: 20px;
    line-height: normal;
    width: 32px;
    height: 25px;
  }
  .overlay > .modal.fullscreen .close-button.closeModal .icon {
    color: var(--lvh-white);
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .overlay > .modal.confirmationDialog {
    display: block;
  }
}
@media (max-width: 991px) {
  .overlay > .modal.confirmationDialog > .header {
    display: none;
  }
}
.overlay > .modal.confirmationDialog .modalBody {
  padding: 30px;
}
.overlay > .modal.confirmationDialog .modalBody > .cc-alert {
  margin: 20px 0 0;
}
.overlay > .modal.confirmationDialog .modalFooter {
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .overlay > .modal.confirmationDialog .closeModal {
    display: block;
  }
}
@media (max-width: 991px) {
  .overlay > .modal.confirmationDialog .modalHeader {
    display: block;
  }
}
.overlay > .modal.is-lh-branded .p-checkbox .input {
  /*position: absolute;
        top: -9999px;
        left: -9999px;*/
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.overlay > .modal.is-lh-branded .p-checkbox .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.overlay > .modal.is-lh-branded .p-checkbox.below-field {
  display: inline-block;
  padding-top: 5px;
}
.overlay > .modal.is-lh-branded .p-checkbox.field-height .label {
  line-height: 34px;
}
.overlay > .modal.is-lh-branded .p-checkbox .input:focus ~ .checkbox {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
}
.overlay > .modal.is-lh-branded .p-checkbox .input.checked:disabled ~ .checkbox:before,
.overlay > .modal.is-lh-branded .p-checkbox .input:checked:disabled ~ .checkbox:before {
  color: var(--lvh-x-shark-dark) !important;
}
.overlay > .modal.is-lh-branded .p-checkbox .input.checked ~ .checkbox,
.overlay > .modal.is-lh-branded .p-checkbox .input:checked ~ .checkbox {
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.overlay > .modal.is-lh-branded .p-checkbox .input.checked ~ .checkbox:before,
.overlay > .modal.is-lh-branded .p-checkbox .input:checked ~ .checkbox:before {
  content: "\e902";
  font-family: 'CoreIconFont';
  font-size: 8px;
  line-height: 14px;
  color: var(--lvh-bright-blue);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay > .modal.is-lh-branded .p-checkbox .input:disabled ~ .checkbox {
  background-color: var(--lvh-white98) !important;
  border-color: var(--lvh-x-pale-grey) !important;
  cursor: default;
}
.overlay > .modal.is-lh-branded .p-checkbox .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue {
  --lvh-btn-border-thickness: 1px;
  --lvh-btn-border-colour: transparent;
  --lvh-btn-focus-box-shadow-colour: #444444;
  outline: 0;
  border: none;
  background: none;
  line-height: normal;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.2s background-color linear, 0.2s box-shadow linear;
  background-color: var(--lvh-btn-bg-colour);
  color: var(--lvh-btn-colour);
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-border-colour);
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #1fd3ff;
  --lvh-btn-hover-border-colour: #1fd3ff;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue:hover:not([disabled]),
.overlay > .modal.is-lh-branded .p-solid-button.blue:hover:not(:disabled) {
  border: var(--lvh-btn-border-thickness) solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
}
.overlay > .modal.is-lh-branded .p-solid-button.blue:hover:not([disabled]) > .label,
.overlay > .modal.is-lh-branded .p-solid-button.blue:hover:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.overlay > .modal.is-lh-branded .p-solid-button.blue:focus:not([disabled]),
.overlay > .modal.is-lh-branded .p-solid-button.blue:focus:not(:disabled) {
  border: 1px solid var(--lvh-btn-hover-border-colour);
  text-decoration: underline;
  background-color: var(--lvh-btn-hover-bg-colour);
  color: var(--lvh-btn-hover-colour);
  box-shadow: 0px 0px 0px 1px var(--lvh-white98), 0px 0px 0px 2px var(--lvh-btn-focus-box-shadow-colour);
}
.overlay > .modal.is-lh-branded .p-solid-button.blue:focus:not([disabled]) > .label,
.overlay > .modal.is-lh-branded .p-solid-button.blue:focus:not(:disabled) > .label {
  color: var(--lvh-btn-hover-colour);
}
.overlay > .modal.is-lh-branded .p-solid-button.blue > .label {
  color: var(--lvh-btn-colour);
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.small {
  padding: 5px 15px;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.medium {
  padding: 8px 20px;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.large {
  padding: 11px 20px;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.large > .label {
  font-size: 1.154em;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.blue,
.overlay > .modal.is-lh-branded .p-solid-button.blue.bright-blue {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #00bdeb;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #1fd3ff;
  --lvh-btn-hover-border-colour: #1fd3ff;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.shark-dark {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #cccccc;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #e6e6e6;
  --lvh-btn-hover-border-colour: #e6e6e6;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.mid-grey {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #666666;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #808080;
  --lvh-btn-hover-border-colour: #808080;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.paler-grey {
  --lvh-btn-colour: #444444;
  --lvh-btn-bg-colour: #e0e0e0;
  --lvh-btn-hover-colour: #444444;
  --lvh-btn-hover-bg-colour: #fafafa;
  --lvh-btn-hover-border-colour: #fafafa;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.off-white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #f3f5f7;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.white {
  --lvh-btn-colour: #888888;
  --lvh-btn-bg-colour: #fff;
  --lvh-btn-hover-colour: #888888;
  --lvh-btn-hover-bg-colour: #ffffff;
  --lvh-btn-hover-border-colour: #ffffff;
  --lvh-btn-border-colour: #dedede;
  --lvh-btn-hover-border-colour: #dedede;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.red,
.overlay > .modal.is-lh-branded .p-solid-button.blue.ripe {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #bd350f;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ec4213;
  --lvh-btn-hover-border-colour: #ec4213;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.orange {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ff8133;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ffa066;
  --lvh-btn-hover-border-colour: #ffa066;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.yellow {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ffd540;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ffe073;
  --lvh-btn-hover-border-colour: #ffe073;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.green {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #50b848;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #73c66d;
  --lvh-btn-hover-border-colour: #73c66d;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.murkberry-dark {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #a1b1de;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #c7d0eb;
  --lvh-btn-hover-border-colour: #c7d0eb;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.pink {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #ff5aa8;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #ff8dc3;
  --lvh-btn-hover-border-colour: #ff8dc3;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.purple {
  --lvh-btn-colour: #fff;
  --lvh-btn-bg-colour: #7858e0;
  --lvh-btn-hover-colour: #fff;
  --lvh-btn-hover-bg-colour: #9b83e8;
  --lvh-btn-hover-border-colour: #9b83e8;
}
.overlay > .modal.is-lh-branded .p-solid-button.blue.light-purple {
  --lvh-btn-colour: #7858e0;
  --lvh-btn-bg-colour: rgba(120, 88, 224, 0.2);
  --lvh-btn-hover-colour: #7858e0;
  --lvh-btn-hover-bg-colour: rgba(155, 131, 232, 0.2);
  --lvh-btn-hover-border-colour: rgba(155, 131, 232, 0.2);
}
.overlay > .modal.is-lh-branded a {
  color: var(--lvh-bright-blue);
}
.overlay > .modal.is-lh-branded input[type="text"]:hover,
.overlay > .modal.is-lh-branded input[type="number"]:hover,
.overlay > .modal.is-lh-branded input[type="email"]:hover,
.overlay > .modal.is-lh-branded input[type="password"]:hover,
.overlay > .modal.is-lh-branded input[type="tel"]:hover,
.overlay > .modal.is-lh-branded input[type="text"]:focus,
.overlay > .modal.is-lh-branded input[type="number"]:focus,
.overlay > .modal.is-lh-branded input[type="email"]:focus,
.overlay > .modal.is-lh-branded input[type="password"]:focus,
.overlay > .modal.is-lh-branded input[type="tel"]:focus {
  border-color: var(--lvh-x-paler-grey);
}
.overlay > .modal.is-lh-branded #login-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.overlay > .modal.is-lh-branded .closeModal > .icon {
  color: var(--lvh-white);
}
@media (max-width: 991px) {
  .overlay > .modal {
    max-width: 100% !important;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
  }
}
.overlay > .modal .modalBody {
  padding-bottom: 20px;
}
.overlay > .modal .modalBody:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.overlay > .modal .modalBody.stateChange {
  padding: 40px 30px;
  text-align: center;
}
.overlay > .modal .modalBody.stateChange .iconWrap {
  margin-bottom: 5px;
}
.overlay > .modal .modalBody.stateChange .iconWrap > .icon {
  font-size: 32px;
}
.overlay > .modal .modalBody.stateChange .iconWrap > .icon.glyph0034 {
  color: var(--lvh-x-green);
}
.overlay > .modal .modalBody.stateChange .iconWrap > .icon.glyph0050 {
  color: var(--lvh-x-ripe);
}
.overlay > .modal .modalBody.stateChange h2 {
  margin-bottom: 5px;
}
.overlay > .modal .modalBody.stateChange h2 > span {
  font-size: 15px;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.overlay > .modal .confirmationDialog .modalBody {
  border-top: 1px solid var(--lvh-x-pale-grey) !important;
}
@media (max-width: 991px) {
  .overlay > .modal .closeModal {
    display: none;
  }
}
.overlay > .modal .modalHeader {
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .overlay > .modal .body {
    display: block;
  }
}
@media (max-width: 991px) {
  .overlay > .modal .body > .container--mobile,
  .overlay > .modal .body > .container-mobile {
    width: 100%;
  }
}
.overlay > .modal .modalFooter {
  text-align: right;
}
.overlay > .modal .modalFooter:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .overlay > .modal .modalFooter {
    float: none;
    text-align: left;
  }
}
.overlay > .modal .modalFooter .button {
  display: inline;
}
@media (max-width: 991px) {
  .overlay > .modal .modalFooter .button {
    width: 100%;
  }
}
.overlay > .modal .modalFooter .button:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .overlay > .modal .modalFooter .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.overlay > .modal h2 {
  margin: 0;
}
.overlay > .modal h2 > span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .overlay > .modal h2 > span {
    font-size: 20px;
  }
}
.overlay > .modal p {
  margin: 0;
  color: var(--lvh-x-mid-grey);
  line-height: 1.6;
}
.overlay > .modal p:not(:last-child) {
  margin: 0 0 20px 0;
}
.overlay > .modal p > strong {
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.overlay > .modal .legalWarranty {
  color: var(--lvh-secondary-text);
}
.overlay > .modal .legalWarranty > ul {
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 0;
}
.overlay > .modal .sub-text {
  font-size: 11px;
}
.overlay > .modal label.label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.overlay > .modal label.label > .sub-text {
  color: var(--lvh-x-shark-dark);
}
.overlay > .modal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: normal;
}
.overlay > .modal .close-icon.icon {
  color: var(--lvh-x-dark-grey);
  font-size: 13px;
  cursor: pointer;
}
#main-ui-view .employer-form-modal .modalBody #status-change-message {
  padding: 10px;
  border-radius: 3px;
}
#main-ui-view .employer-form-modal .modalBody #status-change-message.alert {
  border: 1px solid var(--lvh-alert-yellow-mid);
  background: var(--lvh-alert-yellow-light);
  color: var(--lvh-alert-yellow-text);
}
#main-ui-view .employer-form-modal .modalFooter {
  padding: 20px 30px;
}
.employer-form-modal > .modalHeader .status {
  display: inline-block;
  color: var(--lvh-x-shark-dark);
  font-size: 13px;
  padding-top: 10px;
}
.employer-form-modal > .modalHeader .status i {
  margin-right: 4px;
}
.employer-form-modal > .modalHeader .status.timestamp i {
  color: var(--lvh-x-green);
}
.employer-form-modal > .modalHeader .status.busy .spinner {
  text-align: left !important;
  float: left;
  margin-right: 7px;
  font-size: 12px;
}
.employer-form-modal .section-heading {
  border-bottom: solid 1px var(--lvh-x-pale-grey);
}
.employer-form-modal .modalBody {
  background-color: var(--lvh-x-off-white);
  padding: 20px 30px;
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  margin: 0;
}
.employer-form-modal .modalBody .profile-title {
  white-space: normal;
}
.employer-form-modal .modalBody .warning {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid var(--lvh-alert-yellow-mid);
  background: var(--lvh-alert-yellow-light);
  color: var(--lvh-alert-yellow-text);
}
@media (max-width: 991px) {
  .employer-form-modal .modalBody {
    padding: 20px;
    width: auto;
  }
}
.employer-form-modal .modalFooter {
  background-color: var(--lvh-x-off-white);
  padding: 20px 30px;
  box-sizing: border-box;
}
.employer-form-modal .modalFooter:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .employer-form-modal .modalFooter {
    padding: 20px;
  }
}
.employer-form-modal.tabbed-form .modalHeader {
  min-height: 54px;
}
.employer-form-modal.tabbed-form .modalBody {
  border-top: none;
}
.employer-form-modal .row {
  clear: both;
  width: 100%;
  position: relative;
}
.employer-form-modal .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.employer-form-modal .row:not(:last-child) {
  margin: 0 0 20px 0;
}
.employer-form-modal .row.border-top {
  padding: 20px 0 0 0;
  border-top: 1px solid var(--lvh-x-pale-grey);
}
.employer-form-modal .form-section {
  float: left;
  width: 100%;
}
.employer-form-modal .form-section:not(:last-child) {
  margin: 0 0 30px 0;
}
.employer-form-modal .section-heading {
  border-bottom: 1px solid var(--lvh-x-shark-light);
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.employer-form-modal .section-heading h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--lvh-x-dark-grey);
}
.employer-form-modal .button-wrap {
  float: right;
}
@media (max-width: 991px) {
  .employer-form-modal .button-wrap {
    float: none;
  }
}
.employer-form-modal .button-wrap > .button {
  float: none !important;
}
@media (max-width: 991px) {
  .employer-form-modal .button-wrap > .button {
    display: block;
    width: 100%;
  }
}
.employer-form-modal .button-wrap > .button.isBusy {
  display: inline;
}
.employer-form-modal .button-wrap > .button:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .employer-form-modal .button-wrap > .button:not(:last-child) {
    margin: 0 0 10px;
  }
}
.employer-form-modal .label-wrap:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.employer-form-modal .label-wrap .lhs {
  float: left;
}
.employer-form-modal .label-wrap .rhs {
  float: right;
}
.employer-form-modal .inline-checkbox .checkbox {
  float: left;
  margin: 0 5px 0 0;
}
.employer-form-modal .inline-checkbox .label {
  float: left;
  font-size: 11px;
  line-height: 18px;
  color: var(--lvh-secondary-text);
}
.employer-form-modal .dropdownComponent {
  position: relative;
}
.employer-form-modal .dropdownComponent:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.employer-form-modal .dropdownComponent.select,
.employer-form-modal .dropdownComponent.head {
  color: var(--lvh-x-dark-grey);
  border: none;
  outline: 0;
  line-height: normal;
  box-sizing: border-box;
}
.employer-form-modal .dropdownComponent.select.hasValidationMessage,
.employer-form-modal .dropdownComponent.head.hasValidationMessage {
  padding-bottom: 28px !important;
}
.employer-form-modal .dropdownComponent.select.hasValidationMessage .dropdown,
.employer-form-modal .dropdownComponent.head.hasValidationMessage .dropdown {
  top: calc(100% - 29px);
}
.employer-form-modal .dropdownComponent.select .dropdown,
.employer-form-modal .dropdownComponent.head .dropdown {
  border-color: var(--lvh-x-paler-grey);
  top: calc(100% - 1px);
  left: 0;
  max-height: 200px;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.employer-form-modal .dropdownComponent.select .selectedLabel,
.employer-form-modal .dropdownComponent.head .selectedLabel {
  float: left;
  width: 100%;
  padding: 7px 8px;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 991px) {
  .employer-form-modal .dropdownComponent.select .selectedLabel,
  .employer-form-modal .dropdownComponent.head .selectedLabel {
    padding: 10px 14px;
  }
}
.employer-form-modal .dropdownComponent.select .selectedLabel > span,
.employer-form-modal .dropdownComponent.head .selectedLabel > span {
  float: left;
  width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .employer-form-modal .dropdownComponent.select .selectedLabel > span,
  .employer-form-modal .dropdownComponent.head .selectedLabel > span {
    font-size: 16px;
  }
}
.employer-form-modal .dropdownComponent.select .selectedLabel i,
.employer-form-modal .dropdownComponent.head .selectedLabel i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3.5px;
  display: block;
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
}
@media (max-width: 991px) {
  .employer-form-modal .dropdownComponent.select .selectedLabel i,
  .employer-form-modal .dropdownComponent.head .selectedLabel i {
    right: 14px;
  }
}
.employer-form-modal .dropdownComponent.select .menuItems > .menuItem > .label,
.employer-form-modal .dropdownComponent.head .menuItems > .menuItem > .label,
.employer-form-modal .dropdownComponent.select .subMenuItems > .menuItem > .label,
.employer-form-modal .dropdownComponent.head .subMenuItems > .menuItem > .label,
.employer-form-modal .dropdownComponent.select .menuItems > .subMenuItem > .label,
.employer-form-modal .dropdownComponent.head .menuItems > .subMenuItem > .label,
.employer-form-modal .dropdownComponent.select .subMenuItems > .subMenuItem > .label,
.employer-form-modal .dropdownComponent.head .subMenuItems > .subMenuItem > .label {
  padding: 4px 8px;
}
.employer-form-modal .dropdownComponent.select .validation-message,
.employer-form-modal .dropdownComponent.head .validation-message {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.employer-form-modal .dropdownComponent.head .dropdown {
  max-height: 220px;
}
.employer-form-modal .dropdownComponent.head .selectedLabel > span {
  width: auto;
}
.employer-form-modal .dropdownComponent.head .menuItem {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.employer-form-modal .dropdownComponent.head .menuItem:hover {
  background-color: var(--lvh-x-off-white);
}
.employer-form-modal .dropdownComponent.head .profile-picture {
  float: left;
}
.employer-form-modal .dropdownComponent.head .cc-avatar {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.employer-form-modal .dropdownComponent.head .text {
  float: left;
  color: var(--lvh-secondary-text);
  line-height: 32px;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 50px);
}
.employer-form-modal .dropdownDirective {
  float: left;
  width: 100%;
}
.employer-form-modal .dropdownComponent.select .selectedLabel {
  min-height: 34px;
}
@media (max-width: 991px) {
  .employer-form-modal .dropdownComponent.select .selectedLabel {
    min-height: 40px;
  }
}
.employer-form-modal .dropdownComponent.select .selectedLabel .placeholder {
  color: var(--lvh-x-shark-dark);
}
.employer-form-modal .dropdownComponent.head .menuItems .menuItem {
  padding: 5px 10px;
}
.employer-form-modal .suggestionList .heading {
  float: left;
  width: 100%;
  padding: 0.962em 0;
  background-color: var(--lvh-x-shark-light);
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .employer-form-modal .suggestionList .heading {
    display: none;
  }
}
.employer-form-modal .suggestionList .heading h3 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.employer-form-modal .suggestionList .heading h3 > span {
  font-size: 1.077em;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.employer-form-modal .suggestionList .heading .closeButton {
  outline: 0;
  border: none;
  background: none;
  padding: 0;
}
.employer-form-modal .suggestionList .heading .closeButton > .icon:before {
  font-size: 0.769em;
}
.employer-form-modal .suggestionList #searchInputWrap {
  float: left;
  width: 100%;
  padding: 1.231em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .employer-form-modal .suggestionList #searchInputWrap {
    padding: 1.231em 0;
  }
}
.employer-form-modal .suggestionList #searchInputWrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.employer-form-modal .suggestionList .suggestionListFooter {
  float: left;
  width: 100%;
  border-top: 1px solid var(--lvh-x-shark-light);
  padding: 0.769em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.employer-form-modal .suggestionList .suggestionListFooter:hover,
.employer-form-modal .suggestionList .suggestionListFooter.active {
  background-color: var(--lvh-x-off-white);
}
.employer-form-modal .suggestionList .dropdown {
  float: left;
  width: 100%;
}
.employer-form-modal .suggestionList .dropdown .spinner {
  padding: 10px 0;
  text-align: center;
}
.employer-form-modal .suggestionList .suggestions {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.employer-form-modal .suggestionList .suggestions > .suggestion {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0.769em 1em;
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--lvh-secondary-text);
}
.employer-form-modal .suggestionList .suggestions > .suggestion:last-child {
  border-bottom: none;
}
.employer-form-modal .suggestionList .suggestions > .suggestion.active {
  background-color: var(--lvh-x-off-white);
}
.employer-form-modal .suggestionList .suggestionTag {
  float: left;
  background-color: var(--lvh-white92);
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  padding: 0.154em 0.538em;
  margin: 0 0.385em 0.385em 0;
}
.employer-form-modal .suggestionList #searchInputWrap {
  float: none;
  width: auto;
  padding: 0;
}
.employer-form-modal .suggestionList .dropdown {
  position: relative;
}
.employer-form-modal .suggestionList .suggestions {
  max-height: 276px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--lvh-white);
  z-index: 2000;
}
@media (max-width: 991px) {
  .employer-form-modal .suggestionList .suggestions {
    max-height: 270px;
  }
}
.employer-form-modal .suggestionList .suggestions > .suggestion {
  padding: 1.038em 1.538em;
  border-color: var(--lvh-x-grey);
}
@media (max-width: 991px) {
  .employer-form-modal .suggestionList .suggestions > .suggestion {
    padding: 13px 30px;
  }
}
.employer-form-modal .suggestionList .suggestions > .suggestion:first-child {
  border-top: 1px solid var(--lvh-x-grey);
}
.employer-form-modal .suggestionList .suggestions > .suggestion:last-child {
  border-bottom: 1px solid var(--lvh-white96);
}
@media (min-width: 992px) {
  .employer-form-modal #templateGroupDropdown .dropdown .body {
    max-height: 310px;
  }
}
.employer-form-modal .checkbox-left {
  float: left;
  margin-top: 5px;
}
.employer-form-modal .checkbox-left > input {
  float: left;
}
.employer-form-modal .checkbox-left .text {
  display: block;
  padding-left: 20px;
  font-size: 11px;
  color: var(--lvh-secondary-text);
}
.employer-form-modal .checkbox-right {
  float: right;
  margin-bottom: 5px;
}
.employer-form-modal .checkbox-right .text {
  color: var(--lvh-secondary-text);
  font-size: 11px;
}
.employer-form-modal .add-detail-link,
.employer-form-modal .add-source-link {
  font-size: 11px;
  margin-top: 5px;
  float: left;
}
.employer-form-modal #optional-fields {
  border-top: 1px solid var(--lvh-x-grey);
  border-bottom: 1px solid var(--lvh-x-grey);
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
}
.employer-form-modal #optional-fields > .header-text {
  color: var(--lvh-secondary-text);
  margin: 5px 0 20px 0;
  display: block;
}
.employer-form-modal #optional-fields .inputWrap {
  position: relative;
}
.employer-form-modal #optional-fields .inputWrap .icon {
  position: absolute;
  top: 50%;
  right: 6.5px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  z-index: 1;
}
.employer-form-modal .salary-row rzslideroldest {
  position: relative;
  display: block;
  width: 100%;
  height: 7px;
  margin: 0 0 17px 0;
}
.employer-form-modal .salary-row rzslideroldest span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
.employer-form-modal .salary-row rzslideroldest span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.employer-form-modal .salary-row rzslideroldest span.rz-bar-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
}
.employer-form-modal .salary-row rzslideroldest span.rz-bar {
  left: 0;
  z-index: 0;
  width: 100%;
  height: 7px;
  background-color: var(--lvh-x-shark-dark);
}
.employer-form-modal .salary-row rzslideroldest span.rz-bar.rz-selection {
  z-index: 1;
  background-color: var(--lvh-bright-blue);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.employer-form-modal .salary-row rzslideroldest span.rz-pointer {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
  cursor: pointer;
  background-color: var(--lvh-white);
  border: solid 1px var(--lvh-x-shark-dark);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  outline: none;
}
.employer-form-modal .salary-row rzslideroldest span.rz-pointer:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: var(--lvh-white);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: '';
}
.employer-form-modal .salary-row rzslideroldest span.rz-pointer:hover:after {
  background-color: #ffffff;
}
.employer-form-modal .salary-row rzslideroldest span.rz-pointer.rz-active:after {
  background-color: #451aff;
}
.employer-form-modal .salary-row rzslideroldest span.rz-bubble {
  display: none;
  top: -32px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}
.employer-form-modal .salary-row rzslideroldest span.rz-bubble.rz-selection {
  top: 16px;
}
.employer-form-modal .salary-row rzslideroldest span.rz-bubble.rz-limit {
  color: #55637d;
}
.employer-form-modal .salary-row rzslideroldest {
  float: left;
  width: 100%;
}
.employer-form-modal .salary-row rzslideroldest.locked .rz-pointer {
  display: none;
}
.employer-form-modal .salary-row .slider {
  float: left;
  width: 100%;
}
.employer-form-modal .salary-row .slider > .desktop {
  float: left;
  width: 100%;
  padding: 42px 20px 32px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.employer-form-modal .salary-row .slider > .mobile {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.employer-form-modal .card-wrap {
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.employer-form-modal .card-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.employer-form-modal .file-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.employer-form-modal .file-list:not(:last-child) {
  margin: 0 0 20px 0;
}
.employer-form-modal .file-list .file {
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.employer-form-modal .file-list .file.uploading .file-type-icon,
.employer-form-modal .file-list .file.uploading .name-wrap {
  color: var(--lvh-x-shark-dark);
}
.employer-form-modal .file-list .file-info {
  position: relative;
}
.employer-form-modal .file-list .file-info:not(:last-child) {
  margin: 0 0 10px 0;
}
.employer-form-modal .file-list .file-type-icon {
  width: 16px;
  font-size: 16px;
  color: var(--lvh-x-dark-grey);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.employer-form-modal .file-list .name-wrap {
  line-height: 18px;
  color: var(--lvh-x-dark-grey);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 24px 0 26px;
  text-align: left;
}
.employer-form-modal .file-list .name-wrap .when-uploaded {
  color: var(--lvh-disabled-text);
}
.employer-form-modal .file-list .name-wrap .when-uploaded .bullet {
  margin: 0 5px;
}
.employer-form-modal .file-list .cc-file-upload .name-wrap {
  padding: 0 24px 0 0;
}
.employer-form-modal .file-list .name:not(.has-url) {
  color: var(--lvh-x-dark-grey);
  cursor: text;
}
.employer-form-modal .file-list .name.has-url {
  text-decoration: underline;
  cursor: pointer;
}
.employer-form-modal .file-list .delete-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: var(--lvh-x-shark-dark);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.employer-form-modal .file-list .delete-icon:hover {
  color: var(--lvh-x-red);
}
.employer-form-modal .legalWarranty {
  color: var(--lvh-secondary-text);
}
#add-to-vacancy-modal #candidate-source {
  position: absolute;
  top: 0;
  right: 0;
}
#add-to-vacancy-modal .message-composer {
  border-radius: 3px;
}
#add-to-vacancy-modal .message-composer > span {
  width: calc(100% - 14px);
  display: inline-block;
  vertical-align: middle;
  padding: 7px 7px 7px 7px;
  background-color: var(--lvh-white);
  color: var(--lvh-x-light-grey);
}
#add-to-vacancy-modal .message-composer > span .block-text {
  display: block;
  margin-top: 10px;
}
#add-to-vacancy-modal .message-composer > textarea {
  border-style: none;
  background-color: var(--lvh-white);
  max-height: 250px;
}
#add-to-vacancy-modal .alert {
  border: 1px solid var(--lvh-alert-yellow-mid);
  background: var(--lvh-alert-yellow-light);
  color: var(--lvh-alert-yellow-text);
}
#assign-pool-modal .connectionStatuses {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
#assign-pool-modal .connectionStatus {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
#assign-pool-modal .connectionStatus .tooltip {
  max-width: 74px;
  z-index: 1000;
}
#assign-pool-modal .connectionStatus .statusTag {
  border: 1px solid var(--lvh-x-shark-dark);
  cursor: default;
  float: left;
  font-size: 10px;
  text-align: center;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#assign-pool-modal .connectionStatus .statusTag .label {
  color: var(--lvh-x-shark-dark);
}
#assign-pool-modal .connectionStatus .statusTag.talentpool,
#assign-pool-modal .connectionStatus .statusTag.inprogress {
  border-color: var(--lvh-x-blue);
}
#assign-pool-modal .connectionStatus .statusTag.talentpool .label,
#assign-pool-modal .connectionStatus .statusTag.inprogress .label {
  color: var(--lvh-x-blue);
}
#assign-pool-modal .connectionStatus .statusTag.livemarket {
  border-color: var(--lvh-x-orange);
}
#assign-pool-modal .connectionStatus .statusTag.livemarket .label {
  color: var(--lvh-x-orange);
}
#assign-pool-modal .connectionStatus .statusTag.donotcontact {
  border-color: var(--lvh-x-red);
}
#assign-pool-modal .connectionStatus .statusTag.donotcontact .label {
  color: var(--lvh-x-red);
}
#assign-pool-modal .connectionStatus .statusTag.temporaryprofile {
  border-color: var(--lvh-x-yellow);
}
#assign-pool-modal .connectionStatus .statusTag.temporaryprofile .label {
  color: var(--lvh-x-yellow);
}
#assign-pool-modal .connectionStatus .statusTag.hired {
  border-color: var(--lvh-x-green);
}
#assign-pool-modal .connectionStatus .statusTag.hired .label {
  color: var(--lvh-x-green);
}
#assign-pool-modal .connectionStatus .statusTag.unavailable {
  border-color: var(--lvh-x-light-grey);
}
#assign-pool-modal .connectionStatus .statusTag.unavailable .label {
  color: var(--lvh-x-light-grey);
}
#assign-pool-modal .connectionStatus .statusTag.thresholds {
  border-color: var(--lvh-x-purple);
}
#assign-pool-modal .connectionStatus .statusTag.thresholds.user-action {
  background-color: var(--lvh-x-purple-light);
}
#assign-pool-modal .connectionStatus .statusTag.thresholds.total-action {
  border-color: var(--lvh-secondary-text);
}
#assign-pool-modal .connectionStatus .statusTag.thresholds.total-action .label {
  color: var(--lvh-secondary-text);
}
#assign-pool-modal .connectionStatus .statusTag.thresholds .label {
  color: var(--lvh-x-purple);
}
#assign-pool-modal .connectionStatus .statusTag.alreadyacandidate {
  border-color: var(--lvh-x-green);
}
#assign-pool-modal .connectionStatus .statusTag.alreadyacandidate .label {
  color: var(--lvh-x-green);
}
#assign-pool-modal .connectionStatus .statusTag.alreadyacandidate .label:before {
  content: "\e910";
  font-family: 'IconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--lvh-x-green);
}
#assign-pool-modal .connectionStatus .statusTag.alreadyacandidate .label > .ng-binding {
  display: none;
}
#assign-pool-modal .connectionStatus .statusTag > .label {
  line-height: 17px;
}
#assign-pool-modal .connectionStatus > .label {
  float: left;
  line-height: 19px;
}
#add-to-vacancy-modal .row {
  float: left;
}
#add-to-vacancy-modal .connectionStatuses {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
#add-to-vacancy-modal .connectionStatus {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
#add-to-vacancy-modal .connectionStatus .tooltip {
  max-width: 74px;
  z-index: 1000;
}
#add-to-vacancy-modal .connectionStatus .statusTag {
  border: 1px solid var(--lvh-x-shark-dark);
  cursor: default;
  float: left;
  font-size: 10px;
  text-align: center;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add-to-vacancy-modal .connectionStatus .statusTag .label {
  color: var(--lvh-x-shark-dark);
}
#add-to-vacancy-modal .connectionStatus .statusTag.talentpool,
#add-to-vacancy-modal .connectionStatus .statusTag.inprogress {
  border-color: var(--lvh-x-blue);
}
#add-to-vacancy-modal .connectionStatus .statusTag.talentpool .label,
#add-to-vacancy-modal .connectionStatus .statusTag.inprogress .label {
  color: var(--lvh-x-blue);
}
#add-to-vacancy-modal .connectionStatus .statusTag.livemarket {
  border-color: var(--lvh-x-orange);
}
#add-to-vacancy-modal .connectionStatus .statusTag.livemarket .label {
  color: var(--lvh-x-orange);
}
#add-to-vacancy-modal .connectionStatus .statusTag.donotcontact {
  border-color: var(--lvh-x-red);
}
#add-to-vacancy-modal .connectionStatus .statusTag.donotcontact .label {
  color: var(--lvh-x-red);
}
#add-to-vacancy-modal .connectionStatus .statusTag.temporaryprofile {
  border-color: var(--lvh-x-yellow);
}
#add-to-vacancy-modal .connectionStatus .statusTag.temporaryprofile .label {
  color: var(--lvh-x-yellow);
}
#add-to-vacancy-modal .connectionStatus .statusTag.hired {
  border-color: var(--lvh-x-green);
}
#add-to-vacancy-modal .connectionStatus .statusTag.hired .label {
  color: var(--lvh-x-green);
}
#add-to-vacancy-modal .connectionStatus .statusTag.unavailable {
  border-color: var(--lvh-x-light-grey);
}
#add-to-vacancy-modal .connectionStatus .statusTag.unavailable .label {
  color: var(--lvh-x-light-grey);
}
#add-to-vacancy-modal .connectionStatus .statusTag.thresholds {
  border-color: var(--lvh-x-purple);
}
#add-to-vacancy-modal .connectionStatus .statusTag.thresholds.user-action {
  background-color: var(--lvh-x-purple-light);
}
#add-to-vacancy-modal .connectionStatus .statusTag.thresholds.total-action {
  border-color: var(--lvh-secondary-text);
}
#add-to-vacancy-modal .connectionStatus .statusTag.thresholds.total-action .label {
  color: var(--lvh-secondary-text);
}
#add-to-vacancy-modal .connectionStatus .statusTag.thresholds .label {
  color: var(--lvh-x-purple);
}
#add-to-vacancy-modal .connectionStatus .statusTag.alreadyacandidate {
  border-color: var(--lvh-x-green);
}
#add-to-vacancy-modal .connectionStatus .statusTag.alreadyacandidate .label {
  color: var(--lvh-x-green);
}
#add-to-vacancy-modal .connectionStatus .statusTag.alreadyacandidate .label:before {
  content: "\e910";
  font-family: 'IconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--lvh-x-green);
}
#add-to-vacancy-modal .connectionStatus .statusTag.alreadyacandidate .label > .ng-binding {
  display: none;
}
#add-to-vacancy-modal .connectionStatus .statusTag > .label {
  line-height: 17px;
}
#add-to-vacancy-modal .connectionStatus > .label {
  float: left;
  line-height: 19px;
}
#reference-check-modal .cc-alert {
  position: relative;
}
#reference-check-modal .cc-alert.blue {
  color: var(--lvh-x-pale-blue);
}
#reference-check-modal .cc-alert .icon {
  color: var(--lvh-x-murkberry-darker);
}
#reference-check-modal .col.lhs {
  float: left;
}
#reference-check-modal .col.text {
  margin-left: 30px;
}

.flag {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 16px;
  height: 11px;
  background: url('//assets.livehire.com/common/images/sprites/flags.png') no-repeat;
  margin-right: 0.5em;
}
.flag.flag-ad,
.flag.flag-and {
  background-position: -16px 0;
}
.flag.flag-ae,
.flag.flag-are {
  background-position: -32px 0;
}
.flag.flag-af,
.flag.flag-afg {
  background-position: -48px 0;
}
.flag.flag-ag,
.flag.flag-atg {
  background-position: -64px 0;
}
.flag.flag-ai,
.flag.flag-aia {
  background-position: -80px 0;
}
.flag.flag-al,
.flag.flag-alb {
  background-position: -96px 0;
}
.flag.flag-am,
.flag.flag-arm {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao,
.flag.flag-ago {
  background-position: -144px 0;
}
.flag.flag-ar,
.flag.flag-arg {
  background-position: -160px 0;
}
.flag.flag-as,
.flag.flag-asm {
  background-position: -176px 0;
}
.flag.flag-at,
.flag.flag-aut {
  background-position: -192px 0;
}
.flag.flag-au,
.flag.flag-aus,
.flag.flag-cx,
.flag.flag-cxr {
  background-position: -208px 0;
}
.flag.flag-aw,
.flag.flag-abw {
  background-position: -224px 0;
}
.flag.flag-az,
.flag.flag-aze {
  background-position: -240px 0;
}
.flag.flag-ba,
.flag.flag-bih {
  background-position: 0 -11px;
}
.flag.flag-bb,
.flag.flag-brb {
  background-position: -16px -11px;
}
.flag.flag-bd,
.flag.flag-bgd {
  background-position: -32px -11px;
}
.flag.flag-be,
.flag.flag-bel {
  background-position: -48px -11px;
}
.flag.flag-bf,
.flag.flag-bfa {
  background-position: -64px -11px;
}
.flag.flag-bg,
.flag.flag-bgr {
  background-position: -80px -11px;
}
.flag.flag-bh,
.flag.flag-bhr {
  background-position: -96px -11px;
}
.flag.flag-bi,
.flag.flag-bdi {
  background-position: -112px -11px;
}
.flag.flag-bj,
.flag.flag-ben {
  background-position: -128px -11px;
}
.flag.flag-bm,
.flag.flag-bmu {
  background-position: -144px -11px;
}
.flag.flag-bn,
.flag.flag-brn {
  background-position: -160px -11px;
}
.flag.flag-bo,
.flag.flag-bol {
  background-position: -176px -11px;
}
.flag.flag-br,
.flag.flag-bra {
  background-position: -192px -11px;
}
.flag.flag-bs,
.flag.flag-bhs {
  background-position: -208px -11px;
}
.flag.flag-bt,
.flag.flag-btn {
  background-position: -224px -11px;
}
.flag.flag-bv,
.flag.flag-bvt {
  background-position: -240px -11px;
}
.flag.flag-bw,
.flag.flag-bwa {
  background-position: 0 -22px;
}
.flag.flag-by,
.flag.flag-blr {
  background-position: -16px -22px;
}
.flag.flag-bz,
.flag.flag-blz {
  background-position: -32px -22px;
}
.flag.flag-ca,
.flag.flag-can {
  background-position: -48px -22px;
}
.flag.flag-catalonia,
.flag.flag- {
  background-position: -64px -22px;
}
.flag.flag-cd,
.flag.flag-cod {
  background-position: -80px -22px;
}
.flag.flag-cf,
.flag.flag-caf {
  background-position: -96px -22px;
}
.flag.flag-cg,
.flag.flag-cog {
  background-position: -112px -22px;
}
.flag.flag-ch,
.flag.flag-che {
  background-position: -128px -22px;
}
.flag.flag-ci,
.flag.flag-civ {
  background-position: -144px -22px;
}
.flag.flag-ck,
.flag.flag-cok {
  background-position: -160px -22px;
}
.flag.flag-cl,
.flag.flag-chl {
  background-position: -176px -22px;
}
.flag.flag-cm,
.flag.flag-cmr {
  background-position: -192px -22px;
}
.flag.flag-cn,
.flag.flag-chn {
  background-position: -208px -22px;
}
.flag.flag-co,
.flag.flag-col {
  background-position: -224px -22px;
}
.flag.flag-cr,
.flag.flag-cri {
  background-position: -240px -22px;
}
.flag.flag-cu,
.flag.flag-cub {
  background-position: 0 -33px;
}
.flag.flag-cv,
.flag.flag-cpv {
  background-position: -16px -33px;
}
.flag.flag-cw,
.flag.flag-cuw {
  background-position: -32px -33px;
}
.flag.flag-cy,
.flag.flag-cyp {
  background-position: -48px -33px;
}
.flag.flag-cz,
.flag.flag-cze {
  background-position: -64px -33px;
}
.flag.flag-de,
.flag.flag-deu {
  background-position: -80px -33px;
}
.flag.flag-dj,
.flag.flag-dji {
  background-position: -96px -33px;
}
.flag.flag-dk,
.flag.flag-dnk {
  background-position: -112px -33px;
}
.flag.flag-dm,
.flag.flag-dma {
  background-position: -128px -33px;
}
.flag.flag-do,
.flag.flag-dom {
  background-position: -144px -33px;
}
.flag.flag-dz,
.flag.flag-dza {
  background-position: -160px -33px;
}
.flag.flag-ec,
.flag.flag-ecu {
  background-position: -176px -33px;
}
.flag.flag-ee,
.flag.flag-est {
  background-position: -192px -33px;
}
.flag.flag-eg,
.flag.flag-egy {
  background-position: -208px -33px;
}
.flag.flag-eh,
.flag.flag-esh {
  background-position: -224px -33px;
}
.flag.flag-england,
.flag.flag- {
  background-position: -240px -33px;
}
.flag.flag-er,
.flag.flag-eri {
  background-position: 0 -44px;
}
.flag.flag-es,
.flag.flag-esp {
  background-position: -16px -44px;
}
.flag.flag-et,
.flag.flag-eth {
  background-position: -32px -44px;
}
.flag.flag-eu,
.flag.flag-eur {
  background-position: -48px -44px;
}
.flag.flag-fi,
.flag.flag-fin {
  background-position: -64px -44px;
}
.flag.flag-fj,
.flag.flag-fji {
  background-position: -80px -44px;
}
.flag.flag-fk,
.flag.flag-flk {
  background-position: -96px -44px;
}
.flag.flag-fm,
.flag.flag-fsm {
  background-position: -112px -44px;
}
.flag.flag-fo,
.flag.flag-fro {
  background-position: -128px -44px;
}
.flag.flag-fr,
.flag.flag-fra {
  background-position: -144px -44px;
}
.flag.flag-ga,
.flag.flag-gab {
  background-position: -160px -44px;
}
.flag.flag-gb,
.flag.flag-gbr {
  background-position: -176px -44px;
}
.flag.flag-gd,
.flag.flag-grd {
  background-position: -192px -44px;
}
.flag.flag-ge,
.flag.flag-geo {
  background-position: -208px -44px;
}
.flag.flag-gf,
.flag.flag-guf {
  background-position: -224px -44px;
}
.flag.flag-gg,
.flag.flag-ggy {
  background-position: -240px -44px;
}
.flag.flag-gh,
.flag.flag-gha {
  background-position: 0 -55px;
}
.flag.flag-gi,
.flag.flag-gib {
  background-position: -16px -55px;
}
.flag.flag-gl,
.flag.flag-grl {
  background-position: -32px -55px;
}
.flag.flag-gm,
.flag.flag-gmb {
  background-position: -48px -55px;
}
.flag.flag-gn,
.flag.flag-gin {
  background-position: -64px -55px;
}
.flag.flag-gp,
.flag.flag-glp {
  background-position: -80px -55px;
}
.flag.flag-gq,
.flag.flag-gnq {
  background-position: -96px -55px;
}
.flag.flag-gr,
.flag.flag-grc {
  background-position: -112px -55px;
}
.flag.flag-gs,
.flag.flag-sgs {
  background-position: -128px -55px;
}
.flag.flag-gt,
.flag.flag-gtm {
  background-position: -144px -55px;
}
.flag.flag-gu,
.flag.flag-gum {
  background-position: -160px -55px;
}
.flag.flag-gw,
.flag.flag-gnb {
  background-position: -176px -55px;
}
.flag.flag-gy,
.flag.flag-guy {
  background-position: -192px -55px;
}
.flag.flag-hk,
.flag.flag-hkg {
  background-position: -208px -55px;
}
.flag.flag-hm,
.flag.flag-hmd {
  background-position: -224px -55px;
}
.flag.flag-hn,
.flag.flag-hnd {
  background-position: -240px -55px;
}
.flag.flag-hr,
.flag.flag-hrv {
  background-position: 0 -66px;
}
.flag.flag-ht,
.flag.flag-hti {
  background-position: -16px -66px;
}
.flag.flag-hu,
.flag.flag-hun {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id,
.flag.flag-idn {
  background-position: -64px -66px;
}
.flag.flag-ie,
.flag.flag-irl {
  background-position: -80px -66px;
}
.flag.flag-il,
.flag.flag-isr {
  background-position: -96px -66px;
}
.flag.flag-im,
.flag.flag-imn {
  background-position: -112px -66px;
}
.flag.flag-in,
.flag.flag-ind {
  background-position: -128px -66px;
}
.flag.flag-io,
.flag.flag-iot {
  background-position: -144px -66px;
}
.flag.flag-iq,
.flag.flag-irq {
  background-position: -160px -66px;
}
.flag.flag-ir,
.flag.flag-irn {
  background-position: -176px -66px;
}
.flag.flag-is,
.flag.flag-isl {
  background-position: -192px -66px;
}
.flag.flag-it,
.flag.flag-ita {
  background-position: -208px -66px;
}
.flag.flag-je,
.flag.flag-jey {
  background-position: -224px -66px;
}
.flag.flag-jm,
.flag.flag-jam {
  background-position: -240px -66px;
}
.flag.flag-jo,
.flag.flag-jor {
  background-position: 0 -77px;
}
.flag.flag-jp,
.flag.flag-jpn {
  background-position: -16px -77px;
}
.flag.flag-ke,
.flag.flag-ken {
  background-position: -32px -77px;
}
.flag.flag-kg,
.flag.flag-kgz {
  background-position: -48px -77px;
}
.flag.flag-kh,
.flag.flag-khm {
  background-position: -64px -77px;
}
.flag.flag-ki,
.flag.flag-kir {
  background-position: -80px -77px;
}
.flag.flag-km,
.flag.flag-com {
  background-position: -96px -77px;
}
.flag.flag-kn,
.flag.flag-kna {
  background-position: -112px -77px;
}
.flag.flag-kp,
.flag.flag-prk {
  background-position: -128px -77px;
}
.flag.flag-kr,
.flag.flag-kor {
  background-position: -144px -77px;
}
.flag.flag-kurdistan,
.flag.flag- {
  background-position: -160px -77px;
}
.flag.flag-kw,
.flag.flag-kwt {
  background-position: -176px -77px;
}
.flag.flag-ky,
.flag.flag-cym {
  background-position: -192px -77px;
}
.flag.flag-kz,
.flag.flag-kaz {
  background-position: -208px -77px;
}
.flag.flag-la,
.flag.flag-lao {
  background-position: -224px -77px;
}
.flag.flag-lb,
.flag.flag-lbn {
  background-position: -240px -77px;
}
.flag.flag-lc,
.flag.flag-lca {
  background-position: 0 -88px;
}
.flag.flag-li,
.flag.flag-lie {
  background-position: -16px -88px;
}
.flag.flag-lk,
.flag.flag-lka {
  background-position: -32px -88px;
}
.flag.flag-lr,
.flag.flag-lbr {
  background-position: -48px -88px;
}
.flag.flag-ls,
.flag.flag-lso {
  background-position: -64px -88px;
}
.flag.flag-lt,
.flag.flag-ltu {
  background-position: -80px -88px;
}
.flag.flag-lu,
.flag.flag-lux {
  background-position: -96px -88px;
}
.flag.flag-lv,
.flag.flag-lva {
  background-position: -112px -88px;
}
.flag.flag-ly,
.flag.flag-lby {
  background-position: -128px -88px;
}
.flag.flag-ma,
.flag.flag-mar {
  background-position: -144px -88px;
}
.flag.flag-mc,
.flag.flag-mco {
  background-position: -160px -88px;
}
.flag.flag-md,
.flag.flag-mda {
  background-position: -176px -88px;
}
.flag.flag-me,
.flag.flag-mne {
  background-position: -192px -88px;
}
.flag.flag-mg,
.flag.flag-mdg {
  background-position: -208px -88px;
}
.flag.flag-mh,
.flag.flag-mhl {
  background-position: -224px -88px;
}
.flag.flag-mk,
.flag.flag-mkd {
  background-position: -240px -88px;
}
.flag.flag-ml,
.flag.flag-mli {
  background-position: 0 -99px;
}
.flag.flag-mm,
.flag.flag-mmr {
  background-position: -16px -99px;
}
.flag.flag-mn,
.flag.flag-mng {
  background-position: -32px -99px;
}
.flag.flag-mo,
.flag.flag-mac {
  background-position: -48px -99px;
}
.flag.flag-mp,
.flag.flag-mnp {
  background-position: -64px -99px;
}
.flag.flag-mq,
.flag.flag-mtq {
  background-position: -80px -99px;
}
.flag.flag-mr,
.flag.flag-mrt {
  background-position: -96px -99px;
}
.flag.flag-ms,
.flag.flag-msr {
  background-position: -112px -99px;
}
.flag.flag-mt,
.flag.flag-mlt {
  background-position: -128px -99px;
}
.flag.flag-mu,
.flag.flag-mus {
  background-position: -144px -99px;
}
.flag.flag-mv,
.flag.flag-mdv {
  background-position: -160px -99px;
}
.flag.flag-mw,
.flag.flag-mwi {
  background-position: -176px -99px;
}
.flag.flag-mx,
.flag.flag-mex {
  background-position: -192px -99px;
}
.flag.flag-my,
.flag.flag-mys {
  background-position: -208px -99px;
}
.flag.flag-mz,
.flag.flag-moz {
  background-position: -224px -99px;
}
.flag.flag-na,
.flag.flag-nam {
  background-position: -240px -99px;
}
.flag.flag-nc,
.flag.flag-ncl {
  background-position: 0 -110px;
}
.flag.flag-ne,
.flag.flag-ner {
  background-position: -16px -110px;
}
.flag.flag-nf,
.flag.flag-nfk {
  background-position: -32px -110px;
}
.flag.flag-ng,
.flag.flag-nga {
  background-position: -48px -110px;
}
.flag.flag-ni,
.flag.flag-nic {
  background-position: -64px -110px;
}
.flag.flag-nl,
.flag.flag-nld {
  background-position: -80px -110px;
}
.flag.flag-no,
.flag.flag-nor {
  background-position: -96px -110px;
}
.flag.flag-np,
.flag.flag-npl {
  background-position: -112px -110px;
}
.flag.flag-nr,
.flag.flag-nru {
  background-position: -128px -110px;
}
.flag.flag-nu,
.flag.flag-niu {
  background-position: -144px -110px;
}
.flag.flag-nz,
.flag.flag-nzl {
  background-position: -160px -110px;
}
.flag.flag-om,
.flag.flag-omn {
  background-position: -176px -110px;
}
.flag.flag-pa,
.flag.flag-pan {
  background-position: -192px -110px;
}
.flag.flag-pe,
.flag.flag-per {
  background-position: -208px -110px;
}
.flag.flag-pf,
.flag.flag-pyf {
  background-position: -224px -110px;
}
.flag.flag-pg,
.flag.flag-png {
  background-position: -240px -110px;
}
.flag.flag-ph,
.flag.flag-phl {
  background-position: 0 -121px;
}
.flag.flag-pk,
.flag.flag-pak {
  background-position: -16px -121px;
}
.flag.flag-pl,
.flag.flag-pol {
  background-position: -32px -121px;
}
.flag.flag-pm,
.flag.flag-spm {
  background-position: -48px -121px;
}
.flag.flag-pn,
.flag.flag-pcn {
  background-position: -64px -121px;
}
.flag.flag-pr,
.flag.flag-pri {
  background-position: -80px -121px;
}
.flag.flag-ps,
.flag.flag-pse {
  background-position: -96px -121px;
}
.flag.flag-pt,
.flag.flag-prt {
  background-position: -112px -121px;
}
.flag.flag-pw,
.flag.flag-plw {
  background-position: -128px -121px;
}
.flag.flag-py,
.flag.flag-pry {
  background-position: -144px -121px;
}
.flag.flag-qa,
.flag.flag-qat {
  background-position: -160px -121px;
}
.flag.flag-re,
.flag.flag-reu {
  background-position: -176px -121px;
}
.flag.flag-ro,
.flag.flag-rou {
  background-position: -192px -121px;
}
.flag.flag-rs,
.flag.flag-srb {
  background-position: -208px -121px;
}
.flag.flag-ru,
.flag.flag-rus {
  background-position: -224px -121px;
}
.flag.flag-rw,
.flag.flag-rwa {
  background-position: -240px -121px;
}
.flag.flag-sa,
.flag.flag-sau {
  background-position: 0 -132px;
}
.flag.flag-sb,
.flag.flag-slb {
  background-position: -16px -132px;
}
.flag.flag-sc,
.flag.flag-syc {
  background-position: -32px -132px;
}
.flag.flag-scotland,
.flag.flag- {
  background-position: -48px -132px;
}
.flag.flag-sd,
.flag.flag-sdn {
  background-position: -64px -132px;
}
.flag.flag-se,
.flag.flag-swe {
  background-position: -80px -132px;
}
.flag.flag-sg,
.flag.flag-sgp {
  background-position: -96px -132px;
}
.flag.flag-sh,
.flag.flag-shn {
  background-position: -112px -132px;
}
.flag.flag-si,
.flag.flag-svn {
  background-position: -128px -132px;
}
.flag.flag-sk,
.flag.flag-svk {
  background-position: -144px -132px;
}
.flag.flag-sl,
.flag.flag-sle {
  background-position: -160px -132px;
}
.flag.flag-sm,
.flag.flag-smr {
  background-position: -176px -132px;
}
.flag.flag-sn,
.flag.flag-sen {
  background-position: -192px -132px;
}
.flag.flag-so,
.flag.flag-som {
  background-position: -208px -132px;
}
.flag.flag-somaliland,
.flag.flag- {
  background-position: -224px -132px;
}
.flag.flag-sr,
.flag.flag-sur {
  background-position: -240px -132px;
}
.flag.flag-ss,
.flag.flag-ssd {
  background-position: 0 -143px;
}
.flag.flag-st,
.flag.flag-stp {
  background-position: -16px -143px;
}
.flag.flag-sv,
.flag.flag-slv {
  background-position: -32px -143px;
}
.flag.flag-sx,
.flag.flag-sxm {
  background-position: -48px -143px;
}
.flag.flag-sy,
.flag.flag-syr {
  background-position: -64px -143px;
}
.flag.flag-sz,
.flag.flag-swz {
  background-position: -80px -143px;
}
.flag.flag-tc,
.flag.flag-tca {
  background-position: -96px -143px;
}
.flag.flag-td,
.flag.flag-tcd {
  background-position: -112px -143px;
}
.flag.flag-tf,
.flag.flag-atf {
  background-position: -128px -143px;
}
.flag.flag-tg,
.flag.flag-tgo {
  background-position: -144px -143px;
}
.flag.flag-th,
.flag.flag-tha {
  background-position: -160px -143px;
}
.flag.flag-tj,
.flag.flag-tjk {
  background-position: -176px -143px;
}
.flag.flag-tk,
.flag.flag-tkl {
  background-position: -192px -143px;
}
.flag.flag-tl,
.flag.flag-tls {
  background-position: -208px -143px;
}
.flag.flag-tm,
.flag.flag-tkm {
  background-position: -224px -143px;
}
.flag.flag-tn,
.flag.flag-tun {
  background-position: -240px -143px;
}
.flag.flag-to,
.flag.flag-ton {
  background-position: 0 -154px;
}
.flag.flag-tr,
.flag.flag-tur {
  background-position: -16px -154px;
}
.flag.flag-tt,
.flag.flag-tto {
  background-position: -32px -154px;
}
.flag.flag-tv,
.flag.flag-tuv {
  background-position: -48px -154px;
}
.flag.flag-tw,
.flag.flag-twn {
  background-position: -64px -154px;
}
.flag.flag-tz,
.flag.flag-tza {
  background-position: -80px -154px;
}
.flag.flag-ua,
.flag.flag-ukr {
  background-position: -96px -154px;
}
.flag.flag-ug,
.flag.flag-uga {
  background-position: -112px -154px;
}
.flag.flag-um,
.flag.flag-umi {
  background-position: -128px -154px;
}
.flag.flag-us,
.flag.flag-usa {
  background-position: -144px -154px;
}
.flag.flag-uy,
.flag.flag-ury {
  background-position: -160px -154px;
}
.flag.flag-uz,
.flag.flag-uzb {
  background-position: -176px -154px;
}
.flag.flag-va,
.flag.flag-vat {
  background-position: -192px -154px;
}
.flag.flag-vc,
.flag.flag-vct {
  background-position: -208px -154px;
}
.flag.flag-ve,
.flag.flag-ven {
  background-position: -224px -154px;
}
.flag.flag-vg,
.flag.flag-vgb {
  background-position: -240px -154px;
}
.flag.flag-vi,
.flag.flag-vir {
  background-position: 0 -165px;
}
.flag.flag-vn,
.flag.flag-vnm {
  background-position: -16px -165px;
}
.flag.flag-vu,
.flag.flag-vut {
  background-position: -32px -165px;
}
.flag.flag-wales,
.flag.flag- {
  background-position: -48px -165px;
}
.flag.flag-wf,
.flag.flag-wlf {
  background-position: -64px -165px;
}
.flag.flag-ws,
.flag.flag-wsm {
  background-position: -80px -165px;
}
.flag.flag-ye,
.flag.flag-yem {
  background-position: -96px -165px;
}
.flag.flag-yt,
.flag.flag-myt {
  background-position: -112px -165px;
}
.flag.flag-za,
.flag.flag-zaf {
  background-position: -128px -165px;
}
.flag.flag-zanzibar,
.flag.flag- {
  background-position: -144px -165px;
}
.flag.flag-zm,
.flag.flag-zmb {
  background-position: -160px -165px;
}
.flag.flag-zw,
.flag.flag-zwe {
  background-position: -176px -165px;
}
.cc-country-picker .popdown .popdown-clickable .label {
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-country-picker .popdown .popdown-clickable .label .flag {
  margin: 0 5px 0 0;
}
.cc-country-picker .popdown .popdown-content .options {
  padding: 0;
}
.cc-country-picker .popdown .popdown-content .options > .option {
  padding: 5px 0;
  min-height: 28px;
}
.cc-country-picker .popdown .popdown-content .options > .option:focus {
  outline: 1px solid var(--lvh-x-dark-grey);
  outline-offset: -1px;
  background-color: var(--lvh-x-off-white);
}
@media (max-width: 991px) {
  .cc-country-picker .popdown .popdown-content .options > .option {
    padding: 10px;
  }
}
.cc-country-picker .popdown .popdown-content .options > .option .flag {
  width: 16px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin: -5.5px 0 0 0;
  cursor: inherit;
}
@media (max-width: 991px) {
  .cc-country-picker .popdown .popdown-content .options > .option .flag {
    left: 20px;
  }
}
.cc-country-picker .popdown .popdown-content .options > .option .option-name {
  display: block;
  float: left;
  width: 100%;
  padding: 0 10px 0 26px;
}
@media (max-width: 991px) {
  .cc-country-picker .popdown .popdown-content .options > .option .option-name {
    padding: 0 10px 0 35px;
    font-size: 16px;
  }
}
.cc-country-picker .popdown .selected-option .option-name {
  padding: 0;
}
@media (max-width: 991px) {
  .cc-country-picker .popdown .selected-option .option-name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #employerApp .cc-country-picker .popdown .selected-option .option-name {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #employerApp .cc-country-picker .popdown-content .options > .option .option-name {
    font-size: 13px;
  }
}

.cc-date-selector .mobileDate:focus {
  border-color: var(--lvh-x-dark-grey);
}

.callout-wrap .trigger {
  display: block;
  padding: 5px 2px;
}
.callout-wrap .trigger:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout-wrap .trigger.basic {
  padding: 0;
  text-decoration: none;
  text-decoration-style: unset;
  text-decoration-color: unset;
}
@media (min-width: 992px) {
  .callout-wrap .trigger:hover .callout .calloutDirective {
    display: block;
  }
}
@media (min-width: 992px) {
  .callout-wrap .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.callout-wrap .callout.visible .cc-callout {
  display: block;
  z-index: 9001;
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .header .icon {
    display: block;
    margin: 0;
    line-height: 1;
    color: unset;
  }
}
@media (max-width: 991px) {
  .callout-wrap .callout.visible .cc-callout .p-mobile-fullscreen-overlay.overlay-visible .body {
    margin: 20px 0 0;
  }
}
.callout-wrap .callout.above {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(-50% + 10px);
}
.callout-wrap .callout.above > .calloutDirective {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(-50% + 10px);
}
.callout {
  display: block;
}
.callout:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.callout.no-scroll .cc-callout.topLeft .cc-callout-body,
.callout.no-scroll .cc-callout.topRight .cc-callout-body,
.callout.no-scroll .cc-callout.bottomCenter .cc-callout-body,
.callout.no-scroll .cc-callout.bottomRight .cc-callout-body {
  max-height: none;
  overflow-y: unset;
}
.callout .cc-callout {
  position: relative;
  z-index: 2000;
}
.callout .cc-callout.topLeft,
.callout .cc-callout.topRight,
.callout .cc-callout.bottomCenter,
.callout .cc-callout.bottomRight {
  display: none;
  width: 300px;
}
.callout .cc-callout.topLeft .cc-callout-body,
.callout .cc-callout.topRight .cc-callout-body,
.callout .cc-callout.bottomCenter .cc-callout-body,
.callout .cc-callout.bottomRight .cc-callout-body {
  margin: 10px 0 0;
  padding: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.cc-callout-tip.top {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.right {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  right: 0;
  margin: 0 -8px 0 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottom {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-tip.left {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 22px;
  left: 0;
  margin: 0 0 0 -8px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.topLeft {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  left: 15px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.topRight {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: -5px;
  right: 25px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.cc-callout-tip.bottomCenter {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: calc(50% - 11px);
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none !important;
  border-left: none !important;
}
.cc-callout-tip.bottomRight {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  bottom: -7px;
  right: 25px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.cc-callout-body {
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
}
.cc-callout-body:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 992px) {
  .cc-callout-body .date-picker-wrap #uiDate {
    z-index: 9002;
  }
}
.cc-callout-content {
  background-color: var(--lvh-white);
  border-radius: 3px;
  position: relative;
  z-index: 1002;
  overflow: hidden;
}
.cc-callout-content > ul {
  margin: 0;
  padding: 13px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-callout-content > ul:last-child {
  padding: 13px 0 0 0;
}
.cc-callout-content > ul.bullets > li {
  margin: 0 0 0 15px;
  padding: 0 0 10px 0;
  list-style: disc;
}
.cc-callout-content > ul.bullets > li:last-child {
  padding: 0;
}
.cc-callout-content > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.cc-callout-content > ul > li.mobileOnly {
  display: none;
}
@media (max-width: 991px) {
  .cc-callout-content > ul > li.mobileOnly {
    display: list-item;
  }
}
.cc-callout-content > ul > li.divider {
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  margin: 10px 0;
}
.cc-callout-content > ul > li.divider > a {
  display: none;
}
.cc-callout-content > ul > li > a,
.cc-callout-content > ul > li > span {
  display: block;
  color: var(--lvh-x-mid-grey);
  outline: none;
  padding: 0.25em 1.538em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cc-callout-content > ul > li > a:hover,
.cc-callout-content > ul > li > span:hover,
.cc-callout-content > ul > li > a:focus,
.cc-callout-content > ul > li > span:focus,
.cc-callout-content > ul > li > a.selected,
.cc-callout-content > ul > li > span.selected {
  background-color: var(--lvh-x-off-white);
}
.cc-callout-content > ul > li > a .label,
.cc-callout-content > ul > li > span .label {
  color: var(--lvh-x-mid-grey);
  white-space: inherit;
}
.cc-callout-content > ul > li.disabled > a,
.cc-callout-content > ul > li.disabled > span {
  color: rgba(102, 102, 102, 0.3);
}
.cc-callout-content > ul > li.disabled > a:hover,
.cc-callout-content > ul > li.disabled > span:hover,
.cc-callout-content > ul > li.disabled > a:focus,
.cc-callout-content > ul > li.disabled > span:focus,
.cc-callout-content > ul > li.disabled > a.selected,
.cc-callout-content > ul > li.disabled > span.selected {
  background-color: var(--lvh-white);
}
.dropdownDirective {
  position: relative;
}
.dropdownDirective[disabled] .selectedLabel,
.dropdownDirective:disabled .selectedLabel {
  background-color: var(--lvh-x-shark-light) !important;
  cursor: default !important;
}
.dropdownDirective[disabled] .selectedLabel .label,
.dropdownDirective:disabled .selectedLabel .label,
.dropdownDirective[disabled] .selectedLabel .icon,
.dropdownDirective:disabled .selectedLabel .icon {
  color: var(--lvh-secondary-text) !important;
}
.dropdownComponent.select .selectedLabel,
.dropdownComponent.head .selectedLabel {
  float: left;
  display: block;
  padding: 0.846em 1em;
  color: var(--lvh-x-dark-grey);
  outline: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer;
}
.dropdownComponent.select .selectedLabel > span,
.dropdownComponent.head .selectedLabel > span {
  float: left;
  width: calc(100% - 15px);
  padding-right: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdownComponent.select .dropdown,
.dropdownComponent.head .dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  width: auto;
  min-width: 100%;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-shark-dark);
  border-top-color: var(--lvh-x-off-white);
  border-radius: 0 0 3px 3px;
  /*padding: 0.462em 0 1em 0;*/
  padding-bottom: 0.462em;
  z-index: 1000;
}
.dropdownComponent.select .menuItems,
.dropdownComponent.head .menuItems,
.dropdownComponent.select .subMenuItems,
.dropdownComponent.head .subMenuItems {
  margin: 0;
  padding: 0;
}
.dropdownComponent.select .menuItems > .menuItem,
.dropdownComponent.head .menuItems > .menuItem,
.dropdownComponent.select .subMenuItems > .menuItem,
.dropdownComponent.head .subMenuItems > .menuItem,
.dropdownComponent.select .menuItems > .subMenuItem,
.dropdownComponent.head .menuItems > .subMenuItem,
.dropdownComponent.select .subMenuItems > .subMenuItem,
.dropdownComponent.head .subMenuItems > .subMenuItem {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdownComponent.select .menuItems > .menuItem > .label,
.dropdownComponent.head .menuItems > .menuItem > .label,
.dropdownComponent.select .subMenuItems > .menuItem > .label,
.dropdownComponent.head .subMenuItems > .menuItem > .label,
.dropdownComponent.select .menuItems > .subMenuItem > .label,
.dropdownComponent.head .menuItems > .subMenuItem > .label,
.dropdownComponent.select .subMenuItems > .subMenuItem > .label,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label {
  display: block;
  cursor: pointer;
  color: var(--lvh-x-mid-grey);
  padding: 0.231em 1em;
}
.dropdownComponent.select .menuItems > .menuItem > .label:hover,
.dropdownComponent.head .menuItems > .menuItem > .label:hover,
.dropdownComponent.select .subMenuItems > .menuItem > .label:hover,
.dropdownComponent.head .subMenuItems > .menuItem > .label:hover,
.dropdownComponent.select .menuItems > .subMenuItem > .label:hover,
.dropdownComponent.head .menuItems > .subMenuItem > .label:hover,
.dropdownComponent.select .subMenuItems > .subMenuItem > .label:hover,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label:hover,
.dropdownComponent.select .menuItems > .menuItem > .label:focus,
.dropdownComponent.head .menuItems > .menuItem > .label:focus,
.dropdownComponent.select .subMenuItems > .menuItem > .label:focus,
.dropdownComponent.head .subMenuItems > .menuItem > .label:focus,
.dropdownComponent.select .menuItems > .subMenuItem > .label:focus,
.dropdownComponent.head .menuItems > .subMenuItem > .label:focus,
.dropdownComponent.select .subMenuItems > .subMenuItem > .label:focus,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label:focus {
  background-color: var(--lvh-x-off-white);
  outline: 1px solid var(--lvh-x-dark-grey);
  outline-offset: -1px;
}
.dropdownComponent.select .menuItems > .menuItem > .label:hover,
.dropdownComponent.head .menuItems > .menuItem > .label:hover,
.dropdownComponent.select .subMenuItems > .menuItem > .label:hover,
.dropdownComponent.head .subMenuItems > .menuItem > .label:hover,
.dropdownComponent.select .menuItems > .subMenuItem > .label:hover,
.dropdownComponent.head .menuItems > .subMenuItem > .label:hover,
.dropdownComponent.select .subMenuItems > .subMenuItem > .label:hover,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label:hover {
  background-color: var(--lvh-x-off-white);
}
.dropdownComponent.select .menuItems > .menuItem > .label.divider,
.dropdownComponent.head .menuItems > .menuItem > .label.divider,
.dropdownComponent.select .subMenuItems > .menuItem > .label.divider,
.dropdownComponent.head .subMenuItems > .menuItem > .label.divider,
.dropdownComponent.select .menuItems > .subMenuItem > .label.divider,
.dropdownComponent.head .menuItems > .subMenuItem > .label.divider,
.dropdownComponent.select .subMenuItems > .subMenuItem > .label.divider,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label.divider {
  cursor: default;
  padding: 0;
  border-bottom: solid 1px var(--lvh-x-mid-grey);
}
.dropdownComponent.select .menuItems > .menuItem > .label.blank,
.dropdownComponent.head .menuItems > .menuItem > .label.blank,
.dropdownComponent.select .subMenuItems > .menuItem > .label.blank,
.dropdownComponent.head .subMenuItems > .menuItem > .label.blank,
.dropdownComponent.select .menuItems > .subMenuItem > .label.blank,
.dropdownComponent.head .menuItems > .subMenuItem > .label.blank,
.dropdownComponent.select .subMenuItems > .subMenuItem > .label.blank,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label.blank {
  height: 18px;
}
.dropdownComponent.select .subMenuItems > .subMenuItem,
.dropdownComponent.head .subMenuItems > .subMenuItem {
  position: relative;
}
.dropdownComponent.select .subMenuItems > .subMenuItem:before,
.dropdownComponent.head .subMenuItems > .subMenuItem:before {
  content: "\e915";
  font-family: 'IconFont';
  font-size: 0.538em;
  color: var(--lvh-x-shark-dark);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 2em;
  margin-top: -0.5em;
}
.dropdownComponent.select .subMenuItems > .subMenuItem > .label,
.dropdownComponent.head .subMenuItems > .subMenuItem > .label {
  padding-left: 2em;
}
@media (min-width: 992px) {
  .dropdownComponent.above .dropdown {
    top: auto !important;
    bottom: 100% !important;
    border-radius: 3px 3px 0 0 !important;
  }
}
.dropdownComponent.callout {
  float: left;
  position: relative;
}
.dropdownComponent.callout .callout {
  display: none;
  opacity: 0;
  -moz-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  line-height: normal;
  position: absolute;
  padding-top: 13px;
  right: -26px;
  top: 4em;
}
.dropdownComponent.callout .callout.isVisible {
  display: block;
  opacity: 1;
  z-index: 1000;
}
.dropdownComponent.callout .calloutTip {
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid var(--lvh-x-pale-grey);
  background-color: var(--lvh-white);
  z-index: 1001;
  top: 10px;
  right: 22px;
  margin: -3px 0 0 -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none !important;
  border-right: none !important;
}
.dropdownComponent.callout .calloutBody {
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
}
.dropdownComponent.callout .calloutContent {
  background-color: var(--lvh-white);
  border-radius: 3px;
  position: relative;
  z-index: 1002;
  overflow: hidden;
}
.dropdownComponent.callout .calloutContent .mobileOnly {
  display: none;
}
@media (max-width: 991px) {
  .dropdownComponent.callout .calloutContent .mobileOnly {
    display: block;
  }
}
.dropdownComponent.callout .calloutContent > ul {
  margin: 0;
  padding: 13px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdownComponent.callout .calloutContent > ul:last-child {
  padding: 13px 0 0 0;
}
.dropdownComponent.callout .calloutContent > ul.bullets > li {
  margin: 0 0 0 15px;
  padding: 0 0 10px 0;
  list-style: disc;
}
.dropdownComponent.callout .calloutContent > ul.bullets > li:last-child {
  padding: 0;
}
.dropdownComponent.callout .calloutContent > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.dropdownComponent.callout .calloutContent > ul > li.mobileOnly {
  display: none;
}
@media (max-width: 991px) {
  .dropdownComponent.callout .calloutContent > ul > li.mobileOnly {
    display: list-item;
  }
}
.dropdownComponent.callout .calloutContent > ul > li.divider {
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  margin: 10px 0;
}
.dropdownComponent.callout .calloutContent > ul > li.divider > a {
  display: none;
}
.dropdownComponent.callout .calloutContent > ul > li > a,
.dropdownComponent.callout .calloutContent > ul > li > span {
  display: block;
  color: var(--lvh-x-mid-grey);
  outline: none;
  padding: 0.25em 1.538em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.dropdownComponent.callout .calloutContent > ul > li > a:hover,
.dropdownComponent.callout .calloutContent > ul > li > span:hover,
.dropdownComponent.callout .calloutContent > ul > li > a:focus,
.dropdownComponent.callout .calloutContent > ul > li > span:focus,
.dropdownComponent.callout .calloutContent > ul > li > a.selected,
.dropdownComponent.callout .calloutContent > ul > li > span.selected {
  background-color: var(--lvh-x-off-white);
}
.dropdownComponent.callout .calloutContent > ul > li > a .label,
.dropdownComponent.callout .calloutContent > ul > li > span .label {
  color: var(--lvh-x-mid-grey);
  white-space: inherit;
}
.dropdownComponent.callout .calloutContent > ul > li.disabled > a,
.dropdownComponent.callout .calloutContent > ul > li.disabled > span {
  color: rgba(102, 102, 102, 0.3);
}
.dropdownComponent.callout .calloutContent > ul > li.disabled > a:hover,
.dropdownComponent.callout .calloutContent > ul > li.disabled > span:hover,
.dropdownComponent.callout .calloutContent > ul > li.disabled > a:focus,
.dropdownComponent.callout .calloutContent > ul > li.disabled > span:focus,
.dropdownComponent.callout .calloutContent > ul > li.disabled > a.selected,
.dropdownComponent.callout .calloutContent > ul > li.disabled > span.selected {
  background-color: var(--lvh-white);
}
.cc-select-dropdown .dropdownComponent {
  position: relative;
}
.cc-select-dropdown .dropdownComponent:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-select-dropdown .dropdownComponent.select,
.cc-select-dropdown .dropdownComponent.head {
  color: var(--lvh-x-dark-grey);
  border: none;
  outline: 0;
  line-height: normal;
  box-sizing: border-box;
}
.cc-select-dropdown .dropdownComponent.select.hasValidationMessage,
.cc-select-dropdown .dropdownComponent.head.hasValidationMessage {
  padding-bottom: 28px !important;
}
.cc-select-dropdown .dropdownComponent.select.hasValidationMessage .dropdown,
.cc-select-dropdown .dropdownComponent.head.hasValidationMessage .dropdown {
  top: calc(100% - 29px);
}
.cc-select-dropdown .dropdownComponent.select .dropdown,
.cc-select-dropdown .dropdownComponent.head .dropdown {
  border-color: var(--lvh-x-paler-grey);
  top: calc(100% - 1px);
  left: 0;
  max-height: 200px;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-select-dropdown .dropdownComponent.select .selectedLabel,
.cc-select-dropdown .dropdownComponent.head .selectedLabel {
  float: left;
  width: 100%;
  padding: 7px 8px;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 991px) {
  .cc-select-dropdown .dropdownComponent.select .selectedLabel,
  .cc-select-dropdown .dropdownComponent.head .selectedLabel {
    padding: 10px 14px;
  }
}
.cc-select-dropdown .dropdownComponent.select .selectedLabel > span,
.cc-select-dropdown .dropdownComponent.head .selectedLabel > span {
  float: left;
  width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-select-dropdown .dropdownComponent.select .selectedLabel > span,
  .cc-select-dropdown .dropdownComponent.head .selectedLabel > span {
    font-size: 16px;
  }
}
.cc-select-dropdown .dropdownComponent.select .selectedLabel i,
.cc-select-dropdown .dropdownComponent.head .selectedLabel i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3.5px;
  display: block;
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
}
@media (max-width: 991px) {
  .cc-select-dropdown .dropdownComponent.select .selectedLabel i,
  .cc-select-dropdown .dropdownComponent.head .selectedLabel i {
    right: 14px;
  }
}
.cc-select-dropdown .dropdownComponent.select .menuItems > .menuItem > .label,
.cc-select-dropdown .dropdownComponent.head .menuItems > .menuItem > .label,
.cc-select-dropdown .dropdownComponent.select .subMenuItems > .menuItem > .label,
.cc-select-dropdown .dropdownComponent.head .subMenuItems > .menuItem > .label,
.cc-select-dropdown .dropdownComponent.select .menuItems > .subMenuItem > .label,
.cc-select-dropdown .dropdownComponent.head .menuItems > .subMenuItem > .label,
.cc-select-dropdown .dropdownComponent.select .subMenuItems > .subMenuItem > .label,
.cc-select-dropdown .dropdownComponent.head .subMenuItems > .subMenuItem > .label {
  padding: 4px 8px;
}
.cc-select-dropdown .dropdownComponent.select .validation-message,
.cc-select-dropdown .dropdownComponent.head .validation-message {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.cc-select-dropdown .dropdownComponent.head .dropdown {
  max-height: 220px;
}
.cc-select-dropdown .dropdownComponent.head .selectedLabel > span {
  width: auto;
}
.cc-select-dropdown .dropdownComponent.head .menuItem {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.cc-select-dropdown .dropdownComponent.head .menuItem:hover {
  background-color: var(--lvh-x-off-white);
}
.cc-select-dropdown .dropdownComponent.head .profile-picture {
  float: left;
}
.cc-select-dropdown .dropdownComponent.head .cc-avatar {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.cc-select-dropdown .dropdownComponent.head .text {
  float: left;
  color: var(--lvh-secondary-text);
  line-height: 32px;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 50px);
}
.cc-dropdown.validation-error .select .selected-option {
  border-color: var(--lvh-validation-red-dark);
}
.cc-dropdown.has-validation-message {
  padding-bottom: 28px !important;
}
.cc-dropdown.has-validation-message .select .dropdown {
  top: calc(100% - 29px);
}
.cc-dropdown .select {
  color: var(--lvh-x-dark-grey);
  border: none;
  outline: 0;
  line-height: normal;
  box-sizing: border-box;
  position: relative;
}
.cc-dropdown .select:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-dropdown .select .dropdown {
  border-color: var(--lvh-x-paler-grey);
  top: calc(100% - 1px);
  left: 0;
  max-height: 200px;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-dropdown .select .selected-option {
  float: left;
  width: 100%;
  padding: 7px 8px;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 991px) {
  .cc-dropdown .select .selected-option {
    padding: 10px 14px;
  }
}
.cc-dropdown .select .selected-option > span {
  float: left;
  width: calc(100% - 15px);
  min-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.cc-dropdown .select .selected-option i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3.5px;
  display: block;
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
}
@media (max-width: 991px) {
  .cc-dropdown .select .selected-option i {
    right: 14px;
  }
}
.cc-dropdown .select .menuItems > .menuItem > .label,
.cc-dropdown .select .subMenuItems > .menuItem > .label,
.cc-dropdown .select .menuItems > .subMenuItem > .label,
.cc-dropdown .select .subMenuItems > .subMenuItem > .label {
  padding: 4px 8px;
}
.cc-dropdown .select .validation-message {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.layout-spacious .cc-dropdown .select .selected-option {
  padding: 10px 8px;
}

.cc-dropdown2 {
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: var(--lvh-secondary-text);
  position: relative;
  background-color: var(--lvh-white);
}
.cc-dropdown2[disabled] .selected-option,
.cc-dropdown2:disabled .selected-option {
  background-color: var(--lvh-x-shark-light);
  cursor: default;
}
.cc-dropdown2[disabled] .selected-option .label,
.cc-dropdown2:disabled .selected-option .label,
.cc-dropdown2[disabled] .selected-option .icon,
.cc-dropdown2:disabled .selected-option .icon {
  color: var(--lvh-secondary-text);
}
.cc-dropdown2[disabled] [ng-click]:not(.cc-modalOverlay):not(.overlayContent),
.cc-dropdown2:disabled [ng-click]:not(.cc-modalOverlay):not(.overlayContent) {
  cursor: default;
}
.cc-dropdown2.small .selected-option {
  min-height: 26px;
}
@media (max-width: 991px) {
  .cc-dropdown2.small .selected-option {
    min-height: 25px;
  }
}
.cc-dropdown2.small .selected-option .label,
.cc-dropdown2.small .selected-option .icon {
  line-height: 24px;
}
@media (max-width: 991px) {
  .cc-dropdown2.small .selected-option .label,
  .cc-dropdown2.small .selected-option .icon {
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .cc-dropdown2.multi-select.category-type .dropdown {
    z-index: 1000;
  }
}
.cc-dropdown2.multi-select.category-type .dropdown .option {
  padding: 0;
}
.cc-dropdown2.multi-select.category-type .dropdown .inner-wrap {
  cursor: pointer;
}
.cc-dropdown2.multi-select.category-type .dropdown .label {
  padding-right: 15px;
}
.cc-dropdown2.multi-select.category-type .dropdown .count {
  right: 40px;
}
.cc-dropdown2.multi-select.category-type .dropdown .icon {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
  line-height: 40px;
}
.cc-dropdown2.multi-select.category-type .dropdown .primary-option:not(:last-child) {
  border-bottom: 1px solid var(--lvh-x-paler-grey);
}
.cc-dropdown2.multi-select.category-type .dropdown .primary-option .p-checkbox {
  left: 10px;
}
.cc-dropdown2.multi-select.category-type .dropdown .secondary-option > .inner-wrap {
  padding: 0 10px;
}
.cc-dropdown2.multi-select.category-type .dropdown .secondary-option > .inner-wrap .p-checkbox {
  left: 25px;
}
.cc-dropdown2.multi-select.category-type .dropdown .secondary-option > .inner-wrap .label {
  padding-left: 35px;
}
.cc-dropdown2.multi-select .selected-option .label {
  margin-right: 5px;
}
.cc-dropdown2.multi-select .selected-option .label > span {
  overflow: hidden;
  white-space: nowrap;
}
.cc-dropdown2.multi-select .selected-option.avatar {
  padding: 0 20px 0 10px;
}
.cc-dropdown2.multi-select .selected-option .clear-icon {
  font-size: 12px;
}
.cc-dropdown2.multi-select .selected-option .clear-icon:hover {
  color: var(--lvh-x-red);
}
.cc-dropdown2.multi-select .dropdown {
  overflow-x: hidden;
  z-index: 1000;
  max-height: 200px;
}
.cc-dropdown2.multi-select .dropdown .inner-wrap {
  position: relative;
}
.cc-dropdown2.multi-select .dropdown .p-checkbox {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
  .cc-dropdown2.multi-select .dropdown .p-checkbox {
    width: 16px;
    height: 16px;
  }
}
.cc-dropdown2.multi-select .dropdown .p-checkbox .checkbox {
  display: block;
}
.cc-dropdown2.multi-select .dropdown .label {
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 0 30px 0 24px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-dropdown2.multi-select .dropdown .count {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.cc-dropdown2.multi-select .dropdown .primary-option,
.cc-dropdown2.multi-select .dropdown .secondary-option {
  white-space: nowrap;
}
.cc-dropdown2.multi-select .dropdown .primary-option.selected .label,
.cc-dropdown2.multi-select .dropdown .secondary-option.selected .label {
  /*font-weight: 600;*/
  color: var(--lvh-x-dark-grey);
}
.cc-dropdown2.multi-select .dropdown .primary-option {
  margin: 0;
  padding: 0;
}
.cc-dropdown2.multi-select .dropdown .primary-option .inner-wrap {
  margin: 0;
  padding: 0 10px;
  line-height: 26px;
  min-height: 26px;
}
.cc-dropdown2.multi-select .dropdown .primary-option .inner-wrap:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-dropdown2.multi-select .dropdown .primary-option .inner-wrap:hover,
.cc-dropdown2.multi-select .dropdown .primary-option .inner-wrap:focus {
  background-color: var(--lvh-x-off-white);
}
.cc-dropdown2.multi-select .dropdown .primary-option .inner-wrap .label {
  cursor: pointer;
}
.cc-dropdown2.validation-error .selected-option {
  border-color: var(--lvh-validation-red-dark);
}
.cc-dropdown2 .selected-option {
  display: block;
  min-height: 34px;
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  padding: 0 22px 0 10px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.cc-dropdown2 .selected-option:focus {
  border-color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .cc-dropdown2 .selected-option {
    min-height: 40px;
  }
}
.cc-dropdown2 .selected-option:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-dropdown2 .selected-option.has-icon .label {
  padding-left: 20px;
}
.cc-dropdown2 .selected-option.avatar {
  padding: 0 20px 0 10px;
}
.cc-dropdown2 .selected-option.avatar .cc-avatar {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
}
.cc-dropdown2 .selected-option.avatar .label {
  padding-left: 34px;
}
.cc-dropdown2 .selected-option .label,
.cc-dropdown2 .selected-option .icon {
  line-height: 32px;
}
@media (max-width: 991px) {
  .cc-dropdown2 .selected-option .label,
  .cc-dropdown2 .selected-option .icon {
    line-height: 38px;
  }
}
.cc-dropdown2 .selected-option .icon {
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.cc-dropdown2 .selected-option .icon.selected {
  color: var(--lvh-x-mesh-dark);
  left: 10px;
  right: auto;
  font-size: 12px;
}
.cc-dropdown2 .selected-option .label {
  display: block;
  font-size: 13px;
  color: var(--lvh-x-mesh-dark);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .cc-dropdown2 .selected-option .label {
    font-size: 16px;
  }
}
.cc-dropdown2 .selected-option.placeholder .label {
  color: var(--lvh-x-light-grey);
}
.cc-dropdown2 .selected-option.placeholder .cc-avatar {
  display: none;
}
.cc-dropdown2 .selected-option .hidden {
  display: none;
}
.cc-dropdown2 .dropdown {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  max-height: 200px;
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 0 0 3px 3px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: var(--lvh-white);
  z-index: 1000;
}
@media (max-width: 991px) {
  .cc-dropdown2 .dropdown {
    max-height: none;
    z-index: unset;
  }
}
.cc-dropdown2 .dropdown.above {
  border: 1px solid red;
}
.cc-dropdown2 .dropdown.avatar .option {
  line-height: 50px;
  min-height: 50px;
  position: relative;
}
.cc-dropdown2 .dropdown.avatar .option:not(:last-child) {
  border: none;
}
.cc-dropdown2 .dropdown.avatar .cc-avatar {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cc-dropdown2 .dropdown.avatar .label {
  padding-left: 42px;
}
.cc-dropdown2 .dropdown.searchListOnly {
  position: static;
}
.cc-dropdown2 .dropdown.searchListOnly .option.selected {
  background: var(--lvh-x-off-white);
}
.cc-dropdown2 .dropdown.searchListOnly .option.selected:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 6px;
  line-height: 12px;
  text-align: center;
  font-family: 'IconFont';
  content: "\e911";
  background: var(--lvh-bright-blue);
  color: var(--lvh-white);
}
.cc-dropdown2 .dropdown.searchListOnly .option.selected .label {
  padding-right: 20px;
}
.cc-dropdown2 .dropdown .option-filter {
  padding: 5px;
  border-bottom: 1px solid var(--lvh-x-paler-grey);
}
.cc-dropdown2 .dropdown .option-filter input[type='search']:focus {
  border-color: var(--lvh-x-dark-grey);
}
.cc-dropdown2 .dropdown .options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-dropdown2 .dropdown .option {
  margin: 0;
  padding: 0 10px;
  line-height: 26px;
  min-height: 26px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cc-dropdown2 .dropdown .option {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .cc-dropdown2 .dropdown .option:last-child {
    padding: 10px;
  }
}
.cc-dropdown2 .dropdown .option:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-dropdown2 .dropdown .option.has-icon {
  position: relative;
}
.cc-dropdown2 .dropdown .option.has-icon .icon {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cc-dropdown2 .dropdown .option.has-icon .label {
  padding-left: 20px;
}
.cc-dropdown2 .dropdown .option:hover,
.cc-dropdown2 .dropdown .option:focus {
  background-color: var(--lvh-x-off-white);
  outline: 1px solid var(--lvh-x-dark-grey);
  outline-offset: -1px;
}
.cc-dropdown2 .dropdown .option .label {
  min-height: 26px;
  cursor: pointer;
}
.cc-dropdown2 .dropdown .option .html-label.indent {
  padding-left: 15px;
}
.cc-dropdown2 .label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .cc-dropdown2 .label {
    font-size: 16px;
  }
}
.cc-dropdown2 .currency-flag {
  margin-right: 5px;
}
.cc-dropdown .select .selected-option {
  padding: 10px 8px;
}
.layout-spacious .cc-dropdown2 .selected-option {
  min-height: 40px;
}
.layout-spacious .cc-dropdown2 .selected-option .label,
.layout-spacious .cc-dropdown2 .selected-option .icon {
  line-height: 38px;
}
@media (max-width: 991px) {
  #employerApp .cc-dropdown2 .selected-option .label {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #employerApp .cc-dropdown2 .label {
    font-size: 13px;
  }
}

file-drop-ng1 .cc-file-drop,
resume-drop-ng1 .cc-file-drop {
  position: relative;
}
file-drop-ng1 .cc-file-drop.mode-image .outer-wrap,
resume-drop-ng1 .cc-file-drop.mode-image .outer-wrap {
  height: 440px;
}
file-drop-ng1 .cc-file-drop.mode-image .outer-wrap .drop-pane,
resume-drop-ng1 .cc-file-drop.mode-image .outer-wrap .drop-pane {
  display: table-cell;
  vertical-align: middle;
}
file-drop-ng1 .cc-file-drop.mode-image .outer-wrap .drop-pane img,
resume-drop-ng1 .cc-file-drop.mode-image .outer-wrap .drop-pane img {
  max-width: 409px;
  max-height: 370px;
}
file-drop-ng1 .cc-file-drop.cc-file-drop-dragover .outer-wrap,
resume-drop-ng1 .cc-file-drop.cc-file-drop-dragover .outer-wrap {
  opacity: 0.9;
  border-color: var(--lvh-bright-blue);
}
file-drop-ng1 .cc-file-drop.upload,
resume-drop-ng1 .cc-file-drop.upload {
  cursor: pointer;
}
file-drop-ng1 .cc-file-drop.uploading .drop-pane .title,
resume-drop-ng1 .cc-file-drop.uploading .drop-pane .title {
  margin: 0 0 10px 0;
}
file-drop-ng1 .cc-file-drop.success .drop-pane,
resume-drop-ng1 .cc-file-drop.success .drop-pane {
  padding-bottom: 40px;
}
file-drop-ng1 .cc-file-drop.success .drop-pane .icon,
resume-drop-ng1 .cc-file-drop.success .drop-pane .icon {
  color: var(--lvh-x-green);
}
file-drop-ng1 .cc-file-drop.success .drop-pane .text,
resume-drop-ng1 .cc-file-drop.success .drop-pane .text {
  display: block;
}
file-drop-ng1 .cc-file-drop.success .drop-pane .summary,
resume-drop-ng1 .cc-file-drop.success .drop-pane .summary {
  border: 1px solid var(--lvh-validation-green-mid);
  word-break: break-word;
  /*
    Testing disabling the rest of this mixin to review state with current browser versions.  If specific problems found with older browsers, we'll look at manual hyphenation approaches

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    //Firefox -Simon's recollection was that this was a prior attempt to undo the hyphenation settings above - Jamie also tweaked to only affect mobile...  believe latest change makes it unnecessary
    @media screen and (max-width: @screen-sm-max) and (-moz-images-in-menus:0) {
        hyphens: none !important;
        -moz-hyphens: none !important;
        word-break: normal !important;
    }*/
  background: var(--lvh-validation-green-light);
}
file-drop-ng1 .cc-file-drop.success .drop-pane .summary .text,
resume-drop-ng1 .cc-file-drop.success .drop-pane .summary .text {
  display: inline;
}
file-drop-ng1 .cc-file-drop.success .drop-pane .summary .reset-button,
resume-drop-ng1 .cc-file-drop.success .drop-pane .summary .reset-button {
  color: var(--lvh-validation-green-dark);
}
file-drop-ng1 .cc-file-drop.error,
resume-drop-ng1 .cc-file-drop.error {
  cursor: pointer;
}
file-drop-ng1 .cc-file-drop.error .drop-pane,
resume-drop-ng1 .cc-file-drop.error .drop-pane {
  padding-bottom: 40px;
}
file-drop-ng1 .cc-file-drop.error .drop-pane .icon,
resume-drop-ng1 .cc-file-drop.error .drop-pane .icon {
  color: var(--lvh-x-ripe);
}
file-drop-ng1 .cc-file-drop.error .drop-pane .summary,
resume-drop-ng1 .cc-file-drop.error .drop-pane .summary {
  border: 1px solid var(--lvh-validation-red-mid);
  background: var(--lvh-validation-red-light);
}
file-drop-ng1 .cc-file-drop.error .drop-pane .summary .reset-button,
resume-drop-ng1 .cc-file-drop.error .drop-pane .summary .reset-button {
  color: var(--lvh-validation-red-dark);
}
file-drop-ng1 .cc-file-drop.uploading .outer-wrap,
resume-drop-ng1 .cc-file-drop.uploading .outer-wrap,
file-drop-ng1 .cc-file-drop.success .outer-wrap,
resume-drop-ng1 .cc-file-drop.success .outer-wrap,
file-drop-ng1 .cc-file-drop.error .outer-wrap,
resume-drop-ng1 .cc-file-drop.error .outer-wrap {
  border-style: solid;
}
file-drop-ng1 .cc-file-drop .outer-wrap,
resume-drop-ng1 .cc-file-drop .outer-wrap {
  border-radius: 3px;
  border: 1px dashed var(--lvh-x-paler-grey);
  background-color: var(--lvh-x-off-white);
  box-sizing: border-box;
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .outer-wrap .inner-wrap,
resume-drop-ng1 .cc-file-drop .outer-wrap .inner-wrap {
  width: 100%;
  height: 100%;
  display: table;
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .drop-pane,
resume-drop-ng1 .cc-file-drop .drop-pane {
  margin: 30px 15px;
  text-align: center;
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .drop-pane > div,
resume-drop-ng1 .cc-file-drop .drop-pane > div {
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .drop-pane .icon,
resume-drop-ng1 .cc-file-drop .drop-pane .icon {
  display: block;
  margin: 0 auto 10px;
  font-size: 32px;
  color: var(--lvh-x-shark-dark);
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .drop-pane .title,
resume-drop-ng1 .cc-file-drop .drop-pane .title {
  display: block;
  font-size: 14px;
  color: var(--lvh-primary-text);
  margin: 0 0 5px;
  cursor: inherit;
}
@media (max-width: 991px) {
  file-drop-ng1 .cc-file-drop .drop-pane .title,
  resume-drop-ng1 .cc-file-drop .drop-pane .title {
    display: none;
  }
}
file-drop-ng1 .cc-file-drop .drop-pane .title.mobile,
resume-drop-ng1 .cc-file-drop .drop-pane .title.mobile {
  display: none;
}
@media (max-width: 991px) {
  file-drop-ng1 .cc-file-drop .drop-pane .title.mobile,
  resume-drop-ng1 .cc-file-drop .drop-pane .title.mobile {
    display: block;
  }
}
file-drop-ng1 .cc-file-drop .drop-pane .title .filename,
resume-drop-ng1 .cc-file-drop .drop-pane .title .filename {
  color: var(--lvh-x-dark-grey);
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .drop-pane .title .browse,
resume-drop-ng1 .cc-file-drop .drop-pane .title .browse {
  font-weight: 700;
  color: var(--lvh-bright-blue);
  cursor: inherit;
}
file-drop-ng1 .cc-file-drop .drop-pane .text,
resume-drop-ng1 .cc-file-drop .drop-pane .text {
  display: none;
  font-size: 13px;
  color: var(--lvh-secondary-text);
  cursor: inherit;
}
@media (max-width: 991px) {
  file-drop-ng1 .cc-file-drop .drop-pane .text.mobile,
  resume-drop-ng1 .cc-file-drop .drop-pane .text.mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  file-drop-ng1 .cc-file-drop .drop-pane .text.desktop,
  resume-drop-ng1 .cc-file-drop .drop-pane .text.desktop {
    display: block;
  }
}
file-drop-ng1 .cc-file-drop .drop-pane .text.block,
resume-drop-ng1 .cc-file-drop .drop-pane .text.block {
  display: block;
}
file-drop-ng1 .cc-file-drop .drop-pane .summary,
resume-drop-ng1 .cc-file-drop .drop-pane .summary {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border-radius: 0 0 3px 3px;
  color: var(--lvh-secondary-text);
}
file-drop-ng1 .cc-file-drop .drop-pane .summary .replace,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .replace,
file-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button {
  border: 0;
  background: none;
  cursor: pointer;
}
file-drop-ng1 .cc-file-drop .drop-pane .summary .replace:hover,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .replace:hover,
file-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button:hover,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button:hover,
file-drop-ng1 .cc-file-drop .drop-pane .summary .replace:active,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .replace:active,
file-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button:active,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button:active,
file-drop-ng1 .cc-file-drop .drop-pane .summary .replace:focus,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .replace:focus,
file-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button:focus,
resume-drop-ng1 .cc-file-drop .drop-pane .summary .reset-button:focus {
  text-decoration: underline;
}
file-drop-ng1 .cc-file-drop .progress-bar,
resume-drop-ng1 .cc-file-drop .progress-bar {
  width: 100%;
  max-width: 260px;
  height: 5px;
  background-color: var(--lvh-x-shark-dark);
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
}
file-drop-ng1 .cc-file-drop .progress-bar:after,
resume-drop-ng1 .cc-file-drop .progress-bar:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
file-drop-ng1 .cc-file-drop .progress-bar > .bar,
resume-drop-ng1 .cc-file-drop .progress-bar > .bar {
  float: left;
  width: 0;
  height: 5px;
  background-color: var(--lvh-bright-blue);
}
#job-cv-section .cc-file-drop.error .drop-pane,
#job-cv-section .cc-file-drop.success .drop-pane {
  display: block;
  margin: 20px 0 0;
}
#job-cv-section .cc-file-drop.error .drop-pane .text.block,
#job-cv-section .cc-file-drop.success .drop-pane .text.block {
  margin: 0;
}

.cc-file-drop-box .area-drag {
  float: left;
  width: 100%;
  padding: 25px 0;
  color: var(--lvh-secondary-text);
  background: var(--lvh-white);
  border-bottom: solid 1px var(--lvh-x-pale-grey);
  text-align: center;
}
.cc-file-drop-box .area-drag > p {
  margin: 0;
}
.cc-file-drop-box .progress {
  float: left;
  position: relative;
  height: 5px;
  width: 100%;
  background: var(--lvh-x-dark-grey);
}
.cc-file-drop-box .progress-bar {
  position: absolute;
  width: 0%;
  top: 0;
  bottom: 0;
  background: var(--lvh-bright-blue);
}
.cc-file-drop-box .list-items {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.cc-file-drop-box .list-item {
  border: solid 1px var(--lvh-x-dark-grey);
  border-left: 0;
  border-right: 0;
  color: var(--lvh-secondary-text);
  -moz-transition: 0.2s ease-in-out background-color;
  -o-transition: 0.2s ease-in-out background-color;
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
}
.cc-file-drop-box .list-item:hover,
.cc-file-drop-box .list-item:focus {
  background-color: var(--lvh-x-off-white);
}
.cc-file-drop-box .list-item:last-child {
  border-bottom: none;
}
.cc-file-drop-box .list-item > a,
.cc-file-drop-box .list-item > span,
.cc-file-drop-box .list-item.list-item-upload {
  display: block;
  padding: 8px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-file-drop-box .list-item > a.list-item-upload-failed,
.cc-file-drop-box .list-item > span.list-item-upload-failed,
.cc-file-drop-box .list-item.list-item-upload.list-item-upload-failed {
  background-color: var(--lvh-validation-red-mid);
}
.cc-file-drop-box .list-item .file {
  float: left;
  width: 100%;
  position: relative;
}
.cc-file-drop-box .list-item .file > .icon {
  position: absolute;
  top: 3px;
  left: 0;
}
.cc-file-drop-box .list-item .file > span {
  float: left;
  width: 100%;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-file-drop-box .list-item .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url('//assets.livehire.com/common/images/vectors/filetypes/filetype-other.svg');
  background-size: 12px 12px;
}
.cc-file-drop-box .list-item .jpeg,
.cc-file-drop-box .list-item .png {
  background-image: url('//assets.livehire.com/common/images/vectors/filetype-image.svg');
}
.cc-file-drop-box .list-item .pdf {
  background-image: url('//assets.livehire.com/common/images/vectors/filetype-pdf.svg');
}
.cc-file-drop-box .list-item .word {
  background-image: url('//assets.livehire.com/common/images/vectors/filetype-word.svg');
}
.cc-file-drop-box .list-item .xls {
  background-image: url('//assets.livehire.com/common/images/vectors/filetype-excel.svg');
}
.cc-file-drop-box .list-item .ppt,
.cc-file-drop-box .list-item .pptx {
  background-image: url('//assets.livehire.com/common/images/vectors/filetype-powerpoint.svg');
}
.cc-file-drop-box .list-item .time-ago {
  float: left;
  width: 100%;
  padding-left: 20px;
  font-size: 10px;
  color: var(--lvh-secondary-text);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-file-drop-box .list-item .time-ago > span {
  color: var(--lvh-x-shark-dark);
}
.cc-file-drop-box .list-item:first-child {
  border-top: 0;
}
.cc-file-drop-box .list-item + .list-item {
  border-top: 0;
}
.cc-file-drop-box .list-item .fileUpload {
  float: left;
  width: 100%;
  position: relative;
}
.cc-file-drop-box .list-item .fileUpload .name {
  color: var(--lvh-x-dark-grey);
  float: left;
  width: 100%;
  padding-right: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-file-drop-box .list-item .fileUpload .progressPercent {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 10px;
}
.cc-file-drop-box .error-message {
  float: left;
  width: 100%;
  background-color: var(--lvh-validation-red-light);
}
.cc-file-drop-box .error-message > div {
  padding: 8px 15px;
  color: var(--lvh-validation-red-dark);
}

/* -----------------------------------------------------------------------------

  FILTER LIST COMPONENT
  
----------------------------------------------------------------------------- */
.cc-filter-list {
  padding: 10px 15px 5px 15px;
  background-color: var(--lvh-white);
  border-bottom: 1px solid var(--lvh-x-grey);
  line-height: normal;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
}
.cc-filter-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-filter-list.read-only .filters .filter.connectiontags {
  padding-right: 0 !important;
}
.cc-filter-list.read-only .filters .filter .label {
  margin-right: 0 !important;
}
.cc-filter-list .clearFiltersButton {
  float: left;
  outline: none;
  background: none;
  padding: 0.154em 0.769em 0.308em 0.769em;
  margin-bottom: 0.385em;
  border: 1px solid var(--lvh-x-shark-light);
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-filter-list .clearFiltersButton > .label {
  color: var(--lvh-secondary-text);
  font-size: 0.846em;
}
.cc-filter-list .filters .filter {
  float: left;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-x-grey);
  border-radius: 0.231em;
  padding: 0.385em 0.615em 0.462em 0.615em;
  margin: 0 0.385em 0.385em 0;
  height: 15px;
}
.cc-filter-list .filters .filter.connectiontags > .arrow {
  position: relative;
  float: left;
  width: 0;
  height: 6px;
  border-top: 10px solid var(--lvh-white);
  border-bottom: 10px solid var(--lvh-white);
  border-left: 8px solid var(--lvh-white92);
  margin-left: 3px;
}
.cc-filter-list .filters .filter.connectiontags > .arrow:before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 3px;
  height: 3px;
  content: '';
  margin-top: -1.5px;
  background: var(--lvh-white);
}
.cc-filter-list .filters .filter.connectiontags .label > .text {
  color: var(--lvh-x-blue);
}
.cc-filter-list .filters .filter .label {
  float: left;
}
.cc-filter-list .filters .filter .label > .text {
  display: block;
  font-size: 0.846em;
}
.cc-filter-list .filters .filter .remove {
  float: left;
  margin: 0.462em 0 0.462em 0.462em;
  cursor: pointer;
}
.cc-filter-list .filters .filter .remove .icon:before {
  display: block;
  font-size: 0.462em;
}
.cc-filter-list .filters .filter.specialties {
  background-color: var(--lvh-x-murkberry-light);
}
.cc-filter-list .filters .filter.specialties .label,
.cc-filter-list .filters .filter.specialties .remove {
  color: var(--lvh-x-murkberry-darker);
}
.cc-filter-list .filters .filter.classic {
  border-left: 3px solid #448cdb;
}
.cc-filter-list .filters .filter.bronze {
  border-left: 3px solid #ffca67;
}
.cc-filter-list .filters .filter.silver {
  border-left: 3px solid #ffca67;
}
.cc-filter-list .filters .filter.gold {
  border-left: 3px solid #ffca67;
}
.cc-filter-list .filters .filter.milestone {
  border-left: 3px solid #fb915e;
}
.cc-filter-list .filters .filter.role {
  border-left: 3px solid #ff60a2;
}
.cc-filter-list .filters .filter.jobtitle {
  border-left: 3px solid #ff60a2;
}
.cc-filter-list .filters .filter.qualification_randstad {
  border-left: 3px solid #6c65fb;
}
.cc-filter-list .filters .filter.randstaddirect {
  border-left: 3px solid #2175d9;
}
.cc-filter-list .filters .filter.qualification {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.default {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.location {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.worktype {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.client {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.project {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.system {
  border-left: 3px solid #f1f2f3;
}
.cc-filter-list .filters .filter.secondary {
  border-left: 3px solid #f1f2f3;
}

.alert-dismissible.ng-hide {
  opacity: 0;
}
.alert-dismissible.ng-hide-add,
.alert-dismissible.ng-hide-remove {
  transition: all linear 0.5s;
}

.cc-alert {
  padding: 15px;
  border-radius: 3px;
  box-sizing: border-box;
}
.cc-alert.has-icon {
  position: relative;
  padding-left: 40px;
}
.cc-alert.has-icon > .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  line-height: 20px;
}
.cc-alert.red {
  background-color: var(--lvh-validation-red-light);
  border: 1px solid var(--lvh-validation-red-mid);
  color: var(--lvh-validation-red-dark);
}
.cc-alert.red p {
  color: var(--lvh-validation-red-dark);
}
.cc-alert.red p a {
  color: var(--lvh-validation-red-dark);
}
.cc-alert.yellow {
  background-color: var(--lvh-alert-yellow-light);
  border: 1px solid var(--lvh-alert-yellow-mid);
  color: var(--lvh-alert-yellow-text);
}
.cc-alert.yellow p {
  color: var(--lvh-alert-yellow-text);
}
.cc-alert.yellow p a {
  color: var(--lvh-alert-yellow-text);
}
.cc-alert.green {
  background-color: var(--lvh-validation-green-light);
  border: 1px solid var(--lvh-validation-green-mid);
  color: var(--lvh-validation-green-dark);
}
.cc-alert.green p {
  color: var(--lvh-validation-green-dark);
}
.cc-alert.green p a {
  color: var(--lvh-validation-green-dark);
}
.cc-alert.blue {
  background-color: var(--lvh-alert-blue-light);
  border: 1px solid var(--lvh-alert-blue-mid);
  color: var(--lvh-alert-blue-text);
}
.cc-alert.blue p {
  color: var(--lvh-alert-blue-text);
}
.cc-alert.blue p a {
  color: var(--lvh-alert-blue-text);
}
.cc-alert .heading {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.cc-alert p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5 !important;
}
.cc-alert p:not(:last-child) {
  margin: 0 0 20px 0;
}
.cc-alert p a {
  text-decoration: underline;
}
.cc-alert .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  cursor: pointer;
}
.cc-alert.alert-dismissible {
  padding-right: 40px;
}
.cc-alert.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--lvh-x-dark-grey);
  font-size: 13px;
  cursor: pointer;
  background: none;
  border: none;
}
.cc-alert.alert-dismissible .close:focus-visible {
  outline: none;
}
.cc-alert.alert-dismissible .close:focus {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
  border-radius: 3px;
}
.globalAlert {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 316px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10100;
}
.globalAlert.error {
  background-color: var(--lvh-validation-red-light);
  border: 1px solid var(--lvh-validation-red-mid);
  color: var(--lvh-validation-red-dark);
}
.globalAlert.success {
  background-color: var(--lvh-validation-green-light);
  border: 1px solid var(--lvh-validation-green-mid);
  color: var(--lvh-validation-green-dark);
}
.globalAlert.info {
  background-color: var(--lvh-alert-blue-light);
  border: 1px solid var(--lvh-alert-blue-mid);
  color: var(--lvh-alert-blue-text);
}
.globalAlert.warning {
  background-color: var(--lvh-alert-yellow-light);
  border: 1px solid var(--lvh-alert-yellow-mid);
  color: var(--lvh-alert-yellow-text);
}
.globalAlert h3 {
  margin: 0 0 5px 0;
  font-size: 13px !important;
  color: inherit !important;
  letter-spacing: normal !important;
}
.globalAlert h3 > span {
  font-weight: 600;
}
.globalAlert .message > span {
  font-size: 0.923em;
  line-height: 1.5;
}
.globalAlert .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: none;
}
.globalAlert .close-button > .icon {
  font-size: 8px;
}

.cc-tab-group .sr-legend {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.cc-tab-group:disabled .tab,
.cc-tab-group[disabled] .tab {
  outline: none;
  cursor: default;
  background-color: var(--lvh-x-shark-light);
}
.cc-tab-group:disabled [ng-click]:not(.cc-modalOverlay):not(.overlayContent),
.cc-tab-group[disabled] [ng-click]:not(.cc-modalOverlay):not(.overlayContent) {
  cursor: default;
}
.cc-tab-group.validation-error .tab {
  border-color: var(--lvh-validation-red-dark) !important;
}
.cc-tab-group .tab {
  float: left;
  border: 1px solid var(--lvh-x-paler-grey);
  padding: 9px 15px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: var(--lvh-white);
  position: relative;
  outline: 0;
}
.cc-tab-group .tab:focus-within {
  border: 1px solid var(--lvh-x-dark-grey) !important;
}
.cc-tab-group .tab:focus-within:not(:last-child) {
  padding-right: 14px;
}
@media (max-width: 991px) {
  .cc-tab-group .tab {
    width: 100%;
    padding: 15px;
  }
  .cc-tab-group .tab:focus:not(:last-child) {
    padding-bottom: 14px;
  }
}
.cc-tab-group .tab:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 991px) {
  .cc-tab-group .tab:first-of-type {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
.cc-tab-group .tab:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 991px) {
  .cc-tab-group .tab:last-of-type {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}
.cc-tab-group .tab:not(:last-of-type) {
  border-right: 0;
}
@media (max-width: 991px) {
  .cc-tab-group .tab:not(:last-of-type) {
    border-right: 1px solid var(--lvh-x-paler-grey);
    border-bottom: 0;
  }
}
.cc-tab-group .tab .p-checkbox,
.cc-tab-group .tab .p-radio-button,
.cc-tab-group .tab .label {
  position: relative;
  z-index: 1;
}
.cc-tab-group .tab .label {
  line-height: 20px;
}
@media (max-width: 991px) {
  .cc-tab-group .tab .label {
    font-size: 16px;
  }
}
.cc-tab-group .input:checked ~ .bg,
.cc-tab-group .input.checked ~ .bg {
  background-color: var(--lvh-white98);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cc-tab-group .input:checked ~ .label,
.cc-tab-group .input.checked ~ .label {
  color: var(--lvh-x-dark-grey);
}
option-strip-ng1.validation-error .cc-tab-group .tab {
  border-color: var(--lvh-validation-red-dark);
}
@media (max-width: 991px) {
  #employerApp .cc-tab-group .tab .label {
    font-size: 13px;
  }
}

.cc-tooltip:hover > .tooltipContainer,
.cc-tooltip:focus > .tooltipContainer {
  display: block;
}
.cc-tooltip.wrapper {
  display: inline-block;
  position: relative;
  cursor: default;
}
.cc-tooltip.wrapper .cc-callout-tip {
  z-index: 9500;
}
.cc-tooltip.wrapper .cc-callout-body {
  position: relative;
  z-index: 9499;
}
.cc-tooltip[disabled] > .tooltipContainer {
  display: none;
}
.cc-tooltip .tooltipContainer {
  display: none;
}
.cc-tooltip.default-type.above > .tooltipContainer {
  bottom: calc(100% + 8px);
}
.cc-tooltip.default-type.above > .tooltipContainer > .tooltip:after {
  bottom: -16px;
  border-color: rgba(68, 68, 68, 0.9) transparent transparent transparent;
}
.cc-tooltip.default-type.below > .tooltipContainer {
  top: calc(100% + 8px);
}
.cc-tooltip.default-type.below > .tooltipContainer > .tooltip:after {
  top: -16px;
  border-color: transparent transparent rgba(68, 68, 68, 0.9) transparent;
}
.cc-tooltip.default-type.left > .tooltipContainer {
  top: -50%;
  right: calc(100% + 8px);
  left: auto;
  z-index: 9499;
}
.cc-tooltip.default-type.left > .tooltipContainer > .tooltip {
  width: 100%;
}
.cc-tooltip.default-type.left > .tooltipContainer > .tooltip:after {
  top: 4px;
  left: 100%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(68, 68, 68, 0.9);
  margin: 0;
}
.cc-tooltip.default-type .tooltipContainer {
  width: 135px;
  position: absolute;
  left: 50%;
  margin-left: -67.5px;
  text-align: center;
}
.cc-tooltip.default-type .tooltipContainer > .tooltip {
  display: inline-block;
  position: relative;
  background-color: rgba(68, 68, 68, 0.9);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-tooltip.default-type .tooltipContainer > .tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  margin: 0 0 0 -8px;
  border-bottom: 0;
  border-width: 8px;
  border-style: solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  padding: 0;
  width: 0;
  height: 0;
}
.cc-tooltip.default-type .content {
  font-size: 11px;
  line-height: 1.2;
  color: var(--lvh-white);
  white-space: normal;
}
.cc-tooltip.visa > .tooltipContainer {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 0;
}
.cc-tooltip.visa > .tooltipContainer > .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.visa > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 24px;
}
.cc-tooltip.visa > .tooltipContainer > .callout > .cc-callout-body {
  padding: 15px;
}
.cc-tooltip.visa .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.visa .cc-callout-body {
  line-height: 18px;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.score-breakdown > .tooltipContainer {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 0;
}
.cc-tooltip.score-breakdown > .tooltipContainer > .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.score-breakdown > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 24px;
}
.cc-tooltip.score-breakdown > .tooltipContainer > .callout > .cc-callout-body {
  padding: 15px;
}
.cc-tooltip.score-breakdown .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.score-breakdown .applications {
  margin: 0;
  padding: 0;
}
.cc-tooltip.score-breakdown .applications > .application {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.score-breakdown .applications > .application:not(:last-child) {
  padding: 0 0 10px 4px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid var(--lvh-x-grey);
}
.cc-tooltip.score-breakdown .applications > .application .bullet {
  padding: 0 4px;
  font-style: normal;
}
.cc-tooltip.score-breakdown .applications > .application .row {
  line-height: 18px;
}
.cc-tooltip.score-breakdown .applications > .application .row:first-of-type {
  font-weight: 600;
}
.cc-tooltip.score-breakdown .applications > .application .interview-status {
  display: block;
  padding: 5px 0 0 0;
}
.cc-tooltip.score-breakdown .row {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cc-tooltip.score-breakdown .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.score-breakdown .applied-date,
.cc-tooltip.score-breakdown .vacancy-status {
  float: left;
}
.cc-tooltip.score-breakdown .status {
  float: right;
}
.cc-tooltip.score-breakdown .vacancy-name {
  color: var(--lvh-bright-blue);
  font-size: 11px;
}
.cc-tooltip.score-breakdown .vacancy-closed {
  color: var(--lvh-x-mesh-light);
}
.cc-tooltip.score-breakdown .interview-summary {
  font-size: 11px;
  padding: 4px 0;
}
.cc-tooltip.score-breakdown .interview-summary i {
  color: var(--lvh-x-shark-dark);
  margin-right: 4px;
}
.cc-tooltip.score-breakdown .interview-summary .label {
  color: var(--lvh-primary-text);
  font-weight: 600;
}
.cc-tooltip.score-breakdown .interview-summary .state {
  color: var(--lvh-secondary-text);
}
.cc-tooltip.score-breakdown .interview-summary .state.complete {
  color: var(--lvh-x-green);
}
.cc-tooltip.score-breakdown .interview-summary.completed .state {
  color: var(--lvh-x-green);
}
.cc-tooltip.score-breakdown .interview-summary.noshow .state {
  color: var(--lvh-x-ripe);
}
.cc-tooltip.score-breakdown .interview-summary.video-interview.received .state {
  color: var(--lvh-x-red);
}
.cc-tooltip.assessment-reports {
  padding: 0 0 10px 0;
}
.cc-tooltip.assessment-reports > .tooltipContainer {
  position: absolute;
  top: 14px;
  left: 0;
  width: 170px;
  padding: 10px 0 0 0;
}
.cc-tooltip.assessment-reports > .tooltipContainer > .callout {
  padding: 0;
}
.cc-tooltip.assessment-reports > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 120px;
}
.cc-tooltip.assessment-reports > .tooltipContainer > .callout > .cc-callout-body {
  padding: 8px;
}
.cc-tooltip.assessment-reports .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.assessment-reports .reports {
  margin: 0;
  padding: 0;
}
.cc-tooltip.assessment-reports .reports > .report {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.assessment-reports .reports > .report:not(:last-child) {
  padding: 0 0 10px 4px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid var(--lvh-x-grey);
}
.cc-tooltip.assessment-reports .reports > .report .bullet {
  padding: 0 4px;
  font-style: normal;
}
.cc-tooltip.assessment-reports .reports > .report .row {
  line-height: 18px;
}
.cc-tooltip.assessment-reports .reports > .report .row:first-of-type {
  font-weight: 600;
}
.cc-tooltip.assessment-reports .reports > .report .interview-status {
  display: block;
  padding: 5px 0 0 0;
}
.cc-tooltip.assessment-reports .row {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cc-tooltip.assessment-reports .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.check-reports {
  padding: 0 0 10px 0;
}
.cc-tooltip.check-reports > .tooltipContainer {
  position: absolute;
  top: 14px;
  left: 0;
  width: 170px;
  padding: 10px 0 0 0;
}
.cc-tooltip.check-reports > .tooltipContainer > .callout {
  padding: 0;
}
.cc-tooltip.check-reports > .tooltipContainer > .callout > .cc-callout-tip.top {
  top: 6px;
  left: 120px;
}
.cc-tooltip.check-reports > .tooltipContainer > .callout > .cc-callout-body {
  padding: 8px;
}
.cc-tooltip.check-reports .cc-callout-content {
  z-index: 9501;
}
.cc-tooltip.check-reports .packages {
  margin: 0;
  padding: 0;
  white-space: normal;
  word-break: break-word;
}
.cc-tooltip.check-reports .packages > .package:not(:last-child) {
  margin: 0 0 10px 0;
}
.cc-tooltip.check-reports .packages > .package.empty {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-tooltip.check-reports .packages > .package .package-title {
  font-weight: 330;
  font-size: 13px;
  color: var(--lvh-x-dark-grey);
  word-break: break-word;
}
.cc-tooltip.check-reports .packages > .package .package-title strong {
  font-weight: 600;
}
.cc-tooltip.check-reports .packages .report:not(:last-child) {
  margin: 0 0 10px 0;
}
.cc-tooltip.check-reports .packages .report.empty {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-tooltip.check-reports .packages .report .row {
  line-height: 18px;
}
.cc-tooltip.check-reports .packages .report span {
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.check-reports .packages .report h4 {
  font-weight: normal;
  font-size: 13px;
  color: var(--lvh-primary-text);
  margin-bottom: 0.2em;
  margin-top: 0.4em;
}
.cc-tooltip.check-reports .packages .report h4 a {
  text-decoration: underline;
}
.cc-tooltip.check-reports .row {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cc-tooltip.check-reports .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.job-position-summary .tooltipContainer {
  width: 334px;
  position: absolute;
  top: 20px;
  right: -14px;
  z-index: 2000;
}
@media (max-width: 991px) {
  .cc-tooltip.job-position-summary .tooltipContainer {
    display: none;
  }
}
.cc-tooltip.job-position-summary .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.job-position-summary .cc-callout-tip.top {
  top: 6px;
  right: 10px;
}
.cc-tooltip.job-position-summary .title {
  color: var(--lvh-x-dark-grey);
  font-weight: 600;
  padding: 10px;
  display: block;
  text-align: left;
}
.cc-tooltip.job-position-summary .position-summaries {
  border-top: solid 1px var(--lvh-x-grey);
  color: var(--lvh-secondary-text);
  font-size: 11px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .cc-tooltip.job-position-summary .position-summaries {
    max-height: 295px;
  }
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary {
  padding: 10px;
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary:not(:last-child) {
  border-bottom: 1px solid var(--lvh-x-grey);
}
.cc-tooltip.job-position-summary .position-summaries > .position-summary .tooltipContainer {
  display: none !important;
}
.cc-tooltip.job-position-summary .position-summaries .filled-position > .text {
  font-size: 11px;
}
.cc-tooltip.job-position-summary .position-summaries .filled-position > .text:not(:last-child) {
  margin-left: 52px;
}
.cc-tooltip.job-position-summary .position-summaries .filled-position .bullet {
  margin: 0 5px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.job-position-summary .position-summaries .filled-position .cc-card-view .rhs .name,
.cc-tooltip.job-position-summary .position-summaries .filled-position .cc-card-view .rhs .profile-title {
  cursor: default;
  color: var(--lvh-secondary-text);
}
.cc-tooltip.job-position-summary .position-summaries .filled-position .cc-card-view .rhs .name {
  color: var(--lvh-x-dark-grey);
}
.cc-tooltip.job-position-summary .position-summaries .empty-position {
  text-align: left;
  color: var(--lvh-secondary-text);
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .name {
  color: var(--lvh-x-dark-grey);
  font-size: 13px;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture .index {
  line-height: 32px;
  font-size: 12px;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture .indicator {
  right: 0;
  bottom: 0 !important;
}
.cc-tooltip.job-position-summary .position-summaries .empty-position .profile-picture .indicator i {
  font-size: 10px !important;
}
.cc-tooltip.job-vacancy-candidates-rated .tooltipContainer {
  width: 255px;
  position: absolute;
  top: 20px;
  right: -14px;
  z-index: 2000;
}
@media (max-width: 991px) {
  .cc-tooltip.job-vacancy-candidates-rated .tooltipContainer {
    display: none;
  }
}
.cc-tooltip.job-vacancy-candidates-rated > .label {
  padding: 0 0 4px 0;
}
.cc-tooltip.job-vacancy-candidates-rated .callout {
  padding: 10px 0 0 0;
}
.cc-tooltip.job-vacancy-candidates-rated .cc-callout-tip.top {
  top: 6px;
  right: 10px;
}
.cc-tooltip.job-vacancy-candidates-rated .title {
  color: var(--lvh-x-dark-grey);
  font-weight: 600;
  padding: 10px 15px;
  display: block;
  text-align: left;
}
.cc-tooltip.job-vacancy-candidates-rated .items {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 15px;
  border-top: 1px solid var(--lvh-x-paler-grey);
}
.cc-tooltip.job-vacancy-candidates-rated .items .item {
  position: relative;
  display: block;
  margin: 0 0 10px;
  min-height: 12px;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item:last-child {
  margin: 20px 0 0;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item:last-child .not-rated {
  display: block;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .star-rating,
.cc-tooltip.job-vacancy-candidates-rated .items .item .number {
  display: block;
  font-size: 11px;
  color: var(--lvh-secondary-text);
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .star-rating {
  float: left;
  width: 40px;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .number {
  float: right;
  width: 25px;
}
.cc-tooltip.job-vacancy-candidates-rated .items .item .progress {
  display: block;
  float: left;
  margin: 2px 10px 0;
  width: 135px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: var(--lvh-x-shark-light);
}
.cc-tooltip.avatar-list {
  text-align: left;
  color: var(--lvh-x-mesh-dark);
}
.cc-tooltip.avatar-list .tooltipContainer {
  display: unset;
}
@media (min-width: 992px) {
  .cc-tooltip.avatar-list .tooltipContainer {
    position: absolute;
    right: 0;
    top: 35px;
    width: 255px;
    z-index: 2000;
  }
}
@media (min-width: 992px) {
  .cc-tooltip.avatar-list .callout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
  }
}
.cc-tooltip.avatar-list .callout {
  position: relative;
  padding: 10px 0 0 0;
  z-index: 9001;
}
@media (max-width: 991px) {
  .cc-tooltip.avatar-list .callout {
    padding: 0;
    z-index: unset;
  }
}
@media (max-width: 991px) {
  .cc-tooltip.avatar-list .cc-callout-tip {
    display: none;
  }
}
.cc-tooltip.avatar-list .cc-callout-tip.top {
  top: 6px;
  right: 10px;
}
@media (max-width: 991px) {
  .cc-tooltip.avatar-list .cc-callout-body {
    border: none;
    border-radius: 0;
    z-index: unset;
  }
}
.cc-tooltip.avatar-list .title {
  color: var(--lvh-x-dark-grey);
  font-weight: 600;
  padding: 10px 15px;
  display: block;
  text-align: left;
}
.cc-tooltip.avatar-list .items {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 15px;
}
.cc-tooltip.avatar-list .items .item {
  position: relative;
  display: block;
  margin: 0 0 10px;
  min-height: 12px;
}
.cc-tooltip.avatar-list .items .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tooltip.avatar-list .items .item:hover .cc-avatar.tiny:after,
.cc-tooltip.avatar-list .items .item:focus .cc-avatar.tiny:after {
  line-height: 24px;
}
.cc-tooltip.avatar-list .items .item:hover .cc-avatar.smaller:after,
.cc-tooltip.avatar-list .items .item:focus .cc-avatar.smaller:after {
  line-height: 36px;
}
.cc-tooltip.avatar-list .items .item:hover .cc-avatar.small:after,
.cc-tooltip.avatar-list .items .item:focus .cc-avatar.small:after {
  line-height: 45px;
}
.cc-tooltip.avatar-list .items .item:last-child {
  margin: 0;
}
.cc-tooltip.avatar-list .items .item > .avatar-wrap {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
}
.cc-tooltip.avatar-list .items .item > .avatar-wrap > .cc-avatar {
  max-width: 100%;
  max-height: 100%;
}
.cc-tooltip.avatar-list .items .item > .name {
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-tooltip.wide-tooltip .tooltipContainer {
  width: 300px;
}
.cc-tooltip.wide-tooltip.above .tooltipContainer,
.cc-tooltip.wide-tooltip.below .tooltipContainer {
  margin-left: -150px;
}
.cc-tooltip.badge {
  height: 18px;
  border: 1px solid var(--lvh-x-orange);
  color: var(--lvh-x-orange);
  border-radius: 3px;
  line-height: 18px;
  padding: 0 3px 0 3px;
  text-align: center;
  font-size: 11px;
}
form .cc-tooltip {
  z-index: 2;
}

.cc-toggle-switch:disabled,
.cc-toggle-switch[disabled] {
  cursor: not-allowed;
}
.cc-toggle-switch:disabled .switch,
.cc-toggle-switch[disabled] .switch {
  cursor: not-allowed;
}
.cc-toggle-switch:disabled .knob,
.cc-toggle-switch[disabled] .knob {
  cursor: not-allowed;
}
.cc-toggle-switch.small.on .knob {
  left: calc(100% - 17px);
}
.cc-toggle-switch.small .switch {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  padding: 0 4px;
}
.cc-toggle-switch .knob {
  width: 14px;
  height: 14px;
  left: 3px;
  margin-top: -7px;
}
.cc-toggle-switch.medium.on .knob {
  left: calc(100% - 20px);
}
.cc-toggle-switch.medium .switch {
  width: 50px;
  height: 25px;
  border-radius: 12px;
  padding: 0 4px;
}
.cc-toggle-switch.medium .knob {
  width: 16px;
  height: 16px;
  left: 4px;
  margin-top: -8px;
}
.cc-toggle-switch.on .switch {
  background-color: var(--lvh-brighter-blue);
  border-color: var(--lvh-brighter-blue);
}
.cc-toggle-switch.has-labels.on span.label.off {
  font-weight: 400;
}
.cc-toggle-switch.has-labels.on span.label.on {
  font-weight: 700;
}
.cc-toggle-switch.has-labels span.label {
  display: inline;
  vertical-align: middle;
  line-height: 20px;
}
.cc-toggle-switch.has-labels span.label.off {
  font-weight: 700;
}
.cc-toggle-switch.has-labels span.label.on {
  font-weight: 400;
}
.cc-toggle-switch.has-labels .switch {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.cc-toggle-switch .switch {
  background-color: var(--lvh-x-grey);
  border: 1px solid var(--lvh-x-shark-dark);
  box-sizing: border-box;
  position: relative;
  transition: background-color linear 0.3s, border-color linear 0.3s;
}
.cc-toggle-switch .switch:focus,
.cc-toggle-switch .switch:hover {
  will-change: transition;
}
.cc-toggle-switch .knob {
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 50%;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transition: left ease-in-out 0.3s;
}

/* -----------------------------------------------------------------------------

  MOBILE FULLSCREEN OVERLAY PATTERN

----------------------------------------------------------------------------- */
/**
 * NOTE:
 *
 * Used for components ie form controls, not to be used for modals
 */
.p-mobile-fullscreen-overlay:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay.overlay-visible {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9100;
    background-color: var(--lvh-white);
    overflow-y: auto;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent {
    padding: 0;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .cc-modal {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .cc-modal .modalHeader {
    display: none;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .cc-modal .body {
    margin: 20px 0;
  }
  .p-mobile-fullscreen-overlay.overlay-visible > .overlayContent .closeModal {
    display: none;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
    text-align: center;
    background-color: var(--lvh-x-shark-light);
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header button,
  .p-mobile-fullscreen-overlay.overlay-visible .header .back-button,
  .p-mobile-fullscreen-overlay.overlay-visible .header .clear-button {
    display: block;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header .close-button {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
    border: none;
    background: transparent;
    display: inline-block;
    line-height: 1;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .header .close-button .icon {
    cursor: inherit;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body {
    display: block;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body > .container--mobile,
  .p-mobile-fullscreen-overlay.overlay-visible .body > .container-mobile {
    width: 90%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .search-by {
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
    width: 90%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown {
    border-top: 1px solid var(--lvh-x-paler-grey);
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown .cc-new-location {
    padding: 8px 5%;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown .cc-location-picker-options,
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown .cc-location-picker-new-location-form {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown li {
    padding: 0 5% 5px;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay.overlay-visible .body .cc-location-picker-dropdown li:first-child {
    padding-top: 5px;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay .header {
    display: none;
  }
  .p-mobile-fullscreen-overlay.overlay-visible .body .p-mobile-fullscreen-overlay .search-by {
    width: 100%;
    padding: 10px 14px;
  }
}
.p-mobile-fullscreen-overlay.hidden-header .header {
  display: none;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay.no-scroll {
    overflow-y: visible;
  }
}
.p-mobile-fullscreen-overlay .header {
  display: none;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .header {
    width: 100%;
    height: 44px;
    overflow: hidden;
  }
}
.p-mobile-fullscreen-overlay .header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .header > .container--mobile .container--inner,
  .p-mobile-fullscreen-overlay .header > .container-mobile .container--inner {
    position: relative;
  }
}
.p-mobile-fullscreen-overlay .header .button {
  display: none;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.p-mobile-fullscreen-overlay .header .back-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.p-mobile-fullscreen-overlay .header .back-button .icon {
  display: block;
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .header .heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0 45px;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    color: var(--lvh-x-mesh-dark);
  }
}
.p-mobile-fullscreen-overlay .header .clear-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
}
.p-mobile-fullscreen-overlay .header .clear-button .glyph0015:before {
  font-size: 10px;
  color: var(--lvh-primary-text);
}
@media (max-width: 991px) {
  .p-mobile-fullscreen-overlay .body {
    display: none;
  }
}

@media (max-width: 991px) {
  .cc-phone-form-control {
    flex-direction: column;
  }
  .cc-phone-form-control .cc-telcode-picker {
    width: 100%;
  }
}
.cc-phone-form-control {
  display: flex;
  width: 100%;
}
.cc-phone-form-control .input-wrap {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-phone-form-control .input-wrap {
    padding-left: 0;
  }
}
.cc-phone-form-control input[type='tel']:focus {
  border-color: var(--lvh-x-dark-grey);
}
@media (min-width: 992px) {
  .cc-phone-form-control input[type='tel']:not(:focus) {
    border-left-color: transparent;
  }
}
@media (min-width: 992px) {
  .cc-phone-form-control input[type='tel'] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cc-telcode-picker .popdown .popdown-clickable {
  width: 90px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cc-telcode-picker .popdown .popdown-clickable {
    width: 100% !important;
    border-radius: 3px !important;
  }
}
.cc-telcode-picker .popdown .popdown-clickable .icon {
  color: var(--lvh-bright-blue);
}
.cc-telcode-picker .popdown .popdown-clickable:focus {
  border-color: var(--lvh-x-dark-grey);
}
.cc-telcode-picker .popdown .popdown-content {
  width: 100%;
}
.cc-telcode-picker .popdown .popdown-content .options {
  padding: 0;
}
.cc-telcode-picker .popdown .popdown-content .options > .option .option-name {
  display: block;
  float: left;
  width: 100%;
}
.cc-telcode-picker .popdown .selected-option .option-name {
  padding: 0;
  font-size: 11px;
}
@media (max-width: 991px) {
  .cc-telcode-picker .popdown .selected-option .option-name {
    font-size: inherit;
  }
}
.cc-telcode-picker .popdown .flag {
  background-color: var(--lvh-x-shark-light);
}
/* 
    layout-spacious are mainly used in the talent side of the app where we spcae things out a bit more than the employer side.
*/
.layout-spacious .cc-phone-form-control .button > .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
}

.cc-tabopotamus.grey-count .cc-count-badge {
  background-color: var(--lvh-x-shark-light);
  color: var(--lvh-x-shark-dark);
}
.cc-tabopotamus.grey-count .tab.active .cc-count-badge {
  color: var(--lvh-bright-blue);
}
.cc-tabopotamus .items {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--lvh-x-pale-grey);
}
@media (max-width: 991px) {
  .cc-tabopotamus .items {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
.cc-tabopotamus .items:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-tabopotamus .items > .item {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-tabopotamus .items > .item:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .cc-tabopotamus .items > .item:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
.cc-tabopotamus .tab {
  float: left;
  font-size: 14px;
  border: none;
  background: none;
  color: var(--lvh-secondary-text);
  line-height: 20px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .cc-tabopotamus .tab {
    float: none;
    font-size: 13px;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.cc-tabopotamus .tab:hover,
.cc-tabopotamus .tab:focus {
  color: var(--lvh-bright-blue);
}
.cc-tabopotamus .tab.active {
  color: var(--lvh-bright-blue);
  position: relative;
}
.cc-tabopotamus .tab.active:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: var(--lvh-bright-blue);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cc-tabopotamus .tab.has-mobile-label .label {
    display: none;
  }
}
@media (min-width: 992px) {
  .cc-tabopotamus .tab.has-mobile-label .mobile-label {
    display: none;
  }
}
.cc-tabopotamus .tab.has-badge .label {
  margin: 0 5px 0 0;
}
.cc-tabopotamus .tab .label {
  float: left;
}
.cc-tabopotamus .tab .mobile-label {
  float: left;
}
.cc-tabopotamus .tab .cc-count-badge {
  float: left;
  margin: 2px 0;
}
@media (max-width: 991px) {
  .cc-tabopotamus .tab i {
    display: none;
  }
}
.cc-tabopotamus .button {
  float: left;
  padding: 5px;
  border: 1px solid var(--lvh-bright-blue);
  border-radius: 3px;
  margin: 15px 0;
}

/*  
    You can apply the vericle styling to change the orientation
    NOTE: Is probably not complete as not tested with icons, mobile labels or badges
*/
.cc-tabopotamus.vertical .items {
  border-bottom: none;
}
.cc-tabopotamus.vertical .items > .item {
  float: none;
  margin: 0;
}
@media (max-width: 991px) {
  .cc-tabopotamus.vertical .items > .item {
    margin: 0 0 15px 0;
  }
}
.cc-tabopotamus.vertical .tab {
  padding: 10px 0 10px 22px;
  float: none;
  display: block;
}
.cc-tabopotamus.vertical .tab .label {
  float: none;
}
.cc-tabopotamus.vertical .tab .mobile-label {
  float: none;
}
.cc-tabopotamus.vertical .tab.active:after {
  width: 5px;
  height: 35px;
  background-color: var(--lvh-bright-blue);
  position: absolute;
  top: 3px;
  left: 0;
}
.cc-tabopotamus.vertical .tab .cc-count-badge {
  float: none;
  margin: 2px 0;
}
.cc-tabopotamus.vertical .button {
  float: none;
}

/*  
    You can apply the dark styling to change the highlight colour from blue to dark grey (x-dark-grey)
    NOTE: Is probably not complete as not tested with icons, mobile labels or badges
    NOTE2: If this is uesed with horozintal layouts then the tabs will dance. You will need to set the width of the tabs in order to prevent this from happening
*/
.cc-tabopotamus.dark {
  transition: font-weight 0s;
}
.cc-tabopotamus.dark .tab:hover,
.cc-tabopotamus.dark .tab:focus {
  color: var(--lvh-x-dark-grey);
}
.cc-tabopotamus.dark .tab.active {
  color: var(--lvh-x-dark-grey);
  font-weight: 700;
}

.cc-suggestion-list .suggestionList .heading {
  float: left;
  width: 100%;
  padding: 0.962em 0;
  background-color: var(--lvh-x-shark-light);
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .cc-suggestion-list .suggestionList .heading {
    display: none;
  }
}
.cc-suggestion-list .suggestionList .heading h3 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.cc-suggestion-list .suggestionList .heading h3 > span {
  font-size: 1.077em;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
.cc-suggestion-list .suggestionList .heading .closeButton {
  outline: 0;
  border: none;
  background: none;
  padding: 0;
}
.cc-suggestion-list .suggestionList .heading .closeButton > .icon:before {
  font-size: 0.769em;
}
.cc-suggestion-list .suggestionList #searchInputWrap {
  float: left;
  width: 100%;
  padding: 1.231em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cc-suggestion-list .suggestionList #searchInputWrap {
    padding: 1.231em 0;
  }
}
.cc-suggestion-list .suggestionList #searchInputWrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: var(--lvh-x-shark-dark);
}
.cc-suggestion-list .suggestionList .suggestionListFooter {
  float: left;
  width: 100%;
  border-top: 1px solid var(--lvh-x-shark-light);
  padding: 0.769em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-suggestion-list .suggestionList .suggestionListFooter:hover,
.cc-suggestion-list .suggestionList .suggestionListFooter.active {
  background-color: var(--lvh-x-off-white);
}
.cc-suggestion-list .suggestionList .dropdown {
  float: left;
  width: 100%;
}
.cc-suggestion-list .suggestionList .dropdown .spinner {
  padding: 10px 0;
  text-align: center;
}
.cc-suggestion-list .suggestionList .suggestions {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.cc-suggestion-list .suggestionList .suggestions > .suggestion {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0.769em 1em;
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--lvh-secondary-text);
}
.cc-suggestion-list .suggestionList .suggestions > .suggestion:last-child {
  border-bottom: none;
}
.cc-suggestion-list .suggestionList .suggestions > .suggestion.active {
  background-color: var(--lvh-x-off-white);
}
.cc-suggestion-list .suggestionList .suggestionTag {
  float: left;
  background-color: var(--lvh-white92);
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  padding: 0.154em 0.538em;
  margin: 0 0.385em 0.385em 0;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loadingSpinnerWrapper.fullscreen > .spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.loadingSpinnerWrapper.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
}
.loadingSpinnerWrapper.overlay.blocking {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
}
.loadingSpinnerWrapper.overlay.blocking > .spinner {
  top: 50%;
}
.loadingSpinnerWrapper.overlay > .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingSpinnerWrapper.tiny .bounce {
  width: 4px;
  height: 4px;
  margin-right: 0;
}
.loadingSpinnerWrapper.tiny .bounce:last-child {
  margin-right: 0;
}
.loadingSpinnerWrapper.small .bounce {
  width: 8px;
  height: 8px;
  margin-right: 2px;
}
.loadingSpinnerWrapper.small .bounce:last-child {
  margin-right: 0;
}
.loadingSpinnerWrapper.medium .bounce {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.loadingSpinnerWrapper.medium .bounce:last-child {
  margin-right: 0;
}
.loadingSpinnerWrapper.blue .bounce {
  background-color: var(--lvh-bright-blue);
}
.loadingSpinnerWrapper.white .bounce {
  background-color: var(--lvh-white);
}
.loadingSpinnerWrapper.grey .bounce {
  background-color: var(--lvh-x-dark-grey);
}
.loadingSpinnerWrapper.secondary-text .bounce {
  background-color: var(--lvh-secondary-text);
}
.loadingSpinnerWrapper.red .bounce {
  background-color: var(--lvh-x-red);
}
.loadingSpinnerWrapper .bounce {
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: currentColor;
}
.loadingSpinnerWrapper .bounce.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loadingSpinnerWrapper .bounce.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.cc-progress-indicator.progress {
  margin: 5px 0;
  height: 12px;
  border-radius: 4px;
  background-color: var(--lvh-x-shark-light);
}
.cc-progress-indicator .cc-tooltip.wrapper {
  display: block;
}
.cc-progress-indicator .progress-bar {
  height: 12px;
  border-radius: 4px;
  background-color: #7fdef5;
}

.popdown {
  position: relative;
}
@media (max-width: 991px) {
  .popdown {
    margin-bottom: 10px;
  }
}
.popdown[disabled] .popdown-clickable.disabled,
.popdown:disabled .popdown-clickable.disabled {
  cursor: default;
}
.popdown[disabled] .popdown-clickable.disabled > .label > .selected-option,
.popdown:disabled .popdown-clickable.disabled > .label > .selected-option {
  cursor: default;
}
.popdown .popdown-clickable {
  width: 200px;
  padding: 7px 20px 7px 8px;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
}
.popdown .popdown-clickable:focus {
  border-color: var(--lvh-x-dark-grey);
  outline: none;
}
@media (max-width: 991px) {
  .popdown .popdown-clickable {
    padding: 10px 14px;
  }
}
.popdown .popdown-clickable .icon.arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3.5px;
  display: block;
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
  cursor: inherit;
}
.popdown .popdown-clickable[disabled],
.popdown .popdown-clickable:disabled,
.popdown .popdown-clickable.disabled {
  background-color: var(--lvh-x-shark-light);
}
.popdown .popdown-content {
  box-sizing: border-box;
  position: absolute;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-shark-light);
  z-index: 8500;
  top: 38px;
  min-width: 200px;
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .popdown .popdown-content .p-mobile-fullscreen-overlay {
    z-index: 9200;
  }
}
@media (max-width: 991px) {
  .popdown .popdown-content .p-mobile-fullscreen-overlay .body {
    margin: 5px 0;
  }
}
.popdown .popdown-content .search-input-wrap {
  padding: 5px;
  border-bottom: 1px solid var(--lvh-x-shark-light);
}
@media (max-width: 991px) {
  .popdown .popdown-content .search-input-wrap {
    padding: 15px 0;
  }
}
.popdown .popdown-content .search-input-wrap .search-input {
  padding: 7px 6px;
}
@media (max-width: 991px) {
  .popdown .popdown-content .search-input-wrap .search-input {
    padding: 9px 6px;
  }
}
.popdown .popdown-content .search-input-wrap .search-input:focus {
  border-color: var(--lvh-x-dark-grey);
}
.popdown .popdown-content .options {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .popdown .popdown-content .options {
    display: block;
    overflow: visible;
    max-height: none;
  }
}
.popdown .popdown-content .options > .option {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 5px 8px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 991px) {
  .popdown .popdown-content .options > .option {
    display: block;
    padding: 10px 5%;
  }
}
.popdown .popdown-content .options > .option:focus,
.popdown .popdown-content .options > .option:hover {
  outline: 1px solid var(--lvh-x-dark-grey);
  outline-offset: -1px;
  background-color: var(--lvh-x-off-white);
}
.popdown .popdown-content .options > .option:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.popdown .popdown-content .options > .option .option-name {
  padding: 0 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: inherit;
  color: var(--lvh-x-mesh-dark);
}
@media (max-width: 991px) {
  .popdown .popdown-content .options > .option .option-name {
    font-size: 16px;
  }
}
.popdown .selected-option .option-name {
  padding: 0 8px;
  color: var(--lvh-x-dark-grey) !important;
}
@media (max-width: 991px) {
  .popdown .selected-option .option-name {
    font-size: 16px;
  }
}
/* 
    layout-spacious are mainly used in the talent side of the app where we spcae things out a bit more than the employer side.
*/
.layout-spacious .popdown .popdown-clickable {
  padding: 10px 20px 9px 8px;
  min-height: 39px;
}
@media (max-width: 991px) {
  .layout-spacious .popdown .options > .option {
    padding: 10px;
  }
}

#paginator {
  position: relative;
  float: left;
  width: 100%;
  min-height: 32px;
  padding-top: 1.538em;
  border-top: solid 1px var(--lvh-x-pale-grey);
  color: var(--lvh-secondary-text);
}
#paginator .pageName {
  background-color: var(--lvh-x-grey);
  padding: 0.538em 1em;
  float: left;
  border-radius: 0.231em;
}
@media (max-width: 767px) {
  #paginator .pageName {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}
#paginator .pages {
  float: right;
}
#paginator .pages .page {
  background-color: var(--lvh-x-grey);
  padding: 0.538em 0;
  float: left;
  margin-right: 0.385em;
  cursor: pointer;
  border-radius: 0.231em;
  width: 2.462em;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  #paginator .pages .page.number,
  #paginator .pages .page.ellipsis,
  #paginator .pages .page.jump {
    display: none;
  }
}
#paginator .pages .page a {
  color: var(--lvh-secondary-text);
}
#paginator .pages .page:last-child {
  margin-right: 0;
}
#paginator .pages .page.ellipsis {
  cursor: default;
}
#paginator .pages .page.active {
  color: var(--lvh-white);
  background-color: var(--lvh-x-mid-grey);
}
#paginator .pages .page.active a {
  color: var(--lvh-white);
}
#paginator .pages .page.prev,
#paginator .pages .page.next {
  display: block;
}
@media (min-width: 768px) {
  #paginator .pages .page.prev,
  #paginator .pages .page.next {
    display: none;
  }
}
@media (max-width: 991px) {
  #paginator .pages .page.first,
  #paginator .pages .page.last {
    display: block;
  }
}

.cc-multi-tag {
  display: block;
  min-height: 40px;
  padding: 3px;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  outline: none;
}
.cc-multi-tag.has-add-button .p-mobile-fullscreen-overlay .input-with-button-block .search-input:focus {
  border: solid 1px var(--lvh-bright-blue);
}
.cc-multi-tag:not(.has-add-button) {
  border: solid 1px var(--lvh-x-paler-grey);
  background-color: var(--lvh-white);
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .tag {
    z-index: 4;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .hit-area {
    z-index: 3;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .cc-multi-tag-dropdown-overlay {
    display: none;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .search-input {
    min-width: 210px;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .header {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-display {
    display: table;
    width: 100%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid var(--lvh-x-paler-grey);
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-display .inline-tag-wrap {
    display: table-footer-group;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-display .max-tags-label {
    display: block;
    margin-bottom: 5px;
    padding: 6px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid var(--lvh-x-paler-grey);
    background: var(--lvh-x-shark-light);
    color: var(--lvh-secondary-text);
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .cc-suggestion-dropdown,
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-desc {
    position: static;
    width: 100%;
    max-height: none;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .cc-suggestion-dropdown .suggestion-list li,
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-desc .suggestion-list li {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-desc {
    padding: 10px 15px;
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .hit-area {
    position: static;
  }
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .search-input {
    display: table-header-group;
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 6px 10px;
    border: 1px solid var(--lvh-x-paler-grey);
    border-radius: 3px;
  }
}
.cc-multi-tag:not(.has-add-button) .overlay-visible .search-input:focus {
  border: inherit;
}
@media (max-width: 991px) {
  .cc-multi-tag:not(.has-add-button) .overlay-visible .tag-info {
    display: block;
    padding: 15px;
    font-size: 11px;
    border-bottom: 1px solid var(--lvh-x-paler-grey);
    color: var(--lvh-x-shark-dark);
  }
}
.cc-multi-tag:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.cc-multi-tag:disabled,
.cc-multi-tag[disabled] {
  background-color: var(--lvh-x-shark-light);
}
.cc-multi-tag:disabled .hit-area,
.cc-multi-tag[disabled] .hit-area,
.cc-multi-tag:disabled .search-input,
.cc-multi-tag[disabled] .search-input,
.cc-multi-tag:disabled .tag,
.cc-multi-tag[disabled] .tag,
.cc-multi-tag:disabled .tag .icon,
.cc-multi-tag[disabled] .tag .icon {
  cursor: default !important;
}
.cc-multi-tag:disabled .cc-suggestion-dropdown,
.cc-multi-tag[disabled] .cc-suggestion-dropdown {
  display: none;
}
.cc-multi-tag.validation-error {
  border: 1px solid var(--lvh-validation-red-dark);
}
.cc-multi-tag .cc-multi-tag-dropdown-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cc-multi-tag .p-mobile-fullscreen-overlay .input-with-button-block {
  display: flex;
  align-items: center;
  z-index: 2;
}
.cc-multi-tag .p-mobile-fullscreen-overlay .input-with-button-block .button {
  display: flex;
  align-items: center;
  height: 34px;
  white-space: nowrap;
  z-index: 2;
}
.cc-multi-tag .p-mobile-fullscreen-overlay .input-with-button-block .button .label {
  font-size: 13px !important;
}
.cc-multi-tag .p-mobile-fullscreen-overlay .input-with-button-block .search-input {
  flex-grow: 1;
  border: solid 1px var(--lvh-x-paler-grey);
  border-radius: 3px;
  height: 40px;
  margin-right: 15px;
  min-width: 0;
}
@media (max-width: 991px) {
  .cc-multi-tag .p-mobile-fullscreen-overlay .input-with-button-block .search-input {
    margin-right: 10px;
  }
}
.cc-multi-tag .p-mobile-fullscreen-overlay .header {
  display: none;
}
.cc-multi-tag .hit-area {
  position: absolute;
  top: 6px;
  right: 24px;
  bottom: 6px;
  left: 6px;
  z-index: 1;
}
.cc-multi-tag .hit-area[ng-click] {
  cursor: text;
}
.cc-multi-tag .tag {
  float: left;
  margin: 3px;
  position: relative;
  z-index: 2;
}
.cc-multi-tag .tag.selected {
  opacity: 0.5;
}
.cc-multi-tag .tag.readOnly .label {
  color: var(--lvh-disabled-text);
  margin: 0;
}
.cc-multi-tag .tag.preExisting {
  background-color: var(--lvh-x-murkberry-light);
}
.cc-multi-tag .tag.preExisting .label {
  color: var(--lvh-x-murkberry-darker);
}
.cc-multi-tag .tag > .cc-tooltip.wrapper {
  display: block;
  position: static;
}
.cc-multi-tag .tag .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.cc-multi-tag .search-input {
  float: left;
  width: auto;
  min-width: 200px;
  font-size: 13px;
  line-height: 26px;
  min-height: 26px;
  border: none;
  border-radius: 0;
  padding: 0 10px !important;
  margin: 3px 0;
  position: relative;
  z-index: 2;
  cursor: text !important;
}
.cc-multi-tag .search-input.single {
  min-width: 100%;
}
.cc-multi-tag .search-input.small {
  min-width: 312px;
}
.cc-multi-tag .create-tag {
  background-color: var(--lvh-white);
  line-height: 20px;
  padding: 10px 20px;
  color: var(--lvh-bright-blue);
  cursor: pointer;
}
.cc-multi-tag .create-tag:hover,
.cc-multi-tag .create-tag:focus {
  background-color: var(--lvh-x-off-white);
}
.cc-multi-tag .tag-display.single .p-tag {
  display: block;
  float: none;
  margin: 3px 0;
  background-color: var(--lvh-white);
}
.cc-multi-tag .tag-display.single .p-tag .label {
  display: block;
  float: none;
  font-size: 13px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-multi-tag .tag-display.single .p-tag i {
  display: none;
}
.cc-multi-tag .tag-display.single .p-tag:disabled,
.cc-multi-tag .tag-display.single .p-tag[disabled] {
  background-color: var(--lvh-x-shark-light);
}
.cc-multi-tag .max-tags-label {
  display: none;
}
.cc-multi-tag .tag-info {
  display: none;
}
.cc-multi-tag .tag-desc {
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  width: calc(100% + 2px);
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 0 0 3px 3px;
  background: var(--lvh-x-shark-light);
  color: var(--lvh-primary-text);
  z-index: 1000;
}
.cc-multi-tag .dndPlaceholder {
  display: none;
}
.cc-multi-tag.drag-drop-zone {
  border: solid 1px var(--lvh-bright-blue);
}
.cc-suggestion-dropdown {
  background-color: var(--lvh-white);
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  border: 1px solid var(--lvh-x-paler-grey);
  z-index: 4000;
  max-height: 300px;
  overflow-y: auto;
}
.cc-suggestion-dropdown.simple .suggestion-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-suggestion-dropdown.simple .suggestion-list:hover .suggestion.selected,
.cc-suggestion-dropdown.simple .suggestion-list:focus .suggestion.selected {
  background-color: var(--lvh-white);
}
.cc-suggestion-dropdown.simple .suggestion {
  margin: 0;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 20px;
  color: var(--lvh-primary-text);
  cursor: pointer;
}
.cc-suggestion-dropdown.simple .suggestion.selected,
.cc-suggestion-dropdown.simple .suggestion:hover,
.cc-suggestion-dropdown.simple .suggestion:focus {
  background-color: var(--lvh-x-off-white);
  outline: 1px solid var(--lvh-x-dark-grey);
  outline-offset: -1px;
}
.cc-detailed-suggestion-list {
  width: 100%;
  background: var(--lvh-white);
  border-collapse: collapse;
}
.cc-detailed-suggestion-list thead tr {
  background-color: var(--lvh-x-grey);
  text-align: left;
}
.cc-detailed-suggestion-list thead th {
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  color: var(--lvh-primary-text);
  padding: 5px 10px;
}
.cc-detailed-suggestion-list tbody tr {
  min-height: 50px;
  background-color: var(--lvh-white);
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: top;
}
.cc-detailed-suggestion-list tbody tr:hover,
.cc-detailed-suggestion-list tbody tr:focus,
.cc-detailed-suggestion-list tbody tr.selected {
  background-color: var(--lvh-x-off-white);
}
.cc-detailed-suggestion-list tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--lvh-x-shark-light);
}
.cc-detailed-suggestion-list tbody td {
  padding: 10px;
  font-size: 11px;
  color: var(--lvh-primary-text);
}
.cc-detailed-suggestion-list tbody td:first-child > span {
  display: block;
  line-height: 15px;
}
.cc-detailed-suggestion-list tbody td:first-child > span:first-child {
  color: var(--lvh-x-dark-grey);
}
.cc-detailed-suggestion-list tbody td:first-child > span.is-private {
  display: inline-block;
}
.cc-detailed-suggestion-list tbody td .private-job {
  display: inline-block;
  color: var(--lvh-x-shark-dark);
}

.cc-location-picker {
  position: relative;
}
.cc-location-picker.validation-error .cc-country-picker .popdown-clickable {
  border-color: var(--lvh-validation-red-dark) !important;
}
.cc-location-picker.validation-error .search-by {
  border-color: var(--lvh-validation-red-dark);
}
.cc-location-picker .body {
  display: block !important;
  position: relative;
}
@media (max-width: 991px) {
  .cc-location-picker .p-mobile-fullscreen-overlay:not(.overlay-visible) .body > .container--mobile {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cc-location-picker .p-mobile-fullscreen-overlay.overlay-visible .header {
    display: block;
  }
}
@media (max-width: 991px) {
  .cc-location-picker .p-mobile-fullscreen-overlay.overlay-visible .cc-overlay-mask.transparent {
    display: none;
  }
}
@media (max-width: 991px) {
  .cc-location-picker .p-mobile-fullscreen-overlay.overlay-visible .body {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .cc-location-picker .p-mobile-fullscreen-overlay.overlay-visible .body .search-by {
    display: block;
    padding: 10px 30px 10px 10px;
  }
}
.cc-location-picker .p-mobile-fullscreen-overlay .header {
  display: none;
}
.cc-location-picker .reset-button {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  z-index: 1000;
}
.cc-location-picker .reset-button .icon {
  display: block;
  font-size: 10px;
  color: var(--lvh-x-dark-grey);
}
.cc-location-picker .cc-country-picker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 200px;
}
@media (max-width: 991px) {
  .cc-location-picker .cc-country-picker {
    position: static;
    margin: 0 0 10px;
    width: auto;
  }
}
.cc-location-picker .cc-country-picker .popdown-clickable {
  width: 200px;
  border-radius: 3px 0 0 3px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .cc-location-picker .cc-country-picker .popdown-clickable {
    width: 100%;
    border-radius: 3px;
  }
}
.cc-location-picker #new-suburb-form dropdown {
  float: left;
  width: 100%;
}
.cc-location-picker #new-suburb-form .loading {
  text-align: center;
}
.cc-location-picker #new-suburb-form .suburb-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cc-location-picker #new-suburb-form .suburb-wrap {
    margin-bottom: 15px;
  }
}
.cc-location-picker #new-suburb-form .state-postcode {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cc-location-picker #new-suburb-form .state-postcode {
    margin-bottom: 15px;
  }
}
.cc-location-picker #new-suburb-form .state-postcode.hide-state > .postcode-wrap {
  width: 100%;
}
.cc-location-picker #new-suburb-form .state-postcode .state-wrap,
.cc-location-picker #new-suburb-form .state-postcode .postcode-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cc-location-picker #new-suburb-form .state-postcode .state-wrap,
  .cc-location-picker #new-suburb-form .state-postcode .postcode-wrap {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    vertical-align: top;
  }
}
.cc-location-picker #new-suburb-form .state-postcode .postcode-wrap {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cc-location-picker #new-suburb-form .state-postcode .postcode-wrap {
    margin-right: 0;
  }
}
.cc-location-picker #new-suburb-form .button-wrap {
  float: left;
  width: 100%;
}
.cc-location-picker .search-by {
  padding-left: 210px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cc-location-picker .search-by {
    padding: 10px 30px 10px 14px;
  }
}
.cc-location-picker .search-by.locked {
  background-color: var(--lvh-x-pale-blue);
}
.cc-location-picker .cc-location-picker-dropdown {
  position: absolute;
  width: 100%;
  z-index: 2000;
}
@media (max-width: 991px) {
  .cc-location-picker .cc-location-picker-dropdown {
    position: static;
  }
}
@media (min-width: 992px) {
  .cc-location-picker .cc-location-picker-dropdown .cc-overlay-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9200;
  }
}
.cc-location-picker .cc-location-picker-dropdown .cc-location-picker-options,
.cc-location-picker .cc-location-picker-dropdown .cc-location-picker-new-location-form {
  margin-left: 199px;
  border-left: 1px solid var(--lvh-x-paler-grey);
  border-right: 1px solid var(--lvh-x-paler-grey);
  border-radius: 0 0 3px 3px;
  background: var(--lvh-white);
}
@media (max-width: 991px) {
  .cc-location-picker .cc-location-picker-dropdown .cc-location-picker-options,
  .cc-location-picker .cc-location-picker-dropdown .cc-location-picker-new-location-form {
    margin-left: 0;
  }
  .cc-location-picker .cc-location-picker-dropdown .cc-location-picker-options .cc-options-wrapper,
  .cc-location-picker .cc-location-picker-dropdown .cc-location-picker-new-location-form .cc-options-wrapper {
    position: relative;
    z-index: 2000;
  }
}
@media (min-width: 992px) {
  .cc-location-picker .cc-location-picker-dropdown .cc-location-picker-options .cc-options-wrapper,
  .cc-location-picker .cc-location-picker-dropdown .cc-location-picker-new-location-form .cc-options-wrapper {
    position: relative;
    z-index: 9300;
    border-top: 1px solid var(--lvh-x-paler-grey);
  }
}
.cc-location-picker .cc-location-picker-dropdown .cc-new-location {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid var(--lvh-x-paler-grey);
}
@media (max-width: 991px) {
  .cc-location-picker .cc-location-picker-dropdown .cc-new-location {
    padding: 10px;
  }
}
.cc-location-picker .cc-location-picker-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-location-picker .cc-location-picker-dropdown li {
  display: block;
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .cc-location-picker .cc-location-picker-dropdown li {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .cc-location-picker .cc-location-picker-dropdown li:hover {
    background-color: var(--lvh-x-off-white);
  }
}
.cc-location-picker .cc-location-picker-dropdown li:last-child {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--lvh-x-paler-grey);
}
@media (max-width: 991px) {
  .cc-location-picker .cc-location-picker-dropdown li:last-child {
    padding: 15px 10px;
  }
}
.cc-location-picker .dropdownComponent.select {
  color: var(--lvh-x-mesh-dark);
  border: none;
  outline: 0;
  line-height: normal;
  box-sizing: border-box;
}
.cc-location-picker .dropdownComponent.select .selectedLabel {
  display: block;
  float: left;
  width: 100%;
  color: var(--lvh-secondary-text);
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.cc-location-picker .dropdownComponent.select .selectedLabel > span {
  float: left;
  width: calc(100% - 15px);
  padding-right: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-location-picker .dropdownComponent.select .selectedLabel i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3.5px;
  display: block;
  font-size: 7px;
  color: var(--lvh-x-shark-dark);
}
.cc-location-picker .dropdownComponent.select a {
  color: var(--lvh-primary-text);
}
.cc-location-picker-new-location-form form {
  padding: 20px 0;
}
.cc-location-picker-new-location-form form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 992px) {
  .cc-location-picker-new-location-form form {
    position: relative;
    margin: -1px 0 0;
    padding: 15px 10px;
    border-top: 1px solid var(--lvh-x-paler-grey);
    border-bottom: 1px solid var(--lvh-x-paler-grey);
    z-index: 9300;
  }
}
.cc-location-picker-new-location-form form .row {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .cc-location-picker-new-location-form form .row {
    margin-bottom: 0;
  }
  .cc-location-picker-new-location-form form .row .col {
    margin-bottom: 20px;
  }
}
.cc-location-picker-new-location-form form .row:last-child {
  margin-bottom: 0;
}
.cc-location-picker-new-location-form form .state-select {
  display: block;
}
.cc-location-picker-new-location-form form .dropdownComponent.select li:last-child {
  border-bottom: 0;
}
.cc-location-picker-new-location-form form .button-wrap {
  float: none;
}
@media (max-width: 991px) {
  .cc-location-picker-new-location-form form .button-wrap .button {
    padding: 8px 20px;
    width: 100%;
  }
  .cc-location-picker-new-location-form form .button-wrap .button:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .cc-location-picker-new-location-form form .button-wrap {
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid var(--lvh-x-paler-grey);
    text-align: right;
  }
}
/* 
    layout-spacious are mainly used in the talent side of the app where we spcae things out a bit more than the employer side.
*/
.layout-spacious .cc-location-picker {
  position: relative;
}
.layout-spacious .cc-location-picker .button > .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
}
.layout-spacious .cc-location-picker .search-by {
  padding: 10px 30px 10px 210px;
}
@media (max-width: 991px) {
  .layout-spacious .cc-location-picker .search-by {
    padding: 10px;
  }
}

.clear-selection {
  border: none;
  background: none;
  padding: 0;
  color: var(--lvh-primary-text);
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 12px;
  bottom: 12px;
  z-index: 1000;
  cursor: pointer;
}
.clear-selection:hover .icon,
.clear-selection:focus .icon,
.clear-selection:active .icon {
  color: var(--lvh-x-red);
}

section-heading {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--lvh-x-pale-grey);
  padding-bottom: 10px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section-heading:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
section-heading h2 {
  color: var(--lvh-x-dark-grey);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
section-heading + #private-form {
  float: left;
  width: 100%;
}
section-heading + #private-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

#update-image-modal .profile-photo .modalBody {
  padding: 30px 24px;
}
#update-image-modal .profile-photo .modalBody.crop-image {
  height: 440px;
  width: 440px;
}
#update-image-modal .profile-photo .modalFooter {
  padding-bottom: 20px;
  padding-right: 24px;
  padding-left: 24px;
}

profile-picture-file-drop-ng1 .crop-area {
  background: var(--lvh-x-off-white);
  border: 2px dashed var(--lvh-x-shark-dark);
  overflow: hidden;
  width: 450px;
  height: 345px;
}
@media (max-width: 991px) {
  profile-picture-file-drop-ng1 .crop-area {
    max-width: 100%;
    margin: 0 auto;
  }
}
profile-picture-file-drop-ng1 .instructions {
  margin: 100px 15px 0 15px;
  text-align: center;
  cursor: inherit;
}
profile-picture-file-drop-ng1 .instructions > div {
  cursor: inherit;
}
profile-picture-file-drop-ng1 .instructions .icon {
  display: block;
  margin: 0 auto 10px;
  font-size: 32px;
  color: var(--lvh-x-shark-dark);
  cursor: inherit;
}
profile-picture-file-drop-ng1 .instructions .title {
  display: block;
  font-size: 13px;
  color: var(--lvh-x-darker-grey);
  margin: 0 0 5px;
  cursor: inherit;
}
@media (max-width: 991px) {
  profile-picture-file-drop-ng1 .instructions .title {
    display: none;
  }
}
profile-picture-file-drop-ng1 .instructions .title.mobile {
  display: none;
}
@media (max-width: 991px) {
  profile-picture-file-drop-ng1 .instructions .title.mobile {
    display: block;
  }
}
profile-picture-file-drop-ng1 .instructions .title .browse {
  color: var(--lvh-disabled-text);
  text-decoration: underline;
}
profile-picture-file-drop-ng1 .instructions .file-types {
  display: block;
  font-size: 13px;
  color: var(--lvh-x-shark-dark);
  cursor: inherit;
  margin-top: 18px;
}

social-icon {
  display: inline-block;
}
social-icon span {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: var(--lvh-x-paler-grey);
}
social-icon span i.social {
  color: var(--lvh-white);
  font-size: 12px;
  line-height: 25px;
}
social-icon span i:before {
  content: "\e91f";
}
social-icon span.twitter {
  background-color: var(--lvh-social-twitter-brand);
}
social-icon span.twitter i:before {
  content: "\e908";
}
social-icon span.linkedin {
  background-color: var(--lvh-social-linkedin-brand);
}
social-icon span.linkedin i:before {
  content: "\e909";
}
social-icon span.facebook {
  background-color: var(--lvh-social-facebook-brand);
}
social-icon span.facebook i:before {
  content: "\e907";
}
social-icon span.instagram {
  background-color: var(--lvh-social-instagram-brand);
}
social-icon span.instagram i:before {
  content: "\e90b";
}
social-icon.grey span {
  background-color: var(--lvh-x-off-white);
}
social-icon.grey span i.social {
  color: var(--lvh-secondary-text);
}

.cc-file-upload.drop-box-visible .drop-box {
  display: block;
}
.cc-file-upload.drop-box-visible .drop-box:focus {
  outline: none;
  border-color: var(--lvh-x-dark-grey);
}
.cc-file-upload.validation-error .drop-box {
  background-color: var(--lvh-validation-red-light);
}
.cc-file-upload.text {
  display: inline;
}
.cc-file-upload:not(.drop-box-visible) .file-list .file:last-child {
  border-bottom: none;
}
.cc-file-upload .drop-box {
  display: none;
  border: 1px dashed var(--lvh-x-pale-grey);
  border-radius: 3px;
  padding: 15px 20px;
  text-align: center;
  box-sizing: border-box;
}
.cc-file-upload .drop-box.dragover {
  border-color: var(--lvh-x-dark-grey);
}
.cc-file-upload .drop-box.dragover .text.initial {
  display: none;
}
.cc-file-upload .drop-box.dragover .text.dragover {
  display: inline;
}
.cc-file-upload .drop-box .text {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.cc-file-upload .drop-box .text.initial {
  color: var(--lvh-secondary-text);
}
.cc-file-upload .drop-box .text.initial > a {
  color: var(--lvh-secondary-text);
}
.cc-file-upload .drop-box .text.dragover {
  display: none;
  color: var(--lvh-x-dark-grey);
}
.cc-file-upload .drop-box .text.dragover > a {
  color: var(--lvh-x-dark-grey);
}
.cc-file-upload .shadow-drop {
  display: none;
}
.cc-file-upload .validation-errors {
  display: none;
  border: 1px dashed var(--lvh-x-pale-grey);
  border-radius: 3px;
  padding: 15px 20px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  background-color: var(--lvh-validation-red-light);
  border: 1px solid var(--lvh-validation-red-dark);
}
.cc-file-upload .validation-errors.dragover {
  border-color: var(--lvh-x-dark-grey);
}
.cc-file-upload .validation-errors.dragover .text.initial {
  display: none;
}
.cc-file-upload .validation-errors.dragover .text.dragover {
  display: inline;
}
.cc-file-upload .validation-errors .text {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.cc-file-upload .validation-errors .text.initial {
  color: var(--lvh-secondary-text);
}
.cc-file-upload .validation-errors .text.initial > a {
  color: var(--lvh-secondary-text);
}
.cc-file-upload .validation-errors .text.dragover {
  display: none;
  color: var(--lvh-x-dark-grey);
}
.cc-file-upload .validation-errors .text.dragover > a {
  color: var(--lvh-x-dark-grey);
}
.cc-file-upload .validation-errors .text {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.cc-file-upload .validation-errors .text.initial {
  color: var(--lvh-secondary-text);
}
.cc-file-upload .validation-errors .text.initial > a {
  color: var(--lvh-secondary-text);
}
.cc-file-upload .validation-errors .text.dragover {
  display: none;
  color: var(--lvh-x-dark-grey);
}
.cc-file-upload .validation-errors .text.dragover > a {
  color: var(--lvh-x-dark-grey);
}
.cc-file-upload .file-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-file-upload .file-list:not(:last-child) {
  margin: 0 0 20px 0;
}
.cc-file-upload .file-list .file {
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.cc-file-upload .file-list .file:not(:last-child) {
  border-bottom: 1px solid var(--lvh-x-paler-grey);
}
.cc-file-upload .file-list .file.uploading .file-type-icon,
.cc-file-upload .file-list .file.uploading .name-wrap {
  color: var(--lvh-x-shark-dark);
}
.cc-file-upload .file-list .file-info {
  position: relative;
}
.cc-file-upload .file-list .file-info:not(:last-child) {
  margin: 0 0 10px 0;
}
.cc-file-upload .file-list .file-type-icon {
  width: 16px;
  font-size: 16px;
  color: var(--lvh-x-dark-grey);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.cc-file-upload .file-list .name-wrap {
  line-height: 16px;
  color: var(--lvh-secondary-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 24px 3px 3px;
}
.cc-file-upload .file-list .name-wrap .when-uploaded {
  color: var(--lvh-disabled-text);
}
.cc-file-upload .file-list .name-wrap .when-uploaded .bullet {
  margin: 0 5px;
}
.cc-file-upload .file-list .name:not(.has-url) {
  color: var(--lvh-secondary-text);
  cursor: text;
}
.cc-file-upload .file-list .name.has-url {
  cursor: pointer;
}
.cc-file-upload .file-list .delete-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: var(--lvh-primary-text);
  background: none;
}
.cc-file-upload .file-list .delete-icon:hover .icon,
.cc-file-upload .file-list .delete-icon:focus .icon {
  color: var(--lvh-x-red);
}
.cc-file-upload .file-list .delete-icon > .icon {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.cc-file-upload .progress-bar {
  height: 4px;
  background-color: var(--lvh-x-shark-light);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.cc-file-upload .progress-bar .bar {
  height: 100%;
  background-color: var(--lvh-bright-blue);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.1s linear width;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
page-loading {
  display: block;
  margin: 0 0 15px 0;
}
page-loading:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
page-loading:last-child {
  margin: 0;
}
page-loading .has-image .lhs > div {
  width: 81px;
  height: 81px;
}
@media (max-width: 991px) {
  page-loading .has-image .lhs > div {
    width: 50px;
    height: 50px;
  }
}
page-loading .has-image .bars {
  padding: 10px 0 0 100px;
}
@media (max-width: 991px) {
  page-loading .has-image .bars {
    padding: 10px 0 0 70px;
  }
}
@media (max-width: 991px) {
  page-loading .has-avatar .lhs {
    float: none;
  }
}
page-loading .has-avatar .lhs > div {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  page-loading .has-avatar .lhs > div {
    margin: 0 auto;
  }
}
page-loading .has-avatar .bars {
  padding: 0 0 0 180px;
}
@media (max-width: 991px) {
  page-loading .has-avatar .bars {
    padding: 20px 0 0 0;
  }
}
page-loading .lhs {
  float: left;
}
page-loading .lhs > div {
  -webkit-animation: placeHolderShimmer 2s forwards ease-in-out infinite;
  animation: placeHolderShimmer 2s forwards ease-in-out infinite;
  background: linear-gradient(to right, var(--lvh-x-paler-grey) 8%, var(--lvh-x-off-white) 18%, var(--lvh-x-paler-grey) 33%);
  background-color: var(--lvh-x-off-white);
  background-size: 1000px 15px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
loading-bar {
  display: block;
  margin: 0 0 15px 0;
}
loading-bar:last-child {
  margin: 0;
}
loading-bar .loader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15px;
  -webkit-animation: placeHolderShimmer 2s forwards ease-in-out infinite;
  animation: placeHolderShimmer 2s forwards ease-in-out infinite;
  border-radius: 3px;
  background: linear-gradient(to right, var(--lvh-x-paler-grey) 8%, var(--lvh-x-off-white) 18%, var(--lvh-x-paler-grey) 33%);
  background-color: var(--lvh-x-off-white);
  background-size: 1000px 15px;
}
loading-bar .loader.half {
  width: 50%;
}
@media (max-width: 991px) {
  loading-bar .loader.half {
    width: 100%;
  }
}
loading-bar .loader.third {
  width: 33.333%;
}
@media (max-width: 991px) {
  loading-bar .loader.third {
    width: 100%;
  }
}
loading-bar .loader.quarter {
  width: 25%;
}
@media (max-width: 991px) {
  loading-bar .loader.quarter {
    width: 100%;
  }
}
loading-bar .loader.fifth {
  width: 20%;
}
@media (max-width: 991px) {
  loading-bar .loader.fifth {
    width: 100%;
  }
}
loading-bar .loader.delay1 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
loading-bar .loader.delay2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
loading-bar .loader.delay3 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

right-to-work-list-ng1 .country-summary {
  float: left;
}
right-to-work-list-ng1 .country-summary .tooltip-wrapper {
  float: left;
  padding: 4px 0 0 2px;
}
right-to-work-list-ng1 .country-summary .flag {
  transform: translateX(-2px);
  margin: 3px 0 4px 0;
}

language-picker {
  display: block;
}
language-picker .language-picker-wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
language-picker .language-picker-wrapper .selection {
  width: calc(100% - 105px);
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selection {
    width: 100%;
  }
}
language-picker .language-picker-wrapper .selection:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
language-picker .language-picker-wrapper .selection .col {
  float: left;
  width: 49%;
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selection .col {
    width: 100%;
    margin: 0;
  }
}
language-picker .language-picker-wrapper .selection .col:not(:last-child) {
  margin: 0 2% 0 0;
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selection .col:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
language-picker .language-picker-wrapper .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .button {
    position: static;
    width: 100%;
    margin: 0;
  }
}
language-picker .language-picker-wrapper .button > .label {
  line-height: 24px;
}
language-picker .language-picker-wrapper .language-picker {
  position: relative;
  margin: 0 0 15px;
}
language-picker .language-picker-wrapper .language-picker.has-items {
  margin: 0;
}
language-picker .language-picker-wrapper .language-picker:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
language-picker .language-picker-wrapper .language-picker .selection {
  margin: 0;
}
language-picker .language-picker-wrapper .language-picker .selection:not(:last-child) {
  margin: 0;
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .language-picker .selection:not(:last-child) {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .language-picker .selection {
    margin: 0 0 30px;
  }
}
language-picker .language-picker-wrapper .selected-languages .language {
  position: relative;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid var(--lvh-x-off-white);
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selected-languages .language {
    padding: 10px;
  }
}
language-picker .language-picker-wrapper .selected-languages .language.add-update-language {
  padding: 20px 0;
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selected-languages .language.add-update-language {
    padding: 10px 0;
  }
}
language-picker .language-picker-wrapper .selected-languages .language.add-update-language .selection .col {
  padding: 0;
}
language-picker .language-picker-wrapper .selected-languages .language.add-update-language .selection .col:first-child {
  font-weight: 400;
}
language-picker .language-picker-wrapper .selected-languages .language:first-child {
  border-top: none;
}
language-picker .language-picker-wrapper .selected-languages .language:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
language-picker .language-picker-wrapper .selected-languages .language .selection {
  margin: 0;
}
language-picker .language-picker-wrapper .selected-languages .language .selection .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selected-languages .language .selection .col {
    margin: 0;
    padding: 0;
  }
}
language-picker .language-picker-wrapper .selected-languages .language .selection .col:first-child {
  padding: 0;
  font-weight: 700;
}
language-picker .language-picker-wrapper .selected-languages .language .button {
  top: 20px;
}
language-picker .language-picker-wrapper .selected-languages .language .rhs {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--lvh-x-shark-dark);
}
@media (max-width: 991px) {
  language-picker .language-picker-wrapper .selected-languages .language .rhs {
    right: 7px;
  }
}
language-picker .language-picker-wrapper .selected-languages .language .rhs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
language-picker .language-picker-wrapper .selected-languages .language .rhs ul li {
  float: left;
}
language-picker .language-picker-wrapper .selected-languages .language .rhs ul li:not(:first-child) {
  margin: 0 0 0 12px;
}
language-picker .language-picker-wrapper .selected-languages .language .rhs ul li:hover i {
  color: var(--lvh-x-mesh-dark);
}
language-picker .language-picker-wrapper .selected-languages .language .rhs ul li:hover i.delete-icon {
  color: var(--lvh-x-ripe);
}

save-button {
  display: block;
}
save-button .button.p-ghost-button.isSaveComplete {
  box-shadow: 0 0 0 1px var(--lvh-x-green) inset;
  background-color: transparent;
}
save-button .button.p-ghost-button.isSaveComplete:after {
  color: var(--lvh-x-green);
}
save-button .button.p-ghost-button.isSaveComplete:hover:not([disabled]),
save-button .button.p-ghost-button.isSaveComplete:focus:not([disabled]),
save-button .button.p-ghost-button.isSaveComplete:hover:not(:disabled),
save-button .button.p-ghost-button.isSaveComplete:focus:not(:disabled) {
  background-color: transparent;
}
save-button .button.p-ghost-button.isSaveComplete[disabled] {
  box-shadow: 0 0 0 1px var(--lvh-x-green) inset;
}
save-button .button.p-ghost-button.isSaveComplete:disabled {
  box-shadow: 0 0 0 1px var(--lvh-x-green) inset;
}
save-button .button.p-ghost-button.isErrorWhenSaving {
  box-shadow: 0 0 0 1px var(--lvh-x-ripe) inset;
  background-color: transparent;
}
save-button .button.p-ghost-button.isErrorWhenSaving:after {
  color: var(--lvh-x-ripe);
}
save-button .button.p-ghost-button.isErrorWhenSaving:hover:not([disabled]),
save-button .button.p-ghost-button.isErrorWhenSaving:focus:not([disabled]),
save-button .button.p-ghost-button.isErrorWhenSaving:hover:not(:disabled),
save-button .button.p-ghost-button.isErrorWhenSaving:focus:not(:disabled) {
  background-color: transparent;
}
save-button .button.p-ghost-button.isErrorWhenSaving[disabled] {
  box-shadow: 0 0 0 1px var(--lvh-x-ripe) inset;
}
save-button .button.p-ghost-button.isErrorWhenSaving:disabled {
  box-shadow: 0 0 0 1px var(--lvh-x-ripe) inset;
}
save-button .button.isSaveComplete {
  position: relative;
  background-color: var(--lvh-x-green);
}
save-button .button.isSaveComplete:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e911";
  font-family: 'IconFont';
  font-size: 16px;
  line-height: inherit;
  color: var(--lvh-white);
}
save-button .button.isSaveComplete:hover:not([disabled]),
save-button .button.isSaveComplete:focus:not([disabled]),
save-button .button.isSaveComplete:hover:not(:disabled),
save-button .button.isSaveComplete:focus:not(:disabled) {
  background-color: #73c66d;
}
save-button .button.isSaveComplete .label {
  visibility: hidden;
}
save-button .button.isErrorWhenSaving {
  position: relative;
  background-color: var(--lvh-x-ripe);
}
save-button .button.isErrorWhenSaving:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e90e";
  font-family: 'IconFont';
  font-size: 16px;
  line-height: inherit;
  color: var(--lvh-white);
}
save-button .button.isErrorWhenSaving:hover:not([disabled]),
save-button .button.isErrorWhenSaving:focus:not([disabled]),
save-button .button.isErrorWhenSaving:hover:not(:disabled),
save-button .button.isErrorWhenSaving:focus:not(:disabled) {
  background-color: #ec4213;
}
save-button .button.isErrorWhenSaving .label {
  visibility: hidden;
}

mask-toggle-button {
  padding-left: 10px;
  font-weight: 400;
}

.collapse-height {
  transition: height ease-in-out 0.4s;
}

/*!
 * Quill Editor v1.3.3
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
 .ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  /*margin: 0;*/
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

html-editor-ng1 .ql-container {
  border: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
}
@media (max-width: 991px) {
  html-editor-ng1 .ql-container {
    font-size: 16px !important;
  }
}
html-editor-ng1 .ql-editor {
  background-color: white;
  border: solid 1px var(--lvh-x-paler-grey);
  outline: none;
  min-height: 100px;
  height: 500px;
  overflow-y: scroll !important;
  line-height: 1.4;
}
html-editor-ng1 .ql-editor > p {
  color: inherit !important;
  line-height: inherit !important;
}
html-editor-ng1 .ql-disabled .ql-editor {
  background-color: var(--lvh-x-shark-light);
}
html-editor-ng1 .ql-toolbar {
  border-color: var(--lvh-x-paler-grey) !important;
  border-bottom: 0 !important;
}
html-editor-ng1 .ql-toolbar button .ql-stroke {
  stroke: var(--lvh-primary-text) !important;
}
html-editor-ng1 .ql-toolbar button .ql-fill {
  fill: var(--lvh-primary-text) !important;
}
html-editor-ng1 .ql-toolbar button:hover {
  color: var(--lvh-bright-blue) !important;
}
html-editor-ng1 .ql-toolbar button:hover .ql-stroke {
  stroke: var(--lvh-bright-blue) !important;
}
html-editor-ng1 .ql-toolbar button:hover .ql-fill {
  fill: var(--lvh-bright-blue) !important;
}
html-editor-ng1 .ql-toolbar button.ql-active .ql-stroke {
  stroke: var(--lvh-bright-blue) !important;
}
html-editor-ng1 .ql-toolbar button.ql-active .ql-fill {
  fill: var(--lvh-bright-blue) !important;
}
@media (max-width: 991px) {
  html-editor-ng1 .ql-toolbar {
    display: none;
  }
}
html-editor-ng1 .read-only .ql-toolbar {
  display: none;
}

specialty-list {
  margin-bottom: 1.307em;
}
specialty-list .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
specialty-list .tags:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
specialty-list .tags .specialty {
  background-color: var(--lvh-x-murkberry-light);
}
specialty-list .tags .specialty .label {
  display: block;
  color: var(--lvh-x-murkberry-darker);
}
specialty-list .tags .tag {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 7px;
}
specialty-list .tags .tag:last-child {
  margin-right: 0;
}
specialty-list .tags .specialty-overflow {
  position: relative;
  float: left;
}
specialty-list .tags .specialty-overflow .callout-wrap .callout {
  position: absolute;
}
specialty-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

specialty-list.grey .specialty {
  background-color: var(--lvh-x-off-white);
}
specialty-list.grey .specialty > .label {
  color: var(--lvh-x-dark-grey);
}
specialty-list.grey .specialty-overflow {
  color: var(--lvh-x-dark-grey);
}

avatar-list-ng1.can-remove > .avatar-list .avatar .cc-avatar.tiny:after {
  font-size: 10px;
  line-height: 24px;
}
avatar-list-ng1.can-remove > .avatar-list .avatar .cc-avatar.smaller:after {
  font-size: 13px;
  line-height: 36px;
}
avatar-list-ng1.can-remove > .avatar-list .avatar .cc-avatar.small:after {
  font-size: 13px;
  line-height: 45px;
}
avatar-list-ng1.can-remove > .avatar-list .avatar .cc-avatar:hover:after,
avatar-list-ng1.can-remove > .avatar-list .avatar .cc-avatar:focus:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  pointer-events: none;
  font-family: 'CoreIconFont';
  content: "\e603";
  color: var(--lvh-white);
  background: rgba(0, 0, 0, 0.6);
}
avatar-list-ng1.can-remove > .cc-toottip.avatar-list .items .item:hover .cc-avatar:after,
avatar-list-ng1.can-remove > .cc-toottip.avatar-list .items .item:focus .cc-avatar:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  pointer-events: none;
  font-family: 'CoreIconFont';
  content: "\e603";
  color: var(--lvh-white);
  background: rgba(0, 0, 0, 0.6);
}
avatar-list-ng1 > .avatar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
avatar-list-ng1 > .avatar-list .avatar {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}
avatar-list-ng1 > .avatar-list .avatar:last-child {
  margin-right: 0;
}
avatar-list-ng1 > .avatar-list .avatar.extra {
  font-size: 13px;
  border-radius: 50%;
  background: var(--lvh-x-shark-dark);
}
avatar-list-ng1 > .avatar-list .avatar.extra.tiny {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
avatar-list-ng1 > .avatar-list .avatar.extra.tiny .count {
  width: 24px;
}
avatar-list-ng1 > .avatar-list .avatar.extra.smaller {
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
avatar-list-ng1 > .avatar-list .avatar.extra.smaller .count {
  width: 36px;
}
avatar-list-ng1 > .avatar-list .avatar.extra.small {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
avatar-list-ng1 > .avatar-list .avatar.extra.small .count {
  width: 45px;
}
avatar-list-ng1 > .avatar-list .avatar.extra .count {
  display: block;
  text-align: center;
  color: var(--lvh-white);
  cursor: pointer;
}
avatar-list-ng1 > .avatar-list .avatar .cc-avatar {
  padding: 0;
}
avatar-list-ng1 > .avatar-list .avatar .tooltipContainer > .tooltip {
  z-index: 8001;
}
avatar-list-ng1 > .avatar-list .avatar .a-status {
  position: absolute;
  bottom: -2px;
  right: 0;
  line-height: 1;
}
avatar-list-ng1 > .avatar-list .avatar .a-status:before {
  display: block;
  font-size: 15px;
  font-family: 'IconFont';
  border-radius: 50%;
  color: var(--lvh-x-shark-dark);
  background: var(--lvh-white);
}
avatar-list-ng1 > .avatar-list .avatar .a-status.approved:before {
  content: "\e921";
  color: var(--lvh-x-green);
}
avatar-list-ng1 > .avatar-list .avatar .a-status.declined:before {
  content: "\e932";
  color: var(--lvh-x-ripe);
}

question-ng1 {
  float: left;
  width: 100%;
}
question-ng1:not(:last-child) {
  margin-bottom: 20px;
}
question-ng1 .required-marker {
  color: var(--lvh-validation-red-dark);
}
question-ng1.date:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
question-ng1.instruction label.label {
  font-weight: normal;
  color: var(--lvh-primary-text);
}
question-ng1 .text-answer {
  color: var(--lvh-x-darker-grey);
  font-weight: 400;
  margin-top: 15px;
}
question-ng1 .text-answer ul {
  color: #cccccc;
  margin: 0;
  margin-left: 20px;
}
question-ng1 .text-answer ul li {
  margin-top: 15px;
}
question-ng1 .text-answer ul li > span {
  color: var(--lvh-x-darker-grey);
}
question-ng1 .no-answer {
  font-style: italic;
}
question-ng1 .hidden-answer {
  color: #666;
  font-weight: 400;
}
question-ng1 .hidden-answer:before {
  position: relative;
  top: 1px;
  color: #ccc;
  font-family: 'IconFont';
  padding-right: 3px;
  content: "\e9b8";
}
question-ng1 .hidden-answer.locked:before {
  content: "\e9b9";
}
question-ng1 .question-input {
  margin-bottom: 5px;
}
question-ng1 .question-input .cc-input-overlay {
  position: relative;
}
question-ng1 .question-input .cc-input-overlay.currency-input.symbol-length-1 .input {
  padding-left: 26px;
}
question-ng1 .question-input .cc-input-overlay.currency-input.symbol-length-2 .input {
  padding-left: 33px;
}
question-ng1 .question-input .cc-input-overlay.currency-input.symbol-length-3 .input {
  padding-left: 40px;
}
question-ng1 .question-input .cc-input-overlay.currency-input .input {
  text-align: left;
  padding-right: 7px;
  padding-left: 7px;
}
question-ng1 .question-input .cc-input-overlay .input {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}
question-ng1 .question-input .cc-input-overlay .prefix {
  color: var(--lvh-secondary-text);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  z-index: 2;
}
question-ng1 .question-input .cc-radio-button .radio-button {
  position: absolute;
  top: 12px;
}
@media (max-width: 991px) {
  question-ng1 .question-input .cc-radio-button .radio-button {
    top: 18px;
  }
}
question-ng1 .question-input .cc-radio-button .label {
  margin-left: 20px;
}
question-ng1 .validation-message {
  padding-bottom: 10px;
}
question-ng1 .instruction {
  margin-bottom: 20px;
  color: var(--lvh-primary-text);
}
question-ng1 .question-rule {
  margin-bottom: 5px;
}
question-ng1 .question-rule > .sub-text {
  color: var(--lvh-primary-text);
  font-size: 11px;
  font-weight: normal;
  margin-right: 8px;
}
question-ng1 label.label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
}
question-ng1 .currency .cc-input-overlay input {
  padding-left: 20px;
}

questionnaire-ng1 section {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--lvh-x-off-white);
}
questionnaire-ng1 section:not(:last-child) {
  padding-bottom: 0;
}
questionnaire-ng1 section.collapse .section-content,
questionnaire-ng1 section.overlay .section-content {
  display: none;
}
questionnaire-ng1 section .section-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: left;
  font-size: 13px;
  color: var(--lvh-x-mesh-dark);
  background-color: var(--lvh-x-shark-light);
}
questionnaire-ng1 section .section-expander {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: var(--lvh-x-shark-dark);
}
questionnaire-ng1 section .section-expander span {
  color: var(--lvh-x-shark-light);
}
questionnaire-ng1 section .section-content {
  padding: 20px;
  display: block;
}

sms-consent .row {
  display: flex;
  gap: 10px;
}
sms-consent .row .p-checkbox {
  position: relative;
}
sms-consent .row .disclaimer {
  font-size: 11px;
}
sms-consent .row .disclaimer ul {
  margin: 0px;
  padding-left: 15px;
}
sms-consent .row div.small-print {
  padding: 0px 15px 24px;
  color: var(--lvh-secondary-text);
  font-family: Open Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
sms-consent .row div.small-print p {
  margin: 0px;
  line-height: 16.5px;
}
sms-consent .row .trigger-content {
  width: 12px;
  height: 12px;
  margin-bottom: -3px;
  margin-left: 5px;
}
sms-consent .row callout-ng1 {
  left: 40px;
}
@media (max-width: 991px) {
  sms-consent .row callout-ng1 {
    left: -205px;
  }
}
#signup-app #contact-step .sms-callout .callout .cc-callout {
  min-width: 0;
  width: 250px;
}

legal-consent .small-print {
  font-size: 10px;
  text-align: left;
  color: var(--lvh-x-shark-dark);
}
legal-consent .small-print a {
  text-decoration: underline;
  color: inherit;
}
legal-consent .small-print ol {
  padding-left: 12px;
}
legal-consent .small-print ol li {
  margin-top: 5px;
  font-weight: 600;
  color: var(--lvh-x-light-grey) !important;
}
legal-consent .small-print ol li div.content {
  font-weight: 500;
  margin-top: 5px;
  color: var(--lvh-x-shark-dark);
}

google-location-picker-ng1 .selection-indicator {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
google-location-picker-ng1 .selection-indicator.success {
  color: var(--lvh-x-green);
}
google-location-picker-ng1 .location-picker-wrapper {
  display: flex;
  position: relative;
}
google-location-picker-ng1 .location-picker-wrapper.validation-error .cc-country-picker .popdown-clickable {
  border-color: var(--lvh-validation-red-dark) !important;
}
google-location-picker-ng1 .location-picker-wrapper.validation-error .search-by {
  border-color: var(--lvh-validation-red-dark);
  border-left-color: transparent;
}
google-location-picker-ng1 .cc-country-picker {
  width: 60px;
}
@media (max-width: 991px) {
  google-location-picker-ng1 .cc-country-picker .popdown {
    margin-bottom: 0px;
  }
}
google-location-picker-ng1 .cc-country-picker .popdown-clickable {
  width: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
google-location-picker-ng1 .cc-country-picker .popdown-clickable:focus {
  border-color: var(--lvh-x-dark-grey);
}
google-location-picker-ng1 .input-wrap {
  flex: 1;
}
google-location-picker-ng1 input[type="search"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}
google-location-picker-ng1 input[type="search"]:focus {
  border-color: var(--lvh-x-dark-grey);
}
google-location-picker-ng1 input[type="search"]:not(:focus) {
  border-left-color: transparent;
}
google-location-picker-ng1 input[type="search"].show-icon {
  padding-right: 25px;
}
google-location-picker-ng1 .predictions-dropdown {
  max-height: 242px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 9001;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  google-location-picker-ng1 .predictions-dropdown {
    margin-left: 60px;
  }
}
google-location-picker-ng1 .predictions-dropdown .dropdown-item {
  margin: 0;
  padding: 0 10px;
  min-height: 26px;
  line-height: 40px;
}
google-location-picker-ng1 .predictions-dropdown .prediction {
  cursor: pointer;
}
google-location-picker-ng1 .predictions-dropdown .prediction:hover,
google-location-picker-ng1 .predictions-dropdown .prediction:focus,
google-location-picker-ng1 .predictions-dropdown .prediction:active,
google-location-picker-ng1 .predictions-dropdown .prediction.selected {
  outline: 1px solid var(--lvh-x-dark-grey);
  outline-offset: -1px;
  background-color: var(--lvh-x-off-white);
}
google-location-picker-ng1 .validation-message {
  top: 0px;
  float: none;
}

external-links {
  display: block;
}
external-links .externalLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
external-links .externalLinks:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
external-links .externalLinks .link-type {
  display: inline-block;
  margin: 0 5px 0 0;
}
external-links .externalLinks .link-type > a {
  display: block;
  outline: revert;
}

character-count-ng1 .wrapper {
  font-size: 11px;
  padding: 5px 0;
  color: var(--lvh-secondary-text);
}
character-count-ng1 .hint-text {
  color: var(--lvh-x-shark-dark);
}
character-count-ng1 .hint-icon {
  margin-left: 0.231em;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  color: var(--lvh-x-shark-dark);
}

/**
 * A safe haven for miscellaneous components who are so small, they probably
 * don't deserve their own stylesheet. But we will love them all the same.
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.iconFont + .icon-label,
.iconFont .icon-label {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.cc-mobile-header-bar {
  height: 44px;
  background-color: var(--lvh-x-shark-light);
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .cc-mobile-header-bar {
    display: none;
  }
}
.cc-mobile-header-bar .mhb-heading {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-mobile-header-bar .mhb-inner-wrap {
  position: relative;
}
.cc-mobile-header-bar .button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.cc-mobile-header-bar .button.lhs {
  left: 0;
}
.cc-mobile-header-bar .button.rhs {
  right: 0;
}
.cc-last-action .lastAction {
  float: left;
  width: 100%;
  padding-right: 12px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  .cc-last-action .lastAction {
    float: left;
    width: 100%;
    position: relative;
    bottom: auto;
  }
}
.cc-last-action .lastAction .avatarWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.769em;
  height: 1.769em;
}
.cc-last-action .lastAction .avatar {
  width: 100%;
  height: 100%;
  background-color: var(--lvh-white96);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cc-last-action .lastAction .avatar > img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cc-last-action .lastAction .text {
  float: left;
  width: 100%;
  padding: 0.192em 1.538em 0.192em 2.308em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--lvh-primary-text);
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: default;
}
.cc-last-action .lastAction .text span {
  display: block;
  font-size: 0.846em;
  overflow: hidden;
}
.cc-last-action .attachmentsIndicator {
  position: absolute;
  top: 0;
  right: 0;
}
.cc-last-action .attachmentsIndicator .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.192em 0;
}
.cc-last-action .attachmentsIndicator .icon i {
  font-size: 0.923em;
  color: var(--lvh-x-shark-dark);
}
.cc-referrer-label {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  color: var(--lvh-x-green);
  background-color: rgba(80, 184, 72, 0.2);
  border-radius: 3px;
  padding: 0 6px;
}
.cc-agency-label {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  color: var(--lvh-bright-blue);
  background-color: rgba(60, 71, 157, 0.2);
  border-radius: 3px;
  padding: 0 6px;
}
@media (max-width: 991px) {
  .cc-date-selector .col.halves,
  .cc-date-selector .col.thirds,
  .cc-date-selector .col.quarters {
    display: none;
  }
}
@media (min-width: 992px) {
  .cc-date-selector .mobileDate {
    display: none;
  }
}
.date-picker-wrap {
  float: left;
  width: 100%;
  position: relative;
  color: initial;
}
.date-picker-wrap.top #uiDate {
  bottom: 34px;
}
.date-picker-wrap.right #uiDate {
  right: 0;
}
.date-picker-wrap #uiDate {
  z-index: 3;
}
.date-picker-wrap input[type='text'],
.date-picker-wrap input[type='date'] {
  padding-left: 2em;
}
@media (min-width: 992px) {
  .date-picker-wrap input[type='text'].mobileDate,
  .date-picker-wrap input[type='date'].mobileDate {
    display: none;
  }
}
@media (max-width: 991px) {
  .date-picker-wrap input[type='text']#textDate,
  .date-picker-wrap input[type='date']#textDate {
    display: none;
  }
}
.date-picker-wrap i {
  color: var(--lvh-x-shark-dark);
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0.615em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.date-picker-wrap .cc-overlay-mask.transparent {
  z-index: 2;
}
.border-notch {
  /* creates the larger triangle */
}
.border-notch:before {
  content: "";
  position: absolute;
  bottom: -25px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: var(--lvh-x-shark-light) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.border-notch:after {
  content: "";
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 42px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: white transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.border-notch.top:before {
  top: -15px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  right: 40px;
  /* controls horizontal position */
  border-width: 0 15px 15px;
}
.border-notch.top:after {
  top: -13px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  right: 42px;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width: 0 13px 13px;
}
@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}

.p-checkbox .input {
  /*position: absolute;
        top: -9999px;
        left: -9999px;*/
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.p-checkbox .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-radio-button .input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.p-radio-button .label {
  display: inline-block;
  line-height: 14px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.p-radio-button .input.checked:disabled ~ .radio-button:before,
.p-radio-button .input:checked:disabled ~ .radio-button:before {
  background-color: var(--lvh-x-shark-dark);
}
.p-radio-button .input.checked ~ .radio-button,
.p-radio-button .input:checked ~ .radio-button {
  cursor: default;
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.p-radio-button .input.checked ~ .radio-button:before,
.p-radio-button .input:checked ~ .radio-button:before {
  content: '';
  background-color: var(--lvh-bright-blue);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.p-radio-button .input:disabled ~ .radio-button {
  cursor: default;
  background-color: var(--lvh-white98);
  border-color: var(--lvh-x-pale-grey);
}
.p-radio-button .radio-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.p-radio-button.hidden .radio-button {
  visibility: hidden;
}
.p-checkbox.below-field {
  display: inline-block;
  padding-top: 5px;
}
.p-checkbox.field-height .label {
  line-height: 34px;
}
.p-checkbox .input:focus ~ .checkbox {
  box-shadow: 0px 0px 0px 2px var(--lvh-x-dark-grey);
}
.p-checkbox .input.checked:disabled ~ .checkbox:before,
.p-checkbox .input:checked:disabled ~ .checkbox:before {
  color: var(--lvh-x-shark-dark) !important;
}
.p-checkbox .input.checked ~ .checkbox,
.p-checkbox .input:checked ~ .checkbox {
  background-color: var(--lvh-bright-blue-trans-10);
  border-color: var(--lvh-bright-blue);
}
.p-checkbox .input.checked ~ .checkbox:before,
.p-checkbox .input:checked ~ .checkbox:before {
  content: "\e902";
  font-family: 'CoreIconFont';
  font-size: 8px;
  line-height: 14px;
  color: var(--lvh-bright-blue);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-checkbox .input:disabled ~ .checkbox {
  background-color: var(--lvh-white98) !important;
  border-color: var(--lvh-x-pale-grey) !important;
  cursor: default;
}
.p-checkbox .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lvh-white);
  border: 1px solid var(--lvh-x-pale-grey);
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.p-checkbox-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-checkbox-group .checkbox-wrap {
  float: left;
  width: calc(25% - 7.5px);
  background-color: var(--lvh-x-off-white);
  border-radius: 3px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.p-checkbox-group .checkbox-wrap:not(:last-child) {
  margin: 0 10px 0 0;
}
.p-checkbox-group .checkbox-wrap .checkbox {
  float: left;
  margin: 0 10px 0 0;
}
.p-checkbox-group .checkbox-wrap .label {
  float: left;
  color: var(--lvh-x-dark-grey);
}
@media (max-width: 991px) {
  .p-radio-button-group .p-radio-button {
    display: block;
  }
}
.p-radio-button-group .p-radio-button:not(:last-child) {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .p-radio-button-group .p-radio-button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.p-radio-button-group .input,
.p-radio-button-group .label {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.p-radio-button-group .input {
  margin: 0 5px 0 0;
  outline: none;
}
.p-radio-button-group .label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.p-empty-state {
  padding: 40px 0;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  background: var(--lvh-white);
}
@media (max-width: 991px) {
  .p-empty-state {
    padding: 40px 10px;
  }
}
.p-empty-state:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.p-empty-state.small {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .p-empty-state.small {
    padding: 20px 10px;
  }
}
.p-empty-state.small .icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .p-empty-state.small .icon {
    width: 75px;
    height: 75px;
  }
}
.p-empty-state .icon {
  width: 128px;
  height: 128px;
}
@media (max-width: 991px) {
  .p-empty-state .icon {
    width: 100px;
    height: 100px;
  }
}
.p-empty-state .icon > img {
  max-width: 100%;
  height: auto;
}
.p-empty-state h3 {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: var(--lvh-primary-text);
}
@media (max-width: 991px) {
  .p-empty-state h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.p-empty-state p {
  margin: 0 20px;
  font-size: 13px;
  line-height: 24px;
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .p-empty-state p {
    font-size: 14px;
    line-height: 19px;
  }
}
.p-empty-state p:not(:last-child) {
  margin: 0 20px 20px;
}
.p-empty-state .button {
  display: inline-block;
}
.p-empty-state .button.isBusy {
  display: inline-block;
}
#employerApp .p-empty-state {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state {
    padding: 50px 10px;
  }
}
#employerApp .p-empty-state.small {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state.small {
    padding: 20px 10px;
  }
}
#employerApp .p-empty-state.small .icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state.small .icon {
    width: 75px;
    height: 75px;
  }
}
#employerApp .p-empty-state h3 {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  #employerApp .p-empty-state h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

matching-preferences-form {
  display: block;
}
matching-preferences-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
matching-preferences-form h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--lvh-x-dark-grey);
}
matching-preferences-form p {
  margin: 0 0 20px 0;
}
matching-preferences-form .field-group.inset {
  padding: 20px;
  background-color: var(--lvh-x-off-white);
  border-radius: 3px;
  box-sizing: border-box;
}
matching-preferences-form .field-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
matching-preferences-form .field-group:not(:last-child) {
  margin: 0 0 20px 0;
}
matching-preferences-form .field-group .multi-select {
  width: 100%;
}
matching-preferences-form .field-group .preferred-role-header {
  display: flex;
  align-items: center;
}
matching-preferences-form .field-group .preferred-role-header .hint-icon {
  margin: 0 0 5px 3px;
}
matching-preferences-form .field-group .preferred-role-header .hint-icon .tooltipContainer {
  width: 260px;
  margin-left: -130px;
}
matching-preferences-form .field-group .preferred-role-header .hint-icon .tooltipContainer .tooltip {
  padding: 10px 15px;
}
matching-preferences-form .field-group .preferred-role-header .hint-icon .tooltipContainer .tooltip .content {
  padding: 0;
}
matching-preferences-form .cc-multi-tag.preferred-roles .tag {
  background-color: var(--lvh-validation-green-light) !important;
  max-width: calc(100% - 26px);
}
matching-preferences-form .cc-multi-tag.preferred-roles .tag .label {
  width: calc(100% - 7px);
  color: var(--lvh-validation-green-dark) !important;
}
matching-preferences-form .cc-multi-tag.preferred-roles .tag .icon {
  color: var(--lvh-validation-green-dark) !important;
}
matching-preferences-form .cc-location-picker-ng1 {
  float: left;
  width: calc(100% - 100px);
}
matching-preferences-form .cc-location-picker-ng1 .search-by {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
matching-preferences-form .location-block .cc-dropdown2 {
  float: left;
  width: 100px;
}
matching-preferences-form .location-block .cc-dropdown2 .selected-option {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
matching-preferences-form .location-block .cc-dropdown2 .selected-option:focus {
  border-left-width: 1px;
  padding-left: 9px;
}
matching-preferences-form questionnaire-ng1:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

skills-and-competencies-form-ng1 {
  display: block;
  padding: 20px 30px;
  border: 3px solid var(--lvh-x-shark-light);
  border-radius: 3px;
  box-sizing: border-box;
}
skills-and-competencies-form-ng1:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
skills-and-competencies-form-ng1 h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--lvh-x-dark-grey);
}
skills-and-competencies-form-ng1 p {
  margin: 0 0 20px 0;
}
skills-and-competencies-form-ng1 .inset-field {
  padding: 20px;
  background-color: var(--lvh-x-off-white);
  border-radius: 3px;
  box-sizing: border-box;
}
skills-and-competencies-form-ng1 > .sub-text {
  font-size: 11px !important;
}

location-form label.has-description {
  margin-bottom: 5px !important;
}
location-form .description {
  display: block;
  font-size: 12px;
  color: var(--lvh-x-light-grey);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  location-form .has-visa .cc-tab-group {
    display: block;
  }
}
location-form .visa-type .popdown .popdown-clickable {
  width: 100%;
}
location-form .visa-type .popdown .popdown-content {
  width: 100%;
}
location-form .right-to-work-preamble {
  margin: 0 !important;
}
location-form h2 .label.sub-text,
location-form h3 .label.sub-text {
  font-size: 0.8em;
}
location-form .upload {
  margin-top: 10px !important;
}

#login-form-template #login-form .p-social-connect-buttons-4 .button {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 34px;
}
#login-form-template #login-form #standard-login-state .p-or-content-divider {
  margin: 15px 0 15px 0;
}

.lvh-form .tab-title {
  margin: 30px 20px 20px 20px;
  font-weight: 600;
}
.lvh-form .tab-title:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.lvh-form .tab-content {
  background-color: var(--lvh-x-off-white);
  margin: 20px;
  padding: 30px 20px;
  border: solid 1px var(--lvh-x-shark-light);
  border-radius: 3px;
}
.lvh-form .tab-content:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.lvh-form section {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.lvh-form .sub-text {
  color: var(--lvh-primary-text);
  font-weight: normal;
}
.lvh-form.no-step-nav {
  padding: 30px;
}
@media (max-width: 991px) {
  .lvh-form.no-step-nav {
    padding: 20px;
  }
}
.lvh-form #form-content:after,
.lvh-form #form-buttons:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.lvh-form #form-content {
  min-height: 250px;
}
@media (max-width: 991px) {
  .lvh-form #form-content {
    min-height: 0;
  }
}
.lvh-form #form-content:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .lvh-form #form-content:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.lvh-form #form-buttons {
  padding: 20px 0 0 0;
  border-top: 1px solid var(--lvh-x-shark-light);
}
.lvh-form #form-buttons:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.lvh-form #form-buttons .button-wrap {
  float: right;
}
@media (max-width: 991px) {
  .lvh-form #form-buttons .button-wrap {
    float: left;
    width: 100%;
  }
}
.lvh-form #form-buttons .validation-summary {
  padding: 10px;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .lvh-form #form-buttons .validation-summary {
    display: none;
  }
}
.lvh-form #form-buttons .anchor {
  font-weight: 600;
  line-height: 20px;
}
.lvh-form #form-buttons .anchor .icon {
  font-size: 8px;
  font-style: normal;
}
.lvh-form .row {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.lvh-form .row.multi-line {
  margin: 0 0 9px 0;
}
.lvh-form .row.outer-row {
  margin-bottom: 0;
}
.lvh-form .row:last-child {
  margin: 0;
}
.lvh-form .row:last-child.multi-line {
  margin: 0;
}
.lvh-form .row:last-child.outer-row {
  margin-bottom: 0;
}
.lvh-form .row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.lvh-form h3:not(:last-child),
.lvh-form h4:not(:last-child) {
  margin: 0 0 10px 0;
}
.lvh-form label.label {
  display: block;
  font-weight: 600;
  color: var(--lvh-x-dark-grey);
  margin: 0 0 5px 0;
}
.lvh-form label.label.sub-label {
  font-weight: normal;
}
.lvh-form label.label .sub-text {
  color: var(--lvh-primary-text);
  font-weight: normal;
}
@media (max-width: 991px) {
  .lvh-form label.label.hidden-sm-max {
    display: none;
  }
}
.lvh-form .next-button,
.lvh-form .prev-button {
  float: left;
}
@media (max-width: 991px) {
  .lvh-form .next-button,
  .lvh-form .prev-button {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .lvh-form .next-button:not(:last-child),
  .lvh-form .prev-button:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 992px) {
  .lvh-form .prev-button {
    display: none;
  }
}
@media (max-width: 991px) {
  .lvh-form .cc-modal .header .heading {
    line-height: 44px;
    font-weight: 600;
  }
}
.lvh-form .cc-input-overlay {
  position: relative;
}
.lvh-form .cc-input-overlay.large-suffix .input {
  padding-right: 60px;
  padding-left: 60px;
}
.lvh-form .cc-input-overlay.thousands-suffix .input {
  padding-right: 40px;
  padding-left: 25px;
  text-align: right;
}
.lvh-form .cc-input-overlay.currency-input.symbol-length-1 .input {
  padding-left: 26px;
}
.lvh-form .cc-input-overlay.currency-input.symbol-length-2 .input {
  padding-left: 33px;
}
.lvh-form .cc-input-overlay.currency-input.symbol-length-3 .input {
  padding-left: 40px;
}
.lvh-form .cc-input-overlay.currency-input .input {
  text-align: left;
  padding-right: 7px;
  padding-left: 7px;
}
.lvh-form .cc-input-overlay.per-hour-suffix .input {
  padding-right: 70px;
  padding-left: 25px;
  text-align: right;
}
.lvh-form .cc-input-overlay .input {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}
.lvh-form .cc-input-overlay .prefix,
.lvh-form .cc-input-overlay .suffix {
  color: var(--lvh-secondary-text);
}
.lvh-form .cc-input-overlay .prefix {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  z-index: 2;
}
.lvh-form .cc-input-overlay .suffix {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  z-index: 2;
}
.lvh-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.layout-spacious .lvh-form .row:not(:last-child) {
  margin: 0 0 30px 0;
}
.layout-spacious .lvh-form .row:not(:last-child).multi-line {
  margin: 0 0 9px 0;
}
.layout-spacious .lvh-form .row:not(:last-child).outer-row {
  margin-bottom: 0;
}
.solo-checkbox-wrapper {
  padding: 0 10px;
  border: 1px solid var(--lvh-x-paler-grey);
  border-radius: 3px;
  background-color: var(--lvh-white);
  line-height: 32px;
  box-sizing: border-box;
}
.solo-checkbox-wrapper > .label {
  color: var(--lvh-secondary-text);
}
@media (max-width: 991px) {
  .solo-checkbox-wrapper {
    line-height: 38px;
  }
}


manual-address-form-ng1 {
  display: block;
}
manual-address-form-ng1 .cc-country-picker .popdown .popdown-clickable {
  width: 100%;
}

