#maincontent {
    font-family: M-S London W03 Regular, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 1em;
    font-size: 1rem;
    min-width: 320px;
    float: left;
}

/* Flying focus */
#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; border-radius: 2px;
}
#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}
.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox */
}
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#flying-focus {
		box-shadow: none;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -3px;
	}
}

ul {
    list-style:none;
}
ol {
    padding-left: 1.250em;
    padding-bottom: 1em;
}
a {
    color: #000;
}
img {
    /*max-width: 100%;
    height: auto !important;*/
}
.img-fitwidth {
    width:100%;
    height: auto;
}

.content li {
    padding-bottom: 0.5em;
}
.content p {
    padding-bottom: 1em;
}
.content h1 {
    font-size: 2em;
    font-size: 2rem;
    padding-bottom: 1em;
    padding-top: 0em;
}
.content h2 {
    font-size: 1.5em;
    font-size: 1.5rem;
    padding-bottom: 1em;
    padding-top: 0.5em;
}
.content h3 {
    font-size: 1.125em;
    font-size: 1.125rem;
    padding-bottom: 0.875em;
    padding-top: 0.5em;
}
.content h4 {
    font-size: 1em;
    font-size: 1rem;
    padding-bottom: 0.75em;
    padding-top: 0.5em;
}

.valign--middle{
	vertical-align: middle;
}

.strapline {
    font-weight: bold;
    font-size: 1.125em;
}
.strapline--italic {
    font-style: italic;
}
.link--tel {
    text-decoration:none;
    cursor: default;
}
.pin-xs--bottom {position: absolute; bottom: 0;}
.pin-xs--top {position: absolute; bottom: 0;}

.link--pdf {
    text-decoration:none;
    background-image: url('/images/css_images/link--pdf.svg');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    background-size: 25px;
}
.link--pdf[target="_blank"]::after,
.link--newwindow::after {
    content: " ";
    speak: none;
    width: 1em;
    display: inline-block;
    height: 1em;
    background-image: url('/images/css_images/NewWindow.svg');
    background-size: 1em;
    background-repeat: no-repeat;
}
.link--pdf--savings {background-image:url(/images/css_images/link--pdf--savings.svg);}
.link--pdf--loans {background-image:url(/images/css_images/link--pdf--loans.svg);}
.link--pdf--carins {background-image:url(/images/css_images/link--pdf--carins.svg);}
.link--pdf--homeins {background-image:url(/images/css_images/link--pdf--homeins.svg);}
.link--pdf--petins {background-image:url(/images/css_images/link--pdf--petins.svg);}
.link--pdf--creditcard {background-image:url(/images/css_images/link--pdf--creditcard.svg);}
.link--pdf--loans {background-image:url(/images/css_images/link--pdf--loans.svg);}
.link--pdf--travelins {background-image:url(/images/css_images/link--pdf--travelins.svg);}
.link--pdf--travelmoney {background-image:url(/images/css_images/link--pdf--travelmoney.svg);}
.link--pdf--mortgages {background-image:url(/images/css_images/link--pdf--mortgages.svg);}
.link--pdf--premiumclub {background-image:url(/images/css_images/link--pdf--premiumclub.svg);}
.link--pdf--lifeins {background-image:url(/images/css_images/link--pdf--lifeins.svg);}

.link--chain {
    text-decoration:none;
    background-image: url('/images/css_images/link.svg');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    background-size: 25px;
}

.link--newwindow {
	/*blank ready for enhancement*/
}

.h--line {
	padding-bottom: 1rem;
    border-bottom: 2px solid #f2f2f2;
  }
	.padbottom10 {
	padding-bottom: 1rem;
  }

.button-cta--twitter {
  background-color: #0076b5;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 5px 7px 7px 33px;
  margin-top: 12px;
  /* {ref:F010747} */
  background-image: url(/images/css_images/sm_twitter_white.svg);
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 5px;
}

.twitter--blue {
  background-position: top right;
  /* {ref:F010746} */
  background-image: url('/images/css_images/sm_twitter_blue.svg');

  background-repeat: no-repeat;
}

.link--chain--loans {background-image:url(/images/css_images/link--loans.svg);}
.link--chain--carins {background-image:url(/images/css_images/link--carins.svg);}
.link--chain--homeins {background-image:url(/images/css_images/link--homeins.svg);}
.link--chain--petins {background-image:url(/images/css_images/link--petins.svg);}
.link--chain--creditcard {background-image:url(/images/css_images/link--creditcard.svg);}
.link--chain--loans {background-image:url(/images/css_images/link--loans.svg);}
.link--chain--travelins {background-image:url(/images/css_images/link---travelins.svg);}
.link--chain--travelmoney {background-image:url(/images/css_images/link---travelmoney.svg);}
.link--chain--mortgages {background-image:url(/images/css_images/link--mortgages.svg);}
.link--chain--premiumclub {background-image:url(/images/css_images/link--premiumclub.svg);}

.list > li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.list {padding-bottom: 1em;}
.list--2col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.list--3col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.list--4col {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
.list-disc,
.list--disc {
    padding-left:20px;
    padding-bottom: 1em;
}
.list-disc > li,
.list--disc > li {
    padding-top: 3px;
    padding-bottom: 3px;
    list-style:disc;
}
.list--ticks {padding-bottom: 1em;}
.list--ticks > li {
    text-decoration:none;
    background-image: url('/images/css_images/list--tick.svg');
    background-repeat:no-repeat;
    background-position:left top 3px;
    background-size: 20px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 0.625em;
    list-style:none;
}
.list--ticks--explore > li {background-image: url('/images/css_images/list--tick--explore.svg');}
.list--ticks--banking > li {background-image: url('/images/css_images/list--tick--banking.svg');}
.list--ticks--insurance > li {background-image: url('/images/css_images/list--tick--insurance.svg');}
.list--ticks--saveinvest > li {background-image: url('/images/css_images/list--tick--saveinvest.svg');}
.list--ticks--creditcard > li {background-image: url('/images/css_images/list--tick--creditcard.svg');}
.list--ticks--loans > li {background-image: url('/images/css_images/list--tick--loans.svg');}
.list--ticks--premclub > li {background-image: url('/images/css_images/list--tick--premclub.svg');}
.list--ticks--homeins > li {background-image: url('/images/css_images/list--tick--homeins.svg');}
.list--ticks--travelins > li {background-image: url('/images/css_images/list--tick--travelins.svg');}
.list--ticks--petins > li {background-image: url('/images/css_images/list--tick--petins.svg');}
.list--ticks--carins > li {background-image: url('/images/css_images/list--tick--carins.svg');}
.list--ticks--travelmoney > li {background-image: url('/images/css_images/list--tick--travelmoney.svg');}
.list--ticks--savings > li {background-image: url('/images/css_images/list--tick--savings.svg');}
.list--ticks--investing > li {background-image: url('/images/css_images/list--tick--investing.svg');}
.list--ticks--currentfree > li {background-image: url('/images/css_images/list--tick--currentaccounts.svg');}
.list--ticks--currentaccount > li {background-image: url('/images/css_images/list--tick--currentaccounts.svg');}
.list--ticks--currentaccounts > li {background-image: url('/images/css_images/list--tick--currentaccounts.svg');}
.list--ticks--mortgages > li {background-image: url('/images/css_images/list--tick--mortgages.svg');}
.list--ticks--premiumclub > li {background-image: url('/images/css_images/list--tick--premiumclub.svg');}
.list--ticks--lifeins > li {background-image: url('/images/css_images/list--tick--lifeins.svg');}

.list--ticks-c {padding-bottom: 1em;}
.list--ticks-c > li {
    text-decoration:none;
    background-image: url('/images/css_images/list--tick-c.svg');
    background-repeat:no-repeat;
    background-position:left top 3px;
    background-size: 20px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    list-style:none;
}
.list--ticks-c--explore > li {background-image: url('/images/css_images/list--tick-c--explore.svg');}
.list--ticks-c--banking > li {background-image: url('/images/css_images/list--tick-c--banking.svg');}
.list--ticks-c--insurance > li {background-image: url('/images/css_images/list--tick-c--insurance.svg');}
.list--ticks-c--saveinvest > li {background-image: url('/images/css_images/list--tick-c--saveinvest.svg');}
.list--ticks-c--creditcard > li {background-image: url('/images/css_images/list--tick-c--creditcard.svg');}
.list--ticks-c--loans > li {background-image: url('/images/css_images/list--tick-c--loans.svg');}
.list--ticks-c--premclub > li {background-image: url('/images/css_images/list--tick-c--premclub.svg');}
.list--ticks-c--homeins > li {background-image: url('/images/css_images/list--tick-c--homeins.svg');}
.list--ticks-c--travelins > li {background-image: url('/images/css_images/list--tick-c--travelins.svg');}
.list--ticks-c--petins > li {background-image: url('/images/css_images/list--tick-c--petins.svg');}
.list--ticks-c--carins > li {background-image: url('/images/css_images/list--tick-c--carins.svg');}
.list--ticks-c--travelmoney > li {background-image: url('/images/css_images/list--tick-c--travelmoney.svg');}
.list--ticks-c--savings > li {background-image: url('/images/css_images/list--tick-c--savings.svg');}
.list--ticks-c--investing > li {background-image: url('/images/css_images/list--tick-c--investing.svg');}
.list--ticks-c--currentfree > li {background-image: url('/images/css_images/list--tick-c--currentaccounts.svg');}
.list--ticks-c--currentaccount > li {background-image: url('/images/css_images/list--tick-c--currentaccounts.svg');}
.list--ticks-c--currentaccounts > li {background-image: url('/images/css_images/list--tick-c--currentaccounts.svg');}
.list--ticks-c--mortgages > li {background-image: url('/images/css_images/list--tick-c--mortgages.svg');}
.list--ticks-c--premiumclub > li {background-image: url('/images/css_images/list--tick-c--premiumclub.svg');}


.xpando-trigger:first-of-type {

}
.xpando-trigger {

}
.xpando-trigger__anchor {
    padding: 8px 50px 5px 0;
    display: block;
    text-decoration: none;
    font-weight: normal;
    border-top: 1px solid #D3D3D3;
    background-image: url(/images/css_images/xpando-cross.svg);
    background-repeat: no-repeat;
    background-position: top 9px right 10px;
}
.xpando-trigger--explore .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--explore.svg');}
.xpando-trigger--banking .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--banking.svg');}
.xpando-trigger--insurance .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--insurance.svg');}
.xpando-trigger--saveinvest .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--saveinvest.svg');}
.xpando-trigger--creditcard .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--creditcard.svg');}
.xpando-trigger--loans .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--loans.svg');}
.xpando-trigger--premclub .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--premclub.svg');}
.xpando-trigger--homeins .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--homeins.svg');}
.xpando-trigger--travelins .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--travelins.svg');}
.xpando-trigger--petins .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--petins.svg');}
.xpando-trigger--carins .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--carins.svg');}
.xpando-trigger--travelmoney .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--travelmoney.svg');}
.xpando-trigger--savings .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--savings.svg');}
.xpando-trigger--investing .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--investing.svg');}
.xpando-trigger--currentfree .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--currentaccounts.svg');}
.xpando-trigger--currentaccount .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--currentaccounts.svg');}
.xpando-trigger--currentaccounts .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--currentaccounts.svg');}
.xpando-trigger--mortgages .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--mortgages.svg');border-left-color: #2f7187;}
.xpando-trigger--premiumclub .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--premiumclub.svg');}
.xpando-trigger--lifeins .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-cross--lifeins.svg');}

.open > .xpando-trigger__anchor {
    background-image: url(/images/css_images/xpando-minus.svg);
    font-weight:bold;
}
.xpando-trigger--explore.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--explore.svg');}
.xpando-trigger--banking.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--banking.svg');}
.xpando-trigger--insurance.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--insurance.svg');}
.xpando-trigger--saveinvest.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--saveinvest.svg');}
.xpando-trigger--creditcard.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--creditcard.svg');}
.xpando-trigger--loans.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--loans.svg');}
.xpando-trigger--premclub.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--premclub.svg');}
.xpando-trigger--homeins.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--homeins.svg');}
.xpando-trigger--travelins.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--travelins.svg');}
.xpando-trigger--petins.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--petins.svg');}
.xpando-trigger--carins.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--carins.svg');}
.xpando-trigger--travelmoney.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--travelmoney.svg');}
.xpando-trigger--savings.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--savings.svg');}
.xpando-trigger--investing.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--investing.svg');}
.xpando-trigger--currentfree.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--currentaccounts.svg');}
.xpando-trigger--currentaccount.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--currentaccounts.svg');}
.xpando-trigger--currentaccounts.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--currentaccounts.svg');}
.xpando-trigger--mortgages.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--mortgages.svg'); }
.xpando-trigger--premiumclub.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--premiumclub.svg');}
.xpando-trigger--lifeins.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--lifeins.svg');}

.xpando-trigger:first-of-type .xpando-trigger__anchor {
    border-top: none;
}
.xpando-target {

}
.xpando-target:last-of-type {

}

.xpando-trigger--invert {padding: 1vw 2vw;}
.xpando-trigger--invert--mortgages {background-color: #2f7187;}
.xpando-trigger--invert--mortgages .xpando-trigger__anchor {
    background-image: url('/images/css_images/xpando-cross--white.svg');
    color: #ffffff;
}
.xpando-trigger--invert--mortgages.open .xpando-trigger__anchor {background-image: url('/images/css_images/xpando-minus--white.svg');}

/*process flow styles*/
.xpando-trigger.xpando-trigger--mortgages.xpando-trigger--process {border-left-color: #2f7187;}


.xpando-trigger.xpando-trigger--process:first-of-type {
	margin-top: 8px;
    padding-top: 0;
}
.xpando-trigger.xpando-trigger--process:first-of-type .xpando-trigger__anchor {
	padding-top: 0;
}
.xpando-trigger.xpando-trigger--process:last-of-type  {
	border-left-color: transparent;
}
.xpando-trigger--process.xpando-trigger {
	line-height: 3.5rem;
    padding-left: 3rem;
    padding-bottom: 1rem;
    margin-left: 2rem;
    border-left: 0.3rem solid;
	padding-top: 0;
}
.process--mortgages--container {float:left}
.process--mortgages {
	font-size: 1rem; /* This controls the size. */
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	line-height : 3.5rem;
	border: 0.3rem solid #2f7187;
	position: absolute;
	border-radius: 10rem;  /* one half of ( (border * 2) + height + padding ) */
	/*padding-left: 2rem;
	padding-top: 1.5rem;*/
	text-align: center;
	background-color: white;
	transition: background-color 0.5s ease-in-out;
	will-change: opacity;
	font-weight: bold;
	margin-left: -5.3rem;
}
.process--mortgages:hover {
	background-color: #eaf1f3;
}
div>h1:first-of-type span.process--mortgages::after,
div>h2:first-of-type span.process--mortgages::after,
div>h3:first-of-type span.process--mortgages::after,
div>h4:first-of-type span.process--mortgages::after{
    visibility: hidden;
}

div>h1:last-of-type span.process--mortgages::before,
div>h2:last-of-type span.process--mortgages::before,
div>h3:last-of-type span.process--mortgages::before,
div>h4:last-of-type span.process--mortgages::before{
    visibility: hidden;
}

div>div.xpando-target:last-of-type>.process--mortgages--content{
	border-left: 0;
}

.xpando-trigger--process:first-of-type span[class*="process--"]::after,
.xpando-trigger--process:first-of-type span[class*="process--"]::before {
	background-color: transparent;
}
.process--mortgages::before
{
 content: "";
 display: inline-block;
 position: absolute;
 right: 1.05rem;
 bottom: -1rem;
 border-width: 0;
 background:  #2f7187;
 width: 1.2rem;
 height: 0.3em;
 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
}


.process--mortgages::after
{
 content: "";
 display: inline-block;
 position: absolute;
 right: 1.05rem;
 bottom: 4rem;
 border-width: 0;
 background:  #2f7187;
 width: 1.2rem;
 height: 0.3em;
 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
}




.process--mortgages--content
{
  padding-bottom: 1em;
  border-left: 0.3rem solid #2f7187;
  padding-left: 3rem;
  margin-left: 2rem;
}

.process--mortgages--line
{
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.4rem;
  bottom: -1.5rem;
  border-width: 0;
  background:  #2f7187;
  width: 2rem;
  height: 0.5em;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
}
.circle
{
  position: relative;
  border: 2px solid #999;
  border-radius: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
  background-color: #fff;
  z-index: 2;
}

.circle:first-child
{
  margin-top: 0;
}

.circle:before
{
  position: absolute;
  border: 1px solid #999;
  width: 0;
  height: 50px;
  display: block;
  content: '';
  left: 50%;
  z-index: 1;
  top: -54px;
  margin-left: -1px;
}

.circle:first-child:before
{
  display: none;
}

/*end process flow styles*/

.border--all {border: 1px solid}
.border--top {border-top:1px solid;}
.border--right {border-right:1px solid;}
.border--bottom {border-bottom:1px solid;}
.border--left {border-left:1px solid;}
.border--dotted {border-style: dotted;}

/*container boxes*/
.box {
    /*padding: 10px 20px 10px;*/
    padding: 1vw 2vw;
}
.box--prodbanner {padding: 2vw 3vw 0;}
.box--border {border: 1px solid;}
.box--white {
    background-color: #fff;
}

.box--red {
  background-color: #e4032c;
}

.box--redI {
  background-color: #e4032c !important;
}

.box--fushia {
    background-color: #FF00FF;
}
.box__transwhite {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);
}

.box--rightborder--color1 {
    border-right:#cccccc 1px solid;
}
.box--white_prodapp{
    padding: 20px;
}
.box--color1 {background-color:#f2f2f2;}
.box--color2 {background-color:#e5e5e5;}
.box--color3 {background-color:#cccccc;}
.box--color4 {background-color:#454545;}

.box--cta {
    max-width: 250px;
    padding: 0;
    margin-bottom: 1rem;
}
.box--cta--fullw {
    max-width: 100%;
}
.box--cta a {
    text-decoration: none;
}
.box--cta--ech {
    background-image:url(/images/icons/icon--ech.svg);
    background-size: 40px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: left 17px center;
}
.box.box--h1 { min-height:1em; min-height:1rem;}
.box.box--h2 { min-height:2em; min-height:2rem;}
.box.box--h3 { min-height:3em; min-height:3rem;}
.box.box--h4 { min-height:4em; min-height:4rem;}
.box.box--h5 { min-height:5em; min-height:5rem;}
.box.box--h6 { min-height:6em; min-height:6rem;}
.box.box--h7 { min-height:7em; min-height:7rem;}
.box.box--h8 { min-height:8em; min-height:8rem;}
.box.box--h9 { min-height:9em; min-height:9rem;}
.box.box--h10 { min-height:10em; min-height:10rem;}
.box.box--h11 { min-height:11em; min-height:11rem;}
.box.box--h12 { min-height:12em; min-height:12rem;}
.box.box--h13 { min-height:13em; min-height:13rem;}
.box.box--h14 { min-height:14em; min-height:14rem;}
.box.box--h15 { min-height:15em; min-height:15rem;}
.box.box--h16 { min-height:16em; min-height:16rem;}
.box.box--h17 { min-height:17em; min-height:17rem;}
.box.box--h18 { min-height:18em; min-height:18rem;}
.box.box--h19 { min-height:19em; min-height:19rem;}
.box.box--h20 { min-height:20em; min-height:20rem;}
.box.box--h21 { min-height:21em; min-height:21rem;}
.box.box--h22 { min-height:22em; min-height:22rem;}

.box__h1 { height: 1rem }
.box__h2 { height: 2rem }
.box__h3 { height: 3rem }
.box__h4 { height: 4rem }
.box__h5 { height: 5rem }
.box__h6 { height: 6rem }
.box__h7 { height: 7rem }
.box__h8 { height: 8rem }
.box__h9 { height: 9rem }
.box__h10 { height: 10rem }
.box__h11 { height: 11rem }
.box__h12 { height: 12rem }
.box__h13 { height: 13rem }
.box__h14 { height: 14rem }
.box__h15 { height: 15rem }
.box__h16 { height: 16rem }
.box__h17 { height: 17rem }
.box__h18 { height: 18rem }
.box__h19 { height: 19rem }
.box__h20 { height: 20rem }
.box__h21 { height: 21rem }
.box__h22 { height: 22rem }


.box__img {
    width:100%;
    overflow:hidden;
}
.box__img img {
    min-width:100%;
    min-height:100%;
    top:0;
    left:0;
}

.box__title {
    text-align: center;
}
.box__titleleft {

}
.box__title:after {
    height: 2px;
    width: 45%;
    display: block;
    content: " ";
    margin: 15px auto 5px;
    left: 0;
    background-color: #000;
}
.box__title--explore::after {background-color: #920075;}
.box__title--banking::after {background-color: #920075;}
.box__title--insurance::after {background-color: #920075;}
.box__title--saveinvest::after {background-color: #007f60;}
.box__title--creditcard::after {background-color: #4d8210;}
.box__title--loans::after {background-color: #aa4638;}
.box__title--premclub::after {background-color: #747470;}
.box__title--homeins::after {background-color: #827402;}
.box__title--travelins::after {background-color: #0076b5;}
.box__title--petins::after {background-color: #aa5521;}
.box__title--carins::after {background-color: #3f4882;}
.box__title--travelmoney::after {background-color: #0076b5;}
.box__title--savings::after {background-color: #007f60;}
.box__title--investing::after {background-color: #007f60;}
.box__title--currentfree::after {background-color: #920075;}
.box__title--currentaccount::after {background-color: #920075;}
.box__title--currentaccounts::after {background-color: #920075;}
.box__title--mortgages::after {background-color: #2f7187;}
.box__title--premiumclub::after {background-color: #383065;}
.box__title--lifeins::after {background-color: #005e63;}

.box__title--ech {
    text-align: center;
    text-decoration: none;
}
.box__title--ech::before{
    height: 2px;
    width: 45%;
    display: block;
    content: " ";
    margin: 0 auto 15px;
    left: 0;
    background-color: #920075;
}
.box--border-bottom__h1 {
	border-bottom: solid 1rem #fff;
}

/*breadcrumb*/
nav.breadcrumb {
    padding: 0;
}
.breadcrumb {
    max-width: /*1400px*/1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0.875em;
    color: #000;
    padding: 10px 0;
    clear: both;
}
.breadcrumb > ol {
	padding: 0;
}
.breadcrumb:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.breadcrumb__item {
    float: left;
    list-style: none;
    padding: 0;
    display: none;
}
.breadcrumb__item:nth-last-child(2) {
    display: block;
}
.breadcrumb__link {
    padding-right: 20px;
    margin-right: 7px;
    color: #000;
    text-decoration: none;
}
.breadcrumb__link:hover {
    text-decoration: underline;
}

/*end breadcrumb*/

/*icons*/
.icon--bg--left {
    padding-left: 2em;
}
.icon--bg--right {
    padding-left: 2em;
}
.icon--standalone {
    display: inline-block;
    width: 2em;
    height: 2em;
    float: left;
}
.icon--sml {
    background-size: 1em;
}
.icon--med {
    background-size: 1.25em;
}
.icon--lrg {
    background-size: 1.5em;
}
.icon--listitem {
    height: 1.75em;
    padding-right: 0.625em;
    top: 0.563em;
    position: relative;
}
.icon--listitemflow {
    height: 1.75em;
    padding-right: 0.625em;
    float: left;
}
.icon--listitemflow + .icon--listitem-text {
    padding: 0.25em 0 0.5em 2.375em;
    display: block;
}

.icon--box{
    margin: 0 auto 0;
    display: block;
}
.icon--boxleft{
    margin: 0 auto 10px;
    display: block;
    float: left;
}
.icon--title-top05{
    position: relative;
    top: 0.5em;
}

.icon--size10{height:.76923rem }
.icon--size11{height:.84615rem }
.icon--size12{height:.92308rem }
.icon--size13{height:1rem }
.icon--size14{height:1.07692rem }
.icon--size15{height:1.15385rem }
.icon--size16{height:1.23077rem }
.icon--size17{height:1.30769rem }
.icon--size18{height:1.38462rem }
.icon--size19{height:1.46154rem }
.icon--size20{height:1.53846rem }
.icon--size21{height:1.61538rem }
.icon--size22{height:1.69231rem }
.icon--size23{height:1.76923rem }
.icon--size24{height:1.84615rem }
.icon--size25{height:1.92308rem }
.icon--size26{height:2rem }
.icon--size27{height:2.07692rem }
.icon--size28{height:2.15385rem }
.icon--size29{height:2.23077rem }
.icon--size30{height:2.30769rem }
.icon--size31{height:2.38462rem }
.icon--size32{height:2.46154rem }
.icon--size33{height:2.53846rem }
.icon--size34{height:2.61538rem }
.icon--size35{height:2.69231rem }
.icon--size36{height:2.76923rem }
.icon--size37{height:2.84615rem }
.icon--size38{height:2.92308rem }
.icon--size39{height:3rem }
.icon--size40{height:3.07692rem }
.icon--size41{height:3.15385rem }
.icon--size42{height:3.23077rem }
.icon--size43{height:3.30769rem }
.icon--size44{height:3.38462rem }
.icon--size45{height:3.46154rem }
.icon--size46{height:3.53846rem }
.icon--size47{height:3.61538rem }
.icon--size48{height:3.69231rem }
.icon--size49{height:3.76923rem }
.icon--size50{height:3.84615rem }
.icon--size51{height:3.92308rem }
.icon--size52{height:4rem }
.icon--size53{height:4.07692rem }
.icon--size54{height:4.15385rem }
.icon--size55{height:4.23077rem }
.icon--size56{height:4.30769rem }
.icon--size57{height:4.38462rem }
.icon--size58{height:4.46154rem }
.icon--size59{height:4.53846rem }
.icon--size60{height:4.61538rem }
.icon--size61{height:4.69231rem }
.icon--size62{height:4.76923rem }
.icon--size63{height:4.84615rem }
.icon--size64{height:4.92308rem }
.icon--size65{height:5rem }
.icon--size66{height:5.07692rem }
.icon--size67{height:5.15385rem }
.icon--size68{height:5.23077rem }
.icon--size69{height:5.30769rem }
.icon--size70{height:5.38462rem }
.icon--size71{height:5.46154rem }
.icon--size72{height:5.53846rem }
.icon--size73{height:5.61538rem }
.icon--size74{height:5.69231rem }
.icon--size75{height:5.76923rem }
.icon--size76{height:5.84615rem }
.icon--size77{height:5.92308rem }
.icon--size78{height:6rem }
.icon--size79{height:6.07692rem }
.icon--size80{height:6.15385rem }
.icon--size130{height:10rem;}
.icon--size156{height:12rem;}
/*end icons*/

/*product colors
.explore - #920075
.banking - #920075
.insurance - #920075
.saveinvest - #007f60
.creditcard - #4d8210
.loans - #aa4638
.currentaccount - #920075
.premclub - #747470
.homeins - #827402
.travelins - #0076b5
.carins - #3f4882
.petins - #aa5521
.travelmoney - #0076b5
.savings - #007f60
.investing - #007f60
.currentfree - #920075
.currentaccounts - #920075
*/
.underline--short {
    text-decoration: none;
    display: inline-block;
}
.underline--short::after {
    height: 2px;
    width: 60%;
    max-width: 200px;
    display: block;
    content: " ";
    margin: 0.875rem 0;
    left: 0;
    background-color: #000;
}
.underline--short::after {background-color: #000;}
.underline--short--explore::after {background-color: #920075;}
.underline--short--banking::after {background-color: #920075;}
.underline--short--insurance::after {background-color: #920075;}
.underline--short--saveinvest::after {background-color: #007f60;}
.underline--short--creditcard::after {background-color: #4d8210;}
.underline--short--loans::after {background-color: #aa4638;}
.underline--short--premclub::after {background-color: #747470;}
.underline--short--homeins::after {background-color: #827402;}
.underline--short--travelins::after {background-color: #0076b5;}
.underline--short--petins::after {background-color: #aa5521;}
.underline--short--carins::after {background-color: #3f4882;}
.underline--short--travelmoney::after {background-color: #0076b5;}
.underline--short--savings::after {background-color: #007f60;}
.underline--short--investing::after {background-color: #007f60;}
.underline--short--currentfree::after {background-color: #920075;}
.underline--short--currentaccount::after {background-color: #920075;}
.underline--short--currentaccounts::after {background-color: #920075;}
.underline--short--mortgages::after {background-color: #2f7187;}
.underline--short--red::after {background-color: #ff0000;}
.underline--short--premiumclub::after {background-color: #383065;}
.underline--short--lifeins::after {background-color: #005e63;}

.underline--short-center {
    text-decoration: none;
    display: block;
}
.underline--short-center::after {
    height: 4px;
    width: 18px;
    max-width: 80px;
    display: block;
    content: " ";
    margin: 0.875rem auto;
    background-color: #000;
}
.underline--short-center::after {background-color: #000;}
.underline--short-center--explore::after {background-color: #920075;}
.underline--short-center--banking::after {background-color: #920075;}
.underline--short-center--insurance::after {background-color: #920075;}
.underline--short-center--saveinvest::after {background-color: #007f60;}
.underline--short-center--creditcard::after {background-color: #4d8210;}
.underline--short-center--loans::after {background-color: #aa4638;}
.underline--short-center--premclub::after {background-color: #747470;}
.underline--short-center--homeins::after {background-color: #827402;}
.underline--short-center--travelins::after {background-color: #0076b5;}
.underline--short-center--petins::after {background-color: #aa5521;}
.underline--short-center--carins::after {background-color: #3f4882;}
.underline--short-center--travelmoney::after {background-color: #0076b5;}
.underline--short-center--travelmoneysale::after {background-color: #e4032c;}
.underline--short-center--savings::after {background-color: #007f60;}
.underline--short-center--investing::after {background-color: #007f60;}
.underline--short-center--currentfree::after {background-color: #920075;}
.underline--short-center--currentaccount::after {background-color: #920075;}
.underline--short-center--currentaccounts::after {background-color: #920075;}
.underline--short-center--mortgages::after {background-color: #2f7187;}
.underline--short-center--red::after {background-color: #ff0000;}
.underline--short-center--premiumclub::after {background-color: #383065;}
.underline--short-center--lifeins::after {background-color: #005e63;}


.underline--center {
    text-decoration: none;
    display: block;
}
.underline--center::after, .underline--center::before {
    height: 4px;
    width: 18px;
    max-width: 80px;
    display: block;
    content: " ";
    margin: 0.875rem auto;
    background-color: #000;
}
.underline--center--currentaccounts::after, .underline--center--currentaccounts::before {background-color: #920075;}
.underline--center--creditcard::after, .underline--center--creditcard::before {background-color: #4d8210;}
.underline--center--mortgages::after, .underline--center--mortgages::before {background-color: #2f7187;}
.underline--center--travelins::after, .underline--center--travelins::before {background-color: #0076b5;}
.underline--center--premiumclub::after, .underline--center--premiumclub::before {background-color: #383065;}


.color--font {color: #920075;}
.color--font--white {color: #ffffff;}
.color--font--red {color: #ff0000;}
.color--font--explore {color: #920075;}
.color--font--banking {color: #920075;}
.color--font--insurance {color: #920075;}
.color--font--saveinvest {color: #007f60;}
.color--font--creditcard {color: #4d8210;}
.color--font--loans {color: #aa4638;}
.color--font--premclub {color: #747470;}
.color--font--homeins {color: #827402;}
.color--font--travelins {color: #0076b5;}
.color--font--petins {color: #aa5521;}
.color--font--carins {color: #3f4882;}
.color--font--travelmoney {color: #0076b5;}
.color--font--savings {color: #007f60;}
.color--font--investing {color: #007f60;}
.color--font--currentfree {color: #920075;}
.color--font--currentaccount {color: #920075;}
.color--font--currentaccounts {color: #920075;}
.color--font--mortgages {color: #2f7187;}
.color--font--premiumclub {color: #383065;}
.color--font--lifeins {color: #005e63;}

.color--border {border-color: #920075;}
.color--border--white {border-color: #ffffff;}
.color--border--explore {border-color: #920075;}
.color--border--banking {border-color: #920075;}
.color--border--insurance {border-color: #920075;}
.color--border--saveinvest {border-color: #007f60;}
.color--border--creditcard {border-color: #4d8210;}
.color--border--loans {border-color: #aa4638;}
.color--border--premclub {border-color: #747470;}
.color--border--homeins {border-color: #827402;}
.color--border--travelins {border-color: #0076b5;}
.color--border--petins {border-color: #aa5521;}
.color--border--carins {border-color: #3f4882;}
.color--border--travelmoney {border-color: #0076b5;}
.color--border--savings {border-color: #007f60;}
.color--border--investing {border-color: #007f60;}
.color--border--currentfree {border-color: #920075;}
.color--border--currentaccount {border-color: #920075;}
.color--border--currentaccounts {border-color: #920075;}
.color--border--mortgages {border-color: #2f7187;}
.color--border--premiumclub {border-color: #383065;}
.color--border--lifeins {border-color: #005e63;}

.color--bg {background-color: #920075;}
.color--bg--white {background-color: #ffffff;}
.color--bg--black {background-color: #000000;}
.color--bg--grey1 {background-color: #f2f2f2;}
.color--bg--grey2 {background-color: #e5e5e5;}
.color--bg--red {background-color: #e4032c;}
.color--bg--explore {background-color: #920075;}
.color--bg--banking {background-color: #920075;}
.color--bg--insurance {background-color: #920075;}
.color--bg--saveinvest {background-color: #007f60;}
.color--bg--creditcard {background-color: #4d8210;}
.color--bg--loans {background-color: #aa4638;}
.color--bg--premclub {background-color: #747470;}
.color--bg--homeins {background-color: #827402;}
.color--bg--travelins {background-color: #0076b5;}
.color--bg--petins {background-color: #aa5521;}
.color--bg--carins {background-color: #3f4882;}
.color--bg--travelmoney {background-color: #0076b5;}
.color--bg--savings {background-color: #007f60;}
.color--bg--investing {background-color: #007f60;}
.color--bg--currentfree {background-color: #920075;}
.color--bg--currentaccount {background-color: #920075;}
.color--bg--currentaccounts {background-color: #920075;}
.color--bg--mortgages {background-color: #2f7187;}
.color--bg--premiumclub {background-color: #383065;}
.color--bg--lifeins {background-color: #005e63;}

.color--bg-light {background-color: #e8c4e1;}
.color--bg-light--explore {background-color: #e8c4e1}
.color--bg-light--banking {background-color: #e8c4e1}
.color--bg-light--insurance {background-color: #920075;}
.color--bg-light--saveinvest {background-color: #b1dcd2;}
.color--bg-light--creditcard {background-color: #e5efdf;}
.color--bg-light--loans {background-color: #f6eceb}
.color--bg-light--premclub {background-color: #747470;}
.color--bg-light--homeins {background-color: #eae5bb;}
.color--bg-light--travelins {background-color: #f2f8fb;}
.color--bg-light--petins {background-color: #faf0e0;}
.color--bg-light--carins {background-color: #e2e6f1;}
.color--bg-light--travelmoney {background-color: #f2f8fb;}
.color--bg-light--savings {background-color: #e5f2ef;}
.color--bg-light--investing {background-color: #b1dcd2;}
.color--bg-light--currentfree {background-color: #e8c4e1}
.color--bg-light--currentaccount {background-color: #e8c4e1}
.color--bg-light--currentaccounts {background-color: #e8c4e1}
.color--bg-light--travelinsland {background-color: #e5f2f8}
.color--bg-light--mortgages {background-color: #eaf1f3;}
.color--bg-light--premiumclub {background-color: #d3d0e4;}
.color--bg-light--lifeins {background-color: #e6efef;}

.color--bg-alt1 {background-color: #e8c4e1;}
.color--bg-alt1--explore {background-color: #f9f2f8}
.color--bg-alt1--banking {background-color: #f9f2f8}
.color--bg-alt1--insurance {background-color: #920075;}
.color--bg-alt1--saveinvest {background-color: #b1dcd2;}
.color--bg-alt1--creditcard {background-color: #719a4a;}
.color--bg-alt1--loans {background-color: #f6eceb}
.color--bg-alt1--premclub {background-color: #747470;}
.color--bg-alt1--homeins {background-color: #eae5bb;}
.color--bg-alt1--travelins {background-color: #f2f8fb;}
.color--bg-alt1--petins {background-color: #e0c0ac;}
.color--bg-alt1--carins {background-color: #e2e6f1;}
.color--bg-alt1--travelmoney {background-color: #f2f8fb;}
.color--bg-alt1--savings {background-color: #b1dcd2;}
.color--bg-alt1--investing {background-color: #b1dcd2;}
.color--bg-alt1--currentfree {background-color: #f9f2f8}
.color--bg-alt1--currentaccount {background-color: #f9f2f8}
.color--bg-alt1--currentaccounts {background-color: #f9f2f8}
.color--bg-alt1--travelinsland {background-color: #f2f9fa}
.color--bg-alt1--petinsland {background-color: #fcf5f4;}
.color--bg-alt1--mortgages {background-color: #f4f8f9;}
.color--bg-alt1--premiumclub {background-color: #574c94;}

.color--bg-CC--travelmoney{
    background-color:#0076b5;
    color:#ffff;
}

.box__cta {
    color: #920075;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    background-image: url(/images/css_images/chevron--explore.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.box__cta--explore {color: #920075; background-image: none;}
.box__cta--banking {color: #920075; background-image: none;}
.box__cta--insurance {color: #920075; background-image: none;}
.box__cta--saveinvest {color: #007f60; background-image: none;}
.box__cta--creditcard {color: #4d8210; background-image: url(/images/css_images/chevron--creditcard.svg);}
.box__cta--loans {color: #aa4638; background-image: url(/images/css_images/chevron--loans.svg);}
.box__cta--premclub {color: #747470; background-image: none;}
.box__cta--homeins {color: #827402; background-image: none;}
.box__cta--travelins {color: #0076b5; background-image: url(/images/css_images/chevron--travelins.svg);}
.box__cta--petins {color: #aa5521; background-image: url(/images/css_images/chevron--petins.svg);}
.box__cta--carins {color: #3f4882; background-image: url(/images/css_images/chevron--carins.svg);}
.box__cta--travelmoney {color: #0076b5; background-image: url(/images/css_images/chevron--travelmoney.svg);}
.box__cta--savings {color: #007f60; background-image: none;}
.box__cta--investing {color: #007f60; background-image: none;}
.box__cta--currentfree {color: #920075; background-image: none;}
.box__cta--currentaccount {color: #920075; background-image: none;}
.box__cta--currentaccounts {color: #920075; background-image: none;}
.box__cta--mortgages {color: #2f7187; background-image: url(/images/css_images/chevron--mortgages.svg);}
.box__cta--premiumclub {color: #383065; background-image: url(/images/css_images/chevron--premiumclub.svg);}
.box__cta--lifeins {color: #005e63; background-image: none;}


.button-hide {
    position: absolute;
    opacity: 0;
}
.button-label {
  display: inline-block;
  padding: 0.5em 0.5em;
  margin: 0.2em;
  cursor: pointer;
  color: #292929;
  border-radius: 0.1em;
  background: #e5e5e5;
  font-weight: 600;
  transition: 0.3s;
  user-select: none;
}
.button-label:hover {
   background: #d6d6d6;
 }
 input[type="radio"]:checked+.button-label{
   background-color: #000;
   color: #fff;
 }

 input[type="radio"]:checked+.button-label--explore {background-color: #920075;}
 input[type="radio"]:checked+.button-label--banking {background-color: #920075;}
 input[type="radio"]:checked+.button-label--insurance {background-color: #920075;}
 input[type="radio"]:checked+.button-label--saveinvest {background-color: #007f60;}
 input[type="radio"]:checked+.button-label--creditcard {background-color: #4d8210;}
 input[type="radio"]:checked+.button-label--loans {background-color: #aa4638;}
 input[type="radio"]:checked+.button-label--premclub {background-color: #747470;}
 input[type="radio"]:checked+.button-label--homeins {background-color: #827402;}
 input[type="radio"]:checked+.button-label--travelins {background-color: #0076b5;}
 input[type="radio"]:checked+.button-label--petins {background-color: #aa5521;}
 input[type="radio"]:checked+.button-label--carins {background-color: #3f4882;}
 input[type="radio"]:checked+.button-label--travelmoney {background-color: #0076b5;}
 input[type="radio"]:checked+.button-label--savings {background-color: #007f60;}
 input[type="radio"]:checked+.button-label--investing {background-color: #007f60;}
 input[type="radio"]:checked+.button-label--currentfree {background-color: #920075;}
 input[type="radio"]:checked+.button-label--currentaccount {background-color: #920075;}
 input[type="radio"]:checked+.button-label--currentaccounts {background-color: #920075;}
 input[type="radio"]:checked+.button-label--grey {background-color: #222;}
 input[type="radio"]:checked+.button-label--mortgages {background-color: #2f7187;}
 input[type="radio"]:checked+.button-label--premiumclub {background-color: #383065;}


 .button-label-tmc {
    background: #e5e5e5;
    display: inline-block;
        word-wrap: break-word;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        padding: 12px 45px 12px 35px;
        background-image: url(/images/css_images/button-cta_arrow.svg);
        background-repeat: no-repeat;
        background-position: top 54% right 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        cursor:pointer;
 }

 input[type="radio"]:checked+.button-label-tmc {
    background-color: #0076b5;
    color: #fff;
}

.button-label-tmc:hover {
    background: #d6d6d6;
    background-image: url(/images/css_images/button-cta_arrow.svg);
    background-repeat: no-repeat;
    background-position: top 54% right 15px;
}

.button-cta {
    background-color: #000000;
    display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 12px 45px 12px 35px;
    margin-bottom: 1rem;
    background-image:url(/images/css_images/button-cta_arrow.svg);
    background-repeat: no-repeat;
    background-position: top 54% right 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}
.button-cta--explore {background-color: #920075;}
.button-cta--banking {background-color: #920075;}
.button-cta--insurance {background-color: #920075;}
.button-cta--saveinvest {background-color: #007f60;}
.button-cta--creditcard {background-color: #4d8210;}
.button-cta--loans {background-color: #aa4638;}
.button-cta--premclub {background-color: #747470;}
.button-cta--homeins {background-color: #827402;}
.button-cta--travelins {background-color: #0076b5;}
.button-cta--petins {background-color: #aa5521;}
.button-cta--carins {background-color: #3f4882;}
.button-cta--travelmoney {background-color: #0076b5;}
.button-cta--travelmoneysale {background-color: #e4032c ;}
.button-cta--savings {background-color: #007f60;}
.button-cta--investing {background-color: #007f60;}
.button-cta--currentfree {background-color: #920075;}
.button-cta--currentaccount {background-color: #920075;}
.button-cta--currentaccounts {background-color: #920075;}
.button-cta--grey {background-color: #222;}
.button-cta--mortgages {background-color: #2f7187;}
.button-cta--premiumclub {background-color: #383065;}
.button-cta--lifeins {background-color: #005e63;}
.button-cta--sale{background-color: #e4032c;}


.button-ctasecondary {
    display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 35px 12px 0;
    text-decoration: none;
    color: #920075;
    background-image: url(/images/css_images/chevron.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.button-ctasecondary--explore {color: #920075; background-image: url(/images/css_images/chevron--explore.svg);}
.button-ctasecondary--banking {color: #920075; background-image: url(/images/css_images/chevron--explore.svg);}
.button-ctasecondary--insurance {color: #920075; background-image: url(/images/css_images/chevron--insurance.svg);}
.button-ctasecondary--saveinvest {color: #007f60; background-image: url(/images/css_images/chevron--saveinvest.svg);}
.button-ctasecondary--creditcard {color: #4d8210; background-image: url(/images/css_images/chevron--creditcard.svg);}
.button-ctasecondary--loans {color: #aa4638; background-image: url(/images/css_images/chevron--loans.svg);}
.button-ctasecondary--premclub {color: #747470; background-image: url(/images/css_images/chevron--premclub.svg);}
.button-ctasecondary--homeins {color: #827402; background-image: url(/images/css_images/chevron--homeins.svg);}
.button-ctasecondary--travelins {color: #0076b5; background-image: url(/images/css_images/chevron--travel.svg);}
.button-ctasecondary--petins {color: #aa5521; background-image: url(/images/css_images/chevron--petins.svg);}
.button-ctasecondary--carins {color: #3f4882; background-image: url(/images/css_images/chevron--carins.svg);}
.button-ctasecondary--travelmoney {color: #0076b5; background-image: url(/images/css_images/chevron--travelmoney.svg);}
.button-ctasecondary--savings {color: #007f60; background-image: url(/images/css_images/chevron--saveinvest.svg);}
.button-ctasecondary--investing {color: #007f60; background-image: url(/images/css_images/chevron--saveinvest.svg);}
.button-ctasecondary--currentfree {color: #920075; background-image: url(/images/css_images/chevron--currentaccount.svg);}
.button-ctasecondary--currentaccount {color: #920075; background-image: url(/images/css_images/chevron--currentaccount.svg);}
.button-ctasecondary--currentaccounts {color: #920075; background-image: url(/images/css_images/chevron--currentaccount.svg);}
.button-ctasecondary--white {color: #fff; background-image: url(/images/css_images/button-cta_arrow.svg); background-size: 11px;}
.button-ctasecondary--mortgages {color: #2f7187; background-image: url(/images/css_images/chevron--mortgages.svg);}
.button-ctasecondary--premiumclub {color: #383065; background-image: url(/images/css_images/chevron--premiumclub.svg);}
.button-ctasecondary--lifeins {color: #005e63;}

.button {
	background-color: #000000;
    display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: top 54% right 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}
.button--mortgages {
    background-color: #2f7187;
}

.button-cta-CC--travelmoney{
    background-image: url(/images/css_images/chevron--travelmoneySale.svg) !important;
    background-color:white;
    color:#e4032c;
}

.button-hollow {
	background-color: #ffff;
	display: inline-block;
	text-align: center;
    text-decoration: none;
	word-wrap: break-word;
	padding: 12px 45px 12px 35px;
	font-size: 1rem;
    font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	color: #000;
	background-image: url(/images/css_images/chevron-black.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
	background-size: 7.5%;
}

.button-hollow--loans {
    border: #8fc73e solid 2px;
}

.box-hollow{
	display: inline-block;
	background-color: #ffff;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	color: #000;
    text-decoration: none;
	padding: 10px 10px 10px 10px;
	-webkit-appearance: none;
	}

.box-hollow--loans{
	background-color: #8fc73e;
}

.box-hollow--frs{
	background-color: #8fc73e;
	color: #fff;
}

/*deprecated classes - don't use*/
.new-cta {
    background-color: #4d8210;
    width: 109px;
    display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 12px 45px 12px 35px;
    margin-bottom: 1rem;
    background-image: url(/images/css_images/button-cta_arrow.svg);
    background-repeat: no-repeat;
    background-position: top 54% right 15px;
    appearance: none;
    border: none;
    cursor: pointer;
}

.button-cta--creditcardfindoutmore {
    background-color: white;
    color: #4d8210;
	display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    padding: 12px 45px 12px 35px;
    margin-bottom: 1rem;
    appearance: none;
    border: none;
    cursor: pointer;
    border: solid 2px;
}

.button-cta--findoutmore {
    background-image: url(/images/css_images/chevron--creditcard.svg);
	 background-repeat: no-repeat;
	 background-position: top 54% right 15px;
	 width: 109px;
    background-size: 15px 15px;
}

/*basic black cta*/
.button-ctatertiary {
    display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: normal;
    padding: 12px 20px 12px 0;
    text-decoration: none;
    background-image: url(/images/css_images/chevron-black.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.875em;
}
.button-ctatertiary--heading {
    display: inline-block;
    word-wrap: break-word;
    padding: 12px 1.5em 12px 0;
    text-decoration: none;
    background-image: url(/images/css_images/chevron-black.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.875em;
}
.button-phone {
    font-weight: bold;
    text-decoration: none;
    padding: 12px 12px 12px 35px;
    display: inline-block;
    word-wrap: break-word;
    background-image:url(/images/css_images/button-phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2em;
    cursor:default;
}
.button-phone--savings {background-image:url(/images/css_images/button-phone--savings.svg);}
.button-phone--loans {background-image:url(/images/css_images/button-phone--loans.svg);}
.button-phone--creditcard {background-image:url(/images/css_images/button-phone--creditcard.svg);}
.button-phone--currentfree,
.button-phone--currentaccount,
.button-phone--currentaccounts
 {background-image:url(/images/css_images/button-phone--currentaccounts.svg);}
.button-phone--mortgages {background-image:url(/images/css_images/button-phone--mortgages.svg);}
.button-phone--premiumclub {background-image:url(/images/css_images/button-phone--premiumclub.svg);}
.button-phone--petins {background-image: url(/images/css_images/button-phone--petins.svg);}

.button-branch {
    font-weight: bold;
    text-decoration: none;
    padding: 12px 12px 12px 35px;
    display: inline-block;
    word-wrap: break-word;
    background-image:url(/images/css_images/button-branch.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2em;
}
.button-branch--savings {background-image:url(/images/css_images/button-branch--savings.svg);}
.button-branch--loans {background-image:url(/images/css_images/button-branch--loans.svg);}
.button-branch--creditcard {background-image:url(/images/css_images/button-branch--creditcard.svg);}
.button-branch--currentfree,
.button-branch--currentaccount,
.button-branch--currentaccounts
 {background-image:url(/images/css_images/button-branch--currentaccounts.svg);}
.button-branch--mortgages {background-image:url(/images/css_images/button-branch--mortgages.svg);}
.button-branch--premiumclub {background-image:url(/images/css_images/button-branch--premiumclub.svg);}

.button-appleappstore {
    background: url(/images/AppStore.svg) no-repeat;
    height: 45px;
    width: 155px;
    background-size: 100%;
    display: inline-block;
}
.button-googleplaystore {
    background: url(/images/GooglePlay.png);
    height: 45px;
    width: 130px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
}
.button-email--savings {background-image:url(/images/css_images/email--savings.svg);}
.button-letter--savings {background-image:url(/images/css_images/letter--savings.svg);}



/*backgroundify styles*/
.bg-source {
    visibility: hidden;
    position: absolute;
}
.bg-target {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-target-x--left {background-position-x: left}
.bg-target-x--right {background-position-x: right}
.bg-target-x--center {background-position-x: center}
.bg-target-y--bottom {background-position-y: bottom}
.bg-target-y--center {background-position-y: center}
.bg-target-y--top {background-position-y: top}


@media (max-width: 479px) {
    .bg-target-xs--nobackground {
        background-image: none !important;
        padding: 0;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
  .bg-target-sm--nobackground {
        background-image: none !important;
        padding: 0;
    }
}
@media (min-width: 640px) and (max-width: 839px) {
  .bg-target-md--nobackground {
        background-image: none !important;
        padding: 0;
    }
}
@media (min-width: 840px) and (max-width: 1139px){
  .bg-target-lg--nobackground {
        background-image: none !important;
        padding: 0;
    }
}
@media (min-width: 1140px){
  .bg-target-xl--nobackground {
        background-image: none !important;
        padding: 0;
    }
}




table.table-xs--flow ,
.table-xs--flow thead,
.table-xs--flow tbody,
.table-xs--flow th,
.table-xs--flow td,
.table-xs--flow tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.table-xs--flow thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.table-xs--flow tr {
    border: none;
    padding-bottom: 1em;
}
.table-xs--flow td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: none;
	position: relative;
    margin-bottom: 0.5em;
}
.table-xs--flow td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}


table, table * {border-color: #585858;}
table.table--wborder--white,
table.table--wborder--white *
 {border-color:#fff;}
th {background: none repeat scroll 0 0 #EFEFEF}
.table--wfull {width:100%}

.table-xs--wborder {
    border: 1px solid #4e4e4e;
}
.table-xs--wborder tr,
.table-xs--wborder thead {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.table-xs--wborder tr:last-of-type {
    border-bottom: none;
}
.table-xs--wborder th,
.table-xs--wborder td {
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0.5rem;
}
.table-xs--wborder th:last-of-type,
.table-xs--wborder td:last-of-type {
    border-right: none;
}


/*sm*/
@media (min-width: 480px) {
    .pin-sm--bottom {position: absolute; bottom: 0;}
    .pin-sm--top {position: absolute; bottom: 0;}

    .table-sm--wborder {
        border-width: 1px;
        border-style: solid;
    }
    .table-sm--wborder tr,
    .table-sm--wborder thead {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .table-sm--wborder tr:last-of-type {
        border-bottom: none;
    }
    .table-sm--wborder th,
    .table-sm--wborder td {
        border-right-width: 1px;
        border-right-style: solid;
        padding: 0.5rem;
    }
    .table-sm--wborder th:last-of-type,
    .table-sm--wborder td:last-of-type {
        border-right: none;
    }

    table.table-sm--block {display: table;}
    .table-sm--block thead {display: table-header-group;}
    .table-sm--block tbody {display: table-row-group;}
    .table-sm--block th,
    .table-sm--block td {display: table-cell;}
    .table-sm--block tr {display: table-row;}
    .table-sm--block thead tr {
	    position: inherit;
	    top: initial;
	    left: initial;
    }

    table.table-sm--flow ,
    .table-sm--flow thead,
    .table-sm--flow tbody,
    .table-sm--flow th,
    .table-sm--flow td,
    .table-sm--flow tr {
	    display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-sm--flow thead tr {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
    }
    .table-sm--flow tr {
        border: none;
        padding-bottom: 1em;
    }
    .table-sm--flow td {
	    /* Behave  like a "row" */
	    border: none;
	    border-bottom: none;
	    position: relative;
        margin-bottom: 0.5em;
    }
    .table-sm--flow td:before {
	    /* Now like a table header */
	    position: absolute;
	    /* Top/left values mimic padding */
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    white-space: nowrap;
    }
}
/*md*/
@media (min-width: 640px) {
    .pin-md--bottom {position: absolute; bottom: 0;}
    .pin-md--top {position: absolute; bottom: 0;}
	.pin-md--right {position: absolute; right: 0;}


    .breadcrumb__item { display: inline-block;}
    .breadcrumb__link {
        /*border-right: 1px solid #d9d9d9;*/
        background-image:url('/images/css_images/chevron-black-thin.svg');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 1em;
    }
    .table-md--wborder {
        border-width: 1px;
        border-style: solid;
    }
    .table-md--wborder tr,
    .table-md--wborder thead {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .table-md--wborder tr:last-of-type {
        border-bottom: none;
    }
    .table-md--wborder th,
    .table-md--wborder td {
        border-right-width: 1px;
        border-right-style: solid;
        padding: 0.5rem;
    }
    .table-md--wborder th:last-of-type,
    .table-md--wborder td:last-of-type {
        border-right: none;
    }

    table.table-md--block {display: table;}
    .table-md--block thead {display: table-header-group;}
    .table-md--block tbody {display: table-row-group;}
    .table-md--block th,
    .table-md--block td {display: table-cell;}
    .table-md--block tr {display: table-row;}
    .table-md--block thead tr {
	    position: inherit;
	    top: initial;
	    left: initial;
    }

    table.table-md--flow ,
    .table-md--flow thead,
    .table-md--flow tbody,
    .table-md--flow th,
    .table-md--flow td,
    .table-md--flow tr {
	    display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-md--flow thead tr {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
    }
    .table-md--flow tr {
        border: none;
        padding-bottom: 1em;
    }
    .table-md--flow td {
	    /* Behave  like a "row" */
	    border: none;
	    border-bottom: none;
	    position: relative;
        margin-bottom: 0.5em;
    }
    .table-md--flow td:before {
	    /* Now like a table header */
	    position: absolute;
	    /* Top/left values mimic padding */
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    white-space: nowrap;
    }
}
/*lg*/
@media (min-width: 840px) {
    .pin-lg--bottom {position: absolute; bottom: 0;}
    .pin-lg--top {position: absolute; bottom: 0;}

    .table-lg--wborder {
        border-width: 1px;
        border-style: solid;
    }
    .table-lg--wborder tr,
    .table-lg--wborder thead {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .table-lg--wborder tr:last-of-type {
        border-bottom: none;
    }
    .table-lg--wborder th,
    .table-lg--wborder td {
        border-right-width: 1px;
        border-right-style: solid;
        padding: 0.5rem;
    }
    .table-lg--wborder th:last-of-type,
    .table-lg--wborder td:last-of-type {
        border-right: none;
    }

    table.table-lg--block {display: table;}
    .table-lg--block thead {display: table-header-group;}
    .table-lg--block tbody {display: table-row-group;}
    .table-lg--block th,
    .table-lg--block td {display: table-cell;}
    .table-lg--block tr {display: table-row;}
    .table-lg--block thead tr {
	    position: inherit;
	    top: initial;
	    left: initial;
    }

    table.table-lg--flow ,
    .table-lg--flow thead,
    .table-lg--flow tbody,
    .table-lg--flow th,
    .table-lg--flow td,
    .table-lg--flow tr {
	    display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-lg--flow thead tr {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
    }
    .table-lg--flow tr {
        border: none;
        padding-bottom: 1em;
    }
    .table-lg--flow td {
	    /* Behave  like a "row" */
	    border: none;
	    border-bottom: none;
	    position: relative;
        margin-bottom: 0.5em;
    }
    .table-lg--flow td:before {
	    /* Now like a table header */
	    position: absolute;
	    /* Top/left values mimic padding */
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    white-space: nowrap;
    }
}
/*xl*/
@media (min-width: 1140px) {
    .pin-xl--bottom {position: absolute; bottom: 0;}
    .pin-xl--top {position: absolute; bottom: 0;}

    .table-xl--wborder {
        border-width: 1px;
        border-style: solid;
    }
    .table-xl--wborder tr,
    .table-xl--wborder thead {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .table-xl--wborder tr:last-of-type {
        border-bottom: none;
    }
    .table-xl--wborder th,
    .table-xl--wborder td {
        border-right-width: 1px;
        border-right-style: solid;
        padding: 0.5rem;
    }
    .table-xl--wborder th:last-of-type,
    .table-xl--wborder td:last-of-type {
        border-right: none;
    }

    table.table-xl--block {display: table;}
    .table-xl--block thead {display: table-header-group;}
    .table-xl--block tbody {display: table-row-group;}
    .table-xl--block th,
    .table-xl--block td {display: table-cell;}
    .table-xl--block tr {display: table-row;}
    .table-xl--block thead tr {
	    position: inherit;
	    top: initial;
	    left: initial;
    }

    table.table-xl--flow ,
    .table-xl--flow thead,
    .table-xl--flow tbody,
    .table-xl--flow th,
    .table-xl--flow td,
    .table-xl--flow tr {
	    display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-xl--flow thead tr {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
    }
    .table-xl--flow tr {
        border: none;
        padding-bottom: 1em;
    }
    .table-xl--flow td {
	    /* Behave  like a "row" */
	    border: none;
	    border-bottom: none;
	    position: relative;
        margin-bottom: 0.5em;
    }
    .table-xl--flow td:before {
	    /* Now like a table header */
	    position: absolute;
	    /* Top/left values mimic padding */
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    white-space: nowrap;
    }
}




/*pwstool styles*/
.input{
    display: block;
    margin-top: 10px;
    padding: 10px 16px;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 1.2em;
    box-sizing: border-box;
}
.input--fullwidth {
    width: 100%;
}
.pwstool__expansionhide {
    display: none;
    position: relative;
}
.pwstool__expansioncont {
    background: #454545;
    color: #FFFFFF;
}
.pwstool__notvalid,
.pwstool__error,
.notValid {
    color: #ff0000;
}
.pwstool__error label,
.pwstool__error p.errorMsg,
.notValid label,
.notValid p.errorMsg
 {
    padding: 0 0 0 1.5em;
    background: url(/images/css_images/alert-error.svg) no-repeat;
    background-size: 1.25em;
    background-position: left center;
    line-height: 1.5em;
}

.pwstool--tml .rate > span {
    margin-right: 0.5em;
}
.pwstool--currcalc .curr-flag {
    margin-right: 0.5em;
    height: 1em;
}

input[type='radio'],
input[type='radio'] + label {
    cursor: pointer;
    min-height: 1rem;
    min-width: 1rem;
}

@media (max-width: 479px) {
    .pwstool #loansTermSelect {
        display: block !important;
    }
    .pwstool .slider {
      /*  display: none;  */
    }
}
.pwstool #loansTermSelect {
    margin-top: 10px;
    padding: 10px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 1.2em;
    box-sizing: border-box;
}
.pwstool .incrementalSlider a {
	padding:0;
	margin:0;
	text-decoration:none;
	color:#000;
	outline:none;
}
.pwstool .incrementalSlider a:hover {
	text-decoration:none;
}
.pwstool .incrementalSlider .scroller {
	height: 20px;
    width: 40px;
    background: url(/images/css_images/slider--black.svg) no-repeat scroll left top transparent;
    position: absolute;
    top: -6px;
    display: block;
    background-size: 40px;
}
.pwstool.pwstool--loancalc .incrementalSlider .scroller {background-image: url(/images/css_images/slider--loans.svg)}

.pwstool .incrementalSlider .scroller:hover {
	text-decoration:none;
}
.pwstool .incrementalSlider .slider {
    margin: 0px 3%;
    cursor: pointer;
}
.pwstool .incrementalSlider .sliderInner {
	position:relative;
}
.pwstool .sliderStyle01 .sliderBar {
	top: 0;
	left: 0;
    position: absolute;
}

.pwstool .sliderStyle01 .inputWrapper {
	float:left;
	margin:4px 0;
}
.pwstool .sliderStyle01 .valueRegion {

    color: #333333;
    font-size: 0.875em;
    font-weight: bold;
	float:right;
	display:block;
	text-align:right;
}
.pwstool .sliderStyle01 .slider {
	width:159px;
	height:8px;
	background: url("/images/background/slider-style01-left.png") no-repeat scroll left top transparent;
}
.pwstool .sliderStyle01 .slider .sliderInner {
	height:8px;
	background: url("/images/background/slider-style01-empty.png") no-repeat scroll right top transparent;
}
.pwstool .sliderStyle01 .sliderBar {
	height:8px;
	background: url("/images/background/slider-style01-fill.png") repeat-x scroll left top transparent;
}

.pwstool .sliderStyle02 .inputWrapper {

}
.pwstool .sliderStyle02 .valueRegion {
	padding-bottom:6px;
}
.pwstool .sliderStyle02 .sliderBar {
	height:8px;
	background-color: #000000;
}
.pwstool.pwsloancalc .sliderStyle02 .sliderBar {background-color:#aa4638;}
.pwstool .sliderStyle02 .slider .sliderInner {
	height:9px;
    background-color: #fff;
    border-radius: 3px;
}
.pwstool .sliderStyle02 .sliderBar {
	height:9px;
	background-color: #77776d;
    border-radius: 3px;
    padding-right: 10px;
}
@media (max-width: 479px) {
    .pwstool #loansTermSelect {
        display: block !important;
    }

    .pwstool #slider {
        display: none;
    }
}
.pwstool #loansTermSelect {
    display: none;
}
.pwstool #slider {
    background: white;
    margin: 10px 0;
    border-radius: 2px;
}
.pwstool .ui-slider-horizontal .ui-slider-range-min {
    background-color: #77776d;
    border-radius: 2px;
}
.pwstool .ui-slider-horizontal .ui-slider-handle {
    cursor: w-resize;
    height: 20px;
    width: 40px;
    background: url(/images/css_images/slider--loans.svg) no-repeat scroll left top transparent;
    background-size: 100%;
    border-radius: 1px;
}
.pwstool.pwstool--loancalc .ui-slider-horizontal .ui-slider-handle {
    background-image: url(/images/css_images/slider--loans.svg);
}





.press--paperlist {
	  text-decoration: none;
	  background-image: url('/images/icons/paperlist--currentaccounts.svg');
	  background-repeat: no-repeat;
	  background-position: left center;
	  padding-left: 60px;
	  display: inline-block;
	  background-size: 55px;
}
.press--select {
	  float:right;
	  padding-top:20px;
}
.mediacentre-banner-cont {
	  margin-left: 20%;
	  text-align: center;
	  width: 25%;
	  height: 270px;
	  padding-top: 20px;
	  white-space: normal;
	  background: #FFF;
	  padding-left:1.5rem;
	  padding-right:1.5rem;
}
.mediacentre-banner-cont hr {
	  background: #920075;
	  height: 0.175em;
	  width: 3.66%;
	  display: block;
	  content: " ";
	  margin: 0.875rem auto;
	  left: 0;
	  border: 0;
	  border-style: none;
	  font-size: 1.438em;
	  letter-spacing: -0.05em;
	  text-transform: uppercase;
}
/* revised mobile/tablet(portrait) */
@media (max-width: 639px) {
.mediacentre-banner-cont {
	  width: 100%;
	  margin-left: 0%;
	  padding-left: 0rem;
	  padding-right: 0rem;
	  height: 200px;
	  padding-top: 0px;
}
}


#homeCarousel > li.mscitem {list-style:none;}
#bottom_links {
    background-color: #d0d2f8;
    font-family: M-S London W03 Regular, Arial, Helvetica, sans-serif;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}
#bottom_links content {
    margin: 0 auto;
}
#bottom_links ul li {
    display: inline;
    list-style-type: none;
    padding: 0;
    border-right: 1px solid #999999;
}
#bottom_links ul li:first-child,
#bottom_links ul li:last-child {
    border: none;
}
#bottom_links ul li a {
    padding: 15px 7px 15px 3px;
}

#right_links {
    width: 4.875rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 645px;
    font-family: M-S London W03 Regular, Arial, Helvetica, sans-serif;
    z-index: 1;
}
@media screen and (max-width:1366px){
    #right_links {
        display:none;
    }
}
#right_links.fixed {
    position: fixed;
    top: 130px;
}
#right_links.abs {
    position: absolute;
    top: 4913px;
}
#right_links a {
	text-decoration:none;
	color:#000;
    text-transform: uppercase;
    display: block;
    width: 73px;
    text-align: center;
    font-size: 0.625rem;
    padding: 7px 0 10px 0px;
    position: relative;
    border-left: 5px solid transparent;
}
#right_links a div {
    margin: 0 auto;
}
#right_links a:hover, #right_links a.active  {
    color: #4C8300;
    text-decoration: none;
    background-color: #F3F3F3;
    border-left: 5px solid #4C8300;
}
#right_links a .section_icon {
    margin-top: 2px;
    margin-bottom: 2px;
}
#right_links a.ca .section_icon {
    width: 1.5rem;
    height: 1.563rem;
    background: url("/images/background/ql_ca.png") no-repeat 0 0 transparent;
}
#right_links a.ca.active .section_icon, #right_links a.ca:hover .section_icon {
    background-position: 0 -25px;
}
#right_links a.cc .section_icon {
    width: 1.563rem;
    height: 1rem;
    background: url("/images/background/ql_cc.png") no-repeat 0 0 transparent;
}
#right_links a.cc.active .section_icon, #right_links a.cc:hover .section_icon {
    background-position: 0 -16px;
}
#right_links a.pl .section_icon {
    width: 1.5rem;
    height: 1.563rem;
    background: url("/images/background/ql_pl.png") no-repeat 0 0 transparent;
}
#right_links a.pl.active .section_icon, #right_links a.pl:hover .section_icon {
    background-position: 0 -25px;
}
#right_links a.travel .section_icon {
    width: 1.563rem;
    height: 1.563rem;
    background: url("/images/background/ql_travel.png") no-repeat 0 0 transparent;
}
#right_links a.travel.active .section_icon, #right_links a.travel:hover .section_icon {
    background-position: 0 -1.563rem;
}
#right_links a.ins .section_icon {
    width: 1.5rem;
    height: 1.625rem;
    background: url("/images/background/ql_ins.png") no-repeat 0 0 transparent;
}
#right_links a.ins.active .section_icon, #right_links a.ins:hover .section_icon {
    background-position: 0 -1.625rem;
}
#right_links a.savings .section_icon {
    width: 2.063rem;
    height: 1.313rem;
    background: url("/images/background/ql_savings.png") no-repeat 0 0 transparent;
}
#right_links a.savings.active .section_icon, #right_links a.savings:hover .section_icon {
    background-position: 0 -21px;
}
#right_links a .divider {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 2.375rem;
    height: 1px;
    background-color: #ebebeb;
}
@media (max-width: 639px) {
.table--mobcol {
  table-layout: fixed;
  word-wrap: break-word;
}
}


.img--articlefloatleft{
	float:left;
	margin-right: 10px;
}
.img--articlefloatright{
	float:right;
	margin-left: 10px;
}

.img--homepage--tile {
    height:375px;
}

.msb_tm_rate_input {
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    margin: 0;
    width: 430px;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 1rem;
    padding-left: 50px;
    background-size: 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.msb_tm_rate_dropdown {
    width: 430px;
    max-width: 100%;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 6px 10px #888888;
    z-index: 1;
}
.msb_tm_rate_dropdown ul li {
    margin: 0;
    padding: 0;
}
.msb_tm_rate_dropdown ul li button {
    width: 100%;
    text-align: left;
    padding: 13px 10px 13px 50px;
    background-color: #fff;
    -webkit-appearance: none;
    border: none;
    background-size: 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.msb_tm_rate_dropdown ul li button:hover,
.msb_tm_rate_dropdown ul li button:focus {
    background-color: #d5f1ff;
}

.msb_tm_ert_output_target.inactive,
.msb_tm_tmc_output_target.inactive{
    display:none;
}
.msb_tm_tmc_amt {
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    margin: 0;
    width: 430px;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 1rem;
    background-size: 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 140px;
    float: left;
}
.msb_tm_tmc_switch_from {
    padding:12px 30px 12px 0;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image:url(/images/css_images/leftright-arrows.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
}
.msb_tm_tmc_switch_to {
    padding:12px 0;
    display: inline-block;
}

.msb_tm_tmc_switch {
    margin-left:-140px;
    position: absolute;
    background-color:transparent;
    display: inline-block;
    word-wrap: break-word;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 0 15px 0 15px;
    margin-bottom: 1rem;
    /*background-image:url(/images/css_images/button-cta_arrow.svg);*/
    background-repeat: no-repeat;
    background-position: top 54% right 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}
.msb_tm_tmc_submit {
    margin-top: 0;
}
.msb_tm_tmc_ratecont {
    margin-bottom: 20px;
    width:100%;
    max-width: 400px;
    float: left;
    margin-right: 20px;
}
.msb_tm_tmc_amtcont {
    margin-bottom: 20px;

    width:100%;
    max-width: 400px;
    float: left;
    margin-right: 20px;
}
.msb_tm_tmc_radios input[type='radio'],
.msb_tm_tmc_radios input[type='radio'] + label,
.msb_tm_ert_radios input[type='radio'],
.msb_tm_ert_radios input[type='radio'] + label {
    margin:0;
}
.msb_tm_tmc_radios,
.msb_tm_ert_radios {
    margin-bottom: -2px;
}
.msb_tm_tmc_output,
.msb_tm_ert_output {
    border: 2px solid #e5e5e5;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box;
    word-wrap: break-word;
    padding:0.4rem;
    margin-bottom: 0.5rem;
    border-top-left-radius: 0;
}
.msb_tm_tmc_output h3 {
    float:left;
    width: 100%;
}
.msb_tm_tmc_output_curitem {
    float:left;
    width:100%;
}
@media(min-width:640px){
    .msb_tm_tmc_output h3 {
        width: 33%;
        min-width: 250px;
    }
    .msb_tm_tmc_output_curitem {
        width:33%;
        min-width: 250px;
    }
}
.msb_tm_ert_output_target[data-active="0"]{
    display:none;
}

@media (min-width: 361px) and (max-width: 479px){
    .optimise--cta {
        width:77% !important;
    }
}
@media (max-width: 360px) {
    .optimise--cta {
        width:73% !important;
    }
}