/**
 * 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;
}
/** 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*/
.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: #919191;
  -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: #DAC2B6;
}
[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: 26px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  text-transform: none;
}
.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;
}
#header .navbar-right .block-right {
  padding: 20px 15px;
}
.fixed #header {
  position: fixed;
  width: 1180px;
  z-index: 57;
}
.navbar-header {
  float: none;
}
/*BR Assets edits*/
 .navbar-header .block-dropdowns {
  position: absolute;
  top: 14px;
  right: 210px;
 }
 /*BR Assets edits*/
.navbar-header .block-dropdowns [class*="block-"] {
  position: relative;
  display: inline-block !important;
  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;
}
/*BR Assets edits*/
 .navbar-header .block-dropdowns button {
  padding: 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;
 }
 /*BR Assets edits*/
.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;
}
.navbar-header .block-dropdowns .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
  left: auto !important;
  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;
}
/*BR Assets edits*/
 .navbar-brand {
  padding: 21px 15px 15px 34px;
  height: auto;
  float: none;
  position: absolute;
 }
  /*BR Assets edits*/
.logo img {
  width: 200px;
}
.navbar-right {
  width: calc(100% - 235px);
  position: relative;
  text-align: right;
  margin: 0;
  font-size: 0;
  z-index: 1003;
}
 /*BR Assets edits*/
 /*.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 {
   vertical-align: top;
   display: inline-block;
   padding:20px 15px !important;
 }

 .navbar-right .block-right img {
   width: auto;
  height: 34px;
 }
/*BR Assets edits*/
.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: #dac1b5;
}
.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: #dac1b5;
  font-size: 16px;
  background-color: transparent;
}
.navbar-form .txt-search::-webkit-input-placeholder {
  color: #dac1b5;
}
.navbar-form .txt-search:-moz-placeholder {
  color: #dac1b5;
}
.navbar-form .txt-search::-moz-placeholder {
  color: #dac1b5;
}
.navbar-form .txt-search:-ms-input-placeholder {
  color: #dac1b5;
}
.block-login {
  padding: 0 20px;
  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: #dac1b5;
}
@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: #b18072;
  background: linear-gradient(#a98274, #d2a899);
  background: -webkit-linear-gradient(#a98274, #d2a899);
  background: -moz-linear-gradient(#a98274, #d2a899);
  background: -ms-linear-gradient(#a98274, #d2a899);
  background: -o-linear-gradient(#a98274, #d2a899);
}
#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: 15px;
  white-space: nowrap;
}
.mainnav > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 30px;
  text-transform: uppercase;
  color: #fff;
  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;
}
.mainnav > li > a:hover {
  color: #dac1b5;
  background-color: #f7f7f7;
}
.mainnav > li > a > span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.mainnav > li.current > a {
  color: #dac1b5;
  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: #dac1b5;
  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: #dac1b5 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;
}
.mainnav .menu-level2.open,
.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: #dac1b5;
}
.mainnav .menu-level2.open > a,
.mainnav .menu-level2:hover > a {
  width: 280px;
  font-weight: bold;
  color: #fff;
  border-color: #dac1b5;
  -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;
}
.mainnav .menu-level2.open > a:focus,
.mainnav .menu-level2:hover > a:focus {
  outline: none;
}
.mainnav .menu-level2.open .submenu-level2,
.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: #dac1b5;
  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;
  -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: #dac1b5;
}
.side-bar {
  position: absolute;
  width: 310px;
  right: 0px;
  top: 0px;
  bottom: 0;
  padding: 20px 35px;
  background-color: #f2f2f2;
}
.side-bar h2 {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #dac1b5;
  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 {
  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:hover {
  text-decoration: underline;
  color: #a98274;
}
.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: #dac1b5;
}
.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: #dac1b5;
  border-bottom: solid 2px #dac1b5;
  cursor: default;
  font-weight: 700;
}
.pagination a .fa {
  color: #dac1b5;
  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(/iwov-resources/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: #dac1b5;
  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: #dac1b5;
}
.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: #dac1b5;
  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: #dac1b5;
}
.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: #a98274;
}
.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: #a98173;
  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 {
  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;
padding-right: 30px;
}
.panel-default > .panel-heading a:hover {
  color: #dac1b5;
  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: #dac1b5;
  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: #dac1b5;
}
.responsive-table.no-border td {
  border: none;
}
.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;
  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;
  transition: all 0.3s ease;
}
.image-item-wrap-box-article .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-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;
}
/*# sourceMappingURL=desktop-style.css.map */
.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;
  background: #fff;
}
.sticky-nav.affix {
  top: 0;
  z-index: 1005;
  width: 1180px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sticky-nav.affix + .foreign-exchange-content {
  padding-top: 97px;
}
.sticky-nav ul {
  margin-bottom: 0;
  overflow: hidden;
}
.sticky-nav li {
  position: relative;
  float: left;
  width: 16.66%;
  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;
  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: #fff;
}
.sticky-nav li.active:before,
.sticky-nav li:hover:before {
  display: none;
}
.sticky-nav li.active:after,
.sticky-nav li:hover:after {
  background-color: #a98274;
}
.sticky-nav li.active a,
.sticky-nav li:hover a {
  color: #a98274;
  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: 20px 8px !important;
  font-size: 18px;
  color: #333;
  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: 1180px;
}

.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: #dac1b5;
}

.comparison-tbl th.white-bg {
    background: #fff;
    border-right: 0;
}

.highlight-col-2 table td:nth-child(2) {
    background: #dac1b5;
    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: #dac1b5;
    color: white;
}

.comparison-tbl th:first-child, .comparison-tbl tr.no-header td:first-child {
    visibility: hidden;
}  


.headline-report a.btn-1 {
 /* height: 65px;
  width: 100%; */
}
  
/* END SUPPORTING STYLING */
/*# sourceMappingURL=desktop-style.css.map */
