@import "style.output.1.css";

@media (min-width:991px) {
  .header-main-menu {
    float: left;
  }

  .header-main-menu>ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .header-main-menu>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
  }

  .header-main-menu>ul>li>a {
    display: block;
    padding: 6px 10px;
    color: #004B8C;
    text-decoration: none;
    transition: border-bottom-width .5s;
  }

  .header-main-menu>ul>li>a:hover {
    color: #EC5512;
    text-decoration: none;
  }

  .header-main-menu>ul>li.current-menu-item>a,
  .header-main-menu>ul>li.current-menu-ancestor>a,
  .header-main-menu>ul>li.current-menu-parent>a {
    position: relative;
  }

  .header-main-menu>ul>li.current-menu-item>a:before,
  .header-main-menu>ul>li.current-menu-ancestor>a:before,
  .header-main-menu>ul>li.current-menu-parent>a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #004B8C;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header-main-menu>ul>li:hover>a {
    color: #EC5512;
  }

  .header-main-menu>ul>li.menu-item-has-children>a:after {
    font-family: "ws-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\f107';
    margin-left: 5px;
  }

  .header-main-menu>ul>li.menu-item-has-children:hover>a {
    border-bottom-color: transparent;
    position: relative;
  }

  .header-main-menu>ul>li.menu-item-has-children:hover>a:before {
    content: "";
    bottom: 1px;
    right: 12px;
    left: initial;
    background: transparent;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236,85,18,0);
    border-bottom-color: #EC5512;
    border-width: 5px;
  }

  .header-main-menu>ul>li.menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .header-main-menu .sub-menu {
    display: none;
    z-index: 99;
    background-color: #FFFFFF;
    min-width: 200px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 33px;
    list-style-type: none;
    border-top: 3px solid #EC5512;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  }

  .header-main-menu .sub-menu li {
    display: block;
  }

  .header-main-menu .sub-menu li.menu-item-back {
    display: none;
  }

  .header-main-menu .sub-menu a {
    color: #156cc4;
    text-decoration: none;
    padding: 11px 15px;
    display: block;
    line-height: 1.33333333;
  }

  .header-main-menu .sub-menu a:hover {
    color: #EC5512;
    text-decoration: none;
  }

  .header-main-menu .sub-menu a:hover {
    color: #EC5512;
  }

  .header-main-menu .sub-menu .current_page_item a,
  .header-main-menu .sub-menu .current-menu-parent a {
    color: #EC5512;
  }

  .header-main-menu .sub-menu-columns {
    position: static;
  }

  .header-main-menu .sub-menu-columns ul {
    max-width: 720px;
    width: 720px;
    padding: 10px 0 55px 0;
  }

  .header-main-menu .sub-menu-columns li {
    float: left;
    width: 33%;
  }

  .header-main-menu .sub-menu-columns li:nth-child(3n+2) {
    clear: both;
  }

  .header-main-menu .sub-menu-columns .sub-menu-columns-archive {
    position: absolute;
    bottom: 0;
    background: #f3f3f3;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    height: auto;
  }

  .header-main-menu .sub-menu-columns .sub-menu-columns-archive a {
    padding: 13px 15px;
  }

  .header-main-menu .sub-menu-columns .sub-menu-columns-archive a:after {
    font-family: "ws-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\f105';
    margin-left: 5px;
  }
}

.menu-item-link-no-button {
  color: #004B8C;
}

.menu-item-link-no-button:hover {
  text-decoration: underline;
  color: #EC5512;
}

@media (max-width:991px) {
  .menu-item-link-register,
  .menu-item-link-login {
    font-weight: 600;
    padding: 5px 16px;
  }

  .header-logo {
    width: 140px;
    height: auto;
  }

  .header-logo a {
    padding: 7px 0;
  }

  .header-business .oln-header-logo {
    width: 190px;
  }

  .menu-toggle {
    position: absolute;
    right: 5px;
    top: 10px;
    display: block;
    line-height: 3.2;
    color: #404040;
    cursor: pointer;
  }

  .menu-toggle:hover {
    text-decoration: none;
  }
}

.modal-loading {
  margin: 80px 0;
  text-align: center;
  color: #004B8C;
  font-size: 4em;
}

#popoverlay-tuv-modal img {
  display: none;
}

#popoverlay-tuv-modal.loaded img {
  display: block;
}

#popoverlay-tuv-modal.loaded .modal-loading {
  display: none;
}

.touch .oln-nav-wrapper a:hover,
.touch .oln-nav-wrapper .nav-drop a:hover {
  color: #004B8C;
  text-decoration: none;
}

.touch .oln-nav-wrapper a:active,
.touch .oln-nav-wrapper .nav-drop a:active {
  background: #eeeeee;
}

.touch .oln-menu-toggle:hover {
  color: #404040;
  text-decoration: none;
}

.touch .oln-menu-toggle:active {
  background: #eeeeee;
}

.oln-main-header {
  background: #FFFFFF;
  height: 70px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.oln-header-main-menu a {
  color: #004B8C;
}

.oln-logo-wrapper {
  position: relative;
  height: 70px;
}

.oln-logo-wrapper a {
  display: block;
}

.oln-header-logo {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 140px;
}

.oln-menu-toggle-wrapper {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: 15px;
}

.oln-menu-toggle-wrapper a.oln-menu-toggle {
  line-height: 1;
}

.oln-menu-toggle-wrapper a.oln-menu-toggle span {
  display: inline-block;
  vertical-align: middle;
}

.oln-menu-toggle-wrapper a.oln-menu-toggle span:first-child {
  font-size: 15px;
}

.oln-menu-toggle-wrapper a.oln-menu-toggle,
.oln-menu-toggle-wrapper a.oln-menu-toggle:hover {
  font-size: 30px;
  color: #404040;
  text-decoration: none;
}

.oln-mobile-menu-open .oln-menu-toggle i:before {
  content: '\e92a';
}

.oln-nav-highlight {
  font-weight: 700;
}

.oln-nav-wrapper {
  width: 100%;
  background: #FFFFFF;
}

.oln-nav-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oln-nav-wrapper .menu-item-has-children>a:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\f107';
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -1px;
}

.oln-nav-wrapper .nav-drop {
  margin-left: 30px;
  display: none;
}

.oln-user-menu-wrapper {
  display: none;
}

.oln-user-menu-wrapper .menu-item-link-register,
.oln-user-menu-wrapper .menu-item-link-login {
  font-weight: 400;
}

.mobile-menu-open .oln-user-menu-wrapper {
  display: block;
}

.header-small .oln-user-menu-wrapper,
.header-clean .oln-user-menu-wrapper {
  display: block;
}

.header-small .user-menu,
.header-clean .user-menu {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.header-small.oln-main-header,
.header-clean.oln-main-header {
  margin-bottom: 0;
}

.oln-user-menu-wrapper {
  position: relative;
}

.oln-user-menu-wrapper .user-menu {
  right: 0;
}

.oln-user-menu-wrapper .user-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.oln-user-menu-wrapper .user-menu li {
  display: inline-block;
}

.oln-user-menu-wrapper .user-menu .btn {
  padding: 8px 15px;
}

.header-business {
  background-color: #003554;
}

.header-business.oln-main-header {
  border-bottom: 0;
}

.header-business.oln-main-header .oln-header-logo {
  width: 220px;
}

.header-business.oln-main-header .oln-logo-wrapper {
  width: 240px;
  flex: 0 0 240px;
  -ms-flex: 0 0 240px;
}

.header-business #logo {
  margin-top: 6px;
}

.header-business .oln-header-main-menu .nav-main-link {
  color: #FFFFFF;
}

.header-business .oln-header-main-menu .nav-main-link:hover {
  color: #F26E0D;
}

.header-business .oln-menu-toggle-wrapper a.oln-menu-toggle {
  color: #FFFFFF;
}

.header-business .oln-menu-toggle-wrapper a.oln-menu-toggle:active {
  background-color: rgba(0,75,140,0);
  color: #FFFFFF;
}

.header-business .btn-secondary {
  background-color: #FFFFFF;
  color: #004B8C;
  border: 1px solid #FFFFFF;
}

.header-business .btn-secondary:hover {
  background-color: #d7d7d7;
  border: 1px solid rgba(255,255,255,0.7);
}

.header-business .btn-secondary-ghost {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.header-business .btn-secondary-ghost:hover {
  background-color: #FFFFFF;
  color: #004B8C;
}

@media (max-width:991px) {
  .oln-mobile-menu-open .body-dim {
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: .5;
  }

  .oln-main-header .container {
    padding: 0;
  }

  .oln-logo-wrapper {
    padding: 0 0 0 15px;
    width: 180px;
  }

  .header-small .oln-logo-wrapper,
  .header-clean .oln-logo-wrapper {
    float: left;
  }

  .header-small .oln-user-menu-wrapper,
  .header-clean .oln-user-menu-wrapper {
    border-bottom: 0;
    height: 70px;
    float: right;
  }

  .header-small .oln-user-menu-wrapper .user-menu,
  .header-clean .oln-user-menu-wrapper .user-menu {
    position: absolute;
    width: 160px;
    text-align: right;
  }

  .oln-nav-wrapper {
    display: none;
  }

  .oln-nav-wrapper .nav-main-item {
    border-bottom: 1px solid #d7d7d7;
  }

  .oln-nav-wrapper a {
    display: block;
    padding: 0 15px;
    line-height: 4;
  }

  .oln-nav-wrapper .nav-drop-item {
    border-top: 1px solid #d7d7d7;
  }

  .oln-nav-wrapper .nav-drop-open .nav-main-link:after {
    font-family: "ws-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\f106';
  }

  .oln-nav-wrapper .nav-drop-open .nav-drop {
    display: block;
  }

  .oln-mobile-menu-open .oln-nav-wrapper,
  .oln-mobile-menu-open .oln-header-main-menu {
    display: block;
  }

  .oln-mobile-menu-open .oln-user-menu-wrapper {
    float: none;
    width: 100%;
    display: block;
  }

  .oln-user-menu-wrapper {
    background: #FFFFFF;
    border-bottom: 1px solid #d7d7d7;
  }

  .oln-user-menu-wrapper .user-menu {
    position: relative;
    padding: 10px 15px;
  }

  .oln-user-menu-wrapper .user-menu li:last-child {
    float: right;
  }

  .header-business.oln-main-header {
    border-bottom: 1px solid #929292;
  }

  .header-business .oln-user-menu-wrapper {
    background-color: #003554;
    border-bottom: 0;
  }

  .header-business .oln-nav-wrapper .nav-main-item {
    background-color: #003554;
    border-bottom: 1px solid #929292;
  }

  .header-business .oln-nav-wrapper a:active {
    background-color: #004B8C;
  }

  .header-business .oln-nav-wrapper .nav-drop a:active {
    color: #FFFFFF;
    background-color: #004B8C;
  }

  .header-business .oln-nav-wrapper .nav-drop-item {
    border-top: 1px solid #929292;
  }

  .header-business .oln-header-main-menu a {
    color: #FFFFFF;
  }

  .header-business .oln-header-main-menu .nav-main-link:hover {
    color: #FFFFFF;
  }

  .header-business svg #ws-logo {
    -ms-transform: translateY(15%) scale(.75);
    transform: translateY(15%) scale(.75);
  }

  .header-business svg #geschaeftskunden {
    -ms-transform: translateX(-14%) translateY(-2%);
    transform: translateX(-14%) translateY(-2%);
  }
}

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

  .oln-main-header {
    margin-bottom: 38px;
  }

  .oln-main-header .container {
    display: -ms-flexbox;
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
  }

  .oln-main-header .oln-logo-wrapper {
    width: 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }

  .oln-main-header .oln-user-menu-wrapper {
    width: 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .oln-menu-toggle-wrapper {
    display: none;
  }

  .oln-nav-wrapper {
    margin-top: 0;
    background: transparent;
  }

  .oln-user-menu-wrapper {
    width: 30%;
  }

  .oln-user-menu-wrapper .user-menu {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  header .oln-user-menu-wrapper {
    display: block;
  }

  header .oln-user-menu-wrapper li {
    margin: 0 0 0 8px;
  }

  .oln-main-header .oln-header-logo {
    width: 180px;
  }

  .oln-nav-wrapper {
    position: relative;
  }

  .header-business .oln-header-main-menu>ul>li.current-menu-item>a,
  .header-business .oln-header-main-menu>ul>li.current-menu-ancestor>a,
  .header-business .oln-header-main-menu>ul>li.current-menu-parent>a {
    position: relative;
  }

  .header-business .oln-header-main-menu>ul>li.current-menu-item>a:before,
  .header-business .oln-header-main-menu>ul>li.current-menu-ancestor>a:before,
  .header-business .oln-header-main-menu>ul>li.current-menu-parent>a:before {
    background: #FFFFFF;
  }

  .oln-header-main-menu {
    width: 100%;
    height: 70px;
  }

  .oln-header-main-menu>ul {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 4.66666667;
  }

  .oln-header-main-menu>ul>li {
    display: inline-block;
    position: relative;
  }

  .oln-header-main-menu>ul>li>a {
    display: block;
    padding: 0 10px;
    color: #004B8C;
    text-decoration: none;
    transition: border-bottom-width .5s;
  }

  .oln-header-main-menu>ul>li>a:hover {
    color: #EC5512;
    text-decoration: none;
  }

  .oln-header-main-menu>ul>li.current-menu-item>a,
  .oln-header-main-menu>ul>li.current-menu-ancestor>a,
  .oln-header-main-menu>ul>li.current-menu-parent>a {
    position: relative;
  }

  .oln-header-main-menu>ul>li.current-menu-item>a:before,
  .oln-header-main-menu>ul>li.current-menu-ancestor>a:before,
  .oln-header-main-menu>ul>li.current-menu-parent>a:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #004B8C;
    position: absolute;
    bottom: 1px;
    left: 0;
  }

  .oln-header-main-menu>ul>li:hover>a {
    color: #EC5512;
  }

  .oln-header-main-menu>ul>li.menu-item-has-children>a:after {
    font-family: "ws-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\f107';
    margin-left: 5px;
  }

  .oln-header-main-menu>ul>li.menu-item-has-children:hover>a {
    border-bottom-color: transparent;
    position: relative;
  }

  .oln-header-main-menu>ul>li.menu-item-has-children:hover>a:before {
    content: "";
    bottom: 17px;
    right: 12px;
    left: initial;
    background: transparent;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236,85,18,0);
    border-bottom-color: #EC5512;
    border-width: 5px;
  }

  .oln-header-main-menu>ul>li.menu-item-has-children:hover .nav-drop {
    display: block;
  }

  .oln-header-main-menu .nav-drop {
    display: none;
    z-index: 99;
    background-color: #FFFFFF;
    min-width: 200px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 75%;
    list-style-type: none;
    border-top: 3px solid #EC5512;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  }

  .oln-header-main-menu .nav-drop li {
    display: block;
  }

  .oln-header-main-menu .nav-drop li.menu-item-back {
    display: none;
  }

  .oln-header-main-menu .nav-drop a {
    color: #156cc4;
    text-decoration: none;
    padding: 11px 15px;
    display: block;
    line-height: 1.33333333;
  }

  .oln-header-main-menu .nav-drop a:hover {
    color: #EC5512;
    text-decoration: none;
  }

  .oln-header-main-menu .nav-drop a:hover {
    color: #EC5512;
  }

  .oln-header-main-menu .nav-drop .current_page_item a,
  .oln-header-main-menu .nav-drop .current-menu-parent a {
    color: #EC5512;
  }

  .oln-header-main-menu .nav-drop-columns {
    position: static;
  }

  .oln-header-main-menu .nav-drop-columns ul {
    max-width: 720px;
    width: 720px;
    padding: 10px 0 55px 0;
  }

  .oln-header-main-menu .nav-drop-columns li {
    float: left;
    width: 33%;
  }

  .oln-header-main-menu .nav-drop-columns li:nth-child(3n+2) {
    clear: both;
  }

  .oln-header-main-menu .nav-drop-columns .nav-drop-columns-archive {
    position: absolute;
    bottom: 0;
    background: #f3f3f3;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    height: auto;
  }

  .oln-header-main-menu .nav-drop-columns .nav-drop-columns-archive a {
    padding: 13px 15px;
  }

  .oln-header-main-menu .nav-drop-columns .nav-drop-columns-archive a:after {
    font-family: "ws-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\f105';
    margin-left: 5px;
  }
}

.body-dim {
  display: none;
}

@media (max-width:991px) {
  #main-container-wrap {
    position: relative;
  }

  #header {
    position: relative;
    z-index: 99;
  }

  .header-container-a {
    z-index: 2;
  }

  .header-container-b {
    background: #FFFFFF;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  }

  .header-container-b .container {
    padding: 0;
  }

  .header-container-b ul {
    padding: 0;
    margin: 0;
  }

  .header-container-b nav li.menu-item {
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
  }

  .header-container-b nav li.menu-item a {
    display: block;
    width: 100%;
    padding: 18px 15px;
    text-decoration: none;
    color: #004B8C;
    font-weight: 600;
  }

  .header-container-b nav li.menu-item a:hover,
  .header-container-b nav li.menu-item a.sub-menu-back {
    background-color: #f3f3f3;
  }

  .header-container-b nav li.menu-item.current-menu-item>a,
  .header-container-b nav li.menu-item.current_page_item>a,
  .header-container-b nav li.menu-item.current_page_parent>a,
  .header-container-b nav li.menu-item.current-menu-ancestor>a {
    font-weight: 600;
    color: #EC5512;
  }

  .header-container-b nav li.menu-item.menu-item-has-children>a:after {
    font-family: "ws-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\f105';
  }

  .header-container-b .user-menu {
    float: none;
    padding: 10px;
  }

  .header-container-b .user-menu:before,
  .header-container-b .user-menu:after {
    content: " ";
    display: table;
  }

  .header-container-b .user-menu:after {
    clear: both;
  }

  .header-container-b .user-menu:before,
  .header-container-b .user-menu:after {
    content: " ";
    display: table;
  }

  .header-container-b .user-menu:after {
    clear: both;
  }

  .header-container-b .user-menu li:first-child {
    float: left;
  }

  .header-container-b .user-menu li:last-child {
    float: right;
  }

  .header-container-b .menu-item-link-no-button.btn {
    padding: 5px;
  }

  .header-main-menu {
    position: relative;
    overflow: hidden;
  }

  .sub-menu {
    padding: 0;
    margin-right: 0;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: #FFFFFF;
    opacity: 0;
    transition: left .5s;
  }

  .sub-menu.chosen {
    opacity: 1;
  }

  .sub-menu.chosen.menu-item-has-children>a {
    position: relative;
  }

  .mobile-menu-open .header-container-b {
    display: block;
    z-index: 1;
  }

  .mobile-menu-open .sub-menu-open .sub-menu.chosen {
    left: 0;
  }

  .mobile-menu-open .menu-toggle i:before {
    content: '\e92a';
  }
}

.footer-newsletter-box {
  padding: 40px 20px;
}

.footer-newsletter-box .email-label {
  text-align: right;
  padding-top: 8px;
}

.footer-newsletter-box-header {
  margin-top: 0;
}

.footer-newsletter-box-text {
  margin-bottom: 30px;
}

.footer-newsletter-disclaimer-text a {
  text-decoration: underline;
}

.footer-newsletter-wrapper {
  margin: 50px 0;
}

.footer-newsletter-subscribe .alert {
  margin: 20px 0 10px 0;
}

.footer-newsletter-subscribe .alert button {
  top: -8px;
}

.footer-contacts {
  padding-top: 30px;
}

.footer-contacts ul {
  list-style: none;
  padding: 0;
}

.footer-contacts a {
  color: #404040;
}

.footer-contacts .social-links {
  text-align: right;
  margin-top: 10px;
}

.footer-contacts .social-links p {
  margin: 0 0 18px;
}

.footer-contacts .social-links a {
  padding: 6px;
  margin-left: 6px;
  border-radius: 3px;
}

.footer-contacts .social-links a.facebook {
  background-color: #3b5998;
}

.footer-contacts .social-links a.linkedin {
  background-color: #007bb5;
}

.footer-contacts .social-links a.twitter {
  background-color: #00aced;
}

.footer-contacts .social-links a i::before {
  color: #FFFFFF;
}

.footer-main-links {
  padding: 15px 0 25px;
}

.footer-main-links ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.footer-main-links ul li {
  margin-bottom: 10px;
}

.footer-main-links a {
  color: #404040;
  position: relative;
}

.footer-main-links a:hover {
  color: #EC5512;
}

.footer-imprint {
  padding: 5px 0 12px 0;
  border-top: 1px solid #d7d7d7;
  color: #929292;
}

.footer-imprint ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.footer-imprint ul:before,
.footer-imprint ul:after {
  content: " ";
  display: table;
}

.footer-imprint ul:after {
  clear: both;
}

.footer-imprint ul:before,
.footer-imprint ul:after {
  content: " ";
  display: table;
}

.footer-imprint ul:after {
  clear: both;
}

.footer-imprint li {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-imprint a {
  padding-right: 10px;
  color: #404040;
}

.footer-imprint a:hover {
  color: #F26E0D;
}

.footer-imprint nav {
  display: inline-block;
}

.footer-imprint span {
  white-space: nowrap;
}

.footer-imprint-trust {
  text-align: right;
  margin-top: 8px;
  line-height: 3.33333333;
}

.footer-imprint-trust img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-height: 50px;
}

.footer-effective-interest-rate-disclaimer {
  color: #929292;
  border-top: 1px solid #d7d7d7;
}

.footer-effective-interest-rate-disclaimer.disclaimer p {
  padding: 25px 0;
}

.small-footer {
  padding: 10px 0 0 0;
}

.small-footer a {
  color: #404040;
  text-decoration: none;
}

.small-footer a:hover {
  color: #EC5512;
  text-decoration: underline;
}

.small-footer .info-details li {
  display: block;
}

.small-footer .imprint-list {
  padding: 12px 0 14px;
  margin-top: 10px;
  border-top: 1px solid #d7d7d7;
}

.small-footer .imprint-list a {
  color: #404040;
}

.small-footer .imprint-list a:hover {
  color: #EC5512;
}

.small-footer .imprint-list small {
  color: #929292;
}

.small-footer .footer-contacts {
  padding-top: 0;
}

.small-footer .footer-contacts:before,
.small-footer .footer-contacts:after {
  content: " ";
  display: table;
}

.small-footer .footer-contacts:after {
  clear: both;
}

.small-footer .footer-contacts:before,
.small-footer .footer-contacts:after {
  content: " ";
  display: table;
}

.small-footer .footer-contacts:after {
  clear: both;
}

.small-footer .footer-imprint-trust {
  padding-top: 5px;
}

.small-footer .footer-imprint {
  margin-top: 10px;
}

#impressum-modal .modal-header {
  margin-bottom: 20px;
}

#impressum-modal .so-widget-branded-heading-widget {
  display: none;
}

@media (max-width:991px) {
  .footer-imprint ul {
    margin-top: 10px;
  }

  .footer-imprint nav {
    display: block;
  }

  .footer-imprint span {
    display: block;
    margin: 5px 0 0;
  }
}

@media (max-width:767px) {
  .footer-newsletter-box .email-label {
    text-align: left;
  }

  .footer-newsletter-box .submit {
    display: block;
    width: 100%;
  }

  .footer-main-links {
    padding: 30px 0 25px;
  }

  .footer-contacts .contact-links {
    text-align: center;
  }

  .footer-contacts .social-links {
    text-align: center;
  }

  .footer-contacts .h5,
  .footer-main-links .h5 {
    font-size: 15px;
  }

  .footer-imprint {
    text-align: center;
  }

  .footer-imprint ul {
    margin-top: 25px;
  }

  .footer-imprint li {
    margin-bottom: 15px;
  }

  .footer-imprint a {
    padding: 0 10px;
  }

  .footer-imprint-trust {
    text-align: center;
    margin: 15px 0 20px;
  }

  .small-footer .imprint-list {
    text-align: center;
  }

  .small-footer .info-details {
    text-align: center;
  }

  .small-footer .footer-imprint {
    margin-top: 30px;
  }
}

.achievements {
  background: #d8d6d5 url('../img/hero-bg.png') no-repeat center center;
  background-size: cover !important;
  padding: 40px 0;
}

.achievements h2 {
  font-weight: 300;
  text-align: center;
}

.achievements .sg-panel-dark {
  margin: 20px auto 0;
  max-width: 300px;
}

.achievements .sg-panel-dark h6 {
  margin-bottom: 2px;
  color: #fff;
  text-align: center;
  font-weight: 200;
}

.achievements .sg-panel-dark .number {
  font-size: 1.8em;
  text-align: center;
}

.achievements .sg-panel-dark .btn {
  margin-top: 20px;
}

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

.exclusive {
  text-align: center;
  padding: 50px 0 60px;
}

.exclusive .center-block {
  float: none;
}

.exclusive h2 {
  font-weight: 200;
  margin-bottom: 25px;
}

.exclusive p {
  margin-bottom: 25px;
}

.complex-chart {
  margin-top: 210px;
  margin-bottom: 50px;
  position: relative;
  padding-left: 40px;
}

.complex-chart .white-bg {
  position: absolute;
  left: 10px;
  bottom: 0;
  background-color: #f3f3f3;
  height: 90px;
  width: 90%;
  z-index: 1;
  opacity: .5;
}

.charts-container {
  position: relative;
  width: 100%;
  height: 200px;
}

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

.charts-container:after {
  clear: both;
}

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

.charts-container:after {
  clear: both;
}

.charts-container .single-chart {
  position: absolute;
  bottom: 0;
  width: 20%;
  z-index: 10;
  left: 2%;
}

.charts-container .single-chart .value1 {
  background: #2b82d9;
}

.charts-container .single-chart .value2 {
  background: #1262b3;
  position: relative;
  height: 90px;
}

.charts-container .single-chart .value2 .value2-number {
  text-align: center;
  color: #fff;
  padding: 2px 0;
  font-weight: 200;
}

.charts-container .single-chart .total {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
}

.charts-container .single-chart .desc {
  position: absolute;
  bottom: -45px;
  width: 100%;
  text-align: center;
}

.charts-container .single-chart.green .total {
  font-weight: 500;
  color: #1BAD2B;
}

.charts-container .single-chart.green .desc {
  color: #1BAD2B;
}

.charts-container .single-chart.green .value1 {
  background: #1BAD2B;
}

.charts-container .single-chart.green .value2 {
  background: #189726;
}

.charts-container .single-chart.green .value2 .value2-number {
  font-weight: bold;
}

.charts-container .single-chart.dark-blue .total {
  font-weight: 500;
  color: #004B8C;
}

.charts-container .single-chart.dark-blue .desc {
  color: #004B8C;
}

.charts-container .single-chart.dark-blue .value1 {
  background: #004B8C;
}

.charts-container .single-chart.dark-blue .value2 {
  background: #003d73;
}

.charts-container .single-chart.dark-blue .value2 .value2-number {
  font-weight: bold;
}

.charts-container .single-chart+.single-chart {
  left: 24%;
}

.charts-container .single-chart+.single-chart+.single-chart {
  left: 46%;
}

.charts-container .single-chart+.single-chart+.single-chart+.single-chart {
  left: 68%;
}

.idea {
  position: relative;
  padding-left: 100px;
  margin-top: 90px;
}

.idea h5 {
  color: #4d4a49;
  margin-bottom: 5px;
}

.idea img {
  position: absolute;
  top: 0;
  left: 0;
}

.references {
  margin-top: 40px;
}

#saving-meter {
  height: 200px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}

#saving-meter-number {
  position: absolute;
  right: 103%;
  bottom: 120px;
  margin-bottom: -20px;
  text-align: right;
  min-width: 150px;
  color: #004B8C;
  font-size: 1.2em;
}

#saving-meter2 {
  display: none;
}

.meter-number-inner {
  position: relative;
}

.meter-number-inner:after {
  display: block;
  content: ' ';
  position: absolute;
  right: -10px;
  width: 10px;
  height: 1px;
  top: 50%;
  right: -20px;
  background-color: #EC5512;
}

@media (max-width:991px) {
  .complex-chart {
    max-width: 80%;
    margin: 210px 0 50px 100px;
  }

  .complex-chart .white-bg {
    max-width: 90%;
  }

  .idea {
    margin-top: 50px;
  }

  .charts-container .single-chart {
    width: 30%;
    left: 1%;
  }

  .charts-container .single-chart+.single-chart {
    left: 32%;
  }

  .charts-container .single-chart+.single-chart+.single-chart {
    display: none;
  }

  .charts-container .single-chart+.single-chart+.single-chart+.single-chart {
    left: 64%;
    display: block;
  }
}

.sg-image-fader {
  padding: 20px 0 40px;
  background-color: #eeeeee;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sg-image-fader img {
  display: block;
  margin: 0 auto;
}

.sg-image-fader-title {
  margin: 20px 0 60px;
  text-align: center;
}

.sg-image-fader-images {
  position: relative;
}

.sg-image-fader-single-text {
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}

.sg-image-fader-single-text .h4 {
  margin-top: 0;
}

.sg-image-fader-single-text p {
  margin-bottom: 0;
}

.sg-image-fader-single-text i {
  display: inline-block;
  margin-right: 10px;
}

.sg-image-fader-single-text.active,
.sg-image-fader-single-text:hover {
  background-color: #FFFFFF;
}

.sg-image-fader-single-text.active:after,
.sg-image-fader-single-text:hover:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-right-color: #FFFFFF;
  border-width: 10px;
  margin-top: -10px;
}

.sg-image-fader-dots {
  text-align: center;
  margin-top: 20px;
}

.sg-image-fader-dots span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #929292;
  cursor: pointer;
  border-radius: 9999px;
}

.sg-image-fader-dots span.active {
  background-color: #004B8C;
}

.sg-image-fader-arrows {
  display: none;
}

.sg-image-fader-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -30px;
  font-size: 40px;
  color: #EC5512;
}

.sg-image-fader-next {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -30px;
  font-size: 40px;
  color: #EC5512;
}

@media (max-width:991px) {
  .sg-image-fader-text {
    margin-top: 40px;
  }

  .sg-image-fader-images {
    padding: 0 40px;
  }

  .sg-image-fader-single-text {
    display: none;
  }

  .sg-image-fader-single-text.active {
    display: block;
  }

  .sg-image-fader-single-text.active:after {
    top: auto;
    bottom: 100%;
    left: 50%;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
  }

  .sg-image-fader-dots {
    display: none;
  }

  .sg-image-fader-arrows {
    display: block;
  }
}

.widget-press-item {
  margin-bottom: 20px;
}

.widget-press-item-image {
  line-height: 80px;
  min-height: 80px;
}

.widget-press-item-image img {
  display: inline-block;
  vertical-align: middle;
}

.why-sg-component {
  text-align: center;
  padding: 20px 0 60px;
}

.why-sg-component a {
  color: #156cc4;
  text-decoration: none;
}

.why-sg-component a:hover {
  color: #EC5512;
  text-decoration: none;
}

.why-sg-title {
  margin-bottom: 40px;
}

.why-sg-item {
  max-width: 300px;
  margin: 15px auto 0;
}

.why-sg-item-img {
  display: block;
  margin: 10px auto;
}

.sg-testimonials .testimonials-header .title {
  margin-bottom: 14px;
}

.sg-testimonials .testimonials-header .stars {
  float: left;
  margin-right: 8px;
}

.sg-testimonials .testimonials-header .rating-count {
  float: left;
  padding-top: 8px;
}

.sg-testimonials .testimonials-content {
  margin: 14px 0 10px 0;
  padding: 30px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.sg-testimonials .testimonial {
  margin-bottom: 20px;
}

.sg-testimonials .testimonial .stars-rating {
  position: relative;
}

.sg-testimonials .testimonial p {
  margin: 6px 0;
}

.sg-testimonials .testimonial .date {
  color: #929292;
}

.sg-testimonials .more-link {
  margin-left: 10px;
}

.sg-testimonials .more-link a {
  color: #156cc4;
}

@media (min-width:768px) {
  .sg-testimonials .testimonials-content .row:nth-child(n+2) {
    display: block;
  }
}

.stars-rating .stars {
  display: inline-block;
  min-height: 18px;
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #FFA60D;
  line-height: 1.4;
  position: relative;
}

.stars-rating .gold:after,
.stars-rating .grey:after {
  content: "\e900\e900\e900\e900\e900";
  white-space: pre;
}

.stars-rating .grey {
  display: block;
  position: relative;
  z-index: 1;
}

.stars-rating .grey:after {
  color: #d7d7d7;
}

.stars-rating .gold {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  overflow: hidden;
}

.stars-rating .gold:after {
  color: #FFA60D;
}

.stars-rating .big {
  font-size: 24px;
  height: 32px;
  width: 127px;
}

.stars-rating .small {
  font-size: 13px;
  height: 18px;
  width: 69px;
}

.dialog-calculator {
  padding: 20px 0;
  text-align: center;
  background: rgba(0,75,140,0.8) url('../img/dialog-calc-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
}

.dc-title {
  text-align: center;
}

.dc-title .h1 {
  color: #FFFFFF;
}

.dc-component {
  padding: 40px 0;
  margin: 30px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.dc-component input,
.dc-component select {
  margin: 0 10px;
  display: inline-block;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.dc-component input:focus,
.dc-component select:focus,
.dc-component input:hover,
.dc-component select:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.dc-component option {
  color: #404040;
}

.dc-component .btn {
  margin-left: 10px;
}

.dc-component .form-control {
  width: 110px;
}

@media (max-width:767px) {
  .dialog-calculator .dc-component {
    padding: 20px 0;
  }

  .dialog-calculator .form-group {
    line-height: 5em;
  }
}

.sg-trust-image-wrapper {
  height: 100px;
  width: 100%;
  text-align: center;
}

.sg-trust-image-wrapper img {
  vertical-align: middle;
  max-height: 100px;
  max-width: 100%;
}

.sg-trust-image-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sg-trust-rating {
  text-align: center;
}

.sg-trust-rating .stars {
  margin: 0 auto;
}

.sg-trust-rating p {
  font-size: 12px;
  text-align: center;
  margin: 22px 0 4px 0;
}

@media (max-width:991px) {
  .homepage-trustbar .col-md-2,
  .homepage-trustbar .col-sm-2 {
    display: none;
  }
}

.single-product {
  margin-bottom: 20px;
}

.single-product-is-flex .single-product-card-details {
  text-align: left;
}

.single-product-heading {
  background: #004B8C url('../img/single-product-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 375px;
}

.single-product-card-wrapper {
  position: relative;
}

.single-product-card {
  max-width: 380px;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  border-radius: 3px;
  overflow: hidden;
}

.single-product-card-badge {
  position: absolute;
  left: 25px;
  top: -25px;
  width: 200px;
  max-width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #FFFFFF;
  background-color: #1BAD2B;
  text-transform: uppercase;
}

.single-product-badges {
  min-height: 70px;
  padding: 15px 0;
}

.single-product-card-logo {
  padding: 15px 0;
  margin: 0 10px;
  border-bottom: 1px solid #d7d7d7;
}

.single-product-card-logo img {
  max-width: 70%;
}

.single-product-card-details {
  font-size: 0;
  padding: 10px 0 15px;
  margin: 0 10px;
}

.single-product-card-details-item {
  display: inline-block;
  width: 50%;
}

.effective-interest-rate-mode-on .single-product-card-rate.rate {
  display: inline-block;
  border-bottom: 1px dashed;
}

.single-product-card-rate {
  font-size: 50px;
  color: #1BAD2B;
  line-height: 1.4;
  font-weight: 300;
}

.single-product-card-rate span {
  font-size: 20px;
  font-weight: 400;
}

.flexrate {
  text-align: right;
  width: 50%;
}

.flexrate .single-product-card-rate {
  font-size: 30px;
  font-weight: 400;
  color: #404040;
}

.flexrate .single-product-card-rate span {
  font-size: 15px;
}

.single-product-card-term {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}

.single-product-card-tooltip {
  line-height: 1;
  font-size: 15px;
}

.single-product-card-rating {
  font-size: 18px;
  color: #004B8C;
  padding: 10px 0;
}

.single-product-card-rating .blue-link {
  font-size: 15px;
}

.single-product-card-cta {
  margin-top: 15px;
}

.single-product-no-rating {
  padding: 10px 0;
}

.single-product-info {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 40px 20px 40px 30px;
  background-size: cover;
  color: #FFFFFF;
}

.single-product-info-label,
.single-product-info-content {
  margin-bottom: 10px;
}

.single-product-info-label {
  font-weight: bold;
}

.single-product-info-links:before,
.single-product-info-links:after {
  content: " ";
  display: table;
}

.single-product-info-links:after {
  clear: both;
}

.single-product-info-links:before,
.single-product-info-links:after {
  content: " ";
  display: table;
}

.single-product-info-links:after {
  clear: both;
}

.single-product-info-pdf,
.table-single-product-info-pdf,
.single-product-info-bookmark {
  color: #156cc4;
  text-decoration: none;
}

.single-product-info-pdf:hover,
.table-single-product-info-pdf:hover,
.single-product-info-bookmark:hover {
  color: #EC5512;
  text-decoration: none;
}

.single-product-info-pdf {
  float: left;
  color: #FFFFFF;
}

.single-product-info-bookmark {
  float: right;
}

.single-product-garantee {
  margin-bottom: 25px;
}

.single-offer-testimonials {
  margin-top: 30px;
}

.single-product-tabs {
  padding-left: 25px;
}

.single-product-benefits-wrapper {
  margin-top: 45px;
}

.single-product-benefit {
  padding: 10px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #f3f3f3;
}

.single-product-benefit i {
  font-size: 25px;
  position: absolute;
  left: 3px;
  top: 0;
}

.single-product-benefit p {
  margin-bottom: 0;
}

.single-product-benefit .pop-tip {
  display: block;
  cursor: pointer;
}

.single-product-tabs {
  margin-top: 30px;
}

.single-product-tabs .tab-content {
  border: none;
}

.single-product-tabs table tr:first-child td {
  border-top-color: transparent;
}

.single-product-second-cta {
  text-align: right;
}

.single-product-second-cta .btn {
  min-width: 200px;
}

.single-product-disclaimer {
  font-size: 10px;
  margin-top: 15px;
  padding-top: 15px;
  color: #929292;
  margin-left: 25px;
  border-top: 1px solid #d7d7d7;
}

@media (min-width:992px) {
  .single-product-heading .single-product-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .single-product-heading .single-product-content {
    margin-top: 50px;
  }
}

@media (max-width:991px) {
  .single-product-card-badge {
    display: none;
  }

  .single-product-card-rate {
    font-size: 35px;
  }

  .single-product-card-rate small {
    font-size: 17px;
  }

  .flexrate .single-product-card-rate {
    font-size: 30px;
  }

  .flexrate .pop-tip {
    font-size: 13px;
  }

  .single-product-info {
    margin-top: 0;
    padding: 10px;
    background-color: transparent;
  }

  .single-product-info-pdf {
    text-align: center;
    display: block;
    float: none;
    padding: 10px;
    background-color: #f3f3f3;
    color: #EC5512;
  }

  .single-product-info-bookmark {
    display: none;
  }

  .single-product-tabs,
  .single-product-disclaimer {
    margin-left: 0;
  }

  .single-product-second-cta {
    text-align: center;
  }

  .single-product-second-cta .btn {
    display: block;
  }
}

.sp-card {
  position: relative;
  max-width: 355px;
  width: 100%;
  margin: 20px auto;
  border-radius: 3px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
}

.sp-card-header {
  padding: 40px 20px;
  text-align: center;
  color: #FFFFFF;
  min-height: 150px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to bottom, rgba(28,105,183,0.9) 0, rgba(0,75,140,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61c69b7', endColorstr='#e6004b8c', GradientType=0);
}

.is-flex .sp-card-header {
  padding: 20px;
}

.sp-card-base-rate {
  opacity: .66;
  margin-top: 15px;
}

.sp-card-base-rate p {
  margin-bottom: 0;
}

.sp-card-content {
  padding: 15px 20px;
  background-color: #FFFFFF;
}

.sp-card-bank {
  position: relative;
  padding-left: 100px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.sp-card-bank-name {
  font-weight: 600;
}

.sp-card-logo {
  position: absolute;
  padding: 0 5px;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  text-align: center;
}

.sp-card-logo img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
}

.sp-card-badges {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.sp-card-cta .btn {
  border-radius: 0 0 3px 3px;
}

@media (max-width:767px) {
  .sp-card-content {
    padding: 15px 10px;
    background-color: #FFFFFF;
  }
}

.single-bank-card {
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 0 auto 20px;
  color: #404040;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
}

.single-bank-card:hover {
  text-decoration: none;
  color: #404040;
}

.single-bank-card:hover .single-bank-card-header {
  background-size: auto 110%;
}

.single-bank-card-header {
  display: block;
  position: relative;
  padding: 20px 15px 10px 15px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  transition: background-size .5s;
}

.single-bank-card-header:before,
.single-bank-card-header:after {
  content: " ";
  display: table;
}

.single-bank-card-header:after {
  clear: both;
}

.single-bank-card-header:before,
.single-bank-card-header:after {
  content: " ";
  display: table;
}

.single-bank-card-header:after {
  clear: both;
}

.single-bank-card-header>* {
  z-index: 2;
}

.single-bank-card-header:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(160,208,244,0) 0, #404040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0d0f4', endColorstr='#024383', GradientType=0);
}

.single-bank-card-logo {
  float: left;
  max-width: 100px;
}

.single-bank-card-country {
  float: right;
  color: #FFFFFF;
  background-color: rgba(64,64,64,0.25);
  padding: 3px 10px;
  border-radius: 9999px;
}

.single-bank-card-title {
  color: #FFFFFF;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
}

.single-bank-card-content {
  padding: 15px;
  background-color: #FFFFFF;
}

.single-bank-card-desc {
  min-height: 90px;
}

.single-bank-card-badges {
  text-align: center;
  margin: 15px 0;
  min-height: 32px;
}

.single-bank-card-interest {
  margin-bottom: 0;
  text-align: center;
}

.single-bank-card-interest-number {
  color: #1BAD2B;
}

.single-bank-card-interest-number ins {
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
}

.single-bank-card-footer {
  background-color: #FFFFFF;
  border-top: 1px solid #d7d7d7;
  font-size: 17px;
  text-align: center;
}

.single-bank-card-footer-cta {
  display: block;
  padding: 10px 25px;
  font-weight: 400;
  color: #1BAD2B;
}

.single-bank-card-footer-cta:hover {
  background-color: #f3f3f3;
  color: #EC5512;
  text-decoration: none;
}

@media (min-width:991px) and (max-width:1199px) {
  .single-bank-card-badges {
    min-height: 62px;
  }
}

.trustpilot a {
  color: #404040;
}

.trustpilot a:hover {
  text-decoration: none;
}

.home-trustpilot {
  text-align: center;
}

.home-trustpilot a {
  color: #404040;
}

.home-trustpilot a:hover {
  text-decoration: none;
}

.home-trustpilot .stars {
  margin-top: 5px;
}

.trustpilot-slider {
  padding: 30px 0;
  text-align: center;
}

.trustpilot-slider hr {
  width: 200px;
}

.trustpilot-slider .item .title {
  font-weight: 700;
}

.trustpilot-slider .item p {
  padding: 0 80px;
}

.trustpilot-slider .carousel-control {
  top: 5%;
  font-size: 45px;
  color: #929292;
  text-shadow: none;
}

.trustpilot-slider .carousel-control.right,
.trustpilot-slider .carousel-control.left {
  background-image: none;
}

.trustpilot-slider .carousel-indicators {
  position: static;
  margin: 10px auto 0;
}

.trustpilot-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 0;
  background-color: #d7d7d7;
  margin: 0 4px;
}

.trustpilot-slider .carousel-indicators li.active {
  background-color: #404040;
}

.footer-trustpilot {
  background-color: #f3f3f3;
  padding: 16px 0;
}

.footer-trustpilot a {
  color: #404040;
}

.footer-trustpilot * :not(.container) {
  float: left;
}

.footer-trustpilot p {
  margin-top: 8px;
}

.footer-trustpilot span {
  font-weight: 700;
}

.footer-trustpilot .stars {
  margin: 9px 30px 0;
}

.footer-trustpilot .stars img {
  margin-right: 10px;
}

.footer-trustpilot .logo {
  float: right;
  margin-top: 14px;
}

.sidebar-trustpilot {
  background-color: #f3f3f3;
  padding: 20px 0;
  text-align: center;
}

@media (max-width:480px) {
  .trustpilot-slider .item p {
    padding: 0 10px;
  }

  .trustpilot-slider .carousel-control.right {
    right: -20px;
  }

  .trustpilot-slider .carousel-control.left {
    left: -20px;
  }
}

@media (max-width:767px) {
  .footer-trustpilot {
    padding: 16px 0 30px 0;
  }

  .footer-trustpilot * :not(.container) {
    display: block;
  }

  .footer-trustpilot .container {
    width: 320px;
  }

  .footer-trustpilot .stars {
    margin: 20px 0;
    float: none;
  }

  .footer-trustpilot .stars img {
    margin-right: 10px;
  }

  .footer-trustpilot .logo {
    float: left;
  }
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking+.noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  transition: left .3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 15px;
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  left: -11px;
  top: -4px;
}

.noUi-vertical {
  width: 15px;
}

.noUi-vertical .noUi-handle {
  width: 22px;
  height: 22px;
  left: -11px;
  top: -4px;
}

.noUi-background {
  background: #fff;
  border-radius: 20px;
}

.noUi-connect {
  background: #d7d7d7;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 20px;
}

.noUi-target {
  border: 1px solid #bebebe;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
  border-radius: 20px;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #bebebe;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.noUi-active {
  border: 1px solid #a4a4a4;
  background-color: #f1f1f1;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 0;
  height: 30px;
  top: 0;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  display: none;
  margin-left: -20px;
  padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
  display: none;
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 10px;
}

.new-noui-theme.noUi-target {
  border: none;
}

.new-noui-theme.noUi-vertical .noUi-handle:after,
.new-noui-theme.noUi-horizontal .noUi-handle:after {
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  width: 44px;
  height: 44px;
}

.new-noui-theme.noUi-horizontal {
  height: 5px;
}

.new-noui-theme.noUi-horizontal .noUi-handle {
  border: none;
  width: 20px;
  height: 20px;
  left: -8px;
  top: -8px;
}

.new-noui-theme.noUi-vertical {
  width: 5px;
}

.new-noui-theme.noUi-vertical .noUi-handle {
  border: none;
  width: 18px;
  height: 18px;
  left: -6px;
  top: -9px;
}

.new-noui-theme .noUi-background {
  background: #bab5b1;
}

.new-noui-theme.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
  transition: background 450ms;
}

.new-noui-theme.noUi-target.noUi-connect {
  border-radius: 0;
}

.new-noui-theme .noUi-origin {
  border-radius: 0;
}

.new-noui-theme.green.noUi-connect {
  background: #1BAD2B;
}

.new-noui-theme.green.noUi-connect .noUi-handle {
  background: #189726;
}

.new-noui-theme.green .noUi-connect {
  background: #1BAD2B;
}

.new-noui-theme.green .noUi-connect .noUi-handle {
  background: #189726;
}

.new-noui-theme.blue.noUi-connect {
  background: #404040;
}

.new-noui-theme.blue.noUi-connect .noUi-handle {
  background: #333;
}

.new-noui-theme.blue .noUi-connect {
  background: #404040;
}

.new-noui-theme.blue .noUi-connect .noUi-handle {
  background: #333;
}

.new-noui-theme.blue-orange.noUi-connect,
.new-noui-theme.blue-orange .noUi-connect {
  background: #404040;
}

.new-noui-theme.blue-orange.noUi-connect .noUi-handle,
.new-noui-theme.blue-orange .noUi-connect .noUi-handle {
  background: #EC5512;
}

.new-noui-theme.blue-orange.noUi-connect .noUi-handle:hover,
.new-noui-theme.blue-orange .noUi-connect .noUi-handle:hover {
  background: #ef6f36;
}

.new-noui-theme.blue-orange.noUi-connect .noUi-handle:active,
.new-noui-theme.blue-orange .noUi-connect .noUi-handle:active {
  background: #f1804d;
}

.new-noui-theme .noUi-target.noUi-connect {
  box-shadow: 0 3px 6px -5px #000;
}

.new-noui-theme .noUi-dragable {
  cursor: w-resize;
}

.new-noui-theme .noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.new-noui-theme .noUi-handle {
  border-radius: 999px;
  background: #bab5b2;
  cursor: pointer;
  transition: .1s all linear;
}

.new-noui-theme .noUi-active {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.new-noui-theme [disabled] .noUi-connect,
.new-noui-theme [disabled].noUi-connect {
  background: #B8B8B8;
}

.new-noui-theme [disabled] .noUi-handle {
  cursor: not-allowed;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.arrow-bounce {
  animation-name: arrow-bounce;
  -webkit-animation-name: arrow-bounce;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translatex(0);
    transform: translatex(0);
  }

  40% {
    -ms-transform: translatex(-30px);
    transform: translatex(-30px);
  }

  60% {
    -ms-transform: translatex(-15px);
    transform: translatex(-15px);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.affiliate-tabs-content .tab-pane {
  padding: 15px 0;
}

@media (max-width:991px) {
  .affiliate-tabs-nav .container {
    padding: 0;
  }
}

.banks-widget .block-grid-item {
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  line-height: 5.8;
}

.banks-widget-logo-wrapper {
  display: block;
  text-align: center;
}

.banks-widget-logo-wrapper img {
  max-height: 100%;
  vertical-align: middle;
}

.banks-widget-partner-wrapper {
  text-align: center;
}

@media (min-width:992px) {
  .banks-widget .block-grid-item:nth-child(6n+6) {
    border-right-color: transparent;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .banks-widget .block-grid-item:nth-child(4n+4) {
    border-right-color: transparent;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .banks-widget .block-grid-item:nth-child(2n+2) {
    border-right-color: transparent;
  }
}

@media (max-width:991px) {
  .bg-transparent-sm {
    background-color: transparent;
  }
}

.effective-interest-mode_french .mini-product-interest .product-interest {
  line-height: 1;
}

.quiz-container {
  position: relative;
  overflow: hidden;
  width: 750px;
  max-width: 100%;
  margin: 20px auto;
}

.quiz-inner-container {
  position: relative;
  margin-top: 80px;
}

.quiz-badge {
  position: absolute;
  width: 106px;
  height: 106px;
  left: 50%;
  margin-left: -53px;
  top: -53px;
  z-index: 2;
  padding: 22px;
  text-align: center;
  background: transparent url('../img/quiz-points.png') no-repeat center center;
}

.quiz-score {
  color: #156cc4;
  border-bottom: 1px solid #d7d7d7;
}

.quiz-score .current {
  font-size: 20px;
  font-weight: bold;
}

.quiz-question-header {
  min-height: 270px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.quiz-question-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(255,255,255,0.9);
}

.quiz-question-text h4 {
  margin: 0;
}

.quiz-questions-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #d7d7d7;
  padding: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.quiz-question.question-answered {
  position: relative;
}

.quiz-question.question-answered:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  z-index: 3;
}

.quiz-question-choices {
  padding: 20px;
}

.quiz-question-choice {
  display: block;
  font-weight: 400;
  position: relative;
  padding: 13px 10px 13px 40px;
  background: #f3f3f3;
  margin-bottom: 10px;
  border-radius: 3px;
}

.quiz-question-choice p {
  margin-bottom: 0;
}

.quiz-question-choice.is_success {
  color: #FFFFFF;
  background-color: #1BAD2B;
}

.quiz-question-choice.is_success .quiz-question-choice-hint {
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.quiz-question-choice.is_failure {
  color: #FFFFFF;
  background-color: #9c851b;
}

.quiz-question-choice.is_failure .quiz-question-choice-hint {
  height: auto;
  margin-top: 10px;
}

.quiz-question-choice:last-child {
  margin-bottom: 0;
}

.quiz-question-choice-hint {
  height: 0;
  overflow: hidden;
  transition: all .5s;
  margin-top: 0;
  color: #FFFFFF;
}

.quiz-question-choice-chekbox {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.quiz-loader {
  display: none;
}

.quiz-is_loading .quiz-inner-container {
  display: none;
}

.quiz-is_loading .quiz-loader {
  display: block;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.quiz-is_loading .quiz-loader img {
  display: block;
  margin: 200px auto 100px;
}

.quiz-footer {
  padding: 15px 20px;
}

.quiz-footer:before,
.quiz-footer:after {
  content: " ";
  display: table;
}

.quiz-footer:after {
  clear: both;
}

.quiz-footer:before,
.quiz-footer:after {
  content: " ";
  display: table;
}

.quiz-footer:after {
  clear: both;
}

.quiz-footer-progress,
.quiz-footer-repeat {
  line-height: 42px;
}

.quiz-footer-next {
  float: right;
}

.quiz-footer-repeat {
  float: right;
  display: none;
}

.quiz-finish {
  display: none;
  border: 1px solid #d7d7d7;
  background-color: #FFFFFF;
  padding: 25px;
  text-align: center;
}

.quiz-finish-badge {
  margin: 40px 0;
}

.quiz-badge-container {
  width: 400px;
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 110px;
  margin: 20px auto;
  text-align: center;
}

.quiz-badge-container img {
  display: block;
  margin: 10px auto;
  height: 100px;
}

.quiz-badge-container hr {
  margin: 10px auto;
  width: 150px;
  display: block;
}

.quiz-badge-container h2 {
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.quiz-badge-container h4 {
  text-transform: uppercase;
  color: #404040;
}

.quiz-ended .quiz-finish {
  display: block;
}

.quiz-ended .quiz-questions-wrapper {
  display: none;
}

.quiz-ended .quiz-footer-next {
  display: none;
}

.quiz-ended .quiz-footer-repeat {
  display: block;
}

.company-awards-content {
  text-align: center;
  padding: 20px 0;
}

.company-awards-content .block-grid-item {
  float: none;
  display: inline-block;
}

.company-awards-content {
  background-color: #f3f3f3;
}

.company-award-link {
  display: block;
  min-height: 125px;
  line-height: 45px;
  text-align: center;
}

.company-award-link p {
  margin-bottom: 0;
}

.company-award-link img {
  display: inline-block;
  vertical-align: middle;
}

.company-awards-content .affiliate-image-trust-banner {
  width: 300px;
}

.zinsvorteil-chart {
  display: block;
  min-height: 260px;
  margin: 0;
}

.zinsvorteil-chart small {
  display: block;
  font-size: 80%;
  margin-top: 50px;
  text-align: center;
  color: #929292;
}

.zinsvorteil-chart .bars {
  display: inline-block;
  width: 100%;
  height: 200px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d5d0cc;
}

.zinsvorteil-chart .bars li {
  display: inline-block;
  position: relative;
  width: 18%;
  height: 200px;
  margin: 0;
  text-align: center;
}

.zinsvorteil-chart .bars li:first-child {
  margin-left: 35px;
}

@media (max-width:767px) {
  .zinsvorteil-chart .bars li:first-child {
    margin-left: 0;
  }
}

@media (max-width:767px) {
  .zinsvorteil-chart .bars li {
    width: 17%;
  }
}

.zinsvorteil-chart .bars li .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
}

.zinsvorteil-chart .bars li .bar.light-grey {
  background: #eeeeee;
}

.zinsvorteil-chart .bars li .bar.dark-grey {
  background: #929292;
  z-index: 1;
}

.zinsvorteil-chart .bars li .bar.dark-grey::before {
  color: #404040;
}

.zinsvorteil-chart .bars li .bar.light-green {
  background: #1BAD2B;
}

.zinsvorteil-chart .bars li .bar.dark-green {
  background: #007300;
}

.zinsvorteil-chart .bars li .bar.last {
  border-top: 1px solid #929292;
}

.zinsvorteil-chart .bars li .bar.last::before {
  color: #404040;
}

.zinsvorteil-chart .bars li .bar.small::before {
  font-size: 12px;
  color: #404040;
  top: 2px;
}

.zinsvorteil-chart .bars li .bar::before {
  position: relative;
  font-size: 15px;
  content: attr(data-percentage-display);
  bottom: 25px;
  color: #1BAD2B;
}

@media (max-width:767px) {
  .zinsvorteil-chart .bars li .bar::before {
    font-size: 13px;
  }
}

.zinsvorteil-chart .bars li span {
  position: absolute;
  width: 100%;
  font-size: 12px;
  bottom: -25px;
  left: 0;
  text-align: center;
}

@media (max-width:480px) {
  .zinsvorteil-chart .bars li span {
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    margin-bottom: -15px;
  }
}

.new-achievements-widget {
  color: #fff;
  text-align: center;
}

.new-achievements-widget.blue-background {
  background-color: rgba(0,75,140,0.5);
  padding: 40px 0;
}

.block-grid-item:last-child .new-achievement-item:after {
  width: 0;
}

.new-achievement-item {
  text-align: center;
  position: relative;
}

.new-achievement-item:after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
}

.new-achievement-item .top {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.36;
}

.new-achievement-item .top span {
  font-size: .75em;
}

.new-achievement-item .bottom p {
  font-weight: 300;
}

@media (min-width:1200px) {
  .new-achievement-item.marketplaces:after {
    background: transparent;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .new-achievement-item.customers:after {
    background: transparent;
  }
}

@media (max-width:767px) {
  .new-achievement-item {
    padding: 25px 0;
  }

  .new-achievement-item.banks:after {
    background: transparent;
  }

  .new-achievement-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
  }
}

.weltsparen-trust-element {
  padding: 20px 0;
}

.weltsparen-trust-element p {
  font-size: 13px;
}

.homepage-trust-item {
  text-align: center;
  width: 200px;
  max-width: 90%;
  margin: 10px auto;
}

.homepage-trust-item img {
  display: block;
  margin: 0 auto;
}

.homepage-trust-item .home-trustpilot img {
  display: inline;
}

.homepage-trust-item i[class*="fa-"] {
  font-size: 24px;
}

.homepage-trust-item .stars-rating .stars {
  margin: 0 auto;
  text-align: left;
  line-height: 1;
}

.homepage-trust-image-item {
  height: 24px;
  margin-bottom: 10px;
}

.widget_cards-widget .so-widget-cards-widget-base {
  background-image: url('../img/summer-bonus-bg-2018.jpg');
  background-repeat: repeat-x;
  background-position: center;
}

.cards-widget-headline {
  margin-bottom: 30px;
  color: #E6411A;
  text-transform: uppercase;
  font-family: 'Archivo Black',sans-serif;
}

.cards-widget-marketing-badge {
  display: none;
}

.cards-grid-wrapper {
  margin-bottom: 40px;
}

.cards-widget-single {
  display: block;
  text-decoration: none;
  color: #404040;
  background-color: #FFFFFF;
  margin: 20px auto;
  position: relative;
  text-align: center;
  width: 250px;
  max-width: 100%;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  border-radius: 3px;
}

.cards-widget-single:before,
.cards-widget-single:after {
  content: " ";
  display: table;
}

.cards-widget-single:after {
  clear: both;
}

.cards-widget-single:before,
.cards-widget-single:after {
  content: " ";
  display: table;
}

.cards-widget-single:after {
  clear: both;
}

.cards-widget-single:hover {
  color: #404040;
  text-decoration: none;
}

.cards-widget-single-content {
  margin: 0 auto;
  padding: 15px 0 5px;
  max-width: 100%;
  width: 195px;
}

.cards-widget-single-cta {
  display: block;
  padding: 15px;
  background-color: #eeeeee;
  color: #156cc4;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0 0 3px 3px;
}

.cards-widget-single-cta:hover {
  text-decoration: none;
  color: #EC5512;
}

.cards-bonus-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}

.cards-bonus-link:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.cards-announcement-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
}

.cards-announcement-link span {
  font-weight: 400;
  text-decoration: underline;
}

.cards-announcement-link:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.type-badge {
  position: absolute;
  top: -11px;
  right: 5px;
  padding: 0 10px;
  color: #FFFFFF;
  background-color: #156cc4;
  text-align: center;
  text-transform: uppercase;
}

.cards-widget-single-headline {
  margin: 15px 0 10px;
  font-weight: 400;
}

.cards-widget-bonus-wrapper {
  display: none;
  padding: 10px;
  background-color: #1BAD2B;
  text-align: center;
}

.cards-widget-announcement-wrapper {
  display: block;
  padding: 10px;
  background-color: #3A8DFF;
  text-align: center;
}

@media (min-width:1200px) {
  .widget_cards-widget .cards-widget-headline {
    margin-bottom: 50px;
    margin-left: 120px !important;
  }

  .cards-widget-marketing-badge {
    position: absolute;
    top: 0;
    right: 90px;
    display: block;
  }

  .cards-widget-marketing-badge img {
    margin-top: -20px;
  }
}

@media (min-width:992px) {
  .widget_cards-widget .cards-widget-headline {
    font-size: 50px;
    margin-left: 220px;
  }

  .so-widget-cards-widget-base {
    padding-top: 70px;
    margin-top: -70px;
  }
}

@media (max-width:1199px) {
  .cards-widget-bonus-wrapper {
    display: block;
  }

  .cards-widget-announcement-wrapper {
    display: none;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .widget_cards-widget .so-widget-cards-widget-base {
    background-position: -380px -460px;
    background-size: 1800px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .cards-grid-wrapper {
    margin-bottom: 0;
  }

  .cards-widget-headline {
    margin: 60px 0 40px;
    padding-left: 150px;
  }

  .widget_cards-widget .so-widget-cards-widget-base {
    padding-top: 82px;
    margin-top: -82px;
    background-position: -280px -220px;
    background-size: 1220px;
  }
}

@media (max-width:767px) {
  .widget_cards-widget .so-widget-cards-widget-base {
    background-position: -100px -40px;
    background-size: 600px;
  }

  .widget_cards-widget .cards-widget-headline {
    margin-bottom: 60px;
  }

  .cards-grid-wrapper {
    margin: 0 -10px;
  }

  .cards-grid-wrapper .block-grid-item {
    padding: 0 4px;
  }

  .cards-widget-single {
    margin-top: 40px;
  }

  .cards-widget-single-text {
    display: none;
  }

  .cards-widget-single-cta span {
    display: none;
  }

  .cards-widget-single-cta i {
    font-size: 20px;
  }

  .cards-widget-single-cta i:before {
    content: '\e961';
  }
}

html[env="raisin.com"] .widget_cards-widget .so-widget-cards-widget-base {
  background-image: url('../img/card-widget-background-com.jpg');
  background-size: cover;
  background-position: center !important;
}

html[env="raisin.com"] .widget_cards-widget .cards-widget-headline {
  color: #404040;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 !important;
  text-transform: none;
}

@media (max-width:1199px) {
  html[env="raisin.com"] .widget_cards-widget .cards-widget-headline {
    margin: 20px 0 50px 0 !important;
  }
}

html[env="raisin.es"] .widget_cards-widget .so-widget-cards-widget-base {
  background-image: url('../img/card-widget-background-es.jpg');
  background-size: cover;
}

html[env="raisin.es"] .widget_cards-widget .cards-widget-headline {
  color: #FFFFFF;
}

@media (min-width:992px) {
  html[env="raisin.es"] .so-widget-cards-widget-base {
    padding-top: 50px;
    margin-top: -38px;
  }

  html[env="raisin.es"] .widget_cards-widget .cards-widget-headline {
    padding: 0 100px 0 200px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  html[env="raisin.es"] .widget_cards-widget .so-widget-cards-widget-base {
    background-position: 40% 50%;
    background-size: cover;
  }
}

@media (min-width:768px) and (max-width:991px) {
  html[env="raisin.es"] .widget_cards-widget .so-widget-cards-widget-base {
    padding-top: 0;
    margin-top: 0;
    background-position: center;
  }
}

@media (max-width:767px) {
  html[env="raisin.es"] .widget_cards-widget .so-widget-cards-widget-base {
    background-image: url('../img/card-widget-background-es-xs.jpg');
    background-position: center;
    background-size: cover;
  }
}

.so-widget-seo-page-calculator .spc-content-container {
  padding-bottom: 56px;
}

.so-widget-seo-page-calculator .spc-bullet-list .icon-list li {
  margin-bottom: 5px;
}

.so-widget-seo-page-calculator .spc-trust-elements {
  text-align: center;
}

.so-widget-seo-page-calculator .spc-trust-elements img {
  vertical-align: middle;
}

.so-widget-seo-page-calculator .spc-trust-elements img.badge {
  max-width: 130px;
  margin-right: 40px;
}

.so-widget-seo-page-calculator .spc-trust-elements img.ntv {
  max-width: 110px;
}

.so-widget-seo-page-calculator .spc-form-container label {
  display: block;
  color: #004B8C;
}

.so-widget-seo-page-calculator .spc-form-container input#spc-invest-input,
.so-widget-seo-page-calculator .spc-form-container select#spc-invest-select,
.so-widget-seo-page-calculator .spc-form-container select#spc-term {
  border-color: #004B8C;
}

.so-widget-seo-page-calculator .spc-form-container select#spc-invest-select {
  display: none;
}

.so-widget-seo-page-calculator .spc-form-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  margin: 0 15px 56px;
  padding: 30px 0 44px;
  border: 1px solid #156cc4;
}

@media (min-width:992px) {
  .so-widget-seo-page-calculator .spc-trust-elements {
    margin-top: -90px;
  }
}

@media (max-width:1199px) {
  .so-widget-seo-page-calculator .spc-form-container input#spc-invest-input {
    display: none;
  }

  .so-widget-seo-page-calculator .spc-form-container select#spc-invest-select {
    display: block;
  }
}

@media (max-width:991px) {
  .so-widget-seo-page-calculator .spc-headline,
  .so-widget-seo-page-calculator .spc-bullet-list {
    text-align: center;
  }

  .so-widget-seo-page-calculator .spc-bullet-list ul {
    display: inline-block;
    margin: 0 0 20px;
    text-align: left;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .so-widget-seo-page-calculator .spc-bullet-list {
    margin-top: 20px;
  }

  .so-widget-seo-page-calculator .spc-form-wrapper {
    padding: 35px 40px;
  }
}

@media (max-width:767px) {
  .so-widget-seo-page-calculator .spc-content-container {
    padding-bottom: 40px;
  }

  .so-widget-seo-page-calculator .spc-form-wrapper {
    margin: 0 0 56px;
    padding: 15px 0;
    border: 0;
  }

  .so-widget-seo-page-calculator .spc-bullet-list .btn {
    display: block;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
}

.wg-lead-generation {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #156cc4;
  padding: 20px 40px;
  border-radius: 3px;
}

.wg-lead-generation .h5 {
  margin-top: 0;
  margin-bottom: 30px;
}

.wg-lead-generation .control-label {
  text-align: left;
  color: #156cc4;
}

.wg-lead-generation .disclaimer-checkbox a {
  color: #156cc4;
  text-decoration: none;
}

.wg-lead-generation .disclaimer-checkbox a:hover {
  color: #EC5512;
  text-decoration: none;
}

.wg-lead-generation .disclaimer-checkbox label {
  cursor: pointer;
}

.wg-lead-generation .disclaimer-checkbox input {
  float: left;
}

.wg-lead-generation .disclaimer-checkbox small {
  padding-left: 20px;
  display: block;
}

.wg-lead-generation hr {
  margin: 30px 0;
}

.wg-lead-generation button.btn {
  padding: 8px 30px;
}

.wg-lead-generation button.btn i {
  display: none;
}

.wg-lead-generation .success-content {
  display: none;
}

.wg-lead-generation .success-content .step-container {
  margin: 30px 0 15px 0;
}

.wg-lead-generation .success-content i.fa {
  font-size: 2em;
  vertical-align: top;
}

.wg-lead-generation .success-content i.fa::before {
  vertical-align: top;
}

.wg-lead-generation .success-content .icon-column {
  text-align: right;
}

.wg-lead-generation .success-content .step-content {
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .so-widget-promo-card-widget .block-grid-item {
    padding: 15px 0;
  }
}

.single-product-offer {
  background: white;
  border: 1px solid #d7d7d7;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 150px;
  max-width: 400px;
  position: relative;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-product-offer.canceled {
  border: 2px dashed #d7d7d7;
  box-shadow: none;
  text-align: center;
  padding: 30px;
}

.single-product-offer.canceled span {
  color: #929292;
  font-size: 13px;
}

.single-product-offer .close-icon {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}

.single-product-offer main {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 15px;
  width: 100%;
}

.single-product-offer main span {
  font-size: 40px;
}

.single-product-offer main .rate {
  color: #1bad2b;
  width: 60%;
}

.single-product-offer main .bank-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  width: 40%;
}

.single-product-offer main .bank-logo img {
  width: 100%;
}

.single-product-offer footer {
  background: #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 42px;
  padding: 0 20px;
  width: 100%;
}

.prot-main-controller {
  min-height: 500px;
}

.fetching-offers {
  text-align: center;
  font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #404040;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.fetching-offers small,
.fetching-offers .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.fetching-offers small,
.fetching-offers .small {
  font-size: 75%;
}

.prot-filter-header .prot-term-filters-container {
  background-color: transparent;
  text-align: left;
  padding: 20px 0;
}

.prot-filter-header .input-group {
  width: 100%;
}

.prot-filter-header .control-label {
  color: #404040;
  min-height: 48px;
}

.prot-filter-header .form-control {
  color: #004B8C;
  margin-bottom: 10px;
}

.prot-filter-header .prot-checkbox-wrapper {
  display: inline-block;
  margin-right: 10px;
}

.prot-filter-header .prot-checkbox-wrapper i {
  color: #d7d7d7;
}

.prot-filter-header .prot-investment-mobile {
  display: none;
}

.prot-filter-button {
  display: none;
}

.less-than-10000 a {
  color: #E8F0F9;
  font-size: 15px;
  text-decoration: underline;
}

.product-listing-no-matching-products h3 {
  margin-bottom: 5px;
}

.product-listing-no-matching-products .newsletter-box {
  background-color: #eeeeee;
  line-height: 1.3;
  margin: 40px 0;
  padding: 20px;
}

.prot-offers-wrapper {
  padding: 20px 0;
}

.prot-offers-container {
  opacity: 1;
  transition: opacity .3s;
}

.prot-offers-container.prot-offers-loading {
  opacity: .2;
}

.disclaimer {
  border-top: 1px solid #d7d7d7;
}

.disclaimer p {
  font-size: 10px;
  line-height: 15px;
  color: #929292;
  margin: 0;
  padding: 15px;
}

.prot-filter-form {
  text-align: center;
}

.prot-filter-form .form-control {
  min-width: 200px;
  margin-left: 10px;
}

.prot-filter-form select {
  margin-right: 20px;
}

.form-group-wrapper {
  margin-top: 10px;
}

@media (max-width:1199px) {
  .prot-filter-header .prot-investment-mobile {
    display: inline-block;
  }

  .prot-filter-header .prot-investment-desktop {
    display: none;
  }
}

@media (max-width:991px) {
  .less-than-10000 small {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width:767px) {
  .prot-filter-form {
    text-align: left;
  }

  .prot-filter-form .form-control {
    margin-left: 0;
  }

  .prot-filter-form select {
    margin-right: 0;
  }

  .prot-checkbox-wrapper i {
    display: none;
  }
}

@media (min-width:992px) {
  .prot-filter-header .prot-term-filters-container {
    padding: 40px 0 20px;
  }

  .prot-filter-button {
    display: block;
  }
}

.flexgeld-explanation {
  background-color: #FFFFFF;
  border: 1px solid #d7d7d7;
  position: relative;
  padding: 20px 30px 20px 20px;
  transition: all .5s;
  margin-bottom: 15px;
}

.flexgeld-explanation img {
  margin: 0 auto;
}

.flexgeld-explanation.collapsed .flexgeld-explanation-close {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flexgeld-explanation.collapsed .flexgeld-explanation-collapse {
  margin-top: 0;
  max-height: 0;
}

.flexgeld-explanation-collapse {
  margin-top: 15px;
  max-height: 800px;
  transition: max-height .2s,margin-top .3s;
  overflow: hidden;
}

.flexgeld-explanation-title {
  position: relative;
  padding-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.flexgeld-explanation-close {
  position: absolute;
  right: 0;
  top: -5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s;
  color: #156cc4;
  text-decoration: none;
  font-size: 30px;
}

.flexgeld-explanation-close:hover {
  color: #EC5512;
  text-decoration: none;
}

.flexgeld-chart-mobile {
  display: none;
  margin: 0 auto;
}

.flexgeld-chart-desktop {
  display: block;
  margin: 0 auto;
}

@media (max-width:991px) {
  .flexgeld-chart-desktop {
    display: none;
  }

  .flexgeld-chart-mobile {
    display: block;
  }
}

#prot-general-modal-container {
  display: none;
}

#prot-general-modal-container.modal-open {
  display: block;
}

.is-sticky .prot-overnight-filter,
.is-sticky .prot-filter-form-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
}

.btn-load-more {
  min-width: 240px;
  padding: 15px 10px;
}

.prot-tabs-enabled .prot-filter-products-wrapper {
  background-color: #FFFFFF;
}

.prot-filter-cat {
  cursor: pointer;
  display: block;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.prot-filter-cat p {
  font-size: 15px;
  line-height: 1.5;
}

@media (min-width:768px) {
  .prot-filter-cat {
    margin-right: 20px;
    max-width: 22%;
    padding: 10px 0 5px;
  }

  .prot-filter-cat.active {
    box-shadow: inset 0 -3px 0 #004B8C;
    z-index: 2;
    position: relative;
  }

  .prot-filter-cat.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,75,140,0);
    border-top-color: #004B8C;
    border-width: 10px;
    margin-left: -10px;
  }

  .prot-filter-cat .prot-filter-cat-title {
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #404040;
    margin: 0;
  }

  .prot-filter-cat .prot-filter-cat-title small,
  .prot-filter-cat .prot-filter-cat-title .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
  }

  .prot-filter-cat .prot-filter-cat-title small,
  .prot-filter-cat .prot-filter-cat-title .small {
    font-size: 75%;
  }

  .prot-filter-cat .prot-filter-cat-content {
    position: relative;
  }

  .prot-filter-cat:not(:last-child) .prot-filter-cat-content:after {
    content: '';
    border-right: 1px solid #d7d7d7;
    display: block;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
  }
}

@media (max-width:1199px) {
  .prot-filter-cat p {
    font-size: 13px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .prot-filter-cat .prot-filter-cat-title {
    margin-bottom: 20px;
  }

  .prot-filter-cat p {
    display: none;
  }
}

@media (max-width:767px) {
  .prot-filter-cat {
    padding: 10px;
  }

  .prot-filter-cat.active {
    background-color: #156cc4;
    color: #FFFFFF;
  }

  .prot-filter-cat.active .prot-filter-cat-title {
    color: #FFFFFF;
  }

  .prot-filter-cat.active .prot-filter-cat-icon {
    color: #FFFFFF;
  }
}

.prot-filter-cats {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.prot-filter-cats-wrapper {
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}

.prot-filter-cat-icon {
  display: none;
}

.prot-filter-cats.weltinvest .prot-filter-cat:nth-last-child(2) .prot-filter-cat-content:after {
  display: none;
}

.weltinvest-mobile-badge {
  background: #f3f3f3;
  padding: 20px 0;
}

.weltinvest-mobile-badge-container {
  height: 42px;
}

.prot-summer-bonus-bar {
  background-color: #1BAD2B;
  color: #FFFFFF;
  height: 30px;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:767px) {
  .prot-filter-cats {
    padding-top: 0;
    background-color: #FFFFFF;
  }

  .prot-filter-cat {
    vertical-align: bottom;
  }

  .prot-filter-cat p {
    display: none;
  }

  .prot-filter-cat-icon {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color: #004B8C;
  }

  .prot-filter-cat-title {
    color: #004B8C;
    font-size: 12px;
    min-height: 24px;
    word-break: break-all;
    line-height: 1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .prot-filter-cats-wrapper .container {
    padding: 0;
  }

  .prot-summer-bonus-bar {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.prot-listing-item {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  position: relative;
}

.prot-offer-header-wrapper {
  padding: 15px;
}

.prot-offer-header-wrapper:before,
.prot-offer-header-wrapper:after {
  content: " ";
  display: table;
}

.prot-offer-header-wrapper:after {
  clear: both;
}

.prot-offer-header-wrapper:before,
.prot-offer-header-wrapper:after {
  content: " ";
  display: table;
}

.prot-offer-header-wrapper:after {
  clear: both;
}

.prot-offer-header-cell {
  float: left;
  border-right: 1px solid #d7d7d7;
  padding: 0 8px;
  min-height: 50px;
  width: 16.6%;
}

.prot-listing-item.is-flexgeld .prot-offer-header-cell {
  padding: 0 5px;
  width: 14.2%;
}

.prot-listing-item.is-flexgeld .prot-offer-header-base-interest {
  display: block;
}

.prot-offer-header-bonus,
.prot-offer-header-cta {
  border-right: none;
}

.prot-offer-header-base-interest {
  display: none;
}

.prot-offer-header-interest-tooltip {
  color: #929292;
}

.prot-offer-header-cta {
  text-align: right;
}

.prot-offer-header-interest-rate {
  display: inline-block;
}

.prot-offer-header-interest-rate>div {
  line-height: 1.2;
  display: inline-block;
  color: #1BAD2B;
}

.prot-offer-header-interest-value {
  font-size: 40px;
}

.prot-offer-header-inteerest-extras {
  font-size: 13px;
}

.prot-offer-header-base-rate {
  color: #1BAD2B;
  font-weight: bold;
}

.prot-offer-header-base-rate i {
  color: #929292;
}

.prot-offer-bank-logo {
  display: inline-block;
  vertical-align: middle;
  max-height: 38px;
  max-width: 100%;
  cursor: pointer;
  margin: 6px 0;
}

.prot-offer-header-bonus {
  color: #1BAD2B;
}

@media (max-width:991px) and (min-width:768px) {
  .prot-offer-header-interest-value {
    font-size: 35px;
  }

  .prot-offer-header-bonus {
    display: none;
  }

  .prot-offer-header-cell {
    width: 20%;
  }

  .prot-offer-header-currency {
    border-right: none;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-cell {
    width: 16.6%;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-currency {
    width: 14%;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-bank {
    width: 12%;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-interest {
    width: 19%;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-cta {
    width: 20%;
  }
}

@media (min-width:768px) {
  .product-cta {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #404040;
    transition: background-color .3s;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: inherit;
    border: 1px solid #EC5512;
    color: #EC5512;
    background-color: transparent;
    transition: background-color .5s;
  }

  .product-cta:focus,
  .product-cta:active:focus,
  .product-cta.active:focus,
  .product-cta.focus,
  .product-cta:active.focus,
  .product-cta.active.focus {
    outline: 0;
  }

  .product-cta:hover,
  .product-cta:focus,
  .product-cta.focus {
    color: #404040;
    text-decoration: none;
  }

  .product-cta:active,
  .product-cta.active {
    outline: 0;
    background-image: none;
  }

  .product-cta.disabled,
  .product-cta[disabled],
  fieldset[disabled] .product-cta {
    cursor: default;
    pointer-events: none;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none;
  }

  .product-cta.disabled,
  .product-cta[disabled],
  fieldset[disabled] .product-cta,
  .product-cta.disabled:hover,
  .product-cta[disabled]:hover,
  fieldset[disabled] .product-cta:hover,
  .product-cta.disabled:focus,
  .product-cta[disabled]:focus,
  fieldset[disabled] .product-cta:focus,
  .product-cta.disabled.focus,
  .product-cta[disabled].focus,
  fieldset[disabled] .product-cta.focus,
  .product-cta.disabled:active,
  .product-cta[disabled]:active,
  fieldset[disabled] .product-cta:active,
  .product-cta.disabled.active,
  .product-cta[disabled].active,
  fieldset[disabled] .product-cta.active {
    background-color: #d7d7d7;
    color: #929292;
    border-color: #d7d7d7;
  }

  .product-cta .badge {
    color: #EC5512;
    background-color: #FFFFFF;
  }

  .product-cta:hover {
    color: #FFFFFF;
  }

  .product-cta:hover,
  .product-cta:focus {
    background-color: #F26E0D;
    border-color: #F26E0D;
    color: #FFFFFF;
  }

  .product-cta i {
    display: none;
  }

  .prot-listing-item:hover .product-cta,
  .prot-listing-item.has-open-tabs .product-cta {
    white-space: inherit;
    color: #fff;
    background-color: #EC5512;
    border: 1px solid #EC5512;
  }

  .prot-listing-item:hover .product-cta.disabled,
  .prot-listing-item.has-open-tabs .product-cta.disabled,
  .prot-listing-item:hover .product-cta[disabled],
  .prot-listing-item.has-open-tabs .product-cta[disabled],
  fieldset[disabled] .prot-listing-item:hover .product-cta,
  fieldset[disabled] .prot-listing-item.has-open-tabs .product-cta,
  .prot-listing-item:hover .product-cta.disabled:hover,
  .prot-listing-item.has-open-tabs .product-cta.disabled:hover,
  .prot-listing-item:hover .product-cta[disabled]:hover,
  .prot-listing-item.has-open-tabs .product-cta[disabled]:hover,
  fieldset[disabled] .prot-listing-item:hover .product-cta:hover,
  fieldset[disabled] .prot-listing-item.has-open-tabs .product-cta:hover,
  .prot-listing-item:hover .product-cta.disabled:focus,
  .prot-listing-item.has-open-tabs .product-cta.disabled:focus,
  .prot-listing-item:hover .product-cta[disabled]:focus,
  .prot-listing-item.has-open-tabs .product-cta[disabled]:focus,
  fieldset[disabled] .prot-listing-item:hover .product-cta:focus,
  fieldset[disabled] .prot-listing-item.has-open-tabs .product-cta:focus,
  .prot-listing-item:hover .product-cta.disabled.focus,
  .prot-listing-item.has-open-tabs .product-cta.disabled.focus,
  .prot-listing-item:hover .product-cta[disabled].focus,
  .prot-listing-item.has-open-tabs .product-cta[disabled].focus,
  fieldset[disabled] .prot-listing-item:hover .product-cta.focus,
  fieldset[disabled] .prot-listing-item.has-open-tabs .product-cta.focus,
  .prot-listing-item:hover .product-cta.disabled:active,
  .prot-listing-item.has-open-tabs .product-cta.disabled:active,
  .prot-listing-item:hover .product-cta[disabled]:active,
  .prot-listing-item.has-open-tabs .product-cta[disabled]:active,
  fieldset[disabled] .prot-listing-item:hover .product-cta:active,
  fieldset[disabled] .prot-listing-item.has-open-tabs .product-cta:active,
  .prot-listing-item:hover .product-cta.disabled.active,
  .prot-listing-item.has-open-tabs .product-cta.disabled.active,
  .prot-listing-item:hover .product-cta[disabled].active,
  .prot-listing-item.has-open-tabs .product-cta[disabled].active,
  fieldset[disabled] .prot-listing-item:hover .product-cta.active,
  fieldset[disabled] .prot-listing-item.has-open-tabs .product-cta.active {
    background-color: #d7d7d7;
    color: #929292;
    border-color: #d7d7d7;
  }

  .prot-listing-item:hover .product-cta .badge,
  .prot-listing-item.has-open-tabs .product-cta .badge {
    color: #EC5512;
    background-color: #fff;
  }

  .prot-listing-item:hover .product-cta:hover,
  .prot-listing-item.has-open-tabs .product-cta:hover,
  .prot-listing-item:hover .product-cta:focus,
  .prot-listing-item.has-open-tabs .product-cta:focus {
    background: #ef6629;
    border-color: #ef6629;
    color: #fff;
  }
}

@media (max-width:767px) {
  .prot-offers-wrapper>.container {
    padding: 0;
  }

  .prot-listing-item {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: none;
  }

  .prot-offer-header-wrapper {
    padding: 15px 10px;
  }

  .prot-offer-header-interest-value {
    font-size: 30px;
  }

  .prot-offer-header-bonus {
    display: none;
  }

  .prot-offer-header-cell {
    width: 33%;
    min-width: 128px;
  }

  .prot-offer-header-interest {
    margin-bottom: 10px;
  }

  .prot-offer-header-currency {
    border-right: none;
  }

  .prot-offer-header-term {
    clear: left;
  }

  .prot-offer-header-base-interest {
    border-right: none;
  }

  .prot-offer-header-cta {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
    width: auto !important;
  }

  .product-cta {
    color: #EC5512;
    font-size: 35px;
  }

  .product-cta:hover {
    text-decoration: none;
  }

  .product-cta span {
    display: none;
  }

  .product-cta i {
    display: block;
  }

  .prot-listing-item:not(.is-flexgeld) .prot-offer-header-interest {
    border-right: none;
  }
}

@media (max-width:480px) {
  .prot-offer-header-wrapper {
    padding: 15px 3px;
  }

  .prot-offer-header-cell {
    width: 50% !important;
    margin-bottom: 5px;
  }

  .prot-offer-header-term {
    border-right: none;
  }

  .prot-offer-header-bank {
    clear: left;
  }

  .prot-offer-header-term {
    clear: none;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-bank {
    clear: left;
  }

  .prot-listing-item.is-flexgeld .prot-offer-header-base-interest {
    display: none;
  }

  .prot-listing-item:not(.is-flexgeld) .prot-offer-header-interest {
    border-right: 1px solid #d7d7d7;
  }
}

.top-offer-badge {
  position: absolute;
  left: 25px;
  top: -15px;
}

.top-offer-badge-text {
  padding: 3px 9px;
  background-color: #156cc4;
  text-align: center;
  color: #FFFFFF;
  min-height: 30px;
}

@media (max-width:767px) {
  .prot-listing-item.top-offer {
    padding-top: 25px;
  }

  .top-offer-badge {
    top: 10px;
    left: 5px;
    font-size: 13px;
  }
}

.offer-details {
  position: relative;
}

.offer-details .tab-content {
  border: none;
  margin-bottom: 0;
}

.offer-details .tab-pane {
  padding: 0;
}

.offer-details .tab-pane-inner {
  padding: 10px 25px;
}

.prot-information-sheet {
  line-height: 45px;
}

.loading-wrapper {
  text-align: center;
  padding: 50px 0 80px;
}

.tab-pane-title {
  position: relative;
  margin: 15px 0;
  padding-right: 120px;
}

.tab-pane-close {
  color: #156cc4;
  text-decoration: none;
  position: absolute;
  right: 25px;
  top: 60px;
  padding: 5px;
  font-size: 18px;
  line-height: 18px;
  z-index: 10;
}

.tab-pane-close:hover {
  color: #EC5512;
  text-decoration: none;
}

.tab-pane-close span {
  font-size: 44px;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
  color: #156cc4;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab-pane-close span:hover {
  color: #EC5512;
}

.offer-details li>a,
.offer-details li.active>a,
.offer-details li>a:hover,
.offer-details li.active>a:hover,
.offer-details li>a:focus,
.offer-details li.active>a:focus,
.offer-details li>[ng-click],
.offer-details li.active>[ng-click],
.offer-details li>[ng-click]:hover,
.offer-details li.active>[ng-click]:hover,
.offer-details li>[ng-click]:focus,
.offer-details li.active>[ng-click]:focus {
  background-color: transparent;
}

.offer-details .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #f3f3f3;
}

.offer-details .nav-slider-element .nav-tabs {
  background-color: transparent;
}

.offer-details li>a,
.offer-details li>[ng-click] {
  font-weight: 400;
  padding: 4px 20px;
}

.prot-suggested-offers header {
  font-weight: 700;
  padding: 7px 0;
}

.prot-suggested-offers .product-interest,
.prot-suggested-offers .term,
.prot-suggested-offers .cta {
  display: inline-block;
  vertical-align: middle;
}

.prot-suggested-offers .product-interest {
  margin-right: 25px;
  font-size: 30px;
}

.prot-suggested-offers .cta {
  line-height: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-size: 20px;
  color: #d7d7d7;
}

.prot-suggested-offers-french {
  background-color: #f3f3f3;
  padding: 5px 15px;
  border: 1px solid #d7d7d7;
  border-bottom: none;
}

.offer-details .prot-suggested-offers-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d7d7d7;
}

.offer-details .prot-suggested-offers-list li {
  border-top: 1px solid #d7d7d7;
}

.offer-details .prot-suggested-offers-list li:first-child {
  border-top: 0;
}

.offer-details .prot-suggested-offers-list li a {
  color: #404040;
  display: block;
  position: relative;
  padding: 15px 20px;
}

.offer-details .prot-suggested-offers-list li a:hover {
  text-decoration: none;
}

.offer-tabs-garantie {
  max-width: 350px;
  background-color: #f3f3f3;
  margin-bottom: 25px;
}

.offer-tabs-garantie-badge-inner {
  position: relative;
  padding: 10px 10px 20px;
  margin-bottom: 10px;
  background: url('../img/arrow.png') no-repeat 50% 100% #3A8DFF;
}

.offer-tabs-garantie-badge-inner a {
  display: block;
}

.offer-tabs-garantie-badge-inner a:hover {
  text-decoration: none;
}

.offer-tabs-garantie-badge-inner .h5 {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

.offer-tabs-garantie-badge-inner .h5 small {
  display: block;
  color: #FFFFFF;
}

.offer-tabs-garantie-badge-inner .h5 img {
  display: block;
  vertical-align: bottom;
  max-height: 20px;
  margin: 5px auto;
}

.offer-details .tab-content .offer-tabs-garantie-inner {
  padding: 10px;
}

.offer-details .tab-content .offer-tabs-garantie-inner .icon-list li {
  margin-bottom: 3px;
}

.offer-details .tab-content .offer-tabs-garantie-inner a {
  color: #404040;
  cursor: pointer;
}

@media (max-width:767px) {
  .offer-details .nav-tabs {
    padding: 0;
  }

  .offer-details li>a,
  .offer-details li>[ng-click] {
    padding: 15px 12px;
  }

  .prot-suggested-offers-list li span {
    padding-right: 3px;
  }

  .offer-details {
    display: none;
  }
}

.product-info-button {
  display: block;
  color: #156cc4;
  margin: 12px 0 15px -3px;
}

.product-info-button i {
  font-size: 13px;
  margin-left: 0;
}

.prot-details-table-row {
  margin-bottom: 8px;
  padding-top: 8px;
  border-top: 1px solid #d7d7d7;
  word-wrap: break-word;
}

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

.prot-details-table-row:after {
  clear: both;
}

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

.prot-details-table-row:after {
  clear: both;
}

.prot-details-table-column {
  float: left;
  width: 100%;
  padding: 5px 0;
  line-height: 1.6;
}

.prot-details-table-column:first-child {
  width: 30%;
  font-weight: 600;
}

.prot-details-table-column:last-child {
  margin-left: 2%;
  width: 68%;
}

.offer-details-table-toggle {
  display: block;
  padding: 0 10px;
  color: #156cc4;
}

.offer-details-table-toggle i:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\f107';
}

.offer-details-table-toggle .offer-details-table-toggle_hide {
  display: none;
}

.offer-details-table-toggle:hover {
  text-decoration: none;
}

.prot-details-table-container .offer-details-table-toggle {
  padding: 10px 0 0 0;
}

.prot-details-table-container.prot-show-all-details .offer-details-table-toggle i:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\f106';
}

.prot-details-second-table {
  display: none;
}

.prot-show-all-details .prot-details-second-table {
  display: block;
}

.prot-show-all-details .offer-details-table-toggle_show {
  display: none;
}

.prot-show-all-details .offer-details-table-toggle_hide {
  display: inline-block;
}

@media (min-width:767px) {
  .prot-tab-right {
    float: right;
  }

  .prot-offers-wrapper .nav-tabs li a,
  .prot-offers-wrapper .nav-tabs li [ng-click] {
    text-align: center;
    color: #d7d7d7;
    transition: color .5s;
  }

  .prot-offers-wrapper .nav-tabs li:first-child a,
  .prot-offers-wrapper .nav-tabs li:first-child [ng-click] {
    color: #404040;
  }

  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon).top-offer {
    margin-top: 30px;
  }

  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon):hover .nav-tabs li a,
  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon).has-open-tabs .nav-tabs li a,
  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon):hover .nav-tabs li [ng-click],
  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon).has-open-tabs .nav-tabs li [ng-click] {
    color: #156cc4;
  }

  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon) .nav-tabs li a:hover,
  .prot-offers-wrapper .prot-listing-item:not(.prot-listing-item-coming-soon) .nav-tabs li [ng-click]:hover {
    color: #EC5512;
  }

  .prot-offers-wrapper .has-open-tabs .nav-tabs {
    border-bottom: 1px solid #f3f3f3;
  }

  .is-flexgeld .offer-numbers {
    width: 25%;
  }

  .is-flexgeld .offer-benefits {
    float: left;
    width: 20%;
  }
}

@media (max-width:991px) {
  .offer-details .nav-tabs {
    padding: 0;
    background-color: transparent;
  }

  .prot-details-table-row {
    margin-top: 10px;
  }

  .prot-details-table-row .prot-details-table-column {
    line-height: 1.4;
    width: 100%;
    padding: 2px 0;
    margin: 0;
  }

  .prot-details-table-row a.fund-tab-link {
    color: #404040;
  }
}

.prot-offers-wrapper .prot-listing-item-coming-soon .nav-tabs li:first-child,
.prot-offers-wrapper .prot-listing-item-coming-soon .nav-tabs li [ng-click] {
  color: #d7d7d7;
}

.prot-offers-wrapper .prot-listing-item-coming-soon .nav-tabs li:first-child:hover,
.prot-offers-wrapper .prot-listing-item-coming-soon .nav-tabs li [ng-click]:hover {
  color: #d7d7d7;
}

.prot-item-footer {
  margin-top: 20px;
}

.prot-item-footer .footer-trustpilot {
  padding: 16px 10px;
}

.prot-item-footer .company-awards-title {
  margin-left: 30px;
}

.prot-modal .modal-dialog {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.prot-modal .modal-header {
  text-align: center;
}

.prot-modal .modal-body {
  padding: 0;
}

.prot-modal .nav-slider-container {
  background-color: #f3f3f3;
}

.prot-modal .nav-tabs {
  border-bottom: none;
}

.prot-modal .nav-tabs li>a,
.prot-modal .nav-tabs li.active>a,
.prot-modal .nav-tabs li>a:hover,
.prot-modal .nav-tabs li.active>a:hover,
.prot-modal .nav-tabs li>a:focus,
.prot-modal .nav-tabs li.active>a:focus,
.prot-modal .nav-tabs li>[ng-click],
.prot-modal .nav-tabs li.active>[ng-click],
.prot-modal .nav-tabs li>[ng-click]:hover,
.prot-modal .nav-tabs li.active>[ng-click]:hover,
.prot-modal .nav-tabs li>[ng-click]:focus,
.prot-modal .nav-tabs li.active>[ng-click]:focus {
  background-color: transparent;
}

.prot-modal .tab-content {
  margin-bottom: 0;
  border-bottom: none;
}

.prot-modal-interest-rate {
  color: #1BAD2B;
  font-weight: 300;
  font-size: 35px;
}

.prot-modal-interest-rate small {
  font-size: 18px;
  padding-left: 5px;
  font-weight: 400;
}

.is-flexgeld .prot-modal-interest-rate-item {
  display: inline-block;
  width: 48%;
  position: relative;
}

.prot-modal-offer-interest-rate-item-info {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #929292;
  line-height: 1.2;
}

.prot-modal-benefit-bank img {
  max-height: 30px;
  vertical-align: baseline;
}

.prot-modal-more-rates span {
  display: inline-block;
  margin-right: 10px;
}

.prot-modal-return {
  color: #1BAD2B;
  font-weight: 400;
}

.prot-modal-benefit-bank-logo {
  margin-bottom: 10px;
}

.prot-modal-benefits {
  padding: 10px 25px;
  text-align: center;
}

.prot-modal-benefits .offer-type-badges {
  margin-bottom: 20px;
}

.cta-link-container {
  text-align: center;
  padding: 10px 15px;
}

.cta-link-container a {
  color: #156cc4;
  text-decoration: none;
  font-size: 20px;
}

.cta-link-container a:hover {
  color: #EC5512;
  text-decoration: none;
}

.modal-offer-numbers {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

.modal-offer-benefits {
  padding: 10px;
}

.modal-offer-benefits small {
  display: inline-block;
}

.prot-cross-modal .modal-body {
  padding: 30px 0 0 0;
  position: relative;
  overflow: hidden;
}

.prot-cross-modal .prot-listing-item {
  border: none;
  margin-bottom: 0;
}

.prot-cross-modal .prot-cross-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.prot-cross-modal .prot-cross-loader p {
  text-align: center;
  margin-top: 100px;
  font-size: 4em;
  color: #156cc4;
}

.prot-cross-modal .modal-content {
  position: relative;
}

.prot-cross-modal .modal-content.prot-cross-is-loading .prot-cross-loader {
  display: block;
}

.prot-cross-modal .modal-content.prot-cross-is-loading .modal-body {
  opacity: .3;
}

.prot-ask-for-email {
  margin-top: 30%;
}

.prot-ask-for-email .modal-content {
  border-radius: 0;
  box-shadow: none;
}

.prot-ask-for-email .modal-body {
  padding: 0;
}

.prot-ask-for-email-headline {
  text-align: center;
  margin: 0;
}

.prot-ask-for-email-form {
  background-color: #f3f3f3;
}

.prot-ask-for-email-form form {
  padding: 25px 50px 20px;
}

.prot-ask-for-email-disclaimer {
  font-size: 10px;
  color: #929292;
  padding: 20px 50px;
}

@media (min-width:1200px) {
  .prot-ask-for-email {
    margin-top: 10%;
  }
}

.base-interest-table {
  width: 500px;
  max-width: 100%;
}

.base-interest-table-row {
  margin-bottom: 5px;
}

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

.base-interest-table-row:after {
  clear: both;
}

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

.base-interest-table-row:after {
  clear: both;
}

.interest-rate,
.time-period {
  float: left;
  display: block;
}

.time-period {
  width: 25%;
}

.interest-rate {
  width: 73%;
  margin-left: 2%;
}

.interest-bar {
  display: inline-block;
  width: 150px;
}

.interest-bar-inner {
  display: block;
  position: relative;
  transition: width .5s;
  height: 15px;
  width: 2px;
  min-width: 2px;
}

.interest-bar-value {
  display: inline-block;
  font-weight: 600;
}

.bg-50,
.bg-40 {
  background-color: #eeeeee;
}

.bg-100 {
  background-color: #d7d7d7;
}

.offer-numbers-item-info {
  display: inline-block;
  text-align: left;
}

.offer-numbers-item-info .offer-numbers-item-base-rate {
  color: #1BAD2B;
  font-weight: 600;
}

.offer-numbers-item-info i {
  color: #929292;
  font-size: 13px;
}

.offer-numbers-item-info .base-interest-table {
  margin-top: 0;
}

.offer-numbers-item-info .base-interest-table .base-interest-table-row:last-child .time-period {
  border-bottom-color: transparent;
}

.prot-overnight-suggestion {
  margin-bottom: 30px;
}

.prot-overnight-suggestion .offer-interest {
  display: none;
}

.prot-overnight-suggestion-header {
  margin-bottom: 40px;
}

.prot-overnight-suggestion-header h3 {
  margin-bottom: 0;
}

.prot-preloader {
  background-color: transparent;
  text-align: center;
  min-height: 400px;
  padding: 10px 40px;
}

.prot-slim-mode .prot-sorting-wrapper {
  margin-bottom: 0;
}

.prot-slim-mode .prot-term-filters-container {
  border-bottom: none;
}

.prot-slim-legend {
  background: #f3f3f3;
  padding: 8px 15px;
  font-size: 13px;
}

.prot-slim {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px;
}

.prot-slim-col:last-child .prot-slim {
  border-bottom: 0;
}

.prot-slim-inner {
  cursor: default;
  overflow: hidden;
}

.prot-slim-inner:before,
.prot-slim-inner:after {
  content: " ";
  display: table;
}

.prot-slim-inner:after {
  clear: both;
}

.prot-slim-inner:before,
.prot-slim-inner:after {
  content: " ";
  display: table;
}

.prot-slim-inner:after {
  clear: both;
}

.prot-slim-col {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.prot-slim-interest,
.prot-slim-term {
  width: 10%;
}

.prot-slim-benefits,
.prot-slim-bank {
  width: 12%;
}

.prot-slim-gurantee,
.prot-slim-cta {
  width: 15%;
}

.prot-slim-bonus {
  width: 25%;
}

.prot-slim-interest-inner {
  color: #156cc4;
}

.prot-slim-interest-number {
  font-size: 20px;
}

.prot-slim-interest-pa.has-border {
  border-bottom: 1px dotted #156cc4;
}

.prot-slim-ipad,
.prot-slim-mobile {
  display: none;
}

.prot-slim-overnight .prot-slim-term,
.prot-slim-legend-overnight .prot-slim-term {
  display: none;
}

.prot-slim-legend-overnight .prot-slim-term-term {
  display: none;
}

.prot-slim-bonus-value {
  color: #156cc4;
  font-weight: 600;
}

@media (min-width:767px) {
  .prot-slim-legend {
    color: #929292;
  }
}

@media (max-width:991px) {
  .prot-slim-interest-pa {
    display: none;
  }

  .prot-slim-ipad {
    display: block;
  }

  .prot-slim-gurantee {
    display: none;
  }

  .prot-slim-bank-name {
    font-weight: bold;
  }

  .prot-slim-interest,
  .prot-slim-term {
    width: 12%;
  }

  .prot-slim-benefits,
  .prot-slim-bank,
  .prot-slim-cta,
  .prot-slim-bonus {
    width: 19%;
  }
}

@media (max-width:991px) {
  .prot-sorting-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .prot-slim-overnight .prot-slim-term,
  .prot-slim-legend-overnight .prot-slim-term {
    display: block;
  }

  .prot-slim-mode .prot-offers-wrapper {
    padding-top: 0;
  }

  .prot-slim-mode .prot-offers-wrapper .container {
    padding: 0;
  }

  .prot-slim,
  .prot-slim-legend {
    padding-right: 0;
  }

  .prot-slim-col {
    font-size: 13px;
  }

  .prot-slim-cta {
    max-width: 40px;
    text-align: center;
  }

  .prot-slim-cta a {
    color: #404040;
    font-size: 15px;
  }

  .prot-slim-cta span {
    display: none;
  }

  .prot-slim-bank {
    text-align: right;
  }

  .prot-slim-ipad {
    display: none;
  }

  .prot-slim-mobile {
    display: block;
  }

  .prot-slim-bonus,
  .prot-slim-benefits {
    display: none;
  }

  .prot-slim .has-border-botttom-dotted {
    border-bottom: none;
  }

  .prot-slim-interest,
  .prot-slim-term {
    width: 25%;
  }

  .prot-slim-bank {
    width: 35%;
  }
}

.chip-no-label {
  padding: 0;
}

.chip-no-label i {
  position: relative;
}

.chip-currency i {
  font-style: normal;
  background-color: #eeeeee;
  color: #404040;
}

.chip-mini i {
  font-size: 9px;
  font-style: normal;
  line-height: 22px;
}

.has-border-botttom-dotted {
  border-bottom: 1px dotted;
}

.prot-slim-outbound {
  color: #929292;
}

.prot-slim-outbound .prot-slim-interest-inner,
.prot-slim-outbound .prot-slim-bonus-value {
  color: #929292;
}

.slim-filter-sign-icon {
  display: block;
}

.slim-filter-sign-icon:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e996';
}

.prot-slim-legend .up {
  color: #404040;
}

.prot-slim-legend .up .slim-filter-sign-icon:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e995';
}

.prot-slim-legend .down {
  color: #404040;
}

.slim-filter-sign {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.prot-slim-legend-overnight .slim-filter-sign {
  display: none;
}

@media (max-width:991px) {
  .slim-filter-sign {
    display: none;
  }
}

.prot-order-review-bank-label {
  text-align: center;
}

.prot-order-review-bank-label img {
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.prot-order-review label {
  cursor: default;
}

.prot-order-review .icon-list {
  margin-bottom: 0;
}

.prot-order-review .icon-list li {
  margin-bottom: 0;
}

.prot-order-review-trust img {
  display: inline-block;
  vertical-align: middle;
  max-height: 40px;
  margin-right: 10px;
}

.prot-order-review-section-field {
  line-height: 42px;
}

@media (min-width:767px) {
  .prot-order-review-cta {
    text-align: right;
  }

  .prot-order-review-calcs {
    text-align: right;
  }

  .prot-order-review-total,
  .prot-order-review-interest {
    margin: 0;
  }
}

.prot-sort-header {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #929292;
  border-bottom: 1px solid #eeeeee;
  padding: 0 25px 8px;
}

.prot-sort-header-col {
  float: left;
}

.prot-sort-header-flex-tab .prot-sort-header-numbers {
  width: 28%;
  float: left;
}

.prot-sort-header-flex-tab .prot-sort-header-rate {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.prot-sort-header-flex-tab .prot-sort-header-term {
  width: 14%;
}

.prot-sort-header-flex-tab .prot-sort-header-bank {
  width: 15%;
}

.prot-sort-header-flex-tab .prot-sort-header-base {
  display: inline-block;
  text-align: left;
}

.prot-sort-header-flex-tab .prot-sort-header-country {
  width: 15%;
}

.prot-sort-header-flex-tab .prot-sort-header-return {
  width: 28%;
}

.prot-sort-header-numbers {
  width: 16%;
}

.prot-sort-header-rate {
  width: 100%;
}

.prot-sort-header-term {
  width: 17%;
  padding: 0 5px;
}

.prot-sort-header-bank {
  width: 16%;
  padding: 0 5px;
}

.prot-sort-header-country {
  width: 18%;
  padding: 0 5px;
}

.prot-sort-header-return {
  float: right;
  width: 33%;
}

.prot-sort-header-filter-sign {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.prot-sort-header-filter-sign-icon {
  display: block;
}

.prot-sort-header-filter-sign-icon:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e948';
}

.prot-sort-header .up {
  color: #404040;
}

.prot-sort-header .up .prot-sort-header-filter-sign-icon:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e940';
}

.prot-sort-header .down {
  color: #404040;
}

.prot-sort-header .down .prot-sort-header-filter-sign-icon:after {
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e947';
}

@media (max-width:991px) {
  .prot-sort-header-numbers {
    width: 23%;
  }

  .prot-sort-header-return {
    display: none;
  }

  .prot-sort-header-flex-tab .prot-sort-header-numbers {
    width: 36%;
  }
}

@media (max-width:767px) {
  .prot-sort-header {
    display: none;
  }
}

.prot-listing-information-toggle,
.prot-listing-information {
  display: none;
}

@media (min-width:992px) {
  .prot-listing-information-toggle {
    position: relative;
    display: block;
    background-color: #156cc4;
    color: #FFFFFF;
    padding: 8px 30px 8px 10px;
    border-left: 1px solid #FFFFFF;
  }

  .prot-listing-information-toggle i {
    font-size: 20px;
  }

  .prot-listing-information-toggle .toggle-icon {
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .prot-listing-information {
    display: block;
  }

  .prot-listing-information-content {
    background-color: #156cc4;
    color: #FFFFFF;
    padding: 0 20px;
  }

  .prot-listing-information-text {
    padding: 20px 0;
  }

  .prot-listing-information-footer {
    background-color: #004B8C;
    padding: 15px 20px;
    color: #E8F0F9;
  }

  .prot-listing-information-list {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
    color: #FFFFFF;
  }

  .prot-listing-information-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 35px;
  }

  .prot-listing-information-list li i {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;
  }

  .prot-listing-information-list li h4 {
    margin: 0;
    color: #FFFFFF;
  }
}

.prot-listing-information-numbers {
  padding: 20px 0;
}

.information-number-set {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  color: #FFFFFF;
}

.information-number-set:before,
.information-number-set:after {
  content: " ";
  display: table;
}

.information-number-set:after {
  clear: both;
}

.information-number-set:before,
.information-number-set:after {
  content: " ";
  display: table;
}

.information-number-set:after {
  clear: both;
}

.information-number {
  min-height: 100px;
  width: 50%;
  float: left;
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.information-number h2 {
  color: #FFFFFF;
  margin: 0;
}

.information-number h2 small {
  font-size: 13px;
  color: #FFFFFF;
}

.information-chart {
  position: absolute;
  bottom: 0;
  width: 20px;
  background-color: #FFFFFF;
  display: block;
}

.has-right-chart {
  padding-right: 24px;
}

.has-right-chart h2 {
  margin-top: 50px;
}

.has-right-chart .information-chart {
  right: 4px;
  opacity: .7;
}

.has-left-chart {
  padding-left: 24px;
}

.has-left-chart h2 {
  margin-top: 50px;
}

.has-left-chart .information-chart {
  left: 4px;
}

.information-attention {
  color: #929292;
}

.prot-sorting-wrapper {
  background-color: #004B8C;
}

.prot-listing-index {
  margin-top: 30px;
  background-color: #FFFFFF;
  padding: 10px 30px 10px 25px;
  color: #929292;
  margin-bottom: 15px;
}

.prot-listing-index:before,
.prot-listing-index:after {
  content: " ";
  display: table;
}

.prot-listing-index:after {
  clear: both;
}

.prot-listing-index:before,
.prot-listing-index:after {
  content: " ";
  display: table;
}

.prot-listing-index:after {
  clear: both;
}

.prot-listing-index-description {
  float: left;
  width: 50%;
  padding-top: 4px;
}

.prot-listing-index-description span {
  font-size: 1.2em;
}

.prot-listing-index-amount {
  float: right;
  width: 21%;
  font-size: 20px;
}

.prot-listing-count {
  color: #FFFFFF;
  padding: 8px 15px;
}

.prot-listing-count h3 {
  margin-top: 0;
}

.prot-listing-count-element {
  color: #FFFFFF;
}

@media (max-width:991px) {
  .prot-listing-index {
    display: none;
  }
}

.prot-cooperation-header span {
  font-size: 13px;
  margin-right: 10px;
  vertical-align: middle;
}

.prot-cooperation-header img {
  vertical-align: middle;
}

@media (max-width:991px) {
  .prot-cooperation-header {
    padding: 20px 0 0;
  }
}

@media (max-width:767px) {
  .prot-cooperation-header {
    background: #FFFFFF;
    padding: 20px 0 25px;
  }
}

.sp-page {
  margin-bottom: 40px;
}

.sp-page .effective-interest-rate-mode-on .product-interest {
  min-height: 65px;
}

.sp-page .effective-interest-rate-mode-on .product-interest span {
  border-bottom: 1px dotted #FFFFFF;
}

.sp-page .dropdown-menu .current {
  font-weight: 600;
}

.sp-page-header-country {
  display: none;
}

.sp-trust {
  margin-top: 20px;
}

.sp-trust img {
  display: block;
  margin: 0 auto;
}

.sp-offers-table td {
  vertical-align: middle !important;
  text-align: center;
}

.sp-offers-table tbody tr:first-child td {
  border-top: none;
}

.sp-offers-table-interest {
  font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #404040;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #156cc4;
}

.sp-offers-table-interest small,
.sp-offers-table-interest .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.sp-offers-table-interest small,
.sp-offers-table-interest .small {
  font-size: 75%;
}

.sp-sidebar {
  margin-top: 30px;
}

@media (min-width:767px) {
  .sp-page-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -80px;
  }

  .sp-page-header-inner {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(255,255,255,0) 39%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.55));
    padding: 70px 20px 20px;
  }
}

@media (min-width:991px) {
  .sp-page-header-inner:before,
  .sp-page-header-inner:after {
    content: " ";
    display: table;
  }

  .sp-page-header-inner:after {
    clear: both;
  }

  .sp-page-header-inner:before,
  .sp-page-header-inner:after {
    content: " ";
    display: table;
  }

  .sp-page-header-inner:after {
    clear: both;
  }

  .sp-page-header-inner .sp-card {
    float: right;
  }

  .sp-page-header-inner .container {
    position: relative;
  }

  .sp-page-header-country {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    line-height: 1.1;
    color: #FFFFFF;
  }

  .sp-page-header-country-inner {
    position: relative;
    min-width: 200px;
  }

  .sp-page-header-country-inner span {
    display: inline-block;
  }

  .sp-page-header-country-image {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
  }

  .sp-second-cta {
    margin-left: 30%;
  }

  .sp-second-cta .btn {
    min-width: 200px;
  }

  .sp-page .sp-tab-right {
    float: right;
  }

  .table-single-product-cta {
    float: right;
  }

  .sp-page .country-rating {
    float: right !important;
  }
}

@media (max-width:767px) {
  .sp-tabs-content .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-page-header {
    background-image: none !important;
  }

  .sp-page-tabs .container {
    padding: 0;
  }

  .sp-second-cta .btn {
    display: block;
  }

  .table-single-product-cta {
    display: block;
    margin-top: 30px;
  }
}

.mobile-distribution-form,
.mobile-distribution-finish {
  display: none;
}

.mobile-distribution-modal .modal-body {
  min-height: 400px;
}

.mobile-distribution-modal .separator {
  position: relative;
  height: 0;
  margin: 30px 0;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}

.mobile-distribution-modal .separator span {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -80px;
  padding: 0 5px;
  font-weight: bold;
  display: inline-block;
  background-color: #FFFFFF;
}

.mobile-distribution-intro {
  text-align: center;
}

.mobile-distribution-success {
  padding: 15px;
  margin: -15px -15px 30px -15px;
  text-align: center;
  color: #1BAD2B;
  background-color: #E5F8E0;
}

.mobile-distribution-success i {
  display: block;
  font-size: 30px;
  margin: 15px 0;
}

.sbh-inner {
  padding: 40px 0 20px 0;
}

.sbh-logo {
  text-align: center;
}

.sbh-logo-image {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 5px;
  vertical-align: bottom;
  height: 80px;
  margin-bottom: 20px;
}

.sbh-logo-image img {
  max-height: 60px;
  vertical-align: middle;
}

.sbh-logo-image-inner {
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.sbh-logo-name {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  vertical-align: bottom;
  color: #004B8C;
}

.sbh-offer-interest-extras {
  display: none;
}

.sbh-more-link {
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
}

.sbh-more-link:hover {
  text-decoration: none;
}

.sb-content {
  margin-top: 20px;
}

.sb-offers-table tbody>tr>td {
  vertical-align: middle;
  padding: 13px 8px;
}

.sb-offers-table tbody tr:last-child td {
  border-bottom: 1px solid #d7d7d7;
}

.sb-offers-table-interest {
  font-size: 20px;
  color: #1BAD2B;
}

.sb-offers-table-action {
  text-align: right;
  font-size: 25px;
}

.sb-europe .sbh-offer-interest-rate {
  display: inline-block;
  border-bottom: 1px dashed;
}

.sb-fx-disclaimer {
  font-size: 13px;
  color: #929292;
}

.sb-eff-disclaimer {
  font-size: 13px;
  color: #929292;
}

.sb-disclaimer {
  margin-top: 40px;
  background: #f3f3f3;
  color: #929292;
  padding: 10px 15px;
  font-size: 13px;
}

.sb-disclaimer a,
.sb-disclaimer a:hover {
  color: #929292;
}

@media (min-width:768px) {
  .sbh {
    margin-top: -80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }

  .sbh-inner {
    padding: 120px 0 20px 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(255,255,255,0) 39%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.55));
  }

  .sbh-logo {
    text-align: center;
    font-size: 0;
    margin-bottom: 65px;
  }

  .sbh-logo-image {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
  }

  .sbh-logo-name {
    background-color: rgba(0,75,140,0.9);
    padding: 25px;
    border-radius: 5px;
    color: #FFFFFF;
    height: 80px;
    display: inline-block;
  }

  .sbh-offer {
    background-color: rgba(0,75,140,0.9);
    border-radius: 5px;
    padding: 25px;
    color: #FFFFFF;
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }

  .sbh-offer-interest {
    display: inline-block;
  }

  .sbh-offer-interest>div {
    display: inline-block;
    line-height: 1.2;
  }

  .sbh-offer-interest-rate {
    font-size: 60px;
  }

  .sbh-offer-interest-rate span {
    display: none;
  }

  .sbh-offer-interest-extras {
    text-align: left;
  }

  .sbh-offer-cta {
    margin-top: 15px;
  }

  .sbh-offer-cta a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #404040;
    transition: background-color .3s;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: inherit;
    background-color: #3A8DFF;
    border: 1px solid #3A8DFF;
    display: block;
    text-align: left;
    position: relative;
    color: #FFFFFF;
  }

  .sbh-offer-cta a:focus,
  .sbh-offer-cta a:active:focus,
  .sbh-offer-cta a.active:focus,
  .sbh-offer-cta a.focus,
  .sbh-offer-cta a:active.focus,
  .sbh-offer-cta a.active.focus {
    outline: 0;
  }

  .sbh-offer-cta a:hover,
  .sbh-offer-cta a:focus,
  .sbh-offer-cta a.focus {
    color: #404040;
    text-decoration: none;
  }

  .sbh-offer-cta a:active,
  .sbh-offer-cta a.active {
    outline: 0;
    background-image: none;
  }

  .sbh-offer-cta a.disabled,
  .sbh-offer-cta a[disabled],
  fieldset[disabled] .sbh-offer-cta a {
    cursor: default;
    pointer-events: none;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none;
  }

  .sbh-offer-cta a.disabled,
  .sbh-offer-cta a[disabled],
  fieldset[disabled] .sbh-offer-cta a,
  .sbh-offer-cta a.disabled:hover,
  .sbh-offer-cta a[disabled]:hover,
  fieldset[disabled] .sbh-offer-cta a:hover,
  .sbh-offer-cta a.disabled:focus,
  .sbh-offer-cta a[disabled]:focus,
  fieldset[disabled] .sbh-offer-cta a:focus,
  .sbh-offer-cta a.disabled.focus,
  .sbh-offer-cta a[disabled].focus,
  fieldset[disabled] .sbh-offer-cta a.focus,
  .sbh-offer-cta a.disabled:active,
  .sbh-offer-cta a[disabled]:active,
  fieldset[disabled] .sbh-offer-cta a:active,
  .sbh-offer-cta a.disabled.active,
  .sbh-offer-cta a[disabled].active,
  fieldset[disabled] .sbh-offer-cta a.active {
    background-color: #d7d7d7;
    color: #929292;
    border-color: #d7d7d7;
  }

  .sbh-offer-cta a .badge {
    color: #3A8DFF;
    background-color: #FFFFFF;
  }

  .sbh-offer-cta a:hover,
  .sbh-offer-cta a:focus {
    background-color: #6dabff;
    border-color: #6dabff;
    color: #FFFFFF;
  }

  .sbh-offer-cta a i {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 2em;
  }

  .sbh-more-link {
    color: #FFFFFF;
  }

  .sbh-more-link:hover {
    color: rgba(255,255,255,0.8);
  }

  .sb-europe .sbh-offer-interest-rate {
    border-bottom: none;
  }

  .sb-europe .sbh-offer-interest {
    border-bottom: 1px dashed;
  }
}

@media (min-width:768px) {
  .sbh-logo-image {
    border-radius: 5px 0 0 5px;
  }

  .sbh-logo-name {
    border-radius: 0 5px 5px 0;
  }
}

@media (max-width:767px) {
  .sbh {
    background-image: none !important;
  }

  .sbh-logo {
    margin-bottom: 20px;
  }

  .sbh-offers-container {
    border-top: 1px solid #d7d7d7;
  }

  .sbh-offers-container .block-grid-item {
    padding: 0;
  }

  .sbh-offer {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0 5px;
    font-size: 0;
  }

  .sbh-offer>div {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
  }

  .sbh-offer-interest {
    width: 30%;
    font-size: 20px;
    color: #004B8C;
  }

  .sbh-offer-term {
    width: 55%;
    font-size: 15px;
  }

  .sbh-offer-cta {
    width: 15%;
    text-align: center;
  }

  .sbh-offer-cta a {
    font-size: 30px;
    color: #EC5512;
  }

  .sbh-offer-cta a span {
    display: none;
  }
}

.banks-landing-page {
  position: relative;
}

.banks-archive-item-wrapper {
  position: relative;
}

.banks-archive-cta-fullscreen {
  display: none;
}

.bank-archive-item-logo {
  position: relative;
}

.bank-archive-item-logo img {
  max-height: 40px;
}

.bank-archive-item-country-rating span {
  display: block;
}

.bank-archive-item-country-rating-agency i {
  font-size: 13px;
  color: #929292;
}

.bank-archive-item-country-rating-score {
  font-weight: 700;
}

.bank-archive-filter-cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 47px 0 0;
}

.bank-archive-filter-cnt span {
  margin-right: 13px;
}

.bank-archive-filter-cnt select {
  width: auto;
  min-width: 180px;
}

@media (max-width:479px) {
  .bank-archive-item-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }

  .bank-archive-item-country {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bank-archive-item-logo {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bank-archive-filter-cnt {
    display: block;
  }

  .bank-archive-filter-cnt span {
    display: block;
    margin: 0 0 8px;
  }
}

@media (max-width:767px) {
  .banks-archive-cta-fullscreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 5;
  }

  .bank-archive-item-title {
    font-weight: 700;
  }

  .bank-archive-item-country-rating {
    display: none;
  }
}

@media (max-width:991px) {
  .bank-archive-filter-cnt {
    margin-bottom: 25px;
  }

  .banks-archive-content {
    background: #FFFFFF;
    border-top: 1px solid #d7d7d7;
  }

  .banks-archive-content .container {
    padding: 0;
  }

  .banks-archive-item-wrapper {
    border-bottom: 1px solid #d7d7d7;
  }

  .banks-archive-item-inner {
    padding: 10px 40px 10px 0;
  }

  .banks-archive-item-inner:before,
  .banks-archive-item-inner:after {
    content: " ";
    display: table;
  }

  .banks-archive-item-inner:after {
    clear: both;
  }

  .banks-archive-item-inner:before,
  .banks-archive-item-inner:after {
    content: " ";
    display: table;
  }

  .banks-archive-item-inner:after {
    clear: both;
  }

  .bank-archive-item-logo {
    border-left: 1px solid #d7d7d7;
  }

  .bank-archive-item-description {
    display: none;
  }

  .bank-archive-item-cta {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
  }

  .bank-archive-item-cta a {
    color: #EC5512;
    font-size: 35px;
  }

  .bank-archive-item-cta a:hover {
    text-decoration: none;
  }

  .bank-archive-item-cta a span {
    display: none;
  }

  .bank-archive-item-cta a i {
    display: block;
  }
}

@media (min-width:480px) {
  .bank-archive-item-title,
  .bank-archive-item-country,
  .bank-archive-item-logo {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 80px;
  }

  .bank-archive-item-country {
    border-left: 1px solid #d7d7d7;
  }

  .bank-archive-vertical-align {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bank-archive-item-title {
    font-size: 20px;
    color: #004B8C;
  }

  .bank-archive-item-title,
  .bank-archive-item-country,
  .bank-archive-item-logo,
  .bank-archive-item-country-rating {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bank-archive-item-country-rating {
    border-left: 1px solid #d7d7d7;
  }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
  .bank-archive-item-title,
  .bank-archive-item-country,
  .bank-archive-item-logo,
  .bank-archive-item-country-rating {
    float: left;
    width: 25%;
  }
}

@media (min-width:992px) {
  .banks-landing-header {
    padding-bottom: 38px;
  }

  .banks-archive-item-wrapper {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin: 0 0 20px;
  }

  .banks-archive-item-wrapper:before,
  .banks-archive-item-wrapper:after {
    content: " ";
    display: table;
  }

  .banks-archive-item-wrapper:after {
    clear: both;
  }

  .banks-archive-item-wrapper:before,
  .banks-archive-item-wrapper:after {
    content: " ";
    display: table;
  }

  .banks-archive-item-wrapper:after {
    clear: both;
  }

  .bank-archive-item-title {
    font-size: 20px;
    color: #004B8C;
  }

  .bank-archive-item-title,
  .bank-archive-item-country,
  .bank-archive-item-country-rating {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 135px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bank-archive-item-country-rating {
    border-left: 1px solid #d7d7d7;
  }

  .bank-archive-logo-description-wrapper {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #d7d7d7;
    min-height: 110px;
  }

  .bank-archive-item-logo {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    min-height: 40px;
    margin-bottom: 10px;
  }

  .bank-archive-item-logo .bank-archive-vertical-align {
    position: inherit;
    -ms-transform: none;
    transform: none;
    margin-top: 5px;
  }

  .bank-archive-item-description {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 65px;
    overflow: hidden;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
  }

  .bank-archive-item-description:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
  }

  .bank-archive-item-cta {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }

  .bank-archive-item-cta a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #404040;
    transition: background-color .3s;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: inherit;
    border: 1px solid #EC5512;
    color: #EC5512;
    background-color: transparent;
  }

  .bank-archive-item-cta a:focus,
  .bank-archive-item-cta a:active:focus,
  .bank-archive-item-cta a.active:focus,
  .bank-archive-item-cta a.focus,
  .bank-archive-item-cta a:active.focus,
  .bank-archive-item-cta a.active.focus {
    outline: 0;
  }

  .bank-archive-item-cta a:hover,
  .bank-archive-item-cta a:focus,
  .bank-archive-item-cta a.focus {
    color: #404040;
    text-decoration: none;
  }

  .bank-archive-item-cta a:active,
  .bank-archive-item-cta a.active {
    outline: 0;
    background-image: none;
  }

  .bank-archive-item-cta a.disabled,
  .bank-archive-item-cta a[disabled],
  fieldset[disabled] .bank-archive-item-cta a {
    cursor: default;
    pointer-events: none;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none;
  }

  .bank-archive-item-cta a.disabled,
  .bank-archive-item-cta a[disabled],
  fieldset[disabled] .bank-archive-item-cta a,
  .bank-archive-item-cta a.disabled:hover,
  .bank-archive-item-cta a[disabled]:hover,
  fieldset[disabled] .bank-archive-item-cta a:hover,
  .bank-archive-item-cta a.disabled:focus,
  .bank-archive-item-cta a[disabled]:focus,
  fieldset[disabled] .bank-archive-item-cta a:focus,
  .bank-archive-item-cta a.disabled.focus,
  .bank-archive-item-cta a[disabled].focus,
  fieldset[disabled] .bank-archive-item-cta a.focus,
  .bank-archive-item-cta a.disabled:active,
  .bank-archive-item-cta a[disabled]:active,
  fieldset[disabled] .bank-archive-item-cta a:active,
  .bank-archive-item-cta a.disabled.active,
  .bank-archive-item-cta a[disabled].active,
  fieldset[disabled] .bank-archive-item-cta a.active {
    background-color: #d7d7d7;
    color: #929292;
    border-color: #d7d7d7;
  }

  .bank-archive-item-cta a .badge {
    color: #EC5512;
    background-color: #FFFFFF;
  }

  .bank-archive-item-cta a:hover {
    color: #FFFFFF;
  }

  .bank-archive-item-cta a:hover,
  .bank-archive-item-cta a:focus {
    background-color: #F26E0D;
    border-color: #F26E0D;
    color: #FFFFFF;
  }

  .bank-archive-item-cta a i {
    display: none;
  }
}

@media (min-width:992px) and (min-width:768px) {
  .bank-archive-item-title,
  .bank-archive-item-country,
  .bank-archive-item-country-rating {
    float: left;
    width: 16.66666667%;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .bank-archive-logo-description-wrapper {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .bank-archive-item-logo {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .bank-archive-item-description {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .bank-archive-item-cta {
    float: left;
    width: 33.33333333%;
  }
}

.listing article {
  margin: 0 0 48px 0;
}

.listing .entry-header {
  margin: 0 0 12px 0;
}

.listing .entry-title a {
  color: #004B8C;
}

.listing .post-meta {
  color: #929292;
  font-size: 13px;
}

.listing .post-meta a {
  color: #929292;
}

.listing .post-meta a:hover {
  color: #EC5512;
}

.listing .post-meta .text-separator {
  padding: 0 5px;
}

.last-modified {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-image-banner {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

.tab-image-banner img {
  float: none !important;
}

.tab-image-banner h3 {
  margin: 10px 3px 10px 0;
}

.affiliate-product-list-sub-header {
  padding: 5px 10px;
  border-top: none;
}

.affiliate-trust-banner-image {
  display: block;
  position: absolute;
  right: 24px;
  top: 18px;
  max-width: 102px;
}

.affiliate-trust-image {
  margin: 40px 0 20px;
  text-align: center;
}

@media (min-width:992px) {
  .affiliate-hero-widget-text-header {
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 8px;
    padding: 0 15px;
  }

  .affiliate-hero-widget-text-header h1 {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    line-height: 2.5;
    overflow: visible;
    position: relative;
  }

  .affiliate-hero-widget-text-header h1 span {
    background-color: #004B8C;
    border-radius: 3px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 15px 0 0 #004B8C,-15px 0 0 #004B8C;
    padding: 10px 0;
  }

  .affiliate-hero-widget-text li {
    padding-left: 40px;
    margin-bottom: 5px;
  }

  .affiliate-hero-widget-text li span {
    line-height: 40px;
    padding: 0 10px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 0 3px 3px 0;
    color: #004B8C;
  }

  .affiliate-hero-widget-text li:before {
    color: #004B8C;
    width: 40px;
    min-height: 40px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
    background-color: #f3f3f3;
    border-radius: 3px 0 0 3px;
  }
}

.affiliate-hero-widget {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.affiliate-hero-widget-text-header h1 {
  font-size: 20px;
}

.affiliate-hero-widget-text li {
  color: #004B8C;
}

.affiliate-product-list {
  color: #404040;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.affiliate-product-list header {
  background-color: #004B8C;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.affiliate-product-list header img {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}

.affiliate-product-list header span {
  display: inline-block;
  background-color: #FFFFFF;
  max-width: 100%;
  width: 200px;
  border-radius: 3px;
}

.affiliate-product-list header span:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 70px;
}

.affiliate-product-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.affiliate-product-list li {
  padding: 10px;
  background-color: rgba(255,255,255,0.85);
  border: 1px solid #d7d7d7;
  position: relative;
  margin-top: -1px;
  transition: height 1s,opacity .5s;
}

.affiliate-product-list li:before,
.affiliate-product-list li:after {
  content: " ";
  display: table;
}

.affiliate-product-list li:after {
  clear: both;
}

.affiliate-product-list li:before,
.affiliate-product-list li:after {
  content: " ";
  display: table;
}

.affiliate-product-list li:after {
  clear: both;
}

.affiliate-product-list li>span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4;
}

.affiliate-product-list li>span.interest {
  text-align: left;
  font-size: 30px;
  margin-right: 15px;
}

.affiliate-product-list li>span.interest small {
  font-size: 15px;
}

.affiliate-product-list li>span.term {
  text-align: center;
}

.affiliate-product-list li>span.term small {
  font-size: 100%;
}

.affiliate-product-list li>span.cta,
.affiliate-product-list li>span.cta-mobile {
  text-align: right;
  float: right;
}

.affiliate-product-list li>span.cta-mobile {
  display: none;
}

.affiliate-product-list li>span.cta-mobile .btn {
  color: #929292;
  padding: 15px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 25%;
  right: 0;
  bottom: 0;
  text-align: right;
}

.affiliate-product-list li:hover {
  background-color: #FFFFFF;
}

.affiliate-product-list li:hover .product-cta {
  white-space: inherit;
  color: #fff;
  background-color: #EC5512;
  border: 1px solid #EC5512;
}

.affiliate-product-list li:hover .product-cta.disabled,
.affiliate-product-list li:hover .product-cta[disabled],
fieldset[disabled] .affiliate-product-list li:hover .product-cta,
.affiliate-product-list li:hover .product-cta.disabled:hover,
.affiliate-product-list li:hover .product-cta[disabled]:hover,
fieldset[disabled] .affiliate-product-list li:hover .product-cta:hover,
.affiliate-product-list li:hover .product-cta.disabled:focus,
.affiliate-product-list li:hover .product-cta[disabled]:focus,
fieldset[disabled] .affiliate-product-list li:hover .product-cta:focus,
.affiliate-product-list li:hover .product-cta.disabled.focus,
.affiliate-product-list li:hover .product-cta[disabled].focus,
fieldset[disabled] .affiliate-product-list li:hover .product-cta.focus,
.affiliate-product-list li:hover .product-cta.disabled:active,
.affiliate-product-list li:hover .product-cta[disabled]:active,
fieldset[disabled] .affiliate-product-list li:hover .product-cta:active,
.affiliate-product-list li:hover .product-cta.disabled.active,
.affiliate-product-list li:hover .product-cta[disabled].active,
fieldset[disabled] .affiliate-product-list li:hover .product-cta.active {
  background-color: #d7d7d7;
  color: #929292;
  border-color: #d7d7d7;
}

.affiliate-product-list li:hover .product-cta .badge {
  color: #EC5512;
  background-color: #fff;
}

.affiliate-product-list li:hover .product-cta:hover,
.affiliate-product-list li:hover .product-cta:focus {
  background: #ef6629;
  border-color: #ef6629;
  color: #fff;
}

.affiliate-product-list li:hover .interest {
  color: #1BAD2B;
}

.affiliate-product-list .product-cta {
  white-space: inherit;
  border: 1px solid #EC5512;
  color: #EC5512;
  background-color: transparent;
  transition: background-color .5s;
}

.affiliate-product-list .product-cta.disabled,
.affiliate-product-list .product-cta[disabled],
fieldset[disabled] .affiliate-product-list .product-cta,
.affiliate-product-list .product-cta.disabled:hover,
.affiliate-product-list .product-cta[disabled]:hover,
fieldset[disabled] .affiliate-product-list .product-cta:hover,
.affiliate-product-list .product-cta.disabled:focus,
.affiliate-product-list .product-cta[disabled]:focus,
fieldset[disabled] .affiliate-product-list .product-cta:focus,
.affiliate-product-list .product-cta.disabled.focus,
.affiliate-product-list .product-cta[disabled].focus,
fieldset[disabled] .affiliate-product-list .product-cta.focus,
.affiliate-product-list .product-cta.disabled:active,
.affiliate-product-list .product-cta[disabled]:active,
fieldset[disabled] .affiliate-product-list .product-cta:active,
.affiliate-product-list .product-cta.disabled.active,
.affiliate-product-list .product-cta[disabled].active,
fieldset[disabled] .affiliate-product-list .product-cta.active {
  background-color: #d7d7d7;
  color: #929292;
  border-color: #d7d7d7;
}

.affiliate-product-list .product-cta .badge {
  color: #EC5512;
  background-color: #FFFFFF;
}

.affiliate-product-list .product-cta:hover {
  color: #FFFFFF;
}

.affiliate-product-list .product-cta:hover,
.affiliate-product-list .product-cta:focus {
  background-color: #F26E0D;
  border-color: #F26E0D;
  color: #FFFFFF;
}

.affiliate-product-list .interest {
  font-size: 20px;
  color: #1BAD2B;
}

.affiliate-product-list.effective-interest-rate-mode-on span.interest span {
  border-bottom: 1px dashed;
}

.affiliate-product-list .affiliate-product-list-hide-offer {
  transition: all 1s;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.affiliate-product-list .affiliate-product-list-hide-offer.is_hidden {
  opacity: 0;
  height: 0;
  padding: 0;
  border: 0;
  margin: 0;
  overflow: hidden;
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.affiliate-product-list .affiliate-product-list-collapse-trigger {
  background-color: #f3f3f3;
  text-align: center;
  padding: 0;
}

.affiliate-product-list .affiliate-product-list-collapse-trigger:hover {
  background-color: #f3f3f3;
}

.affiliate-product-list .affiliate-product-list-collapse-trigger a {
  color: #156cc4;
  text-decoration: none;
  display: block;
  line-height: 4;
  padding: 0 10px;
}

.affiliate-product-list .affiliate-product-list-collapse-trigger a:hover {
  color: #EC5512;
  text-decoration: none;
}

.affiliate-product-list .affiliate-product-list-show {
  display: block;
}

.affiliate-product-list .affiliate-product-list-hide {
  display: none;
}

.affiliate-product-list.hidden-offers-visible li {
  background-color: #FFFFFF;
}

.affiliate-product-list.hidden-offers-visible .affiliate-product-list-show {
  display: none;
}

.affiliate-product-list.hidden-offers-visible .affiliate-product-list-hide {
  display: block;
}

@media (max-width:991px) {
  .affiliate-hero-widget {
    background-image: none !important;
  }
}

@media (max-width:767px) {
  .affiliate-product-list {
    margin-top: 20px;
  }

  .affiliate-product-list li>span.cta {
    display: none;
  }

  .affiliate-product-list li>span.cta-mobile {
    display: inline-block;
  }
}

.affiliate-image-trust-banner-link:hover {
  text-decoration: none;
}

.affiliate-image-trust-banner {
  text-align: left;
  position: relative;
  min-height: 120px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 120px 5px 15px;
  background-color: #f3f3f3;
  color: #404040;
}

.affiliate-image-trust-banner span {
  display: block;
  font-size: 13px;
}

.page-lg {
  background: transparent url('../img/lead-generation.jpg') bottom center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.page-lg .page-lg-bubble {
  display: none;
}

@media (min-width:992px) {
  .page-lg {
    padding-bottom: 300px;
  }

  .page-lg .page-lg-bubble {
    display: block;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .page-lg .col-md-6:first-child {
    left: 50%;
  }
}

@media (min-width:992px) and (min-width:768px) {
  .page-lg .col-md-6:last-child {
    right: 50%;
  }
}

@media (max-width:991px) {
  .page-lg h1,
  .page-lg h2,
  .page-lg h3,
  .page-lg h4,
  .page-lg p,
  .page-lg .wg-lead-generation .h5 {
    text-align: center;
  }

  .page-lg .sg-box-white-sm {
    background: #FFFFFF;
    padding: 20px;
  }
}

article.type-post {
  margin: 0 0 90px 0;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 10px 0;
}

article.type-post.press-item {
  border-bottom: 0;
}

.news-portal-wrapper .post-nav {
  border-top: 1px solid #d7d7d7;
  margin: 60px 0 0 0;
  padding: 10px 0;
}

.news-portal-wrapper .post-nav .post-nav-newer {
  text-align: right;
}

.news-portal-wrapper .post-nav .post-nav-older {
  text-align: left;
}

.news-portal-wrapper .breadcrumb-container {
  margin: 20px 0;
}

.news-portal-wrapper .wp-post-image {
  display: block;
  margin: 0 auto;
}

.single-post .news-portal-wrapper .entry-title-wrapper {
  margin-bottom: 20px;
}

.single-post .news-portal-wrapper .entry-title-wrapper img {
  width: 100%;
  display: block;
}

.single-post .news-portal-wrapper .entry-title-wrapper .image-excerpt {
  font-size: 12px;
  padding: 10px 0;
}

.news-portal-banner {
  text-align: center;
}

.news-portal-banner .h1 {
  font-weight: 300;
}

.news-portal-banner .divider {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d7d7d7;
  display: block;
  margin: 10px 0;
}

.news-portal-banner-inner {
  padding: 40px 0;
}

.news-portal-banner-desc {
  color: #404040;
  font-size: 15px;
  display: block;
}

.news-portal-nav-wrapper {
  margin-bottom: 20px;
}

.news-portal-nav-wrapper .news-sidebar {
  display: none;
}

.news-portal-nav-wrapper .news-contact {
  padding: 20px;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #d7d7d7;
  margin: 40px 0;
}

.news-portal-nav-wrapper .news-contact .info-text {
  margin-bottom: 20px;
}

.news-portal-nav-wrapper .news-contact:before,
.news-portal-nav-wrapper .news-contact:after {
  content: " ";
  display: table;
}

.news-portal-nav-wrapper .news-contact:after {
  clear: both;
}

.news-portal-nav-wrapper .news-contact:before,
.news-portal-nav-wrapper .news-contact:after {
  content: " ";
  display: table;
}

.news-portal-nav-wrapper .news-contact:after {
  clear: both;
}

.news-portal-nav-wrapper .news-contact .contact-image {
  width: 100px;
  border-radius: 50%;
  float: left;
  margin: 0 20px 10px 0;
}

.news-portal-nav-wrapper .news-contact .contact-info {
  float: left;
}

.news-portal-nav-wrapper .news-contact .contact-info span {
  display: block;
}

.news-portal-nav-wrapper .news-contact h3 {
  margin: 0 0 5px;
}

.news-portal-content-wrapper {
  padding-bottom: 40px;
}

.mobile-news-portal-select {
  margin-top: 20px;
}

.news-portal-category-title {
  text-align: center;
  margin-bottom: 50px;
}

.news-portal-category-content {
  margin-bottom: 20px;
}

.news-portal-category-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.news-portal-category-sidebar ul a {
  color: #404040;
}

.news-portal-category-sidebar ul a:hover {
  text-decoration: none;
  color: #EC5512;
}

.post-image-wrapper {
  position: relative;
}

.post-back-link {
  margin-top: 40px;
}

.news-sidebar ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.news-sidebar li {
  margin-bottom: 10px;
  padding: 0 15px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #d7d7d7;
  border-width: 1px;
  box-shadow: inset 3px 0 0 #d7d7d7;
}

.news-sidebar li a {
  display: block;
  font-size: 22px;
  font-weight: 300;
  padding: 10px 0;
  color: #004B8C;
  text-decoration: none;
}

.news-sidebar li a i {
  display: inline-block;
  margin-right: 10px;
}

.news-sidebar li a:hover {
  color: #EC5512;
}

.news-sidebar li.active {
  border-left-color: #156cc4;
  box-shadow: inset 3px 0 0 #156cc4;
}

.news-sidebar li.active a {
  color: #EC5512;
  cursor: default;
}

.news-sidebar li.active a:hover {
  color: #EC5512;
  pointer-events: none;
}

.news-sidebar li.active .news-sidebar-inner-nav {
  display: block;
}

.news-sidebar-inner-nav {
  padding: 10px 0;
}

.news-portal-category-content h1 {
  margin-top: -9px;
}

.news-portal-category-content .entry-title-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
  min-height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url('../img/post-placeholder.jpg');
}

.news-portal-category-content .entry-title a:hover {
  text-decoration: none;
}

.entry-header-meta {
  border-bottom: 1px solid #d7d7d7;
  padding: 0 10px;
  margin: 10px 0;
}

.entry-header-meta:before,
.entry-header-meta:after {
  content: " ";
  display: table;
}

.entry-header-meta:after {
  clear: both;
}

.entry-header-meta:before,
.entry-header-meta:after {
  content: " ";
  display: table;
}

.entry-header-meta:after {
  clear: both;
}

.entry-header-meta .post-meta {
  float: left;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
}

.entry-header-meta .post-meta .posted-on {
  position: relative;
  padding-left: 22px;
}

.entry-header-meta .post-meta .posted-on:before {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e788';
}

.entry-header-meta .post-meta .cat-links {
  position: relative;
  padding-left: 22px;
}

.entry-header-meta .post-meta .cat-links:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e6ba';
}

.entry-header-meta .post-meta .text-separator,
.entry-header-meta .post-meta .cat-links {
  display: none;
}

.news_section-blog .entry-header-meta .post-meta .text-separator,
.news_section-blog .entry-header-meta .post-meta .cat-links {
  display: inline;
}

.entry-header-share ul {
  margin: 2px 0 0;
  float: right;
}

.entry-header-share li {
  display: inline-block;
}

.entry-header-share a {
  display: block;
  padding: 5px;
  color: #929292;
}

.entry-header-share a:hover {
  color: #156cc4;
}

.entry-header-share i {
  font-size: 18px;
}

.press-kit-button {
  text-align: center;
  display: none;
  border: 1px solid #d7d7d7;
  font-weight: 300;
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  margin-bottom: 15px;
}

.press-kit-button:hover {
  text-decoration: none;
}

.press-kit-button:hover span {
  color: #F26E0D;
}

.press-kit-button:hover i {
  background-color: #156cc4;
}

.press-kit-button span {
  text-align: left;
  padding: 10px;
  min-height: 60px;
  line-height: 40px;
  display: block;
  color: #404040;
}

.press-kit-button i {
  position: absolute;
  background-color: #004B8C;
  color: #FFFFFF;
  height: 100%;
  width: 60px;
  font-size: 24px;
  line-height: 2.4;
  left: 0;
  top: 0;
}

@media (min-width:767px) {
  .news-portal-nav-wrapper .mobile-news-portal-select {
    display: none;
  }

  .news-portal-nav-wrapper .news-sidebar {
    display: block;
  }

  .press-kit-button {
    display: block;
  }
}

.news-portal-single-sidebar {
  margin-bottom: 20px;
}

.news-portal-single-sidebar-box {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

.news-portal-single-sidebar-box .posted-on {
  display: block;
  position: relative;
  padding-left: 30px;
}

.news-portal-single-sidebar-box .posted-on:before {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e788';
}

.news-portal-single-sidebar-box .text-separator {
  display: none;
}

.news-portal-single-sidebar-box .cat-links {
  display: block;
  position: relative;
  padding-left: 30px;
}

.news-portal-single-sidebar-box .cat-links:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e6ba';
}

.news-portal-single-sidebar-box section {
  padding: 25px 15px 25px 135px;
  position: relative;
  min-height: 140px;
}

.news-portal-single-sidebar-box footer {
  padding: 10px 15px;
  border-top: 1px solid #d7d7d7;
}

.news-portal-single-sidebar-box footer span {
  font-weight: 400;
}

.news-portal-single-sidebar-box footer p {
  margin-bottom: 0;
}

.news-portal-single-sidebar-box footer p a {
  color: #404040;
  font-size: 17px;
  float: right;
  padding: 0 5px;
  margin-top: -3px;
}

.news-portal-single-sidebar-box footer p a:hover {
  color: #156cc4;
  text-decoration: none;
}

.author-info {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.author-info .author-description {
  font-weight: 400;
}

.author-info:before {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "ws-iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e71e';
}

.author-avatar {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 100px;
}

.author-avatar img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
}

.press-item .thumb {
  padding: 10px;
  text-align: center;
  border: 1px solid #d7d7d7;
  margin: 10px auto;
}

.press-item .thumb img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

@media (min-width:992px) {
  .press-item .thumb {
    margin: 0;
  }
}

.error-cta {
  margin: 50px 0;
}

.error-cta span {
  margin: 0 10px;
}

@media (max-width:767px) {
  .error-cta .or {
    display: block;
    margin: 10px 0;
  }
}

.error-page .entry-header .entry-title {
  font-size: 50px;
}

.error-page .error-page-options {
  margin: 60px 0 100px;
  text-align: center;
}

.error-page .error-page-options a {
  margin: 0 25px;
}

.error-page .error-page-options a:hover {
  text-decoration: none;
}

@media (max-width:991px) {
  .error-page .error-page-options a {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width:480px) {
  .error-page .error-page-options a {
    text-align: left;
  }
}

.error-page .error-page-options .btn {
  display: block;
  width: 200px;
  margin: 20px auto;
}

.redirect-spinner-template {
  background: #FFFFFF url('../img/background.svg') no-repeat top center;
}

.redirect-spinner-template #slide-nav-wrap {
  background: none;
}

.redirect-spinner-template header {
  display: none;
}

.redirect-spinner-template .redirect-spinner-container {
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0;
}

.redirect-spinner-template .secure-connection {
  position: relative;
  margin: 10px 0;
}

.redirect-spinner-template .secure-connection i {
  font-style: normal;
}

.redirect-spinner-template .secure-connection:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 0 10px 5px 0;
}

.redirect-spinner-template .secure-connection div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.redirect-spinner-template .secure-connection span {
  background-color: #FFFFFF;
  color: #929292;
  font-size: 12px;
  padding: 0 10px;
}

.redirect-spinner-template .trust-section {
  background-color: #f3f3f3;
  margin: 0;
  padding: 20px;
}

.redirect-spinner-template .trust-section .offer-of {
  position: relative;
  margin: 10px -20px;
}

.redirect-spinner-template .trust-section .offer-of:before {
  display: inline-block;
  content: "";
  width: 60%;
  height: 1px;
  background: #eeeeee;
  margin: 0 10px 5px 0;
}

.redirect-spinner-template .trust-section .offer-of div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.redirect-spinner-template .trust-section .offer-of span {
  background-color: #f3f3f3;
  color: #929292;
  font-size: 12px;
  padding: 0 10px;
}

.redirect-spinner-template .trust-section img {
  max-width: 180px;
}

.redirect-spinner-template img {
  width: 250px;
  max-width: 90%;
}

.redirect-spinner-template img.welt-logo {
  padding: 10px 0;
}

.redirect-spinner-template img.bank-logo {
  display: none;
  max-width: 220px;
}

.redirect-spinner-template .redirect-spinner-mhb-logo {
  margin: 25px 0;
  background-color: #f3f3f3;
  padding: 15px 20px;
}

.redirect-spinner-template .redirect-text {
  margin: 15px 0 20px 0;
  padding: 0 20px;
}

.redirect-spinner-template .redirect-footer {
  margin-bottom: 0;
  padding: 10px 20px 0;
}

.redirect-spinner-template .icon-list {
  display: inline-block;
  padding: 0 20px;
  margin: 20px auto 0;
  text-align: left;
}

.redirect-spinner-template .icon-list li {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .redirect-spinner-template .redirect-spinner-container {
    margin-top: 20%;
  }
}

.page-template-shopping-club .oln-main-header.header-large {
  margin-bottom: 0;
}

.shopping-club-landing {
  padding: 38px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.shopping-club-landing .icon-list {
  padding: 30px 0 20px;
}

.shopping-club-landing .icon-list li {
  padding-left: 45px;
  min-height: 30px;
}

.shopping-club-landing .icon-list li:before {
  top: 0;
  left: 10px;
  font-size: 25px;
}

.shopping-club-landing .icon-list h4 {
  color: #404040;
  margin-bottom: 0;
}

.shopping-club-headline {
  margin-bottom: 10px;
}

.shopping-club-sub-headline {
  margin-top: 0;
}

.shopping-club-cta-wrapper .shopping-club-cta {
  margin-right: 20px;
}

.shopping-club-cta-wrapper .shopping-club-cta,
.shopping-club-cta-wrapper .shopping-club-badge {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:991px) {
  .shopping-club-landing {
    background-image: none !important;
    padding: 0 0 100px;
  }

  .shopping-club-cta-wrapper .shopping-club-cta,
  .shopping-club-cta-wrapper .shopping-club-badge {
    display: block;
  }

  .shopping-club-cta-wrapper .shopping-club-cta {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .shopping-club-cta-wrapper .shopping-club-badge {
    text-align: center;
  }
}

.page-template-careers-portal #main-container-wrap {
  background: none;
}

.careers-header .logo {
  width: 195px;
  padding: 15px 0 5px;
}

@media (max-width:991px) {
  .careers-header .logo {
    display: block;
    margin: 0 auto;
  }
}

.careers-header .careers-hero {
  text-align: center;
  background-image: url('../img/careers/careers-header-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 70px;
}

.careers-page section {
  padding: 60px 0 80px;
}

.careers-page section.alternate {
  background-color: #f3f3f3;
}

.careers-page section h2,
.careers-page section .h2 {
  text-align: center;
}

.careers-page .owl-colleagues {
  margin: 40px 0;
}

.careers-page .owl-colleagues .owl-item {
  padding: 0 10px;
  text-align: center;
}

.careers-page .owl-colleagues .owl-item img {
  width: 220px;
  border-radius: 50%;
  margin: 0 auto;
}

.careers-page .owl-colleagues .owl-item span {
  display: block;
  margin-top: 15px;
  font-style: italic;
}

.careers-page .owl-colleagues .linkedin {
  min-height: 25px;
}

.careers-page .owl-theme .owl-nav [class*=owl-] {
  font-family: 'ws-iconset';
  font-size: 50px;
  background: none;
  color: #004B8C;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 40%;
}

.careers-page .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #156cc4;
}

.careers-page .owl-theme .owl-prev {
  left: 10px;
}

.careers-page .owl-theme .owl-next {
  right: 10px;
}

.careers-page #raisin-videos {
  padding: 50px 0 100px;
}

.careers-page #raisin-videos .small {
  color: #929292;
}

.careers-page #raisin-videos .owl-theme .owl-item:hover {
  cursor: pointer;
}

.careers-page #raisin-videos .owl-theme .owl-item::before {
  position: absolute;
  font-family: 'ws-iconset';
  content: "\e96a";
  font-size: 40px;
  color: #FFFFFF;
  right: 15px;
  bottom: 5px;
}

.careers-page #raisin-videos .owl-theme .owl-nav [class*=owl-] {
  top: 26%;
}

@media (max-width:991px) {
  .careers-page #raisin-videos .owl-theme .owl-nav [class*=owl-] {
    top: 100%;
  }
}

.careers-page #raisin-videos .owl-theme .owl-prev {
  left: -40px;
}

@media (max-width:991px) {
  .careers-page #raisin-videos .owl-theme .owl-prev {
    left: 45%;
  }
}

.careers-page #raisin-videos .owl-theme .owl-next {
  right: -40px;
}

@media (max-width:991px) {
  .careers-page #raisin-videos .owl-theme .owl-next {
    right: 45%;
  }
}

.careers-page #raisin-principles p {
  margin-bottom: 40px;
}

.careers-page #raisin-overview li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
}

.careers-page #raisin-overview li::before {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: ' ';
  top: 8px;
  left: -6px;
}

.careers-page #raisin-overview img {
  margin: 50px 0 10px;
}

.careers-page #raisin-overview .grey-1::before {
  background-color: #929292;
}

.careers-page #raisin-overview .grey-2::before {
  background-color: #404040;
}

.careers-page #raisin-overview .green::before {
  background-color: #1BAD2B;
}

.careers-page #raisin-overview .blue-1::before {
  background-color: #3A8DFF;
}

.careers-page #raisin-overview .blue-2::before {
  background-color: #004B8C;
}

.careers-page #raisin-overview .orange-1::before {
  background-color: #FFA60D;
}

.careers-page #raisin-overview .orange-2::before {
  background-color: #EC5512;
}

.careers-page #raisin-jobs {
  padding: 50px 0 100px;
}

.careers-page #raisin-jobs .job-item {
  display: block;
  color: #404040;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: left;
}

.careers-page #raisin-jobs .job-item:hover {
  background-color: rgba(255,255,255,0.3);
}

.careers-page #raisin-jobs .job-item p {
  display: inline-block;
  font-weight: 700;
  padding: 8px 0 0 15px;
}

.careers-page #raisin-jobs .job-item .btn {
  margin-right: 15px;
}

@media (max-width:767px) {
  .careers-page #raisin-jobs .job-item {
    border: 1px solid #eeeeee;
  }
}

.careers-page #raisin-hr .hr-item {
  margin-top: 40px;
  text-align: center;
}

.careers-page #raisin-hr .hr-item img {
  border-radius: 50%;
}

.careers-page #raisin-gallery .thumbnail img {
  padding: 2px;
}

#image-gallery .img-responsive {
  margin: 40px auto;
}

#image-gallery .modal-footer {
  text-align: center;
}

#image-gallery .modal-footer i {
  font-size: 50px;
}

.careers-footer {
  background-color: #f3f3f3;
  padding: 30px 0 20px;
  margin-top: 60px;
}

.careers-footer img {
  margin: 0 5px -7px 0;
}

.careers-footer p {
  display: inline-block;
}

.careers-footer .copy {
  text-align: right;
}

@media (max-width:767px) {
  .careers-footer .copy {
    text-align: center;
    padding-top: 15px;
  }
}

@media (max-width:767px) {
  .careers-footer {
    text-align: center;
  }
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
  margin-bottom: 60px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play::before {
  font-family: 'ws-iconset';
  content: "\e96a";
  font-size: 100px;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  cursor: pointer;
  line-height: 1;
}

.timeline {
  list-style: none;
  padding: 20px 0 30px;
  position: relative;
  margin: 60px 0 0;
  text-align: left;
}

.timeline::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 1px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

@media (max-width:991px) {
  .timeline::before {
    left: 16px;
  }
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li::before {
  content: ' ';
  display: table;
}

.timeline li::after {
  clear: both;
  content: ' ';
  display: table;
}

.timeline .tl-circ {
  position: absolute;
  top: 18px;
  left: 49.2%;
  font-size: 24px;
  text-align: center;
  background: #FFFFFF;
  color: #156cc4;
  width: 50px;
  height: 50px;
  margin-left: -17px;
  border-radius: 50%;
  z-index: 99;
  padding: 7px 8px;
  border: 1px solid #eeeeee;
}

@media (max-width:991px) {
  .timeline .tl-circ {
    top: 16px;
    left: -10px;
    margin-left: 0;
  }
}

.timeline .timeline-panel {
  width: 44%;
  float: left;
  background: #f3f3f3;
  padding: 30px 20px;
  position: relative;
}

.timeline .timeline-panel::before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  content: ' ';
}

@media (max-width:991px) {
  .timeline .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

.timeline .timeline-panel::after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #f3f3f3;
  border-right: 0 solid #f3f3f3;
  border-bottom: 14px solid transparent;
  content: ' ';
}

@media (max-width:991px) {
  .timeline .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.timeline .timeline-panel .tl-body p,
.timeline .timeline-panel .tl-body ul {
  margin-bottom: 0;
}

.timeline .timeline-panel .tl-body>p+p {
  margin-top: 5px;
}

@media (max-width:1199px) {
  .timeline .timeline-panel {
    width: 44%;
  }
}

@media (max-width:991px) {
  .timeline .timeline-panel {
    width: calc(100% - 65px);
    float: right;
  }
}

.timeline .timeline-inverted .timeline-panel {
  float: right;
}

.timeline .timeline-inverted .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline .timeline-inverted .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.effective-interest-rate-tooltip {
  color: #929292;
}

.single-term_deposits .header-badge-image,
.single-bank .header-badge-image {
  display: none;
}

.aff-page-main h1 strong,
.aff-page-main .h1 strong,
.aff-page-main .h1-lg strong {
  font-weight: 600;
}

.aff-page-main .aff-page-title .marketing-badge {
  display: block;
}

.aff-page-main .marketing-badge-mobile:hover {
  color: #FFFFFF;
}

.aff-page-main .marketing-badge-mobile span {
  padding: 5px 10px;
  background-color: #1BAD2B;
  color: #FFFFFF;
  margin-bottom: 22px;
  display: block;
  text-align: center;
}

.aff-page-main .section {
  border-top: 1px solid #d7d7d7;
  padding: 0 0 15px;
}

.aff-page-main .bank-benefits-list {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0;
}

.aff-page-main .bank-benefits-list .icon-list li {
  font-size: 18px;
  font-weight: 600;
  padding-left: 35px;
}

.aff-page-main .bank-benefits-list .icon-list li:before {
  color: #1BAD2B;
}

.aff-page-main .bank-trust-badges {
  padding: 15px 0;
}

.aff-page-main .bank-trust-badge {
  text-align: center;
}

.aff-page-main .bank-trust-badge img {
  max-height: 94px;
}

.aff-page-main .bank-description {
  padding-top: 15px;
}

.aff-page-main .bank-description p:last-child {
  margin-bottom: 0;
}

.aff-page-main .bank-product-details {
  padding: 0 0 15px 0;
}

.aff-page-main .bank-product-details-table .row {
  padding: 5px 0;
}

.aff-page-main .bank-product-details-table i {
  font-size: 25px;
  vertical-align: middle;
}

.aff-page-main .bank-all-offers {
  border-top: 1px solid #d7d7d7;
}

.aff-page-main .bank-all-offers .table {
  margin-bottom: 0;
}

.aff-page-main .bank-all-offers .sb-offers-table tr:last-child td {
  border-bottom: 0;
}

.aff-page-main .bank-deposit-fund-country-rating i {
  font-size: 25px;
  vertical-align: middle;
}

.aff-page-main .trustpilot-slider {
  background-color: transparent;
}

.aff-page-main .bank-how-open-account-item {
  text-align: center;
}

.aff-page-main .bank-how-open-account-item i {
  font-size: 30px;
}

.aff-page-main .product .rate {
  color: #1BAD2B;
  display: inline-block;
  vertical-align: middle;
}

.aff-page-main .product .value {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
}

.aff-page-main .product .extras {
  display: inline-block;
  margin-top: 4px;
}

.aff-page-main .product .extras div {
  display: block;
  text-align: left;
  margin-top: -5px;
}

.aff-page-main .product .years {
  font-size: 25px;
  font-weight: 300;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.aff-page-main .product .logo {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}

.aff-page-main .product .logo img {
  vertical-align: middle;
  max-height: 40px;
}

.aff-page-main .bank-selected-product-sticky {
  bottom: -200px;
  transition: bottom .6s;
}

.aff-page-main .bank-selected-product-off-screen.bank-selected-product-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 10;
  border-width: 2px;
}

.aff-page-main .bank-selected-product-off-screen .bank-selected-product-actions {
  border-top: none;
  padding: 10px 0 20px;
}

.aff-page-main .bank-selected-product-off-screen .bank-selected-product-show-all {
  display: none;
}

.aff-page-main .bank-selected-product-sticky {
  display: none;
}

.aff-page-main .bank-selected-product-sticky.bank-selected-product-off-screen {
  display: block;
}

.aff-page-main .bank-selected-product,
.aff-page-main .bank-selected-product-sticky {
  border-top: 1px solid #d7d7d7;
  text-align: center;
}

.aff-page-main .bank-selected-product-actions {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0;
}

.aff-page-main .bank-selected-product-show-all {
  display: block;
  padding: 10px 0 0;
}

.aff-page-main .product-box {
  border: 1px solid #d7d7d7;
  background-color: #FFFFFF;
  padding: 10px 0;
}

.aff-page-main .product-box.affix {
  top: 0;
}

.aff-page-main .product-box .product {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 0 20px;
}

.aff-page-main .product-box .logo {
  text-align: center;
}

.aff-page-main .product-box .logo img {
  margin-top: 15px;
}

.aff-page-main .product-box hr {
  margin: 10px 10px 30px;
}

.aff-page-main .product-box .offers {
  margin: 35px 10px 0;
}

.aff-page-main .product-box .offers td {
  vertical-align: middle !important;
}

.aff-page-main .product-box .offers .table {
  margin-bottom: 10px;
}

.aff-page-main .product-box .offers .table a {
  font-size: 25px;
}

.aff-page-main .product-box .offers .table td:first-child {
  width: 40%;
  color: #1BAD2B;
  padding-left: 0;
}

.aff-page-main .product-box .offers .table td:last-child {
  text-align: right;
}

.aff-page-main .product-box .offers .table tr:last-child td {
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width:992px) {
  .single-term_deposits .header-small.oln-main-header,
  .single-bank .header-small.oln-main-header {
    margin-bottom: 38px;
  }
}

@media (max-width:1199px) {
  .aff-page-main .product-box .product {
    margin-top: 0;
  }

  .aff-page-main .product-box .product.affix {
    top: 20px;
  }

  .aff-page-main .product-box .product .rate {
    display: block;
  }

  .aff-page-main .product-box .product .years {
    display: block;
    margin-left: 0;
  }

  .aff-page-main .product-box .product .years span {
    display: none;
    line-height: 0;
  }
}

@media (max-width:991px) {
  .bank-deposit-fund-country-rating {
    text-align: left;
  }
}

@media (max-width:767px) {
  .aff-page-main .bank-product-details-table .row {
    padding: 0 0 15px 0;
  }

  .aff-page-main .bank-product-details-table .col-sm-4 {
    font-weight: 600;
  }

  .aff-page-main .bank-product-details-table .bold,
  .aff-page-main .bank-product-details-table .semibold {
    font-weight: 400;
  }

  .aff-page-main .bank-benefits-icons-item,
  .aff-page-main .bank-how-open-account-item {
    padding-bottom: 20px;
  }

  .aff-page-main .bank-selected-product .product .logo {
    display: none;
  }

  .aff-page-main .bank-selected-product-off-screen.bank-selected-product-sticky .product .value {
    font-size: 20px;
  }

  .aff-page-main .bank-selected-product-off-screen.bank-selected-product-sticky .product .years {
    font-size: 16px;
  }

  .aff-page-main .bank-selected-product-off-screen.bank-selected-product-sticky .product .logo {
    display: inline-block;
    margin-top: 5px;
  }

  .aff-page-main .bank-selected-product-off-screen.bank-selected-product-sticky .product .extras div {
    margin-top: -11px;
  }
}

@media (min-width:1200px) {
  .aff-page-main .product-box .offers {
    margin: 35px 20px 0;
  }

  .aff-page-main .product-box hr {
    margin: 10px 20px 30px;
  }
}

.sme-homepage {
  margin-top: 80px;
}

.sme-homepage .hero-right {
  position: relative;
}

.sme-homepage .hero-right p {
  display: inline-block;
  color: #004b8c;
  padding-left: 20px;
}

.sme-homepage .hero-right span {
  font-size: 30px;
  font-weight: 300;
}

.sme-homepage .marketing-badge {
  position: absolute;
  top: 0;
  right: 20px;
}

.sme-homepage .sme-trust {
  margin: 60px 0 50px;
}

.sme-homepage .sme-trust .h3 {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 5px;
}

.sme-homepage .sme-trust ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
}

.sme-homepage .sme-trust ul li {
  display: inline-block;
  width: 24%;
  border-right: 1px solid #d7d7d7;
}

.sme-homepage .sme-trust ul li:last-child {
  border-right: 0;
}

.sme-homepage .whyws-slider {
  padding: 20px 0;
  background-color: #f3f3f3;
}

.sme-homepage .whyws-slider .container {
  position: relative;
}

.sme-homepage .whyws-slider .whyws-title {
  text-align: right;
  color: #404040;
}

.sme-homepage .whyws-slider .item {
  min-height: 150px;
}

.sme-homepage .whyws-slider .item p {
  width: 80%;
}

.sme-homepage .whyws-slider .carousel-indicators {
  position: static;
}

.sme-homepage .whyws-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  border: 0;
  margin: 0 4px;
}

.sme-homepage .whyws-slider .carousel-indicators li.active {
  background-color: #404040;
}

.sme-homepage .whyws-slider .carousel-control {
  width: 3%;
  top: 70px;
}

.sme-homepage .whyws-slider .carousel-control.left,
.sme-homepage .whyws-slider .carousel-control.right {
  background-image: none;
  font-size: 50px;
  color: #929292;
  text-shadow: none;
}

.sme-homepage .how-it-works {
  position: relative;
  padding-bottom: 100px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.sme-homepage .how-it-works img {
  display: block;
  margin: 0 auto;
}

.sme-homepage .how-it-works .text-box {
  position: absolute;
  width: 264px;
}

.sme-homepage .how-it-works .text-box.box-1 {
  top: 220px;
  left: 0;
}

.sme-homepage .how-it-works .text-box.box-2 {
  top: 560px;
  left: 210px;
}

.sme-homepage .how-it-works .text-box.box-3 {
  top: 560px;
  right: 210px;
}

.sme-homepage .how-it-works .text-box.box-4 {
  top: 110px;
  right: 0;
}

.sme-homepage .sme-login {
  margin: 80px 0;
}

.sme-homepage .sme-login button {
  width: 160px;
  margin-top: 27px;
}

.sme-homepage .sme-media {
  margin-top: 80px;
}

.sme-homepage .sme-media a {
  display: block;
  margin-top: 30px;
}

.sme-homepage .trustpilot-slider .h1 {
  margin: 0;
}

@media (max-width:1199px) {
  .sme-homepage .how-it-works img {
    width: 65%;
    margin: 0;
    float: left;
  }

  .sme-homepage .how-it-works .text-box {
    position: initial;
    float: left;
    margin-left: 40px;
  }

  .sme-homepage .how-it-works .text-box.box-1 {
    margin-top: 30px;
  }
}

@media (max-width:991px) {
  .sme-homepage {
    margin-top: 30px;
  }

  .sme-homepage .hero-image {
    margin-top: 30px;
  }

  .sme-homepage .hero-right {
    text-align: center;
  }

  .sme-homepage .hero-right p {
    padding-left: 0;
    display: block;
  }

  .sme-homepage .marketing-badge {
    top: 60px;
  }

  .sme-homepage .sme-trust ul li {
    width: 30%;
  }

  .sme-homepage .sme-trust ul li:nth-child(3) {
    border-right: 0;
  }

  .sme-homepage .sme-trust ul li:nth-child(4) {
    display: none;
  }

  .sme-homepage .whyws-slider {
    text-align: center;
  }

  .sme-homepage .whyws-slider .item p {
    width: 80%;
    margin: 0 auto;
  }

  .sme-homepage .whyws-slider .carousel-control {
    width: 10%;
  }

  .sme-homepage .whyws-slider .carousel-indicators {
    width: 100%;
    margin: 20px 0 0;
  }

  .sme-homepage .sme-login button {
    width: 100%;
  }

  .sme-homepage .how-it-works {
    padding-bottom: 0;
  }

  .sme-homepage .how-it-works img {
    width: 80%;
    display: block;
    float: none;
    margin: 0 auto;
  }

  .sme-homepage .how-it-works .text-box {
    display: block;
    width: 60%;
    margin: 20px auto 0 auto;
    padding: 0 15px;
    text-align: center;
    float: none;
  }
}

@media (max-width:767px) {
  .sme-homepage .sme-trust {
    margin: 20px 0 40px;
  }

  .sme-homepage .sme-trust .h3 {
    font-size: 20px;
  }

  .sme-homepage .sme-trust p {
    font-size: 13px;
  }

  .sme-homepage .sme-trust ul li {
    width: 49%;
  }

  .sme-homepage .sme-trust ul li:nth-child(2) {
    border-right: 0;
  }

  .sme-homepage .sme-trust ul li:nth-child(3) {
    display: none;
  }

  .sme-homepage .sme-login button {
    display: block;
    width: 180px;
    margin: 0 auto;
  }

  .sme-homepage .how-it-works .text-box {
    width: 90%;
  }
}

.legal-box {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
}

.form-control-container i {
  color: #929292;
}

.form-group_three_col_field .form-control-container:nth-child(1) {
  padding-right: 4px;
}

.form-group_three_col_field .form-control-container:nth-child(2) {
  padding-left: 4px;
  padding-right: 4px;
}

.form-group_three_col_field .form-control-container:nth-child(3) {
  padding-left: 4px;
}

@media (min-width:768px) {
  .form-group_two_col_field .form-control-container:nth-child(1) {
    padding-right: 4px;
  }

  .form-group_two_col_field .form-control-container:nth-child(2) {
    padding-left: 4px;
  }
}

.faq-portal-filter .nav-tabs {
  background-color: transparent;
}

.faq-portal-filter .nav-tabs>li {
  float: none;
}

.faq-portal-filter .nav-tabs>li.active>a {
  border-bottom: none;
  font-weight: 700;
}

.faq-portal-filter .nav-tabs>li.active>a:hover {
  color: #404040;
}

.faq-portal-filter .nav-tabs>li>a {
  padding: 10px 0;
  font-weight: 400;
  border-bottom: none;
  color: #404040;
  margin-left: 21px;
}

.faq-portal-filter .nav-tabs>li>a:hover {
  color: #156cc4;
}

.faq-portal-filter .nav-tabs>li>a:before {
  content: "\e6ba";
  font-family: 'ws-iconset';
  padding-right: 6px;
  font-weight: 400;
  margin-left: -21px;
}

.faq-portal-content-headline {
  margin-top: -13px;
  margin-bottom: 10px;
}

.faq-portal-filter-headline,
.faq-portal-content-headline {
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}

.panel-group[role='tablist'] .panel-faq {
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
}

.panel-group[role='tablist'] .panel-faq>.panel-heading>.panel-title>a {
  font-size: 20px;
  color: #404040;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}

.panel-group[role='tablist'] .panel-faq>.panel-heading>.panel-title>a:after {
  content: "\f106";
  font-family: 'ws-iconset';
  right: 0;
  font-size: 30px;
  top: -5px;
  position: absolute;
}

.panel-group[role='tablist'] .panel-faq>.panel-heading>.panel-title>a.collapsed:after {
  content: "\f107";
}

.panel-group[role='tablist'] .panel-faq>.panel-heading>.panel-title>a:hover {
  text-decoration: none;
  color: #156cc4;
}

.panel-group[role='tablist'] .panel-faq .panel-body {
  background-color: transparent;
  padding: 0;
}

.faq-portal .search-form .input-group input.form-control {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.faq-portal .search-form .btn {
  margin-left: 30px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.faq-portal .panel-group {
  max-width: 100%;
  margin: 10px 0;
}

.faq-portal-content.tab-content>.tab-pane {
  padding: 15px 0;
}

@media (min-width:768px) and (max-width:991px) {
  .faq-portal-filter .nav-tabs {
    column-count: 2;
    column-gap: 20px;
  }
}

@media (max-width:991px) {
  .faq-portal-filter .nav-tabs {
    margin-bottom: 60px;
  }
}

body.blog .oln-main-header,
body.category .oln-main-header,
body.single-post .oln-main-header {
  margin-bottom: 0;
}

body.blog #main-container-wrap,
body.category #main-container-wrap,
body.single-post #main-container-wrap {
  background: #FFFFFF;
}

.magazin-large-gap {
  margin-bottom: 80px;
}

.equal-height-children {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.absolute-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

a.absolute-fill {
  z-index: 10;
}

.magazin-home-header {
  height: 470px;
  background: #004B8C url('../img/magazine_background.svg') no-repeat center / cover;
}

.magazin-home-header .container {
  position: relative;
  height: 100%;
}

.magazin-home-header .container .hero-caption {
  position: absolute;
  left: 15px;
  bottom: 56px;
  max-width: 750px;
}

.magazin-home-header .container .hero-caption h1 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 159px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #FFFFFF;
}

.magazin-home-header .container .hero-caption p {
  font-size: 20px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}

.magazin-cat-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0 0;
  padding: 0;
  list-style-type: none;
  height: 35px;
}

.magazin-cat-list li {
  padding: 0 9px;
}

.magazin-cat-list li.current-cat-menu a {
  position: relative;
}

.magazin-cat-list li.current-cat-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  height: 3px;
  background-color: #404040;
}

.magazin-cat-list li:first-child {
  padding-left: 0;
}

.magazin-cat-list a {
  font-size: 15px;
  color: #404040;
  text-decoration: none;
  padding: 0 4px;
  white-space: nowrap;
}

body.category .magazin-cat-list {
  margin-bottom: 90px;
}

.magazin-home-header .magazin-cat-list a {
  color: #FFFFFF;
}

.magazin-home-header .magazin-cat-list a:hover {
  text-decoration: underline;
}

.magazin-article-card-cnt {
  margin-top: 32px;
}

.featured-articles .magazin-article-card-cnt {
  margin-top: 0;
}

.magazin-article-card {
  position: relative;
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  border-radius: 3px;
  border: 1px solid #d7d7d7;
}

.magazin-article-card:hover .article-title {
  color: #F26E0D;
}

.magazin-featured-img {
  position: relative;
  height: 204px;
  border-radius: 3px 3px 0 0;
}

.article-preview {
  padding: 20px 10px 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 204px);
}

.article-title {
  color: #404040;
  margin: 0 0 20px;
  transition: color .3s;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.article-title a {
  color: #404040;
  text-decoration: none;
}

.article-default-text {
  color: #404040;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.cat-header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cat-header-block .see-all-cat {
  color: #156cc4;
  font-size: 15px;
  line-height: 1.5;
}

.cat-heading {
  color: #404040;
  margin: 0;
  max-width: 750px;
}

.cat-heading span {
  font-weight: 600;
}

.btn-cnt {
  margin-top: 40px;
}

.article-excerpts {
  color: #404040;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  line-height: 1.67;
  margin: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body.category .cat-heading {
  margin-bottom: 30px;
}

.magazin-featured-article-card {
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}

.magazin-featured-article-card:hover .article-title {
  color: #F26E0D;
}

.magazin-featured-thumb {
  position: relative;
  height: 412px;
  border-radius: 3px 3px 0 0;
}

.featured-article-header {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 0;
  background: #FFFFFF;
  padding: 14px 32px 0;
}

.featured-article-header .article-cat {
  font-weight: 700;
  margin: 0 0 16px;
}

.featured-article-header .article-date {
  margin: 0 0 8px;
}

.featured-article-header .article-title {
  margin: 0;
}

.featured-article-footer {
  padding: 16px 0 40px;
}

.featured-article-footer .excerpt-cnt {
  width: 82%;
  margin: 0 auto;
  padding: 0 32px;
}

.archive-cat-title {
  display: block;
  font-weight: 700;
  margin: 0 0 16px;
}

.articles-wrapper {
  padding-bottom: 60px;
}

.articles-wrapper .btn-cnt {
  margin-top: 30px;
}

.btn-cnt .loading-cnt {
  display: none;
  padding: 9px 0;
}

.btn-cnt.loading .magazin-load-more {
  display: none;
}

.btn-cnt.loading .loading-cnt {
  display: block;
}

.single-article-thumb {
  height: 640px;
  position: relative;
  margin: 14px 0 34px;
}

.single-article-thumb .single-article-header {
  width: 945px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #FFFFFF;
  padding: 44px 0 0;
}

.single-article-thumb .single-article-header .article-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.1;
}

.single-article-thumb .single-article-header .article-default-text {
  margin: 0 0 24px;
}

.content-cnt {
  width: 750px;
  margin: 0 auto;
}

.single-post-wrapper .article-content {
  padding-bottom: 120px;
  font-size: 18px;
  line-height: 1.67;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #404040;
}

.single-post-wrapper .article-content h1,
.single-post-wrapper .article-content h2,
.single-post-wrapper .article-content h3,
.single-post-wrapper .article-content h4,
.single-post-wrapper .article-content h5,
.single-post-wrapper .article-content h6 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: inherit;
}

.single-post-wrapper a.btn,
.single-post-wrapper figcaption {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.single-post-wrapper img {
  margin: 24px auto;
}

.single-post-wrapper figure img {
  margin: 20px auto;
}

.single-post-wrapper figure.wp-caption.aligncenter {
  margin: 0 auto 30px;
}

.single-post-wrapper a[href*='.jpg'],
.single-post-wrapper a[href*='.jpeg'],
.single-post-wrapper a[href*='.png'] {
  display: block;
  line-height: 1;
}

.single-post-wrapper figcaption {
  font-size: 15px;
  line-height: 1.53;
  color: #929292;
}

.single-post-wrapper img.alignleft {
  margin: 0 16px 8px 0;
}

.single-post-wrapper img.alignright {
  margin: 0 0 8px 16px;
}

.single-post-wrapper img.alignnone {
  margin: 0 0 8px 0;
}

.single-post-wrapper .article-preview {
  padding: 16px 10px;
}

.single-post-wrapper blockquote {
  padding: 0 13px;
  font-size: 18px;
  border-left: 5px solid #1BAD2B;
  max-width: 555px;
  margin: 30px auto;
}

.share-print-cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.share-print-cnt a.print-article {
  font-size: 15px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.share-btns-cnt {
  margin-top: 40px;
}

.share-btns-cnt .share-title {
  font-weight: 700;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 0 0 20px;
}

.share-btns-cnt a.social-share-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #9b9b9b;
  border-radius: 3px;
  margin: 0 5px;
}

.share-btns-cnt a.social-share-btn:first-child {
  margin-left: 0;
}

.share-btns-cnt a.social-share-btn:last-child {
  margin-right: 0;
}

.share-btns-cnt a.social-share-btn i {
  font-size: 16px;
  padding: 0;
  margin: auto;
}

.related-articles {
  margin-bottom: 84px;
}

.related-articles .magazin-article-card-cnt {
  margin: 0;
}

.related-articles .related-title {
  margin: 0 0 20px;
  line-height: 1;
}

@media (max-width:1199px) {
  .magazin-home-header .container .hero-caption h1 {
    font-size: 134px;
  }

  .article-title {
    margin: 0 0 16px;
  }

  .article-preview {
    padding: 20px 10px;
  }

  .single-article-thumb .single-article-header {
    width: 797px;
  }

  .content-cnt {
    width: 630px;
  }
}

@media (max-width:991px) {
  .magazin-home-header {
    height: 314px;
  }

  .magazin-home-header .container .hero-caption {
    bottom: 40px;
  }

  .magazin-home-header .container .hero-caption h1 {
    font-size: 60px;
    margin: 0 0 25px;
  }

  .magazin-home-header .container .hero-caption p {
    max-width: 630px;
  }

  .magazin-featured-img {
    height: 124px;
  }

  .article-preview {
    height: calc(100% - 124px);
  }

  .article-title {
    font-size: 25px;
  }

  .cat-header-block {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .cat-header-block .cat-heading {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .magazin-article-card-cnt {
    margin-top: 20px;
  }

  body.category .magazin-article-card-cnt {
    margin-top: 30px;
  }

  .magazin-large-gap {
    margin-bottom: 40px;
  }

  body.category .magazin-cat-list {
    margin-bottom: 20px;
  }

  body.category .cat-heading {
    font-size: 35px;
    max-width: 610px;
    margin: 0 auto 15px;
  }

  body.category .cat-heading span {
    display: block;
  }

  .category-description {
    max-width: 610px;
    margin: 0 auto 20px;
  }

  .featured-article-header .article-title {
    font-size: 30px;
  }

  .single-article-thumb .single-article-header {
    width: 610px;
  }

  .content-cnt {
    width: 482px;
  }

  .single-article-thumb {
    height: 412px;
  }

  .single-article-thumb .single-article-header .article-title {
    font-size: 35px;
    line-height: 1.2;
  }
}

@media (max-width:767px) {
  .magazin-featured-img {
    height: 185px;
  }

  .article-preview {
    height: calc(100% - 185px);
  }

  .equal-height-children {
    display: block;
  }

  .featured-articles .magazin-article-card-cnt {
    margin-top: 32px;
  }

  .magazin-article-card-cnt {
    margin-top: 32px;
  }

  .magazin-home-header {
    height: auto;
  }

  .magazin-home-header .container .hero-caption {
    position: static;
    padding: 60px 0 40px;
  }

  .category-description,
  .print-article {
    display: none;
  }

  .single-article-thumb {
    height: 375px;
  }

  .single-article-thumb .single-article-header {
    width: auto;
    left: 15px;
    right: 15px;
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 10px 10px 0;
  }

  .single-article-thumb .single-article-header .content-cnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .single-article-thumb .single-article-header .article-title {
    margin: 0 0 10px;
  }

  .single-article-thumb .single-article-header .article-default-text {
    margin: 0;
  }

  .content-cnt {
    width: 100%;
  }

  .single-post-wrapper .article-content {
    padding: 0 15px;
  }

  .related-articles {
    margin-top: 22px;
  }

  .related-articles .related-title {
    margin-bottom: 26px;
    line-height: 1.32;
  }

  .related-articles .magazin-article-card-cnt {
    margin-bottom: 30px;
  }

  .magazin-cat-list-cnt {
    position: relative;
    margin: 0 -15px;
  }

  .magazin-cat-list-cnt .magazin-cat-list {
    padding: 0 15px;
  }

  .magazin-cat-list-cnt::after,
  .magazin-cat-list-cnt::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    z-index: 10;
  }

  .magazin-cat-list-cnt::after {
    right: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0), #FFFFFF);
  }

  .magazin-cat-list-cnt::before {
    left: 0;
    background-image: linear-gradient(to left, rgba(255,255,255,0), #FFFFFF);
  }

  .magazin-home-header .magazin-cat-list-cnt::after,
  .magazin-home-header .magazin-cat-list-cnt::before {
    display: none;
  }

  body.category,
  .magazin-cat-list {
    margin: 12px 0 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
  }

  body.category::-webkit-scrollbar,
  .magazin-cat-list::-webkit-scrollbar {
    display: none;
  }

  body.category li.current-cat-menu a::after,
  .magazin-cat-list li.current-cat-menu a::after {
    top: calc(100% + 4px);
  }
}

@media print {
  .single-post-wrapper .single-article-thumb {
    height: auto;
  }

  .single-post-wrapper .single-article-thumb .single-article-header {
    width: 100%;
    position: static;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #header,
  #footer,
  .footer-trustpilot,
  .magazin-cat-list,
  .btn,
  .related-articles,
  .share-btns-cnt,
  .print-article,
  .footer-newsletter-wrapper,
  .back-to-top.btn-show,
  .cookie-notification {
    display: none;
  }
}

.consumer-investment-information {
  border: 1px solid #d7d7d7;
  font-size: 13px;
  margin-bottom: 20px;
}

.consumer-investment-information-vertical .consumer-investment-information-risk-indicator {
  border-bottom: 1px solid #d7d7d7;
}

.consumer-investment-information-vertical .consumer-investment-information-deposit-guarantee {
  border-bottom: 1px solid #d7d7d7;
}

.consumer-investment-information-horizontal .consumer-investment-information-risk-indicator {
  border-right: 1px solid #d7d7d7;
}

.consumer-investment-information-horizontal .consumer-investment-information-deposit-guarantee {
  border-right: 1px solid #d7d7d7;
}

.consumer-investment-information-horizontal .consumer-investment-information-risk-indicator,
.consumer-investment-information-horizontal .consumer-investment-information-deposit-guarantee,
.consumer-investment-information-horizontal .consumer-investment-information-liquidity-alert-yes,
.consumer-investment-information-horizontal .consumer-investment-information-liquidity-alert-no {
  min-height: 210px;
}

.consumer-investment-information-risk-indicator {
  padding: 15px;
}

.consumer-investment-information-risk-indicator div {
  text-align: center;
  color: #404040;
  font-weight: 700;
  padding: 0 0 15px;
}

.consumer-investment-information-risk-indicator span {
  color: #d7d7d7;
}

.consumer-investment-information-deposit-guarantee {
  padding: 15px;
}

.consumer-investment-information-different-products .consumer-investment-information-liquidity-alert-yes {
  border-bottom: 1px solid #d7d7d7;
}

.consumer-investment-information-liquidity-alert-yes,
.consumer-investment-information-liquidity-alert-no {
  padding: 15px;
}

.consumer-investment-information-liquidity-alert-yes i,
.consumer-investment-information-liquidity-alert-no i {
  padding: 0;
}

@media (min-width:768px) and (max-width:991px) {
  .consumer-investment-information-vertical .consumer-investment-information-risk-indicator,
  .consumer-investment-information-vertical .consumer-investment-information-deposit-guarantee,
  .consumer-investment-information-vertical .consumer-investment-information-different-products .consumer-investment-information-liquidity-alert-yes {
    border-bottom: none;
    border-right: 1px solid #d7d7d7;
  }

  .consumer-investment-information-vertical .consumer-investment-information-risk-indicator,
  .consumer-investment-information-vertical .consumer-investment-information-deposit-guarantee,
  .consumer-investment-information-vertical .consumer-investment-information-liquidity-alert-yes,
  .consumer-investment-information-vertical .consumer-investment-information-liquidity-alert-no {
    min-height: 235px;
  }
}

@media (max-width:991px) {
  .consumer-investment-information-horizontal .consumer-investment-information-risk-indicator,
  .consumer-investment-information-horizontal .consumer-investment-information-deposit-guarantee,
  .consumer-investment-information-horizontal .consumer-investment-information-different-products .consumer-investment-information-liquidity-alert-yes {
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
  }

  .consumer-investment-information-horizontal .consumer-investment-information-risk-indicator,
  .consumer-investment-information-horizontal .consumer-investment-information-deposit-guarantee,
  .consumer-investment-information-horizontal .consumer-investment-information-liquidity-alert-yes,
  .consumer-investment-information-horizontal .consumer-investment-information-liquidity-alert-no {
    min-height: 0;
  }
}

.global-notification-bar {
  background: #922C1C;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
}

.global-notification-bar:hover {
  text-decoration: underline;
}

.global-notification-bar-alert {
  margin: 0;
  padding: 10px;
}

#country_modal .modal-body:after {
  background: transparent url('../img/sg-silhouette.png') no-repeat center bottom;
  background-size: auto 90%;
  opacity: .5;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 120%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

.back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-align: left;
  position: fixed;
  bottom: 150px;
  right: -2px;
  width: 157px;
  padding: 10px;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: .25s;
}

.back-to-top.btn-show {
  -ms-transform: translateX(115px);
  transform: translateX(115px);
}

.back-to-top:hover {
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: #004B8C;
}

.back-to-top:focus {
  background-color: #004B8C;
}

.back-to-top i {
  font-size: 30px;
  line-height: 1;
  padding: 0 10px 0 0;
}

@media (max-width:767px) {
  .back-to-top:hover {
    -ms-transform: translateX(115px);
    transform: translateX(115px);
  }
}

.spc-trustpilot-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}