/* Minification failed. Returning unminified contents.
(875,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url('https://fonts.google.com/specimen/DM+Sans?preview.text_type=custom&preview.text=Valley');

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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.button, .button-small {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 3.5;
  padding: 0 20px;
  color: white;
  border: none;
  background-image: none;
  background-color: transparent;
  text-decoration: none;
  text-align: center; }
  .button:first-child, .button-small:first-child {
    margin-left: 0; }
  @media (min-width: 992px) {
    .button, .button-small {
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 3.11111;
      padding: 0 40px; } }
  .button .ie8, .button-small .ie8 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 3.11111;
    padding: 0 40px; }
  .button:hover, .button-small:hover, .button:focus, .button-small:focus {
    color: white;
    outline: none; }

.currency, .ui-selectmenu-button {
  position: relative; }
  .currency:before, .ui-selectmenu-button:before {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    pointer-events: none; }

.currency:before {
  left: 16px; }

.ui-selectmenu-button:before {
  right: 16px; }

.form-label, .summary-list dt {
  font-size: 19px;
  font-size: 1.35714rem;
  line-height: 0.7037;
  display: block;
  color: #00012e;
  font-weight: 700;
  line-height: 1.429;
    font-family: 'DMSans',sans-serif;
}

@font-face {
    font-family: 'TSB-Castledown';
    src: url('/Content/fonts/TSBCastledown-Bold-v2.004.eot');
    src: url('/Content/fonts/TSBCastledown-Bold-v2.004.woff') format('woff'), url('/Content/fonts/TSBCastledown-Bold-v2.004.ttf') format('truetype'), url('/Content/fonts/TSBCastledown-Bold-v2.004.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'TSB-Castledown';
    src: url('/Content/fonts/TSBCastledown-Heavy-v2.004.eot');
    src: url('/Content/fonts/TSBCastledown-Heavy-v2.004.woff') format('woff'), url('/Content/fonts/TSBCastledown-Heavy-v2.004.ttf') format('truetype'), url('/Content/fonts/TSBCastledown-Heavy-v2.004.woff2') format('woff2');
    font-weight: 900;
}

@font-face {
    font-family: 'TSB-Castledown';
    src: url('/Content/fonts/TSBCastledown-Regular-v2.004.eot');
    src: url('/Content/fonts/TSBCastledown-Regular-v2.004.woff') format('woff'), url('/Content/fonts/TSBCastledown-Regular-v2.004.ttf') format('truetype'), url('/Content/fonts/TSBCastledown-Regular-v2.004.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'DMSans';
    src: url('/Content/fonts/DMSans-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

input, select, textarea {
  background-image: none;
  background-color: white;
  border: none; }
  input:focus, select:focus, textarea:focus {
    outline: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input, select {
  font-size: 16px;
  font-size: 1.14286rem;
  height: 56px;
  width: 100%;
  padding: 0 12px;
  border: 2px solid #c2c2c2;
  border-radius: 8px; }
  input:hover, input:focus, select:hover, select:focus {
    border-color: #c2c2c2; }

select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline !important;
  padding: 0 56px 0 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }

option {
  color: #666666; }

.currency:before {
  font-size: 16px;
  font-size: 1.14286rem;
  margin: -10px 0 0 0;
  content: '\00A3'; }

.currency input {
  padding: 0 12px 0 33px; }

.radio-button {
    display: table;
    width: 100%;
    height: 56px;
    color: #053DA6;
    border: 2px solid #053DA6;
    border-radius: 32px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
  .radio-button label {
    font-size: 16px;
    font-size: 1.14286rem;
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
    cursor: pointer; }

.radio-button-container {
  padding-left: 12px;
  padding-left: 0.85714rem;
  float: left;
  width: 50%;
  margin-bottom: 12px; }
  @media (min-width: 992px) {
    .radio-button-container {
      padding-left: 12px;
      padding-left: 0.85714rem;
      float: left;
      width: 33.33333%; }
      .radio-button-container.radio-button-container-small {
        padding-left: 12px;
        padding-left: 0.85714rem;
        float: left;
        width: 25%; } }
  .radio-button-container .ie8 {
    padding-left: 12px;
    padding-left: 0.85714rem;
    float: left;
    width: 33.33333%; }
    .radio-button-container .ie8.radio-button-container-small {
      padding-left: 12px;
      padding-left: 0.85714rem;
      float: left;
      width: 25%; }

input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

    input[type="radio"]:checked + .radio-button {
        color: white;
        background-color: #053DA6;
    }

.radio-button.checked {
    color: white;
    background-color: #053DA6;
}

input[type="radio"]:focus + .radio-button {
    outline: 1px solid #053DA6;
}

.radio-button.focused {
    outline: 1px solid #053DA6;
}

.radio-button-group {
  margin-left: -12px;
  margin-left: -12px; }
  .radio-button-group:after {
    content: "";
    display: table;
    clear: both; }

.checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 2px solid #c2c2c2;
  border-radius: 8px;
  text-align: center; }
  .checkbox:first-child {
    margin-left: 0; }
    .checkbox:hover {
        border-color: #053DA6;
    }
  .checkbox + label {
    display: inline;
    vertical-align: middle; }

input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }
  input[type="checkbox"][aria-invalid="true"].input-validation-error ~ .checkbox {
    border-color: #e51a9b; }

    input[type="checkbox"]:checked ~ .checkbox {
        border-color: #053DA6;
    }
  input[type="checkbox"]:checked ~ .checkbox:before {
    width: 16px;
    height: 13px;
    background-image: url("/Content/images/forms-sprite.svg");
    background-position: -24px 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;
    content: ''; }
    input[type="checkbox"]:checked ~ .checkbox:before:first-child {
      margin-left: 0; }

input[type="checkbox"]:focus ~ .checkbox {
  outline: 1px solid #0098cf; }

.checkbox.checked {
  border-color: #0098cf; }
  .checkbox.checked:before {
    width: 16px;
    height: 13px;
    background-image: url("/Content/images/forms-sprite.svg");
    background-position: -24px 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;
    content: ''; }
    .checkbox.checked:before:first-child {
      margin-left: 0; }

.checkbox.focused {
  outline: 1px solid #0098cf; }

.form-row, .form-button-row, .form-button-row-repeater, .form-button-row-centred {
  margin: 24px 0 0 0; }

.form-row {
  position: relative; }

/*.form-row.eligibility{
    display: grid; }*/

.form-control {
  margin: 0 0 12px 0; }
  .form-control:after {
    content: "";
    display: table;
    clear: both; }

fieldset.form-row .form-control {
  margin: 0; }

.form-row-sub-labels .form-label-container {
  margin: 44px 0 12px 0; }

.form-row-sub-labels:before {
  top: 6px !important; }

.form-label {
  margin: 0 0 5px 0;
  overflow: hidden; }

.optional-label:after {
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 400;
  content: ' (if applicable)'; }

@media (min-width: 768px) {
  .form-row {
    margin-left: -30px;
    margin-left: -30px; }
    .form-row:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 768px) {
  .form-label-container {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 33.33333%;
    margin: 14px 0 12px 0;
    text-align: right; } }

@media (min-width: 768px) {
  .form-label-container.eligibility {
    width: 75%;
    text-align: left; } }

@media (min-width: 768px) {
  .form-control {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 41.66667%; } }

@media (min-width: 768px) {
  .form-control-small {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 25%;
    margin-right: 16.66667%; } }

@media (min-width: 992px) {
  .form-control-small {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 16.66667%;
    margin-right: 25%; } }

.form-control-small .ie8 {
  padding-left: 30px;
  padding-left: 2.14286rem;
  float: left;
  width: 16.66667%;
  margin-right: 25%; }

@media (min-width: 768px) {
  .form-control-medium {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 33.33333%;
    margin-right: 8.33333%; } }

@media (min-width: 992px) {
  .form-control-medium {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 25%;
    margin-right: 16.66667%; } }

.form-control-medium .ie8 {
  padding-left: 30px;
  padding-left: 2.14286rem;
  float: left;
  width: 25%;
  margin-right: 16.66667%; }

@media (min-width: 768px) {
  .form-control-no-label {
    margin-left: 33.33333%; } }

@media (min-width: 992px) {
  .select-group {
    margin-left: -12px;
    margin-left: -12px; }
    .select-group:after {
      content: "";
      display: table;
      clear: both; }
    .select-group .select-container {
      padding-left: 12px;
      padding-left: 0.85714rem;
      float: left;
      width: 33.33333%; }
      .select-group .select-container .ui-selectmenu-button {
        width: 100% !important; }
      .select-group .select-container select {
        width: 1px; } }

.select-group .ie8 {
  margin-left: -12px;
  margin-left: -12px; }
  .select-group .ie8:after {
    content: "";
    display: table;
    clear: both; }
  .select-group .ie8 .select-container {
    padding-left: 12px;
    padding-left: 0.85714rem;
    float: left;
    width: 33.33333%; }
    .select-group .ie8 .select-container .ui-selectmenu-button {
      width: 100% !important; }
    .select-group .ie8 .select-container select {
      width: 1px; }

.select-group .select-container {
  margin: 0 0 12px 0; }

.repeater-set {
  margin: 0 0 24px 0; }

.field-validation-error {
  display: block;
  color: #00012e; }

.field-validation-info, .field-validation-error span {
  font-size: 18px;
  font-size: 1.28571rem;
  display: block;
  margin: 12px 0 0 0; }

.form-row:before {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  margin: 6px 0 0 12px;
  content: ''; }
  @media (min-width: 768px) {
    .form-row:before {
      position: absolute;
      left: 75%;
      top: 20px;
      margin: 0 0 0 30px; } }

.form-row.eligibility:before {
    @media (min-width: 768px) {
        .form-row.eligibility:before {
            right: 0;
        }
    }
}

.input-validation-error .form-label {
  color: #A81F09; }

.input-validation-error:before {
  width: 15px;
  height: 15px;
  background-image: url("/Content/images/forms-sprite.svg");
  background-position: 0 0;
  background-repeat: no-repeat; }

.input-validation-error input, .input-validation-error select, .input-validation-error .radio-button, .input-validation-error .checkbox {
    border-color: #A81F09;
}

    .input-validation-error input[type="radio"]:checked + .radio-button {
        color: #053DA6;
        background-color: transparent;
    }

.input-validation-error .radio-button.checked {
  color: #0098cf;
  background-color: transparent; }

.valid:before {
  width: 16px;
  height: 13px;
  background-image: url("/Content/images/forms-sprite.svg");
  background-position: -24px 0;
  background-repeat: no-repeat; }

*, *:before, *:after {
  box-sizing: border-box; }

*:focus {
  outline: 1px solid #0098cf; }

html {
    font-family: "DMSans", sans-serif;
    font-size: 14px;
    color: #00012e;
    line-height: 1.429;
}

body {
  padding: 30px; }

img {
  max-width: 100%; }

a {
    color: #053DA6;
}
  a.control {
    font-size: 18px;
    font-size: 1.28571rem;
    display: block; }
  a.telephone {
    color: inherit;
    font-weight: 700;
    text-decoration: none; }
    a.telephone:focus {
      color: inherit; }

p {
  font-size: 14px !important;
  font-size: 1rem !important;
  line-height: 1.21429;
  margin: 0 0 14px 0; }
  p.lede {
    font-size: 18px !important;
    font-size: 1.28571rem !important;
    line-height: 1.22222;
    margin: 15px 0;
    color: #00012e; }
  @media (min-width: 992px) {
    p {
      font-size: 18px !important;
      font-size: 1.28571rem !important;
      line-height: 1.33333;
      margin: 0 0 18px 0; }
      p.lede {
        font-size: 22px !important;
        font-size: 1.57143rem !important;
        line-height: 1.27273; } }
  p .ie8 {
    font-size: 18px !important;
    font-size: 1.28571rem !important;
    line-height: 1.33333;
    margin: 0 0 18px 0; }
    p .ie8.lede {
      font-size: 22px !important;
      font-size: 1.57143rem !important;
      line-height: 1.27273; }

address {
  font-size: 14px !important;
  font-size: 1rem !important;
  line-height: 1.21429;
  margin: 24px 0 0 0;
  color: #00012e;
  font-style: normal; }
  @media (min-width: 992px) {
    address {
      font-size: 18px !important;
      font-size: 1.28571rem !important;
      line-height: 1.33333; } }
  address .ie8 {
    font-size: 18px !important;
    font-size: 1.28571rem !important;
    line-height: 1.33333; }

.hidden {
  display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

.clear {
  clear: both; }

.js-only {
  display: none; }

.js .no-js-only {
  display: none; }

.js .js-only {
  display: block; }

.button {
    background-color: #053DA6;
    border-radius: 32px;
}
    .button:hover, .button:focus {
        background-color: #5077C1;
    }
  @media (min-width: 768px) {
    .button {
      min-width: 240px; } }

.button-small {
    font-size: 14px;
    font-size: 1rem;
    line-height: 3.28571;
    padding: 0 20px;
    background-color: #053DA6;
    border-radius: 32px;
}
  .button-small:hover, .button-small:focus {
    background-color: #666666; }
  @media (min-width: 768px) {
    .button-small {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 2.875; } }

.pink {
  background-color: #e51a9b; }

h1, h2, h3, .heading-alpha, .heading-beta, .heading-gamma {
    color: #00012e;
    font-weight: 900;
    font-family: 'TSB-Castledown',sans-serif;
}



h1, .heading-alpha {
    font-size: 55px;
    font-size: 3.92857rem;
    line-height: 0.90909;
    margin: 16px 0;
}
  @media (min-width: 992px) {
    h1, .heading-alpha {
      line-height: 1;
      margin: 17px 0; } }
  h1 .ie8, .heading-alpha .ie8 {
    line-height: 1;
    margin: 17px 0; }

h2, .heading-beta {
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 1;
  margin: 23px 0;

}
  @media (min-width: 992px) {
    h2, .heading-beta {
      font-size: 45px;
      font-size: 3.21429rem;
      line-height: 0.88889;
      margin: 30px 0; } }
  h2 .ie8, .heading-beta .ie8 {
    font-size: 45px;
    font-size: 3.21429rem;
    line-height: 0.88889;
    margin: 30px 0; }

h3, .heading-gamma {
  font-size: 25px;
  font-size: 1.78571rem;
  line-height: 1.2;
  margin: 18px 0; }
  @media (min-width: 992px) {
    h3, .heading-gamma {
      font-size: 35px;
      font-size: 2.5rem;
      line-height: 1;
      margin: 25px 0; } }
  h3 .ie8, .heading-gamma .ie8 {
    font-size: 35px;
    font-size: 2.5rem;
    line-height: 1;
    margin: 25px 0; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  padding: 0 24px 12px;
  background-color: white;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.no-csstransforms .modal {
  width: 600px;
  height: 300px;
  margin: -150px 0 0 -300px; }

.summary-list dd {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6875;
  margin: 0 0 12px 0; }

@media (min-width: 768px) {
  .summary-list:after {
    content: "";
    display: table;
    clear: both; }
  .summary-list dt, .summary-list dd {
    float: left;
    width: 50%;
    margin: 0 0 12px 0; }
  .summary-list dt {
    clear: left;
    padding: 0 12px 0 0;
    text-align: right; }
  .summary-list dd {
    padding: 0 0 0 12px;
    text-align: left; } }

.summary-section {
  margin: 0 0 12px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .summary-section {
      padding-left: 30px;
      padding-left: 2.14286rem;
      float: left;
      width: 50%; } }
  .summary-section h1 {
    text-align: left; }

@media (min-width: 768px) {
  .summary-section-container {
    margin-left: -30px;
    margin-left: -30px; }
    .summary-section-container:after {
      content: "";
      display: table;
      clear: both; } }

.summary-applicant {
  margin: 0 -30px;
  padding: 12px 30px;
  background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .summary-applicant {
      margin-right: -30px;
      padding: 12px 30px 12px 0; } }

.progress-bar {
  color: #0098cf;
  list-style: none;
  margin: 16px 0;
  padding: 0; }
  .progress-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .progress-bar {
      padding: 0 25% 0 0; } }

.form-step {
  position: relative;
  float: left;
  width: 20%;
  text-align: center; }
  .form-step:after {
    display: block;
    position: absolute;
    top: 17px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #0098cf;
    content: '';
    z-index: -1; }
  .form-step.complete .form-step-numeral {
    background-color: #666666;
    color: white;
    border-color: #666666; }
  .form-step.complete .form-step-name {
    color: #666666; }
  .form-step.complete:after {
    background-color: #666666; }
  .form-step.current .form-step-numeral {
    background-color: #0098cf;
    color: white;
    border-color: #0098cf; }
  .form-step.last-step:after {
    display: none; }
  @media (min-width: 480px) {
    .form-step {
      padding: 0 12px; } }
  .form-step a {
    text-decoration: none; }
    .form-step a:focus {
      outline: none; }
      .form-step a:focus .form-step-numeral {
        outline: 1px solid #0098cf; }

.form-step-numeral {
  font-size: 22px;
  font-size: 1.57143rem;
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  font-weight: 700;
  background-color: white;
  border: 2px solid #0098cf;
  border-radius: 50%; }
  .form-step-numeral:first-child {
    margin-left: 0; }

.form-step-name {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  display: none;
  margin: 3px; }
  @media (min-width: 480px) {
    .form-step-name {
      display: block; } }

.form-button-row {
  margin-left: -30px;
  margin-left: -30px; }
  .form-button-row:after {
    content: "";
    display: table;
    clear: both; }
  .form-button-row .button {
    width: 100%; }
    @media (min-width: 768px) {
      .form-button-row .button {
        max-width: 240px;
        min-width: 0; } }

.form-button-row-centred {
  text-align: center; }

.button-container {
  padding-left: 30px;
  padding-left: 2.14286rem;
  float: left;
  width: 50%; }

@media (min-width: 768px) {
  .button-container-primary {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 41.66667%; } }

.button-container-auto {
  width: auto; }

@media (min-width: 768px) {
  .form-button-row-primary .button-container-primary {
    margin: 0 0 0 33.33333%; } }

@media (min-width: 768px) {
  .button-container-secondary {
    padding-left: 30px;
    padding-left: 2.14286rem;
    float: left;
    width: 33.33333%; } }

.button-group {
  margin: 24px 0 0 0; }
  .button-group .form-row {
    margin-top: 0; }

.header {
  max-width: 1210px;
  margin: 0 auto 24px auto; }

.logo {
  display: block; }

.content {
  max-width: 1210px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .content-narrow {
    padding: 0 310px 0 0; } }

.content-narrow .ie8 {
  padding: 0 310px 0 0; }

.tsbfuchia {
  color: #e51a9b; }

.tsbnavy {
  color: #00012e; }

.disclosure-statement {
  margin: 0 0 24px 0; }
  .disclosure-statement .form-label {
    margin: 0;
    font-weight: 400; }

.buildings-insurance {
  border-color: #0098cf;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }
  @media (min-width: 480px) {
    .buildings-insurance {
      width: 100%; } }
  @media (min-width: 768px) {
    .buildings-insurance {
      width: 50%; } }
  @media (min-width: 992px) {
    .buildings-insurance {
      width: 50%; } }
  .buildings-insurance .ie8 {
    width: 50%; }
  .buildings-insurance div {
    display: inline-block;
    width: 100%; }
  .buildings-insurance a {
    float: right;
    margin-top: 20px; }

/* Selectmenu
----------------------------------*/
.ui-selectmenu {
  display: block;
  display: inline-block;
  position: relative;
  height: 2.2em;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  zoom: 1; }

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1005; }

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.ui-selectmenu-open {
  display: block; }

ul.ui-selectmenu-menu-popup {
  margin-top: -1px; }

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important; }

.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .405em 2.1em .405em 1em;
  outline: none;
  text-decoration: none; }

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
  cursor: default; }

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px; }

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0; }

.ui-selectmenu-status {
  line-height: 1.4em; }

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em; }

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold; }

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8; }

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em; }

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold; }

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0; }

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
  border-color: pink;
  filter: chroma(color=pink);
  width: 100%; }

* html .ui-selectmenu-menu li a {
  position: relative; }

/* IE7 workaround (opacity disabled) */
* + html .ui-state-disabled, * + html .ui-state-disabled a {
  color: silver; }

.select-container {
  position: relative; }

.ui-selectmenu-button {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 3.5;
  display: block;
  height: 56px;
  padding: 0 56px 0 12px;
  border: 2px solid #c2c2c2;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
    .ui-selectmenu-button:hover, .ui-selectmenu-button:focus {
        border-color: #6C7386;
        outline: none;
    }
  .ui-selectmenu-button:before {
    width: 20px;
    height: 13px;
    background-image: url("/Content/images/forms-sprite.svg");
    background-position: -47px 0;
    background-repeat: no-repeat;
    margin-top: -6.5px;
    z-index: 1; }
    .ui-selectmenu-button:after {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 54px;
        height: 52px;
        content: '';
        background-color: white;
    }
  .ui-selectmenu-button[aria-expanded="true"]:before {
    width: 20px;
    height: 13px;
    background-image: url("/Content/images/forms-sprite.svg");
    background-position: -98px 0;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
    .ui-selectmenu-button[aria-expanded="true"]:after {
        background-color: #D8DBE0;
    }

.ui-selectmenu-menu {
    width: 100% !important;
    max-height: 300px;
    border: 2px solid #F4F5F7;
    border-radius: 8px;
    background-color: #F4F5F7;
    overflow-y: auto;
    overflow-x: hidden;
}
    .ui-selectmenu-menu .ui-menu-item {
        font-size: 16px;
        font-size: 1.14286rem;
        padding: 12px;
        color: #00012e;
        cursor: pointer;
        font-family: 'DMSans',sans-serif;
        font-weight: normal;

    }
    .ui-selectmenu-menu .ui-menu-item.ui-state-focus {
        color: #00012e;
        background-color: #D8DBE0;
        font-weight: 900;
        font-family: 'DMSans',sans-serif;
        
    }
.ui-menu-item:hover {
    font-weight: bold;
}

.ui-selectmenu-text {
    white-space: nowrap;
}


.unstyled-list {
    list-style-type: none;
    padding-inline-start:0;
}

.unstyled-list p{
    margin-bottom: 5px;
}

.additionalincome-text-icon{
    display:flex;
}

.additionalincome-text
{
    width:100%;
}

.additionalincome-icon {
    width: 24px;
    height: 24px;
}


.tooltip {
    /*background-image: url("/Content/images/icon-24-px-outline-medium-question.svg");*/
    height: 16px;
    width: 16px;
    background-position: 240px 96px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 0px;
    position: absolute;
    line-height: 16px;
    cursor: default;
    display: inline-block;
}

    .tooltip:before {
        font-weight: bold;
        color: #fff;
    }

    .tooltip div {
        text-align: left;
        display: none;
        color: black;
        font-size: 13px;
        line-height: 20px;
        font-family: Arial;
    }

    .tooltip:hover div {
        z-index: 2;
        display: block;
        position: absolute;
        background-color: white;
        left: 30px;
        top: -10px;
        padding: 5px 8px;
        border: 2px solid #c2c2c2;
        border-radius: 8px;
  
    }

    .tooltip-largetext{
        width:300px;
    }

.tooltip-smalltext {
    width: 150px;
}

.tooltip-largetext ul li p{
    font-size:13px !important;
}

.tooltip-smalltext ul li p {
    font-size: 13px !important;
}


@media (min-width: 320px) and (max-width:427px) {
    .tooltip:hover div {
        left: -150px;
    }

    .tooltip-largetext {
        width: 200px;
    }
}

@media (max-width: 320px) {
    .tooltip:hover div {
        left: -150px;
    }

    .tooltip-largetext {
        width: 200px;
    }
}

@media(min-width:768px)
{
    .additionalincome-text-icon
    {
        justify-content:end;
    }
}
