 .heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fdcc52;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url("../img/bg-pattern.png"), #7b4397;
  /* fallback for old browsers */
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 40px;
      font-weight: bold;  

  }
}
section {
  padding: 100px 0;
}
section h2 {
  font-size: 50px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-cta.jpg');
  padding: 250px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}


/*OIverride*/

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../img/bg-pattern.png),#24dc7f;
    background: url(../img/bg-pattern.png),-webkit-linear-gradient(to left,#439774,#24dc7f);
    background: url(../img/bg-pattern.png),linear-gradient(to left,#439774,#24dc7f);
    color: #fff;
}
.btn-outline.outline-primary {
    border-color: #337ab7;
    color: #337ab7;
}

.btn-outline.outline-primary:hover,
.btn-outline.outline-primary:focus,
.btn-outline.outline-primary:active {
  background-color: #337ab7;
  color: #fff;
  outline: none;
}
.card-nav-btn-wrp {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.card-container {
    position: relative;
    z-index: 0;
    margin-top: 165px;
    padding-left: 100px;
}
.card-container .cards {
    padding: 35px 50px;
    color: #333;
    text-align: left;
    position: absolute;
    background-color: #fff;
    width: 80%;
    height: 380px;
    box-shadow: 0 13px 8px -8px rgba(0,0,0,.35);
}
.card-container .cards:nth-child(2) {
  transform: translateY(0) ;
}
.card-container .cards:nth-child(3) {
  transform: translateY(0) ;
  z-index: -1;
}
.card-container .cards:nth-child(4) {
  transform: translateY(0)  ;
  z-index: -2;
}
.card-container .cards:nth-child(5) {
  transform: translateY(0)  ;
  z-index: -3;
}
.card-container .cards:nth-child(6) {
    transform: translateY(0) ;
    z-index: -4;
}
.card-container .cards:nth-child(7) {
    transform: translateY(0)  ;
    z-index: -5;
}
.card-container .cards:nth-child(8) {
    transform: translateY(0)  ;
    z-index: -6;
}
.card-container .cards.final {
    z-index: -6;
    /*transform:  ;*/
}
.card-container .cards.current {
  z-index: 10 !important;
  transform: translateY(0) scale(1) !important;
}
.card-container .cards.final {
    z-index: -6;
    transform: scale(0.75);
}

#response {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.cards.final {
}

.response-text {
    margin-top: 115px;
    color: #000;
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
}

.cards.final.current.success {
 
}
.card-form-items {
    margin-top: 35px;
}
.card-form-items > li:not(:last-child) {
    margin-bottom: 15px;
}

.card-nav-btn-wrp .nav-btn-right {
    float: right;
}
.card-nav-btn-wrp .nav-btn-left {
    float: left;
}
.card-title {
    margin-bottom: 30px;
}
.fancy-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}
.fancy-input > input {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 !important;
  left: 0;
  top: 0;
  outline: none;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.fancy-input .fancy-input-inner {
  border: 2px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0;
  min-width: auto;
  min-height: auto;
  margin: 0;
  display: block;
  transition: all .1s ease-in-out;
}
.fancy-input.radio .fancy-input-inner {
  border-radius: 50%;
}
.fancy-input > input:checked ~ .fancy-input-inner {
  border-color: #2e6da4;
}
.fancy-input.radio .fancy-input-inner:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all .1s ease-in-out;
}
.fancy-input.radio .fancy-input-inner::after {
  width: 10px;
  height: 10px;
  background-color: #2e6da4;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.fancy-input > input:checked ~ .fancy-input-inner::after {
  transform: scale(1);
}
.fancy-input > input:hover ~ .fancy-input-inner {
  border-color: #4b8dc8;
}
.form-label {
  margin: 0;
  vertical-align: middle;
}

.range-slider-wrapper {
    width: 200px;
    display: inline-block;
}
.range-slider-wrapper input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance:  none;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #fff, 0 1px 1px rgba(0,0,0,.05) inset;
    outline: medium none;
    cursor: pointer;
}
.range-slider-wrapper input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
}
.range-slider-wrapper input::-moz-range-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    position: relative;
    left: 20px;
}
.range-slider-wrapper input::-moz-focus-outer {
    border: 0;
}
.range-slider-wrapper input::-webkit-slider-thumb:before {
    content: '';
    height: 5px;
    width: 200px;
    background-color: #25d97f;
    position: absolute;
}
.range-slider-wrapper input::-moz-range-track {
    -moz-appearance: none;
    background-color: transparent;
    height: 6px;
    border-radius: 6px;
    outline: medium none;
}
input[type=range]::-moz-range-progress {
    background-color: #25db7f;
    height: 6px;
}
.range-slider-wrapper .dividers {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: step;
}
.range-slider-wrapper .dividers > li {
    float: left;
    width: calc(100%/6);
    height: 10px;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}
.range-slider-wrapper .dividers > li:after {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    top: -20px;
    color: #999;
    font-size: 12px;
    margin-left: -3px;
    font-weight: 700;
}
.range-slider-wrapper .dividers > li:before {
    content: "";
    height: 10px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
}
.range-slider-wrapper .dividers > li:nth-child(2) {
    padding-left: 12px;
}
.range-slider-wrapper .dividers > li:nth-child(3) {
    padding-left: 14px;
}
.range-slider-wrapper .dividers > li:nth-child(4) {
    padding-left: 16px;
}
.range-slider-wrapper .dividers > li:nth-child(5) {
    padding-left: 18px;
}
.range-slider-wrapper .dividers > li:nth-child(6) {
    padding-left: 20px;

    width: 16%;

}
.postcode-input {
    border-radius: 30px;
    padding-right: 190px;
}

#lookup_field {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.postcode-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#idpc_error_message, #final-error {
    background-color: #e85b5b;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
}
#final-error {
    margin-top: 1px;
    font-size: 12px;
    padding: 0px;
}
.inline-error::before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f97373;
  position: absolute;
  top: -5px;
  display: none;
}
.inline-error {
  /* background-color: #f97373; */
  color: #f97373;
  position: absolute;
  bottom: -19px;
  z-index: 10;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 11px;
  border: none;
  left: 9px;
}
#idpc_dropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 35px;
}

.error-msg {
    color: #e85b5b;
    display: none;
    border-radius: 5px;
    margin: 10px 0;
}
 .noteligible {
        display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
     background: #fff;
    padding:14px 16px 10px 16px;
 }

 .msg-block-error {
  position: relative;
  font-weight: BOLD;
  margin: 20px 0 33px 0;
  padding: 8px 22px 10px 16px;
  line-height: normal;
  font-size: 17px;
  background: rgb(235 1 0 / 24%);
  color: #000000;
  border-radius: 5px;
  border-left: 11px solid #eb0100;
}

   /* .msg-block-error:before {
    content:' ';
    padding: 10px;
    background:url(../img/cancel.svg);
    left: 15px;
    position: absolute;
    top: 13px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    color: #ffffff;
    border: none;
   } */
  

 
.noteligible h4{
    font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.noteligible p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
      text-align: center;

}

.flex-container {
  display: flex;
   align-items: center;
  justify-content: center;

 }
#cancel-no-benefit {
  background-color: transparent;
  margin-right: 10px;
  color: #9e9e9e;
  border: none;
}
 

dl.dl-blurbs{
  display: grid;
  grid-template-columns: 50% 50%  ;
  margin-bottom:2.5%;
 }
dl.dl-blurbs dt {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 11px;
  line-height: 17px;
  border-bottom: 1px dashed #ccc;
  margin-right: 16px;
  padding-bottom: 14px;
}

dl.dl-blurbs dt:before {
  padding: 5px;
  content: " ✓";
   font: bold 12px/1 Sans-Serif;
  left: 3px;
  position: absolute;
  top: -2px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -9;
  color: #00a908;
}
.card-container .nav-btn-right-ovd#continue-no-benefit {
  background-color: #409e75;
  border-color: #00ba69;
}
    
@media (max-width: 768px){
  dl.dl-blurbs{
   
    grid-template-columns: 100%   ;
    }

    .noteligible {
 
    height: 85vh;
  }
}