body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}

.sc-logo {
  width:200px;
  height: auto;
}

.mobile-hero {
  display: none !important;
}

/* ---------------- bootstrap addons / overwrites ---------------- */

.carousel-indicators {
      z-index: 1;
}

/* ----------------------- soCash colours ----------------------- */

  .--purple{
    color: #BD10E0;
  }
  .--blue{
    color: #0076FF;
  }
  .--pink{
    color: #FF3FC6;
  }
  .--grey-5{
    color: #9DA3B4;
  }
  .--grey-6{
    color: #4a4a4a;
  }


/* ----------------------- bg colours ----------------------- */

  .bg-grey0 {
    background-color: #f7f7f7;
  }

  .bg-grey6 {
    background-color: #272A2C;
  }

  .bg-mas-blue {
    background-color: #002D6A;
  }

  .bg-gr-grey {
    background: linear-gradient(-180deg, #ffffff, #f7f7f7);
  }

  .bg-gr-green {
    background: linear-gradient(90deg, #00E68B, #05C086);
  }

  .bg-blue-10 {
    background-color: #f2f8ff;
  }

/* ----------------------- carousel ----------------------- */

.carousel-text {
  position: absolute;
  /*top: 25%;*/
  bottom:12%;
  left: 12%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 500px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius:50px;
}

.carousel-desc {
  font-size: 1.375rem; /* 22px */
  font-weight:300;
  color:#fff;
  margin-bottom: 25px;
}
.carousel-fineprint {
  font-size: 1.2 rem;
  font-weight:150;
  color:#fff;
}

.ofo-text {
  color: rgba(255, 224, 0, 1);
  font-size: 4rem;
  font-weight: 600;
  height: 3.2rem;
  margin-bottom: 23px;
  margin-right:  0.3125rem;
}
.ofo-small-text {
  color: rgba(255, 224, 0, 1);
  font-weight: 600;
  width: 3rem;
  height: 3rem;
}

.border-top-1 {
  border-top: 1px #E0E2E8 solid;
}

/* ----------------------- content blocks ----------------------- */

.sc-cb {
  padding:100px 30px;
}

.sc-cb__mini--60px {
  padding:60px 30px;
}

.sc-cb__mini--25px {
  padding:25px 30px;
}

/* ----------------------- content block 01 ----------------------- */

.sc-cb-01 { /* text alignment for content block 01 */
  display: flex;
  align-self:center;
  flex-direction: column;
}

.sc-cb-01 h3 {
  margin-bottom: 10px;
}

.sc-cb-01 p {
  margin-bottom: 30px;
}


/* ---------- content block - singlular CTA - on green bg ---------- */

.sc-cb-single p {
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  color: #ffffff;
}


/* ---------- content block - MAS ---------- */

.sc-cb-mas h3 {
  color: #ffffff;
  margin-bottom: 0;
}

.sc-cb-mas img { /* logo */
  width: 330px;
  height: auto;
  margin-bottom:25px;
}

.sc-cb-mas a.mas {
  color: #ffffff;
  font-weight: 600;
}

.sc-cb-mas a.mas:hover {
  color: #8FA3BD;
}


/* ---------- content block - merchant ---------- */

.sc-merchant {
  background-image: url('../images/stockimage-02.jpg');
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  height:600px;
  background-position:center;
  box-sizing: border-box;
  margin-right:50px;
}

.sc-merchant-text {
  display:flex;
  align-content: center;
  flex-direction: column;
  align-self: center;
}

/* ----------------- circle counters because we fancy ----------------- */

.sc-fancy-list-container {
  display: flex;
  align-items:center;
}

.sc-fancy-list {
  counter-reset: socash-counter;
}

.sc-fancy-list dt {
  position: relative;
  font-size:18px;
}
.sc-fancy-list dt, .sc-fancy-list dd {
  padding-left: 60px;
}

.sc-fancy-list dd {
  margin-bottom:40px;
  font-size:15px;
}

.sc-fancy-list dd:last-child {
  margin-bottom: 0;
}

.sc-fancy-list dt:before {
  content: counter(socash-counter);
  counter-increment: socash-counter;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: #F0F0F2;
  border-radius: 50%;
  display: inline-block;
  padding-left: 15px;
  padding-top: 7px;
  font-size: 18px;
  font-weight: 400;

}



/* ----------------------- columns ----------------------- */


  .sc-cols__vprops img{ /* icons */
    width: 59.5px;
    height: 59.5px;
    margin-bottom: 10px;
  }

  .sc-cols__vprops a:link, .sc-cols__vprops a:visited, .sc-cols__vprops a:active {
    color: #9DA3B4;
  }

  .sc-cols__vprops a:hover {
    color: #C8CBD5;
    cursor: pointer;
  }


/* -------------------------- assets -------------------------- */

.sc-icon {
  width:43px;
  height:43px;
}


/* -------------------------- typography -------------------------- */

h1 {
  font-size: 3rem; /* 48px */
  margin-bottom: 1rem;
  font-weight:600;
  letter-spacing: -0.5px;
}


h2 {
  font-size: 1.75rem; /* 28px */
  margin-bottom: 1rem;
  font-weight:600;
  color: #000000;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 1.1875rem; /* 19px */
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 1.6;

}

h4 {
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
}

p {
  font-size: 0.9375rem; /* 15px */
  color: #9DA3B4;
  line-height: 1.5;
}

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

/* -------------------------- links -------------------------- */

a, a:visited, a:active, a:focus {
  color: #00C853;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #9DA3B4;
  cursor: pointer;
}

/* -------------------------- buttons -------------------------- */

.btn-sc {
  padding: 18px 25px;
  color: #ffffff;
  font-size: 0.875rem; /* 14px */
  letter-spacing: 0.3px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  display:inline-block;
}

a.btn-sc:hover, a.btn-sc:active, a.btn-sc:focus, a.btn-sc:visited {
  text-decoration: none;
  cursor: pointer;
}

.btn-primary-sc {
  color: #ffffff !important;
  background-color: #00C853;
  background: linear-gradient(90deg, #00E68B, #19e658);
  border: none;
}

.btn-primary-sc:hover {
  /*border-top: 1px #05C086 solid;*/
  color: #ffffff;
  background: #00C853;
  cursor: pointer;
}

.btn-primary--white {
  background-color: #ffffff;
  color: #00C853;
  border-bottom: 1px #ffffff solid;
}

a.btn-primary--white:hover {
  background-color: #000 !important;
}

.btn-secondary-sc {
  color: #ffffff !important;
  background-color: #FEC332;
  background: linear-gradient(90deg, #EFAB46, #FEC332);
  border: none;
}

.btn-secondary-sc:hover {
  /*border-top: 1px #05C086 solid;*/
  color: #ffffff;
  background: #E2921B;
  cursor: pointer;
}


/* ------------- button shadows because we like drama ------------- */


.btn-primary-shadow {
  box-shadow: 0 4px 6px rgba(10,243,103,.29), 0 1px 3px rgba(0,0,0,.08);
  border-top: 1px #00E68B solid;
}

.btn-carousel-drama {
  box-shadow: 0 9px 35px rgba(0, 0, 0, 0.2), 0 19px 33px -17px rgba(0, 0, 0, 0.32);
  border-top: 1px #8affa4 solid;
}

.btn-carousel-drama:hover {
  border-top: 1px #14fd73 solid;
}

.btn-secondary-carousel-drama {
  box-shadow: 0 9px 35px rgba(0, 0, 0, 0.2), 0 19px 33px -17px rgba(0, 0, 0, 0.32);
  border-top: 1px #FEC332 solid;
}

.btn-secondary-carousel-drama:hover {
  border-top: 1px #FEC332 solid;
}


/* -------------------------- badges -------------------------- */

.socash-badge {
  display: inline-flex;
  font-size: 0.875rem; /* 14px */
  font-weight: 800;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 5px 15px;
  margin-bottom:18px;
}

.socash-badge--blue {
  background-color: #0076FF;
  color: #ffffff;
}

.socash-badge--pink {
  background-color: #FF3FC6;
  color: #ffffff;
}

.socash-badge--purple {
  background-color: #f9ebfc;
  color: #bd10e0;
}

/* -------------------------- navbar -------------------------- */

.navbar-brand--mobile {
  position: absolute;
  top: 21px;
}

.navbar-toggler--alignment {
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0;
}

.socash-navbar {
  padding: 25px;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.socash-navbar-bg {
  padding: 25px;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #00C853;
}

.socash-navbar-position {
  position: absolute;
  right: 3%;
}

.socash-navbar--items ul {
  display: flex;
  margin-bottom:0;
  list-style-type:none;
}

.socash-navbar--items a {
  text-decoration: none;
  font-size: 14px;
  font-weight:400;
  color: #ffffff;
}

.socash-navbar--items a:hover {
  opacity: 0.7;
  filter:alpha (opactiy=70); /*for IE8 and earlier*/
  cursor: pointer;
}


.socash-navbar--items-colour ul {
  display: flex;
  margin-bottom:0;
  list-style-type:none;
}

.socash-navbar--items-colour a {
  text-decoration: none;
  font-size: 14px;
  font-weight:400;
  color: #4a4a4a;
}

.socash-navbar--items-colour a:hover {
  opacity: 0.7;
  filter:alpha (opactiy=70); /*for IE8 and earlier*/
  cursor: pointer;
}


a.btn-nav {
  color: #ffffff;
  display: flex;
  padding: 7px 11px;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  border: 2px #fff solid;
  border-radius: 20px;
  margin-left: 10px;
}

a.btn-nav:hover {
  opacity: 0.7;
  filter:alpha (opactiy=70); /*for IE8 and earlier*/
}


/* -------------------------- forms -------------------------- */

.sc-form-container {
  margin-top: 60px;
}

.socash-form {
  padding: 1.3rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: .3rem;
  border-width: 2px;
  border-color: #fff;
}

.socash-form:focus {
    color: #000;
    font-weight:600;
    background-color: #f7f7f7;
    border-color: #9DA3B4;
    border-width: 2px;
    outline: 1;
    box-shadow: none;
}

.socash-form::placeholder {
    color: #9DA3B4;
    font-weight:400;
}

.socash-form:valid {
    color: #000;
    font-weight:600;
}

textarea.socash-form {
  resize: none;
  height: 150px;
}

/* ------------------ form.io ------------------ */

.has-feedback .form-control {
  padding: 1.3rem 1.5rem !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  border-radius: .3rem !important;
  border-width: 2px !important;
  border-color: #fff !important;
  resize: none !important;
}

.card {
  border: 0 !important;
}

.form-control:focus {
  color: #000 !important;
  font-weight:600 !important;
  background-color: #f7f7f7 !important;
  border-color: #9DA3B4 !important;
  border-width: 2px !important;
  outline: 1 !important;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #9DA3B4 !important;
  font-weight:400 !important;
}

.form-control:valid {
    color: #000 !important;
    font-weight:600 !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  color: #FF3F3F !important;
  border: 2px #FF3F3F solid !important;
  background-color: #FFEBEB !important;
}

.help-block {
    color: #FF3F3F !important;
    text-align: left !important;
}

.card-body {
  padding: 0 !important;
  margin: 0 !important;
}

.form-group {
  margin-top: 0 !important;
}

.formio-component-textarea {
  margin: 0 !important;
}

.btn-success, .btn-success.disabled, .btn-success:disabled {
  padding: 18px 25px !important;
  color: #ffffff !important;
  font-size: 0.875rem !important; /* 14px */
  letter-spacing: 0.3px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  display:inline-block !important;
  margin-top: 40px !important;
  background-color: #00C853 !important;
  background: linear-gradient(90deg, #00E68B, #19e658) !important;
  border: none !important;
  box-shadow: 0 4px 6px rgba(10,243,103,.29), 0 1px 3px rgba(0,0,0,.08);
  border-top: 1px #00E68B solid;
}

.btn-success:hover, .btn-success.disabled:hover, .btn-success:hover  {
  color: #ffffff !important;
  background: #00C853 !important;
  cursor: pointer !important;
  border-top: 1px #14fd73 solid !important;
}

.alert-success {
  background-color: #E7FAEF !important;
  border-color: #00C853 !important;
  border: 2px #00C853 solid !important;
}

.alert-success p {
  color: #00c853 !important;
  margin: 0 !important;
}

/* ------------------ value props ------------------ */

.sc-value-props {
  margin-bottom: 30px;
}

/* ------------------ youtube video ------------------ */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ------------------ icons lined up like pretty maids ------------------ */

.icon-lineup {
  display:flex;
  align-items:center;
  list-style-type:none;
  margin:0 auto;
  justify-content: center;
}

.icon-lineup li {
  margin-right: 25px;
}

.icon-lineup li:last-child {
  margin-right: 0;
}


/* ------------------ press logos ------------------ */

ol.press-logos {
  display: flex;
  margin:0;
  padding-left: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.press-logos li {
  margin:5px 20px 5px 0;
  list-style-type: none;
}

.press-logos-more {
  width: 120px;
  text-align:center;
  font-size:13px;
  line-height:17.6px;
  color: #9DA3B4;
}

.press-logos li:last-child {
  margin-right:0;
}

/* -------------------------- footer -------------------------- */

.sc-footer p {
  font-size: 18px;
  font-weight: 300;
  color: #C8CBD5;
}

.footer-links ul {
  list-style-type:none;
}


.footer-links li:first-child {
  margin-bottom: 15px;
  font-size: 18px;
  color: #C8CBD5;
  font-weight: 600;
}


.footer-links li a {
  color: #9DA3B4;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #6C6F7A;
  cursor: pointer;
}

.sc-footer--copyright p {
  font-weight: 300;
  font-size: 13px;
}

.sc-footer--copyright ul {
  display: inline-block;
  list-style-type:none;
  margin: 20px auto 0 auto;
}

.sc-footer--copyright ul li {
  float: left;
  margin-right: 15px;
}

.sc-footer--copyright ul li::after {
  clear: both;
}

.sc-footer--copyright ul li img {
  width: 40px;
  height: auto;
}

.hr-footer {
  margin: 50px auto;
}

/* -------------------------- mobile magic -------------------------- */

 @media (max-width: 1280px) {
   .carousel-text {
     position: absolute;
     bottom:15%;
     left: 12%;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 10px;
     color: #fff;
     width: 400px;
   }

   .carousel-text h1 {
     font-size: 38px; /* 32px */
     margin-bottom: 8px;
     font-weight:600;
     letter-spacing: -0.5px;
   }

   .carousel-desc {
     font-size: 18px; /* 22px */
     font-weight:300;
     color:#fff;
     margin-bottom: 13px;
   }

   .carousel-fineprint {
     font-size: 12px;
     font-weight:300;
     color:#fff;
     margin-bottom: 13px;
   }
   
   .ofo-text {
     color: rgba(255, 224, 0, 1);
     font-size: 40px;
     font-weight: 600;
     width: 4.5rem;
     height: 2.5rem;
     margin-bottom: 17px;
   }

   .ofo-small-text {
     color: rgba(255, 224, 0, 1);
     font-weight: 600;
     width: 2rem;
     height: 2rem;
   }

   .socash-badge {
     display: inline-flex;
     font-size: 12px; /* 14px */
     font-weight: 800;
     border-radius: 20px;
     text-transform: uppercase;
     letter-spacing: 0;
     padding: 5px 10px;
     margin-bottom:8px;
   }

   .carousel-text a.btn {
     font-size:12px;
     padding: 15px 20px;
   }
 }



 @media (max-width: 1080px) {
   .carousel-text {
     position: absolute;
     bottom:10%;
     left: 12%;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 10px;
     color: #fff;
     width: 400px;
   }
 }

 @media (max-width: 991px) {

   .carousel-indicators {
     bottom: 0px;
   }

   .socash-navbar {
     padding: 16px 10px;
     position: -webkit-sticky;
     position: sticky;
     top:0;
     z-index:2;
     width:100%;
     /* background-color:#fff; */
     background-color: #00C853;

     border-bottom: 1px #ddd solid;
   }

   .socash-navbar-position {
     position:relative;
   }

   .socash-navbar--items ul {
     padding-left: 25px;
     margin-top:15px;
   }

   .socash-navbar--items a {
     text-decoration: none;
     font-size: 14px;
     font-weight:400;
     color: #000;
   }

   .socash-navbar--items a:hover {
     color: #dddddd;
     cursor: pointer;
   }

   .navbar-nav li {
     padding: 10px 0;
     border-top: 1px #f7f7f7 solid;
   }

   .navbar-nav li:last-child {
     padding-bottom:0;
   }

    a.btn-nav {
      color:#000;
      border:0;
      padding-left:0;
      margin:0;
      font-weight:800;
    }

    a.btn-nav:hover {
      color:#dddddd;
      border:0;
      padding-left:0;
      margin:0;
      font-weight:800;
    }

   .sc-logo-colour {
     width:135px;
     height: auto;
     display: block !important;
   }

   .logo-responsive {
     display: block !important;
   }

   .sc-logo {
     width:150px;
     height: auto;
     display:none !important;
   }

   .nav-main-cta {
     display: block !important;
     padding: 15px 18px;
     font-size: 12px;
     border-radius:5px;
   }

   .socash-navbar a.btn {
     font-size: 12px;
     padding: 12px 15px
   }

   .sc-hamburger {
     display: block !important;
   }

   .sc-merchant {
     width: 100%;
     height:350px;
     margin-right:0px;
   }

   .sc-merchant-text {
     padding:60px 25px;
   }

   h3 {
     margin-bottom:35px;
   }
   .sc-merchant-text h3 {
     margin-bottom:30px;
   }

   .sc-cb-01 {
     margin-top:40px;
   }

    .sc-cb-03 {
      margin: 0 auto;
      width:300px;
      height: auto;
    }

    .sc-fancy-list-container {
      padding-top: 40px;
      margin: 0 auto;
    }

    .sc-cols__vprops {
      margin-bottom:30px;
    }

    .footer-links ul {
      padding-left: 0;
    }

 }


  @media (max-width: 768px) {

    .desktop-hero {
      display: none !important;
    }

    .mobile-hero {
      display: block !important;
    }

    .carousel-text {
      color: #fff;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 35%;
      transform: translate(-50%, -35%);
      width: 80%;

    }

    .carousel-text h1 {
      font-size: 46px; /* 32px */
    }

    .carousel-desc {
      font-size: 24px; /* 22px */
    }
    .carousel-fineprint {
      font-size: 12px;
    }
    .ofo-text {
      font-size: 40px;
      width: 4.5rem;
      height: 2.875rem;
      margin-bottom: 20px;
    }

  }

  @media (max-width: 665px) {
    .carousel-text {
      width: 75%;
    }

    .carousel-text h1 {
      font-size: 32px; /* 32px */
      line-height:40px;
    }

    .carousel-desc {
      font-size: 19px; /* 22px */
      line-height:28px;
      font-weight:400;
    }

    .socash-badge {
      display: inline-flex;
      font-size: 11px; /* 14px */
      font-weight: 800;
      border-radius: 20px;
      text-transform: uppercase;
      letter-spacing: 0;
      padding: 5px 15px;
      margin-bottom:12px;
    }
    .carousel-fineprint {
      font-size: 11px;
    }
    .ofo-text {
      font-size: 39px;
      width: 3.1rem;
      height: 2rem;
      margin-bottom: 14px;
    }
    .bullet-point {
      display: list-item;
    }

  }


@media (max-width: 606px) {
  .mobile-hero {
    height:340px;
    width: inherit !important;
    object-fit:cover;
  }

  .carousel-text {
    width: 75%;
    left: 50%;
    top: 24%;
    transform: translate(-50%, -28%);
  }
}

@media (max-width: 576px) {
  .socash-input-field .col { /* this is for form.io input fields */
    flex-basis: initial !important
  }
}

.home-video-container {
	position:relative;
	padding-bottom:50%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.home-video-container iframe, .home-video-container object, .home-video-container embed {
	position:absolute;
  top: 0;
  left:11%;
	width:80%;
	height:80%;
}