﻿/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/*******
    Bootstrap Nav Customization
******/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/* Nav */
.navbar {
  color: white; }
  .navbar .nav {
    margin-top: 7px; }
    @media screen and (min-width: 980px) {
      .navbar .nav li {
        border-right: 1px solid white; }
        .navbar .nav li:nth-last-child(-n+2) {
          border-right-style: none; } }
    .navbar .nav li > a,
    .navbar .nav li > a:hover,
    .navbar .nav li > a:visited {
      -webkit-text-shadow: none;
      text-shadow: none;
      padding: 0px 12px 0px 12px;
      font-size: 16px;
      color: white;
      font-weight: normal;
      background-color: unset;
      margin-bottom: 0px;
      -webkit-border-radius: unset;
      -moz-border-radius: unset;
      border-radius: unset; }
    .navbar .nav li > a:hover {
      color: #0595d0; }
    .navbar .nav li > a.selected {
      color: #0595d0;
      font-weight: bold; }
  .navbar .btn-navbar {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    padding: 10px 10px 10px 0px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background-color: unset;
    background-image: unset;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray; }
    .navbar .btn-navbar .aga-burger {
      background-color: black;
      height: 24px;
      width: 24px;
      background-repeat: no-repeat;
      background-image: url("/Content/brand/img/menu_button_close.png");
      background-size: 24px;
      float: right; }
  .navbar .btn-navbar.collapsed .aga-burger {
    background-image: url("/Content/brand/img/menu_button_burger.png"); }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    color: unset;
    background-color: unset; }

.nav-collapse {
  float: right; }

.titleBar {
  margin-top: 10px; }

.clearfix.navbar-wrap {
  display: block;
  clear: both; }

@media only screen and (max-width: 979px) {
  .nav-collapse {
    width: 100%; }
  .navbar {
    margin-bottom: 5px; }
    .navbar .nav {
      margin-bottom: unset;
      margin-top: 0px; }
    .navbar .nav li {
      text-align: center;
      border-bottom: solid 2px #0595d0;
      background-color: #333333; }
      .navbar .nav li > a,
      .navbar .nav li > a:hover,
      .navbar .nav li > a:visited {
        padding: 0.5em 0 0.5em 0; } }

/* Nav END */
@font-face {
  font-family: 'corpo-a';
  src: url("/Content/brand/css/fonts/CorporateACon-Reg.eot");
  src: url("/Content/brand/css/fonts/CorporateACon-Reg.woff2") format("woff2"), url("/Content/brand/css/fonts/CorporateACon-Reg.eot?#iefix") format("embedded-opentype"), url("/Content/brand/css/fonts/CorporateACon-Reg.woff") format("woff"), url("/Content/brand/css/fonts/CorporateACon-Reg.ttf") format("truetype"), url("fonts/CorporateACon-Reg.svg#vwheadline-blk") format("svg"); }

@font-face {
  font-family: 'corpo-s';
  src: url("/Content/brand/css/fonts/CorporateS-Light.eot");
  src: url("/Content/brand/css/fonts/CorporateS-Light.woff2") format("woff2"), url("/Content/brand/css/fonts/CorporateS-Light.eot?#iefix") format("embedded-opentype"), url("/Content/brand/css/fonts/CorporateS-Light.woff") format("woff"), url("/Content/brand/css/fonts/CorporateS-Light.ttf") format("truetype"), url("/Content/brand/css/fonts/CorporateS-Light.svg#vwheadline-blk") format("svg"); }

h1, h2, h3, h4, h5, h6, legend, .btn, a.btn {
  font-family: "corpo-a"; }

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px; } }

*, form {
  margin: 0;
  padding: 0;
  outline: none; }

html {
  overflow: auto; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1em;
  font-family: "corpo-s";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.4;
  border: 0;
  background-attachment: fixed;
  background-color: black;
  color: white; }

a, a:hover, a:visited, a:focus {
  text-decoration: underline;
  color: white;
  font-weight: bold; }

p > a, p > a:hover, p > a:visited, p > a:focus {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6, legend {
  margin: 0;
  border: none;
  font-weight: normal; }

h1 {
  font-size: 125%;
  padding-left: 10px;
  margin-top: -2px;
  padding-bottom: 4px; }

h2 {
  font-size: 22px;
  margin-bottom: 12px; }

h3 {
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 12px; }

h4 {
  font-size: 15px; }

img {
  vertical-align: bottom; }

label, p, div > span {
  font-size: 15px; }

label {
  margin-bottom: 10px; }

select {
  border-bottom: solid 3px #0595d0;
  border-radius: 0;
  width: 211px;
  font-size: 15px; }

input, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
  box-sizing: border-box;
  height: 2.5em;
  width: 100%;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  border-bottom: solid 3px #0595d0; }
  input.validationElement, input[type="text"].validationElement, input[type="password"].validationElement,
  input[type="datetime"].validationElement, input[type="datetime-local"].validationElement,
  input[type="date"].validationElement, input[type="month"].validationElement, input[type="time"].validationElement,
  input[type="week"].validationElement, input[type="number"].validationElement, input[type="email"].validationElement,
  input[type="url"].validationElement, input[type="search"].validationElement, input[type="tel"].validationElement,
  input[type="color"].validationElement {
    border-bottom: 3px solid red; }

input[type=number]::-webkit-inner-adjust-hue-button,
input[type=number]::-webkit-outer-adjust-hue-button {
  -webkit-appearance: none;
  margin: 0; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none; }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #999999;
  border-top-color: #999999;
  border-left-color: #999999;
  border-right-color: #999999; }

header {
  margin-top: 10px; }

.btn, a.btn {
  text-decoration: none;
  line-height: 26px;
  background-image: unset;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 300px;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 18px;
  border-style: none; }

.btn:hover {
  background-color: #0088c6;
  color: white; }

.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #0595d0;
  color: white; }

/*.btn i {
    margin-right: 5px;
}*/
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background: #797979; }

.btn-primary {
  background: #0595d0; }

.btn-large, a.btn-large, .btn-group > .btn-large {
  font-size: 28px;
  line-height: 18px; }

.btn-small, a.btn-small, .btn-group > .btn-small {
  font-size: 14px;
  line-height: 18px; }

img {
  margin: 0; }

.btn-group > .btn:first-child {
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: auto; }

.no-transition {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s; }

/*Knockout validation END*/
/* global media query rules */
@media screen and (max-width: 480px) {
  input {
    box-sizing: border-box; }
  select {
    width: inherit; } }

@media screen and (max-width: 480px) {
  form label {
    display: none; } }

.accordion-group {
  background-color: #333333;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  border-style: none;
  border-left: 2px solid #0595d0;
  margin-bottom: 5px; }
  .accordion-group .accordion-heading {
    padding-top: 15px; }
    .accordion-group .accordion-heading .accordion-toggle {
      background-image: url("/Content/brand/img/caret-right.png");
      background-repeat: no-repeat;
      background-position: center;
      padding: 0px 15px;
      margin-bottom: 10px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .accordion-group .accordion-heading.collapsed .accordion-toggle {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  .accordion-group .accordion-inner {
    border-top: 0 none;
    padding-left: 45px; }

.modal {
  background-color: #333333; }

.close {
  color: #0595d0;
  opacity: initial;
  text-shadow: unset; }

/*these are not used in Mercedes Website. just to keep Bootstrap look consistent*/
.input-append .add-on, .input-prepend .add-on {
  box-sizing: border-box;
  border-style: none;
  background-color: #0595d0;
  height: 2.5em; }

.tabbable {
  background-color: rgba(255, 255, 255, 0.1); }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #333333; }

.panel {
  padding: 15px;
  margin-bottom: 20px;
  /*background-color: lighten($color-bg-b,10);*/
  background-color: black;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 20px;
  font-weight: 500;
  background-color: #333333;
  border-bottom: 2px solid #0595d0;
  font-family: corpo-a;
  font-weight: normal; }

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: black; }

.panel-primary {
  border-color: #428bca; }

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

hr {
  border-bottom-style: none; }

.popover {
  background-color: #333333; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
ul.footer-links {
  margin: 0;
  color: #ffffff; }
  ul.footer-links li {
    float: left;
    list-style: none outside none;
    margin-right: 5px;
    line-height: 17px; }
    ul.footer-links li.link {
      list-style-type: none;
      font-size: smaller; }
      ul.footer-links li.link a {
        text-decoration: underline;
        color: white; }

@media only screen and (max-width: 979px) {
  footer {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 480px) {
  ul.footer-links {
    /* arrange links vertically and hide vertical bar */ }
    ul.footer-links li.link {
      float: none;
      padding-bottom: 8px; }
      ul.footer-links li.link .link-separator {
        display: none; } }

/* footer END */
/* header END*/
/* footer */
.footer-content {
  color: #CCCCCC;
  margin-bottom: 20px; }
  .footer-content > p {
    font-family: "corpo-s";
    font-size: 11px;
    font-style: normal;
    font-weight: bold; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
header {
  /* phone section*/ }
  header .brand-name {
    line-height: 1.1;
    /*text-transform: uppercase;*/
    font-size: 93.8%; }
  header img.phone-image {
    display: none; }
  header .header-toll-free {
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 4px;
    margin-top: 14px;
    margin-bottom: 22px; }
    header .header-toll-free p {
      margin: 0px; }
    @media only screen and (max-width: 979px) {
      header .header-toll-free {
        font-size: smaller;
        margin-bottom: 0px; } }
  header .phone-number {
    font-size: 160%;
    font-weight: bold; }
  header .phone-number a, header .phone-number a:hover, header .phone-number a:visited, header .phone-number a:focus {
    color: #0595d0;
    text-decoration: none; }

/* heading icon/text */
.logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
  width: 257px;
  float: left;
  margin-top: 20px;
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  padding-left: 20px; }
  .logoBox .banner-logo {
    width: 64px;
    height: 64px;
    margin-right: 64px; }
  .logoBox .banner-text {
    vertical-align: bottom;
    padding-right: 15px;
    /*border-right: solid 1px #545454;*/ }

/* phone mode logo space is larger to not scale logo too much */
@media only screen and (max-width: 979px) {
  header .logoBox {
    margin: 0;
    width: 44%; }
    header .logoBox .banner-logo {
      width: 40px;
      height: 40px;
      padding-right: 5px;
      margin-right: 40px; } }

/* to fit the phone details to the right of logo */
@media screen and (max-width: 480px) {
  header .header-toll-free {
    width: 54%;
    margin-top: 0; } }

.darkClass {
  background-color: #e9e9e9;
  filter: alpha(opacity=50);
  /* IE */
  opacity: 0.5;
  /* Safari, Opera */
  -moz-opacity: 0.50;
  /* FireFox */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px; }

@media only screen and (max-width: 480px) {
  .menu-login {
    display: block; } }

.menu-login {
  display: none; }

.accountLinks {
  float: right;
  padding-right: 5px; }

/* login bar END */
.shortcut-section {
  float: right;
  text-align: right;
  display: block; }
  .shortcut-section .btn-login {
    font-size: 18px;
    font-weight: normal;
    margin: 0px !important; }

@media only screen and (max-width: 979px) {
  .shortcut-section {
    float: left;
    margin-top: -40px; } }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
div.banner {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  /***************************** Page *****************************/ }
  div.banner .darkner {
    padding: 10px; }
    @media screen and (min-width: 980px) {
      div.banner .darkner {
        min-height: 250px;
        padding: 40px 20px 0px 40px; }
        div.banner .darkner h2 {
          font-size: 187.5%;
          /*font-weight: bold;*/ }
        div.banner .darkner p {
          font-size: 16px; } }

.darkner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1e1e1c 0%, rgba(30, 30, 28, 0.671306) 24%, rgba(30, 30, 28, 0.144695) 40%, rgba(30, 30, 28, 0) 99%); }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
.page-login .row-fluid.padded-phone {
  /*background-color: $color-bg-b;*/
  background-color: black;
  padding-bottom: 20px; }
  .page-login .row-fluid.padded-phone h2 {
    visibility: hidden;
    height: 10px; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Page: Payment *****************************/
.span11:last-child {
  margin-bottom: 15px; }

.panel-payment-info {
  margin-top: 20px; }

.card-image {
  margin-bottom: 5px; }

.card-type-label {
  margin-top: 5px; }

.payment-total {
  color: #0595d0; }
  .payment-total label {
    font-size: 24px;
    font-weight: bold; }

.floatLabel {
  float: left; }

.middleFloatLabel {
  margin: 0px,3px; }

/***************************** Page: Payment END *****************************/
.psHostedField {
  background-color: #f9f9f9;
  border-bottom: 3px solid #0595d0;
  border-radius: 0; }

.psHostedField iframe {
  height: 30px;
  border: none; }

.psHostedField.psGraceEnded.psInvalid,
.psHostedField.psGraceEnded.psEmpty {
  border-color: red;
  background-color: #FFF5F5; }

.creditCardLogoContainer {
  position: relative;
  height: 2em; }

.creditCardLogoCommon {
  height: 2em; }

#cardTypeVisa {
  float: left;
  width: 33%; }

#cardTypeMc {
  float: left;
  width: 33%; }

#cardTypeAmex {
  float: left;
  width: 33%; }

.clearfloats {
  clear: left; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/*Vehicle Search page*/
.vehicle-search-section .hidden-phone {
  float: right; }

.vehicle-search-section .hidden-web {
  display: none; }
  .vehicle-search-section .hidden-web .loginToolTip {
    float: left; }

@media screen and (max-width: 480px) {
  .vehicle-search-section .hidden-web {
    /*display: block;*/
    display: none !important; }
    .vehicle-search-section .hidden-web .loginToolTip {
      width: unset;
      margin-top: 10px; } }

/*Vehicle Search page END*/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Page: Home *****************************/
.page-content.page-home {
  /* show small price for two decimal values*/ }
  .page-content.page-home .homepage-home-content div.container {
    margin-top: 15px; }
  .page-content.page-home .home-secondary-box > img, .page-content.page-home .home-secondary-box > h4,
  .page-content.page-home .home-secondary-box > p {
    margin-bottom: 12px; }
  .page-content.page-home .home-secondary-box a.btn {
    text-transform: none; }
  .page-content.page-home .greyFeatureText {
    color: #333333;
    font-weight: bold; }
  .page-content.page-home .home-plan-box {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50%;
    float: right;
    overflow: hidden; }
    .page-content.page-home .home-plan-box > div {
      padding: 40px 20px 0px 40px; }
      .page-content.page-home .home-plan-box > div li {
        list-style-image: url(/Content/base/img/list-arrow.png); }
    .page-content.page-home .home-plan-box h4 {
      margin-bottom: 10px; }
    .page-content.page-home .home-plan-box ul {
      /*text-indent: -4px;*/
      margin-left: 17px;
      font-size: 15px;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      box-sizing: border-box; }
  .page-content.page-home .home-plan-box12 {
    background-color: rgba(0, 0, 0, 0.6);
    float: right;
    overflow: hidden; }
    .page-content.page-home .home-plan-box12 > div li {
      list-style-image: url(/Content/base/img/list-arrow.png); }
    .page-content.page-home .home-plan-box12 h2 {
      margin-top: 15px; }
    .page-content.page-home .home-plan-box12 h4 {
      margin-bottom: 10px; }
    .page-content.page-home .home-plan-box12 ul {
      /*text-indent: -4px;*/
      margin-left: 17px;
      font-size: 15px;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      box-sizing: border-box; }
  .page-content.page-home .home-primary {
    background-image: url("/Content/brand/img/banners/banner6.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0; }
    .page-content.page-home .home-primary > div.row-fluid {
      /*background-color: rgba(0,0,0,0.45);*/
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(255, 255, 255, 0)), url("/Content/brand/img/banners/banner6.png");
      background-size: cover;
      background-repeat: no-repeat; }
  .page-content.page-home .home-logo {
    position: relative; }
  .page-content.page-home .home-feature-box {
    width: 100%;
    height: 100%;
    float: left; }
  .page-content.page-home .home-feature-text {
    /*position: relative;
        // this is probably only for desktop view
        left: 8%;
        width: 92%;
        top: 0px;
        margin-top: 30px;*/
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 980px) {
      .page-content.page-home .home-feature-text {
        top: 345px; } }
    .page-content.page-home .home-feature-text h1 {
      padding: 0;
      font-size: 38px;
      margin: 0;
      text-align: center; }
    .page-content.page-home .home-feature-text p {
      font-size: 15px;
      padding: 0;
      text-align: center;
      /*@include boldText;*/ }
    @media screen and (max-width: 480px) {
      .page-content.page-home .home-feature-text h1 {
        font-size: 24px; }
      .page-content.page-home .home-feature-text p {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 40px; } }
  .page-content.page-home .home-buynow {
    /* It seems comment the code below will solve out of span issue.*/
    /*
    bottom: 0;
    position: absolute;
    padding-right: 20px;
    */
    text-align: center;
    padding-top: 0px; }
    .page-content.page-home .home-buynow .termsCondition {
      float: left;
      margin-right: 5px;
      padding-left: 1px;
      margin-bottom: 20px; }
    .page-content.page-home .home-buynow a {
      font-size: 100%; }
    .page-content.page-home .home-buynow p {
      font-size: 15px; }
    .page-content.page-home .home-buynow .home-plan-duration {
      font-size: 15px; }
    .page-content.page-home .home-buynow .already-member-link {
      text-align: center;
      margin-top: 4px;
      font-size: 16px;
      padding-top: 10px;
      padding-bottom: 15px; }
    .page-content.page-home .home-buynow p > a,
    .page-content.page-home .home-buynow p > a:hover, .page-content.page-home .home-buynow p > a:visited {
      display: inline;
      margin: 0; }
    .page-content.page-home .home-buynow .buynow-button {
      border-radius: 4px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2px;
      color: white;
      text-decoration: none;
      text-align: center;
      font-weight: normal;
      height: 46px;
      font-size: 1em; }
    .page-content.page-home .home-buynow p.buynow-button-actiontext {
      color: white;
      font-size: 125%;
      margin-bottom: 1px;
      margin-top: 4px;
      text-transform: uppercase;
      font-weight: bold; }
    .page-content.page-home .home-buynow p.buynow-button-detailtext {
      color: white;
      font-size: 15px;
      text-transform: none; }
    .page-content.page-home .home-buynow div.buynow-button-text {
      width: 120px;
      margin: 0 auto; }
  .page-content.page-home .carousel {
    line-height: 18px;
    color: #333333; }
  .page-content.page-home .testimonials {
    position: relative; }
  .page-content.page-home .testimonialHeading {
    position: absolute;
    top: 105px; }
  .page-content.page-home #testimonialCarousel {
    height: 240px;
    margin-bottom: 15px; }
    .page-content.page-home #testimonialCarousel div.carousel-inner div.item p {
      margin-top: 12px;
      margin-bottom: 0px;
      height: 114px;
      overflow-y: hidden; }
  .page-content.page-home #carouselNav div {
    text-align: center; }
  .page-content.page-home #carouselNav ul {
    list-style: none;
    margin: 0;
    vertical-align: top;
    display: inline-block; }
    .page-content.page-home #carouselNav ul li {
      float: left;
      margin-left: 10px; }
      .page-content.page-home #carouselNav ul li i {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url("/Content/base/img/carousel-unsel.png") no-repeat; }
  .page-content.page-home .home-plan-duration {
    margin-bottom: 5px; }
  .page-content.page-home .activeCarouselNav {
    background: url("/Content/base/img/carousel-sel.png") no-repeat !important; }
  .page-content.page-home .font-normal {
    font-size: 81.3% !important; }
  .page-content.page-home .priceInclGST {
    display: block;
    color: black;
    font-size: 11px; }
  .page-content.page-home .productprice {
    margin-top: 5px;
    margin-bottom: 5px;
    margin: 0; }
  .page-content.page-home .feature-icon-list {
    /* special case for IE9 - render as table */ }
    .page-content.page-home .feature-icon-list.msie9 {
      display: table;
      border-collapse: separate;
      border-spacing: 4px;
      width: 100%; }
      .page-content.page-home .feature-icon-list.msie9 .flex-grid {
        display: table-row; }
        .page-content.page-home .feature-icon-list.msie9 .flex-grid .feature-icon {
          display: table-cell;
          width: 14%; }
    .page-content.page-home .feature-icon-list div.flex-grid {
      margin-left: -10px;
      margin-right: -10px;
      padding: 5px;
      display: inline-block;
      display: flex;
      display: -ms-flexbox;
      flex-flow: row wrap; }
      .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon {
        display: block;
        margin: 5px;
        flex: 1;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 100;
        text-decoration: none;
        overflow: hidden;
        background-color: #333333;
        color: white;
        text-align: center;
        position: relative; }

@keyframes swipeout {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }

@keyframes swipein {
  0% {
    top: 150%; }
  100% {
    top: 50%; } }
        .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--default {
          transform: translateY(0%); }
        .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon:hover > .feature-icon--default {
          transform: translateY(-100%);
          animation: swipeout 300ms ease-in; }
        .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--hover {
          top: 150%; }
        .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon:hover > .feature-icon--hover {
          top: 50%;
          animation: swipein 300ms ease-in; }
        .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--default {
          padding-top: 15px;
          box-sizing: border-box;
          height: 100%;
          border-bottom: 3px solid #0595d0; }
          .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--default .feature-icon--label {
            font-size: 12px;
            margin: auto;
            margin-top: 5px;
            margin-bottom: 5px; }
          .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--default img {
            height: 44px; }
        .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--hover {
          white-space: nowrap;
          position: absolute;
          font-size: 14px;
          left: 50%;
          transform: translate(-50%, -50%); }
          .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--hover::after {
            padding-left: 10px;
            position: relative;
            top: 5px;
            content: url("/Content/brand/img/arrow-right-mid.png"); }
          @media screen and (max-width: 979px) and (min-width: 480px) {
            .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--hover {
              font-size: 13px; }
              .page-content.page-home .feature-icon-list div.flex-grid > .feature-icon > .feature-icon--hover::after {
                padding-left: 0px;
                margin-left: 0px;
                top: 6px; } }
      @media screen and (max-width: 979px) {
        .page-content.page-home .feature-icon-list div.flex-grid > div:first-child {
          flex: 2; } }
      .page-content.page-home .feature-icon-list div.flex-grid break {
        flex-basis: 100%;
        width: 0px;
        height: 0px;
        overflow: hidden; }
  @media screen and (max-width: 480px) {
    .page-content.page-home .home-feature-box, .page-content.page-home .home-descriptions {
      margin-bottom: 10px; }
    .page-content.page-home .home-primary {
      background: none; }
    .page-content.page-home .home-descriptions {
      background-color: #333333;
      padding: 10px; }
      .page-content.page-home .home-descriptions h2 {
        font-size: 15px;
        font-weight: bold; }
    .page-content.page-home .home-feature-box {
      background-image: url("/Content/brand/img/banners/banner5.png");
      background-size: 150%;
      background-repeat: no-repeat; }
      .page-content.page-home .home-feature-box .home-feature-text {
        background-color: rgba(0, 0, 0, 0.5);
        position: unset;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        margin-top: unset;
        font-size: 22px;
        margin: 1px; }
    .page-content.page-home .home-plan-box > div {
      padding: 0; } }
  @media screen and (max-width: 979px) {
    .page-content.page-home .home-feature-box {
      display: block;
      width: 100%;
      height: auto; }
    .page-content.page-home .home-plan-box {
      width: 100%; }
      .page-content.page-home .home-plan-box > div {
        display: flex;
        flex-direction: column-reverse; } }

/***************************** Page: Home END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
.page-content.page-gethelp li {
  list-style-image: url(/Content/base/img/list-arrow.png); }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
.benefitPlusMinus {
  width: 40px;
  float: left;
  text-align: center; }
  .benefitPlusMinus a {
    /* Hide the text. */
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    overflow: hidden; }

.page-content.page-benefits {
  /***************************** Page: Benefits *****************************/ }
  .page-content.page-benefits .benefit-headline {
    /*text-transform: uppercase;*/ }
  .page-content.page-benefits .banner {
    margin-bottom: 0px; }
  .page-content.page-benefits .accordion-body {
    clear: left; }
    .page-content.page-benefits .accordion-body ul {
      list-style-type: disc; }
    .page-content.page-benefits .accordion-body.in.collapse {
      background-color: #434343; }
  .page-content.page-benefits div.accordion-heading {
    cursor: pointer;
    padding-bottom: 15px; }
    .page-content.page-benefits div.accordion-heading:not(.collapsed) {
      background-color: #434343; }

/***************************** Page: Benefits END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
.page-content.page-contact .content-subtitle {
  font-size: 22px !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  padding: 0px !important; }

.page-content.page-contact .phoneText {
  color: #ffffff; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Plan Template *****************************/
#planList .plan-benefit-header {
  text-align: center; }
  #planList .plan-benefit-header h3 {
    background-color: #0595d0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 2px;
    font-size: 125%; }
  #planList .plan-benefit-header .plan-price {
    margin-bottom: 2px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d5d5d5;
    line-height: 1; }
    #planList .plan-benefit-header .plan-price .price-value > span {
      font-size: 48px;
      font-weight: bold; }
    #planList .plan-benefit-header .plan-price .price-terms > span {
      font-size: 14px; }

#planList .plan-benefit-content {
  background-color: #e9e9e9;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 20px; }
  #planList .plan-benefit-content h3 {
    margin: 12px 0 6px 0;
    padding: 9px 0 9px 20px;
    background: rgba(5, 149, 208, 0.1);
    font-size: 100%;
    font-weight: bold; }
  #planList .plan-benefit-content .plan-benefit-content-list {
    margin: 0 0 0 20px; }
  #planList .plan-benefit-content .benefit-content-container, #planList .plan-benefit-content .sub-benefit-content-container {
    padding-top: 12px;
    list-style: none;
    background: url(/Content/brand/img/tick.png) no-repeat 0 16px;
    padding-left: 32px;
    width: 100%;
    box-sizing: border-box; }
    #planList .plan-benefit-content .benefit-content-container > div, #planList .plan-benefit-content .sub-benefit-content-container > div {
      display: inline-block; }
    #planList .plan-benefit-content .benefit-content-container .benefit-content, #planList .plan-benefit-content .sub-benefit-content-container .benefit-content {
      font-weight: bold; }
    #planList .plan-benefit-content .benefit-content-container a, #planList .plan-benefit-content .benefit-content-container a:hover, #planList .plan-benefit-content .benefit-content-container a:visited, #planList .plan-benefit-content .sub-benefit-content-container a, #planList .plan-benefit-content .sub-benefit-content-container a:hover, #planList .plan-benefit-content .sub-benefit-content-container a:visited {
      text-decoration: none;
      color: #333333;
      font-weight: normal;
      width: 100%; }
  #planList .plan-benefit-content .sub-benefit-content-container {
    background: none; }

#planList .plan-benefit-footer button {
  height: 76px;
  width: 100%;
  max-width: none;
  border-right: none;
  border-left: none;
  font-family: "corpo-s";
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

@media screen and (min-width: 980px) {
  #planList .plan-list-col.single-plan {
    width: 420px;
    margin: auto; } }

/***************************** Plan Template END *****************************/
.page-content.page-plans .plan-list-container {
  margin-bottom: 40px; }

.popover {
  /* required for the Plans page */ }
  .popover li {
    list-style-type: disc; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Page: Tips Advice *****************************/
.page-content.page-tipsadvice .content-subtitle {
  font-size: 22px;
  font-weight: normal;
  margin: 20px auto 10px; }

/***************************** Page: Tips Advice END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Page: Personal Detail *****************************/
.personal-detail-contact-areaCode {
  float: left;
  width: 15%; }

.personal-detail-contact-phoneNumber {
  float: left;
  margin-left: 5%;
  width: 80%; }

#homePhoneAreaInput, #workPhoneAreaInput {
  max-width: 40px; }

/* set plan block empty initially*/
.purchase-plan {
  display: none; }

/* set customer detail block empty initially*/
.purchase-customer-detail {
  display: none; }

.name-popover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block;
  position: relative;
  margin-left: 0px !important;
  margin-top: 10%; }

.phone-popover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  position: relative;
  margin-left: 0px !important;
  margin-top: 10%; }

.loginToolTip {
  display: block;
  position: relative;
  width: 230px;
  float: right; }
  .loginToolTip .popover-content {
    background: none; }

.receiveEmailCheckbox {
  min-width: 285px;
  margin-top: -15px; }

.receiveEmailCheckbox-input {
  margin-top: 0px !important; }

/***************************** Page: Personal Detail END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Page: Receipt *****************************/
/* set customer detail block empty initially*/
.purchase-receipt {
  display: none; }

.banner-receipt > div:first-of-type {
  position: relative; }

.banner-receipt div.contentIndent {
  position: absolute;
  top: 40px; }

.receipt-logo-title {
  color: white;
  font-size: xx-large; }

.receipt-logo-content {
  color: #333333;
  font-size: x-large; }

.receipt-content-bold {
  color: #DDDDDD;
  font-weight: bold;
  font-size: 18px;
  font-family: 'corpo-s';
  font-weight: normal; }

.receipt-content-bold-confirm {
  color: #333333;
  font-weight: bold; }

.receipt-content-list {
  list-style-image: url("/Content/base/img/benefit-available.png");
  font-size: 15px; }

.receipt-checklist {
  list-style-image: url("/Content/base/img/list-arrow.png");
  font-size: 15px; }

.receipt-phone-tipbox {
  background: #e9e9e9;
  border: 1px solid #d5d5d5;
  display: inline-flex;
  padding: .5em 1.5em; }
  .receipt-phone-tipbox img {
    width: 110px;
    padding-right: 1em; }
  .receipt-phone-tipbox div p {
    margin-bottom: 0px;
    font-size: 125%;
    color: #434343; }
  .receipt-phone-tipbox .phoneText a {
    color: #434343;
    text-decoration: none; }
  .receipt-phone-tipbox .phoneText .contactNumber {
    white-space: nowrap; }

/* set customer detail block empty initially*/
.purchase-payment-detail {
  display: none; }
  .purchase-payment-detail select {
    width: 75px; }

@media screen and (min-width: 980px) {
  .purchase-receipt .banner-receipt img {
    width: 100%; } }

@media screen and (min-width: 481px) and (max-width: 979px) {
  .receipt-membership-number {
    margin-left: 15px; } }

@media screen and (max-width: 480px) {
  .purchase-payment-detail select {
    width: 100%; }
  .receipt-logo-title {
    color: #333333; }
  .receipt-logo-content {
    color: #333333; }
  .receipt-logo {
    background: none;
    width: 100%;
    height: 100%; }
  .banner-receipt div.contentIndent {
    position: relative;
    top: 0; } }

/***************************** Page: Receipt END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/* Marketing box */
.marketingBox {
  display: block;
  position: relative;
  width: 230px;
  float: right;
  clear: both; }
  .marketingBox .marketingBox-container {
    margin: 5px; }
  .marketingBox .popover-content {
    background: none;
    color: #333333; }
  .marketingBox .popover-title {
    background: none;
    color: #333333; }

.popover-title {
  /*@include boldText;*/
  padding-bottom: 2px;
  background: #333333; }

/*  Marketing box END */
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Plan Template *****************************/
#planList .plan-benefit-header {
  text-align: center; }
  #planList .plan-benefit-header h3 {
    background-color: #0595d0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 2px;
    font-size: 125%; }
  #planList .plan-benefit-header .plan-price {
    margin-bottom: 2px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d5d5d5;
    line-height: 1; }
    #planList .plan-benefit-header .plan-price .price-value > span {
      font-size: 48px;
      font-weight: bold; }
    #planList .plan-benefit-header .plan-price .price-terms > span {
      font-size: 14px; }

#planList .plan-benefit-content {
  background-color: #e9e9e9;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 20px; }
  #planList .plan-benefit-content h3 {
    margin: 12px 0 6px 0;
    padding: 9px 0 9px 20px;
    background: rgba(5, 149, 208, 0.1);
    font-size: 100%;
    font-weight: bold; }
  #planList .plan-benefit-content .plan-benefit-content-list {
    margin: 0 0 0 20px; }
  #planList .plan-benefit-content .benefit-content-container, #planList .plan-benefit-content .sub-benefit-content-container {
    padding-top: 12px;
    list-style: none;
    background: url(/Content/brand/img/tick.png) no-repeat 0 16px;
    padding-left: 32px;
    width: 100%;
    box-sizing: border-box; }
    #planList .plan-benefit-content .benefit-content-container > div, #planList .plan-benefit-content .sub-benefit-content-container > div {
      display: inline-block; }
    #planList .plan-benefit-content .benefit-content-container .benefit-content, #planList .plan-benefit-content .sub-benefit-content-container .benefit-content {
      font-weight: bold; }
    #planList .plan-benefit-content .benefit-content-container a, #planList .plan-benefit-content .benefit-content-container a:hover, #planList .plan-benefit-content .benefit-content-container a:visited, #planList .plan-benefit-content .sub-benefit-content-container a, #planList .plan-benefit-content .sub-benefit-content-container a:hover, #planList .plan-benefit-content .sub-benefit-content-container a:visited {
      text-decoration: none;
      color: #333333;
      font-weight: normal;
      width: 100%; }
  #planList .plan-benefit-content .sub-benefit-content-container {
    background: none; }

#planList .plan-benefit-footer button {
  height: 76px;
  width: 100%;
  max-width: none;
  border-right: none;
  border-left: none;
  font-family: "corpo-s";
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

@media screen and (min-width: 980px) {
  #planList .plan-list-col.single-plan {
    width: 420px;
    margin: auto; } }

/***************************** Plan Template END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/* progress bar */
/* base styles */
.plan-navigation {
  display: none; }

.progress-new {
  width: 100%;
  height: 30px;
  float: left;
  margin-left: 2px;
  margin-top: 5px;
  margin-bottom: 24px;
  font-size: 15px;
  color: #33434c;
  font-weight: bold; }
  .progress-new table {
    margin-top: 4px; }
  .progress-new .selected {
    float: left;
    color: white; }
  .progress-new .header, .progress-new .footer, .progress-new .button, .progress-new .divider {
    float: left;
    background: url(/Content/base/img/checkoutnav.png);
    background-size: 30px 417px;
    height: 45px; }
  .progress-new .header {
    width: 1%; }
  .progress-new .footer {
    width: 1%;
    background-repeat: no-repeat; }
  .progress-new .button {
    width: 23%; }
    .progress-new .button div:first-child {
      display: table;
      margin-left: auto;
      margin-right: auto;
      line-height: 45px; }
  .progress-new div .step-num {
    font-size: 15px;
    vertical-align: middle;
    padding-left: 3px;
    display: table-cell; }
  .progress-new .step-desc {
    padding-left: 3px;
    font-size: 15px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle; }
  .progress-new .divider {
    width: 1.8%; }

.progress-new {
  /*.button.home {
        width: 4%;
        background-position: -2px -369px;
    }

    .button.selected.home {
        background-position: -2px -410px;
    }*/ }
  .progress-new .header {
    background-position: 0 0px; }
  .progress-new .footer {
    background-position: -23px -46.5px; }
  .progress-new .header.selected {
    background-position: 0 -93px; }
  .progress-new .footer.selected {
    background-position: -23px -139.5px; }
  .progress-new .button {
    background-position: 0 -186px; }
  .progress-new .button.selected {
    background-position: 0 -232.5px; }
  .progress-new .divider.nextselected {
    background-position: 0 -279px; }
  .progress-new .divider {
    background-position: 0 -325.5px; }
  .progress-new .divider.selected {
    background-position: 0 -372px; }

.progress-new.twostep .button {
  width: 48.00%; }
  .progress-new.twostep .button span {
    font-weight: normal;
    font-size: 20px; }

.progress-new.threestep .button {
  width: 31.46%; }
  .progress-new.threestep .button span {
    font-weight: normal;
    font-size: 20px; }

.progress-new.fourstep .button {
  width: 23.15%; }
  .progress-new.fourstep .button span {
    font-weight: normal;
    font-size: 20px; }

@media only screen and (max-width: 480px) {
  .button.home {
    width: 9% !important; }
  .divider {
    width: 5% !important; }
  .progress-new .button {
    width: 11% !important; }
  .progress-new.twostep .button {
    width: 44% !important; }
  .progress-new.threestep .button {
    width: 27.3385% !important; }
  .progress-new.fourstep .button {
    width: 19% !important; }
  .progress-new .header {
    width: 3%; }
  .progress-new .footer {
    width: 3%; }
  .step-desc {
    display: none !important; } }

.greyout {
  color: #8A8A8A; }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/***************************** Page: Login *****************************/
.bubble {
  left: 0px;
  top: 0px;
  display: table; }

.bubble p {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0; }

.tollfreenumber-text {
  display: none;
  color: #0595d0;
  text-align: center; }

.phoneContainer {
  position: relative;
  padding: 10px; }

div.tipBox p, div.tipBox span {
  font-size: 15px; }

.tipBox {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #dfdfdf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #dfdfdf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #dfdfdf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9e9e9 0%, #dfdfdf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9e9e9 0%, #dfdfdf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e9e9e9 0%, #dfdfdf 100%);
  /* W3C */
  background-color: #e9e9e9;
  /* Old browsers */
  /*filter: progid:DXImageTransform.Microsoft@include gradient( startColorstr='$modalbgcolor', endColorstr='$modalbggradient',GradientType=0 ); /* IE6-8 */
  /*filter: progid:dximagetransform.microsoft@include gradient(enabled=false);*/ }

div.tipBox {
  color: #434343;
  background-color: #e9e9e9;
  border: 1px solid #d5d5d5;
  width: 230px;
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  div.tipBox a {
    text-decoration: none; }
  div.tipBox .tipBox-container {
    margin: 10px; }
  div.tipBox .tipBox-phoneContainer {
    background-color: #333333;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2f3339 0%, #7d8083 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3339), color-stop(100%, #7d8083));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2f3339 0%, #7d8083 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2f3339 0%, #7d8083 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2f3339 0%, #7d8083 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2f3339 0%, #7d8083 100%);
    /* W3C */
    background-color: #2f3339;
    /* Old browsers */
    /*filter: progid:DXImageTransform.Microsoft@include gradient( startColorstr='$modalbgcolor', endColorstr='$modalbggradient',GradientType=0 ); /* IE6-8 */
    /*filter: progid:dximagetransform.microsoft@include gradient(enabled=false);*/ }

div.tipBox p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0; }

div.tipBox img {
  padding: 3px 12px 0 4px;
  vertical-align: top;
  float: left; }

div.tipBox span {
  font-size: inherit;
  font-weight: bold;
  color: white; }

@media screen and (max-width: 480px) {
  div.tipBox {
    float: inherit; } }

/***************************** Page: Login END *****************************/
/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
.btn-group.productbox {
  /* override default button hover which is blue */ }
  .btn-group.productbox div.btn.productPrice:hover {
    background: #ffffff; }
  .btn-group.productbox div.btn {
    line-height: normal;
    height: 96px;
    box-sizing: border-box;
    width: 50%;
    padding: 0px;
    padding-top: 25px;
    font-style: normal;
    font-family: "corpo-s"; }
    .btn-group.productbox div.btn:first-child {
      background-position-y: -30px;
      color: #333333; }
      .btn-group.productbox div.btn:first-child span:first-child {
        font-size: 36px;
        line-height: 1em; }
      .btn-group.productbox div.btn:first-child span:nth-child(2) {
        font-size: 12px; }
    .btn-group.productbox div.btn:last-child {
      padding-top: 30px; }
      @media screen and (max-width: 480px) {
        .btn-group.productbox div.btn:last-child {
          font-size: 22px;
          padding-top: 28px; } }

/**********************
       CONSTANTS
***********************/
/* palette */
/* MAIN COLORS */
/*
$color-bg-a: #024042; //rgb(201,24,78);//black;
$color-txt-a: #ccffa3; //#FFF;
$color-btn-bg-a: #7f3b6b; //#0595d0;
*/
/* fonts */
/* 10px */
/* 11px */
/* 13px */
/* 15px */
/* 16px */
/* 17px */
/* 20px */
/* 30px */
/*screen widths*/
/**********************
        MIXINS
***********************/
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.text-shadow-none {
  -webkit-text-shadow: none;
  text-shadow: none; }

.boldText {
  font-weight: bold; }

/* PUT Brand Specific Mixes here*/
/**********************
         STYLES
***********************/
.button-sub-section {
  max-width: 300px;
  float: right;
  font-weight: normal;
  font-size: 18px; }

.sectionlabel > label {
  font-weight: bold; }

.emailLabel {
  width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.btn-move-right {
  margin-right: 1px;
  float: right;
  font-weight: normal;
  font-size: 18px; }

@media screen and (max-width: 480px) {
  .btn-move-right {
    float: inherit; } }

.question-hover-icon {
  margin-top: -12px; }

/* Buttons END */
/* Forms */
form .row-fluid {
  margin-bottom: 10px; }

/* Forms END */
.content-title {
  color: #333333; }

.content-subtitle {
  color: white;
  font-size: 20px;
  font-family: 'corpo-a';
  font-weight: normal; }

/* End Titile Section */
.controls span.tooltip-image {
  display: inline; }

/* progress bar END */
.popover {
  font-size: 11px; }

.popover-link {
  display: inline-block;
  position: relative;
  padding-top: 12px; }

.popover-title {
  background-color: #d5d5d5;
  color: #434343;
  font-weight: bold;
  text-align: center; }

.popover-content {
  max-height: 600px;
  overflow-y: auto;
  background-color: #e9e9e9;
  color: #434343; }

.popover.top .arrow {
  border-top-color: #51555a; }

.popover.right .arrow {
  left: -8px;
  border-right-color: #e9e9e9; }

@media screen and (min-width: 481px) and (max-width: 979px) {
  .popover-content {
    max-height: 400px; }
  .modal-body {
    max-height: 400px; }
  .modal {
    max-width: 80%; } }

@media screen and (max-width: 480px) {
  .popover-content {
    max-height: 200px; }
  .modal-body {
    max-height: 200px; }
  .modal {
    max-width: 100%; }
  .popover {
    left: 0px !important; }
  .popover-link {
    display: inline-block;
    position: relative;
    padding-top: 0; } }

span.phoneText {
  color: #2274AC;
  font-weight: bold; }

/* lightbox/popover END */
.pageText {
  padding-left: 4px;
  padding-right: 70px; }

/* for any content section on page*/
.content {
  background-color: #e9e9e9;
  padding: 0 10px 0 10px; }

/* for the whole page content */
.page-content {
  margin-bottom: 20px; }
  .page-content ul {
    font-size: 15px; }
  .page-content div.simple-page > .pageText {
    margin-left: 20px; }
    .page-content div.simple-page > .pageText > h4.header-first {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 0px;
      font-weight: normal; }
    .page-content div.simple-page > .pageText > h4 {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 20px;
      font-weight: normal; }

.contentIndent {
  padding-left: 30px; }

/* boostrap doesn't provide inline switching, added in */
.hidden-phone-inline {
  display: inline !important; }

.visible-phone-inline {
  display: none !important; }

@media screen and (max-width: 480px) {
  .padded-phone {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
  .contentIndent {
    padding-left: inherit; }
  .pageText {
    padding-left: 0;
    padding-right: 0; }
  /* remove all padding on phone */
  .content {
    background-color: #e9e9e9;
    padding: 0 0px 0 0px; }
  .hidden-phone-inline {
    display: none !important; }
  .visible-phone-inline {
    display: inline !important; } }

/***************************** Page END *****************************/
/***************************** Page: My Account *****************************/
@media screen and (max-width: 480px) {
  .button-sub-section {
    float: inherit; } }

.button-sub-section button {
  margin-top: 10px; }

.myaccountsection {
  margin-bottom: 15px; }

.myaccountsection:last-of-type {
  margin-bottom: inherit; }

.myaccount-page h3 > span {
  font-size: inherit; }

.address-sub-section .control-group {
  margin-bottom: 0; }

.download-certificate-button {
  margin-top: 10px;
  color: black !important; }

@media screen and (max-width: 480px) {
  .address-sub-section .control-group {
    margin-bottom: 10px; }
  .information .span4, .information .span5 {
    width: 100%;
    float: left; }
  .information .span4:last-child, .information .span7:last-child {
    width: 100%;
    float: right; } }

/***************************** Page: My Account END *****************************/
/***************************** Page: Vehicle detail *****************************/
.purchase-vehicle-detail {
  display: none; }

/*.vehicle-span {
    margin-top: 4.5px;
    margin-bottom: 4.5px;
}*/
.hideDiv {
  display: none; }

/***************************** Page: Vehicle detail END *****************************/
/*input.span12 {
    border: solid 1px $color-border-a;
    box-shadow: none;
}*/
/* Overriding border and border shadow END*/
/* Overriding border and border shadow on Focusing action END*/
/* Overriding border and border shadow on Drop and Active action */
.select2-drop.select2-drop-active, .select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
  border: solid 1px #ccc;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-drop-active {
  border: solid 1px #333333;
  border-top: none; }

/* Overriding border and border shadow on Drop and Active action END*/
a.btn.btn-move-right.btn-primary {
  margin-top: 10px; }

/*
a.download-certificate-button.btn.btn-move-right.btn-secondary,
a.download-certificate-button.btn.btn-move-right.btn-secondary:hover,
a.download-certificate-button.btn.btn-move-right.btn-secondary:focus,
a.btn.btn-move-right.btn-primary {
    width: 190px;
    box-shadow: none;
    outline-offset: unset;
    border: none;
}*/
.centered {
  text-align: center; }

.text-align-right {
  text-align: right; }

i[class^="aga-icon-"] {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat; }

.btn.btn-primary i.aga-icon-arrow-right {
  width: 10px;
  height: 18px;
  background-image: url("/Content/brand/img/arrow-right-mid.png");
  background-size: 10px 16px;
  margin-left: 5px; }

.btn.btn-primary.btn-large i.aga-icon-arrow-right {
  width: 16px;
  height: 27px;
  background-image: url("/Content/brand/img/arrow-right-large.png");
  background-size: 16px 27px;
  margin-left: 10px; }

span.aga-icon-user, span.aga-icon-list, span.aga-icon-car {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  margin-right: 5px; }

span.aga-icon-user {
  background-image: url("/Content/brand/img/icon-user.png"); }

span.aga-icon-car {
  background-image: url("/Content/brand/img/icon-car.png"); }

span.aga-icon-list {
  background-image: url("/Content/brand/img/icon-list.png"); }

.hidden-field {
  visibility: hidden;
  position: absolute; }

label.cb-label {
  display: inline; }

@media only screen and (max-width: 480px) {
  .mobile\:padx {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }

.margined {
  margin-bottom: 10px; }

.ptext {
  padding: 15px 20px 15px 0; }

#previous_renewPurchasePlanList, #previous_renewPurchasePersonalDetail,
#previous_renewPurchaseVehicleDetail, #next_renewPurchaseVehicleDetail,
#previous_renewPurchasePaymentDetail, #next_renewPurchasePaymentDetail,
#previous_renewUpdatePersonalDetail, #next_renewUpdatePersonalDetail,
#previous_renewUpdateVehicleDetail, #next_renewUpdateVehicleDetail,
#previous_newPurchasePersonalDetail, #next_newPurchasePersonalDetail,
#next_newPurchaseVehicleDetail,
#previous_newPurchasePaymentDetail, #next_newPurchasePaymentDetail,
#btn-download, #btn-cert, #btn-cancel {
  font-size: 18px !important;
  font-weight: normal !important; }

.spacing-top {
  margin-top: 15px; }
