@charset "UTF-8";
/**
* APP SCSS - the entry point to our sass
* Refer to the README for usage
*/
/**
 * VARIABLES
 */
/**
  * Colours
  * Note: IE9 requires full hex colour declarations
  * i.e. #cccccc not #ccc (for css gradients to render)
  */
/**
 * Base
 */
/**
 * Spacing units
 */
/**
 * Gutters
 */
/**
 * Widths
 */
/**
 * Header
 */
/**
 * Sidebar
 */
/**
 * Z-indexes
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
footer,
header {
  display: block;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}

/* 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;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/* 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.
 */
textarea,
button,
input,
select {
  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.
 *    NOTE: this line was causing ember's sass compiler to spit the dummy: "invalid top-level expression"
 * 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,
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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 */
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

svg title {
  color: #000000;
}

/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications. Removes the default spacing and border for
 * appropriate elements.
 */
/**
 * box-sizing
 * 1. https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  color: #000000;
  line-height: 1.5;
}

a:focus,
a:active {
  color: #017ac9;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}

a:not(.Button):focus,
a:not(.Button):active {
  border-radius: 3px;
}

a {
  color: #017ac9;
  cursor: pointer;
}

dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
p,
ul {
  margin-bottom: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus, a.Button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
hr {
  border-style: solid;
  border-width: 1px 0 0;
  margin-bottom: 0;
  margin-top: 0;
}

/**
 * Font size / line height mixin
 *
 * Note: base-font-size must be defined in pixels, i.e. $base-font-size: 16px !default;
 */
/*------------------------------------*\
    $PREFIX
\*------------------------------------*/
/*
  E.g.
  .selector {
    @include prefix(transform, rotate(45deg), webkit ms);
  }

  Outputs:
  .selector {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
*/
/**
 * Media queries
 * http://foundation.zurb.com
 */
/**
 * TYPOGRAPHY
 */
.Modal-title, .Letters-item.has-read, .Label, .u-textBook, html {
  font-family: FranklinGothicURW-Boo, sans-serif;
}

.Header-resource-secondary, .note, i {
  font-family: FranklinGothicURW-BooIta, sans-serif;
}

.StepLink-text, .StepLink-number, .PaymentOverview-amount--small, .PaymentOverview-amount, .Or::after, .Modal-body h2, .MobilePageNav, .Letters-item, .Label-link, .ItemSummary-link, .Input-link--outside, .Input-link, .EventSummary-month, .DayPicker-month, .ButtonList, .Button--appointment, .Breadcrumbs-item, .BannerLink-heading, .BannerMessage-sub-title, .BannerMessage-title, .Banner-heading, .Backdrop-footerList-link, .Badge span, .u-textMedium, kbd, legend, .borderedHeading, h1, strong, .Summary-date, .Sidenav-title, .PaymentSummary-amount, .EventSummary-time, .EventSummary-number, .Calendar-daysOfWeek li,
em, h2,
h3 {
  font-family: FranklinGothicURW-Med, sans-serif;
}

.Or--simple::after, .EventSummary-date, .DayPicker-date, .u-textDemi, b, .PaymentOverview-total--asterisk, .PaymentOverview-amount, .calendar-slot.is-available, .calendar-slot.is-today {
  font-family: FranklinGothicURW-Dem, sans-serif;
}

* {
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-size: 1.375rem;
  margin-top: 0.667em;
  margin-bottom: 1.875rem;
}

@media (max-width: 40rem) {
  .MainContent h1 {
    display: none;
  }
}

h2,
h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 16px;
}

.negative,
.error {
  color: #bc4224;
}

.positive {
  color: #388314;
}

.lead {
  font-size: 1.625rem;
}

.note {
  color: #666666;
}

.Hr {
  background-color: transparent;
  border-color: #dddddd;
  width: 100%;
}

.Hr--greenLine {
  border-color: #06b271;
  border-top-width: 3px;
}

.borderedHeading {
  border-bottom: 1px solid #dddddd;
  border-top: 3px solid #06b271;
  margin-top: 0;
  padding-bottom: 7px;
  padding-top: 9px;
}

.borderedHeading--noBottomBorder {
  border-bottom: 0;
}

.borderedHeading--noTopBorder {
  border-top: 0;
}

.borderedHeading--bottom {
  border-bottom: 3px solid #06b271;
  border-top: 0;
}

.borderedHeading--simple {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
}

.borderedHeading--simple--bottom {
  border-bottom: 1px solid #dddddd;
  border-top: 0;
}

legend {
  width: 100%;
  max-width: 100%;
}

/**
 * Accessibility page keyboard keys
 */
kbd {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 5px;
  padding: 8px 12px 6px;
}

/**
 * Bleed content
 */
@media (max-width: 40rem) {
  .Fieldset, .Todo-List, .AccordionNest, .u-sm-bleed {
    margin-left: -12px;
    margin-right: -12px;
  }
}

/**
 * BORDERS
 * NOTE: Given the number of lines of CSS generated by mixins it is
 * recommended to only include those that are being used in your project.
 * ALL OTHER LINES SHOULD BE COMMENTED OUT
 */
.u-bL {
  border-left: 1px solid #dddddd !important;
}

.u-bT {
  border-top: 1px solid #dddddd !important;
}

.u-bR {
  border-right: 1px solid #dddddd !important;
}

.u-bB {
  border-bottom: 1px solid #dddddd !important;
}

.u-linkbutton {
  background: none;
  border: none;
  padding: 0;
  color: #0072bd;
  text-decoration: underline;
  cursor: pointer;
}

/**
 * Center main content areas
 * used to re-center after parent element stretches full width, e.g. footer
 */
.u-containContent, .MainContent, .Footer-legal-content, .Footer-logos-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 40.01rem) {
  .u-containContent, .MainContent, .Footer-legal-content, .Footer-logos-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `::before` to contain the top-margins of child elements.
 */
.u-cf::before, .borderedHeading::before,
.u-cf::after,
.borderedHeading::after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.u-cf::after, .borderedHeading::after {
  clear: both;
}

/**
 * Display-type utilities
 */
.u-hidden {
  display: none !important;
}

@media (max-width: 40rem) {
  .u-sm-hidden {
    display: none !important;
  }
}

@media (min-width: 40.01rem) and (max-width:60rem) {
  .u-md-hidden {
    display: none !important;
  }
}

@media (min-width: 60.01rem) {
  .u-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 40.01rem) {
  .u-mdUp-hidden {
    display: none !important;
  }
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-accessibility {
  background-color: #ffffff !important;
  color: #000000 !important;
  left: -999rem !important;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
.u-accessibility.u-accessibility-show:active, .u-accessibility.u-accessibility-show:focus {
  color: #017ac9 !important;
  left: 0 !important;
  position: inherit !important;
  clip: auto !important;
  margin: 5px;
  border: 1px solid #017ac9;
}

.u-noOutline {
  outline: 0 !important;
}

/**
 * 1. Fix for Firefox bug: an image styled `max-width:100%` within an
 * inline-block will display at its default size, and not limit its width to
 * 100% of an ancestral container.
 */
/**
 * screen size mixins not currently required
 */
.u-inlineBlock {
  display: inline-block !important;
  max-width: 100%; /* 1 */
}

/**
 * screen size mixin
 */
/**
 * only use required classes in the mixin to reduce superfluous css
 */
.u-block {
  display: block !important;
}

/**
 * Distribut grid
 * distributes elements horizontally equidistant
 */
.u-distribute {
  font-size: 0 !important;
  text-align: justify !important;
  text-justify: distribute-all-lines;
}
.u-distribute > * {
  display: inline-block;
  font-size: medium;
  vertical-align: top;
}

.u-distribute::after {
  content: "";
  display: inline-block;
  width: 100%;
}

/**************************************
  $FLEX
**************************************/
/**
* Applies to flex container
*/
.u-flex, .AddLink {
  display: flex !important;
  display: -ms-flexbox !important;
}

.u-flexInline {
  display: inline-flex !important;
  display: -ms-inline-flexbox !important;
}

.u-flexRow {
  flex-direction: row !important;
}

.u-flexCol {
  flex-direction: column !important;
}

.u-flexWrap {
  flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
}

.u-flexJustifyCenter {
  justify-content: center !important;
  -ms-flex-pack: center;
}

.u-flexJustifyBetween {
  justify-content: space-between !important;
}

.u-gap1 {
  gap: 1rem !important;
}

.u-gap2 {
  gap: 2rem !important;
}

.u-flexAlignItemsCenter, .AddLink {
  align-items: center !important;
  -ms-flex-align: center !important;
}

/**
* Applies to flex items
*/
.u-flexShrinkNone {
  flex-shrink: 0 !important;
  -ms-flex-shrink: 0 !important;
}

.u-flexGrow1 {
  flex: 1 1 0% !important;
  -ms-flex: 1 1 0.0001% !important;
}

@media (max-width: 40rem) {
  /**
  * Applies to flex container
  */
  .u-sm-flex {
    display: flex !important;
    display: -ms-flexbox !important;
  }
  .u-sm-flexInline {
    display: inline-flex !important;
    display: -ms-inline-flexbox !important;
  }
  .u-sm-flexRow {
    flex-direction: row !important;
  }
  .u-sm-flexCol {
    flex-direction: column !important;
  }
  .u-sm-flexWrap {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
  }
  .u-sm-flexJustifyCenter {
    justify-content: center !important;
    -ms-flex-pack: center;
  }
  .u-sm-flexJustifyBetween {
    justify-content: space-between !important;
  }
  .u-sm-gap1 {
    gap: 1rem !important;
  }
  .u-sm-gap2 {
    gap: 2rem !important;
  }
  .u-sm-flexAlignItemsCenter {
    align-items: center !important;
    -ms-flex-align: center !important;
  }
  /**
  * Applies to flex items
  */
  .u-sm-flexShrinkNone {
    flex-shrink: 0 !important;
    -ms-flex-shrink: 0 !important;
  }
  .u-sm-flexGrow1 {
    flex: 1 1 0% !important;
    -ms-flex: 1 1 0.0001% !important;
  }
}
@media (min-width: 40.01rem) and (max-width:60rem) {
  /**
  * Applies to flex container
  */
  .u-md-flex {
    display: flex !important;
    display: -ms-flexbox !important;
  }
  .u-md-flexInline {
    display: inline-flex !important;
    display: -ms-inline-flexbox !important;
  }
  .u-md-flexRow {
    flex-direction: row !important;
  }
  .u-md-flexCol {
    flex-direction: column !important;
  }
  .u-md-flexWrap {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
  }
  .u-md-flexJustifyCenter {
    justify-content: center !important;
    -ms-flex-pack: center;
  }
  .u-md-flexJustifyBetween {
    justify-content: space-between !important;
  }
  .u-md-gap1 {
    gap: 1rem !important;
  }
  .u-md-gap2 {
    gap: 2rem !important;
  }
  .u-md-flexAlignItemsCenter {
    align-items: center !important;
    -ms-flex-align: center !important;
  }
  /**
  * Applies to flex items
  */
  .u-md-flexShrinkNone {
    flex-shrink: 0 !important;
    -ms-flex-shrink: 0 !important;
  }
  .u-md-flexGrow1 {
    flex: 1 1 0% !important;
    -ms-flex: 1 1 0.0001% !important;
  }
}
@media (min-width: 60.01rem) {
  /**
  * Applies to flex container
  */
  .u-lg-flex {
    display: flex !important;
    display: -ms-flexbox !important;
  }
  .u-lg-flexInline {
    display: inline-flex !important;
    display: -ms-inline-flexbox !important;
  }
  .u-lg-flexRow {
    flex-direction: row !important;
  }
  .u-lg-flexCol {
    flex-direction: column !important;
  }
  .u-lg-flexWrap {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
  }
  .u-lg-flexJustifyCenter {
    justify-content: center !important;
    -ms-flex-pack: center;
  }
  .u-lg-flexJustifyBetween {
    justify-content: space-between !important;
  }
  .u-lg-gap1 {
    gap: 1rem !important;
  }
  .u-lg-gap2 {
    gap: 2rem !important;
  }
  .u-lg-flexAlignItemsCenter {
    align-items: center !important;
    -ms-flex-align: center !important;
  }
  /**
  * Applies to flex items
  */
  .u-lg-flexShrinkNone {
    flex-shrink: 0 !important;
    -ms-flex-shrink: 0 !important;
  }
  .u-lg-flexGrow1 {
    flex: 1 1 0% !important;
    -ms-flex: 1 1 0.0001% !important;
  }
}
/**
 * Floats
 */
.u-floatLeft {
  float: left !important;
}

.u-floatRight {
  float: right !important;
}

@media (min-width: 40.01rem) {
  .u-md-floatLeft {
    float: left !important;
  }
  .u-md-floatRight {
    float: right !important;
  }
}
/**
 * Clean link
 *
 * A link without any text-decoration at all.
 */
.u-linkClean,
.u-linkClean:hover,
.u-linkClean:focus,
.u-linkClean:active {
  text-decoration: none !important;
}

.u-linkBodyColour {
  color: #000000;
}

/**
 * External site icon
 */
a[target=_blank][rel="noreferrer noopener"]:not(.u-linkExternal--noIcon),
button.u-linkExternal:not(.u-linkExternal--noIcon) {
  word-break: break-word;
}
a[target=_blank][rel="noreferrer noopener"]:not(.u-linkExternal--noIcon)::after,
button.u-linkExternal:not(.u-linkExternal--noIcon)::after {
  content: "";
  display: inline-block;
  margin-right: 1px;
  width: 14px;
  height: 1rem;
  background-image: url("/resources/assets/svgs/icon-external-link-blue.svg");
  background-repeat: no-repeat;
  background-position: 50% 90%;
}

/**
 * MARGINS
 */
/**
 * screen size mixins not currently required
 */
.u-mT--xs-neg {
  margin-top: -6px !important;
}

.u-mT--md-neg {
  margin-top: -24px !important;
}

.u-mT--xs {
  margin-top: 6px !important;
}

.u-mT--xl {
  margin-top: 48px !important;
}

.u-mB--md-neg {
  margin-bottom: -24px !important;
}

.u-mB--sm-neg {
  margin-bottom: -12px !important;
}

.u-mB--xs {
  margin-bottom: 6px !important;
}

.u-mB--sm {
  margin-bottom: 12px !important;
}

.u-mB--ms {
  margin-bottom: 16px !important;
}

.u-mB--md {
  margin-bottom: 24px !important;
}

.u-mB--lg {
  margin-bottom: 36px !important;
}

.u-mR--xs-neg {
  margin-right: -6px !important;
}

.u-mR--md-neg {
  margin-right: -24px !important;
}

.u-mR--xs {
  margin-right: 6px !important;
}

.u-mR--sm {
  margin-right: 12px !important;
}

.u-mR--md {
  margin-right: 24px !important;
}

.u-mR--lg {
  margin-right: 36px !important;
}

.u-mL--xs-neg {
  margin-left: -6px !important;
}

.u-mL--xs {
  margin-left: 6px !important;
}

.u-mL--md {
  margin-left: 24px !important;
}

.u-mL--lg {
  margin-left: 36px !important;
}

/**
 * NOTE: each line here adds 9 lines of code to css, so onyl create new classes if absolutely necessary
 */
.u-marginAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mT--0 {
  margin-top: 0 !important;
}

.u-mT--sm {
  margin-top: 12px !important;
}

.u-mT--ms {
  margin-top: 16px !important;
}

.u-mT--md {
  margin-top: 24px !important;
}

.u-mT--lg {
  margin-top: 36px !important;
}

.u-mB--0 {
  margin-bottom: 0 !important;
}

.u-mB--sm {
  margin-bottom: 12px !important;
}

.u-mL--sm {
  margin-left: 12px !important;
}

.u-mL--md {
  margin-left: 24px !important;
}

@media (max-width: 40rem) {
  .u-sm-marginAuto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-sm-mT--0 {
    margin-top: 0 !important;
  }
  .u-sm-mT--sm {
    margin-top: 12px !important;
  }
  .u-sm-mT--ms {
    margin-top: 16px !important;
  }
  .u-sm-mT--md {
    margin-top: 24px !important;
  }
  .u-sm-mT--lg {
    margin-top: 36px !important;
  }
  .u-sm-mB--0 {
    margin-bottom: 0 !important;
  }
  .u-sm-mB--sm {
    margin-bottom: 12px !important;
  }
  .u-sm-mL--sm {
    margin-left: 12px !important;
  }
  .u-sm-mL--md {
    margin-left: 24px !important;
  }
}
@media (min-width: 40.01rem) {
  .u-md-marginAuto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-md-mT--0 {
    margin-top: 0 !important;
  }
  .u-md-mT--sm {
    margin-top: 12px !important;
  }
  .u-md-mT--ms {
    margin-top: 16px !important;
  }
  .u-md-mT--md {
    margin-top: 24px !important;
  }
  .u-md-mT--lg {
    margin-top: 36px !important;
  }
  .u-md-mB--0 {
    margin-bottom: 0 !important;
  }
  .u-md-mB--sm {
    margin-bottom: 12px !important;
  }
  .u-md-mL--sm {
    margin-left: 12px !important;
  }
  .u-md-mL--md {
    margin-left: 24px !important;
  }
}
@media (min-width: 60.01rem) {
  .u-lg-marginAuto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-lg-mT--0 {
    margin-top: 0 !important;
  }
  .u-lg-mT--sm {
    margin-top: 12px !important;
  }
  .u-lg-mT--ms {
    margin-top: 16px !important;
  }
  .u-lg-mT--md {
    margin-top: 24px !important;
  }
  .u-lg-mT--lg {
    margin-top: 36px !important;
  }
  .u-lg-mB--0 {
    margin-bottom: 0 !important;
  }
  .u-lg-mB--sm {
    margin-bottom: 12px !important;
  }
  .u-lg-mL--sm {
    margin-left: 12px !important;
  }
  .u-lg-mL--md {
    margin-left: 24px !important;
  }
}
/**
 * PADDINGS
 * NOTE: Given the number of lines of CSS generated by mixins it is
 * recommended to only include those that are being used in your project.
 * ALL OTHER LINES SHOULD BE COMMENTED OUT
 */
/**
 * screen size mixins not currently required
 */
.u-pV--md {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}

.u-pT--0 {
  padding-top: 0 !important;
}

.u-pT--xs {
  padding-top: 6px !important;
}

.u-pT--sm {
  padding-top: 12px !important;
}

.u-pT--md {
  padding-top: 24px !important;
}

.u-pB--0 {
  padding-bottom: 0 !important;
}

.u-pB--xs {
  padding-bottom: 6px !important;
}

.u-pB--sm {
  padding-bottom: 12px !important;
}

.u-pB--ms {
  padding-bottom: 16px !important;
}

.u-pB--md {
  padding-bottom: 24px !important;
}

.u-pB--lg {
  padding-bottom: 36px !important;
}

.u-pL--0 {
  padding-left: 0 !important;
}

.u-pL--xs {
  padding-left: 6px !important;
}

.u-pL--sm {
  padding-left: 12px !important;
}

.u-pL--lg {
  padding-left: 36px !important;
}

.u-pL--xl {
  padding-left: 48px !important;
}

.u-pR--0 {
  padding-right: 0 !important;
}

.u-pR--xs {
  padding-right: 6px !important;
}

.u-pR--sm {
  padding-right: 12px !important;
}

.u-pB--lg {
  padding-bottom: 36px !important;
}

.u-pB--xl {
  padding-bottom: 48px !important;
}

.u-pH--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pH--xx {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.u-pL--md {
  padding-left: 24px !important;
}

.u-pR--md {
  padding-right: 24px !important;
}

.u-pR--lg {
  padding-right: 36px !important;
}

.u-pT--lg {
  padding-top: 36px !important;
}

@media (max-width: 40rem) {
  .u-sm-pH--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-sm-pH--xx {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .u-sm-pL--md {
    padding-left: 24px !important;
  }
  .u-sm-pR--md {
    padding-right: 24px !important;
  }
  .u-sm-pR--lg {
    padding-right: 36px !important;
  }
  .u-pT--lg {
    padding-top: 36px !important;
  }
}
@media (min-width: 40.01rem) {
  .u-md-pH--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-md-pH--xx {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .u-md-pL--md {
    padding-left: 24px !important;
  }
  .u-md-pR--md {
    padding-right: 24px !important;
  }
  .u-md-pR--lg {
    padding-right: 36px !important;
  }
  .u-pT--lg {
    padding-top: 36px !important;
  }
}
.u-posFixed {
  backface-visibility: hidden; /* 1 */
  position: fixed !important;
}

.u-posAbsolute {
  position: absolute !important;
}

.u-posRelative {
  position: relative !important;
}

/**************************************
  $FLEX VERTICAL ALIGNMENT
**************************************/
.u-verticalCenter {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
}

/**
 * Sizing utilities
 *
 * NOTE: Given the number of lines of CSS generated by mixins it is
 * recommended to only include those that are being used in your project.
 * ALL OTHER LINES SHOULD BE COMMENTED OUT
 */
/* Intrinsic widths
   ========================================================================== */
.u-widthInlineFull, .u-maxWidthFull {
  max-width: 100% !important;
}

.u-widthInlineFull {
  width: 100% !important;
}

/**
 * width screen size mixins not currently required
 */
.u-widthFull, .Select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

/*------------------------------------*\
  $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
.u-width2of3 {
  width: 66.6666666667% !important;
}

.u-width1of12 {
  width: 8.3333333333% !important;
}

.u-width5of12 {
  width: 41.6666666667% !important;
}

.u-width8of12 {
  width: 66.6666666667% !important;
}

.u-width11of12 {
  width: 91.6666666667% !important;
}

.u-width1of2 {
  width: 50% !important;
}

.u-width1of3 {
  width: 33.3333333333% !important;
}

.u-width2of3 {
  width: 66.6666666667% !important;
}

.u-width1of4 {
  width: 25% !important;
}

.u-width3of4 {
  width: 75% !important;
}

.u-width1of6 {
  width: 16.6666666667% !important;
}

.u-width5of6 {
  width: 83.3333333333% !important;
}

@media (max-width: 40rem) {
  .u-sm-width1of2 {
    width: 50% !important;
  }
  .u-sm-width1of3 {
    width: 33.3333333333% !important;
  }
  .u-sm-width2of3 {
    width: 66.6666666667% !important;
  }
  .u-sm-width1of4 {
    width: 25% !important;
  }
  .u-sm-width3of4 {
    width: 75% !important;
  }
  .u-sm-width1of6 {
    width: 16.6666666667% !important;
  }
  .u-sm-width5of6 {
    width: 83.3333333333% !important;
  }
}
@media (min-width: 40.01rem) and (max-width:60rem) {
  .u-md-width1of2 {
    width: 50% !important;
  }
  .u-md-width1of3 {
    width: 33.3333333333% !important;
  }
  .u-md-width2of3 {
    width: 66.6666666667% !important;
  }
  .u-md-width1of4 {
    width: 25% !important;
  }
  .u-md-width3of4 {
    width: 75% !important;
  }
  .u-md-width1of6 {
    width: 16.6666666667% !important;
  }
  .u-md-width5of6 {
    width: 83.3333333333% !important;
  }
}
@media (min-width: 60.01rem) {
  .u-lg-width1of2 {
    width: 50% !important;
  }
  .u-lg-width1of3 {
    width: 33.3333333333% !important;
  }
  .u-lg-width2of3 {
    width: 66.6666666667% !important;
  }
  .u-lg-width1of4 {
    width: 25% !important;
  }
  .u-lg-width3of4 {
    width: 75% !important;
  }
  .u-lg-width1of6 {
    width: 16.6666666667% !important;
  }
  .u-lg-width5of6 {
    width: 83.3333333333% !important;
  }
}
/**
 * Text case
 */
.u-textCase--upper {
  text-transform: uppercase !important;
}

.u-textCase--lower {
  text-transform: lowercase !important;
}

/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */
.u-textBreak {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

br.u-rwdBreak {
  display: block;
}
@media (min-width: 40.01rem) {
  br.u-rwdBreak {
    display: none;
  }
}

/**
 * Horizontal text alignment
 */
.u-textCenter {
  text-align: center !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textRight {
  text-align: right !important;
}

@media (max-width: 40rem) {
  .u-sm-textCenter {
    text-align: center !important;
  }
  .u-sm-textLeft {
    text-align: left !important;
  }
  .u-sm-textRight {
    text-align: right !important;
  }
}
@media (min-width: 40.01rem) and (max-width:60rem) {
  .u-md-textCenter {
    text-align: center !important;
  }
  .u-md-textLeft {
    text-align: left !important;
  }
  .u-md-textRight {
    text-align: right !important;
  }
}
@media (min-width: 60.01rem) {
  .u-lg-textCenter {
    text-align: center !important;
  }
  .u-lg-textLeft {
    text-align: left !important;
  }
  .u-lg-textRight {
    text-align: right !important;
  }
}
/**
 * Vertical text alignment
 */
.u-textMiddle {
  vertical-align: middle !important;
}

@media (max-width: 40rem) {
  .u-sm-textCenter {
    text-align: center !important;
  }
  .u-sm-textLeft {
    text-align: left !important;
  }
  .u-sm-textRight {
    text-align: right !important;
  }
}
@media (min-width: 40.01rem) and (max-width:60rem) {
  .u-md-textCenter {
    text-align: center !important;
  }
  .u-md-textLeft {
    text-align: left !important;
  }
  .u-md-textRight {
    text-align: right !important;
  }
}
@media (min-width: 60.01rem) {
  .u-lg-textCenter {
    text-align: center !important;
  }
  .u-lg-textLeft {
    text-align: left !important;
  }
  .u-lg-textRight {
    text-align: right !important;
  }
}
/**
 * Prevent whitespace wrapping
 */
.u-textNoWrap {
  white-space: nowrap !important;
}

/**
 * Text sizes
 */
.u-textSize--sm, .note {
  font-size: 0.875rem !important;
}

.u-textSize--md {
  font-size: 1rem !important;
}

.u-textSize--lg {
  font-size: 1.125rem !important;
}

.u-textSize--xl {
  font-size: 1.25rem !important;
}

.u-textSize--xxl {
  font-size: 1.875rem !important;
}

.u-textSize--xx {
  font-size: 2.5rem !important;
}

/**
 * Text colour
 */
.u-textColour--white {
  color: #ffffff;
}

.u-textColour--base {
  color: #000000 !important;
}

.u-textColour--link {
  color: #017ac9 !important;
}
.u-textColour--link path {
  fill: #017ac9;
}

.u-textColour--red {
  color: #d03633;
}

.u-textColour--grey {
  color: #696969;
}

.u-textColour--green {
  color: #06b271;
}

.u-text--blue {
  color: #017ac9;
}

.u-text--blue-accessible {
  color: #0072bd;
}

/**
 * Text weight
 */
/**
 * Accordion nest
 * Generic accordion dropdown that will take any parameter in the content section
 */
/**
 * e.g.
  --------------------------
  v Title

    Content
  --------------------------
 */
.AccordionNest {
  margin-top: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.AccordionNest.no-top-border {
  border-top: 0;
}
@media (min-width: 40.01rem) {
  .AccordionNest {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
}
.AccordionNest > summary {
  cursor: pointer;
  list-style: none;
}
.AccordionNest summary:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}
.AccordionNest > summary::-webkit-details-marker {
  display: none;
}
.AccordionNest[open] {
  padding-bottom: 12px;
}
.AccordionNest[open] > summary .rotate svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.AccordionNest-wrapper {
  position: relative;
}
.AccordionNest-wrapper .AccordionNest summary {
  margin-right: 67px;
}

.AccordionNest-wrapper.stacked ~ .AccordionNest-wrapper.stacked .AccordionNest,
.AccordionNest-wrapper.stacked ~ .AccordionNest-wrapper.stacked .AccordionNest-delete {
  border-top: 0;
}

.AccordionNest.stacked ~ .AccordionNest.stacked {
  border-top: 0;
}

.Label-text + .AccordionNest {
  margin-top: 6px;
}

.AccordionNest-heading {
  cursor: pointer;
  padding: 18px 24px 18px 32px;
  text-align: left;
  display: flex;
  gap: 12px;
}
@media (max-width: 40rem) {
  .AccordionNest-heading {
    padding: 18px 12px;
  }
}

.AccordionNest-content {
  padding: 0 24px 0 32px;
}
@media (max-width: 40rem) {
  .AccordionNest-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.AccordionNest-content hr:first-of-type {
  margin-top: 6px;
}

.AccordionNest-close {
  position: relative;
  padding: 6px 24px;
}
.AccordionNest-close button {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  right: 1em;
  padding: 0.5rem 1.5rem;
  color: #0072bd;
  text-decoration: underline;
}
.AccordionNest-close button::after {
  content: "";
  position: absolute;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  top: 11px;
  right: 10px;
  transform: rotate(270deg);
  background-image: url("/resources/assets/svgs/icon-arrow-right.svg");
  background-repeat: no-repeat;
}

.AccordionNest-delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 24px;
}

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

.AccordionNest-title-helper {
  color: #0072bd;
}

/**
 * Action links
 * - behave like .Flag object
 */
/**
 * list style action links
 * e.g.
  --------------------------
   Link 1                 >
  --------------------------
   Link 2                 >
  --------------------------
   Link 3                 >
  --------------------------
 */
.ActionLink {
  margin-top: -1px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 0;
  display: table;
  padding: 18px 12px;
  text-align: left;
  width: 100%;
  background-image: url("/resources/assets/svgs/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  text-decoration: none;
}
.ActionLink.ActionLink {
  color: #000000;
}
.ActionLink.has-focus {
  background-color: #f2f2f2;
}
.ActionLink.has-spinner {
  background-image: none !important;
}
.ActionLink.is-processing {
  border-color: #b3b3b3;
  background-color: hsl(0, 0%, 98%);
  background-image: url("/resources/assets/svgs/icon-processing.svg");
}
.ActionLink.is-done {
  border-color: #06b271;
  background-color: #dffcec;
  background-image: url("/resources/assets/svgs/icon-success-tick.svg");
}
.ActionLink.is-done-generic {
  border-color: #06b271;
  background-color: #dffcec;
  background-image: none;
  cursor: default;
}
.ActionLink.is-done-generic.persist-icon {
  background-image: url("/resources/assets/svgs/icon-arrow-right-green.svg");
  cursor: pointer;
}
.ActionLink.icon-top {
  background-position-y: 18px;
}
.ActionLink.is-rejected {
  border-color: #d03633;
  background-color: hsl(1.1464968153, 62.5498007968%, 98%);
  background-image: url("/resources/assets/svgs/icon-alert.svg");
}
.ActionLink.is-disabled {
  cursor: default;
  opacity: 0.6;
  background-image: none !important;
}
.ActionLink:not(.is-disabled):hover {
  border-color: #017ac9;
}
.ActionLink.no-icon {
  background-image: none !important;
}

.ActionLink-body {
  display: table-cell;
  vertical-align: middle;
  padding-right: 24px;
  width: 100%;
}

.ActionLink-label {
  text-align: left;
  float: left;
  padding-right: 24px;
  word-break: break-word;
  word-wrap: break-word;
  width: 65%;
}

.ActionLink-amount {
  float: right;
  text-align: right;
  width: 35%;
}

.ActionLink-flex {
  padding: 6px 12px;
}
.ActionLink-flex .ActionLink-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  width: 100%;
}
.ActionLink-flex .ActionLink-body .u-floatLeft {
  flex: 2 0 auto;
  vertical-align: middle;
}
.ActionLink-flex .ActionLink-body .u-floatRight {
  flex: 1 0 auto;
  text-align: right;
  vertical-align: middle;
}

.ActionLink-icon svg {
  height: 22px;
  margin-right: 6px;
  vertical-align: sub;
}
.ActionLink-icon path {
  fill: #017ac9;
}

/**
 * button style action links
 * e.g.
  -------------------------
 | Link 1                > |
  -------------------------
  -------------------------
 | Link 2                > |
  -------------------------
  -------------------------
 | Link 3                > |
  -------------------------
*/
.ActionLink--button {
  background-color: #ffffff;
  border-radius: 5px;
  border-width: 2px;
  margin-top: 0;
}

.isUpdated {
  border-color: #06b271;
  background-color: #e0f0de;
}
.isUpdated.isRemoved {
  border-color: #d63636;
  background-color: #fcecea;
}

.ActionLink-Appointment {
  padding: 7.2px 0;
  border-bottom: 0px;
}

.ActionLink-Appointment-text {
  font-size: smaller;
  padding-left: 10px;
  color: #017ac9;
}

.ActionLink--arrowTop {
  background-position: calc(100% - 12px) 25%;
}

.ActionLink--generic {
  border-color: #4d4d4d;
  display: table;
  width: 100%;
  line-height: 1.3;
}

.ActionLink--chevron-top-right {
  background-position: calc(100% - 12px) 20%;
}

.ActionLink--icon-col {
  display: table-cell;
  vertical-align: middle;
}

.ActionLink--icon-col-complete {
  display: table-cell;
  vertical-align: top;
}

.ActionLink-icon--sameWidthHeight svg {
  width: 26px;
  height: 26px;
}

button.ActionLink {
  display: flex;
}

button.ActionLink .ActionLink-icon,
button.ActionLink .ActionLink-body {
  display: block;
}

/**
 * Add link
 */
/**
 * list style action links
 * e.g.
  + Add ...
 */
.AddLink {
  padding: 12px 0 12px 28px;
  margin-top: 12px;
  background: url("/resources/assets/svgs/icon-plus.svg") no-repeat 0 13px;
  border: none;
  color: #017ac9;
  text-decoration: none;
}

.AddLink--error {
  color: #d03633;
  background-image: url("/resources/assets/svgs/icon-plus-error.svg");
}
.AddLink--error:visited, .AddLink--error:hover, .AddLink--error:active {
  color: #d03633;
}

/**
 * ALERT login banner
 */
.Alert {
  font-size: 1rem;
  line-height: 1.375;
  background: #152c45;
  padding-bottom: 24px;
}

.Alert-icon {
  margin-top: 3px;
  position: absolute;
}
.Alert-icon svg {
  padding: 2px;
}
.Alert-icon path {
  fill: #ffffff;
}
@media (max-width: 40rem) {
  .Alert-icon {
    display: none;
  }
}

.Alert-text {
  margin: 0;
  color: #ffffff;
  padding-left: 30px;
}
.Alert-text a {
  color: #2ebfb9;
}
@media (max-width: 40rem) {
  .Alert-text {
    padding: 0;
  }
}

.AlignButtons--end {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 10px;
}
@media (max-width: 40rem) {
  .AlignButtons--end {
    flex-direction: column;
    align-items: center;
  }
  .AlignButtons--end button {
    margin-bottom: 10px;
    width: 80%;
  }
}

/**
* Badges, e.g. number of unread letters
*/
.Badge {
  display: inline-block;
  background-color: #d63636;
  border-radius: 12px;
  min-width: 24px;
  height: 24px;
  white-space: nowrap;
  text-align: center;
  line-height: 48px;
  vertical-align: bottom;
}
.Badge span {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 48px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.Badge--blue {
  background-color: #0072bd;
  font-size: 0.8rem;
}

/**
 * Backdrop
 * – used in the login flows as a container with grey background
 */
@media (min-width: 40.01rem) {
  .Backdrop {
    background-color: #f8f8f8;
    border: 2px solid #f2f2f2;
    border-radius: 7.5px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 12px;
    padding: 30px 48px 36px;
  }
}
.Backdrop a:not(.Button) {
  color: #0072bd;
}

.Backdrop--lightBlue {
  background-color: #eef5fb;
}

.Backdrop--whiteBlue {
  background-color: #f2f4f9;
  border-radius: 7.5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.Backdrop--borderRadiusLeft {
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
}

.Backdrop--purple {
  background-color: #3a54a1;
}

.Backdrop--noMargin {
  margin-left: 0;
  margin-right: 0;
}

.Backdrop--keepGreyBackground {
  background-color: #f8f8f8;
}

.Backdrop--reducePadding {
  padding: 12px 12px;
}

@media (max-width: 40rem) {
  .Backdrop--noMarginWithPadding {
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px 12px;
  }
}

@media (max-width: 40rem) {
  .Backdrop--container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.Backdrop--noBorder {
  border: 0;
}

.Backdrop--square {
  border-radius: 0;
}

.Backdrop-footerList {
  margin-top: 24px;
}

.Backdrop-footerList-item {
  border-top: 1px solid #dddddd;
}
.Backdrop-footerList-item:first-child {
  border-top: 0;
}

.Backdrop-footerList-link {
  padding-bottom: 18px;
  padding-top: 18px;
}

.Backdrop-footerList-link :not(button) {
  display: block;
}

.Banner {
  padding: 1rem;
  border-radius: 5px;
  border-left: 10px solid #dddddd;
  display: flex;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.Banner-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: 30px;
  background: #dddddd;
}

.Banner-message {
  margin-left: 1rem;
}

.Banner--info {
  background: #f2f4f9;
  border-color: #3a54a1;
}
.Banner--info .Banner-icon {
  background: no-repeat center #3a54a1 url("/resources/assets/svgs/banner/exclamation.svg");
}

.Banner--success {
  background: #f9fef6;
  border-color: #388314;
}
.Banner--success .Banner-icon {
  background: no-repeat center #388314 url("/resources/assets/svgs/banner/thumbs-up.svg");
}

.Banner--alert {
  background: #fffafa;
  border-color: #d03633;
}
.Banner--alert .Banner-icon {
  background: no-repeat center #d03633 url("/resources/assets/svgs/banner/exclamation.svg");
}

.Banner--note {
  background: #f2f4f9;
  border-color: #017ac9;
}
.Banner--note .Banner-icon {
  background: no-repeat center #017ac9 url("/resources/assets/svgs/banner/i.svg");
}

/**
 *.BannerMessage BOXES
 */
.BannerMessage {
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  border-radius: 5px;
  padding: 10px 42px 8px;
  border-style: solid;
  border-width: 0 0 0 10px;
  color: #000000;
}
.BannerMessage p {
  margin-top: 0;
}
.BannerMessage p + p {
  margin-top: 12px;
}
.BannerMessage a {
  color: #0072bd;
  text-decoration: underline;
}
.BannerMessage.is-blue-banner {
  background-color: hsl(203.8095238095, 100%, 98%);
  border-color: #0072bd;
}
.BannerMessage.is-red-banner {
  background-color: hsl(1.1464968153, 62.5498007968%, 98%);
  border-color: #d03633;
}
.BannerMessage.is-yellow-banner {
  background-color: #fffdd1;
  border-color: #ffcd5c;
}
.BannerMessage.has-drop-shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.BannerMessage.has-icon-column {
  padding: 10px 42px 8px 2.4px;
}

.BannerMessage-content {
  display: flex;
}

.BannerMessage-title {
  display: flex;
}
.BannerMessage-title.has-alert-title {
  color: #d03633;
}

.BannerMessage-message-overflow.BannerMessage-message-overflow {
  margin-top: 10px;
}

.BannerMessage-see-more-trigger {
  margin-top: 12px;
  display: block;
}
.BannerMessage-see-more-trigger svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.BannerMessage.is-expandable .BannerMessage-message-overflow {
  --max-lines: 2;
  --lh: 1.333rem;
  line-height: var(--lh);
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}
.BannerMessage.is-expandable .is-showing-more {
  max-height: 999em;
  overflow: visible;
}
.BannerMessage.is-expandable .is-showing-more svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.BannerMessage.is-expandable .BannerMessage-see-more-trigger {
  cursor: pointer;
  color: #0072bd;
}

.BannerMessage-dismiss-button {
  float: right;
}

.BannerMessage-dismiss-icon {
  display: block;
  margin-right: -32px;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.BannerMessage-dismiss-icon path {
  fill: #777777;
}

.BannerMessage-alert-icon {
  height: 15px;
  padding-left: 5px;
}
.BannerMessage-alert-icon path {
  fill: #d03633;
}

.BannerLink {
  border-radius: 5px;
  padding: 16px 22px 16px;
  border-style: solid;
  border-width: 2px;
  color: #0072bd;
  display: inline-flex;
  display: -ms-inline-flexbox;
  text-decoration: none;
}

.BannerLink--noBorder {
  border: 0;
  padding: 0;
}

.BannerLink-icon {
  display: flex;
  display: -ms-flexbox;
  align-self: center;
}

.BannerLink-icon .Icon {
  width: 50px;
  height: 50px;
}
.BannerLink-icon .Icon svg {
  -ms-transform: translate(-50%, -50%) scale(0.6944444444);
  -webkit-transform: translate(-50%, -50%) scale(0.6944444444);
  transform: translate(-50%, -50%) scale(0.6944444444);
}

.BannerLink-message {
  padding-left: 12px;
}

.BannerLink-heading {
  margin-top: 0;
}

.BannerLink-text {
  margin-top: 0;
}
.BannerLink-text.external {
  padding-right: 14px;
  margin-right: 1px;
  background-image: url("/resources/assets/svgs/icon-external-link-blue.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.BannerLinkOuter {
  border: 2px solid #017ac9;
  padding: 10px;
  border-radius: 5px;
}

.BannerLinkOuter-actionLinkGeneric--transparent {
  border-color: transparent;
  padding: 0;
  margin-left: -42px;
  margin-right: -30px;
  margin-bottom: -10px;
}

.BannerLinkOuter--lightBlue {
  background: #F5FBFF;
}

.BannerLinkOuter--lightGreen {
  background: #DFFCEC;
}

.BannerLinkInner-backgroundColor--white {
  border: 2px solid #017ac9;
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 20px;
  position: relative;
}

.BannerLink-icon--centre {
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  width: 50px;
  left: 0;
  height: 50px;
  margin: 0 auto;
}

.Billboard {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  margin-bottom: 1em;
}
.Billboard p {
  margin-top: 12px;
}

.Billboard-Media {
  margin: 0;
  display: flex;
  align-items: center;
}
.Billboard-Media p {
  margin: 0;
}

.Billboard-Icon {
  min-width: 33px;
  width: 33px;
  height: 33px;
  margin-right: 0.75em;
  background-color: transparent;
  position: relative;
}
@media (min-width: 40.01rem) {
  .Billboard-Icon {
    width: 40px;
    height: 40px;
  }
}

.Billboard-Body {
  flex: 2;
}

.Billboard-Dismiss {
  align-self: center;
  margin-left: 0.75em;
}

.Billboard--info {
  padding: 0.75em 12px 1em;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #0072bd;
}
.Billboard--info a {
  color: #0072bd;
}

.Billboard--success {
  padding: 0.75em 12px 1em;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #388314;
}
.Billboard--success a {
  color: #0072bd;
}

.Billboard--alert {
  padding: 0.75em 12px 1em;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #d03633;
}
.Billboard--alert a {
  color: #0072bd;
}

.Billboard--importantinfo {
  padding: 0.75em 12px 1em;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
}
.Billboard--importantinfo a {
  color: #0072bd;
}

.Billboard--detail {
  padding: 0.75em 12px 1em;
  border-top: 3px solid #06b271;
  margin-top: 36px;
  padding-bottom: 7px;
  padding-top: 9px;
}
.Billboard--detail a {
  color: #0072bd;
}

/**
 * BottomNav
 * - BottomNav replaces Sidenav on mobile and tablet (sits above footer)
 */
.BottomNav {
  border-bottom: 1px solid #dddddd;
  margin: 36px -24px -49px;
  text-align: left;
}
@media (max-width: 40rem) {
  .BottomNav {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.BottomNav-item {
  border-top: 1px solid #dddddd;
}
.BottomNav-item:first-child {
  border-top: 3px solid #06b271;
}

.BottomNav-item--separator {
  border-bottom: 3px solid #06b271;
}
.BottomNav-item--separator + .BottomNav-item {
  border-top: none;
}
.BottomNav-item--separator + .BottomNav-item--separator {
  border-bottom: none;
}

.BottomNav-link {
  display: block;
  padding: 24px 24px;
}
.BottomNav-link:focus, .BottomNav-link:hover {
  background-color: #fafafa;
}
.BottomNav-link.BottomNav-link {
  color: #000000;
  text-decoration: none;
}
.BottomNav-link .Flag-body {
  padding-right: 12px;
}

/**
 * Breadcrumbs
 */
.Breadcrumbs {
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0.875rem;
  padding: 0.5rem 0 0.5rem;
  min-height: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 40rem) {
  .Breadcrumbs {
    background-color: transparent;
    border-bottom: none;
  }
}
.Breadcrumbs button {
  color: #017ac9;
  cursor: pointer;
  text-decoration: none;
}
.Breadcrumbs ol {
  gap: 6px 16px;
  margin: 0;
  padding-top: 0.4em;
}
.Breadcrumbs ol li {
  list-style-type: none;
}
.Breadcrumbs ol li .is-current {
  color: initial;
  cursor: auto;
  text-decoration: none;
}

.Breadcrumbs-homeLink {
  text-decoration: none;
  float: left;
}
@media (max-width: 40rem) {
  .Breadcrumbs-homeLink {
    height: 2em;
  }
}
@media (min-width: 40.01rem) and (max-width:60rem) {
  .Breadcrumbs-homeLink {
    height: 2em;
  }
}

.Breadcrumbs-homeLink path {
  fill: #017ac9;
}

.Breadcrumbs-homeIcon {
  position: relative;
  top: 1px;
}

.Breadcrumbs-arrow {
  margin-right: 16px;
  opacity: 0.3;
}

.Breadcrumbs-item {
  display: inline;
  margin-left: 16px;
  line-height: 2em;
  word-break: break-word;
  overflow-wrap: break-word;
}

/** @define Button; use strict */
/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of
 * the general UI of the site/app.
 */
/**
 * 1. Corrects inability to style clickable `input` types in iOS.
 * 2. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 3. Inherit text color from ancestor.
 * 4. Prevent button text from being selectable.
 */
.Button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none; /* 1 */
  background-color: #017ac9;
  border-radius: 40px;
  box-sizing: border-box; /* 2 */
  color: #ffffff; /* 3 */
  cursor: pointer;
  display: inline-block;
  line-height: 2.5rem;
  margin: 0;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

/**
 * UI states
 */
.Button:focus,
.Button:active {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}

.Button[disabled] {
  cursor: default;
  opacity: 0.6;
}

/**
 * Style modifiers
 */
.Button--full {
  width: 100%;
  max-width: calc(320px - 24px);
}

@media (max-width: 40rem) {
  .Button-sm--full {
    width: 100%;
    max-width: calc(320px - 24px);
  }
}
.Button--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 40rem) {
  .Button-sm--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.Button--secondary {
  background-color: #134276;
}

.Button--tertiary {
  background-color: #f2f2f2;
  color: #0072bd;
}
.Button--tertiary:focus, .Button--tertiary:visited, .Button--tertiary:hover, .Button--tertiary:active {
  color: #0065b0;
}

.Button--transparent {
  background-color: transparent;
  color: #0072bd;
}

.Button-as-link {
  background-color: transparent;
  color: #0072bd;
  margin-top: 24px;
  width: calc(320px - 24px);
}
.Button-as-link:focus, .Button-as-link:visited, .Button-as-link:hover, .Button-as-link:active {
  color: #017ac9;
}

.Button--outline {
  background-color: transparent;
  border: 1px solid #017ac9;
  color: #017ac9;
}
.Button--outline:focus, .Button--outline:visited, .Button--outline:hover, .Button--outline:active {
  color: #017ac9;
}

.Button-dark, .Button--doNotConsent {
  background-color: #162c45;
}

.Button--doNotConsent {
  padding-left: 24px;
}

.Button--summary {
  width: 100%;
  max-width: calc(264px - 24px);
  display: block;
  margin-bottom: 16px;
}

.Button--appointment {
  display: block;
  border-radius: 5px;
  border: solid 1px #999999;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  background: no-repeat left/contain url("/resources/assets/svgs/bg-appointment-f2f.svg");
  padding: 1.7rem 2.5rem 1.7rem 6.5rem;
  min-width: 255px;
  text-align: left;
  color: #000000;
  line-height: 1.5;
}
.Button--appointment:focus, .Button--appointment:visited, .Button--appointment:hover, .Button--appointment:active {
  color: #000000;
}
.Button--appointment.is-phone {
  background-image: url("/resources/assets/svgs/bg-appointment-phone.svg");
}

.ButtonList {
  margin-top: 0;
  text-align: center;
}

.ButtonList-item {
  border-top: 1px solid #dddddd;
}

.ButtonList-link {
  background-color: #f2f2f2;
  display: block;
  padding: 24px 24px;
  width: 100%;
  color: #017ac9;
  text-decoration: underline;
}

/**
 * Calendar
 */
.Calendar {
  width: 297px;
}
.Calendar header {
  font-size: 0.875rem;
  line-height: 3;
  background-color: #d63636;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  height: 42px;
  text-align: center;
}
.Calendar header.is-phone {
  background-color: #134276;
}

.Calendar--double {
  width: 100%;
}

.Calendar-daysOfWeek {
  background-color: #f2f2f2;
  margin-top: 0;
}
.Calendar-daysOfWeek li {
  font-size: 0.6875rem;
  line-height: 3.8181818182;
  float: left;
  height: 41px;
  text-align: center;
  width: 42px;
}

.calendar-month:after {
  clear: both;
  content: "";
  display: table;
}

.calendar-month-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  float: left;
  padding: 0;
  text-decoration: none;
  width: 297px;
}

.calendar-month {
  border: 1px solid #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0;
  padding: 0;
}

.calendar-header {
  line-height: 42px;
  position: relative;
}
.calendar-header h1 {
  text-align: center;
}
.calendar-header button {
  position: absolute;
  top: 0;
}

.calendar-prev {
  left: 0;
}

.calendar-next {
  right: 0;
}

.calendar-prev,
.calendar-next {
  color: #ffffff;
  padding-left: 18px;
  padding-right: 18px;
}
.calendar-prev:focus, .calendar-prev:active,
.calendar-next:focus,
.calendar-next:active {
  outline: 0;
}
.calendar-prev[disabled],
.calendar-next[disabled] {
  display: none;
}

.calendar-today {
  visibility: hidden;
}

.calendar-date {
  font-size: 0.875rem;
  line-height: 2.4285714286;
  box-sizing: border-box;
  border-radius: 21px;
  width: 42px;
  height: 42px;
  padding: 0;
  float: left;
  list-style: none;
}

.calendar-slot {
  border-radius: 16px;
  box-sizing: border-box;
  height: 32px;
  list-style: none;
  margin: 5px;
  text-align: center;
  width: 32px;
  line-height: 1.5;
}
.calendar-slot:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}
.calendar-slot.is-today {
  background-color: #f2f2f2;
}
.calendar-slot:hover:not(.is-disabled) {
  cursor: pointer;
}
.calendar-slot.is-disabled {
  color: #b3b3b3;
}
.calendar-slot.is-selected {
  background-color: rgba(1, 122, 201, 0.1);
  color: #0072bd;
}
.calendar-slot.is-available {
  color: #017ac9;
  border: 2px solid #017ac9;
}
.calendar-slot.is-unavailable {
  background-color: #f2f2f2;
  color: #b3b3b3;
}
.calendar-slot.is-other-month {
  color: #cccccc;
}
.calendar-slot.is-other-month.is-disabled {
  color: #dddddd;
}

.Calendar--wageDeclarations .is-firstSelected {
  position: relative;
}
.Calendar--wageDeclarations .is-firstSelected::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 297px;
  height: 42px;
  box-shadow: inset 0 0 0 2px #333333;
}
.Calendar--wageDeclarations .is-selected {
  background-color: transparent;
  color: #333333;
}

.calendar-day {
  cursor: default;
}

/**
 * Multi- calendar view, e.g. Reschedule appointment
 */
@media (min-width: 40.01rem) {
  .Calendar--rescheduler {
    width: 100%;
    max-width: 618px;
  }
  .Calendar--rescheduler .calendar-current-month {
    float: left;
  }
  .Calendar--rescheduler .calendar-next-month {
    float: right;
  }
}
@media (max-width: 40rem) {
  .Calendar--rescheduler .calendar-next-month {
    margin-top: 24px;
  }
}
.Calendar--rescheduler .is-today.is-today {
  background-color: #ffffff;
}

.Calendar-key {
  max-width: 618px;
}

.Calendar-key-day {
  float: left;
  padding-left: 24px;
  position: relative;
}
.Calendar-key-day::before {
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 12px;
}

.Calendar-key-day--available {
  margin-right: 24px;
}
.Calendar-key-day--available::before {
  background-color: #017ac9;
}

.Calendar-key-day--unavailable::before {
  background-color: #cccccc;
}

.Calendar-widthContainer {
  width: 297px;
}

/**
 * Checkboxes
 */
.Checkbox {
  cursor: pointer;
  display: inline-block;
  padding-left: 36px;
  padding-top: 2px;
  position: relative;
  text-align: left;
  margin-top: 12px;
}
.Label-text + .Checkbox {
  margin-top: 6px;
}

.Checkbox--verticallyDisplayed {
  display: block;
}

.Checkbox--withHelp {
  padding-right: 36px;
}
.Checkbox--withHelp .Help {
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.Checkbox--disabled {
  color: #999999;
}

.Checkbox--alert {
  color: #F75C58;
}

.Disabled {
  color: #999999;
}

[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  left: 1px;
  position: absolute;
  height: 24px;
  top: 3px;
  width: 24px;
}
[type=checkbox]::before {
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 5px;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
}
[type=checkbox]:focus {
  border-radius: 5px;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}
[type=checkbox]:focus::before {
  background-color: #ffffff;
}
[type=checkbox]:checked::before {
  border-color: #017ac9;
  background-color: #017ac9;
}
[type=checkbox]:checked::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  display: block;
  height: 6px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 13px;
}
[type=checkbox]:disabled::before {
  border-color: #999999;
  background-color: #999999;
}

.ember-view .u-block:first-child .Checkbox {
  margin-top: 6px;
}

.Checkbox--error {
  color: #d03633;
}
.Checkbox--error [type=checkbox]::before {
  border-color: #d03633;
}

.Checkbox .Help {
  float: right;
  border-radius: 50%;
}

/**
 * Contact details
 */
.ContactDetails {
  margin-top: 48px;
}

.ContactDetails-heading {
  margin-top: 24px;
}

@media (max-width: 28.75em) {
  .ContactDetails {
    background-color: #fafafa;
    border-top: 1px solid #dddddd;
    margin: 36px -12px -48px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
  }
  .ContactDetails-item {
    border-top: 1px solid #dddddd;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .ContactDetails-item:first-child {
    border-top: 0;
    padding-top: 6px;
  }
  .ContactDetails-heading {
    font-family: FranklinGothicURW-Dem, sans-serif;
    margin-bottom: 8px;
    margin-top: 0;
  }
}
/**
 * Day picker
 */
.DayPicker {
  position: relative;
}

.DayPickerList-wrapper {
  overflow: hidden;
  padding-bottom: 12px;
  margin-left: 19.5px;
  margin-right: 19.5px;
  padding-top: 4px;
}

.DayPickerList {
  position: relative;
  white-space: nowrap;
  left: 0;
  font-size: 0;
}
.DayPickerList.is-animatable {
  transition: left 0.5s ease-in-out;
}

.DayPicker-itemWrapper {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  display: inline-block;
  width: 20%;
}
.DayPicker-itemWrapper:first-child {
  border-left: 0;
}
@media (min-width: 40.01rem) {
  .DayPicker-itemWrapper {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    width: 14.2857142857%;
  }
}

.DayPicker-item {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 40.01rem) {
  .DayPicker-item {
    border: 1px solid #dddddd;
    border-radius: 5px;
  }
}
.DayPicker-item.has-availability {
  color: #666666;
}
.DayPicker-item:active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde !important;
}

.DayPicker-dayOfWeek {
  font-size: 0.875rem;
  display: block;
  padding-bottom: 2px;
  padding-top: 4px;
}
@media (min-width: 40.01rem) {
  .DayPicker-dayOfWeek {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.DayPicker-date {
  font-size: 2.25rem;
}

.DayPicker-month {
  font-size: 0.75rem;
  color: inherit;
  letter-spacing: 1.36px;
  padding-bottom: 6px;
  margin-top: -6px;
  text-transform: uppercase;
}

.DayPicker-item-arrow {
  display: none;
}

@media (min-width: 40.01rem) {
  .DayPicker-item.is-active .DayPicker-item-arrow {
    -ms-transform: scale(1.2, 0.7);
    -webkit-transform: scale(1.2, 0.7);
    transform: scale(1.2, 0.7);
    border-collapse: separate;
    color: #f2f2f2;
    display: block;
    left: 50%;
    line-height: 0;
    margin-left: -8px;
    position: absolute;
    top: calc(100% + 3px);
  }
}
.DayPicker-item.is-active .DayPicker-dayOfWeek {
  background-color: #808080;
  color: #ffffff;
}

.DayPicker-item.has-availability.is-active {
  color: #000000;
  overflow: hidden;
}
@media (min-width: 40.01rem) {
  .DayPicker-item.has-availability.is-active .DayPicker-item-arrow {
    color: #ffffff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
}
.DayPicker-item.has-availability.is-active .DayPicker-dayOfWeek {
  background-color: #d63636;
}
.DayPicker-item.has-availability.is-active .DayPicker-dayOfWeek.is-phone {
  background-color: #134276;
}

.DayPicker-item.is-disabled {
  background-color: #f2f2f2;
  border: 0;
  color: #b3b3b3;
}
.DayPicker-item.is-disabled.is-active {
  color: #808080;
}

.DayPicker-control {
  background-color: #808080;
  border-radius: 5px;
  height: calc(100% - 12px);
  position: absolute;
  text-align: center;
  top: 0;
  display: block;
  width: 19.5px;
}
.DayPicker-control svg {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  vertical-align: bottom;
}
.DayPicker-control.is-disabled {
  background-color: #dddddd;
  pointer-events: none;
}

.DayPicker-control-left {
  left: 0;
}

.DayPicker-control-right {
  right: 0;
}

/**
 * No appointment notice
 */
.DayPicker-message {
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -12px;
}
@media (min-width: 40.01rem) {
  .DayPicker-message {
    border: 1px solid #f2f2f2;
    margin-top: 6px;
  }
}
.DayPicker-message p {
  color: #999999;
  padding: 48px 12px;
  text-align: center;
}
@media (min-width: 40.01rem) {
  .DayPicker-message p {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

/**
 * Events, e.g. appointments
 */
.EventSummaryList {
  margin-top: 0;
}

.EventSummary {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.EventSummary + .EventSummary {
  border-top: 1px solid #f2f2f2;
  margin-top: 18px;
  padding-top: 18px;
}
@media (min-width: 40.01rem) {
  .EventSummary + .EventSummary {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.EventSummary--centered {
  max-width: 300px;
  margin: 0 auto;
}

.EventSummary-link {
  display: inline-block;
  width: 100%;
}
.EventSummary-link:focus {
  outline-offset: -5px;
}

.EventSummary-cal {
  background-color: #f2f2f2;
  border-radius: 5px;
  min-width: 84px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.EventSummary-day {
  font-size: 0.875rem;
  background-color: #d63636;
  color: #ffffff;
  display: block;
  padding-bottom: 2px;
  padding-top: 4px;
}
.EventSummary-day.is-phone {
  background-color: #134276;
}

.EventSummary-date {
  font-size: 2.25rem;
  color: #000000;
}

.EventSummary-month {
  font-size: 0.75rem;
  color: #000000;
  letter-spacing: 1.36px;
  margin-bottom: 6px;
  margin-top: -6px;
  text-transform: uppercase;
}

.EventSummary-details {
  padding-left: 18px;
  text-align: left;
}

.EventSummary-check-in-status {
  color: #000000;
}
.EventSummary-check-in-status svg {
  height: 20px;
  vertical-align: -3px;
}

.EventSummary-topic {
  font-size: 1.25rem;
}

.EventSummary-number {
  color: #000000;
}

.EventSummary-time {
  color: #000000;
}

.EventSummary-locationName {
  color: #000000;
}

.EventSummary-relativeTime {
  font-size: 0.875rem;
  color: #000000;
}

/*------------------------------------*\
  $FILE DROP (INPUT)
\*------------------------------------*/
.FileDrop-form {
  margin-top: 8px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 24px 12px;
  background-color: #fafafa;
  border: 2px dashed #dddddd;
}
.is-dragover .FileDrop-form {
  background-color: #ffffff;
  background-color: #f2f2f2;
  border-color: #b53cde;
}

.FileDrop-icon {
  width: 55px;
  margin-right: 12px;
  position: relative;
  top: -5px;
}

.FileDrop-input {
  width: 2000px;
  height: 100%;
  font-size: 400px;
  color: transparent;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  right: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  box-shadow: none;
  line-height: 5;
}

.FileDrop-uploadedList {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0;
}

.FileDrop-uploadedList-item {
  position: relative;
}

.FileDrop-uploadedList-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.FileDrop-uploadedList-item-view {
  font-family: FranklinGothicURW-Med, sans-serif;
  padding: 12px 12px;
}

.FileDrop-uploadedList-item-remove {
  font-family: FranklinGothicURW-Med, sans-serif;
  color: #d03633;
  padding: 12px 0 12px 12px;
}

.FileDrop-list-viewButtons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.FileDrop-list-viewButtons button {
  font-size: 0;
  line-height: 0;
}
.FileDrop-list-viewButtons .FileDrop-list-viewButtons-thumbnail:hover svg path,
.FileDrop-list-viewButtons .FileDrop-list-viewButtons-list:hover svg path,
.FileDrop-list-viewButtons .FileDrop-list-viewButtons-thumbnail.is-active svg path,
.FileDrop-list-viewButtons .FileDrop-list-viewButtons-list.is-active svg path {
  fill: #017ac9;
}

.FileDrop-list-viewButtons.FileDrop-list-viewButtons-inline {
  width: auto;
  display: inline-flex;
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  bottom: -3px;
  position: relative;
}

.FileDrop-list-viewButtons-thumbnail {
  margin-right: 12px;
}
.FileDrop-list-viewButtons-thumbnail svg {
  width: 20px;
}

.FileDrop-list-viewButtons-list svg {
  width: 22.4px;
}

.FileDrop-list {
  margin-bottom: 24px;
}

.FileDrop-list--listView {
  flex-direction: column;
}
.FileDrop-list--listView .FileDrop-list-item:not(:first-child) {
  margin-top: 12px;
}

.FileDrop-list--gridView {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px;
}

.FileDrop-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.FileDrop-list--listView .FileDrop-list-item {
  width: 100%;
}

.FileDrop-list--gridView .FileDrop-list-item {
  padding: 18px 18px;
  border: 1px solid #dddddd;
  align-items: stretch;
  min-height: 290px;
  border-radius: 4px;
  height: 1px;
}
.FileDrop-list--gridView .FileDrop-list-item.is-error {
  border: 1px solid #d03633;
}

.FileDrop-list-item-container {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.FileDrop-list--gridView .FileDrop-list-item-container {
  flex-direction: column;
  width: 100%;
}

.FileDrop-list-item-description {
  display: flex;
  flex-grow: 2;
  align-items: center;
}

.FileDrop-list--gridView .FileDrop-list-item-description {
  flex-direction: column;
}

.FileDrop-list-item-status {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.FileDrop-list--listView .FileDrop-list-item-status {
  min-width: 50px;
  width: 50px;
  height: 50px;
  position: relative;
}

.FileDrop-list--gridView .FileDrop-list-item-status {
  width: 100%;
  height: 120px;
  position: relative;
}

.FileDrop-item-preview {
  display: flex;
  justify-content: center;
}
.FileDrop-item-preview.is-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.FileDrop-item-preview.is-image span {
  position: absolute;
  top: 0;
  right: 0;
}
.FileDrop-item-preview img {
  flex-shrink: 0;
}

.FileDrop-list-item-status .Icon:not(.hasError) {
  width: 50px;
  height: 50px;
}
.FileDrop-list-item-status .Icon:not(.hasError) svg {
  transform: translate(-50%, -50%) scale(0.69444);
}
.FileDrop-list-item-status .Icon:not(.hasError) .Spinner, .FileDrop-list-item-status .Icon:not(.hasError) .Spinner * {
  width: 23px !important;
  height: 23px !important;
}
.FileDrop-list-item-status .Icon:not(.hasError) .Spinner *::before, .FileDrop-list-item-status .Icon:not(.hasError) .Spinner *::after {
  left: 10.5px !important;
  height: 7px !important;
  width: 2px !important;
}

.FileDrop-list--gridView .FileDrop-list-item-status .Icon.is-uploaded {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 2;
}
.FileDrop-list--gridView .FileDrop-list-item-status .Icon.is-uploaded svg {
  transform: translate(-50%, -50%) scale(0.35);
}

.FileDrop-list-item-controls {
  display: flex;
  font-size: 0;
  align-items: center;
}
.FileDrop-list-item-controls.hasError .FileDrop-list-item-remove svg > path {
  fill: #d03633;
}

.FileDrop-list--listView .FileDrop-list-item-controls {
  justify-content: space-between;
  margin-left: 12px;
}

.FileDrop-list--gridView .FileDrop-list-item-controls {
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: 1px solid #dddddd;
  padding-top: 12px;
}

.FileDrop-list-item-view {
  margin-right: 24px;
}

.FileDrop-list-item-remove {
  display: flex;
}
.FileDrop-list-item-remove svg > path {
  fill: #999999;
}
.FileDrop-list-item-remove:hover svg > path {
  fill: #017ac9;
}

.FileDrop-list-item-errorHelp .Icon {
  width: 24px;
  height: 24px;
  background-color: #d03633;
  margin-right: 24px;
}
.FileDrop-list-item-errorHelp .Icon svg {
  transform: translate(-50%, -50%) scale(0.3);
}

.FileDrop-list-item-info {
  padding-left: 24px;
}
.FileDrop-list-item-info.hasError {
  color: #d03633;
}

.FileDrop-list--gridView .FileDrop-list-item-info {
  padding-left: 0;
  margin: 12px 0;
  text-align: center;
}

.FileDrop-list-item-name {
  word-break: break-all;
}

/*------------------------------------*\
  $FLAG
\*------------------------------------*/
/**
 *  Similar to .media object, but vertically centered thus:
 *  http://csswizardry.com/2013/05/the-flag-object/
 *
 *  +---------+
 *  |         | ~~~~ ~~~~~~~~~~~
 *  |         | ~~~~~~~ ~~~~~ ~~
 *  |         | ~~~~~~~~~~~~
 *  +---------+
 *
<div class="Flag">
  <div class="Flag-body">
    <p>...</p>
  </div>
  <div class="Flag-image Flag--rev">
    <img src="..." alt="">
  </div>
</div>
 *
 */
.Flag {
  display: table;
  width: 100%;
}

.Flag-image,
.Flag-body {
  display: table-cell;
  vertical-align: middle;
}

.Flag-image {
  margin-right: 18px;
}
.Flag-image > img,
.Flag-image > svg {
  display: block;
  max-width: none;
}
.Flag--rev .Flag-image {
  margin-left: 18px;
  padding-right: 0;
}

.Flag-body {
  width: 100%;
}

/**
 *
 * To horizontally center the Flag use this wrapper
 *
 *  <div class="Flag--hCentered">
 *    <div class="Flag">
 *      ...
 *
 */
/**
 * Global footer
 */
.Footer-logos {
  background: url("/resources/assets/images/footer-bg-6a973dcbbaaa8b04d51450741b4f2ddb.png") repeat 50% 0;
  padding-bottom: 36px;
  padding-top: 36px;
}

.Footer-logos-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 40rem) {
  .Footer-logos-container {
    flex-direction: column;
  }
}
.Footer-logos-container a:active,
.Footer-logos-container a:focus {
  border-radius: 3px;
  box-shadow: 0 0 0 2px #b53cde;
}

.Footer-logo-msd {
  display: block;
  height: 50px;
  width: 209px;
}

.Footer-logo-nzg {
  height: 21px;
  width: 199px;
}

.Footer-textLink-nzg {
  font-size: 0.875rem;
  display: block;
  text-align: center;
}

.Footer-legal {
  background-color: #162c45;
}

.Footer-legal-list-item {
  display: inline;
}

.Footer-legal-content {
  font-size: 0.875rem;
  color: #ffffff;
  padding-bottom: 30px;
  padding-top: 30px;
}

.Footer-legal-nav-item.Footer-legal-nav-item {
  color: inherit;
}
.Footer-legal-nav-item.Footer-legal-nav-item:active, .Footer-legal-nav-item.Footer-legal-nav-item:focus {
  box-shadow: 0 0 0 2px #162c45, 0 0 0 4px #b53cde;
}
@media (min-width: 40.01rem) {
  .Footer-legal-nav-item {
    display: inline-block;
  }
}

.Footer-legal-delimiter {
  padding-left: 4px;
  padding-right: 4px;
}

.Footer-shielded-container {
  flex-grow: 4;
}

#shielded-logo {
  float: right;
  cursor: pointer;
}

/** @define Grid; use strict */
/**
 * Core grid component
 *
 * DO NOT apply dimension or offset utilities to the `Grid` element. All cell
 * widths and offsets should be applied to child grid cells.
 */
/* Grid container
   ========================================================================== */
/**
 * All content must be contained within child `Grid-cell` elements.
 *
 * 1. Account for browser defaults of elements that might be the root node of
 *    the component.
 * 2. Remove inter-cell whitespace that appears between `inline-block` child
 *    elements.
 * 3. Ensure consistent default alignment.
 */
.Grid {
  display: block; /* 1 */
  font-size: 0; /* 2 */
  text-align: left; /* 3 */
}

/**
 * Modifier: center align all grid cells
 */
.Grid--alignCenter {
  text-align: center;
}

/**
 * Modifier: right align all grid cells
 */
/**
 * Modifier: middle-align grid cells
 */
/**
 * Modifier: bottom-align grid cells
 */
/**
 * Modifier: gutters
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */
.Grid--withGutter {
  margin: 0 calc(-0.5 * 24px);
}
.Grid--withGutter > .Grid-cell {
  padding: 0 calc(0.5 * 24px);
}

.Grid--withVerticalGutter {
  margin: 0 calc(-0.5 * 24px);
}
.Grid--withVerticalGutter > .Grid-cell {
  padding: calc(0.5 * 24px);
}

/* Grid cell
   ========================================================================== */
/**
 * No explicit width by default. Rely on combining `Grid-cell` with a dimension
 * utility or a component class that extends 'grid'.
 *
 * 1. Fundamentals of the non-float grid layout.
 * 2. Reset font size change made in `Grid`.
 * 3. Keeps content correctly aligned with the grid direction.
 * 4. Controls vertical positioning of units.
 * 5. Make cells full-width by default.
 */
.Grid-cell {
  box-sizing: border-box;
  display: inline-block; /* 1 */
  font-size: 1rem; /* 2 */
  text-align: left; /* 3 */
  vertical-align: top; /* 4 */
  width: 100%; /* 5 */
}

/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `Grid` object.
 */
/**
 * Global header
 */
.Header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.Header-container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-height: 68px;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}

.Header-logo {
  outline: none;
  position: relative;
  top: 14px;
}
.Header-logo:focus svg path, .Header-logo:hover svg path {
  fill: #017ac9;
}
@media (min-width: 40.01rem) {
  .Header-logo {
    top: 18px;
  }
}
@media (max-width: 40rem) {
  .IndexPage .Header-logo {
    display: none;
  }
}

@media (min-width: 40.01rem) {
  .Header-clientInfo {
    position: relative;
  }
  .Header-clientInfo::before {
    background-color: #cccccc;
    content: "";
    height: 48px;
    left: -12px;
    position: absolute;
    width: 1px;
  }
}

@media (min-width: 40.01rem) {
  .Header-clientInfo-greeting {
    font-size: 1.25rem;
  }
}

@media (max-width: 40rem) {
  .Header-clientInfo-number {
    font-size: 0.875rem;
    margin-bottom: -3px;
  }
}

.Help {
  height: 22px;
}
.Help--rightAlign {
  float: right;
}
.Help--inLine {
  float: none;
  vertical-align: top;
  margin-left: 0.5em;
}
.Help:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
  border-radius: 50%;
}

/**
 * Icons
 */
.Icon {
  background-color: #3a54a1;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  height: 72px;
  position: relative;
  width: 72px;
}
.Icon.is-disabled {
  background-color: #b3b3b3;
}
.Icon.has-no-fill path {
  fill: none;
}
.Icon img,
.Icon svg {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}
@media (max-width: 40rem) {
  .Icon {
    height: 50px;
    width: 50px;
  }
  .Icon img,
  .Icon svg {
    -ms-transform: translate(-50%, -50%) scale(0.6944444444);
    -webkit-transform: translate(-50%, -50%) scale(0.6944444444);
    transform: translate(-50%, -50%) scale(0.6944444444);
  }
}

.Icon--lg {
  height: 89px;
  width: 89px;
}
@media (max-width: 40rem) {
  .Icon--lg {
    height: 72px;
    width: 72px;
  }
  .Icon--lg img,
  .Icon--lg svg {
    -ms-transform: translate(-50%, -50%) scale(0.808988764);
    -webkit-transform: translate(-50%, -50%) scale(0.808988764);
    transform: translate(-50%, -50%) scale(0.808988764);
  }
}

.Icon--sm {
  height: 50px;
  width: 50px;
  vertical-align: middle;
}
@media (max-width: 40rem) {
  .Icon--sm {
    height: 50px;
    width: 50px;
  }
  .Icon--sm img,
  .Icon--sm svg {
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.Icon--xs {
  height: 26px;
  width: 26px;
  vertical-align: middle;
}
@media (max-width: 40rem) {
  .Icon--xs {
    height: 26px;
    width: 26px;
  }
  .Icon--xs img,
  .Icon--xs svg {
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.Icon--spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 40.01rem) {
  .Icon--spinner .Spinner {
    height: 36px;
    width: 36px;
  }
  .Icon--spinner .Spinner * {
    height: 36px;
    width: 36px;
  }
  .Icon--spinner .Spinner *::before, .Icon--spinner .Spinner *::after {
    left: 15.5px;
    height: 10px;
    width: 3px;
  }
}

@media (max-width: 40rem) {
  .Icon--no-scale {
    height: 50px;
    width: 50px;
  }
  .Icon--no-scale img,
  .Icon--no-scale svg {
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.Icon--blue,
.Icon--young-parent {
  background-color: #017ac9;
}

.Icon--green,
.Icon--card,
.Icon--job-seeker,
.Icon--job-seeker-student {
  background-color: #06b271;
}

.Icon--navy,
.Icon--phone-appointment {
  background-color: #134276;
}

.Icon--purple,
.Icon--veteran-pension,
.Icon--super .Icon--bfc {
  background-color: #3a54a1;
}

.Icon--salmon,
.Icon--calendar,
.Icon--sole-parent,
.Icon--sole-parent-overseas,
.Icon--system-error,
.Icon--unsupported-child,
.Icon--service-centre-appointment,
.Icon--job-search {
  background-color: #f75c58;
}

.Icon--check-in-gps,
.Icon--red {
  background-color: #d03633;
}

.Icon--teal,
.Icon--youth-payment,
.Icon--emergency-allowance,
.Icon--emergency-benefit,
.Icon--living-payment,
.Icon--living-payment-overseas,
.Icon--widows-benefit,
.Icon--orphans-benefit,
.Icon--supplementary-assistance {
  background-color: #35c0ba;
}

.Icon--light-purple {
  background-color: #72499d;
}

.Icon--orange {
  background-color: #db5d01;
}

.Icon--light-green {
  background-color: #15b79f;
}

.Icon--pale-green {
  background-color: #dffcec;
}

.Icon--clear {
  background-color: transparent;
}

.Indent {
  border-left: 5px solid #f7b331;
  padding-left: 12px;
}

.Indent--bordered {
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #dddddd #dddddd #dddddd #f7b331;
  padding: 24px 12px;
}

/**
 * Input object
 */
/**
 * Textareas
 */
textarea, [type=password],
[type=text],
[type=number],
[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  padding: 11px 8px;
}
@media (min-width: 40.01rem) {
  textarea, [type=password],
  [type=text],
  [type=number],
  [type=tel] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
textarea:focus, [type=password]:focus,
[type=text]:focus,
[type=number]:focus,
[type=tel]:focus {
  background-color: #ffffff;
  outline: 0;
}

.textarea--error,
.textarea.has-error, .Input--error,
.Input.has-error {
  border-color: #d03633;
}

[type=password]:active, [type=password]:focus,
[type=text]:active,
[type=text]:focus,
[type=number]:active,
[type=number]:focus,
[type=tel]:active,
[type=tel]:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=number] {
  -moz-appearance: textfield;
}

:required,
:invalid,
:-moz-submit-invalid,
:-moz-ui-invalid {
  box-shadow: none;
}

.Input-pinEntry {
  letter-spacing: 8px;
  font-size: 30px;
  max-height: 42px;
}
.Input-pinEntry::-webkit-input-placeholder {
  color: #cccccc;
}
.Input-pinEntry::-moz-placeholder {
  color: #cccccc;
}
.Input-pinEntry:-ms-input-placeholder {
  color: #cccccc;
}
.Input-pinEntry:-moz-placeholder {
  color: #cccccc;
}

.Input--info {
  -webkit-box-shadow: 0 0 5px #017ac9;
  -moz-box-shadow: 0 0 5px #017ac9;
  box-shadow: 0 0 5px #017ac9;
  margin: 5px 1px 3px 0px;
  border: 1px solid #134276;
}

input[disabled],
input.disabled,
input:disabled {
  color: #aaaaaa;
}
input[disabled]::-webkit-input-placeholder,
input.disabled::-webkit-input-placeholder,
input:disabled::-webkit-input-placeholder {
  color: #aaaaaa;
}
input[disabled]::-moz-placeholder,
input.disabled::-moz-placeholder,
input:disabled::-moz-placeholder {
  color: #aaaaaa;
}
input[disabled]:-ms-input-placeholder,
input.disabled:-ms-input-placeholder,
input:disabled:-ms-input-placeholder {
  color: #aaaaaa;
}
input[disabled]:-moz-placeholder,
input.disabled:-moz-placeholder,
input:disabled:-moz-placeholder {
  color: #aaaaaa;
}

/**
 * Placeholder text
 */
::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

:-moz-placeholder {
  color: #767676;
}

/**
 * Distribute input boxes
 * e.g. 4 x PIN number inputs, or date of birth fields
   <div class="u-distribute">
     <input type="number" id="dateOfBirth-dd" class="Input--width1of4">
     <input type="number" id="dateOfBirth-mm" class="Input--width1of4">
     <input type="number" id="dateOfBirth-yyyy" class="Input--width1of2">
   </div>
 */
.Input--width1of1 {
  width: 100%;
}

.Input--width1of4 {
  width: calc(25% - 12px);
}

.Input--width1of2 {
  width: calc(50% - 12px);
}

.Input--width3of4 {
  width: calc(75% - 12px);
}

/**
 * Input with qualifier
 * e.g. currency or percentile inputs
 */
.has-InputQualifier {
  padding-left: 24px;
  position: relative;
}

.has-InputQualifier--hanging {
  padding-left: 0;
}
.has-InputQualifier--hanging .InputQualifier {
  left: -24px;
}

.InputQualifier {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  display: block;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 24px;
  left: 0;
}

/**
 * Input with loading spinner
 */
.Input-hasSpinner {
  position: relative;
}
.Input-hasSpinner input {
  padding-right: 36px;
}
.Input-hasSpinner .Spinner {
  position: absolute;
  right: 12px;
  top: 17px;
}

/**
 * Clear fields (X)
 */
.Input-clearFields {
  display: block;
  padding: 12px 0 8px 8px;
}

/**
 * Input link
 */
.Input-link {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  position: absolute;
  right: 18px;
  top: 10px;
}
.Input-link + input::-ms-clear {
  display: none;
}

.Input-link--outside {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  position: relative;
}

@media (max-width: 40rem) {
  .Input--rate {
    width: 110px;
  }
}

.Input-hideClear::-ms-clear {
  display: none;
}

.InputDate {
  text-align: left;
}

.InputDate-year, .InputDate-month, .InputDate-day {
  display: inline-block;
}
.InputDate-year label, .InputDate-month label, .InputDate-day label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}
.InputDate-year input, .InputDate-month input, .InputDate-day input {
  width: 100%;
}

/**
 * Input object
 */
.Search {
  margin: 6px 0 0;
}

.Search-input {
  background-color: #ffffff;
  border-radius: 5px;
  line-height: normal;
  position: relative;
}

.Search-results {
  position: absolute;
  opacity: 0;
  border-color: #dddddd;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  background-color: #ffffff;
  background-color: #ffffff;
  width: 100%;
  top: 100%;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  z-index: 1;
  max-height: 250px;
  overflow-y: auto;
  /**
  * ARIA-LIVE wasn't triggering for screen readers if the
  * results container was hidden onload.
  **/
}
.Search-results.is-visible {
  opacity: 1;
  height: auto;
}

.Search-option {
  display: block;
  color: #666666;
  cursor: pointer;
}
.Search-option Button {
  width: 100%;
  padding: 12px 12px;
  text-align: left;
}
.Search-option span {
  display: block;
}
.Search-option:first-child span {
  border-top: 0;
}
.Search-option:hover {
  color: #000000;
  background-color: #f2f2f2;
}
.Search-option Button:focus {
  background-color: #f2f2f2;
  outline: none;
}

.Search-options--nothing {
  padding: 12px 12px;
}

@media (max-width: 40rem) {
  .Search-input-stretch {
    width: 100% !important;
  }
}
@media (min-width: 40.01rem) and (max-width:60rem) {
  .Search-input-stretch {
    width: 100% !important;
  }
}
@media (min-width: 60.01rem) {
  .Search-input-stretch {
    width: 66.6666666667% !important;
  }
}

/**
 * IntroBox
 * - similar to Backdrop in appearance
 */
.IntroBox {
  background-color: #f8f8f8;
  border: 2px solid #f2f2f2;
  border-radius: 7.5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  padding: 24px 48px 36px;
}

.IntroBox-item {
  margin-top: 6px;
}
@media (min-width: 40.01rem) {
  .IntroBox-item {
    float: left;
    padding-right: 24px;
    width: 50%;
  }
}

/**
 * ItemSummary
 */
.ItemSummary {
  margin-top: 6px;
}
.ItemSummary > .ItemSummary-item:first-child {
  border-top: 1px solid #dddddd;
}
.ItemSummary > .ItemSummary-item:first-child.noBorder {
  border-top: none;
}

.ItemSummary-item {
  border-bottom: 1px solid #dddddd;
  padding: 12px 0;
}

.ItemSummary-detail--grey {
  color: #808080;
}

.Label--small {
  font-size: 0.8125rem;
}

/**
 * Labels
 */
.Label-text {
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  text-align: left;
  padding-bottom: 12px;
  padding-top: 4px;
  margin-top: 16px;
}

.Label-text--input {
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  text-align: left;
  margin-top: 24px;
  padding-bottom: 8.4px;
}

.Label-text--noTop {
  padding-top: 0;
  margin-top: 0;
}

.Label-text--noBottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.Label-link {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  float: right;
}

.Label--small {
  font-size: 0.8125rem;
}

.Label-text.has-icon,
.Label-text--input.has-icon {
  position: relative;
  padding-right: 36px;
}
.Label-text.has-icon .Help,
.Label-text--input.has-icon .Help {
  position: absolute;
  right: 0;
  top: 1px;
  border-radius: 50%;
}

.Label--disable {
  color: #767676;
  cursor: default !important;
}

/**
 * Letters
 */
.Letters {
  border-bottom: 1px solid #dddddd;
  margin-top: 12px;
}

.Letters-item a {
  color: #000000;
  display: block;
  border-top: 1px solid #dddddd;
  padding: 12px 12px;
  width: 100%;
  position: relative;
}
.Letters-item.has-read {
  background-color: #fafafa;
}
.Letters-item.has-read a {
  color: #666666;
}

.Letter-topic {
  width: 60%;
}

.Letter-date {
  width: calc(40% - 14px);
}

.Letter-notification {
  color: #017ac9;
  text-align: center;
}

/**
 * Lists
 */
.List--terms li {
  margin-bottom: 8px;
}
.List--terms ul {
  margin-left: 24px;
  margin-top: 8px;
}

.List--obligations li {
  margin-bottom: 8px;
}
.List--obligations li::before {
  content: "•";
}
.List--obligations ul {
  margin-left: 24px;
  margin-top: 8px;
}

.List--alignedBullet, .List--alignedBullet--SpacingBetweenLi {
  display: table;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.List--alignedBullet li, .List--alignedBullet--SpacingBetweenLi li {
  display: table-row;
}
.List--alignedBullet li::before, .List--alignedBullet--SpacingBetweenLi li::before {
  content: "•";
  display: table-cell;
  padding-right: 6px;
  vertical-align: top;
}

.List--alignedBullet--SpacingBetweenLi {
  border-spacing: 0px 10px;
}

.List--padding li {
  margin-top: 12px;
}

/*ol*/
.ol--alpha, ol,
.ol--numeric {
  margin-left: 24px;
  padding-left: 0;
  list-style-position: outside;
}

.ol--alpha {
  list-style-type: lower-alpha;
}

/*ul*/
.List--child-cscs li {
  margin-bottom: 12px;
}
.List--child-cscs li:last-child {
  margin-bottom: 6px;
}
.List--child-cscs ul {
  margin-left: 24px;
  margin-top: 8px;
}

.List--Job-search li {
  margin-bottom: 24px;
}

.List--alignedIcon {
  margin-left: 12px;
}
.List--alignedIcon li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.List--alignedIcon li svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.List--numberedBullet {
  counter-reset: css-counter 0;
  list-style: none;
  padding-left: 40px;
}
.List--numberedBullet li {
  counter-increment: css-counter 1;
  position: relative;
  display: block;
  margin: 0 0 12px 0;
  padding-top: 0.3em;
}
.List--numberedBullet li::before {
  content: counter(css-counter);
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #017ac9;
  border-radius: 50%;
  text-align: center;
}
.List--numberedBullet li::marker {
  content: none;
}

.List--outerBullet {
  margin-left: 16px;
  margin-top: 0px;
  list-style-type: "• ";
}

.List--innerBullet {
  list-style-type: "• ";
  margin-left: 1em;
}

/**
 * Media object
 */
/**
 * This uses combined Media versions
 * Simon Smith's: https://github.com/simonsmith/components-media
 * and Harry Robert's: https://github.com/csswizardry/inuit.css/blob/master/objects/_media.scss
 */
.Media {
  display: flex;
  align-items: flex-start;
}
.Media .Media-object img, .Media .Media-object svg {
  display: block;
}
.Media .Media-body {
  flex: 1;
}

/**
 * MESSAGE BOXES
 */
.Message {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  text-align: center;
}
.Message p {
  margin-top: 0;
}
.Message p + p {
  margin-top: 12px;
}

.Message-icon {
  float: right;
  margin-right: -32px;
  margin-top: -3px;
}

.Message--alert {
  background-color: hsl(1.1464968153, 62.5498007968%, 98%);
  border-radius: 5px;
  padding: 10px 42px 8px;
  border-style: solid;
  border-width: 2px;
  color: #d03633;
}
.Message--alert a {
  color: #0072bd;
}
.Message--alert path {
  fill: #d03633;
}

.Message--info {
  background-color: hsl(203.8095238095, 100%, 98%);
  border-radius: 5px;
  padding: 10px 42px 8px;
  border-style: solid;
  border-width: 2px;
  color: #0072bd;
}
.Message--info a {
  color: #0072bd;
}
.Message--info path {
  fill: #0072bd;
}
.Message--info a {
  color: inherit;
  text-decoration: underline;
}

.Message--success {
  background-color: hsl(100.5405405405, 73.5099337748%, 98%);
  border-radius: 5px;
  padding: 10px 42px 8px;
  border-style: solid;
  border-width: 2px;
  color: #388314;
}
.Message--success a {
  color: #0072bd;
}
.Message--success path {
  fill: #388314;
}

.Message--importantinfo {
  background-color: hsl(0, 0%, 98%);
  border-radius: 5px;
  padding: 10px 42px 8px;
  border-style: solid;
  border-width: 2px;
  color: #000000;
}
.Message--importantinfo a {
  color: #0072bd;
}
.Message--importantinfo path {
  fill: #000000;
}

.MobilePageNav {
  font-size: 1rem;
  line-height: 2.625;
  position: relative;
  text-align: center;
}
@media (min-width: 40.01rem) {
  .MobilePageNav {
    display: none;
  }
}

.MobilePageNav-title {
  position: relative;
  top: 2px;
  white-space: nowrap;
  font-size: 16px;
  margin: 0;
}

.MobilePageNav-backButton,
.MobilePageNav-help {
  height: 68px;
  padding: 18px;
  position: absolute;
  top: -11px;
  width: 68px;
  z-index: 1;
}

.MobilePageNav-backButton {
  left: -12px;
  padding-right: 38px;
  top: -12px;
}

.MobilePageNav-help {
  right: -12px;
  padding-left: 38px;
  top: -11px;
}

/**
 * Modal
 */
.ember-modal-overlay, .page-modal-overlay {
  background-color: rgba(242, 242, 242, 0.8);
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
@media (min-width: 40.01rem) {
  .ember-modal-overlay, .page-modal-overlay {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
  }
}

.page-modal-overlay {
  background-color: white;
}

.page-modal-overlay button {
  display: none;
}

.ember-modal-dialog {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  min-width: 460px;
  overflow-y: auto;
  z-index: 20;
}

/**
 * Full screen on mobile
 * iOS can't handle the fixed positioning when virtual keyboard shows
 * - we could look at implenting ridjohansen's JS code here:
 * https://github.com/twbs/bootstrap/issues/9023
*/
@media (max-width: 40rem) {
  .ember-modal-dialog {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; /* has to be scroll, not auto */
    height: 100%;
    width: 100%;
    transform: translate(0);
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    min-width: initial;
  }
}

.Modal--full .Modal-body, .Modal-header, .Modal {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 40.01rem) {
  .Modal--full .Modal-body, .Modal-header, .Modal {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.Modal-header {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 40.01rem) {
  .Modal-header {
    margin-left: -36px;
    margin-right: -36px;
  }
}

.Modal {
  max-width: 40rem;
}
@media (max-width: 40rem) {
  .Modal {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 40.01rem) {
  .Modal.Modal--maxWidth {
    width: 40rem;
  }
}

.Modal--full {
  padding: 0;
}

.Modal-header {
  padding-top: 16px;
  padding-bottom: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 40.01rem) {
  .Modal-header {
    position: relative;
    padding-right: 48px 0.5;
  }
  .Modal-header.Modal-header--center {
    padding-left: 48px 0.5;
    text-align: center;
  }
}
@media (max-width: 40rem) {
  .Modal-header {
    min-height: 68px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
  }
}

.Modal--full .Modal-header {
  margin: 0;
  background: #f2f2f2;
}
@media (min-width: 40.01rem) {
  .Modal--full .Modal-header {
    margin: 0;
  }
}

.Modal-close {
  background: url("/resources/assets/svgs/icon-close.svg") no-repeat 50% 50%;
  color: #017ac9;
  height: 68px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 68px;
  z-index: 1;
}

.Modal-back {
  background: url("/resources/assets/svgs/icon-back-arrow.svg") no-repeat 50% 50%;
  color: #017ac9;
  height: 68px;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 68px;
  z-index: 1;
}

.Modal-title {
  font-size: 1.5rem;
  margin-top: 0;
  outline: 0;
}
@media (max-width: 40rem) {
  .Modal-title {
    font-size: 1rem;
    line-height: 1.75;
    font-family: FranklinGothicURW-Med, sans-serif;
    padding-bottom: 12px;
    text-align: center;
    position: relative;
    top: 9px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 40rem) {
  .Modal--full .Modal-title {
    font-size: 1.5rem;
    font-family: FranklinGothicURW-Boo, sans-serif;
    padding: 0;
    text-align: center;
    position: relative;
    top: 9px;
  }
}

.Modal-body {
  padding-top: 30px;
}
.Modal-body h2 {
  margin-top: 24px;
}
.Modal-body h2 + p {
  margin-top: 0;
}

.Modal-footer {
  margin-top: 36px;
  border-top: 1px solid #dddddd;
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center;
}
@media (max-width: 40rem) {
  .Modal-footer .Button:last-child {
    margin-bottom: 108px;
  }
}

.Modal--full .Modal-footer {
  border: none;
}

.Modal-intro {
  margin-bottom: 24px;
  text-align: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.Modal-intro :first-child {
  margin-top: 0;
}

.Modal-lead {
  margin-top: 1rem;
  font-size: 1.375rem;
}
@media (min-width: 40.01rem) {
  .Modal-lead {
    font-size: 1.625rem;
  }
}

.Modal-footnote {
  border-top: 1px solid #dddddd;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 36px;
  margin-bottom: -36px;
  text-align: center;
}
.Modal-footnote :first-child {
  margin-top: 0;
}

.Motif {
  display: none;
  position: absolute;
}

/**
 * .LoginPage class added dynamically to html element
 * on any pages where user is not authenticated (login flows)
 */
.LoginPage .Footer-logos {
  position: relative;
}
@media (min-width: 40.01rem) {
  .LoginPage .Motif-single,
  .LoginPage .Motif-single-2,
  .LoginPage .Motif-multi {
    display: block;
  }
  .LoginPage .Motif-single {
    left: 20%;
    top: -36px;
  }
  .LoginPage .Motif-single-2 {
    bottom: -36px;
    right: -24px;
  }
  .LoginPage .Motif-multi {
    left: 0;
    top: -318px;
  }
}

@media (max-width: 40rem) {
  .WelcomePage .Motif-multi-mobile {
    display: block;
    left: 0;
    top: -201px;
  }
}

/**
 * ------OR------
 */
.Or {
  height: 35px;
  margin-top: 24px;
  position: relative;
  text-align: center;
}
.Or::before {
  background-color: #dddddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 17.5px;
  width: 100%;
}
.Or::after {
  font-size: 0.875rem;
  line-height: 2.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 100%;
  color: #808080;
  content: "OR";
  display: inline-block;
  height: 35px;
  position: relative;
  width: 35px;
}

.Or--simple {
  margin-top: 0;
}
.Or--simple::before {
  display: none;
}
.Or--simple::after {
  font-size: 1rem;
  line-height: 2.1875;
  background-color: transparent;
  border: 0;
  color: #1f1f1f;
  content: "or";
}

/**
 * PAGE ALERT
 */
.PageAlert {
  text-align: left;
}
.PageAlert p {
  margin-top: 0;
}
.PageAlert p + p {
  margin-top: 12px;
}

.PageAlert--alert {
  background-color: #f2f2f2;
  padding: 24px 48px 24px 16px;
  border-left: solid #d03633 7px;
}
.PageAlert--alert a {
  color: #0072bd;
}

.PageAlert--info {
  background-color: #f2f2f2;
  padding: 24px 48px 24px 16px;
  border-left: solid #0072bd 7px;
}
.PageAlert--info a {
  color: #0072bd;
}

.PageAlert--success {
  background-color: #f2f2f2;
  padding: 24px 48px 24px 16px;
  border-left: solid #388314 7px;
}
.PageAlert--success a {
  color: #0072bd;
}

.Pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.Pagination-bullet {
  border-radius: 100%;
  border: 2px solid #dddddd;
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
.Pagination-bullet.is-active {
  border: 2px solid #017ac9;
  background: #017ac9;
}

/**
 * Payments overview
 */
.PaymentOverview-name {
  font-size: 1.5rem;
}

.PaymentOverview-amount {
  font-size: 2.5rem;
  line-height: 1;
  display: block;
  white-space: nowrap;
}

.PaymentOverview-amount--small {
  font-size: 1.25rem;
  line-height: normal;
  vertical-align: top;
}

.PaymentOverview-amount--asterisk {
  font-size: 1.625rem;
  color: #017ac9;
  line-height: normal;
  vertical-align: top;
}

.PaymentOverview-total--asterisk {
  font-size: 1.25rem;
  color: #017ac9;
  line-height: normal;
  vertical-align: top;
}

/**
 * Payment summary list
 */
/* ul.PaymentSummary */
.PaymentSummary-link, .PaymentSummary-nopadtop-link, .PaymentSummary-nopadbot-link {
  display: block;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media (min-width: 40.01rem) {
  .PaymentSummary-link, .PaymentSummary-nopadtop-link, .PaymentSummary-nopadbot-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.PaymentSummary-link:active, .PaymentSummary-nopadtop-link:active, .PaymentSummary-nopadbot-link:active,
.PaymentSummary-link:focus,
.PaymentSummary-nopadtop-link:focus,
.PaymentSummary-nopadbot-link:focus {
  box-shadow: none;
}
.PaymentSummary-link:active .PaymentSummary-title, .PaymentSummary-nopadtop-link:active .PaymentSummary-title, .PaymentSummary-nopadbot-link:active .PaymentSummary-title,
.PaymentSummary-link:focus .PaymentSummary-title,
.PaymentSummary-nopadtop-link:focus .PaymentSummary-title,
.PaymentSummary-nopadbot-link:focus .PaymentSummary-title {
  border-radius: 3px;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
}

.PaymentSummary-nopadbot-link {
  padding-bottom: 0px;
}

.PaymentSummary-nopadtop-link {
  padding-top: 0px;
}

.PaymentSummary-details, .PaymentSummary-notcurrentNoPayment-details {
  border-right: 1px solid #dddddd;
  padding-right: 12px;
  width: 70%;
}
@media (min-width: 40.01rem) {
  .PaymentSummary-details, .PaymentSummary-notcurrentNoPayment-details {
    width: 80%;
  }
}

.PaymentSummary-notcurrentNoPayment-details {
  border-right: 0px;
}

.PaymentSummary-title {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-decoration: underline;
}
@media (min-width: 40.01rem) {
  .PaymentSummary-title {
    font-size: 1.25rem;
  }
}

.PaymentSummary-amount {
  font-size: 1rem;
  color: #000000;
  text-align: right;
}
@media (min-width: 40.01rem) {
  .PaymentSummary-amount {
    font-size: 1.1875rem;
  }
}

.PaymentSummary-day {
  color: #000000;
}

.PaymentSummary-icon {
  margin-right: 12px;
}
@media (min-width: 40.01rem) {
  .PaymentSummary-icon {
    margin-right: 24px;
  }
}
.PaymentSummary-icon img {
  display: inline;
}

.PaymentSummary-to {
  color: initial;
  padding-bottom: 12px;
}

.PaymentSummary--iconAligned {
  padding-left: 62px;
}
@media (min-width: 40.01rem) {
  .PaymentSummary--iconAligned {
    padding-left: 96px;
    padding-right: 12px;
  }
}

/**
 * Payments table
 */
.PaymentTable {
  width: 100%;
}
.PaymentTable tr.striped:nth-child(even) {
  background: #f2f2f2;
}
.PaymentTable tr.grey {
  background: #f2f2f2;
}
.PaymentTable th {
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  word-break: break-word;
}
.PaymentTable th.borderedHeading {
  background: #ffffff;
}
.PaymentTable th.PaymentTable-th--70 {
  width: 70%;
}
.PaymentTable td,
.PaymentTable .PaymentTable-td {
  padding: 10px 12px;
  vertical-align: top;
}
.PaymentTable td--15,
.PaymentTable .PaymentTable-td--15 {
  width: 15%;
}

.PaymentTable--bleedLeft td,
.PaymentTable--bleedLeft .PaymentTable-td {
  padding-left: 0;
  padding-right: 0;
}
.PaymentTable--bleedLeft th {
  padding-left: 0;
  padding-right: 0;
}

th.PaymentTable-td {
  width: 75%;
}

.PaymentTable-amount {
  border-left: 1px solid #dddddd;
  white-space: nowrap;
}

.PaymentTable-def {
  border-bottom: 1px solid #dddddd;
}
.PaymentTable-def span {
  color: #017ac9;
  font-family: FranklinGothicURW-Dem, sans-serif;
  font-size: 1.125rem;
  vertical-align: sub;
  padding-right: 2.4px;
}

.PaymentTable-total td,
.PaymentTable-total th {
  background-color: #eef5fb;
  border-top: 3px solid #06b271;
  padding-top: 12px;
  padding-bottom: 12px;
}

.PaymentTable-total--sub td,
.PaymentTable-total--sub th {
  border-top: 1px solid #dddddd;
}

@media (min-width: 40.01rem) {
  .PaymentTable--4-col th,
  .PaymentTable--4-col td {
    width: 25% !important;
  }
}

@media (min-width: 40.01rem) {
  .PaymentTable--5-col th,
  .PaymentTable--5-col td {
    width: 20% !important;
  }
}

.PaymentTable-BFC .PaymentTable td,
.PaymentTable-BFC .PaymentTable-td {
  vertical-align: middle;
}
.PaymentTable-BFC tr td:first-child,
.PaymentTable-BFC tr th:first-child {
  width: 75%;
}
.PaymentTable-BFC tr td:not(:first-child),
.PaymentTable-BFC tr th:not(:first-child) {
  text-align: right;
}

@media (max-width: 40rem) {
  .PaymentTable-BFC.PaymentTable-Responsive tbody tr td {
    text-align: right;
  }
  .PaymentTable-BFC.PaymentTable-Responsive thead tr:not(:first-child) {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .PaymentTable-BFC.PaymentTable-Responsive tr, .PaymentTable-BFC.PaymentTable-Responsive th, .PaymentTable-BFC.PaymentTable-Responsive td {
    display: block;
  }
  .PaymentTable-BFC.PaymentTable-Responsive tbody tr:not([role=presentation]) {
    border-bottom: 1px solid #dddddd;
  }
  .PaymentTable-BFC.PaymentTable-Responsive td {
    border-left: none;
  }
  .PaymentTable-BFC.PaymentTable-Responsive tr:not([role=presentation]) td:not(.PaymentTable-response--noLeftLabel)::before {
    content: attr(data-label);
    padding-left: 12px;
    float: left;
  }
}

@media (max-width: 40rem) {
  .PaymentTable-response--noLeftLabel {
    text-align: left !important;
  }
  .PaymentTable-response--noLeftLabel::before {
    content: none;
  }
}

/**
 * Psuedo modal
 *
 * This is for 'modal-like' elements that are rendered in-page vs normal modals which are popups.
 */
.PseudoModal-intro {
  margin-bottom: 24px;
  text-align: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.PseudoModal-intro :first-child {
  margin-top: 0;
}

.PseudoModal-footer {
  margin-top: 36px;
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center;
}

.PseudoModal-lead {
  margin-top: 1rem;
  font-size: 1.375rem;
}
@media (min-width: 40.01rem) {
  .PseudoModal-lead {
    font-size: 1.625rem;
  }
}

/**
 * Radios
 */
.Radio {
  cursor: pointer;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  text-align: left;
  margin-top: 12px;
}
.Label-text + .Radio {
  margin-top: 6px;
}

[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  left: 1px;
  position: absolute;
  height: 18px;
  top: 3px;
  width: 18px;
}
[type=radio]::before {
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 100%;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: -2px;
  top: -4px;
}
[type=radio]:focus {
  outline: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [type=radio]:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
    border-radius: 50%;
  }
}
[type=radio]:focus::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
}
[type=radio]:checked::before {
  border-color: #017ac9;
  background-color: #017ac9;
}
[type=radio]:checked::after {
  border: 2px solid #ffffff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 18px;
  left: 1px;
  position: absolute;
  top: -1px;
  width: 18px;
}

.ember-view .u-block:first-child .Radio {
  margin-top: 6px;
}

.Radio--error {
  color: #d03633;
}
.Radio--error [type=radio]::before {
  border-color: #d03633;
}

/**
 * RealMe login button
 */
.RealmeLogin {
  background-image: url("/resources/assets/svgs/realme/RealMe-Face-Symbol_White.svg");
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-size: 22%;
  background-color: #125da3;
  border-radius: 40px;
  color: #ffffff;
  padding-left: 15%;
  padding-right: 10%;
  text-align: center;
  line-height: 2.5rem;
}

/**
 * Remove list object
 */
.Remove-list {
  margin-top: 6px;
}
.Remove-list.accessible-hide {
  margin: 0;
}
.Remove-list:not(.accessible-hide) + .Search {
  margin-top: 24px;
}

.Remove-list-item {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.Remove-list-item:first-child {
  padding-top: 0;
  border-top: 1px solid #dddddd;
}
.Remove-list-item:last-child {
  padding-bottom: 0;
}

.Remove-list-title {
  display: block;
  padding: 12px 74px 12px 0;
}

.Remove-list-remove {
  position: absolute;
  display: block;
  font-family: FranklinGothicURW-Med, sans-serif;
  padding: 12px 8px;
  right: 0;
  top: 0;
  color: #d03633;
}

.Select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 5px;
  line-height: normal;
  position: relative;
  background-image: url("/resources/assets/svgs/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 16px;
  padding: 12px 12px;
  margin: 0;
}
.Select::-ms-expand {
  display: none;
}
.Select.has-error {
  border-color: #d03633;
}
.Select.is-disabled {
  outline: none;
  color: #aaaaaa;
  background: #ffffff;
}
.Select:focus, .Select:active {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
}

.SegmentedControl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: stretch;
  text-align: center;
  position: relative;
}

.SegmentedControl-label {
  -webkit-box-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border: 2px solid #dddddd;
  color: #000000;
  border-radius: 5px;
  padding: 0.6rem 1rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.SegmentedControl-label input[type=radio] {
  opacity: 0;
}
.SegmentedControl-label.isError {
  border: 2px solid #d03633;
}

.SegmentedControl-label:first-of-type {
  border-right-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.SegmentedControl-label:last-of-type {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.SegmentedControl-radio {
  z-index: -999;
  opacity: 0;
}
.SegmentedControl-radio:focus {
  outline: none;
}
.SegmentedControl-radio:disabled + .SegmentedControl-label {
  background-color: #aaaaaa;
}
.SegmentedControl-radio:active + .SegmentedControl-label, .SegmentedControl-radio:focus + .SegmentedControl-label {
  border: 2px solid #017ac9;
}
.SegmentedControl-radio:checked + .SegmentedControl-label {
  border: 2px solid #017ac9;
  background: #017ac9;
  color: #ffffff;
}
.SegmentedControl-radio::before, .SegmentedControl-radio::after, .SegmentedControl-radio:checked::after {
  visibility: hidden;
  opacity: 0;
}

/**
 * Sidenav
 * - replaced with .BottomNav on tablet and mobile
 */
.Sidenav {
  margin-top: 0;
}

.Sidenav-item {
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.Sidenav-item:first-child {
  border-top: #dddddd solid 1px;
}
.Sidenav-item:last-child {
  border-bottom: #dddddd solid 1px;
}

.Sidenav-item--separator {
  border-bottom: 3px solid #06b271;
}
.Sidenav-item--separator + .Sidenav-item {
  border-top: none;
}
.Sidenav-item--separator + .Sidenav-item--separator {
  border-bottom: none;
}

.Sidenav-title {
  border-bottom: 3px solid #06b271;
}

.Sidenav-link {
  display: block;
  padding: 18px 24px;
}
.Sidenav-link.Sidenav-link {
  color: #000000;
  text-decoration: none;
}
.Sidenav-link.active {
  background-color: rgba(1, 122, 201, 0.05);
}
.Sidenav-link:focus {
  color: #000000;
}
.Sidenav-link .Flag-body {
  padding-right: 12px;
}

.Sidenav-item-icon {
  opacity: 0.3;
}

ul.Sidenav--sansTitle {
  border-top: 3px solid #06b271;
}
ul.Sidenav--sansTitle .Sidenav-item:first-child {
  border-top: none;
}

/**
 * CSS SPINNER (IE10+)
 */
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.Spinner {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
}
.Spinner.Spinner--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Spinner * {
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  height: 23px;
  width: 23px;
}
.Spinner *::before, .Spinner *::after {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: "";
  position: absolute;
  left: 10.5px;
  height: 7px;
  width: 2px;
  border-radius: 1px;
  background-color: #999999;
}
.Spinner *::before {
  top: 0;
}
.Spinner *::after {
  bottom: 0;
}

.Spinner--white *::before, .Spinner--white *::after {
  background-color: #ffffff;
}

.Spinner *:nth-child(1) {
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.Spinner *:nth-child(1)::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.Spinner *:nth-child(1)::after {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.Spinner *:nth-child(2) {
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.Spinner *:nth-child(2)::before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.Spinner *:nth-child(2)::after {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.Spinner *:nth-child(3) {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Spinner *:nth-child(3)::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.Spinner *:nth-child(3)::after {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.Spinner *:nth-child(4) {
  -ms-transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.Spinner *:nth-child(4)::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.Spinner *:nth-child(4)::after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.Spinner *:nth-child(5) {
  -ms-transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  transform: rotate(-150deg);
}
.Spinner *:nth-child(5)::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.Spinner *:nth-child(5)::after {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.Spinner *:nth-child(6) {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.Spinner *:nth-child(6)::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.Spinner *:nth-child(6)::after {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

/**
 * Spinner in a Button
 */
.Button .Spinner {
  display: none;
  position: absolute;
  right: 8.5px;
  top: 8.5px;
}
.Button .Spinner *::before, .Button .Spinner *::after {
  background-color: #ffffff;
}
.Button[disabled] .Spinner {
  display: block;
}

.Button-hide-spinner .Spinner {
  display: none !important;
}

.Sidenav-item .Spinner,
.BottomNav-item .Spinner,
.ActionLink .Spinner {
  margin-top: -1px;
  margin-right: -7px;
  margin-bottom: -5px;
}

.StepLink-container {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.StepLink-card {
  display: flex;
  flex: 1 1 280px;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  padding: 16px;
  margin: 12px;
  border-radius: 5px;
  justify-content: space-between;
  text-align: left;
}
.StepLink-card.is-hidden {
  height: 0;
  padding: 0;
  border: 0;
  margin: 0 12px;
}

.StepLink-description {
  width: 100%;
}

.StepLink-numberContainer {
  display: flex;
}

.StepLink-number {
  font-size: 1.5rem;
  color: #017ac9;
}

.StepLink-line {
  width: 40%;
  margin: 0 1rem;
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #808080;
  align-self: center;
}

.StepLink-text {
  margin-top: 0;
}

.StepLink-image {
  background: no-repeat center/cover #dddddd url("/resources/assets/svgs/motif-multi.svg");
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-size: cover;
  margin-left: 16px;
}

.StepLink-image--seeDoctor {
  background: no-repeat 50% 90%/60% #017ac9 url("/resources/assets/svgs/medical-certificate/step-see-your-doctor.svg");
}

.StepLink-image--provideCert {
  background: no-repeat 34% 105%/83% #017ac9 url("/resources/assets/svgs/medical-certificate/send.svg");
}

.StepLink-image--processCert {
  background: no-repeat 65% 90%/50% #017ac9 url("/resources/assets/svgs/medical-certificate/processing.svg");
}

.StepLink-card--inpage {
  display: flex;
  flex: 1 1 auto;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  text-align: left;
}
.StepLink-card--inpage .StepLink-description {
  align-self: center;
}
.StepLink-card--inpage .StepLink-text {
  font-size: 1.25rem;
}
.StepLink-card--inpage .StepLink-image {
  width: 120px;
  height: 120px;
  margin-left: 36px;
}
.StepLink-card--inpage .StepLink-image--seeDoctor {
  background: no-repeat 52% 115%/60% #017ac9 url("/resources/assets/svgs/medical-certificate/doctor.svg");
}

.Stepper {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}

.Stepper-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -ms-flex-align: center;
  max-width: 150px;
  min-width: 70px;
  width: 100%;
}

.Stepper-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b3b3b3;
  color: #ffffff;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.Stepper-icon.is-complete {
  background: #06b271;
}
.Stepper-icon.is-active:not(.is-complete) {
  background: #017ac9;
}

.Stepper-separator {
  position: relative;
  width: 40px;
  min-width: 40px;
  margin-top: 12px;
}

.Stepper-circle,
.Stepper-circle::before,
.Stepper-circle::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #b3b3b3;
}

.Stepper-circle {
  margin: 0 auto;
}

.Stepper-circle::before {
  position: absolute;
  left: 0;
}

.Stepper-circle::after {
  position: absolute;
  right: 0;
}

.Stepper-circle.is-complete, .Stepper-circle.is-complete::before, .Stepper-circle.is-complete::after {
  background: #06b271;
}

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

.Stepper--vertical {
  flex-direction: column;
}

.Stepper--vertical .Stepper-separator {
  margin-top: 0;
  margin-left: 12px;
  height: 40px;
  min-height: 40px;
  width: 0;
  min-width: 0;
}

.Stepper--vertical .Stepper-item {
  flex-direction: row;
  flex: 1 0 65px;
  justify-content: flex-start;
  max-width: 100%;
}

.Stepper--vertical .Stepper-icon {
  margin: 0;
}

.Stepper--vertical .Stepper-circle {
  margin: 16px 0 0;
}
.Stepper--vertical .Stepper-circle::before {
  top: 0;
}
.Stepper--vertical .Stepper-circle::after {
  bottom: 0;
  right: inherit;
}

.Stepper--vertical .Stepper-label {
  margin-left: 24px;
  text-align: left;
}

html,
body {
  height: 100%;
}

.StickyFooter-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.StickyFooter-body {
  display: table;
  height: 100%;
  width: 100%;
}

.StickyFooter-footer {
  display: table-row;
  height: 1px;
}

.StickyFooter-wrapper,
.StickyFooter-body {
  table-layout: fixed;
}

/**
 * Table fixed / fluid combined layout
 * http://colintoh.com/blog/display-table-anti-hero
 *
 * For fixed width and fluid combined, e.g. fixed sidebar width
 * Use utils-display/display.scss for simple display: table-* classes
 */
.Table {
  display: table;
  width: 100%;
}

.Table-row {
  display: table-row;
  vertical-align: top;
}

.Table-cell {
  display: table-cell;
  vertical-align: top;
}

@media (min-width: 40.01rem) {
  .Table-cell--tabletUp {
    display: table-cell;
  }
}
@media (min-width: 60.01rem) {
  .Table-cell--desktop {
    display: table-cell;
  }
}
/**
 * Textareas
 */
textarea {
  resize: vertical;
  min-height: 144px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.Tray {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.Tray-tile {
  flex: 1 1;
  background: #f2f2f2;
  height: 120px;
  margin: 5px;
  cursor: pointer;
  color: #000000;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 40.01rem) {
  .Tray-tile:first-child {
    margin-left: 0;
  }
  .Tray-tile:last-child {
    margin-right: 0;
  }
}
@media (max-width: 40rem) {
  .Tray-tile {
    flex: 100%;
  }
}
.Tray-tile p,
.Tray-tile h2 {
  color: #134276;
  margin: 0;
  line-height: 1.125;
}
.Tray-tile a {
  display: block;
  height: 100%;
  width: 100%;
}
.Tray-tile.is-focused {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
}

.Tray-tile-content {
  display: table;
  position: absolute;
  padding-left: 10px;
  max-width: 70%;
  height: 100%;
  padding-top: 10px;
}

.Tray-tile-title {
  font-size: 1.125rem;
}

.Tray-tile-content--titleOnly {
  padding-top: 0px;
}
.Tray-tile-content--titleOnly .Tray-tile-title {
  font-size: 1.125rem;
  display: table-cell;
  vertical-align: middle;
}

.Tray-tile-text {
  font-size: 1rem;
  line-height: 1.0625;
  padding-top: 5px;
}

.Tray-tile-image {
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -4px;
  margin-top: 25px;
}

.Tray-tile-arrow {
  margin-left: 5px;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: inline-flex;
}

.Tray-tile-background-image {
  height: 100%;
  position: absolute;
  right: 0;
}

.Tray-tile--application {
  background-color: #134276;
}
.Tray-tile--application p,
.Tray-tile--application h2 {
  color: #ffffff;
}
.Tray-tile--application svg path {
  fill: #ffffff;
}
.Tray-tile--application .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-application.svg");
}

.Tray-tile--apply {
  background-color: #9bcdef;
}
.Tray-tile--apply .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-documents.svg");
}

.Tray-tile--employment {
  background-color: #c1efe8;
}
.Tray-tile--employment .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-hands.svg");
}

.Tray-tile--housing {
  background-color: #ffc3b8;
}
.Tray-tile--housing .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-house.svg");
}

.Tray-tile--rrtw {
  background-color: #bdc8e9;
}
.Tray-tile--rrtw .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-talk.svg");
}

.Tray-tile--c2e {
  background-color: #c1efe8;
}
.Tray-tile--c2e .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-click-to-enrol.svg");
}

.Tray-tile--tas {
  background-color: #fbd794;
}
.Tray-tile--tas .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-clock-yellow.svg");
}

.Tray-tile--documentUpload {
  background-color: #ffc3b8;
}
.Tray-tile--documentUpload .Tray-tile-image {
  background-image: url("/resources/assets/svgs/tile-document-upload.svg");
}

.Todo-List {
  border-bottom: 1px solid #dddddd;
  margin-top: 12px;
}

.Todo-List-heading {
  border-top: 1px solid #dddddd;
  padding: 18px 12px;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Todo-List-heading.is-open:not(.is-success) svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Todo-List-iconTitle {
  display: flex;
  gap: 12px;
}

.Todo-List-icon {
  height: 19px;
  width: 20px;
}

.Todo-List-stateText {
  float: right;
  color: #017ac9;
  text-decoration: underline;
}

.Todo-List-content {
  border-top: 1px solid #dddddd;
  padding: 18px 12px;
  margin: 0;
}

.Todo-List-checkbox {
  margin-top: 16px;
}

.Todo-List-checkbox .Checkbox.Checkbox {
  margin-top: 0;
}

/**
 * General summary list
 *
 * Used for "To do", "Latest jobs"
 * similar to Payment summary list
 */
/* ul.Summary */
.Summary {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media (min-width: 40.01rem) {
  .Summary {
    padding-left: 12px;
  }
}
.Summary li {
  display: table;
  width: 100%;
}
.Summary li::before {
  content: none;
  display: table-cell;
  padding-right: 12px;
  width: 12px;
}
@media (min-width: 40.01rem) {
  .Summary li::before {
    padding-right: 24px;
  }
}

.Summary-item {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.Summary-item:first-child {
  padding-top: 0;
}
.Summary-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.Summary-link {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.Summary-link.has-remove {
  margin-right: 27px;
}

.Summary-remove {
  position: absolute;
  display: block;
  padding: 20px 0 8px 12px;
  right: 0;
  top: 0;
}

.Summary-details {
  padding-right: 12px;
}

.Summary-item .Summary-link:active,
.Summary-item .Summary-link:focus {
  box-shadow: none;
}
.Summary-item .Summary-link:active .Summary-title,
.Summary-item .Summary-link:focus .Summary-title {
  border-radius: 3px;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
}

.Summary-title {
  color: #017ac9;
  font-size: 1rem;
  line-height: 1.375;
}
@media (min-width: 40.01rem) {
  .Summary-title {
    font-size: 1.125rem;
  }
}

.Summary-title-black {
  font-size: 1rem;
  line-height: 1.375;
}
@media (min-width: 40.01rem) {
  .Summary-title-black {
    font-size: 1.125rem;
  }
}

.Summary-date {
  font-size: 0.875rem;
  color: #000000;
  text-align: right;
}
@media (min-width: 40.01rem) {
  .Summary-date {
    font-size: 1.125rem;
  }
}

.Summary--iconAligned {
  margin-top: -12px;
  margin-left: 12px;
}
@media (min-width: 40.01rem) {
  .Summary--iconAligned {
    margin-top: -6px;
    margin-left: 24px;
  }
}

/**
 * Select object
 */
.ViewMore {
  padding-right: 24px;
  position: relative;
  display: inline-block;
  min-width: 120px;
}
.ViewMore.ViewMore {
  color: #666666;
}
.ViewMore::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  right: 0;
  transform: rotate(90deg);
  background-image: url("/resources/assets/svgs/icon-arrow-right.svg");
  background-repeat: no-repeat;
}
.ViewMore.is-open::after {
  transform: rotate(-90deg);
  top: 4px;
}

.WebShare-desktopContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  border-radius: 4px;
  background-color: #E9F7FD;
  width: 350px;
  height: 60px;
}

.WebShare-desktopContainer p {
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.WebShare-checkIcon {
  padding-left: 10px;
  padding-right: 14px;
  float: right;
}

.WelcomePage {
  background-color: #f4f4f4;
}
.WelcomePage .Welcome-logo {
  position: relative;
}
@media (min-width: 40.01rem) {
  .WelcomePage {
    background-size: cover;
  }
}

.Welcome-lead {
  font-size: 1.375rem;
  max-width: 840px;
}
@media (max-width: 40rem) {
  .Welcome-lead {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 40.01rem) {
  .Welcome-lead {
    font-size: 2rem;
    color: #000000;
  }
}

.Welcome {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 24px;
  max-width: 840px;
  padding: 16px 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 40.01rem) {
  .Welcome {
    margin-top: 48px;
  }
}

@media (min-width: 40.01rem) {
  .Welcome-logo {
    margin-top: 36px;
  }
}

@media (min-width: 40.01rem) {
  .Welcome-logo-image path {
    fill: #000000;
  }
}

@media (min-width: 40.01rem) {
  .Welcome-loginOptions {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/**
 * Welcome hero
 */
.Welcome-hero-image--wrapper {
  background-color: #1cbaa1;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}

.Welcome-hero-image {
  bottom: 0;
  display: block;
  height: auto;
  left: 50%;
  max-width: 66.567%;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.Welcome-hero-list {
  background-color: rgba(25, 28, 38, 0.65);
  bottom: 0;
  color: #ffffff;
  padding: 12px 24px;
  position: absolute;
  text-align: left;
  margin-left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 40rem) {
  .Welcome-hero-list {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.Welcome-hero-list li {
  display: table;
}
.Welcome-hero-list li:before {
  background: url("/resources/assets/svgs/icon-tick.svg") no-repeat 0 6px;
  content: "";
  display: table-cell;
  width: 20px;
  height: 12px;
}

.Whitebox {
  background-color: #ffffff;
  border-radius: 7.5px;
  margin-top: 12px;
  padding: 12px 12px 12px;
}
@media (min-width: 40.01rem) {
  .Whitebox {
    margin-right: 6px;
    margin-left: 10.08px;
    display: inline-table;
    width: 274.8px;
    height: 180px;
  }
}

.Whitebox--button {
  background-color: #017ac9;
  margin-top: 12px;
}
@media (max-width: 40rem) {
  .Whitebox--button {
    width: 50%;
    margin-left: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 40.01rem) {
  .Whitebox--button {
    margin-left: 50%;
  }
}

.ActionCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ActionCenter .Media {
  width: 80%;
}

.Radio-toolbar {
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.Radio-toolbar-label {
  display: inline-block;
  width: 100%;
  color: #000000;
  padding: 10px 30px;
  border: 2px solid #dddddd;
  border-radius: 4px;
}

.Label-info {
  display: flex;
  align-items: center;
}

.Label-info-icon {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
}

.Radio-toolbar-label:hover {
  background-color: #9bcdef;
  cursor: pointer;
}
.Radio-toolbar-label:hover path {
  fill: #017ac9;
}

.Radio-toolbar-input:focus + .Radio-toolbar-label {
  outline-offset: 2px;
  outline: 2px solid #b53cde;
}

.Radio-toolbar-input[type=radio]:checked + .Radio-toolbar-label {
  background-color: #9bcdef;
  border-color: #017ac9;
}
.Radio-toolbar-input[type=radio]:checked + .Radio-toolbar-label path {
  fill: #017ac9;
}

.CardsContainer {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 40.01rem) and (max-width:60rem) {
  .Column {
    padding: 0 7px;
    width: 100%;
  }
}
@media (min-width: 60.01rem) {
  .Column {
    flex: 1;
    padding: 0 7px;
    min-width: 274.8px;
  }
}

.Card {
  background-color: #ffffff;
  border-radius: 7.5px;
  margin-top: 12px;
  padding: 12px 12px 12px;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/**
* WIP
*/
/**
 * Version number
 */
.BuildNumber {
  font-size: 0.8125rem;
  color: #919191;
  position: relative;
  top: 12px;
}

/**
 * Main content container
 * - includes top padding allowance for header
 */
.MainContent {
  padding-bottom: 48px;
}
@media (max-width: 40rem) {
  .MainContent {
    margin-top: -12px;
  }
}

/**
 * Sidebar
 */
.Sidebar {
  padding-right: 24px;
  width: 296px;
}

.Sidebar--narrow {
  width: 232px;
}

/**
 * Centered middle column for login process
 */
.MiddleColumn {
  max-width: 384px;
  text-align: center;
}
@media (min-width: 40.01rem) {
  .MiddleColumn {
    background-color: #ffffff;
    border-radius: 7.5px;
    max-width: 28.75em;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 1;
  }
}
.MiddleColumn > :first-child {
  margin-top: 0;
}

/**
 * <fieldset> or div wrapper for visual grouping of form elements
 * - helps to focus user on the form's current section
 */
.Fieldset {
  background-color: #f2f2f2;
  padding: 18px 12px;
}

/**
 * Islands
 */
.Island {
  padding: 10px 12px;
}

.Island--lightGrey {
  background-color: #f2f2f2;
}

/**
 * Last logged in message
 */
.LastLogin {
  line-height: 36px;
}
@media (min-width: 40.01rem) {
  .LastLogin {
    background-color: #f2f2f2;
  }
}
@media (min-width: 60.01rem) {
  .LastLogin {
    line-height: 48px;
  }
}

/**
 * < Back link
 */
.BackLink {
  background: url("/resources/assets/svgs/icon-arrow-back.svg") no-repeat 0 49%;
  padding-left: 12px;
  color: #017ac9;
}
.BackLink[disabled] {
  opacity: 0.5;
}
.BackLink:focus {
  border-radius: 3px;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b53cde;
  outline: none;
}

.BackLink--buttonHeight {
  line-height: 2.5rem;
}

/**
 * Required *
 */
.required {
  color: #d03633;
}

/**
 * TravelDatesSummary
 */
.TravelDates {
  display: block;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media (min-width: 40.01rem) {
  .TravelDates {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.TravelDates-duration {
  border-right: 1px solid #dddddd;
  padding-right: 24px;
}
.TravelDates-duration-count {
  padding-top: 2px;
  font-size: 1.375rem;
  line-height: 2.2727272727;
}
@media (min-width: 40.01rem) {
  .TravelDates-duration-count {
    font-size: 2rem;
    line-height: 2.25;
  }
}

.TravelDates-details {
  padding-left: 24px;
  width: 70%;
}
@media (min-width: 40.01rem) {
  .TravelDates-details {
    width: 80%;
  }
}

/**
* $PRINT CSS
*/
/**
* NOT @media print styles
*/
.u-print-only {
  display: none;
}

/**
* @media print styles
*/
@media print {
  /**
   * Helpers
   */
  .AddLink,
  .Remove-list-remove, .Button,
  .MobilePageNav,
  .Breadcrumbs,
  .Sidebar,
  .Footer,
  .Motif, .u-print-none {
    display: none !important;
  }
  .u-print-only, .u-print {
    display: block !important;
  }
  /**
   * Reset height 100% .Sticky elements
   * (eliminate additional blank page from printing)
   */
  .StickyFooter-wrapper {
    display: block;
    height: initial;
  }
  .StickyFooter-body {
    padding-top: 40px;
    display: block;
    height: initial;
  }
  /*
  * H5BP print styles -inlined to avoid required HTTP connection: h5bp.com/r
  * Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
  */
  * {
    background: transparent !important;
    border-color: #000000 !important;
    box-shadow: none !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /**
   * Global
   */
  html {
    font-size: 0.75rem;
  }
  /**
   * Local / specific
   */
  .Header {
    position: relative !important;
    border-bottom: 1px solid black;
  }
  .Header-logo {
    top: 7px !important;
  }
  .EventSummary-link {
    text-decoration: none;
  }
  .EventSummary-cal {
    border: 1px solid #000000;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .MainContent {
    max-width: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .u-containContent, .Footer-logos-container, .Footer-legal-content, .MainContent,
  .MiddleColumn {
    max-width: none !important;
  }
  /**
  * Printable modals
  */
  .ember-modal-overlay, .page-modal-overlay {
    background-color: #ffffff !important;
    width: 100% !important;
  }
  .ember-modal-dialog {
    border: 1px solid #000000;
    max-width: 80% !important;
  }
  .Modal-header {
    border-bottom: 1px solid #000000;
  }
  /**
  * SVGs and Icons
  */
  .Icon {
    border: 1px solid #000000;
  }
  svg path {
    fill: #000000 !important;
  }
  /**
   * Hide low value buttons/links from components
   */
}