/* --------------------------------------------------------------------
 |
 | -- VARIABLES & MIXINS
 |
 ----------------------------------------------------------------------*/
@font-face {
  font-family: "Univers";
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universce55medium_eot.txt');
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universce55medium_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universce55medium_woff.txt') format('woff'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universce55medium_ttf.txt') format('truetype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universce55medium_svg.txt') format('svg');
}
@font-face {
  font-family: "Univers Light";
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universlt45light_eot.txt');
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universlt45light_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universlt45light_woff.txt') format('woff'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universlt45light_ttf.txt') format('truetype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/universlt45light_svg.txt') format('svg');
}
@font-face {
  font-family: "Univers Bold";
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/univers65boldregular_eot.txt');
  src: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/univers65boldregular_eot.txt?#iefix') format('embedded-opentype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/univers65boldregular_woff.txt') format('woff'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/univers65boldregular_ttf.txt') format('truetype'), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/fonts/univers65boldregular_svg.txt') format('svg');
}
/* --------------------------------------------------------------------
 |
 | -- GENERAL
 |
 ----------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif, 'Univers';
  line-height: 1.4;
  color: #000;
  background: #f7f6f6 url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/images/bg_mini.jpg') center top repeat-y fixed;
}
@media (min-width: 600px) {
  body {
    background-image: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/images/bg_small.jpg');
  }
}
@media (min-width: 992px) {
  body {
    background-image: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/images/bg_medium.jpg');
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 51px;
    padding-bottom: 100px;
    background-image: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/images/bg.jpg');
  }
}

body.advance {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-attachment: fixed;
}

body.premier {
  background-image: url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/images/bg_premier3.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
}

body.linked-in {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/1/PA_WABEngine_1/file?filename=theme/myh2/myh2_adv_talk_en/css/images/bg_premier3.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #ef4345;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ef4345;
  color: #fff;
  text-shadow: none;
}

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;
}

strong {
  font-family: 'Univers Bold';
  letter-spacing: -1px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  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-xss,
br.min-xsm,
br.min-sm,
br.min-md,
br.min-lg {
  display: none;
}

@media (min-width: 480px) {
  br.min-xss {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  br.min-xsm {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  br.min-sm {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  br.min-md {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  br.min-lg {
    display: inline-block;
  }
}
.page {
  max-width: 2048px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1200px;
  padding: 0;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------
 |
 | -- Header
 |
 ----------------------------------------------------------------------*/
.header {
  background: #000;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

/* --------------------------------------------------------------------
 |
 | -- Premier-Header
 |
 ----------------------------------------------------------------------*/
.premier-header {
  background: #262161;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .premier-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

/* --------------------------------------------------------------------
 |
 | -- Main
 |
 ----------------------------------------------------------------------*/
.main-container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.main {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .main {
    padding-left: 250px;
  }
  .main .main-content {
    position: fixed;
    top: 131px;
    margin-left: -250px;
    width: 250px;
    height: 480px;
  }
}
@media (min-width: 1400px) {
  .main {
    margin-top: 80px;
  }
  .main .main-content {
    top: 161px;
  }
}

.main-content {
  padding: 30px;
  color: #fff;
  background-color: #000;
}
.main-content .title {
  color: #fff;
  margin-left: -30px;
  padding-left: 22px;
  border-left: 8px solid #ec2224;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------
 |
 | -- Premier Content
 |
 ----------------------------------------------------------------------*/
.premier {
  background-color: #262161 !important;
}

/* --------------------------------------------------------------------
 |
 | -- Form Content
 |
 ----------------------------------------------------------------------*/
.form-content {
  padding: 30px;
  background-color: #f5f5f5;
  background-color: rgba(255, 255, 255, 0.75);
}
.form-content .control-label {
  font-size: 14px;
  font-weight: normal;
  padding-left: 55px;
  margin-bottom: 10px;
  position: relative;
  text-align: left !important;
}
.form-content .control-label .count {
  width: 26px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 2px 0;
  margin-right: 15px;
  color: #fff;
  background-color: #727272;
  position: absolute;
  top: -2px;
  left: 15px;
  -moz-transition: background-color, 0.2s;
  -o-transition: background-color, 0.2s;
  -webkit-transition: background-color, 0.2s;
  transition: background-color, 0.2s;
}
@media (min-width: 992px) {
  .form-content .control-label .count {
    top: 5px;
  }
}
.form-content .form-group {
  margin: 0 -15px 20px;
}
.form-content .form-group.is-tight {
  margin-bottom: 0;
}
.form-content .pseudo-select-state {
  margin-bottom: 10px;
}
.form-content .help-text {
  font-size: 85%;
  font-style: italic;
}
.form-content input[type="image"] {
  border-radius: 5px;
}
.form-content input[type="image"]:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-content input[type="image"]:focus, .form-content input[type="image"]:active {
  outline-color: #aaa;
}
.form-content .footnote {
  margin-top: 70px;
  font-size: 12px;
}
.form-content .input-group {
  padding-bottom: 20px;
  position: relative;
}
.form-content .input-group .input-error {
  color: #ec2224;
  font-family: 'Univers Bold';
  position: absolute;
  bottom: 0;
  left: 17px;
}

.form-group .input-error {
  opacity: 0;
  -moz-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  -webkit-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}
.form-group.has-error .count {
  color: #fff;
  background-color: #ec2224;
}
.form-group.has-error .input-error {
  opacity: 1;
}
.form-group.is-valid .count {
  color: #fff;
  background-color: green;
}

.no-placeholder .form-group .input-error {
  display: none;
}
.no-placeholder .form-group.has-error .input-error {
  display: block;
}

/* --------------------------------------------------------------------
 |
 | -- Form Elements
 |
 ----------------------------------------------------------------------*/
.form-control {
  border: 1px solid #BDBDBD;
  box-shadow: none;
  border-radius: 8px;
  height: 38px;
}
.form-control:focus, .form-control:active {
  box-shadow: 0 0 8px #aaa;
}

textarea.form-control {
  height: 120px;
  max-width: 100%;
}

.pseudo-select {
  border: 1px solid #BDBDBD;
  height: 38px;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}
.pseudo-select .text {
  color: #555;
  height: 38px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pseudo-select select {
  width: 100%;
  height: 38px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.pseudo-select:after {
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 10;
  content: '';
  display: inline-block;
  border-top: 8px solid #cecdcd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.pseudo-checkbox,
.pseudo-radiobox {
  height: 38px;
}
.pseudo-checkbox .row,
.pseudo-radiobox .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pseudo-checkbox .col,
.pseudo-radiobox .col {
  padding-left: 10px;
  padding-right: 10px;
}
.pseudo-checkbox .option,
.pseudo-radiobox .option {
  border: 1px solid #BDBDBD;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  height: 38px;
  padding-top: 10px;
  cursor: pointer;
  -moz-transition: background-color, 0.2s;
  -o-transition: background-color, 0.2s;
  -webkit-transition: background-color, 0.2s;
  transition: background-color, 0.2s;
}
.pseudo-checkbox .option.active,
.pseudo-radiobox .option.active {
  color: #fff;
  background-color: #ec2224;
}

.pseudo-placeholder {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.pseudo-placeholder .placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  color: #A1A1A1;
  line-height: 1.9;
  font-weight: normal;
}
.pseudo-placeholder .form-control {
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.deposits-options .row {
  margin-left: -10px;
  margin-right: -10px;
}
.deposits-options .col {
  padding-left: 10px;
  padding-right: 10px;
}
.deposits-options .options {
  overflow: hidden;
  *zoom: 1;
}
.deposits-options .option {
  margin-bottom: 10px;
  cursor: pointer;
}
.deposits-options .active .the-title {
  color: #fff;
  background-color: #ec2224;
}
@media (min-width: 992px) {
  .deposits-options .option {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------
 |
 | -- Thank You
 |
 ----------------------------------------------------------------------*/
.thankyou {
  margin-top: 50px;
  padding: 70px 0;
  max-width: 800px;
  background-color: #f5f5f5;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
@media (min-width: 992px) {
  .thankyou {
    margin-top: 100px;
  }
}
.thankyou .main-title {
  font-size: 31px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.thankyou .sub-title {
  font-size: 23px;
  margin-bottom: 30px;
  color: #ec2224;
}

/* --------------------------------------------------------------------
 |
 | -- Footer
 |
 ----------------------------------------------------------------------*/
.foot-note {
  padding: 15px 0;
  font-size: 11px;
  color: #888a8c;
  text-align: justify;
  border-top: 3px solid #ebeced;
}
.foot-note a {
  color: #888a8c;
}

.footer {
  background-color: black;
  padding: 12px 10px;
  color: #fff;
  font-size: 70%;
  color: #999;
}
@media (min-width: 992px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.footer p {
  padding: 0;
  margin: 4px 0;
}
.footer a {
  color: #CCC;
}

.page-thank-you .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* --------------------------------------------------------------------
 |
 | -- Misc
 |
 ----------------------------------------------------------------------*/
.agree-to-terms {
  width: 100%;
  margin: 0;
}
.agree-to-terms td {
  font-size: 12px;
  vertical-align: top;
  padding-right: 10px;
}
.agree-to-terms input[type="checkbox"] {
  position: static;
  margin: 0;
}

.deposits-box .the-thumb {
  width: 100%;
  height: 68px;
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.deposits-box .the-title {
  height: 45px;
  color: #22231F;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  -moz-transition: background-color, 0.2s;
  -o-transition: background-color, 0.2s;
  -webkit-transition: background-color, 0.2s;
  transition: background-color, 0.2s;
}

.page-amanah .deposits-box .the-title {
  height: 58px;
}

.red {
  color: #ec2224 !important;
}

.black {
  color: #000 !important;
}

.information img {
  display: block;
}

.information-tnc {
  background-color: #fff;
  color: #717375;
  font-size: 10px;
  line-height: 10px;
  padding: 25px 40px;
}

.browsehappy {
  background: yellow;
  color: red;
  padding: 10px 0;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  text-align: center;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

/* --------------------------------------------------------------------
 |
 | -- 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: #ec2224 !important;
}

.weight-normal {
  font-weight: normal;
}

/*
 * 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;
}
