* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Calibri", 'calibriregular',sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #396172;
}

a {
  text-decoration: none;
  color: #f15925; }

li {
  list-style: none; }

select, input {
  font: inherit;
  color: #396172;
  font-size: 20px;
  line-height: 40px;
  outline:none; }

.inner-container {
  max-width: 960px;
  margin: 0 auto; }

.sticky-wrapper {
  background: white; }


/* Mobile banner to prompt users to install */

.mobile-install-banner {
  background:white;
  display:table;
  border-bottom:1px solid #d6e1e7;
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
}

.mobile-install-banner .tbl {
  display:table-cell;
  vertical-align: middle;
}

.mobile-install-banner .dismiss {
  background:url(../imgs/close-icon-mob.svg) 50% 50% no-repeat;
  background-size:18px;
  width:18px;
  height:18px;
  padding:0 10px 0 15px;
}

.mobile-install-banner .currencyfair-appicon {
  width:65px;
}

  .mobile-install-banner .currencyfair-appicon .icon {
    background:url(../imgs/cf-swoosh-logo.svg) 50% 50% no-repeat;
    width:65px;
    height:65px;
    border-radius:5px;
    border:1px solid #d6e1e7;
  }

.mobile-install-banner .mobile-label {
  padding-left:10px;
  text-align: left;
  font-weight:bold;
  letter-spacing: 0;
}

  .mobile-label span {
    font-weight:normal;
    color:#91a7b1;
  }

.mobile-install-banner .install-btn a {
  background:#f15925;
  color:#fff;
  border-radius:3px;
  text-align: center;
  text-transform: uppercase;
  margin-right:10px;
  display: block;
  padding-top:10px;
  padding-bottom:10px;
  width:82px;
  float:right;
}

.header {
  height: 58px;
  border-bottom: 1px solid #d6e1e7;
  background: white; }
  .header li {
    float: left; }
    .header li a {
      display: block;
      line-height: 58px;
      padding: 0 20px;
      color: #396172; }
      .header li a:hover {
        background: #396172;
        color: white; }
      .header li a#flagMenu {
        min-width: 36px; }
    .header li.account-links {
      float: right; }
  .header .cf-logo {
    float: left;
    background: url(../imgs/cf-logo.png) 0 0 no-repeat;
    -webkit-background-size: 190px 33px;
    background-size: 190px 33px;
    width: 190px;
    height: 33px;
    text-indent: -999px;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 20px; }
  .header #menuMobile {
    display: none; }
  .header .lang-menu li {
    border-left: 0; }
  .header .register-link {
    background: #f15925; }
    .header .register-link a {
      color: white; }
  .header.stuck {
    background: white;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    /* @include box-shadow(0 2px 4px #d6e1e7); */ }
  .header .lang-menu {
    position: relative;
    z-index: 1; }
    .header .lang-menu i {
      float: left;
      width: 15px;
      height: 16px;
      background: yellow;
      background: url(../imgs/flags.png) 0 0 no-repeat;
      margin-right: 4px;
      margin-top: 21px; }
      .header .lang-menu i.pl {
        background-position: -30px 0; }
      .header .lang-menu i.fr {
        background-position: -15px 0; }
  .header .languages {
    background: white;
    position: absolute;
    border: 1px solid #d6e1e7;
    border-width: 1px 1px 0;
    left: -1px;
    display:none; }
    .header .languages li {
      border-bottom: 1px solid #d6e1e7;
      float: none;
      width: 76px; }

.hero-section {
  background: #183744 url(../imgs/ab-background.jpg) 100% 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  /* chabal ad */
  /* end of chabal ad */ }
  .hero-section .chabal-tv-ad {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 315px;
    height: 184px; }
    .hero-section .chabal-tv-ad p {
      text-align: right;
      margin-top: 118px;
      margin-right: 25px;
      color: white; }
    .hero-section .chabal-tv-ad span {
      font-family: 'Gloria Hallelujah', cursive; }
    .hero-section .chabal-tv-ad a {
      color: white;
      background: rgba(0, 0, 0, 0.6);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      padding: 4px 15px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 30px;
      margin-left: 15px; }
      .hero-section .chabal-tv-ad a i {
        color: #5fc675; }
      .hero-section .chabal-tv-ad a:hover {
        background: #f15925; }
        .hero-section .chabal-tv-ad a:hover i {
          color: white; }
  .hero-section.small-chabal {
    background: url(../imgs/hero-background.jpg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .hero-section.small-chabal .chabal-tv-ad {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 277px;
      height: 184px;
      z-index: 0; }
      .hero-section.small-chabal .chabal-tv-ad p {
        text-align: center;
        margin-top: 144px; }
      .hero-section.small-chabal .chabal-tv-ad a {
        color: white;
        background: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 4px 10px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 18px; }
        .hero-section.small-chabal .chabal-tv-ad a i {
          color: #5fc675; }
        .hero-section.small-chabal .chabal-tv-ad a:hover {
          background: #f15925; }
          .hero-section.small-chabal .chabal-tv-ad a:hover i {
            color: white; }
      .hero-section.small-chabal .chabal-tv-ad span {
        display: none; }
  .hero-section h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 55px;
    color: white; }
  .hero-section .intro {
    padding-top: 69px;
    text-align: center;
    padding-bottom: 31px;
    font-size: 20px;
    color: white; }
    .hero-section .intro a {
      position: relative;
      top: -1px;
      left: 4px; }
      .hero-section .intro a i {
        display: inline-block;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px;
        -o-border-radius: 28px;
        border-radius: 28px;
        background: #f15925;
        font-size: 17px;
        color: white;
        line-height: 28px; }
      .hero-section .intro a:hover i {
        background: white;
        color: #f15925; }
  .hero-section.calculator-page h1 {
    padding-bottom: 55px; }
  .hero-section.calculator-page .intro {
    padding-top: 0;
    padding-bottom: 40px; }
  .hero-section.calculator-page .calculator-info {
    position: static; }
  .hero-section.calculator-page .calculator-panel {
    margin-bottom: 40px; }
  .hero-section.calculator-page .calculator-benefit {
    cursor: auto; }
    .hero-section.calculator-page .calculator-benefit:hover {
      background: #f0f5f7; }
  .hero-section .break {
    display: block; }

.calculator-panel, .transfers-panel {
  margin: 0 auto;
  width: 882px; }

.calculator-panel {
  position: relative; }

.calculator-container {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /*@include box-shadow(0 2px  #396172);*/
  background: white;
  border: 1px solid #d6e1e7;
  width: 832px;
  height: 74px;
  margin: 0 auto;
  padding: 25px; }
  .calculator-container .calculator-fields {
    position: relative; }
  .calculator-container li {
    float: left;
    margin-right: 25px; }
    .calculator-container li.iwant-form, .calculator-container li.ihave-form {
      width: 310px; }
    .calculator-container li.last {
      margin-right: 0; }
  .calculator-container label {
    font-weight: bold;
    font-size: 20px; }
  .calculator-container .btn {
    margin-top: 25px;
    width: 120px; }

.calculator-info {
  position: absolute;
  width: 100%;
  z-index: 20; }
  p.c-table.disclaimer{
  box-sizing: border-box;
  padding: 15px 7px 15px 10px;
  font-size: 13px;
  font-weight: 300;
  }

.calculator-table, .calculator-benefit {
  clear: both; }

.calculator-table {
  border-right: 1px solid #ced9de;
  border-left: 1px solid #ced9de;
  width: 100%; }
  .calculator-table .c-table {
    width: 100%;
    background: white;
    font-size: 20px; }
  .calculator-table th, .calculator-table td {
    padding: 4px;
    border-bottom: 1px solid #ced9de; }
  .calculator-table th {
    text-align: left;
    background: #f0f5f7; }
  .calculator-table .col1, .calculator-table .col2 {
    border-right: 1px solid #ced9de; }
  .calculator-table .col1 {
    padding-left: 20px; }
  .calculator-table .col2 {
    padding-right: 20px; }
  .calculator-table .col3 {
    padding-right: 20px; }
  .calculator-table .col-numb {
    text-align: right; }

.calculator-benefit {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ced9de;
  border-width: 0 1px 1px;
  background: #f0f5f7;
  color: #396172;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  min-height: 57px;
  position: relative; }
  .calculator-benefit p {
    font-style: italic;
    position: relative;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 18px; }
    .calculator-benefit p.alert {
      padding-top: 15px; }
  .calculator-benefit strong {
    color: #f15925;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    position: relative;
    top: 3px; }
  .calculator-benefit .calc-expand-collapse {
    display: inline-block;
    background: url(../imgs/calc-expand-collapse-btn-02.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    position: relative;
    top: 7px;
    margin-left: 4px; }
    .calculator-benefit .calc-expand-collapse.collapse {
      background-position: -26px 0; }
  .calculator-benefit .rates {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
    height: 1px; }
  .calculator-benefit #fleecerate {
    color: #6f8a96;
    background: #f0f5f7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    top: -16px;
    font-size: 15px;
    padding: 15px 15px 6px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .calculator-benefit:hover {
    background: #fff !important; }
    .calculator-benefit:hover #fleecerate {
      background: #fff !important; }

.transfers-panel {
  overflow: hidden;
  padding: 140px 0 40px;
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 1; }
  .transfers-panel .t-panel {
    float: left;
    width: 49%;
    text-align: center; }
    .transfers-panel .t-panel .count-number {
      color: white;
      background: white;
      font-size: 25px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      padding: 0 5px;
      margin: -1px;
      position: relative;
      display: inline-block;
      color: #396172; }
      .transfers-panel .t-panel .count-number:after {
        content: "";
        border-top: 1px solid #3c586a;
        /* white */
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        opacity: .5; }
    .transfers-panel .t-panel .punct {
      font-size: 30px;
      color: white; }
    .transfers-panel .t-panel .currency {
      /*font-family: "Calibri-Bold", 'calibribold', sans-serif;*/
      font-weight: 300;
      color: white;
      padding-top: 10px; }
    .transfers-panel .t-panel .currency-symbol {
      font-size: 26px;
      font-weight: bold;
      color: white; }

div.divide-heading {
  border-top: 1px solid #d6e1e7;
  margin-top: 20px; }
  div.divide-heading p {
    display: inline;
    background: white;
    position: relative;
    top: -13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0; }

.trusted-section {
  clear: both;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Calibri-Light",'calibrilight', sans-serif; }
  .trusted-section h2 {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 40px; }
  .trusted-section p {
    font-size: 20px;
    padding-bottom: 40px; }
  .trusted-section .papers-logos li {
    display: inline-block;
    margin: 0 10px;
    padding-top: 25px;
    padding-bottom: 40px; }
    .trusted-section .papers-logos li a {
      display: block;
      background: url(../imgs/paper-logos-02.png) 0 -4px no-repeat;
      height: 40px;
      text-indent: -9999px;
      width: 157px;
      /*margin:0 20px;*/ }
      .trusted-section .papers-logos li a:hover {
        opacity: .8; }
    .trusted-section .papers-logos li.tg a {
      background-position: -191px -4px;
      width: 141px; }
    .trusted-section .papers-logos li.te a {
      background-position: -367px 0;
      width: 81px; }
    .trusted-section .papers-logos li.tdt a {
      background-position: -479px -4px;
      width: 186px; }
    .trusted-section .papers-logos li.ta a {
      background-position: -693px -3px;
      width: 138px; }
    .trusted-section .papers-logos li.ch a {
      background-position: -858px -3px;
      width: 106px; }
  .trusted-section .testimonials-panel {
    padding-top: 25px;
    padding-bottom: 40px; }
    .trusted-section .testimonials-panel .cust-test {
      display: inline-block;
      width: 49%;
      overflow: hidden;
      text-align: left;
      vertical-align: top;
      border-top: 0;
      padding-top: 0; }
      .trusted-section .testimonials-panel .cust-test .customer-info {
        font-size: 15px;
        overflow: hidden; }
      .trusted-section .testimonials-panel .cust-test .profile-pic {
        float: left;
        margin-right: 20px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px; }
      .trusted-section .testimonials-panel .cust-test p {
        padding-bottom: 15px;
        font-size: 20px; }
      .trusted-section .testimonials-panel .cust-test strong {
        display: block;
        padding-bottom: 3px; }
    .trusted-section .testimonials-panel cite {
      font-style: normal;
      font-weight: 300;
      position: relative;
      top: 12px;
      color: #91a7b1; }
    .trusted-section .testimonials-panel blockquote {
      display: block;
      font-style: italic;
      padding-right: 20px; }
      .trusted-section .testimonials-panel blockquote span {
        color: #f15925; }
  .trusted-section .btn {
    display: inline-block; }




.mobile-app {
    clear: both;
    border-top:1px solid #eef2f3;
    border-bottom:1px solid #eef2f3;
    padding-top:130px;
    padding-bottom:80px;
    background:url(../imgs/mobile-devices.png) 80% 30px no-repeat;
    background-size:360px;
    position:relative;
    z-index:2;
}

  .mobile-app .inner-container {
    position:relative;
    z-index:1;
  }

  .mobile-app .content-actions {
    width:50%;
  }

  .mobile-app h2 {
    font-size:36px;
    font-weight:300;
    padding-bottom: 40px
  }

  .mobile-app p {
    font-size:20px;
    font-weight:300;
  }

  .download-badges {
      padding-top:50px;
      padding-bottom:120px; /* 180px with trust pilot plug */
  }

      .download-badges li {
          float:left;
          margin-right:20px;
      }

          .download-badges a {
              display:block;
              width:163px;
              height:55px;
              text-indent:-9999px;
          }

              .download-badges .ios-store a {
                  background:url(../imgs/app-store-darkblue.svg) 0 0 no-repeat;
              }

              .download-badges .google-play a {
                  background:url(../imgs/google-play-darkblue.svg) 0 0 no-repeat;
              }

/* media queries for the mobile panels */

@media (max-width:1190px) {
    .mobile-app:after {
        content:"";
        background:rgba(255, 255, 255, 0.85);
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width:100%;
        height:100%;
        z-index:0;
    }

    .mobile-app {
      background-position:50% 30px;;
    }

    .mobile-app .content-actions {
      text-align: center;
      margin:0 auto;
    }

    .download-badges {
      padding-bottom:30px;
    }

    .download-badges li {
      display:inline-block;
      float:none;
    }

      .download-badges li.google-play {
        margin-right:0;
      }
}

@media (max-width:500px) {
    .mobile-app .content-actions {
      width:90%;
    }
}

@media (max-width:406px) {
  .download-badges li.ios-store, .download-badges li.google-play {
    display:block;
    margin-right:0;
    width:163px;
    margin:0 auto;
  }

  .download-badges li.ios-store {
    margin-bottom:20px;
  }
}

/* media queries for the mobile panels */




.how-works-section {
  background: #edf3f9 url(../imgs/pattern-back.png) 0 0 repeat;
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "Calibri-Light",'calibrilight', sans-serif; }
  .how-works-section h2 {
    font-weight: 300;
    padding-bottom: 40px;
    font-size: 36px; }
  .how-works-section .steps-labels li {
    display: inline-block;
    width: 33%;
    font-size: 25px;
    background: url(../imgs/how-works-icons.png) 0 0 no-repeat;
    height: 160px; }
    .how-works-section .steps-labels li.deposit {
      background-position: 103px 0; }
    .how-works-section .steps-labels li.exchange {
      background-position: -215px 0; }
    .how-works-section .steps-labels li.transfer {
      background-position: -518px 0; }
    .how-works-section .steps-labels li h3 {
      position: relative;
      bottom: -110px;
      text-align: center;
      font-family: "Calibri-Bold",'calibribold', sans-serif; }
  .how-works-section .panel {
    padding-top: 99px;
    padding-bottom: 40px;
    margin-top: -47px; }
    .how-works-section .panel .responsive-heading {
      display: none; }
    .how-works-section .panel h4 {
      font-size: 28px;
      font-family: "Calibri-Light",'calibrilight', sans-serif;
      font-weight: 300;
      padding-bottom: 30px; }
    .how-works-section .panel li {
      background: url(../imgs/check-icon.png) 0 0 no-repeat;
      display: inline-block;
      width: 23%;
      text-align: left;
      padding-left: 30px;
      padding-right: 1%;
      vertical-align: top;
      margin-left: 15px; }
    .how-works-section .panel .active {
      display: block;
      border: 1px solid red; }
  .how-works-section .deposit-part {
    background: url(../imgs/hiw-arrow-left.png) 28% 0 no-repeat; }
  .how-works-section .exchange-part {
    background: url(../imgs/hiw-arrow-center.png) 50% 5px no-repeat; }
  .how-works-section .transfer-part {
    background: url(../imgs/hiw-arrow-right.png) 70% 0 no-repeat; }

.features-section {
  background: #396172 url(../imgs/features-back-img.jpg) 50% 50% no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "Calibri-Light",'calibrilight', sans-serif;
  color: white; }
  .features-section h2 {
    font-weight: 300;
    padding-bottom: 40px;
    font-size: 36px; }
    .features-section h2 em {
      font-weight: 300; }
  .features-section h3 {
    padding-bottom: 15px; }
  .features-section li {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 40px; }
    .features-section li p {
      padding-right: 30px;
      margin-left: 133px; }
  .features-section span {
    float: left;
    background: url(../imgs/features-icons-02.png) 0 0 no-repeat;
    width: 114px;
    height: 114px;
    margin-right: 20px; }
    .features-section span.i-p2p {
      background-position: -113px 0; }
    .features-section span.i-fastsimple {
      background-position: -226px 0; }
    .features-section span.i-cs {
      background-position: -339px 0; }

.company-links {
  background: #396172;
  border-top: 1px solid #486d7d;
  border-bottom: 1px solid #486d7d;
  text-align: center; }
  .company-links li {
    display: inline-block;
    margin: 0 10px; }
  .company-links a {
    color: white;
    line-height: 66px;
    display: block; }

.company-links li {
  margin: 0;
  padding: 0 10px; }
  .company-links li.active {
    background: #2f5565; }

.company-links-expanded {
  display: none;
  background: #2f5565;
  border-top: 1px solid #2b5060;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left; }
  .company-links-expanded .col {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin: 0; }
    .company-links-expanded .col li {
      display: block;
      text-align: left;
      margin: 0;
      padding: 0; }
      .company-links-expanded .col li a {
        line-height: 24px;
        font-weight: 300; }
    .company-links-expanded .col h4 {
      font-size: 20px;
      color: #a3c1ce;
      font-weight: bold;
      padding-bottom: 5px; }

.footer {
  clear: both; }

.office-addresses {
  background: #396172;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px; }
  .office-addresses .email-us {
    text-align: center;
    line-height: 80px;
    padding-top: 5px;
    font-size: 20px; }
  .office-addresses li {
    display: inline-block;
    width: 33%;
    vertical-align: top; }
    .office-addresses li p {
      padding-left: 26px; }
  .office-addresses .location-icon {
    float: left;
    width: 16px;
    height: 24px;
    background: url(../imgs/pin-icon.png) 0 0 no-repeat;
    margin-right: 10px; }

.contact-us {
  background: #eff3f4;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px; }
  .contact-us input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d6e1e7;
    text-align: left;
    padding-left: 7px;
    height: 40px;
    width: 172px; }
  .contact-us p {
    font-size: 20px;
    text-align: center; }
  .contact-us span {
    padding-left: 10px;
    padding-right: 10px; }
  .contact-us a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #396172 url(../imgs/social-media-icons.png) -4px -3px no-repeat;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    text-indent: -9999px;
    position: relative;
    top: 13px;
    overflow: hidden; }
    .contact-us a.cu-facebook {
      background-position: -53px -3px; }
    .contact-us a.cu-twitter {
      background-position: -151px -3px; }
    .contact-us a.cu-linkedin {
      background-position: -101px -3px; }
  .contact-us #newsletter-container {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 10px; }
    .contact-us #newsletter-container.success {
      background: white;
      color: #00B585; }
    .contact-us #newsletter-container.error {
      background: white;
      color: #b50000; }

.legalities {
  padding-top: 40px;
  font-size: 12px;
  color: #95aab3; }
  .legalities .regulated-by {
    display: inline-block;
    vertical-align: top; }
    .legalities .regulated-by p {
      padding-bottom: 20px;
      line-height: 20px; }
  .legalities .regulated-logos ul {
    display: table;
    width: 100%;
    padding-bottom: 30px; }
  .legalities .regulated-logos li {
    display: table-cell;
    text-align: center; }
    .legalities .regulated-logos li a {
      text-indent: -9999px;
      display: inline-block;
      background: url(../imgs/logos-regulators.png) 0 0 no-repeat;
      height: 101px; }
    .legalities .regulated-logos li.enterprise-ireland a {
      width: 207px;
      background-position: 0 0; }
    .legalities .regulated-logos li.bank-ireland a {
      width: 280px;
      background-position: -269px 0;
      margin-left: -50px; }
    .legalities .regulated-logos li.asic a {
      width: 186px;
      background-position: -604px 0; }
    .legalities .regulated-logos li.norton-secured a {
      width: 137px;
      background-position: -843px 0; }
    .legalities .regulated-logos li.first {
      text-align: left; }
    .legalities .regulated-logos li.last {
      text-align: right; }


/* mobile prompt install popup */

.prompt-mobile-install {
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  background:rgb(255,255,255);
  color:#396172;
  text-align: center;
  display: none;
}

  .prompt-mobile-install h2 {
    margin-top:70px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:5px;
    background: url(../imgs/download/cf-logo-original.svg) 0 0 no-repeat;
    background-size:260px auto;
    text-indent: -9999px;
    width: 280px;
    height:100px;
  }

  .download-link {
    display:block;
    text-indent: -9999px;
    width: 213px;
    height:73px;
    margin:0 auto;
    padding-bottom:50px;
  }

  .android-modal .download-link {
      background:url(../imgs/download/google-play-badge-dark.svg) 0 0 no-repeat;
  }

  .ios-modal .download-link {
      background:url(../imgs/download/app-store-badge-dark.svg) 0 0 no-repeat;
  }

  .android-modal .device {
      background:url(../imgs/download/android-template-static.png) 0 0 no-repeat;
      background-size:320px;
      max-width: 320px;
      height:500px;
      margin:0 auto;
  }

  .ios-modal .device {
      background:url(../imgs/download/ios-template-static.png) 0 0 no-repeat;
      background-size:320px;
      max-width: 320px;
      height:500px;
      margin:0 auto;
  }

  .close-mobile-modal {
      position:absolute;
      top:20px;
      left:50%;
      color:#396172;
      font-size:25px;
      margin-left:-12px;
  }




/* PRICING PAGE */
.pricing-page {
  background: #183744 url(../imgs/hero-background.jpg) 100% 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .pricing-page .calculator-table, .pricing-page .c-table {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
  .pricing-page .inside-pricing-page {
    color: white; }
    .pricing-page .inside-pricing-page h3 {
      text-align: center;
      padding: 40px 0; }
  .pricing-page .pricing-benefits {
    text-align: center; }
    .pricing-page .pricing-benefits li {
      display: inline-block;
      margin: 0 20px;
      font-size: 32px;
      padding-bottom: 40px;
      font-weight: 300; }
    .pricing-page .pricing-benefits i {
      /*color:#f15925;*/ }
  .pricing-page p, .pricing-page h4 {
    padding-bottom: 20px; }
  .pricing-page p {
    font-weight: 300; }
  .pricing-page .btn-start {
    text-align: center; }
  .pricing-page hr {
    height: 1px;
    background: white;
    border: 0; }
  .pricing-page .pricing-explanation {
    padding-top: 40px; }
  .pricing-page .calculator-result td {
    font-family: 'Calibri';
    font-weight: bold; }

.trustpilot-widget {
  margin-bottom: 30px;
}

.band {
  background-color: #f2f2f2;
}

.rate-graphs {
  display: none;
}
