@charset "UTF-8";
/*header*/
/* Cancel Remediation Modal */
/* -------------------------------------------------------------
  Sass CSS3 Mixins!
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers
 ------------------------------------------------------------ */
.header-wrapper {
  display: none !important; }

.ccpa {
  padding: 0 20px;
  /*OTP*/ }
  .ccpa .field .k_checkbox {
    display: flex;
    align-items: flex-start;
    margin: 2px 0;
    padding-left: 0; }
  .ccpa .check-download, .ccpa .check-delete, .ccpa .check-do_not_sell {
    padding-left: 41px; }
  .ccpa .k_checkbox__label {
    padding-left: 16px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #68676b; }
    .ccpa .k_checkbox__label span {
      font-size: 14px;
      font-family: "MarkOT-Regular", Helvetica, Arial, sans-serif;
      display: block;
      padding-top: 17px; }
      @media all and (min-width: 767px) {
        .ccpa .k_checkbox__label span {
          display: inline-block;
          padding-top: 0; } }
    @media all and (min-width: 767px) {
      .ccpa .k_checkbox__label {
        font-size: 18px;
        line-height: 24px; } }
  .ccpa .k_checkbox {
    font-size: 18px; }
    .ccpa .k_checkbox [type=checkbox] {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      display: initial; }
    .ccpa .k_checkbox .k_checkbox__tick {
      position: relative;
      cursor: pointer;
      display: inline-block;
      vertical-align: text-top;
      padding-top: 5px; }
    .ccpa .k_checkbox .k_checkbox__tick::before {
      content: '';
      display: block;
      margin: 0 3px;
      height: 20px;
      width: 20px;
      border: 2px solid #d2d2d2; }
    .ccpa .k_checkbox [type=checkbox]:focus + .k_checkbox__tick::before {
      outline: #5d9dd5 solid 1px;
      box-shadow: 0 0px 8px #606366; }
    .ccpa .k_checkbox [type=checkbox]:checked + .k_checkbox__tick::before {
      background-color: #2f4053;
      border: 2px solid #2f4053; }
    .ccpa .k_checkbox [type=checkbox]:disabled + .k_checkbox__tick::before {
      background: #CFD8DC;
      border-color: #CFD8DC; }
    .ccpa .k_checkbox [type=checkbox] + .k_checkbox__tick::after {
      content: '✓';
      position: absolute;
      line-height: 18px;
      text-align: center;
      color: white;
      top: 4px;
      left: 0px;
      margin: 0 3px;
      height: 18px;
      width: 18px;
      border: 2px rgba(0, 0, 0, 0) solid;
      border-width: 0 2px 2px 0;
      opacity: 0; }
    .ccpa .k_checkbox [type=checkbox]:checked + .k_checkbox__tick::after {
      opacity: 1; }
  .ccpa .floating-label input[type=email] {
    height: 42px;
    width: 100%;
    border: 1px solid #d2d2d2;
    font-family: "MarkOT-Medium", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: none;
    font-weight: 500;
    position: static; }
  .ccpa .floating-label label {
    margin-top: 0; }
    .ccpa .floating-label label.up {
      margin-top: 5px; }
  .ccpa .btn-box {
    height: 40px;
    width: 100%;
    max-width: 178px;
    border-radius: 2px;
    padding: 0;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px; }
  .ccpa .btn-box.btn-orange {
    background: #f1be48;
    color: #333; }
  .ccpa .btn-box.btn-orange:hover {
    background: #2f4053;
    color: #fff;
    border-color: #2f4053; }
  .ccpa .control-group .floating-label sup {
    top: 3px !important; }
  .ccpa .ccpa__heading h2 {
    font-family: MarkOT-Bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media all and (min-width: 767px) {
      .ccpa .ccpa__heading h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 30px;
        margin-top: 60px; } }
  .ccpa .ccpa__heading article {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px; }
  .ccpa .ccpa-subheading {
    font-size: 16px;
    line-height: 22px;
    margin-top: 60px; }
  .ccpa .ccpa__sub-heading {
    font-size: 18px;
    line-height: 24px;
    margin: 50px 0 15px 0; }
    @media all and (min-width: 767px) {
      .ccpa .ccpa__sub-heading {
        margin: 30px 0 15px 0; } }
  .ccpa .ccpa__list li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px; }
  .ccpa .para {
    font-size: 14px; }
    .ccpa .para.dark {
      font-family: "MarkOT-Medium", Helvetica, Arial, sans-serif;
      color: #68676B; }
  .ccpa .container {
    padding: 0 20px; }
  @media all and (min-width: 767px) {
    .ccpa .flex-container {
      display: flex; } }
  .ccpa .ccpa__email-info {
    font-size: 12px;
    max-width: 498px;
    color: #68676b;
    line-height: 16px;
    padding-top: 6px;
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 767px) {
      .ccpa .ccpa__email-info {
        padding-left: 12px;
        padding-top: 6px; } }
  .ccpa .ccpa__email {
    max-width: 350px;
    width: 100%; }
  .ccpa .ccpa__recaptcha-main {
    margin: 20px 0 30px 0; }
  .ccpa .ccpa__btn {
    margin-bottom: 30px; }
  .ccpa .error-msg {
    display: none;
    font-style: italic; }
  .ccpa .error .error-msg {
    display: block;
    color: #d51610;
    font-size: 12px;
    line-height: 16px; }
  .ccpa .error .k_checkbox .k_checkbox__tick::before {
    border-color: red; }
  .ccpa .ccpa__recaptcha.error {
    border: 1px solid red;
    display: inline-block;
    padding: 10px; }
  .ccpa .otp__counter-main {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px; }
  .ccpa .otp__counter {
    padding-left: 5px; }
  .ccpa input.ccpa_otp::-ms-clear {
    display: none; }
  .ccpa .ccpa .floating-label input[type=email]:focus {
    padding-top: 5px; }
  .ccpa input.ccpa_otp {
    border: none;
    box-shadow: none;
    letter-spacing: 36px;
    font-size: 30px;
    padding-left: 9px;
    height: 42px; }
  .ccpa input.ccpa_otp:focus {
    outline: none;
    background: none; }
  .ccpa .ccpa__box {
    width: 238px;
    overflow: hidden; }
  .ccpa .otp__border-main {
    position: relative;
    height: 1px;
    top: 11px; }
    .ccpa .otp__border-main .line {
      position: absolute;
      top: -17px;
      left: -19px;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, transparent 35%, #68676b 35%);
      background-size: 55px 100%; }
  .ccpa .otp__resend-link a {
    color: #0F7DB5;
    font-size: 14px;
    line-height: 18px; }
  .ccpa .ccpa__otp-main {
    margin-bottom: 10px; }
  .ccpa .ccpa__buttons {
    margin-top: 20px; }
  .ccpa .otp__resend {
    font-size: 14px;
    line-height: 18px; }
  .ccpa .content > p {
    font-size: 12px;
    color: #68676b;
    line-height: 16px; }
  .ccpa .btn-box.btn-orange:disabled {
    border: 1px solid #999999;
    color: #000;
    background: #d2d2d2;
    letter-spacing: 1px; }
  .ccpa .otp__error {
    font-size: 12px;
    color: #d51610;
    font-style: italic;
    margin-top: 9px; }
  .ccpa .ccpa__success img {
    vertical-align: top;
    margin-right: 17px; }
  .ccpa .ccpa__success-main {
    padding: 60px 0;
    text-align: center; }
    @media all and (min-width: 767px) {
      .ccpa .ccpa__success-main {
        padding: 110px;
        text-align: center; } }
  .ccpa .ccpa__success-msg {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1.67px;
    font-family: "MarkOT-Medium", Helvetica, Arial, sans-serif;
    padding-top: 20px;
    display: inline-block;
    font-size: 20px; }
    @media all and (min-width: 767px) {
      .ccpa .ccpa__success-msg {
        padding-top: 2px;
        letter-spacing: 1.67px;
        display: inline-block; } }
  .ccpa .ccpa__msg {
    margin-bottom: 30px; }
  .ccpa .error-msg-optional {
    padding-left: 41px; }
  .ccpa input#emailId:disabled {
    background: #ececec;
    color: #8b8b8b; }
