@font-face {  
  font-family: Helvetica Neue LT Pro;  
  font-style: normal;  
  font-weight: 400;  
  src: url("https://www.pwc.com/style-colors-rebrand/resources/fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("ttf"), url("https://www.pwc.com/style-colors-rebrand/resources/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot") format("eot");  
}  
  
@font-face {  
  font-family: Helvetica Neue LT Pro;  
  font-style: normal;  
  font-weight: bold;  
  src: url("https://www.pwc.com/style-colors-rebrand/resources/fonts/f07c25ed-2d61-4e44-99ab-a0bc3ec67662.ttf") format("ttf"), url("https://www.pwc.com/style-colors-rebrand/resources/fonts/4c21ab66-1566-4a85-b310-fbc649985f88.eot") format("eot");  
}  
.image-container img {
    width: 100px;
    position: absolute;
    top: -67px;
    right: 45px;
}
body {  
  margin: 0px auto;  
  max-width: 1400px;  
  font-family: Helvetica Neue LT Pro;  
}  
  
body * {  
  font-family: inherit !important; /* Overwrite inline font family */  
}  
  
#progressBar,  
body form > .row {  
  margin: 40px;  
}  
  
#progressBar {  
  flex-wrap: nowrap; /* Never wrap the progress bar, not even on mobile */  
}  
  
#progressBar > div {  
  transform: scaleY(0.5);  
}  
  
input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="text"].error, input[type="tel"].error, input[type="url"].error, input[type="password"].error, textarea.error, select.error {  
  border: 2px solid #e0301e;  
  color: #2d2d2d;  
  background-size: 24px 24px;  
  padding-right: 40px;  
}  
  
input[type="email"].success, input[type="number"].success, input[type="search"].success, input[type="text"].success, input[type="tel"].success, input[type="url"].success, input[type="password"].success, textarea.success, select.success {  
  border: 2px solid #11735c;  
  color: #2d2d2d;  
  background: #fff right 10px center no-repeat;  
  background-size: 24px 24px;  
  padding-right: 40px;  
}  
  
input[type="text"].disabled {  
  background-color: #dee2e6;  
  opacity: 1;  
}  
  
.slider {  
  display: grid;  
  grid-template-columns: 1fr;  
  gap: 20px;  
  align-items: stretch;  
  width: 100%;  
}  
  
.slider .slider-item {  
  display: flex;  
  flex-direction: row-reverse;  
  justify-content: flex-end;  
  align-items: center;  
  position: relative;  
  padding: 0px;  
  text-align: center;  
  gap: 25px;  
}  
  
.slider .slider-item::before {  
  opacity: 0;  
  content: "";  
  position: absolute;  
  background: white;  
  display: inline;  
  left: 0px;  
  right: 0px;  
  top: 9px;  
  height: 2px;  
  z-index: 0;  
}  
  
.slider .slider-item input[type="radio"] {  
  position: relative;  
  margin: 0px;  
  width: 30px;  
  height: 30px;  
}  
  
.slider .slider-item label {  
  margin: 0px auto;  
  padding: 0px;  
  width: auto;  
  text-align: left !important;  
}  
  
.slider .slider-item label > br {  
  display: none;  
}  
  
.form-control {  
  text-align: left;  
  font-family: Helvetica Neue LT Pro;  
  font-size: 1.142rem;  
  height: auto;  
  line-height: 1.5em;  
  width: 100%;  
  border-radius: 0;  
  box-shadow: none;  
  transition: none;  
  padding: 7px 20px;  
}  
  
.error-message.error-message-hide {  
  display: none;  
}  
  
.error-message {  
  display: flex;  
  font-weight: 700;  
  font-size: 14px;  
  line-height: 1.25;  
  margin-bottom: 5px;  
}  
  
div[style*="font-size: 4em;"] {  
  font-weight: bold;  
}  
  
button.btn {  
  position: relative !important;  
  margin: 0px !important;  
  padding: 10px 30px 10px 22px;  
  width: auto;  
  height: auto;  
  color: #fff;  
  background: #FD5108;  
  border-radius: 0px;  
  float: right;  
  font-size: 24px;  
  line-height: 24px;  
  box-shadow: none;  
}  
  
button#btn-next::before, button#btn-next-final::before {  
  content: "";  
  position: absolute;  
  right: 20px;  
  top: 12px;  
  display: block;  
  width: 2px;  
  height: 12px;  
  background: #FFE8D4;  
  transform: rotate(-45deg);  
  transition: right 0.2s ease;  
}  
  
button#btn-next::after, button#btn-next-final::after {  
  content: "";  
  position: absolute;  
  right: 20px;  
  top: 20px;  
  display: block;  
  width: 2px;  
  height: 12px;  
  background: #FFE8D4;  
  transform: rotate(45deg);  
  transition: right 0.2s ease;  
}  
  
button.btn:hover::before, button.btn:hover::after {  
  right: 15px;  
}  
  
/* Remove existing pseudo-elements for the back button */  
button#btn-back::before,  
button#btn-back::after {  
  content: "";  
  position: absolute;  
  left: 20px; /* Adjust the position to your liking */  
  display: block;  
  width: 2px;  
  height: 12px;  
  background: #FFE8D4; /* Default to black */  
  transition: left 0.2s ease;  
}  
  
button#btn-back::before {  
  top: 12px;  
  transform: rotate(45deg); /* Adjust to form the top part of `<` */  
}  
  
button#btn-back::after {  
  top: 20px;  
  transform: rotate(135deg); /* Adjust to form the bottom part of `<` */  
}  
  
/* Add space after the `<` symbol */  
button#btn-back {  
  padding-left: 35px; /* Adjust to provide space between `<` symbol and text */
   padding: 10px 17px 10px 35px;
   right: 35px;
}  
button#btn-next {  
  padding: 10px 35px 10px 17px;
}   
/* Apply background color to submit buttons and final next buttons */  
button#btn-next-final, input[type="submit"] {  
  background-color: #FD5108;  
  color: #fff;  
  font-weight: 600;  
  padding: 10px 35px 10px 22px; 
} 

/* Apply background color to submit buttons and final next buttons */  
button#btn-submit {  
  background-color: #FD5108;  
  color: #fff;  
  font-weight: 600;  
  padding: 10px 20px 10px 20px;;  
} 
  
/* Update pseudo-elements for final next buttons and submit buttons to be white */  
button#btn-next-final::before, button#btn-next-final::after, input[type="submit"]::before, input[type="submit"]::after {  
  background: #FFE8D4;  
}  
  
.col-md-6 > div, .col-md-6 + .col-md-6 > div {  
  margin: 0px -15px !important;  
  padding: 0px !important;  
}  
  
.col-md-6 + .col-md-6 {  
  margin-top: 70px;  
}  

.mobile-text {
    text-align: centre; 
    font-family: Helvetica Neue LT Pro; 
    color: #FFFFFF; 
    font-size: 4em;
    line-height: normal;
}

@media only screen and (max-width: 936px) {
  .mobile-reverse{
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-text {
    text-align: centre; 
    font-family: Helvetica Neue LT Pro; 
    color: #FFFFFF; 
    font-size: 3em;
    line-height: normal;
  }
}

  
@media screen and (min-width: 768px) {  
  body > .row:first-of-type, body form > .row {  
    margin: 40px 40px 0px 40px;  
  }  
  
  .slider {  
    grid-template-columns: repeat(4, 1fr);  
    gap: 0px;  
    margin-top: 40px;  
  }  
  
  .slider .slider-item {  
    flex-direction: column-reverse;  
    gap: 10px;  
  }  
  
  .slider .slider-item::before {  
    opacity: 1;  
  }  
  
  .slider .slider-item input[type="radio"] {  
    margin: 0px auto;  
    width: 20px;  
    height: 20px;  
  }  
  
  .slider .slider-item label {  
    text-align: center !important;  
  }  
  
  .col-md-6 + .col-md-6 {  
    margin-top: 0px;  
  }  
  
  .col-md-6 > div {  
    margin: 0px 25px 0px -15px !important;  
  }  
  
  .col-md-6 + .col-md-6 > div, .col-md-6 + .col-md-6 > br {  
    display: inline-block;  
  }  
  
  .col-md-6 + .col-md-6 > div {  
    margin: -30px -15px 0px 40px !important;  
  }  
  
   .col-md-6::before, .col-md-6 + .col-md-6::before {  
    width: auto;  
  }  

  
  
  button.btn {  
    margin: 0px !important;  
    font-size: 20px;  
  }  
  
  .col-md-6::before {  
    display: none;  
  }  
  
  .col-md-6 + .col-md-6::before {  
    display: block;  
  }  
}  
  
form .form-row {  
  display: inline-flex;  
  margin: 0px;  
  width: 49%;  
}  
  
@media only screen and (max-width: 680px) {  
  form .form-row {  
    display: flex;  
    width: 100%;  
  }
}  
  
label.form-check-label {  
  font-family: Helvetica Neue LT Pro;  
  font-size: 1.2em;  
  height: auto;  
  margin-bottom: 10px;  
  color: #3f3f3f;  
  padding-left: 30px;  
}  
  
.dropdown-content {  
  display: none;  
  padding-left: 0px;  
  position: absolute;  
  background-color: #fff;  
  width: 98%;  
  border: 1.5px solid #7d7d7d;  
  z-index: 1;  
  left: 0px;  
  right: 0px;  
  margin: 0px 5px;  
  border-radius: 10px;  
  font-size: 1.142rem;  
  color: #2d2d2d;  
  list-style-type: none;  
}  
  
.dropdown-content li:hover {  
  background-color: #7d7d7d;  
  color: #fff;  
  cursor: default;  
}  
  
.dropdown-content li {  
  padding: 0px 20px;  
}

.new-form-row {
  display: inline-flex;
  margin:0px;
  width: 69%;
}
  
.popup-container {  
  display: none;  
  position: fixed;  
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -50%);  
  background-color: #f9f9f9;  
  padding: 20px;  
  border: 1px solid #ccc;  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
  z-index: 9999;  
}  
  
#btn-get-started {  
    padding: 10px 20px 10px 20px;
    position: absolute;
    right: 670px;
    background-color: #FD5108;
    color: #fff;
    font-weight: 600;
}

#btn-get-started {
  bottom: -85px;
}
  
#btn-get-started::before,  
#btn-get-started::after {  
  background: #fff;  
}

#btn-get-started:hover {
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 768px) {
  #progressBar {
    display: none;
  }

  ul.slider {
    padding-left:0px;
  }

  ul.slider .slider-item label {
    margin: 0px;
  }

  #btn-get-started {
    top: 0;
    margin-bottom: 20px !important;
  }

  body {
    padding:20px;
  }

  .new-form-row {
    width:100%;
  }
}

@media only screen and (max-width: 680px) {
  #btn-get-started {
    top: 20px;
  }

  #btn-back {
    right:0px !important;
    float:left;
  }

  #Q1,#Q2,#Q3,#Q4,#Q5,#Q6,#Q7,#identification,#unidentified,#priv {
    margin: 20px;
  }

  #progressBar {
    display:none;
  }
}

@media only screen and (min-width: 100px) and (max-width: 290px) {
     #btn-back {
        right: -103px !important;
        margin-top: 15px !important;
    }
}
@media only screen and (min-width: 291px) and (max-width: 300px) {
  #btn-back {
    right: -108px !important;
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 301px) and (max-width: 321px) {
  #btn-back {
    right: -133px !important;
    margin-top: 60px !important;
  }
}





@media only screen and (min-width: 937px) and (max-width: 1200px) {
  #btn-get-started {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  #btn-get-started {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 936px) {
  #btn-get-started {
     bottom: -10px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 991px) {
    .image-container img {
        width: 65px;
        position: absolute;
        top: -38px;
        right: 15px;
    }
}
@media only screen and (max-width: 619px) {
  .image-container img {
    display:none;
    width: 50px;
    position: absolute;
    top: 50px;
    right: 5px;
}
}

@media only screen and (max-width: 991px) {
   .col-md-6 + .col-md-6 {
    margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) {
   .col-md-6 + .col-md-6 {
    margin-top: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
   .custom-q7-col {
     margin-top: 100px;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
    }
   .custom-new-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-top: 130px;
   }
}
@media only screen and (min-width: 1200px){
   .custom-q7-col {
     margin-top: 70px;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
    }
   .custom-new-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-top: 130px;
   }
}

@media only screen and (max-width: 767px) {
   .custom-q7-col {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
    }
   .custom-new-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
   }
}
@media only screen and (max-width: 578px) {
    .custom-q7-col {
        position: relative;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
  .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary, .button-primary {
      color: #FFF;
      background-color: #FD5108;
      border-color: #FD5108;
      border-radius: 0px;
      font-family: Helvetica Neue LT Pro;
      font-weight: bold;
      height: 50px;
      display: inline-block;
      line-height: 50px;
      text-align: center;
      margin: 0 0px 10px 0px;
      font-size: 18px;
      text-decoration: none;
  }
}
