/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }
  .bx-wrapper .bx-viewport {
    background: #fff; }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .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 {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
  .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;
    border-radius: 5px; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000; }
  .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; }
  .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; }
  .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; }
  .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; }

/** THEME
===================================*/
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
/*! * 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%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-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: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
    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: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
    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: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  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: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  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;
  box-sizing: border-box;
  border-radius: 4px; }
  .slider-selection.tick-slider-selection {
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
    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;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  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);
  -webkit-filter: none;
          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: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  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;
  box-sizing: border-box;
  -webkit-filter: none;
          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: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
    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 {
      color: #999; }
      .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: 0.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 {
  float: 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 {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus {
    outline: 0 !important; }

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.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;
  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;
    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;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-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*/
.container {
  width: 1180px; }

/* Bootstrap end */
.btn-1 {
  display: inline-block;
  padding: 12px 25px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-decoration: initial;
  background: #001f67;
  border-radius: 5px;
  background-clip: padding-box; }
  .btn-1:hover, .btn-1:focus, .btn-1:active {
    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; }

.heading1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: inherit !important; }

.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;
  border-radius: 5px;
  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; }

.main-banner .btn-red {
  background: #dc1f2d;
  color: #fff; }

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

.overlay {
  position: fixed;
  z-index: 53;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 82px;
  background-color: rgba(0, 0, 0, 0.7); }

.navbar-brand {
  padding-left: 20px; }

#header {
  background: #fff; }

.fixed #header {
  position: fixed;
  width: 1180px;
  z-index: 57; }

#header .nav-pills .nav-link.active, #header .nav-pills .show > .nav-link {
  color: #333;
  background: #d6d6d6; }

.navbar-header {
  padding: 0 15px;
  height: 83px; }
  .navbar-header .navbar-right {
    height: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
  .navbar-header .nav-item.divider {
    height: inherit;
    margin: 0;
    width: 1px;
    background: #d6d6d6; }
  .navbar-header .block-dropdowns [class*="block-"] {
    position: relative; }
    .navbar-header .block-dropdowns [class*="block-"] .caret {
      margin-left: 5px;
      margin-top: 9px;
      vertical-align: top; }
  .navbar-header .block-dropdowns button {
    padding: 10px 13px 10px 13px;
    border: none;
    background: transparent;
    outline: none;
    -webkit-transition: background 0.7s;
    -o-transition: background 0.7s;
    transition: background 0.7s; }
    .navbar-header .block-dropdowns button span {
      text-transform: uppercase;
      font-size: 14px;
      /*display: inline-block;*/
      vertical-align: middle; }
    .navbar-header .block-dropdowns button:after {
      vertical-align: middle; }
    .navbar-header .block-dropdowns button:hover, .navbar-header .block-dropdowns button:focus {
      background: #d6d6d6; }
  .navbar-header .block-dropdowns .dropdown-menu {
    width: auto;
    min-width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    top: auto;
    -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;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff; }
    .navbar-header .block-dropdowns .dropdown-menu.dropdown-menu-right {
      left: auto;
      right: 0; }
    .navbar-header .block-dropdowns .dropdown-menu > .dropdown-item-heading {
      padding-left: 14px; }
      .navbar-header .block-dropdowns .dropdown-menu > .dropdown-item-heading ~ .dropdown-item {
        padding-left: 28px; }
      .navbar-header .block-dropdowns .dropdown-menu > .dropdown-item-heading ~ .dropdown-item-heading {
        padding-left: 14px; }
  .navbar-header .block-dropdowns .dropdown-item {
    display: block;
    padding: 8px 14px;
    text-align: left;
    border-top: 1px solid #fff;
    font-size: 14px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    background-color: #e3e3e3; }
    .navbar-header .block-dropdowns .dropdown-item:hover {
      background-color: #eaeaea; }
    .navbar-header .block-dropdowns .dropdown-item: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;
      background-clip: padding-box; }
    .navbar-header .block-dropdowns .dropdown-item a {
      display: block;
      color: #333;
      text-transform: uppercase;
      white-space: nowrap; }
  .navbar-header .block-dropdowns .text-languages.text-long {
    margin-top: -25px;
    top: 8px; }
    .navbar-header .block-dropdowns .text-languages.text-long button {
      width: 135px; }
    .navbar-header .block-dropdowns .text-languages.text-long + .block-login:after {
      right: 1px; }
    .navbar-header .block-dropdowns .text-languages.text-long .text-bold {
      display: inline-block;
      width: calc( 100% - 20px);
      vertical-align: middle; }
    .navbar-header .block-dropdowns .text-languages.text-long .caret {
      display: inline-block;
      vertical-align: middle; }
  .navbar-header .block-dropdowns.custom-font {
    padding: 5px; }
    .navbar-header .block-dropdowns.custom-font #dropdown-personal span {
      display: inline-block;
      vertical-align: middle; }
    .navbar-header .block-dropdowns.custom-font #dropdown-personal .caret {
      margin-top: 0; }
    .navbar-header .block-dropdowns.custom-font button {
      padding: 5px; }
    .navbar-header .block-dropdowns.custom-font .text-languages.text-long {
      margin-top: 0;
      top: 0; }
      .navbar-header .block-dropdowns.custom-font .text-languages.text-long button {
        width: 145px; }
      .navbar-header .block-dropdowns.custom-font .text-languages.text-long .text-bold {
        display: inline-block;
        width: calc( 100% - 20px);
        vertical-align: middle; }
      .navbar-header .block-dropdowns.custom-font .text-languages.text-long .caret {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0; }
  .navbar-header .block-dropdowns.long-t2 {
    top: 18px; }
  .navbar-header .block-dropdowns.long-t1 {
    top: 23px; }
  .navbar-header .long-t1.long-t2 {
    top: 9px; }
    .navbar-header .long-t1.long-t2 #dropdown-personal {
      font-size: 14px; }
      .navbar-header .long-t1.long-t2 #dropdown-personal span:first-child {
        display: none; }
    .navbar-header .long-t1.long-t2 button {
      padding: 5px; }
      .navbar-header .long-t1.long-t2 button span {
        font-size: 14px; }
    .navbar-header .long-t1.long-t2 .text-languages.text-long button {
      width: 105px; }
    .navbar-header .long-t1.long-t2 .text-languages.text-long .caret {
      margin-top: 1px; }
  .navbar-header .long-t2.long-t3 #dropdown-personal, .navbar-header .long-t2.long-t3 button span {
    font-size: 12px; }
  .navbar-header .long-t2.long-t3 .text-languages.text-long button {
    width: 105px; }
  .navbar-header .long-t2.long-t3 [class*="block-"] .caret {
    margin-top: 7px; }
  .navbar-header .long-t2.long-t3 .block-login:after, .navbar-header .long-t2.long-t3 .block-login:before {
    top: -26px; }
  .navbar-header .dropdown-item-heading {
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold; }
    .navbar-header .dropdown-item-heading ~ li a {
      margin-left: 10px; }

/*BR Assets edits*/
.navbar-header .logo img {
width: 100%;
max-width: 221px; }


.navbar-header .navbar-right .block-right {
  margin-left: 15px;

}
  .navbar-header .navbar-right .block-right img {
    width: 100%;
   height:37px; }
/*BR Assets*/

  .navbar-header .navbar-right.longer {
    width: 100%; }

.block-login {
  padding: 0 20px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }
  .block-login span {
    margin-right: 7px; }
  .block-login .icon {
    margin-right: 0;
    color: #001f67; }

/*BR Assets*/
#main-navbar {
  background-color: #005EB8; }
/*BR Assets*/

  #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;
  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 25px;
  min-height: 1px;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .mainnav > li {
    list-style: none;
    font-size: 15px;
/*    white-space: nowrap; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
/*   -webkit-align-items: center; */
    -webkit-box-align: center;
/*    align-items: center; */
    margin: 0 10px; }
    .mainnav > li > a {
      display: inline-block;
      vertical-align: middle;
      padding: 6px 13px;
      color: #fff;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: color 0.1s;
      -o-transition: color 0.1s;
      transition: color 0.1s; }
      .mainnav > li > a:hover {
        color: #001f67;
        background-color: #f7f7f7; }
      .mainnav > li > a > span {
        position: relative;
        display: block; }
    .mainnav > li.current {
      color: #001f67;
      background-color: #f7f7f7;
      z-index: 101; }
      .mainnav > li.current > a {
        color: #001f67; }
    .mainnav > li:first-child {
      margin-left: 0; }
    .mainnav > li:last-child {
      margin-right: 0; }
    .mainnav > li:hover {
      background-color: #f7f7f7; }
      .mainnav > li:hover > a {
        color: #001f67;
        position: relative; }
        .mainnav > li:hover > a:focus {
          outline: 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-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;
  -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;
  -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: 6px 0;
    font-size: 14px;
    color: #8a8a8a;
    border-top: 1px solid #e0e0e0;
    -webkit-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 35px;
  background-color: #f2f2f2;
  text-align: left; }
  .side-bar h2 {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #001f67;
    text-transform: uppercase; }
  .side-bar ul {
    margin-bottom: 10px; }
  .side-bar li {
    display: block;
    padding-bottom: 5px; }
  .side-bar a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase; }
    .side-bar a:hover {
      text-decoration: underline; }
  .side-bar .need-help a img, .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("/web-resources/uobam/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;
      -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;
    -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%; }

html {
  overflow-y: scroll; }

.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;
      background-clip: padding-box;
      -webkit-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; }

.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 {
  width: 100%;
  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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both; }

/* one item */
.image-item-wrap-box {
  display: inline-block;
  float: left;
  padding: 0 15px; }
  .image-item-wrap-box:first-child:nth-last-child(1) {
    width: 100%; }
  .image-item-wrap-box:first-child:nth-last-child(2) {
    width: 50%; }
    .image-item-wrap-box:first-child:nth-last-child(2) ~ .image-item-wrap-box {
      width: 50%; }
  .image-item-wrap-box:first-child:nth-last-child(3) {
    width: 33.3333%; }
    .image-item-wrap-box:first-child:nth-last-child(3) ~ .image-item-wrap-box {
      width: 33.3333%; }
  .image-item-wrap-box:first-child:nth-last-child(4) {
    width: 50%; }
    .image-item-wrap-box:first-child:nth-last-child(4) ~ .image-item-wrap-box {
      width: 50%; }
  .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;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .image-item-wrap-box .content-text:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -20px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      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; }

/* two items */
/* three items */
/* four items */
.image-items-wrap {
  font-size: 0; }
  .image-items-wrap:after, .image-items-wrap:before {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both; }
  .image-items-wrap + .image-items-wrap {
    padding-top: 30px; }

/* one item */
.image-item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px; }
  .image-item-wrap:first-child:nth-last-child(1) {
    width: 100%; }
  .image-item-wrap:first-child:nth-last-child(2) {
    width: 50%; }
    .image-item-wrap:first-child:nth-last-child(2) ~ .image-item-wrap {
      width: 50%; }
  .image-item-wrap:first-child:nth-last-child(3) {
    width: 33.3333%; }
    .image-item-wrap:first-child:nth-last-child(3) ~ .image-item-wrap {
      width: 33.3333%; }
  .image-item-wrap:first-child:nth-last-child(4) {
    width: 50%; }
    .image-item-wrap:first-child:nth-last-child(4) ~ .image-item-wrap {
      width: 50%; }
  .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; }

/* two items */
/* three items */
/* four items */
.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 {
    -webkit-transform: none;
        -ms-transform: none;
            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.no-border {
  border-bottom: none; }

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

.grid-content {
  display: table-cell;
  width: 50%;
  background-color: #fff;
  -webkit-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; }
  .grid-content:first-child:nth-last-child(1) {
    width: 100%; }
  .grid-content:first-child:nth-last-child(2) {
    width: 50%; }
    .grid-content:first-child:nth-last-child(2) ~ .grid-content {
      width: 50%; }
  .grid-content:first-child:nth-last-child(3) {
    width: 33.3333%; }
    .grid-content:first-child:nth-last-child(3) ~ .grid-content {
      width: 33.3333%; }
  .grid-content:first-child:nth-last-child(4) {
    width: 25%; }
    .grid-content:first-child:nth-last-child(4) ~ .grid-content {
      width: 25%; }

/* one item */
/* two items */
/* three items */
/* four items */
.apply-now-fixed {
  background-color: #0d2b63;
  padding: 0 50px;
  position: fixed;
  bottom: 0;
  width: inherit;
  margin-left: -15px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  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 {
  margin: 20px 0; }
  .panel-group .panel {
    border: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-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-bottom: 10px;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #e5e5e5; }
  .panel-default > .panel-heading:hover {
    background-color: #f2f2f2;
    -webkit-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; }
  .panel-default > .panel-heading:last-child {
    margin-bottom: 0; }

.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 .descs {
        padding-left: 40px; }
      .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 {
    text-align: left;
    border-left: 0; }
  .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, .responsive-table.no-border-footer tfoot td {
    border: none; }

.image-box {
  border-bottom: none; }

.imageBox-content-article {
  padding-bottom: 30px; }

.imageBox-grid-article {
  margin-left: -15px;
  margin-right: -15px; }
  .imageBox-grid-article:after, .imageBox-grid-article:before {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both; }

.image-item-wrap-box-article {
  display: inline-block;
  float: left;
  padding: 0 15px; }
  .image-item-wrap-box-article.active .content-text {
    background-color: #e5e5e5; }
    .image-item-wrap-box-article.active .content-text:before {
      border-bottom: 20px solid #e5e5e5; }
  .image-item-wrap-box-article .img-wrapper img {
    width: 100%; }
  .image-item-wrap-box-article .content-text {
    background-color: #f3f3f3;
    color: #333;
    padding: 30px 15px 5px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .image-item-wrap-box-article .content-text:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -20px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 20px solid #f7f7f7; }
    .image-item-wrap-box-article .content-text span:last-child {
      margin: 0; }
    .image-item-wrap-box-article .content-text .article-link {
      font-size: 25px;
      font-weight: 700;
      display: block;
      width: 75%;
      color: #333; }
    .image-item-wrap-box-article .content-text .divider {
      border-top: 1px solid #d1d1d1;
      margin-bottom: 30px; }
  .image-item-wrap-box-article:hover .content-text, .image-item-wrap-box-article:focus .content-text {
    background-color: #e5e5e5; }
  .image-item-wrap-box-article:hover .content-text:before, .image-item-wrap-box-article:focus .content-text:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #e5e5e5; }
  .image-item-wrap-box-article:nth-child(n+4) {
    padding-top: 30px; }
