/* Minification failed. Returning unminified contents.
(1857,26): run-time error CSS1034: 
(1857,26): run-time error CSS1042: Expected function, found ','
(1857,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
 
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.SVNCC
{
    padding-left:20px;width:100%;background-color:black;color:white;position:fixed;top:0;left:0;z-index:1;display:none
}

html {
    font-family: 'Arial Regular', Arial, sans-serif;
    color: #1b1b1b;
    background-color: #fff;
}

body {
    margin: 0 auto;
    max-width: 960px;
}

input.input-validation-error, select.input-validation-error, .input-validation-error select, .input-validation-error input {
    border:1px solid #83000a;
}

@media screen and (max-width: 550px) { 
    body { padding: 0; }  
}



section {
    /*border:solid 1px lightgray;*/
}

h1 {
    font-size:24px;
    margin:30px 0 0 0;  /*margin:10px 0 0 0;*/
}

h10 {
    font-size:17px;
    margin: 16px 0 0px 0;
}

h2 {
    font-size:18px;
    margin:16px 0 1px 0 ;
}

h3 {
    margin:0 0 15px 0; /*was 22*/
    font-size:1em;
}

#fakeh3 {
    margin:0 0 15px 0;
    font-size:0.75em;
    font-weight: normal;
    float:right;
}

.small-top-margin {
    margin-top: 16px;
}

.no-top-margin {
    margin-top: 0 !important;
}

h4 {
    margin:22px 0 15px 0;
}

h5 {
    margin:0 0 16px 0;
    font-size:0.875em;
    font-weight: normal;
}

ul li {
    list-style: none; /* Get rid of the default bullet points */
    line-height: 23px; /* Might have to play with this value a bit */
}

ul {
    margin:22px 0 0 0;
    padding:0;
}

ul.popup {
    margin:22px 0 0 5px;
    padding:0 0 10px 10px;
}

ul.popup li {
    list-style: disc; /* Get rid of the default bullet points */
    line-height: 23px; /* Might have to play with this value a bit */
    font-size:0.75em;
    padding:0;
}

ul.lightdark {
    color:#4c4c4c;
}

.ResultOutcome .Information 
{

}

.ResultOutcome h2 {
    color: #518312;
}

.Information ul {
    margin: 15px 0 15px 15px;
}

.Information ul li 
{
    list-style: disc; /* Get rid of the default bullet points */
    font-size:0.875em;
    line-height: 19px;
    list-style: disc;
    padding-left:10px;
}

.cursorPointer{
    cursor:pointer;
}

p.grey {
    color:grey;
}


ul.tick 
{
    margin-bottom:15px;
}

ul.tick li {
    font-size: 0.75em;
    line-height: 17px;
    padding: 7px 0;
    background: url('/content/images/tickms.gif') no-repeat left center;
    padding-left: 30px; /* Offsets the text. Needs to be at least the width of your image */
}

ul.tickAlt li {
    font-weight:bold;
    font-size: px;
    line-height: 11px;
    padding: 1px 0 4px 32px;
    background: url('/content/images/tick_bullet.png') no-repeat left center;
    padding-left: 30px; /* Offsets the text. Needs to be at least the width of your image */
}

ul.subBullet {
    margin: 3px 0 0 0;
    padding: 0;
}

ul.subBullet li {
    font-weight:normal;
    font-size: 0.75em;
    line-height: 15px;
    padding: 1px 0 5px 0;
    background: none;
}

p {
    font-family:Arial;
    font-size:0.75em;
    margin: 0 0 15px 0;
}

.content {
    padding: 2px 16px 0 25px;
    background-color: #fff;
}

.header-main {
    padding: 19px 22px 37px 0;
    background: url("/content/images/MandS-logo.gif") 20px 25px no-repeat;
    border-bottom:6px solid #518312;
}

.header-main img {
    float: left;
}

.header-main a {
    float: right;
}

.immovableObject {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

.progress-bar li:first-child {
    border:none;
}

.progress-bar-selected {
    font-weight:bold
}

.progress-bar-image-selected {
    visibility:visible;
}

.progress-bar-image-notselected {
    visibility:hidden;
}

.progress-bar .last {
    border-right: solid 1px #666666;
    margin-left: 5px;
}

.progress-bar {
    padding:0px;
}

.progress-border {
    border-bottom: solid 0.5px gray;
}

.progress-bar-image li {
    position: relative;
    float: left;
    text-align: center;
    height: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 90px;
    padding-left: 5px;
    padding-right: 5px;
}

.progress-bar li {
    position: relative;
    float: left;
    border-left: solid 1px #666666;
    text-align: center;
    font-size: 0.875em;
    height: 29px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 60px;
    padding-left: 8px;
    padding-right: 8px;
}

.ResultSummary {
    border:solid 1px lightgray;
    margin-bottom:20px;
}

.ResultSummaryImage {
    margin:20px;
    float:left;
}

.results {
    margin-top:0px;
    padding:0px;
    background-image: url("/content/images/productresultsnarrow.png");
    background-repeat:repeat-x;
    margin-bottom:60px;
}

.results li {
    width:25%;
    float:left;
    font-size:0.875em;
    font-family:"Arial";
    font-weight:700;
    border-left: solid 1px #808080;
    text-align:center; 
}

.results li:first-child {
        border:none;
    }

.results span {
    display: block;
}

.results-key {
    min-height: 32px;
}

.results-value {

}

.product-details {
    font-size: 13px;
    margin-left:20px;
}

.product-details dt, .product-details dd {
    float: left;
    width: 50%;
}

.product-details dt {
    clear: left;
    font-weight:700;
}


.product-details dd {
    margin: 0;
}



.lede {
    font-family:Arial;
    font-weight:400;
    font-size:0.75em;
    margin: 0;
    margin-top:10px;
}

.important {
    font-size:0.75em;
    font-weight:700;
}


.footer-main {
    padding: 15px 0; 
}

.footer-main p {
    margin: 0;
    text-align: right;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.header-main-gradient {
    padding: 20px 15px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+62,f4f4f4+100 */
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 62%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(62%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
}

.header-main-gradient img {
    float: left;
}

.header-main-gradient a {
    float: right;
}


.LoanAmountCurrency {
    font-size:1em;
    font-weight:700;
    margin-right:9px;
}

.extraInfo{
    display: block;
    font-size:10px;
}

.LoanAmount {
    float:left;
    /*margin-right:80px;    width: 392px;*/
    margin-right:20px;    
    width: 342px;
    margin-bottom:20px;
}

.LoanTerm {
    float:left;
}

.Recalculate .LoanTermAndAmount 
{
    max-width: 377px;
    margin-top: 25px;
}

.Recalculate .LoanTermAndAmount .form-control input.text-box, .Recalculate .LoanTermAndAmount .form-control select
{
    height: 35px;
    width: 190px;
}

.Recalculate .Divider {
    float:left;
}

.Recalculate .Divider.last 
{
    margin-bottom:20px;
}


.paymentholiday input, .paymentholiday.label {
    float:left;
    margin-bottom:10px;
}

.paymentholiday input {
    clear:left;
}

.button.back-button.close
{
    color:#518312;
}

.button.back-button 
{
    background-color:#fff;
    border: 2px solid #518312;
    color:#000;
    float:left;
    width:70px;
    padding:0;
    margin:0;
    text-align: center;
    cursor:pointer;
    padding-top:3px;
}

.button 
{
    font-weight: 600;
    font-size:15px;
    height:29px;
    background-repeat:no-repeat;
    border:0;
    margin-bottom:15px;
    padding: 7px 0 21px 0;
    display: block;
}

.continue-button, .TargetAddressDiv button {
    float:right;
    min-width:94px;
    background-color:#518312;
    color:#fff;
    font-weight:600;
    border:none;
    font-size:13px;
    margin-right: 5px;
}

a.continue-button.apply 
{
   min-width:79px;
   padding-left:18px;
}

a.continue-button.apply.mobileFix{
    min-width:270px;
    margin:0;
    float:left;
}


a.continue-button {

    background-repeat:no-repeat;
    text-decoration:none;
    display:block;
    padding: 6px 0px 7px 27px;
    cursor:pointer;
    font-weight:600;
}

a.centerButton{
    margin: 0 auto;
    width: 10%;
    float: none;
    display: flex;
}

.ApplyArea a.continue-button .prominent{
    padding: 5px 0px 10px 19px;
    float:left;
    position:relative;
    left:45%;
}

.prominent{
    width: 100%;
    height: 40px;
    font-size: 22px;
    text-align: center;
    position: initial;
}

.caveattext {
    padding: 0 0 0 20px;
    margin-bottom: 5px !important;
}


.caveattext:last-of-type {
    margin-bottom: 20px !important;
}

.fixer-container {
    float:left;
    position:relative;
    left:-50%;
}

a.continue-button.center {
    margin-left:40%;
    margin-right:40%;
    float:none;
    margin-top:10px;
    margin-bottom:30px;
    width:15px;
}

.recalculate-button 
{
    /*background-image:url("/content/images/button white wide.png");*/
    color:black;
    font-weight:400;
    width:132px;
    float:right;
    font-size: 15px;
    border: 2px solid #518312;
    background: white;
}

href {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;

}


.href-button, .new-search-button {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  height: 30px;
}

div.closeButtonContainer a {
    color: #333;
    text-decoration: none;
    font-size: 87.5%;
    display: block;
    line-height: 22px;
    font-weight: bold;
}

.continue-search-button {
    font-size: 13px;
    width: 79px;
    height: 30px;
    border: 0;
    float: right;
    background-color: #518312;
    color: #fff;
}


.apply-button, .continue-apply-button  {
  text-decoration: none;
  background-color: #C31205;
  color: #fff;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  float:right;
}

.continue-apply-button, .new-search-button {
    width: 200px;
    height: 30px;
}

.new-search-button {
     background-color: #518312;
     color: #fff;
}

.button-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.button:focus, .button:hover,.button:active
{
    text-decoration:underline;
}

panel {
    display:inline-block;
}
#recalculatepanel {
    display:none;
}



.ImportantTerms {
    background-color:#e8e8e8;
    padding: 1px 28px 25px 18px;
    margin-top:9px;
    margin-bottom: 18px;
}

.ImportantTerms div 
{
    clear:both;
}

/******QUOTE RETRIEVAL**************/
.QuoteHeader, .QuoteBody {
    border: solid grey 1px;
    padding: 5px;
    position: relative;

}

.QuoteHeader {
        /*background: url(images/hsbc_gradient.png) repeat-x;*/
        cursor: pointer;
        font-size: 0.875em;
}

.QuoteLabel {
    display: inline-block;
    position: relative;
    font-weight: bold;
    width: 165px;
    font-size: 0.875em;
}

.QuoteValue {
    display: inline-block;
    position: relative;
    width: 280px;
    left: 00px;
    font-size: 0.875em;
}

.QuoteValueSmall {
    display: inline-block;
    position: relative;
    width: 50px;
    left: 00px;
    font-size: 0.875em;
}

.QuoteLabel2 {
    display: inline-block;
    position: relative;
    left: 00px;
    width: 170px;
    font-weight: bold;
    font-size: 0.875em;
}

.QuoteValue2 {
    display: inline-block;
    position: relative;
    width: 220px;
    left: 00px;
    font-size: 0.875em;
}

.QuoteTermLabel,.QuoteAmountLabel {
    font-weight: bold;
    display: inline-block;
    width: 70px;
}

.QuoteTermLabel {
    font-weight: bold;
    display: inline-block;
    width: 40px;
}

.QuoteAmount, .QuoteTerm {
    display: inline-block;
    width: 80px;
}

.QuoteDateLabel {
    font-weight: bold;
    display: inline-block;
    width: 80px;
}

.QuoteDate {
    display: inline-block;
    width: 140px;
}

.QuoteRefLabel {
    font-weight: bold;
    display: inline-block;
    width: 80px;
}

.QuoteRefLabel2 {
    font-weight: bold;
    display: inline-block;
    width: 170px;
}

.QuoteRef {
    display: inline-block;
    width: 150px;
}

.QuoteCustomerDetails {
    margin-left: 20px;
}

.CustomerDetailsBlock {
    margin-bottom: 20px;
}

.ExpandCollapseIcon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 1px;
}

.expanded {
    background: url(/content/images/less.png) no-repeat;
}

.collapsed {
    background: url(/content/images/more.png) no-repeat;
}

.personalised-quote {
    float:left;
    margin-right:29px;
}

.personalised-quote-photo {
    float:left;
    margin-bottom:7px;
    margin-top: 22px;
}


.clear:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.ApplyArea 
{
/*background-color: #f8f8f8;*/

    padding: 0px 20px 0 15px;
    margin-bottom:2px;
}

.ApplyArea p
{
    font-size: 13px;
    float:left;
    padding-top:5px;
}


/*REWRITE START*/
.heading2:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.heading2 h2
{
    float:left;
}

.heading2 h4
{
    padding-right:5px;
    float:right;
    font-size:0.75em;
    font-weight:500;
}


.select-group input.form-control.text-box {
    width: 38px;
    margin: 0;
    height: 31px;
    text-align: center;
    float:left;
}

.select-group input.form-control.text-box.Year {
    width: 43px;
}

span.gap {
    margin: 6px 14px 0 6px;
    float: left;
    font-weight: bold;
    font-size: 0.875em;
}


.QuoteRetrieval .select-group .form-control:not(:last-child)
{
    width: 37.5px;
    margin-right:1px;
}

.select-group .form-control:nth-child(2)
{
    width:30%;
    margin-right:5px;
}

.select-group .form-control:nth-child(4)
{
    width:38%;
    margin-right:5px;
}

.select-group .form-control:nth-child(6)
{
    width:35%;
    margin-right:5px;
}


select.wide, .select-container
{
    width:170px;
}

.ExtraAppForm .form-row
{
    margin-bottom:15px;
}

.ExtraAppForm .form-label-container
{
    float:left;
}

.ExtraAppForm .QASInstance .form-control
{
    float:none;
}


.ExtraAppForm .form-control
{
    float:left;
    max-width: 278px;
}

/*.ExtraAppForm*/ 
.form-control input.text-box, .ExtraAppForm input.AddressField
{
    height:31px;
    width:170px;
    font-size:0.75em;
}

.Loans select, .recalculate select {
    min-width:150px;
    width:150px;
}

.TimeAtAddress.YYMM .text-box, .EmploymentStartDate.YYMM .text-box {
    width:30px;
}

.TimeAtAddress.YYMM label, .EmploymentStartDate.YYMM label  {
     font-size:13px;
}

.inputdate {
    width:170px;
}


.PickAddressDiv .form-control-large label {
    font-size:0.75em;
}

.PickAddressDiv .form-control-large .select-container {
    margin-top:4px;
}

.TargetAddressDiv button 
{
    font-size:13px;
    padding:8px 9px 8px 9px;
}

/*REWRITE END*/
.Information.result
{
    border: 2px solid #FFC74A;

}

.Information {
    padding: 21px 26px 7px 45px;
}


.Information.decline
{
    padding:5px 5px 0px 5px;
}

.Information.decline .icon, .Information.decline .content 
{
    float:none;
}

.Information a.TopClose 
{
    float:right;
    font-size:0.875em;
    font-weight:bold;
    text-decoration:none;
    margin-bottom:17px;
}

.Information p, .Information h3, .Information .content
{
    padding-left:0;
}

.Information.decline .content
{
   max-width:720px;
}


.Information .content
{
   /*max-width:600px;*/
    border: solid 2px #f5f000;
    padding: 25px;
    width: 100%;
}

.Information .borderless
{
   /*max-width:600px;*/
    border: none;
}

.Information h3
{
    padding-top:5px;
}


.Information .icon, .Information .content  
{
    float:left;
}

/*Media Screens*/
@media screen and (max-width: 650px) { 
    .personalised-quote-photo { display: none; }
    .form-label-container.empty { display: none; }
}

@media screen and (max-width: 600px) {
    .heading2 h4, .heading2 h2 {
        float: none;
    }
}


@media screen and (max-width: 600px) {
    .Loans .form-row .form-label-container {
        float:none;
        padding-bottom:5px;
    }
}


#EmploymentAndIncome {
display:none;
}

table {border: 1px solid #fff; border-collapse: collapse; }
th, td {border: 1px solid #000; }


.table-hidden {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    border-color:white;
    left: -10000px;
    border-collapse:collapse;
}


label.header {
    font-size: 1em;
    font-weight: bold;
}

.hint {
    font-size: 0.75em;
    color: grey;
    left: 20px;
    position: relative;
}

@media screen and (max-width: 600px) { 
    .hint {
        left: 0px;
    }
}




.help-popup {
    font-size: 0.75em;
    color: grey;
    margin-left: 20px;
}

.popup p, .popupFull 
{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding-top:12px;
    padding-bottom:15px;
    margin-top: 20px;
    margin-bottom:20px;
}

.gross-annual-income-popup p:first-of-type {
    border-top: 1px solid black;
    padding-top: 12px;
    margin-top: 20px;
}

.gross-annual-income-popup ul {
    border-bottom: 1px solid black;
}

.address-container {
    position:relative;
}

.offset-down {
    left: 630px;
    top: 80px;
}



section.Recalculate  
{
    background-color: #f2f2f2;
    border: solid 1px lightgray;
    padding: 14px 8px 14px 16px; 
}

section.Recalculate .form-label-container h3
{
    margin: 12px 0 8px 0;
}

 section.Recalculate .repayment h3
{
    margin-top:35px; 
}

 section.Recalculate .repayment .form-radiobuttongroup
{
     margin-top:15px;
}
 

section.Recalculate .form-label-container {
    float:none;
}

.hint-container {
    float:left;
    width:175px;
}

a.hint.help-popup {
    float:left;
    display:block;
    margin: 4px 0 0 0;
}

#result-container h2
{
    margin: 22px 0 11px 0;
}

#result-container h4
{
    margin: 22px 0 8px 0;
}

#result-container p.lede
{
    margin: 4px 0 8px 0;
}

table {border: 1px solid #000; border-collapse: collapse; }
th, td {border: 1px solid #000; }

.ResultOutcome .Information 
{
}

.result-news-header {
    float: left;
    width: 74%;
    margin: 0 0 0 0;
    padding: 0;
}

.result-news {
    margin:0 0 10px 0;
}

.result-news h4 {
    margin:0;
    padding:0;
}



@media screen and (min-width: 600px) {
    .results-email {
        float:right;
        padding: 16px 0px 0px 0px;
        text-align: end;
    }
}


@media screen and (max-width: 900px) {
    .results-email {
        float: left;
    }
}

.results-email button{
    font-size:0.75em;
}

.cards-list {

}

.card-container {
    padding:16px 20px 20px 20px;
    border: 1px solid #CCCCCC;
    width: auto;
}

.card-result .card {
    float:left;
    width:320px;
}

.card-result .card h3{
    float:left;
    width:520px;
    font-size:23px;
    margin-bottom:10px;
}


.card-result .card-bullets {
    float: left;
    width: 50%;
    margin-top: 15px;
    padding-top: 15px;
}

.card-result .card-bullets ul li{
    line-height: 105%;
    background-position:0 0;
    margin-bottom:6px;
    min-height: 38px;
}

.card-result .card-bullets ul li:last-child{
    min-height: 0px;
}

ul.tick ul
{
    margin-bottom:0px;
    margin-top:3px;
}

.card-result .card-bullets ul.tick ul li {
    padding: 0px 0;
    background: none;
    font-size: 13px;
    line-height: 120%;
    font-weight:normal;
}

@media screen and (max-width: 600px){
    .rep-example-full{
        display:none;
    }
}

.rep-example-full .ApplyArea {
    /*float: right;*/
    margin-right: 34px;
}

.rep-header {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0px 0 0px 0;
    text-align: center;
    padding-right: 27px;
}

.rep-content {
    margin-left: -24px;
    padding-bottom: 6px;
}

.rep-example-mobile .rep-content {
    display: none;
    text-align: center;
}

.rep-example-mobile .rep-data {
    padding-left: 10px;
    border-left: 16px solid #518312;
}

.rep-example-mobile-container-bg {
    background-color: #c2c2c2;
    border-radius: 20px;
    padding: 8px 0px 8px 0px;
}

.rep-example-mobile .rep-header {
    cursor: pointer;
    background: url('/content/images/ms-arrow-collapse.png') no-repeat right -1px;
}

.rep-example-mobile .rep-data .main {
    margin-bottom: 5px;
    border: none;
    padding: 0;
    font-weight: 400;
    font-size: 1rem;
}

.rep-example-mobile .rep-data .sub {
    margin: 0 0 10px 0;
    line-height: 18px;
    font-weight: bold;
    border: none;
    padding: 0;
}

.rep-example-mobile .sub {
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: bold;
}

.rep-example-mobile .sub p {
    font-weight: 400;
    font-size: 0.875rem;
}

.rep-example-container {
    padding: 10px 5px 10px 5px;
    margin: 15px 35px 17px 20px;
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

@media screen and (max-width: 768px) {
    .rep-example-container {
        padding: 10px 5px 10px 5px;
        margin: 0;
        display: block;
    }
}

.rep-example-container-bg {
    background-color: #c2c2c2;
    border-radius: 20px;
}

.rep-example-container .main, .rep-example-container .sub {
    font-weight: bold;
    padding: 0 0 0 24px;
}

.rep-example-container .last {
    border: none;
}

.rep-example-container .main {
    font-size: 0.875rem;
    text-align: center;
    padding-bottom: 10px;
}

.rep-example-container .sub {
    font-size: 1.1875rem;
    padding-top: 6px;
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
}

.rep-example-container p {
    font-size: 0.75rem;
    margin: 0;
    padding-left: 10px;
}

@media screen and (max-width: 590px) {
    .card-result .card {
            width:auto;
    }
    .card-result .card h3{
            width:auto;
    }
}

.h5copy {
    margin:0 0 16px 0;
    font-size:1em;
    font-weight: bold;
}

a.cookie-policy {
    text-decoration: underline;
}

.likelihood-text-icon {
    display: table;
    vertical-align: top;
}

.likelihood-legend {
    display: table-cell;
    vertical-align: middle;
}

.i-icon {
    margin-bottom: 28%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: table-cell;
}
/*Modal Pop Up CSS*/
#modal-container {
    z-index: 3;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgb(0,0,0,0.5);
    top: 0;
    right: auto;
    left: auto;
    bottom: 0;
    max-width: 960px;
    margin-left: -25px;
    /*margin-top: 85px;*/
}


#modal-content {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal-text {
    display: flex;
    line-height: 1.5;
}

.modal-img {
    width: 18px;
    height: 18px;
}

/*do not Show close button for popup to large screens*/
@media (min-width:540px) {
    .show-for-mobile {
        display: none;
    }
}

/*For small screens*/
@media (max-width: 540px) {

    #modal-content {
        width: 80%;
    }

    #modal-text {
        display: flex;
        line-height: 1.2;
    }
}

@media(max-height:370px) {
    .modal-content-largetext {
        height: 40% !important;
        overflow: scroll;
    }

    .modal-content-smalltext {
        height: auto !important;
    }
}

.close-modal {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 5px
}



.likelihood {
    /*text-align: center;
    width: 160px;*/
    /*border: 2px solid;*/
    /*border-radius: 6px;
    text-transform: uppercase;*/
    margin: 20px 0 0 20px;
    display: table;
}

.likelihood-text {
    font-size: 15px;
    font-weight: 700;
    /*display: block;*/
    padding: 0 0 8px 20px;
    color: black;
    vertical-align: middle;
    display: table-cell;
}

circle#c1 {
    stroke-width: 6px;
    stroke: green;
    fill: none;
    stroke-dasharray: 50 100;
}

text#t1 {
    dominant-baseline: middle;
    text-anchor: middle;
    font-size: 10px;
    font-weight: bold;
}

.card-img {
    width: 70%;
    margin: 0 0 0 20px;
    padding-top: 15px;
}
.form-label {
    font-size: 13px;
}

.form-row {    
    margin-bottom:7px;
}

.form-row:after, .form-radiobuttongroup:after{
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
 
.form-label-container {
    float:left;
    min-width:50%;
    margin-bottom:2px;
    padding-right: 15px;
}

.form-control {    
    display:inline-block;
}

.CIN .form-control 
{
    font-size:13px;
}
.CIN h4
{
    font-size:16px;
}

a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

.privacy-notice {
    font-weight: bold;
}

body a:focus, body a:hover, body a:active 
{
    text-decoration: underline;
}

.mandatory{
    color:#83000a;
    font-size:13px;
}

#ms-form .end {
    margin-right:0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d7d7d7;
    margin: 13px 0 20px 0;
    padding: 0;
}


.checkbox
{
    font-weight:bold;
    margin-left:10px;
    margin-bottom:10px;
    float:left;
    width:85%;
}

input[type="checkbox"] {
    float:left;
}

#PersonalDetails p {
    max-width: 90%;
}

.LoanTermAndAmount input[type="number"]  {
    font-size:18px;
}


.table_label_large {
    font-weight:700;
}

.table_label_small {
    font-weight:700;
}

.form-radiobuttongroup fieldset {
    border:none;
    padding:0px;
}

.form-radiobuttongroup legend {
    font-weight:700;
    margin:20px 0 20px 0;
}


select {
    font-size:12px;
    height:31px;
}

.form-radiobuttongroup.inline label 
{
    float:left;
    margin:5px 30px 4px 0px;
}

.form-radiobuttongroup.inline input
{
    float:left;
    margin:5px 4px 4px 0px;
}

.form-radiobuttongroup input,  .form-radiobuttongroup label  {
    float:left;
    margin-bottom: 12px;
    font-size: 12px;
    margin-left: 4px;
}

.repayment-holiday.form-radiobuttongroup input, .repayment-holiday.form-radiobuttongroup label  {
    max-width: 90%;
}

.form-radiobuttongroup input {
    clear:left;
}

.form-radiobuttongroup.inline input {
    clear:none;
}
p.inline {
    margin:0 0 14px 0;
}

.errors span {
   color:#83000a;
}

.errorWarning {
    float:left;
    width:70px;
    height:70px;
    background:url("/content/images/invalid.png");
    background-size:70px 70px;
    text-align:center;
    padding:10px 0 0 2px;
    color:#DD1F26;
    font:bold 48px arial;
    margin: 25px 0 0 6%;
}

.errorContainer {
    display: none;
    border: 2px solid #d7d7d7;
    font-size:12px;
    margin:16px 0 0px 0;
    min-height:123px;
}

.errorContainer.general {
    margin-bottom: 20px;
}

.errorContainer.general ul{
    margin: 0;
}

.errorContainer.general h3{
    margin: 24px 0 10px 0;
}


.errorMessageLine {
     font-size:12px;
     color:#83000a;   
     max-width: 235px;
}



#ms-form .field-validation-error, #ms-form .extra-validation-error {
    font-size:11px;
    color:black; 
    display:inline-block;
    position: relative;
    background: #F6BFC3;
    margin-top: 16px;
    min-height: 10px;
    text-align: center;
    padding: 9px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*width: 73%;*/
}

#ms-form .field-validation-error:after, #ms-form .extra-validation-error:after {
	bottom: 96%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(246, 191, 195, 0);
	border-bottom-color: #F6BFC3;
	border-width: 7px;
	margin-left: -13px;
}

body #ms-form .extra-validation-error {
    /*color:#83000a;*/
    margin-top: 5px;
    font-size: 12px;
    display:none;
}


span.years-validation {
    display:inline-block;
}

.errorContent 
{
    padding-bottom: 16px;
    float: left;
    min-height:119px; /*So we can center */
    display:table;
    margin-left: 7%;
    font-size:13px;
    border:0;
    width:52%;
}

.errorContent ul li {
    font:13px arial;
    margin-bottom:5px;
}

.tableCenter {
    display: table-cell; vertical-align: middle;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left:-10000px; 
    top: auto; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #000;
}



@media screen and (max-width: 400px) {
    .LoanAmount 
    {
        width: 245px;
        margin-right:0px;
    }
}

/* show it on small screens */
@media screen and (max-width: 800px) {
  .hide_for_mobile { display: none; }  
}


@media screen and (min-width: 800px) {
  .hide_for_mobile_up {display:none; text-align:center;}
}


.product-details-quote ul 
{
    margin-top:10px;
    margin-left:10px;
}

.product-details-quote > ul li
{
    font-weight:bold;
}


.product-details-quote ul li
{
    font-size: 14px;
    list-style: disc;
    line-height:13px;
    margin-left: 25px;
}

.product-details-quote ul li ul
{
    margin-top:12px;
}

.product-details-quote ul li ul li
{
    margin-bottom:15px;
    font-weight:normal;
}
