/* --------------------------------------------------------------------
 |
 | -- VARIABLES & MIXINS
 |
 ----------------------------------------------------------------------*/
@font-face {
  font-family: "Univers";
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/universce55medium_eot.txt');
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/universce55medium_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/universce55medium_woff.txt') format('woff'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/universce55medium_ttf.txt') format('truetype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/universce55medium_svg.txt') format('svg');
}

@font-face {
  font-family: "Univers Bold";
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/univers65boldregular_eot.txt');
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/univers65boldregular_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/univers65boldregular_woff.txt') format('woff'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/univers65boldregular_ttf.txt') format('truetype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/fontface/univers65boldregular_svg.txt') format('svg');
}

/* --------------------------------------------------------------------
 |
 | -- GENERAL
 |
 ----------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.4;
  color: #000;
  background: #f7f6f6;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #231f20;
}

a.clean {
  text-decoration: none;
}

p, ul, ol {
  margin: 15px 0;
}
p.is-spacy, ul.is-spacy, ol.is-spacy {
  margin: 20px 0;
}
p.is-spacier, ul.is-spacier, ol.is-spacier {
  margin: 25px 0;
}

ul a, ol a {
  text-decoration: none;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

li {
  margin-bottom: 5px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}
h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 15px 0;
}

h5, h6 {
  margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Univers', sans-serif;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
  text-decoration: none;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1.is-tight, h2.is-tight, h3.is-tight, h4.is-tight, h5.is-tight, h6.is-tight {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

br.min-xs,
br.min-xs,
br.min-md,
br.min-lg {
  display: none;
}

@media (min-width: 480px) {
  br.min-xs {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  br.min-xs {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  br.min-md {
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  br.min-lg {
    display: inline-block;
  }
}
.page {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 16px #969595;
}

.container-fluid {
  max-width: 1200px;
  padding: 15px 0;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------
 |
 | -- ICONS
 |
 ----------------------------------------------------------------------*/
/* --------------------------------------------------------------------
 |
 | -- Header
 |
 ----------------------------------------------------------------------*/
.header {
  height: 44px;
  background: #231f20 url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_uni_ccd_cip_en/images/header.jpg') center center no-repeat;
}

.header2 {
  height: 44px;
  background: #000000 url('/1/PA_WABEngine_1/file?filename=theme/myha/cca/css/images/logo_amanah.gif') center center no-repeat;
}

/* --------------------------------------------------------------------
 |
 | -- Banner
 |
 ----------------------------------------------------------------------*/
.banner {
  position: relative;
}

.banner-content {
  padding: 20px;
  background-color: #ee3423;
  color: #fff;
  margin-top: -10px;
}
@media (min-width: 1170px) {
  .banner-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 370px;
  }
}
.banner-content .main-headline {
  color: #fff;
  margin: 0;
}

/* --------------------------------------------------------------------
 |
 | -- Main Content
 |
 ----------------------------------------------------------------------*/
.main-content .title {
  font-family: 'Univers Bold';
}
.main-content .cta {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-content .cta .copy {
  font-family: 'Univers Bold';
}

/* --------------------------------------------------------------------
 |
 | -- Form Content
 |
 ----------------------------------------------------------------------*/
.personal-details {
  line-height: 1.2;
}
.personal-details a {
  color: #fff;
}
@media (min-width: 1170px) {
  .personal-details.fixed {
    width: 470px;
    position: fixed;
    top: 10px;
    margin: 0;
  }
}
.personal-details .title {
  background-color: #ee3423;
  color: #fff;
  padding: 7px 15px;
  margin: 0;
}
.personal-details .content {
  background-color: #231f20;
  color: #fff;
  padding: 20px 15px 10px;
}
.personal-details .control-label {
  text-align: left;
  font-size: 13px;
}
.personal-details .submit-group {
  text-align: right;
}
.personal-details .validate-personal-details {
  cursor: pointer;
}
.personal-details .form-group.has-error label {
  color: #fff;
}

/* --------------------------------------------------------------------
 |
 | -- Card Details Modal
 |
 ----------------------------------------------------------------------*/
.modal hr {
  border-color: #ddd;
  border-top: none;
}
.modal .modal-dialog {
  margin: 0;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .modal .modal-dialog {
    position: relative;
    margin: 0 auto;
    left: 8px;
  }
}
.modal .modal-content {
  border-radius: 0;
}
@media (min-width: 768px) {
  .modal .modal-content {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1170px) {
  .modal .modal-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-header {
  background-color: #ee3423;
  color: #fff;
  padding: 7px 15px;
  position: relative;
}
.modal .modal-header.is-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal .modal-header.is-grey {
  background-color: #777777;
}
.modal .modal-header .modal-title {
  color: #fff;
  text-align: center;
}
.modal .modal-header .remove-application {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 100;
  color: #fff;
  cursor: pointer;
}
.modal .application {
  margin: 0 0 40px;
  padding: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #c9c9c9;
  -moz-box-shadow: 0 0 10px #c9c9c9;
  box-shadow: 0 0 10px #c9c9c9;
  display: none;
}
.modal .application .modal-body {
  padding: 20px;
}
.modal .control-label {
  text-align: left;
}
.modal .form-section {
  margin-top: 20px;
}
.modal .transfer-form {
  padding-top: 30px;
}
.modal #application-1 .remove-application {
  display: none;
}
.modal label {
  font-weight: normal;
  margin: 20px 0 5px;
}
.modal .row-labels {
  margin-bottom: 10px;
}
.modal .bank-account {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .modal .bank-account {
    margin-bottom: 15px;
  }
}
.modal .row-total .label {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .modal .row-total .label {
    text-align: right;
    padding-top: 7px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal .row-total {
    padding-top: 20px;
    border-top: 1px dotted #aaa;
  }
}
.modal .help-inline {
  font-weight: bold;
  font-size: 12px;
  color: #ee3423;
  line-height: 1;
  margin-top: 3px;
}
.modal .add-card {
  text-align: center;
  margin: 0;
}
.modal .add-card img {
  cursor: pointer;
}
.modal .plan-tenure .btn.selected {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.modal .plan-tenure .btn:focus {
  outline: none;
}
.modal .tnc-box {
  padding: 1px 20px;
  max-height: 350px;
  overflow: auto;
  background-color: #ececec;
}
.modal .agree-to-terms-box {
  margin: 20px auto 0;
  max-width: 700px;
}

/* --------------------------------------------------------------------
 |
 | -- Review
 |
 ----------------------------------------------------------------------*/
.review {
  padding-bottom: 50px;
}
.review hr {
  border-color: #ddd;
  border-top: none;
}
.review ul, .review ol {
  padding-left: 20px;
}
.review .main-title {
  color: #ee3423;
  font-size: 24px;
}
.review .column-title {
  color: #fff;
  padding: 7px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  background-color: #ee3423;
}
.review .sub-title {
  font-size: 14px;
  background-color: #ddd;
  padding: 5px 10px;
  margin-top: 40px;
}
.review .table {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.review .balance-transfer-total {
  text-align: right;
  font-weight: bold;
  margin-bottom: 30px;
}
.review .payment-hierarchy {
  line-height: 1.2;
}
.review .divider {
  margin: 30px 0;
}
.review .submit-container {
  margin-top: 50px;
  text-align: right;
}
.review .submit-container input {
  margin-left: 20px;
}

/* --------------------------------------------------------------------
 |
 | -- Thank You
 |
 ----------------------------------------------------------------------*/
.thankyou {
  padding: 70px 0;
  text-align: center;
}
.thankyou .main-title {
  font-size: 31px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.thankyou .sub-title {
  font-size: 23px;
  margin-bottom: 30px;
  color: #ee3423;
}

/* --------------------------------------------------------------------
 |
 | -- Footer
 |
 ----------------------------------------------------------------------*/
.foot-note {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 11px;
  color: #888a8c;
  border-top: 3px solid #ebeced;
}

.footer {
  background-color: black;
  padding: 12px 10px;
  color: #fff;
  font-size: 70%;
  color: #999;
}
.footer p {
  padding: 0;
  margin: 4px 0;
}
.footer a {
  color: #CCC;
}

/* --------------------------------------------------------------------
 |
 | -- Misc
 |
 ----------------------------------------------------------------------*/
.help-inline {
  padding: 5px 0;
  color: #ee3423;
  font-weight: bold;
}

.features table {
  margin-bottom: 10px;
  width: 100%;
}
.features .has-icon {
  padding-right: 10px;
  width: 25%;
}

.section-title {
  font-family: 'Univers Bold';
  padding: 7px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.offers .small,
.offers .big {
  display: block;
  margin: 0 auto;
}
.offers .big {
  display: none;
}

@media (min-width: 600px) {
  .offers .small {
    display: none;
  }
  .offers .big {
    display: block;
  }
}
.repayment-table th, .repayment-table td {
  width: 25%;
  text-align: center;
  border-color: #fff;
  border: 1px solid #fff;
}
.repayment-table th {
  font-weight: bold;
  background-color: #babcbe;
}
.repayment-table td {
  background-color: #e9e9ea;
}

/* --------------------------------------------------------------------
 |
 | -- Helper classes
 |
 ----------------------------------------------------------------------*/
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.align-center {
  text-align: center !important;
}

.align-justify {
  text-align: justify !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.pointer {
  cursor: pointer !important;
}

.color-red {
  color: #ee3423 !important;
}

.color-blue {
  color: #292278 !important;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
