﻿/* ----------------------------------------------------------------------- */
/* initialize structure */
/* ----------------------------------------------------------------------- */
/*****Navigation colors****/
/*****Footer****/
/****TYPOGRAPHY****/
/****NOTIFICATION****/
/****COLORS****/
/*****Button****/
/*****Navigation colors****/
/*****Footer****/
/* ----------------------------------------------------------------------- */
/* initialize sitefinity structure */
/* ----------------------------------------------------------------------- */
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../../cbd/Styles/ion.rangeslider-2.0.11/img/sprite-skin-nice.png) repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
}
.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}
.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
/* ----------------------------------------------------------------------- */
/* #region ucBalanceTransferControlV2 styles */
/* ----------------------------------------------------------------------- */
#SubWrapper {
  margin-bottom: 0px;
}
.ucBalanceTransferControlV2 {
  padding: 20px 0;
}
.ucBalanceTransferControlV2 p.lead-text {
  color: #666;
}
.ucBalanceTransferControlV2 #transferAmtSld,
.ucBalanceTransferControlV2 #montlyRateSld,
.ucBalanceTransferControlV2 #annualFeeSld,
.ucBalanceTransferControlV2 #monthlyIncomeSld {
  visibility: hidden;
}
.ucBalanceTransferControlV2 h4.h4-big {
  font-size: 22px!important;
}
.ucBalanceTransferControlV2 .mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .mobile-only {
    display: block;
    margin-top: -20px !important;
  }
}
.ucBalanceTransferControlV2 .desktop-only {
  display: block;
  margin-top: 1px !important;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .ucBalanceTransferControlV2 .centered-container {
    text-align: center;
    width: 560px;
    margin: 0 auto;
  }
  .ucBalanceTransferControlV2 .centered-container.compact {
    text-align: left;
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .centered-container {
    text-align: center;
  }
  .ucBalanceTransferControlV2 .centered-container .calc_container {
    padding: 0px 20px;
  }
  .ucBalanceTransferControlV2 .centered-container .calc_container .row {
    margin-top: 30px;
  }
}
.ucBalanceTransferControlV2 .input-remark {
  color: #808080;
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .input-remark {
    padding-left: 0px;
    float: none;
    text-align: center;
  }
}
.ucBalanceTransferControlV2 .input-group.ios {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .input-group.ios {
    margin-top: -10px;
  }
}
.ucBalanceTransferControlV2 .input-group.ios .irs-single {
  display: none;
}
.ucBalanceTransferControlV2 .input-group.ios .irs-min,
.ucBalanceTransferControlV2 .input-group.ios .irs-max {
  color: #b3b3b3;
  font-size: 13px;
  top: 36px;
  background: none;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs .irs-line {
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs .irs-line .irs-line-left {
  background: none;
  background-color: #DADADA;
  background-position: 0 0;
  border-radius: 20px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs .irs-line .irs-line-mid {
  background: none;
  background-color: #DADADA;
  background-position: 0 -30px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs .irs-line .irs-line-right {
  background: none;
  background-color: #DADADA;
  background-position: 0 -30px;
  border-radius: 20px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-bar {
  background: none;
  background-color: #8cc637;
  background-position: 0 -60px;
  border-radius: 20px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-bar-edge {
  background: none;
  background-color: #8cc637;
  height: 10px;
  background-position: 0 -90px;
  width: 30px;
  border-radius: 20px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-slider {
  height: 10px;
  background: none;
  background-color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: solid thin lightgray;
  box-shadow: 3px gray;
  position: relative;
  margin-top: -47px;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-slider:after {
  content: ' ';
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  background-color: #8cc637;
  border-radius: 50%;
}
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-slider:hover,
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-slider:focus,
.ucBalanceTransferControlV2 .input-group.ios.light_green .irs-slider:active {
  width: 50px;
  height: 50px;
  margin-top: -52px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs .irs-line {
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs .irs-line .irs-line-left {
  background: none;
  background-color: #DADADA;
  background-position: 0 0;
  border-radius: 20px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs .irs-line .irs-line-mid {
  background: none;
  background-color: #DADADA;
  background-position: 0 -30px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs .irs-line .irs-line-right {
  background: none;
  background-color: #DADADA;
  background-position: 0 -30px;
  border-radius: 20px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs-bar {
  background: none;
  background-color: #007879;
  background-position: 0 -60px;
  border-radius: 20px;
  height: 10px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs-bar-edge {
  background: none;
  background-color: #007879;
  height: 10px;
  background-position: 0 -90px;
  width: 30px;
  border-radius: 20px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs-slider {
  height: 10px;
  background: none;
  background-color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: solid thin lightgray;
  box-shadow: 3px gray;
  position: relative;
  margin-top: -47px;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs-slider:after {
  content: ' ';
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  background-color: #007879;
  border-radius: 50%;
}
.ucBalanceTransferControlV2 .input-group.ios.dark_green .irs-slider:hover {
  width: 50px;
  height: 50px;
  margin-top: -52px;
}
.ucBalanceTransferControlV2 .col-xs-12 {
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  .ucBalanceTransferControlV2 .col-xs-8 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .lead-text {
    padding: 0 10%;
  }
}
.ucBalanceTransferControlV2 label {
  float: left;
  text-align: left;
  height: 42px;
  line-height: 100px;
}
.ucBalanceTransferControlV2 label span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #808080;
}
.ucBalanceTransferControlV2 label.control-label.col-xs-12 {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 label.control-label.col-xs-12 {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 479px) {
  .ucBalanceTransferControlV2 label {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 label {
    text-align: center;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .ucBalanceTransferControlV2 .cta-wrapper label,
  .ucBalanceTransferControlV2 .cta-wrapper .cta-holder {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .input-group {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .ucBalanceTransferControlV2 .input-group.ios {
    padding: 0px;
  }
  .ucBalanceTransferControlV2 .input-group.ios.result {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .button.orange {
    width: 60%;
    float: none;
    margin: 0 auto;
    margin: 30px 0;
  }
}
.ucBalanceTransferControlV2 .input-group-addon {
  min-width: 50px;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.ucBalanceTransferControlV2 .dark_green .form-control {
  color: #007879;
}
.ucBalanceTransferControlV2 .light_green .form-control {
  color: #8cc637;
}
.ucBalanceTransferControlV2 .form-control {
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-size: 29px;
  line-height: 29px;
  text-align: right;
}
.ucBalanceTransferControlV2 .result-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .result-wrapper {
    text-align: center;
  }
}
.ucBalanceTransferControlV2 .result-box {
  display: inline-block;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  color: #4d4d4d;
}
.ucBalanceTransferControlV2 .result-box .desc {
  font-size: 20px !important;
}
.ucBalanceTransferControlV2 .result-box .savings-result {
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-size: 32px !important;
  color: #ff4e0b;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .result-box .savings-result {
    display: block;
    padding: 10px;
  }
}
.ucBalanceTransferControlV2 .result-box.result-box-6 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 .result-box.result-box-6 {
    width: 320px;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucBalanceTransferControlV2 .result-box.result-box-6 {
    padding-left: 0;
    margin-bottom: 0;
    background-image: none;
    width: 100%;
  }
}
.ucBalanceTransferControlV2 .result-box.result-box-12 {
  background-image: url('../../cbd/Images/bt2.png');
  display: none !important;
}
.ucBalanceTransferControlV2 span.note {
  padding: 0;
  margin: 5px 0 0 0;
  color: red;
  display: block;
  font-size: 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2 span.note {
    text-align: center;
  }
}
.ucBalanceTransferControlV2 .cta-holder {
  float: left;
}
.ucBalanceTransferControlV2 .cta {
  margin-top: 25px;
  border: 2px solid #FF3300 !important;
  width: 100%;
}
.ucBalanceTransferControlV2 .cta:hover,
.ucBalanceTransferControlV2 .cta:focus,
.ucBalanceTransferControlV2 .cta:active {
  border-color: #d62b00 !important;
}
.ucBalanceTransferControlV2.compact {
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 0px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2.compact {
    padding-left: 7.5px!important;
    padding-right: 7.5px!important;
  }
}
.ucBalanceTransferControlV2.compact .bt-disclaimer {
  margin-top: 40px;
}
.ucBalanceTransferControlV2.compact .h4-big {
  color: #666 !important;
  font-size: 18px !important;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif !important;
}
.ucBalanceTransferControlV2.compact.promo .h4-big {
  color: #006666 !important;
}
.ucBalanceTransferControlV2.compact label {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ucBalanceTransferControlV2.compact label {
    text-align: center!important;
  }
}
@media only screen and (max-width: 479px) {
  .ucBalanceTransferControlV2.compact .col-xs-7 {
    width: 100%;
  }
}
.ucBalanceTransferControlV2 ul {
  list-style: none;
}
.ucBalanceTransferControlV2 ul li {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  padding: 0px 0 0px 13px;
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.ucBalanceTransferControlV2 ul li ul li {
  background-image: url("../../cbd/Images/grey-arrow.png");
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* #region styles classes */
/* ----------------------------------------------------------------------- */
/*!
 * bootstrap-select v1.4.1
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}
.bootstrap-select {
  width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  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 #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.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:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
/**
 * 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%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../cbd/Images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* 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(../../cbd/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../cbd/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(../../cbd/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(../../cbd/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;
  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;
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
}
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .5em .25em;
  margin-left: .25em;
  margin-right: .25em;
  font-size: .6em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    font-size: .8em;
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}
.picker__day--highlighted {
  background: #b1dcfb;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}
/* Tiny Scrollbar */
.scroller {
  width: 290px;
  margin: 0;
  padding: 18px 20px;
}
.scroller .viewport {
  width: 250px;
  height: 68px;
  overflow: hidden;
  position: relative;
}
.scroller.start .viewport {
  width: 230px;
  height: 454px;
  overflow: hidden;
  position: relative;
}
.scroller.chat .viewport {
  width: 230px;
  height: 234px;
  overflow: hidden;
  position: relative;
}
.scroller .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.scroller .scrollbar {
  background: transparent url("../../cbd/Images/bg-scrollbar-track-y.png") repeat-y 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 15px;
  right: -19px;
}
.scroller .track {
  background: transparent url("../../cbd/Images/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
  height: 100%;
  width: 13px;
  position: relative;
  padding: 0 1px;
}
.scroller .thumb {
  background: transparent url("../../cbd/Images/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
  height: 20px;
  width: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 4px;
}
.scroller .thumb .end {
  background: transparent url("../../cbd/Images/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 8px;
}
.scroller .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle .datepicker table tr td.today,
.open .dropdown-toggle .datepicker table tr td.today:hover,
.open .dropdown-toggle .datepicker table tr td.today.disabled,
.open .dropdown-toggle .datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffcd70;
  border-color: #f59e00;
  text-decoration: none;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #fff;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle .datepicker table tr td.range.today,
.open .dropdown-toggle .datepicker table tr td.range.today:hover,
.open .dropdown-toggle .datepicker table tr td.range.today.disabled,
.open .dropdown-toggle .datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
  text-decoration: none;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #fff;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle .datepicker table tr td.selected,
.open .dropdown-toggle .datepicker table tr td.selected:hover,
.open .dropdown-toggle .datepicker table tr td.selected.disabled,
.open .dropdown-toggle .datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #858585;
  border-color: #373737;
  text-decoration: none;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #999999;
  background-color: #fff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle .datepicker table tr td.active,
.open .dropdown-toggle .datepicker table tr td.active:hover,
.open .dropdown-toggle .datepicker table tr td.active.disabled,
.open .dropdown-toggle .datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
  text-decoration: none;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #428bca;
  background-color: #fff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle .datepicker table tr td span.active,
.open .dropdown-toggle .datepicker table tr td span.active:hover,
.open .dropdown-toggle .datepicker table tr td span.active.disabled,
.open .dropdown-toggle .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
  text-decoration: none;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #428bca;
  background-color: #fff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region imported styles */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* #region cphHeader styles */
/* ----------------------------------------------------------------------- */
#HeaderWrapper {
  /* ----------------------------------------------------------------------- */
  clear: both;
  overflow: visible !important;
  /* ------------------------------------------------------------------------*/
}
#HeaderWrapper .sfPageEditor #HeaderTabs,
#HeaderWrapper #HeaderTabs {
  min-height: 38px;
  height: auto;
}
#HeaderWrapper .sfContentBlock {
  display: block;
}
#HeaderWrapper #HeaderTabs {
  height: 38px;
  border-top: 2px solid #E0E0E0;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F2F2F2;
}
#HeaderWrapper #HeaderTabs .sfsearchBox {
  border: none;
  padding: 0px;
  position: relative;
  display: table;
  border-collapse: separate;
  margin-bottom: 0px;
  float: right;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #dddddd;
  height: 35px;
  /*input field for a search box*/
}
#HeaderWrapper #HeaderTabs .sfsearchBox span.k-autocomplete {
  padding: 0;
}
#HeaderWrapper #HeaderTabs .sfsearchBox .sfsearchTxt {
  display: inline;
  border: none;
  padding: 7px 9px;
  font-size: 13px;
  height: 35px;
  margin-right: -5px;
  width: auto !important;
}
#HeaderWrapper #HeaderTabs .sfsearchBox .sfsearchSubmit {
  display: inline;
  white-space: nowrap;
  vertical-align: top;
  width: 38px;
  height: 38px;
  margin-top: -2px;
  background-color: #636363;
  color: #FFF;
  border: 0;
  background-image: url("../../cbd/Images/icon-magnify-new.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  text-indent: -20000px;
}
@media only screen and (max-width: 767) {
  #HeaderWrapper #HeaderTabs .TopMenu {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 480px) {
  #HeaderWrapper #HeaderTabs .TopMenu {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#HeaderWrapper #HeaderTabs .TopMenu ul {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
}
[dir="ltr"] #HeaderWrapper #HeaderTabs .TopMenu ul {
  float: left;
}
[dir="rtl"] #HeaderWrapper #HeaderTabs .TopMenu ul {
  float: right;
}
[dir="ltr"] #HeaderWrapper #HeaderTabs .TopMenu ul {
  margin-left: 5px;
}
[dir="rtl"] #HeaderWrapper #HeaderTabs .TopMenu ul {
  margin-right: 5px;
}
#HeaderWrapper #HeaderTabs .TopMenu li {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
}
[dir="ltr"] #HeaderWrapper #HeaderTabs .TopMenu li {
  float: left;
}
[dir="rtl"] #HeaderWrapper #HeaderTabs .TopMenu li {
  float: right;
}
#HeaderWrapper #HeaderTabs .TopMenu a {
  height: 38px;
  font-family: "HelveticaNeue", san-serif;
  color: #666;
  background-color: #f2f2f2;
  margin-bottom: -1px;
  margin-top: -2px;
  font-size: 15px;
  text-decoration: none;
  border-top: 2px solid #e0e0e0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  display: block;
  padding: 7px 15px;
}
@media only screen and (max-width: 991px) {
  #HeaderWrapper #HeaderTabs .TopMenu a {
    padding: 7px 5px;
  }
}
@media only screen and (max-width: 480px) {
  #HeaderWrapper #HeaderTabs .TopMenu a {
    padding: 7px 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  #HeaderWrapper #HeaderTabs .TopMenu a {
    font-size: 13px;
  }
}
#HeaderWrapper #HeaderTabs .TopMenu a:hover,
#HeaderWrapper #HeaderTabs .TopMenu a:focus,
#HeaderWrapper #HeaderTabs .TopMenu a:active,
#HeaderWrapper #HeaderTabs .TopMenu a.active {
  color: #000;
  background-color: #fff;
  border-top: 2px solid #f30;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#HeaderWrapper #HeaderTabs .quick-menu {
  margin: 0;
}
#HeaderWrapper #HeaderTabs .quick-menu a {
  color: #666666;
  text-decoration: none;
  font-size: 13px;
}
#HeaderWrapper #HeaderTabs .quick-menu a:hover,
#HeaderWrapper #HeaderTabs .quick-menu a:focus,
#HeaderWrapper #HeaderTabs .quick-menu a:active,
#HeaderWrapper #HeaderTabs .quick-menu a.active {
  color: #666666;
  text-decoration: underline;
}
#HeaderWrapper #HeaderTabs .quick-menu li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
#HeaderWrapper #HeaderTabs .quick-menu li a {
  display: block;
  padding: 8px 0 8px 18px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#HeaderWrapper #HeaderTabs .quick-menu li a.about,
#HeaderWrapper #HeaderTabs .quick-menu li a.support {
  background-image: url("../../cbd/Images/icon-support.png");
}
#HeaderWrapper #HeaderTabs .quick-menu li a.location {
  background-image: url("../../cbd/Images/icon-location.png");
}
#HeaderWrapper #HeaderTabs .ucUserControlSearch {
  width: 200px;
}
#HeaderWrapper #HeaderTabs .ucUserControlSearch input {
  float: right;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
#HeaderWrapper #HeaderTabs .ucUserControlSearch input[type=text] {
  font-size: 16px;
  border: none;
  height: 35px;
  width: 100%;
  margin: 0;
  padding: 9px 15px;
}
#HeaderWrapper #HeaderTabs .ucUserControlSearch .btn-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  width: 42px;
  height: 35px;
  background-color: #000;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASBAMAAABLIvhaAAAALVBMVEX///////////////////////////////////////////////////////////+g0jAFAAAADnRSTlMAESIzRFVmd4iZqszd7vGWrLQAAACNSURBVHheNcsxCsJAFATQSUIIKlgLaXIC8QQ5heA1PMEW6ZV4ge3s7O0WTxAEQazSqAQlzhn8/8NOMTwGBshP4xGWxJM8GKc8b8LX6Aag4FbZtVL+ouRKqn4ateZvYyW1fCl7fbircn8Dsr5Vlr8m3dGYBUo+Siw6PrzNQLrGROYYmSNnHCKTMEaivOMPdwgxrhFlKs0AAAAASUVORK5CYII=') /*../images/icon-magnify.png*/;
  *background-image: url("../../cbd/images/icon-magnify.png");
  /* For IE 6 and 7 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  text-indent: -20000px;
}
#HeaderWrapper #HeaderTabs .ucUserControlSearch .btn-default:hover,
#HeaderWrapper #HeaderTabs .ucUserControlSearch .btn-default:focus {
  background-color: #333333;
}
#HeaderWrapper #HeaderLogo {
  min-height: 153px;
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #HeaderWrapper #HeaderLogo .container {
    padding: 7.5px;
  }
}
@media only screen and (max-width: 479px) {
  #HeaderWrapper #HeaderLogo .container {
    padding: 7.5px;
  }
}
#HeaderWrapper #HeaderLogo img {
  padding: 40px 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #HeaderWrapper #HeaderLogo img {
    padding: 0px;
  }
}
@media only screen and (max-width: 479px) {
  #HeaderWrapper #HeaderLogo img {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #HeaderWrapper #HeaderLogo {
    text-align: center;
  }
}
#HeaderWrapper #banking-service {
  text-align: left;
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  margin-bottom: 21px;
  margin-top: 21px;
  padding: 0 25px;
  height: 113px;
  width: 100%;
}
#HeaderWrapper #banking-service div.col-xs-7.col-sm-7.col-md-7 {
  padding-left: 0;
}
#HeaderWrapper #banking-service div.col-xs-5.col-sm-5.col-md-5 {
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  #HeaderWrapper #banking-service {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#HeaderWrapper #banking-service h4 {
  margin: 16px 0;
  color: #000;
}
#HeaderWrapper #banking-service .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 237px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #HeaderWrapper #banking-service .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 187px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #HeaderWrapper #banking-service .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #HeaderWrapper #banking-service .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #HeaderWrapper #banking-service .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 100%;
  }
}
#HeaderWrapper #banking-service .button.login {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOBAMAAADpk+DfAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAACnRSTlMAESJEVXeZzN3u/2RqpwAAAEJJREFUeF6NxbENABEUBuBfJK69MVynNoIRVFqdWmkEhQW4SEzpvVblaz5AxPYCeGZOlAtqUN7I/0wvUmC5ftPH1Q1JMyNmkI1MXgAAAABJRU5ErkJggg==') /*../images/icon-lock.png*/;
  *background-image: url("../../cbd/images/icon-lock.png");
  /* For IE 6 and 7 */
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #HeaderWrapper #banking-service {
    padding: 0;
    background-color: white;
    border: none;
  }
  #HeaderWrapper #banking-service .button.login,
  #HeaderWrapper #banking-service .button.login span.more {
    background-image: none;
  }
  #HeaderWrapper #banking-service .button.login span.more {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  #HeaderWrapper #banking-service .button.icon-left {
    padding-left: 0px;
  }
}
#HeaderWrapper li#headerTabsIslamiWrapper {
  width: 165px;
}
@media only screen and (max-width: 1199px) {
  #HeaderWrapper li#headerTabsIslamiWrapper {
    width: 150px;
  }
}
#HeaderWrapper ul.header-tabs-dropdown {
  display: none;
  position: absolute;
  top: 36px;
  z-index: 100;
  width: 165px;
  margin: 0 !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 2px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  -moz-box-shadow: 0px 1px 2px #eee;
  -webkit-box-shadow: 0px 1px 2px #eee;
  box-shadow: 0px 1px 2px #eee;
}
@media only screen and (max-width: 1199px) {
  #HeaderWrapper ul.header-tabs-dropdown {
    width: 150px;
  }
}
#HeaderWrapper ul.header-tabs-dropdown li {
  display: block;
  width: 100%;
}
#HeaderWrapper ul.header-tabs-dropdown li a {
  background-color: #fff !important;
  border: none !important;
  border-top: 1px solid #dddddd !important;
}
#HeaderWrapper ul.header-tabs-dropdown li a:hover {
  background-color: #f2f2f2 !important;
}
#HeaderWrapper .header-tabs-arrow {
  display: inline-block;
  float: right;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #FF3300;
  width: auto;
  height: auto;
  margin: 7.5px 10px;
  margin-right: 0px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
.lightgrey-background {
  background-color: #f7f7f7;
}
.k-list-container {
  width: 217px;
  height: auto !important;
  top: 10px;
  border: 1px solid #dddddd;
  border-top: 0;
  background: #fff;
  left: -1px;
  top: 11px;
}
.k-list-container .k-group-header {
  display: block !important;
}
.k-list-container .k-group-header + div {
  height: auto !important;
}
.k-list-container .k-group-header::before {
  content: "Related results";
  display: block;
  padding: 10px;
  font-size: 13px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}
.k-list-container .k-group-footer {
  padding: 10px;
  text-align: center;
  border-top: solid 1px #ccc;
}
.k-list-container .k-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /*&::before {
            content: "Related results";
            display: block;
            padding: 10px;
            font-size: 13px;
            border-bottom: solid 1px #ccc;
            font-weight: bold;
        }*/
}
.k-list-container .k-list .k-item {
  padding: 10px;
}
.k-list-container .k-list .k-item:hover,
.k-list-container .k-list .k-item.k-state-focused {
  background-color: #F5F5F5;
  cursor: pointer;
}
/* ----------------------------------------------------------------------- */
/* #region SubWrapper styles */
/* ----------------------------------------------------------------------- */
#SubWrapper {
  /* ----------------------------------------------------------------------- */
  margin-bottom: 30px;
  /* ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  #SubWrapper {
    margin-bottom: 0px;
  }
}
#SubWrapper .RadSiteMap .sfBreadcrumbNavigation a:hover,
#SubWrapper .RadSiteMap .sfNoBreadcrumbNavigation a:hover,
#SubWrapper .RadSiteMap .sfBreadcrumbNavigation a:focus,
#SubWrapper .RadSiteMap .sfNoBreadcrumbNavigation a:focus,
#SubWrapper .RadSiteMap .sfBreadcrumbNavigation a:active,
#SubWrapper .RadSiteMap .sfNoBreadcrumbNavigation a:active,
#SubWrapper .RadSiteMap .sfBreadcrumbNavigation a.active,
#SubWrapper .RadSiteMap .sfNoBreadcrumbNavigation a.active {
  background-color: transparent !important;
  background-image: none !important;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
#MainWrapper {
  /* ----------------------------------------------------------------------- */
  min-height: 50px;
  /* ------------------------------------------------------------------------*/
}
#MainWrapper ol li {
  list-style-position: inside;
}
/* initialize Flex Navigation  */
/* region responsive-menu*/
.toggleMenu {
  display: none;
  color: #fff;
}
#main-menu .nav {
  list-style: none;
  *zoom: 1;
}
#main-menu .nav:before,
#main-menu .nav:after {
  content: " ";
  display: table;
}
#main-menu .nav:after {
  clear: both;
}
#main-menu .nav ul {
  list-style: none;
}
#main-menu .nav li {
  position: relative;
}
#main-menu .nav > li {
  float: left;
}
#main-menu .nav > li > a {
  display: block;
}
.ucUserControlMainmenu .nav li ul {
  position: absolute;
}
#main-menu .nav > li.hover > ul {
  left: -2px;
}
.ucUserControlMainmenu .nav li li.hover ul {
  left: 100%;
  top: 0;
}
#main-menu .nav li li a {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
}
#main-menu .nav li li li a {
  z-index: 200;
}
.sticky #main-menu .nav > li > a {
  display: block;
  -ms-word-break: break-all;
  word-break: break-all;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .ucUserControlMainmenu .nav > li.hover ul a {
    text-transform: none;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li {
    padding-top: 0;
    padding-left: 11px;
  }
  .ucUserControlMainmenu .container {
    position: relative;
  }
  #main-menu .nav li {
    position: static;
  }
  .ucUserControlMainmenu {
    position: relative;
  }
  .ucUserControlMainmenu ul ul li {
    border-right: 0px solid #80B3B3;
  }
  .ucUserControlMainmenu ul ul li.col-sm-2 > a.parent {
    margin-bottom: 13px;
  }
  .ucUserControlMainmenu .nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 200;
  }
  .ucUserControlMainmenu .nav > li.hover > ul {
    left: 0;
    right: 0;
    position: absolute;
    width: auto;
  }
  .ucUserControlMainmenu .nav > li.hover ul ul,
  .ucUserControlMainmenu .nav > li.hover ul ul li.hover ul {
    border-right: 0px solid #004F4F;
    border-left: 0px solid #80B3B3;
    float: none;
    left: 0px;
    position: relative;
  }
  .ucUserControlMainmenu .nav > li.hover ul ul li {
    float: none;
  }
  .ucUserControlMainmenu .nav li ul a {
    background: none;
    padding: 0;
    border-bottom: 0px solid #1B7677;
    width: auto;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-wrapper {
    height: 60px;
    width: 100%;
    z-index: 9999;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.35);
  }
  .main-menu-wrapper.no-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .main-menu-wrapper .ucUserControlMainmenu {
    position: relative;
    -webkit-backface-visibility: hidden;
  }
  .main-menu-wrapper .searchForm .btn-default {
    height: 45px;
    width: 45px;
  }
  .main-menu-wrapper .parent-nav a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    padding: 18px 20px !important;
    background-color: #F2F2F2;
    color: #3C3C3C;
    border-bottom: 1px solid #E3E3E3 !important;
    padding-left: 35px !important;
    background-image: url('../../cbd/Images/mobilenav/arrow-right-black.png');
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 10px;
  }
  .main-menu-wrapper .parent-nav.expanded a {
    background-color: #155D5C !important;
    background-image: url('../../cbd/Images/mobilenav/arrow-down-white.png');
    color: #fff !important;
    background-size: 14px;
  }
  #HeaderLogo {
    margin: 0 !important;
    min-height: 140px;
    text-align: center;
  }
  #HeaderLogo img {
    float: none !important;
  }
  #HeaderLogo #banking-service {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  body.va-open {
    padding-top: 0;
  }
  body.va-open .main-menu-wrapper {
    display: none !important;
  }
  .noscroll {
    overflow: hidden;
    position: fixed;
  }
  #main-menu .nav {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 59px;
  }
  #main-menu .nav.scrollable {
    position: fixed;
    overflow-y: scroll;
    background: #F2F2F2;
  }
  #main-menu .nav li {
    float: none;
    width: auto;
  }
  #main-menu .nav li a {
    width: auto;
    text-align: left;
    padding: 13px 20px;
    padding-left: 35px;
    border-bottom: 1px solid #008C8D;
    text-decoration: none !important;
  }
  #main-menu .nav li li a {
    padding: 13px 20px 20px 40px;
  }
  #main-menu .nav li li li a,
  #main-menu .nav li li li a.parent-link {
    padding: 13px 20px 13px 50px;
  }
  #main-menu .nav li li li li a,
  #main-menu .nav li li li li a.parent-link {
    padding: 13px 20px 13px 60px;
  }
  #main-menu .nav li li li li li a,
  #main-menu .nav li li li li li a.parent-link {
    padding: 13px 20px 13px 70px;
  }
  #main-menu .nav li li li li li li a {
    padding: 13px 20px 13px 80px;
  }
  #main-menu .nav li a:hover,
  #main-menu .nav li a:focus,
  #main-menu .nav li a:active {
    background-color: #006666;
  }
  .active {
    display: block;
  }
  #main-menu .nav > li {
    float: none;
  }
  #main-menu .nav li .parent {
    background-image: url("../../cbd/Images/accordian-control-grey.png");
    background-repeat: no-repeat;
    background-position: 50% 12px;
    border-bottom: 1px solid #008C8D;
    border-left: none;
  }
  #main-menu .nav li ul li a {
    background-color: #fff !important;
  }
  #main-menu .nav li ul li .parent .parent-toggle {
    background-size: contain;
    background-position: 0 0 !important;
    background-image: url("../../cbd/Images/mobilenav/arrow-down-grey.png");
    height: 8px;
  }
  #main-menu .nav li ul li .parent.expanded .parent-toggle {
    background-image: url("../../cbd/Images/mobilenav/arrow-up-black.png");
    height: 8px;
  }
  #main-menu .nav li ul a {
    color: #444;
    font-weight: normal;
  }
  #main-menu .nav li li li a {
    color: #9A9A9A !important;
  }
  #main-menu .nav li .parent.expanded {
    background-position: 50% -69px !important;
  }
  #main-menu .nav ul {
    display: block;
    width: 100%;
  }
  #main-menu .nav li.hover > ul {
    position: static;
    float: none;
  }
  #main-menu .nav li ul {
    position: absolute;
    left: -9999px;
  }
}
/* ----------------------------------------------------------------------- */
.ucUserControlMainmenu {
  background-color: #006666;
  height: 55px;
  /*
  li.hover a.parent, li.hover a.parent:hover, li.hover a.parent:active, li.hover a.parent:focus {
    @media only screen and (min-width: @screen-phone) and (max-width: @screen-xs-max) {
      background-image: url("@{root}white-readmore-up.png");
      background-repeat: no-repeat;
    }

    @media only screen and (max-width: @screen-xxs-max) {
      background-image: url("@{root}white-readmore-up.png");
      background-repeat: no-repeat;
    }
  }

  a.parent, a.parent:hover, a.parent:active, a.parent:focus {
    @media only screen and (min-width: @screen-phone) and (max-width: @screen-xs-max) {
      background-image: url("@{root}white-readmore.png");
      background-repeat: no-repeat;
      background-position: center center;
    }

    @media only screen and (max-width: @screen-xxs-max) {
      background-image: url("@{root}white-readmore.png");
      background-repeat: no-repeat;
      background-position: center center;
    }
  }
    */
}
@media screen and (max-width: 767px) {
  .ucUserControlMainmenu {
    height: 60px;
  }
}
.ucUserControlMainmenu .onlineBankingRegion {
  display: none;
  width: 100%;
  padding: 15px 20px;
  background-color: #155D5C;
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
  z-index: 100;
}
.ucUserControlMainmenu .onlineBankingRegion.scrollable {
  position: fixed;
  overflow-y: scroll;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea {
  margin-bottom: 15px;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select {
  display: block;
  width: 100%;
  height: 46px;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .btn {
  border: 1px solid #A3BDBC;
  background: #F2F2F2;
  height: 45px;
  outline: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 1px;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .btn .filter-option {
  border-right: none;
  font-weight: normal;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  color: #4C4C4C;
  text-shadow: none;
  font-size: 18px;
  padding: 8px 0;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .btn .caret {
  background-image: url('../../cbd/Images/mobilenav/arrow-down-black.png');
  border: none;
  margin: 0;
  height: 10px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -5px;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select.open .btn {
  border-bottom: none !important;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .dropdown-menu {
  background: #155D5C;
  margin: -2px 0 0 0 !important;
  padding: 0px !important;
  width: 100%;
  border: none;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .dropdown-menu .inner {
  background: #155D5C;
  border: 1px solid #A3BDBC;
  border-top: none;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .dropdown-menu .inner li {
  width: 100%;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .dropdown-menu .inner li a {
  display: block;
  width: 100%;
  font-weight: normal;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  color: #A3BDBC;
  text-transform: none !important;
  text-shadow: none;
  font-size: 18px;
  padding: 8px 13px;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .bootstrap-select .dropdown-menu .inner li.selected {
  display: none;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .mobile-login {
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 8px 15px;
  margin-top: 15px;
  height: 45px;
  color: #fff;
  outline: none;
  background-color: #FF3300;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .mobile-login:hover,
.ucUserControlMainmenu .onlineBankingRegion .mainarea .mobile-login:focus,
.ucUserControlMainmenu .onlineBankingRegion .mainarea .mobile-login:active {
  background-color: #d62b00;
  text-decoration: none;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .small-links {
  display: none;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .small-links.not-visible {
  visibility: hidden;
}
.ucUserControlMainmenu .onlineBankingRegion .mainarea .small-links a {
  font-size: 18px;
  margin: 0 8px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .ucUserControlMainmenu .onlineBankingRegion .mainarea .small-links a {
    font-size: 16px;
  }
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea {
  background-color: #F2F2F2 !important;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li {
  padding: 0 20px;
  border-bottom: 1px solid #E3E3E3;
  width: 100%;
  background-color: #F2F2F2;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li:hover,
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li:focus,
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li:active {
  background-color: #fff !important;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li p,
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a {
  padding: 15px 0;
  margin: 0;
  color: #4C4C4C;
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: normal;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a {
  border: none;
  color: #7A7A7A !important;
  margin: 0;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding-left: 30px;
  background-position: left center;
  background-size: 16px;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.find-us {
  background-image: url('../../cbd/Images/mobilenav/pin.png');
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.call-us {
  background-image: url('../../cbd/Images/mobilenav/phone.png');
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.ask-sara {
  background-image: url('../../cbd/Images/mobilenav/chat.png');
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.offers {
  padding: 10px;
  background-color: #748694 !important;
  text-align: center;
  color: #fff !important;
  margin: 15px 0;
  padding-left: 0;
  height: 50px;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.offers:hover,
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.offers:focus,
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.offers:active {
  background-color: #5D6B76;
}
.ucUserControlMainmenu .onlineBankingRegion .greyarea ul li a.offers:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('../../cbd/Images/mobilenav/gift.png');
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: -7px;
}
.ucUserControlMainmenu .topAnchor {
  display: none;
}
.ucUserControlMainmenu .mobileLogo {
  display: none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  background-image: url("../../cbd/Images/mobilenav/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 45px 45px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .ucUserControlMainmenu .mobileLogo {
    display: inline-block !important;
  }
}
.ucUserControlMainmenu .searchMenu,
.ucUserControlMainmenu .loginMenu {
  display: none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 70px;
  background-image: url("../../cbd/Images/mobilenav/magnifier.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 24px 24px;
  position: absolute;
  right: 140px;
  top: 0;
  border-left: 1px solid #1B7677;
}
@media screen and (max-width: 767px) {
  .ucUserControlMainmenu .searchMenu,
  .ucUserControlMainmenu .loginMenu {
    display: inline-block !important;
  }
}
.ucUserControlMainmenu .loginMenu {
  right: 70px;
  background-image: url("../../cbd/Images/mobilenav/lock.png");
  background-size: 24px 30px;
}
.ucUserControlMainmenu .toggleMenu,
.ucUserControlMainmenu .loginMenu,
.ucUserControlMainmenu .searchMenu {
  -webkit-backface-visibility: hidden;
}
.ucUserControlMainmenu .toggleMenu:active,
.ucUserControlMainmenu .loginMenu:active,
.ucUserControlMainmenu .searchMenu:active,
.ucUserControlMainmenu .toggleMenu:hover,
.ucUserControlMainmenu .loginMenu:hover,
.ucUserControlMainmenu .searchMenu:hover,
.ucUserControlMainmenu .toggleMenu:focus,
.ucUserControlMainmenu .loginMenu:focus,
.ucUserControlMainmenu .searchMenu:focus {
  background-color: #006666 !important;
}
.ucUserControlMainmenu .searchMenu.active,
.ucUserControlMainmenu .loginMenu.active {
  background-color: #155D5C !important;
}
.ucUserControlMainmenu .searchForm {
  display: none;
  padding: 15px 20px;
  background-color: #155D5C;
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
  z-index: 100;
}
.ucUserControlMainmenu .searchForm input[type=text] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  height: 45px;
  margin: 0;
  padding: 12px 15px;
  width: 100%;
}
.ucUserControlMainmenu .toggleMenu {
  text-indent: -20000px;
  background-image: url("../../cbd/Images/mobilenav/burger.png");
  background-color: transparent;
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  margin: 0;
  height: 60px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #1B7677;
}
.ucUserControlMainmenu .toggleMenu.active {
  background-color: #155D5C !important;
}
.ucUserControlMainmenu ul {
  margin: 0;
  float: left;
  list-style: none;
  border-right: 1px solid #80B3B3;
  border-left: 0px solid #004F4F;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu ul {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu ul {
    border: none;
  }
}
.ucUserControlMainmenu ul li {
  float: left;
  border-left: 1px solid #80B3B3;
  border-right: 1px solid #004F4F;
  list-style: none;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu ul li {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu ul li {
    border: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu .nav li a:hover,
  .ucUserControlMainmenu .nav li a:focus,
  .ucUserControlMainmenu .nav li a:active {
    background-color: #155D5C;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu .nav li a:hover,
  .ucUserControlMainmenu .nav li a:focus,
  .ucUserControlMainmenu .nav li a:active {
    background-color: #155D5C;
  }
}
@media only screen and (min-width: 768px) {
  .ucUserControlMainmenu .nav li a:hover,
  .ucUserControlMainmenu .nav li a:focus,
  .ucUserControlMainmenu .nav li a:active {
    background-color: transparent;
  }
}
.ucUserControlMainmenu .nav li li a:hover,
.ucUserControlMainmenu .nav li li a:focus {
  text-decoration: underline !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu .nav li li a:hover,
  .ucUserControlMainmenu .nav li li a:focus {
    text-decoration: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu .nav li li a:hover,
  .ucUserControlMainmenu .nav li li a:focus {
    text-decoration: none;
  }
}
.ucUserControlMainmenu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 18px 20px;
  width: auto;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-shadow: none;
  min-width: 155px;
}
.ucUserControlMainmenu ul li a:hover,
.ucUserControlMainmenu ul li a:focus,
.ucUserControlMainmenu ul li a:active,
.ucUserControlMainmenu ul li a.active {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlMainmenu ul li a {
    min-width: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlMainmenu ul li a {
    padding: 16px 20px 18px 20px;
    min-width: 105px;
    border-top: 2px solid transparent;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu ul li a {
    background-color: #F2F2F2 !important;
    text-transform: capitalize;
    text-align: left;
    width: 440px;
    padding: 13px 20px;
    border: none;
    border-color: #E3E3E3 !important;
    color: #444 !important;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu ul li a {
    background-color: #F2F2F2 !important;
    text-transform: capitalize;
    text-align: left;
    width: 280px;
    padding: 13px 20px;
    border: none;
    border-color: #E3E3E3 !important;
    color: #444 !important;
  }
}
.ucUserControlMainmenu ul ul li a {
  border-bottom: 1px solid #1B7677;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu ul ul li a {
    border-bottom: 0px solid #1B7677;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu ul ul li a {
    border-bottom: 0px solid #1B7677;
  }
}
.ucUserControlMainmenu .nav li ul a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.ucUserControlMainmenu .nav li ul a:hover,
.ucUserControlMainmenu .nav li ul a:focus,
.ucUserControlMainmenu .nav li ul a:active,
.ucUserControlMainmenu .nav li ul a.active {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlMainmenu ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ucUserControlMainmenu ul li a.parent-link {
    width: 82% !important;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .ucUserControlMainmenu .arrow-parent-wrapper {
    width: 18%;
    display: inline-block;
    height: 46px;
    vertical-align: top;
    overflow: hidden;
  }
  .ucUserControlMainmenu .arrow-parent-wrapper a {
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    min-width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ucUserControlMainmenu .arrow-parent-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu ul > li.column-description {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu ul > li.column-description {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .ucUserControlMainmenu .nav li.column {
    position: relative !important;
    height: 300px;
  }
  .ucUserControlMainmenu .nav > li.hover > a,
  .ucUserControlMainmenu .nav > li.active > a {
    background-image: url("../../cbd/Images/menu-hover-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #155D5C;
    border-top: 2px solid #FF3300;
    padding: 16px 20px 18px 20px;
  }
  .ucUserControlMainmenu .nav > li.hover > a.blue-bg-menu,
  .ucUserControlMainmenu .nav > li.active > a.blue-bg-menu {
    background-color: #00b7e4 !important;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column {
    background-color: #F2F2F2;
    border-left: 1px solid #fff;
    width: 22.09%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 34px;
    padding-bottom: 44px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column > a.parent {
    margin-bottom: 12px;
    font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column-description {
    background-color: #fff;
    width: 33.72%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column-description a.more {
    background-image: url("../../cbd/Images/icon-next-pagination.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: #FF3300;
    font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-right: 13px;
    display: inline !important;
    font-size: 15px;
    margin-top: 10px;
  }
  .ucUserControlMainmenu .nav > li.hover > ul {
    border: none;
    z-index: 100;
    -webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
    background-color: #fff;
  }
  .ucUserControlMainmenu .nav > li.hover > ul p,
  .ucUserControlMainmenu .nav > li.hover > ul a {
    color: #000;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li {
    margin-bottom: 5px;
    background-image: url("../../cbd/Images/arange-arrow-right.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 4px 7px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li ul {
    margin-top: 5px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li li {
    margin-bottom: 5px;
    font-size: 12px;
    background-image: url("../../cbd/Images/grey-arrow-right.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 3px 5px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li a {
    font-weight: normal;
  }
  .ucUserControlMainmenu .nav > li:hover > dropdown-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ucUserControlMainmenu .nav li.column {
    position: relative !important;
    height: 330px;
  }
  .ucUserControlMainmenu .nav > li.hover > a,
  .ucUserControlMainmenu .nav > li.active > a {
    background-image: url("../../cbd/Images/menu-hover-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #155D5C;
    border-top: 2px solid #FF3300;
    padding: 16px 20px 18px 20px;
  }
  .ucUserControlMainmenu .nav > li.hover > a.blue-bg-menu,
  .ucUserControlMainmenu .nav > li.active > a.blue-bg-menu {
    background-color: #00b7e4 !important;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column {
    background-color: #F2F2F2;
    border-left: 1px solid #fff;
    width: 25.33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 26px;
    padding-bottom: 44px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column > a.parent {
    margin-bottom: 12px;
    font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column-description {
    background-color: #fff;
    width: 24%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li.column-description a.more {
    background-image: url("../../cbd/Images/icon-next-pagination.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: #FF3300;
    font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-right: 13px;
    display: inline !important;
    font-size: 15px;
    margin-top: 10px;
  }
  .ucUserControlMainmenu .nav > li.hover > ul {
    border: none;
    z-index: 100;
    -webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
    background-color: #fff;
  }
  .ucUserControlMainmenu .nav > li.hover > ul p,
  .ucUserControlMainmenu .nav > li.hover > ul a {
    color: #000;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li {
    margin-bottom: 5px;
    background-image: url("../../cbd/Images/arange-arrow-right.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 4px 7px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li ul {
    margin-top: 5px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li li {
    margin-bottom: 5px;
    font-size: 12px;
    background-image: url("../../cbd/Images/grey-arrow-right.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 3px 5px;
  }
  .ucUserControlMainmenu .nav > li.hover ul > li li a {
    font-weight: normal;
  }
  .ucUserControlMainmenu .nav > li:hover > dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlMainmenu ul > li.column-description {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlMainmenu ul > li.column-description {
    display: none;
  }
}
/****MAIN MENU****/
.sticky .ucUserControlMainmenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 102;
  height: auto;
  -webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.35);
}
.sticky .ucUserControlMainmenu .topAnchor {
  display: block;
  color: #A3BDBC;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 12px;
}
.sticky .ucUserControlMainmenu .topAnchor:hover,
.sticky .ucUserControlMainmenu .topAnchor:focus,
.sticky .ucUserControlMainmenu .topAnchor:active,
.sticky .ucUserControlMainmenu .topAnchor.active {
  color: #A3BDBC;
  text-decoration: underline;
}
.sticky .ucUserControlMainmenu .container {
  background-size: 34px 34px;
  background-image: url("../../cbd/Images/icon-logo-34x34.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 45px;
}
.sticky .ucUserControlMainmenu ul {
  margin-left: 56px;
}
.sticky .ucUserControlMainmenu ul ul {
  margin-left: 0px;
  z-index: 102;
}
.sticky .ucUserControlMainmenu ul li a {
  padding: 13px 0;
  width: 135px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sticky .ucUserControlMainmenu ul li a {
    min-width: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .ucUserControlMainmenu ul li a {
    min-width: 85px;
  }
}
.sticky .ucUserControlMainmenu ul li li a,
.sticky .ucUserControlMainmenu ul li.hover li a,
.sticky .ucUserControlMainmenu ul li.active li a {
  padding: 0;
}
.sticky .ucUserControlMainmenu ul li.hover a,
.sticky .ucUserControlMainmenu ul li.active a {
  padding: 11px 0 13px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sticky .ucUserControlMainmenu ul li.hover a,
  .sticky .ucUserControlMainmenu ul li.active a {
    padding: 11px 0 13px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .ucUserControlMainmenu ul li.hover a,
  .sticky .ucUserControlMainmenu ul li.active a {
    padding: 13px 0 13px 0;
  }
}
/****STICKY MESSAGE****/
#stickyMessage {
  position: relative;
  right: 0;
  left: 0;
  clear: both;
  padding: 4px 0;
  z-index: 97;
  background-color: #fff;
}
#stickyMessage .message {
  padding: 4px 8px;
  text-align: center;
  position: relative;
  font-size: 17px;
}
#stickyMessage .message b {
  color: #006666;
}
#stickyMessage .button.normal {
  padding: 7px 31px;
  font-size: 15px;
  margin-left: 15px;
}
#stickyMessage #removeStickyMessage {
  cursor: pointer;
  color: #DDDEDE;
  text-decoration: none;
  padding-bottom: 1px;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#stickyMessage #removeStickyMessage:hover,
#stickyMessage #removeStickyMessage:focus,
#stickyMessage #removeStickyMessage:active,
#stickyMessage #removeStickyMessage.active {
  color: #000;
  text-decoration: none;
}
#NavWrapper {
  /* ----------------------------------------------------------------------- */
  clear: both;
  background-color: #006666;
  /* ------------------------------------------------------------------------*/
}
.ucFlexNavigation .dropdown-submenu {
  position: relative;
}
.ucFlexNavigation .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.ucFlexNavigation .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.ucFlexNavigation .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.ucFlexNavigation .dropdown-submenu > a.nav-leaf:after,
.ucFlexNavigation .dropdown-submenu:hover > a.nav-leaf:after {
  border: none;
}
.ucFlexNavigation .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.ucFlexNavigation .dropdown-submenu.pull-left {
  float: none;
}
.ucFlexNavigation .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media only screen and (min-width: 768px) {
  ul.group-list li {
    border-left: none;
  }
  #main-menu .nav li.description {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  #main-menu .nav li li a.parent-link {
    padding: 13px 20px 13px 40px;
    border-bottom: 1px solid #008C8D;
  }
}
/*
li.column a.parent {
    @media only screen and (max-width: @screen-xs-max) {
        background-image: url("@{root}white-readmore.png") !important;        
    }
} 
li.column.hover a.parent {
    @media only screen and (max-width: @screen-xs-max) {
        background-image: url("@{root}white-readmore-up.png") !important;        
    }
}
*/
/* CUSTOM MENU COLORS */
@media only screen and (min-width: 768px) {
  .blue-bg-menu {
    background-color: #00ccff !important;
  }
  .blue-bg-menu:hover,
  .blue-bg-menu:active,
  .blue-bg-menu:focus {
    background-color: #00b7e4 !important;
  }
}
/**************** NEW Scroll to TOp button ------------------*/
#beamMeUpScotty {
  display: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  #beamMeUpScotty {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url("../../cbd/Images/backtotop-2x.png") no-repeat;
    background-position: -50px 0;
    background-size: cover;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  #beamMeUpScotty:active {
    background: url("../../cbd/Images/backtotop-2x.png") no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
}
/* Adjustments for auto-resizing mobile +/- toggles */
@media only screen and (max-width: 768px) {
  .arrow-parent-wrapper .parent {
    text-align: center !important;
    background-image: none !important;
  }
  .arrow-parent-wrapper .parent .parent-toggle {
    background-image: url('../../cbd/Images/accordian-control-grey.png');
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .arrow-parent-wrapper .parent.expanded .parent-toggle {
    background-position: 50% -81px !important;
  }
  .arrow-parent-wrapper .parent:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}
.ad-banner img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .ad-banner img {
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .ad-banner {
    display: none!important;
  }
}
[dir="rtl"] .RadSiteMap .rsmFlow {
  text-align: right;
}
#virtual-assistant {
  position: fixed!important;
  height: 100%;
  overflow-y: scroll;
  display: none;
  padding-bottom: 60px;
}
.ucVirtualAssistant #va_trigger img {
  display: block;
}
.ucVirtualAssistant .virtualAssistant {
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: -706px;
  margin-top: -77px;
  z-index: 100;
  width: 772px;
}
.ucVirtualAssistant .virtualAssistant .box {
  width: 700px;
  height: 572px;
  position: absolute;
  background-color: #FF3300;
  right: 0;
  top: -50%;
  margin-top: -103px;
  padding-top: 7px;
}
.ucVirtualAssistant .virtualAssistant .box .chatbox {
  background-color: #fff;
  padding: 18px;
}
@media only screen and (max-width: 768px) {
  .ucVirtualAssistant .virtualAssistant {
    display: none;
  }
}
/****COLLAPSIBLE CONTENT****/
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.panel-group .panel-heading {
  background-color: #F2F2F2;
  background-image: linear-gradient(to bottom, #F2F2F2 0px, #F2F2F2 100%);
  padding: 13px 23px;
}
.panel-group .panel-title {
  font-size: 18px;
  width: 100%;
  white-space: normal;
  overflow: hidden;
}
.panel-group .panel-title a {
  padding-left: 30px;
  display: block;
}
.panel-group .panel-title h4 {
  font-size: 18px;
}
.panel-group .panel-title .status {
  font-size: 17px;
  color: #FF3300;
  margin-left: -30px;
  margin-right: 13px;
  float: left;
}
.panel-group .panel-title .active .status:before {
  content: "\2212";
}
.panel-group .panel-title .status:before,
.panel-group .panel-title .collapsed .status:before,
.panel-group .panel-title .active.collapsed .status:before {
  content: "\2b";
}
.panel-group .panel-collapse .panel-body {
  padding-left: 60px;
}
.panel-group .panel-collapse .panel-body li {
  background-position: 0px 5px;
}
.panel-group .panel-collapse .panel-body ul li,
.panel-group .panel-collapse .panel-body p,
.panel-group .panel-collapse .panel-body ol li {
  font-size: 13px !important;
}
@media only screen and (max-width: 479px) {
  .panel-group .panel-collapse .panel-body {
    padding-left: 12px;
  }
}
.panel-group .panel-collapse .panel-body .panel {
  -webkit-box-shadow: 0px -2px 7px rgba(204, 204, 204, 0);
  -moz-box-shadow: 0px -2px 7px rgba(204, 204, 204, 0);
  box-shadow: 0px -2px 7px rgba(204, 204, 204, 0);
}
.panel-group .panel-collapse .panel-body .panel-collapse .panel-body {
  border-top: 1px solid #fff;
  padding-left: 21px;
}
.panel-group .panel-collapse .panel-body .panel-default {
  border-width: 0;
}
.panel-group .panel-collapse .panel-body .panel-heading {
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 0px, transparent 100%);
  padding: 0px;
  border-width: 0;
}
@media only screen and (max-width: 479px) {
  .panel-group .panel-collapse .panel-body .panel-heading {
    padding: 13px 12px;
  }
}
.panel-group .panel-collapse .panel-body .panel-title {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
}
.panel-group .panel-collapse .panel-body .panel-title .arrowstate,
.panel-group .panel-collapse .panel-body .panel-title .collapsed .arrowstate,
.panel-group .panel-collapse .panel-body .panel-title .active.collapsed .arrowstate {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url("../../cbd/Images/arange-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.panel-group .panel-collapse .panel-body .panel-title .active .arrowstate {
  background-image: url("../../cbd/Images/arange-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
ol > li {
  background-image: none!important;
  padding-left: 0px!important;
}
ol > li > ul {
  padding-left: 15px!important;
}
.faq-details h1 {
  margin-bottom: 20px;
}
.faq-details ul {
  list-style: none;
}
.faq-details ul li {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  padding: 0px 0 0px 13px;
  background-image: url("../../cbd/images/ico_orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.faq-details ul li ul li {
  background-image: url("../../cbd/images/grey-arrow.png");
}
/* region: CBD Personal special offers layout */
.personal-special-offers-wrapper {
  padding-bottom: 20px;
}
.personal-special-offers-wrapper .bx-wrapper .bx-viewport {
  background: none;
}
.personal-special-offers-wrapper .bx-wrapper {
  max-width: 1140px !important;
}
.personal-special-offers-wrapper .bx-wrapper .bx-controls-direction a {
  top: 42% !important;
  z-index: 100!important;
}
ul.personal-special-offers li {
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
  margin: 5px;
  background: #fff;
}
ul.personal-special-offers li .social-share-icons {
  height: auto !important;
  text-align: right;
  margin-top: -36px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  line-height: 11px;
  position: absolute;
  width: 100%;
}
ul.personal-special-offers li .social-share-icons a.fb-share,
ul.personal-special-offers li .social-share-icons a.twitter-share {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
}
ul.personal-special-offers li .social-share-icons a.fb-share span,
ul.personal-special-offers li .social-share-icons a.twitter-share span {
  display: none;
}
ul.personal-special-offers li .social-share-icons a.fb-share:hover,
ul.personal-special-offers li .social-share-icons a.twitter-share:hover {
  opacity: .8;
}
ul.personal-special-offers li .social-share-icons a.fb-share {
  background-image: url("../../cbd/Images/icon-facebook.jpg");
  background-size: 26px 26px;
}
ul.personal-special-offers li .social-share-icons a.twitter-share {
  background-image: url("../../cbd/Images/icon-twitter.jpg");
  background-size: 26px 26px;
}
ul.personal-special-offers li h4 {
  font-size: 18px;
  color: #000 !important;
}
ul.personal-special-offers li .SlideImg {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
ul.personal-special-offers li .SlideImg img {
  height: 100%;
  width: auto;
  min-width: 100%;
}
ul.personal-special-offers li .SlideText {
  padding: 10px;
  padding-top: 5px;
  text-align: left;
}
ul.personal-special-offers li .SlideText div,
ul.personal-special-offers li .SlideText p {
  font-size: 13px;
  line-height: 17px;
}
ul.personal-special-offers li .SlideText .sfTxtContent {
  min-height: 60px;
}
ul.personal-special-offers li .SlideText h4 {
  font-size: 20px !important;
}
/* endregion: CBD Personal special offers layout */
/* region: FB special offers layout */
.fb-special-offers-wrapper {
  padding-bottom: 20px;
}
.fb-special-offers-wrapper .bx-wrapper {
  max-width: 1050px !important;
}
.fb-special-offers-wrapper .bx-wrapper .bx-viewport {
  background: none;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .fb-special-offers-wrapper .bx-wrapper .bx-viewport {
    height: auto !important;
  }
}
.fb-special-offers-wrapper .bx-wrapper .bx-controls-direction a {
  top: 42% !important;
}
@media only screen and (min-width: 992px) {
  ul.fb-special-offers {
    width: 100% !important;
    text-align: center;
  }
}
ul.fb-special-offers li {
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
  margin: 5px;
  background: #fff;
}
ul.fb-special-offers li .social-share-icons {
  height: auto !important;
  text-align: right;
  margin-top: -36px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  line-height: 11px;
  position: absolute;
  width: 100%;
}
ul.fb-special-offers li .social-share-icons a.fb-share,
ul.fb-special-offers li .social-share-icons a.twitter-share {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
}
ul.fb-special-offers li .social-share-icons a.fb-share span,
ul.fb-special-offers li .social-share-icons a.twitter-share span {
  display: none;
}
ul.fb-special-offers li .social-share-icons a.fb-share:hover,
ul.fb-special-offers li .social-share-icons a.twitter-share:hover {
  opacity: .8;
}
ul.fb-special-offers li .social-share-icons a.fb-share {
  background-image: url("../../cbd/Images/icon-facebook.jpg");
  background-size: 26px 26px;
}
ul.fb-special-offers li .social-share-icons a.twitter-share {
  background-image: url("../../cbd/Images/icon-twitter.jpg");
  background-size: 26px 26px;
}
ul.fb-special-offers li h4 {
  font-size: 18px;
  color: #000 !important;
}
@media only screen and (min-width: 992px) {
  ul.fb-special-offers li {
    float: none !important;
    display: inline-block;
  }
}
ul.fb-special-offers li .fbSlideImg {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
ul.fb-special-offers li .fbSlideImg img {
  height: 100%;
  width: auto;
  min-width: 100%;
}
ul.fb-special-offers li .fbSlideText {
  padding: 10px;
  padding-top: 5px;
  text-align: left;
}
ul.fb-special-offers li .fbSlideText div,
ul.fb-special-offers li .fbSlideText p {
  font-size: 13px;
  line-height: 17px;
}
ul.fb-special-offers li .fbSlideText .sfTxtContent {
  min-height: 60px;
}
ul.fb-special-offers li .fbSlideText h4 {
  font-size: 20px !important;
}
/* endregion: FB special offers layout */
/* region: helper styles */
.taxonomy-filter-wrapper {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 767px) {
  .taxonomy-filter-wrapper {
    float: none;
    text-align: left;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .center-mobile {
    text-align: center !important;
  }
}
.offers-filter-label {
  font-size: 16px;
}
.special-offers-modal {
  z-index: 10000;
}
.special-offers-modal .button.modal-close-btn {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
  margin-right: 10px;
}
.special-offers-modal .button.modal-close-btn:hover {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  text-decoration: none;
}
.special-offers-modal .button.modal-close-btn,
.special-offers-modal .button.normal.orange {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  float: right !important;
}
.special-offers-modal .modal-body {
  padding: 0 20px;
}
.special-offers-modal .modal-body .notice.brown h3 {
  margin-top: 0;
  color: #806537 !important;
}
.special-offers-modal .modal-footer {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
/* endregion: helper styles */
[dir="rtl"] .RadSiteMap .rsmFlow {
  text-align: right;
}
.ucUserControlChatbox {
  background-color: #006666;
  border: 1px solid #009C9B;
  position: fixed;
  width: 300px;
  height: 530px;
  overflow: hidden;
  right: 45px;
  bottom: 45px;
  z-index: 15000;
}
@media only screen and (max-width: 480px) {
  .ucUserControlChatbox {
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 15000;
    height: 100vh;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlChatbox {
    width: 100vw;
    height: 100vh;
    top: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .ucUserControlChatbox .chatiframe {
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlChatbox .chatiframe {
    width: 100vw;
    height: 100vh;
  }
}
.ucUserControlChatbox #LiveChatDiv {
  position: relative;
  bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .ucUserControlChatbox #LiveChatDiv {
    bottom: 0px;
    height: 100vh;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlChatbox #LiveChatDiv {
    bottom: 0px;
    height: 100vh;
  }
}
.ucUserControlChatbox .small {
  padding: 10px 0;
  color: #666;
  font-size: 11px;
  display: block;
}
.ucUserControlChatbox .small.disclaimer {
  border-top: 1px solid #72A931;
}
.ucUserControlChatbox .controller {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
}
.ucUserControlChatbox .controller a {
  width: 15px;
  height: 15px;
  float: right;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ucUserControlChatbox .controller a.minimize {
  background-image: url("../../cbd/Images/icon-chat-minimize.png");
}
.ucUserControlChatbox .controller a.miximize {
  background-image: url("../../cbd/Images/icon-chat-maximize.png");
}
.ucUserControlChatbox .controller a.print {
  background-image: url("../../cbd/Images/icon-chat-print.png");
}
.ucUserControlChatbox .controller a.email {
  background-image: url("../../cbd/Images/icon-chat-mail.png");
}
.ucUserControlChatbox .controller a.close {
  background-image: url("../../cbd/Images/icon-chat-close.png");
}
.ucUserControlChatbox .footer {
  background-image: url("../../cbd/Images/icon-secure.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  height: 25px;
  margin: 0 9px;
}
.ucUserControlChatbox .chatinfo {
  position: absolute;
  height: 50px;
  top: -50px;
  left: 0;
  background-color: #006666;
  padding: 0;
  width: 290px;
}
.ucUserControlChatbox .chatinfo h4 {
  font-size: 15px;
  color: #fff;
  line-height: 16px;
}
.ucUserControlChatbox .chatinfo h4 span {
  color: #9A9A9A;
  font-size: 10px;
  display: block;
}
.ucUserControlChatbox .chatinfo .button.normal {
  width: auto;
  display: inline-block;
}
.ucUserControlChatbox .chatinfo #closechat {
  padding: 5px 17px;
  border-top: 1px solid #009C9B;
  float: right;
  margin: 5px 0 0 0;
}
.ucUserControlChatbox .chatinfo #closechat span {
  font-size: 15px;
}
.ucUserControlChatbox .scroller .viewport {
  min-height: 200px;
}
.ucUserControlChatbox .scroller.chat {
  margin-top: 45px;
  position: relative;
}
.ucUserControlChatbox label.control-label {
  color: #000;
  font-size: 15px;
  display: block;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.ucUserControlChatbox .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 100%;
  margin: 0;
}
.ucUserControlChatbox .bootstrap-select.btn-group .btn .filter-option {
  right: 34px;
}
.ucUserControlChatbox .button.normal {
  padding: 7px 10px;
  font-size: 17px;
  width: 100%;
  display: block;
}
.ucUserControlChatbox .head {
  background-image: url("../../cbd/Images/icon-message-green.png");
  background-repeat: no-repeat;
  background-position: 9px 50%;
  background-color: #155D5C;
  height: 30px;
  padding: 6px 9px 6px 37px;
  color: #fff;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.ucUserControlChatbox .box {
  margin: 9px;
  overflow: hidden;
  height: 236px;
}
.ucUserControlChatbox .box .box-container {
  background-color: #fff;
  font-size: 13px;
  width: 1160px;
  display: table;
  position: relative;
}
.ucUserControlChatbox .box .box-container .boxwrapper {
  width: 290px;
  float: left;
}
.ucUserControlChatbox .box .box-container .scroller {
  float: left;
}
.ucUserControlChatbox .box .box-container img.pull-left {
  margin-right: 13px;
}
.ucUserControlChatbox .box .box-container p {
  color: #444;
  font-size: 13px;
  margin-bottom: 5px;
}
.ucUserControlChatbox .box .box-container #startChatting {
  color: #FF3300;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF3300;
  font-size: 13px;
}
.ucUserControlChatbox .box .box-container #startChatting:hover,
.ucUserControlChatbox .box .box-container #startChatting:focus,
.ucUserControlChatbox .box .box-container #startChatting:active,
.ucUserControlChatbox .box .box-container #startChatting.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.ucUserControlChatbox .messagepop {
  position: relative;
  margin: 10px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  padding: 10px;
  background-color: #F5F5F5;
  color: #666;
  width: 100%;
}
.ucUserControlChatbox .messagepop span {
  position: absolute;
  background-image: url("../../cbd/Images/message-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 4px;
  width: 9px;
  top: -4px;
  left: 21px;
}
.ucUserControlChatbox .typemessage {
  background-color: #F2F2F2;
  padding: 16px 20px;
  clear: both;
}
.ucUserControlChatbox .typemessage textarea {
  margin-bottom: 11px;
}
.ucUserControlWebCallBack {
  background-color: #006666;
  border: 1px solid #009C9B;
  position: fixed;
  width: 570px;
  height: auto;
  min-height: 353px;
  overflow: hidden;
  right: 65px;
  bottom: 100px;
  z-index: 150;
  padding-top: 30px;
}
.ucUserControlWebCallBack .webCallBackTitle {
  position: absolute;
  top: 0px;
  left: 5px;
  color: white;
  font-weight: bold;
  padding-left: 30px;
  background-image: url('../../cbd/Images/icon-tel.png');
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
@media only screen and (max-width: 767px) {
  .ucUserControlWebCallBack {
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    top: 60px;
  }
}
.ucUserControlWebCallBack #WebCallBackDiv {
  width: 100%;
  height: 100%;
}
.ucUserControlWebCallBack #WebCallBackDiv iframe {
  width: 100%;
  height: 353px;
}
.ucUserControlWebCallBack .controller {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
}
.ucUserControlWebCallBack .controller a {
  width: 15px;
  height: 15px;
  float: right;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ucUserControlWebCallBack .controller a.minimize {
  background-image: url("../../cbd/Images/icon-chat-minimize.png");
}
.ucUserControlWebCallBack .controller a.miximize {
  background-image: url("../../cbd/Images/icon-chat-maximize.png");
}
.ucUserControlWebCallBack .controller a.print {
  background-image: url("../../cbd/Images/icon-chat-print.png");
}
.ucUserControlWebCallBack .controller a.email {
  background-image: url("../../cbd/Images/icon-chat-mail.png");
}
.ucUserControlWebCallBack .controller a.close {
  width: 20px;
  background-image: url("../../cbd/Images/close-sm-white.png");
}
@media only screen and (max-width: 768px) {
  .ucStickyChatAgent {
    display: none;
  }
}
.ucStickyChatAgent a {
  position: absolute;
  top: 0px;
  right: 5%;
  padding: 18px 10px 0 50px;
  display: block;
  background: url("../../cbd/Images/chat_circle.png") no-repeat transparent;
  background-size: 40px;
  background-position: 5px 8px;
  height: 100%;
  width: auto;
  color: #fff;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucStickyChatAgent a {
    font-size: 12px;
    right: 6%;
  }
}
.ucStickyChatAgent a:hover,
.ucStickyChatAgent a:active,
.ucStickyChatAgent a:focus {
  background-color: #155D5C;
  color: #fff;
  text-decoration: none;
  border-top: 2px solid #FF3300;
  padding-top: 16px;
  background-position: 5px 6px;
}
.sticky .ucStickyChatAgent a {
  padding: 12px 10px 0 50px;
  background-position: 5px 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .ucStickyChatAgent a {
    padding: 15px 10px 0 50px;
    font-size: 12px;
    right: 1%;
    background-position: 5px 4px;
  }
  .sticky .ucStickyChatAgent a:hover,
  .sticky .ucStickyChatAgent a:active,
  .sticky .ucStickyChatAgent a:focus {
    padding-top: 13px!important;
    background-position: 5px 2px!important;
  }
}
.sticky .ucStickyChatAgent a:hover,
.sticky .ucStickyChatAgent a:active,
.sticky .ucStickyChatAgent a:focus {
  padding-top: 10px;
  background-position: 5px 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .ucUserControlMainmenu.sticky-chat-agent ul li a.rootmenu {
    padding: 12px 15px 14px 15px!important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlMainmenu.sticky-chat-agent ul li a.rootmenu {
    min-width: 115px!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlMainmenu.sticky-chat-agent ul li a.rootmenu {
    padding: 16px 15px 18px 15px!important;
    min-width: 50px!important;
  }
}
@media only screen and (min-width: 768px) {
  .ucStickyChatAgentMobile {
    display: none;
  }
}
.ucStickyChatAgentMobile a {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  background: url("../../cbd/Images/chat.svg") no-repeat #006666;
  background-size: 50px;
  background-position: 5px 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  opacity: 0.8;
}
.ucStickyChatAgentMobile a:hover,
.ucStickyChatAgentMobile a:active,
.ucStickyChatAgentMobile a:focus {
  background-color: #155D5C;
  box-shadow: none;
  opacity: 1;
}
/* --- DOCUMENT --- */
/* Download link */
.sfdownloadFileWrp a {
  padding: 3px 0 3px 25px;
  background: transparent url("../../cbd/Images/sfFileExtensionsSml.gif") no-repeat 0 0;
  *line-height: 21px;
}
/* Icons background positions */
.sfdownloadFileWrp .sfpdf {
  background-position: 0 -100px;
}
.sfdownloadFileWrp .sfdoc {
  background-position: 0 -200px;
}
.sfdownloadFileWrp .sfrtf {
  background-position: 0 -300px;
}
.sfdownloadFileWrp .sftxt {
  background-position: 0 -400px;
}
.sfdownloadFileWrp .sfxls {
  background-position: 0 -500px;
}
.sfdownloadFileWrp .sfzip {
  background-position: 0 -600px;
}
.sfdownloadFileWrp .sfjpg {
  background-position: 0 -700px;
}
.sfdownloadFileWrp .sfgif {
  background-position: 0 -800px;
}
.sfdownloadFileWrp .sfpng {
  background-position: 0 -900px;
}
.sfdownloadFileWrp .sfppt {
  background-position: 0 -1000px;
}
.sfdownloadFileWrp .sfhtml,
.sfdownloadFileWrp .sfhtm {
  background-position: 0 -1100px;
}
.sfdownloadFileWrp .sfdocx {
  background-position: 0 -1600px;
}
.sfdownloadFileWrp .sfxlsx {
  background-position: 0 -1700px;
}
.sfdownloadFileWrp .sfcsv {
  background-position: 0 -1800px;
}
.sfdownloadFileWrp .sfrar {
  background-position: 0 -1900px;
}
.sfdownloadFileWrp .sfjpeg {
  background-position: 0 -2000px;
}
.sfdownloadFileWrp .sfpptx {
  background-position: 0 -2100px;
}
.sfdownloadFileWrp .sfpps {
  background-position: 0 -2200px;
}
.sfdownloadFileWrp .sfppsx {
  background-position: 0 -2300px;
}
.sfdownloadFileWrp .sfmp3 {
  background-position: 0 -2400px;
}
.sfdownloadFileWrp .sfwav {
  background-position: 0 -2500px;
}
.sfdownloadFileWrp .sfwma {
  background-position: 0 -2600px;
}
.sfdownloadFileWrp .sfogg {
  background-position: 0 -2700px;
}
.sfdownloadFileWrp .sfmp4 {
  background-position: 0 -2800px;
}
.sfdownloadFileWrp .sfavi {
  background-position: 0 -2900px;
}
.sfdownloadFileWrp .sfmpg {
  background-position: 0 -3000px;
}
.sfdownloadFileWrp .sfmpeg {
  background-position: 0 -3100px;
}
.sfdownloadFileWrp .sfmov {
  background-position: 0 -3200px;
}
.sfdownloadFileWrp .sfwmv {
  background-position: 0 -3300px;
}
.sfdownloadFileWrp .sfbook {
  background-position: 0 -3400px;
}
.sfdownloadFileWrp .sfiba {
  background-position: 0 -3500px;
}
.sfdownloadFileWrp .sfepub {
  background-position: 0 -3600px;
}
.sfdownloadFileWrp .sffb2 {
  background-position: 0 -3700px;
}
.sfdownloadFileWrp .sfsfb {
  background-position: 0 -3800px;
}
.sfdownloadFileWrp .sfmobi {
  background-position: 0 -3900px;
}
/* --- end of DOCUMENT --- */
/* --- DOCUMENT GALLERY --- */
/* --- Documents list --- */
/* --- Used by "List" and "List + Detail page" modes --- */
/* List of download files wrapper */
/* Single download file wrapper when it has a large icon */
.sfSmallIcns .sfdownloadList .sfdownloadFile {
  padding-left: 25px;
  background: transparent url("../../cbd/Images/sfFileExtensionsSml.gif") no-repeat 0 0;
}
/* Single download file wrapper when it has a small icon */
.sfLargeIcns .sfdownloadList .sfdownloadFile {
  padding-left: 43px;
  background: transparent url("../../cbd/Images/sfFileExtensions.gif") no-repeat 0 0;
}
/* --- Download Table --- */
/* --- Used by "Table" and "Table + Detail page" modes --- */
/* Download link when it has an icon */
.sfdownloadTable.sfHasIcons .sfdownloadLink {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 0 3px 25px;
  background: transparent url("../../cbd/Images/sfFileExtensionsSml.gif") no-repeat 0 0;
}
/* --- Details View --- */
/* Download file link */
.sfdownloadDetails .sfdownloadLinkWrp .sfdownloadLink {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 0 15px 50px;
  background: transparent url("../../cbd/Images/sfFileExtensions.gif") no-repeat 0 0;
}
/* Wraps download file extension and size  */
/* Icons background positions in the following order
    - List with small icons
    - List with big icons
    - Table
    - File details view
*/
.sfSmallIcns .sfdownloadList .sfpdf,
.sfLargeIcns .sfdownloadList .sfpdf,
.sfdownloadTable.sfHasIcons .sfpdf .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfpdf .sfdownloadLink {
  background-position: 0 -100px;
}
.sfSmallIcns .sfdownloadList .sfdoc,
.sfLargeIcns .sfdownloadList .sfdoc,
.sfdownloadTable.sfHasIcons .sfdoc .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfdoc .sfdownloadLink {
  background-position: 0 -200px;
}
.sfSmallIcns .sfdownloadList .sfrtf,
.sfLargeIcns .sfdownloadList .sfrtf,
.sfdownloadTable.sfHasIcons .sfrtf .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfrtf .sfdownloadLink {
  background-position: 0 -300px;
}
.sfSmallIcns .sfdownloadList .sftxt,
.sfLargeIcns .sfdownloadList .sftxt,
.sfdownloadTable.sfHasIcons .sftxt .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sftxt .sfdownloadLink {
  background-position: 0 -400px;
}
.sfSmallIcns .sfdownloadList .sfxls,
.sfLargeIcns .sfdownloadList .sfxls,
.sfdownloadTable.sfHasIcons .sfxls .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfxls .sfdownloadLink {
  background-position: 0 -500px;
}
.sfSmallIcns .sfdownloadList .sfzip,
.sfLargeIcns .sfdownloadList .sfzip,
.sfdownloadTable.sfHasIcons .sfzip .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfzip .sfdownloadLink {
  background-position: 0 -600px;
}
.sfSmallIcns .sfdownloadList .sfjpg,
.sfLargeIcns .sfdownloadList .sfjpg,
.sfdownloadTable.sfHasIcons .sfjpg .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfjpg .sfdownloadLink {
  background-position: 0 -700px;
}
.sfSmallIcns .sfdownloadList .sfgif,
.sfLargeIcns .sfdownloadList .sfgif,
.sfdownloadTable.sfHasIcons .sfgif .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfgif .sfdownloadLink {
  background-position: 0 -800px;
}
.sfSmallIcns .sfdownloadList .sfpng,
.sfLargeIcns .sfdownloadList .sfpng,
.sfdownloadTable.sfHasIcons .sfpng .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfpng .sfdownloadLink {
  background-position: 0 -900px;
}
.sfSmallIcns .sfdownloadList .sfppt,
.sfLargeIcns .sfdownloadList .sfppt,
.sfdownloadTable.sfHasIcons .sfppt .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfppt .sfdownloadLink {
  background-position: 0 -1000px;
}
.sfSmallIcns .sfdownloadList .sfhtml,
.sfLargeIcns .sfdownloadList .sfhtml,
.sfdownloadTable.sfHasIcons .sfhtml .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfhtml .sfdownloadLink,
.sfSmallIcns .sfdownloadList .sfhtm,
.sfLargeIcns .sfdownloadList .sfhtm,
.sfdownloadTable.sfHasIcons .sfhtm .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfhtm .sfdownloadLink {
  background-position: 0 -1100px;
}
.sfSmallIcns .sfdownloadList .sfdocx,
.sfLargeIcns .sfdownloadList .sfdocx,
.sfdownloadTable.sfHasIcons .sfdocx .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfdocx .sfdownloadLink {
  background-position: 0 -1600px;
}
.sfSmallIcns .sfdownloadList .sfxlsx,
.sfLargeIcns .sfdownloadList .sfxlsx,
.sfdownloadTable.sfHasIcons .sfxlsx .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfxlsx .sfdownloadLink {
  background-position: 0 -1700px;
}
.sfSmallIcns .sfdownloadList .sfcsv,
.sfLargeIcns .sfdownloadList .sfcsv,
.sfdownloadTable.sfHasIcons .sfcsv .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfcsv .sfdownloadLink {
  background-position: 0 -1800px;
}
.sfSmallIcns .sfdownloadList .sfrar,
.sfLargeIcns .sfdownloadList .sfrar,
.sfdownloadTable.sfHasIcons .sfrar .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfrar .sfdownloadLink {
  background-position: 0 -1900px;
}
.sfSmallIcns .sfdownloadList .sfjpeg,
.sfLargeIcns .sfdownloadList .sfjpeg,
.sfdownloadTable.sfHasIcons .sfjpeg .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfjpeg .sfdownloadLink {
  background-position: 0 -2000px;
}
.sfSmallIcns .sfdownloadList .sfpptx,
.sfLargeIcns .sfdownloadList .sfpptx,
.sfdownloadTable.sfHasIcons .sfpptx .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfpptx .sfdownloadLink {
  background-position: 0 -2100px;
}
.sfSmallIcns .sfdownloadList .sfpps,
.sfLargeIcns .sfdownloadList .sfpps,
.sfdownloadTable.sfHasIcons .sfpps .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfpps .sfdownloadLink {
  background-position: 0 -2200px;
}
.sfSmallIcns .sfdownloadList .sfppsx,
.sfLargeIcns .sfdownloadList .sfppsx,
.sfdownloadTable.sfHasIcons .sfppsx .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfppsx .sfdownloadLink {
  background-position: 0 -2300px;
}
.sfSmallIcns .sfdownloadList .sfmp3,
.sfLargeIcns .sfdownloadList .sfmp3,
.sfdownloadTable.sfHasIcons .sfmp3 .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfmp3 .sfdownloadLink {
  background-position: 0 -2400px;
}
.sfSmallIcns .sfdownloadList .sfwav,
.sfLargeIcns .sfdownloadList .sfwav,
.sfdownloadTable.sfHasIcons .sfwav .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfwav .sfdownloadLink {
  background-position: 0 -2500px;
}
.sfSmallIcns .sfdownloadList .sfwma,
.sfLargeIcns .sfdownloadList .sfwma,
.sfdownloadTable.sfHasIcons .sfwma .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfwma .sfdownloadLink {
  background-position: 0 -2600px;
}
.sfSmallIcns .sfdownloadList .sfogg,
.sfLargeIcns .sfdownloadList .sfogg,
.sfdownloadTable.sfHasIcons .sfogg .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfogg .sfdownloadLink {
  background-position: 0 -2700px;
}
.sfSmallIcns .sfdownloadList .sfmp4,
.sfLargeIcns .sfdownloadList .sfmp4,
.sfdownloadTable.sfHasIcons .sfmp4 .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfmp4 .sfdownloadLink {
  background-position: 0 -2800px;
}
.sfSmallIcns .sfdownloadList .sfavi,
.sfLargeIcns .sfdownloadList .sfavi,
.sfdownloadTable.sfHasIcons .sfavi .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfavi .sfdownloadLink {
  background-position: 0 -2900px;
}
.sfSmallIcns .sfdownloadList .sfmpg,
.sfLargeIcns .sfdownloadList .sfmpg,
.sfdownloadTable.sfHasIcons .sfmpg .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfmpg .sfdownloadLink {
  background-position: 0 -3000px;
}
.sfSmallIcns .sfdownloadList .sfmpeg,
.sfLargeIcns .sfdownloadList .sfmpeg,
.sfdownloadTable.sfHasIcons .sfmpeg .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfmpeg .sfdownloadLink {
  background-position: 0 -3100px;
}
.sfSmallIcns .sfdownloadList .sfmov,
.sfLargeIcns .sfdownloadList .sfmov,
.sfdownloadTable.sfHasIcons .sfmov .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfmov .sfdownloadLink {
  background-position: 0 -3200px;
}
.sfSmallIcns .sfdownloadList .sfwmv,
.sfLargeIcns .sfdownloadList .sfwmv,
.sfdownloadTable.sfHasIcons .sfwmv .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfwmv .sfdownloadLink {
  background-position: 0 -3300px;
}
.sfSmallIcns .sfdownloadList .sfbook,
.sfLargeIcns .sfdownloadList .sfbook,
.sfdownloadTable.sfHasIcons .sfbook .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfbook .sfdownloadLink {
  background-position: 0 -3400px;
}
.sfSmallIcns .sfdownloadList .sfiba,
.sfLargeIcns .sfdownloadList .sfiba,
.sfdownloadTable.sfHasIcons .sfiba .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfiba .sfdownloadLink {
  background-position: 0 -3500px;
}
.sfSmallIcns .sfdownloadList .sfepub,
.sfLargeIcns .sfdownloadList .sfepub,
.sfdownloadTable.sfHasIcons .sfepub .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfepub .sfdownloadLink {
  background-position: 0 -3600px;
}
.sfSmallIcns .sfdownloadList .sffb2,
.sfLargeIcns .sfdownloadList .sffb2,
.sfdownloadTable.sfHasIcons .sffb2 .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sffb2 .sfdownloadLink {
  background-position: 0 -3700px;
}
.sfSmallIcns .sfdownloadList .sfsfb,
.sfLargeIcns .sfdownloadList .sfsfb,
.sfdownloadTable.sfHasIcons .sfsfb .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfsfb .sfdownloadLink {
  background-position: 0 -3800px;
}
.sfSmallIcns .sfdownloadList .sfmobi,
.sfLargeIcns .sfdownloadList .sfmobi,
.sfdownloadTable.sfHasIcons .sfmobi .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfmobi .sfdownloadLink {
  background-position: 0 -3900px;
}
/* --- end of DOCUMENT GALLERY --- */
/* --- FEED --- */
.sfFeedBigIcn {
  padding: 5px 0 13px 45px;
  background: transparent url("../../cbd/Images/sfFileExtensions.gif") no-repeat 0 -1200px;
  *line-height: 38px;
}
.sfFeedSmallIcn {
  padding: 2px 0 2px 22px;
  background: transparent url("../../cbd/Images/sfFileExtensionsSml.gif") no-repeat 0 -1198px;
}
/* --- end of FEED --- */
/* BLOG not set message */
.sftoggleErrorWrp {
  position: relative;
  z-index: 10;
}
.sftoggleErrorLnk {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 14px;
  height: 14px;
  background: transparent url("../../cbd/Images/sfPublicContent.gif") no-repeat 0 -1500px;
  text-indent: -9999px;
}
.sftoggleError {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 10px;
  background-color: #ffc;
  font-size: 11px;
  z-index: 100;
}
/* end of BLOG not set message */
/* begin eCommerce Digital Downloads */
.sfDigitalDownloadIcon {
  display: block;
  height: 15px;
  float: left;
}
/* */
.sfShopByFilterGroupList.sfVerticalList .sfFilterLnk {
  padding-left: 15px;
  background: transparent url("../../cbd/Images/sfPublicContent.gif") no-repeat 0 -1598px;
}
.sfShopByFilterGroupList.sfVerticalList .sfShopByFilterListItemSelected .sfFilterLnk {
  background-position: 0 -1698px;
}
a.button.external-btn:after {
  content: "\e164";
  padding-left: 8px;
  font-size: 12px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.cxenseHomepageCarousel .bxslider {
  border-bottom: 1px solid #f7f7f7;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cxenseHomepageCarousel .bxslider li .slider-box,
  .cxenseHomepageCarousel .bxslider .fitvid .slider-box {
    min-height: 340px !important;
  }
}
@media only screen and (max-width: 479px) {
  .cxenseHomepageCarousel .bxslider li .slider-box,
  .cxenseHomepageCarousel .bxslider .fitvid .slider-box {
    min-height: 380px !important;
  }
}
.cx3dm-overflow-container {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .cx3dm-overflow-container {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx3dm-overflow-container {
    height: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx3dm-overflow-container {
    height: 280px;
  }
}
.ucUserControlPersonalBanking #cxtitle {
  text-transform: uppercase!important;
}
.cx3dm-container {
  overflow: visible !important;
  background-position: 0 0 !important;
  margin: 40px 0;
}
@media only screen and (min-width: 1200px) {
  .cx3dm-container {
    height: 280px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx3dm-container {
    height: 250px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx3dm-container {
    height: 200px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .cx3dm-container {
    overflow: hidden !important;
  }
}
.cx3dm-container .message {
  text-align: left !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cx3dm-container .message {
    top: 0px !important;
    right: 15px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx3dm-container .message {
    padding-top: 5px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx3dm-container .message {
    padding-top: 5px !important;
    padding-bottom: 20px !important;
    height: 200px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cx3dm-container .message {
    top: 8px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cx3dm-container .message h1 {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx3dm-container .message h1 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx3dm-container .message .button.more {
    margin-top: 5px !important;
  }
}
.cx3dm-promo .message {
  text-align: left !important;
  z-index: 99;
}
#cx3dm {
  background-image: url('../../cbd/Images/Watchbox.png');
  background-repeat: no-repeat;
  background-position: 245px 0;
  background-size: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cx3dm {
    background-position: 270px 0px;
    background-size: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cx3dm {
    background-position: 200px 0px;
    background-size: 220px;
  }
}
@media only screen and (max-width: 767px) {
  #cx3dm {
    background-position: 0 0;
    background-size: 100%;
  }
}
#cx3dm .scalable {
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  min-height: 335px;
  height: auto !important;
}
#cx3dm .scale75 {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(0.8);
  transform: scale(1);
  top: -172px;
  right: 350px;
}
#cx3dm .scale62 {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.75);
  transform: scale(0.9);
  top: -186px;
  right: 200px;
}
#cx3dm .scale48 {
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.6);
  transform: scale(0.75);
  top: -140px;
  right: 100px;
}
/*
@import this file directly into your existing Less files to use these mixins
*/
.hp-banner {
  background-size: 1125px 200px;
  background-position: 0 0;
  height: 200px;
  margin-bottom: 40px;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .hp-banner {
    background-position: 767px;
  }
}
@media only screen and (max-width: 479px) {
  .hp-banner {
    background-position: 420px;
  }
}
.hp-banner a {
  height: 100%;
  width: 100%;
  display: block;
}
.hp-banner a .hp-banner-text {
  display: block;
  position: absolute;
  left: 300px;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .hp-banner a .hp-banner-text {
    left: 20px;
    right: 20px;
    top: 20px;
    padding: 20px;
    height: 160px;
    text-align: center;
  }
}
.hp-banner a .hp-banner-text h1 {
  color: #fff !important;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .hp-banner a .hp-banner-text h1 {
    margin-bottom: 15px !important;
  }
}
.hp-banner a .hp-banner-text p {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 24px;
}
@media only screen and (max-width: 479px) {
  .hp-banner a .hp-banner-text p {
    text-align: center !important;
  }
}
/* ----------------------------------------------------------------------- */
/* #region ucUniversalSitemap styles */
/* ----------------------------------------------------------------------- */
.ucUniversalSitemap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .ucUniversalSitemap select.universal-sitemap-tabs {
    display: none !important;
  }
}
.ucUniversalSitemap .bootstrap-select.universal-sitemap-tabs {
  width: 100%;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .ucUniversalSitemap .bootstrap-select.universal-sitemap-tabs {
    display: none;
  }
}
.ucUniversalSitemap .nav-tabs {
  background-color: #F2F2F2;
  border-bottom: none;
  margin-bottom: 50px;
}
.ucUniversalSitemap .nav-tabs .nav {
  margin-bottom: 0px;
  border: 0px;
  width: 18%;
  text-align: center;
  margin: 0px 2px;
}
.ucUniversalSitemap .nav-tabs .nav:hover {
  color: white !important;
  background-color: #006666 !important;
  border-right: 0px;
}
.ucUniversalSitemap .nav-tabs .nav.active {
  background-color: #006666;
  border-right: 0px;
}
.ucUniversalSitemap .nav-tabs .nav.active a {
  cursor: default;
  font-weight: bold;
  color: white;
  background-color: #006666;
  border-color: transparent;
}
.ucUniversalSitemap .nav-tabs .nav.active a:hover {
  color: white !important;
}
.ucUniversalSitemap .nav-tabs .nav a {
  color: #666;
  padding: 10px 40px;
}
.ucUniversalSitemap .nav-tabs .nav a:hover {
  color: white !important;
  background-color: #006666 !important;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .ucUniversalSitemap .nav-tabs .nav a {
    font-size: 11px;
  }
}
.ucUniversalSitemap .sitemap {
  list-style-type: none;
}
.ucUniversalSitemap .sitemap .row {
  margin: 15px auto;
  border-bottom: 1px solid #eee;
}
.ucUniversalSitemap .sitemap .row:last-child {
  border-bottom: none!important;
}
.ucUniversalSitemap .sitemap .row > .heading {
  margin: 0 !important;
  padding: 5px !important;
  font-size: 30px;
}
.ucUniversalSitemap .sitemap .row > .heading a {
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.ucUniversalSitemap .sitemap .row .columns {
  list-style-type: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .ucUniversalSitemap .sitemap .row .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.ucUniversalSitemap .sitemap .row .columns .column {
  border: solid #fff 1px;
  padding: 0px 0 25px 25px;
  margin-top: 0 !important;
}
.ucUniversalSitemap .sitemap .row .columns .column > .heading {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.ucUniversalSitemap .sitemap .row .columns .column > .heading a {
  font-weight: 700;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ucUniversalSitemap .sitemap .row .columns .column .items {
  list-style-type: none;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item {
  background-image: url("../../cbd/Images/arange-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 4px 7px;
  padding-left: 15px;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item > .heading {
  font-size: 18px !important;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item > .heading a {
  font-weight: normal;
  font-size: 15px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item .sub-items {
  list-style-type: none;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item .sub-items .sub-item {
  background-image: url("../../cbd/Images/grey-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 3px 5px;
  padding-left: 15px;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item .sub-items .sub-item > .heading {
  font-size: 18px !important;
}
.ucUniversalSitemap .sitemap .row .columns .column .items .item .sub-items .sub-item > .heading a {
  text-transform: none;
  font-size: 15px !important;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ucUniversalSitemap .sitemap ul {
  list-style-type: none;
}
.ucUniversalSitemap .sitemap a {
  color: #000;
}
.ucUniversalSitemap .sitemap .heading {
  padding: 0;
  margin: 5px auto;
}
.imgMobileBanner {
  top: 0px;
  z-index: 16000;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.infotext {
  top: 30%;
  z-index: 16000;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: bold;
  left: 1%;
}
.infotext .text-center {
  font-weight: normal;
}
.mobilelinks {
  top: 60%;
  z-index: 16000;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.bankinglinks {
  top: 70%;
  z-index: 16000;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.modal-dialog-mobile {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 16000;
}
.modal-content-mobile {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
#mobileBannerModal {
  z-index: 15000 !important;
}
#olburl {
  color: white;
}
#appurl {
  width: 80%;
  margin-left: 12%;
  border-radius: 0px;
}
.btn-app-info {
  color: #ffffff;
  background-color: #5bc0de;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region Styles from style.less */
/* ----------------------------------------------------------------------- */
a {
  color: #FF3300;
}
#PublicWrapper body {
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  color: Red;
  padding: 0;
}
#PublicWrapper a,
#PublicWrapper a:hover,
#PublicWrapper a:active,
#PublicWrapper a:focus,
#PublicWrapper button,
#PublicWrapper button:focus,
#PublicWrapper button:active,
#PublicWrapper button:hover {
  outline: 0;
}
#PublicWrapper h1,
#PublicWrapper h2,
#PublicWrapper h3,
#PublicWrapper h4,
#PublicWrapper h5,
#PublicWrapper h6,
#PublicWrapper b,
#PublicWrapper strong,
#PublicWrapper .button,
#PublicWrapper .topAnchor,
#PublicWrapper .black-table-main-heading,
#PublicWrapper fieldset legend,
#PublicWrapper .control-label,
#PublicWrapper .popover-title {
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
}
#PublicWrapper h4.small,
#PublicWrapper .sfsearchResultStatistics {
  font-weight: normal;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #666;
  font-size: 18px;
}
#PublicWrapper h4.small b,
#PublicWrapper .sfsearchResultStatistics b,
#PublicWrapper h4.small strong,
#PublicWrapper .sfsearchResultStatistics strong {
  color: #006666;
}
#PublicWrapper h5,
#PublicWrapper h6 {
  text-transform: uppercase;
}
#PublicWrapper h1.heading {
  margin: 33px 0 15px 0 !important;
  line-height: 18px;
}
@media only screen and (max-width: 479px) {
  #PublicWrapper h1.heading {
    line-height: 1.1 !important;
  }
}
#PublicWrapper h1.heading span {
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
}
#PublicWrapper h1 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #PublicWrapper h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #PublicWrapper h1 {
    font-size: 29px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #PublicWrapper h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  #PublicWrapper h1 {
    font-size: 31px;
  }
}
#PublicWrapper h2 {
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  #PublicWrapper h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #PublicWrapper h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #PublicWrapper h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #PublicWrapper h2 {
    font-size: 30px;
  }
}
#PublicWrapper h3 {
  font-size: 24px;
  color: #006666;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #PublicWrapper h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #PublicWrapper h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #PublicWrapper h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 479px) {
  #PublicWrapper h3 {
    font-size: 24px;
  }
}
#PublicWrapper h4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #PublicWrapper h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #PublicWrapper h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  #PublicWrapper h4 {
    font-size: 16px;
  }
}
#PublicWrapper h5 {
  font-size: 14px;
}
#PublicWrapper h6 {
  font-size: 12px;
}
#PublicWrapper p,
#PublicWrapper li {
  font-size: 15px;
  line-height: 19px;
}
#PublicWrapper ul,
#PublicWrapper ol {
  padding: 0;
}
#PublicWrapper video {
  max-width: 100%;
  height: auto;
}
#PublicWrapper iframe,
#PublicWrapper embed,
#PublicWrapper object {
  max-width: 100%;
}
#PublicWrapper .popover {
  z-index: 100;
}
#PublicWrapper .right {
  float: right;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #PublicWrapper .right {
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  #PublicWrapper .right {
    float: none;
  }
}
#PublicWrapper .left {
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #PublicWrapper .left {
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  #PublicWrapper .left {
    float: none;
  }
}
#PublicWrapper .grey-heading {
  color: #666;
}
#PublicWrapper .image-shadow {
  -webkit-box-shadow: 0px -2px 7px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px -2px 7px rgba(204, 204, 204, 0.75);
  box-shadow: 0px -2px 7px rgba(204, 204, 204, 0.75);
}
#PublicWrapper .framebox {
  -webkit-box-shadow: 0px 1px 11px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 11px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 11px rgba(50, 50, 50, 0.75);
  padding: 10px;
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
}
#PublicWrapper .framebox .content {
  margin-top: 50px;
}
#PublicWrapper .framebox #closeframebox {
  cursor: pointer;
  color: #000;
  font-size: 25px;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#PublicWrapper .container,
#PublicWrapper #stickyMessage .message {
  margin: 0 auto;
  position: relative;
}
#PublicWrapper .clear {
  clear: both;
}
#PublicWrapper .align-center {
  text-align: center;
}
#PublicWrapper h4 {
  color: #006666;
}
#PublicWrapper .error .bootstrap-select .btn {
  border: none;
}
.box.talk-to-us p {
  margin-bottom: 0px;
  min-height: 16px !important;
}
.box.talk-to-us a.button {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box.talk-to-us a.button {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box.talk-to-us a.button {
    margin-top: 28px;
  }
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region Styles ucFindUs */
/* ----------------------------------------------------------------------- */
.ucFindUs .box {
  overflow: visible !important;
}
.ucFindUs .box h3 {
  margin-top: 0px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region Styles usUserControlPersonalBanking */
/* ----------------------------------------------------------------------- */
.ucUserControlPersonalBanking .box .description h4 {
  color: #fff !important;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
.input-date.input-group {
  width: 100%;
}
.xchromeframe {
  width: 100%;
  text-align: center;
}
.xchromeframe a,
.xchromeframe a:hover,
.xchromeframe a:active,
.xchromeframe a:visited {
  color: #fff;
  text-decoration: underline;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* #region ucSearchResults styles */
/* ----------------------------------------------------------------------- */
.ucSearchResults {
  /* ----------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------- */
  /* MULTISITE SEARCH */
}
.ucSearchResults .sfsearchBox {
  border: none;
  padding: 0px;
  position: relative;
  border-collapse: separate;
  margin-bottom: 30px;
}
.ucSearchResults .sfsearchBox .sfsearchTxt {
  display: inline;
  border: 1px solid #ddd;
  border-right: none;
  padding: 7px 18px;
  font-size: 16px;
  height: 38px;
  width: 100%;
  margin-right: -5px;
}
.ucSearchResults .sfsearchBox span.k-autocomplete {
  padding: 0;
  border: none;
}
.ucSearchResults .sfsearchBox .sfsearchSubmit {
  position: absolute;
  display: inline;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #636363;
  color: #FFF;
  border: 0;
  width: 38px;
  height: 40px;
  background-image: url("../../cbd/Images/icon-magnify-new.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  text-indent: -20000px;
  top: -1px;
  right: -1px;
}
.ucSearchResults .sfsearchResultsWrp {
  padding: 0px;
  margin-top: 18px;
}
.ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp {
  padding: 20px;
  position: relative;
  min-height: 160px;
  border: 0px;
  margin: 0 0 18px 0;
  background-color: #F0F0F0;
  color: #666;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp {
    text-align: justify;
  }
}
.ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp .sfsearchResultTitle a,
.ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp .sfsearchResultUrl a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp .sfsearchResultUrl a:hover {
  color: #ff3300;
}
.ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp .sfsearchResultHighLighter {
  max-height: 65px;
  overflow: hidden;
}
.ucSearchResults .sfsearchResultsWrp .sfsearchResultEntryWrp .sfsearchResultHighLighter .sfHighlight {
  color: #006666;
}
.ucSearchResults .sf_pagerNumeric {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
  border: none;
  border-right: 0 solid #ddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.ucSearchResults .sf_pagerNumeric a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}
.ucSearchResults .sf_pagerNumeric a.sf_PagerCurrent {
  z-index: 2;
  cursor: default;
  background-color: #e8f4f2;
}
.ucSearchResults .sf_pagerNumeric a:hover {
  background-color: #eee;
}
@media only screen and (min-width: 992px) {
  .ucSearchResults.multiSiteSearch {
    padding-right: 40px;
  }
}
.ucSearchResults.multiSiteSearch .sfsearchResultHighLighter {
  padding-bottom: 0;
}
.ucSearchResults.multiSiteSearch .sfsearchResultHighLighter a.button.orange.wide {
  width: 100% !important;
  text-align: center;
}
.ucSearchResults.multiSiteSearch .sfsearchBox .sfsearchSubmit {
  background-color: #fff;
  color: #fff;
  border: 0;
  margin-bottom: 4px;
  background-image: url("../../cbd/Images/icon-magnify-black.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.ucSearchResults.multiSiteSearch .sfsearchBox .sfsearchTxt {
  border: 1px solid #ddd;
}
.ucSearchResults.multiSiteSearch .nav-tabs {
  background-color: #F2F2F2;
  border-bottom: none;
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav {
  margin-bottom: 0px;
  border: 0px;
  width: 33.3333%;
  text-align: center;
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav:hover {
  color: white !important;
  background-color: #006666 !important;
  border-right: 0px;
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav a {
  color: #666;
  padding: 10px 40px;
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav a:hover {
  color: white !important;
  background-color: #006666 !important;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .ucSearchResults.multiSiteSearch .nav-tabs .nav a {
    font-size: 11px;
  }
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav.active {
  background-color: #006666;
  border-right: 0px;
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav.active a {
  cursor: default;
  font-weight: bold;
  color: white;
  background-color: #006666;
  border-color: transparent;
}
.ucSearchResults.multiSiteSearch .nav-tabs .nav.active a:hover {
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .ucSearchResults.multiSiteSearch select.search-result-tabs {
    display: none !important;
  }
}
.ucSearchResults.multiSiteSearch .bootstrap-select.search-result-tabs {
  width: 100%;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .ucSearchResults.multiSiteSearch .bootstrap-select.search-result-tabs {
    display: none;
  }
}
.ucUserControlOtherlinks.searchResultProducts .box h4 {
  color: #006666 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #006666;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlOtherlinks.searchResultProducts {
    margin-left: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .ucUserControlOtherlinks.searchResultProducts {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.searchPromoBox {
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .searchPromoBox {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .searchPromoBox {
    margin-left: -7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .searchPromoBox {
    width: auto;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .searchPromoBox {
    height: 200px;
  }
}
.searchPromoBox .overlay-box {
  background-image: url("../../cbd/Images/black-transparent-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  height: 86%;
  width: 86%;
  position: absolute;
  top: 7%;
  left: 7%;
  padding: 10px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .searchPromoBox .overlay-box {
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
  }
}
.searchPromoBox .overlay-box h4 {
  color: white !important;
  font-weight: bold;
  font-size: 18px !important;
}
.searchPromoBox .overlay-box p {
  color: white !important;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.searchPromoBox img {
  width: 100% !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .searchPromoBox img {
    display: none;
  }
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* #region imported styles */
/* ----------------------------------------------------------------------- */
a {
  color: #FF3300;
}
.message-center {
  width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .message-center h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .message-center {
    width: 760px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .message-center {
    width: 590px;
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message-center {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .message-center {
    width: 100%;
    padding: 0 15px;
  }
}
.strip-background {
  background-image: url("../../cbd/Images/strip-bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .strip-background {
    background-image: none;
  }
}
@media only screen and (max-width: 479px) {
  .strip-background {
    background-image: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .strip-background .container {
    background-image: url("../Images/strip-bg.jpg");
    background-repeat: repeat;
    background-position: 0 0;
  }
}
.padding-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .padding-35 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .padding-35 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.top-spacing {
  margin-top: 35px;
}
.image-bottom-spacing {
  margin-bottom: 25px;
}
.RadSiteMap {
  padding: 10px 0;
  border-bottom: 1px solid #DADADA;
}
.RadSiteMap ul {
  margin-bottom: 0px;
}
.RadSiteMap ul li {
  display: inline-block;
  font-size: 14px !important;
  color: #666 !important;
}
.RadSiteMap ul li span {
  display: inline-block;
  font-size: 14px !important;
  margin: 0 7px;
  width: 7px;
  height: 12px;
}
.RadSiteMap .sfBreadcrumbNavigation a {
  color: #FF3300 !important;
  text-decoration: none !important;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
}
.RadSiteMap .sfBreadcrumbNavigation a:hover,
.RadSiteMap .sfBreadcrumbNavigation a:focus,
.RadSiteMap .sfBreadcrumbNavigation a:active,
.RadSiteMap .sfBreadcrumbNavigation a.active {
  color: #FF3300 !important;
  text-decoration: underline !important;
}
.RadSiteMap .sfNoBreadcrumbNavigation a {
  color: #666 !important;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
}
.notice {
  padding: 12px 20px;
  margin: 20px 0;
  -webkit-box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  color: #806537;
}
.notice a.close {
  border-bottom: none !important;
  text-decoration: none;
}
.notice ul {
  list-style: none;
}
.notice h5 {
  font-weight: normal;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.notice.brown {
  background-color: #fcf8e3;
  border: 1px solid #FAEBCA;
}
.notice.brown p,
.notice.brown li,
.notice.brown h5 {
  color: #806537;
}
.notice.brown a {
  color: #FF3300;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF3300;
}
.notice.brown a:hover,
.notice.brown a:focus,
.notice.brown a:active,
.notice.brown a.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.black-bg {
  background-color: #000;
}
.black-bg h4 {
  color: #fff;
}
.black-transparent-bg {
  background-image: url("../../cbd/Images/black-transparent-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
}
.button-link {
  color: #FF3300;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF3300;
  margin-left: 13px;
}
.button-link:hover,
.button-link:focus,
.button-link:active,
.button-link.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.blue-background,
.grey-background,
.darkgrey-background,
.white-background,
.padding-30 {
  padding: 30px 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blue-background,
  .grey-background,
  .darkgrey-background,
  .white-background,
  .padding-30 {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .blue-background,
  .grey-background,
  .darkgrey-background,
  .white-background,
  .padding-30 {
    padding: 15px 0;
  }
}
.box-shadow {
  -webkit-box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
}
.blue-background,
.grey-background,
.darkgrey-background,
.white-background {
  margin: 35px 0;
}
.white-background {
  background-color: #fff;
}
.blue-background {
  background-color: #E8F4F2;
}
.grey-background {
  background-color: #F2F2F2;
}
.darkgrey-background {
  background-color: #627382;
}
.advertise-container2 {
  height: 433px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container2 {
    background-repeat: repeat;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container2 {
    background-repeat: repeat;
    height: auto;
  }
}
.advertise-container2 .container {
  height: 100%;
}
.advertise-container2 .message {
  padding: 25px 35px;
  margin-top: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .advertise-container2 .message {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advertise-container2 .message {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container2 .message {
    padding: 20px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container2 .message {
    padding: 20px;
    margin-top: 0px;
  }
}
.advertise-container2 .message h4 {
  margin-bottom: 25px;
  line-height: 24px;
}
.advertise-container2 .message h1,
.advertise-container2 .message h4,
.advertise-container2 .message p {
  color: #fff !important;
}
.advertise-container2 .message .button {
  margin-top: 15px;
}
.advertise-container2 .col-xs-12 {
  float: right;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container2 .col-xs-12 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container2 .col-xs-12 {
    margin-top: 0px;
  }
}
.advertise-container2 .image-holder {
  text-align: center;
  position: absolute;
  bottom: 0px;
  float: left;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container2 .image-holder {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container2 .image-holder {
    display: none;
  }
}
.advertise-container {
  position: relative;
  height: 482px;
  overflow: hidden;
  padding: 18px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advertise-container {
    height: 509px;
    padding: 33px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container .container {
    background-image: none;
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container .container {
    background-image: none;
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container h4 {
    line-height: 20px;
  }
}
.advertise-container img {
  position: absolute;
  width: 1439px;
  max-width: 1439px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advertise-container img {
    padding: 33px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container img {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container img {
    display: none;
  }
}
.advertise-container .message {
  width: 458px;
  padding: 30px;
  position: absolute;
  top: 45px;
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .advertise-container .message {
    width: 373px;
    top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advertise-container .message {
    width: 283px;
    padding: 20px;
    top: 53px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .advertise-container .message {
    width: 100%;
    position: static;
  }
}
@media only screen and (max-width: 479px) {
  .advertise-container .message {
    width: 100%;
    position: static;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .darkgrey-background .col-xs-12 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .darkgrey-background .col-xs-12 {
    margin-top: 25px;
  }
}
.darkgrey-background .box.talk-to-us p {
  margin-bottom: 0px;
}
.darkgrey-background .box {
  background-color: #586775;
  border: 1px solid #6C7C8A;
  padding: 20px 25px;
  height: 227px;
}
.darkgrey-background .box .button.wide {
  width: 100%;
}
.darkgrey-background .box p {
  color: #fff !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .darkgrey-background .box {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .darkgrey-background .box {
    padding: 15px;
    margin: 7.5px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .darkgrey-background .box {
    padding: 20px 25px;
    min-height: 186px;
  }
}
@media only screen and (max-width: 479px) {
  .darkgrey-background .box {
    padding: 20px 25px;
    min-height: 206px;
  }
}
.darkgrey-background .box .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 100%;
}
.darkgrey-background .box .tel {
  color: #B8D413 !important;
  text-decoration: none !important;
  font-size: 18px;
  padding-left: 30px;
  background-image: url("../../cbd/Images/icon-tel.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.darkgrey-background .box .tel:hover,
.darkgrey-background .box .tel:focus,
.darkgrey-background .box .tel:active,
.darkgrey-background .box .tel.active {
  color: #B8D413 !important;
  text-decoration: none !important;
}
.darkgrey-background .chat {
  background-color: #fff;
  padding: 17px;
}
.darkgrey-background .chat .button-wrapper {
  padding: 12px;
}
.darkgrey-background .chat .image {
  width: 72px;
  float: left;
  margin-right: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .darkgrey-background .chat .image {
    width: 62px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .darkgrey-background .chat .image {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .darkgrey-background .chat .image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .darkgrey-background .chat .image {
    display: none;
  }
}
.darkgrey-background .chat .description {
  float: left;
  width: 122px;
  max-height: 133px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .darkgrey-background .chat .description {
    width: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .darkgrey-background .chat .description {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .darkgrey-background .chat .description {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .darkgrey-background .chat .description {
    width: 100%;
  }
}
.darkgrey-background .chat .description h4 {
  color: #000;
  margin-bottom: 5px;
}
.darkgrey-background .chat .description p {
  color: #666 !important;
  margin-bottom: 0px;
  font-size: 14px !important;
}
.darkgrey-background .chat .description h4,
.darkgrey-background .chat .description p {
  margin-right: 0px;
}
.darkgrey-background .button-wrapper {
  margin: 0 -11px;
  padding: 14px;
  clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .darkgrey-background .button-wrapper {
    margin: 0 -9px;
    padding: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .darkgrey-background .button-wrapper {
    margin: 0 -9px;
    padding: 11px;
  }
}
.darkgrey-background .button-wrapper .button {
  margin-top: 8px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .darkgrey-background .button-wrapper .button {
    margin-top: 0px;
  }
}
.darkgrey-background h3 {
  margin-bottom: 5px;
}
.darkgrey-background p {
  margin-bottom: 20px;
}
.darkgrey-background h3,
.darkgrey-background p {
  color: #fff !important;
}
.table-responsive {
  padding-bottom: 1px;
}
.advertise-container .message .button {
  margin-top: 15px;
}
.advertise-container .message h5 {
  color: #C9DE32;
}
.advertise-container .message h1,
.advertise-container .message h4,
.advertise-container .message p {
  color: #fff;
}
.button {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.button.fixed {
  width: 177px;
  text-align: center;
}
.button.wide {
  width: 222px;
  text-align: center;
}
.button.long {
  width: 252px;
  text-align: center;
}
.button.wider {
  width: 338px;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .button.wider {
    width: 272px;
  }
}
.button span.more {
  padding-right: 25px;
  background-image: url("../../cbd/Images/white-readmore.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: block;
}
.button.more,
a.button.more:active {
  min-width: 97px;
  padding-right: 40px !important;
  background-image: url("../../cbd/Images/white-readmore.png");
  background-repeat: no-repeat;
  background-position: 90% 50% !important;
}
.button.orange {
  color: #fff;
  background-color: #FF3300;
  border-color: #FF3300;
}
.button.orange:hover,
.button.orange:focus,
.button.orange:active,
.button.orange.active,
.open .dropdown-toggle .button.orange {
  color: #fff;
  background-color: #d62b00;
  border-color: #c22700;
  text-decoration: none;
}
.button.orange .badge {
  color: #FF3300;
  background-color: #fff;
}
.button.orange:hover,
.button.orange:focus,
.button.orange:active,
.button.orange.active,
.open .dropdown-toggle.button.orange {
  color: #fff;
  background-color: #d62b00;
  border-color: #c22700;
}
.button.orange:active,
.button.orange.active,
.open .dropdown-toggle.button.orange {
  background-image: none;
}
.button.orange.disabled,
.button.orange[disabled],
fieldset[disabled] .button.orange,
.button.orange.disabled:hover,
.button.orange[disabled]:hover,
fieldset[disabled] .button.orange:hover,
.button.orange.disabled:focus,
.button.orange[disabled]:focus,
fieldset[disabled] .button.orange:focus,
.button.orange.disabled:active,
.button.orange[disabled]:active,
fieldset[disabled] .button.orange:active,
.button.orange.disabled.active,
.button.orange[disabled].active,
fieldset[disabled] .button.orange.active {
  background-color: #FF3300;
  border-color: #FF3300;
}
.button.grey {
  color: #fff;
  background-color: #627382;
  border-color: #627382;
}
.button.grey:hover,
.button.grey:focus,
.button.grey:active,
.button.grey.active,
.open .dropdown-toggle .button.grey {
  color: #fff;
  background-color: #505e6b;
  border-color: #48545f;
  text-decoration: none;
}
.button.grey .badge {
  color: #627382;
  background-color: #fff;
}
.button.grey:hover,
.button.grey:focus,
.button.grey:active,
.button.grey.active,
.open .dropdown-toggle.button.grey {
  color: #fff;
  background-color: #505e6b;
  border-color: #48545f;
}
.button.grey:active,
.button.grey.active,
.open .dropdown-toggle.button.grey {
  background-image: none;
}
.button.grey.disabled,
.button.grey[disabled],
fieldset[disabled] .button.grey,
.button.grey.disabled:hover,
.button.grey[disabled]:hover,
fieldset[disabled] .button.grey:hover,
.button.grey.disabled:focus,
.button.grey[disabled]:focus,
fieldset[disabled] .button.grey:focus,
.button.grey.disabled:active,
.button.grey[disabled]:active,
fieldset[disabled] .button.grey:active,
.button.grey.disabled.active,
.button.grey[disabled].active,
fieldset[disabled] .button.grey.active {
  background-color: #627382;
  border-color: #627382;
}
.button.teal {
  color: #fff;
  background-color: #008C8D;
  border-color: #008C8D;
}
.button.teal:hover,
.button.teal:focus,
.button.teal:active,
.button.teal.active,
.open .dropdown-toggle .button.teal {
  color: #fff;
  background-color: #006364;
  border-color: #004f50;
  text-decoration: none;
}
.button.teal .badge {
  color: #008C8D;
  background-color: #fff;
}
.button.teal:hover,
.button.teal:focus,
.button.teal:active,
.button.teal.active,
.open .dropdown-toggle.button.teal {
  color: #fff;
  background-color: #006364;
  border-color: #004f50;
}
.button.teal:active,
.button.teal.active,
.open .dropdown-toggle.button.teal {
  background-image: none;
}
.button.teal.disabled,
.button.teal[disabled],
fieldset[disabled] .button.teal,
.button.teal.disabled:hover,
.button.teal[disabled]:hover,
fieldset[disabled] .button.teal:hover,
.button.teal.disabled:focus,
.button.teal[disabled]:focus,
fieldset[disabled] .button.teal:focus,
.button.teal.disabled:active,
.button.teal[disabled]:active,
fieldset[disabled] .button.teal:active,
.button.teal.disabled.active,
.button.teal[disabled].active,
fieldset[disabled] .button.teal.active {
  background-color: #008C8D;
  border-color: #008C8D;
}
.button.normal {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  background-position: 10px 50%;
}
.button.small {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: bold;
}
.button.normal span {
  font-size: 16px;
  line-height: normal;
}
.button.small span {
  font-size: 15px;
  line-height: normal;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
}
.button.icon-left {
  padding-left: 32px;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
.button.chat,
.button.chat:active {
  background-image: url("../../cbd/Images/icon-comment.png");
  background-repeat: no-repeat;
  background-position: 133px 50%;
  text-align: left;
  text-indent: 13px;
}
.button.video-tutorial {
  background-image: url("../../cbd/Images/icon-video.png");
  background-repeat: no-repeat;
  background-position: 88% 50%;
  text-align: left;
  text-indent: 13px;
}
/*****Top Menu****/
#top {
  height: 38px;
  border-top: 2px solid #E0E0E0;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #top {
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  #top {
    overflow: hidden;
  }
}
.logo-wrapper {
  height: 153px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .logo-wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .topMenu {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .topMenu {
    display: none;
  }
}
.topMenu li {
  float: left;
}
.topMenu a {
  height: 38px;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  color: #666666;
  background-color: #F2F2F2;
  margin-bottom: -1px;
  margin-top: -2px;
  font-size: 15px;
  text-decoration: none;
  border-top: 2px solid #E0E0E0;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  display: block;
  padding: 7px 15px;
}
.topMenu a:hover,
.topMenu a:focus,
.topMenu a:active,
.topMenu a.active {
  color: #000000;
  background-color: #FFFFFF;
  font-size: 15px;
  border-top: 2px solid #FF3300;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topMenu a {
    font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
    color: #666666;
    background-color: #F2F2F2;
    margin-bottom: -1px;
    margin-top: -2px;
    font-size: 13px;
    text-decoration: none;
    border-top: 2px solid #E0E0E0;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    display: block;
    padding: 7px 12px;
  }
  .topMenu a:hover,
  .topMenu a:focus,
  .topMenu a:active,
  .topMenu a.active {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 13px;
    border-top: 2px solid #FF3300;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }
}
.topMenu,
.topMenu li {
  list-style: none;
  margin: 0;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region search styles */
/* ----------------------------------------------------------------------- */
.ucUserControlSearchForm {
  padding: 18px 9px 18px 25px;
  margin: 12px 0;
}
@media only screen and (max-width: 479px) {
  .ucUserControlSearchForm {
    padding: 18px 9px 18px 9px;
  }
}
.ucUserControlSearchForm input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.ucUserControlSearchForm .input-group {
  width: 68%;
}
.ucUserControlSearchForm input[type=text] {
  float: left;
  border: 1px solid #DDDDDD;
  border-right: none;
  padding: 7px 18px;
  font-size: 16px;
  height: 40px;
}
@media only screen and (max-width: 479px) {
  .ucUserControlSearchForm input[type=text] {
    width: 76%;
  }
}
.ucUserControlSearchForm input.submit,
.ucUserControlSearchForm button.submit {
  width: 57px;
  height: 40px;
  background-color: #000;
  background-image: url("../../cbd/Images/icon-magnify.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  text-indent: -20000px;
}
@media only screen and (max-width: 479px) {
  .ucUserControlSearchForm input.submit,
  .ucUserControlSearchForm button.submit {
    width: 40px;
  }
}
.ucUserControlSearchForm .btn-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.ucUserControlSearchForm .btn-default:hover,
.ucUserControlSearchForm .btn-default:focus {
  background-color: #333333;
}
.searchForm .btn-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  width: 42px;
  height: 34px;
  background-color: #000;
  background-image: url("../../cbd/Images/icon-magnify.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  text-indent: -20000px;
}
.searchForm .btn-default:hover,
.searchForm .btn-default:focus {
  background-color: #333333;
}
.datepicker {
  padding: 6px 12px;
}
.input-date input[type=text] {
  background-image: url("../../cbd/Images/icon-date.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.input-date .input-group-addon {
  display: none;
}
.ucUserControlSearch {
  width: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlSearch {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlSearch {
    width: 154px;
  }
}
.ucUserControlSearch input {
  float: right;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.ucUserControlSearch input[type=text] {
  font-size: 16px;
  border: none;
  height: 35px;
  width: 100%;
  margin: 0;
  padding: 9px 15px;
}
.ucUserControlSearch .btn-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  width: 42px;
  height: 35px;
  background-color: #000;
  background-image: url("../../cbd/Images/icon-magnify.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  text-indent: -20000px;
}
.ucUserControlSearch .btn-default:hover,
.ucUserControlSearch .btn-default:focus {
  background-color: #333333;
}
#logo {
  display: block;
  margin: 40px 0;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #logo {
    width: 283px;
    margin: 46px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #logo {
    margin: 18px 0;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #logo {
    margin: 18px 0 110px 0;
    float: none;
    text-align: center;
  }
}
#logo img {
  margin: 0 auto;
}
.bootstrap-select .btn {
  padding: 0 13px;
  border: 1px solid #DADADA;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFFF;
  height: 40px;
}
.bootstrap-select .btn .filter-option {
  border-right: 1px solid #DADADA;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  top: 0;
  padding: 9px 0;
  right: 32px !important;
}
.bootstrap-select .btn .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #FF3300;
  margin-left: 12px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region generic styles */
/* ----------------------------------------------------------------------- */
.quick-menu {
  margin: 0 35px 0 0;
}
.quick-menu a {
  color: #666666;
  text-decoration: none;
  font-size: 13px;
}
.quick-menu a:hover,
.quick-menu a:focus,
.quick-menu a:active,
.quick-menu a.active {
  color: #666666;
  text-decoration: underline;
}
.quick-menu li {
  float: left;
  margin-right: 10px;
}
.quick-menu li a {
  display: block;
  padding: 8px 0 8px 18px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.quick-menu li a.about {
  background-image: url("../../cbd/Images/icon-support.png");
}
.quick-menu li a.support {
  background-image: url("../../cbd/Images/icon-support.png");
}
.quick-menu li a.location {
  background-image: url("../../cbd/Images/icon-location.png");
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .quick-menu {
    margin: 0 0 0 -106px;
    position: relative;
    left: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .quick-menu {
    margin: 0 0 0 -106px;
    position: relative;
    left: 50%;
  }
}
.quick-menu,
.quick-menu li {
  list-style: none;
}
/****CONTENT****/
#Content .page-heading {
  color: #000;
}
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5,
#Content h6 {
  margin-top: 0;
}
#Content h1 {
  margin-bottom: .5em !important;
}
#Content h5 {
  margin: 3px 0;
}
#Content .banner {
  height: 259px;
  text-align: center;
  /*background-image: url(../Images/banner-mustaqbali.jpg);
    background-repeat: no-repeat;
    background-position: 60% 0;*/
}
#Content .banner .container,
#Content .banner .container .col-xs-12 {
  position: relative;
  height: 259px;
}
#Content .banner .hidden {
  display: none;
}
#Content .banner img {
  height: 259px;
  margin-top: -280px;
}
@media only screen and (max-width: 767px) {
  #Content .banner img {
    float: right;
    margin-right: -260px;
    margin-top: -260px;
  }
}
#Content .banner .box {
  background-image: url("../../cbd/Images/black-transparent-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  padding: 18px 25px;
  width: 520px;
  height: 206px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -103px;
  text-align: left;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #Content .banner .box {
    width: 100%;
    margin-top: 0;
    top: 2px;
  }
}
@media only screen and (max-width: 479px) {
  #Content .banner .box {
    width: 100%;
    height: 230px;
    margin-top: -141px;
  }
}
#Content .banner .box h1 {
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #Content .banner .box h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  #Content .banner .box h1 {
    font-size: 26px;
  }
}
#Content .banner .box h1,
#Content .banner .box p {
  color: #fff;
}
#Content .banner .box p {
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (max-width: 768px) {
  #Content .banner .box p {
    text-align: justify;
  }
}
#Content .banner .box h4 {
  color: #C9DE32;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  margin: 7px 0 13px 0;
}
@media only screen and (min-width: 768px) {
  #Content .banner.no-overlay .box {
    width: auto;
    background-image: none;
    text-shadow: 1px 1px #020200;
    padding-top: 40px;
  }
  #Content .banner.no-overlay .box h1 {
    margin-bottom: 5px !important;
  }
  #Content .banner.no-overlay .box h4 {
    display: none !important;
  }
}
#Content .bootstrap-select .btn {
  padding: 0 13px;
  border: 1px solid #DADADA;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFFF;
  height: 40px;
}
#Content .bootstrap-select .btn .filter-option {
  border-right: 1px solid #DADADA;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  top: 0;
  padding: 9px 0;
  right: 33px;
}
#Content .bootstrap-select .btn .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FF3300;
  margin-left: 12px;
}
#Content .bootstrap-select .open .btn .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #FF3300;
}
#Content .bootstrap-select .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 237px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #Content .bootstrap-select .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 187px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #Content .bootstrap-select .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 187px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #Content .bootstrap-select .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  #Content .bootstrap-select .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 168px;
  }
}
.sfContentBlock p,
.sfContentBlock li {
  color: #666 !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 480px) {
  .sfContentBlock p {
    text-align: justify;
  }
}
.sfContentBlock h1,
.sfContentBlock h2,
.sfContentBlock h3,
.sfContentBlock h4,
.sfContentBlock h5,
.sfContentBlock h6 {
  margin-top: 0;
}
.sfContentBlock h1 {
  color: #000;
}
.sfContentBlock h3 {
  color: #006666;
}
.sfContentBlock h4 {
  color: #666;
}
.sfContentBlock h1 {
  margin-bottom: .5em !important;
}
.sfContentBlock h5 {
  margin: 3px 0;
}
.sfContentBlock ul {
  list-style: none;
}
.sfContentBlock ul li {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  padding: 0px 0 0px 13px;
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.sfContentBlock ul li ul li {
  background-image: url("../../cbd/Images/grey-arrow.png");
}
.sfContentBlock .quick-menu li,
.sfContentBlock .ucUserControlOtherlinks ul li,
.sfContentBlock .ucUserControlJumpmenu ul li,
.sfContentBlock #FooterLinks .sfContentBlock ul li {
  background: none;
  padding: 0;
  margin: 0;
}
.bootstrap-select.btn-group .dropdown-menu li {
  background: none;
  padding: 0;
  margin: 0;
}
.message-center h5 {
  color: #FF3300;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region uc styles */
/* ----------------------------------------------------------------------- */
.ucUserControlBankingSolution {
  text-align: center;
}
.ucUserControlBankingSolution h5.align-center {
  margin-right: auto !important;
  margin-left: auto !important;
}
.ucUserControlBankingSolution .align-center {
  max-width: 759px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBankingSolution .align-center {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlBankingSolution .align-center {
    text-align: left;
  }
}
.ucUserControlBankingSolution #list-services {
  list-style: none;
  margin: 25px 0 25px -48px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlBankingSolution #list-services {
    margin: 25px 0 25px -58px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBankingSolution #list-services {
    margin: 25px 0 25px 0;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlBankingSolution #list-services {
    margin: 25px 0 25px 0;
  }
}
.ucUserControlBankingSolution #list-services li {
  margin-left: 46px;
  display: inline-block;
  text-align: center;
  background-image: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlBankingSolution #list-services li {
    width: 107px;
    margin-left: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlBankingSolution #list-services li {
    width: 65px;
    margin-left: 58px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBankingSolution #list-services li {
    margin-left: 0;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlBankingSolution #list-services li {
    margin-left: 0;
    display: block;
    text-align: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBankingSolution #list-services li .image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .ucUserControlBankingSolution #list-services li .image {
    display: none;
  }
}
.ucUserControlBankingSolution #list-services li h4 {
  margin: 20px 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBankingSolution #list-services li h4 {
    margin: 16px 0;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlBankingSolution #list-services li h4 {
    margin: 16px 0;
  }
}
.ucUserControlBankingSolution #list-services li a {
  color: #000;
  text-decoration: none;
}
.ucUserControlBankingSolution #list-services li a:hover,
.ucUserControlBankingSolution #list-services li a:focus,
.ucUserControlBankingSolution #list-services li a:active,
.ucUserControlBankingSolution #list-services li a.active {
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBankingSolution #list-services li a {
    color: #FF3300;
    text-decoration: none;
  }
  .ucUserControlBankingSolution #list-services li a:hover,
  .ucUserControlBankingSolution #list-services li a:focus,
  .ucUserControlBankingSolution #list-services li a:active,
  .ucUserControlBankingSolution #list-services li a.active {
    color: #FF3300;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlBankingSolution #list-services li a {
    color: #FF3300;
    text-decoration: none;
  }
  .ucUserControlBankingSolution #list-services li a:hover,
  .ucUserControlBankingSolution #list-services li a:focus,
  .ucUserControlBankingSolution #list-services li a:active,
  .ucUserControlBankingSolution #list-services li a.active {
    color: #FF3300;
    text-decoration: underline;
  }
}
.ucUserControlPfmForm .ucCbdForm .form-group {
  margin: 15px 0;
}
.ucUserControlPfmForm .ucCbdForm .form-horizontal .control-label {
  text-align: left;
  margin-bottom: 10px;
}
.ucUserControlPfmForm .ucCbdForm .form-horizontal input[type=text],
.ucUserControlPfmForm .ucCbdForm .form-horizontal input[type=email],
.ucUserControlPfmForm .ucCbdForm .form-horizontal input[type=password] {
  max-width: 280px;
}
.ucUserControlPfm {
  margin: 72px 0 0;
  padding: 0;
  padding-top: 20px;
}
.ucUserControlPfm .row {
  position: relative;
}
.ucUserControlPfm .row .col-xs-12 {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .ucUserControlPfm {
    margin: 25px 0;
  }
}
.ucUserControlPfm .table {
  display: table;
  margin: 0;
}
.ucUserControlPfm .half-box {
  padding: 0 25px;
}
@media only screen and (max-width: 479px) {
  .ucUserControlPfm .half-box {
    padding: 0;
  }
}
.ucUserControlPfm .image-left .image-holder {
  left: 0;
  right: auto;
}
.ucUserControlPfm .image-holder {
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlPfm .image-holder {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlPfm .image-holder {
    display: none;
  }
}
.ucUserControlPfm .bx-wrapper .bx-viewport {
  background-color: transparent;
}
.ucUserControlPfm .bx-controls-direction {
  display: none;
}
.ucUserControlPfm #sliderpagination {
  text-align: center;
  padding: 15px 0;
}
.ucUserControlPfm #sliderpagination a {
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  margin-left: 10px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
  border-color: #fff;
}
.ucUserControlPfm #sliderpagination a.active {
  background-color: #FF3300;
  border-color: #FF3300;
}
.ucUserControlPfm.carousel {
  margin: 0px;
  margin-bottom: 20px;
}
.ucUserControlBenefit h1 {
  font-size: 24px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlBenefit .col-xs-12 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlBenefit .col-xs-12 {
    margin-bottom: 25px;
  }
}
.ucUserControlBenefit .button {
  margin: 8px 0 10px;
  color: #fff;
  background-color: #627382;
  border-color: #627382;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: bold;
}
.ucUserControlBenefit .button:hover,
.ucUserControlBenefit .button:focus,
.ucUserControlBenefit .button:active,
.ucUserControlBenefit .button.active,
.open .dropdown-toggle .ucUserControlBenefit .button {
  color: #fff;
  background-color: #505e6b;
  border-color: #48545f;
  text-decoration: none;
}
.ucUserControlBenefit .button .badge {
  color: #627382;
  background-color: #fff;
}
.ucUserControlBenefit .button:hover,
.ucUserControlBenefit .button:focus,
.ucUserControlBenefit .button:active,
.ucUserControlBenefit .button.active,
.open .dropdown-toggle.ucUserControlBenefit .button {
  color: #fff;
  background-color: #505e6b;
  border-color: #48545f;
}
.ucUserControlBenefit .button:active,
.ucUserControlBenefit .button.active,
.open .dropdown-toggle.ucUserControlBenefit .button {
  background-image: none;
}
.ucUserControlBenefit .button.disabled,
.ucUserControlBenefit .button[disabled],
fieldset[disabled] .ucUserControlBenefit .button,
.ucUserControlBenefit .button.disabled:hover,
.ucUserControlBenefit .button[disabled]:hover,
fieldset[disabled] .ucUserControlBenefit .button:hover,
.ucUserControlBenefit .button.disabled:focus,
.ucUserControlBenefit .button[disabled]:focus,
fieldset[disabled] .ucUserControlBenefit .button:focus,
.ucUserControlBenefit .button.disabled:active,
.ucUserControlBenefit .button[disabled]:active,
fieldset[disabled] .ucUserControlBenefit .button:active,
.ucUserControlBenefit .button.disabled.active,
.ucUserControlBenefit .button[disabled].active,
fieldset[disabled] .ucUserControlBenefit .button.active {
  background-color: #627382;
  border-color: #627382;
}
.ucUserControlBenefit .button span {
  font-size: 15px;
  line-height: normal;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
}
.ucUserControlBenefit img {
  margin-bottom: 15px;
}
.ucUserControlBenefit h4 {
  height: 38px;
}
.ucUserControlPersonalBanking h1 {
  color: #FFFFFF;
}
.ucUserControlPersonalBanking h1 span {
  color: #C9DE32;
  display: block;
  margin: 3px 0;
  font-size: 14px;
}
.ucUserControlPersonalBanking h4 {
  color: #FFFFFF;
}
.ucUserControlPersonalBanking .button {
  color: #fff;
  background-color: #FF3300;
  border-color: #FF3300;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  background-position: 10px 50%;
}
.ucUserControlPersonalBanking .button:hover,
.ucUserControlPersonalBanking .button:focus,
.ucUserControlPersonalBanking .button:active,
.ucUserControlPersonalBanking .button.active,
.open .dropdown-toggle .ucUserControlPersonalBanking .button {
  color: #fff;
  background-color: #d62b00;
  border-color: #c22700;
  text-decoration: none;
}
.ucUserControlPersonalBanking .button .badge {
  color: #FF3300;
  background-color: #fff;
}
.ucUserControlPersonalBanking .button:hover,
.ucUserControlPersonalBanking .button:focus,
.ucUserControlPersonalBanking .button:active,
.ucUserControlPersonalBanking .button.active,
.open .dropdown-toggle.ucUserControlPersonalBanking .button {
  color: #fff;
  background-color: #d62b00;
  border-color: #c22700;
}
.ucUserControlPersonalBanking .button:active,
.ucUserControlPersonalBanking .button.active,
.open .dropdown-toggle.ucUserControlPersonalBanking .button {
  background-image: none;
}
.ucUserControlPersonalBanking .button.disabled,
.ucUserControlPersonalBanking .button[disabled],
fieldset[disabled] .ucUserControlPersonalBanking .button,
.ucUserControlPersonalBanking .button.disabled:hover,
.ucUserControlPersonalBanking .button[disabled]:hover,
fieldset[disabled] .ucUserControlPersonalBanking .button:hover,
.ucUserControlPersonalBanking .button.disabled:focus,
.ucUserControlPersonalBanking .button[disabled]:focus,
fieldset[disabled] .ucUserControlPersonalBanking .button:focus,
.ucUserControlPersonalBanking .button.disabled:active,
.ucUserControlPersonalBanking .button[disabled]:active,
fieldset[disabled] .ucUserControlPersonalBanking .button:active,
.ucUserControlPersonalBanking .button.disabled.active,
.ucUserControlPersonalBanking .button[disabled].active,
fieldset[disabled] .ucUserControlPersonalBanking .button.active {
  background-color: #FF3300;
  border-color: #FF3300;
}
.ucUserControlPersonalBanking .button span {
  font-size: 16px;
  line-height: normal;
}
.ucUserControlVirtualAssistant .button {
  margin-top: 10px;
}
.ucUserControlSolutionList ul {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlSolutionList ul {
    width: 180px;
    margin: 35px 0;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlSolutionList ul {
    width: 180px;
    margin: 35px 0;
  }
}
.ucUserControlSolutionList li {
  padding-left: 45px;
  background-image: url("../../cbd/Images/icon-tick-green.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlSolutionList li {
    width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlSolutionList li {
    width: 180px;
  }
}
.ucUserControlSolutionList li h4 {
  margin: 10px 0 0 0;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlSolutionList li h4 {
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlSolutionList li h4 {
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlSolutionList li h4 {
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlJumpmenu {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlJumpmenu {
    margin-bottom: 25px;
  }
}
.ucUserControlJumpmenu ul {
  border-top: 2px solid #DADADA;
  list-style: none;
  margin-top: 65px;
}
.ucUserControlJumpmenu a {
  border-bottom: 1px solid #DADADA;
  color: #666;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  padding-left: 25px;
  background-image: url("../../cbd/Images/icon-anchor.png");
  background-repeat: no-repeat;
  background-position: 0 18px;
}
.ucUserControlJumpmenu a:hover,
.ucUserControlJumpmenu a:focus,
.ucUserControlJumpmenu a:active,
.ucUserControlJumpmenu a.active {
  color: #666;
  text-decoration: underline;
}
.ucUserControlQuickButton {
  padding: 7px 22px 23px 22px;
}
.ucUserControlQuickButton .button {
  margin-top: 16px;
  width: 100%;
}
.hr {
  height: 14px;
}
.strip-background.hr {
  background-image: url("../../cbd/Images/strip-bg.jpg");
  background-repeat: repeat;
  background-position: 0 5px;
  margin-bottom: 25px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* #region Styles from style.less */
/* ----------------------------------------------------------------------- */
#Bottom {
  margin-top: 0px;
}
.social {
  border-top: 1px solid #D7DADB;
  padding: 30px 0;
  text-align: center;
}
.social img {
  margin-right: 37px;
}
.social img:hover {
  opacity: 0.75;
}
.social .last img {
  margin-right: 0px;
}
.bottom .contact-info {
  color: #fff !important;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom .contact-info {
    font-size: 12px;
  }
}
.bottom .contact-info a {
  color: #FF3300;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF3300;
}
.bottom .contact-info a:hover,
.bottom .contact-info a:focus,
.bottom .contact-info a:active,
.bottom .contact-info a.active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.bottom {
  background: #000;
  padding: 30px 0;
}
.bottom ul.nav {
  margin: 0;
  float: left;
  z-index: 1;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bottom ul.nav {
    display: none;
    margin: -25px 0 15px 0;
    padding: 15px;
    background: #fff;
    width: 100%;
  }
  .bottom ul.nav h4 {
    color: #000;
  }
  .bottom ul.nav a {
    color: #000;
    text-decoration: none;
  }
  .bottom ul.nav a:hover,
  .bottom ul.nav a:focus,
  .bottom ul.nav a:active,
  .bottom ul.nav a.active {
    color: #000;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 479px) {
  .bottom ul.nav {
    display: none;
    margin: -25px 0 15px 0;
    padding: 15px;
    background: #fff;
    width: 100%;
  }
  .bottom ul.nav h4 {
    color: #000;
  }
  .bottom ul.nav a {
    color: #000;
    text-decoration: none;
  }
  .bottom ul.nav a:hover,
  .bottom ul.nav a:focus,
  .bottom ul.nav a:active,
  .bottom ul.nav a.active {
    color: #000;
    text-decoration: underline;
  }
}
.bottom ul {
  margin: 14px 0 0 0;
  padding: 0;
  list-style: none;
}
.bottom h4 {
  color: #fff;
  margin: 0;
  line-height: normal;
  font-weight: 600;
}
.bottom li a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
.bottom li a:hover,
.bottom li a:focus,
.bottom li a:active,
.bottom li a.active {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom li a {
    font-size: 12px;
  }
}
.bottom li a {
  padding: 0 0 0 16px;
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.bottom .slide-trigger {
  padding: 0 13px;
  border: 1px solid #DADADA;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.bottom .slide-trigger span.filter-option {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding: 9px 0;
  display: block;
  width: 91%;
  border-right: 1px solid #DADADA;
}
.bottom .slide-trigger span.filter-option:hover,
.bottom .slide-trigger span.filter-option:focus,
.bottom .slide-trigger span.filter-option:active,
.bottom .slide-trigger span.filter-option.active {
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bottom .slide-trigger span.filter-option {
    width: 94%;
  }
}
.bottom .slide-trigger .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FF3300;
  margin-left: 12px;
  position: absolute;
  top: 47%;
  right: 15px;
}
.bottom .open .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #FF3300;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bottom .col-sm-3 {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 479px) {
  .bottom .col-sm-3 {
    margin-left: -15px;
  }
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/****SITEMAP****/
.ucUserControlSitemap a {
  color: #666;
  text-decoration: none;
  font-size: 13px;
}
.ucUserControlSitemap a:hover,
.ucUserControlSitemap a:focus,
.ucUserControlSitemap a:active,
.ucUserControlSitemap a.active {
  color: #666;
  text-decoration: underline;
}
.ucUserControlSitemap .parent {
  padding: 8px 16px;
  font-weight: bold;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  display: inline-block;
}
.ucUserControlSitemap .block {
  display: block;
}
.ucUserControlSitemap strong {
  color: #000;
}
.ucUserControlSitemap ul {
  list-style: none;
}
.ucUserControlSitemap ul li {
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.ucUserControlSitemap ul ul li {
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 0px;
  -moz-background-size: 3px auto;
  -o-background-size: 3px auto;
  -webkit-background-size: 3px auto;
  background-size: 3px auto;
}
.ucUserControlSitemap ul ul ul li {
  background-image: url("../../cbd/Images/grey-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 0px;
  -moz-background-size: 3px auto;
  -o-background-size: 3px auto;
  -webkit-background-size: 3px auto;
  background-size: 3px auto;
}
/****IFRAMEBOX****/
#iframebox {
  height: 500px;
  position: fixed;
  z-index: 105;
  left: -40px;
  right: -40px;
  border: 1px solid #DDDDDD;
  padding: 30px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  #iframebox {
    height: 300px;
    left: -60px;
    right: -60px;
    padding: 20px;
  }
}
#close-iframebox {
  cursor: pointer;
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  top: 17px;
  right: 23px;
}
#close-iframebox:hover,
#close-iframebox:focus,
#close-iframebox:active,
#close-iframebox.active {
  color: #ccc;
  text-decoration: none;
}
/****CREDIT CARD SELECTOR****/
.ucUserControlCardSelect #startCardSelector {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 73%;
}
.ucUserControlCardSelect #startCardSelector .prev {
  left: -19%;
}
.ucUserControlCardSelect #startCardSelector .next {
  right: -19%;
}
.ucUserControlCardSelect .button.right {
  float: right;
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .button.right {
    float: none;
    width: 100%;
  }
}
.ucUserControlCardSelect label.control-label {
  text-align: left;
  margin-bottom: 5px;
}
.ucUserControlCardSelect a.goback {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}
.ucUserControlCardSelect .status-pagination {
  text-align: center;
  margin: 15px 0 20px 0;
}
.ucUserControlCardSelect .status-pagination a {
  margin-right: 27px;
  line-height: 53px;
  font-size: 24px;
  color: #A3BDBC;
  background-color: #FAFAFA;
  width: 53px;
  height: 53px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.5);
  display: inline-block;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlCardSelect .status-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .status-pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
  }
}
.ucUserControlCardSelect .status-pagination a.goback {
  color: #006666;
  background-color: #fff;
  text-decoration: none;
}
.ucUserControlCardSelect .status-pagination a.active {
  background-color: #006666;
  color: #fff;
}
.ucUserControlCardSelect .status-pagination a.last {
  margin-right: 0;
}
.ucUserControlCardSelect .error span.note {
  padding: 0;
  margin: 5px 0 0 0;
  color: #FF0000;
  display: block;
  font-size: 15px;
}
.ucUserControlCardSelect h1 {
  margin-bottom: 5px !important;
}
.ucUserControlCardSelect h2,
.ucUserControlCardSelect h3 {
  color: #006666;
}
.ucUserControlCardSelect h4 {
  color: #666;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.ucUserControlCardSelect h5 {
  color: #666;
}
.ucUserControlCardSelect .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 100%;
}
.ucUserControlCardSelect .form-group {
  margin-bottom: 20px;
}
.ucUserControlCardSelect .form-horizontal {
  margin: 37px 0 0 0;
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .form-horizontal {
    margin: 10px 0 0 0;
  }
}
.ucUserControlCardSelect .box {
  position: relative;
  width: 755px;
  margin: 0 auto 81px;
  border: 1px solid #DDDDDD;
  padding: 30px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .box {
    padding: 20px;
  }
}
.ucUserControlCardSelect .box:after {
  background: radial-gradient(ellipse at 50% 56%, rgba(0, 0, 0, 0.1), rgba(204, 205, 205, 0) 50%) repeat scroll 0 0 transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlCardSelect .box {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlCardSelect .box {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .box {
    width: 100%;
  }
}
.ucUserControlCardSelect .box .next,
.ucUserControlCardSelect .box .prev {
  cursor: pointer;
  font-size: 60px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 1px;
}
.ucUserControlCardSelect .box .next:hover,
.ucUserControlCardSelect .box .prev:hover,
.ucUserControlCardSelect .box .next:focus,
.ucUserControlCardSelect .box .prev:focus,
.ucUserControlCardSelect .box .next:active,
.ucUserControlCardSelect .box .prev:active,
.ucUserControlCardSelect .box .next.active,
.ucUserControlCardSelect .box .prev.active {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlCardSelect .box .next,
  .ucUserControlCardSelect .box .prev {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlCardSelect .box .next,
  .ucUserControlCardSelect .box .prev {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .box .next,
  .ucUserControlCardSelect .box .prev {
    display: none;
  }
}
.ucUserControlCardSelect .box a.next:hover,
.ucUserControlCardSelect .box a.prev:hover {
  color: #006666;
}
.ucUserControlCardSelect .box span.next,
.ucUserControlCardSelect .box span.prev {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.ucUserControlCardSelect .box .next {
  right: -25%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlCardSelect .box .next {
    right: -9%;
  }
}
.ucUserControlCardSelect .box .prev {
  left: -25%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlCardSelect .box .prev {
    left: -9%;
  }
}
.ucUserControlCardSelect .box .button-wrapper {
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  padding-top: 30px;
  background-image: url("../../cbd/Images/box-shadow.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .box .button-wrapper {
    bottom: -82px;
    background-image: none;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .box .button-wrapper a.goback {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
.ucUserControlCardSelect .header {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 0;
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardSelect .header {
    padding-top: 0;
  }
}
.ucUserControlCardSelect .header h1 {
  font-size: 30px;
  color: #006666;
}
.ucUserControlCardSelect .header h5 {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  text-transform: none;
  font-family: 'HelveticaNeue', 'Tahoma', Helvetica, Arial, sans-serif;
  margin: 0 !important;
}
/****RELATED PRODUCTS****/
.ucUserControlRelated h3 {
  color: #797979;
  margin-bottom: 18px;
}
.ucUserControlRelated h4 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlRelated h4 {
    height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlRelated h4 {
    height: 36px;
  }
}
.ucUserControlRelated h4,
.ucUserControlRelated h4 a {
  color: #006666;
}
.ucUserControlRelated .image {
  margin-bottom: 12px;
}
.ucUserControlRelated .image img {
  -webkit-box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
}
@media only screen and (max-width: 991px) {
  .ucUserControlRelated .image img {
    width: 100%;
  }
}
.ucUserControlRelated p {
  height: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlRelated p {
    height: 104px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlRelated p {
    height: auto;
    min-height: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlRelated p {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlRelated p {
    height: auto;
  }
}
.ucUserControlRelated p b {
  color: #000;
}
.ucUserControlRelated .button {
  margin-top: 5px;
}
.ucUserControlRelated .row .col-xs-12:first-child {
  margin-top: 0px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlRelated .col-xs-12 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlRelated .col-xs-12 {
    margin-top: 25px;
  }
}
.ucUserControlRelated .col-xs-12 .box {
  padding-right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlRelated .col-xs-12 .box {
    padding-right: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlRelated .col-xs-12 .box {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlRelated .col-xs-12 .box {
    padding-right: 0px;
  }
}
.ucUserControlOtherlinks .box h4 {
  color: #9A9A9A;
  margin: 10px 0;
}
.ucUserControlOtherlinks ul {
  list-style: none;
  margin-top: -10px;
}
.ucUserControlOtherlinks ul li {
  border-bottom: 1px solid #DDDEDE;
  background: none;
  padding: 0;
  margin: 0;
}
.ucUserControlOtherlinks ul li a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 13px;
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 16px;
}
.ucUserControlOtherlinks ul li a:hover,
.ucUserControlOtherlinks ul li a:focus,
.ucUserControlOtherlinks ul li a:active,
.ucUserControlOtherlinks ul li a.active {
  color: #666;
  text-decoration: underline;
}
.ucUserControlBenefits h3 {
  color: #006666;
}
.ucUserControlBenefits ul {
  list-style: none;
}
.ucUserControlBenefits ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  display: block;
  padding: 0px 0 0px 13px;
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.ucUserControlBenefits ul li:hover,
.ucUserControlBenefits ul li:focus,
.ucUserControlBenefits ul li:active,
.ucUserControlBenefits ul li.active {
  color: #444;
  text-decoration: underline;
}
.ucUserControlTopFeature h2,
.ucUserControlTopFeature h1 {
  color: #006666;
}
.ucUserControlTopFeature .image {
  margin: 13px 0 17px 0;
}
.ucUserControlTopFeature .image img {
  -webkit-box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.75);
}
@media only screen and (max-width: 991px) {
  .ucUserControlTopFeature .image img {
    width: 100%;
  }
}
.ucUserControlTopFeature h4,
.ucUserControlTopFeature p {
  margin-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlTopFeature h4,
  .ucUserControlTopFeature p {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlTopFeature h4,
  .ucUserControlTopFeature p {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ucUserControlTopFeature h4,
  .ucUserControlTopFeature p {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.ucUserControlTopFeature h4 {
  margin-bottom: 5px;
}
.ucUserControlTopFeature h4 a {
  color: #000;
  text-decoration: none;
}
.ucUserControlTopFeature h4 a:hover,
.ucUserControlTopFeature h4 a:focus,
.ucUserControlTopFeature h4 a:active,
.ucUserControlTopFeature h4 a.active {
  color: #000;
  text-decoration: underline;
}
.ucUserControlTopFeature .row .col-xs-12:first-child {
  margin-top: 0px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlTopFeature .col-xs-12 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlTopFeature .col-xs-12 {
    margin-top: 25px;
  }
}
/****DETAIL TABLE****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #no-more-tables.login-heading td {
    padding-left: 300px;
  }
}
@media only screen and (max-width: 479px) {
  #no-more-tables.login-heading td {
    padding-left: 60%;
  }
  #no-more-tables.login-heading td:before {
    overflow: hidden;
  }
}
#no-more-tables,
#flip-scroll {
  width: 100%;
  padding-bottom: 1px;
}
#no-more-tables {
  -webkit-box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
}
#flip-scroll {
  -webkit-box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.75);
}
#flip-scroll th {
  max-width: 302px;
}
@media only screen and (max-width: 479px) {
  #flip-scroll th {
    max-width: 195px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #flip-scroll #flip-scroll .detail-table.one-row thead {
    width: 40%;
  }
  #flip-scroll #flip-scroll .detail-table.one-row tbody {
    width: 60%;
  }
  #flip-scroll #flip-scroll .detail-table.one-row td,
  #flip-scroll #flip-scroll .detail-table.one-row tr {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #flip-scroll #flip-scroll .detail-table.one-row thead {
    width: 50%;
  }
  #flip-scroll #flip-scroll .detail-table.one-row tbody {
    width: 50%;
  }
  #flip-scroll #flip-scroll .detail-table.one-row td,
  #flip-scroll #flip-scroll .detail-table.one-row tr {
    width: 100%;
  }
}
.detail-table.grey th {
  background-color: #627382;
}
.detail-table.grey .odd td,
.detail-table.grey tr:nth-child(odd) td {
  background-color: #FAFAFA;
}
.detail-table.grey .even td,
.detail-table.grey tr:nth-child(even) td {
  background-color: #F5F5F5;
}
.black-table-main-heading {
  font-weight: bold;
  padding: 17px 16px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #000;
}
.detail-table.black th {
  background-color: #fff;
  color: #006666;
}
.detail-table {
  margin-bottom: 0;
  width: 100%;
  border-left: 1px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-table.two-column td,
  .detail-table.two-column th {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-table.two-column td,
  .detail-table.two-column th {
    width: 50%;
  }
}
.detail-table th,
.detail-table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.detail-table th {
  background-color: #006666;
  padding: 17px 16px;
  color: #fff;
}
.detail-table td {
  padding: 10px 16px;
}
.detail-table .odd td,
.detail-table tr:nth-child(odd) td {
  background-color: #F3F9F9;
}
.detail-table .even td,
.detail-table tr:nth-child(even) td {
  background-color: #E8F4F2;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .detail-table th,
  .detail-table td {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 479px) {
  .detail-table th,
  .detail-table td {
    padding: 10px 16px;
  }
}
/****NOTE****/
.note {
  margin: 21px 10px;
  padding: 10px 19px;
}
.note.brown {
  background-color: #FAF8F0;
  border-left: 5px solid #FAEBCC;
}
.note.brown b {
  color: #806537;
}
/****FOOTER ****/
.copyright {
  color: #AAAAAA;
  font-size: 12px;
  line-height: 30px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright {
    float: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .copyright {
    float: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .copyright {
    float: none;
    text-align: center;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer1 {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .footer1 {
    text-align: left;
  }
}
.footer1,
.footer2 {
  padding: 25px 0;
}
.footer2 {
  text-align: center;
  border-top: 1px solid #D7DADB;
}
#footer-menu {
  width: 100%;
  list-style: none;
  margin: 0;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-menu {
    float: none;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #footer-menu {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #footer-menu {
    float: none;
    text-align: center;
    margin-top: -20px;
  }
}
#footer-menu li {
  display: inline;
  padding: 0 3px 0 5px;
  line-height: 30px;
  background-image: url("../../cbd/Images/footer-menu-seperator.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media only screen and (max-width: 479px) {
  #footer-menu li {
    line-height: 24px;
  }
}
#footer-menu li:first-child {
  background-image: none;
  padding-left: 0;
}
#footer-menu a {
  color: #AAAAAA;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #AAAAAA;
  font-size: 13px;
}
#footer-menu a:hover,
#footer-menu a:focus,
#footer-menu a:active,
#footer-menu a.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/****PARTNER LIST****/
#partner-list {
  list-style: none;
}
#partner-list .image {
  position: absolute;
  top: 20px;
  left: 20px;
}
#partner-list .image img {
  background-color: #F2F2F2;
  padding: 20px 26px;
  width: 145px;
}
#partner-list h3 {
  color: #000;
  margin: 0 0 5px;
}
#partner-list h3 a {
  color: #000 !important;
  text-decoration: none !important;
}
#partner-list h3 a:hover,
#partner-list h3 a:focus,
#partner-list h3 a:active,
#partner-list h3 a.active {
  color: #000 !important;
  text-decoration: underline !important;
}
#partner-list li {
  padding: 20px;
  position: relative;
  min-height: 160px;
  border: 1px solid #DDDDDD;
  margin: 0 0 18px 0;
}
#partner-list li .description {
  margin-left: 184px;
}
@media only screen and (max-width: 479px) {
  #partner-list li .description {
    margin-top: 142px;
    margin-left: 0;
  }
}
#partner-list li p {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
#partner-list li a {
  color: #FF3300;
  text-decoration: none;
}
#partner-list li a:hover,
#partner-list li a:focus,
#partner-list li a:active,
#partner-list li a.active {
  color: #FF3300;
  text-decoration: underline;
}
.ucUserControlCardDetail h3 {
  color: #000;
}
.ucUserControlCardDetail .card-detail {
  padding: 10px;
  border: 1px solid #DDDDDD;
  margin: 18px 0 40px 0;
  display: table;
  width: 100%;
}
.ucUserControlCardDetail .card-detail .col-xs-12:first-child {
  border-left: 0px solid #DDDDDD;
}
.ucUserControlCardDetail .card-detail .col-xs-12 {
  height: 168px;
  text-align: center;
  border-left: 1px solid #DDDDDD;
  margin: 0;
  width: 16.66666666666667%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 {
    height: 212px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 {
    height: 212px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    padding: 15px 0;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    padding: 15px 0;
    height: auto;
  }
}
.ucUserControlCardDetail .card-detail .col-xs-12 .card img {
  margin-top: 45px !important;
  display: inline;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 .card img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 .card img {
    margin-top: 0px;
  }
}
.ucUserControlCardDetail .card-detail .col-xs-12 .img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ucUserControlCardDetail .card-detail .col-xs-12 h5 {
  text-transform: none;
  margin: 0px;
}
.ucUserControlCardDetail .card-detail .col-xs-12 .percentage {
  margin: 10px 0;
  font-size: 48px;
  color: #0086C0;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 .percentage {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlCardDetail .card-detail .col-xs-12 .percentage {
    font-size: 30px;
  }
}
.ucUserControlCardDetail .card-detail .col-xs-12 span {
  font-size: 12px;
  color: #666;
}
.ucUserControlCardDetail .card-detail .blue-background .button {
  margin: 32PX 7% 0;
  width: 86%;
}
.ucUserControlCardDetail .card-detail .blue-background .button span {
  font-size: 18px;
  color: #fff;
}
.play-button {
  color: #fff;
  background-color: #FF3300;
  border-color: #FF3300;
  line-height: 64px;
  height: 61px;
  width: 61px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -43px;
}
.play-button:hover,
.play-button:focus,
.play-button:active,
.play-button.active,
.open .dropdown-toggle .play-button {
  color: #fff;
  background-color: #d62b00;
  border-color: #c22700;
  text-decoration: none;
}
.play-button .badge {
  color: #FF3300;
  background-color: #fff;
}
.play-button:hover,
.play-button:focus,
.play-button:active,
.play-button.active,
.open .dropdown-toggle.play-button {
  color: #fff;
  background-color: #d62b00;
  border-color: #c22700;
}
.play-button:active,
.play-button.active,
.open .dropdown-toggle.play-button {
  background-image: none;
}
.play-button.disabled,
.play-button[disabled],
fieldset[disabled] .play-button,
.play-button.disabled:hover,
.play-button[disabled]:hover,
fieldset[disabled] .play-button:hover,
.play-button.disabled:focus,
.play-button[disabled]:focus,
fieldset[disabled] .play-button:focus,
.play-button.disabled:active,
.play-button[disabled]:active,
fieldset[disabled] .play-button:active,
.play-button.disabled.active,
.play-button[disabled].active,
fieldset[disabled] .play-button.active {
  background-color: #FF3300;
  border-color: #FF3300;
}
.play-button span {
  color: #fff;
  font-size: 20px;
}
/****PAGINATION****/
.pagination {
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
  border: none;
  border-right: 0px solid #DDDDDD;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.pagination a.prev {
  background-image: url("../../cbd/Images/icon-prev-pagination.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -20000px;
}
.pagination a.next {
  background-image: url("../../cbd/Images/icon-next-pagination.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -20000px;
}
.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #FF3300;
  border-right: 1px solid #DDDDDD;
}
@media only screen and (max-width: 479px) {
  .pagination a,
  .pagination span {
    width: 32px;
    height: 32px;
    padding: 6px;
    line-height: 1;
  }
}
@media only screen and (max-width: 479px) {
  .pagination > li > a,
  .pagination > li > span {
    line-height: 1;
  }
}
/****CARD LIST****/
.sfsearchResultsWrp {
  padding: 25px 30px 0 30px;
}
.sfsearchResultsWrp .sfsearchResultTitle {
  margin-bottom: 3px;
  font-size: 24px;
  color: #006666;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
}
.sfsearchResultsWrp .sfsearchResultTitle a {
  color: #000;
  font-size: 24px;
  color: #006666;
}
.sfsearchResultsWrp .sfsearchResultHighLighter {
  color: #666;
  padding-bottom: 25px;
}
/****FORM****/
.form-group label {
  font-weight: normal;
}
fieldset {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 30px;
}
.input-date .input-group-addon {
  background-color: #fff;
  background-image: url("../../cbd/Images/icon-date.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 41px;
  text-indent: -20000px;
}
fieldset legend {
  border-bottom: none;
  background-color: #fff;
  font-family: "HelveticaNeue-Bold", 'Tahoma', Helvetica, Arial, sans-serif;
  color: #000;
  padding: 15px;
  margin: 0 0 0 45px;
  font-size: 24px;
  width: auto;
  display: inline;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  fieldset legend {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  fieldset legend {
    font-size: 24px;
    margin: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  fieldset legend {
    font-size: 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  fieldset legend {
    font-size: 15px;
    margin: 0;
  }
}
.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.input-group-addon {
  padding: 12px 5px;
  color: #ccc;
}
.form-control {
  height: 42px;
}
.control-label {
  font-size: 15px;
  font-weight: bold !important;
}
.control-label .required {
  color: #FF0000;
}
.required-note {
  color: #FF0000;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.required-note .required {
  font-size: 15px;
  font-weight: bold !important;
}
.forms-heading-wrapper .preview-mode.sub-heading {
  display: none !important;
}
.forms-heading-wrapper.preview-mode-active .preview-mode.sub-heading {
  display: block !important;
}
.forms-heading-wrapper.preview-mode-active .edit-mode.sub-heading {
  display: block !important;
}
span.help {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 0;
  line-height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: #DDDDDD;
  color: #9A9A9A;
  text-decoration: none;
}
span.help:hover,
span.help:focus,
span.help:active,
span.help.active {
  color: #9A9A9A;
  text-decoration: none;
}
.popover-title {
  font-size: 16px !important;
  font-weight: bold;
}
.popover {
  min-width: 259px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.help-input {
  padding-right: 50px !important;
  position: relative;
}
.help-input span.help {
  position: absolute;
  right: 0;
  top: 0;
}
.form-horizontal fieldset {
  position: relative;
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-horizontal fieldset legend {
  top: -34px;
}
.ucCbdForm .form-horizontal {
  margin: 0;
}
.ucCbdForm .error span.note {
  padding: 0;
  margin: 5px 0 0 0;
  color: #FF0000;
  display: block;
  font-size: 15px;
  clear: both;
}
.ucCbdForm .error .form-control,
.ucCbdForm .error .form-control:focus,
.ucCbdForm .error .form-control:active,
.ucCbdForm .error .input-group {
  border: 1px solid #FF0000;
}
.ucCbdForm .error .input-group .form-control,
.ucCbdForm .error .input-group .form-control:focus,
.ucCbdForm .error .input-group .form-control:active {
  border: 0px solid #FF0000;
}
.ucContactForm {
  margin-top: -17px;
}
.open .dropdown-toggle.btn-default {
  color: #fff;
}
.form-horizontal {
  margin-bottom: 37px;
}
.form-horizontal a.link {
  color: #FF3300;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF3300;
}
.form-horizontal a.link:hover,
.form-horizontal a.link:focus,
.form-horizontal a.link:active,
.form-horizontal a.link.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.form-spacing,
.grey-background.form-spacing {
  padding: 14px;
  clear: both;
  position: relative;
}
#fieldSetCompleteProcedure {
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #fieldSetCompleteProcedure .button {
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  #fieldSetCompleteProcedure .button {
    width: 100%;
    margin: 10px 0;
  }
}
#fieldSetCompleteProcedure .form-spacing {
  width: 100%;
}
#fieldSetCompleteProcedure #cancel {
  position: absolute;
  top: 18px;
  left: 14px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #fieldSetCompleteProcedure #cancel {
    border-bottom: none;
    display: block;
    position: static;
    padding: 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #fieldSetCompleteProcedure #cancel {
    border-bottom: none;
    display: block;
    position: static;
    padding: 10px 0;
    text-align: center;
  }
}
/****COLUMNS****/
.half-box {
  width: 50%;
  float: left;
}
/**** RESPONSIVE ***/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .half-box {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .half-box {
    width: 50%;
    display: inline-block;
  }
}
/****GLOBAL CSS FOR Below 676 RESOLUTION****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .input-date {
    width: 100%;
  }
  .half-box {
    width: 100%;
    float: none;
  }
  .button.small,
  .button.normal,
  .button.wider,
  .button.long,
  .button.wide {
    max-width: 100%;
  }
  .form-group .col-xs-12 {
    margin-top: 5px;
  }
  .col-xs-12 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .input-date {
    width: 100%;
  }
  .half-box {
    width: 100%;
    float: none;
  }
  .form-group .col-xs-12 {
    margin-top: 5px;
  }
  .col-xs-12 {
    margin-top: 25px;
  }
}
/* ----------------------------------------------------------------------- */
/* #region cphFooter styles */
/* ----------------------------------------------------------------------- */
#FooterWrapper {
  /* ----------------------------------------------------------------------- */
  border-top: 1px solid #D7DADB;
  /* ----------------------------------------------------------------------- */
}
#FooterWrapper #FooterSocial {
  text-align: center;
  min-height: 50px;
}
#FooterWrapper #FooterSocial a.socialIcons {
  margin: 0 20px;
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  #FooterWrapper #FooterSocial a.socialIcons {
    margin: 0 5px;
  }
}
#FooterWrapper #FooterSocial a.socialIcons.googleplus {
  /* You may have to set 'display: block' */
  width: 50px;
  height: 50px;
  background: url('../../cbd/Images/Sprite/FooterSocial.png') 0 0;
}
#FooterWrapper #FooterSocial a.socialIcons.facebook {
  /* You may have to set 'display: block' */
  width: 50px;
  height: 50px;
  background: url('../../cbd/Images/Sprite/FooterSocial.png') 0 -50px;
}
#FooterWrapper #FooterSocial a.socialIcons.linkedin {
  /* You may have to set 'display: block' */
  width: 50px;
  height: 50px;
  background: url('../../cbd/Images/Sprite/FooterSocial.png') 0 -100px;
}
#FooterWrapper #FooterSocial a.socialIcons.twitter {
  /* You may have to set 'display: block' */
  width: 50px;
  height: 50px;
  background: url('../../cbd/Images/Sprite/FooterSocial.png') 0 -150px;
}
#FooterWrapper #FooterSocial a.socialIcons:hover {
  opacity: 0.75;
}
#FooterWrapper #FooterSocial,
#FooterWrapper #FooterLinks,
#FooterWrapper #FooterCopyright,
#FooterWrapper #FooterLogo {
  padding: 25px 0px;
  font-size: 12px;
  line-height: 30px;
}
#FooterWrapper #FooterLinks {
  background-color: #000;
  color: #fff;
}
#FooterWrapper #FooterLinks ul {
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 1;
  width: 100%;
}
[dir="ltr"] #FooterWrapper #FooterLinks ul {
  float: left;
}
[dir="rtl"] #FooterWrapper #FooterLinks ul {
  float: right;
}
#FooterWrapper #FooterLinks li {
  background: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#FooterWrapper #FooterLinks li a:hover,
#FooterWrapper #FooterLinks li a:focus,
#FooterWrapper #FooterLinks li a:active,
#FooterWrapper #FooterLinks li a.active {
  text-decoration: underline;
  color: #fff;
}
#FooterWrapper #FooterLinks li a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlB MVEX/////MwAfMYKjAAAAAXRSTlMAQObYZgAAABxJREFUeF4NwzEBAAAIArBFJxpRjGAEPSZq7KscJ F4FMTAtnEMAAAAASUVORK5CYII=') /*../Images/ico_orange-arrow.png*/;
  *background-image: url("../Images/ico_orange-arrow.png");
  /* For IE 6 and 7 */
  background-repeat: no-repeat;
  background-position: 0 4px;
}
[dir="ltr"] #FooterWrapper #FooterLinks li a {
  padding: 0 0 0 16px;
}
[dir="rtl"] #FooterWrapper #FooterLinks li a {
  padding: 0 16px 0 0;
}
#FooterWrapper #FooterLinks li a [dir="rtl"] {
  background-position-x: right;
}
#FooterWrapper #FooterLinks h4 {
  margin: 0;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
#FooterWrapper #FooterLinks .contact-info {
  line-height: 28px;
  padding-top: 7px;
}
#FooterWrapper #FooterLinks .contact-info p {
  color: #fff !important;
}
#FooterWrapper #FooterLinks .contact-info a {
  color: #f30;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #f30;
}
#FooterWrapper #FooterLinks .contact-info a:hover {
  color: #fff;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
#FooterWrapper #FooterCopyright ul {
  list-style: none;
  margin: 0px;
}
[dir="ltr"] #FooterWrapper #FooterCopyright ul {
  padding-left: 0px;
}
[dir="rtl"] #FooterWrapper #FooterCopyright ul {
  padding-right: 0px;
}
[dir="ltr"] #FooterWrapper #FooterCopyright ul {
  float: left;
}
[dir="rtl"] #FooterWrapper #FooterCopyright ul {
  float: right;
}
#FooterWrapper #FooterCopyright li {
  display: inline;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAANAQMAAAC5Li2yAAAABlB MVEXX19fd3d1jrwRpAAAAFklEQVR4XnXAAQEAAABAIP9XmWaBOAYA2gDB7g2kJwAAAABJRU5ErkJgg g==') /*../Images/ico_footer-menu-seperator.png*/;
  *background-image: url("../Images/ico_footer-menu-seperator.png");
  /* For IE 6 and 7 */
  background-repeat: no-repeat;
  background-position: 0 50%;
}
[dir="ltr"] #FooterWrapper #FooterCopyright li {
  padding: 0px 3px 0px 5px;
}
[dir="rtl"] #FooterWrapper #FooterCopyright li {
  padding: 0px 5px 0px 3px;
}
#FooterWrapper #FooterCopyright li:first-child {
  background-image: none;
}
[dir="ltr"] #FooterWrapper #FooterCopyright li:first-child {
  padding-left: 0px;
}
[dir="rtl"] #FooterWrapper #FooterCopyright li:first-child {
  padding-right: 0px;
}
#FooterWrapper #FooterCopyright a {
  font-size: 13px;
  color: #AAAAAA;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #AAAAAA;
}
#FooterWrapper #FooterCopyright a:hover,
#FooterWrapper #FooterCopyright a:focus,
#FooterWrapper #FooterCopyright a:active,
#FooterWrapper #FooterCopyright a.active {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
#FooterWrapper #FooterLogo {
  min-height: 40px;
  border-top: 1px solid #D7DADB;
  text-align: center;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/****GLOBAL CSS FOR Below 320 RESOLUTION****/
@media only screen and (max-width: 320px) {
  .input-date {
    width: 100%;
  }
  .form-group .col-xs-12 {
    margin-top: 5px;
  }
  .col-xs-12 {
    margin-top: 25px;
  }
  .quick-menu {
    margin: 0 0 0 -88px;
  }
  .quick-menu li a {
    font-size: 11px;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    padding: 8px 0 8px 14px;
  }
  h1 {
    font-size: 23px;
  }
  h1,
  h2,
  h3,
  h5,
  h4,
  h6,
  p,
  a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  #logo {
    margin: 18px 0 111px 0;
  }
  #banking-service {
    padding: 5px 8px;
  }
  #banking-service .btn {
    padding: 0 5px;
    height: 32px;
  }
  #banking-service .btn .filter-option {
    font-size: 12px;
    padding: 7px 0;
    left: 7px;
    right: 28px;
  }
  #banking-service .btn .caret {
    right: 11px;
  }
  #banking-service .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 55%;
    min-width: 113px;
  }
  .button span.more {
    -moz-background-size: 9px auto;
    -o-background-size: 9px auto;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    padding-right: 17px;
  }
  .social img {
    margin-right: 27px;
    width: 38px;
  }
  .bottom .nav > li {
    padding: 0;
    margin-bottom: 5px;
  }
  .bottom .nav li {
    font-size: 13px;
    text-align: left;
  }
  #Content .banner .caption {
    width: 100%;
    height: auto;
  }
  #Content .banner .caption p {
    display: none;
  }
  .button.icon-left {
    -moz-background-size: 9px auto;
    -o-background-size: 9px auto;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
  }
  .button.chat {
    background-position: 85% 50%;
  }
  .advertise-container .message {
    padding: 18px;
  }
  .advertise-container .container {
    padding: 15px;
  }
  .button.small,
  .button.normal,
  .button.wider,
  .button.long,
  .button.wide {
    max-width: 100%;
  }
  .button.normal {
    padding: 8px 7px;
  }
  #Content .button.chat {
    padding: 5px 12px;
    width: 142px;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
  }
  .button.icon-left {
    padding-left: 25px;
  }
  .button.small span,
  .button.normal span,
  .button.wider span,
  .button.long span,
  .button.wide span {
    font-size: 13px;
  }
  .status-pagination {
    display: none;
  }
}
.form-horizontal .control-value {
  padding-top: 7px;
}
/* ------------------------------------------------------------------------*/
/* #endStyles */
/* ----------------------------------------------------------------------- */
/****SubWrapper Margins fix****/
#SubWrapper .sf_colsOut {
  margin-top: 0px;
  padding: 0px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------------------*/
/* #region Promolink styling for Column.ascx */
/* ----------------------------------------------------------------------- */
#MainWrapper .box {
  overflow: hidden;
}
#MainWrapper .box h1 {
  font-size: 23px;
}
#MainWrapper .box h4 {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #MainWrapper .box p {
    min-height: 60px;
  }
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------------------*/
/* #region Promolink styling for Column.ascx */
/* ----------------------------------------------------------------------- */
.ucUserControlSolutionList .box ul {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ucUserControlSolutionList .box ul {
    float: left;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ucUserControlSolutionList .box ul {
    float: left;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .ucUserControlSolutionList .box ul {
    float: left;
    margin-top: 30px;
  }
}
.ucUserControlSolutionList .box ul li {
  padding-left: 45px;
  background-image: url("../Images/icon-tick-green.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ------------------------------------------------------------------------*/
/* #region Styling for Privacy Policy */
/* ----------------------------------------------------------------------- */
.privacy-policy-list ol li {
  margin-bottom: 20px;
}
.privacy-policy-list ol li strong {
  display: block;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
.vaMobileContainer {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.vaMobileContainer .vaMobileHeader {
  position: absolute;
  width: 100%;
}
.vaMobileContainer .vaMobileHeader a.closeVaBtn {
  width: 100%;
  height: 20px;
  padding: 5px 0;
  font-weight: bold;
}
.vaMobileContainer .vaMobileContent {
  position: absolute;
  width: 100%;
  top: 30px;
  bottom: 0;
}
.vaMobileContainer .vaMobileContent iframe {
  width: 100%;
  height: 100%;
}
#Content .banner {
  overflow: hidden;
}
.backToTopMobile {
  text-align: center;
}
label.accept-note-label {
  display: inline;
  font-weight: normal;
}
.headercta {
  font-size: 15px;
  line-height: 19px;
}
/* ------------------- mobile navigation fixes -----------------------------*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: none;
  background-color: #006666;
}
/* ----------------------------------------------------------------------- */
/* ------------------- bootstrap select mobile fix -----------------------------*/
@media only screen and (max-width: 480px) {
  .bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  #HeaderWrapper #HeaderLogo {
    text-align: center;
    margin-left: -7.5px;
    margin-right: 7.5px;
  }
}
@media only screen and (max-width: 991px) {
  #HeaderWrapper #HeaderLogo {
    margin-left: -7.5px;
    margin-right: 7.5px;
  }
}
/* ------------------- creditcard selector inlinke link -----------------------------*/
a.ccinlinelink,
a.ccinlinelink:hover {
  width: 100%;
  float: left;
  font-size: 16px;
}
a.ccinlinelink {
  color: #0086c0;
}
/* ------------------- border fix -----------------------------*/
@media only screen and (min-width: 991px) {
  ul.nav li {
    border-right: 0px;
  }
}
.btn-group.bootstrap-select.find-us {
  margin-top: 34px;
}
a.button.callback.orange.normal.wide {
  margin-top: 18px;
}
/* ------------------- apply now mobile fix -----------------------------*/
#Content .banner p {
  height: 40px;
  overflow: hidden;
}
/* ------------------- creditcard selector -----------------------------*/
.ucControlCardDetail .card-detail .col-xs-12 .centeredWrapper .currencyCell,
.ucControlCardDetail .card-detail .col-xs-12 .centeredWrapper .pointsCell {
  padding-bottom: 0px;
  width: 100%;
  float: left;
}
.button.chatmobile {
  width: 327px;
  height: 42px;
  margin-top: -20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .button.chatmobile {
    width: 241px;
    margin-top: -20px;
    margin-bottom: -10px;
    padding-top: 5px;
  }
}
#main-menu .nav > li {
  border-right: 0px;
}
#HeaderWrapper #HeaderLogo img {
  float: left;
}
@media only screen and (max-width: 480px) {
  #Content .banner .box h1 {
    font-size: 20px;
  }
  #Content .banner .box h4 {
    line-height: 16px;
  }
  #Content .banner .box p {
    height: 50px !important;
    font-size: 14px;
    line-height: 16px;
  }
}
/***** NEW CONTENT SEPARTOR WITH SHADOW *****/
.box-shadow-top {
  padding-top: 50px;
  margin-top: 50px;
  -moz-box-shadow: 0px -5px 10px #eeeeee;
  -webkit-box-shadow: 0px -5px 10px #eeeeee;
  box-shadow: 0px -5px 10px #eeeeee;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box-shadow-top {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .box-shadow-top {
    padding-top: 0;
  }
}
/* faq styles */
.panel-group .panel-body ul {
  list-style: none !important;
}
.panel-group .panel-body li {
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 15px;
}
/*  HIDDEN MOBILE NAVIGATION ELEMENTS */
#main-menu .nav li.non-personal {
  display: none !important;
}
/* flexi form loading animated logo */
.animated-logo {
  width: 80px;
  height: 80px;
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite;
}
@keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* SMS BOX */
.box.talk-to-us.sms h3 {
  font-size: 18px !important;
}
.box.talk-to-us.sms h3 .green {
  color: #B8D413 !important;
}
.box.talk-to-us.sms p {
  margin-right: 0 !important;
}
.box.talk-to-us.sms p .tel {
  font-size: 16px;
  background-image: none;
  padding: 0;
  font-weight: bold;
}
.white-bg-box .button.margin-auto {
  margin: 0 auto !important;
}
#AccountForm fieldset p .reference-number {
  color: #FF3300 !important;
}
#AccountForm .container-form-input .form-input-info {
  background-image: url(/Sitefinity/WebsiteTemplates/cbd/App_Themes/cbd/Images/icon-forminput-info-orange.svg) !important;
}
#AccountForm .timeline-hor-status:before {
  color: #A3BDBC !important;
  -webkit-box-shadow: 0 0 5px 0 #A3BDBC !important;
  -moz-box-shadow: 0 0 5px 0 #A3BDBC !important;
  box-shadow: 0 0 5px 0 #A3BDBC !important;
}
#AccountForm .timeline-hor ul li.active .timeline-hor-status:before,
#AccountForm .timeline-hor ul li.processed .timeline-hor-status:before {
  color: #fff !important;
  background-color: #006666 !important;
  -webkit-box-shadow: 0 0 0 0 #A3BDBC !important;
  -moz-box-shadow: 0 0 0 0 #A3BDBC !important;
  box-shadow: 0 0 0 0 #A3BDBC !important;
}
/* ------------------------------------------------------------------------*/
/* #region IBAN Calculator */
/* ----------------------------------------------------------------------- */
.ucIBanCalculator .row {
  margin-left: 0px;
  margin-right: 0px;
}
.ucIBanCalculator .row .form-control .error {
  border: 1px solid #f00;
}
.ucIBanCalculator .input-box {
  padding-bottom: 8px;
}
.ucIBanCalculator .input-box .note {
  color: #f00;
}
.ucIBanCalculator .ibanNumber {
  font-weight: bold;
}
.ucIBanCalculator .ibanNo {
  font-weight: bold;
  color: #006666;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ----------------------------------------------------------------------- */
/* ------------------------------------------------------------------------*/
/* #region mini PL Calculator */
/* ----------------------------------------------------------------------- */
.usMiniPLCalculator {
  border: 1px solid #c6c6cc;
}
.usMiniPLCalculator .div-heading {
  background-color: #006666;
}
.usMiniPLCalculator .div-heading p {
  color: white;
  font-size: 20px;
  padding: 6px;
}
.usMiniPLCalculator div {
  padding: 7px;
}
.usMiniPLCalculator .form-horizontal .form-group {
  margin-left: 5px;
}
.usMiniPLCalculator .button-wrapper {
  padding: 7px;
}
.usMiniPLCalculator .input-group {
  margin-left: -10px;
}
.usMiniPLCalculator .error span.note {
  padding: 0;
  margin: 5px 0 0 0;
  color: #f00;
  display: block;
  font-size: 15px;
}
/* ------------------------------------------------------------------------*/
/* #endregion */
/* ------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/
/* #region Exit pop up */
/* ----------------------------------------------------------------------- */
.ucExitpopup .modal-dialog {
  position: absolute !important;
  top: 20% !important;
  left: 20% !important;
  width: 60% !important;
  margin-top: 0% !important;
  background-size: cover;
  background-image: url(/images/default-source/default-album/extpopupbg.jpg);
  background-repeat: no-repeat;
}
.ucExitpopup .col-md-8 {
  text-align: left !important;
  padding: -15px !important;
}
.ucExitpopup .features {
  color: white;
  margin-left: 5%;
}
.ucExitpopup .features h3 {
  color: white !important;
  font-size: 32px !important;
}
.ucExitpopup .features ul {
  font-size: 20px;
  padding-left: 2% !important;
}
.ucExitpopup .features ul li {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  padding: 0px 0 0px 13px;
  background-image: url("../../cbd/Images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.ucExitpopup .spec {
  font-size: 18px !important;
  line-height: 1em !important;
}
.ucExitpopup .tandc {
  padding-left: 2%;
  font-size: 12px !important;
}
.ucExitpopup .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ucExitpopup .welcomelogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  color: white;
  font-weight: bold;
  text-align: center;
}
.ucExitpopup .col-xs-12 {
  text-align: left;
  padding-left: 5%;
  margin-bottom: 1em !important;
}
.ucExitpopup .col-xs-12 .btn {
  color: #fff;
  background-color: #FF3300;
  border-color: #FF3300;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  background-position: 10px 50%;
}
.lightgrey-background {
  /*border: 1px solid #ccc;*/
}
.carousel-center .cbd-carousel-content {
  position: absolute;
  top: 300px;
  left: 100px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel-center .cbd-carousel-content {
    left: 400px !important;
  }
}
#carousel .cbd-carousel-content {
  position: absolute;
  top: 60px;
  left: 100px;
  background-repeat: repeat;
  background-position: 0 0;
  width: 100%;
  height: 75px;
  top: 98%;
  left: 0;
  margin-top: -70px;
  margin-bottom: 0px;
  background-color: rgba(21, 20, 20, 0.59);
  opacity: 0.8;
  padding: 2%;
}
#carousel .cbd-carousel-content .caption {
  float: right;
}
.cbd-carousel-content h1 {
  display: initial !important;
  color: white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cbd-carousel-content h1 {
    display: inline !important;
    color: white;
  }
}
#carousel > div:not(.carousel-center) {
  top: 0px !important;
}
.padding-15 {
  padding: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .padding-15 {
    padding: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .padding-15 {
    padding: 0px;
  }
}
.home-product-box {
  text-align: center;
  padding: 5%;
  box-shadow: 2px 2px 2px 2px gray;
}
.home-col5 {
  min-width: 200px;
}
.home-col5 > ul li {
  background-image: none;
  padding: 0px;
}
.home-col5 > ul li > a {
  color: #666 !important;
}
.home-col5 > ul li > a.hover {
  color: #666 !important;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .home-col5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.loader.loading {
  background-image: url("../images/loader-white.svg") !important;
  color: transparent !important;
  background-size: 35px 35px !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.loader.loading:hover {
  background-image: url("../images/loader-white.svg") !important;
}
.loader.loading:before {
  display: none;
}
.ucMultiForm .nav-tabs {
  background-color: #006666;
}
.ucMultiForm .nav-tabs > li {
  width: 33.33% !important;
  font-size: 10px !important;
  font-weight: bold;
}
.ucMultiForm .nav-tabs > li > a {
  color: white;
  border-radius: 0px 0px 0 0;
}
.ucMultiForm .nav-tabs > li > a:hover {
  color: black;
}
.ucMultiForm .nav-tabs li.active a {
  color: black;
}
.ucMultiForm .form-horizontal .control-label {
  font-size: 12px;
  font-weight: normal !important;
}
.ucMultiForm .form-horizontal > fieldset {
  margin-top: 0px !important;
  border: 0.1px solid #E0E0E0 !important;
}
#loan-calculator .col-custom {
  min-width: 192px;
}
@media only screen and (max-width: 768px) {
  #loan-calculator .col-custom {
    min-width: 153px;
  }
}
#loan-calculator .calc-option {
  width: 188px;
}
@media only screen and (max-width: 480px) {
  #loan-calculator .calc-option {
    max-width: 124px;
    height: 143px;
  }
}
@media only screen and (max-width: 480px) {
  #loan-calculator .calc-option > span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #loan-calculator .option-halved {
    width: 71% !important;
  }
}
@media only screen and (max-width: 768px) {
  #loan-calculator .col-3rd {
    width: 93%;
  }
}