/* DO NOT EDIT THE CSS FILE. All styles compiled by scss/styles.scss. See README */
.icon::after {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ================================================
   # TYPE
   ================================================ */
html {
  font-size: 15px;
}

body {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.75;
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased !important;
}

::selection {
  background: #f1e3ff;
}

/**
* Headings
*/
h1, .h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 1em;
  color: #004378;
  margin-bottom: 1em;
  max-width: 835px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 993px) {
  h1, .h1 {
    font-size: 44px;
  }
}

h2, .h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 1em;
  margin-top: 0;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (min-width: 993px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3, .smarty-popup-header {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  h3, .h3, .smarty-popup-header {
    font-size: 22px;
  }
}
@media (min-width: 993px) {
  h3, .h3, .smarty-popup-header {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (min-width: 993px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5, .review__title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 1em;
  margin-bottom: 0.3em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  h5, .h5, .review__title {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  h5, .h5, .review__title {
    font-size: 16px;
  }
}
.accordion__content h5, .accordion__content .h5, .accordion__content .review__title {
  margin-top: 0;
  margin-bottom: 1.5em;
}

h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 1em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 15px;
  }
}
@media (min-width: 993px) {
  h6, .h6 {
    font-size: 15px;
  }
}

/**
* Paragraphs
*/
p {
  margin: 0.75em 0 1.5em;
}

/**
* Text helpers
*/
.lead {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 2em;
  max-width: 48rem;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22px;
  }
}
@media (min-width: 993px) {
  .lead {
    font-size: 22px;
  }
}

.copy {
  max-width: 48rem;
}

.bold {
  font-weight: 700;
}

.small, .note {
  font-size: 13px;
}

.large {
  font-size: 18px;
}

.body-font, .styleguide .component-title, .styleguide .block-title, .styleguide .section-title, .styleguide .article-title {
  font-family: "Merriweather", serif;
}

.heading-font {
  font-family: "Open Sans", sans-serif;
}

.mono-font, code {
  font-family: monospace;
  font-size: 13px;
}

.payment-options {
  color: #5b616b;
  font-size: 3em;
  margin: 0;
}

.note {
  color: #5b616b;
}

.cf:after, .styleguide article:after, .info:after, .page-container:after, .lang-controls:after {
  content: "";
  display: block;
  clear: both;
}

.help-block {
  color: #5b616b;
  margin: 0 0 0.5em;
}
label + .help-block {
  color: #aeb0b5;
  font-size: 13px;
  margin: 0 0 1em;
}
.form-group--error .help-block {
  color: #be3737;
}

.hide {
  display: none !important;
}

.small, .note {
  font-size: 0.86666667em;
}

.large {
  font-size: 1.26666667em;
}

.nowrap {
  white-space: nowrap;
}

.highlight {
  background-color: white;
}

.sr-only, .table--editable .form-group > label, .table--editable .tabled-radios fieldset > label, .tabled-radios .table--editable fieldset > label, .table--editable .form-group .requiredInput > label, .table--editable .tabled-radios fieldset .requiredInput > label, .tabled-radios .table--editable fieldset .requiredInput > label, .table--editable .form-group > .label, .table--editable .tabled-radios fieldset > .label, .tabled-radios .table--editable fieldset > .label, .table--editable .form-group .requiredInput > .label, .table--editable .tabled-radios fieldset .requiredInput > .label, .tabled-radios .table--editable fieldset .requiredInput > .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.background-brand {
  background-color: #245194;
}

.foreground-brand {
  color: #245194;
}

.background-primary {
  background-color: #196ba0;
}

.foreground-primary {
  color: #196ba0;
}

.background-primary-dark {
  background-color: #004378;
}

.foreground-primary-dark {
  color: #004378;
}

.background-primary-darker {
  background-color: #0a1c40;
}

.foreground-primary-darker {
  color: #0a1c40;
}

.background-primary-base {
  background-color: #2b2b2b;
}

.foreground-primary-base {
  color: #2b2b2b;
}

.background-secondary {
  background-color: #19A048;
}

.foreground-secondary {
  color: #19A048;
}

.background-secondary-dark {
  background-color: #127836;
}

.foreground-secondary-dark {
  color: #127836;
}

.background-secondary-darkest {
  background-color: #0c5024;
}

.foreground-secondary-darkest {
  color: #0c5024;
}

.background-secondary-light {
  background-color: #6bc68b;
}

.foreground-secondary-light {
  color: #6bc68b;
}

.background-secondary-lightest {
  background-color: #d7efdf;
}

.foreground-secondary-lightest {
  color: #d7efdf;
}

.background-gray {
  background-color: #5b616b;
}

.foreground-gray {
  color: #5b616b;
}

.background-gray-dark {
  background-color: #323a45;
}

.foreground-gray-dark {
  color: #323a45;
}

.background-gray-light {
  background-color: #aeb0b5;
}

.foreground-gray-light {
  color: #aeb0b5;
}

.background-gray-lighter {
  background-color: #d6d7d9;
}

.foreground-gray-lighter {
  color: #d6d7d9;
}

.background-gray-lightest {
  background-color: #f1f1f1;
}

.foreground-gray-lightest {
  color: #f1f1f1;
}

.background-bright-blue {
  background-color: #0496FF;
}

.foreground-bright-blue {
  color: #0496FF;
}

.background-bright-blue-light {
  background-color: #53b7ff;
}

.foreground-bright-blue-light {
  color: #53b7ff;
}

.background-bright-blue-lighter {
  background-color: #8ed0ff;
}

.foreground-bright-blue-lighter {
  color: #8ed0ff;
}

.background-bright-blue-lightest {
  background-color: #d3edff;
}

.foreground-bright-blue-lightest {
  color: #d3edff;
}

.background-yellow {
  background-color: #ffbc42;
}

.foreground-yellow {
  color: #ffbc42;
}

.background-yellow-light {
  background-color: #ffcf77;
}

.foreground-yellow-light {
  color: #ffcf77;
}

.background-yellow-lighter {
  background-color: #ffdfa3;
}

.foreground-yellow-lighter {
  color: #ffdfa3;
}

.background-yellow-lightest {
  background-color: #ffeecd;
}

.foreground-yellow-lightest {
  color: #ffeecd;
}

.background-red {
  background-color: #d24b4b;
}

.foreground-red {
  color: #d24b4b;
}

.background-red-light {
  background-color: #e67d7d;
}

.foreground-red-light {
  color: #e67d7d;
}

.background-red-lighter {
  background-color: #f1adad;
}

.foreground-red-lighter {
  color: #f1adad;
}

.background-red-lightest {
  background-color: #ffe4e4;
}

.foreground-red-lightest {
  color: #ffe4e4;
}

.background-lavender {
  background-color: #74449b;
}

.foreground-lavender {
  color: #74449b;
}

.background-lavender-light {
  background-color: #9e6cc6;
}

.foreground-lavender-light {
  color: #9e6cc6;
}

.background-lavender-lighter {
  background-color: #dcc2f0;
}

.foreground-lavender-lighter {
  color: #dcc2f0;
}

.background-lavender-lightest {
  background-color: #f1e3ff;
}

.foreground-lavender-lightest {
  color: #f1e3ff;
}

.background-state-focus {
  background-color: #3e94cf;
}

.foreground-state-focus {
  color: #3e94cf;
}

.background-state-visited {
  background-color: #4c2c92;
}

.foreground-state-visited {
  color: #4c2c92;
}

.fa, .fal, .fas {
  display: inline-block;
  position: relative;
}
.fa::before, .fal::before, .fas::before {
  content: "" !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: relative;
}
.fa.fa-bars::before, .fal.fa-bars::before, .fas.fa-bars::before {
  background-image: url("../images/fa/solid/bars.svg");
}
.fa.fa-info-circle::before, .fal.fa-info-circle::before, .fas.fa-info-circle::before {
  background-image: url("../images/fa/solid/info-circle_link.svg");
}
.fa.fa-trash::before, .fal.fa-trash::before, .fas.fa-trash::before {
  background-image: url("../images/fa/solid/trash-alt_red.svg");
}
.fa.fa-long-arrow-right::before, .fal.fa-long-arrow-right::before, .fas.fa-long-arrow-right::before {
  background-image: url("../images/fa/regular/long-arrow-right.svg");
}
.fa.fa-angle-right::before, .fal.fa-angle-right::before, .fas.fa-angle-right::before {
  background-image: url("../images/fa/light/angle-right.svg");
}
.fa.fa-file-pdf-o::before, .fal.fa-file-pdf-o::before, .fas.fa-file-pdf-o::before {
  background-image: url("../images/fa/regular/file-pdf_link.svg");
}
.fa.fa-exclamation-triangle::before, .fal.fa-exclamation-triangle::before, .fas.fa-exclamation-triangle::before {
  background-image: url("../images/fa/solid/exclamation-triangle.svg");
}
.fa.fa-cc-amazon-pay::before, .fal.fa-cc-amazon-pay::before, .fas.fa-cc-amazon-pay::before {
  background-image: url("../images/fa/solid/cc-amazon-pay.svg");
}
.fa.fa-cc-amex::before, .fal.fa-cc-amex::before, .fas.fa-cc-amex::before {
  background-image: url("../images/fa/solid/cc-amex.svg");
}
.fa.fa-cc-apple-pay::before, .fal.fa-cc-apple-pay::before, .fas.fa-cc-apple-pay::before {
  background-image: url("../images/fa/solid/cc-apple-pay.svg");
}
.fa.fa-cc-discover::before, .fal.fa-cc-discover::before, .fas.fa-cc-discover::before {
  background-image: url("../images/fa/solid/cc-discover.svg");
}
.fa.fa-cc-mastercard::before, .fal.fa-cc-mastercard::before, .fas.fa-cc-mastercard::before {
  background-image: url("../images/fa/solid/cc-mastercard.svg");
}
.fa.fa-cc-paypal::before, .fal.fa-cc-paypal::before, .fas.fa-cc-paypal::before {
  background-image: url("../images/fa/solid/cc-paypal.svg");
}
.fa.fa-cc-visa::before, .fal.fa-cc-visa::before, .fas.fa-cc-visa::before {
  background-image: url("../images/fa/solid/cc-visa.svg");
}

.form-group--dropdown .dropdown:after, .table--sortable > thead > tr > th > a:after, .link-external:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: relative;
}

.table--sortable > thead > tr > th > a:after, .link-external:after {
  margin-left: 0.2em;
}

.link-external:after {
  background-image: url("../images/fa/regular/external-link_link.svg");
  font-size: 0.85em;
  top: -0.15em;
}

.table--sortable > thead > tr > th > a:after {
  background-image: url("../images/fa/solid/caret-down_link.svg");
  top: 0.1em;
}

.form-group--dropdown .dropdown:after {
  background-image: url("../images/fa/regular/angle-down.svg");
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.5em;
  z-index: 9;
}

.checkbox input[type=checkbox]:checked + span:before,
.checkbox--req .checkbox-help.checked:before {
  background-image: url("../images/fa/regular/check_white.svg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.radio input[type=radio]:checked + span:before,
.tabled-radios table > tbody > tr > td input[type=radio]:checked + label:before {
  background-image: url("../images/fa/solid/circle_link.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.alert__heading,
.messageTable h4 {
  padding-left: 1.2rem;
  position: relative;
}
.alert__heading::before,
.messageTable h4::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0.15em;
}
@media (min-width: 1200px) {
  .alert__heading,
.messageTable h4 {
    padding-left: 1.9rem;
  }
}

.alert__heading::before,
.messageTable h4::before {
  background-image: url("../images/fa/solid/info-circle.svg");
}
.alert--error .alert__heading::before,
.alert--error .messageTable h4::before {
  background-image: url("../images/fa/solid/exclamation-circle.svg");
}
.alert--success .alert__heading::before,
.alert--success .messageTable h4::before {
  background-image: url("../images/fa/solid/check-circle.svg");
}
.alert--warning .alert__heading::before,
.alert--warning .messageTable h4::before {
  background-image: url("../images/fa/solid/exclamation-triangle.svg");
}

.ui-datepicker-prev::before, .ui-datepicker-next::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: relative;
}

.ui-datepicker-prev::before {
  background-image: url("../images/fa/duotone/chevron-circle-left.svg");
}

.ui-datepicker-next::before {
  background-image: url("../images/fa/duotone/chevron-circle-right.svg");
}

.navtree__level:not(.navtree__level--first).navtree__state--complete > .navtree__heading .navtree__link::after {
  content: "";
  background-image: url("../images/fa/regular/check_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  font-size: 14px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
}

.navtree__level > .navtree__heading .navtree__control::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  position: relative;
}

.navtree__level > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-right_link.svg");
}
.navtree__level.navtree__panel--open > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-down_link.svg");
}
.navtree__level.navtree__state--disabled > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-right_disabled.svg");
}
.navtree__level.navtree__state--disabled.navtree__panel--open > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-down_link.svg");
}
.navtree__level.navtree__level--first > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-right_white.svg");
}
.navtree__level.navtree__level--first.navtree__panel--open > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-down_white.svg");
}
.navtree__level.navtree__level--first.navtree__state--disabled > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-right_disabled.svg");
}
.navtree__level.navtree__level--first.navtree__state--disabled.navtree__panel--open > .navtree__heading .navtree__control::before {
  background-image: url("../images/fa/solid/caret-down_disabled.svg");
}

.accordion__heading [role=tab]::before {
  content: "";
  background-position: center;
  background-size: 6px;
  background-repeat: no-repeat;
  display: block;
  font-size: inherit;
  width: 1em;
  height: 1.75em;
  position: absolute;
  left: 1em;
}

.accordion__heading [role=tab]::before {
  background-image: url("../images/fa/solid/caret-right_link.svg");
}
.navtree__panel--open .accordion__heading [role=tab]::before {
  background-image: url("../images/fa/solid/caret-down_link.svg");
}
.panel--open .accordion__heading [role=tab]::before {
  transform: rotate(90deg);
}
.panel--disabled .accordion__heading [role=tab]::before {
  background-image: url("../images/fa/solid/caret-right_disabled.svg");
}
.panel--disabled.navtree__panel--open .accordion__heading [role=tab]::before {
  background-image: url("../images/fa/solid/caret-down_disabled.svg");
}

.icon-registration {
  background: url("../images/icon-registration.svg") 0 0 no-repeat;
}

.icon-learning {
  background: url("../images/icon-learning.svg") 0 0 no-repeat;
}

.icon-addlicense {
  background: url("../images/icon-addlicense.svg") 0 0 no-repeat;
}

.icon-renewlicense {
  background: url("../images/icon-renewlicense.svg") 0 0 no-repeat;
}

.icon-removelicense {
  background: url("../images/icon-removelicense.svg") 0 0 no-repeat;
}

.icon-changelicense {
  background: url("../images/icon-changelicense.svg") 0 0 no-repeat;
}

.icon-addlicense {
  background: url("../images/icon-addlicense.svg") 0 0 no-repeat;
}

.icon-renewlicense {
  background: url("../images/icon-renewlicense.svg") 0 0 no-repeat;
}

.icon-removelicense {
  background: url("../images/icon-removelicense.svg") 0 0 no-repeat;
}

.icon-changelicense {
  background: url("../images/icon-changelicense.svg") 0 0 no-repeat;
}

.icon-license {
  background: url("../images/icon-license.svg") 0 0 no-repeat;
}

.icon-open {
  background: url("../images/icon-opensign.svg") 0 0 no-repeat;
}

.icon-addemployees {
  background: url("../images/icon-addemployees.svg") 0 0 no-repeat;
}

.icon-accountprofile {
  background: url("../images/icon-accountprofile.svg") 0 0 no-repeat;
}

.icon-withholding {
  background: url("../images/icon-withholding.svg") 0 0 no-repeat;
}

.icon-self-service {
  background-image: url("../images/icon-self-service.svg");
}

.icon-online {
  background-image: url("../images/icon-online.svg");
}

.icon-comprehensive {
  background-image: url("../images/icon-comprehensive.svg");
}

.welcome {
  background-image: url("../images/portal_footer_seal.png");
}

.progress > .progress__panel.panel--complete > .progress__heading:after {
  background-image: url("../images/icon-complete.png") !important;
}

.navtree__level.navtree__level--first.navtree__state--complete > .navtree__heading:after {
  background-image: url("../images/icon-complete.svg") !important;
}

.list--checklist > li {
  background: url("../images/icon-check.svg") 0 3px no-repeat;
}

/* ================================================
   # LAYOUT
   ================================================ */
html, body * {
  box-sizing: border-box;
}

html.page--certification_publiclookup, html.page--certification_publiclookup body {
  height: 100%;
}
html.page--certification_publiclookup body {
  display: flex;
  flex-direction: column;
  margin: 0;
}
html.page--certification_publiclookup footer.site-footer {
  margin-top: auto;
}

/**
* Columns
*/
.page-container, .lang-controls {
  max-width: 1200px;
  margin: 0 10px;
}
@media (min-width: 600px) {
  .page-container, .lang-controls {
    margin: 0 20px;
  }
}
@media (min-width: 1240px) {
  .page-container, .lang-controls {
    margin: 0 auto;
  }
}

.workflow-progress {
  display: none;
}
@media (max-width: 992px) {
  .workflow-progress {
    background: #f1f1f1;
    display: block;
    position: fixed;
    top: 0;
    left: -315px;
    width: 315px;
    height: 100%;
    overflow: auto;
    z-index: 99999;
  }
}
@media (min-width: 993px) {
  .workflow-progress {
    display: block;
    float: left;
    width: 315px;
  }
}

@keyframes navtree-open {
  100% {
    box-shadow: 0 2px 6px rgba(50, 58, 69, 0.8);
    left: 0;
  }
}
@keyframes navtree-close {
  0% {
    box-shadow: 0 2px 6px rgba(50, 58, 69, 0.8);
    left: 0;
  }
  100% {
    box-shadow: 0 2px 6px rgba(50, 58, 69, 0);
    left: -315px;
  }
}
.navtree-open, .navtree-open body {
  margin: 0;
  overflow: hidden;
}
.navtree-open .workflow-progress {
  animation: navtree-open 0.3s forwards;
  animation-delay: 0.1s;
}

.navtree-close .workflow-progress {
  animation: navtree-close 0.3s backwards;
  animation-delay: 0.1s;
}

.workflow-content {
  width: 100%;
}
@media (min-width: 993px) {
  .workflow-content {
    float: right;
    width: calc(100% - 315px - 30px);
  }
}

@media (min-width: 993px) {
  .content:not(.full) {
    float: left;
    width: calc(100% - 385px - 30px);
  }
}
/**
* Global header
*/
.global-header {
  background-color: #245194;
  padding: 10px 0;
  position: relative;
  z-index: 3;
}
.global-header img {
  display: block;
  width: 204px;
  height: 41px;
}

/**
* Site header
*/
/**
* Site main
*/
.site-main {
  margin: 20px 0;
  position: relative;
}
.site-main p {
  max-width: 48rem;
}
.site-main p.lead {
  max-width: 38em;
}
@media (min-width: 600px) {
  .site-main {
    margin: 50px 0;
  }
}
@media (min-width: 1200px) {
  .site-main {
    margin: 50px 0;
  }
}

/**
* Site footer
*/
.site-footer {
  background-color: #323a45;
  color: #fff;
  font-size: 12px;
  margin: 100px 0 0 0;
  padding: 50px 0;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #8ed0ff;
}
.site-footer .site-footer__footer {
  margin: 50px 0 0;
}
.site-footer .footer-links {
  border-top: 1px solid #5b616b;
  list-style: none;
  margin: 0;
  padding: 2em 0;
}
.site-footer .footer-links > li {
  margin: 1.2em 0;
}
.site-footer .site-copyright {
  color: #aeb0b5;
  margin: 0;
}
.home .site-footer {
  margin: 0;
}
@media (min-width: 600px) {
  .site-footer .footer-links {
    display: flex;
    margin: 0;
  }
  .site-footer .footer-links > li {
    margin: 0;
    margin-right: 3em;
  }
}
@media (min-width: 768px) {
  .site-footer {
    font-size: 11px;
  }
}
@media (min-width: 993px) {
  .site-footer {
    font-size: 12px;
  }
  .site-footer .site-footer__footer {
    margin: 100px 0 0;
  }
}

/**
* Page alert
*/
.page-alert {
  margin: 0 0 3em;
}

@media (min-width: 993px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 10px 0;
}

@media (min-width: 993px) {
  .page-content--4-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 16px 1fr;
    grid-template-columns: 4fr 1fr;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    gap: 16px;
  }
  .page-content--4-1 > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-content--4-1 > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 993px) {
  .page-content--3-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 100px 2fr;
    grid-template-columns: 5fr 2fr;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    gap: 100px;
  }
  .page-content--3-2 > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-content--3-2 > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media print {
  /* All your print styles go here */
  .site-header, .site-footer, .lang-controls, .workflow-progress {
    display: none !important;
  }
  html {
    font-size: 0.75em !important;
  }
  h1, .h1 {
    font-size: 1.8rem !important;
  }
  h2, .h2 {
    font-size: 1.6rem !important;
  }
  h3, .h3, .smarty-popup-header {
    font-size: 1.4rem !important;
  }
  h4, .h4 {
    font-size: 1.2rem !important;
  }
  h5, .h5, .review__title, h6, .h6 {
    font-size: 1rem !important;
    font-weight: bold;
  }
  .workflow-content {
    float: none !important;
    width: 100% !important;
  }
  .btn, .block--notification-response input[type=submit], .file-upload-button {
    border-color: #196ba0 !important;
    font-size: 1rem !important;
    color: #196ba0 !important;
  }
}
.badge {
  background: #d24b4b;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  height: 16px;
  width: 16px;
}

/* ================================================
   # BUTTONS
   ================================================ */
.btn, .block--notification-response input[type=submit], .file-upload-button {
  border-radius: 0.25em;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em;
  transition: all 0.2s;
}
.btn:hover, .block--notification-response input[type=submit]:hover, .file-upload-button:hover, .btn:active, .block--notification-response input[type=submit]:active, .file-upload-button:active {
  cursor: pointer;
  text-decoration: none;
}
.btn.disabled, .block--notification-response input.disabled[type=submit], .disabled.file-upload-button, .btn[disabled], .block--notification-response input[disabled][type=submit], [disabled].file-upload-button {
  background-color: #d6d7d9 !important;
  border-color: #d6d7d9 !important;
  color: #aeb0b5 !important;
  cursor: default !important;
}

button.btn, button.file-upload-button {
  appearance: none;
}

/**
* Buttons Sizes
*/
.btn-small, .btn--small, .block--notification-response input[type=submit] {
  border-radius: 0.25em;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em;
  transition: all 0.2s;
  padding: 0.3em 1em;
}
.btn-small:hover, .btn-small:active, .btn--small:hover, .block--notification-response input[type=submit]:hover, .btn--small:active, .block--notification-response input[type=submit]:active {
  cursor: pointer;
  text-decoration: none;
}
.table .btn-small, .table .btn--small, .table .block--notification-response input[type=submit], .block--notification-response .table input[type=submit] {
  font-size: 12px;
  line-height: 1;
  padding: 5px 1em;
}
.table .btn-small:hover, .table .btn--small:hover, .table .block--notification-response input[type=submit]:hover, .block--notification-response .table input[type=submit]:hover {
  text-decoration: none;
}

.btn-large, .btn--page, .btn--large {
  padding: 0.75em 1.5em;
}
@media (min-width: 993px) {
  .btn-large, .btn--page, .btn--large {
    font-size: 22px;
    padding: 0.33em 1.75em;
  }
}

/**
* Button Types
*/
.btn--primary, .btn--page {
  color: #fff;
  background-color: #196ba0;
  border: 1px solid #196ba0;
  transition: all 0.2s;
}
.btn--primary:visited, .btn--page:visited {
  color: #fff;
}
.btn--primary:hover, .btn--page:hover, .btn--primary:active, .btn--page:active {
  background-color: #124e74;
  border-color: #124e74;
  color: #fff;
}

.btn--secondary, .block--notification-response input[type=submit], .file-upload-button {
  color: #fff;
  background-color: #19A048;
  border: 1px solid #19A048;
  transition: all 0.2s;
}
.btn--secondary:visited, .block--notification-response input[type=submit]:visited, .file-upload-button:visited {
  color: #fff;
}
.btn--secondary:hover, .block--notification-response input[type=submit]:hover, .file-upload-button:hover, .btn--secondary:active, .block--notification-response input[type=submit]:active, .file-upload-button:active {
  background-color: #127434;
  border-color: #127434;
  color: #fff;
}

.btn--base {
  color: #fff;
  background-color: #5b616b;
  border: 1px solid #5b616b;
  transition: all 0.2s;
}
.btn--base:visited {
  color: #fff;
}
.btn--base:hover, .btn--base:active {
  background-color: #44484f;
  border-color: #44484f;
  color: #fff;
}

.btn--ghost {
  color: #196ba0;
  background-color: transparent;
  border: 1px solid #196ba0;
  transition: all 0.2s;
}
.btn--ghost:visited {
  color: #fff;
}
.btn--ghost:hover, .btn--ghost:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #124e74;
  color: #fff;
}
.btn--ghost:visited {
  color: #196ba0;
}
.btn--ghost:hover, .btn--ghost:active {
  color: #124e74;
}
.btn--ghost.btn--red {
  color: #d24b4b;
  background-color: transparent;
  border: 1px solid #d24b4b;
  transition: all 0.2s;
}
.btn--ghost.btn--red:visited {
  color: #fff;
}
.btn--ghost.btn--red:hover, .btn--ghost.btn--red:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #bb2f2f;
  color: #fff;
}
.btn--ghost.btn--red:visited {
  color: #d24b4b;
}
.btn--ghost.btn--red:hover, .btn--ghost.btn--red:active {
  background-color: #ffe4e4;
  color: #fff;
}
.btn--ghost.btn--green {
  color: #19A048;
  background-color: transparent;
  border: 1px solid #19A048;
  transition: all 0.2s;
}
.btn--ghost.btn--green:visited {
  color: #fff;
}
.btn--ghost.btn--green:hover, .btn--ghost.btn--green:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #127434;
  color: #fff;
}
.btn--ghost.btn--green:visited {
  color: #19A048;
}
.btn--ghost.btn--green:hover, .btn--ghost.btn--green:active {
  background-color: #19A048;
  color: #fff;
}
.btn--ghost.btn--yellow {
  color: #ffbc42;
  background-color: transparent;
  border: 1px solid #ffbc42;
  transition: all 0.2s;
}
.btn--ghost.btn--yellow:visited {
  color: #fff;
}
.btn--ghost.btn--yellow:hover, .btn--ghost.btn--yellow:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffaa0f;
  color: #fff;
}
.btn--ghost.btn--yellow:visited {
  color: #ffbc42;
}
.btn--ghost.btn--yellow:hover, .btn--ghost.btn--yellow:active {
  background-color: #ffbc42;
  color: #fff;
}
.btn--ghost.btn--lavender {
  color: #74449b;
  background-color: transparent;
  border: 1px solid #74449b;
  transition: all 0.2s;
}
.btn--ghost.btn--lavender:visited {
  color: #fff;
}
.btn--ghost.btn--lavender:hover, .btn--ghost.btn--lavender:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #593478;
  color: #fff;
}
.btn--ghost.btn--lavender:visited {
  color: #74449b;
}
.btn--ghost.btn--lavender:hover, .btn--ghost.btn--lavender:active {
  background-color: #74449b;
  color: #fff;
}
.btn--ghost.btn--bright-blue {
  color: #0496FF;
  background-color: transparent;
  border: 1px solid #0496FF;
  transition: all 0.2s;
}
.btn--ghost.btn--bright-blue:visited {
  color: #fff;
}
.btn--ghost.btn--bright-blue:hover, .btn--ghost.btn--bright-blue:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #0079d0;
  color: #fff;
}
.btn--ghost.btn--bright-blue:visited {
  color: #0496FF;
}
.btn--ghost.btn--bright-blue:hover, .btn--ghost.btn--bright-blue:active {
  background-color: #0496FF;
  color: #fff;
}

.btn--ghost-light {
  color: #d3edff;
  background-color: transparent;
  border: 1px solid #d3edff;
  transition: all 0.2s;
}
.btn--ghost-light:visited {
  color: #fff;
}
.btn--ghost-light:hover, .btn--ghost-light:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #a0d8ff;
  color: #fff;
}
.btn--ghost-light:visited {
  color: #d3edff;
}
.btn--ghost-light:hover, .btn--ghost-light:active {
  background-color: #a0d8ff;
}

.btn--link {
  color: #196ba0;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.2s;
  padding-left: 0;
  padding-right: 0;
}
.btn--link:visited {
  color: #fff;
}
.btn--link:hover, .btn--link:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.btn--link:visited {
  color: #196ba0;
}
.btn--link:hover, .btn--link:active {
  color: #124e74;
}

/**
* Button Toggle
*/
.btn--toggle {
  appearance: none;
  background: none;
  border: 1px solid #d6d7d9;
  border-radius: 0;
  color: #196ba0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.btn--toggle[aria-pressed=true] {
  background: #196ba0;
  border-color: #196ba0;
  color: #fff;
}
.btn--toggle:first-child {
  border-radius: 0.25em 0 0 0.25em;
}
.btn--toggle:last-child {
  border-radius: 0 0.25em 0.25em 0;
}

/**
* Button Colors
*/
.btn--red {
  color: #fff;
  background-color: #d24b4b;
  border: 1px solid #d24b4b;
  transition: all 0.2s;
}
.btn--red:visited {
  color: #fff;
}
.btn--red:hover, .btn--red:active {
  background-color: #bb2f2f;
  border-color: #bb2f2f;
  color: #fff;
}

.btn--yellow {
  color: #fff;
  background-color: #ffbc42;
  border: 1px solid #ffbc42;
  transition: all 0.2s;
}
.btn--yellow:visited {
  color: #fff;
}
.btn--yellow:hover, .btn--yellow:active {
  background-color: #ffaa0f;
  border-color: #ffaa0f;
  color: #fff;
}

.btn--lavender {
  color: #fff;
  background-color: #74449b;
  border: 1px solid #74449b;
  transition: all 0.2s;
}
.btn--lavender:visited {
  color: #fff;
}
.btn--lavender:hover, .btn--lavender:active {
  background-color: #593478;
  border-color: #593478;
  color: #fff;
}

.btn--bright-blue {
  color: #fff;
  background-color: #0496FF;
  border: 1px solid #0496FF;
  transition: all 0.2s;
}
.btn--bright-blue:visited {
  color: #fff;
}
.btn--bright-blue:hover, .btn--bright-blue:active {
  background-color: #0079d0;
  border-color: #0079d0;
  color: #fff;
}

/**
* Button Page
*/
.btn--page {
  margin: 2.5em 0;
}

.count {
  border-radius: 2px;
  color: #2b2b2b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.76923077em;
  margin-left: 0.7em;
  height: 1.23076923em;
  width: 1.23076923em;
}
.count.count-warning {
  background: #ffeecd;
}

/* ================================================
   # FORMS
   ================================================ */
/**
* Form Group
*/
.form-group, .tabled-radios fieldset {
  font-size: 1rem;
  margin: 2em 0 3em 0;
  position: relative;
  max-width: 36rem;
}
.form-group.form-group--radio, .tabled-radios fieldset.form-group--radio, .form-group.form-group--checkbox, .tabled-radios fieldset.form-group--checkbox {
  margin: 2em 0;
}
.form-group.form-group--radio > p, .tabled-radios fieldset.form-group--radio > p, .form-group.form-group--checkbox > p, .tabled-radios fieldset.form-group--checkbox > p {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0.6em;
}
.form-group.form-group--radio .form-group, .tabled-radios fieldset.form-group--radio .form-group, .form-group.form-group--radio .tabled-radios fieldset, .tabled-radios .form-group.form-group--radio fieldset, .tabled-radios fieldset.form-group--radio fieldset, .form-group.form-group--checkbox .form-group, .tabled-radios fieldset.form-group--checkbox .form-group, .form-group.form-group--checkbox .tabled-radios fieldset, .tabled-radios .form-group.form-group--checkbox fieldset, .tabled-radios fieldset.form-group--checkbox fieldset {
  margin: 0;
}
.form-group.form-group--checkbox.form-group--selectall, .tabled-radios fieldset.form-group--checkbox.form-group--selectall {
  background-color: #f1f1f1;
  padding: 0.5em;
}
.form-group.form-group--checkbox.form-group--selectlicense, .tabled-radios fieldset.form-group--checkbox.form-group--selectlicense {
  max-width: 100%;
  padding-left: 0.5em;
}
.form-group.form-group--btns, .tabled-radios fieldset.form-group--btns {
  margin: 3em 0;
  max-width: 100%;
}
.form-group.form-group--btns .btn-large, .tabled-radios fieldset.form-group--btns .btn-large, .form-group.form-group--btns .btn--page, .tabled-radios fieldset.form-group--btns .btn--page {
  margin-bottom: 1em;
}
.form-group.form-group--btns .btn:not(:last-child), .form-group.form-group--btns .block--notification-response input[type=submit]:not(:last-child), .block--notification-response .form-group.form-group--btns input[type=submit]:not(:last-child), .form-group.form-group--btns .file-upload-button:not(:last-child), .tabled-radios fieldset.form-group--btns .btn:not(:last-child), .tabled-radios fieldset.form-group--btns .block--notification-response input[type=submit]:not(:last-child), .block--notification-response .tabled-radios fieldset.form-group--btns input[type=submit]:not(:last-child), .tabled-radios fieldset.form-group--btns .file-upload-button:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 992px) {
  .form-group.form-group--btns .btn, .form-group.form-group--btns .block--notification-response input[type=submit], .block--notification-response .form-group.form-group--btns input[type=submit], .form-group.form-group--btns .file-upload-button, .tabled-radios fieldset.form-group--btns .btn, .tabled-radios fieldset.form-group--btns .block--notification-response input[type=submit], .block--notification-response .tabled-radios fieldset.form-group--btns input[type=submit], .tabled-radios fieldset.form-group--btns .file-upload-button {
    width: 100%;
  }
  .form-group.form-group--btns .btn--link, .tabled-radios fieldset.form-group--btns .btn--link {
    background-color: #f1f1f1;
    flex-grow: 1;
  }
}
@media (min-width: 993px) {
  .form-group.form-group--btns, .tabled-radios fieldset.form-group--btns {
    margin: 5em 0;
  }
}
.table .form-group, .table .tabled-radios fieldset, .tabled-radios .table fieldset {
  font-size: 12px;
  margin: 0;
  max-width: 100%;
}
.toggle-content .form-group, .toggle-content .tabled-radios fieldset, .tabled-radios .toggle-content fieldset {
  margin: 0.5em 0 2em 30px;
  max-width: calc(36rem - 130px);
}
.review-group .form-group, .review-group .tabled-radios fieldset, .tabled-radios .review-group fieldset {
  margin: 1em 0;
}
.form-group .form-group, .tabled-radios fieldset .form-group, .form-group .tabled-radios fieldset, .tabled-radios .form-group fieldset, .tabled-radios fieldset fieldset {
  margin: 1em 0 1.5em;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
  max-width: 36rem;
  margin: 2em 0;
}
.form-group-inline.form-group-inline--phone {
  justify-content: flex-start;
}
.form-group-inline .form-group, .form-group-inline .tabled-radios fieldset, .tabled-radios .form-group-inline fieldset {
  margin: 0;
}
.form-group-inline .form-group:not(:last-of-type), .form-group-inline .tabled-radios fieldset:not(:last-of-type), .tabled-radios .form-group-inline fieldset:not(:last-of-type),
.form-group-inline > span:not(:last-child) .form-group,
.form-group-inline > span:not(:last-child) .tabled-radios fieldset,
.tabled-radios .form-group-inline > span:not(:last-child) fieldset {
  padding-right: 1em;
}
.form-group-inline .dropdown .form-control, .form-group-inline .dropdown .file-upload-input {
  width: auto;
}
.review-group .form-group-inline {
  margin: 1em 0;
}
.expiration-date .form-group-inline {
  justify-content: flex-start;
  margin-top: 0;
}
@media (max-width: 992px) {
  .form-group-inline.form-group-inline--packed {
    display: block;
  }
  .form-group-inline.form-group-inline--packed .form-group, .form-group-inline.form-group-inline--packed .tabled-radios fieldset, .tabled-radios .form-group-inline.form-group-inline--packed fieldset {
    margin: 2em 0 3em 0;
  }
  .form-group-inline.form-group-inline--packed .form-group:not(:last-of-type), .form-group-inline.form-group-inline--packed .tabled-radios fieldset:not(:last-of-type), .tabled-radios .form-group-inline.form-group-inline--packed fieldset:not(:last-of-type),
.form-group-inline.form-group-inline--packed > span:not(:last-child) .form-group,
.form-group-inline.form-group-inline--packed > span:not(:last-child) .tabled-radios fieldset,
.tabled-radios .form-group-inline.form-group-inline--packed > span:not(:last-child) fieldset {
    padding-right: 0;
  }
  .form-group-inline.form-group-inline--packed .dropdown .form-control, .form-group-inline.form-group-inline--packed .dropdown .file-upload-input {
    width: 100%;
  }
}

/**
* Labels
*/
label, .label {
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.radio label, .checkbox label, .radio .label, .checkbox .label {
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
.toggle-content label, .toggle-content .label {
  display: none;
}
/**
* Form Controls
*/
.form-control, .file-upload-input, .form-group textarea, .tabled-radios fieldset textarea {
  border: 1px solid #aeb0b5;
  border-radius: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.4em 0.4em;
  width: 100%;
  appearance: none;
  transition: box-shadow 0.2s;
}
.form-control[size], [size].file-upload-input, .form-group textarea[size], .tabled-radios fieldset textarea[size] {
  width: 100%;
}
.form-group--addressline1 .form-control[size], .form-group--addressline1 [size].file-upload-input, .form-group--addressline1 .form-group textarea[size], .form-group--addressline1 .tabled-radios fieldset textarea[size], .tabled-radios .form-group--addressline1 fieldset textarea[size] {
  width: 100%;
}
.form-group--addressline2 .form-control[size], .form-group--addressline2 [size].file-upload-input, .form-group--addressline2 .form-group textarea[size], .form-group--addressline2 .tabled-radios fieldset textarea[size], .tabled-radios .form-group--addressline2 fieldset textarea[size] {
  width: 100%;
}
.datepicker .form-control[size], .datepicker [size].file-upload-input, .datepicker .form-group textarea[size], .datepicker .tabled-radios fieldset textarea[size], .tabled-radios .datepicker fieldset textarea[size] {
  width: 100%;
}
.form-control:focus, .file-upload-input:focus, .form-group textarea:focus, .tabled-radios fieldset textarea:focus {
  outline: none !important;
  box-shadow: 0 0 3px 3px #d3edff;
}
.dropdown .form-control, .dropdown .file-upload-input, .dropdown .form-group textarea, .dropdown .tabled-radios fieldset textarea, .tabled-radios .dropdown fieldset textarea {
  background-color: transparent;
  padding-right: 26px;
  position: relative;
  z-index: 10;
}
.dropdown .form-control::-ms-expand, .dropdown .file-upload-input::-ms-expand, .dropdown .form-group textarea::-ms-expand, .dropdown .tabled-radios fieldset textarea::-ms-expand, .tabled-radios .dropdown fieldset textarea::-ms-expand {
  display: none;
}
.form-group--error .form-control, .form-group--error .file-upload-input, .form-group--error .form-control:focus, .form-group--error .form-group textarea, .form-group--error .tabled-radios fieldset textarea, .tabled-radios .form-group--error fieldset textarea, .form-group--error .form-group textarea:focus {
  border-color: #be3737;
  outline: 1px solid #be3737;
  outline-offset: 0;
}
.form-control.error, .error.file-upload-input, .form-group textarea.error, .tabled-radios fieldset textarea.error {
  border-color: #be3737;
  color: #be3737;
}
.form-group--success .form-control, .form-group--success .file-upload-input, .form-group--success .form-control:focus, .form-group--success .form-group textarea, .form-group--success .tabled-radios fieldset textarea, .tabled-radios .form-group--success fieldset textarea, .form-group--success .form-group textarea:focus {
  border-color: #6BC68B;
  outline: 1px solid #6BC68B;
  outline-offset: 0;
}
.form-group--inline .form-control, .form-group--inline .file-upload-input, .form-group--inline .form-group textarea, .form-group--inline .tabled-radios fieldset textarea, .tabled-radios .form-group--inline fieldset textarea {
  width: auto;
}
.input-group .form-control, .input-group .file-upload-input, .input-group .form-group textarea, .input-group .tabled-radios fieldset textarea, .tabled-radios .input-group fieldset textarea {
  position: relative;
  z-index: 2;
}
.form-control:disabled, .file-upload-input:disabled, .form-group textarea:disabled, .tabled-radios fieldset textarea:disabled {
  background-color: #f1f1f1;
}
.form-control + .help-block, .file-upload-input + .help-block, .form-group textarea + .help-block, .tabled-radios fieldset textarea + .help-block {
  margin: 0.5em 0 0 0;
}

::placeholder {
  color: #c3c5c8;
}

.errorMsg {
  color: #962c2c;
  margin-top: 0.5em;
}
.table--editable .errorMsg {
  font-size: 11px;
  line-height: 1.3;
}

.requiredInput {
  display: inline-block;
  width: 100%;
}

/**
* Input Group
*/
.input-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.input-group__addon {
  background-color: #f1f1f1;
  border: 1px solid #aeb0b5;
  border-radius: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.4em;
  display: table-cell;
  text-align: center;
  min-width: 36px;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group__addon:first-child {
  border-right: 0;
}
.input-group__addon:last-child {
  border-left: 0;
}

/**
* Datepicker
*/
.datepicker {
  position: relative;
  max-width: 152px;
}
.datepicker .dateInput {
  display: block;
  position: relative;
}
.datepicker .ui-datepicker-trigger {
  position: absolute;
  right: 0.6em;
  top: 50%;
  margin-top: -8px;
}

/**
* Dropdown
*/
.form-group--dropdown .dropdown {
  background: #fff;
  position: relative;
  width: auto;
}
.form-group--dropdown .dropdown.dropdown--listbox .form-control, .form-group--dropdown .dropdown.dropdown--listbox .file-upload-input {
  appearance: listbox;
  border: 1px solid #aeb0b5;
  padding: 0.4em 0.4em;
  width: 100%;
}
.form-group--dropdown .dropdown.dropdown--listbox:after {
  display: none;
}
.form-group--dropdown .dropdown.novalue {
  color: #c3c5c8;
}
.form-group--dropdown .dropdown option {
  color: #2b2b2b !important;
}

/**
* Checkbox
*/
.checkbox {
  margin: 1.5em 0;
}
.table--editable .checkbox {
  margin: 0;
}
@media screen {
  .checkbox label {
    position: relative;
    padding-left: 30px;
  }
  .checkbox input[type=checkbox] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    z-index: 0;
  }
  .checkbox input[type=checkbox] + span {
    display: inline-block;
  }
  .checkbox input[type=checkbox] + span:before {
    display: inline-block;
    content: "";
    border: 1px solid #aeb0b5;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    vertical-align: text-top;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    z-index: 2;
  }
  .checkbox input[type=checkbox]:checked + span:before {
    border: 1px solid #196ba0;
    background-color: #196ba0;
  }
  .checkbox input[type=checkbox][disabled] + span {
    color: #d6d7d9;
  }
  .checkbox input[type=checkbox][disabled] + span:before {
    content: "";
    border: 1px solid #d6d7d9;
    background-color: #d6d7d9;
  }
}

.form-group.form-group--checkbox.form-group--selectall .checkbox, .tabled-radios fieldset.form-group--checkbox.form-group--selectall .checkbox {
  margin: 0;
}

/**
* VF Required checkbox
*/
.checkbox--req {
  display: block;
  position: relative;
}
.checkbox--req > input[type=checkbox] {
  position: static;
}
.checkbox--req .checkbox-label {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
}
.checkbox--req .checkbox-help {
  display: block;
  position: absolute;
  padding-left: 30px;
  left: 0;
  top: 0;
}
.checkbox--req .checkbox-help:before {
  display: inline-block;
  content: "";
  border: 1px solid #aeb0b5;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  vertical-align: text-top;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  z-index: 2;
}
.checkbox--req .checkbox-help.checked:before {
  border: 1px solid #196ba0;
  background-color: #196ba0;
}
.checkbox--req .requiredInput input[type=checkbox] {
  top: 0;
  left: 0;
}
.table .checkbox--req {
  display: inline-block;
}

/**
* Radio
*/
.radio {
  margin: 1.5em 0;
}
@media screen {
  .radio label {
    position: relative;
    padding-left: 30px;
  }
  .radio input[type=radio] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    z-index: 0;
  }
  .radio input[type=radio] + span {
    display: inline-block;
  }
  .radio input[type=radio] + span:before {
    display: inline-block;
    content: "";
    border: 1px solid #aeb0b5;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 900;
    z-index: 2;
  }
  .radio input[type=radio]:checked + span:before {
    content: "";
    border: 2px solid #196ba0;
    background-color: #fff;
    color: #196ba0;
    top: 1px;
    left: -1px;
  }
  .radio input[type=radio][disabled] + span {
    color: #d6d7d9;
  }
  .radio input[type=radio][disabled] + span:before {
    content: "";
    border: 1px solid #d6d7d9;
    background-color: #d6d7d9;
  }
}

.tabled-radios fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tabled-radios table {
  padding: 0;
  width: 100%;
}
.tabled-radios table > tbody {
  padding: 0.75em 0;
}
.tabled-radios table > tbody > tr > td {
  padding: 0.75em 0;
}
.tabled-radios table > tbody > tr > td input[type=radio] {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  z-index: 0;
}
.tabled-radios table > tbody > tr > td input[type=radio] + label {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.tabled-radios table > tbody > tr > td input[type=radio] + label:before {
  display: inline-block;
  content: "";
  border: 1px solid #aeb0b5;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  z-index: 2;
}
.tabled-radios table > tbody > tr > td input[type=radio]:checked + label:before {
  border: 2px solid #196ba0;
  background-color: #fff;
  top: 1px;
  left: -1px;
}
.tabled-radios table > tbody > tr > td input[type=radio][disabled] + label {
  color: #d6d7d9;
}
.tabled-radios table > tbody > tr > td input[type=radio][disabled] + label:before {
  border: 1px solid #d6d7d9;
  background-color: #d6d7d9;
}

/**
* File Upload
*/
.file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.file-upload-wrapper {
  display: flex;
}

.file-upload-input:hover, .file-upload-input:focus {
  outline: none;
}

.file-upload-button {
  white-space: nowrap;
  margin-left: -1px;
  border-radius: 0 0.25em 0.25em 0;
}

svg {
  height: 100%;
  width: 100%;
}

.icon-circle {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  height: 140px;
  width: 140px;
}

.icon__outline {
  fill: #196ba0;
}

.svg-registration .bg--primary {
  fill: #ffeecd;
}
.svg-registration .bg--secondary {
  fill: #ffbc42;
}
.svg-registration .bg--tertiary {
  fill: #fff;
}
.svg-registration .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--registration {
  background-color: #ffcf77;
}

.svg-learning .bg--primary,
.svg-addlicense .bg--primary,
.svg-renewlicense .bg--primary,
.svg-removelicense .bg--primary,
.svg-changelicense .bg--primary {
  fill: #8ed0ff;
}
.svg-learning .bg--secondary,
.svg-addlicense .bg--secondary,
.svg-renewlicense .bg--secondary,
.svg-removelicense .bg--secondary,
.svg-changelicense .bg--secondary {
  fill: #d3edff;
}
.svg-learning .bg--tertiary,
.svg-addlicense .bg--tertiary,
.svg-renewlicense .bg--tertiary,
.svg-removelicense .bg--tertiary,
.svg-changelicense .bg--tertiary {
  fill: #fff;
}
.svg-learning .svg__outline,
.svg-addlicense .svg__outline,
.svg-renewlicense .svg__outline,
.svg-removelicense .svg__outline,
.svg-changelicense .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--learning {
  background-color: #53b7ff;
}

.svg-license .bg--primary {
  fill: #D563D2;
}
.svg-license .bg--secondary {
  fill: #F0A5EE;
}
.svg-license .bg--tertiary {
  fill: #fff;
}
.svg-license .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--license {
  background-color: #D563D2;
}

.svg-open .bg--primary {
  fill: #ffbc42;
}
.svg-open .bg--secondary {
  fill: #ffeecd;
}
.svg-open .bg--tertiary {
  fill: #fff;
}
.svg-open .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--open {
  background-color: #ffbc42;
}

.svg-addemployees .bg--primary {
  fill: #F98733;
}
.svg-addemployees .bg--secondary {
  fill: #FBC197;
}
.svg-addemployees .bg--tertiary {
  fill: #fff;
}
.svg-addemployees .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--addemployees {
  background-color: #FF9C53;
}

.svg-accountprofile .bg--primary {
  fill: #AEB0B5;
}
.svg-accountprofile .bg--secondary {
  fill: #F1F1F1;
}
.svg-accountprofile .bg--tertiary {
  fill: #fff;
}
.svg-accountprofile .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--accountprofile {
  background-color: #AEB0B5;
}

.svg-withholding .bg--primary {
  fill: #19A048;
}
.svg-withholding .bg--secondary {
  fill: #d7efdf;
}
.svg-withholding .bg--tertiary {
  fill: #fff;
}
.svg-withholding .svg__outline {
  fill: #196ba0;
}

.icon-circle.icon-circle--withholding {
  background-color: #6bc68b;
}

/* ================================================
   # LINKS
   ================================================ */
a {
  color: #196ba0;
  text-decoration: underline;
}
.table a {
  text-decoration: none;
}
a:hover, a:active {
  color: #004378;
  cursor: pointer;
  outline: none !important;
  text-decoration: underline;
}
.table a:hover, .table a:active {
  text-decoration: underline;
}
a h1, a h2, h3 a {
  text-decoration: none;
}

/**
* Light link
*/
.link-light {
  color: #d3edff;
}
.link-light:visited {
  color: #d3edff;
}
.link-light:hover, .link-light:active {
  color: #8ed0ff;
}

/* ================================================
   # LISTS
   ================================================ */
.list {
  margin: 0.75em 0 2.25em;
  max-width: 48rem;
  padding: 0 0 0 1.5em;
}
.list > li:not(:last-of-type) {
  margin-bottom: 0.6em;
}
.list .list {
  margin: 0.75em 0 !important;
}
.list.list--no-style {
  list-style: none;
}

/**
* Primary
*/
.list--primary {
  background-color: #f1f1f1;
  padding: 10px 10px 10px calc(1.5em + 10px);
}

/**
* Checklist
*/
.list--checklist {
  list-style: none;
  margin-bottom: 4em;
  padding: 0;
}
.list--checklist > li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.list--checklist > li {
  background-size: 1.46666667em 1.33333333em;
  padding-left: 2em;
}
.list--checklist > li ul, .list--checklist > li p {
  color: #2b2b2b;
}
.list--checklist > li .list {
  list-style: disc;
}

/**
* Steps
*/
.steps {
  counter-reset: li;
  list-style: none;
  margin: 0 0 5em;
  padding: 0;
  position: relative;
}
.steps > li {
  padding-left: 74px;
  position: relative;
}
.steps > li:not(:last-of-type) {
  padding-bottom: 2em;
}
.steps > li:not(:last-of-type):after {
  content: "";
  width: 2px;
  background-color: #d3edff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 28px;
  bottom: 0;
  z-index: 1;
}
.steps > li:before {
  content: counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  background-color: #19A048;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
}
.steps .step__title {
  margin-top: 0;
  padding-top: 12px;
}

/* ================================================
   # POPOVER
   ================================================ */
.popover {
  position: relative;
}

.popover__content {
  opacity: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 320px;
  padding: 10px;
  position: absolute;
  left: -20px;
  top: -1000px;
  transition: opacity 0.2s;
  z-index: -1;
}
.popover__content img {
  width: 100%;
  height: auto;
  display: block;
}
.popover.on .popover__content {
  opacity: 1;
  top: 30px;
  z-index: 9999;
}

@media (min-width: 300px) {
  .popover__content {
    width: 360px;
  }
}
@media (min-width: 600px) {
  .popover__content {
    width: 420px;
  }
}
.response .h4 {
  margin-top: 0;
}

/* ================================================
   # Tables
   ================================================ */
@media screen and (max-width: 767px) {
  .table:not(.table--static) {
    font-size: 12px;
    margin: 0 0 2em 0;
  }
  .table:not(.table--static) > thead > tr > th.tcell__center, .table:not(.table--static) > thead > tr > th.tcell__center th, .table:not(.table--static) > thead > tr > th.tcell__center td, .table:not(.table--static) > thead > tr > th .tcell__center,
.table:not(.table--static) > tbody > tr > td.tcell__center,
.table:not(.table--static) > tbody > tr > td.tcell__center th,
.table:not(.table--static) > tbody > tr > td.tcell__center td,
.table:not(.table--static) > tbody > tr > td .tcell__center,
.table:not(.table--static) > tbody > tr > th.tcell__center,
.table:not(.table--static) > tbody > tr > th.tcell__center th,
.table:not(.table--static) > tbody > tr > th.tcell__center td,
.table:not(.table--static) > tbody > tr > th .tcell__center,
.table:not(.table--static) > tfoot > tr > td.tcell__center,
.table:not(.table--static) > tfoot > tr > td.tcell__center th,
.table:not(.table--static) > tfoot > tr > td.tcell__center td,
.table:not(.table--static) > tfoot > tr > td .tcell__center {
    text-align: left !important;
  }
  .table:not(.table--static) > thead > tr > th.tcell__right, .table:not(.table--static) > thead > tr > th.tcell__right th, .table:not(.table--static) > thead > tr > th.tcell__right td, .table:not(.table--static) > thead > tr > th .tcell__right,
.table:not(.table--static) > tbody > tr > td.tcell__right,
.table:not(.table--static) > tbody > tr > td.tcell__right th,
.table:not(.table--static) > tbody > tr > td.tcell__right td,
.table:not(.table--static) > tbody > tr > td .tcell__right,
.table:not(.table--static) > tbody > tr > th.tcell__right,
.table:not(.table--static) > tbody > tr > th.tcell__right th,
.table:not(.table--static) > tbody > tr > th.tcell__right td,
.table:not(.table--static) > tbody > tr > th .tcell__right,
.table:not(.table--static) > tfoot > tr > td.tcell__right,
.table:not(.table--static) > tfoot > tr > td.tcell__right th,
.table:not(.table--static) > tfoot > tr > td.tcell__right td,
.table:not(.table--static) > tfoot > tr > td .tcell__right {
    text-align: left !important;
  }
  .table:not(.table--static) > tbody > tr {
    border-top: 1px solid #aeb0b5;
    border-bottom: 1px solid #aeb0b5;
  }
  .table:not(.table--static) > tbody > tr:nth-child(even) {
    background-color: rgba(211, 237, 255, 0.3);
  }
  .table:not(.table--static) > thead > tr > th {
    display: none;
  }
  .table:not(.table--static) > tbody > tr > th {
    color: #004378;
    display: block;
    padding: 1em;
    text-align: left !important;
    position: relative;
  }
  .table:not(.table--static) > tbody > tr > td {
    display: block;
    padding: 1em;
    text-align: left !important;
    position: relative;
    padding-left: 10em;
  }
  .table:not(.table--static) > tbody > tr > td:before {
    content: attr(data-th);
    display: inline-block;
    position: absolute;
    left: 10px;
    font-weight: bold;
    width: 8.5em;
  }
}

@media screen and (max-width: 767px) {
  .table.table--inline {
    font-size: 12px;
    margin: 0 0 2em 0;
  }
  .table.table--inline > thead > tr > th.tcell__center, .table.table--inline > thead > tr > th.tcell__center th, .table.table--inline > thead > tr > th.tcell__center td, .table.table--inline > thead > tr > th .tcell__center,
.table.table--inline > tbody > tr > td.tcell__center,
.table.table--inline > tbody > tr > td.tcell__center th,
.table.table--inline > tbody > tr > td.tcell__center td,
.table.table--inline > tbody > tr > td .tcell__center,
.table.table--inline > tbody > tr > th.tcell__center,
.table.table--inline > tbody > tr > th.tcell__center th,
.table.table--inline > tbody > tr > th.tcell__center td,
.table.table--inline > tbody > tr > th .tcell__center,
.table.table--inline > tfoot > tr > td.tcell__center,
.table.table--inline > tfoot > tr > td.tcell__center th,
.table.table--inline > tfoot > tr > td.tcell__center td,
.table.table--inline > tfoot > tr > td .tcell__center {
    text-align: left !important;
  }
  .table.table--inline > thead > tr > th.tcell__right, .table.table--inline > thead > tr > th.tcell__right th, .table.table--inline > thead > tr > th.tcell__right td, .table.table--inline > thead > tr > th .tcell__right,
.table.table--inline > tbody > tr > td.tcell__right,
.table.table--inline > tbody > tr > td.tcell__right th,
.table.table--inline > tbody > tr > td.tcell__right td,
.table.table--inline > tbody > tr > td .tcell__right,
.table.table--inline > tbody > tr > th.tcell__right,
.table.table--inline > tbody > tr > th.tcell__right th,
.table.table--inline > tbody > tr > th.tcell__right td,
.table.table--inline > tbody > tr > th .tcell__right,
.table.table--inline > tfoot > tr > td.tcell__right,
.table.table--inline > tfoot > tr > td.tcell__right th,
.table.table--inline > tfoot > tr > td.tcell__right td,
.table.table--inline > tfoot > tr > td .tcell__right {
    text-align: left !important;
  }
  .table.table--inline > tbody > tr {
    border-top: 1px solid #aeb0b5;
    border-bottom: 1px solid #aeb0b5;
  }
  .table.table--inline > tbody > tr:nth-child(even) {
    background-color: rgba(211, 237, 255, 0.3);
  }
  .table.table--inline > thead > tr > th {
    display: none;
  }
  .table.table--inline > tbody > tr > th {
    color: #2b2b2b;
    display: table-cell;
    padding: 1em;
    text-align: left !important;
    position: relative;
    width: 8.5em;
  }
  .table.table--inline > tbody > tr > td {
    display: table-cell;
    padding: 1em;
    text-align: left !important;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .table {
    margin: 0 0 3em 0;
  }
  .table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td {
    border-bottom: 1px solid #aeb0b5;
    display: table-cell;
    text-align: left !important;
  }
  .table > thead > tr > th.tcol__75,
.table > tbody > tr > th.tcol__75,
.table > tbody > tr > td.tcol__75 {
    width: 75%;
  }
  .table > thead > tr > th.tcol__66,
.table > tbody > tr > th.tcol__66,
.table > tbody > tr > td.tcol__66 {
    width: 66.6666%;
  }
  .table > thead > tr > th.tcol__50,
.table > tbody > tr > th.tcol__50,
.table > tbody > tr > td.tcol__50 {
    width: 50%;
  }
  .table > thead > tr > th.tcol__33,
.table > tbody > tr > th.tcol__33,
.table > tbody > tr > td.tcol__33 {
    width: 33.3333%;
  }
  .table > thead > tr > th.tcol__25,
.table > tbody > tr > th.tcol__25,
.table > tbody > tr > td.tcol__25 {
    width: 25%;
  }
  .table > thead > tr > th.tcol__xl,
.table > tbody > tr > th.tcol__xl,
.table > tbody > tr > td.tcol__xl {
    width: 260px;
  }
  .table > thead > tr > th.tcol__lg,
.table > tbody > tr > th.tcol__lg,
.table > tbody > tr > td.tcol__lg {
    width: 220px;
  }
  .table > thead > tr > th.tcol__md,
.table > tbody > tr > th.tcol__md,
.table > tbody > tr > td.tcol__md {
    width: 160px;
  }
  .table > thead > tr > th.tcol__sm,
.table > tbody > tr > th.tcol__sm,
.table > tbody > tr > td.tcol__sm {
    width: 120px;
  }
  .table > thead > tr > th.tcol__xs,
.table > tbody > tr > th.tcol__xs,
.table > tbody > tr > td.tcol__xs {
    width: 85px;
  }
  .table > thead > tr > th.tcol__xxs,
.table > tbody > tr > th.tcol__xxs,
.table > tbody > tr > td.tcol__xxs {
    width: 50px;
  }
  .table > thead > tr > th.tcol__right,
.table > tbody > tr > th.tcol__right,
.table > tbody > tr > td.tcol__right {
    text-align: right !important;
  }
  .table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td {
    padding: 1em;
  }
  .table > thead > tr > th {
    background-color: #f1f1f1;
    border-bottom-color: #aeb0b5;
    line-height: 1.5;
    text-align: left !important;
    vertical-align: bottom;
  }
  .accordion__content .table > thead > tr > th {
    background-color: #e4e4e4;
  }
  .table > tbody > tr > .tcell__heading {
    background-color: #d3edff;
    line-height: 1.5;
    padding: 0.5em 1em;
    text-align: left !important;
    vertical-align: bottom;
  }
  .table col:nth-of-type(even) {
    background-color: rgba(241, 241, 241, 0.75);
  }
}

.table {
  border-collapse: collapse;
  min-width: 300px;
  width: 100%;
}
.table colgroup {
  display: none !important;
}
.table > thead > tr > th.tcell__center, .table > thead > tr > th.tcell__center th, .table > thead > tr > th.tcell__center td, .table > thead > tr > th .tcell__center,
.table > tbody > tr > td.tcell__center,
.table > tbody > tr > td.tcell__center th,
.table > tbody > tr > td.tcell__center td,
.table > tbody > tr > td .tcell__center,
.table > tbody > tr > th.tcell__center,
.table > tbody > tr > th.tcell__center th,
.table > tbody > tr > th.tcell__center td,
.table > tbody > tr > th .tcell__center,
.table > tfoot > tr > td.tcell__center,
.table > tfoot > tr > td.tcell__center th,
.table > tfoot > tr > td.tcell__center td,
.table > tfoot > tr > td .tcell__center {
  text-align: center !important;
}
.table > thead > tr > th.tcell__right, .table > thead > tr > th.tcell__right th, .table > thead > tr > th.tcell__right td, .table > thead > tr > th .tcell__right,
.table > tbody > tr > td.tcell__right,
.table > tbody > tr > td.tcell__right th,
.table > tbody > tr > td.tcell__right td,
.table > tbody > tr > td .tcell__right,
.table > tbody > tr > th.tcell__right,
.table > tbody > tr > th.tcell__right th,
.table > tbody > tr > th.tcell__right td,
.table > tbody > tr > th .tcell__right,
.table > tfoot > tr > td.tcell__right,
.table > tfoot > tr > td.tcell__right th,
.table > tfoot > tr > td.tcell__right td,
.table > tfoot > tr > td .tcell__right {
  text-align: right !important;
}
.table > thead > tr > th.tcell__addRow,
.table > tbody > tr > td.tcell__addRow,
.table > tbody > tr > th.tcell__addRow,
.table > tfoot > tr > td.tcell__addRow {
  background-color: #fff !important;
}
.table > tbody > tr > td.tcol__action .btn--ghost {
  font-size: 12px;
  display: inline-block;
  line-height: 26px;
  padding: 0;
  height: 26px;
  width: 26px;
}
.table > tbody > tr > td.tcol__action > *:not(:last-child) {
  display: inline-block;
  margin-right: 0.3em;
}
.table > tbody > tr > td.tcol__action > *:only-child {
  margin: 0;
}
.table > tbody > tr > td.tcol__action script {
  display: none !important;
}
.table > tbody > tr.trow--warning > td {
  background: #ffeecd;
  font-weight: bold;
}

/**
* Bordered tables
*/
.table--bordered {
  border: 1px solid #aeb0b5;
}

/**
* Sortable tables
*/
.table--sortable > thead > tr > th > a {
  display: inline-block;
  white-space: nowrap;
}

/**
* Editable tables
*/
.table--editable {
  font-size: 12px;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .table--editable > thead > tr > th,
.table--editable > tbody > tr > td,
.table--editable > tbody > tr > th,
.table--editable > tfoot > tr > td {
    padding: 1em 0.5em;
  }
  .table--editable.table--compact > thead > tr > th,
.table--editable.table--compact > tbody > tr > td,
.table--editable.table--compact > tbody > tr > th,
.table--editable.table--compact > tfoot > tr > td {
    padding: 1em 0.25em;
  }
}

/**
* Compact tables
*/
.table--compact {
  font-size: 12px;
}

.table--small {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.table--small .tcol__action a {
  margin-left: 6px;
}
.table--small .tcol__action a [class^=fa-] {
  opacity: 0.5;
}

/**
* Compounded tables
*/
.table--compound, .table--compound .table {
  margin: 0 0 3em 0;
}
.table--compound > thead > tr > th,
.table--compound > tbody > tr > th,
.table--compound > tbody > tr > td, .table--compound .table > thead > tr > th,
.table--compound .table > tbody > tr > th,
.table--compound .table > tbody > tr > td {
  border-bottom: 1px solid #aeb0b5;
}
.table--compound > thead > tr > th.tcol__75,
.table--compound > tbody > tr > th.tcol__75,
.table--compound > tbody > tr > td.tcol__75, .table--compound .table > thead > tr > th.tcol__75,
.table--compound .table > tbody > tr > th.tcol__75,
.table--compound .table > tbody > tr > td.tcol__75 {
  width: 75%;
}
.table--compound > thead > tr > th.tcol__66,
.table--compound > tbody > tr > th.tcol__66,
.table--compound > tbody > tr > td.tcol__66, .table--compound .table > thead > tr > th.tcol__66,
.table--compound .table > tbody > tr > th.tcol__66,
.table--compound .table > tbody > tr > td.tcol__66 {
  width: 66.6666%;
}
.table--compound > thead > tr > th.tcol__50,
.table--compound > tbody > tr > th.tcol__50,
.table--compound > tbody > tr > td.tcol__50, .table--compound .table > thead > tr > th.tcol__50,
.table--compound .table > tbody > tr > th.tcol__50,
.table--compound .table > tbody > tr > td.tcol__50 {
  width: 50%;
}
.table--compound > thead > tr > th.tcol__33,
.table--compound > tbody > tr > th.tcol__33,
.table--compound > tbody > tr > td.tcol__33, .table--compound .table > thead > tr > th.tcol__33,
.table--compound .table > tbody > tr > th.tcol__33,
.table--compound .table > tbody > tr > td.tcol__33 {
  width: 33.3333%;
}
.table--compound > thead > tr > th.tcol__25,
.table--compound > tbody > tr > th.tcol__25,
.table--compound > tbody > tr > td.tcol__25, .table--compound .table > thead > tr > th.tcol__25,
.table--compound .table > tbody > tr > th.tcol__25,
.table--compound .table > tbody > tr > td.tcol__25 {
  width: 25%;
}
.table--compound > thead > tr > th.tcol__xl,
.table--compound > tbody > tr > th.tcol__xl,
.table--compound > tbody > tr > td.tcol__xl, .table--compound .table > thead > tr > th.tcol__xl,
.table--compound .table > tbody > tr > th.tcol__xl,
.table--compound .table > tbody > tr > td.tcol__xl {
  width: 260px;
}
.table--compound > thead > tr > th.tcol__lg,
.table--compound > tbody > tr > th.tcol__lg,
.table--compound > tbody > tr > td.tcol__lg, .table--compound .table > thead > tr > th.tcol__lg,
.table--compound .table > tbody > tr > th.tcol__lg,
.table--compound .table > tbody > tr > td.tcol__lg {
  width: 220px;
}
.table--compound > thead > tr > th.tcol__md,
.table--compound > tbody > tr > th.tcol__md,
.table--compound > tbody > tr > td.tcol__md, .table--compound .table > thead > tr > th.tcol__md,
.table--compound .table > tbody > tr > th.tcol__md,
.table--compound .table > tbody > tr > td.tcol__md {
  width: 160px;
}
.table--compound > thead > tr > th.tcol__sm,
.table--compound > tbody > tr > th.tcol__sm,
.table--compound > tbody > tr > td.tcol__sm, .table--compound .table > thead > tr > th.tcol__sm,
.table--compound .table > tbody > tr > th.tcol__sm,
.table--compound .table > tbody > tr > td.tcol__sm {
  width: 120px;
}
.table--compound > thead > tr > th.tcol__xs,
.table--compound > tbody > tr > th.tcol__xs,
.table--compound > tbody > tr > td.tcol__xs, .table--compound .table > thead > tr > th.tcol__xs,
.table--compound .table > tbody > tr > th.tcol__xs,
.table--compound .table > tbody > tr > td.tcol__xs {
  width: 85px;
}
.table--compound > thead > tr > th.tcol__xxs,
.table--compound > tbody > tr > th.tcol__xxs,
.table--compound > tbody > tr > td.tcol__xxs, .table--compound .table > thead > tr > th.tcol__xxs,
.table--compound .table > tbody > tr > th.tcol__xxs,
.table--compound .table > tbody > tr > td.tcol__xxs {
  width: 50px;
}
.table--compound > thead > tr > th,
.table--compound > tbody > tr > td,
.table--compound > tbody > tr > th,
.table--compound > tfoot > tr > td, .table--compound .table > thead > tr > th,
.table--compound .table > tbody > tr > td,
.table--compound .table > tbody > tr > th,
.table--compound .table > tfoot > tr > td {
  padding: 1em;
}
.table--compound > thead > tr > th, .table--compound .table > thead > tr > th {
  background-color: #f1f1f1;
  border-bottom-color: #aeb0b5;
  line-height: 1.5;
  text-align: left;
  vertical-align: bottom;
}
.table--compound > tbody > tr > .tcell__heading, .table--compound .table > tbody > tr > .tcell__heading {
  background-color: #d3edff;
  line-height: 1.5;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: bottom;
}
.table--compound > tbody > tr > td.tcol__action > *:not(:last-child), .table--compound .table > tbody > tr > td.tcol__action > *:not(:last-child) {
  display: inline-block;
  margin-right: 1em;
}
.table--compound col:nth-of-type(even), .table--compound .table col:nth-of-type(even) {
  background-color: rgba(241, 241, 241, 0.75);
}

.table--compound {
  font-size: 13px;
}
.table--compound > tbody > tr > td {
  font-weight: bold;
  border-bottom-width: 0px;
}
.table--compound > tbody > tr > td.tcell__container {
  border-bottom-width: 1px;
  padding-top: 0;
}
.table--compound .table {
  margin: 0 !important;
}
.table--compound .table > tbody > tr > td {
  border-bottom-width: 0;
}
.table--compound .table > thead > tr > th {
  border-bottom-color: #8ed0ff;
  background-color: #d3edff;
}
.table--compound .table > tbody > tr > td {
  background-color: #f2faff;
  font-weight: normal;
}
.table--compound .table > tbody > tr:nth-of-type(even) > td {
  background-color: #e7f5ff;
}
@media (min-width: 768px) {
  .table--compound {
    font-size: 15px;
  }
}

/**
* Quarterly tables
*/
.table-quarterly .table {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .table-quarterly .table {
    margin-bottom: 3em;
  }
  .table-quarterly .table > tbody > tr > th {
    text-align: left;
    display: block;
  }
}
@media (min-width: 993px) {
  .table-quarterly {
    width: calc(50% - 15px);
  }
}

.table--contractors > tbody > tr > td {
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .table--contractors > tbody > tr > td {
    padding-left: 1em !important;
  }
}

.tab-group .tabs-list {
  border: 1px solid #D6D7D9;
  border-radius: 5px;
  display: inline-flex;
  list-style: none;
  margin: 45px 0 0;
  padding: 0;
  width: 100%;
}
.tab-group .tabs-list li {
  width: 100%;
}
.tab-group .tabs-list li:not(.last) {
  border-right: 1px solid #D6D7D9;
}
.tab-group .tabs-list li:first-child .tab {
  border-radius: 5px 0 0 5px;
}
.tab-group .tabs-list li.last .tab {
  border-radius: 0 5px 5px 0;
}
.tab-group .tabs-list .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  height: 36px;
  width: auto;
  padding: 0 10px;
  white-space: nowrap;
}
.tab-group .tabs-list .tab.selected {
  background: #196ba0;
  color: white;
}
.tab-group .tab-panel {
  display: none;
}
.tab-group .tab-panel.current {
  display: block;
}

@media screen and (min-width: 413px) {
  .tab-group .tabs-list {
    width: auto;
  }
  .tab-group .tabs-list li {
    width: auto;
  }
  .tab-group .tabs-list .tab {
    font-size: 13px;
    height: 44px;
    padding: 0 14px;
  }
}
@media screen and (min-width: 600px) {
  .tab-group {
    width: auto;
  }
  .tab-group .tabs-list .tab {
    height: 50px;
    min-width: 170px;
    padding: 0 16px;
  }
}
/* ================================================
   # ACCORDION
   ================================================ */
.navtree [role=tabpanel], .accordion [role=tabpanel] {
  display: none;
}

.accordion + h2 {
  margin-top: 32px;
}

/**
* Panel
*/
.accordion__panel {
  margin: 0 0 4px;
  overflow: hidden;
  position: relative;
}

/**
* Heading
*/
.accordion__heading {
  background-color: #f1f1f1;
  color: #196ba0;
  font-weight: 700;
}
.accordion .accordion__heading > a {
  padding: 1em 1.33em 1em 2.5em;
  position: relative;
}
.accordion__heading [role=tab], .accordion__heading > a {
  color: inherit;
  display: block;
  font-family: "Merriweather", serif;
  line-height: 1.75;
  text-decoration: none !important;
  outline: none;
}
.accordion__heading [role=tab]:hover, .accordion__heading > a:hover {
  color: inherit;
  cursor: inherit;
}
.panel--open > .accordion__heading, .panel--current > .accordion__heading, .accordion__heading:hover {
  background-color: #e9e9e9;
  color: #196ba0;
  cursor: pointer;
  text-decoration: none;
}
.panel--disabled > .accordion__heading {
  background-color: #f1f1f1;
  color: #aeb0b5;
  cursor: default;
  font-weight: 700;
}
.accordion .panel--disabled > .accordion__heading > a {
  padding: 1em 1.33em 1em 2.5em;
}

/**
* Content
*/
.accordion__content {
  background-color: #F9F9F9;
  padding: 3em 2.5em;
}
.accordion__content *:first-child {
  margin-top: 0;
}
.accordion__content *:last-child {
  margin-bottom: 0;
}

/* ================================================
   # ACTIONS
	 # Button groups &c.
   ================================================ */
.actions {
  margin: 0.75em 0 1.5em;
}

/* ================================================
   # ADDRESS
   ================================================ */
.address {
  margin: 0.75em 0 1.5em;
}

.address--ambiguous,
.address--unknown {
  color: #be3737;
}

.address--saved {
  font-weight: 700;
  margin: 0;
}

.address--matched {
  margin: 0;
}
.address-list {
  font-size: 13px;
  margin: 30px 0 50px;
}
@media (min-width: 993px) {
  .address-list {
    font-size: 15px;
  }
}

.address-list--saved {
  list-style: none;
  padding: 0;
}
.address-list--saved > li {
  border-top: 1px solid #aeb0b5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.address-list--saved > li:last-of-type {
  border-bottom: 1px solid #aeb0b5;
}
.address-list--saved .address--saved {
  padding-right: 1em;
}
.address-list--saved .actions {
  text-align: right;
  margin: 0;
}

.address-list--matched {
  list-style: none;
  margin: 0;
  padding: 0;
}
.address-list--matched > li {
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding: 15px;
}

.validate-address__ambiguous {
  display: flex;
  justify-content: space-between;
}
.validate-address__ambiguous .title {
  margin-top: 0;
}
.validate-address__ambiguous .entered-address {
  width: 40%;
}
.validate-address__ambiguous .matched-address {
  width: 60%;
}

.address-entry {
  max-width: 36rem;
  margin: 4em 0 2em;
  padding: 0.5rem 0 1.5rem;
  position: relative;
}
.address-entry .btn.btn--ghost.btn--green.btn--small, .address-entry .block--notification-response input.btn--ghost.btn--green[type=submit], .block--notification-response .address-entry input.btn--ghost.btn--green[type=submit], .address-entry .btn--ghost.btn--green.btn--small.file-upload-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.address-entry .btn.btn--ghost.btn--green.btn--small[data-modal=savedAddress], .address-entry .block--notification-response input.btn--ghost.btn--green[data-modal=savedAddress][type=submit], .block--notification-response .address-entry input.btn--ghost.btn--green[data-modal=savedAddress][type=submit], .address-entry .btn--ghost.btn--green.btn--small[data-modal=savedAddress].file-upload-button {
  top: 0;
  bottom: auto;
}

/* ================================================
   # ALERTS
   ================================================ */
.alert, .message {
  background-color: #d3edff;
  margin: 2em 0;
  padding: 1em;
}
.alert + .alert, .message + .alert {
  margin-top: 0;
}
.sidebar .alert, .sidebar .message {
  margin-top: 0;
}
@media (min-width: 993px) {
  .alert, .message {
    padding: 1.33333333em;
  }
}

/**
* Alert Heading
*/
.alert__heading {
  margin: 0 0 0.5em;
  max-width: 48rem;
  padding-left: 1.75rem;
}

/**
* Alert Content
*/
.alert__content {
  font-size: 13px;
  padding-left: 1.2rem;
}
.alert__content p {
  margin: 0;
  max-width: 48rem;
}
.alert__content p:not(:first-of-type) {
  margin: 0.5em 0;
}
.sidebar .alert__content {
  padding-left: 0;
}
@media (min-width: 993px) {
  .alert__content {
    font-size: 15px;
    padding-left: 1.9rem;
  }
  .sidebar .alert__content {
    padding-left: 0;
  }
}

/**
* Alert States
*/
.alert--error, .errorM3 {
  background-color: #ffe4e4;
}

.alert--success {
  background-color: #d7efdf;
}

.alert--warning {
  background-color: #ffeecd;
}

/**
* Fix up Salesforce pageMessage
*/
table.messageTable td {
  display: none;
}
table.messageTable td.messageCell {
  display: block;
  font-size: 13px;
  padding-left: 1.2rem;
}
table.messageTable td.messageCell span {
  display: block;
  margin-left: -1.2rem;
  max-width: 48rem;
}
@media (min-width: 993px) {
  table.messageTable td.messageCell {
    font-size: 15px;
    padding-left: 1.9rem;
  }
  table.messageTable td.messageCell span {
    margin-left: -1.9rem;
  }
}
table.messageTable h4 {
  color: #2b2b2b !important;
  padding-left: 1.75rem;
}

.announcement {
  background: #ffeecd;
  padding: 32px 0;
}
.announcement p:last-child {
  margin-bottom: 0;
}

h3.announcement__title {
  margin-top: 0;
  margin-bottom: 16px;
}

/* ================================================
   # ASIDE
   ================================================ */
aside, .aside {
  background-color: #f1f1f1;
  margin: 0.75em 0 1.5em;
  padding: 1em;
}
aside .aside__title, .aside .aside__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
aside ul, aside ol, .aside ul, .aside ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside ul > li:not(:last-of-type), aside ol > li:not(:last-of-type), .aside ul > li:not(:last-of-type), .aside ol > li:not(:last-of-type) {
  margin-bottom: 0.25em;
}

.block {
  margin: 0 0 3.6rem 0;
}

.block--notification-response {
  background: #f1f1f1;
  padding: 20px;
}
.block--notification-response :first-child {
  margin-top: 0;
}
.breadcrumb {
  padding: 0 1px;
}
.breadcrumb + h1 {
  margin-top: 10px;
}
.breadcrumb .breadcrumb-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
}
.breadcrumb .breadcrumb-content a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-content .fal {
  margin: 0 0.5em;
}
.breadcrumb .breadcrumb-content .fal, .breadcrumb .breadcrumb-content .fal::before {
  display: block;
}
@media (min-width: 860px) {
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb .breadcrumb-content {
    justify-content: flex-start;
    padding: 0;
  }
}

@media (min-width: 993px) {
  .businessDetail {
    display: flex;
    justify-content: space-between;
  }
}
.businessDetail .contractor-data {
  padding-top: 5px;
  padding-bottom: 5px;
}

.businessDetailHeader {
  margin: 0 0 15px;
}
.businessDetailHeader h2 {
  margin: 0 0 20px;
}
@media (min-width: 993px) {
  .businessDetailHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 36px;
  }
  .businessDetailHeader h2 {
    margin: 0;
  }
}

.businessDetail-main {
  background: #d3edff;
  padding: 20px;
  width: 100%;
}
@media (min-width: 993px) {
  .businessDetail-main {
    width: calc(100% - 345px);
  }
}
.businessDetail-main table {
  padding-bottom: 20px;
}
.businessDetail-main table td {
  font-weight: bold;
  padding: 0 30px 0 0;
}
.businessDetail-main table td span {
  font-weight: normal;
}

.businessDetail-side {
  margin: 0;
}
@media (min-width: 993px) {
  .businessDetail-side {
    width: 315px;
  }
}
@media (min-width: 993px) {
  .businessDetail-side .aside {
    margin: 0;
  }
}

.card {
  background: #FFFFFF;
  border: 1px solid #D6D7D9;
  box-shadow: 1px 1px 0 0 #D6D7D9;
  margin: 15px 0;
  padding: 10px;
}
.card.card--dashboard, .card.card--quickactions {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
  padding: 16px p;
  padding-margin: 0;
}
.card.card--dashboard .card__icon, .card.card--quickactions .card__icon {
  height: 40px;
  margin-bottom: 16px;
}
.card.card--dashboard .card__title, .card.card--quickactions .card__title {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 0 0 9px;
}
.card.card--quickactions .card__title {
  border-bottom: 1px solid #d6d7d9;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.card.card--quickactions ul {
  list-style: none;
  line-height: 1.3;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.card.card--quickactions ul a {
  display: inline-block;
  padding: 6px 0;
  text-decoration: none;
}
.card.card--notification {
  padding: 24px;
}
.card.card--notification .h4 {
  margin: 0 0 32px;
}

.card__header {
  background: #0A1C40;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 10px 15px 15px;
}
.card .card__header {
  padding: 10px;
}
@media (min-width: 768px) {
  .card__header {
    display: flex;
  }
}

.card__col {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .card__col {
    margin: 0 25px 0 0;
  }
}

.card__col--label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #AEB0B5;
}

.card__col--value {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
  line-height: 19px;
}
.card__col--value br {
  display: none;
}

.card__action {
  margin: 20px 0 15px 0;
}
@media (min-width: 768px) {
  .card__action {
    margin: 0 0 0 auto;
  }
}
.card.card--dashboard .card__action, .card.card--quickactions .card__action {
  font-weight: 800;
  margin: auto 0 0;
  padding-top: 9px;
}
.card.card--dashboard .card__action a, .card.card--quickactions .card__action a {
  margin-right: 8px;
  text-decoration: none;
}

.card__row {
  display: flex;
  align-items: center;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .card__row {
    display: flex;
  }
}
.card__row:nth-child(odd) {
  background-color: #F1F1F1;
}
.card__row.card__row--warn {
  background-color: #ffeecd;
}

.card__row--label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #5B616B;
  min-width: 40%;
}
.card__row--label br {
  display: none;
}
@media (min-width: 768px) {
  .card__row--label {
    min-width: 30%;
  }
}

.card__row--value {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 18px;
}
.card__row--value br {
  display: none;
}

.card-group {
  width: 100%;
}
@media (min-width: 993px) {
  .card-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 16px;
  }
  .card-group > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .card-group > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .card-group > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .card-group > :nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}

.contractorList__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 52px;
}
.contractorList__header .contractorList__title {
  margin: 0;
}
.contractorList__header .contractorList__actions {
  display: flex;
  align-items: center;
}
.contractorList__header .contractorList__actions > *:not(:first-child) {
  border-left: 1px solid #d6d7d9;
  margin-left: 20px;
  padding-left: 20px;
}
.contractorList__header .form-group, .contractorList__header .tabled-radios fieldset, .tabled-radios .contractorList__header fieldset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  max-width: auto;
}
.contractorList__header .form-group label, .contractorList__header .tabled-radios fieldset label, .tabled-radios .contractorList__header fieldset label, .contractorList__header .form-group .label, .contractorList__header .tabled-radios fieldset .label, .tabled-radios .contractorList__header fieldset .label {
  display: inline;
  margin: 0 1em 0 0;
}
.contractorList__header .form-group .dropdown, .contractorList__header .tabled-radios fieldset .dropdown, .tabled-radios .contractorList__header fieldset .dropdown {
  min-width: 75px;
}

@media (min-width: 768px) {
  .contractorList__content {
    display: flex;
    justify-content: space-between;
  }
}

.contractorList__filters {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
}
.contractorList__filters .filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px;
}
.contractorList__filters .filters-title {
  margin: 0;
}
.contractorList__filters .form-group, .contractorList__filters .tabled-radios fieldset, .tabled-radios .contractorList__filters fieldset {
  margin: 0 0 15px;
}
.contractorList__filters .form-group.form-group--checkbox > p, .contractorList__filters .tabled-radios fieldset.form-group--checkbox > p, .tabled-radios .contractorList__filters fieldset.form-group--checkbox > p {
  margin: 0 0 8px;
}
.contractorList__filters .form-group.form-group--checkbox .checkbox, .contractorList__filters .tabled-radios fieldset.form-group--checkbox .checkbox, .tabled-radios .contractorList__filters fieldset.form-group--checkbox .checkbox {
  margin: 12px 0;
}
@media (min-width: 768px) {
  .contractorList__filters {
    margin-bottom: 0;
    width: 315px;
  }
}

.contractorList__table {
  width: calc(100% - 345px);
}

.contractor-title {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.contractor-data {
  display: block;
  font-weight: bold;
  margin: 0;
}
.contractor-data span {
  font-weight: normal;
}

.dashboardLink-group {
  margin: 0 0 4em 0;
  padding: 0 20px;
}
.dashboardLink-group .dashboardLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 2em;
  text-decoration: none;
}
.dashboardLink-group .icon {
  display: block;
  margin-right: 18px;
  width: 56px;
  height: 56px;
  background-position: center center;
}
.dashboardLink-group p {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
@media (min-width: 993px) {
  .dashboardLink-group {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 960px;
    padding: 0;
  }
  .dashboardLink-group .dashboardLink {
    display: block;
    font-weight: 700;
    margin: 0;
    max-width: 170px;
    text-align: center;
    text-decoration: none;
  }
  .dashboardLink-group .dashboardLink .icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 1em auto;
    background-position: 0 100%;
  }
  .dashboardLink-group .dashboardLink p {
    line-height: 1.4;
    margin: 0;
    width: 100%;
  }
}
.dashboardLink-group.dashboard-links--licenses {
  max-width: 48rem;
}

/* ================================================
   # DATE PICKER
   ================================================ */
.ui-datepicker {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(50, 58, 69, 0.5);
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  width: 280px;
  z-index: 19 !important;
}

/**
* Date picker Header
*/
.ui-datepicker-header {
  color: #323a45;
  background: #f1f1f1;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/**
* Date picker Back/Next
*/
.ui-datepicker-prev, .ui-datepicker-next {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
  cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.2s;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  text-decoration: none;
}
.ui-datepicker-prev:hover:before, .ui-datepicker-next:hover:before {
  opacity: 1;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

/**
* Date picker Title
*/
.ui-datepicker-title {
  text-align: center;
}

/**
* Date picker Calendar
*/
.ui-datepicker-calendar {
  text-align: center;
  width: 100%;
}
.ui-datepicker-calendar thead tr th span {
  color: #323a45;
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  width: 40px;
}

/**
* Date picker States
*/
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #196ba0;
  line-height: 40px;
  font-size: 12px;
  transition: all 0.3s;
}
.ui-state-default:hover {
  background: #d3edff;
  text-decoration: none;
}

.ui-state-highlight {
  background-color: #d7efdf;
  color: #19A048;
}

.ui-state-active {
  background-color: #d3edff;
  color: #0496FF;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #aeb0b5;
  border: 2px solid transparent;
}

.disclaimer {
  background: #f1f1f1;
  margin: 92px 0 0 0;
  padding: 20px;
}
.disclaimer .disclaimer__title {
  margin: 0;
}
.disclaimer p {
  margin: 15px 0 0;
}

.welcome {
  background-color: #004378;
  background-position: 70% 20%;
  background-repeat: no-repeat;
  background-size: 800px 800px;
  color: #fff;
  padding: 2rem 10px 1.5rem;
}
.welcome .welcome__header {
  margin-bottom: 2rem;
  position: relative;
}
.welcome .welcome__header h1 {
  color: #fff;
  line-height: 1.1;
  margin: 0 0 0.4em;
}
.welcome .welcome__header h1 span {
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
}
.welcome .welcome__header .logo {
  display: none;
  position: absolute;
  left: -108px;
  width: 88px;
  height: 88px;
}
.welcome .welcome__header .logo .logo-onestop .onestop-word {
  fill: #fff;
}
.welcome .welcome__header .logo .logo-onestop .onestop-circle {
  fill: #d3edff;
}
.welcome .create-account {
  background-color: #0a1c40;
  height: auto;
  padding: 1rem 1.5rem 1.5rem;
  width: 100%;
}
.welcome .create-account p {
  font-size: 15px;
  margin: 0;
  font-style: italic;
}
.welcome .create-account .create-account__footer {
  border-top: 1px solid #196ba0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin: 1.3em 0 0;
  padding: 1.5em 0 0;
}
.welcome .create-account em {
  margin: 0 1.5em;
}
@media (min-width: 768px) {
  .welcome {
    padding: 2rem 0;
  }
  .welcome .welcome__header {
    float: left;
    margin-bottom: 0;
    width: calc(100% - 350px);
    max-width: 48rem;
  }
  .welcome .create-account {
    float: right;
    width: 330px;
  }
  .welcome .create-account p {
    font-size: 18px;
  }
}
@media (min-width: 993px) {
  .welcome {
    padding: 4rem 0;
  }
  .welcome .welcome__header {
    margin-left: 108px;
    width: calc(100% - 350px - 108px);
  }
  .welcome .welcome__header .logo {
    display: block;
  }
  .welcome .welcome__header .lead {
    max-width: 28em;
  }
}

.info {
  background-color: #d3edff;
  padding: 3rem 0;
}
.info h3, .info h4, .info h5 {
  color: #196ba0;
}
.info h5 {
  line-height: 1.5;
  margin: 0 0 1em;
}
.info .list {
  margin: 0 0 1em;
}
.info p {
  margin: 0;
}
.info .information-group {
  margin-top: 3em;
}
.info .information-group .information__item {
  margin: 3em 0;
}
@media (min-width: 993px) {
  .info .information-group {
    display: flex;
    justify-content: space-between;
  }
  .info .information-group .information__item {
    margin: 10px 0;
    width: 48%;
  }
}

.features {
  padding: 0;
}
.features .feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  margin: 70px auto;
  width: 320px;
}
.features .feature .feature__content {
  align-self: flex-start;
  text-align: center;
  width: 100%;
}
.features .feature .feature__action {
  margin-top: auto;
  text-align: center;
}
.features .feature h3 {
  font-size: 28px;
  margin: 1rem 0 0.75rem;
  width: 100%;
}
.features .feature p {
  font-size: 18px;
  margin: 0 0 1.5rem;
  width: 100%;
}
.features .feature .icon-circle {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .features {
    display: flex;
    justify-content: space-between;
    margin: 6em 0 8em;
  }
  .features .feature {
    margin: 0;
    width: 18%;
  }
  .features .feature h3 {
    font-size: 22px;
  }
  .features .feature p {
    font-size: 15px;
  }
  .features .feature .icon-circle {
    width: 120px;
    height: 120px;
    padding: 25px;
  }
  .features .feature .icon-circle a {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .features {
    font-size: 15px;
  }
  .features .feature h3 {
    font-size: 24px;
  }
  .features .feature .icon-circle {
    width: 140px;
    height: 140px;
    padding: 30px;
  }
}

.lang-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0;
}
.lang-controls .lang-control-btns {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
.lang-controls .lang-control-btns .btn, .lang-controls .lang-control-btns .file-upload-button, .lang-controls .lang-control-btns .block--notification-response input[type=submit], .block--notification-response .lang-controls .lang-control-btns input[type=submit] {
  display: block;
}

/* ================================================
   # MENUS
   ================================================ */
.site-nav__header {
  padding: 0 5px;
}
.site-nav__header .page-container, .site-nav__header .lang-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-nav__header .page-container:after, .site-nav__header .lang-controls:after {
  display: none;
}
.site-nav__header .menu-btn {
  display: block;
}
@media (max-width: 767px) {
  .site-nav__header .menu-btn {
    padding: 0.4em 0.5em;
  }
}

.menubar-toggle {
  appearance: none;
  background: none;
  border: none;
  color: #196ba0;
  display: flex;
  align-items: center;
  height: 57px;
  margin: 0;
  outline: 0;
  padding: 0;
}
.menubar-toggle .menu-icon {
  display: block;
  margin-right: 1em;
  position: relative;
  width: 30px;
  height: 25px;
}
.menubar-toggle .menu-icon .bar {
  display: block;
  transform: translateY(11px);
  transition: all 0ms 0.1s;
}
.menubar-toggle .menu-icon .bar, .menubar-toggle .menu-icon .bar:before, .menubar-toggle .menu-icon .bar:after {
  background: #196ba0;
  border-radius: 5px;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
}
.menubar-toggle .menu-icon .bar:before, .menubar-toggle .menu-icon .bar:after {
  content: "";
}
.menubar-toggle .menu-icon .bar:before {
  bottom: 11px;
  transition: bottom 0.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1), transform 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.menubar-toggle .menu-icon .bar:after {
  top: 11px;
  transition: top 0.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1), transform 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.menubar-toggle .menu-icon .bar.animate {
  background: rgba(25, 107, 160, 0);
}
.menubar-toggle .menu-icon .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.1s cubic-bezier(0.23, 1, 0.32, 1), transform 0.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.menubar-toggle .menu-icon .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.1s cubic-bezier(0.23, 1, 0.32, 1), transform 0.1s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.menubar-toggle .text {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: none;
}

/**
* Main structure
*/
.menubar {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 100;
  list-style: none;
  margin: 0;
  padding: 20px 1.995em 0 50px;
}
.menubar.menubar--account-actions {
  display: none;
}

.menubar-item {
  padding: 0 0 20px 0;
  position: relative;
}
.menubar-item.menubar-item--home {
  display: none;
}

.menubar-item__heading {
  border-bottom: 1px solid #aeb0b5;
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.menubar-item__heading:hover, .is-selected .menubar-item__heading, .menubar--home .menubar-item--home .menubar-item__heading, .menubar--prepare .menubar-item--prepare .menubar-item__heading, .menubar--start .menubar-item--start .menubar-item__heading, .menubar--operate .menubar-item--operate .menubar-item__heading, .menubar--grow .menubar-item--grow .menubar-item__heading, .menubar--help .menubar-item--help .menubar-item__heading {
  color: #2b2b2b;
  text-decoration: none;
}
.menubar-item__heading:hover {
  color: #004378 !important;
}
.menubar-item--create .menubar-item__heading, .menubar-item--signin .menubar-item__heading {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menubar-item--home .menubar-item__heading {
  justify-content: center;
  align-items: center;
  height: 34.2px;
  width: 34.2px;
  padding: 0 0.75em 0 0.5em;
  padding-top: 9.9px;
  box-sizing: content-box;
}

/**
* Sub menu
*/
.menu {
  list-style: none;
  padding: 0;
}
.menu li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.menu-item {
  color: #196ba0;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  position: relative;
}
.menu-item:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .menubar {
    display: flex;
    font-size: 13px;
    padding: 0 0 0 50px;
  }
  .menubar.menubar--account-actions {
    display: flex;
  }
  .menubar-item {
    margin: 0;
    padding: 0;
  }
  .menubar-item.menubar-item--home {
    display: flex;
  }
  .menubar-item.menubar-item--create, .menubar-item.menubar-item--signin, .menubar-item.menubar-item--dashboard, .menubar-item.menubar-item--signout {
    display: none;
  }
  .menubar-item__heading {
    border-top: 3px solid transparent;
    border-bottom: none;
    height: 57px;
    line-height: 54px;
    margin: 0;
    padding: 0 1.5em;
  }
  .menubar-item__heading:hover, .is-selected .menubar-item__heading, .menubar--home .menubar-item--home .menubar-item__heading, .menubar--prepare .menubar-item--prepare .menubar-item__heading, .menubar--start .menubar-item--start .menubar-item__heading, .menubar--operate .menubar-item--operate .menubar-item__heading, .menubar--grow .menubar-item--grow .menubar-item__heading, .menubar--help .menubar-item--help .menubar-item__heading {
    border-top: 3px solid #196ba0;
  }
  .menubar-item--home .menubar-item__heading {
    display: flex;
  }
  ul.menubar--account-actions {
    align-items: center;
  }
  ul.menubar--account-actions li.menubar-item.menubar-item--welcome {
    font-family: "Merriweather", serif;
  }
  ul.menubar--account-actions li.menubar-item.menubar-item--create,
ul.menubar--account-actions li.menubar-item.menubar-item--signin,
ul.menubar--account-actions li.menubar-item.menubar-item--dashboard,
ul.menubar--account-actions li.menubar-item.menubar-item--signout {
    display: block;
    margin-left: 1.5em;
  }
  ul.menubar--account-actions a.menubar-item__link {
    color: #196ba0;
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .menu {
    background: #196ba0;
    box-shadow: 0 2px 3px rgba(10, 28, 64, 0.4);
    border-top: 1px solid #d6d7d9;
    border-radius: 0;
    color: #fff;
    display: none;
    position: absolute;
    top: 57px;
    width: auto;
    min-width: 228px;
    z-index: 9999;
  }
  .is-selected .menu {
    display: block;
  }
  .menu > li {
    margin: 0;
  }
  .menu > li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .menu-item {
    color: #fff;
    display: block;
    margin: 0;
    padding: 0.75em 1.995em 0.75em 1.5em;
  }
  .menu-item:after {
    content: "";
    display: block;
    height: 1px;
    width: auto;
    background-color: #165c8a;
    position: absolute;
    bottom: 0;
    left: 1.5em;
    right: 1.5em;
  }
  .menu-item:hover {
    background: #0a1c40;
    color: #fff;
    text-decoration: none;
  }
  .menu-item:hover:after {
    display: none;
  }
  li:last-of-type .menu-item:after {
    display: none;
  }
}
/**
* Footer menu
*/
.footer__menubar {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menubar > li {
  margin: 0 0 3em;
}
.footer__menubar > li:first-of-type {
  display: none;
}

.footer__menubar-item {
  border-bottom: 1px solid #5b616b;
  color: #aeb0b5 !important;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__menubar-item:hover, .footer__menubar-item:active, .footer__menubar-item:visited {
  color: #aeb0b5 !important;
  cursor: default;
  text-decoration: none;
}
.footer__menubar-item.menubar-item--home {
  border: none;
  padding: 0;
  box-sizing: content-box;
  width: 100px;
}
.footer__menubar-item.menubar-item--home .logo-onestop .onestop-word {
  fill: #fff;
}
.footer__menubar-item.menubar-item--home .logo-onestop .onestop-circle {
  fill: #aeb0b5;
}

.menubar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menubar__menu-item {
  color: #fff;
  display: block;
  line-height: 1.5;
  margin: 1.2em 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer__menubar {
    display: flex;
    justify-content: space-between;
  }
  .footer__menubar > li {
    margin: 0;
    width: 18%;
  }
}
@media (min-width: 993px) {
  .footer__menubar > li {
    width: 14.5%;
  }
  .footer__menubar > li:first-of-type {
    display: block;
  }
}
/* ================================================
   # MODAL
   ================================================ */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 960px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}
.modal .modal__content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.modal--med {
  max-width: 520px;
}

.modal--show {
  visibility: visible;
}
.modal--show .modal__content {
  transform: scale(1);
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10, 28, 64, 0.95);
  z-index: 1000;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.modal--show ~ .modal-overlay {
  opacity: 1;
  visibility: visible;
}

.modal .modal__content {
  background-color: #fff;
  padding: 10px;
  max-height: 100vh;
  overflow-y: auto;
}
.modal .modal__content .modal__title {
  margin-top: 0;
  margin-bottom: 30px;
}
.modal .modal__content .modal__actions {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.modal .modal__content .modal__actions > * {
  margin: 0 10px;
}
.modal .modal__content .modal__actions .btn, .modal .modal__content .modal__actions .file-upload-button, .modal .modal__content .modal__actions .block--notification-response input[type=submit], .block--notification-response .modal .modal__content .modal__actions input[type=submit] {
  min-width: 160px;
}

@media (min-width: 768px) {
  .modal .modal__content {
    padding: 30px;
  }
}
body.modal-is {
  overflow: hidden;
}

/* ================================================
*
* Navtree.
*
* ================================================ */
.navtree-control {
  margin: 0 0 0em;
}
.navtree-control a {
  color: #aeb0b5;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0.4em 0;
  text-decoration: none;
}
.navtree-control a .fa {
  margin-right: 0.3em;
}
@media (min-width: 993px) {
  .navtree-control {
    display: none;
  }
}

.navtree {
  background: #fff;
  font-size: 13px;
  width: 315px;
}

/**
*
* Level Headings.
*
**/
.navtree__level > .navtree__heading {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  padding: 1em 1.33em 1em 2.5em;
  padding-left: calc(1em + 36px);
  position: relative;
}
.navtree__level.navtree__level--first > .navtree__heading {
  background-color: #196ba0;
  color: white;
  cursor: default;
  font-weight: 700;
  text-transform: uppercase;
}
.navtree__level.navtree__level--first.navtree__state--disabled > .navtree__heading {
  background-color: #d6d7d9 !important;
  color: #5b616b !important;
}
.navtree__level.navtree__level--first.navtree__state--disabled > .navtree__heading > .navtree__link {
  text-decoration: none !important;
}
.navtree__level.navtree__level--first.navtree__state--inprogress > .navtree__heading {
  background-color: #004378;
  color: white;
}
.navtree__level.navtree__level--first.navtree__state--current > .navtree__heading {
  background-color: #004378;
  color: white;
}
.navtree__level.navtree__level--first.navtree__state--complete > .navtree__heading {
  background-color: #19A048;
  color: white;
}
.navtree__level.navtree__level--first.navtree__state--complete > .navtree__heading:after {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  background-position: 100% 50% !important;
  background-repeat: no-repeat !important;
}
.navtree__level.navtree__level--first.navtree__state--complete.navtree__state--current > .navtree__heading {
  background-color: #004378;
}
.navtree__level:not(.navtree__level--first) > .navtree__heading {
  cursor: default;
  color: #196ba0;
  padding-top: 0.77em;
  padding-bottom: 0.77em;
}
.navtree__level:not(.navtree__level--first) > .navtree__heading .navtree__link {
  display: block;
  font-weight: 700;
  position: relative;
  right: 0;
  left: 0;
  text-decoration: none;
  width: 100%;
  z-index: 999;
}
.navtree__level:not(.navtree__level--first).navtree__state--disabled > .navtree__heading {
  color: #5b616b !important;
}
.navtree__level:not(.navtree__level--first).navtree__state--disabled > .navtree__heading > .navtree__link {
  font-weight: 300;
  text-decoration: none;
}
.navtree__level:not(.navtree__level--first).navtree__state--inprogress > .navtree__heading {
  color: #196ba0;
  font-weight: 700;
}
.navtree__level:not(.navtree__level--first).navtree__state--current > .navtree__heading {
  color: #2b2b2b;
  font-weight: 700;
  position: relative;
}
.navtree__level:not(.navtree__level--first).navtree__state--current > .navtree__heading > .navtree__link {
  color: #2b2b2b;
  text-decoration: none;
}
.navtree__level:not(.navtree__level--first).navtree__state--current > .navtree__heading:before {
  content: "";
  position: absolute;
  background: white;
  left: 40px;
  width: 215px;
  width: calc(100% - 60px);
  height: 26px;
  top: 5px;
  z-index: 0;
}
.navtree__level:not(.navtree__level--first).navtree__state--current > .navtree__heading:after {
  content: "";
  position: absolute;
  background: white;
  right: 12px;
  width: 18px;
  height: 18px;
  top: 9px;
  z-index: 0;
  transform: rotate(45deg);
}
.navtree__level:not(.navtree__level--first).navtree__state--complete > .navtree__heading {
  color: #196ba0;
  font-weight: 700;
}
.navtree__level:not(.navtree__level--first).navtree__state--complete > .navtree__heading .navtree__link {
  text-decoration: none;
}

/**
*
* Links.
*
**/
.navtree__link {
  color: inherit !important;
}

/**
*
* Controls.
*
**/
.navtree__control {
  color: inherit !important;
  padding: 0;
  position: absolute;
  width: 36px;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  outline: none;
}
.navtree__control:after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 18px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.navtree__sub .navtree__control:after {
  border-right-color: rgba(43, 43, 43, 0.5);
}
.navtree__state--restricted .navtree__control:before {
  opacity: 0.5;
}

/**
*
* Panels.
*
**/
.navtree__panel {
  display: none;
  margin: 0;
  overflow: hidden;
  position: relative;
}
/**
*
* Panel Content.
*
**/
.navtree__content {
  background: #f1f1f1;
  padding: 1em 1.33em 1em 2.5em;
}
.navtree__content *:first-of-type {
  margin-top: 0;
}
.navtree__content *:last-of-type {
  margin-bottom: 0;
}
.navtree__content {
  padding-right: 0;
}
.navtree__content .navtree__sub {
  border-left: 3px solid #fff;
  margin-left: 0.2em;
}
.navtree__content .navtree__sub .navtree__content {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

/**
*
* Navtree Levels.
*
**/
.navtree__level--first {
  margin: 0 0 2px;
  overflow: hidden;
  position: relative;
}

/**
*
* Navtree States.
*
**/
/* ================================================
*
* Options.
*
* ================================================ */
.option {
  display: flex;
  margin: 60px 0;
}

.option__icon {
  margin-top: 10px;
  margin-right: 20px;
  width: 32px;
}
.option__icon img, .option__icon svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.option__icon img.icon-comprehensive, .option__icon svg.icon-comprehensive {
  max-width: 28px;
}
.option__icon .icon-self-service,
.option__icon .icon-online,
.option__icon .icon-comprehensive {
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  height: 32px;
  width: 32px;
}
.option__icon .icon-comprehensive {
  width: 28px;
}

.option__header {
  margin-bottom: 15px;
}

.option__number {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
}

.option__title {
  margin: 0;
}

.option__text {
  max-width: 570px;
}
.option__text p:last-of-type {
  margin-bottom: 0;
}

.option__actions {
  margin-top: 20px;
}

/* ================================================
*
* Pagination.
*
* ================================================ */
.table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin: 0 0 1em;
}
.table-pagination .pagination__perpage {
  display: none;
}
.table-pagination .pagination__page,
.table-pagination .pagination__perpage {
  width: 33%;
}
.table-pagination .pagination__page {
  font-weight: 700;
}
.table-pagination .pagination__nav {
  text-align: right;
  width: 33%;
}
.table-pagination .form-group, .table-pagination .tabled-radios fieldset, .tabled-radios .table-pagination fieldset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  max-width: auto;
}
.table-pagination .form-group label, .table-pagination .tabled-radios fieldset label, .tabled-radios .table-pagination fieldset label, .table-pagination .form-group .label, .table-pagination .tabled-radios fieldset .label, .tabled-radios .table-pagination fieldset .label {
  display: inline;
  margin: 0 1em 0 0;
}
.table-pagination .form-group .dropdown, .table-pagination .tabled-radios fieldset .dropdown, .tabled-radios .table-pagination fieldset .dropdown {
  min-width: 75px;
}
@media (min-width: 993px) {
  .table-pagination {
    font-size: 15px;
  }
  .table-pagination .pagination__perpage {
    display: block;
  }
  .table-pagination .pagination__nav {
    text-align: center;
  }
}

.review-group {
  border-top-width: 0;
  padding: 0.75em 0;
}
.review-group .table {
  margin: 1em 0 0 0;
}

.review__title {
  margin: 0 0 0.5em;
}

.review__value {
  color: #5b616b;
  margin: 0;
}
.review__value p {
  margin: 0;
}

.review-group--inline {
  display: flex;
  max-width: 48rem;
}
.review-group--inline .review__title {
  width: 30%;
}
.review-group--inline .review__value {
  width: 70%;
}

.review-group--previously {
  margin: 0 0 2em;
  padding: 0 0 1em;
}

.accordion__content .review-group--inline {
  display: block;
  max-width: 480px;
  padding: 12px 0;
}
@media (min-width: 600px) {
  .accordion__content .review-group--inline {
    display: flex;
  }
}
.accordion__content .review-group--inline:not(:last-child) {
  border-bottom: 1px solid #d6d7d9;
}
.accordion__content .review-group--inline .review__title,
.accordion__content .review-group--inline .review__value {
  line-height: 1.3;
}
.accordion__content .review-group--inline .review__title {
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  .accordion__content .review-group--inline .review__title {
    margin: 0;
  }
}

.searchBox {
  background: #0a1c40;
  margin: 0 0 42px;
  padding: 30px 20px 40px;
  text-align: center;
}
.searchBox .searchBox__title {
  margin: 0 0 32px;
}
.searchBox .searchBox__title, .searchBox label {
  color: #fff;
}
.searchBox .form-group-inline {
  display: block;
  justify-content: flex-start;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .searchBox .form-group-inline .form-group:not(:last-of-type), .searchBox .form-group-inline .tabled-radios fieldset:not(:last-of-type), .tabled-radios .searchBox .form-group-inline fieldset:not(:last-of-type) {
    padding: 0;
  }
  .searchBox .form-group-inline .form-control, .searchBox .form-group-inline .file-upload-input,
.searchBox .form-group-inline .dropdown .form-control {
    width: 100%;
  }
  .searchBox .form-group--inline .btn, .searchBox .form-group--inline .file-upload-button, .searchBox .form-group--inline .block--notification-response input[type=submit], .block--notification-response .searchBox .form-group--inline input[type=submit] {
    display: block;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .searchBox {
    padding: 50px 50px 70px;
  }
  .searchBox .form-group-inline {
    display: flex;
  }
}

.styleguide .sidebar {
  display: none;
}
@media (min-width: 993px) {
  .sidebar {
    display: block;
    float: right;
    width: 315px;
  }
  .styleguide .sidebar {
    display: block;
  }
}

.sidebar__title {
  margin-top: 0;
}

.site-nav {
  box-shadow: 0 0px 3px #aeb0b5;
  border-bottom: 1px solid #d6d7d9;
  position: relative;
  z-index: 2;
}
.site-nav .site-nav__content {
  background-color: #f1f1f1;
}
.site-nav .site-nav__content.collapsed {
  display: none;
}
@media (min-width: 1024px) {
  .site-nav .page-container, .site-nav .lang-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-nav .page-container::after, .site-nav .lang-controls::after {
    display: none;
  }
  .site-nav .site-nav__header {
    display: none;
  }
  .site-nav .site-nav__content {
    background-color: #fff;
  }
  .site-nav .site-nav__content.collapsed {
    display: block !important;
  }
}

/* ================================================
   # SITEMAP
   ================================================ */
.sitemap {
  font-size: 13px;
}
.sitemap .h5, .sitemap .review__title {
  color: #323a45;
  font-weight: 400;
  text-transform: uppercase;
}
.sitemap .list {
  border-top: 1px solid #d6d7d9;
  margin-top: 1em;
  padding-top: 1.5em;
}
@media (min-width: 993px) {
  .sitemap {
    display: flex;
    justify-content: space-between;
  }
  .sitemap .sitemap__col {
    width: 24%;
  }
}

/* ================================================
   # SMARTYSTREETS
   ================================================ */
.smarty-ui {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: rgba(10, 28, 64, 0.95) !important;
  z-index: 1000 !important;
  width: 100% !important;
  height: 100vh !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: modalBack 0.3s;
}

.smarty-popup {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 80% !important;
  max-width: 600px !important;
  min-width: 320px !important;
  height: auto !important;
  z-index: 2000 !important;
  visibility: visible !important;
  backface-visibility: hidden !important;
  transform: translateX(-50%) translateY(-50%) !important;
  box-shadow: none !important;
}

.smarty-popup-header {
  color: #2b2b2b !important;
  font-family: "Open Sans", sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

.smarty-popup-typed-address {
  color: #be3737 !important;
  font-family: "Merriweather", serif !important;
  font-size: 15px !important;
  font-style: normal !important;
}

.smarty-choice-list .smarty-choice {
  background-color: #f1f1f1 !important;
  border: none !important;
  padding: 10px !important;
  color: #2b2b2b !important;
  font-family: "Merriweather", serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  line-height: 26px !important;
  position: relative;
}
.smarty-choice-list .smarty-choice:after {
  content: "Select";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) !important;
  border-radius: 0.25em;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em;
  transition: all 0.2s;
  color: #fff;
  background-color: #19A048;
  border: 1px solid #19A048;
  transition: all 0.2s;
}
.smarty-choice-list .smarty-choice:after:hover, .smarty-choice-list .smarty-choice:after:active {
  cursor: pointer;
  text-decoration: none;
}
.smarty-choice-list .smarty-choice:after:visited {
  color: #fff;
}
.smarty-choice-list .smarty-choice:after:hover, .smarty-choice-list .smarty-choice:after:active {
  background-color: #127434;
  border-color: #127434;
  color: #fff;
}
.smarty-choice-list .smarty-choice:hover:after {
  background-color: #127434;
  border-color: #127434;
}

.smarty-choice-alt {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  flex-direction: row-reverse;
}
.smarty-choice-alt > * {
  margin: 0 10px;
}
.smarty-choice-alt .smart-choice {
  min-width: 160px;
  float: none !important;
  display: inline-block !important;
}
.smarty-choice-alt .smarty-choice-abort {
  border-radius: 0.25em;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em;
  transition: all 0.2s;
  color: #fff;
  background-color: #5b616b;
  border: 1px solid #5b616b;
  transition: all 0.2s;
}
.smarty-choice-alt .smarty-choice-abort:hover, .smarty-choice-alt .smarty-choice-abort:active {
  cursor: pointer;
  text-decoration: none;
}
.smarty-choice-alt .smarty-choice-abort:visited {
  color: #fff;
}
.smarty-choice-alt .smarty-choice-abort:hover, .smarty-choice-alt .smarty-choice-abort:active {
  background-color: #44484f;
  border-color: #44484f;
  color: #fff;
}
.smarty-choice-alt .smarty-choice-override {
  border-radius: 0.25em;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1.25em;
  transition: all 0.2s;
  color: #196ba0;
  background-color: transparent;
  border: 1px solid #196ba0;
  transition: all 0.2s;
  border-top: 1px solid #196ba0 !important;
}
.smarty-choice-alt .smarty-choice-override:hover, .smarty-choice-alt .smarty-choice-override:active {
  cursor: pointer;
  text-decoration: none;
}
.smarty-choice-alt .smarty-choice-override:visited {
  color: #fff;
}
.smarty-choice-alt .smarty-choice-override:hover, .smarty-choice-alt .smarty-choice-override:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #124e74;
  color: #fff;
}
.smarty-choice-alt .smarty-choice-override:visited {
  color: #196ba0;
}
.smarty-choice-alt .smarty-choice-override:hover, .smarty-choice-alt .smarty-choice-override:active {
  background-color: #f1f1f1;
  color: #196ba0;
}

@media (min-width: 768px) {
  .smarty-popup {
    padding: 20px !important;
  }
}
@keyframes modalBack {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================
   # STYLEGUIDE
   ================================================ */
@media (min-width: 993px) {
  .styleguide .content {
    float: left;
  }
}
@media (min-width: 993px) {
  .styleguide .content:not(.full) {
    float: left;
    width: calc(100% - 315px - 30px);
  }
}
.styleguide .sidebar {
  background: none;
  padding: 0;
}
@media (min-width: 993px) {
  .styleguide .sidebar {
    float: right;
  }
}
.styleguide .list-nav {
  background-color: #f1f1f1;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0.75em 2em 1em;
  width: 315px;
  transition: all 0.3s;
}
.styleguide .list-nav, .styleguide .list-nav ul {
  list-style: none;
}
.styleguide .list-nav ul {
  padding: 0;
}
.styleguide .list-nav a {
  text-decoration: none;
}
.styleguide .list-nav a:visited {
  color: #196ba0;
}
.styleguide .list-nav a:hover {
  color: #196ba0;
  text-decoration: underline;
}
.styleguide .list-nav > li {
  padding: 0.2em 0;
}
.styleguide .list-nav > li > a {
  color: #196ba0;
  display: block;
  padding: 0.25em 0 0;
}
.styleguide .list-nav > li > a + ul {
  margin-top: 1em;
}
.styleguide .list-nav > li > a:visited {
  color: #196ba0;
}
.styleguide .list-nav > li > a:hover {
  color: #196ba0;
  text-decoration: underline;
}
.styleguide .list-nav > li > ul {
  border-left: 3px solid #8ed0ff;
}
.styleguide .list-nav > li > ul > li {
  padding: 0.25em 1em;
}
.styleguide .sidebar.moving .list-nav {
  position: fixed;
  top: 20px;
}
.styleguide .background--gray-dark {
  background-color: #323a45;
  color: white;
  padding: 1em;
}
.styleguide .article-title {
  margin: 3em 0 2em;
}
.styleguide .section-title {
  color: #196ba0;
  border-bottom: 1px solid #d6d7d9;
  margin: 3em 0 2em;
  padding: 0 0 1em;
}
.styleguide .article-title + .section-title {
  margin: 2em 0;
}
.styleguide .block-title {
  color: #196ba0;
  margin: 4em 0 2em;
}
.styleguide .component-title {
  color: #196ba0;
  margin: 3em 0;
}
.styleguide .colors {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.styleguide .colors li {
  width: 24%;
  margin-bottom: 20px;
}
.styleguide .colors .color {
  display: block;
  width: 100%;
  height: 75px;
  margin: 0 0 10px;
}

.sample {
  margin: 25px 0 80px;
}

.sample-icon {
  display: inline-block;
  margin: 0 50px 0 0;
}

.code-sample {
  margin: 25px 0 25px;
}
.code-sample pre code {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
}

/* ================================================
   # Temp License
================================================ */
.tempLicense > header {
  margin: 60px 0;
  text-align: center;
}
.tempLicense > header img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  opacity: 0.25;
}
.tempLicense > header p {
  font-size: 18px;
  max-width: 100%;
}
.tempLicense .tempLicense__review {
  border: 1px solid #aeb0b5;
  margin: 0 0 60px;
  padding: 20px;
}
.tempLicense .tempLicense__review .review-group {
  justify-content: center;
  padding: 1em;
  max-width: 100%;
  width: 100%;
}
.tempLicense .tempLicense__review .review-group p {
  font-size: 18px;
  line-height: 31px;
  margin: 0;
  width: 48%;
}
.tempLicense .tempLicense__review .review-group .review__title {
  padding-right: 15px;
  text-align: right;
}
.tempLicense .tempLicense__review .review-group .review__value {
  color: #000;
  padding-left: 15px;
}
.tempLicense .tempLicense__table-review {
  border: 1px solid #aeb0b5;
}
.tempLicense .tempLicense__table-review tbody th, .tempLicense .tempLicense__table-review tbody td {
  border-bottom: 0;
}
.tempLicense .tempLicense__table-review tbody th {
  text-align: right !important;
  width: 50%;
}
.tempLicense .tempLicense__table-review tbody tr:first-of-type th, .tempLicense .tempLicense__table-review tbody tr:first-of-type td {
  padding-top: 2em;
}
.tempLicense .tempLicense__table-review tbody tr:last-of-type th, .tempLicense .tempLicense__table-review tbody tr:last-of-type td {
  padding-bottom: 2em;
}
.tempLicense .tempLicense__table-main {
  margin: 0 0 60px;
}
.tempLicense .tempLicense__table-main td, .tempLicense .tempLicense__table-main th {
  width: 16.66666%;
}
.tempLicense .tempLicense__table-sub td, .tempLicense .tempLicense__table-sub th {
  width: 16.66666%;
}

@media print {
  .temporarylicensePage .tempLicense .tempLicense__review {
    border-color: #e3e4e6;
    padding: 10px;
  }
  .temporarylicensePage .site-header, .temporarylicensePage .site-nav, .temporarylicensePage .page-container > h1, .temporarylicensePage .lang-controls > h1, .temporarylicensePage .tempLicense > .alert, .temporarylicensePage .site-footer {
    display: none !important;
  }
  .temporarylicensePage .site-main, .temporarylicensePage .page-container, .temporarylicensePage .lang-controls {
    margin: 0 !important;
  }
  .temporarylicensePage .tempLicense {
    font-size: 10px;
    margin-bottom: 0;
  }
  .temporarylicensePage .tempLicense > header {
    margin: 0 0 50px;
  }
  .temporarylicensePage .tempLicense > header img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .temporarylicensePage .tempLicense > header p {
    margin-bottom: 0;
  }
  .temporarylicensePage .tempLicense .tempLicense__review {
    font-size: 12px;
    margin: 10px 0 50px 0;
  }
  .temporarylicensePage .tempLicense .tempLicense__review .review-group {
    padding: 0.5em;
  }
  .temporarylicensePage .tempLicense .tempLicense__review .review-group p {
    font-size: 16px;
  }
  .temporarylicensePage .tempLicense__table-main {
    margin-bottom: 20px;
  }
  .temporarylicensePage .tempLicense__table-main, .temporarylicensePage .tempLicense__table-sub {
    border-color: #e3e4e6;
  }
  .temporarylicensePage .tempLicense__table-main > thead > tr > th, .temporarylicensePage .tempLicense__table-sub > thead > tr > th {
    border-bottom: 1px solid #e3e4e6;
    background: #f1f1f1 !important;
    line-height: 1.5 !important;
    vertical-align: bottom !important;
    padding: 1.25em 1em !important;
    width: auto !important;
  }
  .temporarylicensePage .tempLicense__table-main > tbody > tr > td, .temporarylicensePage .tempLicense__table-sub > tbody > tr > td {
    vertical-align: middle !important;
    padding: 1.25em 1em !important;
    width: auto !important;
  }
}
/* ================================================
   # DEVELOPMENT
   ================================================ */
p.current {
  font-style: italic;
}

p.complete {
  font-weight: 700;
}

/*# sourceMappingURL=styles.css.map */
