﻿/*! 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.
 */
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
/**
 * 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
/**
 * 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;
}
/**
 * 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.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 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 {
  outline: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
iframe,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
/**
 * 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.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
html {
  font-size: 100%;
  /* [1] */
  font-family: arial;
  line-height: 1.5;
  background-color: #fff;
  color: #303030;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.4;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: underline;
  color: #007dc3;
}
a:hover,
a:focus {
  color: #439539;
}
p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
  margin-bottom: 5px;
  line-height: 21px;
}
label {
  color: #007dc3;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
}
label:hover,
label:focus {
  color: #439539;
}
input[type=text],
input[type=email] {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 10px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  font-style: italic;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  font-style: italic;
}
.u-marginBottom {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px), print {
  .u-marginBottom {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px), print {
  .u-marginMinus {
    margin-bottom: -4px;
  }
}
button:disabled {
  background: #fff;
}
.u-floatLeft {
  float: left !important;
}
@media only screen and (min-width: 768px), print {
  .u-md-floatLeft {
    float: left !important;
  }
}
.u-floatRight {
  float: right !important;
}
.u-hidden {
  display: none !important;
}
@media only screen and (max-width: 1024px), print {
  .u-hiddenMobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px), print {
  .u-showMobile {
    display: block !important;
  }
}
.u-showMobileOnly {
  display: none;
}
@media only screen and (max-width: 1024px), print {
  .u-showMobileOnly {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px), print {
  .u-floatRightMobile {
    float: right !important;
  }
}
.vertical-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vertical-alignY {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Site
=========================================== */
/* Site max width */
/* 1220px */
/* Breakpoints */
/* Typography
=========================================== */
/* Color
=========================================== */
.Page-group {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px), print {
  .Page-group {
    padding: 0 20px;
    margin: 0;
  }
}
.hidden {
  width: 410px !important;
}
@media only screen and (min-width: 768px), print {
  .Page-narrow {
    width: 48%;
    margin: 1%;
  }
}
.Page-left {
  float: left;
}
.Main {
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (min-width: 1024px), print {
  .Main {
    background: #fff;
    box-shadow: 0px 0px 7px 2px rgba(136, 136, 136, 0.6);
    -moz-box-shadow: 0px 0px 7px 2px rgba(136, 136, 136, 0.6);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(136, 136, 136, 0.6);
    display: block;
    border-radius: 4px;
  }
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  background: #fff;
}
@media only screen and (min-width: 1024px), print {
  body {
    background: #f5f6f7;
    background-position-x: center;
    background-position-y: top;
  }
}
.Brand {
  width: 100%!important;
  text-align: left;
}
.Brand img {
  margin-left: 0;
}
@media only screen and (min-width: 1024px), print {
}
@media only screen and (min-width: 1024px), print {
  .Brand {
    width: 25%!important;
    text-align: left;
  }
}
.Heading {
  display: none;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 30px 0px 0px 30px;
}
.Heading--alpha {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: -7px;
  font-weight: bold;
  margin-bottom: 17px;
  text-transform: none;
}
@media only screen and (min-width: 768px), print {
  .Heading--alpha {
    font-size: 32px;
    font-size: 2rem;
  }
}
.Heading.is-visible {
  display: block;
}
.Heading--standard {
  text-transform: none;
}
.Heading--beta {
  font-size: 19px;
  font-size: 1.1875rem;
}
.Heading--charlie {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
}
.Heading--bold {
  font-weight: bold;
}
.Heading--upper {
  text-transform: uppercase;
}
.Heading--gray {
  color: #333;
}
.Heading--blue {
  color: #007dc3;
}
.Lead p,
.Lead--subhead p {
  color: #6DAB35;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .Lead p,
  .Lead--subhead p {
    font-size: 22px;
    font-size: 1.375rem;
    color: #8DC63F;
    font-weight: normal;
  }
}
@media all and (max-width: 768px) {
  .Lead--subhead.Heading--gray {
    color: #6DAB35;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.Button {
  text-align: center;
  padding: 6px !important;
}
@media only screen and (min-width: 1024px), print {
  .Button {
    padding: 2px 4px;
  }
}
.Button.Button--mobile {
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 1024px), print {
  .Button.Button--mobile {
    visibility: visible;
    display: block;
  }
  .Button.Button--primary {
    float: right !important;
  }
}
.Button--disabled {
  background-color: silver;
  border: silver;
}
.Button--disabled:hover {
  background-color: silver;
  border: silver;
  cursor: default;
}
.Button--secondary {
  padding: 10px 5px;
}
@media only screen and (min-width: 1024px), print {
  .Button--secondary {
    padding: 1px 4px;
  }
}
.Button--back {
  display: none;
}
.Button--header {
  padding-left: 5px;
  margin-bottom: 20px;
  display: none;
}
@media only screen and (min-width: 768px), print {
  .Button--header {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px), print {
  .Button--header {
    margin-top: 40px;
  }
}
.Header {
  margin: 30px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .Header {
    margin-bottom: 20px;
    text-align: left;
  }
}
.Logo-container {
  height: 33px;
  width: 190px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .Logo-container {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px), print {
  .Logo-container img {
    width: 100%;
    height: 100%;
  }
}
.Footer {
  margin-top: 30px;
}
@media only screen and (min-width: 768px), print {
  .Footer {
    margin-top: 80px;
  }
}
.Footer p {
  color: #333;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.Solutions {
  margin-bottom: 15px;
}
.BottomContentArea {
  display: none;
}
.BottomContentArea.is-visible {
  display: block;
}
.RightContentArea {
  display: none;
}
.RightContentArea.is-visible {
  display: block;
}
.Step-item .LinkList-item {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 1024px), print {
  .Step-item .LinkList-item {
    width: 100%;
  }
}
.Step-item .LinkList-link {
  border-radius: 10px;
  border: 1px solid #a4a3a3;
  background-color: #fff;
  color: #0677D1;
  background-repeat: no-repeat;
  margin-top: 10px;
  height: 90px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  display: table-cell;
  padding: 0px;
}
.Step-item .LinkList-link.is-active {
  background-color: #0677D1;
  color: #fff !important;
}
.Step-item .LinkList-link .LinkList-text {
  width: auto;
  display: inline-block;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px), print {
  .Step-item .LinkList-link .LinkList-text {
    width: auto;
  }
}
@media only screen and (max-width: 1024px), print {
  .Step-item .LinkList-link {
    height: 110px;
  }
}
.Step-item .LinkList-item .LinkList-text {
  color: #007dc3;
  background-position: 0 center;
  padding: 24px;
}
.Step-item .LinkList-item .LinkList-link.is-active .LinkList-text {
  color: #fff !important;
}
.Step-item .LinkList-item .LinkList-text {
  background-position: 5px center;
  padding: 24px;
}
/*[data-step="Step11_0"] {
    .LinkList-text{
       
        display:inline-block;
    }
    .LinkList .LinkList-link{
        border-radius: @solutions-border-radius;
	    border:@solutions-border;
	    display: block;
	    background-color: @solutions-background;
	    color: @solutions-color;
	    background-repeat: no-repeat;
	    margin-top: 10px;
	    height: @solutions-height;
	    text-decoration: none;
	    font-weight: bold;
	    .font-size(15);
	    line-height: 1.2;
	    padding-left:70px;
        padding-top:8px;
        @media @bp-medium{
            line-height:70px;
            padding-top:0;
        }
        &.is-active{
		    background-color: @solutions-background-active;
		    color: @solutions-color-active;
	    }
    }
    .LinkList .LinkList-text{
        background-repeat:no-repeat;
        
    }
    .LinkList li:first-child .LinkList-text{
        background-image: url(/Areas/LifeDecisionTree/Assets/Images/thumbBlue.png);
	    background-position: 10px 0;
        padding-left:60px;
        margin-left:-60px;
         @media @bp-medium{
              background-position: 0 10px;
         }
       
    }
    .LinkList li:first-child .LinkList-link{
        &.is-active{
            .LinkList-text{
                background-image: url(/Areas/LifeDecisionTree/Assets/Images/thumb.png);
            }
        }
    }
    .LinkList .LinkList-text{
        background-image: url(/Areas/LifeDecisionTree/Assets/Images/faqBlue.png);
	    background-position: 0 center;
        padding-left:40px;
        margin-left:-40px;
        &.is-active{
		    background-image: url(/Areas/LifeDecisionTree/Assets/Images/faq.png);
	    }
    }
    .LinkList .LinkList-link{
        &.is-active{
            .LinkList-text{
                background-image: url(/Areas/LifeDecisionTree/Assets/Images/faq.png);
            }
        }
    }
}*/
.field-validation-error {
  color: red;
  display: block;
  padding: 4px 0;
  font-size: 11px;
}
.field-validation-valid {
  display: none;
}
.List {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px), print {
  .List {
    margin-bottom: -4px;
  }
}
.List.List--noTopMargin {
  margin-top: 0;
}
.List.List--botMargin {
  margin-bottom: 15px;
}
.List-header {
  margin-top: 20px;
  margin-bottom: 1rem;
}
.List-item {
  margin-bottom: 7px;
}
.List-item:last-child {
  margin-bottom: 0;
}
.List-item:after {
  content: url('/Areas/LifeDecisionTree/Assets/Images/pdf.gif');
  position: absolute;
  margin: 3px 0 0 3px;
}
.List-item a {
  color: #0677D1;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
}
.List-item a:hover,
.List-item a:focus {
  color: #439539;
}
.LinkList {
  margin-bottom: 15px;
  padding: 0!important;
}
.LinkList-item {
  position: relative;
  display: table;
  margin-bottom: 10px!important;
  width: 100%;
}
.LinkList-link {
  border-radius: 10px;
  border: 1px solid #a4a3a3;
  display: block;
  background-color: #fff;
  color: #0677D1;
  background-repeat: no-repeat;
  display: table-cell;
  width: 100%;
  height: 45px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.1;
  padding: 0 5px;
  vertical-align: middle;
  cursor: pointer;
}
.LinkList-link.is-active {
  background-color: #0677D1;
  color: #fff;
}
.ButtonGroup {
  margin-top: 5px;
  overflow: hidden;
  height: 40px;
  display: flex;
  justify-content: center;
}
.ButtonGroup .Button.Button--mobile {
  display: none;
}
@media only screen and (max-width: 1024px), print {
  .ButtonGroup .Button {
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 1.75;
  }
  .ButtonGroup .Button.Button--mobile {
    display: inline-block;
  }
}
.ButtonGroup .Button--account {
  height: 30px !important;
  width: 60px !important;
  margin: 0px 6px;
}
@media only screen and (max-width: 1024px), print {
  .Step .ButtonGroup .Button,
  .Step .ButtonGroup-mobile .Button {
    padding: 10px;
  }
  .Step .Heading--beta {
    font-size: 15px;
    color: #333;
  }
}
.Step .field-validation-error {
  margin-left: 0;
}
.Step-item {
  display: none;
}
.Step-item.is-visible {
  display: block;
}
.Step-item.Step-solutionStep .Heading--charlie {
  text-transform: none;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.Step-item p:last-of-type {
  margin-bottom: 1rem;
}
.Step-item p:last-of-type:empty {
  display: none;
}
@media only screen and (min-width: 1024px), print {
  .Step-item.is-visible ~ .ButtonGroup {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px), print {
  .Step-item.is-visible ~ .ButtonGroup {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px), print {
  [data-module="DecisionTree"] {
    min-height: 575px;
  }
}
@media only screen and (max-width: 1024px), print {
  .Site-container.DecisionTree {
    margin: 0 15px;
  }
  .Step-item:nth-child(1) .Step-item--selection {
    display: none;
  }
  .Step-item .Heading--alpha {
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .Step-item .Lead p {
    margin-bottom: 7px;
  }
  .Step-item .Lead.Lead--subhead p {
    margin-bottom: 5px;
  }
  .js-fakeStepBack p:last-child {
    margin-bottom: 10px;
  }
  [data-module="DecisionTree"] {
    margin-bottom: -17px;
    margin-top: -20px;
    padding: 0;
  }
  .Step-emailSuccess + .ButtonGroup {
    margin-top: 2px;
  }
  .Step .ButtonGroup {
    margin-top: 4px;
  }
  .Step .ButtonGroup .Button {
    margin-top: 0;
  }
  .Footer.Site--narrow {
    padding: 38px 15px;
  }
}
/* New stuff */
/* New stuff */
.Footer {
  margin-top: 0px;
}
.Footer.Site--narrow {
  padding: 30px 29px;
}
@media only screen and (max-width: 1024px), print {
  .Footer.Site--narrow {
    padding: 30px 15px;
  }
}
.clearfix {
  clear: both;
}
.Main ul li {
  padding-left: 0px;
}
.Main ul li:before {
  display: none;
}
.Main ol > li:before {
  position: static;
  left: 0px;
}
@media (min-width: 1020px) {
  .Page-group .Step {
    width: 615px;
    float: left;
  }
  .Page-group {
    padding: 30px 30px 50px 30px;
  }
  .Page-narrow {
    max-width: 50%;
  }
}
@media (max-width: 1020px) {
  .Site-container {
    width: auto;
    padding: 20px 0px 15px;
    margin: 0 20px;
  }
  .Page-narrow {
    max-width: 100%;
  }
  .Progress-menu {
    display: none;
  }
  .Grid-cell.Brand.u-lg-size1of4 {
    width: 25% !important;
  }
  .Grid-cell.Brand.u-size1of3,
  .Grid-cell.Brand.u-size1of4 {
    width: 33.333% !important;
  }
}
.Banner {
  overflow: hidden;
}
/* Temp fixes for hidden items */
.js-menu {
  display: none;
  padding: 10px 0px 0px 30px;
}
.js-menu.is-visible {
  display: inline-block;
  padding: 10px 0px 0px 30px;
}
.js-back,
.js-fakeStepButtonNext,
.js-fakeStepButtonBack {
  display: none;
}
.js-back.active,
.js-fakeStepButtonNext.active,
.js-fakeStepButtonBack.active {
  display: inline-block;
}
.js-fakeStepButtonNext {
  float: left;
}
.js-next {
  float: right;
}
.js-back.active + .js-next,
.js-fakeStepButtonBack.active ~ .js-next {
  float: right;
}
@media all and (max-width: 1024px) {
  [data-step="Step11_0"].is-visible ~ .ButtonGroup .js-next {
    display: none;
  }
  [data-step="Step11_0"].is-visible ~ .ButtonGroup .js-fakeStepButtonNext {
    display: inline-block;
  }
  [data-step="Step11_0"].nextStep.is-visible ~ .ButtonGroup .js-next.active {
    display: inline-block;
  }
  [data-step="Step11_0"].nextStep.is-visible ~ .ButtonGroup .js-fakeStepButtonNext {
    display: none;
  }
}
.form-loader--ldt {
  width: 100%;
  text-align: center;
}
.form-loader--ldt:before {
  content: '';
  display: inline-block;
  height: 280px;
  vertical-align: middle;
  margin-right: -0.25rem;
}
@media all and (min-width: 769px) {
  .form-loader--ldt:before {
    max-height: 575px;
  }
}
.form-loader--ldt img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.cta-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cta-buttons-container a {
  margin-right: 5px;
  margin-left: 5px;
}
.Step-optional-text-blocks .Step-optional-text-block {
  display: none;
  margin-top: 20px;
  background: #f5f6f7;
  border-radius: 4px;
  padding: 24px;
}
.Step-optional-text-blocks .Step-optional-text-block.is-active {
  display: inherit;
}
.Progress-menu {
  width: 300px;
  float: left;
  margin-left: 20px;
}
.Progress-menu img {
  width: 100%;
  margin-bottom: 20px;
}
.Progress-menu .Progress-menu-container {
  margin-bottom: 10px;
  min-height: 50px;
  background-color: #f5f6f7;
}
.Progress-menu ol {
  margin: 0 0 1.5em;
  padding: 10px;
  background-color: #f5f6f7;
  counter-reset: item;
}
.Progress-menu ol > li {
  margin: 0;
  padding: 0 0 10px 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  position: static;
}
.Progress-menu ol > li:before {
  display: none;
}
.u-textSmall {
  font-size: 10px !important;
  font-size: 0.625rem !important;
  margin: 0;
}
.u-textBold {
  font-weight: bold!important;
}
.u-textUppercase {
  text-transform: uppercase !important;
}
.u-textNormal {
  text-transform: none !important;
}
.Disclaimer {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px), print {
  .u-lg-textRight {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px), print {
  .u-lg-hidden {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .u-md-hidden {
    display: none;
  }
}
.u-lg-block {
  display: none;
}
@media only screen and (min-width: 1024px), print {
  .u-lg-block {
    display: block;
  }
}
.u-md-inlineBlock {
  display: none;
}
@media only screen and (min-width: 768px), print {
  .u-md-inlineBlock {
    display: inline-block;
  }
}
.u-block {
  display: block;
}
.u-center {
  margin-left: auto;
  margin-right: auto;
}