.no-js .preloader {
  display: none;
}
.no-js .navbar-right {
  float: left;
}
.no-js .navbar-right > div {
  position: static;
  float: left;
}
.no-js .navbar-right .block-dropdowns [class*="block-"] {
  float: left;
  position: relative;
  padding-top: 50px;
}
.no-js .navbar-right .block-dropdowns button {
  position: absolute;
  top: 0;
  left: 0;
}
.no-js .navbar-form .dropdown #toggle-search {
  display: none;
}
.no-js .dropdown-menu {
  position: static !important;
  display: block !important;
  width: auto !important;
}
.no-js .banner-slider {
  position: relative;
}
.no-js .out-dock .side-wideget {
  height: 100%;
  opacity: 1;
}
.no-js .wrapper {
  padding-bottom: 300px;
}
.no-js #main-navbar {
  display: block;
  position: absolute;
}
.no-js .submenu-level1,
.no-js .submenu-level2 {
  display: block !important;
}
.no-js .other-info .panel-collapse {
  display: block;
}
.no-js .other-info .panel-default > .panel-heading a.collapsed:before {
  background-position: 0 -30px;
}
.no-js .panel-collapse {
  display: block;
}
.no-js .panel-default > .panel-heading .collapsed:before {
  background-position: 0 -30px;
}
.no-js :target {
  display: block!important;
  visibility: visible!important;
}
.no-js :target + .tab-pane {
  display: none!important;
  visibility: hidden!important;
}
.no-js .calculate-cash-rebate .total {
  display: block;
}
/* Home main slider */
.mainbanner {
  position: relative;
}
.bxslider img {
  width: 100%;
}
.bxslider .main-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 14px;
}
.bxslider .main-banner .thumb {
  width: 45%;
}
.bxslider .main-banner .caption {
  width: 61%;
}
.bxslider .main-banner .caption h2 {
  font-size: 16px;
  font-weight: bold;
  color: #001f67;
  margin: 0 0 10px;
  text-transform: none;
  line-height: 1.25em;
}
.bxslider .main-banner .caption img {
  display: inline-block;
  max-width: 100px;
}
.bxslider .main-banner .caption .btn-1 {
  position: absolute;
  left: 50%;
  bottom: 14px;
  padding: 10px 22px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.bxslider .main-banner.left .caption {
  float: left;
  padding-left: 2%;
}
.bxslider .main-banner.right .caption {
  float: right;
  width: 52%;
}
.bxslider .main-banner.middle {
  float: none;
  text-align: center;
  width: 100%;
  top: auto;
  bottom: 0;
  padding: 0;
}
.bxslider .main-banner.middle .caption {
  width: 100%;
}
.bxslider .main-banner.dark-bg .caption h2 {
  color: #fff;
}
.bxslider .main-banner.dark-bg .caption .btn-1 {
  background: #dc1f2d;
}
.bx-pager {
  position: relative;
  padding: 6px 0 7px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  z-index: 51;
  text-align: center;
}
.bx-pager a {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  color: #333;
  text-decoration: initial;
  text-align: center;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #001f67;
}
.bx-pager a .bx-pager-tabs {
  display: none;
}
.bx-pager a.active {
  width: 9px;
  height: 9px;
  background: #dc1f2d;
  margin-bottom: -1px;
}
/* Home grid */
.tbl-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.grid-content {
  clear: both;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  min-height: 100px;
  height: auto !important;
}
.grid-content:first-child {
  background-color: #e5e5e5 !important;
}
.grid-content.grid-gray {
  background-color: #fff;
}
.grid-content.grid-whitesmoke {
  background-color: #f7f7f7;
}
.grid-content img {
  position: absolute;
  width: 66px;
  margin: 0 24px 0 10px;
}
.grid-content .descs {
  padding: 0 0 0 100px;
}
.grid-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.grid-content p {
  font-size: 14px;
  margin: 0;
}
.grid-content .inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px 20px 0;
  color: #333;
}
.dock {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.dock.active .w-close {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  position: fixed;
}
.m-wideget {
  display: none;
  position: relative;
  z-index: 53;
}
.open-menu .m-wideget {
  display: block;
}
.out-dock {
  text-align: right;
  position: relative;
  z-index: 2;
}
.out-dock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.out-dock ul.key-wideget {
  position: absolute;
  bottom: 0;
  min-height: 75px;
  background: #fff;
  width: 100%;
  text-align: center;
  display: table;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.out-dock ul.key-wideget li {
  position: relative;
  width: 20%;
  display: table-cell;
  padding: 10px 5px;
}
.out-dock ul.key-wideget li .content {
  color: #001f67;
}
.out-dock ul.key-wideget li .content .text {
  position: absolute;
  top: 0;
  padding-top: 39px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 10px;
  color: #333;
  width: 100%;
}
.out-dock ul.key-wideget li .icon {
  font-size: 24px;
}
.out-dock ul.key-wideget li.active {
  background: #001f67;
}
.out-dock ul.key-wideget li.active .icon {
  color: #fff;
}
.out-dock ul.key-wideget li.active .content span {
  color: #fff;
}
.out-dock ul.key-wideget li.active .content .text {
  color: #fff;
}
.out-dock ul.side-wideget {
  background: #e5e5e5;
  width: 100%;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  bottom: 75px;
}
.out-dock ul.side-wideget li {
  width: 100%;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
.out-dock ul.side-wideget li a {
  font-size: 12px;
  color: #001f67;
  text-decoration: initial;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
}
.out-dock ul.side-wideget li.social a {
  color: #999;
  font-size: 20px;
  width: 33.333333333%;
  border-left: 1px solid #fff;
  text-align: center;
}
.out-dock ul.side-wideget li.social a img {
  width: 30px;
}
.out-dock ul.side-wideget li.social a img + span {
  display: none;
}
.out-dock ul.side-wideget li.active {
  display: block;
  color: #fff;
  background-color: #001f67;
}
.out-dock ul.side-wideget li.active a {
  color: #fff;
}
.out-dock.active .side-wideget {
  height: auto;
  opacity: 1;
}
.out-dock.active .key-wideget {
  border-top: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.heading1 {
  margin: 15px 10px;
}
.main-banner .description {
  padding: 0 10px 25px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.main-banner .description .heading2 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 23px;
}
.main-banner ul {
  margin-bottom: 15px;
}
.main-banner .btn-1 {
  display: block;
  margin: 0 auto;
  font-size: 15px;
}
.main-banner .light-banner .description {
  color: #333;
}
.subtitlemixin.subtitle {
  margin-bottom: 5px;
}
.subtitlemixin.subtitle + span {
  display: block;
  font-size: 16px;
  padding: 0 10px 30px;
}
.sticky-wrapper section[class*="-block"] .heading2 {
  margin: 25px 0 20px;
  padding-left: 10px;
  outline: none;
}
.sticky-wrapper section[class*="-block"] .heading2.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper section[class*="-block"] .heading2.subtitle + span {
  display: block;
  font-size: 16px;
  padding: 0 10px 30px;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30 {
  padding: 30px 0;
  padding-left: 10px;
  outline: none;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle {
  margin-bottom: 5px;
}
.sticky-wrapper section[class*="-block"] .heading2-t-30.subtitle + span {
  display: block;
  font-size: 16px;
  padding: 0 10px 30px;
}
.sticky-nav {
  position: relative;
  margin: 12px 0;
  overflow: hidden;
}
.sticky-nav.affix {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
}
.sticky-nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background-image: -webkit-linear-gradient(left, transparent, #fff);
  background-image: -moz-linear-gradient(left, transparent, #fff);
  background-image: -ms-linear-gradient(left, transparent, #fff);
  background-image: -o-linear-gradient(left, transparent, #fff);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* Fix for native browser */
}
.sticky-nav ul {
  margin-bottom: 0;
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
}
.sticky-nav li {
  position: relative;
  display: inline-block;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.sticky-nav li:first-child:before {
  display: none;
}
.sticky-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
}
.sticky-nav li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 4px;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
  background-color: transparent;
}
.sticky-nav li.active {
  background-color: #fff;
}
.sticky-nav li.active:before {
  display: none;
}
.sticky-nav li.active:after {
  background-color: #06377b;
}
.sticky-nav li.active a {
  color: #06377b;
}
.sticky-nav li.active + li:before {
  display: none;
}
.sticky-nav li.active {
  pointer-events: none;
  cursor: default;
}
.sticky-nav li.active a {
  pointer-events: none;
  cursor: default;
}
.sticky-nav a {
  display: block;
  padding: 20px;
  font-size: 12px;
  color: #333;
}
.collapse-block .center-block {
  text-align: center;
}
.collapse-block .center-block .btn-1 {
  margin: 10px auto;
}
.collapse-block .center-block + small {
  margin-top: 0;
}
.collapse-block .heading2 {
  margin: 25px 0 15px 10px;
}
.collapse-block .grid-wrapper:first-child {
  border-bottom: 1px solid #fff;
}
.collapse-block .grid-content {
  border: none;
}
.collapse-block .grid-content:first-child {
  background-color: #f3f3f3;
}
.collapse-block .grid-content figcaption {
  width: 70%;
  margin: 0 auto;
}
.collapse-block .grid-content > a {
  min-height: 296px;
}
.collapse-block .grid-content > a img {
  width: 70px;
  height: auto;
}
.collapse-block .grid-content.active {
  background-color: #e9e9e9;
}
.collapse-block .grid-content.active .more {
  display: none;
}
.collapse-block .grid-content.active .less {
  display: block;
}
.collapse-block .grid-content:hover a {
  text-decoration: inherit;
}
.collapse-block .grid-content .inner {
  padding: 25px 10px;
}
.collapse-block .grid-content img {
  height: auto;
  width: 60px;
}
.collapse-block .grid-content h3 {
  padding-bottom: 15px;
  font-size: 21px;
}
.collapse-block .grid-content p {
  font-size: 15px;
}
.collapse-block .grid-content figcaption {
  width: 65%;
}
.collapse-block .collapse-nav {
  margin-top: 20px;
  font-size: 15px;
}
.collapse-block .collapse-nav.more {
  display: block;
}
.collapse-block .collapse-nav.less {
  display: none;
}
.collapse-block .collapse-nav:hover {
  text-decoration: underline !important;
}
.collapse-block .collapse {
  padding: 0 10px;
  font-size: 15px;
}
.collapse-block .collapse .heading4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.collapse-block .collapse p {
  margin-bottom: 10px;
  font-size: inherit;
}
.collapse-block .collapse a {
  color: #06377b;
}
.collapse-block .collapse ul {
  margin-top: 10px;
}
.collapse-block .collapse ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.collapse-block .collapse ul li:before {
  content: "\2022";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 15px;
}
.collapse-block .collapse ul li.title {
  display: block;
  padding-left: 5px;
}
.collapse-block .collapse ul li.title:before {
  content: '';
}
.collapse-block .align-center {
  margin-bottom: 25px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .benefits-block .heading2 {
    padding-left: 30px;
    font-size: 16px;
  }
  .benefits-block .grid-content .inner h3 {
    font-size: 14px;
  }
  .benefits-block .collapse-nav {
    font-size: 10px;
  }
}
.calculator-block {
  border-bottom: 1px solid #e5e5e5;
}
.calculator-block .heading2 {
  margin: 25px 10px 15px;
}
.calculate-cash-rebate {
  font-size: 14px;
}
.calculate-cash-rebate .heading5 {
  font-weight: bold;
}
.calculate-cash-rebate figure figcaption {
  padding-left: 100px;
}
.calculate-cash-rebate figure .img-wrapper {
  float: left;
  width: 90px;
}
.calculate-cash-rebate figure img {
  margin: 0 auto;
}
.calculate-cash-rebate figure span {
  display: block;
}
.calculate-cash-rebate input[type="number"] {
  width: 80px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f7f7f7;
}
.calculate-cash-rebate .info {
  margin-top: 10px;
  margin-bottom: 25px;
}
.calculate-cash-rebate .total {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.calculate-cash-rebate p {
  font-size: 12px;
}
.btn-1 {
  margin: 10px 0 30px;
}
.display-block {
  display: block;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.divider {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.nav-tabs.nav-justified {
  margin-top: 30px;
}
.nav-tabs.nav-justified li {
  float: left;
  width: 50%;
}
.nav-tabs.nav-justified li a {
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  text-align: center;
  border: none!important;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.nav-tabs.nav-justified li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
}
.nav-tabs.nav-justified li a:hover {
  color: #001f67;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs.nav-justified li a:hover:before {
  background-color: #001f67;
}
.nav-tabs.nav-justified li.active a {
  color: #001f67;
  font-weight: bold;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
  border: none;
}
.nav-tabs.nav-justified li.active a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
.tab-pane {
  padding: 15px 10px 25px;
}
.cal-total-savings .col-md-6 {
  padding: 0;
}
.cal-total-savings .col-md-6:first-child {
  margin-top: 30px;
}
.cal-total-savings .row {
  margin-left: 0;
  margin-right: 0;
}
.cal-total-savings .heading5 {
  text-align: center;
  font-weight: bold;
}
.cal-total-savings .form-group {
  margin-bottom: 8px;
  font-size: 15px;
}
.cal-total-savings .form-group .inner {
  display: inline-block;
  width: 35%;
  text-align: right;
}
.cal-total-savings .form-group label {
  display: inline-block;
  width: 65%;
}
.cal-total-savings .form-group input {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  width: 70px;
  height: auto;
  border: 1px solid #f2f2f2;
}
.cal-total-savings .checkbox-blue {
  display: block;
}
.cal-total-savings .checkbox-blue label:before {
  top: 0;
  left: inherit;
  right: 37px;
  width: 33px;
  height: 30px;
  background-size: 80%;
}
.formula-block {
  margin: 30px 0 0;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  background-color: #001f67;
}
.formula-block [class*="col-md"] {
  padding: 0;
}
.formula-block .title {
  display: inline-block;
  width: 70%;
  padding-right: 30px;
  font-size: 15px;
}
.formula-block .title span {
  display: block;
}
.formula-block .total {
  display: inline-block;
  vertical-align: top;
  font-size: 23px;
}
.formula-block .icon-cal {
  position: relative;
  padding: 10px 30% 15px 0;
  text-align: center;
}
.formula-block .icon-cal span {
  font-size: 30px;
  font-weight: bold;
}
.slider.slider-horizontal {
  width: 96%;
  display: block;
  height: auto;
  margin: 0 auto !important;
}
.slider-handle {
  width: 22px;
  height: 22px;
  top: 18px;
  -webkit-box-shadow: 2px 1px 5px #808080;
  -moz-box-shadow: 2px 1px 5px #808080;
  box-shadow: 2px 1px 5px #808080;
  background: #fff;
}
.slider-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 10px;
  height: 10px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick {
  width: 15px;
  height: 15px;
  top: 1px;
  -webkit-box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
  background: #fff;
}
.slider-tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  width: 13px;
  height: 13px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick.round {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.slider-tick.round:before {
  display: none;
}
.slider.slider-horizontal .slider-tick-container {
  top: 22px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
}
.slider.slider-horizontal .slider-tick-label-container {
  margin-left: 0!important;
  margin-right: -13px;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  width: 50%!important;
  margin: 44px 0 0 -9px;
  font-size: 15px;
  text-align: left;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label + .slider-tick-label {
  margin-left: 0;
  text-align: right;
}
.slider.slider-horizontal .slider-selection.tick-slider-selection,
.slider-track-high {
  height: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.other-info-block {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px!important;
  margin-bottom: 25px;
  background-color: #fafafa;
}
.other-info-block p {
  font-size: 13px;
}
h3 {
  margin-bottom: 15px;
}
.more-info-block {
  font-size: 15px;
  margin-bottom: 25px;
}
.more-info-block a {
  font-size: 15px;
}
.more-info-block p {
  font-size: 16px;
  margin: 0;
}
.more-info-block .heading2 {
  padding-left: 0;
}
.block {
  padding: 25px 0;
}
.col-md-4 {
  margin-bottom: 18px;
}
.col-md-4.last {
  margin-bottom: 0;
}
#accordion {
  margin-top: 30px;
}
.panel-group {
  margin-bottom: 0px;
}
.panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.panel .panel-title {
  font-size: 15px;
  font-weight: normal;
}
.panel .panel-body {
  padding: 15px;
  font-size: 14px;
  border: none;
}
.panel-default > .panel-heading {
  position: relative;
  padding: 15px 10px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5e5e5;
}
.panel-default > .panel-heading a {
  display: block;
  position: relative;
}
.panel-default > .panel-heading a:before,
.panel-default > .panel-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 17px;
  height: 2px;
  background-color: #999;
  color: #999;
}
.panel-default > .panel-heading a:before {
  display: none;
  right: 12px;
  height: 16px;
  width: 2px;
  margin-top: -7px;
}
.panel-default > .panel-heading a.collapsed:before {
  display: block;
}
.how-it-works-block {
  font-size: 15px;
}
.how-it-works-block .formula-block {
  margin-top: 30px;
  color: #333;
  background-color: #f3f3f3;
}
.infomation-tbl {
  margin-bottom: 25px;
  padding: 0 10px 15px;
  background-color: #f3f3f3;
}
.infomation-tbl td,
.infomation-tbl th {
  display: block;
}
.infomation-tbl td:before,
.infomation-tbl th:before {
  content: attr(data-title);
  display: block;
  padding-top: 15px;
  font-weight: bold;
}
.infomation-tbl td:first-child,
.infomation-tbl th:first-child {
  text-align: left;
  border-left: 0;
}
.infomation-tbl td:first-child span,
.infomation-tbl th:first-child span {
  display: block;
}
.infomation-tbl td:first-child .plus:after,
.infomation-tbl th:first-child .plus:after {
  content: "+";
  display: block;
  padding-bottom: 5px;
  font-size: 25px;
  text-align: center;
}
.infomation-tbl thead {
  display: none;
}
.card-detail .no-border .text-bold {
  font-weight: normal;
}
.infomation-tbl tbody > .active ~ .active:before {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  margin-top: 15px;
  background-color: #e5e5e5;
}
.apply-block {
  padding-top: 15px;
  font-size: 15px;
  background-color: #fafafa;
}
.apply-block .heading2 {
  margin-top: 0;
}
section.apply-block {
  border: 0;
  padding-bottom: 0;
}
.apply-block .heading {
  margin-bottom: 0;
  padding: 18px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #001f67;
  background: #e9e9e9;
}
.apply-block h4 {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
.apply-block .link {
  display: block;
  padding-top: 15px;
}
.apply-block sub {
  bottom: 0;
  font-size: 90%;
}
.apply-block .btn-1 {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  min-width: 150px;
}
.apply-block .grid-content {
  border: none;
  background: #f3f3f3;
}
.apply-block .grid-content:first-child {
  background: #f3f3f3;
}
.apply-block .grid-content + .grid-content {
  margin-top: 5px;
}
.apply-block .grid-content .inner {
  padding: 20px 10px;
}
.apply-block .grid-content .inner figure {
  position: relative;
}
.apply-block .grid-content .inner .descs {
  padding-left: 110px;
}
.apply-block .grid-content .inner .descs .link {
  position: relative;
  left: -55px;
  text-align: center;
  width: 100%;
}
.apply-block .grid-content .inner .descs .link .btn-1 {
  padding: 12px 10px;
  width: 190px;
  margin: 0 auto;
}
.apply-block .grid-content .inner img {
  left: 10px;
  top: 0;
  width: 60px;
  height: auto;
}
.apply-block .grid-content .inner > .link {
  padding-left: 128px;
}
.apply-block .grid-content .inner > .link a {
  color: #fff;
}
.apply-block .grid-content .inner .heading {
  background: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}
.apply-block .grid-content .inner .heading:nth-child(n+2) {
  margin-top: 20px;
}
.fees-requirements-block {
  margin-bottom: 0;
  font-size: 15px;
}
.fees-requirements-block .heading2 {
  margin-left: 10px;
}
.fees-requirements-block .heading5 {
  margin-bottom: 20px;
  font-weight: bold;
}
.fees-requirements-block .tab-content > .tab-pane {
  padding: 30px 10px 0;
}
.fees-requirements-block p {
  font-size: 15px;
}
section.fees-requirements-block .outer {
  padding: 0;
}
dl {
  margin-bottom: 10px;
}
dt {
  display: inline-block;
  min-width: 180px;
  font-weight: normal;
}
dd {
  display: inline-block;
}
dd:before {
  content: "\2022";
  position: relative;
  top: 0px;
  left: -10px;
}
.affix + .product-tabs {
  padding-top: 66px;
}
.sticky-nav[data-tab] {
  margin: 0;
}
.sticky-nav[data-tab] li {
  width: 33.333333%;
}
.product-tabs .heading2 {
  outline: none;
  margin-top: 20px;
}
.product-tabs .tab-pane {
  padding: 0;
}
.product-tabs .grid-content {
  border-bottom: none;
}
.product-tabs .grid-content:first-child:not(.grid-whitesmoke) {
  background: inherit;
}
.product-tabs .grid-content:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.product-tabs .grid-content.grid-whitesmoke {
  border-bottom: none;
}
.product-tabs .grid-content img {
  max-width: 70px;
  height: auto;
}
.product-tabs .grid-content img.custom-img-1 {
  padding: 0 9px;
}
.product-tabs .fixeddeposits-tab .grid-content:nth-child(2) {
  border-bottom: 1px solid #e5e5e5;
}
.product-tabs .link {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}
.our-team-block h5 {
  font-size: 16px;
  font-weight: 700;
}
.our-team-block p {
  font-size: 16px;
  margin: 0;
}
.our-team-block .row-list {
  margin-left: -15px;
  margin-right: -15px;
}
.our-team-block .row-list:before,
.our-team-block .row-list:after {
  content: '';
  display: table;
}
.our-team-block .row-list:after {
  clear: both;
}
.essential-services-block {
  border-bottom: none !important;
}
.essential-services-block .heading2 {
  margin-top: 20px;
}
.essential-services-block .grid-content {
  border-bottom: none;
}
.essential-services-block .grid-content .inner {
  padding-bottom: 30px;
}
.essential-services-block .grid-content h3 {
  margin-bottom: 20px;
}
.essential-services-block .grid-content img {
  width: 51px;
}
.essential-services-block .custom-img-1 {
  padding: 0 11px;
}
.apply-now-fixed {
  background-color: #0d2b63;
  padding: 0 10px;
  position: fixed;
  bottom: 0;
  width: inherit;
  margin-left: -15px;
  transition: all 0.25s linear;
  z-index: 7000;
}
.apply-now-fixed p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 25px 0 0;
  margin: 0;
}
.apply-now-fixed .btn-1 {
  background: #dc1f2d;
  color: #fff;
  width: 167px;
}
.apply-now-fixed .arrow-expand {
  background: #0d2b63 url('/images/up-arrow.png') center no-repeat;
  background-size: 15px;
  position: absolute;
  content: '';
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 10px;
  top: -30px;
}
.apply-now-fixed .arrow-expand.open {
  background: #0d2b63 url('/images/down-arrow.png') center no-repeat;
  background-size: 15px;
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .apply-now-fixed .btn-1 {
    margin-top: 23px;
  }
}
.image-item-wrap .img-wrapper {
  position: relative;
}
.image-item-wrap .content-text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding: 10px 0 15px;
  border-bottom: 1px solid #666;
}
section.more-than-just-cards-block {
  border: none;
  padding: 0;
}
.more-than-just-cards-block .row > div {
  padding: 0;
}
.more-than-just-cards-block .row > div:nth-child(even) {
  padding-left: 5px;
  padding-right: 10px;
}
.more-than-just-cards-block .row > div:nth-child(odd) {
  padding-left: 10px;
  padding-right: 5px;
}
.collapse-block .image-item-wrap-box .collapse-nav:hover {
  text-decoration: none !important;
}
.image-item-wrap-box .img-wrapper {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.image-item-wrap-box .content-text {
  color: #333;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 16px;
  padding: 0 16px;
  position: relative;
}
.image-item-wrap-box .content-text span {
  display: block;
  margin-bottom: 10px;
}
.image-item-wrap-box.active {
  padding-top: 20px;
  background-color: #e5e5e5;
}
.filter-content-block {
  width: 100%;
}
.filter-content-block .filter-item {
  text-align: center;
}
.filter-content-block .filter-item li {
  font-size: 18px;
}
.filter-content-block .dropdown-filter-group {
  width: 100%;
  text-align: left;
  padding: 0 15px;
}
.filter-content-block .dropdown-filter-group label {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.filter-content-block .dropdown-filter-group .dropdown {
  margin-bottom: 10px;
}
.filter-content-block .btn-dropdown {
  background: #f3f3f3;
  border: none;
  font-size: 15px;
  text-align: left;
  outline: none;
  padding: 10px;
  width: 100%;
}
.filter-content-block .btn-dropdown .caret {
  float: right;
  margin-top: 7px;
  border-top: 8px dashed;
}
.filter-content-block .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
}
.filter-content-block .dropdown-menu ul {
  margin: 0;
}
.filter-content-block .dropdown-menu ul li {
  display: block;
  padding: 8px 14px;
  text-align: left;
  border-top: 1px solid #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  background-color: #e3e3e3;
  cursor: pointer;
}
.filter-content-block .dropdown-menu ul li:hover {
  background-color: #eaeaea;
}
.filter-content-block .dropdown-menu ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.filter-content-block .dropdown-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #333;
  text-transform: uppercase;
  margin-left: 5px;
}
section.filter-content-block {
  border: none;
  margin: 0;
}
.offer-listing {
  padding: 10px;
  color: #06377b;
  display: block;
  font-size: 16px;
}
.offer-listing img,
.offer-listing span {
  display: inline-block;
  vertical-align: middle;
}
.offer-listing span {
  margin-left: 10px;
}
.offer-listing .offer-nav {
  display: inline-block;
  float: right;
  margin-left: 15px;
}
.offer-listing a[class*='arrow'] {
  background: #f3f3f3;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  min-height: 25px;
  min-width: 25px;
}
.offer-listing a[class*='arrow']:first-child {
  margin-left: 0;
}
.offer-content {
  font-size: 16px;
}
.offer-content span,
.offer-content p {
  font-size: 16px;
}
.offer-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 20px 0 10px;
}
.offer-content .list-disc {
  font-weight: 700;
}
.offer-content .bxslider-type-3 ul li {
  padding: 0 10px;
}
.offer-content .offer-detail {
  width: 100%;
  padding: 0 20px 0 10px;
}
.offer-content .offer-button-group {
  padding-top: 5px;
}
.offer-content .offer-button-group .btn-1 {
  font-size: 15px;
  max-width: 165px;
  margin: 0 0 10px;
  width: 100%;
}
.call-share-group {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}
.call-share-group a {
  background: #f3f3f3;
  color: #333;
  display: inline-block;
  font-size: 16px;
  width: 50%;
  padding: 14px;
  text-align: center;
}
.call-share-group a + a {
  border-left: 1px solid #cccccc;
}
.call-share-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.call-share-group a span.fa-phone {
  font-size: 20px;
  color: #0c3577;
}
.share-book-group {
  display: block;
  text-align: center;
}
.share-book-group a {
  display: inline-block;
  font-size: 16px;
  padding: 9px;
  margin-right: 25px;
}
.share-book-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.offer-contact {
  display: inline-block;
  vertical-align: top;
}
.offer-contact .contact-item {
  margin-bottom: 20px;
}
.offer-contact label {
  display: block;
  margin: 0;
}
.offer-contact .get-direct img {
  margin-right: 10px;
}
.offer-contact .get-direct > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-contact-inline {
  font-size: 0;
}
.offer-contact-inline .contact-item {
  display: block;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 20px;
}
.offer-contact-inline label {
  display: block;
  margin: 0;
}
.offer-contact-inline .get-direct img {
  margin-right: 10px;
}
.offer-contact-inline .get-direct > * {
  display: inline-block;
  vertical-align: middle;
}
.offer-openning-hours {
  display: inline-block;
  vertical-align: top;
}
.offer-openning-hours label .text-red {
  display: inline-block;
  font-size: 12px;
}
.offer-openning-hours ul li {
  line-height: 1.5em;
}
.offer-openning-hours ul li span {
  display: inline-block;
  max-width: 60px;
  width: 100%;
}
.offer-block {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.offer-block h3 {
  width: 100%;
  padding-left: 0;
}
.offer-block small {
  font-size: 12px;
}
.offer-block .infomation-tbl table {
  width: 100%;
}
.offer-block .offer-block-item {
  margin-top: 0;
}
.offer-block .offer-block-item [class*=item-thumbnail] {
  text-align: center;
}
.offer-block .offer-block-item [class*=item-thumbnail] img {
  margin: 0 auto 20px;
}
.offer-block.last {
  border: none;
  padding: 0;
  margin: 0;
}
.offer-block:after {
  content: '';
  clear: both;
  display: block;
}
.offer-block .offer-accor .panel-default > .panel-heading {
  background: #001f67;
  color: #fff;
}
.offer-block .offer-accor .panel-default > .panel-heading a:before,
.offer-block .offer-accor .panel-default > .panel-heading a:after {
  background-color: #fff;
  color: #fff;
}
.offer-block .offer-accor .panel .panel-body {
  padding-bottom: 0;
}
.grid-items {
  width: 100%;
  display: block;
}
.grid-items .grid-thumbnail {
  display: block;
}
.grid-items .grid-thumbnail img {
  width: 100%;
}
.grid-items .grid-desc {
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  font-size: 16px;
  padding: 10px;
  overflow: auto;
  width: 100%;
}
.grid-items .grid-desc .heading3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.grid-items .grid-desc p {
  font-size: 16px;
}
.float-banner {
  background-color: #2399c1;
  position: relative;
}
.float-banner .light-banner {
  color: #fff;
}
.float-banner .description {
  width: 100%;
  text-align: center;
  padding: 10px;
}
.float-banner .description .btn-1 {
  min-width: 160px;
  margin: 0;
}
.float-banner p {
  font-size: 16px;
}
.float-banner img {
  width: 100%;
  display: none;
}
.float-banner h2 {
  margin-bottom: 10px;
}
/*# sourceMappingURL=home-page-mobile-style.css.map */