@charset "UTF-8";
/*                        __________
                     .~#########%%;~.
                     /############%%;`\
                    /######/~\/~\%%;,;,\
                   |#######\    /;;;;.,.|
                   |#########\/%;;;;;.,.|
          XX       |##/~~####%;;;/~~\;,|       XX
        XX..X      |#|  o  ##%;/  o  |.|      X..XX
      XX.....X     |##\____/##%;\____/.,|     X.....XX
 XXXXX.....XX      #########/\;;;;;;,, /      XX.....XXXXX
X |......XX%,.@      ######/%;\;;;;, /      @#%,XX......| X
X |.....X  @#%,.@     |######%%;;;;,.|     @#%,.@  X.....| X
X  \...X     @#%,.@   |# # # % ; ; ;,|   @#%,.@     X.../  X
 X# \.X        @#%,.@                  @#%,.@        X./  #
  ##  X          @#%,.@              @#%,.@          X   #
, "# #X            @#%,.@          @#%,.@            X ##
   `###X             @#%,.@      @#%,.@             ####'
  . ' ###              @#%.,@  @#%,.@              ###`"
    . ";"                @#%.@#%,.@                ;"` ' .
      '                    @#%,.@                   ,.
      ` ,                @#%,.@  @@                `
                          @@@  @@@  

                          WARNING!!
                  DO NOT UPDATE THIS FILE!!!
                    UPDATE THE SCSS ONLY.                             
*/
/* =============================================================================
        FONTS
        ========================================================================== */
#hero {
  background-color: #d5ebff;
}
#hero h1,
#hero p {
  color: #000;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
}
#hero h1 {
  line-height: 1.2;
  font-weight: 600;
}
#hero p {
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
}

.hero__inner {
  width: 100%;
}
.hero__image {
  height: 280px;
  background-image: url("../images/hero-image.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.hero__text {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 1010px) {
  .hero {
    background-image: url("../images/hero-image.png");
    background-size: auto 480px;
    background-position: 50vw center;
    background-repeat: no-repeat;
  }
  .hero__inner {
    display: flex;
    height: 480px;
  }
  .hero__text {
    flex-basis: 50%;
    padding: 72px 20px 0;
    background-color: transparent;
  }
  .hero__image {
    display: none;
  }
}

.credit-card-tiles {
  display: block;
  padding-bottom: 40px;
}
@media (min-width: 1010px) {
  .credit-card-tiles {
    display: flex;
    align-items: baseline;
  }
}
.credit-card-tiles .card-tile {
  padding: 40px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1010px) and (max-width: 1200px) {
  .credit-card-tiles .card-tile {
    padding: 40px 25px;
  }
}
.credit-card-tiles .card-tile h5,
.credit-card-tiles .card-tile p {
  color: #000;
  margin: 20px 0;
}
.credit-card-tiles .card-tile h5 {
  font-size: 20px;
  font-weight: 600;
}
.credit-card-tiles .card-tile p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 1010px) {
  .credit-card-tiles .card-tile p {
    height: 144px;
  }
}
.credit-card-tiles .card-img {
  width: 180px;
  margin: 0 auto;
}
.credit-card-tiles .card-img--vertical {
  width: 110px;
}
.credit-card-tiles .card-btn {
  padding: 14px;
  background-color: #006aff;
  color: #fff;
  border-radius: 6px;
  display: block;
  width: 270px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
}

.icon-cards-header {
  background-color: #f8f8f8;
  padding: 40px 20px;
  text-align: center;
}
.icon-cards-header p {
  font-size: 16px;
  font-weight: 300;
}

.icon-cards {
  background-color: #f8f8f8;
  padding: 0 20px 72px;
}
.icon-cards h1,
.icon-cards h4,
.icon-cards p {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  text-align: center;
}
.icon-cards h1 {
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1010px) {
  .icon-cards {
    background-color: #f8f8f8;
  }
}

.icon-cards-group {
  background-color: #f8f8f8;
}
@media (min-width: 1010px) {
  .icon-cards-group {
    display: flex;
    justify-content: space-between;
  }
}

.icon-card {
  max-width: 305px;
  background-color: #fff;
  padding: 30px 20px;
  margin: 0 auto 15px;
}
.icon-card__icon {
  display: flex;
  justify-content: center;
  min-height: 87px;
}
.icon-card h4 {
  margin-top: 0;
  font-size: 18px;
}
.icon-card p {
  color: #0046aa;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
}
@media (min-width: 1010px) {
  .icon-card p {
    min-height: 45px;
  }
}
.icon-card ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.icon-card ul li {
  font-size: 20px;
  color: #63b8ff;
  margin-bottom: 8px;
}
.icon-card ul li span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 1010px) {
  .icon-card {
    width: calc(33.333333% - 15px);
    background-color: #fff;
    margin-bottom: 0;
  }
}

.card-promo-tiles {
  display: flex;
  padding: 16px 0 8px;
  flex-direction: row;
}

.card-promo-tile {
  background-color: #F6F6F6;
  padding: 16px;
  margin: 0 24px 0 0;
  min-width: 152px;
  display: flex;
  flex-direction: column;
}
.card-promo-tile:last-child {
  margin: 0;
}
@media (min-width: 920px) {
  .card-promo-tile {
    width: 420px;
    padding: 24px;
    margin-bottom: 0;
    position: relative;
    display: block;
    min-height: auto;
  }
}
.card-promo-tile h3 {
  font-size: 16px;
  margin: 0 0 12px;
  display: block;
}
@media (min-width: 920px) {
  .card-promo-tile h3 {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .card-promo-tile .card-image {
    top: 16px;
    left: 24px;
  }
  .card-promo-tile img {
    width: 64px !important;
  }
  .card-promo-tile h3 {
    padding-left: 86px;
  }
  .card-promo-tile .card-link {
    margin-left: 86px;
  }
}
.card-promo-tile .card-image {
  margin: 0 0 24px 0;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 920px) {
  .card-promo-tile .card-image {
    min-height: auto;
    margin: 0 24px 0 0;
    position: absolute;
  }
}
.card-promo-tile .card-link {
  color: #006AFF;
  display: block;
  text-align: center;
}
@media (min-width: 920px) {
  .card-promo-tile .card-link {
    border: 1px solid #006AFF;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    color: #006AFF;
    white-space: nowrap;
    text-align: left;
    max-width: 182px;
  }
  .card-promo-tile .card-link:hover {
    background-color: #006AFF;
    color: #FFF;
    text-decoration: none;
  }
}

.callout {
  position: relative;
  text-align: center;
  padding: 270px 40px 40px;
  background: linear-gradient(#0157D1, #0046AA);
}
@media (min-width: 1010px) {
  .callout {
    padding-top: 40px;
    background: #0046aa;
  }
}
.callout__content {
  position: relative;
  z-index: 1;
}
.callout h3, .callout p {
  color: #fff;
}
.callout a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 8px 15px;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}
.callout__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/tube-mobile@2x.png");
  background-repeat: no-repeat;
  background-size: 375px;
  background-position: top right;
}
@media (min-width: 1010px) {
  .callout__image {
    background-image: url("../images/tube-desktop@2x.png");
    background-size: contain;
  }
}
.callout:before {
  content: '';
  width: 40%;
  height: 100%;
  top: 0;
  left: -10%;
  position: absolute;
  z-index: 2;
  background-image: linear-gradient(118deg, #005cde -49%, #0046aa 162%, #78c1fe 162%);
  transform: skew(-25deg);
  display: none;
}
@media (min-width: 1010px) {
  .callout:before {
    display: block;
  }
}

.important-information {
  background-color: #e5e5e5;
  padding: 20px 15px;
}
@media (min-width: 1010px) {
  .important-information {
    padding: 20px 0;
  }
}
.important-information__inner {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 1010px) {
  .important-information__inner {
    padding: 40px;
  }
}
.important-information__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.important-information__title svg {
  width: 32px;
  margin-right: 20px;
}
.important-information__title h4 {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 1010px) {
  .important-information__title svg {
    width: 50px;
  }
  .important-information__title h4 {
    font-size: 24px;
  }
}
.important-information__text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 1010px) {
  .important-information__text {
    padding: 0 0 0 50px;
    width: 50%;
  }
}

.page404Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 100px;
}
@media (min-width: 1010px) {
  .page404Content {
    padding: 120px 0 140px;
  }
}
.page404Content h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -1px;
  display: block;
  color: #000;
  margin: 0 0 16px;
}
@media (min-width: 1010px) {
  .page404Content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1010px) {
  .page404Content p {
    font-size: 18px;
  }
}
.page404Content h1, .page404Content p {
  max-width: 300px;
  text-align: center;
}
@media (min-width: 1010px) {
  .page404Content h1, .page404Content p {
    max-width: 520px;
  }
}
.page404Content img {
  margin-top: 40px;
  max-width: 80%;
}

/* =============================================================================
        UTILITIES, BASE, NORMALIZE
        ========================================================================== */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.*/
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.*/
[hidden] {
  display: none;
}

/* ==========================================================================
     Base
     ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

/* ==========================================================================
     Links
     ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.*/
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
     Typography
     ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.*/
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.*/
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.*/
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.*/
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
     Figures
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.*/
figure {
  margin: 0;
}

/* ==========================================================================
     Forms
     ========================================================================== */
/**
 * Define consistent border, margin, and padding.*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.*/
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.*/
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.*/
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;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.*/
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).*/
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.*/
textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* =============================================================================
        GLOBAL
        ========================================================================== */
html,
body {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased !important;
}

.no-js .js,
.js .no-js {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #bebebe;
}

hr {
  border: solid 1px #dcdcdc;
  margin: 10px 0 20px 0;
}

/* =============================================================================
        - MARGINS
        ========================================================================== */
.l-margins {
  width: 1010px;
  padding: 0 25px;
  margin: 0 auto;
}

/* =============================================================================
        - MAIN and LAYOUTS
        ========================================================================== */
#container,
#content-container,
#nav,
#secondary-nav {
  outline: none;
}

/* =============================================================================
        -- ONE COLUMN
        ========================================================================== */
.l-one-column #content-primary {
  width: 100%;
  background: #fff;
  padding: 25px 0;
  position: relative;
}

@media (max-width: 63.0625em) {
  .l-one-column #content-primary {
    padding: 25px;
  }
}
/* =============================================================================
        -- TWO COLUMN RIGHT
        ========================================================================== */
.l-two-column-right #content-primary {
  width: 680px;
  float: left;
  background: #fff;
  padding: 25px 25px 50px 0;
}

@media (max-width: 63.0625em) {
  .l-two-column-right #content-primary {
    padding: 25px;
  }
}
.l-two-column-right #content-primary li {
  padding: 0 0 10px 25px;
}

.l-two-column-right #sidebar {
  width: 240px;
  float: right;
  margin-top: 50px;
}

.l-two-column-right.media #sidebar {
  width: 280px;
}

/* =============================================================================
        -- TWO COLUMN LEFT (NOT IN USE)
        ========================================================================== */
.l-two-column-left #sidebar {
  width: 300px;
  margin-right: 30px;
  float: left;
}

.l-two-column-left #content-primary {
  width: 618px;
  float: right;
  background: #fff;
}

/* =============================================================================
        - TYPOGRAPHY
        ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  margin: 30px 0 20px 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
  display: inline;
}

p,
li,
table,
span,
form,
a,
label {
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}

p.disclaimer,
ol li.disclaimer,
p.disclaimer a {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
}

p.bottom {
  position: absolute;
  bottom: 14px;
}

p:first-child {
  margin-top: 0;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
}

@media (max-width: 47.4375em) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 12px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 11px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 9px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
}

h1.loans {
  margin-bottom: 5px;
}

h1.loans-landing {
  font-size: 36px;
  font-size: 2.3rem;
}

h4.purple {
  color: #595194;
  margin-bottom: 5px;
}

/*============================================================
        - CAMPAIGN TYPOGRAPHY
    =========================================================== */
h1.loan-finances {
  color: #71176d;
}

h2.loan-finances {
  font-size: 22px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #ed8000;
}

h4.loan-finances {
  color: #71176d;
}

ol.loan-finances {
  padding-left: 15px;
}

/* =============================================================================
        - LISTS
        ========================================================================== */
ul,
ol {
  padding-left: 40px;
  margin: 0 0 20px;
  font-weight: normal;
}

ul li,
ol li {
  line-height: 1.6;
}

/* =============================================================================
        - Loader
        ========================================================================== */
#outer-wrap .loader {
  display: none;
}

.csstransforms3d.csstransitions.js #outer-wrap .loader {
  -webkit-transition: opacity 500ms ease-out, visibility 500ms;
  -moz-transition: opacity 500ms ease-out, visibility 500ms;
  -o-transition: opacity 500ms ease-out, visibility 500ms;
  transition: opacity 500ms ease-out, visibility 500ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 150%;
  display: block;
  top: 0;
  visibility: hidden;
  z-index: 9999;
  text-align: center;
}

.csstransforms3d.csstransitions.js #outer-wrap .loader.active {
  z-index: 9999;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.csstransforms3d.csstransitions.js #outer-wrap .loader.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  content: '';
  height: 24px;
  width: 24px;
  top: 35%;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  background: url("/assets/images/loader.gif");
  display: block;
}

/* =============================================================================
        HEADER
        ========================================================================== */
#top {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 30;
}

#top .secondary-container {
  background-color: #d5d5d5;
  height: 25px;
  position: relative;
  z-index: 40;
}

#top .top-container {
  background-color: #fff;
  height: 66px;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px 3px #cdcdcd;
  -moz-box-shadow: 0 0 10px 3px #cdcdcd;
  box-shadow: 0 0 10px 3px #cdcdcd;
}

.lt-ie9 #top .top-container {
  border-bottom: 1px solid #cdcdcd;
}

.content-section {
  z-index: 2;
  position: relative;
}

#header {
  position: relative;
  float: left;
}

#header .logo {
  display: block;
  padding: 0;
  margin: 0;
}

#header .logo:hover,
#header .logo:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#header .logo img {
  position: absolute;
  top: 9px;
}

.logo.creditline img {
  position: absolute;
  top: 9px;
  height: 50px;
}

#header .mobile-login {
  display: none;
}

#footer {
  font-size: 12px;
  font-size: 0.75rem;
  color: #d5d5d5;
  background: #e7f4ff;
  padding: 0;
}

#footer a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #0046AA;
  position: relative;
  line-height: 28px;
}

#footer .footer-links {
  width: 23%;
  float: left;
  margin: 30px 15px 0 0;
  position: relative;
}

#footer .footer-links.icons {
  width: 100%;
}

#footer .footer-links.icons li {
  position: relative;
  float: left;
}

#footer .footer-links.icons a {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 25px;
  margin-right: 40px;
}

#footer .footer-links.icons a:before {
  content: '';
  position: absolute;
  display: block;
}

#footer .footer-links.icons a.contact:before {
  height: 17px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1802px;
  background-repeat: no-repeat;
  left: -6px;
  top: 4px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #footer .footer-links.icons a.contact:before {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1837px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#footer .footer-links.icons a.branch:before {
  height: 20px;
  width: 15px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1978px;
  background-repeat: no-repeat;
  left: -3px;
  top: 2px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #footer .footer-links.icons a.branch:before {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1937px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#footer .footer-links.icons a.faqs:before {
  height: 21px;
  width: 13px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2051px;
  background-repeat: no-repeat;
  left: -1px;
  top: 2px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #footer .footer-links.icons a.faqs:before {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2010px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#footer .footer-links.icons a.feedback:before {
  height: 18px;
  width: 18px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2189px;
  background-repeat: no-repeat;
  left: -33px;
  top: 3px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #footer .footer-links.icons a.feedback:before {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2159px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#footer .footer-links.icons a li:after {
  display: none;
}

#footer .footer-links p {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-weight: bold;
  display: block;
  color: #d5d5d5;
}

#footer .footer-links p a {
  font-size: 15px;
  font-size: 0.9375rem;
}

#footer .footer-links ul {
  list-style-type: none;
  padding: 0;
  float: left;
}

#footer .footer-links li {
  margin: 0;
}

#footer .secondary-links a,
#footer .primary-links a {
  margin: 0 14px;
}

#footer .primary-links a {
  font-size: 0.9375rem;
  color: #006AFF;
}

#footer .secondary-links ul {
  list-style-type: none;
  margin: 20px 0 20px;
  padding: 0;
  float: left;
}

#footer .primary-links ul {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
  float: left;
}

#footer .secondary-links li,
#footer .primary-links li {
  position: relative;
  margin: 0;
  float: left;
}

#footer .secondary-links li:after,
#footer .primary-links li:after {
  font-size: 12px;
  font-size: 0.75rem;
  content: '|';
  position: absolute;
  color: #777;
  top: 5px;
  left: -1px;
}

#footer .secondary-links li:first-child a,
#footer .primary-links li:first-child a {
  margin-left: 0;
}

#footer .secondary-links li:first-child:after,
#footer .primary-links li:first-child:after {
  display: none;
}

#footer .copyright p,
#footer address {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 30px;
  font-style: normal;
}

#footer .copyright p a {
  text-decoration: underline;
}

/* =============================================================================
        GLOBAL NAVIGATION
        ========================================================================== */
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.nav-open,
.nav-open-right {
  display: none;
}

#inner-wrap {
  position: relative;
  width: 100%;
  min-width: 320px;
}

#inner-wrap #touch-overlay {
  display: none;
  z-index: 20;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

#nav ul {
  list-style-type: none;
  padding: 0;
}

#nav ul li {
  margin: 15px 0 0;
}

#nav ul li a {
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #006AFF;
  display: block;
  float: left;
  margin-left: 0;
  position: relative;
  border: 0;
}

#nav ul li a:hover,
#nav ul li a:focus {
  text-decoration: none;
}

#nav ul.primary {
  margin: 0;
  height: 68px;
}

#nav ul.primary > li {
  margin: 0;
  position: relative;
}

#nav ul.primary > li > a {
  padding: 20px 18px 20px 18px;
  height: 66px;
  border-bottom: none;
  text-decoration: none;
}

#nav ul.primary > li > a:focus,
#nav ul.primary > li > a:hover {
  background: #006AFF !important;
  color: #fff !important;
}
#nav ul.primary > li > a:focus svg,
#nav ul.primary > li > a:hover svg {
  color: #fff;
}

#nav ul.primary > li > a:focus,
#nav ul.primary > li > a:active {
  background: #006AFF;
  color: #fff;
}

#nav ul.primary > li.active > a {
  border-bottom: solid 4px #006AFF;
}

#nav ul.primary > li .mega-menu {
  display: none;
}

#nav ul.primary > li .mega-menu-close {
  border-bottom: none;
  display: none;
}

#nav ul.primary > li.active > a.mega-menu-close {
  border-bottom: none;
}

#nav ul.primary li.mega-menu-active .mega-menu-close {
  display: block;
  height: 39px;
  width: 39px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1232px;
  background-repeat: no-repeat;
  position: absolute;
  top: 82px;
  left: 356px;
  z-index: 999;
  padding: 0;
  border-bottom: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.mega-menu-active .mega-menu-close {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1281px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.mega-menu-active .mega-menu {
  display: block;
  position: absolute;
  top: 66px;
  z-index: 62;
  background-color: #fff;
  width: 280px;
  height: auto;
}

#nav ul.primary li.mega-menu-active a {
  border-bottom: #006AFF 4px solid;
  text-decoration: none;
}

#nav ul.primary li.mega-menu-active .mega-menu.first {
  display: block;
  position: absolute;
  top: 66px;
  left: 178px;
}

#nav ul.primary li.mega-menu-active .mega-menu.second {
  top: 66px;
  left: 259px;
}

#nav ul.primary li.mega-menu-active .mega-menu.third {
  top: 66px;
  left: 369px;
}

.opacity #nav ul.primary li.mega-menu-active .mega-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

#nav ul.primary li.mega-menu-active .mega-menu:after {
  border-color: rgba(89, 89, 89, 0);
  border-bottom-color: #595959;
  border-width: 25px;
  margin-left: -25px;
}

#nav ul.primary li.mega-menu-active .mega-menu.first:after {
  left: 215px;
}

#nav ul.primary li.mega-menu-active .mega-menu.second:after {
  left: 325px;
}

#nav ul.primary li.mega-menu-active .mega-menu.third:after {
  left: 455px;
}

#nav ul.primary li.mega-menu-active .mega-menu .two-columns .column {
  float: left;
  width: 50%;
}

#nav
ul.primary
li.mega-menu-active
.mega-menu
.two-columns
.column.left
.product {
  border-right: #474747 solid 2px;
}

#nav ul.primary li.mega-menu-active .mega-menu .product {
  width: 100%;
  height: 46px;
  color: #006AFF;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  float: none;
  border-bottom: none;
}

#nav ul.primary li.mega-menu-active .mega-menu .product:nth-child(3) {
  border-bottom: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.mega-menu-active .mega-menu .product:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1803px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.mega-menu-active .mega-menu .product:hover {
  background-color: #006AFF;
  color: #ffffff;
}

#nav ul.primary li.mega-menu-active .mega-menu .product.blue-hover {
  background-color: #0393ca;
}

#nav ul.primary li.mega-menu-active .mega-menu .product.blue-hover:hover {
  background-color: #0393ca;
}

#nav ul.primary li.mega-menu-active .mega-menu .product:hover .product-name {
  text-decoration: none;
}

#nav ul.primary li.mega-menu-active .mega-menu .product .product-name {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}

#nav ul.primary li.mega-menu-active .mega-menu .product .product-desc {
  padding-right: 30px;
}

#nav ul.primary li.iwantto {
  position: relative;
}

#nav ul.primary li.iwantto > a {
  float: right;
  z-index: 40;
  font-size: 19px;
  font-size: 1.1875rem;
  color: white;
  width: 240px;
  height: 67px;
  background-color: #006AFF;
}

#nav ul.primary li.iwantto > a:after {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -33px;
  background-repeat: no-repeat;
  top: 25px;
  right: 30px;
  bottom: auto;
  left: auto;
  display: block;
  background-color: transparent;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > a:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -33px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.csstransitions.csstransforms3d #nav ul.primary li.iwantto > a:after {
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

#nav ul.primary li.iwantto > ul {
  position: absolute;
  top: 67px;
  width: 240px;
  right: 0;
  display: none;
  margin: 0;
  z-index: 30;
}

.csstransitions.csstransforms3d #nav ul.primary li.iwantto > ul {
  display: block;
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms;
  -webkit-transform: translate3d(0, -600px, 0);
  -moz-transform: translate3d(0, -600px, 0);
  -ms-transform: translate3d(0, -600px, 0);
  -o-transform: translate3d(0, -600px, 0);
  transform: translate3d(0, -600px, 0);
}

.opacity #nav ul.primary li.iwantto > ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#nav ul.primary li.iwantto > ul > li {
  line-height: 1;
  margin: 0;
}

#nav ul.primary li.iwantto > ul > li:last-child a {
  border-bottom: none;
}

#nav ul.primary li.iwantto > ul > li.last-child a {
  border-bottom: 1px solid #5a86b5;
}

#nav ul.primary li.iwantto > ul > li > div {
  display: none;
}

#nav ul.primary li.iwantto > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  color: white;
  height: auto;
  line-height: 18px;
  width: 240px;
  background-color: #006AFF;
  background: rgba(0, 92, 185, 0.8);
  padding: 17px 10px 17px 60px;
  border-bottom: 1px solid #003468;
}

#nav ul.primary li.iwantto > ul > li > a:hover,
#nav ul.primary li.iwantto > ul > li > a:focus {
  background-color: #004a95;
}

#nav ul.primary li.iwantto > ul > li > a:after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
}

#nav ul.primary li.iwantto > ul > li > a.car {
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

#nav ul.primary li.iwantto > ul > li > a.car:after {
  height: 22px;
  width: 27px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1519px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.car:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1408px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.caravan:after {
  height: 27px;
  width: 23px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1556px;
  background-repeat: no-repeat;
  top: 25px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.caravan:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1522px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.finances:after {
  height: 26px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1937px;
  background-repeat: no-repeat;
  top: 14px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.finances:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2046px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.renovate:after {
  height: 27px;
  width: 27px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2087px;
  background-repeat: no-repeat;
  top: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.renovate:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2087px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.education:after {
  height: 23px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2013px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.education:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1972px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.holiday:after {
  height: 27px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1442px;
  background-repeat: no-repeat;
  top: 17px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.holiday:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1445px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.card:after {
  height: 20px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2222px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.card:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2363px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.money:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 28px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1694px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -8px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.money:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1694px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
#nav ul.primary li.iwantto > ul > li > a.star:after {
  content: '';
  position: absolute;
  display: block;
  height: 24px;
  width: 25px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1725px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -14px;
  left: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto > ul > li > a.star:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1725px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
#nav ul.primary li.iwantto.dropdown-active > a:after {
  height: 7px;
  width: 10px;
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -99px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav ul.primary li.iwantto.dropdown-active > a:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -99px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.csstransforms3d.csstransitions
#nav
ul.primary
li.iwantto.dropdown-active
> a:after {
  height: 9px;
  width: 13px;
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -33px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .csstransforms3d.csstransitions
  #nav
  ul.primary
  li.iwantto.dropdown-active
  > a:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -33px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
#nav ul.primary li.iwantto.dropdown-active > ul {
  display: block;
}

.csstransitions.csstransforms #nav ul.primary li.iwantto.dropdown-active > ul {
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#nav ul.primary li.iwantto.dropdown-active li > div {
  display: none;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-header {
  position: relative;
  background-color: #006AFF;
  padding: 8px 5px 5px 45px;
  height: 60px;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-header:after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  left: 10px;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-header h1 {
  color: white;
  font-size: 25px;
  font-size: 1.5625rem;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-header
span.needs-heading {
  color: white;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-header
h1.long-txt {
  font-size: 21px;
  font-size: 1.3125rem;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-header
span.long-txt {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  color: white;
}

/*#nav ul.primary li.iwantto.dropdown-active li > div .pullout-header h2 {
        color: white;
        font-size: 14px;
        font-size: 0.875rem;
        margin-left: 15px;
}*/
#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-header
span.needs-subheading {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 0;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-content .column {
  float: left;
  height: 300px;
  display: block;
  padding: 15px;
  background-color: white;
  position: relative;
  color: black;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column:hover,
#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column:focus {
  background-color: #ebebeb;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1632px;
  background-repeat: no-repeat;
  top: 18px;
  right: 10px;
  left: auto;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div
  .pullout-content
  .column:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1632px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-title {
  text-transform: uppercase;
  display: block;
  color: #006AFF;
  line-height: 20px;
  height: 40px;
  margin-right: 15px;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-content {
  color: #000;
  width: 100%;
  display: block;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-content
ul {
  list-style-type: disc;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-content
ul
li {
  margin: 0 0 3px 8px;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-content
ol
li {
  margin: 0;
  padding: 0;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #cbcbcb;
  color: #006AFF;
  padding: 20px 20px 20px 40px;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-footer
.column-footer-text {
  position: relative;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div
.pullout-content
.column
.column-footer
.column-footer-text:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
  height: 13px;
  width: 13px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2456px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div
  .pullout-content
  .column
  .column-footer
  .column-footer-text:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2480px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto.dropdown-active li > div .three-column .column {
  width: 33.33%;
}

#nav ul.primary li.iwantto.dropdown-active li > div .three-column .middle {
  border-right: 2px solid #006AFF;
  border-left: 2px solid #006AFF;
}

#nav ul.primary li.iwantto.dropdown-active li > div .two-column .column {
  width: 50%;
}

#nav ul.primary li.iwantto.dropdown-active li > div .two-column .left {
  border-right: 2px solid #006AFF;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-footer {
  background-color: #006AFF;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
  height: 35px;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-footer h2 {
  color: white;
  margin: 0;
}

#nav ul.primary li.iwantto.dropdown-active li > div .pullout-footer a {
  float: none;
  padding: 0;
  margin: 0;
}

#nav
ul.primary
li.iwantto.dropdown-active
li
> div.holiday
> .pullout-header:after {
  height: 27px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1442px;
  background-repeat: no-repeat;
  top: 16px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div.holiday
  > .pullout-header:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1445px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav
ul.primary
li.iwantto.dropdown-active
li
> div.education
> .pullout-header:after {
  height: 23px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2013px;
  background-repeat: no-repeat;
  top: 18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div.education
  > .pullout-header:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1972px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav
ul.primary
li.iwantto.dropdown-active
li
> div.car
> .pullout-header:after {
  height: 22px;
  width: 27px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1519px;
  background-repeat: no-repeat;
  top: 18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div.car
  > .pullout-header:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1408px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav
ul.primary
li.iwantto.dropdown-active
li
> div.caravan
> .pullout-header:after {
  height: 27px;
  width: 23px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1556px;
  background-repeat: no-repeat;
  top: 18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div.caravan
  > .pullout-header:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1522px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav
ul.primary
li.iwantto.dropdown-active
li
> div.finances
> .pullout-header:after {
  height: 26px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1937px;
  background-repeat: no-repeat;
  top: 18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div.finances
  > .pullout-header:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2046px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav
ul.primary
li.iwantto.dropdown-active
li
> div.renovate
> .pullout-header:after {
  height: 27px;
  width: 27px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2087px;
  background-repeat: no-repeat;
  top: 16px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #nav
  ul.primary
  li.iwantto.dropdown-active
  li
  > div.renovate
  > .pullout-header:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2087px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#nav ul.primary li.iwantto.dropdown-active li.pullout-active > a {
  background-color: #006AFF;
}

#nav ul.primary li.iwantto.dropdown-active li.pullout-active > a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -30px;
  left: -25px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 25px 30px 0;
  border-color: transparent #006AFF transparent transparent;
}

#nav
ul.primary
li.iwantto.dropdown-active
li.pullout-active
> a.caravan:before {
  margin-top: -41px;
  border-width: 41px 25px 41px 0;
}

#nav ul.primary li.iwantto.dropdown-active li.pullout-active > div {
  display: block;
  position: absolute;
  top: 20px;
  right: 330px;
  background-color: white;
  width: 600px;
}

#nav ul.secondary {
  z-index: 101;
  position: absolute;
  top: 20px;
  width: 350px;
  margin: 0;
}

#nav ul.secondary li {
  margin: 0;
}

#nav ul.secondary li a {
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  height: 25px;
  line-height: 25px;
  margin-left: 36px;
  color: #000;
  text-decoration: none;
}

#nav ul.secondary li a:hover,
#nav ul.secondary li a:focus {
  text-decoration: underline;
}

#nav ul.secondary li:first-child a {
  margin-left: 0;
}

#nav ul.second-nav {
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  position: absolute;
  width: 100%;
  margin: 55px 0 0;
  list-style-type: none;
  padding: 0;
  display: none;
}

#nav ul.second-nav li {
  margin: 0;
  float: left;
}

#nav ul.second-nav li a {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-right: 0;
  padding: 0 20px;
  display: block;
  color: #5a86b5;
  height: 42px;
  line-height: 42px;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

#nav ul.second-nav li a:hover,
#nav ul.second-nav li a:focus {
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  text-decoration: none;
  color: #003150;
}

#nav ul.second-nav li.active > a,
#nav ul.second-nav li a:focus,
#nav ul.second-nav li a:hover {
  text-decoration: none;
  background-color: rgba(90, 134, 181, 0.1);
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

#nav ul.second-nav li.active > a:after,
#nav ul.second-nav li a:focus:after,
#nav ul.second-nav li a:hover:after {
  display: none;
}

#rh-nav {
  position: absolute;
  top: 0;
  width: 1010px;
  z-index: 100;
  padding: 0 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#rh-nav .online-login-list {
  list-style-type: none;
  padding: 0;
}

#rh-nav .online-login-list > li {
  position: relative;
}

#rh-nav .online-login-list > li > a {
  display: block;
  position: relative;
  height: 25px;
  width: 300px;
  line-height: 25px;
  color: #000;
  text-align: right;
  padding-right: 40px;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
}

#rh-nav .online-login-list > li > a:after {
  height: 17px;
  width: 22px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -920px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  right: 8px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #rh-nav .online-login-list > li > a:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -920px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.no-touch #rh-nav .online-login-list > li:hover > a,
.no-touch #rh-nav .online-login-list > li:focus > a {
  color: white;
  text-decoration: none;
  background: #1a1a1a;
}

.no-touch #rh-nav .online-login-list > li:hover .online-login-dropdown,
.no-touch #rh-nav .online-login-list > li:focus .online-login-dropdown {
  display: block;
}

#rh-nav .online-login-list.active > li > a {
  color: white;
  text-decoration: none;
  background: #1a1a1a;
}

#rh-nav .online-login-list.active > li > .online-login-dropdown {
  display: block;
}

#rh-nav .online-login-dropdown {
  position: absolute;
  list-style: none;
  display: none;
  top: 25px;
  right: 0;
  width: 300px;
  background-color: #5c5c5c;
  padding: 0;
}

#rh-nav .online-login-dropdown a {
  display: block;
  color: #e3e3e3;
  padding: 5px 10px 5px 5px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

#rh-nav .online-login-dropdown a:hover {
  background-color: #464646;
  text-decoration: underline;
}

/* =============================================================================
        - LINKS
        ========================================================================== */
a {
  color: #0046AA;
  font-weight: bold;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a.link-grey {
  color: #000;
}

.cta-btn {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #006AFF;
  margin: 0 20px 0 0;
  padding: 20px 60px 20px 20px;
  text-align: left;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.cta-btn:hover,
.cta-btn:focus {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #106da3;
}

.cta-btn.apply:hover,
.cta-btn.apply:focus {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #106da3;
}

.cta-btn:active {
  background-color: #006AFF;
}

.cta-btn.apply:active {
  background-color: #106da3;
}

.cta-btn:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1700px;
  background-repeat: no-repeat;
  right: 15px;
  bottom: 23px;
}

.cta-btn.apply {
  background-color: #32a01e;
}

.l-module.center {
  margin-left: auto;
  margin-right: auto;
  width: 362px;
}

.cta-btn.tall:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1666px;
  background-repeat: no-repeat;
  right: 15px;
  bottom: 22px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .cta-btn:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1700px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.cta-btn.secondary {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  text-align: left;
  color: white;
  background-color: #575757;
  margin: 0 17px 20px 0;
  padding: 20px 60px 20px 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.cta-btn.secondary:hover,
.cta-btn.secondary:focus {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #3f3f3f;
}

.cta-btn.secondary:active {
  background-color: #575757;
}

.cta-btn.secondary:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1666px;
  background-repeat: no-repeat;
  right: 14px;
  bottom: 23px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .cta-btn.secondary:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1700px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.cta-btn.tertiary {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  text-align: left;
  color: white;
  background-color: #4f4f4f;
  margin: 0 20px 20px 0;
  padding: 10px 50px 10px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.cta-btn.tertiary:hover,
.cta-btn.tertiary:focus,
.cta-btn.tertiary:active {
  -webkit-box-shadow: 0 2px 0 #424242;
  -moz-box-shadow: 0 2px 0 #424242;
  box-shadow: 0 2px 0 #424242;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #d2d2d2;
}

.cta-btn.tertiary:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1666px;
  background-repeat: no-repeat;
  right: 14px;
  bottom: 14px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .cta-btn.tertiary:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1700px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.cta-btn.right {
  float: right;
  margin-right: 0;
}

.cta-btn.small {
  width: 230px;
}

.cta-btn.medium {
  width: 330px;
}

.cta-btn.long {
  width: 100%;
}

.cta-btn.purple {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  text-align: left;
  color: white;
  background-color: #71176d;
  margin: 20px 0 20px 0;
  padding: 10px 50px 10px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.cta-btn.tall {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 47.4375em) {
  .cta-btn.small,
  .cta-btn.medium {
    width: 100%;
  }
}
/* =============================================================================
        MODULES
        ========================================================================== */
.l-2-col > .l-module {
  width: 50%;
  display: block;
  float: left;
}

.l-3-col > .l-module {
  width: 33.33%;
  display: block;
  float: left;
}

.l-2-col > .l-module {
  width: 48.5%;
  margin-right: 2%;
}

.l-2-col > .l-module:last-of-type {
  margin-left: 1%;
  margin-right: 0;
  float: left;
}

.l-3-col > .l-module {
  width: 32%;
  margin-right: 2%;
}

.l-3-col > .l-module:last-of-type {
  margin-right: 0;
}

#sidebar {
  position: relative;
}

#sidebar .l-module {
  width: 100%;
  background: #f4f4f4;
}

#sidebar .l-module:first-child {
  margin-top: 30px;
}

.l-module {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}

.l-module-l {
  padding: 10px 0px;
  margin-bottom: 20px;
  position: relative;
}

.l-module img {
  display: block;
}

img.pinpos {
  float: right;
  padding-left: 10px;
}

.l-module img.inline {
  display: inline;
}

.l-module img.stretch {
  width: 100%;
}

.l-module img.right {
  float: right;
  margin-left: 25px;
}

.l-module img.right.article {
  float: right;
  margin: 0 0 25px 25px;
  width: 370px;
}

@media (max-width: 63.0625em) {
  .l-module img.right.article {
    width: 100%;
  }
}
.l-module img.left {
  float: left;
  margin-right: 25px;
}

.l-module.disclaimer,
.l-module.disclaimer p,
.l-module.disclaimer a,
.l-module.disclaimer ol li {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
}

.homepage-boxes .l-module.disclaimer {
  height: 100%;
}

.l-module ul.list-green-tick,
.l-module ul.list-blue-tick {
  list-style-type: none;
  padding-left: 20px;
}

.l-module ul.list-green-tick li,
.l-module ul.list-blue-tick li {
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.l-module ul.list-blue-tick li {
  padding-left: 40px !important;
}

.l-module ul.list-green-tick li:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  height: 13px;
  width: 16px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2368px;
  background-repeat: no-repeat;
}

.l-module ul.list-blue-tick li:after {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 23px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1659px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module ul.list-blue-tick li:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1659px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module ul.list-green-tick li:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2398px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module ul.download-links {
  list-style-type: none;
  padding-left: 0px;
}

.l-two-column-right #content-primary .l-module ul.download-links li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}

.faq-page .faq-section li .expanded-content ul.download-links {
  list-style-type: none;
  margin-top: 20px;
}

.faq-page .faq-section li .expanded-content ul.download-links li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  list-style-type: none;
}

.l-module ul.download-links li:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
}

.l-module ul.download-links li.pdf:after {
  height: 34px;
  width: 34px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1286px;
  background-repeat: no-repeat;
}

.faq-section h2 {
  margin-left: 12px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module ul.download-links li.pdf:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1024px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module ul.download-links li.word:after {
  height: 33px;
  width: 33px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1184px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module ul.download-links li.word:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -976px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module ul.download-links a {
  color: #006AFF;
  font-weight: 700;
  text-decoration: none;
}

.l-module ul.download-links a:hover {
  color: #575757;
  text-decoration: underline;
}

.l-module ul.arrow-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.l-module ul.arrow-links li {
  padding: 0;
  margin: 0;
}

.l-module ul.arrow-links li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #006AFF;
  font-weight: bold;
  display: block;
  padding: 2px 5px 2px 12px;
  position: relative;
  text-decoration: none;
}

.l-module ul.arrow-links li a:hover {
  text-decoration: underline;
}

.opacity.csstransitions.csstransforms3d .l-module ul.arrow-links li a {
  -webkit-transition: -webkit-transform 200ms ease-in, opacity 200ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in, opacity 200ms ease-in;
  -o-transition: -o-transform 200ms ease-in, opacity 200ms ease-in;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.opacity.csstransitions.csstransforms3d .l-module ul.arrow-links li a:hover,
.opacity.csstransitions.csstransforms3d .l-module ul.arrow-links li a:focus {
  -webkit-transition: -webkit-transform 200ms ease-out, opacity 200ms ease-out;
  -moz-transition: -moz-transform 200ms ease-out, opacity 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.l-module ul.arrow-links li a:before {
  left: 0px;
  top: 2px;
  content: '>';
  display: block;
  position: absolute;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module ul.arrow-links li a:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2456px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.right-menu {
  margin-top: 40px;
  width: 100%;
}

.l-module.right-menu.right {
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
}

.l-module.right-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.l-module.right-menu ul li a {
  font-size: 17px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  color: #fff;
  background: #006AFF;
  padding: 15px;
  display: block;
  position: relative;
  text-decoration: none;
}

.l-module.right-menu ul li a:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1700px;
  background-repeat: no-repeat;
  top: 18px;
  right: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.right-menu ul li a:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1735px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.right-menu ul li a:hover {
  background: #006699;
}

.l-module.right-menu ul li.active a {
  background: #006699;
}

.l-module.right-menu ul li.active a:hover {
  background: #444444;
}

.l-module.no-feature {
  margin: 20px 0 20px 0;
}

.l-module.disclaimer p,
.l-module.disclaimer li {
  font-size: 11px;
  font-size: 0.6875rem;
}

.l-module.video {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  max-width: 100%;
}

.l-module.showcase h2 {
  position: relative;
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  padding: 15px;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

.l-module.showcase p {
  font-size: 14px;
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  color: #575757;
  width: 100%;
  line-height: 18px;
}

.l-module.showcase.blue-text p {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  line-height: 38px;
}

.l-module.showcase .module-content {
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}

.l-module.showcase .module-content ul {
  padding-left: 15px;
}

.l-module.showcase .module-content p.name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.l-module.showcase .module-content p.white {
  color: #fff;
}

.l-module.showcase .module-content p.number {
  font-size: 28px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  color: #006AFF;
}

.l-module.showcase .module-content p.number.loans {
  font-size: 20px;
  font-size: 1.3rem;
}

.l-module.showcase .module-content .cta-btn.apply {
  margin-bottom: 20px;
  width: 100%;
}

.l-module.sidebar-bubbles {
  display: table;
  margin-bottom: 20px;
}

.l-module.sidebar-bubbles .row {
  display: table-row;
}

.l-module.sidebar-bubbles .cell {
  display: table-cell;
  width: 100%;
  padding: 20px 20px 20px 15px;
  border-top: 1px solid #dcdcdc;
}

.l-module.sidebar-bubbles .title {
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding-left: 10px;
}

.l-module.sidebar-bubbles .noicon {
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px;
}

.l-module.sidebar-bubbles .cell:hover {
  text-decoration: none;
}

.l-module.sidebar-bubbles .bubble {
  height: 60px;
  width: 60px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -ms-behavior: url("/assets/js/libs/PIE.htc");
}

.l-module.sidebar-bubbles .bubble.calc:after {
  content: '';
  position: absolute;
  display: block;
  height: 29px;
  width: 26px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -597px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -13px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.sidebar-bubbles .bubble.calc:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -597px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.sidebar-bubbles .bubble.car:after {
  content: '';
  position: absolute;
  display: block;
  height: 25px;
  width: 31px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -641px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.sidebar-bubbles .bubble.car:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -641px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.sidebar-bubbles .bubble.debt:after {
  content: '';
  position: absolute;
  display: block;
  height: 27px;
  width: 40px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -681px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.sidebar-bubbles .bubble.debt:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -681px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.sidebar-bubbles .bubble.loans:after {
  content: '';
  position: absolute;
  display: block;
  height: 30px;
  width: 31px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -723px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.sidebar-bubbles .bubble.loans:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -723px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.sidebar-bubbles .bubble.umbrella:after {
  content: '';
  position: absolute;
  display: block;
  height: 32px;
  width: 30px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -768px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.sidebar-bubbles .bubble.umbrella:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -768px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.sidebar-bubbles .bubble.green {
  background-color: #319B42;
}

.l-module.sidebar-bubbles .bubble.blue {
  background-color: #006AFF;
}

.l-module.sidebar-bubbles .bubble.red {
  background-color: #D6001C;
}

.l-module.sidebar-bubbles .bubble.yellow {
  background-color: #EAAA00;
}

.l-module.sidebar-bubbles .bubble.orange {
  background-color: #ee7700;
}

.l-module.sidebar-bubbles .bubble.purple {
  background-color: #595194;
}

.l-module.sidebar-bubbles .cell:hover {
  background: #eee;
}

/* bullets point apply style*/
.applynow-button b {
  font-size: 17px;
}

ul.applynow-button li {
  padding-left: 0px !important;
}

ul.applynow-button {
  padding-left: 0px;
}

ul.applynow-button-copy li {
  padding-left: 20px;
}

ul.applynow-button-copy {
  padding-left: 20px;
}

.showcase-border {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  height: 160px;
}

.showcase-no-border {
  border-bottom: solid 1px #dcdcdc;
  padding: 10px 0 30px 0;
  margin-bottom: 10px;
  height: 160px;
}

.showcase-nb {
  border-bottom: solid 1px #dcdcdc;
  padding: 10px 0 30px 0;
  margin-bottom: 60px;
  height: 120px;
}

.showcase-border-no-bottom {
  border-top: solid 1px #dcdcdc;
  padding: 30px 0 30px 0;
  margin-bottom: 10px;
  height: 130px;
}

.showcase-no-border-copy {
  border-bottom: solid 1px rgba(220, 220, 220, 0);
  padding: 10px 0 30px 0;
  margin-bottom: 10px;
  height: 110px;
}

.showcase-no-bottom-no-top {
  padding: 10px 0 30px 0;
  height: 130px;
}

/*.no-border-h6{
    margin: 5px 0 20px 0;
    }  */
.showcase-border .left {
  float: left;
}

.showcase-no-border .left {
  float: left;
}

.showcase-border .right {
  float: right;
  width: 65%;
}

.showcase-no-border .right {
  float: right;
  width: 65%;
}

.showcase-no-border h6 {
  margin: 5px 0 20px 0;
}

.showcase-border h4,
.showcase-border h6 {
  margin: 0 0 10px 0;
}

/* equals max 1009px */
@media (max-width: 63.0625em) {
  .showcase-border .showcase-no-border {
    height: 200px;
  }

  .showcase-border .showcase-no-border .right {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .showcase-border .showcase-no-border .left {
    float: left;
    width: 100%;
  }
}
/* equals max 759px */
@media (max-width: 47.4375em) {
  .showcase-border .showcase-no-border {
    height: 210px;
  }
}
/* equals max 511px */
@media (max-width: 31.9375em) {
  .showcase-border,
  .showcase-no-border {
    height: auto;
    padding-bottom: 10px;
  }

  .showcase-no-border .right {
    float: none;
    width: auto;
    padding-top: 0px;
  }

  .showcase-no-border .left {
    float: none;
  }

  .showcase-border .left {
    float: none;
  }

  .showcase-border .right {
    float: none;
    width: auto;
    padding-top: 0px;
  }
}
/* equals max 511px
/* @media (max-width: 31.9375em) {
    /*  .showcase-border .showcase-no-border {
        height: 250px;
        border-bottom: none;
        }
    } */
.l-module .disclaimer .l-module.box {
  height: 250px;
  margin-bottom: 20px;
}

.l-module.box .img-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}

.l-module.box .img-container img {
  position: absolute;
  width: 110%;
  margin: 0;
}

.l-module.box .img-container.car img {
  position: absolute;
  width: 110%;
  margin: 0;
  left: -235px;
}

.l-module.box .img-container.ipad img {
  bottom: -50px;
}

.l-module.box .img-container.debt img {
  width: 120%;
  left: -250px;
}

.l-module.box .img-container.shift-up10 img {
  margin-top: -10%;
}

.l-module.box .img-container.shift-left10 img {
  margin-left: -10%;
}

.l-module.box .img-container.stretch-img img {
  width: 110%;
  height: 100%;
}

.l-module.box.small,
.l-module.box.small .img-container {
  height: 100px;
}

.l-module.box.medium {
  height: 300px;
}

.l-module.box.medium .img-container {
  height: 310px;
}

.l-module.box.large,
.l-module.box.large .img-container {
  height: 410px;
}

.l-module.box.large a {
  color: #cccccc;
}

.l-module.box.m-right10 {
  margin-right: 10px;
}

.l-module.box.m-bottom10 {
  margin-bottom: 10px;
}

.l-module.box.m-left10 {
  margin-left: 10px;
}

.l-module.box.m-top10 {
  margin-top: 10px;
}

.l-module.box .box-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
}

.l-module.box.heading {
  width: 48%;
  margin-right: 2%;
  height: 110px;
}

.l-module.box .box-content.opacity-y.home {
  padding-top: 30px;
}

.l-module.box .box-content a {
  color: #006AFF;
  text-decoration: underline;
}

.l-module.box .box-content h3 {
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.5rem;
  display: block;
  line-height: 34px;
  padding-right: 30px;
}

.l-module.box .box-content h3.home {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 10px;
  text-transform: none;
  padding-right: 10px;
}

.l-module.box .box-content ul {
  padding-left: 15px;
}

.l-module.box .box-content li,
.l-module.box .box-content p {
  margin-bottom: 5px;
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  color: #575757;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  width: 100%;
}

.l-two-column-right #content-primary .l-module.box .box-content li {
  padding: 0 0 5px 25px;
}

.l-module.box .box-content p.home {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  width: 100%;
}

.l-3-col .l-module.box .box-content p.bottom-link {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 17px;
  width: 60%;
}

.l-module.box .box-content p.large {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
}

.l-module.box .box-content.cta:before {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  background-image: url("/assets/images/arrow-circle-right-grey.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 20px;
  right: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.box .box-content.cta:before {
    background-image: url("/assets/images/arrow-circle-right-grey.png");
    background-position: 0 -1735px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.box .box-content.cta-bottom:before {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1700px;
  background-repeat: no-repeat;
  bottom: 20px;
  right: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.box .box-content.cta-bottom:before {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1735px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.box .box-content.medium {
  width: 65%;
  height: 100%;
}

.l-module.box .box-content.small {
  width: 42%;
  height: 100%;
}

.l-module.box .box-content.small-med {
  width: 60%;
  height: 100%;
}

/*  equals max width 759px */
@media (max-width: 47.4375em) {
  .l-module.box .box-content.small-med {
    width: 100%;
  }
}
.l-module.box .box-content.thin {
  width: 100%;
  height: 40%;
}

.l-module.box .box-content.right {
  right: 0;
  left: auto;
}

.l-module.box .box-content.opacity {
  background-color: #f4f4f4;
}

.l-module.box .box-content.opacity-g {
  background-color: #76b900;
  background: rgba(118, 185, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

.l-module.box .box-content.opacity-y {
  background-color: #ed8000;
  background: rgba(237, 128, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

.l-module.box .box-content.opacity-dark {
  background-color: #222222;
  background: rgba(34, 34, 34, 0.9);
}

.l-module .module-content.grey,
.l-module .box-content.grey {
  background: #f4f4f4;
  height: 110%;
}

.l-module.expand h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  color: #006AFF;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 33px;
  border-top: 1px solid #dcdcdc;
}

/*Matt Edits #129683877 */
.l-module.expand a.fakeexpando {
  font-size: 18px;
  display: block;
  font-size: 1.125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  color: #006AFF;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 33px;
  border-bottom: 1px solid #dcdcdc;
}

/*End Matt Edits #129683877 */
.l-module.expand h3:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.l-module.expand h3:hover {
  border-top: 1px solid #006AFF;
  border-bottom: 1px solid #006AFF;
  text-decoration: none !important;
}

.l-module.expand h3:hover + div + h3 {
  border-top: none;
}

.l-module.expand .collapse {
  border-bottom: 1px solid #dcdcdc;
}

.l-module.expand.security h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  color: #fff;
  background: #66bc29;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-top: 0;
  cursor: pointer;
  padding-right: 25px;
}

.l-module.expand h3:hover {
  text-decoration: underline;
}

.l-module.expand .expandcollapse:after {
  height: 20px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1484px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  display: block;
  top: 17px;
  right: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.expand .expandcollapse:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1487px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.expand .collapse {
  margin-bottom: 10px;
  color: #000;
}

.l-module.expand .collapse:after {
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1768px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.expand .collapse:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1769px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.expand .expand-content {
  margin-bottom: 20px;
  padding: 15px;
}

.l-module.expand .expand-content p {
  margin-bottom: 10px;
}

@media (max-width: 63.0625em) {
  .l-module .module-content.grey,
  .l-module .box-content.grey {
    height: 130%;
  }
}
@media (max-width: 47.4375em) {
  .l-module .module-content.grey,
  .l-module .box-content.grey {
    height: 100%;
  }
}
/* =============================================================================
        BREADCRUMB
        ========================================================================== */
#bread-crumb {
  margin: 0 0 20px 0;
}

#bread-crumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#bread-crumb ul li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #006AFF;
  display: inline-block;
  padding: 0 0 0 13px;
  margin: 0 0 0 2px;
  position: relative;
}

.l-two-column-right #content-primary #bread-crumb ul li,
.l-one-column #content-primary #bread-crumb ul li {
  padding: 0 25px 10px 0;
}

#bread-crumb ul li:before {
  content: '>';
  display: block;
  position: absolute;
  left: -19px;
  top: 0;
}

#bread-crumb ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#bread-crumb ul li:first-child:before {
  display: none;
}

/* =============================================================================
        FORMS
        ========================================================================== */
form {
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.input-field {
  width: 100%;
  position: relative;
  padding-left: 190px;
  margin-bottom: 20px;
}

fieldset {
  border: 1px #ccc solid;
  padding: 15px;
}

label {
  width: 150px;
  position: absolute;
  top: 5px;
  left: 20px;
}

label.check {
  top: 1px;
}

label.radio {
  top: 2px;
}

.simpleSelect,
input[type='text'],
textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  height: 32px;
  padding: 5px 10px;
  width: 300px;
  border: 1px solid #ddd;
  display: block;
  background: #fff;
  color: #6e6e6e;
}

.simpleSelect.full-width,
input[type='text'].full-width,
textarea.full-width {
  width: 100%;
}

textarea {
  height: 90px;
}

input[type='submit'] {
  border: none;
}

.simpleSelect {
  height: 32px;
  display: block;
  position: relative;
  padding: 8px 10px;
}

.simpleSelect .simpleLabel {
  display: block;
  text-align: left;
  color: #6e6e6e;
  line-height: 1.5;
}

.simpleSelect .simpleLabel:after {
  content: '';
  position: absolute;
  display: block;
  height: 32px;
  width: 34px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2257px;
  background-repeat: no-repeat;
  right: -1px;
  top: -1px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .simpleSelect .simpleLabel:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2222px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.simpleSelect select {
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  top: -18px;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
  border: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: block;
  background: #fff;
  border: #d8d8d8 1px solid;
  margin: 0 0 15px 0;
}

.r-value {
  position: relative;
  float: left;
  text-align: left;
  top: 0;
  margin: -28px 0 0 10px;
}

.win .content-page .simpleSelect select,
.firefox .content-page .simpleSelect select {
  top: 0;
  height: 30px;
}

/* =============================================================================
        FEATURE SECTION
        ========================================================================== */
#feature-section {
  overflow: hidden;
  position: relative;
  height: 240px;
  width: 100%;
}

#feature-section img {
  bottom: -215px;
  position: absolute;
  width: 100%;
}

.bubble-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

#feature-section img.ipad-grey {
  bottom: -252px;
}

#feature-section img.spa {
  bottom: -280px;
}

#feature-section img.bbq {
  bottom: -86px;
}

#feature-section img.debt {
  bottom: -270px;
}

#feature-section img.car {
  bottom: -125px;
}

#feature-section img.cards {
  bottom: -275px;
}

#feature-section img.personal {
  bottom: -285px;
}

#feature-section img.ipad {
  bottom: -120px;
}

#feature-section img.beach {
  bottom: -250px;
}

#feature-section img.keys {
  bottom: -238px;
}

#feature-section img.shop {
  bottom: -280px;
}

#feature-section img.supermarket {
  bottom: -170px;
}

#feature-section img.insurance {
  bottom: -100px;
}

#feature-section img.child {
  bottom: -50px;
}

#feature-section img.couch {
  bottom: -150px;
}

#feature-section img.garden {
  bottom: -336px;
}

#feature-section img.finances {
  bottom: -30px;
}

#feature-section img.life {
  bottom: -20px;
}

#feature-section img.couple {
  bottom: -306px;
}

#feature-section img.carwash {
  bottom: -40px;
}

#feature-section img.wall {
  bottom: -110px;
}

#feature-section img.beach-family {
  bottom: -135px;
}

#feature-section img.family-life {
  bottom: -90px;
}

#feature-section .feature-content {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 343px;
  background: #71176d;
  background: rgba(113, 23, 109, 0.7);
}

#feature-section .feature-content.cta {
  padding-bottom: 48px;
}

#feature-section .feature-content.light-purple {
  background: #995a95;
}

#feature-section .feature-content p {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  padding: 20px;
  margin: 0;
  line-height: 1.4;
}

#feature-section .feature-content .feature-cta {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #71176d;
  color: #fff;
  padding: 10px 20px;
}

#feature-section .feature-content .feature-cta:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1700px;
  background-repeat: no-repeat;
  right: 20px;
  top: 25px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #feature-section .feature-content .feature-cta:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1735px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
/* =============================================================================
        TABLE STYLES
        ========================================================================== */
table {
  width: 100%;
}

table th {
  background: #006AFF;
  color: #fff;
  padding: 10px;
  text-align: left;
}

table tr {
  border-bottom: #e1e1e1 1px solid;
}

table tr td {
  color: #000;
  line-height: 22px;
  background: #fff;
  padding: 10px;
  border: none;
}

table tr td ul {
  padding-left: 10px;
  margin: 0 0 0 10px;
}

table.ratesheading.grey tr td:first-child {
  background: #f2f2f2;
  color: #000;
}

table.ratesheading tr td {
  border: 1px solid #e1e1e1;
}

table.ratesheading tr td:first-child {
  padding: 10px;
  min-width: 100px;
  text-align: left;
}

table.rates.orange tr td:first-child {
  background: #006AFF;
  color: #fff;
}

table.rates tr td {
  border: 1px solid #e1e1e1;
}

table.rates tr td:first-child {
  padding: 10px;
  min-width: 100px;
  text-align: left;
}

.responsive-table .cell {
  float: left;
  width: 100%;
}

.responsive-table .content {
  font-size: 12px;
  font-size: 0.75rem;
  background: #fff;
  color: #000;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  border-width: 1px 1px 0 0;
}

.responsive-table .heading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  width: 50%;
  background: #d76b11;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
}

.responsive-table h6 {
  text-transform: none;
  color: #eb6c33;
  margin: 20px 0;
}

.responsive-table .long-cell {
  width: 100%;
  color: #000;
  padding: 0 20px 30px;
  border-top: #d8d8d8 1px solid;
}

.responsive-table .short .heading {
  float: left;
  width: 50%;
}

.responsive-table .short .content {
  float: left;
  width: 50%;
}

.lt-ie9 .l-text-1col table th.last-child:after {
  display: none;
  background: #ed8000;
}

/* =============================================================================
        - IFRAMES
        ========================================================================== */
.personal-loan-iframe {
  width: 100%;
  height: 840px;
}

@media (max-width: 63.0625em) {
  .personal-loan-iframe {
    height: 1360px;
  }
}
@media (max-width: 47.4375em) {
  .personal-loan-iframe {
    height: 1375px;
  }
}
/* =============================================================================
        MODULES
        ========================================================================== */
.l-module.homepage-boxes {
  background: #red;
  margin-bottom: 0;
  padding: 20px 0;
}

#homepage-hero {
  width: 100%;
  height: 400px;
  position: relative;
  background: transparent no-repeat url("images/homepage-hero.jpg") 50% 25%;
  background-size: cover;
  overflow: hidden;
}

#homepage-hero #homepage-hero-caption {
  width: 560px;
  height: 128px;
  position: absolute;
  top: 60%;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  color: white;
  padding: 25px 10px 25px 25px;
  background: #71176d;
  background: rgba(113, 23, 109, 0.8);
}

.js.csstransitions.csstransforms3d #homepage-hero #homepage-hero-caption {
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translate3d(-600px, 0, 0);
  -moz-transform: translate3d(-600px, 0, 0);
  -ms-transform: translate3d(-600px, 0, 0);
  -o-transform: translate3d(-600px, 0, 0);
  transform: translate3d(-600px, 0, 0);
}

.js.csstransitions.csstransforms3d #homepage-hero #homepage-hero-caption.bam {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#homepage-hero #homepage-hero-caption:after {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  pointer-events: none;
  border: 64px solid transparent;
  border-left: 64px solid #71176d;
  border-left: 64px solid rgba(113, 23, 109, 0.8);
}

#homepage-modules {
  margin: 10px 0;
}

#homepage-modules .left-bar {
  width: 660px;
  float: left;
}

#homepage-modules .right-bar {
  width: 300px;
  float: left;
}

#homepage-modules .l-module.product-links {
  display: table;
}

#homepage-modules .l-module.product-links a {
  text-align: center;
  padding: 10px 0;
  float: left;
  width: 33.33%;
  height: 90px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  color: #3b73b9;
  background-color: white;
  border-right: #ccc 1px solid;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.l-module.iwantto-mobile > a {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  color: white;
  display: block;
  height: 67px !important;
  background-color: #004a95;
  padding: 20px;
  line-height: 26px;
}

.l-module.iwantto-mobile > a:hover {
  text-decoration: none;
}

.l-module.iwantto-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-module.iwantto-mobile ul li:nth-child(7) a {
  border-bottom: none;
}

.l-module.iwantto-mobile ul a {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  color: white;
  height: auto;
  position: relative;
  background-color: #004a95;
  padding: 20px 20px 20px 60px;
  margin: 0;
  border-bottom: 2px solid #003468;
}

.l-module.iwantto-mobile ul a:hover,
.l-module.iwantto-mobile ul a:focus {
  background-color: #003468;
}

.l-module.iwantto-mobile ul a:after {
  content: '';
  position: absolute;
  display: block;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 20px;
  left: 20px;
}

.l-module.iwantto-mobile ul a.car:after {
  height: 22px;
  width: 27px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1519px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.car:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1408px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.iwantto-mobile ul a.caravan:after {
  height: 27px;
  width: 23px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1556px;
  background-repeat: no-repeat;
  top: 25px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.caravan:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1522px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.iwantto-mobile ul a.finances:after {
  height: 26px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1937px;
  background-repeat: no-repeat;
  top: 17px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.finances:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2046px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.iwantto-mobile ul a.money:after {
  height: 16px;
  width: 28px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1694px;
  background-repeat: no-repeat;
  top: 23px;
  left: 18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.money:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1694px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-mobile ul a.star:after {
  height: 24px;
  width: 25px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1725px;
  background-repeat: no-repeat;
  top: 19px;
  left: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.star:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1725px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-mobile ul a.renovate:after {
  height: 27px;
  width: 27px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2087px;
  background-repeat: no-repeat;
  top: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.renovate:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2087px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.iwantto-mobile ul a.education:after {
  height: 23px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2013px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.education:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1972px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.iwantto-mobile ul a.holiday:after {
  height: 27px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1442px;
  background-repeat: no-repeat;
  top: 17px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.holiday:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1445px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.iwantto-mobile ul a.card:after {
  height: 20px;
  width: 26px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2222px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile ul a.card:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2363px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#homepage-modules .l-module.update {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
}

#homepage-modules .l-module.update p {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0;
}

#homepage-modules .l-module.update img {
  float: left;
  margin-top: 0;
}

#homepage-modules .l-module.update .expandcollapse {
  background: #5c5c5c;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}

#homepage-modules .l-module.update .expandcollapse p {
  padding: 0 30px;
}

#homepage-modules .l-module.update .expandcollapse .home-icon {
  width: auto;
  height: auto;
}

#homepage-modules .l-module.update .expandcollapse:after {
  height: 20px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1484px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  display: block;
  top: 16px;
  right: 18px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #homepage-modules .l-module.update .expandcollapse:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1487px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#homepage-modules .l-module.update .collapse {
  background: #5c5c5c;
  margin-bottom: 10px;
}

#homepage-modules .l-module.update .collapse:after {
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1768px;
  background-repeat: no-repeat;
  content: ' ';
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #homepage-modules .l-module.update .collapse:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1769px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
#homepage-modules .l-module.update #content-expand {
  margin-bottom: 20px;
  background: #fff;
  padding: 0 40px 0 40px;
}

#homepage-modules .l-module.update #content-expand .l-module p {
  color: #5c5c5c;
}

/* =============================================================================
        NEEDS LANDING PAGE
        ========================================================================== */
.needs-table .needs-header {
  position: relative;
  background-color: #3b73b9;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.needs-table .needs-header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}

.needs-table .needs-header span {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}

.needs-table .needs-content .column {
  float: left;
  height: 300px;
  display: block;
  padding: 15px;
  background-color: white;
  position: relative;
  color: black;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
}

.needs-table .needs-content .column.last {
  border-right: 2px solid #cbcbcb;
}

.needs-table .needs-content .column:hover,
.needs-table .needs-content .column:focus {
  background-color: #ebebeb;
  text-decoration: none;
}

.needs-table .needs-content .column:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1632px;
  background-repeat: no-repeat;
  top: 18px;
  right: 10px;
  left: auto;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .needs-table .needs-content .column:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1632px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.needs-table .needs-content .column .column-title {
  text-transform: uppercase;
  display: block;
  color: #3b73b9;
  line-height: 20px;
  height: 40px;
}

.needs-table .needs-content .column h2.column-title {
  text-transform: uppercase;
  display: block;
  color: #3b73b9;
  line-height: 20px;
  height: 40px;
  font-family: 'Roboto','Arial', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: normal;
}

.needs-table .needs-content .column .column-content {
  color: #000;
  width: 100%;
  display: block;
  padding-top: 20px;
}

.needs-table .needs-content .column .column-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 20px 40px;
  border-top: 2px solid #cbcbcb;
  color: #3b73b9;
}

.needs-table .needs-content .column .column-footer .column-footer-text {
  position: relative;
  top: -13px;
}

.needs-table .needs-content .column .column-footer .column-footer-text:before {
  content: '';
  position: absolute;
  display: block;
  position: relative;
  left: -25px;
  top: 13px;
  height: 13px;
  width: 13px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2456px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .needs-table
  .needs-content
  .column
  .column-footer
  .column-footer-text:before {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2480px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.needs-table .three-column .column {
  width: 33.33%;
}

.needs-table .two-column .column {
  width: 50%;
}

.needs-column {
  width: 32.5%;
  float: left;
  margin-right: 1%;
}

.needs-column:last-child {
  margin-right: 0;
}

.needs-column .l-module {
  margin-bottom: 8px;
}

.needs-based-heading .title-icon {
  float: left;
  margin: 8px 10px 0 0;
  height: auto;
  width: auto;
}

.needs-based-heading h1 {
  margin: 0;
}

/* =============================================================================
        FAQ PAGE
========================================================================== */
.faq-categories.l-module .faq-category {
  background: #828282;
  width: 24%;
  height: 207px;
  float: left;
  margin-right: 1%;
  padding: 15px;
  margin-bottom: 150px;
}

.faq-categories.l-module .faq-category h2 {
  color: #fff;
  line-height: 1.2;
  position: relative;
  top: 25px;
}

.faq-categories.l-module .faq-category:hover {
  background: #545454;
}

.faq-page .more-info p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}

.faq-page .more-info p.answers {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
}

.faq-page .more-info .phone {
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.faq-page .faq-section {
  display: none;
  position: absolute;
}

.faq-page .faq-section.active {
  position: relative;
  display: block;
}

@media (max-width: 63.0625em) {
  .faq-page .faq-section.active {
    margin-top: 20px;
  }
}
.faq-page .faq-section ul {
  list-style: none;
  padding: 0;
}

.faq-page .faq-section li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
}

.faq-page .faq-section li .faq-title {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  padding: 15px 45px 15px 15px;
  position: relative;
  display: block;
  z-index: 2;
  color: #006AFF;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #dcdcdc;
}

.faq-page .faq-section li .faq-title:after {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1484px;
  background-repeat: no-repeat;
  right: 20px;
  top: 17px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .faq-page .faq-section li .faq-title:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1487px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.faq-page .faq-section li .expand-content {
  max-height: 0;
  margin-top: -2px;
  position: relative;
  z-index: 1;
  display: none;
}

.faq-page .faq-section li .expand-content p {
  margin-bottom: 0;
}

.faq-page .faq-section li .expand-content p + p {
  margin-top: 10px;
}

.faq-page .faq-section li .expanded-content {
  padding: 20px;
}

.faq-page .faq-section li .expanded-content ul li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}

.faq-page .faq-section li.expand .faq-title {
  color: #000;
}

.faq-page .faq-section li.expand .faq-title:after {
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1768px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .faq-page .faq-section li.expand .faq-title:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1769px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.faq-page .faq-section li.expand .expand-content {
  display: block;
  width: 100%;
  max-height: 100%;
}

.faq-page #right-content {
  width: 66%;
  float: right;
}

.faq-page #left-menu {
  background: #aeaeae;
  width: 32%;
  float: left;
}

.faq-page #left-menu h3 {
  color: #fff;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 15px 15px 0 15px;
}

.faq-page #left-menu ul {
  padding: 0;
  margin: 0;
}

.faq-page #left-menu ul li {
  margin: 0px;
  font-weight: bold;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #828282;
  margin-top: 0;
  background: #aeaeae;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.faq-page #left-menu ul li:hover,
.faq-page #left-menu ul li:focus {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #f0f0f0;
}

.faq-page #left-menu ul li:first-of-type {
  border-top: 1px solid #828282;
}

.faq-page #left-menu ul li a {
  padding: 15px 0 15px 35px;
  height: 100%;
  width: 100%;
  display: block;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}

.faq-page #left-menu ul li:hover,
.faq-page #left-menu ul li:focus {
  background: #828282;
}

.faq-page #left-menu ul li.active {
  background: #828282;
}

.faq-page #left-menu ul li.active:after {
  left: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #828282;
  border-width: 12px;
  border-top: 28px transparent solid;
  border-bottom: 28px transparent solid;
  top: 0;
}

/* =============================================================================
        Find the Right Card
========================================================================== */
#back-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  color: #ed8000;
}

.l-module.find-right-card .category {
  background: #828282;
  width: 24%;
  height: 190px;
  float: left;
  margin-right: 1%;
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.l-module.find-right-card .category h2 {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  position: relative;
  bottom: -25px;
  margin-top: 0;
}

.l-module.find-right-card .category img {
  display: block;
  margin: 0 auto;
}

.l-module.find-right-card .category:hover {
  background: #545454;
}

.l-module.find-right-card .category.active {
  background: #545454;
}

.l-module.find-right-card-result h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.l-module.find-right-card-result .product-tabs .product {
  width: 50%;
  color: white;
  min-height: 80px;
  background-color: #828282;
  float: left;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
}

.l-module.find-right-card-result .product-tabs .product:after {
  top: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #828282;
  border-width: 15px;
  left: 50%;
  margin-left: -15px;
  display: none;
}

.l-module.find-right-card-result .product-tabs .product:first-child {
  background-color: #ed8000;
}

.l-module.find-right-card-result .product-tabs .product:first-child:after {
  border-top-color: #ed8000;
}

.l-module.find-right-card-result .product-tabs .product.active:after {
  display: block;
}

.l-module.find-right-card-result .card {
  width: 49%;
  float: left;
  padding: 15px;
  margin-right: 1%;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.l-module.find-right-card-result .card .content {
  height: 400px;
  overflow: auto;
  margin-bottom: 10px;
}

.l-module.find-right-card-result .card.single {
  width: 100%;
  margin: 0 0 15px 0;
  float: none;
}

.l-module.find-right-card-result .card img {
  width: 200px;
  margin-bottom: 10px;
}

.l-module.find-right-card-result .card p {
  text-align: left;
}

.l-module.find-right-card-result .card h2 {
  color: #545454;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-module.find-right-card-result a.cta {
  display: block;
  position: relative;
  color: #ed8000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.l-module.find-right-card-result a.cta:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1598px;
  background-repeat: no-repeat;
  left: 100px;
  top: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.find-right-card-result a.cta:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1598px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.find-right-card-result .result-buttons {
  clear: both;
}

/* =============================================================================
        View All Cards Section
========================================================================== */
.l-module.view-all-cards-heading {
  width: 600px;
  height: 170px;
}

.l-module.view-all-cards-switch {
  margin: -10px 0 10px 0;
  padding: 10px 0;
}

.l-module.view-all-cards-switch a {
  display: block;
  float: right;
  position: relative;
  text-align: right;
  margin: 0 5px;
  padding: 10px;
  width: 70px;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.l-module.view-all-cards-switch a.list:after {
  content: '';
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2338px;
  background-repeat: no-repeat;
  top: 13px;
  left: 13px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.view-all-cards-switch a.list:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2269px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.view-all-cards-switch a.grid:after {
  content: '';
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2129px;
  background-repeat: no-repeat;
  top: 13px;
  left: 13px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.view-all-cards-switch a.grid:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2129px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.view-all-cards-switch a.grid:hover,
.l-module.view-all-cards-switch a.grid.active {
  text-decoration: none;
  background-color: #8c8c8c;
  color: white;
}

.l-module.view-all-cards-switch a.grid:hover:after,
.l-module.view-all-cards-switch a.grid.active:after {
  content: ' ';
  height: 15px;
  width: 15px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2159px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.view-all-cards-switch a.grid:hover:after,
  .l-module.view-all-cards-switch a.grid.active:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2192px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.view-all-cards-switch a.list:hover,
.l-module.view-all-cards-switch a.list.active {
  text-decoration: none;
  background-color: #8c8c8c;
  color: white;
}

.l-module.view-all-cards-switch a.list:hover:after,
.l-module.view-all-cards-switch a.list.active:after {
  content: ' ';
  height: 15px;
  width: 15px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2396px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.view-all-cards-switch a.list:hover:after,
  .l-module.view-all-cards-switch a.list.active:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2333px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
/* =============================================================================
        View All Cards - Grid View
========================================================================== */
.l-module.view-all-cards .card {
  margin-bottom: 20px;
  text-align: center;
  /*margin-right: 1%;
    width: 32%;
    height: 650px;
    float: left;*/
  position: relative;
  background: #f4f4f4;
}

.l-module.view-all-cards .card .image {
  width: 100%;
  margin-top: 40px;
  padding: 20px 60px;
}

.l-module.view-all-cards .card .image img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 1px #cdcdcd;
}

.l-module.view-all-cards .card .heading {
  width: 100%;
}

.l-module.view-all-cards .card .heading h2 {
  width: 100%;
  margin: 0;
  padding: 0px;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 20px;
  line-height: 1;
}

.l-module.view-all-cards .card .heading .cta {
  position: absolute;
  bottom: 10px;
  padding: 0;
  width: 135px;
}

.l-module.view-all-cards .card .heading .cta a {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #ed8000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.l-module.view-all-cards .card .heading .cta a:hover {
  text-decoration: underline;
}

.l-module.view-all-cards .card .heading .cta a:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1598px;
  background-repeat: no-repeat;
  top: 0;
  right: 0px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.view-all-cards .card .heading .cta a:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1598px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
/*.l-module.view-all-cards .card .content {
    width: 100%;
    height: 300px;
    overflow: auto;
    margin-bottom: 40px; } */
.l-module.view-all-cards .card .content {
  margin-bottom: 20px;
}

.l-module.view-all-cards .card .content p {
  margin: 10px 0 0;
}

.l-module.view-all-cards .card .content .snippet {
  padding: 0 10px;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

.l-module.view-all-cards .card .content .bullets {
  padding-top: 5px;
  width: 100%;
}

.l-module.view-all-cards .card .content .bullets.long {
  min-height: 175px;
}

.l-module.view-all-cards .card .content .bullets ul.list-green-tick {
  margin: 0;
  padding: 0;
}

.l-module.view-all-cards .card .content .bullets ul.list-green-tick li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

/* =============================================================================
        View All Cards - List View
========================================================================== */
.l-module.view-all-cards.listview .card {
  border: 1px solid #cbcbcb;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.l-module.view-all-cards.listview .card:hover {
  background: #ebebeb;
}

.l-module.view-all-cards.listview .card .image {
  width: 20%;
  height: 100%;
  margin-top: 0;
  padding-top: 10px;
  float: left;
  text-align: center;
}

.l-module.view-all-cards.listview .card .image img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.l-module.view-all-cards.listview .card .heading {
  width: 78%;
  margin: 0 1%;
  float: left;
}

.l-module.view-all-cards.listview .card .heading h2 {
  padding: 10px 0;
  float: left;
  width: 70%;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}

.l-module.view-all-cards.listview .card .heading .cta {
  position: static;
  width: 135px;
  float: right;
  padding: 10px 0;
}

.l-module.view-all-cards.listview .card .heading .cta a {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #ed8000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.l-module.view-all-cards.listview .card .heading .cta a:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1598px;
  background-repeat: no-repeat;
  left: auto;
  top: 0px;
  right: 0px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.view-all-cards.listview .card .heading .cta a:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1598px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.view-all-cards.listview .card .content {
  width: 78%;
  margin: 0 1%;
  height: auto;
  float: left;
  border-top: 1px solid #cbcbcb;
  padding-top: 5px;
}

.l-module.view-all-cards.listview .card .content .snippet {
  padding-top: 5px;
  padding-left: 0;
  width: 50%;
  float: left;
}

.l-module.view-all-cards.listview .card .content .bullets {
  padding-top: 5px;
  width: 50%;
  float: left;
}

.l-module.view-all-cards.listview .card .content-disc {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #cbcbcb;
  padding-top: 5px;
}

/* =============================================================================
        Compare Our Cards Section
========================================================================== */
.l-module.compare-our-cards-switch {
  border: 3px solid #ebebeb;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 5px #c5c5c5;
  -moz-box-shadow: 1px 1px 5px #c5c5c5;
  box-shadow: 1px 1px 5px #c5c5c5;
  padding: 10px;
}

.l-module.compare-our-cards-switch .checkbox-wrap {
  float: left;
  width: 33%;
  position: relative;
}

.l-module.compare-our-cards-switch .checkbox-wrap input {
  position: absolute;
  top: 8px;
  left: 8px;
  display: none;
}

.lt-ie9 .l-module.compare-our-cards-switch .checkbox-wrap input {
  display: block;
}

.l-module.compare-our-cards-switch .checkbox-wrap label {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0px 5px 30px;
}

.l-module.compare-our-cards-switch .checkbox-wrap label:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -2304px;
  background-repeat: no-repeat;
  top: 5px;
  left: 5px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.compare-our-cards-switch .checkbox-wrap label:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -2299px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.lt-ie9 .l-module.compare-our-cards-switch .checkbox-wrap label:after {
  display: none;
}

.l-module.compare-our-cards-switch input[type='checkbox']:checked + label:after,
.l-module.compare-our-cards-switch input.checked + label:after {
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1408px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.compare-our-cards-switch
  input[type='checkbox']:checked
  + label:after,
  .l-module.compare-our-cards-switch input.checked + label:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1564px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.compare-our-cards-switch input[type='checkbox']:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.l-module.compare-our-cards.hidden {
  display: none;
}

.l-module.compare-our-cards span {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}

.l-module.compare-our-cards span.mobile-text {
  display: none;
}

.l-module.compare-our-cards span.tick {
  background: url("/assets/images/blue-tick.png") no-repeat 0 0;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.l-module.compare-our-cards table a.cta {
  display: block;
  position: absolute;
  bottom: 5px;
  text-transform: uppercase;
  color: #ed8000;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}

.l-module.compare-our-cards table a.cta:after {
  content: '';
  position: absolute;
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("../sprites/original/global-s2062d8f6af.png");
  background-position: 0 -1598px;
  background-repeat: no-repeat;
  left: auto;
  top: 6px;
  left: 100px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.compare-our-cards table a.cta:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1598px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
.l-module.compare-our-cards table tr {
  border-bottom: none;
}

.l-module.compare-our-cards table tr th {
  background: white;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  display: none;
  position: relative;
  vertical-align: top;
  font-weight: normal;
}

.l-module.compare-our-cards table tr th p {
  padding-bottom: 15px;
}

.l-module.compare-our-cards table tr th img {
  width: 100%;
}

.l-module.compare-our-cards table tr th.visible {
  display: table-cell;
  width: 25%;
}

.l-module.compare-our-cards table tr td {
  display: none;
  vertical-align: top;
}

.l-module.compare-our-cards table tr td.visible {
  display: table-cell;
  width: 25%;
}

.l-module.compare-our-cards table tr td:first-child {
  text-align: left;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.l-module.compare-our-cards table tr h4 {
  height: 50px;
}

.l-module.compare-our-cards table tr.sub-heading {
  border-top: #e1e1e1 1px solid;
}

.l-module.compare-our-cards table tr.sub-heading td {
  padding-top: 20px;
}

.l-module.compare-our-cards table tr.sub-heading td:first-child {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
}

.l-module.compare-our-cards table tr.bold td {
  font-weight: normal;
}

.l-module.compare-our-cards table tr.bold td:first-child {
  font-weight: normal;
}

/* =============================================================================
        BUDGET PLANNER
        ========================================================================== */
.budget-planner #content-form {
  float: left;
  width: 67%;
  margin-left: 1%;
}

.budget-planner #content-form .sub-total {
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
}

.budget-planner #content-form .heading-row {
  width: 100%;
}

.budget-planner #content-form .heading-row .heading {
  display: inline-block;
  width: 24%;
}

.budget-planner #content-form .heading-row.one-more .heading {
  width: 18%;
  margin-right: 1%;
}

.budget-planner #content-form .row {
  margin-top: 10px;
}

.budget-planner #content-form .row h4 {
  width: 50%;
  float: left;
}

.budget-planner #content-form .row label {
  width: 22%;
  margin-right: 2%;
  left: 0;
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
}

.budget-planner #content-form .row .simpleSelect {
  width: 22%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}

.budget-planner #content-form .row .input-prepend {
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  width: 22%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.budget-planner #content-form .row .input-prepend .money {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  text-align: center;
}

.lt-ie9 .budget-planner #content-form .row .input-prepend .money {
  top: 1px;
}

.budget-planner #content-form .row .input-prepend input.amount {
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
}

.budget-planner #content-form .row .input-prepend input.amount.error {
  border-color: #ee5f5b;
}

.budget-planner #content-form .row .annual-amount {
  display: inline-block;
  width: 22%;
  margin-right: 2%;
  position: relative;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
}

.budget-planner #content-form .row .summary-amount,
.budget-planner #content-form .row .summary-label {
  display: inline-block;
  width: 22%;
  margin-right: 2%;
  position: relative;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 18%;
  margin-right: 1%;
  line-height: 1.1;
  vertical-align: middle;
}

.budget-planner #content-form .row.bold .summary-amount,
.budget-planner #content-form .row.bold .summary-label {
  font-weight: bold;
}

.budget-planner #content-form #summary .row,
.budget-planner #content-form #summary .heading-row {
  border-bottom: 1px solid #ccc;
}

.budget-planner #left-menu {
  background: #aeaeae;
  width: 32%;
  float: left;
}

.budget-planner #left-menu .section-total {
  float: right;
  padding-right: 10px;
}

.budget-planner #left-menu li.error .section-total {
  color: #ee5f5b;
}

.budget-planner #left-menu h3 {
  color: #fff;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 15px 15px 0 15px;
}

.budget-planner #left-menu ul {
  padding: 0;
  margin: 0;
}

.budget-planner #left-menu ul li {
  margin: 0px;
  font-weight: bold;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #828282;
  margin-top: 0;
  background: #aeaeae;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.budget-planner #left-menu ul li:hover,
.budget-planner #left-menu ul li:focus {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #f0f0f0;
}

.budget-planner #left-menu ul li a {
  padding: 15px 0 15px 20px;
  height: 100%;
  width: 100%;
  display: block;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}

.budget-planner #left-menu ul li:hover,
.budget-planner #left-menu ul li:focus {
  background: #828282;
}

.budget-planner #left-menu ul li.active {
  background: #828282;
}

/* =============================================================================
POST IMPLEMENTATION CHANGES HERE
========================================================================== */
/* Branch locator banner */
.branch-banner {
  background: #5c5c5c;
  padding: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.branch-banner p {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0;
  font-weight: bold;
  padding-left: 40px;
}

.branch-banner img {
  float: left;
}

/* =============================================================================
        ACCESSIBILE FUNCTIONAL CLASSES
        ========================================================================== */
.accessibility-links {
  position: absolute;
  z-index: 20;
  top: 7px;
  left: 7px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  z-index: 9999;
}

.accessibility-links a {
  display: inline-block;
  background: #ffffff;
}

.inline-accessible {
  position: absolute;
  left: -9999px;
  display: block;
  margin-bottom: 14px;
}

.inline-accessible:hover,
.inline-accessible:focus,
.inline-accessible:active {
  position: static;
  left: auto;
}

/* =============================================================================
        H5BP FUNCTIONAL CLASSES
        ========================================================================== */
/** Image replacement*/
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/** Hide from both screenreaders and browsers: h5bp.com/u*/
.hidden {
  display: none !important;
  visibility: hidden;
}

/** Hide only visually, but have it available for screenreaders: h5bp.com/v*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/** Hide visually and from screenreaders, but maintain layout*/
.invisible {
  visibility: hidden;
}

.horizontal {
  padding: 0;
  margin: 0;
}

.horizontal > li {
  float: left;
  list-style: none;
  margin: 0;
}

/* =============================================================================
        RESPONSIVE SHOW AND HIDE
        ========================================================================== */
.display-desktop {
  display: block !important;
}

.display-mobile {
  display: none !important;
}

.display-mobile-tablet,
.display-tablet-mobile {
  display: none !important;
}

.display-desktop-tablet,
.display-tablet-desktop {
  display: block !important;
}

@media (max-width: 63.0625em) {
  .display-mobile-tablet,
  .display-tablet-mobile {
    display: block !important;
  }

  .display-desktop {
    display: none !important;
  }
}
@media (max-width: 47.4375em) {
  .display-desktop {
    display: none !important;
  }

  .display-mobile {
    display: block !important;
  }

  .display-desktop-tablet,
  .display-tablet-desktop {
    display: none !important;
  }
}
/* =============================================================================
        CLEARFIX
        ========================================================================== */
/* apply the clearfix code to the included elements - means you don't need to use class clearfix all over the place */
.clearfix:before,
.budget-planner:before,
.budget-planner #content-form .row:before,
.l-margins:before,
.l-container:before,
.horizontal:before,
.horizontal > li:before,
.ctrl-holder:before,
.ctrls-holder:before,
.btn-holder:before,
#content-primary:before,
.options > li:before,
.clearfix:after,
.budget-planner:after,
.budget-planner #content-form .row:after,
.l-margins:after,
.l-container:after,
.horizontal:after,
.horizontal > li:after,
.ctrl-holder:after,
.ctrls-holder:after,
.btn-holder:after,
#content-primary:after,
.options > li:after {
  content: '';
  display: table;
}

.clearfix:after,
.budget-planner:after,
.budget-planner #content-form .row:after,
.l-margins:after,
.l-container:after,
.horizontal:after,
.horizontal > li:after,
.ctrl-holder:after,
.ctrls-holder:after,
.btn-holder:after,
#content-primary:after,
.options > li:after {
  clear: both;
}

/* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /** Don't show links for images, or javascript/internal links*/
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  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;
  }
}
/* =============================================================================
        MODULES RESPONSIVE
        ========================================================================== */
@media (max-width: 63.0625em) {
  .l-module.box .img-container.debt img {
    bottom: -80px;
  }
}
@media (max-width: 47.4375em) {
  .l-2-col > .l-module {
    width: 100%;
    float: none;
  }

  .l-2-col > .l-module:last-of-type {
    margin-left: 0;
  }

  .l-3-col > .l-module {
    width: 100%;
    float: none;
  }

  .l-2-col > .l-module {
    width: 100%;
    margin-right: 0;
  }

  .l-3-col > .l-module {
    width: 100%;
    margin-right: 0;
  }

  .l-module.right-menu {
    margin-top: 0;
  }

  .l-module.right-menu.right {
    position: static;
    width: 100%;
  }

  .l-module.box .img-container img {
    min-height: 200px;
    height: auto;
  }

  .l-module.box .img-container.shift-up10 img,
  .l-module.box .img-container.shift-left10 img {
    margin: 0;
  }

  .l-module.box .img-container.stretch-img img {
    width: 120%;
  }

  .l-module.box .img-container.stretch-img img.loan {
    left: -170px;
    width: 170%;
  }

  .l-module.box .img-container.personal img {
    bottom: -65px;
    width: 110%;
  }

  .l-module.box .img-container.car img {
    bottom: 0;
    width: 110%;
  }

  .l-module.box .img-container.debt img {
    bottom: 0;
    width: 110%;
  }

  .l-module.box.large {
    height: 300px;
  }

  .l-module.box.large .img-container {
    height: 300px;
  }

  .l-module.box .box-content.small {
    width: 100%;
  }

  /*.cta-btn {
        width: 100%; }*/
}
@media (max-width: 31.9375em) {
  .l-module.box .img-container.stretch-img img {
    width: 200%;
  }
}
@media (max-width: 63.0625em) {
  #homepage-hero {
    height: 483px;
    position: relative;
  }

  #homepage-hero #homepage-hero-caption {
    width: 55%;
    height: auto;
    position: absolute;
    bottom: 25px;
    top: 60%;
  }

  #homepage-hero #homepage-hero-caption:after {
    border-width: 84px;
  }

  #homepage-modules .left-bar {
    width: 100%;
    float: none;
  }

  #homepage-modules .left-bar .l-module {
    width: 100%;
  }

  #homepage-modules .right-bar {
    width: 100%;
    float: none;
  }

  #homepage-modules .right-bar .l-module {
    width: 49%;
    float: left;
  }

  #homepage-modules .right-bar .l-module:first-child {
    margin-right: 2%;
  }
}
@media (max-width: 47.4375em) {
  #homepage-hero {
    width: 100%;
    height: 257px;
  }

  #homepage-hero #homepage-hero-caption {
    width: 100%;
    height: auto;
    padding: 15px;
    position: absolute;
    bottom: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
  }

  .js.csstransitions.csstransforms3d #homepage-hero #homepage-hero-caption {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #footer {
    padding-left: 20px;
  }
}
@media (max-width: 63.0625em) {
  #top {
    padding-top: 0;
  }

  #top .top-container {
    height: 55px;
    width: 100%;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(95%, #f7f7f7), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #f7f7f7 95%, #fff0f0 100%);
    background: -ms-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f7f7f7 95%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0', GradientType=0);
    position: relative;
    z-index: 40;
    min-width: 320px;
  }

  #top .top-container:after {
    display: none;
  }

  #top .top-container:before {
    left: 0;
    margin-left: 0;
  }

  .top-container .l-margins {
    max-width: none;
    padding: 0;
  }

  #header {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 30;
    padding: 0;
  }

  #header .nav-open-right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 65px;
    height: 54px;
    line-height: 54px;
    padding: 0;
    position: absolute;
    right: 0;
    color: #006AFF;
    font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
  }

  #header .nav-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 65px;
    height: 54px;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    left: 0;
  }

  #header .nav-open:after {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url("../icons/icon-menu.svg");
    top: 7px;
    left: 5px;
    background-size: contain;
  }

  #header .logo {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 4px;
    padding: 0;
  }

  #homepage-modules {
    margin: 0;
  }

  #footer {
    padding: 0;
  }

  #footer .footer-links {
    width: 100%;
  }

  #footer .footer-links ul {
    margin: 0;
    padding: 12px 0 6px;
  }

  #footer .footer-links li {
    float: none;
    margin-bottom: 10px;
  }

  #footer .footer-links li a {
    margin: 0;
  }

  #footer .footer-links li:after {
    display: none;
  }

  #footer .footer-links.product {
    background: #fff;
    width: 33.3%;
    height: 90px;
    float: left;
    margin: 0;
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
  }

  #footer .footer-links.product p,
  #footer .footer-links.product a {
    color: #3b73b9;
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
  }

  #footer .footer-links.product ul {
    display: none;
  }

  #footer .footer-links.icons {
    width: 100%;
    margin-left: 55px;
  }
}
@media (max-width: 31.9375em) {
  #footer {
    padding: 0;
  }

  #homepage-modules .right-bar {
    width: 100%;
    float: none;
  }

  #homepage-modules .right-bar .l-module {
    width: 100%;
    float: none;
    margin: 0;
  }

  img.pinpos {
    width: 100%;
  }
}
/* =============================================================================
        NEEDS LANDING PAGE
        ========================================================================== */
@media (max-width: 47.4375em) {
  .needs-table .three-column .column,
  .needs-table .two-column .column {
    width: 100%;
    border-right: 2px solid #cbcbcb;
  }
}
/* =============================================================================
        HEADER
        ========================================================================== */
/* @media (max-width: 63.0625em) {
        #header .logo img {
                left: 10px;
        }

        #homepage-hero {#bread-crumb ul li
                background-position: 25% 25%;
        }

        #footer {
                padding-left: 20px;
        }
} */
@media (max-width: 63.0625em) {
  #top {
    padding-top: 0;
  }

  #top .top-container {
    height: 55px;
    width: 100%;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(95%, #f7f7f7), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #f7f7f7 95%, #fff0f0 100%);
    background: -ms-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f7f7f7 95%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0', GradientType=0);
    position: relative;
    z-index: 40;
    min-width: 320px;
  }

  #top .top-container:after {
    display: none;
  }

  #top .top-container:before {
    left: 0;
    margin-left: 0;
  }

  .top-container .l-margins {
    max-width: none;
    padding: 0;
  }

  #header {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 30;
    padding: 0;
  }

  #header .nav-open-right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 65px;
    height: 54px;
    line-height: 54px;
    padding: 0;
    position: absolute;
    right: 0;
    color: #006AFF;
    font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
  }

  #header .nav-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 65px;
    height: 54px;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    left: 0;
  }

  #header .logo {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 4px;
    padding: 0;
  }

  #header .logo img {
    position: static;
    margin: 4px 0 0 10px;
    width: 80%;
  }

  #header .mobile-login {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-family: 'Roboto','Arial', Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 21px 0;
    float: right;
    width: 65px;
    height: 54px;
    border-left: #326391 1px solid;
  }

  #footer {
    padding: 0;
  }

  #footer .footer-links {
    width: 100%;
  }

  #footer .footer-links ul {
    margin: 0;
    padding: 12px 0 6px;
  }

  #footer .footer-links li {
    float: none;
    margin-bottom: 10px;
  }

  #footer .footer-links li a {
    margin: 0;
  }

  #footer .footer-links li:after {
    display: none;
  }

  #footer .footer-links.product {
    background: #fff;
    width: 33.3%;
    height: 90px;
    float: left;
    margin: 0;
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
  }

  #footer .footer-links.product p,
  #footer .footer-links.product a {
    color: #3b73b9;
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
  }

  #footer .footer-links.product ul {
    display: none;
  }

  #footer .footer-links.icons {
    width: 100%;
    margin-left: 55px;
  }
}
@media (max-width: 31.9375em) {
  #footer {
    padding: 0;
  }

  #footer .l-margins {
    padding: 0;
  }

  #footer .footer-links {
    padding-left: 0;
  }

  #footer .copyright {
    padding: 0;
  }
}
/* =============================================================================
        FEATURE SECTION RESPONSIVE
        ========================================================================== */
@media (max-width: 63.0625em) {
  #feature-section {
    padding: 0;
  }

  #feature-section .feature-content {
    width: 45%;
  }

  #feature-section img {
    bottom: -108px;
  }

  #feature-section img.ipad-grey {
    bottom: -184px;
  }

  #feature-section img.supermarket {
    bottom: -140px;
  }

  #feature-section img.bikes {
    bottom: -188px;
  }

  #feature-section img.garden {
    bottom: -263px;
  }

  #feature-section img.finances {
    bottom: -20px;
  }

  #feature-section img.garden {
    bottom: -10px;
  }

  #feature-section img.cards {
    bottom: -160px;
  }

  #feature-section img.couple {
    bottom: -215px;
  }

  #feature-section img.family-life {
    bottom: -50px;
  }

  #feature-section img.wall,
  #feature-section img.beach-family {
    bottom: -60px;
  }
}
@media (max-width: 47.4375em) {
  #feature-section img {
    width: 150%;
    margin-left: -50%;
    bottom: -100px;
  }

  #feature-section img.insurance {
    bottom: 0px;
    width: 200%;
  }

  #feature-section img.merrygo {
    bottom: -275px;
  }

  #feature-section img.bikes {
    bottom: -100px;
    margin-left: 0;
    width: 120%;
  }

  #feature-section img.ipad-grey {
    bottom: -55px;
    margin-left: -8px;
    width: 100%;
  }

  #feature-section img.spa {
    bottom: -160px;
  }

  #feature-section img.debt,
  #feature-section img.shop {
    bottom: -100px;
  }

  #feature-section img.car {
    bottom: -55px;
  }

  #feature-section img.cards {
    bottom: -90px;
    margin-left: -58%;
  }

  #feature-section img.personal {
    bottom: -135px;
  }

  #feature-section img.beach {
    bottom: -80px;
  }

  #feature-section img.keys {
    bottom: -125px;
    margin-left: -56%;
  }

  #feature-section img.supermarket {
    bottom: -40px;
  }

  #feature-section img.ipad {
    bottom: -10px;
  }

  #feature-section img.child {
    bottom: 15px;
    left: 40px;
  }

  #feature-section .feature-content {
    width: 100%;
    height: auto;
  }

  #feature-section p {
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-size: 1.4375rem;
  }

  #feature-section .feature-cta {
    min-width: 160px;
    margin: auto;
  }

  #feature-section img.finances {
    left: 245px;
    bottom: -5px;
  }

  #feature-section img.life {
    left: 250px;
  }

  #feature-section img.carwash,
  #feature-section img.wall,
  #feature-section img.beach-family,
  #feature-section img.family-life {
    bottom: 10px;
  }
}
@media (max-width: 31.9375em) {
  #feature-section img {
    width: 180%;
    margin-left: -50%;
  }

  #feature-section img.bikes {
    bottom: 0;
  }

  #feature-section img.ipad-grey {
    bottom: -36px;
    margin-left: -26%;
    width: 138%;
  }

  #feature-section img.garden {
    bottom: -173px;
  }

  #feature-section img.garden {
    left: 143px;
  }

  #feature-section img.life {
    left: 160px;
    bottom: 18px;
  }

  #feature-section img.finances {
    left: 160px;
    bottom: 65px;
  }

  #feature-section img.couple {
    bottom: -133px;
  }

  #feature-section p {
    width: 100%;
  }

  .l-2-col .l-module .content,
  .l-3-col .l-module .content {
    padding: 20px;
  }
}
/* =============================================================================
        NAV (OFFSCREEN DEMO)
        ========================================================================== */
/* @media (max-width: 63.0625em) {
        #nav ul.primary > li > a {
                padding: 20px 15px;
        }

        #nav ul.primary li.iwantto {
                position: absolute;
                right: 0;
        }

        #nav ul.primary li.iwantto > a {
                width: 230px;
                padding-left: 20px;
        }

        #nav ul.primary li.iwantto > ul, #nav ul.primary li.iwantto > ul > li > a {
                width: 230px;
        }

        #nav ul.primary li.iwantto > ul > li > a.card:after {
                top: 26px;
        }

        #nav ul.primary li.iwantto.dropdown-active li > div .pullout-content .column {
                height: 340px;
        }

        #nav ul.primary li.iwantto.dropdown-active li > div .pullout-content .column .column-title {
                padding-right: 20px;
        }

        #nav ul.primary li.iwantto.dropdown-active li.pullout-active > a.card:before {
                margin-top: -40px;
                border-width: 40px 25px 40px 0;
        }

        #nav ul.primary li.iwantto.dropdown-active li.pullout-active > div {
                right: 260px;
                width: 490px;
        }

        #nav ul.primary li.mega-menu-active .mega-menu-close {
                top: 75px;
                left: 365px;
        }

        #nav ul.primary li.mega-menu-active .mega-menu {
                top: 90px;
                left: -160px;
                width: 550px;
                height: auto;
        }

        #nav ul.primary li.mega-menu-active .mega-menu.first:after {
                left: 210px;
        }

        #nav ul.primary li.mega-menu-active .mega-menu.second:after {
                left: 310px;
        }

        #nav ul.primary li.mega-menu-active .mega-menu.third:after {
                left: 440px;
        }

        #nav ul.secondary {
                margin-left: 5px;
        }

        #rh-nav {
                top: 0;
                right: 0;
                left: auto;
                position: absolute;
                padding: 0;
        }

        #rh-nav .online-login-dropdown, #rh-nav .online-login-list > li > a {
                width: 230px;
        }
} */
@media (max-width: 63.0625em) {
  #rh-nav {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 0;
    height: auto;
    margin-left: 0;
    background: #5c5c5c;
    border-right: 1px solid #000;
  }

  #rh-nav ul.online-login-list a.manage {
    height: auto;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    background-color: #464646;
    float: none;
  }

  #rh-nav ul.online-login-list a.manage:after {
    display: none;
  }

  #rh-nav ul.online-login-dropdown {
    display: block;
    position: static;
    height: 100%;
    width: 100%;
  }

  #rh-nav ul.online-login-dropdown li {
    margin: 0;
    line-height: normal;
    width: 100%;
  }

  #rh-nav ul.online-login-dropdown li a {
    color: white;
    border-bottom: #636363 1px solid;
    padding: 15px 10px;
    width: 100%;
    text-align: left;
  }

  #nav {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    padding-top: 0;
    height: auto;
    margin-left: 0;
    background: #555555;
    border-right: 1px solid #000;
  }

  #nav ul.primary,
  #nav ul.secondary {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  #nav ul.primary li,
  #nav ul.secondary li {
    float: none;
    padding: 0;
    margin: 0;
    background: transparent;
    display: block;
  }

  #nav ul.primary li a,
  #nav ul.secondary li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 47px;
    height: 47px;
    padding: 0 20px 0 20px;
    width: 100%;
    float: none;
    color: #006AFF;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  }

  #nav ul.primary li.active a,
  #nav ul.primary li a:hover,
  #nav ul.primary li a:focus,
  #nav ul.secondary li.active a,
  #nav ul.secondary li a:hover,
  #nav ul.secondary li a:focus {
    text-decoration: none;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    background: #fff;
  }

  #nav ul.primary li.active a:after,
  #nav ul.primary li a:hover:after,
  #nav ul.primary li a:focus:after,
  #nav ul.secondary li.active a:after,
  #nav ul.secondary li a:hover:after,
  #nav ul.secondary li a:focus:after {
    display: none;
  }

  #nav ul.primary li.active > a {
    background-color: #f7f7f7;
  }

  #nav ul.primary li.iwantto {
    background: #3b73b9;
    color: white;
    border-bottom: none;
    display: none;
    position: static;
  }

  #nav ul.primary li.iwantto > a {
    float: none;
    width: 100%;
    border-bottom: none;
  }

  #nav ul.primary li.iwantto > a:hover,
  #nav ul.primary li.iwantto > a:focus {
    color: #3b73b9;
  }

  #nav ul.primary li.iwantto > a:after {
    display: none;
  }

  #nav ul.primary li.iwantto ul {
    display: none;
  }

  #nav ul.primary li a:hover,
  #nav ul.primary li a:focus {
    background: #ebebeb;
    -webkit-transition: background-color 200ms ease-in;
    -moz-transition: background-color 200ms ease-in;
    -o-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
    -webkit-box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
    -moz-box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
    box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
  }

  #nav ul.secondary {
    padding: 0;
    top: 0;
    position: static;
  }

  #nav ul.secondary li a {
    font-family: 'Roboto','Arial', Helvetica, sans-serif;
    color: #ebebeb;
    border-bottom: none;
    background: #555555;
    position: relative;
    padding-left: 50px;
  }

  #nav ul.secondary li a.contact:after {
    content: '';
    position: absolute;
    display: block;
    height: 17px;
    width: 20px;
    background-image: url("../sprites/original/global-s2062d8f6af.png");
    background-position: 0 -1834px;
    background-repeat: no-repeat;
  }

  #nav ul.secondary li a.faqs:after {
    content: '';
    position: absolute;
    display: block;
    height: 20px;
    width: 15px;
    background-image: url("../sprites/original/global-s2062d8f6af.png");
    background-position: 0 -1866px;
    background-repeat: no-repeat;
  }

  #nav ul.secondary li a.branch:after {
    content: '';
    position: absolute;
    display: block;
    height: 21px;
    width: 13px;
    background-image: url("../sprites/original/global-s2062d8f6af.png");
    background-position: 0 -1901px;
    background-repeat: no-repeat;
  }

  #nav ul.secondary li a:after {
    top: 12px;
    left: 20px;
  }

  #nav ul.secondary li a:hover,
  #nav ul.secondary li a:focus {
    background: #555555;
    color: #ebebeb;
    border-bottom: none;
  }

  #nav ul.secondary li.active a {
    background: #555555;
    color: #ebebeb;
    border-bottom: none;
  }

  #nav ul.second-nav {
    margin: 0;
    position: static;
    display: block;
  }

  #nav ul.second-nav li a {
    padding-left: 40px;
    color: #706b65;
    text-transform: none;
  }

  #nav ul.second-nav li a:hover,
  #nav ul.second-nav li a:focus {
    color: #55514d;
    background: #ccc;
    -webkit-box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
    -moz-box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
    box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
  }

  #nav ul.second-nav li.active a {
    color: #55514d;
    background: #ccc;
    -webkit-box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
    -moz-box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
    box-shadow: inset 0 -1px 1px 0px rgba(85, 81, 77, 0.1), inset 0 1px 1px 0px rgba(85, 81, 77, 0.1);
  }

  /******************************
    Facebook style menu SCSS
    ******************************/
  .js-nav .nav-open,
  .js-nav .nav-open-right {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .js-nav #nav {
    width: 75%;
    left: -75%;
    overflow: hidden;
    height: 100%;
  }

  .js-nav #rh-nav {
    width: 75%;
    right: -75%;
    overflow: hidden;
    height: 100%;
  }

  .js-nav #inner-wrap {
    left: 0;
  }

  .js-nav.csstransforms3d.csstransitions #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .js-nav.csstransforms3d.csstransitions #rh-nav {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .js-nav.csstransforms3d.csstransitions #inner-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
  }

  .js-nav-open #inner-wrap {
    left: 75%;
  }

  .js-nav-open.csstransforms3d.csstransitions #inner-wrap {
    left: 0;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .js-right-nav-open #inner-wrap {
    right: 75%;
  }

  .js-right-nav-open.csstransforms3d.csstransitions #inner-wrap {
    right: 0;
    -webkit-transform: translate3d(-75%, 0, 0);
    -moz-transform: translate3d(-75%, 0, 0);
    -ms-transform: translate3d(-75%, 0, 0);
    -o-transform: translate3d(-75%, 0, 0);
    transform: translate3d(-75%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  ul.primary li.mega-menu-active .mega-menu {
    display: none !important;
  }

  #nav ul.primary li.iwantto.dropdown-active ul {
    display: none !important;
  }
}
@media (max-width: 47.4375em) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 47.4375em) and (min--moz-device-pixel-ratio: 1.5), (max-width: 47.4375em) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 47.4375em) and (min-device-pixel-ratio: 1.5) {
  #nav ul.secondary li a.contact:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1869px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
@media (max-width: 47.4375em) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 47.4375em) and (min--moz-device-pixel-ratio: 1.5), (max-width: 47.4375em) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 47.4375em) and (min-device-pixel-ratio: 1.5) {
  #nav ul.secondary li a.faqs:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1700px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
@media (max-width: 47.4375em) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 47.4375em) and (min--moz-device-pixel-ratio: 1.5), (max-width: 47.4375em) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 47.4375em) and (min-device-pixel-ratio: 1.5) {
  #nav ul.secondary li a.branch:after {
    background-image: url("../sprites/original/global-2x-sd7897aa850.png");
    background-position: 0 -1901px;
    -webkit-background-size: 153px auto;
    -moz-background-size: 153px auto;
    -o-background-size: 153px auto;
    background-size: 153px auto;
  }
}
@media (max-width: 63.0625em) {
  .l-margins {
    width: 100%;
    padding: 0;
  }

  .bg-full {
    min-width: 761px;
  }

  .l-two-column-right #content-primary {
    width: 62%;
    margin-right: 1%;
  }

  .l-two-column-right #sidebar {
    width: 37%;
    padding: 0 20px;
  }
}
@media (max-width: 47.4375em) {
  .l-two-column-right #content-primary,
  .l-two-column-right #sidebar {
    width: 100% !important;
    margin: 0;
    float: none;
  }

  .l-margins {
    padding: 0;
  }
}
@media (max-width: 63.0625em) {
  .content .responsive-table {
    overflow: hidden;
  }
}
/* =============================================================================
        FORMS
        ========================================================================== */
@media (max-width: 63.0625em) {
  .input-field {
    padding: 0;
  }

  label {
    width: 100%;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 7px;
  }

  label.check {
    float: left;
    width: 40%;
    top: 1px;
  }

  label.radio {
    float: left;
    width: 40%;
    top: 2px;
  }

  .simpleSelect,
  input[type='text'],
  textarea {
    width: 100%;
  }

  input[type='submit'].cta-btn {
    float: left;
    margin: 0 0 20px;
  }

  input[type='checkbox'],
  input[type='radio'] {
    width: 60%;
    margin: 0 0 15px 40%;
  }

  .r-value {
    margin: -28px 0 0 47%;
  }
}
/* =============================================================================
        FAQ RESPONSIVE
        ========================================================================== */
@media (max-width: 63.0625em) {
  .faq-categories.l-module .faq-category {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
  }

  .faq-categories.l-module .faq-category:last-child {
    margin-right: none;
  }

  .faq-categories.l-module .faq-category img {
    width: auto;
  }
}
@media (max-width: 47.4375em) {
  .faq-page #left-menu {
    margin: 0 0 10px;
    width: 100%;
  }

  .faq-page #left-menu li.active:after {
    display: none;
  }

  .faq-page #right-content {
    width: 100%;
  }
}
/* =============================================================================
        Compare Cards Responsive Section
========================================================================== */
@media (max-width: 63.0625em) {
  .l-module.find-right-card .category {
    width: 49%;
    height: 160px;
    padding: 15px;
    margin-bottom: 1%;
  }

  .l-module.find-right-card .category:first-child {
    margin-right: 1%;
  }

  .l-module.find-right-card .category h2 {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .l-module.find-right-card .category img {
    width: auto;
  }

  .l-module.find-right-card .category:hover {
    background: #545454;
  }

  .l-module.find-right-card .category.active {
    background: #545454;
  }

  .l-module.find-right-card-result .card {
    margin-top: 20px;
    width: 100%;
    float: none;
  }

  .l-module.compare-cards .category {
    width: 47%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
  }

  .l-module.compare-cards .category:last-child {
    margin-right: none;
  }

  .l-module.compare-cards .category img {
    width: auto;
  }

  .l-module.view-all-cards-heading {
    width: 50%;
  }
}
@media (max-width: 47.4375em) {
  .l-module.view-all-cards-heading {
    width: 100%;
    height: auto;
  }

  .l-module.view-all-cards .card {
    width: 100%;
    margin-right: 0;
    height: auto;
  }

  .l-module.view-all-cards .card .image {
    padding-top: 60px;
  }

  .l-module.view-all-cards .card .image img {
    width: 100%;
    max-width: 230px;
    min-width: 150px;
    margin: 0 auto;
  }

  .l-module.view-all-cards .card .content {
    height: auto;
  }

  .l-module.compare-our-cards-switch .checkbox-wrap {
    float: none;
    width: 100%;
  }

  .l-module.compare-our-cards span.mobile-text {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    font-family: 'Roboto','Arial', Helvetica, sans-serif;
  }

  .l-module.compare-our-cards span.content {
    display: inline-block;
    width: 50%;
    font-family: 'Roboto','Arial', Helvetica, sans-serif;
  }

  .l-module.compare-our-cards table {
    width: 100%;
  }

  .l-module.compare-our-cards table tr th img {
    width: 200px;
  }

  .l-module.compare-our-cards table tr th.visible {
    display: block;
    width: 100%;
  }

  .l-module.compare-our-cards table tr td.border {
    border-bottom: #e1e1e1 1px solid;
  }

  .l-module.compare-our-cards table tr td.visible {
    display: block;
    width: 100%;
  }

  .l-module.compare-our-cards table tr td.hide-mobile {
    display: none;
  }

  .l-module.compare-our-cards table tr td:first-child {
    padding-top: 20px;
  }
}
/* =============================================================================
        BUDGET PLANNER RESPONSIVE
        ========================================================================== */
@media (max-width: 47.4375em) {
  .budget-planner #content-form {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }

  .budget-planner #content-form .heading-row {
    display: none;
  }

  .budget-planner #content-form .row {
    margin-top: 10px;
  }

  .budget-planner #content-form .row h4 {
    width: 100%;
    float: none;
  }

  .budget-planner #content-form .row h4 .sub-total {
    display: block;
  }

  .budget-planner #content-form .row label {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }

  .budget-planner #content-form .row .simpleSelect {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }

  .budget-planner #content-form .row .input-prepend {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }

  .budget-planner #content-form .row .annual-amount {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
    position: relative;
    padding-left: 90px;
  }

  .budget-planner #content-form .row .annual-amount:after {
    content: 'Annual Amount:';
    position: absolute;
    left: 0;
    font-family: 'Roboto','Arial', Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .budget-planner #content-form .row .summary-label {
    width: 100%;
    height: auto;
  }

  .budget-planner #content-form .row .summary-amount {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
    position: relative;
    padding-left: 90px;
  }

  .budget-planner #content-form .row .summary-amount:after {
    position: absolute;
    left: 0;
    font-family: 'Roboto','Arial', Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .budget-planner #content-form .row .summary-amount.week:after {
    content: 'Weekly:';
  }

  .budget-planner #content-form .row .summary-amount.fortnight:after {
    content: 'Fortnightly:';
  }

  .budget-planner #content-form .row .summary-amount.month:after {
    content: 'Monthly:';
  }

  .budget-planner #content-form .row .summary-amount.year:after {
    content: 'Yearly:';
  }

  .budget-planner #left-menu {
    width: 100%;
    float: none;
  }
}
/* =============================================================================
        PERSONALISATION CSS - Matt - 17/12/2013
        ========================================================================== */
.per-con .per-con-item,
.per-con .per-con-item-default {
  display: none;
}

.no-js .per-con .per-con-item-default {
  display: block;
}

/* On Your Way Landing - Nathan - 06/02/2014*/
.landing-onyourway .call-cta {
  background-image: url("/assets/images/icon-phone.png");
  height: 48px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 9px;
  padding-left: 50px;
  line-height: 48px;
}

/* =============================================================================
        APP (privacy policy page) CSS - Matt - 17/12/2013
        ========================================================================== */
#policy-page h2 {
  color: white;
}

#policy-page .expandcollapse {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

#policy-page #relevance-list {
  list-style-type: circle;
  font-weight: normal;
  margin: 10px 0px 10px 60px;
}

/*#policy-page .l-module ul li, ol li  {
        font-weight: bold;
}*/
#policy-page .l-module ul li p,
ol li p,
#policy-page .l-module .expand-content ul li,
#policy-page #relevance-list li,
#policy-page .l-module ul.entities li {
  font-weight: normal;
  margin: 10px 0;
}

#policy-page dt {
  width: 50%;
  text-align: right;
  float: left;
  clear: left;
  margin-right: 1em;
}

#policy-page dl {
  font-weight: normal;
}

#policy-page dl dt:first-child,
#policy-page dd.first-child {
  font-weight: bold;
}

/*Matt Refresh Styles*/
.l-module.iwantto-hero {
  margin: 180px auto 0 auto;
  width: 700px;
  padding: 10px 30px;
  border-radius: 5px;
  border: 3px solid white;
  background: #006AFF;
  background: rgba(0, 92, 185, 0.5);
}

.lt-ie9 .l-module.iwantto-hero {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50005cb9, endColorstr=#50005cb9);
  zoom: 1;
}

.l-module.iwantto-hero .label {
  display: inline-block;
  color: white;
  font-size: 26px;
  font-family: 'GE Inspira Bold';
  vertical-align: middle;
}

.l-module.iwantto-hero .select {
  display: inline-block;
  color: #575757;
  background: #ffffff;
  font-family: 'GE Inspira Book';
  vertical-align: middle;
  width: 390px;
  height: 54px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.l-module.iwantto-hero .select:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.l-module.iwantto-hero .select span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 22px;
  font-family: 'GE Inspira Book';
  font-size: 22px;
}

.l-module.iwantto-hero .select span.blue {
  color: #006AFF;
  font-family: 'GE Inspira Bold';
}

.l-module.iwantto-hero .select:after {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -132px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -8px;
  right: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -132px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown {
  position: absolute;
  top: 54px;
  left: 0;
  background: white;
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: none;
}

.l-module.iwantto-hero .select-dropdown li {
  display: block;
  height: 54px;
  position: relative;
  cursor: pointer;
}

.l-module.iwantto-hero .select-dropdown li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.l-module.iwantto-hero .select-dropdown li a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'GE Inspira Bold';
  font-size: 22px;
  padding-left: 70px;
}

.l-module.iwantto-hero .select-dropdown li:hover {
  background: #006AFF;
}

.l-module.iwantto-hero .select-dropdown li:hover a {
  color: white;
  text-decoration: none;
}

.l-module.iwantto-hero .select-dropdown li.book:after {
  content: '';
  position: absolute;
  display: block;
  height: 31px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -987px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -15px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.book:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -987px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.book:hover:after {
  height: 31px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1033px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.book:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1033px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.cal:after {
  content: '';
  position: absolute;
  display: block;
  height: 33px;
  width: 32px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1079px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -16px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.cal:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1079px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.cal:hover:after {
  height: 33px;
  width: 32px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1127px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.cal:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1127px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.car:after {
  content: '';
  position: absolute;
  display: block;
  height: 28px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1175px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -14px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.car:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1175px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.car:hover:after {
  height: 28px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1218px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.car:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1218px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.card:after {
  content: '';
  position: absolute;
  display: block;
  height: 26px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1261px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -13px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.card:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1261px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.card:hover:after {
  height: 26px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1302px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.card:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1302px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.file:after {
  content: '';
  position: absolute;
  display: block;
  height: 34px;
  width: 26px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1343px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -17px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.file:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1343px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.file:hover:after {
  height: 34px;
  width: 26px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1392px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.file:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1392px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.money:after {
  content: '';
  position: absolute;
  display: block;
  height: 24px;
  width: 41px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1441px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -12px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.money:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1441px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.money:hover:after {
  height: 24px;
  width: 41px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1480px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.money:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1480px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.star:after {
  content: '';
  position: absolute;
  display: block;
  height: 38px;
  width: 40px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1519px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -19px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.star:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1519px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select-dropdown li.star:hover:after {
  height: 38px;
  width: 40px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1572px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-hero .select-dropdown li.star:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1572px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-hero .select.active .select-dropdown {
  display: block;
}

.l-module.iwantto-hero .go {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: 70px;
  width: 70px;
  background: #006AFF;
  color: white;
  border: 3px solid white;
  font-size: 30px;
  font-family: 'GE Inspira Bold';
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -ms-behavior: url("/assets/js/libs/PIE.htc");
}

.l-module.iwantto-hero .go:hover {
  text-decoration: none;
}

/*MATT IE8 BUG FIXES*/
.l-module.iwantto-villain {
  margin: 20px auto 0 auto;
  width: 700px;
  padding: 10px 30px;
  border-radius: 5px;
  border: 3px solid white;
  background: #006AFF;
  background: rgba(0, 92, 185, 0.5);
}

.lt-ie9 .l-module.iwantto-villain {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50005cb9, endColorstr=#50005cb9);
  zoom: 1;
}

.l-module.iwantto-villain .label {
  display: inline-block;
  color: white;
  font-size: 26px;
  font-family: 'GE Inspira Bold';
  vertical-align: middle;
}

.l-module.iwantto-villain .select-dropdown {
  background: white;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.l-module.iwantto-villain .select-dropdown li {
  display: block;
  height: 54px;
  position: relative;
  cursor: pointer;
}

.l-module.iwantto-villain .select-dropdown li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.l-module.iwantto-villain .select-dropdown li a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'GE Inspira Bold';
  font-size: 22px;
  padding-left: 70px;
}

.l-module.iwantto-villain .select-dropdown li:hover {
  background: #006AFF;
}

.l-module.iwantto-villain .select-dropdown li:hover a {
  color: white;
  text-decoration: none;
}

.l-module.iwantto-villain .select-dropdown li.book:after {
  content: '';
  position: absolute;
  display: block;
  height: 31px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -987px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -15px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.book:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -987px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.book:hover:after {
  height: 31px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1033px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.book:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1033px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.cal:after {
  content: '';
  position: absolute;
  display: block;
  height: 33px;
  width: 32px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1079px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -16px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.cal:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1079px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.cal:hover:after {
  height: 33px;
  width: 32px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1127px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.cal:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1127px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.car:after {
  content: '';
  position: absolute;
  display: block;
  height: 28px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1175px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -14px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.car:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1175px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.car:hover:after {
  height: 28px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1218px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.car:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1218px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.card:after {
  content: '';
  position: absolute;
  display: block;
  height: 26px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1261px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -13px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.card:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1261px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.card:hover:after {
  height: 26px;
  width: 35px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1302px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.card:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1302px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.file:after {
  content: '';
  position: absolute;
  display: block;
  height: 34px;
  width: 26px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1343px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -17px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.file:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1343px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.file:hover:after {
  height: 34px;
  width: 26px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1392px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.file:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1392px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.money:after {
  content: '';
  position: absolute;
  display: block;
  height: 24px;
  width: 41px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1441px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -12px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.money:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1441px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.money:hover:after {
  height: 24px;
  width: 41px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1480px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.money:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1480px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.star:after {
  content: '';
  position: absolute;
  display: block;
  height: 38px;
  width: 40px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1519px;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -19px;
  left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.star:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1519px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-villain .select-dropdown li.star:hover:after {
  height: 38px;
  width: 40px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -1572px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-villain .select-dropdown li.star:hover:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -1572px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
/*END MATT IE8 BUG FIXES*/
.feature-hero {
  height: 300px;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url("/assets/js/libs/backgroundsize.min.htc");
}

@media (max-width: 40.0625em) {
  .feature-hero {
    height: 300px;
    background-position: center center !important;
  }
}
.feature-h {
  height: 300px;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url("/assets/js/libs/backgroundsize.min.htc");
}

@media (max-width: 40.0625em) {
  .feature-h {
    height: 300px;
    background-position: -800px !important;
  }
}
.homepage-hero {
  height: 300px;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url("/assets/js/libs/backgroundsize.min.htc");
}

@media (max-width: 40.0625em) {
  .homepage-hero {
    height: 180px;
  }
}
.l-module.homepage-bubbles {
  display: table;
  margin-bottom: 0;
}

.l-module.product-bubbles {
  display: table;
  margin-bottom: 0;
  border-spacing: 25px;
}

@media (max-width: 40.0625em) {
  .l-module.product-bubbles {
    border-spacing: 0;
  }
}
.l-module.homepage-bubbles .row,
.l-module.product-bubbles .row {
  display: table-row;
}

.l-module.homepage-bubbles .cell {
  display: table-cell;
  text-align: center;
  width: 25%;
  padding: 0 25px 80px 25px;
}

.l-module.product-bubbles .cell {
  display: table-cell;
  text-align: center;
  width: 50%;
  padding: 0 25px 55px 25px;
  background: #f4f4f4;
}

.l-module.product-bubbles .title {
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
  font-size: 16px;
  padding: 10px 13px 0 13px;
}

.l-module.homepage-bubbles .cell:hover {
  text-decoration: none;
}

.l-module.product-bubbles .cell:hover {
  text-decoration: none;
  background: #eee;
}

@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .cell {
    width: 50%;
    float: left;
    height: 300px;
  }

  .l-module.product-bubbles .cell {
    width: 100% !important;
    height: 220px;
    float: left;
    border: 5px solid #fff;
  }

  .l-module.homepage-bubbles .cell.first-row {
    padding: 30px 15px 15px 15px;
  }

  .l-module.product-bubbles .cell.first-row {
    padding: 25px 20px 15px 20px;
  }

  .l-module.homepage-bubbles .cell.last-row {
    padding: 15px 15px 30px 15px;
  }
}
.l-module.homepage-bubbles h2 {
  font-size: 18px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: 600;
  color: #575757;
}

@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles h2 {
    font-size: 15px;
  }
}
.l-module.homepage-bubbles .sub-heading {
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.l-module.product-bubbles .sub-heading {
  color: #575757;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .sub-heading {
    font-size: 13px;
  }

  .l-module.product-bubbles .sub-heading {
    font-size: 20px;
  }
}
.l-module.homepage-bubbles .bubble,
.l-module.product-bubbles .bubble {
  margin: 60px auto 28px auto;
  height: 130px;
  width: 130px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  -ms-behavior: url("/assets/js/libs/PIE.htc");
}

@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble,
  .l-module.product-bubbles .bubble {
    margin-top: 0px;
    width: 100px;
    height: 100px;
  }
}
.l-module.homepage-bubbles .bubble.green,
.l-module.product-bubbles .bubble.green {
  background-color: #319B42;
}

.l-module.homepage-bubbles .bubble.red,
.l-module.product-bubbles .bubble.red {
  background-color: #D6001C;
}

.l-module.homepage-bubbles .bubble.yellow,
.l-module.product-bubbles .bubble.yellow {
  background-color: #EAAA00;
}

.l-module.homepage-bubbles .bubble.blue,
.l-module.product-bubbles .bubble.blue {
  background-color: #006AFF;
}

.l-module.homepage-bubbles .bubble.orange,
.l-module.product-bubbles .bubble.orange {
  background-color: #ee7700;
}

.l-module.homepage-bubbles .bubble.purple,
.l-module.product-bubbles .bubble.purple {
  background-color: #595194;
}

.l-module.homepage-bubbles .bubble.red,
.l-module.product-bubbles .bubble.red {
  background-color: #de2533;
}

.l-module.homepage-bubbles .bubble.monies:after,
.l-module.product-bubbles .bubble.monies:after {
  content: '';
  position: absolute;
  display: block;
  height: 43px;
  width: 70px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -384px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -35px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.monies:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -384px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.monies:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.debt:after,
.l-module.product-bubbles .bubble.debt:after {
  content: '';
  position: absolute;
  display: block;
  height: 64px;
  width: 95px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -305px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -47px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.debt:after,
  .l-module.product-bubbles .bubble.debt:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -305px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.debt:after,
  .l-module.product-bubbles .bubble.debt:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.loans:after {
  content: '';
  position: absolute;
  display: block;
  height: 70px;
  width: 74px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -512px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -37px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.loans:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -512px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.loans:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.card:after,
.l-module.product-bubbles .bubble.card:after {
  content: '';
  position: absolute;
  display: block;
  height: 46px;
  width: 61px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -244px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -30px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.card:after,
  .l-module.product-bubbles .bubble.card:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -244px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.card:after,
  .l-module.product-bubbles .bubble.card:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.calc:after {
  content: '';
  position: absolute;
  display: block;
  height: 64px;
  width: 56px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -165px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -28px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.calc:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -165px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.calc:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.tv:after {
  content: '';
  position: absolute;
  display: block;
  height: 64px;
  width: 72px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0px -1752px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -35px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.tv:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -165px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.tv:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.ploans:after,
.l-module.product-bubbles .bubble.ploans:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-personal-loan-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.ploans:after,
  .l-module.product-bubbles .bubble.ploans:after {
    background-image: url("../images/icon-personal-loan-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.ploansploans:after,
  .l-module.product-bubbles .bubble.ploans:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.car:after,
.l-module.product-bubbles .bubble.car:after {
  content: '';
  position: absolute;
  display: block;
  height: 69px;
  width: 95px;
  background-image: url("../images/icon-car-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -44px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.car:after,
  .l-module.product-bubbles .bubble.car:after {
    background-image: url("../images/icon-car-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.car:after,
  .l-module.product-bubbles .bubble.car:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.claimsforms:after,
.l-module.product-bubbles .bubble.claimsforms:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-personal-claim-form-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.claimsforms:after,
  .l-module.product-bubbles .bubble.claimsforms:after {
    background-image: url("../images/icon-personal-claim-form-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.claimsforms:after,
  .l-module.product-bubbles .bubble.claimsforms:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.tinsurance:after,
.l-module.product-bubbles .bubble.tinsurance:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-travel-insurance-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.tinsurance:after,
  .l-module.product-bubbles .bubble.tinsurance:after {
    background-image: url("../images/icon-travel-insurance-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.tinsurance:after,
  .l-module.product-bubbles .bubble.tinsurance:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.cinsurance:after,
.l-module.product-bubbles .bubble.cinsurance:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-car-insurance-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.cinsurance:after,
  .l-module.product-bubbles .bubble.cinsurance:after {
    background-image: url("../images/icon-car-insurance-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.cinsurance:after,
  .l-module.product-bubbles .bubble.cinsurance:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.pinsurance:after,
.l-module.product-bubbles .bubble.pinsurance:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-personal-loan-insurance-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.pinsurance:after,
  .l-module.product-bubbles .bubble.pinsurance:after {
    background-image: url("../images/icon-personal-loan-insurance-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.pinsurance:after,
  .l-module.product-bubbles .bubble.pinsurance:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.creinsurance:after,
.l-module.product-bubbles .bubble.creinsurance:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-faq-insurance.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.creinsurance:after,
  .l-module.product-bubbles .bubble.creinsurance:after {
    background-image: url("../images/icon-faq-insurance.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.creinsurance:after,
  .l-module.product-bubbles .bubblec.creinsurance:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.csearch:after,
.l-module.product-bubbles .bubble.csearch:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-search-cards-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.csearch:after,
  .l-module.product-bubbles .bubble.csearch:after {
    background-image: url("../images/icon-search-cards-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.csearch:after,
  .l-module.product-bubbles .bubblec.csearch:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.comcard:after,
.l-module.product-bubbles .bubble.comcard:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-compare-cards-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.comcard:after,
  .l-module.product-bubbles .bubble.comcard:after {
    background-image: url("../images/icon-compare-cards-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.comcard:after,
  .l-module.product-bubbles .bubblec.comcard:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.vcard:after,
.l-module.product-bubbles .bubble.vcard:after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  width: 95px;
  background-image: url("../images/icon-show-all-cards-large.png");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -42px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.vcard:after,
  .l-module.product-bubbles .bubble.vcard:after {
    background-image: url("../images/icon-show-all-cards-large.png");
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.vcard:after,
  .l-module.product-bubbles .bubblec.vcard:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .bubble.percent:after {
  content: '';
  position: absolute;
  display: block;
  height: 55px;
  width: 66px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -442px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -33px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-bubbles .bubble.percent:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -442px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-bubbles .bubble.percent:after {
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
.l-module.homepage-bubbles .cell:hover {
  background: #eee;
}

.l-module.homepage-alert {
  margin-bottom: 0;
  background: #d5d5d5;
}

.l-module.homepage-alert .snippet {
  position: relative;
  padding: 36px 30px;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (max-width: 40.0625em) {
  .l-module.homepage-alert .snippet {
    padding: 28px 45px;
  }
}
.l-module.homepage-alert .snippet:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.l-module.homepage-alert .snippet:after {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -850px;
  background-repeat: no-repeat;
  top: 36px;
  left: 0;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-alert .snippet:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -850px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-alert .snippet:after {
    top: 28px;
    left: 15px;
  }
}
.l-module.homepage-alert .snippet span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 16px;
  font-family: 'GE Inspira Bold';
  color: #000;
}

.l-module.homepage-alert .snippet .close {
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -815px;
  background-repeat: no-repeat;
  top: 36px;
  right: 0;
  cursor: pointer;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.homepage-alert .snippet .close {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -815px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
@media (max-width: 40.0625em) {
  .l-module.homepage-alert .snippet .close {
    top: 28px;
    right: 15px;
  }
}
#footer .footer-links.icons {
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (max-width: 40.0625em) {
  #footer .footer-links.icons {
    margin: 15px;
  }
}
#footer .footer-links.icons ul {
  float: none;
  clear: both;
  display: block;
}

#footer .footer-links.icons li {
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (max-width: 40.0625em) {
  #footer .footer-links.icons li {
    float: none;
    clear: both;
    margin-bottom: 25px;
  }
}
#footer .footer-links.icons a {
  display: block;
  padding: 0 25px 0 35px;
  margin: 0;
}

#footer .footer-links.icons a.branch:before {
  left: 4px;
  top: 50%;
  margin-top: -10px;
}

#footer .footer-links.icons a.faqs:before {
  left: 4px;
  top: 50%;
  margin-top: -10px;
}

#footer .footer-links.icons a.contact:before {
  left: 0;
  top: 50%;
  margin-top: -9px;
}

#footer .footer-links.icons a.site-index {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

#footer .footer-links.icons a.site-index:before {
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #footer .footer-links.icons a.site-index:before {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 0;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
#footer .footer-links.icons a.site-index.open:before {
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -66px;
  background-repeat: no-repeat;
  content: '  ';
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  #footer .footer-links.icons a.site-index.open:before {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -66px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
#footer .footer-links.icons .right {
  float: right;
  /*smaller desktop*/
  /*tablet*/
  /*Phablet*/
  /*Iphone*/
}

@media (max-width: 40.0625em) {
  #footer .footer-links.icons .right {
    float: none;
    clear: both;
  }
}
#footer .footer-links.icons .right a {
  width: 120px;
  margin: 0 auto;
}

#footer .footer-links.product {
  display: none;
}

#top .top-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l-module.iwantto-mobile {
  margin-bottom: 0;
  top: -65px;
  opacity: 0.8;
}

.l-module.iwantto-mobile > a {
  background-color: #006AFF;
  font-size: 21px;
  line-height: 67px;
  padding: 0 20px;
  position: relative;
}

.l-module.iwantto-mobile > a:after {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  background-image: url("../sprites/refresh/1x-s9aaad77bbe.png");
  background-position: 0 -33px;
  background-repeat: no-repeat;
  -moz-transition: -moz-transform, 0.4s, ease;
  -o-transition: -o-transform, 0.4s, ease;
  -webkit-transition: -webkit-transform, 0.4s, ease;
  transition: transform, 0.4s, ease;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  top: 25px;
  right: 20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .l-module.iwantto-mobile > a:after {
    background-image: url("../sprites/refresh/2x-s5d5b6ab29e.png");
    background-position: 0 -33px;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    -webkit-background-size: 95px auto;
    background-size: 95px auto;
  }
}
.l-module.iwantto-mobile > a.open:after {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -moz-transition: -moz-transform, 0.4s, ease;
  -o-transition: -o-transform, 0.4s, ease;
  -webkit-transition: -webkit-transform, 0.4s, ease;
  transition: transform, 0.4s, ease;
}

.l-module.iwantto-mobile ul {
  display: none;
}

/* ARTICLES */
/* FULL WIDTH */
.l-module.article h4 a {
  color: #006AFF;
  font-size: 1.5rem;
}

.l-module.article p.date {
  color: #999;
}

.l-module.article p.date:before {
  content: '';
  width: 19px;
  height: 18px;
  background-image: url("/assets/images/icon-clock.png");
  float: left;
  margin: 2px 10px 0 0;
}

.l-module.article .image-container img {
  width: 100%;
}

.l-module.article .module-content {
  padding: 30px;
  background-color: #f4f4f4;
  width: 100%;
}

.l-module.article a.link-article:after {
  content: '>';
  margin: 2px 0 0 5px;
}

/* TWO COLUMN - IMAGE TOP */
.l-2-col .l-module.article .image-container img {
  width: 100%;
  margin-right: 2%;
}

.l-2-col .l-module.article .module-content {
  padding: 0px;
  width: 100%;
  margin-right: 2%;
  background: white;
}

.l-2-col .l-module.article h6 {
  color: #006AFF;
  padding: 20px 20px 0px 20px;
}

.l-2-col .l-module.article p.date {
  padding: 0px 20px 0 20px;
}

.cta-btn.article {
  padding: 10px;
  width: 100%;
}

.cta-btn.article:after {
  bottom: 13px;
}

/* TWO COLUMN - IMAGE LEFT */
.l-2-col .l-module.article.image-left .image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
}

.l-2-col .l-module.article.image-left .module-content {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  background-color: #fff;
}

.l-module.article.image-left .cta-btn.article {
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.l-2-col .l-module.article.image-left .image-container img {
  width: 100%;
  margin-right: 2%;
  min-height: 200px;
}

/* HOMEPAGE ARTICLES */
.l-module.homepage-articles {
  background: #eee;
  margin-bottom: 0;
  padding-top: 20px;
}

.l-module.homepage-articles .article-container {
  margin: 0 auto;
  width: 960px;
  padding: 10px 0 50px 0;
}

.cta-link {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 9px;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-weight: normal;
  color: #006AFF;
}

.cta-link.right {
  float: right;
}

.l-module.article-heading .cta-link.right {
  position: absolute;
  top: 10px;
  right: 0px;
}

.l-module.article-heading .cta-link.right:after {
  content: '>';
  margin: 2px 0 0 5px;
}

@media (max-width: 63.0625em) {
  .l-module.homepage-articles .article-container {
    width: 100%;
  }
}
#code-of-practice img {
  margin-left: 40px;
}

@media (max-width: 63.0625em) {
  #code-of-practice img {
    margin-left: 0px;
  }
}
/* =========================================
   CreditLine styles
==========================================*/
/* Homepage hero */
.homepage-hero img {
  width: 160px;
  float: left;
  margin: -5px 30px 50px 0;
}

.l-module.creditline-hero {
  width: 100%;
  margin: 20px 0 50px 10px;
  text-align: left;
}
.l-module.creditline-hero h1 {
  color: #fff;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-size: 2.4rem;
  margin: 50px 0 0 0;
}
.l-module.creditline-hero h2 {
  color: #fff;
  font-family: 'Montserrat', 'Arial', Helvetica, sans-serif;
  font-size: 1.5rem;
  margin: 25px 0;
}
.l-module.creditline-hero .cta-btn {
  border-radius: 5px;
  background-color: #575757;
  color: #fff;
}
.l-module.creditline-hero .cta-btn:after {
  background-position: 0 -1700px;
}
.l-module.creditline-hero .cta-btn:hover {
  background-color: #3f3f3f;
}

@media (max-width: 63.0625em) {
  .l-module.creditline-hero .l-module.heading {
    clear: both;
  }
}
.home-boxes .box-content {
  padding: 20px;
}
.home-boxes .box-content h2,
.home-boxes .box-content p {
  max-width: 230px;
}
.home-boxes .box-content p {
  line-height: 22px;
  font-size: 1rem;
  color: #888;
}
.home-boxes .box-content h2 a {
  font-size: 1.375rem;
}
.home-boxes .box-content .card-img {
  width: 220px;
}

#top {
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}

.homepage-hero {
  height: auto !important;
}

#bread-crumb {
  margin: 0 0 20px 0;
  float: right;
}

.l-two-column-right #content-primary #bread-crumb ul li,
.l-one-column #content-primary #bread-crumb ul li {
  padding: 0 25px 10px 0;
}

#footer .footer-links-container {
  float: left;
  width: 80%;
}

#footer .footer-logo {
  float: left;
  margin: 30px 0 20px;
  width: 20%;
}
#footer .footer-logo img {
  float: right;
  padding-left: 20px;
  width: 150px;
  margin-right: -5px;
}

.l-module.homepage-boxes {
  padding-bottom: 0;
}

#header .logo.creditline img {
  visibility: hidden;
}

#top .secondary-container-creditline {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(95%, #f7f7f7), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #f7f7f7 95%, #fff0f0 100%);
  background: -ms-linear-gradient(top, #f7f7f7 95%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #f7f7f7 95%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0', GradientType=0);
  height: 70px;
  position: relative;
  z-index: 40;
}

/* Login button - Start*/
.login-btn {
  font-weight: 400;
  -webkit-box-shadow: 0 2px 0 0 #106da3;
  -moz-box-shadow: 0 2px 0 0 #106da3;
  box-shadow: 0 2px 0 0 #106da3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 35px;
  height: 35px;
  margin: 20px auto;
  width: 225px;
  display: inline-block;
  color: #fff;
  background: #006AFF;
  padding: 0 20px 0 20px;
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 12px;
  margin: 5px 0 0 0;
  width: 92px;
}

.login-btn:hover {
  background: #004a95;
}

.csstransforms3d.csstransitions .login-btn {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.csstransforms3d.csstransitions .login-btn:hover,
.csstransforms3d.csstransitions .login-btn:focus {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  text-decoration: none;
  background-color: #004a95;
  color: #fff;
}

.login-btn:hover span,
.login-btn:focus span,
.login-btn:hover,
.login-btn:focus {
  text-decoration: none;
}

.login-btn span {
  position: relative;
  display: inline-block;
  line-height: 35px;
  margin-left: -15px;
}

#nav ul.primary > li.contact a {
  float: right;
}

.l-module.homepage-boxes {
  padding: 30px 0 0;
}
.l-module.homepage-boxes .l-module {
  margin-bottom: 30px;
}

h1 span {
  font-size: 1.5rem;
}

.btn {
  font-weight: bold;
  font-size: 1rem;
}
.btn:after {
  content: ' >';
}

#footer {
  background: #e7f4ff;
}
#footer .copyright p {
  color: #000;
}
#footer a {
  color: #0046AA;
}

.l-homepage #header .logo {
  display: none;
}
.l-homepage #nav ul.primary {
  margin-left: 0;
}

.au .au,
.nz .nz {
  display: inline-block !important;
}

.au .nz,
.nz .au {
  display: none !important;
}

.au #content-primary li.au,
.nz #content-primary li.nz {
  display: list-item !important;
}

.homepage-boxes .l-module {
  background-repeat: no-repeat;
  height: 285px;
  background-size: cover;
  background-color: #fff;
  background-position: right center;
}
.homepage-boxes .l-module a.btn {
  position: absolute;
  bottom: 20px;
}

.sidebar-bubbles .twitter {
  background-image: url("../images/twitter-logo.png");
}
.sidebar-bubbles .linkedin {
  background-image: url("../images/linkedin-logo.png");
}
.sidebar-bubbles .instagram {
  background-image: url("../images/instagram-logo.png");
}

.l-module.right img {
  border: 1px solid #ccc;
  width: 200px;
  box-shadow: 0 0 10px 1px #cdcdcd;
  margin-left: 20px;
}

#sidebar .l-module.no-feature {
  background: none;
}

.l-module.product-bubbles {
  border-spacing: 20px;
  margin-left: -20px;
}
.l-module.product-bubbles .sub-heading {
  font-size: 1.3rem;
}
.l-module.product-bubbles .cell {
  padding: 20px;
  width: 33%;
}
.l-module.product-bubbles .bubble {
  margin: 0 auto 28px auto;
  width: 100px;
  height: 100px;
}
.l-module.product-bubbles .bubble:after {
  content: '';
  position: absolute;
  display: block;
  height: 51px;
  width: 60px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
}
.l-module.product-bubbles .bubble.credit:after {
  background-image: url("/assets/images/icon-faq-credit.png");
  margin-top: -18px;
  margin-left: -25px;
}
.l-module.product-bubbles .bubble.insurance:after {
  background-image: url("/assets/images/icon-faq-insurance.png");
  margin-top: -26px;
  margin-left: -26px;
}
.l-module.product-bubbles .bubble.loans:after {
  background-image: url("/assets/images/icon-faq-loans.png");
  margin-top: -18px;
  margin-left: -29px;
}

a#top {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.l-module ul.list-green-tick li,
.l-module ul.list-blue-tick li {
  margin-bottom: 15px;
}

/* ---------------- Drop Down Nav ----------------*/
.drop-down {
  position: relative;
}

.drop-nav {
  position: absolute;
  display: none;
}

.drop-nav li {
  width: 100%;
}

.drop-nav li a {
  height: 46px;
  padding: 6px 20px 10px 20px;
}

.drop-down:hover > .drop-nav {
  display: block;
  margin: 66px 0 0 138px;
  border-left: 2px solid #006AFF;
  background: #f4f4f4;
}

@media (max-width: 63.0625em) {
  #header .logo.creditline {
    display: block;
    left: 50%;
    top: 0;
    margin-left: -80px;
    padding: 0;
    position: absolute;
  }

  #header .logo.creditline {
    display: block;
    left: 50%;
    top: 13px;
    margin-left: -80px;
    padding: 0;
    position: absolute;
    width: 164px;
    height: 27px;
  }

  .home-boxes .box-content .card-img {
    width: 180px;
    margin-bottom: 20px;
  }

  .l-module.homepage-boxes .l-module {
    height: 100%;
  }

  #header .logo.creditline img {
    height: 40px;
    width: 135px;
    margin: 6px 0 0 0;
    position: static;
    visibility: visible;
  }

  #nav ul.secondary img {
    display: none;
  }

  .homepage-hero .content-section {
    background-image: none !important;
  }
  .homepage-hero .content-section img {
    display: block;
    margin: 0 20px 20px auto;
  }

  h2 {
    line-height: 1.2em;
  }

  .l-module.creditline-hero {
    text-align: left;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  .l-module.creditline-hero h1 {
    padding: 0px;
    font-size: 3rem;
  }
  .l-module.creditline-hero h2 {
    margin: 0;
    line-height: 1.3em;
  }

  #footer .footer-logo {
    display: none;
  }
  #footer .footer-links-container {
    width: 100%;
    padding: 20px;
  }

  .homepage-boxes .l-module.disclaimer {
    padding: 20px;
  }
}
@media (max-width: 47.4375em) {
  .l-module.latitude-hero {
    width: 100%;
  }
  .l-module.latitude-hero h1 {
    font-size: 2.5rem;
  }
  .l-module.latitude-hero .cta-btn {
    margin-top: 15px;
  }

  .l-module.careers {
    display: none;
  }

  .l-module.homepage-boxes .l-module {
    margin-bottom: 0px;
  }
}
@media (max-width: 26em) {
  .homepage-boxes .l-module {
    background-image: none !important;
  }

  #header .logo.creditline img {
    height: 30px;
    width: 101px;
    margin: 10px 0 0 46px;
  }
}
/* =====================================================
   LOGIN MODAL
========================================================*/
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e0e0e0;
  position: absolute;
  top: 55px;
  right: 145px;
  z-index: 200;
  display: none;
}

.modal {
  background: #e0e0e0;
  padding: 10px 26px 26px 90px;
  position: absolute;
  left: 47%;
  top: 70px;
  z-index: 200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 600px;
  display: none;
}

.maroon {
  color: maroon;
}

.travelinsurance .modal {
  padding-left: 30px;
}

.modal.center {
  left: 27%;
}

.modal .close-button {
  text-align: right;
}

.display-login-modal .arrow-up.is-hidden,
.display-login-modal .modal img.is-hidden,
.content.is-hidden {
  display: none;
}

.display-login-modal .modal-overlay,
.display-login-modal .modal,
.display-login-modal .arrow-up {
  display: block;
}

.display-login-modal.activateoffer .is-hidden.activateoffer,
.display-login-modal.travelinsurance .is-hidden.travelinsurance,
.display-login-modal.activateCard .is-hidden.activateCard,
.display-login-modal.registerToOSC .is-hidden.registerToOSC,
.display-login-modal.loginToOSC .is-hidden.loginToOSC {
  display: block;
}

.display-login-modal.activateoffer img,
.display-login-modal.activateoffer .arrow-up,
.display-login-modal.travelinsurance img,
.display-login-modal.travelinsurance .arrow-up {
  display: none;
}

.activateoffer .modal,
.travelinsurance .modal {
  padding: 10px 26px 26px 26px;
  left: 35%;
}

.modal .content {
  margin-top: 10px;
}

.modal h2 {
  font-size: 22px;
}

.modal .icon-cross {
  font-family: icomoon;
}

.modal img {
  position: absolute;
  width: 38%;
  left: -25%;
  top: 13px;
}

.activateCard .modal img {
  top: 14px;
}

.icon-cross {
  cursor: pointer;
}

.display-login-modal #top {
  position: relative;
}

.modal .travelinsurance input[type='submit'] {
  color: white;
  background-color: #0080b2;
  border-radius: 5px;
  line-height: 175%;
  width: 25%;
  min-width: 100px;
}

@media only screen and (max-width: 47.4375em) {
  .modal,
  .activateoffer .modal,
  .travelinsurance .modal {
    padding: 10px 26px 26px 26px;
    left: 2%;
  }

  .modal .content {
    text-align: center;
  }

  .arrow-up {
    top: 77px;
  }

  .display-login-modal.js-nav-open #top {
    position: static;
  }

  .loginToOSC .modal img {
    width: auto;
  }
}
@media only screen and (max-width: 38em) {
  .modal {
    left: 2%;
    top: 92px;
    width: 94%;
  }

  .modal img {
    width: auto;
  }

  .modal.center {
    left: 2%;
  }

  .arrow-up {
    top: 77px;
  }
}
@media only screen and (min-width: 38.01em) and (max-width: 47.4375em) {
  .modal {
    top: 92px;
    left: 10%;
  }

  .modal.center {
    left: 2%;
  }

  .modal img {
    width: auto;
  }

  .modal .content {
    text-align: center;
  }

  .modal.activateoffer {
    padding: 10px 26px 26px 20px;
  }
}
@media only screen and (min-width: 47.4376em) and (max-width: 63.124em) {
  .modal {
    left: 30%;
  }

  .modal.center {
    left: 20%;
  }

  .modal img {
    position: absolute;
    width: 35%;
    left: -22%;
    top: 16px;
  }

  .activateoffer .modal,
  .travelinsurance .modal {
    left: 16%;
  }
}
@media only screen and (min-width: 63.125em) and (max-width: 64.063em) {
  .modal {
    left: 49%;
  }

  .modal.center {
    left: 29%;
  }

  .modal img {
    position: absolute;
    width: 35%;
    left: -22%;
    top: 16px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("/assets/css/fonts/icomoon.eot");
}
@font-face {
  font-family: 'icomoon';
  src: url("/assets/css/fonts/icomoon.eot?y2nik0");
  src: url("/assets/css/fonts/icomoon.eot?y2nik0#iefix") format("embedded-opentype"), url("/assets/css/fonts/icomoon.ttf?y2nik0") format("truetype"), url("/assets/css/fonts/icomoon.woff?y2nik0") format("woff"), url("/assets/css/fonts/icomoon.svg?y2nik0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-cross:before {
  content: '\e900';
}

/* SHOWCASE LINK */
#link-showcase-white {
  background: #006AFF;
  padding: 8px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#link-showcase-white p {
  font-family: 'VAGRundschriftD-Lig', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin: auto !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  line-height: 1.5;
}

#link-showcase-white a {
  font-family: 'VAGRundschriftD-Lig', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-decoration: none;
}

#link-showcase-white img {
  vertical-align: middle;
  padding-right: 40px;
}

/* NAVIGATION DROPDOWN */
.is-active > .site-navigation__section__drop {
  display: block;
}

.is-active > a {
  background: #006AFF !important;
  color: #fff !important;
}

.site-navigation__section.is-active .site-navigation__section__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-navigation__section.is-active .site-navigation__section__icon path {
  fill: #ffffff;
}

.site-navigation__section__drop {
  display: none;
  background: #fff;
}

.site-navigation__section__icon {
  width: 1.25rem;
  height: 1.25rem;
  float: right;
  position: relative;
  top: 0.25em;
  fill: currentColor;
  width: 1.35em;
  height: 1.35em;
  /* display: inline; */
  vertical-align: middle;
}

@media (min-width: 1010px) {
  .site-navigation__section__drop {
    position: absolute;
    top: 66px;
    left: 0;
    width: 196px;
  }
}
.site-navigation__section__icon {
  fill: #006aff;
  float: none;
  position: static;
}

.site-navigation__sub-link--feature {
  font-weight: bold;
  padding: 1.1em 15px;
}

.site-navigation__sub-link {
  display: block;
  background: #f2f1ef;
  border-style: solid;
  border-width: 1.5px 0;
  border-color: #fff;
  padding: 0.8em 15px;
}

.site-navigation__sub-link:hover {
  background: #fff;
  border-style: solid;
  border-width: 1.5px 0;
  border-color: #fff;
  color: #006ac6;
}

#nav ul.site-navigation__section__drop li {
  margin: 0;
  border-bottom: 1px solid #006AFF;
  border-top: none;
}

#nav ul.site-navigation__section__drop li a {
  float: none;
}

.site-navigation__section__heading {
  width: 196px;
}

ul.site-navigation__section__drop {
  margin-bottom: 0px;
}
