.prWrapOuter {
  padding-top: 10px;
/*   border-top: 1px solid #444444; */
  margin-top: 20px;
  .prHeader {
    width: 87%;
    margin: 20px auto;
    @media screen and (max-width: 1024px) {
      width: 100%;
      padding: 0 20px;
    }
    h1 {
      color: #444444;
      font-size: 40px;
      font-weight: 300;
      line-height: 46px;
      @media screen and (max-width: 1024px) {
        font-size: 23px;
      }
    }    
  }
  .prWrap {
    width: 88%;
    margin: auto;
    @media screen and (max-width: 1024px) {
      width: 100%;
      padding: 0 20px;
    }
    .prWrapInner {
      width: 90%;
      margin-left: auto;
      padding: 20px 0 100px;
      @media screen and (max-width: 1024px) {
        padding: 20px 0 20px;
        width: 100%;
      }
      .prContentWrap {
        padding: 30px 30px 0;
        @media screen and (max-width: 1024px) {
          padding: 0 0 0;
        }
        .prHeading {
          color: #444444;
          font-size: 36px;
          font-weight: 300;
          line-height: 46px;          
          margin-bottom: 15px;
          display: block;
          @media screen and (max-width: 1024px) {
            font-size: 30px;
          }

        }
        .prContent {
          color: #444444;
          font-size: 24px;
          font-weight: 300;
          line-height: 31px;
          @media screen and (max-width: 1024px) {
            font-size: 16px;
            line-height: 24px;
          }
          .prLink {
            color: inherit;
            text-decoration: underline;
          }
        }
      }
      .prFormWrap {
        padding: 30px;
        @media screen and (max-width: 1024px) {
          padding: 30px 0;
        }
        .pfHeading {
          color: #444444;
          font-size: 24px;
          font-weight: 500;
          line-height: 32px;
          margin-bottom: 20px;
        }
        .prFormInner {
          padding: 40px 40px 60px;
          background-color: #ADADAD;  
          @media screen and (max-width: 1024px) {
            padding: 20px;
          }
          .whiteTop {
            padding-top: 35px;
            border-top: 3px solid #FFFFFF;
          }
          .fieldsWrap {
            .registerBtnWrap {
              text-align: center;
              margin-top: 20px;
              display: none;
              .pr-register {
                color: #E47100;
                background: #fff;
                font-size: 19px;
                font-weight: 300;
                line-height: 25px;
                text-align: center;
                width: 100%;
                max-width: 200px;
                display: block;
                margin: auto;
                padding: 9.5px;
              }
            }
          }
          .extendedForm {
            display: none;
            .extendedFormInner {
              margin-bottom: 30px;
              padding-left: 30px;
              .pfLabel {
                margin-left: -25px;
              }
            }
            .extendedFormInner:last-child {
              margin-bottom: 40px;
            }
          }          
          .productFormInfo {
            font-size: 0;
            .pfiInner {
              display: inline-block;
              width: 50%;
              vertical-align: top;
              padding-right: 25px;
              @media screen and (max-width: 1024px) {
                width: 100%;
                padding-right: 0;
              }
              .additionalFields {
                display: none;
              }
              .inputField {
                width: 100%;
              }
              
            }
            .pfiImage {
              display: inline-block;
              width: 48%;
              vertical-align: top;
              padding-bottom: 15px;
              max-width: 378px;
               @media screen and (max-width: 1024px) {
                width: 100%;               
              }
              img {
                width: 100%;
              }
            }
          }
          .checkfieldsWrap {
                margin-bottom: 24px;
              }
          .pfLabel {
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
            text-transform: none;
            @media screen and (max-width: 1024px) {
              font-size: 18px;
              line-height: 26px;
            }
          }
          .pfQuestion {
            padding-bottom: 10px;
          }
          .plight {
            color: #FFFFFF;
          }
          .addField {
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
            margin-top: 50px;
            margin-top: 8%;
            @media screen and (max-width: 1600px) {
              margin-top: 11%;
            }
          }
          .inputField {
            color: #444444;
            font-size: 16px;
            font-weight: 300;
            line-height: 21px;
            padding: 8px 27px;
            width: calc(50% - 25px);
            margin-bottom: 24px;
            background-image: none;
            background-color: #ffffff;
            @media screen and (max-width: 1024px) {
              width: 100%;
              padding: 8px 10px;
            }
          }
          .inputField::placeholder {
            color: #444444;
          }
          .checkBox {
            width: 20px;
            height: 20px;  
            display: inline-block;
            vertical-align: middle;
            position: relative;
            opacity: 0;
            z-index: 1;
          } 
          .checkLabel {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.01px;
            line-height: 20px;
            display: inline-block;
            vertical-align: middle;
            padding-left: 10px;
            margin-right: 26px;
            position: relative;
            text-transform: unset;
            @media screen and (max-width: 1024px) {
              font-size: 16px;
              margin-right: 10px;
            }
          }
          .checkLabel::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(//www.briggs-riley.com/cdn/shop/t/1047/assets/checkbox.svg?v=42668099701255576871756321377);
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -20px;
          }
          .checkBox:checked + .checkLabel::after {
            background-image: url(//www.briggs-riley.com/cdn/shop/t/1047/assets/checkbox_selected.svg?v=27381074555491464571756321378);
            width: 25px;
            height: 20px;
          }
          .extendedForm {
            .checkLabel {
              width: calc(100% - 25px);
              margin-right: 0;
              margin-bottom: 15px;
            }
            .checkBox {
              margin-bottom: 15px;
            }
          
          }
        }
      }
    }
    .plTitle {
        color: #444444;
        font-size: 24px;
        font-weight: 300;
      line-height: 46px;
      margin-top: 35px;
      margin-bottom: 35px;
        @media screen and (max-width: 1024px) {
          font-size: 16px;
          line-height: 31px;
          margin-top: 10px;
          margin-bottom: 10px;
        }
      }
    .prTableWrap {      
      tr {
        border: none !important;
        th {
          border: none !important;
          border-bottom: 1px solid #979797 !important;
          padding: 20px 20px 20px 0;
          width: 24%;
          color: #444444;
          font-size: 24px;
          font-weight: 500;
          line-height: 32px;
          background: transparent;
          @media screen and (max-width: 1024px) {
            padding: 20px 0 20px 0;
            font-size: 14px;
          }
        }
        td {
          border: none !important;
          border-bottom: 1px solid #979797 !important;
          padding: 20px 20px 20px 0;
          width: 24%;
          @media screen and (max-width: 1024px) {
            padding: 20px 0 20px 0;
          }
        }
        .tDark {
          p {
            color: #444444;
            font-size: 24px;
            font-weight: 300;
            line-height: 31px;
            margin: 0;
            @media screen and (max-width: 1024px) {
              font-size: 14px;
            }
          }
        }
        .tLight {
          p {
            color: #444444;
            font-size: 16px;
            font-weight: 300;
            line-height: 21px;
            margin: 0;
          }
        }
        .t-prod {
          width: 28%;
          p {
            max-width: 250px;
          }
        }
      
      }
    }
    .registerProduct {
      margin-top: 87px;
      margin-bottom: 20px;
      color: #FFFFFF !important;
      font-size: 19px;
      font-weight: 300;
      line-height: 25px;	
      text-align: center;
      background: #e57100;
      padding: 10px;
      width: 100%;
      max-width: 250px;
      display: block;
      @media screen and (max-width: 1024px) {
        font-size: 16px;
        margin-top: 50px;
      }
    }
  }
}
.prFormInner label {
  margin-bottom: 0;
}
.prFormInner .pfLabel {
  margin-bottom: 15px;
   max-width: 740px;
  @media screen and (max-width: 1024px) {
    max-width: unset;
  }
}
.loaderWrap {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;

  img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
  }
}