.iw_container
{
	max-width:800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.iw_stretch
{
	min-width: 100% !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container-fluid.iw_section {
    margin-left: -15px;

  }
}

@media (min-width: 768px) {
#dropdown-login {
  height: 33px;
  border-radius: 15px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*! * bootstrap-slider.js */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
/*!
 * Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block!important;
  width: 100%!important;
  z-index: 2;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0!important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* Bootstrap end */
.btn-1 {
  display: inline-block;
  padding: 12px 25px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-decoration: initial;
  background: #001f67;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
  color: #fff;
  text-decoration: none !important;
  background: #dc1f2d;
}
[data-uob-tg-desktop="hide"],
[data-uob-tg-mobile="show"],
[data-uob-tg-android="show"],
[data-uob-tg-iphone="show"] {
  display: none !important;
}
.heading1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.heading2,
.heading2-t-30 {
  font-size: 24px;
  font-weight: bold;
}
.heading3 {
  font-size: 23px;
  font-weight: bold;
}
.heading4 {
  font-size: 18px;
}
.heading5 {
  font-size: 16px;
}
[class*="pusher-"] {
  display: block;
}
.pusher-t-10 {
  margin-top: 10px;
}
.pusher-t-15 {
  margin-top: 15px;
}
.pusher-t-25 {
  margin-top: 25px;
}
.pusher-t-30 {
  margin-top: 30px;
}
.pusher-t-40 {
  margin-top: 40px;
}
.pusher-t-45 {
  margin-top: 45px;
}
.pusher-b-15 {
  margin-bottom: 15px;
}
.pusher-b-30 {
  margin-bottom: 30px;
}
section.pusher-t-30 {
  padding-top: 30px;
  margin-top: 0;
}
.wrapper {
  margin: 0 auto;
  width: 1180px;
  background: #fff;
}
.fixed #main {
  padding-top: 82px;
}
.alert .fa {
  top: 14px;
}
.alert .close {
  top: 8px;
}
h1.sr-only {
  display: none;
}
.skip-link {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  display: inline-block;
  width: 1px;
  height: 1px;
  z-index: -999;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e5e5e5;
}
.skip-link:focus,
.skip-link:active {
  width: 400px;
  padding: 10px 0;
  height: auto;
  z-index: 999;
  color: #333;
}
.skip-link.bottom {
  position: fixed;
  bottom: 0;
}
section[class*="-block"].no-border-padding {
  border: none;
  padding: 0;
}
section.padding-0-30 {
  padding: 0 30px 30px;
}
.share-add-this {
  position: relative;
}
.share-add-this .addthis_inline_share_toolbox {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.overlay {
  position: fixed;
  z-index: 53;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 82px;
  background-color: rgba(0, 0, 0, 0.7);
}
#header {
  background: #fff;
}
#header .container {
  padding-left: 0;
  padding-right: 0;
}
.fixed #header {
  position: fixed;
  width: 1180px;
  z-index: 57;
}
.navbar-header {
  float: none;
}
.navbar-header .block-dropdowns {
  position: absolute;
  top: 22px;
  right: 190px !important;
}

.navbar-header .block-dropdowns button {
  margin: 0 7px;
}

.navbar-header .block-dropdowns [class*="block-"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.navbar-header .block-dropdowns [class*="block-"].block-personal {
  margin-right: 5px;
}
.navbar-header .block-dropdowns [class*="block-"].mleft-10 {
  margin-left: 5px;
}
.navbar-header .block-dropdowns [class*="block-"] .caret {
  margin-left: 5px;
  margin-top: 9px;
  vertical-align: top;
}
.navbar-header .block-dropdowns [class*="block-"].open button {
  background-color: #d6d6d6;
}
.navbar-header .block-dropdowns button {
  padding: 6px 13px 6px 13px;
  border: none;
  background: transparent;
  -webkit-transition: background 0.7s;
  -moz-transition: background 0.7s;
  -ms-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;

    border: 1px solid #012372;
    border-radius: 25px;
}
.navbar-header .block-dropdowns button:hover,
.navbar-header .block-dropdowns button:focus {
  background: #d6d6d6;
}
.navbar-header .block-dropdowns button span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'agendabold';
  color: #00377b;
}
.navbar-header .block-dropdowns .dropdown-menu {
  width: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.navbar-header .block-dropdowns .dropdown-menu ul {
  margin: 0;
}
.navbar-header .block-dropdowns .dropdown-menu ul li {
  display: block;
  padding: 8px 14px;
  text-align: left;
  border-top: 1px solid #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: #e3e3e3;
}
.navbar-header .block-dropdowns .dropdown-menu ul li:hover {
  background-color: #eaeaea;
}
.navbar-header .block-dropdowns .dropdown-menu ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-header .block-dropdowns .dropdown-menu ul li a {
  display: block;
  color: #333;
  text-transform: uppercase;
  white-space: nowrap;
}
.navbar-header .block-dropdowns .text-languages.text-long {
  margin-top: -25px;
}
.navbar-header .block-dropdowns .text-languages.text-long button {
  width: 115px;
}
.navbar-header .block-dropdowns .text-languages.text-long + .block-login:before {
  top: -29px;
}
.navbar-header .block-dropdowns .text-languages.text-long + .block-login:after {
  right: 1px;
  top: -29px;
}
.navbar-header .dropdown-item-heading {
  padding: 8px 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-header .dropdown-item-heading ~ li a {
  margin-left: 10px;
}
.navbar-brand {
  padding: 21px 15px 15px 34px;
  height: auto;
}
.logo img {
  width: 200px;
}
.navbar-right {
  width: 900px;
  position: relative;
  text-align: right;
  margin: 0;
  font-size: 0;
  z-index: 1003;
}
.navbar-right .block-right {
  padding: 30px 16px 10px 12px;
  min-height: 82px;
  vertical-align: top;
  display: inline-block;
  padding-top: 23px;
}
.navbar-right .block-right img {
  width: 185px;
}
.navbar-form {
  position: relative;
  display: inline-block;
  width: 54px;
  padding: 30px 20px 10px;
  min-height: 82px;
  margin: 0;
  border: 0;
  vertical-align: top;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.navbar-form .fa-search {
  font-size: 16px;
  color: #001f67;
}
.navbar-form .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.navbar-form .dropdown:hover {
  background: #eeeeee;
}
.navbar-form .dropdown button {
  margin-top: 30px;
  border: 0;
  vertical-align: middle;
  outline: 0;
  background: transparent;
}
.navbar-form .dropdown .close {
  display: none;
}
.navbar-form .open {
  background: #eeeeee;
}
.navbar-form .open > button {
  padding: 5px 14px;
}
.navbar-form .open > button .fa-search {
  font-size: 30px;
}
.navbar-form .open > button .fa-search:before,
.navbar-form .open > button .fa-search:after {
  content: "";
  position: absolute;
  top: 41px;
  left: 14px;
  width: 24px;
  height: 2px;
  background-color: #0c3577;
}
.navbar-form .open > button .fa-search:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-form .open > button .fa-search:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-form .open .close {
  display: block;
}
.navbar-form .dropdown-menu {
  position: fixed;
  left: 50%;
  margin: 0 0 0 -590px;
  top: 82px;
  width: 1180px;
  height: 66px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.navbar-form .dropdown-menu button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 66px;
  margin: 0;
  background: #cdcdcd;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.navbar-form .dropdown-menu button:hover {
  background: #e5e5e5;
}
.navbar-form .dropdown-menu .fa-search {
  font-size: 17px;
  margin: 0 auto;
}
.navbar-form .txt-search {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80%;
  padding-left: 13px;
  border: none;
  outline: none;
  color: #001f67;
  font-size: 16px;
  background-color: transparent;
}
.navbar-form .txt-search::-webkit-input-placeholder {
  color: #001f67;
}
.navbar-form .txt-search:-moz-placeholder {
  color: #001f67;
}
.navbar-form .txt-search::-moz-placeholder {
  color: #001f67;
}
.navbar-form .txt-search:-ms-input-placeholder {
  color: #001f67;
}
.block-login {
/*  padding: 0 20px;*/
  padding: 0 5px;
/*  margin-left: 15px;*/
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.block-login:after {
  right: 0;
}
.block-login:before {
  left: 0;
}
/*
.block-login:after,
.block-login:before {
  content: '';
  width: 1px;
  background: #d6d6d6;
  height: 85px;
  position: absolute;
  top: -25px;
  bottom: 0;
}
*/
.block-login span {
  margin-right: 7px;
}
.block-login .icon {
  margin-right: 0;
  color: #001f67;
}
@media screen and (min-width: 1025px) {
  .navbar-header .block-dropdowns {
    left: 0;
    right: auto;
  }
}
#header .container {
  padding-left: 0;
  padding-right: 0;
}
#main-navbar {
/*  background-color: #001f67;*/
	background-color: #fff;
}
#main-navbar .block-dropdowns {
  display: none;
}
.fixed #main-navbar {
  display: none;
}
.navbar-collapsed {
  display: block;
  width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.submenu-level1 {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 1110px;
  left: 35px;
  padding: 20px 0 0 0;
  -webkit-box-shadow: 0px 5px 5px 0px #f7f7f7;
  -moz-box-shadow: 0px 5px 5px 0px #f7f7f7;
  box-shadow: 0px 5px 5px 0px #f7f7f7;
  background-color: #f7f7f7;
}
.submenu-level2 {
  display: none;
  width: 100%;
  background-color: #f7f7f7;
}
.mainnav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-height: 1px;
  border: 0;
  z-index: 1001;
}
.mainnav > li {
  display: table-cell;
  width: 1%;
  list-style: none;
  font-size: 18px;
  white-space: nowrap;
}
.mainnav > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 20px;
  text-transform: uppercase;
  color: #00377b;
  position: relative;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.mainnav > li > a:hover,
.mainnav > li > a.active {
  color: #fff;
  background-color: #001f67;
}
.mainnav > li > a > span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.mainnav > li.current > a {
  color: #001f67;
  background-color: #f7f7f7;
  position: relative;
  z-index: 101;
}
.mainnav > li.current > a:before {
  content: '';
  height: 10px;
  top: 25px;
  z-index: 101;
  left: 0;
  background-color: #f7f7f7;
  position: absolute;
}
.mainnav > li:last-child > a {
  /*text-transform: none;*/
}
.mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainnav ul.sub2 {
  min-height: 400px;
}
.mainnav ul.hasfoursub {
  min-height: 360px;
}
.mainnav .menu-level1 {
  text-align: center;
  white-space: normal;
}
.mainnav .menu-level1.open > a,
.mainnav .menu-level1:hover > a {
  color: #001f67;
  background-color: #f7f7f7;
  position: relative;
}
.mainnav .menu-level1.open > a:focus,
.mainnav .menu-level1:hover > a:focus {
  outline: none;
}
.mainnav .menu-level2 {
  text-align: left;
}
.mainnav .menu-level2 a:focus {
  outline: #001f67 auto 3px;
}
.mainnav .menu-level2 > a {
  border-top: 1px solid #e0e0e0;
  position: relative;
  text-align: left;
  display: block;
  padding: 8px 10px 8px 0;
  margin-left: 20px;
  width: 270px;
  color: #8a8a8a;
}
.mainnav .menu-level2 > a:before {
  content: "\e901";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -23px;
  margin-top: -15px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  font-family: "font-icon-uob";
  color: #f7f7f7;
  font-weight: normal;
}
.mainnav .menu-level2:first-child > a {
  border-top: none;
}
.no-touchevents .mainnav .menu-level2.open,
.no-touchevents .mainnav .menu-level2:hover {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #001f67;
}
.no-touchevents .mainnav .menu-level2.open > a,
.no-touchevents .mainnav .menu-level2:hover > a {
  width: 280px;
  font-weight: bold;
  color: #fff;
  border-color: #001f67;
  -webkit-transition: border-color 0.2s, width 0.8s;
  -moz-transition: border-color 0.2s, width 0.8s;
  -ms-transition: border-color 0.2s, width 0.8s;
  -o-transition: border-color 0.2s, width 0.8s;
  transition: border-color 0.2s, width 0.8s;
}
.no-touchevents .mainnav .menu-level2.open > a:focus,
.no-touchevents .mainnav .menu-level2:hover > a:focus {
  outline: none;
}
.no-touchevents .mainnav .menu-level2.open .submenu-level2,
.no-touchevents .mainnav .menu-level2:hover .submenu-level2 {
  display: block;
}
.mainnav .menu-level2.nosub {
  width: 310px;
}
.mainnav .menu-level2.nosub a:before {
  display: none;
}
.nav-content {
  position: absolute!important;
  width: 530px;
  left: 310px;
  top: 0px;
  bottom: 0;
  padding: 22px 10px 12px;
  background-color: #f7f7f7;
}
.nav-content.card-content {
  padding: 13px 0 13px 15px;
  width: 490px;
}
.nav-content .col {
  display: inline-block;
  width: 235px;
  padding: 0 15px 0 0;
  vertical-align: top;
}
.nav-content h2 {
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  color: #001f67;
  border-top: 1px solid #e0e0e0;
}
.nav-content .list-unstyled a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  color: #8a8a8a;
  border-top: 1px solid #e0e0e0;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.nav-content .list-unstyled a:hover {
  color: #001f67;
}
.side-bar {
  position: absolute;
  width: 310px;
  right: 0px;
  top: 0px;
  bottom: 0;
  padding: 20px 25px;
  background-color: #f2f2f2;
  text-align: left;
}
.side-bar h2 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #001f67;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}
.side-bar ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.side-bar li {
  display: block;
  padding-bottom: 5px;
  line-height: 20px;
}
.side-bar a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  text-transform: uppercase;
}
.side-bar a:hover {
  text-decoration: underline;
}
.side-bar .need-help a img {
  margin-right: 12px;
}
.side-bar .need-help .fa {
  margin-right: 12px;
}
.side-bar .need-help .fa-phone + span {
  color: #333;
}
.side-bar .thumb {
  margin-top: 20px;
}
[class^="ico-p-"] {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url("/images/icon-p-socials.png") 0 0 no-repeat;
  background-size: 100%;
  text-indent: -999em;
  text-align: left;
}
.ico-p-facebook {
  background-position: 0 0;
}
.ico-p-linkedin {
  background-position: 0 -34px;
}
.ico-p-youtube {
  background-position: 0 -68px;
}
#footer {
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
}
#footer .container {
  padding: 0 35px;
}
#footer .container .pull-right {
  padding-right: 30px;
}
#footer .nav {
  margin-bottom: 10px;
  text-align: left;
}
#footer .nav li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#footer .nav li:first-child {
  padding-left: 0;
}
#footer .nav li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  width: 1px;
  background-color: #333;
}
#footer .nav li:last-child:before {
  display: none;
}
#footer .nav a {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
#footer .nav a:hover {
  border-bottom: 1px solid #999;
}
#footer .block-term p {
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
}
#footer .block-term .list-unstyled li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#footer .block-term .list-unstyled li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  width: 1px;
  background-color: #333;
}
#footer .block-term .list-unstyled li:last-child {
  padding-right: 0;
}
#footer .block-term .list-unstyled li:last-child:before {
  display: none;
}
#footer .block-term a {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
#footer .block-term a:hover {
  border-bottom: 1px solid #999;
}
#footer .block-socials {
  margin: 0 0 20px;
  text-align: right;
}
#footer .block-socials li {
  display: inline-block;
  padding: 0 10px 0 0;
}
#footer .block-socials li:last-child {
  padding-right: 0;
}
#footer .block-socials li a {
  overflow: hidden;
  text-indent: -99999px;
}
#footer .block-socials li a img {
  display: block;
  max-width: 100%;
}
.heading1 {
  margin: 0 0 30px 35px;
}
section[class*="-block"] {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
section[class*="-block"] .outer {
  padding: 0 50px;
}
section[class*="-block"] .heading5 {
  font-weight: bold;
}
section[class*="-block"] * a {
  color: #06377b;
}
section[class*="-block"] * a:hover {
  text-decoration: underline;
  color: #06377b;
}
.benefits-block {
  border-bottom: 1px solid #e5e5e5;
}
.access-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.access-block .other-link {
  border-top: 1px solid #e5e5e5;
}
.access-block .other-link a {
  display: inline-block;
  padding: 17px 0;
  width: 314px;
  font-size: 14px;
  text-align: center;
  color: #333;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  background-color: #e9e9e9;
}
.access-block .other-link a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #001f67;
}
.responsive-table {
  margin: 0px auto 20px;
  width: 100%;
}
.responsive-table th,
.responsive-table td {
  border: solid 1px #e5e5e5;
  border-left: none;
  padding: 8px 15px;
}
.responsive-table th {
  background: #0d2b63;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-top: none;
  text-align: center;
}
.responsive-table td {
  padding: 15px;
  min-width: 160px;
  text-align: center;
  font-size: 16px;
}
.responsive-table td p {
  max-width: 280px;
}
.responsive-table td .btn-1 {
  white-space: nowrap;
  padding: 8px 30px;
}
.responsive-table th:first-child,
.responsive-table td:first-child {
  text-align: left;
}
.expanded-table {
  margin-top: 20px;
}
.expanded-table tr:nth-child(odd):hover td {
  background: #f7f7f7;
}
.expanded-table tr:nth-child(even) td {
  padding: 0;
  border-bottom-color: transparent;
}
.expanded-table td {
  position: relative;
}
.pagination {
  font-size: 0;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.pagination a {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.pagination a.active {
  color: #001f67;
  border-bottom: solid 2px #001f67;
  cursor: default;
  font-weight: 700;
}
.pagination a .fa {
  color: #001f67;
  font-size: 20px;
}
.btn-none {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-select .dropdown-menu,
td .dropdown-menu {
  width: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.bootstrap-select .dropdown-menu ul,
td .dropdown-menu ul {
  margin: 0;
}
.bootstrap-select .dropdown-menu ul li,
td .dropdown-menu ul li {
  display: block;
  padding: 0;
  text-align: left;
  border-top: 1px solid #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.bootstrap-select .dropdown-menu ul li:first-child,
td .dropdown-menu ul li:first-child {
  border-top: 1px solid transparent;
}
.bootstrap-select .dropdown-menu ul li:last-child,
td .dropdown-menu ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-select .dropdown-menu ul li a,
td .dropdown-menu ul li a {
  display: block;
  background-color: #f3f3f3;
  padding: 8px 14px;
  color: #333;
  white-space: nowrap;
  font-weight: 700;
}
.bootstrap-select .dropdown-menu ul li a:hover,
td .dropdown-menu ul li a:hover {
  background-color: #ccc;
  text-decoration: none;
  color: #333;
}
.bootstrap-select.open .caret,
td.open .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
td .dropdown-hover {
  display: inline-block;
}
td .dropdown-hover .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
td .dropdown-hover .dropdown-menu::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #f3f3f3;
  margin: -5px auto 0;
}
td .dropdown-hover .dropdown-menu ul li {
  text-align: center;
}
.dropdown-hover {
  position: relative;
}
.icon.icon-file::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url(/images/funds-selector/document.png) no-repeat 0 0 transparent;
  background-size: 32px 40px;
}
.expanded-table button.accordion-toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 0;
  padding: 0;
  line-height: 1;
}
.expanded-table button.accordion-toggle.collapsed {
  opacity: 0;
}
.expanded-table button.accordion-toggle:hover {
  color: #001f67;
  text-decoration: none;
}
.expanded-table button.accordion-toggle:before,
.expanded-table button.accordion-toggle:after {
  content: "";
  color: #999;
  display: inline-block;
}
.expanded-table button.accordion-toggle:before {
  opacity: 0;
  height: 16px;
  width: 2px;
}
.expanded-table button.accordion-toggle:after {
  height: 2px;
  width: 16px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -1px;
  background-color: #001f67;
}
.expanded-table button.accordion-toggle.collapsed:after {
  background: #999;
}
.expanded-table button.accordion-toggle.collapsed:before {
  opacity: 1;
  background: #999;
}
.expanded-table tr:hover button.accordion-toggle,
.expanded-table tr:hover button.collapsed {
  opacity: 1;
}
.expanded-table .expand-content {
  background: #e5e5e5;
  padding: 0 15px;
}
.expanded-table .expand-content .text-block {
  display: table;
  width: 100%;
}
.expanded-table .expand-content .text-block > div {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  text-align: center;
  padding: 15px 0 0;
}
.expanded-table .expand-content .text-block > div:first-child {
  text-align: left;
}
.expanded-table .expand-content .text-block > div h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.expanded-table .expand-content .text-block > div p {
  max-width: none;
  margin: 0 0 10px 0;
}
.expanded-table .expand-content .text-block > div .list-unstyled {
  font-size: 0;
}
.expanded-table .expand-content .text-block > div .list-unstyled li {
  display: inline-block;
  font-size: 16px;
  width: 25%;
}
.expanded-table .expand-content .text-block + .text-block > div {
  padding: 0 0 15px;
}
.expanded-table tr.expanded:hover td {
  background: #e5e5e5;
}
.expanded-table tr.expanded td {
  background: #e5e5e5;
}
.multiple .bootstrap-select.show-tick .dropdown-menu a {
  line-height: 25px;
}
.multiple .bootstrap-select.show-tick .dropdown-menu span.text {
  margin-right: 0!important;
  margin-left: 44px;
}
.multiple .bootstrap-select.show-tick .dropdown-menu span.check-mark {
  display: block!important;
  right: auto!important;
  left: 14px;
  top: 8px;
  width: 25px;
  height: 25px;
  background: #ddd;
  margin: 0!important;
  position: absolute;
  text-align: center;
  line-height: 25px;
  font-size: 0;
}
.multiple .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  font-size: 16px;
}
.expanded-table-control {
  position: relative;
}
.expanded-table-control .accordion-toggle-all {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -20px;
  color: #001f67;
  font-size: 16px;
  z-index: 2;
  padding-right: 44px;
  line-height: 20px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.expanded-table-control .accordion-toggle-all:before,
.expanded-table-control .accordion-toggle-all:after {
  content: "";
  display: inline-block;
  background-color: #001f67;
}
.expanded-table-control .accordion-toggle-all:before {
  opacity: 0;
  height: 12px;
  width: 2px;
  right: 25px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.expanded-table-control .accordion-toggle-all:after {
  height: 2px;
  width: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}
.expanded-table-control .accordion-toggle-all.collapsed:before {
  opacity: 1;
}
.breadcrumb {
  margin: 20px 50px 30px 35px;
  padding: 0;
  font-size: 14px;
  background-color: inherit;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb li.active {
  font-weight: bold;
}
.breadcrumb li + li:before {
  padding: 0 8px;
  content: "/";
}
.section-title {
  padding: 30px 30px 30px 50px;
}
.section-title + .section-content .content-block .free-text {
  padding-top: 0;
}
.section-content {
  font-size: 16px;
}
.content-block {
  padding: 0 45px;
}
.content-block p {
  font-size: 16px;
}
section[class*="-block"] .divider {
  margin-bottom: 20px;
}
.divider {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #eee;
  clear: both;
}
.divider.space-bottom {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .content-block {
    padding: 0 50px;
  }
}
.box-content-block.collapse-block .collapse-body {
  background: none;
  padding: 0 15px;
}
.box-content-block.collapse-block .collapse-body .collapse {
  background: #e5e5e5;
}
.image-box {
  border-bottom: none;
}
.imageBox-content {
  padding-bottom: 30px;
}
.imageBox-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.imageBox-grid:after,
.imageBox-grid:before {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}
/* one item */
.image-item-wrap-box:first-child:nth-last-child(1) {
  width: 100%;
}
/* two items */
.image-item-wrap-box:first-child:nth-last-child(2),
.image-item-wrap-box:first-child:nth-last-child(2) ~ .image-item-wrap-box {
  width: 50%;
}
/* three items */
.image-item-wrap-box:first-child:nth-last-child(3),
.image-item-wrap-box:first-child:nth-last-child(3) ~ .image-item-wrap-box {
  width: 33.3333%;
}
/* four items */
.image-item-wrap-box:first-child:nth-last-child(4),
.image-item-wrap-box:first-child:nth-last-child(4) ~ .image-item-wrap-box {
  width: 50%;
}
.image-item-wrap-box {
  display: inline-block;
  float: left;
  padding: 0 15px;
}
.image-item-wrap-box.active .content-text {
  background-color: #e5e5e5;
}
.image-item-wrap-box.active .content-text:before {
  border-bottom: 20px solid #e5e5e5;
}
.image-item-wrap-box .img-wrapper img {
  width: 100%;
  max-height: 315px;
}
.image-item-wrap-box .content-text {
  background-color: #f7f7f7;
  color: #333;
  font-size: 16px;
  padding: 30px 35px;
  position: relative;
  transition: all 0.3s ease;
}
.image-item-wrap-box .content-text p {
  font-size: 16px;
}
.image-item-wrap-box .content-text:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  transition: all 0.3s ease;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f7f7f7;
}
.image-item-wrap-box .content-text span {
  display: block;
  margin-bottom: 20px;
}
.image-item-wrap-box .content-text span:last-child {
  margin: 0;
}
.image-item-wrap-box:hover .content-text,
.image-item-wrap-box:focus .content-text {
  background-color: #e5e5e5;
}
.image-item-wrap-box:hover .content-text span,
.image-item-wrap-box:focus .content-text span {
  text-decoration: underline;
}
.image-item-wrap-box:hover .content-text:before,
.image-item-wrap-box:focus .content-text:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #e5e5e5;
}
.image-item-wrap-box:nth-child(n+4) {
  padding-top: 30px;
}
.image-items-wrap {
  font-size: 0;
}
.image-items-wrap:after,
.image-items-wrap:before {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}
.image-items-wrap + .image-items-wrap {
  padding-top: 30px;
}
/* one item */
.image-item-wrap:first-child:nth-last-child(1) {
  width: 100%;
}
/* two items */
.image-item-wrap:first-child:nth-last-child(2),
.image-item-wrap:first-child:nth-last-child(2) ~ .image-item-wrap {
  width: 50%;
}
/* three items */
.image-item-wrap:first-child:nth-last-child(3),
.image-item-wrap:first-child:nth-last-child(3) ~ .image-item-wrap {
  width: 33.3333%;
}
/* four items */
.image-item-wrap:first-child:nth-last-child(4),
.image-item-wrap:first-child:nth-last-child(4) ~ .image-item-wrap {
  width: 50%;
}
.image-item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 33.33%;
}
.image-item-wrap a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.image-item-wrap .img-wrapper {
  position: relative;
}
.image-item-wrap .img-wrapper:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.image-item-wrap .img-wrapper img {
  margin: 0 auto;
}
.image-item-wrap .content-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 30px;
  width: 100%;
}
.image-item-wrap .content-text p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
.image-item-wrap:hover .content-text span,
.image-item-wrap:focus .content-text span {
  text-decoration: underline;
}
.image-item-wrap:nth-child(n+4) {
  padding-top: 30px;
}
.image-item-wrap.type-card .img-wrapper {
  background-color: #f7f7f7;
  padding: 20px;
  height: 149px;
}
.image-item-wrap.type-card .img-wrapper:before {
  content: none;
}
.image-item-wrap.type-card .img-wrapper img {
  margin: 0 auto;
}
.image-item-wrap.type-card a {
  background-color: #f7f7f7;
}
.image-item-wrap.type-card .content-text {
  background-color: #f7f7f7;
  color: #333;
  position: relative;
  top: 0;
  margin: 0;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}
.card-detail-block .image-item-wrap .img-wrapper {
  height: 100%;
}
.card-detail-block .image-item-wrap.type-card .img-wrapper {
  height: auto;
}
.card-detail-block .image-item-wrap.type-card .img-wrapper img {
  transform: none;
}
section.more-than-just-cards-block {
  border: none;
  padding: 0;
}
.nav-tab-content {
  padding: 0px 30px 10px 50px;
  font-size: 16px;
}
.nav-tab-content .heading2 {
  margin-bottom: 0;
}
.nav-tab-content .heading5 {
  margin-bottom: 20px;
  font-weight: 700;
}
.nav-tab-content .nav-tabs {
  display: none;
}
.nav-tab-content .tab-content > .tab-pane {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.nav-tab-content .tab-content > .tab-pane:first-child {
  padding-top: 0;
  padding-bottom: 20px;
}
.nav-tab-content .tab-content > .tab-pane:last-child {
  border-bottom: none;
}
.nav-tab-content .tab-content > .tab-pane + .tab-pane {
  padding-top: 30px;
}
.nav-tab-content .tab-content.col-2 .tab-pane {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 49%;
  border-bottom: none;
}
.nav-tab-content .tab-content.col-2 .tab-pane dt {
  min-width: 0;
  width: 30%;
  max-width: 160px;
}
.nav-tab-content .tab-content.col-2 .tab-pane + .tab-pane {
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}
.nav-tab-content p {
  font-size: 16px;
}
#requirements {
  border-bottom: 1px solid #e5e5e5;
}
dl {
  margin-bottom: 10px;
}
dt {
  display: inline-block;
  min-width: 200px;
  font-weight: normal;
}
dd {
  display: inline-block;
}
dd:before {
  content: "\2022";
  position: relative;
  top: 0px;
  left: -10px;
}
.group-dd {
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.group-dd dd {
  display: block;
}
.free-text {
  padding-top: 25px;
}
.free-text p {
  font-size: 16px;
}
.free-text p.note {
  font-size: 14px;
}
.collapse-block {
  border-bottom: 1px solid #e5e5e5;
}
.collapse-block.no-border {
  border-bottom: none;
}
.collapse-block .grid-wrapper {
  border-top: 1px solid #e5e5e5;
}
.collapse-block .grid-wrapper:first-child {
  border-bottom: 1px solid #fff;
}
.collapse-block .grid-wrapper.col-3 .grid-content {
  width: 33.333%;
}
.collapse-block .grid-content figcaption {
  width: 80%;
  margin: 0 auto;
}
.collapse-block .grid-content > a {
  min-height: 296px;
}
.collapse-block .grid-content > a img {
  width: 70px;
  height: auto;
}
.collapse-block .grid-content.active {
  background-color: #e9e9e9;
}
.collapse-block .grid-content.active .more {
  display: none;
}
.collapse-block .grid-content.active .less {
  display: block;
}
.collapse-block .grid-content:hover a {
  text-decoration: inherit;
}
.collapse-block .grid-content .inner {
  min-height: 296px;
}
.collapse-block .grid-content .inner img {
  height: auto;
  width: 70px;
}
.collapse-block .collapse-nav {
  margin-top: 10px;
  font-size: 16px;
}
.collapse-block .collapse-nav.more {
  display: block;
}
.collapse-block .collapse-nav.less {
  display: none;
}
.collapse-block .collapse-nav:hover {
  text-decoration: underline !important;
}
.collapse-block .collapse-body {
  color: #333;
  font-size: 16px;
  background-color: #e9e9e9;
}
.collapse-block .collapse-body small {
  display: block;
  font-size: 12px;
}
.collapse-block .collapse {
  padding: 50px;
}
.collapse-block .collapse h4:first-child {
  font-weight: bold;
}
.collapse-block .collapse p {
  margin-bottom: 0;
  font-size: inherit;
}
.collapse-block .collapse a {
  color: #06377b;
}
.collapse-block .collapse a:hover {
  text-decoration: underline;
}
.collapse-block .collapse ul {
  margin-top: 10px;
}
.collapse-block .collapse ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.collapse-block .collapse ul li:before {
  /*content: "\2022";*/
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 15px;
}
.collapse-block .collapse ul li.title {
  padding-left: 5px;
}
.collapse-block .collapse ul li.title:before {
  content: '';
}
.collapse-block.image-box {
  border-bottom: none;
}
.main-banner .card-banner {
  position: relative;
  left: 15px;
  margin-top: 0;
}
/* Home grid */
.tbl-content {
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 40px;
}
.grid-wrapper {
  display: table;
  width: 100%;
  clear: both;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.grid-content {
  display: table-cell;
  width: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.grid-content.grid-gray {
  background-color: #e5e5e5;
}
.grid-content.grid-whitesmoke {
  background-color: #f7f7f7;
}
.grid-content a:hover {
  text-decoration: underline;
}
.grid-content .inner {
  display: block;
  width: 100%;
  padding: 30px 25px;
  text-align: center;
  color: #333;
}
.grid-content .inner img {
  display: inline-block;
  height: 65px !important;
}
.grid-content .inner h3 {
  margin: 26px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.grid-content .inner p {
  font-size: 16px;
  margin: 0;
}
/* one item */
.grid-content:first-child:nth-last-child(1) {
  width: 100%;
}
/* two items */
.grid-content:first-child:nth-last-child(2),
.grid-content:first-child:nth-last-child(2) ~ .grid-content {
  width: 50%;
}
/* three items */
.grid-content:first-child:nth-last-child(3),
.grid-content:first-child:nth-last-child(3) ~ .grid-content {
  width: 33.3333%;
}
/* four items */
.grid-content:first-child:nth-last-child(4),
.grid-content:first-child:nth-last-child(4) ~ .grid-content {
  width: 25%;
}
.apply-now-fixed {
  background-color: #0d2b63;
  padding: 0 50px;
  position: fixed;
  bottom: 0;
  width: inherit;
  margin-left: -15px;
  transition: all 0.25s linear;
  z-index: 7000;
}
.apply-now-fixed p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 25px 0;
  margin: 0;
  width: 80%;
}
.apply-now-fixed .btn-1 {
  background: #dc1f2d;
  color: #fff;
  float: right;
  margin-top: 13px;
  width: 167px;
}
.apply-now-fixed.bottom {
  bottom: 105px;
}
.apply-now-fixed .arrow-expand {
  display: none;
}
.float-banner {
  position: relative;
}
.float-banner .light-banner {
  color: #fff;
}
.float-banner .description {
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50%;
}
.float-banner p {
  font-size: 16px;
}
.float-banner img {
  width: 100%;
  display: block;
}
.float-banner h2 {
  margin-bottom: 10px;
}
.other-info-block {
  padding-top: 30px;
  font-size: 16px;
}
.other-info-block p {
  font-size: 14px;
}
.other-info-block .heading2 {
  padding-left: 0;
}
.other-info-block ul li {
  font-size: 14px;
}
.same-day-block {
  background-color: #fafafa;
  padding-top: 30px;
  font-size: 16px;
  padding: 30px 0;
}
.same-day-block p {
  font-size: 16px;
}
.same-day-block .heading2 {
  padding-left: 0;
}
.same-day-block ul li {
  font-size: 16px;
}
.more-info-block {
  font-size: 16px;
}
.more-info-block a {
  font-size: 16px;
}
.more-info-block p {
  font-size: 16px;
  margin: 0;
}
#accordion {
  margin-top: 20px;
  margin-bottom: 0;
}
.panel-group .panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel .panel-title {
  font-size: 16px;
  font-weight: normal;
}
.panel-group .panel .panel-body {
  padding: 16px;
  font-size: 14px;
  border: none!important;
}
.panel-default > .panel-heading {
  position: relative;
  padding: 24px 16px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5e5e5;
}
.panel-default > .panel-heading:hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
}
.panel-default > .panel-heading a {
  display: block;
  position: relative;
  color: #333;
}
.panel-default > .panel-heading a:hover {
  color: #001f67;
  text-decoration: none;
}
.panel-default > .panel-heading a:before,
.panel-default > .panel-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 17px;
  height: 2px;
  background-color: #999;
  color: #999;
}
.panel-default > .panel-heading a:before {
  display: none;
  right: 12px;
  height: 16px;
  width: 2px;
  margin-top: -7px;
}
.panel-default > .panel-heading a.collapsed {
  border-bottom: none;
}
.panel-default > .panel-heading a.collapsed:before {
  display: block;
}
.apply-block {
  font-size: 16px;
  padding-bottom: 10px;
}
.apply-block .heading {
  padding: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #001f67;
  background: #e9e9e9;
}
.apply-block h4 {
  padding-bottom: 20px;
  font-weight: bold;
}
.apply-block .link {
  display: block;
  padding-top: 15px;
}
.apply-block sub {
  bottom: 0;
  font-size: 90%;
}
.apply-block .btn-1 {
  min-width: 133px;
}
.apply-block .grid-content {
  vertical-align: top;
}
.apply-block .grid-content + .grid-content {
  border-left: 3px solid #fff;
}
.apply-block .grid-content .inner {
  text-align: left;
}
.apply-block .grid-content .inner figure {
  position: relative;
  margin-bottom: 40px;
}
.apply-block .grid-content .inner figure:last-child {
  margin-bottom: 0;
}
.apply-block .grid-content .inner img + .descs {
  padding-left: 128px;
}
.apply-block .grid-content .inner img {
  position: absolute;
  left: 30px;
  top: 0;
  width: 70px;
  height: auto;
}
.apply-block .grid-content .inner > .link {
  padding-left: 128px;
}
.apply-block .grid-content .inner > .link a {
  color: #fff;
}
.apply-block .grid-content .inner .heading {
  background: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}
.how-it-works-block {
  font-size: 16px;
}
.how-it-works-block .formula-block {
  width: 965px;
  margin-top: 30px;
  color: #333;
  background-color: #f3f3f3;
}
.table-wrapper {
  overflow: auto;
  width: 100%;
}
.responsive-table {
  margin-bottom: 20px;
}
.responsive-table td,
.responsive-table th {
  padding: 20px;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  /*border: 1px solid @white-smoke;
    border-left: 1px solid @white-smoke;
    border-bottom: 1px solid @white-smoke;*/
  border: solid 1px #e5e5e5;
  border-left-color: transparent;
}
.responsive-table td:first-child,
.responsive-table th:first-child {
  width: 40%;
  text-align: left;
  border-left: 0;
  min-width: 430px;
}
.responsive-table td:first-child span,
.responsive-table th:first-child span {
  display: inline-block;
}
.responsive-table td:first-child span + span,
.responsive-table th:first-child span + span {
  width: 40%;
  padding-left: 30px;
}
.responsive-table td:first-child .plus,
.responsive-table th:first-child .plus {
  position: relative;
  width: 53%;
  padding-right: 50px;
}
.responsive-table td:first-child .plus:before,
.responsive-table th:first-child .plus:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  font-size: 30px;
  font-weight: bold;
}
.responsive-table td:last-child,
.responsive-table th:last-child {
  border-right-color: transparent;
}
.responsive-table [rowspan] {
  vertical-align: middle;
}
.responsive-table [rowspan]:nth-last-child(2) {
  border-right-color: transparent;
}
.responsive-table th {
  color: #fff;
  background: #001f67;
}
.responsive-table.no-border td {
  border: none;
}
.responsive-table.no-border-footer tfoot td {
  border: none;
}
.subtitlemixin.subtitle {
  margin-bottom: 5px;
}
.subtitlemixin.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-wrapper section[class*="-block"] .heading2 {
  padding: 0 30px 0 50px;
  margin: 0 0 30px;
  outline: none;
}
.sticky-wrapper section[class*="-block"] .heading2.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30 {
  padding: 30px 0;
  padding-left: 50px;
  outline: none;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-wrapper .section-title .heading2.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper .section-title .heading2.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-nav {
  margin: 30px 0 0;
}
.sticky-nav.affix {
  width: 1180px;
  margin: 0;
  /* border-bottom: 1px solid #e5e5e5; */
}
.sticky-nav.affix + .foreign-exchange-content {
  padding-top: 97px;
}
.sticky-nav ul {
  margin-bottom: 0px;
  overflow: hidden;
}
.sticky-nav li {
  position: relative;
  float: left;
  width: 14%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background-color: #0089C6;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.sticky-nav li:first-child:before {
  display: none;
}
.sticky-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 1;
  background-color: #e5e5e5;
}
.sticky-nav li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 4px;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
  transition: background-color 0.7s 0.2s;
  background-color: transparent;
}
.sticky-nav li.active,
.sticky-nav li:hover {
  background-color: #00377b;
}
.sticky-nav li.active:before,
.sticky-nav li:hover:before {
  display: none;
}
.sticky-nav li.active:after,
.sticky-nav li:hover:after {
  background-color: #06377b;
}
.sticky-nav li.active a,
.sticky-nav li:hover a {
  color: #ffffff;
  background-color: transparent!important;
}
.sticky-nav li.active + li:before,
.sticky-nav li:hover + li:before {
  display: none;
}
.sticky-nav li.active {
  pointer-events: none;
  cursor: default;
}
.sticky-nav li.active a {
  pointer-events: none;
  cursor: default;
}
.sticky-nav li a {
  display: block;
  padding: 14px 8px !important;
  font-size: 16px;
  color: #ffffff;
  min-height: 25px;
  background: none !important;
}
.sticky-nav + section[class*='-block'] .heading2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.sticky-nav.col-2 li {
  width: 50%;
}
.sticky-nav.col-3 li {
  width: 40%;
}
.sticky-nav.col-4 li {
  width: 25%;
}
.sticky-nav.col-5 li {
  width: 20%;
}
.sticky-nav.col-6 li {
  width: 16.6667%;
}
/*.sticky-nav[data-tab].promotion-landing li {
    width: 15%;
    max-width: 168px;
    min-height: 66px;
    &:nth-child(4),
    &:nth-child(6) {
        max-height: 66px;
        a {
            padding: 8px;
        }

    }
}*/
.nav-tabs.nav-justified.scrolltabs {
  display: table;
  white-space: nowrap;
}
.nav-tabs.nav-justified a {
  white-space: normal;
}
.affix .nav-tabs {
  margin-top: 0;
}
/* SUPPORTING STYLING FOR TEAMSITE */
.container-fluid.iw_section {
  width: 1210px;
}
  
.comparison-tbl {
  padding-bottom: 20px;
}
.comparison-tbl table {
  width: 100%;
}

.comparison-tbl .white-bg {
    background: #fff;
    border-right: 0;
}

.comparison-tbl td,
.comparison-tbl th {
  padding: 20px;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  width: 25%;
}
.comparison-tbl td span,
.comparison-tbl th span {
  display: inline-block;
}
.comparison-tbl td span span,
.comparison-tbl th span span {
  display: block;
  font-weight: normal;
}
.comparison-tbl [rowspan] {
  vertical-align: middle;
}
.comparison-tbl th {
  color: #ffffff;
  background: #001f67;
}

.comparison-tbl th.white-bg {
    background: #fff;
    border-right: 0;
}

.highlight-col-2 table td:nth-child(2) {
    background: #001f67;
    color: white;
}

.comparison-tbl tr.highlight-row {
    background: rgba(0, 154, 217, 0.65);
    color: white;
}

.comparison-tbl tr.highlight-row td {
    text-align: left;
}

.comparison-tbl tr.highlight-row-dark {
    background: #001f67;
    color: white;
}

.comparison-tbl th:first-child, .comparison-tbl tr.no-header td:first-child {
    visibility: hidden;
}  
}



@media (max-width: 767px) {
.container-fluid.iw_section {
		padding: 0 !important;
	}
	
.navbar-toggle span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggle span:nth-child(1) {
  display: none;
  top: 20px;
  width: 0%;
  left: 50%;
}
.navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  left: 0;
  top: 20px;
}
.navbar-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
  left: 0;
  top: 20px;
}
.navbar-toggle span:nth-child(4) {
  display: none;
  top: 20px;
  width: 0%;
  left: 50%;
}
/* Bootstrap*/
.container {
  width: 100%;
}
/* Bootstrap end */
.btn-1 {
  display: inline-block;
  padding: 8px 22px;
  text-decoration: initial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  background: #001f67;
}
.btn-1:hover,
.btn-1:focus {
  color: #fff;
}
[data-uob-tg-desktop="show"] {
  display: none !important;
}
[data-uob-tg-tablet="show"],
[data-uob-tg-mobile="hide"] {
  display: none !important;
}
.heading1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.heading2 {
  font-size: 24px;
  font-weight: bold;
}
.heading3 {
  font-size: 23px;
  font-weight: bold;
}
.heading4 {
  font-size: 18px;
}
[class*="pusher-"] {
  display: block;
}
.pusher-t-10 {
  margin-top: 5px;
}
.pusher-t-15 {
  margin-top: 8px;
}
.pusher-t-25 {
  margin-top: 23px;
}
.pusher-t-30 {
  margin-top: 15px;
}
.pusher-t-40 {
  margin-top: 20px;
}
.pusher-t-45 {
  margin-top: 23px;
}
.pusher-b-15 {
  margin-bottom: 15px;
}
.fixed #main {
  padding-top: 50px;
}
h1.sr-only {
  display: none;
}
.skip-link {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  display: inline-block;
  width: 1px;
  height: 1px;
  z-index: -999;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e5e5e5;
}
.skip-link:focus,
.skip-link:hover,
.skip-link:active,
.skip-link.active {
  width: 400px;
  padding: 10px 0;
  height: auto;
  z-index: 999;
  color: #333;
}
.skip-link.bottom {
  position: fixed;
  bottom: 0;
}
section[class*="-block"].last-block-mobile {
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 0;
  margin-bottom: 30px;
}
section[class*="-block"].no-background {
  background: none !important;
}
section.padding-0-30 {
  padding: 0 10px 30px;
}
.bx-wrapper img {
  min-height: 89px;
  margin: 0 auto;
}
.bx-wrapper li[style] {
  background-image:none !important;
  background-color: initial !important;
}
.share-add-this {
  position: relative;
}
.share-add-this .addthis_inline_share_toolbox {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-backdrop {
  display: none;
}
.overlay {
  position: fixed;
  z-index: 53;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 80px;
  background-color: rgba(0, 0, 0, 0.7);
}
#header {
  z-index: 55;
  background: #fff;
  position: relative;
}
#header .container {
  padding-left: 10px;
  padding-right: 10px;
}
.fixed #header {
  position: fixed;
  width: 100%;
  z-index: 57;
}
.navbar-header {
  float: none;
  border-bottom: 5px solid #001f67;
  position: relative;
  z-index: 52;
}
.fixed .navbar-header {
  z-index: 54;
}
.navbar-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  margin: 0;
  padding-right: 5px;
  text-align: right;
}
.navbar-brand {
  float: none;
  padding: 10px;
  height: 45px;
  text-align: center;
}
.logo {
  display: inline-block;
}
.logo img {
  max-width: 67px;
}
.navbar-form {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
}
.navbar-form .fa-search {
  font-size: 21px;
  color: #001f67;
}
.navbar-form .dropdown.open {
  background: #eeeeee;
}
.navbar-form .dropdown.open > button {
  padding: 5px 20px;
}
.navbar-form .dropdown.open > button .fa-search {
  font-size: 30px;
}
.navbar-form .dropdown.open > button .fa-search:before,
.navbar-form .dropdown.open > button .fa-search:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 8px;
  width: 24px;
  height: 2px;
  background-color: #001f67;
}
.navbar-form .dropdown.open > button .fa-search:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-form .dropdown.open > button .fa-search:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-form .dropdown button {
  padding: 10px;
  height: 45px;
  border: 0;
  vertical-align: middle;
  background: transparent;
}
.navbar-form .dropdown-menu {
  position: fixed;
  right: 0;
  left: 0;
  top: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background: #eeeeee;
}
.navbar-form .dropdown-menu button {
  padding: 10px 13px;
  float: right;
  height: 40px;
  background: #cdcdcd;
}
.navbar-form form {
  position: relative;
  height: 40px;
}
.navbar-form .txt-search {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 80%;
  color: #001f67;
  border: none;
  outline: none;
  background-color: transparent;
}
.navbar-form .txt-search::-webkit-input-placeholder {
  color: #001f67;
}
.navbar-form .txt-search:-moz-placeholder {
  color: #001f67;
}
.navbar-form .txt-search::-moz-placeholder {
  color: #001f67;
}
.navbar-form .txt-search:-ms-input-placeholder {
  color: #001f67;
}
.block-login {
  display: inline-block;
}
.block-login button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  border: none;
  box-shadow: none;
}
.block-login button > span {
  display: none;
}
.block-login button .icon {
  display: block;
  font-size: 21px;
  color: #001f67;
}
.block-login .dropdown-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 38px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}
.block-login .list-unstyled {
  overflow-y: scroll;
}
.block-login .list-unstyled li {
  border-bottom: 1px solid #ffffff;
  padding: 12px;
  background: #eeeeee;
}
.block-login .list-unstyled li a {
  color: #333333;
  text-transform: uppercase;
}
#header .container .navbar-header {
  margin-right: -10px;
  margin-left: -10px;
}
.open > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.open-menu {
  background: #f7f7f7;
}
.open-menu body {
  position: relative;
  width: 100%;
}
.open-menu body .navbar-header {
  width: 100%;
  margin: 0;
  top: 0;
  background-color: #fff;
}
.open-menu body .navbar-collapsed {
  display: block;
  padding-bottom: 80px;
  margin-bottom: 70px;
  position: relative;
  padding-top: 0;
}
.open-menu body > .wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.open-menu body #main-navbar ~ * {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.open-menu #header {
  position: fixed;
  width: 100%;
}
.open-menu #header .container {
  padding: 0;
}
.open-menu #header .container .navbar-header {
  margin: 0 ;
}
/*
.open-menu body .container-fluid .navbar-collapsed {
  width: ~"-webkit-calc(100% - 30px)";
  width: ~"-moz-calc(100% - 30px)";
  width: ~"calc(100% - 30px)";
  margin-left: 15px;
}
*/
.navbar-toggle {
  position: absolute;
  top: 0;
  left: 9px;
  width: 25px;
  height: 45px;
  padding: 15px 0;
  margin: 0;
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggle:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.navbar-toggle .icon-bar {
  width: 25px;
  background-color: #001f67;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin: 0;
}
.navbar-toggle.off {
  padding: 15px 0;
}
.navbar-toggle.off span {
  opacity: 1;
  left: 0;
}
.navbar-toggle.off span:nth-child(1) {
  display: block;
  top: 15px;
  left: 0;
  width: 20px;
}
.navbar-toggle.off span:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 20px;
  width: 20px;
  left: 0;
}
.navbar-toggle.off span:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 20px;
  width: 20px;
  left: 0;
}
.navbar-toggle.off span:nth-child(4) {
  display: block;
  top: 25px;
  left: 0;
  width: 20px;
}
.navbar-collapsed {
  position: fixed;
  top: 45px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 52;
  display: none;
  overflow-y: auto;
  border-top: 5px solid #001f67;
  background-color: #f7f7f7;
  padding-top: 45px;
}
.mainnav {
  margin: 0;
  padding: 0;
  /* dropdown nav end*/
}
.mainnav > li {
  border-bottom: 1px solid #e5e5e5;
}
.mainnav li {
  position: relative;
  display: block;
  font-size: 14px;
  color: #333;
  min-height: 45px;
}
.mainnav li a {
  display: block;
  padding: 12px 10px;
  color: #333;
  text-transform: uppercase;
}
.mainnav li a span {
  display: none;
}
.mainnav li a span.text-lv1 {
  display: block;
}
.mainnav .submenu-level1,
.mainnav .submenu-level2 {
  display: none;
  width: 100%;
  background-color: #f7f7f7;
}
.mainnav .menu-level1 {
  list-style: none;
}
.mainnav .menu-level1 .lv1 {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 50px;
  min-height: 44px;
  margin-left: -50px;
  line-height: 19px;
  text-align: center;
  background-color: #fff;
}
.mainnav .menu-level1 .lv1:before {
  content: "\e901";
  font-size: 18px;
  font-family: "font-icon-uob";
  color: #999;
}
.mainnav .menu-level1.deactive:before {
  display: none;
}
.mainnav .menu-level1.deactive .sublink1,
.mainnav .menu-level1.deactive .lv1 {
  display: none;
}
.mainnav .menu-level1.open {
  display: block !important;
}
.mainnav .menu-level1.open > a {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  color: #001f67;
  background-color: #eaeaea;
  min-height: 45px !important;
}
.mainnav .menu-level1.open > a > span {
  display: inline;
  font-size: 14px;
}
.mainnav .menu-level1.open .sublink1 {
  position: relative;
  font-size: 0;
}
.mainnav .menu-level1.open .sublink1:before {
  content: "\e900";
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -13px;
  width: 30px;
  margin-left: 0;
  font-family: "font-icon-uob";
  font-weight: normal;
  color: #001f67;
  font-size: 18px;
  background: transparent;
}
.mainnav .menu-level1.open .lv1 {
  display: none;
  left: 20px;
  background: transparent;
}
.mainnav .menu-level1.open .lv1:before {
  content: "\e900";
  left: 5px;
  width: 30px;
  margin-left: 0;
  color: #001f67;
  font-weight: normal;
  background-color: transparent;
}
.mainnav .menu-level1.open > span {
  content: "\e900";
  left: 0;
  width: 100%;
  padding: 0 0 0 7px;
  margin-left: 0;
  color: #001f67;
  font-weight: normal;
  background-color: transparent;
}
.mainnav .menu-level1.open .submenu-level1 {
  display: block;
}
.mainnav ul {
  padding: 0;
}
.mainnav .menu-level2 {
  padding-left: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mainnav .menu-level2:last-child {
  border-bottom: none;
}
.mainnav .menu-level2.open {
  padding-left: 0px;
  display: block !important;
  border-bottom: none;
}
.mainnav .menu-level2.open > span {
  width: 100%;
  margin-left: 0;
  right: auto;
}
.mainnav .menu-level2.open .nav-content > .list-unstyled {
  border-bottom: none;
}
.mainnav .menu-level2.open .nav-content .col:last-child .list-unstyled {
  border-bottom: none;
}
.mainnav .menu-level2.open .sublink2 {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  color: #001f67;
  background-color: #eaeaea;
  font-size: 0;
}
.mainnav .menu-level2.open .sublink2:before {
  content: "\e900";
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -13px;
  width: 30px;
  margin-left: 0;
  font-family: "font-icon-uob";
  font-weight: normal;
  color: #001f67;
  font-size: 18px;
  background: transparent;
}
.mainnav .menu-level2.open .sublink2 > span {
  display: inline;
  font-size: 14px;
}
.mainnav .menu-level2.open .lv2 {
  display: none;
}
.mainnav .menu-level2.open .submenu-level2 {
  display: block;
  position: relative;
  z-index: 4;
}
.mainnav .menu-level2.open .submenu-level2 li {
  padding-left: 30px;
  padding-right: 30px;
}
.mainnav .menu-level2.open .submenu-level2 li:last-child a {
  border-bottom: none;
}
.mainnav .menu-level2.open .submenu-level2 h2 {
  margin: 0;
  padding: 24px 10px 12px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #001f67;
}
.mainnav .menu-level2.open .submenu-level2 a {
  padding: 12px 5px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.mainnav .menu-level2 > span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 39px;
  opacity: 0;
  z-index: 3;
}
.mainnav .menu-level2 .lv2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 50px;
  display: inline-block;
  line-height: 19px;
  text-align: center;
  font-size: 18px;
  font-family: "font-icon-uob";
  color: #999;
  background-color: #fff;
}
.mainnav .menu-level2 .lv2:before {
  content: "\e901";
}
.mainnav .menu-level2 > a {
  position: relative;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.mainnav .side-bar .need-help .fa {
  margin-right: 12px;
}
.mainnav .side-bar .need-help .fa-phone + span {
  color: #333;
}
.mainnav .side-bar .thumb {
  margin: 20px 0;
  text-align: center;
}
.mainnav .list-unstyled {
  border-bottom: 1px solid #e5e5e5;
}
.block-dropdowns {
  padding: 5px 10px;
}
.block-personal,
.block-languages {
  display: block;
  position: relative;
  margin: 5px 0;
}
.block-personal button,
.block-languages button {
  position: relative;
  padding: 10px 7px;
  width: 100%;
  border: none;
  background-color: #e5e5e5;
  text-align: left;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  color: #0c3577;
  text-transform: uppercase;
}
.block-personal span,
.block-languages span {
  font-weight: normal;
}
.block-personal .caret,
.block-languages .caret {
  border: none;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  width: 34px;
}
.block-personal .caret:before,
.block-languages .caret:before {
  content: "\e901";
  display: block;
  line-height: 39px;
  font-size: 18px;
  text-align: center;
  font-family: "font-icon-uob";
  color: #999;
  margin-top: -1px;
  margin-right: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-personal.open button,
.block-languages.open button {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.block-personal.open .caret,
.block-languages.open .caret {
  top: 39px;
  right: 15px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-personal .dropdown-menu,
.block-languages .dropdown-menu {
  position: static;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  text-transform: uppercase;
  background-color: #e5e5e5;
  float: none;
  box-shadow: none;
}
.block-personal .dropdown-menu h3,
.block-languages .dropdown-menu h3 {
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  border-top: 1px solid #fff;
}
.block-personal .dropdown-menu a,
.block-languages .dropdown-menu a {
  color: #333;
  display: block;
}
.block-personal .dropdown-menu ul,
.block-languages .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-personal .dropdown-menu ul li,
.block-languages .dropdown-menu ul li {
  color: #0c3577;
  padding: 7px ;
  border-top: 1px solid #fff;
}
.block-personal .dropdown-menu .dropdown-item-heading,
.block-languages .dropdown-menu .dropdown-item-heading {
  text-transform: uppercase;
  font-weight: bold;
}
.block-personal .dropdown-menu .dropdown-item-heading ~ li a,
.block-languages .dropdown-menu .dropdown-item-heading ~ li a {
  margin-left: 10px;
  display: block;
}
.block-languages span.text-bold {
  margin-left: 5px;

}
.block-languages.mleft-10 span.text-bold {
  margin-left: 0;
}
[class^="ico-p-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/images/icon-p-socials.png") 0 0 no-repeat;
  background-size: 100%;
  text-indent: -999em;
}
.ico-p-facebook {
  background-position: 0 0;
}
.ico-p-linkedin {
  background-position: 0 -34px;
}
.ico-p-youtube {
  background-position: 0 -70px;
}
#footer {
  background: #fff;
  padding: 0 10px;
}
#footer > .container {
  padding: 0;
}
#footer .pull-left,
#footer .pull-right {
  float: none !important;
}
#footer .nav {
  margin-bottom: 20px;
  text-align: center;
}
#footer .nav ul {
  width: 90%;
  margin: 0 auto;
}
#footer .nav li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#footer .nav li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  width: 1px;
  background-color: #333;
}
#footer .nav li:last-child:before {
  display: none;
}
#footer .nav a {
  display: inline-block;
  font-size: 12px;
  color: #333;
}
#footer .block-term {
  text-align: center;
}
#footer .block-term p {
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
#footer .block-term .list-unstyled {
  margin: 0 -10px 20px;
}
#footer .block-term .list-unstyled li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#footer .block-term .list-unstyled li:last-child:before {
  display: none;
}
#footer .block-term .list-unstyled li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  width: 1px;
  background-color: #333;
}
#footer .block-term .list-unstyled a {
  font-size: 12px;
  color: #333;
}
#footer .block-socials {
  margin: 15px 0 15px;
  text-align: center;
}
#footer .block-socials li {
  display: inline-block;
  padding: 0 7px 0 8px;
}
#footer .block-socials li a {
  display: inline-block;
}
section[class*="-block"] {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
section[class*="-block"] .outer {
  padding: 0 10px;
}
section[class*="-block"] .outer .row {
  margin: 0 -10px;
}
section[class*="-block"] .outer .row > [class*="col-sx"] {
  padding-left: 10px;
}
.benefits-block {
  border-bottom: 1px solid #e5e5e5;
}
.access-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.access-block .other-link {
  border-top: 1px solid #e5e5e5;
}
.access-block .other-link a {
  display: inline-block;
  padding: 17px 0;
  width: 85%;
  font-size: 16px;
  text-align: center;
  color: #333;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  background-color: #e9e9e9;
}
.access-block .other-link a:hover {
  background-color: #e0e0e0;
}
section.access-block {
  padding-bottom: 0;
  border-bottom: 0;
}
.section-title {
  padding: 20px 10px 20px;
}
.section-title + .section-content .image-item-wrap-box:first-child:before {
  display: none;
}
.section-content {
  font-size: 16px;
}
.content-block {
  padding: 0 10px;
}
.content-block ul li {
  font-size: 13px;
}
.content-block .row {
  margin: 0;
}
.content-block .row > [class*="col-sx-"] {
  padding: 0;
}
.content-block .row p {
  font-size: 16px;
}
.divider {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  clear: both;
}
[class*="imageBox-grid"]:after,
[class*="imageBox-grid"]:before {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}
.image-item-wrap-box {
  padding: 0 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.image-item-wrap-box .img-wrapper {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.image-item-wrap-box .content-text {
  color: #333;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 16px;
  padding: 0 16px;
  position: relative;
}
.image-item-wrap-box .content-text p {
  font-size: 16px;
} 
.image-item-wrap-box .content-text span {
  display: block;
  margin-bottom: 10px;
}
.image-item-wrap-box:before {
  background-color: #e5e5e5;
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 20px);
  top: -15px;
}
.image-item-wrap-box.last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.image-item-wrap-box.last:before {
  content: none;
}
.image-item-wrap-box .align-center {
  margin-bottom: 0;
}
.image-item-wrap-box .align-center .btn-1 {
  min-width: 160px;
}
.image-item-wrap-box .img-wrapper {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.collapse-block .image-item-wrap-box .collapse-nav:hover {
  text-decoration: none !important;
}
.image-items-wrap {
  font-size: 0;
}
.image-items-wrap:after,
.image-items-wrap:before {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}
.image-items-wrap .image-item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 18px;
}
.image-item-wrap .img-wrapper {
  position: relative;
}
.image-item-wrap .content-text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding: 10px 0 15px;
  border-bottom: 1px solid #666;
}
.image-item-wrap .content-text p {
  font-weight: normal;
}
.nav-tab-content {
  margin-bottom: 0;
  font-size: 15px;
}
.nav-tab-content .heading2 {
  margin-left: 10px;
}
.nav-tab-content .heading5 {
  margin-bottom: 20px;
  font-weight: bold;
}
.nav-tab-content .tab-content > .tab-pane {
  padding: 30px 10px 0;
}
.nav-tab-content p {
  font-size: 15px;
}
section.nav-tab-content .outer {
  padding: 0;
}
dl {
  margin-bottom: 10px;
}
dt {
  display: inline-block;
  min-width: 180px;
  font-weight: normal;
}
dd {
  display: inline-block;
}
dd:before {
  content: "\2022";
  position: relative;
  top: 0px;
  left: -10px;
}
.free-text p {
  font-size: 14px;
}
.collapse-block .center-block {
  text-align: center;
}
.collapse-block .center-block .btn-1 {
  margin: 10px auto;
}
.collapse-block .center-block + small {
  margin-top: 0;
}
.collapse-block .heading2 {
  margin: 25px 0 15px 10px;
}
.collapse-block .grid-wrapper:first-child {
  border-bottom: 1px solid #fff;
}
.collapse-block .grid-content {
  border: none;
}
/*.collapse-block .grid-content:first-child {
  background-color: #f3f3f3;
}*/
.collapse-block .grid-content figcaption {
  width: 70%;
  margin: 0 auto;
}
.collapse-block .grid-content > a {
  min-height: 296px;
}
.collapse-block .grid-content > a img {
  width: 70px;
  height: auto;
}
.collapse-block .grid-content.active {
  background-color: #e9e9e9;
}
.collapse-block .grid-content.active .more {
  display: none;
}
.collapse-block .grid-content.active .less {
  display: block;
}
.collapse-block .grid-content:hover a {
  text-decoration: inherit;
}
.collapse-block .grid-content .inner {
  padding: 25px 10px;
}
.collapse-block .grid-content img {
  height: auto;
}
.collapse-block .grid-content h3 {
  padding-bottom: 15px;
  font-size: 21px;
}
.collapse-block .grid-content p {
  font-size: 15px;
}
.collapse-block .grid-content figcaption {
  width: 65%;
}
.collapse-block .collapse-nav {
  margin-top: 20px;
  font-size: 15px;
}
.collapse-block .collapse-nav.more {
  display: block;
}
.collapse-block .collapse-nav.less {
  display: none;
}
.collapse-block .collapse-nav:hover {
  text-decoration: underline !important;
}
.collapse-block .collapse {
  padding: 0 10px;
  font-size: 15px;
}
.collapse-block .collapse h4:first-child {
  display: none;
}
.collapse-block .collapse h4:first-child + p {
  display: none;
}
.collapse-block .collapse p {
  margin-bottom: 10px;
  font-size: inherit;
}
.collapse-block .collapse a {
  color: #06377b;
}
.collapse-block .collapse ul {
  margin-top: 10px;
}
.collapse-block .collapse ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.collapse-block .collapse ul li:before {
  /*content: "\2022";*/
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 15px;
}
.collapse-block .collapse ul li.title {
  display: block;
  padding-left: 5px;
}
.collapse-block .collapse ul li.title:before {
  content: '';
}
.collapse-block .collapse small {
  display: block;
}
.collapse-block .align-center {
  margin-bottom: 25px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .benefits-block .heading2 {
    padding-left: 30px;
    font-size: 16px;
  }
  .benefits-block .grid-content .inner h3 {
    font-size: 14px;
  }
  .benefits-block .collapse-nav {
    font-size: 10px;
  }
}
/* Home grid */
.tbl-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.grid-wrapper {
  display: table;
  width: 100%;
  clear: both;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.grid-content {
  clear: both;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  min-height: 100px;
  height: auto !important;
}
.grid-content.grid-gray {
  background-color: #e5e5e5;
}
.grid-content.grid-whitesmoke {
  background-color: #f7f7f7;
}
.grid-content img {
  position: absolute;
  width: 45px;
  margin: 0 24px 0 10px;
}
.grid-content .descs {
  padding: 0 0 0 100px;
}
.grid-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.grid-content p {
  font-size: 14px;
  margin: 0;
}
.grid-content .inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  color: #333;
}
.sticky-wrapper section.apply-block {
  border: 0;
  padding-bottom: 0;
}
.sticky-wrapper section.apply-block .heading2 {
  margin-top: 0;
}
#applynow ~ .divider {
  margin: 15px 0;
}
.apply-block {
  font-size: 15px;
}
.apply-block .heading {
  margin-bottom: 0;
  padding: 18px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #001f67;
  background: #e9e9e9;
}
.apply-block h4 {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
.apply-block .link {
  display: block;
  padding-top: 15px;
}
.apply-block sub {
  bottom: 0;
  font-size: 90%;
}
.apply-block .btn-1 {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.apply-block .grid-content {
  border: none;
  background: #f3f3f3;
}
.apply-block .grid-content:first-child {
  background: #f3f3f3;
}
.apply-block .grid-content + .grid-content {
  margin-top: 5px;
}
.apply-block .grid-content .inner {
  padding: 20px 10px;
}
.apply-block .grid-content .inner figure {
  position: relative;
}
.apply-block .grid-content .inner .descs {
  padding-left: 0;
}
.apply-block .grid-content .inner img + .descs {
  padding-left: 110px;
}
.apply-block .grid-content .inner img + .descs .link {
  position: relative;
  left: -55px;
  text-align: center;
  width: 100%;
}
.apply-block .grid-content .inner img + .descs .link .btn-1 {
  padding: 12px 10px;
  width: 190px;
  margin: 0 auto;
}
.apply-block .grid-content .inner img {
  left: 10px;
  top: 0;
  width: 54px;
  height: auto;
}
.apply-block .grid-content .inner > .link {
  padding-left: 128px;
}
.apply-block .grid-content .inner > .link a {
  color: #fff;
}
.apply-block .grid-content .inner .heading {
  background: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}
.apply-block .grid-content .inner .heading:nth-child(n+2) {
  margin-top: 20px;
}
section.other-info-block,
section.same-day-block {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background-color: #fafafa;
}
section.other-info-block p,
section.same-day-block p {
  font-size: 13px;
}
section.other-info-block ul li,
section.same-day-block ul li {
  font-size: 13px;
}
section.other-info-block {
  border-top: 1px solid #e5e5e5;
  background-color: transparent;
}
section[class*="-block"].same-day-block {
  margin-top: 0;
}
section[class*="-block"].same-day-block .heading2 {
  margin-top: 0;
}
h3 {
  margin-bottom: 15px;
}
.more-info-block {
  font-size: 15px;
  margin-bottom: 25px;
}
.more-info-block a {
  font-size: 15px;
}
.more-info-block p {
  font-size: 16px;
  margin: 0;
}
.more-info-block .heading2 {
  padding-left: 0;
}
.block {
  padding: 25px 0;
}
.col-md-4 {
  margin-bottom: 18px;
}
.col-md-4.last {
  margin-bottom: 0;
}
.panel-group {
  margin: 30px 0;
}
.panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.panel .panel-title {
  font-size: 15px;
  font-weight: normal;
}
.panel .panel-body {
  padding: 15px;
  font-size: 14px;
  border: none;
}
.panel-default > .panel-heading {
  position: relative;
  padding: 15px 10px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5e5e5;
}
.panel-default > .panel-heading a {
  display: block;
  position: relative;
}
.panel-default > .panel-heading a:before,
.panel-default > .panel-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 17px;
  height: 2px;
  background-color: #999;
  color: #999;
}
.panel-default > .panel-heading a:before {
  display: none;
  right: 12px;
  height: 16px;
  width: 2px;
  margin-top: -7px;
}
.panel-default > .panel-heading a.collapsed:before {
  display: block;
}
.product-card-detail.open-menu body .navbar-collapsed {
  margin-bottom: 0;
}
.apply-now-fixed {
  background-color: #0d2b63;
  padding: 0 10px;
  position: fixed;
  bottom: 0;
  width: inherit;
  margin-left: 0px;
  transition: all 0.25s linear;
  z-index: 7000;
}
.apply-now-fixed p {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  margin: 0;
}
.apply-now-fixed .btn-1 {
  background: #dc1f2d;
  color: #fff;
  width: 167px;
  margin-bottom: 10px;
}
.apply-now-fixed .arrow-expand {
  background: #0d2b63 url('https://www1.uob.com.my/iwov-resources/images/up-arrow.png') center no-repeat;
  background-size: 15px;
  position: absolute;
  content: '';
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 10px;
  top: -30px;
}
.apply-now-fixed .arrow-expand.open {
  background: #0d2b63 url('https://www1.uob.com.my/iwov-resources/images/down-arrow.png') center no-repeat;
  background-size: 15px;
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .apply-now-fixed .btn-1 {
    margin-top: 23px;
  }
}
.float-banner {
  background-position: 100%;
  background-size: 400%;
  background-repeat: no-repeat;
  position: relative;
}
.float-banner .light-banner {
  color: #fff;
}
.float-banner .description {
  width: 100%;
  text-align: center;
  padding: 10px;
}
.float-banner .description .btn-1 {
  min-width: 160px;
  margin: 0;
}
.float-banner p {
  font-size: 16px;
}
.float-banner img {
  width: 100%;
  display: none;
}
.float-banner h2 {
  margin-bottom: 10px;
}
.how-it-works-block {
  font-size: 15px;
}
.how-it-works-block .formula-block {
  margin-top: 30px;
  color: #333;
  background-color: #f3f3f3;
}
.card-detail .no-border .text-bold {
  font-weight: normal;
}
.responsive-table tbody > .active ~ .active:before {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  margin-top: 15px;
  background-color: #e5e5e5;
}
.responsive-table {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 10px;
  background-color: #f3f3f3;
}
.responsive-table td,
.responsive-table th {
  display: block;
}
.responsive-table td:before,
.responsive-table th:before {
  content: attr(data-title);
  display: block;
  font-weight: bold;
}
.responsive-table td:first-child,
.responsive-table th:first-child {
  text-align: left;
  border-left: 0;
}
.responsive-table td:first-child span,
.responsive-table th:first-child span {
  display: block;
}
.responsive-table td:first-child .plus:after,
.responsive-table th:first-child .plus:after {
  content: "+";
  display: block;
  padding-bottom: 5px;
  font-size: 25px;
  text-align: center;
}
.responsive-table thead {
  display: none;
}
.responsive-table tbody {
  display: block;
  padding: 0 10px;
}
.responsive-table tr {
  display: block;
  width: 100%;
}
.responsive-table tr:last-child td:last-child {
  border-bottom: none;
}
.responsive-table tr.active td:last-child {
  border: none;
}
.responsive-table td {
  padding: 10px 0;
  display: block;
  text-align: left;
}
.responsive-table td:last-child {
  border-bottom: solid 1px #e5e5e5;
}
.responsive-table td.active:last-child {
  border: none;
}
.responsive-table tfoot {
  border-top: solid 1px #e5e5e5;
}
.responsive-table tfoot tr td {
  border-bottom: none;
  padding: 10px;
}
.responsive-table tfoot tr td:last-child {
  border-bottom: none;
}
.subtitlemixin.subtitle {
  margin-bottom: 5px;
}
.subtitlemixin.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-wrapper section[class*="-block"] .heading2 {
  margin: 25px 0 20px;
  padding-left: 10px;
  outline: none;
}
.sticky-wrapper section[class*="-block"] .heading2.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30 {
  padding: 30px 0;
  padding-left: 10px;
  outline: none;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-wrapper .section-title .heading2.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper .section-title .heading2.subtitle + span {
  display: block;
  font-size: 16px;
}
.sticky-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  margin: 12px 0;
  overflow-y: hidden;
  overflow-x: auto;
  background: #fff;
}
.sticky-nav.affix {
  position: fixed;
  top: 0;
  z-index: 1005;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sticky-nav.affix + .foreign-exchange-content {
  padding-top: 87px;
}
.sticky-nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background-image: -webkit-linear-gradient(left, transparent, #fff);
  background-image: -moz-linear-gradient(left, transparent, #fff);
  background-image: -ms-linear-gradient(left, transparent, #fff);
  background-image: -o-linear-gradient(left, transparent, #fff);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* Fix for native browser */
}
.sticky-nav.no-mask:before {
  display: none;
}
.sticky-nav ul {
  margin-bottom: 0;
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
}
.sticky-nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.sticky-nav li:first-child:before {
  display: none;
}
.sticky-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
  z-index: 1;
}
.sticky-nav li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 4px;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
  transition: background-color 0.7s 0.2s;
  background-color: transparent;
}
.sticky-nav li.active {
  background-color: #fff;
}
.sticky-nav li.active:before {
  display: none;
}
.sticky-nav li.active:after {
  background-color: #06377b;
}
.sticky-nav li.active a {
  color: #06377b;
}
.sticky-nav li.active + li:before {
  display: none;
}
.sticky-nav li.active {
  pointer-events: none;
  cursor: default;
}
.sticky-nav li.active a {
  pointer-events: none;
  cursor: default;
}
.sticky-nav a {
  display: block;
  padding: 20px;
  font-size: 12px;
  color: #333;
  height: 100%;
}
.touchevents .sticky-nav li:hover {
  background: #f7f7f7;
}
.touchevents .sticky-nav li.active {
  background: #fff;
}
.touchevents .sticky-nav li:hover:after {
  background-color: transparent;
}
.touchevents .sticky-nav li:hover.active:after {
  background-color: #06377b;
}
.touchevents .sticky-nav li:hover a {
  color: #333;
}
.nav-tabs.nav-justified.scrolltabs {
  font-size: 0;
  margin-top: 0;
  white-space: nowrap;
  min-width: 100%;
  text-align: right;
  overflow: visible;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.nav-tabs.nav-justified.scrolltabs li {
  float: none;
  width: 33.33%;
}
.nav-tabs.nav-justified.scrolltabs li a {
  background: transparent;
  margin: 0;
}
.nav-tabs.nav-justified a {
  white-space: normal;
}
/* SUPPORTING STYLING FOR TEAMSITE */
.container-fluid.iw_section.iw_section_navbar_opened ~ * {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}

.comparison-tbl tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

.comparison-tbl  td, th {
    display: block;
    width: 33%;
	padding: 5px 2px;
  }
  
  .comparison-tbl th:first-child, .comparison-tbl tr.sub-header td:first-child {
    background: #001f67;
}

.comparison-tbl th:first-child, .comparison-tbl tr.no-header td:first-child {
    visibility: hidden;
}

.comparison-tbl th:first-child, .comparison-tbl td:first-child {
    text-align: center;
    background: rgba(0, 154, 217, 0.65);
    width: 100%;
    color: white;
}

.comparison-tbl  th:first-child {
    display: none;
}

.comparison-tbl {
	margin-bottom: 40px;
}

.container {
	width: 100%;
	padding: 0;
}

.container .row {
	margin: 0;
}

.iw_section .iw_row  .iw_columns {
	padding: 0;
}

.row.iw_stretch{
	margin: 0;
}


	
	
}










/*Product Card Detail JOINT*/
@media (min-width: 768px) {
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*! * bootstrap-slider.js */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
/* Bootstrap*/
.container {
  width: 1180px;
}
/* Bootstrap end */
.btn-1 {
  display: inline-block;
  padding: 12px 25px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-decoration: initial;
  background: #001f67;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-1:hover {
  color: #fff;
  text-decoration: none !important;
  background: #dc1f2d;
}
[data-uob-tg-mobile="show"],
[data-uob-tg-android="show"],
[data-uob-tg-iphone="show"] {
  display: none !important;
}
.data-input-hidden {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.heading1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.heading2,
.heading2-t-30 {
  font-size: 24px;
  font-weight: bold;
}
.heading3 {
  font-size: 23px;
  font-weight: bold;
}
.heading4 {
  font-size: 18px;
}
.heading5 {
  font-size: 16px;
}
[class*="pusher-"] {
  display: block;
}
.pusher-t-10 {
  margin-top: 10px;
}
.pusher-t-15 {
  margin-top: 15px;
}
.pusher-t-25 {
  margin-top: 25px;
}
.pusher-t-30 {
  margin-top: 30px;
}
.pusher-t-40 {
  margin-top: 40px;
}
.pusher-t-45 {
  margin-top: 45px;
}
.pusher-b-15 {
  margin-bottom: 15px;
}
.pusher-b-30 {
  margin-bottom: 30px;
}
section.pusher-t-30 {
  padding-top: 30px;
  margin-top: 0;
}
.wrapper {
  margin: 0 auto;
  width: 1180px;
}
.fixed #main {
  padding-top: 82px;
}
.alert .fa {
  top: 14px;
}
.alert .close {
  top: 8px;
}
h1.sr-only {
  display: none;
}
.skip-link {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  display: inline-block;
  width: 1px;
  height: 1px;
  z-index: -999;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e5e5e5;
}
.skip-link:focus,
.skip-link:active {
  width: 400px;
  padding: 10px 0;
  height: auto;
  z-index: 999;
  color: #333;
}
.skip-link.bottom {
  position: fixed;
  bottom: 0;
}
section[class*="-block"].no-border-padding {
  border: none;
  padding: 0;
}
section.padding-0-30 {
  padding: 0 30px 30px;
}
.share-add-this {
  position: relative;
}
.share-add-this .addthis_inline_share_toolbox {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.list-disc {
  margin-bottom: 20px;
}
.list-disc li {
  font-size: 10px;
}
.list-disc li:before {
  font-size: 10px;
}
.main-banner .description ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.main-banner .description ul li {
  font-size: 16px;
  list-style-type: disc;
}
.main-banner .description ul li:before {
  font-size: 10px;
}
.no-js .preloader {
  display: none;
}
.no-js .navbar-right {
  float: right;
  margin: 30px 0;
  width: 1100px;
}
.no-js .navbar-right > div {
  position: static;
  float: left;
}
.no-js .navbar-right .block-dropdowns [class*="block-"] {
  float: left;
  position: relative;
  padding-top: 50px;
}
.no-js .navbar-right .block-dropdowns button {
  position: absolute;
  top: 0;
  left: 0;
}
.no-js .navbar-form {
  width: auto;
}
.no-js .navbar-form #toggle-search {
  display: none;
}
.no-js .navbar-form .dropdown {
  position: relative;
}
.no-js .navbar-form .dropdown-menu {
  padding: 10px 0;
  margin: 0;
  height: auto;
}
.no-js .navbar-form .dropdown-menu button {
  float: right;
  position: static;
  background: none;
}
.no-js .navbar-form .txt-search {
  float: left;
  width: 200px;
  position: static;
}
.no-js .dropdown-menu {
  position: static !important;
  display: block !important;
  width: auto !important;
}
.no-js .banner-slider {
  position: relative;
}
.no-js .out-dock .side-wideget {
  width: 225px;
  opacity: 1;
}
.no-js .mainnav .menu-level1:hover .submenu-level1 {
  display: block;
}
.no-js .panel-collapse {
  display: block;
}
.no-js .panel-default > .panel-heading .collapsed:before {
  background-position: 0 -30px;
}
.no-js :target {
  display: block!important;
  visibility: visible!important;
}
.no-js :target + .tab-pane {
  display: none!important;
  visibility: hidden!important;
}
.no-js .calculate-cash-rebate .total {
  display: block;
}
/* Home main slider */
.mainbanner {
  position: relative;
}
.bxslider img {
  width: 100%;
  margin: 0 auto;
}
.bxslider .main-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bxslider .main-banner .thumb {
  position: absolute;
  top: 70px;
}
.bxslider .main-banner .caption {
  position: absolute;
  text-align: left;
  top: 0;
}
.bxslider .main-banner .caption .btn-1 {
  margin-bottom: 30px;
}
.bxslider .main-banner .caption h2 {
  font-size: 30px;
  font-weight: bold;
  color: #001f67;
  margin: 0 0 15px;
  text-transform: none;
  line-height: 1.25em;
}
.bxslider .main-banner .caption p {
  font-size: 18px;
  color: #333;
  margin: 0 0 20px;
}
.bxslider .main-banner .caption img {
  display: inline-block;
  width: auto;
}
.bxslider .main-banner.right .thumb {
  left: 30px;
}
.bxslider .main-banner.right .caption {
  width: 618px;
  right: 0;
  padding: 160px 65px 0 0px;
}
.bxslider .main-banner.left .thumb {
  right: 130px;
}
.bxslider .main-banner.left .caption {
  width: 578px;
  left: 0;
  padding: 160px 0px 0 65px;
}
.bxslider .main-banner.middle {
  width: 510px;
  top: 360px;
}
.bxslider .main-banner.middle .caption {
  text-align: center;
  position: static;
  width: 100%;
}
.bx-pager {
  position: absolute;
  bottom: 100px;
  left: 35px;
  width: 1110px;
  z-index: 52;
}
.bx-pager a {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  background: #fff;
  color: #333;
  text-decoration: initial;
  float: left;
  width: 25%;
  text-align: center;
  height: 90px;
  padding: 10px;
}
.bx-pager a:last-child {
  border-right: 1px solid #e5e5e5;
}
.bx-pager a .bx-pager-tabs {
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  text-transform: capitalize;
}
.bx-pager a.bx-2item {
  width: 50%;
}
.bx-pager a.bx-3item {
  width: 33.33333333%;
}
.bx-pager a:hover,
.bx-pager a.active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #001f67;
  color: #fff;
}
.btnscroll {
  width: 100%;
  clear: both;
  position: relative;
}
.btnScrollTo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  display: block;
  z-index: 52;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  border: 1px solid #e5e5e5;
}
.btnScrollTo span {
  font-size: 60px;
}
.btnScrollTo:hover {
  color: #fff;
  background-color: #001f67;
}
/* Home grid */
.tbl-content {
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 40px;
}
.grid-wrapper {
  display: table;
  width: 100%;
  clear: both;
}
.grid-content {
  display: table-cell;
  width: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.grid-content.grid-gray {
  background-color: #e5e5e5;
}
.grid-content.grid-whitesmoke {
  background-color: #f7f7f7;
}
.grid-content a:hover {
  text-decoration: underline;
}
.grid-content .inner {
  display: block;
  width: 100%;
  padding: 30px 25px;
  text-align: center;
  color: #333;
}
.grid-content .inner img {
  display: inline-block;
  height: 100px;
}
.grid-content .inner h3 {
  margin: 26px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.grid-content .inner p {
  font-size: 16px;
  margin: 0;
}
.dock {
  position: fixed;
  top: 256px;
  right: 0;
  z-index: 52;
}
.out-dock {
  text-align: right;
  padding: 0 15px;
}
.out-dock ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.out-dock ul.key-wideget {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  text-align: center;
  display: inline-block;
  float: right;
  border: 1px solid #e5e5e5;
}
.out-dock ul.key-wideget li {
  width: 100%;
  padding: 15px 5px;
  height: 55px;
  width: 50px;
  border-top: 1px solid #fff;
}
.out-dock ul.key-wideget li .content {
  color: #001f67;
}
.out-dock ul.key-wideget li .content:focus {
  outline: none;
}
.out-dock ul.key-wideget li .icon {
  font-size: 25px;
}
.out-dock ul.key-wideget li .icon.icon-money,
.out-dock ul.key-wideget li .icon.icon-venue {
  font-size: 27px;
}
.out-dock ul.key-wideget li:first-child.active {
  border-top: none;
}
.out-dock ul.key-wideget li.active {
  background: #001f67;
}
.out-dock ul.key-wideget li.active .icon {
  color: #fff;
}
.out-dock ul.side-wideget {
  float: left;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -moz-transition: width 0.3s, opacity 0.3s;
  -ms-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  background: #e5e5e5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e5e5e5;
}
.out-dock ul.side-wideget li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px;
  height: 55px;
  line-height: 34px;
  border-top: 1px solid #fff;
}
.out-dock ul.side-wideget li:first-child {
  border-top: 0;
}
.out-dock ul.side-wideget li a {
  font-size: 12px;
  color: #001f67;
  text-decoration: initial;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
}
.out-dock ul.side-wideget li:first-child.active {
  border-top: none;
}
.out-dock ul.side-wideget li.social {
  padding: 0;
}
.out-dock ul.side-wideget li.social a {
  color: #999;
  font-size: 19px;
  padding: 10px;
  width: 33.333333333%;
  text-align: center;
}
.out-dock ul.side-wideget li.social a :hover {
  color: #001f67;
}
.out-dock ul.side-wideget li.social.active {
  background-color: #e5e5e5;
}
.out-dock ul.side-wideget li.social.active a {
  color: #999;
}
.out-dock ul.side-wideget li.active {
  color: #fff;
  background-color: #001f67;
}
.out-dock ul.side-wideget li.active a {
  color: #fff;
}
.out-dock.active .side-wideget {
  width: 200px;
  border-right: none;
  opacity: 1;
}
.out-dock.active .key-wideget {
  border-left: 1px solid #e5e5e5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-banner {
  position: relative;
}
.main-banner .description {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  padding: 48px 50px 0px 30px;
  color: #fff;
}
.main-banner .description .heading2 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 24px;
}
.main-banner ul {
  margin-bottom: 25px;
}


.main-banner ul li {
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.main-banner ul ul li { 
  border-top: 0px solid #e5e5e5;
   border-bottom: 0px solid #e5e5e5;
}
.main-banner .btn-1 {
  font-size: 14px;
  width: 164px;
}
.main-banner .btn-red {
  background: #dc1f2d;
  color: #fff;
}
.main-banner .light-banner .description {
  color: #333;
}
.cal-total-savings .col-md-6 {
  padding: 0;
}
.cal-total-savings .border {
  position: relative;
  border: 0;
}
.cal-total-savings .border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 1px;
  background-color: #f2f2f2;
}
.cal-total-savings .border:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 1px;
  background-color: #f2f2f2;
}
.cal-total-savings .heading5 {
  text-align: center;
  font-weight: bold;
}
.cal-total-savings .form-group {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-top: 53px;
  font-size: 16px;
  text-align: center;
}
.cal-total-savings .form-group label {
  display: block;
  margin-bottom: 15px;
}
.cal-total-savings .form-group input {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  line-height: 20px;
  width: 80px;
  height: 40px;
  border: 1px solid #f2f2f2;
}
.formula-block {
  display: flex;
  margin: 30px 0 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #001f67;
}
.formula-block .title {
  display: block;
  font-size: 16px;
}
.formula-block .title span {
  display: block;
}
.formula-block .total {
  font-size: 24px;
}
.formula-block .icon-cal {
  position: relative;
}
.formula-block .icon-cal span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -17px;
  font-size: 30px;
  font-weight: bold;
}
.slider.slider-horizontal {
  width: 100%;
  margin-top: 36px;
}
.slider-handle {
  width: 34px;
  height: 34px;
  top: -10px;
  -webkit-box-shadow: 2px 1px 5px #808080;
  -moz-box-shadow: 2px 1px 5px #808080;
  box-shadow: 2px 1px 5px #808080;
  background: #fff;
}
.slider-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  width: 13px;
  height: 13px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick {
  width: 15px;
  height: 15px;
  top: -1px;
  -webkit-box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
  background: #fff;
}
.slider-tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  width: 13px;
  height: 13px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick.round {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.slider-tick.round:before {
  display: none;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
}
.slider-selection.tick-slider-selection,
.slider-track-high {
  height: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.slider-tick-label {
  margin-top: 20px;
  font-size: 14px;
}
.sticky-wrapper section.calculator-block .heading2 {
  padding-top: 30px;
}
.calculate-cash-rebate {
  font-size: 16px;
}
.calculate-cash-rebate figure {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 80px;
}
.calculate-cash-rebate figure figcaption {
  padding-right: 120px;
}
.calculate-cash-rebate figure .img-wrapper {
  width: 100px;
}
.calculate-cash-rebate figure img {
  margin: 0 auto;
}
.calculate-cash-rebate figure span {
  display: block;
}
.calculate-cash-rebate input[type="number"] {
  width: 80px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f7f7f7;
}
.calculate-cash-rebate .info {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}
.calculate-cash-rebate .info sub {
  bottom: 0;
  font-size: 16px;
}
.calculate-cash-rebate .total {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.calculate-cash-rebate .btn-1 {
  margin: 10px 0 30px;
}
.calculate-cash-rebate sub {
  bottom: .5em;
  font-size: 16px;
}
.display-block {
  display: block;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.nav-tabs li a {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1em;
  color: #333;
  text-align: center;
  border: none!important;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.nav-tabs li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
}
.nav-tabs li a:hover {
  color: #001f67;
  background-color: #fff;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs li a:hover:before {
  background-color: #001f67;
}
.nav-tabs li.active a {
  color: #001f67;
  /*font-weight: bold;*/
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  border: none;
  color: #001f67;
}
.nav-tabs li.active a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
.tab-pane {
  padding-top: 50px;
}
.fees-requirements-block {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}
.fees-requirements-block .heading2 {
  margin-bottom: 0;
}
.fees-requirements-block .heading5 {
  margin-bottom: 20px;
}
.fees-requirements-block .nav-tabs {
  display: none;
}
.fees-requirements-block .tab-content > .tab-pane {
  display: block;
}
.fees-requirements-block .tab-content > .tab-pane:first-child {
  padding-top: 0;
  padding-bottom: 20px;
}
.fees-requirements-block .tab-content > .tab-pane + .tab-pane {
  padding-top: 30px;
}
.fees-requirements-block .tab-content.col-2 .tab-pane {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 49%;
}
.fees-requirements-block .tab-content.col-2 .tab-pane dt {
  min-width: 0;
  width: 30%;
  max-width: 160px;
}
.fees-requirements-block .tab-content.col-2 .tab-pane + .tab-pane {
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}
.fees-requirements-block p {
  font-size: 16px;
}
#requirements {
  border-bottom: 1px solid #e5e5e5;
}
dl {
  margin-bottom: 10px;
}
dt {
  display: inline-block;
  min-width: 200px;
  font-weight: normal;
}
dd {
  display: inline-block;
}
dd:before {
  content: "\2022";
  position: relative;
  top: 0px;
  left: -10px;
}
dd.group-dd:before {
  content: none;
}
.group-dd {
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.group-dd .list-disc li {
  padding-left: 5px;
}
.group-dd .list-disc li:before {
  left: -10px;
}
.sticky-nav[data-tab] {
  margin: 0;
  top: 0;
  z-index: 999;
  width: 1080px;
}
.sticky-nav[data-tab] li {
  /* width: 33.333333%; */
}
.product-tabs .heading2 {
  padding: 30px 30px 30px 50px;
  outline: none;
}
.product-tabs .grid-wrapper {
  border-top: 1px solid #e5e5e5;
}
.product-tabs .grid-wrapper:last-child {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
.product-tabs .tab-pane {
  padding-top: 0;
}
.product-tabs .grid-content {
  width: 33.333333%;
}
.product-tabs .grid-content img {
  height: auto;
}
.product-tabs .grid-content .inner {
  padding-bottom: 80px;
}
.product-tabs .fixeddeposits-tab .grid-wrapper:last-child {
  border-top: 1px solid #e5e5e5;
}
.product-tabs .fixeddeposits-tab img {
  width: auto;
  height: auto;
  max-width: none;
}
.product-tabs .link {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
}
section.product-tabs {
  padding-bottom: 0;
}
.our-team-block h5 {
  font-size: 16px;
  font-weight: 700;
}
.our-team-block p {
  font-size: 16px;
  margin: 0;
}
.our-team-block .row-list {
  margin-left: -15px;
  margin-right: -15px;
}
.our-team-block .row-list:before,
.our-team-block .row-list:after {
  content: '';
  display: table;
}
.our-team-block .row-list:after {
  clear: both;
}
.essential-services-block {
  border-bottom: none !important;
}
.essential-services-block .grid-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.essential-services-block .grid-wrapper.col-3 .grid-content {
  width: 33.33333%;
}
.essential-services-block .grid-wrapper.col-4 .grid-content {
  width: 25%;
}
.essential-services-block .grid-content .inner {
  padding: 30px 15px 50px;
}
.essential-services-block .grid-content .inner h3 span {
  display: block;
}
.essential-services-block .grid-content img {
  height: auto;
}
section.filter-content-block {
  border: none;
  width: 100%;
}
section.filter-content-block .filter-item {
  text-align: center;
}
section.filter-content-block .filter-item li {
  font-size: 18px;
}
section.filter-content-block .filter-item li.active a {
  font-weight: 700;
}
section.filter-content-block .dropdown-filter-group {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
section.filter-content-block .dropdown-filter-group label {
  font-size: 15px;
  margin-left: 35px;
  margin-right: 20px;
}
section.filter-content-block .dropdown-filter-group label:first-child {
  margin-left: 0;
}
section.filter-content-block .dropdown-filter-group .dropdown {
  display: inline;
}
section.filter-content-block .btn-dropdown {
  background: #f3f3f3;
  border: none;
  font-size: 15px;
  outline: none;
  padding: 10px;
  text-align: left;
  width: 100%;
  max-width: 260px;
}
section.filter-content-block .btn-dropdown .caret {
  float: right;
  margin-top: 7px;
  border-top: 8px dashed;
}
section.filter-content-block .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  max-width: 260px;
  top: 25px;
}
section.filter-content-block .dropdown-menu ul {
  margin: 0;
}
section.filter-content-block .dropdown-menu ul li {
  display: block;
  padding: 8px 14px;
  text-align: left;
  border-top: 1px solid #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  background-color: #e3e3e3;
  cursor: pointer;
}
section.filter-content-block .dropdown-menu ul li:hover {
  background-color: #eaeaea;
}
section.filter-content-block .dropdown-menu ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.filter-content-block .dropdown-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #333;
  text-transform: uppercase;
  margin-left: 5px;
}
@media screen and (min-width: 767px) and (max-width: 780px) {
  section.filter-content-block .dropdown-menu {
    max-width: 250px;
  }
  .sticky-nav a {
    padding: 20px 10px;
  }
}
.offer-listing {
  padding: 0 30px;
  color: #06377b;
  display: block;
  font-size: 16px;
  text-align: right;
}
.offer-listing img,
.offer-listing span {
  display: inline-block;
  vertical-align: middle;
}
.offer-listing span {
  margin-left: 10px;
}
.offer-listing .offer-nav {
  display: inline-block;
  margin-left: 15px;
}
.offer-listing a[class*='arrow'] {
  background: #f3f3f3;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  min-height: 25px;
  min-width: 25px;
}
.offer-listing a[class*='arrow']:first-child {
  margin-left: 0;
}
.offer-content {
  font-size: 16px;
  padding: 0 30px;
}
.offer-content span,
.offer-content p {
  font-size: 16px;
}
.offer-content h3 {
  float: right;
  width: 70%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 10px;
}
.offer-content .list-disc {
  font-weight: 700;
}
.offer-content .bxslider-type-3 {
  float: left;
  max-width: 400px;
  padding-right: 10px;
  width: 30%;
}
.offer-content .offer-detail {
  float: right;
  width: 70%;
  padding-left: 10px;
}
.offer-content .offer-button-group {
  padding-top: 5px;
}
.offer-content .offer-button-group .btn-1 {
  font-size: 15px;
  padding: 14px;
  max-width: 165px;
  width: 100%;
}
.call-share-group {
  display: block;
  width: 100%;
}
.call-share-group a {
  background: #e5e5e5;
  color: #333;
  display: inline-block;
  font-size: 16px;
  width: 50%;
  padding: 9px;
  text-align: center;
}
.call-share-group a + a {
  border-left: 1px solid #cccccc;
}
.call-share-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.call-share-group a span.fa-phone {
  font-size: 20px;
  color: #0c3577;
}
.share-book-group {
  display: block;
}
.share-book-group a {
  display: inline-block;
  font-size: 16px;
  padding: 9px;
  margin-right: 25px;
}
.share-book-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.offer-contact {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
.offer-contact .contact-item {
  margin-bottom: 20px;
}
.offer-contact label {
  display: block;
  margin: 0;
}
.offer-contact .get-direct img {
  margin-right: 10px;
}
.offer-contact .get-direct > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-contact-inline {
  font-size: 0;
}
.offer-contact-inline .contact-item {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 33.3333%;
  margin-bottom: 20px;
}
.offer-contact-inline label {
  display: block;
  margin: 0;
}
.offer-contact-inline .get-direct img {
  margin-right: 10px;
}
.offer-contact-inline .get-direct > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-openning-hours {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.offer-openning-hours label .text-red {
  display: inline-block;
  font-size: 12px;
}
.offer-openning-hours ul li {
  line-height: 1.5em;
}
.offer-openning-hours ul li span {
  display: inline-block;
  max-width: 60px;
  width: 100%;
}
.offer-block {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.offer-block h3 {
  width: 100%;
  padding-left: 0;
}
.offer-block small {
  font-size: 12px;
}
.offer-block .infomation-tbl table {
  width: 100%;
}
.offer-block .infomation-tbl td:first-child,
.offer-block .infomation-tbl th:first-child {
  width: 50%;
  text-align: center;
}
.offer-block .offer-block-item .item-thumbnail {
  float: left;
  width: 50%;
  text-align: center;
}
.offer-block .offer-block-item .item-thumbnail-2 {
  float: left;
  margin-right: 25px;
  text-align: center;
}
.offer-block .offer-block-item .item-thumbnail-2 + .item-content {
  width: 70%;
}
.offer-block .offer-block-item .item-thumbnail-2 img {
  max-width: 111px;
}
.offer-block .offer-block-item .item-content {
  display: inline-block;
  width: 50%;
}
.offer-block.last {
  border: none;
  padding: 0;
  margin: 0;
}
.offer-block:after {
  content: '';
  clear: both;
  display: block;
}
.offer-block .offer-accor .panel-body {
  padding: 0;
}
.grid-items {
  width: 100%;
  display: block;
}
.grid-items .grid-thumbnail {
  display: inline-block;
  float: left;
  width: 40%;
}
.grid-items .grid-desc {
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  font-size: 16px;
  padding: 30px;
  overflow: auto;
  width: 60%;
}
.grid-items .grid-desc .heading3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.grid-items .grid-desc p {
  font-size: 16px;
}
.infor-contact {
  display: table;
}
.infor-contact strong {
  display: inline-block;
  min-width: 140px;
}
.infor-contact p {
  margin-bottom: 10px;
}

	
	
}



@media (max-width: 767px) {
.navbar-toggle span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggle span:nth-child(1) {
  display: none;
  top: 20px;
  width: 0%;
  left: 50%;
}
.navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  left: 0;
  top: 20px;
}
.navbar-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
  left: 0;
  top: 20px;
}
.navbar-toggle span:nth-child(4) {
  display: none;
  top: 20px;
  width: 0%;
  left: 50%;
}
/* Bootstrap*/
.container {
  width: 100%;
}
/* Bootstrap end */
.btn-1 {
  display: inline-block;
  padding: 8px 22px;
  text-decoration: initial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  background: #001f67;
  width: 100%;
  max-width: 150px;
}
.btn-1:hover,
.btn-1:focus {
  color: #fff;
}
[data-uob-tg-desktop="show"] {
  display: none !important;
}
[data-uob-tg-tablet="show"],
[data-uob-tg-mobile="hide"] {
  display: none !important;
}
.data-input-hidden {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.heading1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.heading2 {
  font-size: 24px;
  font-weight: bold;
}
.heading3 {
  font-size: 23px;
  font-weight: bold;
}
.heading4 {
  font-size: 18px;
}
[class*="pusher-"] {
  display: block;
}
.pusher-t-10 {
  margin-top: 5px;
}
.pusher-t-15 {
  margin-top: 8px;
}
.pusher-t-25 {
  margin-top: 23px;
}
.pusher-t-30 {
  margin-top: 15px;
}
.pusher-t-40 {
  margin-top: 20px;
}
.pusher-t-45 {
  margin-top: 23px;
}
.pusher-b-15 {
  margin-bottom: 15px;
}
.fixed #main {
  padding-top: 50px;
}
h1.sr-only {
  display: none;
}
.skip-link {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  display: inline-block;
  width: 1px;
  height: 1px;
  z-index: -999;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e5e5e5;
}
.skip-link:focus,
.skip-link:hover,
.skip-link:active,
.skip-link.active {
  width: 400px;
  padding: 10px 0;
  height: auto;
  z-index: 999;
  color: #333;
}
.skip-link.bottom {
  position: fixed;
  bottom: 0;
}
section[class*="-block"].last-block-mobile {
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 0;
  margin-bottom: 30px;
}
section[class*="-block"].no-background {
  background: none !important;
}
section.padding-0-30 {
  padding: 0 10px 30px;
}
section[class*="-block"].product-tabs {
  padding-bottom: 0;
}
.bx-wrapper img {
  min-height: 89px;
}
.share-add-this {
  position: relative;
}
.share-add-this .addthis_inline_share_toolbox {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bxslider-type-2 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #06377b;
  border-color: #06377b;
}
.bxslider-type-2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #06377b;
  border-color: #fff;
}
.bxslider-type-2 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #dc1f2d;
  border-color: #dc1f2d;
}
.no-js .preloader {
  display: none;
}
.no-js .navbar-right {
  float: left;
}
.no-js .navbar-right > div {
  position: static;
  float: left;
}
.no-js .navbar-right .block-dropdowns [class*="block-"] {
  float: left;
  position: relative;
  padding-top: 50px;
}
.no-js .navbar-right .block-dropdowns button {
  position: absolute;
  top: 0;
  left: 0;
}
.no-js .navbar-form .dropdown #toggle-search {
  display: none;
}
.no-js .dropdown-menu {
  position: static !important;
  display: block !important;
  width: auto !important;
}
.no-js .banner-slider {
  position: relative;
}
.no-js .out-dock .side-wideget {
  height: 100%;
  opacity: 1;
}
.no-js .wrapper {
  padding-bottom: 300px;
}
.no-js #main-navbar {
  display: block;
  position: absolute;
}
.no-js .submenu-level1,
.no-js .submenu-level2 {
  display: block !important;
}
.no-js .other-info .panel-collapse {
  display: block;
}
.no-js .other-info .panel-default > .panel-heading a.collapsed:before {
  background-position: 0 -30px;
}
.no-js .panel-collapse {
  display: block;
}
.no-js .panel-default > .panel-heading .collapsed:before {
  background-position: 0 -30px;
}
.no-js :target {
  display: block!important;
  visibility: visible!important;
}
.no-js :target + .tab-pane {
  display: none!important;
  visibility: hidden!important;
}
.no-js .calculate-cash-rebate .total {
  display: block;
}
/* Home main slider */
.mainbanner {
  position: relative;
}
.bxslider img {
  width: 100%;
}
.bxslider .main-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 14px;
}
.bxslider .main-banner .thumb {
  width: 45%;
}
.bxslider .main-banner .caption {
  width: 61%;
}
.bxslider .main-banner .caption h2 {
  font-size: 16px;
  font-weight: bold;
  color: #001f67;
  margin: 0 0 10px;
  text-transform: none;
  line-height: 1.25em;
}
.bxslider .main-banner .caption img {
  display: inline-block;
  max-width: 100px;
}
.bxslider .main-banner .caption .btn-1 {
  position: absolute;
  left: 50%;
  bottom: 14px;
  padding: 10px 22px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.bxslider .main-banner.left .caption {
  float: left;
  padding-left: 2%;
}
.bxslider .main-banner.right .caption {
  float: right;
  width: 52%;
}
.bxslider .main-banner.middle {
  float: none;
  text-align: center;
  width: 100%;
  top: auto;
  bottom: 0;
  padding: 0;
}
.bxslider .main-banner.middle .caption {
  width: 100%;
}
.bx-pager {
  position: relative;
  padding: 6px 0 7px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  z-index: 51;
  text-align: center;
}
.bx-pager a {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  color: #333;
  text-decoration: initial;
  text-align: center;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #001f67;
}
.bx-pager a .bx-pager-tabs {
  display: none;
}
.bx-pager a.active {
  width: 9px;
  height: 9px;
  background: #dc1f2d;
  margin-bottom: -1px;
}
.dock {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.dock.active .w-close {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  position: fixed;
}
.m-wideget {
  display: none;
  position: relative;
  z-index: 53;
}
.open-menu .m-wideget {
  display: block;
}
.out-dock {
  text-align: right;
  position: relative;
  z-index: 2;
}
.out-dock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.out-dock ul.key-wideget {
  position: absolute;
  bottom: 0;
  min-height: 75px;
  background: #fff;
  width: 100%;
  text-align: center;
  display: table;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.out-dock ul.key-wideget li {
  position: relative;
  width: 20%;
  display: table-cell;
  padding: 10px 5px;
}
.out-dock ul.key-wideget li .content {
  color: #001f67;
}
.out-dock ul.key-wideget li .content .text {
  position: absolute;
  top: 0;
  padding-top: 39px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 10px;
  color: #333;
}
.out-dock ul.key-wideget li .icon {
  font-size: 24px;
}
.out-dock ul.key-wideget li.active {
  background: #001f67;
}
.out-dock ul.key-wideget li.active .icon {
  color: #fff;
}
.out-dock ul.key-wideget li.active .content span {
  color: #fff;
}
.out-dock ul.side-wideget {
  background: #e5e5e5;
  width: 100%;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  bottom: 75px;
}
.out-dock ul.side-wideget li {
  width: 100%;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
.out-dock ul.side-wideget li a {
  font-size: 12px;
  color: #001f67;
  text-decoration: initial;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
}
.out-dock ul.side-wideget li.social a {
  color: #999;
  font-size: 20px;
  width: 33.333333333%;
  border-left: 1px solid #fff;
  text-align: center;
}
.out-dock ul.side-wideget li.active {
  display: block;
  color: #fff;
  background-color: #001f67;
}
.out-dock ul.side-wideget li.active a {
  color: #fff;
}
.out-dock.active .side-wideget {
  height: auto;
  opacity: 1;
}
.out-dock.active .key-wideget {
  border-top: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.heading1 {
  margin: 15px 10px;
}
.main-banner .description {
  padding: 0 10px 25px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.main-banner .description .heading2 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 23px;
}
.main-banner ul {
  margin-bottom: 15px;
}
.main-banner .btn-1 {
  display: table;
  margin: 0 auto;
  font-size: 15px;
}
.main-banner .light-banner .description {
  color: #333;
}
.main-banner .card-banner {
  margin: 0 auto;
}
.main-banner .bx-wrapper img[data-uob-tg-mobile="show"] {
  width: 100%;
}
.calculator-block .content-block {
  padding: 0;
}
.calculate-cash-rebate {
  font-size: 14px;
}
.calculate-cash-rebate .heading5 {
  font-weight: bold;
}
.calculate-cash-rebate figure figcaption {
  padding-left: 100px;
}
.calculate-cash-rebate figure .img-wrapper {
  float: left;
  width: 90px;
}
.calculate-cash-rebate figure img {
  margin: 0 auto;
}
.calculate-cash-rebate figure span {
  display: block;
}
.calculate-cash-rebate input[type="number"] {
  width: 80px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f7f7f7;
}
.calculate-cash-rebate .info {
  margin-top: 10px;
  margin-bottom: 25px;
}
.calculate-cash-rebate .total {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.calculate-cash-rebate p {
  font-size: 12px;
}
.btn-1 {
  margin: 10px 0 30px;
}
.display-block {
  display: block;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.nav-tabs.nav-justified li {
  float: left;
  width: 50%;
}
.nav-tabs.nav-justified li a {
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  text-align: center;
  border: none!important;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.nav-tabs.nav-justified li a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
}
.nav-tabs.nav-justified li.active a {
  color: #001f67;
  font-weight: bold;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  border: none;
}
.nav-tabs.nav-justified li.active a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
.nav-tabs.nav-justified.cards-compare .nav > li a {
  padding: 20px 0;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab.active:after,
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab:hover:after {
  background-color: transparent;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab:hover,
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab:focus {
  background-color: #f7f7f7;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare {
  outline: none;
  border: none;
  background: #ee1729;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  padding: 5px;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare img {
  margin-right: 10px;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare span {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  padding-right: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare .count {
  color: #fff;
  font-size: 12px;
  position: absolute;
  background: #b50000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  line-height: 33px;
  padding-right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare:hover {
  background-color: transparent;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare.clear-all {
  display: none;
  max-width: 130px;
  padding-left: 5px;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare.clear-all span {
  margin-left: 5px;
}
.nav-tabs.nav-justified.cards-compare .nav > li.button-compare-tab .button-compare.clear-all .count {
  font-size: 14px;
  line-height: 26px;
}
.tab-pane {
  padding: 15px 10px 25px;
}
.cal-total-savings .col-md-6 {
  padding: 0;
}
.cal-total-savings .col-md-6:first-child {
  margin-top: 30px;
}
.cal-total-savings .row {
  margin-left: 0;
  margin-right: 0;
}
.cal-total-savings .heading5 {
  text-align: center;
  font-weight: bold;
}
.cal-total-savings .form-group {
  margin-bottom: 8px;
  font-size: 15px;
}
.cal-total-savings .form-group .inner {
  display: inline-block;
  width: 40%;
  text-align: right;
}
.cal-total-savings .form-group label {
  display: inline-block;
  width: 60%;
}
.cal-total-savings .form-group input {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  width: 70px;
  height: auto;
  border: 1px solid #f2f2f2;
}
.cal-total-savings .checkbox-blue {
  display: block;
}
.cal-total-savings .checkbox-blue label:before {
  top: 0;
  left: inherit;
  right: 37px;
  width: 33px;
  height: 30px;
  background-size: 80%;
}
.formula-block {
  margin: 30px 0 0;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  background-color: #001f67;
}
.formula-block [class*="col-md"] {
  padding: 0;
}
.formula-block .title {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-align: center;
}
.formula-block .title span {
  margin-left: 5px;
}
.formula-block .total {
  display: inline-block;
  vertical-align: top;
  font-size: 23px;
  width: 100%;
  text-align: center;
}
.formula-block .icon-cal {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.formula-block .icon-cal span {
  font-size: 30px;
  font-weight: bold;
}
.formula-block .icon-cal.last {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #fff;
}
.slider.slider-horizontal {
  width: 96%;
  display: block;
  height: auto;
  margin: 0 auto !important;
}
.slider-handle {
  width: 22px;
  height: 22px;
  top: 18px;
  -webkit-box-shadow: 2px 1px 5px #808080;
  -moz-box-shadow: 2px 1px 5px #808080;
  box-shadow: 2px 1px 5px #808080;
  background: #fff;
}
.slider-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 10px;
  height: 10px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick {
  width: 15px;
  height: 15px;
  top: 1px;
  -webkit-box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
  background: #fff;
}
.slider-tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  width: 13px;
  height: 13px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick.round {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.slider-tick.round:before {
  display: none;
}
.slider.slider-horizontal .slider-tick-container {
  top: 22px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
}
.slider.slider-horizontal .slider-tick-label-container {
  margin-left: 0!important;
  margin-right: -13px;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  width: 50%!important;
  margin: 44px 0 0 -9px;
  font-size: 15px;
  text-align: left;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label + .slider-tick-label {
  margin-left: 0;
  text-align: right;
}
.slider.slider-horizontal .slider-selection.tick-slider-selection,
.slider-track-high {
  height: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.fees-requirements-block {
  margin-bottom: 0;
  font-size: 15px;
}
.fees-requirements-block .heading2 {
  margin-left: 10px;
}
.fees-requirements-block .heading5 {
  margin-bottom: 20px;
  font-weight: bold;
}
.fees-requirements-block .tab-content > .tab-pane {
  padding: 30px 10px 0;
}
.fees-requirements-block p {
  font-size: 15px;
}
section.fees-requirements-block .outer {
  padding: 0;
}
dl {
  margin-bottom: 10px;
}
dt {
  display: inline-block;
  min-width: 180px;
  font-weight: normal;
}
dd {
  display: inline-block;
}
dd:before {
  content: "\2022";
  position: relative;
  top: 0px;
  left: -10px;
}
dd.group-dd:before {
  content: none;
}
.group-dd {
  display: block;
}
.group-dd .list-disc li {
  padding-left: 5px;
}
.group-dd .list-disc li:before {
  left: -10px;
}
#eligibility dd,
#efees dd {
  width: 100%;
  margin-left: 10px;
}
.affix + .product-tabs {
  padding-top: 58px;
}
.sticky-nav[data-tab] {
  margin: 0;
  visibility: hidden;
}
.sticky-nav[data-tab] li {
  width: 33.333333%;
}
.product-tabs .heading2 {
  outline: none;
  margin-top: 20px;
}
.product-tabs .tab-pane {
  padding: 0;
}
.product-tabs .grid-content {
  border-bottom: none;
}
.product-tabs .grid-content:first-child:not(.grid-whitesmoke) {
  background: inherit;
}
.product-tabs .grid-content:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.product-tabs .grid-content.grid-whitesmoke {
  border-bottom: none;
}
.product-tabs .grid-content img {
  max-width: 70px;
  height: auto;
}
.product-tabs .grid-content img.custom-img-1 {
  padding: 0 9px;
}
.product-tabs .fixeddeposits-tab .grid-content:nth-child(2) {
  border-bottom: 1px solid #e5e5e5;
}
.product-tabs .link {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}
.our-team-block h5 {
  font-size: 16px;
  font-weight: 700;
}
.our-team-block p {
  font-size: 16px;
  margin: 0;
}
.our-team-block .row-list {
  margin-left: -15px;
  margin-right: -15px;
}
.our-team-block .row-list:before,
.our-team-block .row-list:after {
  content: '';
  display: table;
}
.our-team-block .row-list:after {
  clear: both;
}
.essential-services-block .heading2 {
  margin-top: 20px;
}
.essential-services-block .grid-content {
  border-bottom: none;
}
.essential-services-block .grid-content .inner {
  padding-bottom: 30px;
}
.essential-services-block .grid-content h3 {
  margin-bottom: 20px;
}
.essential-services-block .grid-content img {
  width: 45px;
  margin-left: 15px;
}
.essential-services-block .custom-img-1 {
  padding: 0 11px;
}
.filter-content-block {
  width: 100%;
}
.filter-content-block .filter-item {
  text-align: center;
}
.filter-content-block .filter-item li {
  font-size: 18px;
}
.filter-content-block .dropdown-filter-group {
  width: 100%;
  text-align: left;
  padding: 0 15px;
}
.filter-content-block .dropdown-filter-group label {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.filter-content-block .dropdown-filter-group .dropdown {
  margin-bottom: 10px;
}
.filter-content-block .btn-dropdown {
  background: #f3f3f3;
  border: none;
  font-size: 15px;
  text-align: left;
  outline: none;
  padding: 10px;
  width: 100%;
}
.filter-content-block .btn-dropdown .caret {
  float: right;
  margin-top: 7px;
  border-top: 8px dashed;
}
.filter-content-block .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
}
.filter-content-block .dropdown-menu ul {
  margin: 0;
}
.filter-content-block .dropdown-menu ul li {
  display: block;
  padding: 8px 14px;
  text-align: left;
  border-top: 1px solid #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  background-color: #e3e3e3;
  cursor: pointer;
}
.filter-content-block .dropdown-menu ul li:hover {
  background-color: #eaeaea;
}
.filter-content-block .dropdown-menu ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.filter-content-block .dropdown-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #333;
  text-transform: uppercase;
  margin-left: 5px;
}
section.filter-content-block {
  border: none;
  margin: 0;
}
.offer-listing {
  padding: 10px;
  color: #06377b;
  display: block;
  font-size: 16px;
}
.offer-listing img,
.offer-listing span {
  display: inline-block;
  vertical-align: middle;
}
.offer-listing span {
  margin-left: 10px;
}
.offer-listing .offer-nav {
  display: inline-block;
  float: right;
  margin-left: 15px;
}
.offer-listing a[class*='arrow'] {
  background: #f3f3f3;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  min-height: 25px;
  min-width: 25px;
}
.offer-listing a[class*='arrow']:first-child {
  margin-left: 0;
}
.offer-content {
  font-size: 16px;
}
.offer-content span,
.offer-content p {
  font-size: 16px;
}
.offer-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 20px 0 10px;
}
.offer-content .list-disc {
  font-weight: 700;
}
.offer-content .bxslider-type-3 ul li {
  padding: 0 10px;
}
.offer-content .offer-detail {
  width: 100%;
  padding: 0 20px 0 10px;
}
.offer-content .offer-button-group {
  padding-top: 5px;
}
.offer-content .offer-button-group .btn-1 {
  font-size: 15px;
  max-width: 165px;
  margin: 0 0 10px;
  width: 100%;
}
.call-share-group {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}
.call-share-group a {
  background: #f3f3f3;
  color: #333;
  display: inline-block;
  font-size: 16px;
  width: 50%;
  padding: 14px;
  text-align: center;
}
.call-share-group a + a {
  border-left: 1px solid #cccccc;
}
.call-share-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.call-share-group a span.fa-phone {
  font-size: 20px;
  color: #0c3577;
}
.share-book-group {
  display: block;
  text-align: center;
}
.share-book-group a {
  display: inline-block;
  font-size: 16px;
  padding: 9px;
  margin-right: 25px;
}
.share-book-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.offer-contact {
  display: inline-block;
  vertical-align: top;
}
.offer-contact .contact-item {
  margin-bottom: 20px;
}
.offer-contact label {
  display: block;
  margin: 0;
}
.offer-contact .get-direct img {
  margin-right: 10px;
}
.offer-contact .get-direct > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-contact-inline {
  font-size: 0;
}
.offer-contact-inline .contact-item {
  display: block;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 20px;
}
.offer-contact-inline label {
  display: block;
  margin: 0;
}
.offer-contact-inline .get-direct img {
  margin-right: 10px;
}
.offer-contact-inline .get-direct > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-openning-hours {
  display: inline-block;
  vertical-align: top;
}
.offer-openning-hours label .text-red {
  display: inline-block;
  font-size: 12px;
}
.offer-openning-hours ul li {
  line-height: 1.5em;
}
.offer-openning-hours ul li span {
  display: inline-block;
  max-width: 60px;
  width: 100%;
}
.offer-block {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.offer-block h3 {
  width: 100%;
  padding-left: 0;
}
.offer-block small {
  font-size: 12px;
}
.offer-block .infomation-tbl table {
  width: 100%;
}
.offer-block .offer-block-item {
  margin-top: 0;
}
.offer-block .offer-block-item [class*=item-thumbnail] {
  text-align: center;
}
.offer-block .offer-block-item [class*=item-thumbnail] img {
  margin: 0 auto 20px;
}
.offer-block.last {
  border: none;
  padding: 0;
  margin: 0;
}
.offer-block:after {
  content: '';
  clear: both;
  display: block;
}
.offer-block .offer-accor .panel-default > .panel-heading {
  background: #001f67;
  color: #fff;
}
.offer-block .offer-accor .panel-default > .panel-heading a:before,
.offer-block .offer-accor .panel-default > .panel-heading a:after {
  background-color: #fff;
  color: #fff;
}
.offer-block .offer-accor .panel .panel-body {
  padding-bottom: 0;
}
.grid-items {
  width: 100%;
  display: block;
}
.grid-items .grid-thumbnail {
  display: block;
}
.grid-items .grid-thumbnail img {
  width: 100%;
}
.grid-items .grid-desc {
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  font-size: 16px;
  padding: 10px;
  overflow: auto;
  width: 100%;
}
.grid-items .grid-desc .heading3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.grid-items .grid-desc p {
  font-size: 16px;
}
.infor-contact {
  display: table;
}
.infor-contact strong {
  display: inline-block;
  margin-right: 5px;
}
.infor-contact p {
  margin-bottom: 10px;
}
	
}

.side-bar[data-uob-tg-mobile*="hide"] {
  text-align: left;
}
