/* Main Brand Blue */
/* Secondary Navy Blue */
/* Insurance Blue */
/* Main Brand Red */
/* Rewards Green */
/* Travel Orange */
/* Tertiary Colours */
/* Background Colours (From Marketing Site) */
/* Text Colours */
/* Border Colours */
/* Form Styles */
/* ------------ START Old V1 Colours ------------ */
/* ------------ END Old V1 Colours ------------ */
.cart {
  font-size: 14px; }
  .cart hr {
    margin-top: 4rem;
    margin-bottom: 4rem; }

.cart-price {
  text-align: right; }

.cart-totals {
  text-align: right;
  font-size: 14px; }
  .cart-totals .cart-totals-balance {
    font-size: 18px; }

.credit-card-year {
  margin-left: 1em; }

.green-check {
  color: #3fae60; }

.red-x {
  color: #da291c; }

.ms-container {
  background: transparent url(/assets/switch-52d04dfc76d685b94c128d9cf33a48439482471911dbf27bfaac29c1325b74d4.png) no-repeat 50% 50%;
  width: 370px; }

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%; }

.ms-container .ms-selection {
  float: right; }

.ms-container .ms-list {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto; }

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9; }

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.ms-container .ms-optgroup-container {
  width: 100%; }

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px; }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text; }

@media all {
  .page-break {
    display: none; } }
@media screen {
  .print-only {
    display: none; }

  .screen-only {
    display: block; } }
@media print {
  html {
    background: none;
    margin: 1em auto; }

  .top-bar-nav {
    display: none; }

  .print-only {
    display: block; }

  .screen-only {
    display: none; }

  .page-break {
    display: block;
    page-break-before: always; }

  .small-1 {
    width: grid-calc(1, 12); }

  .small-2 {
    width: grid-calc(2, 12); }

  .small-3 {
    width: grid-calc(3, 12); }

  .small-4 {
    width: grid-calc(4, 12); }

  .small-5 {
    width: grid-calc(5, 12); }

  .small-6 {
    width: grid-calc(6, 12); }

  .small-7 {
    width: grid-calc(7, 12); }

  .small-8 {
    width: grid-calc(8, 12); }

  .small-9 {
    width: grid-calc(9, 12); }

  .small-10 {
    width: grid-calc(10, 12); }

  .small-11 {
    width: grid-calc(11, 12); }

  .small-12 {
    width: grid-calc(12, 12); } }
.insurance_pre_authorized_debit_agreement label {
  display: block;
  border-top: 1px solid black; }
.insurance_pre_authorized_debit_agreement .hint {
  font-size: 0.8em; }
.insurance_pre_authorized_debit_agreement .stamp-box {
  border: 1px solid grey;
  min-height: 150px;
  text-align: center;
  padding: 5px;
  line-height: 1em;
  font-size: 0.8em; }
.insurance_pre_authorized_debit_agreement .terms-and-conditions li {
  font-size: 0.8em; }
  .insurance_pre_authorized_debit_agreement .terms-and-conditions li p {
    font-size: 1em; }

.subscriptions-form .subscription-title {
  font-size: 16px;
  font-weight: bold; }
.subscriptions-form .checkbox-label {
  min-height: 92px;
  width: 80%; }

input[type="radio"] + label.tenure-radio:before,
input[type="checkbox"] + label.tenure-radio:before {
  left: 50%;
  top: 100%;
  margin-top: -29px;
  margin-left: -12px; }

input[type="radio"] + label.tenure-radio:after,
input[type="radio"]:checked + label.tenure-radio:after {
  top: 100%;
  margin-top: -21px;
  left: 50%;
  margin-left: -4px;
  position: absolute; }

input[type="radio"] + label.tenure-radio,
input[type="checkbox"] + label.tenure-radio {
  padding-bottom: 30px; }

.tenure-radio .checkbox-label {
  margin: 9px auto; }

/* Chrome, Safari, Edge, Opera */
.disable-number-spinner::-webkit-outer-spin-button,
.disable-number-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
.disable-number-spinner {
  -moz-appearance: textfield; }
