@import "main-ie.1.css";
.badge--warning:hover,
.badge--warning:focus,
.badge--warning:active,
.badge--warning.active {
  background-color: rgba(242,101,34,0.4);
  text-decoration: none;
}

.badge--danger {
  border-color: #d93333;
  background-color: #d93333;
  background-color: rgba(217,51,51,0.2);
  color: #fff;
}

.badge--danger:hover,
.badge--danger:focus,
.badge--danger:active,
.badge--danger.active {
  background-color: rgba(217,51,51,0.4);
  text-decoration: none;
}

.badge.btn-special-offer-badge-financial {
  border-color: #00b6ed;
  background-color: #00b6ed;
  background-color: rgba(0,182,237,0.2);
  color: #fff;
}

.badge.btn-special-offer-badge-financial:hover,
.badge.btn-special-offer-badge-financial:focus,
.badge.btn-special-offer-badge-financial:active,
.badge.btn-special-offer-badge-financial.active {
  background-color: rgba(0,182,237,0.4);
  text-decoration: none;
}

.badge.btn-special-offer-badge-mortgage {
  border-color: #ccdc29;
  background-color: #ccdc29;
  background-color: rgba(204,220,41,0.2);
  color: #fff;
}

.badge.btn-special-offer-badge-mortgage:hover,
.badge.btn-special-offer-badge-mortgage:focus,
.badge.btn-special-offer-badge-mortgage:active,
.badge.btn-special-offer-badge-mortgage.active {
  background-color: rgba(204,220,41,0.4);
  text-decoration: none;
}

.badge.btn-special-offer-badge-investment {
  border-color: #f26522;
  background-color: #f26522;
  background-color: rgba(242,101,34,0.2);
  color: #fff;
}

.badge.btn-special-offer-badge-investment:hover,
.badge.btn-special-offer-badge-investment:focus,
.badge.btn-special-offer-badge-investment:active,
.badge.btn-special-offer-badge-investment.active {
  background-color: rgba(242,101,34,0.4);
  text-decoration: none;
}

.badge.btn-special-offer-badge-pension {
  border-color: #00747f;
  background-color: #00747f;
  background-color: rgba(0,116,127,0.2);
  color: #fff;
}

.badge.btn-special-offer-badge-pension:hover,
.badge.btn-special-offer-badge-pension:focus,
.badge.btn-special-offer-badge-pension:active,
.badge.btn-special-offer-badge-pension.active {
  background-color: rgba(0,116,127,0.4);
  text-decoration: none;
}

.media-awards {
  height: 80px;
  margin-bottom: 12px;
  display: inline-block;
}

@media (min-width:600px) {
  .media-awards {
    min-height: auto;
  }
}

@media (min-width:992px) {
  .media-awards {
    min-height: 70px;
  }
}

@media (min-width:1280px) {
  .media-awards {
    min-height: 90px;
  }
}

@media (min-width:1400px) {
  .media-awards {
    min-height: auto;
  }
}

.label {
  padding: 6px;
}

.label.btn-special-offer-badge-pension {
  background-color: #d93333;
}

.label.btn-special-offer-badge-pension[href]:hover,
.label.btn-special-offer-badge-pension[href]:focus {
  background-color: #b72222;
}

.label.btn-special-offer-badge-financial {
  background-color: #00747f;
}

.label.btn-special-offer-badge-financial[href]:hover,
.label.btn-special-offer-badge-financial[href]:focus {
  background-color: #00454c;
}

.label.btn-special-offer-badge-investment {
  background-color: #f26522;
}

.label.btn-special-offer-badge-investment[href]:hover,
.label.btn-special-offer-badge-investment[href]:focus {
  background-color: #d44d0d;
}

.label.btn-special-offer-badge-mortgage {
  background-color: #ccdc29;
}

.label.btn-special-offer-badge-mortgage[href]:hover,
.label.btn-special-offer-badge-mortgage[href]:focus {
  background-color: #a7b41e;
}

.media {
  position: relative;
}

.media .pull-left {
  margin-right: 20px;
  margin-bottom: 24px;
}

.media .media-object {
  width: 80px;
}

@media (min-width:992px) {
  .media .media-object {
    width: 120px;
  }
}

@media (min-width:992px) {
  .media .media-object.media-object--lg {
    width: 240px;
  }
}

.media .media-object-map {
  max-width: 90% !important;
  max-height: 80px;
}

.media .media-object--keep-if-empty {
  min-height: 1px;
}

.media.media--bg-img .pull-left {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.media.media--bg-img .media-body {
  padding-left: 80px;
}

@media (min-width:992px) {
  .media.media--bg-img--md .pull-left {
    width: 100px;
  }
}

@media (min-width:992px) {
  .media.media--bg-img--md .media-body {
    padding-left: 100px;
  }
}

.card-list .media {
  margin: 0;
}

.well {
  padding: 10px;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 24px;
}

.well:before,
.well:after {
  display: table;
  content: " ";
}

.well:after {
  clear: both;
}

.well:before,
.well:after {
  display: table;
  content: " ";
}

.well:after {
  clear: both;
}

.well .btn.strong {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: 600;
}

.well--inverted {
  background-color: #fff;
}

.well-info {
  background-color: #e9f5fd;
}

.modal-footer {
  background-color: #f0f3f5;
  border-radius: 0 0 10px 10px;
}

.modal--fullscreen {
  -webkit-overflow-scrolling: touch;
}

.modal--fullscreen.modal.fade {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal--fullscreen.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal--fullscreen .modal__close {
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url("/bundles/appsite/img/cross.png") no-repeat center center;
  background-size: 50% 50%;
  color: transparent;
  outline: none;
  z-index: 100;
}

.modal--fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal--fullscreen .modal-content {
  min-height: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  transition: all .2s cubic-bezier(.17, .88, .32, 1.2);
}

@media (min-width:768px) {
  .modal--fullscreen .modal-content {
    box-shadow: none;
  }
}

.modal--fullscreen .modal-body {
  padding: 20px 0;
}

@media (min-width:992px) {
  .modal--fullscreen .modal-body {
    padding: 40px 0;
  }
}

.modal--fullscreen .modal-title {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 50px;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.25;
  color: #fff;
}

@media (min-width:768px) {
  .modal--fullscreen .modal-title {
    font-size: 36px;
    line-height: 1.11111111;
  }
}

.modal--fullscreen .form-control {
  background: #3b7097;
  background-color: rgba(0,0,0,0.18);
  color: #fff;
  border: 0;
  transition: all .2s cubic-bezier(.17, .88, .32, 1.2);
}

.ie.eight .modal--fullscreen .form-control {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#2D000000', EndColorStr='#2D000000')";
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#2D000000', EndColorStr='#2D000000');
  zoom: 1 !important;
}

.modal--fullscreen .form-control:focus {
  background-color: rgba(0,0,0,0.25);
  border: 0;
}

@media (min-width:992px) {
  .modal--fullscreen .form-control {
    height: 40px;
    padding: 6px 14px;
    font-size: 18px;
    line-height: 2.22222222;
  }
}

.modal--fullscreen textarea.form-control {
  height: auto;
}

.modal--fullscreen .captcha_reload {
  display: block;
  color: #fff;
  margin: 3px 0 5px 0;
}

.row.equal-height {
  overflow: hidden;
}

.row.equal-height>[class^="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.row--centered {
  text-align: center;
  font-size: 0;
}

.row--centered [class^="col-"] {
  display: inline-block;
  float: none;
  text-align: left;
  font-size: 16px;
}

.container-fluid--md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-fluid--md:before,
.container-fluid--md:after {
  display: table;
  content: " ";
}

.container-fluid--md:after {
  clear: both;
}

.container-fluid--md:before,
.container-fluid--md:after {
  display: table;
  content: " ";
}

.container-fluid--md:after {
  clear: both;
}

.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row--no-gutter:before,
.row--no-gutter:after {
  display: table;
  content: " ";
}

.row--no-gutter:after {
  clear: both;
}

.row--no-gutter:before,
.row--no-gutter:after {
  display: table;
  content: " ";
}

.row--no-gutter:after {
  clear: both;
}

.row--no-gutter [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.row--xs {
  margin-left: -2px;
  margin-right: -2px;
}

.row--xs:before,
.row--xs:after {
  display: table;
  content: " ";
}

.row--xs:after {
  clear: both;
}

.row--xs:before,
.row--xs:after {
  display: table;
  content: " ";
}

.row--xs:after {
  clear: both;
}

.row--xs [class*='col-'] {
  padding-left: 2px;
  padding-right: 2px;
}

.row--xxs {
  margin-left: -1px;
  margin-right: -1px;
}

.row--xxs:before,
.row--xxs:after {
  display: table;
  content: " ";
}

.row--xxs:after {
  clear: both;
}

.row--xxs:before,
.row--xxs:after {
  display: table;
  content: " ";
}

.row--xxs:after {
  clear: both;
}

.row--xxs [class*='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}

.row--sm {
  margin-left: -6px;
  margin-right: -6px;
}

.row--sm:before,
.row--sm:after {
  display: table;
  content: " ";
}

.row--sm:after {
  clear: both;
}

.row--sm:before,
.row--sm:after {
  display: table;
  content: " ";
}

.row--sm:after {
  clear: both;
}

.row--sm [class*='col-'] {
  padding-left: 6px;
  padding-right: 6px;
}

.row--md {
  margin-left: -12px;
  margin-right: -12px;
}

.row--md:before,
.row--md:after {
  display: table;
  content: " ";
}

.row--md:after {
  clear: both;
}

.row--md:before,
.row--md:after {
  display: table;
  content: " ";
}

.row--md:after {
  clear: both;
}

.row--md [class*='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

.col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width:768px) {
  .col-3 {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  .col-3 {
    float: left;
    width: 25%;
  }
}

.col-3.first {
  clear: left;
}

.col-4 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width:768px) {
  .col-4 {
    float: left;
    width: 33.33333333%;
  }
}

.col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width:768px) {
  .col-6 {
    float: left;
    width: 50%;
  }
}

.list-inline--lg {
  margin-left: -10px;
}

.list-inline--lg li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline--lg li:last-child {
  padding-right: 0;
}

.list-inline--image-grid {
  padding-left: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline--image-grid>li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline--image-grid>li {
  margin-bottom: 24px;
}

.list-inline--image-grid>li img {
  width: 90px;
}

@media (min-width:768px) {
  .list-inline--image-grid>li img {
    width: 115px;
  }
}

@media (min-width:1280px) {
  .list-inline--image-grid>li img {
    width: 125px;
  }
}

.section--light-grey {
  background-color: #f5f7f9;
}

.section--dark-grey {
  background-color: #496272;
}

.section--light-blue {
  background-color: #006F91;
}

.section--inverted {
  color: #fff;
}

.hero {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
}

.hero h1,
.hero h2,
.hero h3 {
  color: #fff;
}

.hero h1 {
  margin-top: 0;
}

.hero .container-divider {
  padding-top: 0;
  color: #333;
  padding-bottom: 0;
}

.hero .container-divider__paddings {
  padding: 40px;
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
  margin-top: 20px;
  padding-bottom: 80px;
}

.hero .container-divider h1 {
  color: #333;
}

.hero .muted {
  color: #ccc;
  color: #99A4A8;
}

.hero__cover {
  background-image: url(/bundles/appsite/img/hero-bg.jpg);
  background-attachment: fixed;
  background-position: 0 0;
  display: inline-block;
  background-color: #496272;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .btn-carrot {
  background-color: #F26522;
  color: #ffffff;
}

.hero .btn-carrot:hover {
  background-color: #ff5e1a;
}

.hero--dark-bg {
  background-color: #00747f;
}

@media (min-width:992px) {
  .hero--height-1 {
    height: 672px;
  }
}

@media (min-width:992px) {
  .hero--height-2 {
    height: 480px;
  }
}

@media (min-width:992px) {
  .hero--height-3 {
    height: 360px;
  }
}

.hero--min-height-1 {
  min-height: 192px;
}

.hero__meta {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #008b99;
  border: 1px solid #0095a3;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
}

@media (min-width:992px) {
  .hero__meta {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.hero__meta__link {
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.84615385;
  color: #fff;
  transition: all .15s ease;
}

.hero__meta__link:hover,
.hero__meta__link:focus {
  color: #bfbfbf;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

@media (min-width:992px) {
  .hero__meta__link {
    float: right;
  }
}

.hero__detail__logo {
  max-height: 70px;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #e0eaeb;
}

@media (min-width:1280px) {
  .hero__detail__title {
    font-size: 48px;
    line-height: 1.16666667;
  }
}

.hero__detail__subtitle,
.second__row {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}

.hero__detail__subtitle .icon {
  position: relative;
  top: -1px;
}

.hero__detail__subtitle .link {
  text-decoration: underline;
  color: #fff;
}

.second__row {
  padding-top: 10px;
}

.hero__detail__subtitle-2 {
  display: block;
  color: rgba(255,255,255,0.9);
}

.hero__detail__description {
  color: #bfbfbf;
  color: rgba(255,255,255,0.75);
}

.hero__detail__special-offer {
  display: inline-block;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: white;
  border: 1px solid white;
  padding: 5px 10px;
}

.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media (min-width:992px) {
  .hero__inner {
    display: table;
    width: 100%;
  }
}

.hero__cover--darken:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0,0,0,0.6);
}

@media (min-width:992px) {
  .hero__content {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.hero--inc-navbar .hero__content {
  padding-top: 70px;
}

.profile-contact-buttons-header {
  padding-left: 6px;
}

.home-page .homepage-advice-on a.card {
  text-decoration: none;
  color: #024060;
}

.home-page .homepage-advice-on a.card:hover,
.home-page .homepage-advice-on a.card:focus {
  color: #ccdc29;
}

.home-page .slider-section h3 {
  color: #788791;
}

.home-page .slider-section .slider-navigation {
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.home-page .slider-section .slider-navigation.left {
  padding-left: 10px;
  text-align: left;
}

.home-page .slider-section .slider-navigation.right {
  padding-right: 10px;
  text-align: right;
}

.home-page .slider-section .slider-navigation a {
  text-decoration: none;
  color: #BEDEE8;
}

.home-page .slider-section .slider-navigation a:hover,
.home-page .slider-section .slider-navigation a:focus {
  color: #00b6ed;
}

.home-page .slider-section .slider {
  padding-top: 7px;
}

.home-page .slider-section .slider ul li img {
  width: 80px;
}

.home-page .slider-section .slider span {
  font-size: 25px;
}

.home-page .slider-section .view-all a {
  text-decoration: none;
  color: #024060;
}

.home-page .slider-section .view-all a:hover {
  color: #024060;
}

.home-page .btn--home-search {
  color: #fff;
  background-color: #f3763a;
  border-color: #F26522;
  height: 39px;
  font-size: 20px;
  line-height: 20px;
}

.home-page .btn--home-search:focus,
.home-page .btn--home-search.focus {
  color: #fff;
  background-color: #ed560e;
  border-color: #8c3308;
}

.home-page .btn--home-search:hover {
  color: #fff;
  background-color: #ed560e;
  border-color: #cb490c;
}

.home-page .btn--home-search:active,
.home-page .btn--home-search.active,
.open>.dropdown-toggle.home-page .btn--home-search {
  color: #fff;
  background-color: #ed560e;
  background-image: none;
  border-color: #cb490c;
}

.home-page .btn--home-search:active:hover,
.home-page .btn--home-search.active:hover,
.open>.dropdown-toggle.home-page .btn--home-search:hover,
.home-page .btn--home-search:active:focus,
.home-page .btn--home-search.active:focus,
.open>.dropdown-toggle.home-page .btn--home-search:focus,
.home-page .btn--home-search:active.focus,
.home-page .btn--home-search.active.focus,
.open>.dropdown-toggle.home-page .btn--home-search.focus {
  color: #fff;
  background-color: #cb490c;
  border-color: #8c3308;
}

.home-page .btn--home-search.disabled:hover,
.home-page .btn--home-search[disabled]:hover,
fieldset[disabled] .home-page .btn--home-search:hover,
.home-page .btn--home-search.disabled:focus,
.home-page .btn--home-search[disabled]:focus,
fieldset[disabled] .home-page .btn--home-search:focus,
.home-page .btn--home-search.disabled.focus,
.home-page .btn--home-search[disabled].focus,
fieldset[disabled] .home-page .btn--home-search.focus {
  background-color: #f3763a;
  border-color: #F26522;
}

.home-page .btn--home-search .badge {
  color: #f3763a;
  background-color: #fff;
}

.home-page .about-us,
.home-page .homepage-find-an-adviser,
.home-page .homepage-advice-on .alt-title {
  display: none;
}

html {
  -ms-overflow-style: scrollbar;
}

.section-title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: -1px;
}

@media screen and (max-width:991px) {
  .section-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media screen and (max-width:767px) {
  .section-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.section-lead {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .section-lead {
    font-size: 17px;
    line-height: 27px;
  }
}

.hero-section {
  background: #00747f url("/bundles/appsite/css/img/homepage/moose-interior.jpg") no-repeat top center;
  background-size: cover;
  color: white;
  position: relative;
  text-align: center;
}

@media screen and (max-width:767px) {
  .hero-section {
    padding-bottom: 40px;
  }
}

.hero-section:after {
  content: ' ';
  display: block;
  background: url("/bundles/appsite/css/img/homepage/moose-divider.png") repeat-x;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero-section__scene-wrapper {
  position: relative;
  padding-top: 350px;
  min-height: 750px;
}

@media screen and (max-width:767px) {
  .hero-section__scene-wrapper {
    padding: 30px 0 0;
    min-height: 600px;
  }
}

.hero-section__header {
  font-size: 56px;
  line-height: 56px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .hero-section__header {
    font-size: 40px;
    line-height: 45px;
  }
}

.hero-section__lead {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .hero-section__lead {
    font-size: 17px;
    line-height: 27px;
  }
}

.hero-section__actions {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:460px) {
  .hero-section__actions .btn {
    display: block;
  }
}

.hero-section__moosehead {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -378px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (max-width:767px) {
  .hero-section__moosehead {
    display: none;
  }
}

.search-section {
  position: relative;
  z-index: 15;
  top: 40px;
  padding-top: 200px;
}

@media screen and (max-width:1279px) {
  .search-section {
    top: 30px;
  }
}

@media screen and (max-width:767px) {
  .search-section {
    top: auto;
    padding-top: 0;
  }
}

.search-section__title {
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  color: white;
  position: absolute;
  top: -70px;
  width: 100%;
  margin-left: -20px;
}

@media screen and (max-width:1279px) {
  .search-section__title {
    margin-left: -10px;
  }
}

@media screen and (max-width:991px) {
  .search-section__title {
    bottom: 200px;
    font-size: 26px;
  }
}

@media screen and (max-width:767px) {
  .search-section__title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-left: -30px;
  }

  .search-section__title strong {
    font-size: 30px;
    display: block;
    text-align: center;
  }
}

.ub-homepage .search-box--home {
  background-color: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 7px;
  color: #4d4d4d;
  min-height: 100px;
  padding: 20px;
  text-align: left;
  position: relative;
}

@media screen and (max-width:1279px) {
  .ub-homepage .search-box--home {
    min-height: 80px;
    padding: 10px;
  }
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box--home {
    padding: 30px;
  }
}

.ub-homepage .search-box__cta-wrapper {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__cta-wrapper {
    display: block;
    padding-left: 0;
  }
}

.ub-homepage .search-box .search-box__cta.btn {
  width: 100%;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 13px;
}

.ub-homepage .search-box .search-box__cta.btn svg {
  width: 16px;
  height: 16px;
}

.ub-homepage .search-box__wrapper {
  margin-right: -20px;
}

.ub-homepage .search-box__wrapper--narrow {
  margin-right: 0;
}

@media screen and (max-width:991px) {
  .ub-homepage .search-box__wrapper {
    margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__wrapper {
    display: block;
    margin: 0;
  }
}

.ub-homepage .search-box__wrapper,
.ub-homepage .search-box__helpline {
  margin-top: 8px;
  margin-bottom: 8px;
}

.ub-homepage .search-box__tabler {
  display: table;
  width: 100%;
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__tabler {
    display: block;
  }
}

.ub-homepage .search-box__title {
  margin: 0px;
  padding: 0 10px 0 20px;
  display: table-cell;
  font-size: 24px;
  font-weight: 900;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width:1279px) {
  .ub-homepage .search-box__title {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__title {
    display: block;
    padding: 0;
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.ub-homepage .search-box__adviser-type {
  display: table-cell;
}

.ub-homepage .search-box__adviser-type .dropdown-toggle {
  min-width: 200px;
}

@media screen and (max-width:1279px) {
  .ub-homepage .search-box__adviser-type .dropdown-toggle {
    min-width: 160px;
  }
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__adviser-type {
    display: block;
    margin-bottom: 10px;
  }
}

.ub-homepage .search-box__title-group {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__title-group {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.ub-homepage .search-box__postcode-input-group {
  display: table-cell;
  position: relative;
}

.ub-homepage .search-box__postcode-input-group .rb-popover {
  bottom: 48px;
  top: auto;
}

.ub-homepage .search-box__title-in {
  display: table-cell;
  padding: 0 10px;
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box__title-in {
    padding-left: 0;
    width: 40px;
  }
}

.ub-homepage .search-box .input-group {
  display: inline-table;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .ub-homepage .search-box .input-group {
    width: 100%;
  }
}

.ub-homepage .search-box .input-group .form-control:first-of-type {
  border-left: 1px solid #d9d9d9;
}

.ub-homepage .search-box .input-group .form-control:first-of-type:not(:last-child) {
  border-right: 0;
}

.ub-homepage .search-box .input-group .form-control:first-of-type:focus {
  border-color: #00b6ed;
}

.ub-homepage .search-box .input-group:not(:first-child):not(:last-child) {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.ub-homepage .search-box .input-group .input-group-addon,
.ub-homepage .search-box .input-group .input-group-btn {
  border: 1px solid #d9d9d9;
  width: 44px;
}

.ub-homepage .search-box .ng-submitted .form-control.ng-invalid:first-of-type {
  border-left-color: #d93333;
}

.ub-homepage .search-box__helpline {
  border-left: 1px solid #e0eaeb;
  padding-left: 20px;
}

@media screen and (max-width:991px) {
  .ub-homepage .search-box__helpline {
    padding-left: 0;
    border-left: 0;
  }
}

.ub-homepage .search-box__location-btn {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  border: 1px solid #d9d9d9;
  border-left: 0;
}

.ub-homepage .search-box__location-btn button {
  background-image: linear-gradient(to bottom, #fff 0, #fafafa 100%);
  border: none;
  height: 42px;
  width: 44px;
  padding: 0;
}

.ub-homepage .search-box__location-btn a {
  display: block;
  text-align: center;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}

.ub-homepage .search-box__location-btn svg {
  width: 20px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.ub-homepage .search-box__location-btn path {
  fill: #d9d9d9;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: all .3s;
}

.ub-homepage .search-box__location-btn:hover path {
  fill: #f26522;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ub-homepage .search-box .btn {
  line-height: 16px;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.helpline {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  height: 44px;
}

.helpline__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 19px;
}

@media screen and (max-width:1279px) {
  .helpline__title {
    font-size: 15px;
  }
}

@media screen and (max-width:767px) {
  .helpline__title {
    font-size: 18px;
  }
}

.helpline__number a {
  font-weight: 700;
  color: #f26522;
}

@media screen and (max-width:767px) {
  .helpline__number {
    font-size: 22px;
    line-height: 32px;
  }
}

.helpline__call-btn {
  display: none;
}

.helpline__call-btn-icon {
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #f26522;
  border-radius: 50%;
  padding: 17px 15px 15px;
  margin: 10px auto;
}

.helpline__call-btn-icon svg {
  color: #242424;
}

.helpline__call-btn-hint {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #a2acad;
}

@media screen and (max-width:767px) {
  .helpline__call-btn {
    display: block;
  }
}

@media screen and (max-width:1279px) {
  .helpline {
    font-size: 18px;
  }
}

@media screen and (max-width:991px) {
  .helpline {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:767px) {
  .helpline {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    text-align: center;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 40px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .helpline:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #000;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #e7e7e7 0%, #fff 100%);
  }
}

.howto-section {
  background: url("/bundles/appsite/css/img/homepage/bg-clouds-01.jpg") no-repeat center top;
}

.howto-section__intro {
  height: 522px;
  border-bottom: 2px solid #f3f3f3;
}

@media screen and (max-width:767px) {
  .howto-section__intro {
    border-bottom: 0;
    height: auto;
  }
}

.howto-section__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  margin-top: 100px;
}

@media screen and (max-width:1279px) {
  .howto-section__title {
    font-size: 50px;
    line-height: 56px;
  }
}

@media screen and (max-width:767px) {
  .howto-section__title {
    font-size: 40px;
    line-height: 45px;
    margin-top: 50px;
  }
}

.howto-section__lead {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .howto-section__lead {
    font-size: 17px;
    line-height: 27px;
  }
}

.howto-section__switch-hint {
  text-align: center;
}

@media screen and (max-width:991px) {
  .howto-section__switch-hint {
    position: relative;
    top: -10px;
  }
}

@media screen and (max-width:767px) {
  .howto-section__switch-hint {
    display: none;
  }
}

.howto-section__switch-hint svg {
  width: 70px;
  height: 28px;
  position: relative;
  top: 20px;
}

.howto-section__switch-hint span {
  font-size: 18px;
}

.howto-routes .container {
  margin-top: -200px;
}

@media screen and (max-width:767px) {
  .howto-routes .container {
    margin-top: 0;
  }
}

.howto-routes__route {
  margin: 0 272px;
  position: relative;
  z-index: 10;
  display: none;
}

.howto-routes__route svg {
  display: block;
  height: 1545px;
}

@media screen and (max-width:1279px) {
  .howto-routes__route svg {
    height: 1282px;
  }
}

@media screen and (max-width:991px) {
  .howto-routes__route svg {
    height: 992px;
  }
}

@media screen and (max-width:767px) {
  .howto-routes__route svg {
    display: none;
  }
}

@media screen and (max-width:1279px) {
  .howto-routes__route {
    margin: 0 220px;
  }
}

@media screen and (max-width:991px) {
  .howto-routes__route {
    margin: 0 168px;
  }
}

@media screen and (max-width:767px) {
  .howto-routes__route {
    margin: 0;
  }
}

.howto-routes__route--active {
  display: block;
}

.howto-routes__route-trigger {
  cursor: pointer;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  box-shadow: 0 5px 4px rgba(0,0,0,0.05);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: table;
}

@media screen and (max-width:767px) {
  .howto-routes__route-trigger {
    width: 130px;
    height: 130px;
    margin-bottom: 140px;
  }
}

.howto-routes__route-trigger .route1pic,
.howto-routes__route-trigger .route2pic {
  position: absolute;
  top: 65px;
  z-index: 11;
  height: 135px;
  left: -60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (max-width:767px) {
  .howto-routes__route-trigger .route1pic,
  .howto-routes__route-trigger .route2pic {
    top: 105px;
    left: 34px;
  }
}

.howto-routes__route-trigger .route2pic {
  left: auto;
  right: -70px;
}

@media screen and (max-width:767px) {
  .howto-routes__route-trigger .route2pic {
    right: 30px;
  }
}

.howto-routes__route-trigger:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
}

.howto-routes__route-trigger:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 50%;
  border: 4px solid #f2f2f2;
  z-index: 2;
  transition: border-color .3s;
}

.howto-routes__route-trigger span {
  position: relative;
  z-index: 3;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 24px;
  letter-spacing: -1px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .howto-routes__route-trigger span {
    font-family: 'lato','lato',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-weight: 700;
    font-size: 18px;
  }
}

.howto-routes__route-trigger.howto-routes__route-trigger--active:after {
  border: 0;
}

.howto-routes__route-trigger.howto-routes__route-trigger--active span {
  color: white;
}

.howto-routes__route-trigger--blue:hover:after {
  border-color: #00b6ed;
}

.howto-routes__route-trigger--orange {
  color: #f26522;
}

.howto-routes__route-trigger--orange.howto-routes__route-trigger--active:after {
  background-color: #f26522;
  background-image: linear-gradient(to bottom, #f36923 0%, #fe5009 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36923', EndColorStr='#fe5009')";
}

.howto-routes__route-trigger--orange:hover:after {
  border-color: #f26522;
}

.howto-routes__route-trigger--blue {
  color: #00b6ed;
}

.howto-routes__route-trigger--blue.howto-routes__route-trigger--active:after {
  background-color: #00b6ed;
  background-image: linear-gradient(to bottom, #00b9ee 0%, #00a7e0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b9ee', EndColorStr='#00a7e0')";
}

.route__alternative {
  margin-top: 100px;
  color: #87a6ad;
}

@media screen and (max-width:460px) {
  .route__cta .btn {
    display: block;
  }
}

.route__pic {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (max-width:991px) {
  .route__pic {
    width: 65%;
  }
}

@media screen and (max-width:767px) {
  .route__pic {
    display: none;
  }
}

.route__pic-r1p1 {
  top: 60px;
  left: -190px;
}

@media screen and (max-width:1279px) {
  .route__pic-r1p1 {
    top: 20px;
  }
}

@media screen and (max-width:991px) {
  .route__pic-r1p1 {
    top: 40px;
    left: -130px;
  }
}

.route__pic-r1p2 {
  top: 580px;
  right: -84px;
}

@media screen and (max-width:1279px) {
  .route__pic-r1p2 {
    top: 470px;
  }
}

@media screen and (max-width:991px) {
  .route__pic-r1p2 {
    top: 360px;
    width: 160px;
    right: -71px;
  }
}

.route__pic-r1p3 {
  top: 1040px;
  left: -163px;
}

@media screen and (max-width:1279px) {
  .route__pic-r1p3 {
    top: 856px;
    left: -164px;
  }
}

@media screen and (max-width:991px) {
  .route__pic-r1p3 {
    top: 656px;
    left: -121px;
  }
}

.route__pic-r2p1 {
  top: 100px;
  right: -190px;
}

@media screen and (max-width:1279px) {
  .route__pic-r2p1 {
    top: 60px;
  }
}

@media screen and (max-width:991px) {
  .route__pic-r2p1 {
    right: -120px;
    top: 60px;
  }
}

.route__pic-r2p2 {
  top: 610px;
  left: -80px;
}

@media screen and (max-width:1279px) {
  .route__pic-r2p2 {
    top: 500px;
  }
}

@media screen and (max-width:991px) {
  .route__pic-r2p2 {
    width: 150px;
    left: -60px;
    top: 390px;
  }
}

.route__pic-r2p3 {
  top: 1040px;
  right: -163px;
}

@media screen and (max-width:1279px) {
  .route__pic-r2p3 {
    top: 850px;
    right: -167px;
  }
}

@media screen and (max-width:991px) {
  .route__pic-r2p3 {
    top: 657px;
    right: -124px;
  }
}

.route__step-info {
  position: absolute;
}

@media screen and (max-width:767px) {
  .route__step-info {
    margin-bottom: 20px;
  }
}

.route__step-number {
  display: none;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  color: #f26522;
  float: left;
}

@media screen and (max-width:767px) {
  .route__step-number {
    display: block;
  }
}

.route__step-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width:1279px) {
  .route__step-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .route__step-title {
    padding-left: 46px;
    font-size: 20px;
    line-height: 26px;
  }
}

.route__step-description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}

@media screen and (max-width:1279px) {
  .route__step-description {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }
}

@media screen and (max-width:767px) {
  .route__step-description {
    padding-left: 46px;
  }
}

.route__step--r1s1 {
  top: 190px;
  padding-left: 220px;
}

@media screen and (max-width:1279px) {
  .route__step--r1s1 {
    padding-left: 200px;
    top: 160px;
  }
}

@media screen and (max-width:991px) {
  .route__step--r1s1 {
    padding-left: 140px;
    top: 90px;
  }
}

.route__step--r1s2 {
  top: 660px;
  padding-right: 220px;
}

@media screen and (max-width:1279px) {
  .route__step--r1s2 {
    top: 540px;
  }
}

@media screen and (max-width:991px) {
  .route__step--r1s2 {
    padding-right: 140px;
    top: 370px;
  }
}

.route__step--r1s3 {
  top: 1130px;
  padding-left: 220px;
}

@media screen and (max-width:1279px) {
  .route__step--r1s3 {
    top: 950px;
    padding-left: 200px;
  }
}

@media screen and (max-width:991px) {
  .route__step--r1s3 {
    padding-left: 140px;
    top: 680px;
  }
}

.route__step--r2s1 {
  padding-right: 220px;
  top: 190px;
}

@media screen and (max-width:1279px) {
  .route__step--r2s1 {
    padding-right: 200px;
    top: 150px;
  }
}

@media screen and (max-width:991px) {
  .route__step--r2s1 {
    padding-right: 140px;
    top: 110px;
  }
}

.route__step--r2s2 {
  top: 670px;
  padding-left: 220px;
}

@media screen and (max-width:1279px) {
  .route__step--r2s2 {
    top: 550px;
    padding-left: 200px;
  }
}

@media screen and (max-width:991px) {
  .route__step--r2s2 {
    top: 400px;
    padding-left: 140px;
  }
}

.route__step--r2s3 {
  top: 1160px;
  padding-right: 220px;
}

@media screen and (max-width:1279px) {
  .route__step--r2s3 {
    top: 970px;
    padding-right: 200px;
  }
}

@media screen and (max-width:991px) {
  .route__step--r2s3 {
    top: 740px;
    padding-right: 140px;
  }
}

@media screen and (max-width:767px) {
  .route__step-info {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:767px) {
  .route {
    padding-bottom: 30px;
  }
}

#route1path,
#route2path {
  fill: none;
  stroke: #f26522;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

#route2path {
  stroke: #00b6ed;
}

#route1base,
#route2base {
  fill: none;
  stroke: #e0eaeb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.cta-stripe {
  background-image: linear-gradient(to bottom, #00acb6, #00747f);
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
}

.cta-stripe__lead {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  padding-right: 25px;
}

.partners__title {
  font-size: 26px;
  font-weight: 200;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.partners__logos {
  margin-bottom: 40px;
}

.partners__logos .item {
  border-left: 1px solid #e0eaeb;
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.partners__logos .item:first-child {
  border-left: 0;
}

.partners__logos .item img {
  display: block;
  width: 198px !important;
}

.tips-mobile {
  padding-top: 30px;
}

.tips-mobile__title {
  margin-bottom: 20px;
}

.tips-mobile__list {
  margin-bottom: 0;
}

.tips-mobile__tip {
  border-top: 1px solid #e0eaeb;
}

.tips-mobile__tip:last-child {
  border-bottom: 1px solid #e0eaeb;
}

.tips-mobile__tip a {
  display: block;
  padding: 20px 30px;
}

.tips-mobile__tip a:hover,
.tips-mobile__tip a:focus,
.tips-mobile__tip a:active {
  text-decoration: none;
  background-color: #f1f8fa;
}

.tips-mobile__tip a span {
  float: right;
}

.tips-mobile__tip a svg {
  width: 6px;
}

.tips-mobile__tip a svg path {
  fill: #a2acad;
}

.homepage .cta-options {
  padding-bottom: 50px;
}

.homepage .cta-options__title h2 {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
}

@media (max-width:767px) {
  .homepage .cta-options__title h2 {
    font-size: 36px;
  }
}

.homepage .cta-card {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
  margin: 0 -10px;
  color: #242424;
  min-height: 285px;
}

@media (max-width:1279px) {
  .homepage .cta-card {
    padding: 20px;
  }
}

@media (max-width:991px) {
  .homepage .cta-card {
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .homepage .cta-card {
    min-height: 0;
  }
}

.homepage .cta-card__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 28px;
  margin: 0;
}

@media (max-width:1279px) {
  .homepage .cta-card__title {
    font-size: 24px;
  }
}

.homepage .cta-card__lead {
  font-size: 15px;
}

.homepage .cta-card__icon {
  margin: 33px 0;
  height: 58px;
}

@media (max-width:1279px) {
  .homepage .cta-card__icon {
    margin: 45px 0;
  }
}

@media (max-width:767px) {
  .homepage .cta-card__icon {
    margin: 15px 0;
  }
}

.homepage .cta-card__icon svg {
  width: 64px;
  height: 52px;
  fill: #cccccc;
}

.homepage .cta-card__icon--phone svg {
  width: 56px;
  height: 48px;
}

.homepage .hero-section__scene-wrapper {
  min-height: 0;
  padding-bottom: 20px;
}

.homepage .ub-homepage .search-box .input-group {
  width: 100%;
  margin-bottom: 0;
}

.homepage .ub-homepage .search-box__adviser-type {
  display: block;
  margin-bottom: 10px;
}

.homepage .ub-homepage .search-box__title-group {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.homepage .ub-homepage .search-box__cta-wrapper {
  display: block;
  padding-left: 0;
}

.homepage .ub-homepage .search-box__wrapper {
  margin-right: 0;
  margin-bottom: 0;
}

.homepage .ub-homepage .search-box--home {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.homepage .phone-row {
  padding-bottom: 50px;
  margin-top: -20px;
}

.homepage .phone-row a {
  color: #ffffff;
  font-weight: 700;
}

.homepage .phone-row svg {
  vertical-align: text-bottom;
  width: 26px;
  height: 23px;
  fill: #ffffff;
}

.homepage .mm-card {
  background-color: #f6f6f6;
  padding: 40px;
  padding-bottom: 0;
  font-size: 18px;
}

.homepage .mm-card__participants {
  margin-top: 40px;
}

@media (max-width:767px) {
  .homepage .mm-card__participants {
    margin-top: 0;
  }
}

.homepage .mm-participant {
  text-align: center;
  margin-bottom: 40px;
}

.homepage .mm-participant__ava-link {
  display: block;
  margin-bottom: 10px;
}

.homepage .mm-participant__ava-img-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

.homepage .mm-participant__name {
  font-size: 21px;
  font-weight: 700;
}

.homepage .mm-participant__description {
  font-size: 16px;
  color: #606060;
  margin-bottom: 20px;
}

.homepage .mm-participant__ava-img-wrapper {
  width: 150px;
  height: 150px;
}

.homepage .advice-lives__intro {
  margin-bottom: 50px;
}

.homepage .advice-lives__description {
  font-size: 15px;
}

@media (max-width:991px) {
  .homepage .advice-lives__description {
    min-height: 40px;
  }
}

@media (min-width:992px) {
  .homepage .advice-lives__description {
    min-height: 70px;
  }
}

@media (min-width:1280px) {
  .homepage .advice-lives__description {
    min-height: 110px;
  }
}

.homepage .mm-hero__title {
  font-size: 66px;
}

.homepage .mm-hero__title a {
  color: #4d4d4d;
}

@media (max-width:991px) {
  .homepage .mm-hero__title {
    margin-top: 0;
    font-size: 40px;
  }
}

@media (max-width:767px) {
  .homepage .mm-hero__title {
    font-size: 35px;
  }
}

.homepage .section-title {
  color: #000;
}

.homepage .section-lead {
  color: rgba(0,0,0,0.8);
  font-size: 26px;
  line-height: normal;
}

.post-page .page-title {
  font-size: 60px;
  line-height: 60px;
  color: #242424;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width:767px) {
  .post-page .page-title {
    font-size: 44px;
    line-height: 44px;
    padding-left: 0;
    padding-right: 0;
  }
}

.post-page .main-content p,
.post-page .main-content h2,
.post-page .main-content h3,
.post-page .main-content h4 {
  padding-left: 40px;
  padding-right: 40px;
}

.post-page .main-content p {
  font-size: 18px;
  line-height: 30px;
  background: white;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 16px;
}

@media screen and (max-width:767px) {
  .post-page .main-content p {
    padding-left: 0;
    padding-right: 0;
  }
}

.post-page .main-content p:first-of-type {
  padding-bottom: 30px;
}

.post-page .main-content p:first-of-type strong,
.post-page .main-content p:first-of-type a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
}

.post-page .main-content p:first-of-type a {
  border-bottom: 1px solid rgba(0,116,127,0.2);
  transition: border-color .5s;
}

.post-page .main-content p:first-of-type a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00747f;
}

.post-page .main-content p:nth-child(3) {
  margin-left: -16.6%;
  margin-right: -16.6%;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width:1344px) {
  .post-page .main-content p:nth-child(3) {
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media screen and (max-width:1279px) {
  .post-page .main-content p:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.post-page .main-content p:nth-child(3) img {
  width: 100%;
}

.post-page .main-content p:nth-child(4) {
  margin-top: -140px;
  padding-top: 30px;
}

@media screen and (max-width:1279px) {
  .post-page .main-content p:nth-child(4) {
    margin-top: 0;
    padding-top: 0;
  }
}

.posts-page {
  padding-top: 40px;
}

.posts-page .page-title {
  font-size: 80px;
  color: #242424;
}

.post-card {
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  margin-bottom: 30px;
  height: 560px;
  overflow: hidden;
  position: relative;
}

.post-card:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 95%);
  bottom: 0;
  left: 0;
}

.post-card:hover .post-card__img {
  text-decoration: none;
}

.post-card:hover .post-card__img:before {
  opacity: .9;
}

.post-card:hover .post-card__img-hover {
  opacity: 1;
}

.post-card:hover .post-card__title a {
  color: #00747f;
  text-decoration: none;
}

.post-card__img {
  display: block;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  height: 340px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.post-card__img img {
  position: absolute;
  width: 100%;
  z-index: -2;
}

.post-card__img:before {
  content: ' ';
  display: block;
  opacity: 0;
  position: absolute;
  background-color: #00747f;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

.post-card__img:after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.post-card__img-hover {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  transition: opacity .3s;
  opacity: 0;
  display: inline-block;
  color: white;
  vertical-align: middle;
  font-size: 22px;
}

.post-card__img-hover svg {
  height: 12px;
}

.post-card__img-hover svg path {
  fill: #ccdc29;
}

.post-card__time {
  font-size: 13px;
  color: #a2acad;
}

.post-card__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

.post-card__title a {
  color: #242424;
  display: block;
  transition: color .3s;
}

.post-card__excerpt {
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width:768px) {
  .col-sm-6:nth-child(odd) .post-card {
    margin-right: -5px;
  }

  .col-sm-6:nth-child(even) .post-card {
    margin-left: -5px;
  }
}

.newsletter-signup {
  background-color: #00747f;
}

.newsletter-signup--transparent {
  background-color: transparent;
}

@media (min-width:768px) {
  .newsletter-signup .form-inline .form-group {
    margin-right: 8px;
    vertical-align: top;
  }

  .newsletter-signup .form-inline .form-group:last-child {
    margin-right: 0;
  }
}

.newsletter-signup label {
  display: block;
  font-size: 15px;
  line-height: 1.33333333;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  text-align: left;
  opacity: .75;
  margin-bottom: 6px;
}

.newsletter-signup .dropdown-menu label {
  opacity: 1;
}

.newsletter-signup input {
  border: none;
  border-radius: 7px;
}

.newsletter-signup select {
  border: none;
}

.newsletter-signup .help-block {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  opacity: .75;
}

.newsletter-signup .newsletter-email-optout-hidden {
  display: none;
}

.newsletter-signup .newsletter-signup__life-stage {
  height: 38px;
}

@media (max-width:991px) {
  .newsletter-signup .newsletter-signup__life-stage+.btn-group {
    width: 100% !important;
  }

  .newsletter-signup .newsletter-signup__life-stage+.btn-group .multiselect.dropdown-toggle {
    width: 100% !important;
  }
}

@media (min-width:768px) {
  .newsletter-signup .nested-group {
    display: inline-block;
    margin-right: 8px;
  }

  .newsletter-signup .nested-group .form-group {
    margin-right: 0;
  }

  .newsletter-signup .nested-group .form-group:first-child input {
    border-radius: 7px 0 0 7px;
    border-right: 1px solid #e1e7eb;
  }

  .modal--fullscreen .newsletter-signup .nested-group .form-group:first-child input {
    border-right: 1px solid rgba(255,255,255,0.15);
  }

  .newsletter-signup .nested-group .form-group:last-child {
    margin-left: -4px;
  }

  .newsletter-signup .nested-group .form-group:last-child input {
    border-radius: 0 7px 7px 0;
  }
}

.newsletter-signup .multiselect-container>li>a>label {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
}

.newsletter-signup .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

@media (min-width:768px) {
  .newsletter-signup .newsletter-signup__email label,
  .newsletter-signup .newsletter-signup__email input {
    min-width: 280px;
  }
}

.modal--fullscreen .newsletter-signup .newsletter-signup__email label,
.modal--fullscreen .newsletter-signup .newsletter-signup__email input {
  min-width: 0;
}

@media (min-width:768px) {
  .modal--fullscreen .newsletter-signup .newsletter-signup__email label,
  .modal--fullscreen .newsletter-signup .newsletter-signup__email input {
    min-width: 329px;
  }
}

.newsletter-signup .newsletter-signup__form .form-group {
  margin-bottom: 12px;
}

.newsletter-signup .newsletter-signup__form ul {
  margin-bottom: 0;
  text-align: left;
}

.newsletter-signup .newsletter-signup__form ul li {
  list-style: none;
  font-size: 12px;
}

.newsletter-signup .newsletter-signup__form .newsletter-form-lifestyle-warning {
  display: none;
  margin: 0;
  padding: 7px 0 0;
}

.newsletter-signup .newsletter-signup__form .newsletter-form-lifestyle-warning li.standalone-lifestage-warning {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: red;
}

.newsletter-signup .newsletter-signup__form .lifestage-margin-bottom {
  margin-bottom: 0px;
}

.newsletter-signup .newsletter-signup__form .newsletter-signup-name .form-group {
  vertical-align: top;
}

.newsletter-signup .newsletter-signup__form .btn.strong {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: 600;
}

.newsletter-signup .newsletter-signup__form .ub-ng-validation-message {
  font-size: 18px;
  font-weight: bold;
  color: #f8e71c;
}

.newsletter-signup .input-group-btn {
  vertical-align: top;
}

.newsletter-signup .input-group-btn button {
  background-color: #d0df3b;
}

@media (min-width:992px) {
  .modal--fullscreen .newsletter-signup .input-group-btn button {
    height: 40px;
  }
}

.newsletter-signup .input-group-btn button:hover,
.newsletter-signup .input-group-btn button:focus {
  background-color: #ccdc29;
  border-color: transparent;
}

.newsletter-signup iframe.join-result-container {
  display: none;
  height: 52px;
  width: 100%;
  border: 0px;
  overflow: hidden;
  margin-left: -5px;
  margin-top: -15px;
  margin-bottom: -5px;
}

@media (max-width:767px) {
  .newsletter-signup iframe.join-result-container {
    height: 72px;
  }
}

.newsletter-signup iframe.join-result-container {
  display: none;
  height: 52px;
  width: 100%;
  border: 0px;
  overflow: hidden;
  margin-left: -5px;
  margin-top: -15px;
  margin-bottom: -5px;
}

@media (max-width:767px) {
  .newsletter-signup iframe.join-result-container {
    height: 72px;
  }
}

.newsletter-signup .share {
  margin-top: 20px;
  text-align: center;
}

@media (min-width:992px) {
  .newsletter-signup .share {
    margin-top: 5px;
    text-align: left;
  }
}

.newsletter-signup .share .label {
  margin-right: 10px;
  margin-bottom: 0;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
}

.newsletter-signup .share a {
  font-size: 18px;
  line-height: 1;
  padding: 10px 8px;
  color: #00b6ed;
}

@media (max-width:767px) {
  .newsletter-signup .share a {
    margin-left: auto;
  }
}

.newsletter-signup .share a span {
  vertical-align: middle;
}

.newsletter-signup .share a:hover,
.newsletter-signup .share a:focus {
  text-decoration: none;
  color: #3b6c94;
}

@media (max-width:767px) {
  .newsletter-signup .share {
    text-align: center;
  }
}

.newsletter-signup .input-group-btn:last-child>.btn,
.newsletter-signup .input-group-btn:last-child>.btn-group {
  margin-left: 0;
}

@media (max-width:405px) {
  .newsletter-email-group {
    display: block;
  }

  #unbiased_newsletter_email {
    border-radius: 10px;
    margin-bottom: 24px;
  }

  .newsletter-sign-up-btn {
    display: block;
    width: 100%;
  }

  .newsletter-sign-up-btn .submit {
    border-radius: 10px !important;
    display: block;
    width: 100%;
  }
}

.footer {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #e1e7eb;
  background-color: #fcfcfa;
}

.footer__links {
  font-size: 15px;
  margin-bottom: 0;
}

.footer__links>li {
  margin-bottom: 10px;
}

.footer__links>li>a {
  line-height: 30px;
  color: #3E5A5B;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer__links>li>a .text {
  transition: all 300ms ease;
  border-bottom: 1px solid transparent;
  line-height: normal;
}

.footer__links>li>a svg {
  margin-left: 10px;
  transition: all 300ms ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.footer__links>li>a:hover,
.footer__links>li>a:focus {
  text-decoration: none;
}

.footer__links>li>a:hover .text,
.footer__links>li>a:focus .text {
  border-bottom-color: currentColor;
}

.footer__links>li.open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer__links>li .dropdown-menu {
  opacity: 1;
  top: 100%;
  right: auto;
  padding: 5px 0;
  margin: 5px 0;
}

.footer__links>li .dropdown-menu>li>a:hover,
.footer__links>li .dropdown-menu>li>a:focus {
  color: #4d4d4d;
  text-decoration: underline;
  background-color: transparent;
}

.footer__legal-links {
  margin-bottom: 10px;
}

.footer__legal-link {
  display: inline-block;
  margin-right: 10px;
  color: #3E5A5B;
}

.footer .block--top--sm {
  margin-top: 40px;
}

.footer__logo {
  max-width: 150px;
  margin-top: 12px;
  height: 50px;
}

.footer__header {
  font-size: 20px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 20px;
}

.footer__social {
  margin-top: 18px;
  font-size: 0;
  white-space: nowrap;
}

.footer__social a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.footer__social a:last-of-type {
  margin-right: 0;
}

.footer__social span {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  color: #3E5A5B;
}

.footer__social-icon {
  width: 30px;
  height: 30px;
}

.footer__copyright {
  font-size: 13px;
  color: #3E5A5B;
}

.footer__links--inline>li {
  display: inline-block;
  margin-right: 20px;
}

.footer__links--inline>li:last-child {
  margin-right: 0;
}

.footer__links--inline>li>a {
  display: block;
  margin-bottom: 12px;
  color: #788791;
}

.footer__divider {
  border-color: #dadfe3;
}

.footer-short {
  padding-top: 20px;
}

.footer-short .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-short .footer__logo {
  margin-top: 0;
}

.footer-short .footer__copyright {
  width: auto;
  max-width: 100%;
}

@media (min-width:768px) {
  .footer-short .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.social-links>li {
  display: inline-block;
  margin-right: 25px;
}

.social-links>li:last-child {
  margin-right: 0;
}

.social-links>li>a {
  font-size: 24px;
  line-height: 1.25;
  color: #788791;
  transition: all .15s;
}

.social-links>li>a:hover,
.social-links>li>a:focus {
  color: #556068;
}

.ub-dropdown-menu--recent-searches {
  width: 100%;
  left: 0;
  right: 0;
}

.ub-dropdown-menu--recent-searches:before {
  content: 'You recently searched:';
  font-size: 13px;
  display: block;
  padding: 0 18px 3px;
  border-bottom: 1px solid #d9d9d9;
  color: #788791;
}

.ub-dropdown-menu--recent-searches a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-area {
  padding: 7px 0;
}

@media screen and (max-width:767px) {
  .search-area {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.search-area input,
.search-area button,
.search-area .input-group,
.search-area .input-group-btn {
  margin-bottom: 0;
}

.search-area input:focus,
.search-area button:focus,
.search-area .input-group:focus,
.search-area .input-group-btn:focus,
.search-area input:active,
.search-area button:active,
.search-area .input-group:active,
.search-area .input-group-btn:active {
  outline: none;
  box-shadow: none;
}

.search-area input {
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
  border: none;
}

@media screen and (max-width:767px) {
  .search-area__adviser-type {
    font-size: 13px;
    padding: 13px 10px;
  }
}

input[type=text].form-control.search-area__postcode {
  border-color: #ffffff;
}

@media screen and (max-width:767px) {
  .search-area__postcode {
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.search-area__input~.dropdown-menu {
  right: 0;
  max-height: 302px;
  overflow-y: auto;
}

.search-area__input~.dropdown-menu a>span {
  white-space: normal;
}

.search-area .btn-search-location {
  height: 44px;
  border-color: transparent;
  background-image: linear-gradient(to bottom, #fff 0, #fafafa 100%);
  border-left: 1px solid #d9d9d9 !important;
  padding: 10px;
  z-index: 4 !important;
}

.search-area .btn-search-location svg {
  position: relative;
  width: 20px;
  transition: all .3s;
  transition-timing-function: ease-in-out;
}

.search-area .btn-search-location svg path {
  fill: #d9d9d9;
  transition: all .3s;
}

.search-area .btn-search-location:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-area .btn-search-location:hover svg path {
  fill: #f26522;
}

.search-area .btn-action-find {
  height: 44px;
  padding: 12px 14px;
  display: inline-block;
  float: none;
}

.search-area .btn-action-find svg {
  position: relative;
  width: 16px;
  transition: all .3s;
}

.search-area .btn-action-find svg path {
  fill: #00747f;
}

.search-area .btn-action-find:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.search-area .search-form-validation-message {
  position: absolute;
  top: 50px;
  right: 13px;
  z-index: 10;
  display: table;
  margin: 3px 1px 0;
  padding: 5px 10px;
  background: #d93333;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  border-radius: 7px;
}

.search-filters {
  background-color: #00747f;
  color: #ffffff;
}

.search-filters .checkbox--custom input[type=checkbox]+span,
.search-filters .checkbox--custom input[type=radio]+span {
  color: #ffffff;
}

.search-filters .radio--custom input[type=checkbox]+span,
.search-filters .radio--custom input[type=radio]+span {
  color: #ffffff;
}

.search-filters .alert-dismissable {
  background-color: #00616b;
  border: 1px solid #00828e;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 20px;
}

.search-filters .alert-info:after {
  content: initial;
}

@media (min-width:768px) {
  .search-filters__header {
    margin-top: 6px;
  }
}

.collapse__header {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: bold;
  padding-right: 24px;
}

.collapse__header:hover,
.collapse__header:focus,
.collapse__header a:hover,
.collapse__header a:focus {
  color: #fff;
  text-decoration: none;
}

.collapse__header span.icon {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 14px;
  color: #ffffff;
}

.search-filters__list li a {
  padding-left: 0;
  padding-right: 35px;
  padding-bottom: 0;
}

.search-filters__list li a:hover {
  color: #4fa8e8;
}

.search-filters__list li a:focus {
  color: #788791;
}

.search-filters__list li a span {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 21px;
}

.search-filters__list .has_children ul li {
  display: none;
}

.search-filters__list .has_children.active>a {
  color: #4fa8e8;
}

.search-filters__list .has_children .options label {
  display: block;
  padding-left: 40px;
  text-indent: -16px;
}

.search-filters__list .has_children .options input[type=checkbox]+span:before,
.search-filters__list .has_children .options input[type=radio]+span:before {
  margin-right: 0 !important;
}

@media (min-width:992px) {
  .search-filters__list .has_children .options.nth-child--2n1 {
    clear: left;
  }
}

@media (min-width:1280px) {
  .search-filters__list .has_children .options.nth-child--3n1 {
    clear: none;
  }
}

@media (max-width:767px) {
  .search-filters__title {
    margin-bottom: 0;
    cursor: pointer;
  }
}

.search-filters__title span {
  display: none;
}

@media (max-width:767px) {
  .search-filters__title span {
    display: block;
    position: absolute;
    top: 26px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #00747f;
  }
}

.search-filters__more .search-filters__section__title {
  margin: 0;
}

.search-filters__more .search-filters__section__title .collapse__header {
  text-align: center;
}

.search-filters__more-label {
  font-size: 15px;
  color: #00747f;
  display: inline-block;
  background: white;
  padding: 8px 12px;
  border-radius: 18px;
}

.search-filters__more-label:after {
  font-family: unbiased-icons;
  font-size: 8px;
}

.search-filters__more-label.icon-ub-arrow-up-8:after {
  content: " \e942";
}

.search-filters__more-label.icon-ub-arrow-down-8:after {
  content: " \e93c";
}

.search-filters__more-label:before {
  content: "";
}

.search-filters__more>.search-filters__section {
  border-bottom: 0;
}

.search-filters__section__title {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
}

.search-filters__advice-area {
  padding-bottom: 18px;
}

.search-filters__section {
  margin-left: -10px;
  margin-right: -10px;
  padding: 18px 10px;
  border-bottom: 1px solid #004f56;
}

.search-filters__section .checkbox,
.search-filters__section .radio {
  font-size: 15px;
}

.search-filters__section .checkbox input[type=checkbox]+span:before,
.search-filters__section .radio input[type=checkbox]+span:before,
.search-filters__section .checkbox input[type=radio]+span:before,
.search-filters__section .radio input[type=radio]+span:before {
  margin-right: 0;
}

.search-filters__section .tt-hint {
  border: 1px solid transparent;
}

.search-filters__secondary>.search-filters__section[data-filter-of="pension"],
.search-filters__secondary>.search-filters__section[data-filter-of="mortgage"],
.search-filters__secondary>.search-filters__section[data-filter-of="income"] {
  display: none;
}

.search-filters__secondary.service--mortgage-adviser>.search-filters__section[data-filter-of="mortgage"] {
  display: block;
}

.search-filters__advice-area__sub-filters {
  position: relative;
  display: none;
}

.search-filters__advice-area__sub-filters.mortgage-adviser,
.search-filters__advice-area__sub-filters.solicitor {
  display: block;
}

.search-filters__advice-area__sub-filters.is-active {
  background-color: #00616b;
}

.search-filters__advice-area__sub-filters.is-active:before,
.search-filters__advice-area__sub-filters.is-active:after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  content: '';
  pointer-events: none;
  z-index: 100;
}

.search-filters__advice-area__sub-filters.is-active:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #00747f;
}

.search-filters__advice-area__sub-filters.is-active:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: #004f56;
}

@media (min-width:360px) and (max-width:549px) {
  .search-filters__filter-list .options {
    float: left;
    width: 50%;
  }

  .search-filters__filter-list .options:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width:550px) and (max-width:767px) {
  .search-filters__filter-list .options {
    float: left;
    width: 33.33333333%;
  }

  .search-filters__filter-list .options:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width:1024px) {
  .search-filters__filter-list .options {
    float: left;
    width: 50%;
  }

  .search-filters__filter-list .options:nth-child(2n+1) {
    clear: left;
  }
}

.search-filters__filter-list .options label {
  display: block;
  padding-left: 40px;
  text-indent: -16px;
}

.search-filters__filter-list .radio,
.search-filters__filter-list .checkbox {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.checkbox--custom input[type=checkbox]:checked+span:after {
  left: 0px;
  top: 0px;
}

.nav>li>.search-filters__filter-list__more {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #bdc3c7;
}

.nav>li>.search-filters__filter-list__more:hover,
.nav>li>.search-filters__filter-list__more:focus {
  background: transparent;
  color: #fff;
}

.search-filters__input--location {
  padding-left: 40px;
}

.search-results__title {
  margin: 0 0 10px;
  font-size: 32px;
  font-family: galano_grotesqueextrabold,Arial Black,Helvetica,sans-serif;
  font-weight: 400;
}

.search-results-header {
  border-bottom: 1px solid #e1e7eb;
  background-color: #fff;
}

.search-results-header__utils {
  margin-bottom: 12px;
}

.search-results-header__utils:before,
.search-results-header__utils:after {
  display: table;
  content: " ";
}

.search-results-header__utils:after {
  clear: both;
}

.search-results-header__utils:before,
.search-results-header__utils:after {
  display: table;
  content: " ";
}

.search-results-header__utils:after {
  clear: both;
}

@media (min-width:600px) {
  .search-results-header__utils {
    float: left;
    display: inline;
    margin-bottom: 0;
  }
}

.search-results-header__search-count {
  float: left;
  margin-right: 20px;
}

.search-results-header__sponsored-toggle {
  margin-bottom: 36px;
}

@media (min-width:600px) {
  .search-results-header__view-toggle {
    float: right;
    display: inline;
    text-align: right;
  }
}

.search-results-header__view-toggle a {
  display: block;
  color: #94a0a8;
  text-decoration: none;
}

.search-results-header__view-toggle a span {
  margin-right: 4px;
  font-size: 16px;
  color: #bfced9;
}

.search-results-header__view-toggle .active a {
  color: #4fa8e8;
}

.search-results-header__view-toggle .active a span {
  color: #4fa8e8;
}

.search-results-content {
  background-color: #f5f5f5;
}

.search-results {
  background-color: #f5f7f8;
}

.search-results:before,
.search-results:after {
  display: table;
  content: " ";
}

.search-results:after {
  clear: both;
}

.search-results:before,
.search-results:after {
  display: table;
  content: " ";
}

.search-results:after {
  clear: both;
}

@media (max-width:767px) {
  .search-results .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-results .pagination>li {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 60px;
  }

  .search-results .pagination>li>a {
    display: block;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search-results__list.rb-search-results {
  padding: 20px 0;
}

.search-result {
  margin-bottom: 20px;
  padding: 24px;
  border-bottom: 1px solid #CBD5DD;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.search-result.last {
  margin-bottom: 0;
}

.search-result__heading {
  margin-bottom: 0;
}

.search-result__heading h3 a:hover,
.search-result__heading h3 a:focus {
  text-decoration: none;
}

.search-result__heading h3 a.btn {
  bottom: 2px;
  margin-left: 2px;
}

.search-result__sub-heading {
  position: relative;
}

.search-result__subtitle {
  color: #788791;
  margin-bottom: 12px;
  padding-right: 75px;
}

.search-result__distance {
  color: #788791;
  position: absolute;
  top: 0;
  right: 0;
}

.search-result__body {
  min-height: 100px;
}

@media (max-width:599px) {
  .search-result__body {
    display: block;
    width: 100%;
  }
}

.search-result__body p {
  margin-bottom: 12px;
}

.search-result__actions {
  margin-bottom: 0;
}

@media (min-width:600px) {
  .search-result__actions {
    margin-left: 100px;
  }
}

@media (min-width:992px) {
  .search-result__actions {
    margin-left: 140px;
  }
}

@media (min-width:1280px) {
  .search-result__actions {
    margin-left: 0;
  }
}

.search-result__actions .btn--icon {
  float: left;
  margin-right: 5px;
  margin-bottom: 12px;
  min-width: 155px;
}

@media (min-width:1280px) {
  .search-result__actions .btn--icon {
    width: 100%;
  }
}

.search-result__actions .btn--icon:last-child {
  margin-bottom: 24px;
  margin-right: 0;
}

.search-result__first-meeting {
  display: inline-block;
  color: #f26522;
}

.search-result__first-meeting span {
  color: #ebbe2a;
}

.search-result__special-offers {
  margin-bottom: 12px;
}

.search-result__special-offers .btn {
  margin-bottom: 12px;
}

.last-activity {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.test_mode_notification {
  font-size: 12px;
  background-color: red;
  color: white;
  position: fixed;
  z-index: 1000000;
  bottom: 10px;
  left: 10px;
  display: block;
  padding: 2px 5px;
}

.red-label {
  color: white;
  font-size: 12px;
  height: 16px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.red-label>.inner {
  width: 70px;
  background-color: #f26522;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.red-label.align-left {
  text-align: left;
}

.search-form {
  z-index: 20;
}

.search-area .dropdown-menu li a {
  line-height: 2;
  cursor: pointer;
}

.search-area .btn-action-find svg {
  width: 16px;
}

.search-results-header {
  color: #FFFFFF;
}

.search-results-header__inner {
  display: table-cell;
  color: #fff;
  margin-left: 10px;
  padding-top: 18px;
  vertical-align: top;
}

@media screen and (max-width:1199px) {
  .search-results-header__inner {
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: center;
    margin-left: 10px;
    width: 155px;
  }

  .search-results-header__inner .rb-search-bar__display-mode {
    float: none;
    padding: 10px 0;
  }
}

@media (max-width:560px) {
  .search-results-header__inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
}

.search-results-header__title {
  margin: 16px 0 0;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #8bbcc0;
}

@media screen and (max-width:1300px) {
  .search-results-header__title {
    font-size: 13px;
  }
}

@media screen and (max-width:450px) {
  .search-results-header__title {
    display: none;
  }
}

.search-results-header__display-mode {
  float: right;
}

@media screen and (max-width:450px) {
  .search-results-header__display-mode {
    float: none;
  }
}

.adviser-status--unavailable,
.adviser-status--unavailable:active,
.adviser-status--unavailable:focus,
.adviser-status--unavailable:active:focus {
  border-radius: 7px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.adviser-status--unavailable,
.adviser-status--unavailable:active,
.adviser-status--unavailable:focus,
.adviser-status--unavailable:active:focus,
.adviser-status--unavailable:focus,
.adviser-status--unavailable:active:focus,
.adviser-status--unavailable:focus:focus,
.adviser-status--unavailable:active:focus:focus,
.adviser-status--unavailable:active,
.adviser-status--unavailable:active:active,
.adviser-status--unavailable:focus:active,
.adviser-status--unavailable:active:focus:active,
.adviser-status--unavailable:focus:active,
.adviser-status--unavailable:active:focus:active,
.adviser-status--unavailable:focus:focus:active,
.adviser-status--unavailable:active:focus:focus:active {
  background: transparent;
  border: 1px solid #c4c8cc;
  color: #242424;
}

.adviser-status--unavailable:hover,
.adviser-status--unavailable:active:hover,
.adviser-status--unavailable:focus:hover,
.adviser-status--unavailable:active:focus:hover {
  color: #00747f;
  border-color: #00747f;
}

.adviser-status--unavailable--inverted,
.adviser-status--unavailable:active--inverted,
.adviser-status--unavailable:focus--inverted,
.adviser-status--unavailable:active:focus--inverted {
  border-color: #ffffff;
  color: #ffffff;
}

.adviser-status--unavailable--inverted:hover,
.adviser-status--unavailable:active--inverted:hover,
.adviser-status--unavailable:focus--inverted:hover,
.adviser-status--unavailable:active:focus--inverted:hover,
.adviser-status--unavailable--inverted:focus,
.adviser-status--unavailable:active--inverted:focus,
.adviser-status--unavailable:focus--inverted:focus,
.adviser-status--unavailable:active:focus--inverted:focus {
  border-color: #ffffff;
  color: #ffffff;
}

.adviser-status--unavailable--inverted:active:focus,
.adviser-status--unavailable:active--inverted:active:focus,
.adviser-status--unavailable:focus--inverted:active:focus,
.adviser-status--unavailable:active:focus--inverted:active:focus {
  border-color: #ccdc29;
  color: #ccdc29;
}

.adviser-status--unavailable,
.adviser-status--unavailable:active,
.adviser-status--unavailable:focus,
.adviser-status--unavailable:active:focus,
.adviser-status--unavailable:focus,
.adviser-status--unavailable:active:focus,
.adviser-status--unavailable:focus:focus,
.adviser-status--unavailable:active:focus:focus,
.adviser-status--unavailable:active,
.adviser-status--unavailable:active:active,
.adviser-status--unavailable:focus:active,
.adviser-status--unavailable:active:focus:active,
.adviser-status--unavailable:focus:active,
.adviser-status--unavailable:active:focus:active,
.adviser-status--unavailable:focus:focus:active,
.adviser-status--unavailable:active:focus:focus:active {
  background: transparent;
  border: 1px solid #c4c8cc;
  color: #242424;
}

.adviser-status--unavailable:hover,
.adviser-status--unavailable:active:hover,
.adviser-status--unavailable:focus:hover,
.adviser-status--unavailable:active:focus:hover {
  color: #00747f;
  border-color: #00747f;
}

.adviser-status--unavailable--inverted,
.adviser-status--unavailable:active--inverted,
.adviser-status--unavailable:focus--inverted,
.adviser-status--unavailable:active:focus--inverted {
  border-color: #ffffff;
  color: #ffffff;
}

.adviser-status--unavailable--inverted:hover,
.adviser-status--unavailable:active--inverted:hover,
.adviser-status--unavailable:focus--inverted:hover,
.adviser-status--unavailable:active:focus--inverted:hover,
.adviser-status--unavailable--inverted:focus,
.adviser-status--unavailable:active--inverted:focus,
.adviser-status--unavailable:focus--inverted:focus,
.adviser-status--unavailable:active:focus--inverted:focus {
  border-color: #ffffff;
  color: #ffffff;
}

.adviser-status--unavailable--inverted:active:focus,
.adviser-status--unavailable:active--inverted:active:focus,
.adviser-status--unavailable:focus--inverted:active:focus,
.adviser-status--unavailable:active:focus--inverted:active:focus {
  border-color: #ccdc29;
  color: #ccdc29;
}

.adviser-status--unavailable:hover {
  color: #242424;
  cursor: not-allowed;
}

.user-feedback {
  position: fixed;
  bottom: 40px;
  right: 10px;
  padding: 0;
  text-align: center;
  background: #ccdc29;
  border: 2px solid #6a993a;
  border-bottom: 0;
  transition: bottom .25s cubic-bezier(.645, .045, .355, 1);
  border-radius: 10px 10px 0 0;
  z-index: 2;
}

.user-feedback.user-feedback--is-expanded {
  bottom: 396px;
}

.user-feedback.user-feedback--is-collapsed {
  bottom: 0;
}

.user-feedback textarea {
  height: 110px;
}

.user-feedback__overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: #ccdc29;
  color: #fff;
  transition: visibility .5s linear,opacity .5s linear;
  z-index: 20;
}

.user-feedback__overlay.user-feedback__overlay--is-visible {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
  transition: opacity .5s linear;
}

.user-feedback__trigger {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
}

.user-feedback__trigger:hover,
.user-feedback__trigger:focus {
  text-decoration: none;
  color: #fff;
}

.user-feedback__inner {
  position: fixed;
  right: 10px;
  bottom: -396px;
  background: #ccdc29;
  width: 300px;
  height: 396px;
  padding: 10px;
  transition: bottom .25s cubic-bezier(.645, .045, .355, 1);
  text-align: left;
  background-color: #f0f3f5;
  border-radius: 10px 0 0 0;
  border: 2px solid #6a993a;
  z-index: 2;
}

.user-feedback--is-expanded .user-feedback__inner {
  bottom: 0;
}

.profile__adviser__avatar {
  position: relative;
  height: 0;
  margin-bottom: 12px;
  padding-bottom: 100%;
  background-color: #ecf0f1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.profile__adviser__avatar-fallback {
  position: relative;
  height: 0;
  margin-bottom: 12px;
  padding-bottom: 100%;
  background-color: #ecf0f1;
  text-align: center;
}

.profile__adviser__avatar-fallback:after {
  font-family: 'unbiased-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  font-size: 72px;
  line-height: 1;
  color: #a2acb3;
}

.profile__our-advisers {
  margin-left: 36px;
  margin-right: 36px;
}

.profile__media_awards {
  height: 80px;
  float: left;
  padding-left: 15px;
}

.profile__location {
  background-color: #ecf0f1;
}

@media (max-width:767px) {
  html #map_canvas,
  body #map_canvas {
    height: calc(50vh - 88px) !important;
  }
}

html .gm-style,
body .gm-style {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif !important;
}

@media (max-width:767px) {
  html .gm-style .gm-style-parent,
  body .gm-style .gm-style-parent,
  html .gm-style .gm-style-iw,
  body .gm-style .gm-style-iw {
    display: none !important;
  }
}

html .gm-style .info-window,
body .gm-style .info-window {
  padding: 12px 6px 6px;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif !important;
}

@media (max-width:767px) {
  html .gm-style .info-window,
  body .gm-style .info-window {
    padding: 0;
  }
}

html .gm-style .info-window .info-window__title>a,
body .gm-style .info-window .info-window__title>a {
  color: #4d4d4d;
}

html .gm-style .info-window img,
body .gm-style .info-window img {
  max-height: 40px;
  margin: 0;
  border: 0;
  padding: 0;
}

html .gm-style .info-window .info-window__contents,
body .gm-style .info-window .info-window__contents {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  html .gm-style .info-window .info-window__contents,
  body .gm-style .info-window .info-window__contents {
    padding-right: 80px;
    margin-bottom: 0;
  }
}

html .gm-style .info-window .info-window__contact-button,
body .gm-style .info-window .info-window__contact-button {
  font-size: 13px;
}

@media (min-width:768px) {
  html .gm-style .info-window .info-window__contact-button,
  body .gm-style .info-window .info-window__contact-button {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
}

html .gm-style .info-window .info-window__contact-button:active,
body .gm-style .info-window .info-window__contact-button:active {
  top: auto;
}

.profile-page--whitelabels .info-window__contact-button {
  display: none;
}

.profile__advice-areas__item .icon {
  color: #f26522;
}

.profile__testimonials {
  background-image: url("/bundles/appsite/img/profile-testimonials-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url("/bundles/appsite/css/backgroundsize.min.htc");
}

.profile__testimonials blockquote {
  border-left: 0;
}

.profile__testimonials__content footer {
  margin-top: 12px;
}

.profile__additional-information__item .icon {
  color: #d35400;
}

.profile__follow__item a {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 2px solid;
  border-radius: 100%;
  transition: all .15s ease;
}

.profile__follow__item a:hover,
.profile__follow__item a:focus {
  text-decoration: none;
}

.profile__follow__item .icon {
  position: relative;
  display: block;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  line-height: 1;
}

.profile__follow__item--linkedin a {
  color: #007bb6;
  border-color: #007bb6;
}

.profile__follow__item--linkedin a:hover,
.profile__follow__item--linkedin a:focus {
  color: #005983;
  border-color: #005983;
}

.profile__follow__item--twitter a {
  color: #00aced;
  border-color: #00aced;
}

.profile__follow__item--twitter a:hover,
.profile__follow__item--twitter a:focus {
  color: #0087ba;
  border-color: #0087ba;
}

.profile__follow__item--facebook a {
  color: #3b579d;
  border-color: #3b579d;
}

.profile__follow__item--facebook a:hover,
.profile__follow__item--facebook a:focus {
  color: #2d4278;
  border-color: #2d4278;
}

.profile__follow__item--skype a {
  color: #00aff0;
  border-color: #00aff0;
}

.profile__follow__item--skype a:hover,
.profile__follow__item--skype a:focus {
  color: #008abd;
  border-color: #008abd;
}

.profile__follow__item--youtube a {
  color: #cd201f;
  border-color: #cd201f;
}

.profile__follow__item--youtube a:hover,
.profile__follow__item--youtube a:focus {
  color: #a11918;
  border-color: #a11918;
}

.profile__follow__item--blog a {
  color: #fb8f3d;
  border-color: #fb8f3d;
}

.profile__follow__item--blog a:hover,
.profile__follow__item--blog a:focus {
  color: #fa720b;
  border-color: #fa720b;
}

.profile__follow__item--website a {
  color: #7ac142;
  border-color: #7ac142;
}

.profile__follow__item--website a:hover,
.profile__follow__item--website a:focus {
  color: #629d33;
  border-color: #629d33;
}

.profile__similar-advisers-nearby__items__adviser>.card {
  min-height: 230px;
}

@media (min-width:1280px) {
  .profile__similar-advisers-nearby__items__adviser {
    min-height: 260px;
  }
}

.profile__similar-advisers-nearby__items__adviser__logo__container {
  height: 70px;
  display: block;
}

.csstransforms .profile__similar-advisers-nearby__items__adviser__logo__container {
  position: relative;
}

.profile__similar-advisers-nearby__items__adviser__logo {
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.owl-carousel .owl-item .profile__similar-advisers-nearby__items__adviser__logo {
  width: auto;
}

.csstransforms .profile__similar-advisers-nearby__items__adviser__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile__similar-advisers-nearby__items__adviser__logo-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f3f5;
}

.profile__similar-advisers-nearby__title>a {
  display: block;
}

.last-activity-span {
  float: right;
}

.unavailable-status {
  background: linear-gradient(180deg, #007b81, #335c72) #007b81;
  background: -ms-linear-gradient(180deg, #007b81, #335c72) #007b81;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007b81', endColorstr='#335c72');
  zoom: 1;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  fill: #ffffff;
  border-radius: 7px;
  margin-bottom: 20px;
}

.unavailable-status__icon {
  margin: 15px 0;
}

.unavailable-status__icon svg {
  width: 80px;
  height: 80px;
}

.unavailable-status__title {
  font-size: 20px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
}

.unavailable-status__message {
  margin-bottom: 10px;
}

.app-folders-container .folder {
  position: relative;
}

.app-folders-container .folder>a:hover,
.app-folders-container .folder>a:focus {
  text-decoration: none;
}

@media (max-width:767px) {
  .app-folders-container .folder>a.nth-child--2n1 {
    clear: left;
  }
}

@media (min-width:768px) {
  .app-folders-container .folder>a.nth-child--4n1 {
    clear: left;
  }
}

@media (max-width:767px) {
  .app-folders-container .folder>a.nth-child--2n1 {
    clear: left;
  }
}

@media (min-width:768px) {
  .app-folders-container .folder>a.nth-child--4n1 {
    clear: left;
  }
}

.app-folders-container .folder>a .icon {
  display: block;
  font-size: 36px;
  line-height: 1.33333333;
}

@media (min-width:600px) {
  .app-folders-container .folder>a .icon {
    font-size: 46px;
    line-height: 1.04347826;
  }
}

.app-folders-container .folder>a h4 {
  color: #4d4d4d;
}

.app-folders-container .folder.active-tool {
  transition: all .15s ease;
}

.app-folders-container .folder.active-tool:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #3d566e;
  border-width: 10px;
  margin-left: -10px;
}

.app-folders-container .folderContent {
  margin: 0 -9999rem;
  padding: 0 9999rem;
  background-color: #3d566e;
  color: #fff;
}

.adviser-profile {
  padding-bottom: 50px;
  margin-bottom: 24px;
}

.adviser-profile:hover,
.adviser-profile:focus {
  text-decoration: none;
}

.our-advisers .adviser-profile {
  padding-bottom: 20px;
}

.adviser-profile .panel {
  text-align: left;
}

.adviser-profile .panel h4:first-child {
  margin-top: 0;
}

.adviser-profile .panel-title a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #bdc3c7;
}

.adviser-profile .panel-title a:hover,
.adviser-profile .panel-title a:focus,
.adviser-profile .panel-title a:active {
  color: #fff;
}

.adviser-profile .panel-title a:hover,
.adviser-profile .panel-title a:focus {
  border-bottom: 1px solid #fff;
}

.adviser-profile .panel-title a.is-active {
  border-bottom: 1px solid #fff;
}

.adviser-profile .panel-body {
  font-size: 13px;
  line-height: 1.53846154;
}

.adviser-profile .panel-collapse ul {
  margin-bottom: 0;
}

.adviser-profile .more-link {
  color: #c0e0f7;
}

.adviser-profile .more-link:hover,
.adviser-profile .more-link:focus,
.adviser-profile .more-link:active {
  color: #c0e0f7;
}

.adviser-profile__collapse ul li {
  font-size: 15px;
  line-height: 1.33333333;
}

.adviser-profile__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  background-color: #e9e9e9;
  background-color: rgba(0,0,0,0.08);
  border-radius: 10px 0 10px 0;
  font-size: 11px;
  line-height: 1.36363636;
}

.adviser-profile__badge .icon {
  position: relative;
  top: -1px;
  font-size: 13px;
  color: #999;
}

.adviser-profile__figure {
  height: 80px;
  margin-top: 36px;
  margin-bottom: 24px;
  overflow: hidden;
}

@media (min-width:768px) {
  .adviser-profile__figure {
    height: 120px;
  }
}

.adviser-profile__avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 80px;
  height: 80px;
  margin: 36px auto 18px;
  border-radius: 10px;
}

@media (min-width:768px) {
  .adviser-profile__avatar {
    width: 120px;
    height: 120px;
  }
}

.our-advisers .adviser-profile__avatar {
  margin-top: 24px;
}

.adviser-profile__content {
  min-height: 70px;
  max-height: 70px;
}

.adviser-profile__content a {
  color: #4d4d4d;
}

.card .adviser-profile__job-title {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #86939c;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card .adviser-profile__name {
  margin-top: 4px;
  margin-bottom: 13px;
}

.our-advisers .card .adviser-profile__name {
  margin-bottom: 0;
}

.adviser-profile__works-for {
  font-size: 12px;
  display: inline-block;
}

.adviser-profile__works-for a {
  margin-right: 10px;
}

.adviser-profile__qualifications .sps {
  margin-bottom: 12px;
}

.adviser-profile__qualifications ul li {
  position: relative;
  padding-right: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ecf0f1;
}

.adviser-profile__qualifications ul li.adviser-profile__qualifications__more-wrap {
  border-bottom: 0;
  padding-bottom: 0;
}

.adviser-profile__qualifications ul li .icon {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #00747f;
  transition: .15s all ease;
}

.adviser-profile__qualifications ul li .icon:hover {
  cursor: pointer;
  color: #002e33;
}

.adviser-profile__qualifications__more {
  color: #c0e0f7;
}

.adviser-profile__qualifications__more:hover,
.adviser-profile__qualifications__more:focus,
.adviser-profile__qualifications__more:active {
  color: #c0e0f7;
}

.adviser-profile__accreditations ul>li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.adviser-profile__accreditations ul>li:last-child {
  margin-right: 0;
}

.adviser-profile__accreditations ul>li img {
  max-height: 50px;
  width: auto !important;
}

.adviser-profile__contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: inline-block;
}

.adviser-profile__contact__wrapper {
  margin-bottom: 0;
}

.adviser-profile__contact__wrapper>li {
  width: 100%;
  float: left;
  border-left: 1px solid #e1e7eb;
  text-align: center;
}

.our-advisers .adviser-profile__contact__wrapper>li {
  width: 100%;
}

.adviser-profile__contact__wrapper>li:first-child {
  border-left: 0;
}

.adviser-profile__contact__wrapper>li>a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.81818182;
}

.adviser-profile__contact__wrapper>li>a:hover,
.adviser-profile__contact__wrapper>li>a:focus {
  text-decoration: none;
}

.rb-enquiry-form:focus {
  outline: none;
}

.rb-enquiry-form .enquiry-form__email-consent {
  font-size: 13px;
}

.rb-enquiry-form .enquiry-form__email-consent input[type=checkbox]+span {
  line-height: 19px;
}

.rb-enquiry-form .enquiry-form__email-consent input[type=checkbox]+span:before {
  font-size: 13px;
  margin-right: 2px;
}

.rb-enquiry-form__container {
  transition: margin-top .3s;
}

.rb-enquiry-form .rb-enquiry-screen {
  padding: 30px 30px;
  position: relative;
  color: #4d4d4d;
  min-height: 530px;
}

@media screen and (max-width:420px) {
  .rb-enquiry-form .rb-enquiry-screen {
    padding: 30px 0;
  }
}

@media screen and (max-width:767px) {
  .rb-enquiry-form .rb-enquiry-screen {
    padding: 30px 0;
  }
}

@media screen and (max-width:1766px) {
  .rb-enquiry-form .rb-enquiry-screen {
    padding: 30px 10px;
  }
}

.rb-enquiry-form .rb-enquiry-screen p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .rb-enquiry-form .rb-enquiry-screen p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.rb-enquiry-form .rb-enquiry-screen .thank-you {
  text-align: center;
}

.rb-enquiry-form .rb-enquiry-screen .thank-you__title {
  font-size: 70px;
  line-height: 60px;
  font-family: galano_grotesqueextrabold,Arial Black,Helvetica,sans-serif;
  margin-top: 60px;
}

@media screen and (max-width:767px) {
  .rb-enquiry-form .rb-enquiry-screen .thank-you__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.rb-enquiry-form .rb-enquiry-screen .thank-you__message {
  font-size: 22px;
  line-height: 28px;
}

.rb-enquiry-form .rb-enquiry-screen .next-steps {
  text-align: center;
}

.rb-enquiry-form .rb-enquiry-screen .next-steps__title {
  margin-top: 110px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width:767px) {
  .rb-enquiry-form .rb-enquiry-screen .next-steps__title {
    margin-top: 60px;
  }
}

.rb-enquiry-form .rb-enquiry-screen .next-steps__title span {
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  z-index: 10;
}

.rb-enquiry-form .rb-enquiry-screen .next-steps__title:before {
  content: ' ';
  background-color: #ededed;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
}

.rb-enquiry-form .rb-enquiry-screen .next-steps__article {
  font-size: 26px;
  line-height: 38px;
}

.enquiry-form .ub-ng-validation-message {
  font-size: 13px;
}

.enquiry-form--offcanvas .ub-ng-validation-message {
  color: #f8e71c;
}

.enquiry-form--inline .ub-ng-validation-message {
  color: #d93333;
}

.ng-submitted .enquiry-form-recaptcha.ng-invalid {
  padding: 10px;
}

.enquiry-form--inverted {
  opacity: 1;
  color: #fff;
}

.enquiry-form--inverted::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

.enquiry-form--inverted:-ms-input-placeholder {
  color: #ddd;
}

.enquiry-form--inverted::-webkit-input-placeholder {
  color: #ddd;
}

.enquiry-form--inverted .ng-touched.ng-invalid::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.enquiry-form--inverted .ng-touched.ng-invalid:-ms-input-placeholder {
  color: #888;
}

.enquiry-form--inverted .ng-touched.ng-invalid::-webkit-input-placeholder {
  color: #888;
}

.enquiry-form--inverted .ub-ng-validation-message.color-default {
  color: #788791;
}

.pension-form-subtitle {
  font-size: 20px;
}

.pension-form-last-page-forward-content {
  margin-top: 20px;
}

.pension-form-last-page-forward-content .btn {
  font-weight: bold;
  padding: 10px 20px;
}

.navmenu-fixed-right .loading-progress {
  position: absolute;
}

@media (max-width:970px) {
  .enquiry-form--inverted .btn--icon {
    font-size: 13px;
    padding: 8px 12px;
  }

  .enquiry-form--inverted .btn--icon:before {
    display: none;
  }
}

@media (max-width:768px) {
  .enquiry-form--inverted .block--bottom--sm .col-xs-12 {
    margin-bottom: 10px;
  }
}

.rb-enquiry-form [class^="col-lg-"],
.rb-enquiry-form [class^="col-md-"],
.rb-enquiry-form [class^="col-sm-"],
.rb-enquiry-form [class^="col-xs-"],
.rb-enquiry-form [class*="col-lg-"],
.rb-enquiry-form [class*="col-md-"],
.rb-enquiry-form [class*="col-sm-"],
.rb-enquiry-form [class*="col-xs-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.rb-enquiry-form .h_block_title {
  text-align: left;
  color: #010101;
  margin: 0 0 30px;
}

.rb-enquiry-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.rb-enquiry-form form:focus,
.rb-enquiry-form label:focus,
.rb-enquiry-form .rb-enquiry-form:focus,
.rb-enquiry-form form div:focus,
.rb-enquiry-form label div:focus,
.rb-enquiry-form .rb-enquiry-form div:focus {
  outline: none;
}

.rb-enquiry-form .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
}

.rb-enquiry-form .btn-group.open~label,
.rb-enquiry-form .rb-form-control:focus~label {
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 5px;
  background-color: #fff;
  font-size: 15px;
  transition: all .2s;
  color: #00b6ed;
}

.rb-enquiry-form .btn-group.open~label .label-description,
.rb-enquiry-form .rb-form-control:focus~label .label-description {
  display: none;
}

.rb-enquiry-form input[type="text"]~label,
.rb-enquiry-form textarea~label {
  cursor: text;
}

.rb-enquiry-form button.multiselect {
  background: white;
}

.rb-enquiry-form .ng-submitted .ub-form-field.ng-invalid.ub-invalid-outline {
  background: transparent;
}

.rb-enquiry-form .ng-submitted .ub-form-field.ng-invalid.ub-invalid-outline:not(.enquiry-form-recaptcha) {
  box-shadow: none;
}

.rb-enquiry-form .ng-submitted .form-group.ub-invalid .rb-form-control {
  border: 1px solid #f26522;
}

.rb-enquiry-form .ng-submitted .form-group.ub-invalid>label {
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 5px;
  font-size: 15px;
  transition: all .2s;
}

.rb-enquiry-form .ng-submitted .form-group.ub-invalid>label span {
  display: none;
}

.rb-enquiry-form .ng-submitted .form-group.ub-invalid>label .error {
  display: block;
  color: #f26522;
}

.rb-enquiry-form .checkbox--custom input[type=checkbox]+span:before,
.rb-enquiry-form .checkbox--custom input[type=radio]+span:before,
.rb-enquiry-form .radio--custom input[type=checkbox]+span:before,
.rb-enquiry-form .radio--custom input[type=radio]+span:before {
  width: 18px;
  height: 18px;
}

.rb-enquiry-form .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #b1b1b1;
}

.rb-enquiry-form .enquiry-form-recaptcha {
  margin-bottom: 0;
  padding: 23px 0;
  background-color: #f9f9f9;
  border: 1px solid #c4c8cc;
}

@media screen and (max-width:430px) {
  .rb-enquiry-form .enquiry-form-recaptcha {
    margin-left: -20px;
    margin-right: -20px;
    border-left: 0;
    border-right: 0;
    margin-bottom: .5em;
  }
}

.rb-enquiry-form .enquiry-form-recaptcha>div>div {
  margin: auto;
}

.rb-enquiry-form .multiselect-selected-text {
  display: none;
}

.rb-enquiry-form .filled .multiselect-selected-text {
  display: block;
}

.rb-enquiry-form .small-label .form-group>label {
  font-size: 15px;
  top: 14px;
}

.rb-enquiry-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.rb-enquiry-form .form-group textarea {
  resize: vertical;
  display: block;
}

.rb-enquiry-form .form-group>label {
  position: absolute;
  left: 10px;
  margin-bottom: 0;
  padding: 0 5px;
  background-color: #fff;
  font-size: 18px;
  color: #b1b1b1;
  z-index: 3;
  transition: all .2s;
  font-weight: 400;
}

.rb-enquiry-form .form-group>label.small {
  font-size: 15px;
  top: 15px;
}

.rb-enquiry-form .form-group>label span {
  display: block;
}

.rb-enquiry-form .form-group>label span.error {
  display: none;
}

.rb-enquiry-form .form-group textarea+label {
  top: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.rb-enquiry-form .form-group--sm>label {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
}

.rb-enquiry-form .form-group .rb-form-control {
  width: 100%;
  line-height: 26px;
  border-radius: 2px;
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
  padding: 10px;
  font-size: 18px;
  border: 1px solid #c4c8cc;
  min-height: 50px;
}

.rb-enquiry-form .form-group .rb-form-control.form-control--sm {
  min-height: 0;
  height: 40px;
}

.rb-enquiry-form .form-group .rb-form-control.form-control--sm~label {
  font-size: 15px;
}

.rb-enquiry-form .form-group .rb-form-control:focus {
  outline: none;
  border: 1px solid #00b6ed;
}

.rb-enquiry-form .form-group .rb-form-control:focus~label {
  color: #00b6ed;
}

.rb-enquiry-form .form-group .rb-form-control:focus .label-description {
  display: none;
}

.rb-enquiry-form .form-group.filled>label {
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 5px;
  background-color: #fff;
  font-size: 15px;
  transition: all .2s;
}

.rb-enquiry-form .form-group.filled>label .label-description {
  display: none;
}

.rb-enquiry-form__action-bar {
  border-top: 1px solid #e0eaeb;
  padding-top: 30px;
  text-align: right;
}

@media screen and (min-width:991px) and (max-width:1279px) {
  .rb-enquiry-form__action-bar button.btn {
    font-size: 15px;
  }
}

@media screen and (max-width:1279px) {
  .rb-enquiry-form__action-bar {
    padding-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .rb-enquiry-form__action-bar .btn {
    display: block;
    width: 100%;
  }
}

.rb-enquiry-form__action-bar-note {
  display: none;
  float: left;
  line-height: 46px;
  color: #87a6ad;
  font-size: 15px;
}

@media screen and (max-width:1279px) {
  .rb-enquiry-form__action-bar-note {
    font-size: 13px;
  }
}

.rb-enquiry-form__action-bar-note svg {
  width: 17px;
  height: 21px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.rb-enquiry-form__container-box {
  border-radius: 7px;
  background-color: white;
  padding: 40px 40px 30px;
}

.rb-enquiry-form__container-box:focus {
  outline: none;
}

@media screen and (max-width:991px) {
  .rb-enquiry-form__container-box {
    border-radius: 0 0 7px 7px;
  }
}

@media screen and (max-width:430px) {
  .rb-enquiry-form__container-box {
    padding: 20px;
  }
}

.rb-enquiry-form .adviser-badge {
  margin: 0 3px 5px;
  height: 70px;
  width: 75px;
  position: relative;
}

.rb-enquiry-form .adviser-badge:first-child {
  margin-left: 0;
}

.rb-enquiry-form .adviser-badge:last-child {
  margin-right: 0;
}

.rb-enquiry-form .adviser-badge--checked .adviser-badge__label {
  color: white;
}

.rb-enquiry-form .adviser-badge--checked:before {
  content: ' ';
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 2px solid;
  background-color: #ffffff;
}

.rb-enquiry-form .adviser-badge--checked>div:before {
  content: ' ';
  position: absolute;
  width: 6px;
  height: 9px;
  top: 0px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.rb-enquiry-form .adviser-badge--checked.adviser-badge_pension {
  background-color: #00747f;
}

.rb-enquiry-form .adviser-badge--checked.adviser-badge_financial {
  background-color: #00b6ed;
}

.rb-enquiry-form .adviser-badge--checked.adviser-badge_investment {
  background-color: #9b1c52;
}

.rb-enquiry-form .adviser-badge--checked.adviser-badge_mortgage {
  background-color: #ccdc29;
}

.rb-enquiry-form .adviser-badge--checked:hover.adviser-badge_pension {
  color: #00747f;
}

.rb-enquiry-form .adviser-badge--checked:hover.adviser-badge_financial {
  color: #00b6ed;
}

.rb-enquiry-form .adviser-badge--checked:hover.adviser-badge_investment {
  color: #9b1c52;
}

.rb-enquiry-form .adviser-badge--checked:hover.adviser-badge_mortgage {
  color: #ccdc29;
}

@media screen and (max-width:1500px) and (min-width:1200px) {
  .rb-enquiry-form .adviser-badge__label {
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
  }
}

.rb-enquiry-form .adviser-badge__label:after {
  display: none;
}

.rb-enquiry-form__badges-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rb-enquiry-form__badges-group .label-rich {
  text-align: right;
  font-weight: 700;
  line-height: 70px;
}

@media screen and (max-width:1279px) {
  .rb-enquiry-form__badges-group .label-rich {
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.rb-enquiry-form__badges {
  font-size: 0;
}

@media screen and (max-width:1279px) {
  .rb-enquiry-form__badges {
    text-align: center;
  }
}

.rb-enquiry-form__error .ub-ng-validation-message {
  font-size: 21px;
}

.generic-enquiry-steps__wrapper {
  background: white;
  margin-right: -40px;
  border-radius: 7px 0 0 7px;
  margin-top: 40px;
  padding: 35px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

@media screen and (max-width:1279px) {
  .generic-enquiry-steps__wrapper {
    margin-top: 10px;
  }
}

@media screen and (max-width:991px) {
  .generic-enquiry-steps__wrapper {
    margin-top: 20px;
    margin-right: 0;
    border-radius: 7px 7px 0 0;
  }
}

.generic-enquiry-steps__header {
  color: #242424;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 44px;
  line-height: 42px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

@media screen and (max-width:460px) {
  .generic-enquiry-steps__header {
    font-size: 36px;
    line-height: 34px;
  }
}

.generic-enquiry-steps__header:after {
  content: ' ';
  display: block;
  position: absolute;
  background: transparent url(/bundles/appsite/css/img/marker-strokes-01.png) no-repeat;
  bottom: -10px;
  left: 0;
  width: 257px;
  height: 16px;
  z-index: -1;
}

.generic-step {
  clear: both;
  margin-bottom: 30px;
}

.generic-step:last-child {
  margin-bottom: 0;
}

.generic-step__digit {
  float: left;
  font-size: 60px;
  line-height: 54px;
  font-weight: 200;
  color: #a3bbbc;
}

.generic-step--active .generic-step__digit {
  color: #f26522;
}

.generic-step__title,
.generic-step__description {
  padding-left: 45px;
}

.generic-step__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
}

.generic-enquiry-a {
  background: #00747f url(/bundles/appsite/css/img/bg-unbiased-logos.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

.generic-enquiry-a.sonata-generic-enquiry-block-form-widget {
  background: none;
  background-size: inherit;
}

.generic-enquiry-a .header-block {
  color: white;
  text-align: center;
  margin: 2em 0;
}

@media screen and (max-width:991px) {
  .generic-enquiry-a .header-block {
    margin-bottom: 0;
  }
}

.generic-enquiry-a .header-block__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -1px;
}

@media screen and (max-width:460px) {
  .generic-enquiry-a .header-block__title {
    font-size: 30px;
    line-height: 34px;
  }
}

.generic-enquiry-a .header-block__lead {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
}

@media screen and (max-width:460px) {
  .generic-enquiry-a .header-block__lead {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
  }
}

@media screen and (max-width:767px) {
  .generic-enquiry-a .rb-enquiry-form {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.generic-enquiry-a .rb-enquiry-form__container-box {
  box-shadow: 0 0 80px rgba(0,0,0,0.07);
}

@media screen and (max-width:767px) {
  .generic-enquiry-a .rb-enquiry-form__container-box {
    border-radius: 0px;
  }
}

.ifa-upgrade-moose-pilot .generic-enquiry-steps__wrapper {
  margin-top: 10px;
  box-shadow: none;
  background-color: transparent;
}

.ifa-upgrade-moose-pilot .generic-enquiry-rich .form-block {
  padding: 50px 0;
}

@media (max-width:767px) {
  .page-butterflies .generic-enquiry-steps__wrapper {
    padding: 0 0 30px;
  }
}

@media (min-width:768px) {
  .page-butterflies .generic-enquiry-rich .hero-block__header {
    margin-top: 100px;
  }
}

@media (min-width:768px) {
  .page-butterflies .generic-enquiry-rich .hero-block .container {
    min-height: 400px;
  }
}

@media (min-width:768px) {
  .page-butterflies .generic-enquiry-rich .hero-block__action {
    margin-bottom: 100px;
  }
}

.generic-enquiry-rich {
  margin-top: -20px;
  width: 100%;
  padding-top: 20px;
}

.generic-enquiry-rich .section-title {
  text-align: center;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 44px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .generic-enquiry-rich .section-title {
    font-size: 36px;
    line-height: 36px;
  }
}

.generic-enquiry-rich .hero-block {
  border-bottom: 1px solid #f2f2f2;
}

.generic-enquiry-rich .hero-block--ifa {
  background: url('/bundles/appsite/img/gen-enq/hero-ifa.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.generic-enquiry-rich .hero-block--ifa .hero-block__header,
.generic-enquiry-rich .hero-block--ifa .hero-block__lead {
  color: #ffffff;
}

.generic-enquiry-rich .hero-block--ifa-upgrade {
  background: url('/bundles/appsite/img/gen-enq/hero-ifa-upgrade.jpg');
  background-size: 1920px;
  position: relative;
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__moose-pilot {
  position: absolute;
  width: 502px;
  left: 0;
  top: -100px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media (max-width:850px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__moose-pilot {
    -webkit-transform: translate(-95%, 0);
    -ms-transform: translate(-95%, 0);
    transform: translate(-95%, 0);
  }
}

@media (max-width:767px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__moose-pilot {
    display: none;
  }
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__moose-butterflies {
  position: absolute;
  width: 470px;
  left: -50px;
  top: -60px;
  -webkit-transform: translate(-95%, 0);
  -ms-transform: translate(-95%, 0);
  transform: translate(-95%, 0);
}

@media (max-width:850px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__moose-butterflies {
    -webkit-transform: translate(-95%, 0);
    -ms-transform: translate(-95%, 0);
    transform: translate(-95%, 0);
  }
}

@media (max-width:767px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__moose-butterflies {
    display: none;
  }
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__plane {
  position: absolute;
  right: 15%;
  top: 0px;
  height: 211px;
}

@media (max-width:1279px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__plane {
    display: none;
  }
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__butterfly {
  position: absolute;
  right: 350px;
  top: 60px;
  height: 72px;
  z-index: 3;
}

@media (max-width:1279px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__butterfly {
    display: none;
  }
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__header {
  font-size: 50px;
  line-height: 1.1;
  position: relative;
}

@media (max-width:550px) {
  .generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__header {
    font-size: 40px;
  }
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__lead {
  font-size: 19px;
  line-height: 1.4;
}

.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__header,
.generic-enquiry-rich .hero-block--ifa-upgrade .hero-block__lead {
  color: #ffffff;
}

.generic-enquiry-rich .hero-block--butterflies {
  background: url('/bundles/appsite/img/gen-enq/hero-dark.jpg');
}

.generic-enquiry-rich .hero-block--butterflies .hero-block__action .btn-hero {
  background-image: linear-gradient(to bottom, #fa6805 0, #e34627 100%);
  padding: 14px 20px;
  font-size: 22px;
  line-height: 24px;
  border: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  color: #fff;
}

.generic-enquiry-rich .hero-block--mortgage {
  background: url('/bundles/appsite/img/gen-enq/hero-mortgage.jpg') bottom left no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.generic-enquiry-rich .hero-block--mortgage .hero-block__header {
  font-size: 40px;
  line-height: 44px;
}

.generic-enquiry-rich .hero-block--accountant {
  background: url('/bundles/appsite/img/gen-enq/hero-accountant.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.generic-enquiry-rich .hero-block--solicitor {
  background: url('/bundles/appsite/img/gen-enq/hero-solicitor.jpg') bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.generic-enquiry-rich .hero-block--solicitor .hero-block__header,
.generic-enquiry-rich .hero-block--solicitor .hero-block__lead {
  color: #ffffff;
}

.generic-enquiry-rich .hero-block--pension {
  background: url('/bundles/appsite/img/about-us/hero.jpg') no-repeat;
  background-size: cover;
}

.generic-enquiry-rich .hero-block .container {
  min-height: 580px;
  position: relative;
}

@media screen and (max-width:1600px) {
  .generic-enquiry-rich .hero-block .container {
    min-height: 506px;
  }
}

@media screen and (max-width:1279px) {
  .generic-enquiry-rich .hero-block .container {
    min-height: 436px;
  }
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .hero-block .container {
    min-height: 335px;
  }
}

@media screen and (max-width:767px) {
  .generic-enquiry-rich .hero-block .container {
    min-height: 0;
  }
}

.generic-enquiry-rich .hero-block .container .hero-img {
  content: ' ';
  display: block;
  background: url(/bundles/appsite/css/img/hero-all-in-one-rich.png) no-repeat;
  background-size: contain;
  width: 1176px;
  height: 690px;
  position: absolute;
  right: -80px;
  top: -10px;
}

@media screen and (max-width:1600px) {
  .generic-enquiry-rich .hero-block .container .hero-img {
    width: 1000px;
    right: 0;
    top: 5px;
  }
}

@media screen and (max-width:1279px) {
  .generic-enquiry-rich .hero-block .container .hero-img {
    width: 860px;
  }
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .hero-block .container .hero-img {
    width: 90%;
    top: -8px;
  }
}

.generic-enquiry-rich .hero-block__header {
  color: #242424;
  font-size: 44px;
  line-height: 46px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 140px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:1279px) {
  .generic-enquiry-rich .hero-block__header {
    margin-top: 90px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .hero-block__header {
    font-size: 24px;
    line-height: 24px;
    margin-top: 60px;
  }
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .hero-block__header {
    margin-top: 30px;
  }
}

.generic-enquiry-rich .hero-block__lead {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  color: #242424;
  z-index: 2;
}

@media screen and (max-width:1279px) {
  .generic-enquiry-rich .hero-block__lead {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.generic-enquiry-rich .hero-block__action {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.generic-enquiry-rich .form-block {
  background: url(/bundles/appsite/css/img/bg-unbiased-logos-white.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .form-block {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .generic-enquiry-rich .form-block {
    padding: 30px 0 0;
  }
}

.generic-enquiry-rich .header-block {
  color: #4d4d4d;
  text-align: center;
  margin: 2em 0;
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .header-block {
    margin-bottom: 0;
  }
}

.generic-enquiry-rich .header-block__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -1px;
}

@media screen and (max-width:460px) {
  .generic-enquiry-rich .header-block__title {
    font-size: 30px;
    line-height: 34px;
  }
}

.generic-enquiry-rich .header-block__lead {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
}

@media screen and (max-width:460px) {
  .generic-enquiry-rich .header-block__lead {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
  }
}

@media screen and (max-width:767px) {
  .generic-enquiry-rich .rb-enquiry-form {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.generic-enquiry-rich .rb-enquiry-form__container-box {
  box-shadow: 0 0 80px rgba(0,0,0,0.07);
}

@media screen and (max-width:767px) {
  .generic-enquiry-rich .rb-enquiry-form__container-box {
    border-radius: 0px;
  }
}

.generic-enquiry-rich .icons-block {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 1px solid #f2f2f2;
}

@media screen and (max-width:991px) {
  .generic-enquiry-rich .icons-block {
    padding-top: 50px;
  }
}

.enquiry-callback {
  text-align: left;
  display: table;
  width: 100%;
}

.enquiry-callback .checkbox--custom {
  margin-right: 5px;
  display: table-cell;
  width: 180px;
}

@media screen and (max-width:460px) {
  .enquiry-callback .checkbox--custom {
    display: block;
    width: auto;
  }
}

.rb-modal .enquiry-callback .enquiry__time-field--footer {
  margin-bottom: 0;
  display: table-cell;
}

.rb-modal .enquiry-callback .enquiry__time-field--footer .form-group {
  margin-bottom: 0;
}

@media screen and (max-width:460px) {
  .rb-modal .enquiry-callback .enquiry__time-field--footer {
    display: block;
    width: 100%;
  }
}

.cobrand-stripe {
  background-color: #ccdc29;
}

.cobrand-stripe__message {
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
}

@media screen and (max-width:991px) {
  .cobrand-stripe__message {
    text-align: center;
    padding-bottom: 10px;
  }
}

.cobrand-stripe__logo-container {
  text-align: right;
}

@media screen and (max-width:991px) {
  .cobrand-stripe__logo-container {
    text-align: center;
  }
}

.cobrand-stripe__logo {
  height: 60px;
  display: inline-block;
}

.rb-enquiry-form__cobrand {
  vertical-align: middle;
  margin-top: -5px;
  text-align: left;
}

@media screen and (max-width:1279px) {
  .rb-enquiry-form__cobrand {
    font-size: 13px;
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .rb-enquiry-form__cobrand {
    margin-top: 20px;
    text-align: center;
  }
}

.rb-enquiry-form__cobrand-logo {
  display: inline-block;
  margin-left: 5px;
  height: 60px;
}

@media screen and (max-width:1279px) {
  .rb-enquiry-form__cobrand-logo {
    height: auto;
    width: 120px;
  }
}

.rb-enquiry-form span.accountant-field {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.ub-country-selector {
  position: absolute;
}

.ub-country-selector>.dropdown-toggle {
  box-shadow: none;
  background: none;
  border-color: transparent;
  padding-left: 15px;
  padding-right: 18px;
}

.ub-country-selector>.dropdown-toggle:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  right: 0;
  top: 15px;
  bottom: 15px;
  background-color: #c4c8cc;
  z-index: 2;
}

.ub-country-selector__dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  min-width: 260px;
}

.ub-country-selector__dropdown-menu .iti-flag {
  margin-right: 6px;
}

.ub-country-selector__dropdown-menu.dropdown-menu a {
  padding-left: 14px;
}

.ub-country-selector__dial-code {
  color: #999;
}

.ub-country-selector--pad-1~.rb-form-control {
  padding-left: 98px !important;
}

.ub-country-selector--pad-2~.rb-form-control {
  padding-left: 108px !important;
}

.ub-country-selector--pad-3~.rb-form-control {
  padding-left: 118px !important;
}

.ub-country-selector--pad-4~.rb-form-control {
  padding-left: 128px !important;
}

.ub-country-selector-btn {
  border: 0;
  background-color: transparent !important;
}

.ub-country-selector .dropdown-header,
.ub-country-selector .dropdown-menu>li>a {
  white-space: normal;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width:500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0,0,0,0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0,0,0,0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0,0,0,0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.iti-flag {
  background-image: url("/bundles/appsite/lib/intl-tel-input/img/flags.png");
  display: inline-block;
  margin-right: 2px;
  box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-image: url("/bundles/appsite/lib/intl-tel-input/img/flags@2x.png");
  }
}

.why-use-an-adviser .first-section .sidebar h2 {
  font-size: 26px;
}

.why-use-an-adviser .first-section .sidebar h2:first-child {
  margin-top: 0;
}

.find-number-advisers-advice-areas .findanadviserblock h2 {
  display: none;
}

.find-number-advisers-advice-areas .findanadviserblock p {
  font-size: 15px;
  line-height: 1.33333333;
}

.find-number-advisers-advice-areas .findanadviserblock+a .icon-ub-featured-by-right {
  font-size: 11px;
  margin-left: 5px;
}

.b-advisers__item {
  margin-bottom: 40px;
}

.b-advisers__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.b-advisers__icon-inner {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  background: #ccdc29 linear-gradient(to top, transparent 0%, rgba(0,182,237,0.01) 100%);
}

.b-advisers__title,
.b-advisers__description {
  color: #242424;
  font-family: 'lato',Helvetica,Arial,sans-serif;
  line-height: 22px;
  text-align: center;
}

.b-advisers__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.b-advisers__description {
  font-size: 15px;
  height: 88px;
}

@media (min-width:992px) {
  .b-advisers__description {
    height: 110px;
  }
}

@media (min-width:1280px) {
  .b-advisers__description {
    height: 88px;
  }
}

.b-advisers .b-btn-holder {
  margin-top: 8px;
}

.b-advisers .b-btn-holder__btn {
  height: 44px;
  font-size: 16px;
  font-family: 'lato',Helvetica,Arial,sans-serif;
  padding: 10px 15px;
}

.b-advisers .b-btn-holder__btn .ladda-label {
  font-size: inherit;
  font-weight: inherit;
}

.b-find-adviser {
  background: #fcfcfa;
}

.b-find-adviser .b-panel {
  position: relative;
  top: -100px;
  margin-bottom: 10px;
}

.b-find-adviser .b-panel__inner {
  padding: 25px 20px 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.b-find-adviser .b-panel .dropdown-menu {
  border: 1px solid #00b6ed;
  border-radius: 3px;
  overflow-y: auto;
  max-height: 400px;
}

@media (max-width:767px) {
  .b-find-adviser .b-panel .dropdown-menu {
    max-height: 350px;
  }
}

.b-find-adviser .b-btn-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-find-adviser .b-btn-group__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 140px;
  width: 100%;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: 'lato',Helvetica,Arial,sans-serif;
  border: 1px solid transparent;
  color: currentColor;
  background: transparent;
  border-radius: 3px;
  line-height: 20px;
  padding: 14px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  text-transform: none;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
  transition: color 300ms cubic-bezier(.645, .045, .355, 1),background 300ms cubic-bezier(.645, .045, .355, 1),border 300ms cubic-bezier(.645, .045, .355, 1);
}

@media (max-width:767px) {
  .b-find-adviser .b-btn-group__btn {
    width: 100%;
  }
}

.b-find-adviser .b-btn-group__btn_default {
  color: #242424;
  background: #fff;
  border-color: #d9d9d9;
}

.no-js .b-find-adviser .b-btn-group__btn_default:hover,
.js.no-touchevents .b-find-adviser .b-btn-group__btn_default:hover {
  color: #242424;
  border-color: #00b6ed;
}

.no-js .b-find-adviser .b-btn-group__btn_default:hover,
.no-js .b-find-adviser .b-btn-group__btn_default:focus,
.js.no-touchevents .b-find-adviser .b-btn-group__btn_default:hover,
.js.no-touchevents .b-find-adviser .b-btn-group__btn_default:focus,
.js.touchevents .b-find-adviser .b-btn-group__btn_default:active {
  color: #242424;
  border-color: #00b6ed;
}

.b-find-adviser .b-btn-group__btn_dropdown-toggle {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.b-find-adviser .b-btn-group__btn_dropdown-toggle .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.b-find-adviser .b-btn-group__btn_dropdown-toggle .icon {
  display: block;
  line-height: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 300ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 300ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 300ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 300ms cubic-bezier(.645, .045, .355, 1);
}

.b-find-adviser .b-btn-group.open .b-btn-group__btn_default {
  color: #242424;
  border-color: #00b6ed;
}

.b-find-adviser .b-btn-group.open .b-btn-group__btn_default .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-find-adviser .b-form {
  position: relative;
  margin-bottom: 11px;
}

@media (min-width:768px) {
  .b-find-adviser .b-form {
    margin-bottom: 36px;
  }
}

.b-find-adviser .b-form__group {
  position: relative;
  padding: 0 10px;
}

@media (max-width:767px) {
  .b-find-adviser .b-form__group {
    margin-bottom: 25px;
  }
}

.b-find-adviser .b-form__group .b-find-adviser .b-form__group {
  margin-bottom: 0;
}

.b-find-adviser .b-form__label {
  position: absolute;
  left: 14px;
  top: 12px;
  margin: 0;
  padding: 0 6px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background: #fff;
  color: #969696;
  cursor: text;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  z-index: 3;
}

.b-find-adviser .b-form__label:hover,
.b-find-adviser .b-form__label:focus {
  cursor: text;
}

.b-find-adviser .b-form .b-form__group[class*='col'] .b-form__label {
  left: 25px;
  max-width: calc(100% - 68px);
}

.b-find-adviser .b-form__control {
  width: 100%;
  height: 50px;
  display: block;
  color: #242424;
  font-size: 15px;
  font-family: 'lato',Helvetica,Arial,sans-serif;
  font-weight: 400;
  background: #fff;
  background-clip: padding-box;
  padding: 10px 20px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
  transition: border 300ms cubic-bezier(.645, .045, .355, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.b-find-adviser .b-form .b-form__control:focus {
  border-color: #00b6ed !important;
}

.b-find-adviser .b-form .b-form__control:focus~.b-form__label {
  color: #00b6ed;
}

.b-find-adviser .b-form .b-form__group.filled .b-form__control:not(:focus)~.b-form__label {
  color: #87a6ad;
}

.b-find-adviser .b-form .b-form__group.filled .b-form__label,
.b-find-adviser .b-form .b-form__control:focus~.b-form__label {
  top: -1px;
  font-size: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width:768px) {
  .b-find-adviser .b-hero__inner {
    min-height: 850px;
  }
}

@media (min-width:1280px) {
  .b-find-adviser .b-hero__title {
    font-size: 70px;
  }
}

.b-find-adviser .b-hero__description {
  font-weight: 300;
}

@media (min-width:1280px) {
  .b-find-adviser .b-hero__description {
    font-size: 28px;
    line-height: 40px;
  }
}

.b-find-adviser .b-hero .b-btn-holder {
  margin-top: 30px;
}

.b-find-adviser .b-hero .b-btn-holder__btn {
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.mm-banner {
  padding: 20px 0;
  min-height: 140px;
  color: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-banner:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .95;
  background: #00747f url("/bundles/unbiasedmoneymakeover/img/bg-banner.jpg") top center / cover no-repeat;
  display: block;
}

@media screen and (max-width:767px) {
  .mm-banner {
    text-align: center;
    padding-top: 0;
  }
}

.mm-banner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: .5;
  color: #ffffff;
}

.mm-banner .close:hover {
  opacity: 1;
}

.mm-banner__img {
  max-width: none;
  position: absolute;
  right: 0;
  top: -45px;
}

.mm-banner__title {
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
}

@media screen and (max-width:1279px) {
  .mm-banner__title {
    margin-bottom: 4px;
    margin-top: 23px;
    font-size: 26px;
  }
}

@media screen and (max-width:991px) {
  .mm-banner__title {
    font-size: 23px;
  }
}

@media screen and (max-width:767px) {
  .mm-banner__title {
    font-size: 24px;
  }
}

.mm-banner__lead {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width:1279px) {
  .mm-banner__lead {
    font-size: 15px;
  }
}

@media screen and (max-width:991px) {
  .mm-banner__lead {
    font-size: 13px;
  }
}

@media screen and (max-width:767px) {
  .mm-banner__lead {
    font-size: 15px;
    line-height: 24px;
  }
}

.mm-banner__action {
  margin-top: 20px;
}

@media screen and (max-width:991px) {
  .mm-banner__action {
    margin-top: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width:767px) {
  .mm-banner__action {
    margin-top: 15px;
  }
}

.main-content,
.main-content-sidebar {
  position: relative;
}

.default-page .main-content img,
.default-page .main-content-sidebar img {
  margin-right: 20px;
  margin-bottom: 24px;
}

.main-content ul>li,
.main-content-sidebar ul>li,
.main-content ol>li,
.main-content-sidebar ol>li {
  margin-bottom: 12px;
}

.main-content img,
.main-content-sidebar img,
.main-content .generic-image,
.main-content-sidebar .generic-image {
  margin-bottom: 24px;
}

.main-content img.posleft,
.main-content-sidebar img.posleft,
.main-content .generic-image.posleft,
.main-content-sidebar .generic-image.posleft {
  max-width: 48%;
  float: left;
  display: inline;
  margin-right: 20px;
  margin-left: 0;
}

.main-content img.posright,
.main-content-sidebar img.posright,
.main-content .generic-image.posright,
.main-content-sidebar .generic-image.posright {
  max-width: 48%;
  float: right;
  display: inline;
  margin-left: 20px;
}

.main-content .kit-cms-first h2:first-of-type,
.main-content-sidebar .kit-cms-first h2:first-of-type {
  margin-top: 0;
}

.main-content img.alignleft,
.main-content-sidebar img.alignleft {
  max-width: 48%;
  float: left;
  display: inline;
  margin-right: 20px;
}

.main-content img.aligncenter,
.main-content-sidebar img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.main-content img.alignright,
.main-content-sidebar img.alignright {
  max-width: 48%;
  float: right;
  display: inline;
  margin-left: 20px;
}

.main-content__sidebar h2 {
  font-size: 24px;
}

.main-content__sidebar h2:first-child {
  margin-top: 0;
}

.main-content__sidebar h3 {
  font-size: 18px;
}

.main-content__sidebar__item img {
  float: left;
  margin-right: 20px;
}

.main-content__sidebar__item p:last-child,
.main-content__sidebar__item ul:last-child {
  margin-bottom: 0;
}

.main-content__sidebar__item li:before,
.main-content__sidebar__item li:after {
  display: table;
  content: " ";
}

.main-content__sidebar__item li:after {
  clear: both;
}

.main-content__sidebar__item li:before,
.main-content__sidebar__item li:after {
  display: table;
  content: " ";
}

.main-content__sidebar__item li:after {
  clear: both;
}

@media (min-width:992px) {
  .main-content__sidebar--equal-height {
    position: static;
  }

  .main-content__sidebar--equal-height:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 41.66666667%;
  }

  .main-content__sidebar--equal-height.section--light-grey:before {
    background-color: #f5f7f9;
  }
}

@media (min-width:1280px) {
  .main-content__sidebar--equal-height:before {
    width: 33.33333333%;
  }
}

.poll h1 label,
.poll .h1 label,
.poll h2 label,
.poll .h2 label,
.poll h3 label,
.poll .h3 label,
.poll h4 label,
.poll .h4 label,
.poll h5 label,
.poll .h5 label,
.poll h6 label,
.poll .h6 label {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
}

.poll-answers input {
  width: 10%;
  vertical-align: top;
  cursor: pointer;
}

.poll-answers label {
  width: 90%;
  text-align: left;
  cursor: pointer;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
}

.poll-results {
  text-align: left;
}

.poll-results__number {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
  width: 15%;
}

.poll-results__description {
  display: inline-block;
  margin-bottom: 5px;
  width: 80%;
}

.pull-right-absolute {
  position: absolute;
  right: 10px;
  top: 6px;
}

@media (min-width:768px) {
  .pull-right-absolute {
    top: 26px;
  }
}

.pull-right-absolute a {
  text-decoration: none;
  color: #024060;
}

.pull-right-absolute a:hover {
  color: #024060;
}

.h3+.pull-right-absolute {
  top: 2px;
}

@media (min-width:768px) {
  .h3+.pull-right-absolute {
    top: 22px;
  }
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0;
}

.m-0-bottom {
  margin-bottom: 0 !important;
}

.m-0-top {
  margin-top: 0 !important;
}

.p-0-bottom {
  padding-bottom: 0;
}

.p-0-top {
  padding-top: 0;
}

.relative {
  position: relative;
}

.max-height-1 {
  max-height: 48px;
}

.v-align-middle {
  vertical-align: middle;
}

.divider {
  border-top: 1px solid #e1e7eb;
  margin-bottom: 12px;
  margin-top: 12px;
}

.divide--top {
  border-top: 1px solid #e1e7eb;
}

.divide--bottom {
  border-bottom: 1px solid #e1e7eb;
}

.divide--left {
  border-left: 1px solid #e1e7eb;
}

.divide--right {
  border-right: 1px solid #e1e7eb;
}

.undivide {
  border: none;
}

.undivide--top {
  border-top: none;
}

.undivide--bottom {
  border-bottom: none;
}

.undivide--left {
  border-left: none;
}

.undivide--right {
  border-right: none;
}

.undivide--first>:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.undivide--last>:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.divide--bottom--pad {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e7eb;
}

.background-light-grey {
  background-color: #f0f3f5;
}

.background-blue {
  background-color: #00b6ed;
}

.background-green {
  background-color: #ccdc29;
}

.background-ochre {
  background-color: #dab028;
}

.share-join {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #e1e7eb;
}

.share-join .join input {
  width: 100%;
  background: #f0f3f5;
  border: 1px solid #f0f3f5;
  border-radius: 2px 0 0 2px;
  transition: border-color ease-in-out .15s,background ease-in-out .15s;
}

.share-join .join input:focus {
  background: #e7ecef;
  border: 1px solid #e7ecef;
}

@media (max-width:767px) {
  .share-join .join>div {
    text-align: center;
  }
}

.share-join .join label {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .share-join .join label {
    margin-top: 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .share-join .join label {
    float: right;
  }
}

.share-join .join .input-group {
  width: 100%;
}

.share-join iframe.join-result-container {
  display: none;
  height: 52px;
  width: 100%;
  border: 0px;
  overflow: hidden;
  margin-left: -5px;
  margin-top: -15px;
  margin-bottom: -5px;
}

@media (max-width:767px) {
  .share-join iframe.join-result-container {
    height: 72px;
  }
}

.share-join iframe.join-result-container {
  display: none;
  height: 52px;
  width: 100%;
  border: 0px;
  overflow: hidden;
  margin-left: -5px;
  margin-top: -15px;
  margin-bottom: -5px;
}

@media (max-width:767px) {
  .share-join iframe.join-result-container {
    height: 72px;
  }
}

.share-join .share {
  margin-top: 20px;
  text-align: center;
}

@media (min-width:992px) {
  .share-join .share {
    margin-top: 5px;
    text-align: left;
  }
}

.share-join .share .label {
  margin-right: 10px;
  margin-bottom: 0;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
}

.share-join .share a {
  font-size: 18px;
  line-height: 1;
  padding: 10px 8px;
  color: #00b6ed;
}

@media (max-width:767px) {
  .share-join .share a {
    margin-left: auto;
  }
}

.share-join .share a span {
  vertical-align: middle;
}

.share-join .share a:hover,
.share-join .share a:focus {
  text-decoration: none;
  color: #3b6c94;
}

@media (max-width:767px) {
  .share-join .share {
    text-align: center;
  }
}

.share--sm {
  margin-top: 10px;
}

.share--sm .label {
  line-height: 36px;
  margin-right: 10px;
}

.share--sm .label,
.share--sm ul {
  float: left;
  display: inline;
  margin-bottom: 0;
}

.share--sm li {
  float: left;
  display: inline;
}

.share--sm li:first-child a {
  padding-left: 0;
}

.share--sm a {
  float: left;
  color: #00b6ed;
  padding: 10px 8px;
  font-size: 19px;
  line-height: 1;
}

.share--sm a:hover,
.share--sm a:focus,
.share--sm a:active {
  text-decoration: none;
  color: #3b6c94;
}

.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

.service-dropdown-menu a {
  cursor: pointer;
}

.search-button {
  background-color: #ccdc29;
  color: #00747f;
}

.why-use-our-advisers ul li span {
  color: #ccdc29;
  margin: 5px;
}

.page-header {
  margin-top: 0;
  border-color: #e1e7eb;
}

.page-title {
  margin-top: 0;
}

.atss {
  top: 30% !important;
}

.ub-progress,
.loading-progress {
  width: 32px;
  height: 32px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  z-index: 99999;
  background: url("/bundles/appsite/img/loading-spin-primary.svg") no-repeat;
}

.ie.eight .ub-progress,
.ie.eight .loading-progress {
  background-image: url("/bundles/appsite/img/progress.gif");
  position: absolute;
}

.loading-progress {
  background: url("/bundles/appsite/img/loading-spin.svg") no-repeat;
}

@media (min-width:980px) and (max-width:1315px) {
  .post-page .container-fluid,
  .search-area-home,
  .homepage-news,
  .homepage-features,
  .homepage-advice-on,
  .homepage-as-featured-by,
  .polls-page,
  .why-use-an-adviser,
  .newsletter-signup.section--light-blue,
  .find-number-advisers-results,
  .planing-tools,
  .default-page,
  .site-map-page,
  .press-room-hero .hero__inner,
  .press-room-contact-us,
  .press-room-our-advice-ambassadors,
  .press-room-why-we-are-media-first-choice,
  .press-room-social-proof,
  .about-us-hero .hero__inner,
  .about-us-intro,
  .about-us-our-promise,
  .about-us-our-work,
  .about-us-social-proof,
  .about-us-our-stories-shared,
  .glossary {
    padding-left: 48px;
  }
}

.glossary .glossary-letter.muted:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

@media (min-width:980px) and (max-width:1280px) {
  .need-advice-on-page .main-content__article {
    padding-left: 60px;
  }
}

@media (min-width:980px) and (max-width:991px) {
  .need-advice-on-page .main-content__sidebar--equal-height {
    padding-left: 60px;
  }
}

@media (min-width:980px) {
  .you-should-also-consider {
    padding-left: 60px;
  }
}

.typer {
  background-color: rgba(41,55,64,0.5);
}

@media (min-width:980px) {

}

#about-us-page-body .trustpilot-widget {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

.ub-helper-pointer {
  cursor: pointer;
}

@media (max-width:767px) {
  .offset--xs--top--sm {
    margin-top: 12px;
  }

  .offset--xs--top--md {
    margin-top: 18px;
  }
}

.loading-block {
  height: 120px;
  background: url("/bundles/appsite/img/loading-spin-primary.svg") no-repeat center center;
}

.loading-block.loading-block--inverted {
  background: url("/bundles/appsite/img/loading-spin.svg") no-repeat center center;
}

.text-overflow--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-decoration--none {
  text-decoration: none !important;
}

.vam-children {
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

.vam-children:after {
  content: ' ';
  width: 0px;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.vam-children .vam-child {
  vertical-align: middle;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width:767px) {
  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.vspacer-20 {
  height: 20px;
}

.orange {
  color: #f26522;
}

.grid-row-hidden {
  display: none;
}

.national-product-featured {
  background-color: #FFF2EC;
  border: 1px solid #f26522;
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
}

.national-product__badge--beta {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
  color: #788791;
  font-size: 11px;
  line-height: 1.81818182;
  border-radius: 0 2px 0 4px;
}

body.modal-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fs-container {
  height: 744px;
}

@media (max-width:767px) {
  .fs-container {
    height: 696px;
  }
}

@media (max-width:1024px) {
  .fs-container {
    height: 450px;
  }
}

.fs-form-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media (max-width:1279px) {
  .fs-form-wrap h1 {
    font-size: 36px;
  }
}

@media (max-width:767px) {
  .fs-form-wrap h1,
  .fs-form-wrap h2,
  .fs-form-wrap h3 {
    text-align: left;
  }

  .fs-form-wrap h1 {
    font-size: 28px;
  }

  .fs-form-wrap h2 {
    font-family: 'lato','lato',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
  }
}

.fs-form {
  position: relative;
  text-align: left;
}

@media (max-width:767px) {
  .fs-form {
    margin-top: 24px;
  }
}

.no-js .fs-form {
  padding: 0;
}

.fs-form-overview {
  padding: 2.5em 30% 6em;
  width: 100%;
  height: 100%;
  background: #fffed8;
  color: #3b3f45;
  font-size: 1.2em;
}

.fs-form-overview .fs-fields::before {
  display: block;
  margin-bottom: 2.5em;
  color: #3b3f45;
  content: 'Review & Submit';
  font-weight: 700;
  font-size: 1.85em;
}

.fs-form.fs-show {
  -webkit-animation: animFadeIn .5s;
  animation: animFadeIn .5s;
}

@-webkit-keyframes animFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fs-form.fs-show .fs-fields {
  -webkit-animation: animMove .5s;
  animation: animMove .5s;
}

@-webkit-keyframes animMove {
  from {
    top: 100px;
  }
}

@keyframes animMove {
  from {
    top: 100px;
  }
}

.fs-form-full .fs-fields>li,
.fs-nav-dots,
.fs-progress,
.fs-numbers,
button.fs-continue,
.fs-message-error,
.fs-message-final,
button.fs-back {
  visibility: hidden;
}

.fs-no-progress .fs-nav-dots,
.fs-no-progress .fs-progress,
.fs-no-progress .fs-numbers {
  display: none;
}

.no-js .fs-form-full .fs-fields>li {
  visibility: visible;
}

.fs-show {
  visibility: visible !important;
}

.fs-form-wrap button {
  border: none;
  background: none;
}

.fs-form-wrap button[disabled] {
  opacity: .4;
  pointer-events: none;
}

.fs-form-wrap input:focus,
.fs-form-wrap textarea:focus,
.fs-form-wrap button:focus {
  outline: none;
}

.fs-form .fs-submit {
  display: none;
}

.fs-fields {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 0;
  list-style: none;
}

.fs-fields>li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
}

.fs-fields>li:hover {
  z-index: 999;
}

.js .fs-form-full .fs-fields>li {
  position: absolute;
  width: 100%;
}

.fs-form-overview .fs-fields>li,
.no-js .fs-form .fs-fields>li {
  margin: 1em 0 2em;
  padding: 0 0 2em 0;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

.fs-fields>li label {
  position: relative;
}

.fs-fields>li label.fs-field-label {
  display: inline-block;
  padding: 0 5px 1em 0;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 36px;
  pointer-events: none;
}

@media (max-width:767px) {
  .fs-fields>li label.fs-field-label {
    padding: 0 0 1em;
    font-size: 19px;
  }
}

.fs-fields>li label span.fs-field-label__subtitle {
  display: block;
  color: #ccc;
  color: rgba(255,255,255,0.8);
  font-size: 19px;
}

.fs-form-full .fs-fields>li label[data-info]::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255,255,255,0.4);
  color: #999;
  color: rgba(255,255,255,0.4);
  border-radius: 50%;
  content: 'i';
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 20px;
  cursor: pointer;
  pointer-events: auto;
}

.fs-form-full .fs-fields>li label[data-info]::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0;
  min-width: 200px;
  content: attr(data-info);
  font-size: .4em;
  color: #999;
  color: rgba(255,255,255,0.6);
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  opacity: 0;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  pointer-events: none;
}

@media (max-width:767px) {
  .fs-form-full .fs-fields>li label[data-info]::before {
    font-size: .6em;
  }
}

.fs-form-full .fs-fields>li label[data-info]:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fs-form-full .fs-fields>li label:hover~.fs-info,
.fs-form-full .fs-fields>li .fs-info:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.fs-fields input,
.fs-fields textarea {
  display: block;
  margin: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #f8e71c;
  background-color: transparent;
  color: #f8e71c;
  text-overflow: ellipsis;
  font-size: 36px;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  border-radius: 0;
}

.fs-form-overview .fs-fields input,
.fs-form-overview .fs-fields textarea {
  border-bottom-color: transparent;
}

@media (max-width:767px) {
  .fs-fields input,
  .fs-fields textarea {
    font-size: 19px;
  }
}

.fs-fields input:invalid,
.fs-fields textarea:invalid {
  box-shadow: none;
}

.fs-fields .radio label,
.fs-fields .checkbox label {
  text-indent: 6px;
}

.fs-fields .radio input[type="radio"],
.fs-fields .checkbox input[type="radio"],
.fs-fields .radio input[type="checkbox"],
.fs-fields .checkbox input[type="checkbox"] {
  top: 5px;
  width: auto;
}

.fs-form-overview .fs-fields input,
.fs-form-overview .fs-fields textarea {
  font-size: 36px;
}

.fs-fields textarea {
  padding: 12px;
  width: 100%;
  border: 2px solid rgba(255,255,255,0.2);
  background-color: transparent;
  font-size: 19px;
  resize: none;
}

.fs-form-overview .fs-fields textarea {
  color: rgba(0,0,0,0.5);
}

.fs-fields textarea:focus {
  outline: none;
}

.fs-form-overview .fs-fields textarea {
  padding: 0;
  border-color: transparent;
}

.fs-form-overview .fs-fields textarea:focus {
  background: #fffed8;
}

.fs-form div.cs-select.cs-skin-boxes {
  display: block;
}

.fs-form-overview .cs-skin-boxes>span {
  border-radius: 5px;
  width: 90px;
  height: 70px;
  font-size: .8em;
}

.fs-form-overview .cs-skin-boxes>span::before {
  padding-top: 50px;
  box-shadow: 0 20px 0 #292c30,inset 0 -5px #292c30;
}

.fs-fields input.fs-mark {
  padding-left: 1em;
  background-image: url(/bundles/appsite/js/plugins/fullscreen-form/img/dollar.svg);
  background-position: 0% .15em;
  background-size: auto 75%;
  background-repeat: no-repeat;
}

.fs-fields input.fs-mark[required] {
  background-image: url(/bundles/appsite/js/plugins/fullscreen-form/img/dollar.svg),url(/bundles/appsite/js/plugins/fullscreen-form/img/abacusstar.svg);
  background-position: 0% .15em,top right;
  background-size: auto 75%, 18px;
  background-repeat: no-repeat;
}

.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
  color: #e1db99;
  color: rgba(248,231,28,0.5);
}

.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
  color: #e1db99;
  color: rgba(248,231,28,0.5);
}

.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
  color: #e1db99;
  color: rgba(248,231,28,0.5);
}

.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
  color: #e1db99;
  color: rgba(248,231,28,0.5);
}

.fs-fields input:focus::-webkit-input-placeholder {
  color: transparent;
}

.fs-nav-dots {
  position: absolute;
  top: 50%;
  right: 60px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-nav-dots button {
  position: relative;
  display: block;
  padding: 0;
  margin: 16px 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

.fs-nav-dots button::before,
.fs-nav-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  background-color: rgba(0,0,0,0.4);
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fs-nav-dots button::after {
  background-color: rgba(0,0,0,0.4);
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}

.fs-nav-dots button.fs-dot-current {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}

.fs-nav-dots button:hover::before,
.fs-nav-dots button.fs-dot-current::before {
  background: #fff;
}

.fs-progress {
  position: absolute;
  top: 0;
  width: 0%;
  height: 4px;
  background: #e74c3c;
  transition: width .3s ease-in-out;
}

.fs-numbers {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  color: #666;
  color: rgba(255,255,255,0.4);
  margin: 40px;
  width: 2em;
  font-size: 2em;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  cursor: default;
}

.fs-numbers:after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: '/';
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  opacity: .4;
  left: 0;
}

.fs-numbers span {
  float: right;
  width: 40%;
  text-align: center;
}

.fs-numbers .fs-number-current {
  float: left;
}

.fs-numbers .fs-number-new {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.fs-numbers.fs-show-next .fs-number-new {
  -webkit-animation: animMoveUpFromDown .4s both;
  animation: animMoveUpFromDown .4s both;
}

@-webkit-keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fs-numbers.fs-show-next .fs-number-current {
  -webkit-animation: animMoveUp .4s both;
  animation: animMoveUp .4s both;
}

@-webkit-keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.fs-numbers.fs-show-prev .fs-number-new {
  -webkit-animation: animMoveDownFromUp .4s both;
  animation: animMoveDownFromUp .4s both;
}

@-webkit-keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fs-numbers.fs-show-prev .fs-number-current {
  -webkit-animation: animMoveDown .4s both;
  animation: animMoveDown .4s both;
}

@-webkit-keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
  }
}

@keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

button.fs-submit,
button.fs-continue,
button.fs-back {
  padding: .6em 1.5em;
  border: 1px solid #ccc;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 7px;
  color: #ccc;
  color: rgba(255,255,255,0.8);
  transition: all .15s ease;
}

.fs-form-overview .fs-submit,
.no-js .fs-form .fs-submit {
  display: block;
  float: right;
}

.fs-form-overview .fs-submit {
  border-color: #232529;
  color: #232529;
}

button.fs-continue,
button.fs-back {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 40px 60px 0;
  font-size: 1.25em;
}

button.fs-submit:hover,
button.fs-submit:focus,
button.fs-continue:hover,
button.fs-back:hover {
  color: #fff;
  border-color: #fff;
}

button.fs-back {
  right: 160px;
}

.fs-continue::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  line-height: 3;
  text-align: center;
  background: transparent;
  color: #666;
  color: rgba(255,255,255,0.4);
  content: 'or press ENTER';
  font-size: .65em;
  pointer-events: none;
}

.fs-last .fs-continue:after {
  content: '';
}

.fs-last .fs-back {
  right: 140px;
}

.fs-message-error {
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 800;
  color: #ed7669;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0);
}

.fs-message-error.fs-show {
  opacity: 1;
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.fs-form li.fs-current {
  visibility: visible;
}

.fs-form li.fs-hide,
.fs-form li.fs-show {
  pointer-events: none;
}

.fs-form .fs-display-next .fs-hide {
  visibility: visible;
}

.fs-form .fs-display-next .fs-hide .fs-anim-lower,
.fs-form .fs-display-next .fs-hide .fs-anim-upper {
  -webkit-animation: animHideNext .5s cubic-bezier(.7, 0, .3, 1) forwards;
  animation: animHideNext .5s cubic-bezier(.7, 0, .3, 1) forwards;
}

.fs-form .fs-display-next .fs-hide .fs-anim-lower {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@-webkit-keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}

@keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}

.fs-form .fs-display-next .fs-show .fs-anim-lower,
.fs-form .fs-display-next .fs-show .fs-anim-upper {
  -webkit-animation: animShowNext .5s cubic-bezier(.7, 0, .3, 1) both .15s;
  animation: animShowNext .5s cubic-bezier(.7, 0, .3, 1) both .15s;
}

.fs-form .fs-display-next .fs-show .fs-anim-lower {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}

@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}

.fs-form .fs-display-prev .fs-hide {
  visibility: visible;
}

.fs-form .fs-display-prev .fs-hide .fs-anim-lower,
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation: animHidePrev .5s cubic-bezier(.7, 0, .3, 1) forwards;
  animation: animHidePrev .5s cubic-bezier(.7, 0, .3, 1) forwards;
}

.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}

@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}

.fs-form .fs-display-prev .fs-show .fs-anim-lower,
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation: animShowPrev .5s cubic-bezier(.7, 0, .3, 1) both .15s;
  animation: animShowPrev .5s cubic-bezier(.7, 0, .3, 1) both .15s;
}

.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}

@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}

input[type=text]::-ms-clear {
  display: none;
}

@media (max-width:991px) {
  .fs-form-wrap {
    font-size: 70%;
  }

  .fs-form {
    top: 0;
    right: 2em;
    left: 0;
    padding: 0;
    width: auto;
    font-size: 16px;
  }

  .fs-form.fs-form-overview {
    top: 0;
    right: 0;
    padding: 1.5em 1em 8em 1em;
    font-size: 1.5em;
  }

  .fs-title {
    padding: 20px;
  }

  .fs-numbers {
    margin: 20px;
  }

  .fs-nav-dots {
    right: 25px;
  }

  button.fs-continue,
  button.fs-back {
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 50px 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2em;
    z-index: 2;
  }

  button.fs-continue::before,
  button.fs-back::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '\2192';
    text-align: center;
    font-size: 1em;
    line-height: 50px;
  }

  .fs-continue::after {
    content: '';
  }

  button.fs-back {
    right: 80px;
  }

  button.fs-back::before {
    content: '\2190';
  }

  .fs-last button.fs-back {
    right: 80px;
  }

  button.fs-submit {
    width: 100%;
    font-size: 1.25em;
  }

  .fs-message-error {
    bottom: 1.75em;
    left: 0;
    padding-left: 1em;
    font-size: 1.5em;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    text-align: left;
    float: left;
    z-index: 1;
  }

  .fs-message-error.fs-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pensions-form :invalid {
  box-shadow: none;
}

.pensions-form :-moz-submit-invalid {
  box-shadow: none;
}

.pensions-form :-moz-ui-invalid {
  box-shadow: none;
}

.pensions-form .checkbox--custom label span:before,
.pensions-form .radio--custom label span:before {
  border: 1px solid white !important;
}

.pensions-form .checkbox--custom,
.pensions-form .radio--custom {
  padding-top: 0;
}

.find-suitable-adviser-form .checkbox--custom label span:before,
.find-suitable-adviser-form .radio--custom label span:before {
  border: 1px solid white !important;
}

.find-suitable-adviser-form .checkbox--custom,
.find-suitable-adviser-form .radio--custom {
  padding-top: 0;
}

.find-suitable-adviser-form .generic-postcode {
  padding-bottom: 12px;
}

.advisers-grid li {
  min-height: 360px;
}

@media (min-width:768px) and (max-width:991px) {
  .advisers-grid li {
    min-height: 480px;
  }
}

@media (max-width:768px) {
  .advisers-grid li {
    min-height: 440px;
  }
}

@media (min-width:320px) and (max-width:375px) {
  .advisers-grid li {
    min-height: 360px;
  }
}

body:not(.full-width) {
  min-width: 300px;
}

.navbar.rb-navbar {
  border-bottom: 1px solid #DFEFF0;
}

.rb-featured-by {
  border-bottom: 1px solid #f2f2f2;
}

.rb-featured-by__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #545454;
  font-weight: 900;
}

.rb-home-page .slider-section .slider-navigation {
  padding-top: 0;
  margin-top: -5px;
}

.rb-home-page .slider-section .slider-navigation a:focus {
  color: #BEDEE8;
}

.rb-home-page .slider-section .slider-navigation a:hover {
  color: #00b6ed;
}

.rb-home-page .search-area-home {
  position: relative;
  background: #00747f;
  padding-top: 80px;
}

.rb-home-page .search-area-home .generic-enquiry {
  color: white;
  font-size: 20px;
}

.rb-home-page .search-area-home .generic-enquiry a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home {
    padding-top: 40px;
  }
}

.rb-home-page .search-area-home .search-area-home__description {
  font-size: 22px;
  margin-bottom: 60px;
}

@media (max-width:768px) {
  .rb-home-page .search-area-home .search-area-home__description {
    margin-bottom: 50px;
  }
}

.rb-home-page .search-area-home .search-form-validation-message {
  font-weight: 200;
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  position: static;
}

.rb-home-page .search-area-home .search-form-validation-message>span {
  display: block !important;
  opacity: 1;
  transition: opacity .4s;
}

.rb-home-page .search-area-home .search-form-validation-message>span:not(:first-child) {
  margin-top: -22px;
}

.rb-home-page .search-area-home .search-form-validation-message>span.hidden {
  opacity: 0;
}

@media (max-width:768px) {
  .rb-home-page .search-area-home .search-form-validation-message>span.hidden {
    display: none !important;
  }
}

@media (max-width:768px) {
  .rb-home-page .search-area-home .search-form-validation-message {
    margin: 20px 0 0;
    padding: 0;
  }
}

.rb-home-page .search-area-home h1 {
  font-size: 56px;
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home h1 {
    font-size: 44px;
  }
}

.rb-home-page .search-area-home .rb-search-form {
  text-align: center;
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home .rb-search-form {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #00545C;
  }
}

.rb-home-page .search-area-home .rb-search-form select,
.rb-home-page .search-area-home .rb-search-form input {
  border-color: transparent;
}

.rb-home-page .search-area-home .rb-search-form__wrapper {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home .rb-search-form__wrapper {
    display: block;
  }
}

.rb-home-page .search-area-home .search-box {
  margin-bottom: 40px;
}

.rb-home-page .search-area-home .search-box__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: 400;
  margin-right: 3px;
  margin-left: 3px;
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home .search-box__title {
    margin: 5px 0;
    font-size: 26px;
  }

  .rb-home-page .search-area-home .search-box__title--in {
    padding-right: 10px;
  }
}

.rb-home-page .search-area-home .search-box .btn--location-search {
  left: -1px;
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home .search-box {
    margin-bottom: 30px;
  }

  .rb-home-page .search-area-home .search-box input,
  .rb-home-page .search-area-home .search-box select,
  .rb-home-page .search-area-home .search-box button {
    height: 50px;
  }

  .rb-home-page .search-area-home .search-box .btn--home-search {
    display: block;
    width: 100%;
    padding-top: 6px;
    border-color: #f26522;
    background-color: #f26522;
  }

  .rb-home-page .search-area-home .search-box__title-group {
    display: table;
    width: 100%;
    margin: 10px 0;
  }

  .rb-home-page .search-area-home .search-box__title-group h2,
  .rb-home-page .search-area-home .search-box__title-group input {
    display: table-cell;
  }

  .rb-home-page .search-area-home .search-box__title-group h2 {
    text-align: left;
  }
}

.search-form-mobile .search-form-validation-message {
  display: table;
  margin: 3px 1px 0;
  padding: 5px 10px;
  background: #d93333;
  top: 100%;
  line-height: 20px;
  font-size: 13px;
  color: white;
  font-weight: 700;
  border-radius: 7px;
  right: 0;
}

.navbar .container-fluid .nav li a {
  color: #00747f;
}

.rb-homepage-news {
  background: #F9FBFA;
}

.rb-card {
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.04);
}

.rb-card h3 {
  font-size: 20px;
  font-weight: 700;
}

.rb-card h3:hover a {
  color: #00747f;
  transition: color .4s;
}

.rb-card .card__content__overlay {
  background: linear-gradient(rgba(255,255,255,0), #FFFFFF, #FFFFFF);
}

.rb-card-gray {
  background: #F9FBFA;
  box-shadow: 0 0 2px rgba(0,0,0,0.12);
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.video-bg__video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  opacity: .2;
}

@media screen and (max-width:1024px) {
  .video-bg__video {
    display: none;
  }
}

@media (max-width:767px) {
  .navbar .container-fluid .nav li {
    border-bottom: 1px solid #DFEFF0;
  }

  .navbar .container-fluid .nav li.dropdown.open span {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    transition: all .4s;
  }

  .navbar .container-fluid .nav li span {
    font-size: 12px;
    line-height: 25px;
    transition: all .4s;
  }

  .navbar .container-fluid .nav li .navbar-divider {
    border-top: 1px solid #DFEFF0;
  }
}

.rb-search-filters {
  background-color: white;
  padding-bottom: 0;
  color: #4d4d4d;
}

.rb-search-filters .alert-dismissable {
  border: 2px solid #00b6ed;
  color: #4d4d4d;
  background-color: #edf7fa;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .rb-search-filters .alert-dismissable {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  .rb-search-filters .search-filters__title {
    margin-bottom: 24px;
  }
}

.rb-search-filters .search-filters__section {
  border-bottom: 1px solid #DFEFF0;
}

.rb-search-filters .alert-info:before {
  color: #00747f;
}

.rb-search-filters .collapse__header {
  color: #4d4d4d;
}

.rb-search-filters h4 {
  color: #4d4d4d;
}

.rb-search-filters .search-filters__advice-area__sub-filters.is-active {
  background: white;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.rb-search-filters .search-filters__advice-area__sub-filters.is-active:before,
.rb-search-filters .search-filters__advice-area__sub-filters.is-active:after {
  display: none;
}

.rb-search-filters .collapse__header span.icon {
  color: #00747f;
}

.rb-search-filters .search-filters__more-label {
  border: 1px solid #00747f;
}

.nav>li>.search-filters__filter-list__more {
  color: #bdc3c7;
}

.nav>li>.search-filters__filter-list__more:hover,
.nav>li>.search-filters__filter-list__more:focus {
  color: #00747f;
}

.rb-profile-page .badge {
  height: 70px;
  text-align: center;
  display: table;
  width: 100%;
  vertical-align: middle;
}

.rb-profile-page .badge__header {
  vertical-align: middle;
  display: table-cell;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-weight: 700;
}

.rb-profile-page .badge.btn-special-offer-badge-pension {
  border-color: white;
  background-color: #008b99;
}

.rb-profile-page .badge.btn-special-offer-badge-pension:active,
.rb-profile-page .badge.btn-special-offer-badge-pension:focus {
  background-color: #008b99;
}

.rb-profile-page .badge.btn-special-offer-badge-pension:hover {
  background-color: #00a3b2;
}

.dropdown-menu>.active>a>label,
.dropdown-menu>.active>a>label.radio,
.dropdown-menu>.active>a>label.checkbox {
  color: #FFFFFF;
}

.app-folders-container .folderContent {
  background: #00747f;
  margin: 0 -30px;
  padding: 0 60px;
}

.app-folders-container .folder.active-tool:after {
  border-bottom-color: #00747f;
}

.rb-newsletter-signup {
  background: transparent;
}

.checkbox--custom label span:before,
.radio--custom label span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 1px solid #00747f;
}

.ng-submitted .checkbox--custom label input[type=checkbox].ng-invalid+span:before,
.ng-submitted .radio--custom label input[type=checkbox].ng-invalid+span:before,
.ng-submitted .checkbox--custom label input[type=radio].ng-invalid+span:before,
.ng-submitted .radio--custom label input[type=radio].ng-invalid+span:before {
  border-color: #f26522;
}

.checkbox--custom,
.radio--custom {
  padding: 8px 0;
  display: block;
  margin-bottom: 0;
}

.checkbox--custom input[type=checkbox]+span,
.radio--custom input[type=checkbox]+span {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.checkbox--custom input[type=checkbox]+span:before,
.radio--custom input[type=checkbox]+span:before {
  border-radius: 3px;
  transition: all .2s ease;
  vertical-align: middle;
}

.checkbox--custom.checkbox--inverted input[type=checkbox]:checked+span:before,
.radio--custom.checkbox--inverted input[type=checkbox]:checked+span:before {
  border-color: white;
}

.checkbox--custom.checkbox--inverted input[type=checkbox]:checked+span:after,
.radio--custom.checkbox--inverted input[type=checkbox]:checked+span:after {
  color: #00747f;
}

.checkbox--custom.checkbox--inverted label>span:before,
.radio--custom.checkbox--inverted label>span:before {
  border-color: white;
  width: 18px;
  height: 18px;
}

.checkbox--custom.checkbox--inverted input[type=checkbox]:checked+span:before,
.radio--custom.checkbox--inverted input[type=checkbox]:checked+span:before {
  border-color: white;
}

.checkbox--custom.checkbox--inverted input[type=checkbox]:checked+span:after,
.radio--custom.checkbox--inverted input[type=checkbox]:checked+span:after {
  color: #00747f;
}

.checkbox--custom.checkbox--inverted label>span:before,
.radio--custom.checkbox--inverted label>span:before {
  border-color: white;
  width: 18px;
  height: 18px;
}

.radio--custom input[type=radio]+span:before {
  border-radius: 100%;
  transition: all .2s ease;
}

.radio--custom input[type=radio]:checked+span:before {
  border-width: 6px;
  transition: all .2s ease;
}

.radio--custom input[type=radio]+span:before,
.checkbox--custom input[type=checkbox]+span:before {
  content: '';
}

.radio--custom input[type=radio]:checked+span:before,
.checkbox--custom input[type=checkbox]:checked+span:before {
  border-color: #00747f;
  content: '';
}

.checkbox--custom input[type=checkbox]:checked+span:before {
  border-width: 9px;
  content: '';
}

.checkbox--custom input[type=checkbox]+span:after {
  font-size: 0;
}

.search-filters .checkbox--custom input[type=checkbox]+span,
.search-filters .checkbox--custom input[type=radio]+span,
.search-filters .radio--custom input[type=checkbox]+span,
.search-filters .radio--custom input[type=radio]+span {
  color: #4d4d4d;
}

.search-filters .checkbox--custom input[type=checkbox]+span:before,
.search-filters .checkbox--custom input[type=radio]+span:before,
.search-filters .radio--custom input[type=checkbox]+span:before,
.search-filters .radio--custom input[type=radio]+span:before {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.search-filters__filter-list .options label {
  text-indent: 0;
  padding-left: 0;
}

.affix {
  left: auto;
  right: auto;
  width: auto;
}

.search-results-header {
  background-color: transparent;
  border-bottom: 0;
}

.search-results-header__sponsored-toggle {
  margin: 20px 0;
}

.search-results {
  background-color: #fcfcfa;
}

.rb-search-wrapper {
  background-color: #fcfcfa;
}

.search-results-content {
  background-color: transparent;
}

.alert-info {
  padding-left: 15px;
}

.alert-info:before {
  display: none;
}

.rb-search-results__item.national-product-featured {
  background-color: #edf7fa;
  border: 2px solid #00b6ed;
}

.rb-search-area .rb-search-bar__display-mode {
  float: right;
}

.rb-search-area .search-results__title {
  display: inline-block;
  margin-bottom: 0;
}

.adviser-map-popup__link-image-cell {
  width: 120px;
  display: table-cell;
  margin-bottom: 10px;
}

.adviser-map-popup__link-image-cell:hover {
  text-decoration: none;
}

@media screen and (max-width:1280px) {
  .adviser-map-popup__link-image-cell {
    width: 90px;
    float: left;
  }
}

.adviser-map-popup__link-image-cropper {
  height: 140px;
  width: 140px;
  overflow: hidden;
  display: block;
  border: 1px solid #e0eaeb;
  background-color: #fcfcfa;
  margin-right: 20px;
}

@media screen and (max-width:1200px) {
  .adviser-map-popup__link-image-cropper {
    width: 80px;
    height: 80px;
  }
}

.adviser-map-popup__logo {
  max-width: 100%;
}

.adviser-map-popup__logo--default svg {
  height: 60px;
  width: 60px;
}

.adviser-map-popup__logo--default svg path {
  fill: #e5e5e3;
}

@media screen and (max-width:1200px) {
  .adviser-map-popup__logo {
    max-width: 100%;
    max-height: 100%;
  }
}

.rb-search-results {
  padding: 30px 0;
}

.rb-search-results__item {
  padding: 20px;
  background: white;
  border: 1px solid #e0eaeb;
  margin-bottom: 20px;
}

.rb-search-results .adviser-card {
  font-size: 15px;
}

.rb-search-results .adviser-card__bio {
  text-align: left;
}

@media screen and (max-width:1200px) {
  .rb-search-results .adviser-card__bio {
    padding-left: 90px;
  }
}

.rb-search-results .adviser-card__badges {
  font-size: 0;
  padding: 0 20px;
  vertical-align: top;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width:1200px) {
  .rb-search-results .adviser-card__badges {
    padding: 20px 0;
    text-align: left;
  }
}

@media screen and (max-width:1433px) {
  .rb-search-results .adviser-card__badges {
    white-space: normal;
  }
}

@media (max-width:767px) {
  .rb-search-results .adviser-card__badges {
    clear: both;
    width: 100%;
  }
}

.rb-search-results .adviser-card__badges.adviser-card__badges-count-0 {
  display: none;
}

.rb-search-results .adviser-card__badges .adviser-card__badge {
  white-space: normal;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .rb-search-results .adviser-card__badges .adviser-card__badge {
    margin: 0 5px 10px 0;
    width: calc((100% - 15px) / 4);
    border: none;
    height: auto;
    border-radius: 0;
  }

  .rb-search-results .adviser-card__badges .adviser-card__badge:last-child {
    margin-right: 0;
  }
}

.rb-search-results .adviser-card__info-wrapper {
  display: table;
  width: 100%;
}

@media screen and (max-width:768px) {
  .rb-search-results .adviser-card__info-wrapper {
    display: block;
  }
}

.rb-search-results .adviser-card__link-image-cell {
  width: 120px;
  display: table-cell;
  margin-bottom: 10px;
}

.rb-search-results .adviser-card__link-image-cell:hover {
  text-decoration: none;
}

@media screen and (max-width:1280px) {
  .rb-search-results .adviser-card__link-image-cell {
    width: 90px;
    float: left;
  }
}

.rb-search-results .adviser-card__link-image-cropper {
  height: 140px;
  width: 140px;
  overflow: hidden;
  display: block;
  border: 1px solid #e0eaeb;
  background-color: #fcfcfa;
  margin-right: 20px;
}

@media screen and (max-width:1200px) {
  .rb-search-results .adviser-card__link-image-cropper {
    width: 80px;
    height: 80px;
  }
}

.rb-search-results .adviser-card__logo {
  max-width: 100%;
}

.rb-search-results .adviser-card__logo--default svg {
  height: 60px;
  width: 60px;
}

.rb-search-results .adviser-card__logo--default svg path {
  fill: #e5e5e3;
}

@media screen and (max-width:1200px) {
  .rb-search-results .adviser-card__logo {
    max-width: 100%;
    max-height: 100%;
  }
}

.rb-search-results .adviser-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.rb-search-results .adviser-card__subtitle {
  color: #a2acad;
  margin-bottom: 10px;
  font-size: 13px;
}

.rb-search-results .adviser-card__description {
  line-height: 22px;
}

.rb-search-results .adviser-card__actions {
  width: 185px;
  clear: both;
}

@media screen and (max-width:1200px) {
  .rb-search-results .adviser-card__actions {
    width: auto;
  }
}

.rb-search-results .adviser-card__actions .btn-block+.btn-block {
  margin-top: 8px;
}

.rb-search-results .adviser-card:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.rb-search-results .adviser-card__rating {
  text-align: center;
  font-size: 15px;
  fill: #00747f;
  color: #00747f;
  cursor: default;
  transition: all .3s;
  white-space: nowrap;
  margin-top: 5px;
}

.rb-search-results .adviser-card__rating svg {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: 20px;
  height: 21px;
  position: relative;
  top: -1px;
}

.rb-search-results .adviser-card__rating:hover {
  color: #00747f;
  fill: #00747f;
}

.rb-search-results .adviser-card__link-image,
.rb-search-results .adviser-card__bio,
.rb-search-results .adviser-card__badges,
.rb-search-results .adviser-card__actions {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width:1200px) {
  .rb-search-results .adviser-card__link-image,
  .rb-search-results .adviser-card__bio,
  .rb-search-results .adviser-card__badges,
  .rb-search-results .adviser-card__actions {
    display: block;
  }
}

.rb-search-results .search-result__special-offers {
  white-space: normal;
}

.rb-search-results .search-result__special-offers .media-awards {
  width: 100px;
  height: auto;
  min-height: 0;
}

.adviser-badge {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #00747f;
  color: #00747f;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  transition: all .4s;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
  .adviser-badge {
    width: 80px;
    height: 80px;
  }
}

.adviser-badge:hover {
  text-decoration: none;
}

@media (min-width:768px) {
  .adviser-badge:hover {
    background-color: #00747f;
  }
}

.adviser-badge:hover .adviser-badge__content {
  color: #ffffff;
}

.adviser-badge:hover .adviser-badge__label {
  color: white;
}

.adviser-badge:hover .adviser-badge__label:after {
  background-color: white;
  transition: all .4s;
}

.adviser-badge__label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding-top: 8px;
  position: relative;
  margin-bottom: 9px;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
  .adviser-badge__label {
    font-size: 10px;
    line-height: 13px;
    padding-top: 5px;
    margin-bottom: 6px;
  }
}

.adviser-badge__label strong {
  text-transform: uppercase;
}

.adviser-badge__label:after {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #00747f;
  left: 50%;
  margin-left: -40px;
  bottom: -6px;
  transition: all .4s;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
  .adviser-badge__label:after {
    width: 60px;
    margin-left: -30px;
  }
}

.adviser-badge__content {
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width:1500px) and (min-width:1200px) {
  .adviser-badge__content {
    font-size: 16px;
  }
}

.adviser-badge_investment {
  border: 2px solid #9b1c52;
  color: #9b1c52;
}

.adviser-badge_investment .adviser-badge__label:after {
  background-color: #9b1c52;
}

@media (min-width:768px) {
  .adviser-badge_investment:hover {
    background-color: #9b1c52;
  }
}

.adviser-badge_investment:hover .adviser-badge__label:after {
  background-color: white;
}

.adviser-badge_financial {
  border: 2px solid #00b6ed;
  color: #00b6ed;
}

.adviser-badge_financial .adviser-badge__label:after {
  background-color: #00b6ed;
}

.adviser-badge_financial:hover {
  transition: all .4s;
}

@media (min-width:768px) {
  .adviser-badge_financial:hover {
    background-color: #00b6ed;
  }
}

.adviser-badge_financial:hover .adviser-badge__label:after {
  background-color: white;
}

.adviser-badge_mortgage {
  border: 2px solid #ccdc29;
  color: #ccdc29;
}

.adviser-badge_mortgage .adviser-badge__label:after {
  background-color: #ccdc29;
}

@media (min-width:768px) {
  .adviser-badge_mortgage:hover {
    background-color: #ccdc29;
  }
}

.adviser-badge_mortgage:hover .adviser-badge__label:after {
  background-color: white;
}

.generic-phone a>span {
  display: block;
}

.generic-phone .hero__detail__cta {
  padding: 20px 6px;
  background: rgba(255,255,255,0.2);
}

.generic-phone .hero__detail__cta--phone,
.generic-phone .hero__detail__cta--phone:hover:before {
  border-color: white;
}

.generic-phone .ub-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 26px;
  background: url("/bundles/appsite/img/logo-symbol-white.svg") no-repeat;
}

.user-feedback__trigger {
  color: #4d4d4d;
}

#ub-user-feedback {
  position: relative;
  z-index: 100;
}

.search-box .search-box__search .search-box__location-btn {
  border-left: 1px solid #d9d9d9;
}

.search-box .search-box__location-btn {
  background-color: white;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.search-box .search-box__location-btn a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.search-box .search-box__location-btn svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.search-box .search-box__location-btn path {
  fill: #d9d9d9;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: all .3s;
}

.search-box .search-box__location-btn:hover path {
  fill: #f26522;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.search-box .search-box__search button.btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

.search-box .btn.ladda-button {
  padding-top: 9px;
  padding-bottom: 9px;
}

.profile-page {
  font-size: 15px;
  background-color: #fcfcfa;
  width: 100%;
  padding-bottom: 30px;
}

.profile-page h1 {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 5px;
}

@media screen and (max-width:767px) {
  .profile-page h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: .33333em;
  }
}

.profile-page ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.profile-page .bold-bright {
  color: #f26522;
  font-weight: 700;
}

.profile-page .profile-title-lg {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: .5em;
}

.profile-page .profile-title-sm {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .5em;
}

@media screen and (max-width:991px) {
  .profile-page .profile-title-sm {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: .5em;
  }
}

.profile-page__actions-container {
  position: static;
}

@media screen and (max-width:767px) {
  .profile-page .spacing-bottom-xs-0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}

.profile-page .profile {
  background-color: #fff;
  border-bottom: 1px solid #e8eced;
}

.profile-page .profile__logo {
  width: 120px;
  height: 120px;
  border: 1px solid #e8eced;
  white-space: nowrap;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width:1279px) {
  .profile-page .profile__logo {
    float: left;
    width: 80px;
    height: 80px;
  }
}

.profile-page .profile__logo img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.profile-page .profile__logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.profile-page .profile__fca {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  opacity: .2;
  transition: opacity .3s;
  will-change: opacity;
  clear: both;
}

@media screen and (max-width:1279px) {
  .profile-page .profile__fca {
    float: right;
    clear: none;
    margin-top: 18px;
  }
}

@media screen and (max-width:360px) {
  .profile-page .profile__fca {
    display: none;
  }
}

.profile-page .profile__fca:hover {
  opacity: 1;
  transition: opacity .3s;
}

.profile-page .profile__fca-date,
.profile-page .profile__fca img {
  display: inline-block;
}

.profile-page .profile__fca-date {
  margin-top: 5px;
}

.profile-page .profile__lead {
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .profile .profile-team {
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  .profile-page .profile .profile-team {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #f2f2f2;
  }
}

.profile-page .profile .profile-team__member {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .profile .profile-team__member:before,
.profile-page .profile .profile-team__member:after {
  display: table;
  content: " ";
}

.profile-page .profile .profile-team__member:after {
  clear: both;
}

.profile-page .profile .profile-team__member:before,
.profile-page .profile .profile-team__member:after {
  display: table;
  content: " ";
}

.profile-page .profile .profile-team__member:after {
  clear: both;
}

.profile-page .profile .profile-team__member:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.profile-page .profile .profile-team__avatar {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #e0eaeb;
  background-color: #fcfcfa;
  overflow: hidden;
}

.profile-page .profile .profile-team__avatar-pic {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.profile-page .profile .profile-team__avatar svg.profile-team__avatar-pic {
  width: 50px;
  height: 50px;
}

.profile-page .profile .profile-team__avatar svg.profile-team__avatar-pic path {
  fill: #e5e5e3;
}

@media screen and (max-width:767px) {
  .profile-page .profile .profile-team__avatar {
    width: 70px;
    height: 70px;
  }
}

.profile-page .profile .profile-team__info {
  padding-left: 120px;
}

@media screen and (max-width:767px) {
  .profile-page .profile .profile-team__info {
    padding-left: 90px;
  }
}

.profile-page .profile .profile-team__name {
  font-size: 22px;
  font-weight: 700;
}

.profile-page .profile .profile-team__subtitle {
  color: #4d4d4d;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: .5em;
}

.profile-page .profile .profile-team__description,
.profile-page .profile .profile-team__skills {
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width:400px) {
  .profile-page .profile .profile-team__skills {
    margin-left: -5px;
  }
}

.profile-page .profile .profile-team__badges {
  padding-left: 20px;
}

.profile-page .profile .profile-team__badge {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 60px;
  max-height: 60px;
}

.profile-page .profile .profile-team__description {
  margin-bottom: .5em;
}

.profile-page .profile .profile-team__skill-item {
  padding-left: 20px;
  position: relative;
  line-height: 27px;
  cursor: pointer;
}

.profile-page .profile .profile-team__skill-item:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: block;
  width: 16px;
  height: 24px;
  background-position: -28px -65px;
  position: absolute;
  left: 0;
  top: 0;
}

.profile-page .profile .profile-team__skill-item.collapsed:before {
  background-position: -3px -65px;
}

.profile-page .profile .profile-team__skill-description {
  font-size: 13px;
  line-height: 20px;
}

.profile-page .profile .profile-team__skills-trigger {
  font-size: 13px;
}

.profile-page .profile .profile-team__skills-trigger:not(.collapsed) .profile-team__skills-trigger__title--collapsed {
  display: none;
}

.profile-page .profile .profile-team__skills-trigger.collapsed .profile-team__skills-trigger__title--expanded {
  display: none;
}

.profile-page .profile .profile-team__skill-description {
  margin-bottom: 1em;
}

.profile-page .profile__testimonials {
  background: none;
}

@media screen and (max-width:767px) {
  .profile-page .profile__testimonials {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #f2f2f2;
  }
}

.profile-page .profile__text-block {
  margin-bottom: 2em;
  font-size: 18px;
}

@media screen and (max-width:767px) {
  .profile-page .profile__text-block {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #f2f2f2;
  }
}

.profile-page .profile__text-block:last-child p:last-child {
  margin-bottom: 0;
}

.profile-page .profile__text-block a {
  text-decoration: underline;
}

.profile-page .profile__follow {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .profile__follow li {
  margin-bottom: 1em;
}

.profile-page .profile__follow li:last-of-type {
  margin-bottom: 0;
}

.profile-page .profile__follow li a:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.profile-page .profile__follow li.icon-soc-fb a:before {
  background-position: -178px -1px;
}

.profile-page .profile__follow li.icon-soc-tw a:before {
  background-position: -200px -1px;
}

.profile-page .profile__follow li.icon-soc-li a:before {
  background-position: -222px -1px;
}

.profile-page .profile__follow li.icon-soc-www a:before {
  background-position: -244px -1px;
}

.profile-page .profile__follow li.icon-soc-ytb a:before {
  background-position: -266px -1px;
}

.profile-page .profile__follow li.icon-soc-skp a:before {
  background-position: -178px -25px;
}

.profile-page .profile__follow li.icon-soc-blg a:before {
  background-position: -200px -25px;
}

.profile-page .profile__follow a {
  text-decoration: none;
  color: #4d4d4d;
}

@media screen and (max-width:1279px) {
  .profile-page .profile__awards {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #f2f2f2;
  }
}

.profile-page .profile__awards img {
  display: inline-block;
  width: 150px;
}

.profile-page .profile-testimonials {
  margin-bottom: 2em;
}

.profile-page .profile-testimonials__item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .profile-testimonials__item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.profile-page .profile-testimonials__text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: .5em;
}

.profile-page .profile-testimonials__text:before {
  content: '\201C';
  position: absolute;
  display: block;
  color: #00747f;
  font-weight: 700;
  font-size: 30px;
  left: -15px;
  top: 0;
}

.profile-page .profile-testimonials__text:after {
  content: '\201D';
  color: #00747f;
  font-weight: 700;
  display: inline-block;
}

.profile-page .profile-testimonials__author {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}

.profile-page .profile-testimonials__author:before {
  content: '\2014\00a0';
}

.profile-page .profile-rating {
  margin: 15px 0 10px;
  text-align: center;
  color: #00747f;
  fill: #00747f;
  cursor: default;
  transition: all .3s;
}

@media screen and (max-width:1279px) {
  .profile-page .profile-rating {
    margin-left: 10px;
    float: left;
  }
}

.profile-page .profile-rating:hover {
  color: #00747f;
  fill: #00747f;
}

.profile-page .profile-rating__title {
  font-size: 13px;
}

.profile-page .profile-rating__figures {
  margin-top: -6px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 26px;
}

.profile-page .profile-rating__figures svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 26px;
  position: relative;
  top: -1px;
  margin-right: -2px;
}

.profile-page .profile-map {
  margin-bottom: 2em;
}

.profile-page .profile-logo-col {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  padding: 30px 0 0 10px;
}

@media screen and (max-width:1279px) {
  .profile-page .profile-logo-col {
    position: relative;
    padding: 0;
    float: none;
  }

  .profile-page .profile-logo-col:before,
  .profile-page .profile-logo-col:after {
    display: table;
    content: " ";
  }

  .profile-page .profile-logo-col:after {
    clear: both;
  }

  .profile-page .profile-logo-col:before,
  .profile-page .profile-logo-col:after {
    display: table;
    content: " ";
  }

  .profile-page .profile-logo-col:after {
    clear: both;
  }
}

@media screen and (max-width:360px) {
  .profile-page .profile-logo-col .tooltip {
    font-size: 13px;
  }
}

.profile-page .profile-content-wrapper {
  position: relative;
  border-right: 2px solid #f2f2f2;
  padding: 30px 30px 30px 160px;
}

@media screen and (max-width:1279px) {
  .profile-page .profile-content-wrapper {
    padding-right: 0;
    border-right: 0;
    padding-left: 0;
  }
}

.profile-page .actions-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

@media screen and (max-width:1366px) {
  .profile-page .actions-wrapper {
    padding-right: 0;
    margin-left: -20px;
  }
}

@media screen and (max-width:1279px) {
  .profile-page .actions-wrapper {
    display: none;
  }
}

.profile-page .actions-wrapper .cta {
  margin-bottom: 20px;
  text-decoration: none;
}

.profile-page .generic-phone {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.profile-page .generic-phone__link {
  color: #a2acad;
  text-decoration: none;
}

.profile-page .generic-phone__link:hover {
  text-decoration: none;
}

.profile-page .generic-phone__weunbiased {
  color: #00747f;
  font-size: 22px;
  font-weight: 700;
}

.profile-page .generic-phone__weunbiased:after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 8px 20px;
  background-color: #DFEFF0;
}

.profile-page .generic-phone__number {
  color: #f26522;
  font-weight: 700;
  font-size: 22px;
}

.profile-page .generic-phone .you-as-symbol {
  width: 24px;
  height: 26px;
  vertical-align: middle;
  display: inline-block;
}

.profile-page .generic-phone .logo-symbol {
  width: 24px;
  height: 24px;
  fill: #00747f;
}

@media screen and (max-width:767px) {
  .profile-page .generic-phone {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2em 20px;
    background: #fcfcfa;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #DFEFF0;
    border-bottom: 1px solid #DFEFF0;
  }
}

.profile-page .advice-area {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .advice-area .advice-area__level-two {
  font-size: 15px;
}

.profile-page .advice-area .advice-area__level-two:last-child {
  margin-bottom: 0;
}

.profile-page .advice-area__level-one {
  font-size: 18px;
}

.profile-page .advice-area__level-one li {
  padding-left: 20px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.profile-page .advice-area__level-one li li {
  cursor: default;
}

.profile-page .advice-area__level-one .advice-area__level-two {
  font-size: 15px;
  line-height: 20px;
}

.profile-page .advice-area .advice-area__level-one li>span:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: block;
  width: 16px;
  height: 24px;
  background-position: -28px -65px;
  position: absolute;
  left: 0;
  top: 5px;
}

.profile-page .advice-area .advice-area__level-one li>span.collapsed:before {
  background-position: -3px -65px;
}

.profile-page .advice-area .advice-area__level-two li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}

.profile-page .advice-area .advice-area__level-two li:last-child {
  line-height: 35px;
}

.profile-page .advice-area .advice-area__level-two li:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: block;
  width: 16px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: -49px -67px;
}

.profile-page .advice-methods {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .advice-methods__item {
  margin-top: .5em;
  margin-bottom: .5em;
}

.profile-page .special-offers {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .special-offers__mortgage .special-offers__title {
  color: #9da645;
}

.profile-page .special-offers__financial .special-offers__title {
  color: #0698c4;
}

.profile-page .special-offers__investment .special-offers__title {
  color: #9b1c52;
}

.profile-page .special-offers ul li {
  margin-bottom: 1em;
}

.profile-page .special-offers ul li:before,
.profile-page .special-offers ul li:after {
  display: table;
  content: " ";
}

.profile-page .special-offers ul li:after {
  clear: both;
}

.profile-page .special-offers ul li:before,
.profile-page .special-offers ul li:after {
  display: table;
  content: " ";
}

.profile-page .special-offers ul li:after {
  clear: both;
}

.profile-page .special-offers ul li:last-child {
  margin-bottom: 0;
}

.profile-page .special-offers__note {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 2em;
}

.profile-page .special-offers__title {
  float: left;
  font-size: 15px;
  width: 70%;
}

.profile-page .special-offers .btn-micro-outline {
  float: right;
}

.profile-page .preferred-clients {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f2f2;
}

.profile-page .preferred-clients__item {
  font-size: 15px;
  margin-bottom: 1em;
}

.profile-page .preferred-clients__item:before,
.profile-page .preferred-clients__item:after {
  display: table;
  content: " ";
}

.profile-page .preferred-clients__item:after {
  clear: both;
}

.profile-page .preferred-clients__item:before,
.profile-page .preferred-clients__item:after {
  display: table;
  content: " ";
}

.profile-page .preferred-clients__item:after {
  clear: both;
}

.profile-page .preferred-clients__item:last-of-type {
  margin-bottom: 0;
}

.profile-page .preferred-clients__key {
  float: left;
  margin-top: 5px;
  width: 60%;
}

.profile-page .preferred-clients__value {
  float: right;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width:767px) and (max-width:1666px) {
  .profile-page .preferred-clients__value {
    font-size: 18px;
  }
}

.profile-page .cta {
  display: block;
  border: 1px solid #d6dede;
  border-radius: 10px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  transition: all .4s;
}

.profile-page .cta:hover {
  text-decoration: none;
  border-color: #00747f;
  transition: all .4s;
}

.profile-page .icon-cta {
  display: block;
  text-align: center;
  min-height: 36px;
  margin-bottom: .333em;
}

.profile-page .icon-cta:after {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 34px;
  height: 40px;
}

.profile-page .icon-cta-email:after {
  background-position: -53px 0;
}

.profile-page .icon-cta-callback:after {
  background-position: -90px 0;
}

.profile-page .icon-cta-recommend:after {
  background-position: -92px -46px;
}

.profile-page .icon-cta-number:after {
  background-position: -130px 0;
}

.profile-page .cta-primary {
  background-color: #f26522;
  border: 0;
  color: #ffffff;
}

.profile-page .cta-primary:hover {
  background-color: #ed560e;
  transition: all .4s;
}

.profile-page .btn-micro-outline {
  border: 1px solid #e8eced;
  border-radius: 7px;
  font-size: 13px;
  color: #a3bbbc;
  padding: 3px 10px;
  transition: all .4s;
  text-decoration: none;
}

.profile-page .btn-micro-outline:hover {
  border-color: #00747f;
  color: #00747f;
  transition: all .4s;
}

.profile-page .profile-2col-wrapper {
  position: relative;
}

.profile-page .profile-2col-wrapper:before {
  position: absolute;
  right: 33.33333333%;
  content: ' ';
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #f2f2f2;
}

@media screen and (max-width:767px) {
  .profile-page .profile-2col-wrapper:before {
    display: none;
  }
}

.profile-page .profile-meta {
  font-size: 15px;
  color: #a3bbbc;
  margin-bottom: 10px;
}

.profile-page .profile-meta__type,
.profile-page .profile-meta__address,
.profile-page .profile-meta__special-offer {
  display: inline-block;
  margin-bottom: .5em;
  margin-right: .5em;
}

.profile-page .profile-meta__address:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 22px;
  margin: 0 2px 0 0;
  vertical-align: middle;
  background-position: -27px 0;
}

.profile-page .profile-meta__type span[restriction] {
  position: relative;
  top: -2px;
}

.profile-page .profile-meta__special-offer {
  color: #f26522;
  font-weight: 700;
  white-space: nowrap;
}

.profile-page .profile-meta__special-offer:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 2px 0 0;
  vertical-align: middle;
  background-position: -1px 0;
  position: relative;
  top: -3px;
}

.profile-page .similar-advisers-wrapper {
  margin-right: 30px;
  margin-left: 30px;
}

@media screen and (max-width:991px) {
  .profile-page .similar-advisers-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.profile-page .similar-adviser {
  background-color: #fff;
  border: 1px solid #e8eced;
  padding: 20px;
  margin-bottom: 10px;
  min-height: 270px;
}

.profile-page .similar-adviser__main-info {
  min-height: 150px;
  overflow: hidden;
}

.profile-page .similar-adviser__logo {
  float: right;
  width: 60px;
  height: 60px;
  border: 1px solid #e8eced;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fcfcfa;
}

.profile-page .similar-adviser__logo svg.similar-adviser__logo-pic {
  height: 36px;
}

.profile-page .similar-adviser__logo svg.similar-adviser__logo-pic path {
  fill: #e5e5e3;
}

.profile-page .similar-adviser__logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.profile-page .similar-adviser__title {
  font-size: 20px;
  line-height: 26px;
  color: #00747f;
  font-weight: 700;
  margin-bottom: .33333em;
  max-height: 52px;
  overflow: hidden;
}

.profile-page .similar-adviser__title a {
  display: block;
}

.profile-page .similar-adviser__meta {
  font-size: 13px;
  color: #a3bbbc;
  margin-bottom: .33333em;
}

.profile-page .similar-adviser__lead {
  margin-bottom: .5em;
  height: 62px;
}

.profile-page .similar-adviser__special-offer {
  font-size: 13px;
  margin-bottom: 1em;
  color: #f26522;
}

.profile-page .similar-adviser__distance:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 22px;
  margin: 0 2px 0 0;
  vertical-align: middle;
  background-position: -27px 0;
}

.profile-page .similar-adviser__actions a:hover {
  border-color: #00747f;
  color: #00747f;
  transition: all .4s;
}

.profile-page .mobile-duplicate {
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width:992px) {
  .profile-page .mobile-duplicate {
    display: none;
  }
}

.profile-page .mobile-actions {
  margin-bottom: 2em;
}

.profile-page .mobile-actions:last-child {
  margin-bottom: 0;
}

.profile-page .mobile-actions .btn-block+.btn-block {
  margin-top: .5em;
}

@media screen and (min-width:768px) and (max-width:1279px) {
  .profile-page .mobile-actions .btn {
    font-size: 15px;
    line-height: 24px;
  }
}

.profile-page .mobile-actions .icon-cta {
  display: inline-block;
  margin-bottom: 0;
  width: 28px;
  height: 24px;
  min-height: 0;
  position: relative;
}

.profile-page .mobile-actions .icon-cta:after {
  width: 28px;
  height: 28px;
}

.profile-page .mobile-actions .icon-cta-email:after {
  background-position: 0 -92px;
}

.profile-page .mobile-actions .icon-cta-callback:after {
  background-position: -30px -92px;
}

.profile-page .mobile-actions .icon-cta-number:after {
  background-position: -56px -92px;
}

.profile-page .mobile-actions .icon-cta-recommend:after {
  background-position: -84px -91px;
}

.profile-page .legal-info {
  color: #999;
  margin-left: 30px;
  margin-right: 30px;
}

.profile-page .compliance-statement {
  padding: 20px;
  border: 1px solid #e0eaeb;
  border-left: 4px solid #f26522;
  box-shadow: 0 5px 15px rgba(0,0,0,0.07);
  font-weight: 700;
}

@media (max-width:767px) {
  .profile-page .compliance-statement {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.profile-page .compliance-statement:before {
  background-size: 300px 300px;
  background-image: url(/bundles/appsite/css/img/icon-sprite.svg);
  content: ' ';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 6px 0 0;
  vertical-align: middle;
  background-position: -136px -54px;
}

.rb-modal .form-group textarea {
  resize: vertical;
  display: block;
}

.rb-modal .form-group>label {
  position: absolute;
  left: 10px;
  top: 11px;
  padding: 0 5px;
  background-color: #fff;
  font-size: 18px;
  color: #b1b1b1;
  z-index: 3;
  transition: all .2s;
  font-weight: 400;
}

.rb-modal .form-group>label.small {
  font-size: 15px;
  top: 15px;
}

.rb-modal .form-group>label span {
  display: block;
}

.rb-modal .form-group>label span.error {
  display: none;
}

.rb-modal .form-group.filled>label {
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
}

.rb-modal .form-group.filled>label .label-description {
  display: none;
}

.rb-modal .form-group .rb-form-control {
  width: 100%;
  line-height: 26px;
  border-radius: 0;
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
  padding: 10px;
  font-size: 18px;
  border: 1px solid #c4c8cc;
  min-height: 50px;
}

.rb-modal .form-group .rb-form-control:focus {
  outline: none;
  border: 1px solid #00b6ed;
}

.rb-modal .btn-group.open~label,
.rb-modal .rb-form-control:focus~label {
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  color: #00b6ed;
}

.rb-modal .btn-group.open~label .label-description,
.rb-modal .rb-form-control:focus~label .label-description {
  display: none;
}

.rb-modal .form-group.focus label {
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  color: #00b6ed;
}

.rb-modal .form-group.focus label .label-description {
  display: none;
}

.rb-modal .ng-submitted .ub-form-field.ng-invalid.ub-invalid-outline {
  background: transparent;
}

.rb-modal .ng-submitted .ub-form-field.ng-invalid.ub-invalid-outline:not(.enquiry-form-recaptcha) {
  box-shadow: none;
}

.rb-modal .ng-submitted .form-group.ub-invalid .rb-form-control {
  border: 1px solid #f26522;
}

.rb-modal .ng-submitted .form-group.ub-invalid>label {
  left: 5px;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
}

.rb-modal .ng-submitted .form-group.ub-invalid>label span {
  display: none;
}

.rb-modal .ng-submitted .form-group.ub-invalid>label .error {
  display: block;
  color: #f26522;
}

.rb-modal .form-group {
  position: relative;
  margin-bottom: 20px;
}

.rb-modal .rb-enquiry-screen .thank-you {
  text-align: center;
  padding-bottom: 70px;
}

.rb-modal .rb-enquiry-screen .thank-you__title {
  font-size: 70px;
  font-family: galano_grotesqueextrabold,Arial Black,Helvetica,sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
}

.rb-modal .rb-enquiry-screen .thank-you__message {
  font-size: 22px;
  line-height: 28px;
}

.rb-modal .rb-enquiry-screen .next-steps {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.rb-modal .rb-enquiry-screen .next-steps__title {
  margin-top: 110px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

.rb-modal .rb-enquiry-screen .next-steps__title span {
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  z-index: 10;
}

.rb-modal .rb-enquiry-screen .next-steps__title:before {
  content: ' ';
  background-color: #ededed;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
}

.rb-modal .rb-enquiry-screen .next-steps__article {
  font-size: 26px;
  line-height: 38px;
}

.rb-modal .modal--noheader .modal-header {
  border-bottom: 0;
}

.rb-modal .modal--noheader .modal-title {
  display: none;
}

.rb-modal .dropdown-toggle {
  background-color: white;
}

.rb-modal .checkbox--custom input[type=checkbox]+span:before,
.rb-modal .checkbox--custom input[type=radio]+span:before,
.rb-modal .radio--custom input[type=checkbox]+span:before,
.rb-modal .radio--custom input[type=radio]+span:before {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.rb-modal .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #b1b1b1;
}

.rb-modal .enquiry-form-recaptcha {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #f9f9f9;
  border: 1px solid #c4c8cc;
}

@media screen and (max-width:400px) {
  .rb-modal .enquiry-form-recaptcha {
    margin-left: -30px;
    margin-right: -30px;
    border-left: 0;
    border-right: 0;
    margin-bottom: .5em;
  }
}

.rb-modal .enquiry-form-recaptcha>div>div {
  margin: auto;
}

.rb-modal .multiselect-selected-text {
  display: none;
}

.rb-modal .filled .multiselect-selected-text {
  display: block;
}

.rb-modal .label-rich {
  margin-bottom: .5em;
  text-align: right;
}

@media screen and (max-width:767px) {
  .rb-modal .label-rich {
    text-align: center;
  }
}

.rb-modal .label-rich__label {
  font-weight: 700;
}

.rb-modal .enquiry-form__badges-group {
  margin-top: 1em;
  margin-bottom: 1em;
}

.rb-modal .enquiry-form__badges-group .label-rich {
  margin-top: 22px;
}

@media screen and (max-width:767px) {
  .rb-modal .enquiry-form__badges-group .label-rich {
    margin-top: 0;
  }
}

.rb-modal .enquiry-form__badges {
  font-size: 0;
}

@media screen and (max-width:767px) {
  .rb-modal .enquiry-form__badges {
    text-align: center;
  }
}

.rb-modal .enquiry-form__error .ub-ng-validation-message {
  font-size: 21px;
}

.rb-modal .adviser-badge {
  margin: 0 3px 5px;
  height: 70px;
  width: 75px;
  position: relative;
}

.rb-modal .adviser-badge--checked .adviser-badge__label {
  color: white;
}

.rb-modal .adviser-badge--checked:before {
  content: ' ';
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 2px solid;
  background-color: #ffffff;
}

.rb-modal .adviser-badge--checked>div:before {
  content: ' ';
  position: absolute;
  width: 6px;
  height: 9px;
  top: 0px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.rb-modal .adviser-badge--checked.adviser-badge_pension {
  background-color: #00747f;
}

.rb-modal .adviser-badge--checked.adviser-badge_financial {
  background-color: #00b6ed;
}

.rb-modal .adviser-badge--checked.adviser-badge_investment {
  background-color: #9b1c52;
}

.rb-modal .adviser-badge--checked.adviser-badge_mortgage {
  background-color: #ccdc29;
}

@media screen and (max-width:1500px) and (min-width:1200px) {
  .rb-modal .adviser-badge__label {
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
  }
}

.rb-modal .adviser-badge__label:after {
  display: none;
}

.rb-modal .modal-dialog {
  width: 800px;
}

@media screen and (max-width:992px) {
  .rb-modal .modal-dialog {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width:767px) {
  .rb-modal .modal-dialog {
    margin: 0;
  }
}

@media screen and (max-width:767px) {
  .rb-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
  }
}

.rb-modal .modal-header {
  padding: 15px 30px;
}

.rb-modal .modal-header__common-title {
  font-size: 20px;
  color: #a3bbbc;
}

.rb-modal .modal-header__adviser-title {
  font-size: 30px;
  line-height: 1.2em;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
}

.rb-modal .modal-body {
  padding: 15px 30px;
}

.rb-modal .modal-footer {
  padding: 20px 30px;
  background-color: white;
}

.rb-modal span.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.rb-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  padding: 1px;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.rb-popover.top {
  margin-top: -10px;
}

.rb-popover.right {
  margin-left: 10px;
}

.rb-popover.bottom {
  margin-top: 10px;
}

.rb-popover.left {
  margin-left: -10px;
}

.rb-popover__content {
  padding: 9px 14px;
  font-size: 13px;
  line-height: 18px;
}

.rb-popover>.arrow,
.rb-popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rb-popover>.arrow {
  border-width: 11px;
}

.rb-popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.rb-popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}

.rb-popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.rb-popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}

.rb-popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.rb-popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}

.rb-popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.rb-popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}

.rb-popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.search-area .dropdown-menu {
  right: 0;
}

.search-area .dropdown-menu>li>a {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu.open {
  display: block;
}

.dropdown-menu>.active>a {
  background-color: #edf7fa;
  color: #242424;
}

.dropdown-menu>.active>a:hover {
  background-color: #edf7fa;
  color: #00747f;
}

.dropdown-menu>.active>a:hover label.radio,
.dropdown-menu>.active>a:hover label.checkbox {
  color: #00747f;
}

.dropdown-menu>.active>a label.radio,
.dropdown-menu>.active>a label.checkbox {
  color: #242424;
}

.search-area {
  padding: 7px 0;
  display: table-cell;
  vertical-align: top;
}

@media (max-width:560px) {
  .search-area {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .search-area {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}

.search-area__wrapper {
  display: table;
  width: 100%;
}

@media (max-width:560px) {
  .search-area__wrapper {
    display: block;
  }
}

.search-area input:focus,
.search-area button:focus,
.search-area .input-group:focus,
.search-area .input-group-btn:focus,
.search-area input:active,
.search-area button:active,
.search-area .input-group:active,
.search-area .input-group-btn:active {
  outline: none;
  box-shadow: none;
}

.search-area input {
  box-shadow: inset 0 4px 3px rgba(0,0,0,0.02);
  border: none;
}

@media screen and (max-width:767px) {
  .search-area__adviser-type {
    font-size: 13px;
    padding: 13px 10px;
  }
}

@media screen and (max-width:767px) {
  .search-area__postcode {
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.search-area .input-group-btn .btn-search-location {
  height: 44px;
  border-color: transparent;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #fff 0, #fafafa 100%);
  border-left: 1px solid #d9d9d9;
  padding: 10px;
  z-index: 4 !important;
}

.search-area .input-group-btn .btn-search-location svg {
  position: relative;
  width: 20px;
  height: 20px;
  transition: all .3s;
  transition-timing-function: ease-in-out;
}

.search-area .input-group-btn .btn-search-location svg path {
  fill: #d9d9d9;
  transition: all .3s;
}

.search-area .input-group-btn .btn-search-location:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-area .input-group-btn .btn-search-location:hover svg path {
  fill: #f26522;
}

.search-area .btn-action-find {
  height: 44px;
  padding: 12px 14px;
  display: inline-block;
  float: none;
}

.search-area .btn-action-find svg {
  position: relative;
  width: 16px;
  transition: all .3s;
}

.search-area .btn-action-find svg path {
  fill: #00747f;
}

.search-area .btn-action-find:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.search-area .ub-dropdown-menu--recent-searches {
  width: 100%;
}

.search-area .ub-dropdown-menu--recent-searches:before {
  content: 'You recently searched:';
  font-size: 13px;
  display: block;
  padding: 0 18px 3px;
  border-bottom: 1px solid #d9d9d9;
  color: #788791;
}

.search-area .ub-dropdown-menu--recent-searches a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-area .search-form-validation-message {
  position: absolute;
  top: 50px;
  right: 13px;
  z-index: 10;
  display: table;
  margin: 3px 1px 0;
  padding: 5px 10px;
  background: #d93333;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  border-radius: 7px;
}

.switch-group {
  font-size: 0;
  white-space: nowrap;
}

.switch-group .switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 18px;
  padding: 2px;
  margin: 0;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  cursor: pointer;
}

.switch-group .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-group .switch-label {
  display: inline-block;
  height: inherit;
  font-size: 15px;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}

.switch-group .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #00747f;
  border-radius: 100%;
}

.switch-group .switch-input.checked~.switch-handle {
  left: 18px;
}

.switch-group .switch-label,
.switch-group .switch-handle {
  transition: All .4s ease;
}

.tips {
  padding-top: 100px;
  border-top: 1px solid #e0eaeb;
}

.tip-card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  height: 340px;
}

.tip-card__image {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tip-card__image:after {
  background-color: #00747f;
  content: ' ';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  display: block;
  transition: opacity .3s;
}

.tip-card__image img {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tip-card__hover-link-message {
  padding-top: 0;
  display: block;
  height: 24px;
}

.tip-card__hover-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  color: white;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  opacity: 0;
  transition: opacity .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tip-card__hover-link svg {
  display: inline-block;
  height: 12px;
}

.tip-card__hover-link svg path {
  fill: #ccdc29;
}

.tip-card__title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 15px 18px 0 18px;
}

.tip-card__title:hover {
  text-decoration: none;
}

.tip-card__description {
  font-size: 15px;
  line-height: 24px;
  padding: 5px 18px 18px 18px;
}

.tip-card:hover .tip-card__hover-link {
  opacity: 1;
  transition: opacity 1s;
}

.tip-card:hover .tip-card__image:after {
  content: ' ';
  opacity: .9;
  transition: opacity .3s;
}

.tip-card--more {
  background-color: #00747f;
  text-align: center;
}

.tip-card__more-link {
  display: block;
  height: 340px;
  line-height: 340px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}

.tip-card__more-link>span {
  display: inline-block;
  color: white;
  position: relative;
  margin-top: 160px;
  line-height: 100%;
  border-bottom: 1px solid transparent;
  transition: border-color 1s;
}

.tip-card__more-link>span span {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -36px;
  right: -30px;
  display: block;
  width: 40px;
  height: 38px;
  line-height: 38px;
  color: #00747f;
}

.tip-card__more-link>span svg {
  position: absolute;
  top: -36px;
  right: -30px;
  width: 40px;
  height: 40px;
}

.tip-card__more-link>span svg path {
  fill: #ccdc29;
}

.tip-card__more-link:hover {
  color: white;
  text-decoration: none;
}

.tip-card__more-link:hover>span {
  transition: border-color 1s;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.tip-card__more-link:hover svg {
  -webkit-transform: translate3d(0, 0, 180);
  transform: translate3d(0, 0, 180);
}

@media screen and (max-width:1279px) {
  .tip-card__more-link {
    height: 400px;
  }
}

@media screen and (max-width:1279px) {
  .tip-card {
    height: 400px;
  }
}

@media screen and (max-width:767px) {
  .tip-card {
    height: auto;
  }
}

.page--advice-on .landing-hero {
  background: url("/bundles/appsite/img/advice-on/bg-hero.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.category-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  max-height: 80px;
  overflow: hidden;
}

.category-selector li {
  display: inline-block;
}

.category-selector li a {
  display: block;
  line-height: 20px;
  padding: 30px 10px;
}

.page--advice-on .tips {
  padding-top: 50px;
}

.landing-stripe {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width:991px) {
  .landing-stripe {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.landing-stripe--small-pad {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width:480px) {
  .landing-stripe--small-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.landing-stripe h2 {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width:991px) {
  .landing-stripe h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

.landing-stripe h3 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 200;
}

@media (max-width:991px) {
  .landing-stripe h3 {
    font-size: 26px;
    font-weight: 400;
  }
}

@media (max-width:480px) {
  .landing-stripe h3 {
    font-size: 18px;
    font-weight: 700;
  }
}

.landing-stripe .stripe-lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 200;
  text-align: center;
}

@media screen and (max-width:991px) {
  .landing-stripe .stripe-lead {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
}

.landing-stripe--inverted {
  color: #ffffff;
}

.landing-stripe--grey {
  background-color: #fcfcfa;
  border-top: 1px solid #e0eaeb;
  border-bottom: 1px solid #e0eaeb;
}

.landing-stripe--inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.landing-hero {
  padding-top: 40px;
  padding-bottom: 40px;
}

.landing-hero--inverted {
  color: #ffffff;
}

.landing-hero--center {
  text-align: center;
}

.landing-hero__title {
  font-size: 60px;
  line-height: 1.1;
}

.landing-hero__description {
  font-size: 24px;
  line-height: 1.5;
}

.rb-home-page__decor {
  position: relative;
}

.rb-home-page__decor .decor__moosehead,
.rb-home-page__decor .decor__clock01 {
  position: absolute;
}

.rb-home-page__decor .decor__moosehead {
  background-image: url("/bundles/appsite/img/moose-lp/moose.png");
  min-width: 400px;
  max-width: 600px;
  left: -4%;
  top: -20px;
  width: 30%;
  height: 555px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}

@media screen and (max-width:1400px) {
  .rb-home-page__decor .decor__moosehead {
    background-size: cover;
    height: 460px;
    min-width: auto;
    width: 20%;
    left: 0;
  }
}

@media screen and (max-width:991px) {
  .rb-home-page__decor .decor__moosehead {
    display: none;
  }
}

.rb-home-page__decor .decor__clock01 {
  height: 400px;
  width: 20%;
  background: url("/bundles/appsite/img/moose-lp/clock01.png") no-repeat center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 2%;
}

@media screen and (max-width:1400px) {
  .rb-home-page__decor .decor__clock01 {
    background-size: cover;
    background-position: 3% top;
    height: 320px;
    min-width: auto;
    width: 22%;
    right: 0;
  }
}

@media screen and (max-width:991px) {
  .rb-home-page__decor .decor__clock01 {
    display: none;
  }
}

.rb-home-page .search-area-home {
  background-image: url("/bundles/appsite/img/moose-lp/bg-wall.jpg") !important;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
}

@media screen and (max-width:991px) {
  .rb-home-page .search-area-home {
    padding-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .rb-home-page .search-area-home {
    padding-top: 0;
  }

  .rb-home-page .search-area-home .rb-search-form {
    background: rgba(0,116,127,0.7);
  }

  .rb-home-page .search-area-home .rb-search-form__wrapper {
    padding: 20px 0;
  }
}

.rb-home-page .search-area-home .search-box {
  margin-bottom: 50px;
}

.rb-home-page .search-area-home h1 {
  font-size: 46px;
  margin-bottom: 10px;
}

.rb-home-page .search-area-home .search-area-home__description {
  font-size: 20px;
  margin-bottom: 30px;
}

.rb-home-page .search-area-home__slogan {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  color: white;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.rb-home-page .search-area-home .search-form-validation-message {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.whitelabel {
  padding: 20px 20px 10px;
}

@media (max-width:299px) {
  .whitelabel {
    padding: 10px;
  }
}

.whitelabel.whitelabel--sm {
  display: table-cell;
  max-width: 299px;
  min-width: 160px;
  height: 250px;
}

.whitelabel.whitelabel--sm-2 {
  display: table-cell;
  width: 308px;
  height: 208px;
}

.whitelabel .label {
  margin-bottom: 0;
  color: #788791;
}

.whitelabel.card--bg-image .label,
.whitelabel.card--inverted .label {
  color: #ddd;
}

@media (max-width:299px) {
  .whitelabel-xs-visible {
    display: none;
  }
}

@media (min-width:300px) {
  .whitelabel-xxs-visible {
    display: none;
  }
}

.whitelabel__hero {
  height: 100px;
  display: block;
  margin: -20px -20px 8px;
}

.whitelabel__hero__inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  display: table;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}

.whitelabel__hero__inner .whitelabel__title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.whitelabel__hero__logo {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
}

.whitelabel__info {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #00b6ed;
  font-size: 16px;
  z-index: 1;
}

@media (max-width:190px) {
  .whitelabel__info {
    display: none;
  }
}

.whitelabel__hero .whitelabel__info {
  top: 10px;
  font-size: 15px;
}

.whitelabel--hero .whitelabel__info,
.card--bg-image .whitelabel__info {
  color: #ecf0f1;
}

.whitelabel__hero__content {
  display: table-cell;
  vertical-align: middle;
}

.whitelabel__logo {
  display: block;
  margin: 0;
  padding: 0;
  width: 138px;
  height: 20px;
  background: url("/bundles/appsite/img/unbiased-logo-web-sm.svg") no-repeat 0 0;
  background-size: cover;
}

@media (max-width:299px) {
  .whitelabel__logo {
    width: 100%;
  }
}

.no-svg .whitelabel__logo,
.no-backgroundsize .whitelabel__logo {
  background: url("/bundles/appsite/img/unbiased-logo-web-sm.png") 0 0 no-repeat;
}

.card--bg-image .whitelabel__logo,
.card--inverted .whitelabel__logo {
  width: 138px;
  height: 20px;
  background: url("/bundles/appsite/img/unbiased-logo-web-white.svg") no-repeat 0 0;
  background-size: cover;
}

.no-svg .card--bg-image .whitelabel__logo,
.no-svg .card--inverted .whitelabel__logo,
.no-backgroundsize .card--bg-image .whitelabel__logo,
.no-backgroundsize .card--inverted .whitelabel__logo {
  background: url("/bundles/appsite/img/unbiased-logo-web-white-138x20.png") 0 0 no-repeat;
}

.whitelabel--hero .whitelabel__logo,
.whitelabel__logo.whitelabel__logo--sm {
  width: 110px;
  height: 16px;
  background: url("/bundles/appsite/img/unbiased-logo-web-xs-white.svg") no-repeat 0 0;
  background-size: cover;
}

.no-svg .whitelabel--hero .whitelabel__logo,
.no-svg .whitelabel__logo.whitelabel__logo--sm,
.no-backgroundsize .whitelabel--hero .whitelabel__logo,
.no-backgroundsize .whitelabel__logo.whitelabel__logo--sm {
  background: url("/bundles/appsite/img/unbiased-logo-web-xs-white.png") 0 0 no-repeat;
}

.whitelabel__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #00b6ed;
}

.card--bg-image .whitelabel__title,
.card--inverted .whitelabel__title {
  color: #fff;
}

.whitelabel__search-box input {
  margin-bottom: 12px;
  width: 100%;
}

.whitelabel--hero .whitelabel__search-box input,
.whitelabel__search-box input.input-sm {
  margin-bottom: 7px;
}

.whitelabel__search-box input:not(.input-sm) {
  height: 48px;
}

.whitelabel__search-types {
  margin-bottom: 12px;
}

.whitelabel__search-types:before,
.whitelabel__search-types:after {
  display: table;
  content: " ";
}

.whitelabel__search-types:after {
  clear: both;
}

.whitelabel__search-types:before,
.whitelabel__search-types:after {
  display: table;
  content: " ";
}

.whitelabel__search-types:after {
  clear: both;
}

.whitelabel__search-types .adviser-type-btn {
  font-size: 14px;
  line-height: 1.33333333;
}

@media (min-width:300px) {
  .whitelabel__search-types .adviser-type-btn {
    width: 50%;
    float: left;
    padding: 12px;
    border-radius: 0;
  }

  .whitelabel__search-types .adviser-type-btn:nth-child(1) {
    border-radius: 7px 0 0 0;
  }

  .whitelabel__search-types .adviser-type-btn:nth-child(2) {
    border-radius: 0 7px 0 0;
  }

  .whitelabel__search-types .adviser-type-btn:nth-child(3) {
    border-radius: 0 0 0 7px;
  }

  .whitelabel__search-types .adviser-type-btn:nth-child(4) {
    border-radius: 0 0 7px 0;
  }
}

@media (max-width:299px) {
  .whitelabel__search-types .adviser-type-btn {
    display: block;
    width: 100%;
  }

  .whitelabel__search-types .adviser-type-btn:not(:first-child) {
    margin-top: 5px;
  }
}

.whitelabel__search-btn {
  margin-bottom: 12px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  border-bottom: 2px solid #9fac1c;
  border-radius: 10px;
}

.whitelabel__search-btn:not(.btn-sm) {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  line-height: 1.17647059;
}

.whitelabel__search-btn--tagline {
  padding-bottom: 5px;
  line-height: .88235294;
}

.whitelabel--hero .whitelabel__search-btn--tagline {
  margin-bottom: 5px;
}

.whitelabel__description {
  color: #788791;
}

.card--bg-image .whitelabel__description,
.card--inverted .whitelabel__description {
  color: #ddd;
}

.whitelabel--hero .whitelabel__description {
  font-size: 10px;
  line-height: 1;
}

.whitelabel__overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 20px;
  background-color: #4d4d4d;
  background-color: rgba(74,83,89,0.95) !important;
  border-bottom: 0;
  border-radius: 10px;
  color: #fff;
  z-index: -1;
  transition: visibility .2s linear,opacity .2s linear;
  overflow-y: scroll;
}

.whitelabel__overlay.whitelabel-overlay-open {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 1;
}

.whitelabel__overlay .whitelabel__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
}

.whitelabel__overlay-trigger {
  display: block;
}

.whitelabel__overlay__close {
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  border: none;
  background: url("/bundles/appsite/img/cross.png") no-repeat center center !important;
  background-size: 50% !important;
  color: transparent;
  outline: none;
  z-index: 100;
}

.whitelabel__overlay__content {
  padding-right: 15px;
}

.whitelabel--legacy div.logo {
  margin: 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #4b87b7;
}

.whitelabel--legacy div.logo img {
  width: 160px;
  height: 36px;
}

.whitelabel--legacy h2 {
  font-size: 18px;
  font-weight: normal;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
}

.whitelabel--legacy .description {
  color: #ffcc00;
  font-size: 11px;
  margin-right: -10px;
}

.whitelabel--legacy .search-box {
  background: #4b87b7;
  padding: 15px;
}

.whitelabel--legacy .search-box input {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  color: #555;
  font-size: 12px;
}

.whitelabel--legacy .search-box .row {
  margin-left: -5px;
  margin-right: -5px;
}

.whitelabel--legacy .search-box .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}

@media (max-width:299px) {
  .whitelabel--legacy .search-box .col-xs-6 {
    float: none;
    width: auto;
  }
}

.whitelabel--legacy .search-box .btn-info {
  width: 100%;
  font-size: 12px;
  border-left: 0;
  border-right: 0;
  border-bottom: 4px solid #024060;
  background: white;
  color: #555;
  height: 37px;
  line-height: 20px;
  margin-bottom: 10px;
}

.whitelabel--legacy .search-box .btn-info.active {
  background: #eee;
  color: #333;
  border-bottom: 4px solid #024060;
}

.whitelabel--legacy .search-box .btn-info:focus {
  outline: none;
}

.whitelabel--legacy .search-box .search-button {
  width: 100%;
  background-color: #78b042;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
}

.whitelabel--legacy.whitelabel-mpu {
  width: 300px;
  display: table-cell;
}

.rb-search-area {
  display: block;
  width: 100%;
}

.rb-search-area.search--whitelabels {
  padding: 0;
}

@media screen and (max-width:767px) {
  .rb-search-area.search--whitelabels {
    margin: 0;
  }
}

.rb-search-area.search--whitelabels .backlink {
  display: block;
  color: #cde2e4;
}

@media (max-width:767px) {
  .rb-search-area.search--whitelabels .backlink {
    text-align: center;
  }
}

.rb-search-area.search--whitelabels .search-results-header__inner {
  padding: 10px 0;
  text-align: left;
  margin: 0;
}

.rb-search-area.search--whitelabels .search-results-header__inner a:hover {
  color: #C3EBEC;
  text-decoration: none;
}

.rb-search-area.search--whitelabels .search-results__title {
  font-size: 24px;
  color: #FFFFFF;
  text-align: right;
  width: 100%;
}

@media (max-width:767px) {
  .rb-search-area.search--whitelabels .search-results__title {
    text-align: center;
    font-size: 18px;
  }
}

.rb-search-area.search--whitelabels .search-box {
  padding: 10px 0;
  background-color: #00747f;
}

.rb-search-area.search--whitelabels .search-results-header__inner {
  padding: 0;
  width: 100%;
  display: block;
}

.popupwrapper {
  display: none;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */

.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  transition: 0.3s ease all !important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container>div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container>div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important;
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important;
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width:481px) and (max-width:768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container>div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0,0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -12px 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: #a2acb3;
  background: transparent;
  transition: all .15s ease;
}

@media (min-width:550px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    margin: -12px 0 0;
  }
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  color: #788791;
  background: transparent;
}

.owl-carousel .owl-nav .owl-prev.disabled:hover,
.owl-carousel .owl-nav .owl-next.disabled:hover,
.owl-carousel .owl-nav .owl-prev.disabled:focus,
.owl-carousel .owl-nav .owl-next.disabled:focus {
  color: #a2acb3;
}

.owl-carousel .owl-nav .owl-prev {
  left: -36px;
}

.owl-carousel .owl-nav .owl-next {
  right: -36px;
}

.owl-carousel .owl-dots {
  margin-top: 12px;
}

.owl-carousel .owl-dots .owl-dot span {
  margin: 7px;
}

.owl-carousel.owl-carousel--centered .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container>li {
  padding: 0;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: bold;
}

.multiselect-container>li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}

.multiselect-container>li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container>li>a {
  padding: 0;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
  margin: 0;
}

.multiselect-container>li>a>label>input[type="checkbox"] {
  margin-bottom: 5px;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}

.multiselect-container {
  padding: 5px 0;
}

.main-content .multiselect-container>li {
  margin-bottom: 0;
}

.multiselect-container>li>a.multiselect-all label {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
}

.multiselect-container>li.multiselect-group label {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
}

.multiselect-container>li>a {
  padding: 0;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 4px 4px 4px 32px;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
  margin: 0;
}

.multiselect-container>li>a>label>input[type="checkbox"] {
  margin-bottom: 5px;
}

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}

.multiselect.dropdown-toggle {
  text-align: left;
}

.modal--fullscreen .multiselect.dropdown-toggle,
.section--inverted .multiselect.dropdown-toggle,
.section--light-grey .multiselect.dropdown-toggle,
.offcanvas .multiselect.dropdown-toggle {
  color: #4d4d4d;
  background-color: #fff;
  border-color: transparent;
  border-bottom: 1px solid #c2ced6;
  transition: border-color .15s ease;
}

.multiselect.dropdown-toggle.btn-white {
  transition: all .1s;
  border-color: transparent;
  border-bottom: 1px solid #c2ced6;
}

.multiselect.dropdown-toggle.btn-white:hover,
.multiselect.dropdown-toggle.btn-white:focus,
.multiselect.dropdown-toggle.btn-white:active,
.multiselect.dropdown-toggle.btn-white.active {
  color: #4d4d4d;
  border-color: transparent;
  border-bottom: 1px solid #b3c2cc;
  background-color: #fff;
  box-shadow: none;
}

.open>.multiselect.dropdown-toggle.btn-white {
  color: #4d4d4d;
  border-color: transparent;
  border-bottom: 1px solid #b3c2cc;
  background-color: #fff;
  box-shadow: none;
}

.multiselect-container>li>a>label {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #4d4d4d;
  white-space: normal;
}

.multiselect-container>li:first-child>a>.radio {
  border-bottom: 1px solid #e0eaeb;
  padding-left: 15px;
}

.multiselect-container>li:first-child>a>.radio>input[type="radio"] {
  visibility: hidden;
}

.multiselect-container.dropdown-menu {
  min-width: 100%;
}

.ub-multiselect__custom.dropdown-toggle>.multiselect-selected-text {
  white-space: normal;
  display: inline-block;
  padding-right: 10px;
}

.ub-multiselect__custom.dropdown-toggle>.caret {
  position: absolute;
  right: 10px;
  top: 50%;
}

.multiselect__custom--limited+.multiselect-container {
  max-height: 300px;
  overflow-y: auto;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.ub-ng-form-field.ng-invalid.ng-touched {
  border-color: #f26522;
}

.ub-ng-form-field.ng-invalid.ng-touched.ub-invalid-background {
  background: #FFDBD9;
}

.ub-ng-form-field.ng-invalid.ng-touched.ub-invalid-outline {
  box-shadow: inset 0 0 0 1px #f26522;
  border: 0;
}

.ub-ng-form-field.ng-invalid.ng-touched.ub-invalid-underline {
  border-bottom: 3px solid pink;
}

.ng-submitted .ub-form-field.ng-invalid {
  border-color: #f26522;
}

.ng-submitted .ub-form-field.ng-invalid.ub-invalid-background {
  background: #FFDBD9;
}

.ng-submitted .ub-form-field.ng-invalid.ub-invalid-outline {
  box-shadow: inset 0 0 0 1px #f26522;
  border: 0;
}

.ng-submitted .ub-form-field.ng-invalid.ub-invalid-underline {
  border-bottom: 3px solid pink;
}

.ub-ng-validation-message {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
}

.ub-ng-animate.ub-ng-fade-in {
  opacity: 1;
}

.ub-ng-animate.ub-ng-fade-in.ng-hide-remove {
  transition: all linear .5s;
}

.ub-ng-animate.ub-ng-fade-in.ng-hide {
  opacity: 0;
  height: 0;
}

.ub-ng-animate.ub-ng-fade {
  opacity: 1;
}

.ub-ng-animate.ub-ng-fade.ng-hide-remove,
.ub-ng-animate.ub-ng-fade.ng-hide-add {
  transition: all linear .5s;
}

.ub-ng-animate.ub-ng-fade.ng-hide {
  opacity: 0;
}

.about-us {
  color: #000;
}

.about-us .hero {
  height: 710px;
}

@media only screen and (max-width:991px) {
  .about-us .hero {
    height: auto;
  }
}

.about-us .hero .hero__cover {
  background-image: url(/bundles/appsite/img/about-us/hero.jpg);
  background-attachment: scroll;
}

@media only screen and (max-width:991px) {
  .about-us .hero .hero__cover {
    background-position: left top;
    background-size: auto;
  }
}

.about-us .hero h1 {
  line-height: 1.18em;
  color: #262626;
  margin-top: 50px;
}

@media only screen and (max-width:991px) {
  .about-us .hero h1 {
    margin-top: 30px;
  }
}

.about-us .hero .lead {
  max-width: 430px;
  color: #000;
}

.about-us .about-us__we-give_you h2 {
  color: #262626;
}

.about-us .about-us__we-give_you h3 {
  font-size: 32px;
  margin-top: 10px;
}

.about-us .about-us__we-give_you p {
  font-size: 15px;
}

.about-us .about-us__we-give_you a {
  text-decoration: none !important;
  color: inherit !important;
}

.about-us .about-us__feedback_one {
  height: 802px;
  background-image: url(/bundles/appsite/img/about-us/couch-family.jpg);
}

@media only screen and (max-width:991px) {
  .about-us .about-us__feedback_one {
    height: auto;
  }
}

.about-us .about-us__icon {
  width: 58px;
  height: 50px;
  display: inline-block;
  background: url(/bundles/appsite/img/about-us/sprite.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
  .about-us .about-us__icon {
    background-image: url(/bundles/appsite/img/about-us/sprite@2x.png);
    background-size: 174px;
  }
}

.about-us .about-us__icon--choice {
  background-position: 0 0;
}

.about-us .about-us__icon--simplicity {
  background-position: -59px 0;
}

.about-us .about-us__icon--confidence {
  background-position: -117px 0;
}

.about-us .about-us__stars {
  font-size: 20px;
  color: #F16521;
}

.about-us .about-us__feedback-two {
  height: 800px;
  background: url(/bundles/appsite/img/about-us/aged-man.jpg) no-repeat;
}

@media only screen and (max-width:991px) {
  .about-us .about-us__feedback-two {
    height: auto;
  }
}

.about-us blockquote {
  border: none;
  padding: .5em 0 .5em;
  margin: 0;
}

.about-us .about-us__who-we-are h2 {
  margin-top: 30px;
}

.about-us .about-us__who-we-are dl {
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 1px solid #EDEDED;
}

@media only screen and (max-width:991px) {
  .about-us .about-us__who-we-are dl {
    border-left: none;
    padding-left: 0;
  }
}

.about-us .about-us__who-we-are dl>dt {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
}

.about-us .about-us__who-we-are dl>dt:nth-of-type(1) {
  color: #00747f;
}

.about-us .about-us__who-we-are dl>dt:nth-of-type(2) {
  color: #9B1B51;
}

.about-us .about-us__who-we-are dl>dt:nth-of-type(3) {
  color: #F16521;
}

.about-us .about-us__who-we-are dl>dd {
  font-size: 20px;
  line-height: 100%;
}

.about-us .about-us__who-we-are dl>dd:not(:last-child) {
  padding-bottom: 2em;
}

@media only screen and (max-width:991px) {
  .about-us .about-us__who-we-are .about-us__text {
    margin-bottom: 30px;
  }
}

.about-us .about-us__why-use-an-adviser ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
}

.about-us .about-us__why-use-an-adviser ul>li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.about-us .about-us__why-use-an-adviser ul>li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -8px;
  top: 4px;
  color: #0698C4;
  position: absolute;
}

.about-us .about-us__why-use-an-adviser ul>li:before {
  content: "\e013";
}

.about-us .about-us__why-use-an-adviser ul>li:before {
  content: "\e013";
}

.about-us .about-us__movie {
  background: url(/bundles/appsite/img/about-us/painting.jpg) no-repeat;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

@media only screen and (max-width:991px) {
  .about-us .about-us__movie {
    height: auto;
  }
}

.about-us .about-us__movie h2 {
  margin-top: 0;
  color: #fff;
  font-size: 70px;
}

@media only screen and (max-width:991px) {
  .about-us .about-us__movie h2 {
    font-size: 36px;
  }
}

.about-us .about-us__movie .lead {
  max-width: 400px;
  margin: 0 auto;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
}

.about-us .about-us__movie .about-us__play-button {
  display: inline-block;
  transition: opacity .4s;
}

.about-us .about-us__movie .about-us__play-button:hover {
  opacity: .7;
}

.about-us .video-block__content {
  padding-top: 230px;
  padding-bottom: 230px;
}

@media only screen and (max-width:991px) {
  .about-us .video-block__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-us .about-us__text {
  font-size: 18px;
  color: #262626;
}

.about-us h1,
.about-us .h1,
.about-us .h2 {
  font-size: 44px;
}

@media only screen and (max-width:991px) {
  .about-us h1,
  .about-us .h1,
  .about-us .h2 {
    font-size: 36px;
  }
}

.b-background {
  position: relative;
  z-index: -1;
}

.b-background__inner {
  position: absolute;
  top: 0;
}

.b-background__inner img {
  margin: 0 !important;
  max-width: none;
  width: 100%;
}

@media (max-width:767px) {
  .b-background-mobile {
    background: #efefef;
  }
}

@font-face {
  font-family: 'unbiased';
  src: url('/bundles/appsite/css/fonts/unbiased-icons/unbiased.eot');
  src: url('/bundles/appsite/css/fonts/unbiased-icons/unbiased.eot?#iefix') format('embedded-opentype'),url('/bundles/appsite/css/fonts/unbiased-icons/unbiased.woff2') format('woff2'),url('/bundles/appsite/css/fonts/unbiased-icons/unbiased.woff') format('woff'),url('/bundles/appsite/css/fonts/unbiased-icons/unbiased.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.b-icon,
.b-switch__label span:after {
  font-family: 'unbiased',sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
}

.b-navbar {
  min-height: 50px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width:768px) {
  .b-navbar {
    min-height: 80px;
    padding: 20px 15px;
  }
}

@media (min-width:992px) {
  .b-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 30px;
  }
}

.b-navbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  white-space: nowrap;
  line-height: inherit;
  margin-right: 15px;
}

.b-navbar__logo svg {
  width: auto;
  height: 36px;
  vertical-align: top;
}

.b-navbar__collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:991px) {
  .b-navbar__collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width:767px) {
  .b-navbar__collapse {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width:992px) {
  .b-navbar__collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.b-navbar__toggler {
  outline: none !important;
  padding: 8px;
  font-size: 16px;
  height: 40px;
  line-height: 1;
  color: #010101;
  border: 1px solid #7d7d7d;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:992px) {
  .b-navbar__toggler {
    display: none;
  }
}

.b-navbar__toggler span {
  display: inline-block;
  line-height: 20px;
}

.b-navbar__toggler svg {
  opacity: 1 !important;
}

.b-navbar__toggler svg.menu {
  margin-left: 12px;
}

.b-navbar__toggler .menu {
  display: none;
}

.b-navbar__toggler .close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-navbar__toggler.collapsed .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-navbar__toggler.collapsed .close {
  display: none;
}

.b-navbar__nav {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

@media (min-width:768px) {
  .b-navbar__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width:768px) {
  .b-navbar__item {
    border: 1px solid transparent;
    padding-left: 20px;
  }

  .b-navbar__item:not(.b-btn-holder) {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .b-navbar__item:not(.b-btn-holder) {
    padding-right: 20px;
  }

  .b-navbar__item.login.open {
    border: 1px solid #b7b7b7;
    border-radius: 5px 5px 0 0;
  }
}

.b-navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #21211f;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-navbar__link svg {
  margin-left: 10px;
  fill: transparent;
}

.b-navbar__link .text {
  border-bottom: 1px solid transparent;
  transition: border 300ms ease;
}

.no-js .b-navbar__link:hover .text,
.js.no-touchevents .b-navbar__link:hover .text {
  border-color: currentColor;
}

.no-js .b-navbar__link:hover .text,
.no-js .b-navbar__link:focus .text,
.js.no-touchevents .b-navbar__link:hover .text,
.js.no-touchevents .b-navbar__link:focus .text,
.js.touchevents .b-navbar__link:active .text {
  border-color: currentColor;
}

@media (min-width:768px) {
  .b-navbar__dropdown-title {
    display: none;
  }
}

.b-navbar .dropdown-menu {
  border-color: #b7b7b7;
}

@media (max-width:767px) {
  .b-navbar .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    min-width: 0;
    top: auto;
    left: auto;
    box-shadow: none;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0;
  }
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu {
    margin-top: 15px;
    box-shadow: 0 3px 5px .1px rgba(0,0,0,0.45);
    border-radius: 5px;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .b-navbar .dropdown-menu:before,
  .b-navbar .dropdown-menu:after {
    display: table;
    content: " ";
  }

  .b-navbar .dropdown-menu:after {
    clear: both;
  }

  .b-navbar .dropdown-menu:before,
  .b-navbar .dropdown-menu:after {
    display: table;
    content: " ";
  }

  .b-navbar .dropdown-menu:after {
    clear: both;
  }

  .b-navbar .dropdown-menu:after,
  .b-navbar .dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -20px;
  }

  .b-navbar .dropdown-menu:after {
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
  }

  .b-navbar .dropdown-menu:before {
    border-color: transparent transparent #b7b7b7 transparent;
    border-width: 11px;
    top: -22px;
  }
}

.b-navbar .dropdown-menu .title {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-size: 22px;
  color: #010101;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 3.9px .1px rgba(0,0,0,0.15);
  z-index: 2;
}

.b-navbar .dropdown-menu .title:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  left: 20px;
  top: calc(100% - 5px);
  height: 0;
  border: 4.3px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0,0,0,0.15);
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu .dropdown-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    overflow: hidden;
  }

  .b-navbar .dropdown-menu .dropdown-row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .b-navbar .dropdown-menu .dropdown-row:last-child>.dropdown-link {
    border-bottom: none;
  }
}

.b-navbar .dropdown-menu .dropdown-link {
  padding: 0 20px;
  transition: all 300ms ease-in-out;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #010101;
  line-height: 1;
  white-space: normal;
  text-decoration: none !important;
  border-bottom: 1px solid #b7b7b7;
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu .dropdown-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }

  .b-navbar .dropdown-menu .dropdown-link:nth-child(odd) {
    border-right: 1px solid #b7b7b7;
  }
}

.no-js .b-navbar .dropdown-menu .dropdown-link:hover,
.js.no-touchevents .b-navbar .dropdown-menu .dropdown-link:hover {
  color: #fff;
  background: #35b4f0;
  border-color: #35b4f0;
  z-index: 1;
}

.no-js .b-navbar .dropdown-menu .dropdown-link:hover,
.no-js .b-navbar .dropdown-menu .dropdown-link:focus,
.js.no-touchevents .b-navbar .dropdown-menu .dropdown-link:hover,
.js.no-touchevents .b-navbar .dropdown-menu .dropdown-link:focus,
.js.touchevents .b-navbar .dropdown-menu .dropdown-link:active {
  color: #fff;
  background: #35b4f0;
  border-color: #35b4f0;
  z-index: 1;
}

.b-navbar .dropdown-menu.b-auth {
  padding: 15px 20px;
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu.b-auth {
    padding: 15px;
  }
}

.b-navbar .dropdown-menu.b-auth .b-btn-holder {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu.b-auth .b-btn-holder {
    width: 240px;
  }
}

.b-navbar .dropdown-menu.b-auth .b-btn-holder:first-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-navbar .dropdown-menu.b-auth .b-btn-holder:last-child {
  margin-top: 20px;
}

.b-navbar .dropdown-menu.b-auth .b-btn-holder__btn {
  height: 40px;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu.b-auth .b-btn-holder__btn {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.b-navbar .dropdown-menu.b-auth .b-btn-holder__link {
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  color: #010101;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  border-bottom: 1px dotted currentColor;
}

.no-js .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:hover,
.js.no-touchevents .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:hover {
  border-bottom-color: transparent;
  color: #010101;
}

.no-js .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:hover,
.no-js .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:focus,
.js.no-touchevents .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:hover,
.js.no-touchevents .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:focus,
.js.touchevents .b-navbar .dropdown-menu.b-auth .b-btn-holder__link:active {
  border-bottom-color: transparent;
  color: #010101;
}

.b-navbar .dropdown-menu.login {
  margin-top: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: -1px;
  right: -1px;
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu.login {
    margin-top: 0;
  }
}

.b-navbar .dropdown-menu.login>li a {
  padding: 10px 20px;
}

.b-navbar .dropdown-menu.login .title {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-weight: 700;
}

@media (min-width:768px) {
  .b-navbar .dropdown-menu.login .title {
    display: none;
  }
}

.b-navbar .dropdown-menu.login .title:after {
  display: none;
}

.b-navbar .dropdown-menu.login:after,
.b-navbar .dropdown-menu.login:before {
  display: none;
}

.b-footer {
  background: #00747f;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
}

.b-footer_short {
  padding-top: 20px;
  padding-bottom: 20px;
}

.b-footer__top {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .b-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-footer__top>div[class*=col]:first-child {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .b-footer__top>div[class*=col]:first-child div[class*=col] {
    padding-right: 40px;
  }

  .b-footer__top>div[class*=col]:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.b-footer__title {
  font-size: 16px;
  border-bottom: 2px solid rgba(204,220,41,0.5);
  padding-bottom: 18px;
  line-height: 1;
  margin-bottom: 16px;
}

.b-footer__list {
  list-style: none;
  padding: 8px 0 0;
  margin: 0 0 36px;
}

.b-footer__item {
  margin-bottom: 16px;
}

.b-footer__item-link {
  position: relative;
  color: #fff;
  text-decoration: none !important;
  line-height: 1.5;
  text-shadow: 0 -2px 0 #00747f,0 -1px 0 #00747f,0 0 0 #00747f,2px -2px 0 #00747f,2px -1px 0 #00747f,2px 0 0 #00747f,-2px -2px 0 #00747f,-2px -1px 0 #00747f,-2px 0 0 #00747f,1px -2px 0 #00747f,1px -1px 0 #00747f,1px 0 0 #00747f,-1px -2px 0 #00747f,-1px -1px 0 #00747f,-1px 0 0 #00747f,0 -2px 0 #00747f,0 -1px 0 #00747f,0 0 0 #00747f;
  box-shadow: 0 -1px 0 0 #00747f inset,0 -2px 0 0 transparent inset;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.no-js .b-footer__item-link:hover,
.js.no-touchevents .b-footer__item-link:hover {
  color: #fff;
  box-shadow: 0 -1px 0 0 #00747f inset,0 -2px 0 0 rgba(255,255,255,0.4) inset;
}

.no-js .b-footer__item-link:hover,
.no-js .b-footer__item-link:focus,
.js.no-touchevents .b-footer__item-link:hover,
.js.no-touchevents .b-footer__item-link:focus,
.js.touchevents .b-footer__item-link:active {
  color: #fff;
  box-shadow: 0 -1px 0 0 #00747f inset,0 -2px 0 0 rgba(255,255,255,0.4) inset;
}

.b-footer__copyright {
  font-size: 11px;
}

.b-footer__copyright p {
  margin-bottom: 8px;
}

.b-footer-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.b-footer-social__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  color: #00747f;
  background: #67d2d8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background 300ms cubic-bezier(.645, .045, .355, 1),color 300ms cubic-bezier(.645, .045, .355, 1);
}

.b-footer-social__link:not(:last-child) {
  margin-right: 10px;
}

.b-footer-social__link:after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-radius: inherit;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  padding: 3px;
  box-shadow: 0 0 0 1px #fff;
  transition: opacity 300ms cubic-bezier(.645, .045, .355, 1),-webkit-transform 300ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 300ms cubic-bezier(.645, .045, .355, 1),opacity 300ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 300ms cubic-bezier(.645, .045, .355, 1),opacity 300ms cubic-bezier(.645, .045, .355, 1),-webkit-transform 300ms cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.no-js .b-footer-social__link:hover,
.js.no-touchevents .b-footer-social__link:hover {
  color: #00747f;
  background: #fff;
}

.no-js .b-footer-social__link:hover:after,
.js.no-touchevents .b-footer-social__link:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.no-js .b-footer-social__link:hover,
.no-js .b-footer-social__link:focus,
.js.no-touchevents .b-footer-social__link:hover,
.js.no-touchevents .b-footer-social__link:focus,
.js.touchevents .b-footer-social__link:active {
  color: #00747f;
  background: #fff;
}

.no-js .b-footer-social__link:hover:after,
.no-js .b-footer-social__link:focus:after,
.js.no-touchevents .b-footer-social__link:hover:after,
.js.no-touchevents .b-footer-social__link:focus:after,
.js.touchevents .b-footer-social__link:active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.b-footer-social .b-icon {
  font-size: 18px;
}

.b-section {
  position: relative;
}

.b-title {
  position: relative;
  color: #000;
}

@media (max-width:767px) {
  .b-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.b-title__bubble {
  width: 48px;
  height: 44px;
  display: block;
  margin-bottom: 4px;
  fill: currentColor;
}

.b-title__bubble_orange {
  fill: #f26522;
}

.b-title__bubble_default {
  fill: #00747f;
}

.b-title__main {
  position: relative;
  display: inline-block;
  font-size: 32px;
  margin: 0 0 10px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
}

@media (max-width:767px) {
  .b-title__main {
    line-height: 38px;
  }

  .b-title__main br {
    display: none;
  }
}

@media (min-width:768px) {
  .b-title__main {
    font-size: 52px;
  }
}

@media (min-width:992px) {
  .b-title__main {
    font-size: 60px;
  }
}

.b-title__main_center {
  text-align: center;
}

.b-title__subtitle {
  font-size: 20px;
}

@media (min-width:768px) {
  .b-title__subtitle {
    font-size: 24px;
    line-height: 1.33;
  }
}

.b-title_md .b-title__main {
  font-size: 21px;
  line-height: 26px;
}

@media (min-width:1280px) {
  .b-title_lg .b-title__main {
    font-size: 60px;
    line-height: 1;
  }
}

@media (min-width:1280px) {

}

.b-title_text_center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-title_text_white {
  color: #fff;
  fill: #fff;
}

.b-title_text_dark {
  color: #242424;
  fill: #242424;
}

.b-title_p_top {
  padding-top: 40px;
}

.b-title__bg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.b-title__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:767px) {
  .b-title__checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:1280px) {
  .b-title__checkboxes {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.b-title__checkbox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .b-title__checkbox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
}

@media (min-width:1280px) {
  .b-title__checkbox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    margin: 0 20px 0;
  }
}

.b-title__checkbox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width:1280px) {
  .b-title__checkbox-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.b-title__checkbox-icon {
  position: relative;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-title__checkbox-text {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  text-align: left;
}

.b-title__checkboxes_type-standard .b-title__checkbox-icon {
  width: 20px;
  height: 20px;
}

.b-title__checkboxes_type-standard .b-title__checkbox-text {
  font-size: 20px;
}

.b-title__checkboxes_type-1 .b-title__checkbox-icon {
  width: 48px;
  height: 52px;
}

.b-title__checkboxes_type-2 .b-title__checkbox-icon {
  width: 48px;
  height: 52px;
}

.b-title__checkboxes_type-3 .b-title__checkbox-icon {
  width: 48px;
  height: 52px;
}

.b-panel {
  position: relative;
  margin: 20px auto;
}

@media (min-width:768px) {
  .b-panel {
    margin: 40px auto 60px;
  }
}

.b-panel__inner {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}

@media (min-width:768px) {
  .b-panel__inner {
    padding: 40px;
  }
}

.b-btn-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-btn-holder__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  min-width: 140px;
  font-size: 22px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  border: 0 solid transparent;
  color: #4d3d4f;
  background: transparent;
  border-radius: 7px;
  line-height: 1;
  padding: 6px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  text-transform: none;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0,0,0,0.55);
  transition: color 300ms cubic-bezier(.645, .045, .355, 1),background 300ms cubic-bezier(.645, .045, .355, 1),border 300ms cubic-bezier(.645, .045, .355, 1);
  z-index: 1;
}

.b-btn-holder__btn .ladda-label {
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 767px) {
  .b-btn-holder__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .b-btn-holder__btn+.b-btn-holder__btn,
  .b-btn-holder__btn+.b-btn-holder__link {
    margin-left: 15px;
    margin-top: 0;
  }
}

.b-btn-holder__btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity cubic-bezier(.645, .045, .355, 1) 300ms;
  border-radius: inherit;
  z-index: -1;
}

.no-js .b-btn-holder__btn:hover:before,
.js.no-touchevents .b-btn-holder__btn:hover:before {
  opacity: 1;
}

.no-js .b-btn-holder__btn:hover:before,
.no-js .b-btn-holder__btn:focus:before,
.js.no-touchevents .b-btn-holder__btn:hover:before,
.js.no-touchevents .b-btn-holder__btn:focus:before,
.js.touchevents .b-btn-holder__btn:active:before {
  opacity: 1;
}

.b-btn-holder__btn_default {
  color: #fff;
  background: linear-gradient(to top, #e73c0e 0, #f26522 100%);
  background-size: 100%;
}

.b-btn-holder__btn_default:before {
  background: linear-gradient(to top, #f26522 0, #e73c0e 100%);
}

.no-js .b-btn-holder__btn_default:hover,
.js.no-touchevents .b-btn-holder__btn_default:hover {
  color: #fff;
}

.no-js .b-btn-holder__btn_default:hover,
.no-js .b-btn-holder__btn_default:focus,
.js.no-touchevents .b-btn-holder__btn_default:hover,
.js.no-touchevents .b-btn-holder__btn_default:focus,
.js.touchevents .b-btn-holder__btn_default:active {
  color: #fff;
}

.b-btn-holder__btn_yellow {
  color: #010101;
  background: linear-gradient(to top, #f4a025 0, #f2c923 100%);
  background-size: 100%;
}

.b-btn-holder__btn_yellow:before {
  background: linear-gradient(to top, #f2c923 0, #f4a025 100%);
}

.no-js .b-btn-holder__btn_yellow:hover,
.js.no-touchevents .b-btn-holder__btn_yellow:hover {
  color: #010101;
}

.no-js .b-btn-holder__btn_yellow:hover,
.no-js .b-btn-holder__btn_yellow:focus,
.js.no-touchevents .b-btn-holder__btn_yellow:hover,
.js.no-touchevents .b-btn-holder__btn_yellow:focus,
.js.touchevents .b-btn-holder__btn_yellow:active {
  color: #010101;
}

.b-btn-holder__btn_purple {
  color: #fff;
  background: linear-gradient(to top, #701465 0, #9f2d7e 100%);
  background-size: 100%;
}

.b-btn-holder__btn_purple:before {
  background: linear-gradient(to top, #9f2d7e 0, #701465 100%);
}

.no-js .b-btn-holder__btn_purple:hover,
.js.no-touchevents .b-btn-holder__btn_purple:hover {
  color: #fff;
}

.no-js .b-btn-holder__btn_purple:hover,
.no-js .b-btn-holder__btn_purple:focus,
.js.no-touchevents .b-btn-holder__btn_purple:hover,
.js.no-touchevents .b-btn-holder__btn_purple:focus,
.js.touchevents .b-btn-holder__btn_purple:active {
  color: #fff;
}

.b-btn-holder__btn_pink {
  color: #fff;
  background: linear-gradient(to top, #a91852 0, #d62156 100%);
  background-size: 100%;
}

.b-btn-holder__btn_pink:before {
  background: linear-gradient(to top, #d62156 0, #a91852 100%);
}

.no-js .b-btn-holder__btn_pink:hover,
.js.no-touchevents .b-btn-holder__btn_pink:hover {
  color: #fff;
}

.no-js .b-btn-holder__btn_pink:hover,
.no-js .b-btn-holder__btn_pink:focus,
.js.no-touchevents .b-btn-holder__btn_pink:hover,
.js.no-touchevents .b-btn-holder__btn_pink:focus,
.js.touchevents .b-btn-holder__btn_pink:active {
  color: #fff;
}

.b-btn-holder__btn_lime {
  color: #010101;
  background: linear-gradient(to top, #79d800 0, #c9dc00 100%);
  background-size: 100%;
}

.b-btn-holder__btn_lime:before {
  background: linear-gradient(to top, #c9dc00 0, #79d800 100%);
}

.no-js .b-btn-holder__btn_lime:hover,
.js.no-touchevents .b-btn-holder__btn_lime:hover {
  color: #010101;
}

.no-js .b-btn-holder__btn_lime:hover,
.no-js .b-btn-holder__btn_lime:focus,
.js.no-touchevents .b-btn-holder__btn_lime:hover,
.js.no-touchevents .b-btn-holder__btn_lime:focus,
.js.touchevents .b-btn-holder__btn_lime:active {
  color: #010101;
}

.b-btn-holder__btn_teal {
  color: #fff;
  background: linear-gradient(to top, #007b81 0, #00a3ab 100%);
  background-size: 100%;
}

.b-btn-holder__btn_teal:before {
  background: linear-gradient(to top, #00a3ab 0, #007b81 100%);
}

.no-js .b-btn-holder__btn_teal:hover,
.js.no-touchevents .b-btn-holder__btn_teal:hover {
  color: #fff;
}

.no-js .b-btn-holder__btn_teal:hover,
.no-js .b-btn-holder__btn_teal:focus,
.js.no-touchevents .b-btn-holder__btn_teal:hover,
.js.no-touchevents .b-btn-holder__btn_teal:focus,
.js.touchevents .b-btn-holder__btn_teal:active {
  color: #fff;
}

.b-btn-holder__btn_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.b-btn-holder__btn_outline {
  box-shadow: none;
  border: 1px solid #d2d9e2;
}

.no-js .b-btn-holder__btn_outline:hover,
.js.no-touchevents .b-btn-holder__btn_outline:hover {
  background: #d2d9e2;
}

.no-js .b-btn-holder__btn_outline:hover,
.no-js .b-btn-holder__btn_outline:focus,
.js.no-touchevents .b-btn-holder__btn_outline:hover,
.js.no-touchevents .b-btn-holder__btn_outline:focus,
.js.touchevents .b-btn-holder__btn_outline:active {
  background: #d2d9e2;
}

.b-btn-holder__btn_with-icon .icon,
.b-btn-holder__btn_with-icon .b-icon {
  line-height: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
  color: currentColor;
}

.b-btn-holder__btn_with-icon .icon svg,
.b-btn-holder__btn_with-icon .b-icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.b-btn-holder__btn_with-icon .icon:first-child,
.b-btn-holder__btn_with-icon .b-icon:first-child {
  margin-right: 10px;
}

.b-btn-holder__btn_with-icon .icon:last-child,
.b-btn-holder__btn_with-icon .b-icon:last-child {
  margin-left: 10px;
}

.b-btn-holder__btn_with-icon .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.b-btn-holder__btn_sm {
  height: 40px;
  font-size: 16px;
}

.b-btn-holder__btn_md {
  height: 70px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  padding: 22px 30px;
}

.b-btn-holder__btn_light-text {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
}

.b-btn-holder__btn_light-text_bold {
  font-weight: 700;
}

.b-btn-holder_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-control-container {
  position: relative;
}

.ng-submitted .b-control-container input[type="text"].ng-invalid,
.ng-submitted .b-control-container input[type="email"].ng-invalid,
.ng-submitted .b-control-container input[type="tel"].ng-invalid,
.ng-submitted .b-control-container input[type="password"].ng-invalid,
.ng-submitted .b-control-container input[type="text"].ng-invalid.ng-touched,
.ng-submitted .b-control-container input[type="email"].ng-invalid.ng-touched,
.ng-submitted .b-control-container input[type="tel"].ng-invalid.ng-touched,
.ng-submitted .b-control-container input[type="password"].ng-invalid.ng-touched {
  border-color: #f24349;
}

.ng-submitted .b-control-container input[type="text"].ng-invalid,
.ng-submitted .b-control-container input[type="email"].ng-invalid,
.ng-submitted .b-control-container input[type="tel"].ng-invalid,
.ng-submitted .b-control-container input[type="password"].ng-invalid {
  border-color: #f24349;
}

.b-control-container__input {
  display: block;
  width: 100%;
  height: 60px;
  font: 18px 'lato','lato',Helvetica,Arial,sans-serif;
  background-clip: padding-box;
  line-height: 20px;
  border: 0 solid transparent;
  border-radius: 3px;
  box-shadow: none;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.b-control-container__input:focus {
  outline: none;
}

.b-control-container__input+.b-control-container__icon {
  left: auto;
  right: 10px;
}

.b-control-container__label {
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  margin: 0;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.b-control-container__label .required {
  color: #f24349;
}

.b-control-container__forgot a {
  display: inline-block;
  text-decoration: none;
  color: #00747f;
  font-size: 13px;
  line-height: 44px;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.b-control-container__forgot a:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13px;
  height: 1px;
  background: #00747f;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.b-control-container__forgot a:hover {
  color: #00747f;
}

.b-control-container__forgot a:hover:after {
  opacity: 0;
}

.b-control-container__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  right: auto;
  margin-top: -12px;
}

.b-control-container_default .b-control-container__input {
  padding: 28px 20px 10px;
  background: #f2f6f7;
  color: #333;
  border: 1px solid #f2f6f7;
}

.b-control-container_default .b-control-container__input:focus {
  background: #fcfcfa;
  color: #333;
  border-color: #a9d2d4;
}

.b-control-container_default .b-control-container__input:focus~.b-control-container__label {
  color: #007b81;
}

.b-control-container_default .b-control-container__label {
  position: absolute;
  left: 20px;
  font-size: 18px;
  line-height: 20px;
  top: 20px;
  right: 20px;
  pointer-events: none;
  color: #68888a;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  z-index: 1;
}

.b-control-container_default .b-control-container__label .b-control-container__label-text,
.b-control-container_default .b-control-container__label .b-control-container__label-error {
  color: currentColor;
}

.b-control-container_default .b-control-container__forgot {
  position: absolute;
  right: 20px;
  top: 7px;
}

.b-control-container_default .b-control-container__icon {
  color: #333;
}

.b-control-container_default .b-control-container__icon svg {
  fill: currentColor;
}

.b-control-container_default input[style*=base64]~.b-control-container__forgot {
  right: 30px;
}

.b-control-container_default_password .b-control-container__input {
  padding-right: 70px;
}

.b-control-container_default.b-control-container_filled .b-control-container__label,
.b-control-container_default .b-control-container__input:focus~.b-control-container__label {
  font-size: 15px;
  top: 4px;
}

.b-control-container_default.b-control-container_error .b-control-container__input {
  border-color: #f24349;
}

.b-control-container_default.b-control-container_error .b-control-container__label,
.b-control-container_default.b-control-container_error .b-control-container__input:focus~.b-control-container__label {
  color: #f24349;
}

.b-control-container_with-icon .b-control-container__input {
  padding-right: 44px;
}

.b-control-container_with-icon .b-control-container__icon+.b-control-container__input {
  padding-left: 44px;
  padding-right: 20px;
}

.b-switch {
  position: relative;
  margin: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-switch input[type=radio],
.b-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}

.b-switch__label {
  text-align: left;
  font-weight: 400;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 22px;
  min-height: 22px;
  color: #242424;
  position: relative;
  margin: 0;
  padding-left: 28px;
}

.b-switch__label span {
  display: block;
  line-height: normal;
  padding-top: 1px;
  transition: color 300ms cubic-bezier(.645, .045, .355, 1);
}

.b-switch__label span:after,
.b-switch__label span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.b-switch__label span:before {
  border: 1px solid #aaa;
}

.b-switch__label span:after {
  content: 'check';
  opacity: 0;
  transition-delay: 150ms;
  font-size: 18px;
}

.b-switch input:checked~span:before {
  border: 9px solid #00747f;
}

.b-switch input:checked~span:after {
  opacity: 1;
}

.b-switch_radio .b-switch__label span:before,
.b-switch_radio .b-switch__label span:after {
  content: '';
  border-radius: 50%;
}

.b-switch_radio input:checked~span:before {
  border-width: 7px;
}

.b-gui-group {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b-gui-group__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-gui-group__item_input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  z-index: 2;
}

.b-success {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.b-success__title {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  color: #010101;
}

@media (min-width:768px) {
  .b-success__title {
    font-size: 36px;
  }
}

.b-modal__content {
  border-radius: 4px;
  border: none;
}

@media (min-width:992px) {
  .b-modal_t-shirt .b-modal__dialog {
    width: 800px;
  }
}

@media (min-width:1280px) {
  .b-modal_t-shirt .b-modal__dialog {
    width: 900px;
  }
}

.b-modal_t-shirt .b-modal__body {
  padding: 0;
}

.b-modal_t-shirt .b-modal__body .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 3px solid #000;
  opacity: 1;
  font-size: 34px;
  right: -20px;
  top: -20px;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.no-js .b-modal_t-shirt .b-modal__body .close:hover,
.js.no-touchevents .b-modal_t-shirt .b-modal__body .close:hover {
  color: #fff;
  background: #f26522;
}

.no-js .b-modal_t-shirt .b-modal__body .close:hover,
.no-js .b-modal_t-shirt .b-modal__body .close:focus,
.js.no-touchevents .b-modal_t-shirt .b-modal__body .close:hover,
.js.no-touchevents .b-modal_t-shirt .b-modal__body .close:focus,
.js.touchevents .b-modal_t-shirt .b-modal__body .close:active {
  color: #fff;
  background: #f26522;
}

.b-modal .b-shirt-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-modal .b-shirt-modal__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
}

.b-modal .b-shirt-modal__left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b-modal .b-shirt-modal__right {
  font-size: 24px;
  color: #010101;
  line-height: 1.4;
  padding: 60px;
}

@media (min-width:992px) {
  .b-modal .b-shirt-modal__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.b-modal .b-shirt-modal .b-btn-holder {
  margin-top: 30px;
}

.b-modal .b-shirt-modal .b-btn-holder__btn_default {
  color: #010101;
  border-radius: 0;
  border: 3px solid #000;
  font-family: 'lato','lato',Helvetica,Arial,sans-serif;
  background: #00effb;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 8.5px 8.5px 0 #00effb,inset 5px 6px #fff;
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.no-js .b-modal .b-shirt-modal .b-btn-holder__btn_default:hover,
.js.no-touchevents .b-modal .b-shirt-modal .b-btn-holder__btn_default:hover {
  color: #fff;
  box-shadow: none;
  background: #f26522;
}

.no-js .b-modal .b-shirt-modal .b-btn-holder__btn_default:hover,
.no-js .b-modal .b-shirt-modal .b-btn-holder__btn_default:focus,
.js.no-touchevents .b-modal .b-shirt-modal .b-btn-holder__btn_default:hover,
.js.no-touchevents .b-modal .b-shirt-modal .b-btn-holder__btn_default:focus,
.js.touchevents .b-modal .b-shirt-modal .b-btn-holder__btn_default:active {
  color: #fff;
  box-shadow: none;
  background: #f26522;
}

.b-why-use {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .b-why-use {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width:1280px) {
  .b-why-use {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.b-why-use__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.b-why-use__inner {
  padding: 32px 0;
  border-radius: 10px;
}

@media (min-width:768px) {
  .b-why-use__inner {
    margin: 0;
  }
}

@media (min-width:992px) {
  .b-why-use__inner {
    padding: 64px 0;
  }
}

.b-why-use__title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
}

@media (min-width:768px) {
  .b-why-use__title {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 60px;
  }
}

@media (min-width:992px) {
  .b-why-use__title {
    margin: 0;
  }
}

@media (min-width:1280px) {
  .b-why-use__title {
    padding-left: 84px;
  }
}

.b-why-use__list-item {
  position: relative;
  padding-left: 34px;
}

.b-why-use__list-item+.b-why-use__list-item {
  margin-top: 15px;
}

.b-why-use__list-index {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  border-radius: 50%;
  font-size: 24px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #f1590c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:768px) {
  .b-why-use__list-index {
    font-size: 30px;
  }
}

.b-why-use__list-text {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width:768px) {
  .b-why-use__list-text {
    font-size: 24px;
  }
}

.b-why-use_solid .b-why-use__list-item {
  min-height: 38px;
  padding-top: 5px;
  padding-left: 50px;
}

.b-why-use_solid .b-why-use__list-item+.b-why-use__list-item {
  margin-top: 10px;
}

.b-why-use_solid .b-why-use__list-index {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
}

.b-why-use_solid-with-shadow .b-why-use__bg {
  box-shadow: 30px 40px 19px 0 rgba(0,0,0,0.16);
}

.b-why-use_solid-with-shadow .b-why-use__list-item {
  padding-left: 38px;
  min-height: 28px;
}

.b-why-use_solid-with-shadow .b-why-use__list-index {
  border: 1px solid #ff7c0d;
  width: 28px;
  height: 28px;
  font-size: 24px;
}

@media (min-width:768px) {
  .b-why-use_solid-with-shadow .b-why-use__list-index {
    font-size: 26px;
  }
}

.b-why-use_floating .b-why-use__bg {
  border-radius: 10px;
}

.b-why-use_floating .b-why-use__inner {
  box-shadow: 20px 30px 19px 0 rgba(0,0,0,0.28);
}

.b-why-use+.b-reasons {
  margin-top: 0;
}

.b-reasons {
  position: relative;
  padding: 40px 0 60px;
}

@media (min-width:992px) {
  .b-reasons {
    padding: 65px 0 100px;
  }
}

.b-reasons__bg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.b-reasons__title {
  font-size: 32px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .b-reasons__title {
    line-height: 1;
  }
}

@media (min-width:768px) {
  .b-reasons__title {
    font-size: 42px;
    margin-bottom: 65px;
  }
}

@media (min-width:992px) {
  .b-reasons__title {
    font-size: 60px;
    margin-bottom: 65px;
  }
}

.b-reasons__title>.icon {
  display: inline-block;
  vertical-align: middle;
}

.b-reasons__title>.icon>img {
  margin: 0;
}

.b-reasons__inner .b-reasons__item>.b-reasons__icon>img {
  margin: 0;
  max-height: 100%;
}

@media (max-width:767px) {
  .b-reasons__item {
    margin-bottom: 30px;
  }
}

.b-reasons__icon {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
}

.b-reasons__icon img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (max-width:767px) {
  .b-reasons__icon {
    margin-bottom: 20px;
  }
}

@media (min-width:1280px) {
  .b-reasons__icon {
    width: 160px;
    height: 160px;
  }
}

@media (min-width:1280px) {
  .b-reasons__icon {
    width: 190px;
    height: 190px;
  }
}

.b-reasons__text {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 1.11;
  color: #707070;
  text-align: center;
}

@media (min-width:992px) {
  .b-reasons__text {
    font-size: 30px;
  }
}

.b-reasons+.b-why-use {
  margin-top: 0;
}

.b-icons {
  position: relative;
  padding: 40px 0 60px;
}

@media (min-width:992px) {
  .b-icons {
    padding: 65px 0 100px;
  }
}

.b-icons__bg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.b-icons__title {
  font-size: 32px;
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .b-icons__title {
    line-height: 1;
  }
}

@media (min-width:768px) {
  .b-icons__title {
    font-size: 42px;
    margin-bottom: 65px;
  }
}

@media (min-width:992px) {
  .b-icons__title {
    font-size: 60px;
    margin-bottom: 65px;
  }
}

.b-icons__title>.icon {
  display: inline-block;
  vertical-align: middle;
}

.b-icons__title>.icon>img {
  margin: 0;
}

.b-icons__inner .b-icons__item>.b-icons__icon>img {
  margin: 0;
  max-height: 100%;
}

@media (max-width:767px) {
  .b-icons__item {
    margin-bottom: 30px;
  }
}

.b-icons__icon {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
}

@media (max-width:767px) {
  .b-icons__icon {
    margin-bottom: 20px;
  }
}

@media (min-width:1280px) {
  .b-icons__icon {
    width: 160px;
    height: 160px;
  }
}

@media (min-width:1280px) {
  .b-icons__icon {
    width: 190px;
    height: 190px;
  }
}

.b-icons__text {
  font-family: 'galano_grotesqueextrabold',Arial Black,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 1.11;
  color: #707070;
  text-align: center;
}

@media (min-width:992px) {
  .b-icons__text {
    font-size: 30px;
  }
}

.b-icons_white .b-icons__bg {
  background: #fff;
}

.b-icons_teal .b-icons__bg {
  background: #007e81;
}

.b-icons_teal .b-icons__title,
.b-icons_teal .b-icons__text {
  color: #fff;
}

.b-icons_teal .b-icons__text {
  font-family: 'lato',Helvetica,Arial,sans-serif;
}

.b-partners {
  position: relative;
  background: #fff;
  color: #010101;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .b-partners {
    padding: 60px 0;
  }
}

.b-partners__bg {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
}

.b-partners__title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 60px;
}

.b-partners__logos .b-partners__item>img {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:1280px) {
  .b-partners__logos .b-partners__item>img {
    max-height: none;
  }
}

.b-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:768px) {
  .b-partners__item {
    border-right: 1px solid #e0eaeb;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .b-partners__item {
    height: 70px;
  }

  .b-partners__item:nth-child(-n+3) {
    border-bottom: 1px solid #e0eaeb;
  }

  .b-partners__item:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width:992px) {
  .b-partners__item:last-child {
    border-right: none;
  }
}

.b-trustpilot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .b-trustpilot {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width:1280px) {
  .b-trustpilot {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.b-trustpilot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #fff;
  border-radius: 3px;
}

@media (min-width:768px) {
  .b-trustpilot__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 600px;
    height: 60px;
    padding: 0;
  }
}

.b-trustpilot__inner>.b-trustpilot__col>img {
  margin: 0;
}

.b-trustpilot__col {
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media (min-width:768px) {
  .b-trustpilot__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (max-width:767px) {
  .b-trustpilot__col:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (min-width:992px) {
  .b-trustpilot__col:first-child {
    padding-left: 20px;
  }

  .b-trustpilot__col:last-child {
    padding-right: 20px;
  }
}

.b-free-mortgage-download .b-hero__inner {
  background-size: cover;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-hero__inner {
    background: url('/bundles/appsite/img/free-mortgage/hero.jpg') no-repeat center;
    min-height: 0;
    height: auto;
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .b-free-mortgage-download .b-hero__inner {
    padding: 160px 0;
  }
}

@media (min-width: 1280px) {
  .b-free-mortgage-download .b-hero__inner {
    padding: 0;
    height: calc(100vh - 84px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.b-free-mortgage-download .b-hero__inner_mobile {
  background-image: url('/bundles/appsite/img/free-mortgage/hero_mobile.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 600px;
  height: 100vh;
}

@media (max-width: 767px) {
  .b-free-mortgage-download .b-hero__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.b-free-mortgage-download .b-hero .b-title {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .b-free-mortgage-download .b-hero .b-title {
    color: #2a2d34;
  }
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-hero .b-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.b-free-mortgage-download .b-hero .b-title__main br {
  display: inline-block;
}

@media (max-width: 767px) {
  .b-free-mortgage-download .b-hero .b-title__main {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .b-free-mortgage-download .b-hero .b-title__main {
    font-size: 56px;
  }
}

.b-free-mortgage-download .b-hero .b-title_success .b-title__main {
  line-height: 1.14;
}

@media (max-width: 767px) {
  .b-free-mortgage-download .b-hero .b-title_success {
    text-align: center;
  }
}

.b-free-mortgage-download .b-hero .b-title_success .b-icon {
  font-size: 112px;
  margin-bottom: 50px;
  color: #4ec871;
}

.b-free-mortgage-download .b-hero .b-btn-holder {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-control-container {
    max-width: 380px;
  }
}

.b-free-mortgage-download .b-control-container__input {
  border-radius: 3px;
  line-height: 24px;
}

.b-free-mortgage-download .b-control-container_default .b-control-container__input {
  padding: 26px 20px 6px;
  color: #010101;
  background: #e9eff7;
  border-color: #e9eff7;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-control-container_default .b-control-container__input {
    background: #fff;
    border-color: #fff;
  }
}

.b-free-mortgage-download .b-control-container_default .b-control-container__input:focus {
  background: #fcfcfa;
  color: #333;
  border-color: #a9d2d4;
}

.b-free-mortgage-download .b-control-container_default .b-control-container__input:focus~.b-free-mortgage-download__label {
  color: #007b81;
}

.b-free-mortgage-download .b-control-container_default .b-control-container__label {
  font-size: 22px;
  line-height: 24px;
  top: 18px;
  color: #87828e;
}

.b-free-mortgage-download .b-control-container_default.b-control-container_filled .b-control-container__label,
.b-free-mortgage-download .b-control-container_default .b-control-container__input:focus~.b-control-container__label {
  font-size: 15px;
  top: 2px;
}

@media (max-width: 767px) {
  .b-free-mortgage-download .b-btn-holder__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.b-free-mortgage-download .b-switch {
  margin-top: 24px;
  margin-bottom: 24px;
}

.b-free-mortgage-download .b-switch__label {
  font-size: 18px;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-switch__label {
    color: #fff;
    font-weight: 700;
  }
}

.b-free-mortgage-download .b-switch__label span:after,
.b-free-mortgage-download .b-switch__label span:before {
  top: 4px;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-switch__label span:before {
    border-color: #fff;
  }
}

.b-free-mortgage-download .b-switch__label span:after {
  color: #fff;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-switch__label span:after {
    color: #007b81;
  }
}

.b-free-mortgage-download .b-switch input:checked~span:before {
  border-color: #007b81;
}

@media (min-width: 768px) {
  .b-free-mortgage-download .b-switch input:checked~span:before {
    border-color: #fff;
  }
}

@media (min-width:1903px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }

  .col-xlg-12 {
    width: 100%;
  }

  .col-xlg-11 {
    width: 91.66666667%;
  }

  .col-xlg-10 {
    width: 83.33333333%;
  }

  .col-xlg-9 {
    width: 75%;
  }

  .col-xlg-8 {
    width: 66.66666667%;
  }

  .col-xlg-7 {
    width: 58.33333333%;
  }

  .col-xlg-6 {
    width: 50%;
  }

  .col-xlg-5 {
    width: 41.66666667%;
  }

  .col-xlg-4 {
    width: 33.33333333%;
  }

  .col-xlg-3 {
    width: 25%;
  }

  .col-xlg-2 {
    width: 16.66666667%;
  }

  .col-xlg-1 {
    width: 8.33333333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.66666667%;
  }

  .col-xlg-push-7 {
    left: 58.33333333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.66666667%;
  }

  .col-xlg-push-4 {
    left: 33.33333333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.66666667%;
  }

  .col-xlg-push-1 {
    left: 8.33333333%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .col-xlg-offset-12 {
    margin-left: 100%;
  }

  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xlg-offset-9 {
    margin-left: 75%;
  }

  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xlg-offset-6 {
    margin-left: 50%;
  }

  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xlg-offset-3 {
    margin-left: 25%;
  }

  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}