body {

  background: linear-gradient(180deg, #2B5DF5 0%, #001E73 100%) !important;
  background-repeat: repeat;
  font-family: "HumanBBYDigital";
  height: auto !important;
}

html {
  height: 100vh !important;
  background-image: none;


  background: linear-gradient(180deg, #2B5DF5 0%, #001E73 100%) !important;

}
#content-wrap{
  padding: 20px 0px 100px 0px;
}
@font-face {
  font-family: HumanBBYRDigital;
  
  src: url(https://fed.us.bestbuy.com/assets/bby/fonts/HumanBBYDigital-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: HumanBBYMDigital;
  src: url(https://fed.us.bestbuy.com/assets/bby/fonts/HumanBBYDigital-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: HumanBBYDigital;
  src: url(https://fed.us.bestbuy.com/assets/bby/fonts/HumanBBYDigital-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
.chooseaccount{
  font-size: 18px !important;
    font-family: 'HumanBBYRDigital' !important;
    font-weight: 500 !important;
}
.useanotherlink{
  font-size: 14px !important;
    font-family: 'HumanBBYMDigital' !important;
    font-weight: 500 !important;
    color: #0457c8 !important;
}
.useanotherlink:hover{
  text-decoration: underline !important;
  
}
.identifier-first__account-name{
  font-size: 18px !important;
  font-family: 'HumanBBYMDigital' !important;
  font-weight: 500 !important;
}
.bi-eye-fill {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 200;
  top: 24px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.ptxt {
  color: #0457c8;
  float: left !important;
  font-family: "HumanBBYDigital";
  font-size: 13px !important;
  left: auto !important;
  background: transparent !important;

  cursor: pointer !important;
}

.p-toggle-label {
  font-weight: 400;
  margin: 0px !important;
  max-width: calc(100% - 44px);
  vertical-align: text-bottom;
  font-size: 13px !important;
  display: inline-block;
}

.p-toggle-switch {
  margin-right: 4px;
  width: 36px;
  height: 20px;

}

.p-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #90959e;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 36px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #0046be;
}



input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 36px;
}

.slider.round:before {
  border-radius: 50%;
}

.endside {
  float: right;
}

.inlineadjust {
  display: inline;

}

.adjustbutton {
  margin-top: 10px;
  padding-top: 30px;
}

footer {
  position: fixed !important;
}

.btn-primary {
  width: 100%;
}

.loginheader {
  background: transparent !important;
  color: #fff;
  height: 52px;
  width: 100%;
  text-align: center;
}

.fullwidth {
  width: 100% !important;
}

img {
  vertical-align: middle;
  
  padding-top: 4px;

}

.login-form {
  background: #e7e7e7;
  padding: 20px;
  border-radius: 15px;
  margin-top: 100px;
}

.appname {
  font-weight: 1000;
  font-size: 26px;
  vertical-align: text-top;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.brand {
  text-align: center;
  padding: 0 15px 10px 15px;
}

.brand>p {
  margin-top: 15px;
  color: #808080;
  font-weight: bold;
}

.error {
  text-align: center;
  padding: 3px;
}

.help {
  color: #e7e7e7;
  text-align: center;
  margin-top: 10px;
}

.help a {
  color: #e7e7e7;
}

.help a:hover {
  color: #ffffff;
  text-decoration: none;
}

.ping-body-container {
  border-bottom: none;
  max-width: 100%;
  padding: 20px 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.notForDesktop{
  padding: 20px 20px;
}
@media (max-width: 768px) {
  body {
    background: #f0f2f4;
  }
 .site-id--BBY{
padding: 0px ;
 }
  .help {
    color: #444444;
  }

  .help a {
    color: #444444;
  }

  .help a:hover {
    color: #999999;
    text-decoration: none;
  }

  .help {
    font-size: 10px;
  }

  .login-form {
    margin-top: 15px;
  }

  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;

  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
  .upperrightnav{
    display: none;
  }

  .latest-ping-body {
    border-radius: 5px !important;
    width: 395px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
    box-sizing: border-box;
    min-height: 100px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 35px 50px;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;

    background-color: #fff;
  }
}


@media (min-width: 992px) {
  .help {
    font-size: 12px;
  }
  
  .container {
    
    max-width: 1093px !important;
   
  }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
.notForDesktop{
  display: none;
}
.notForMobileStyle{
  width:auto;
height: 16px;

/* Links/Links (Medium) */

font-family: 'HumanBBYRDigital';
font-style: normal;

font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */


/* Grayscale/Pure White */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
 }
  .latest-ping-body {
    border-radius: 5px !important; 
    width: 395px !important;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
  }
}

@media (max-width: 667px) and (max-device-width: 670px)
{
.latest-ping-body {
  border-radius: 5px;
    width: 400px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
}
.notForDesktop a{
  text-decoration: none;
  
}
.notForDesktop{
  padding-bottom: 90px;
  display: block;
    text-align: center;
}
.forMobileStyle{
  width: auto;
height: 16px;

/* Links/Links (Medium) */

font-family: 'HumanBBYRDigital';
font-style: normal;

font-size: 13px !important;
line-height: 16px !important;
/* identical to box height, or 123% */


/* Grayscale/Pure White */

color: #FFFFFF !important;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
}
.upperrightnav{
  display: none;
}

}

@media (min-width: 1200px) {
  .help {
    font-size: 14px;
  }

  .container {
    font-family: "HumanBBYDigital";
    max-width: 3800px !important;
    padding: 0 32px 0 32px !important
  }

  .col-lg-12 {
    width: 100%;
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }

  .latest-ping-body {
    border-radius: 5px !important;
    width: 395px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
  }


}

@media (min-width: 900px) {

  .col-md-8 {

    width: 100% !important;
  }


}

@media (min-width: 1280px) {
  
  .ping-container {

    position: relative;

    display: flex;
    flex-flow: column;
    transform: translateY(10%);
    min-height: 500px !important;
  }
  .onlyForMobile{
    display: none;
    
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  /* .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding:40px 0px 0px 25px;
    
  }
  .notForMobile{
    display: none;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop{
        display: block;
    text-align: center;
  } */
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}

@media (max-width: 900px) and (max-device-width: 920px) {

  .ping-container,
  .ping-container-large {

    /* Latest as of 11 23 2022 by Srikanth */
    padding-bottom: none !important;
    padding-top: 50px !important;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px !important;
  }
 
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
    display: block;
    text-align: center;
    padding-bottom: 90px;

  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
 
  .upperrightnav{
    display: none;
  }
  .ping-container,
  .ping-container-large {
    padding-bottom: none !important;
    padding-top: 50px !important;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;

  }

  .latest-ping-body {
    border-radius: 5px !important;
    width: 395px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
  }
 

}
@media (min-width: 770px) and (max-width: 990px) {
  
  .notForMobile {
    text-align: left; 
    padding:32px 0px 0px 32px;
  }
  .onlyForMobile{
    display: none;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
    display: block;
   text-align: center;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
    .upperrightnav a {
      font-size: 14px !important;
    }
  
    .upperrightnav {
      max-width: 760px;
      min-width: 300px;
      height: 33px !important;
    }
  
    .header {
      max-width: 760px;
      min-width: 300px;
    }
  
   .notForMobileStyle{
    display: none;
    width:auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
  
 
    .latest-ping-body {
      border-radius: 5px !important;
      width: 342px !important;
      box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
    }
  
    input[type=button],
    input[type=submit],
    .ping-button,
    .button,
    button {
      margin-right: 0px !important;
      font-family: "HumanBBYRDigital" !important;
    }

}



@media (min-width: 300px) and (max-width: 991px) {
  .container {
    font-family: "HumanBBYDigital";
    width: 90% !important;
  }
  #content-wrap{
  padding: 20px 0px 10px 0px !important;
}
  .accordionHead{
    height: 60px !important;
    line-height: 16px;
    word-wrap: break-word;
  }
  .modal-body{
    overflow-y: auto !important;
   }
   .answerStyle
   {
    overflow-y: auto;
    padding-top: 16px !important;
   }
 
  .accordion-header{
    height: 68px; 
   }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .ping-buttons .ping-button {
    position: relative;
    margin: 10px 0;
    display: inline-flex !important;
    font-weight: 400;
    font-family: "HumanBBYRDigital";
  }

  #containerSection {
    display: grid;
    margin-right: 13px !important;
    margin-left: 13px !important;

  }

  .global-footer--BBY {
    height: 80px !important;
    position: fixed;
    width: auto !important;
    padding: 5px;
    clear: both;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }

  .latest-ping-body {
    border-radius: 5px !important;
    width: 342px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
  }

  .ptxt {
    color: #3366cc;
    float: left !important;
    font-family: "HumanBBYDigital";
    font-weight: bold;
    font-size: 12px !important;
    left: auto !important;
    background: transparent !important;

    cursor: pointer !important;
  }

}

@media (max-width: 769px) and (min-width: 300px) {
  .ping-buttons .ping-button {
    position: relative;
    margin: 10px 0;
    display: inline-flex !important;
    font-weight: 400;
  }
  #content-wrap{
  padding: 20px 0px 10px 0px !important;
}
  .accordionHead{
    height: 60px !important;
    line-height: 16px;
    word-wrap: break-word;
    
  }
  .answerStyle
  {
   overflow-y: auto;
   padding-top: 16px !important;
  }
  .accordion-header{
    height: 68px; 
   }
   .modal-body{
    overflow-y: auto !important;
   }
  .site-id--BBY{
    padding: 0px !important ;
     }
  #signOnButtonSpan button:hover {
    background: #001e73;
    font-weight: bold;
    font-family: 'HumanBBYRDigital' !important;
    color: white !important;

  }
  #signOnButtonSpan button:focus {
    background: #001e73;
    font-weight: bold;
    font-family: 'HumanBBYRDigital' !important;
    color: white !important;

  }
  

  .global-footer--BBY {
    /* margin-top: 70px; */
    max-width: 760px;
    min-width: 300px;
    height: 80px !important;

  }
 

  #containerSection {
    display: grid;
  }

  .global-footer--BBY {
    height: 80px;
    position: fixed;
    width: auto !important;
    padding: 5px;
    clear: both;
    bottom: 0;
    left: 0;
    right: 0;
  }
.notForMobile {
  text-align: left; 
  padding:32px 0px 0px 32px;
}
.onlyForMobile{
  display: none;
}
.notForDesktop a{
  text-decoration: none;
  
}
.notForDesktop{
  display: block;
 text-align: center;
}
.forMobileStyle{
  width: auto;
height: 16px;

/* Links/Links (Medium) */

font-family: 'HumanBBYRDigital';
font-style: normal;
font-size: 13px !important;
line-height: 16px !important;
/* identical to box height, or 123% */


/* Grayscale/Pure White */

color: #FFFFFF !important;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
}
  .upperrightnav a {
    font-size: 14px !important;
  }

  .upperrightnav {
    max-width: 760px;
    min-width: 300px;
    height: 33px !important;
  }

  .header {
    max-width: 760px;
    min-width: 300px;
  }

 .notForMobileStyle{
  width:auto;
height: 16px;

/* Links/Links (Medium) */

font-family: 'HumanBBYRDigital';
font-style: normal;

font-size: 13px;
line-height: 16px;
/* identical to box height, or 123% */


/* Grayscale/Pure White */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
 }
.forMobileStyle{
  width: auto;
height: 16px;

/* Links/Links (Medium) */

font-family: 'HumanBBYRDigital';
font-style: normal;

font-size: 13px !important;
line-height: 16px !important;
/* identical to box height, or 123% */


/* Grayscale/Pure White */

color: #FFFFFF !important;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
}


  html {
    background-color: #f0f2f4 !important;
  }

  .latest-ping-body {
    border-radius: 5px !important;
    width: 342px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 46%), 0 3px 1px -2px rgb(0 0 0 / 27%), 0 1px 5px 0 rgb(0 0 0 / 51%) !important;
  }

  input[type=button],
  input[type=submit],
  .ping-button,
  .button,
  button {
    margin-right: 0px !important;
  }
}

@media (min-width: 350px) and (max-device-width: 390px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    
  }
  #content-wrap{
  padding: 20px 0px 10px 0px !important;
}
  .h4forbbyhelpline{
    width: 195px !important;
  }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline !important;
    padding: 40px 0px 0px 25px !important;
  }
  .notForMobile{
    display: none !important;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;
    padding-bottom: 90px;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }

}

@media (min-width: 390px) and (max-device-width: 399px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
   
  }
  #content-wrap{
  padding: 20px 0px 10px 0px !important;
}
 .h4forbbyhelpline{
    width: 195px;
  }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding: 40px 0px 0px 25px;
  }
  .notForMobile{
    display: none;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }

}

@media (min-width: 360px) and (max-device-width: 360px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    
  }#content-wrap{
  padding: 20px 0px 10px 0px !important;
}
  .h4forbbyhelpline{
    width: 195px;
    overflow-wrap: break-word;
  }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding: 40px 0px 0px 25px;
  }
  .notForMobile{
    display: none;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
 
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }

}

@media (min-width: 768px) and (max-device-width: 780px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    
  }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding: 40px 0px 0px 25px;
  }
  .notForMobile{
    display: none;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
 
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
}

@media (min-width: 820px) and (max-device-width: 830px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    
  }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding: 40px 0px 0px 25px;
  }
  .notForMobile{
    display: none;
  }
  .notForDesktop{
      display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }

}

@media (min-width: 1368px) and (max-device-width: 1500px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    padding-top: 8% !important;
  }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }

}

@media (min-width: 400px) and (max-device-width: 480px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    

  }
  #content-wrap{
  padding: 20px 0px 10px 0px !important;
}
  .h4forbbyhelpline{
    width: 195px;
    overflow-wrap: break-word;
  }
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding: 40px 0px 0px 25px;
  }
  .notForMobile{
    display: none;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
}

@media (min-width: 912px) and (max-device-width:913px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 550px;
    

  }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }

}

@media (min-width: 914px) and (max-device-width:914px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 550px;
    padding-top: 10% !important;

  }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }

}


@media (min-width: 1180px) and (max-device-width:1190px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    padding-top: 12% !important;
  }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }

}

@media (min-width: 1024px) and (max-device-width:1100px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 560px;
   
  }
  .onlyForMobile{
    display: none;
    
  }
  .notForMobile{
    display: inline;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop{
    display: none;
  }
  .notForMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
   }
}

@media (min-width: 500px) and (max-device-width: 550px) {
  .ping-signin.ping-container {
    background-color: inherit;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    min-height: 500px;
   

  }
  #content-wrap{
  padding: 20px 0px 10px 0px !important;
}
  .site-id--BBY{
    padding: 0px !important ;
     }
  .onlyForMobile{
    display: inline;
    padding: 40px 0px 0px 25px;
    
  }
  .notForMobile{
    display: none;
    padding: 32px 0px 0px 32px;
  }
  .notForDesktop a{
    text-decoration: none;
    
  }
  .notForDesktop{
        display: block;
    text-align: center;
  }
  .forMobileStyle{
    width: auto;
  height: 16px;
  
  /* Links/Links (Medium) */
  
  font-family: 'HumanBBYRDigital';
  font-style: normal;
  font-size: 13px !important;
  line-height: 16px !important;
  /* identical to box height, or 123% */
  
  
  /* Grayscale/Pure White */
  
  color: #FFFFFF !important;
  
  
  /* Inside auto layout */
  
  flex: none;
  order: 1;
  flex-grow: 0;
  }
}


.header {
  /* background: linear-gradient(to bottom, #3807e9 0%, #2d4aec 100%); */
  font-size: 13px;
}

.global-footer--BBY {
 
  /* position: fixed; */
  width: auto !important;
  padding: 5px 0px 5px 5px;
  clear: both;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;

  padding: 20px 0;
  border-top: 1px solid #c5cbd5;
  background: #fff;
  height: 80px;
}

/*  */
.container {
  margin-right: auto;
  margin-left: auto;
}



.global-footer_best-logo_container--BBY {
  float: left;
}

.global-footer_text--BBY {
  font-family: "HumanBBYRDigital";
  font-size: 12px;

  padding-left: 20px;
  position: relative;
  bottom: -2px;
  text-align: center;
  color: #55555a;
}

a.global-footer_links--BBY {
  text-decoration: none !important;
}

.global-footer_links_container--BBY {
  float: right;
  font-family: "HumanBBYRDigital";
  font-size: 13px;
  color: #0457c8;
  top: 6px;
  position: relative;
}

.global-footer_links--BBY {
  font-family: "HumanBBYRDigital";
  color: #0457c8;
  padding: 0px;
  font-size: 13px !important;
}

.global-footer_links--BBY:hover {
  color: #0457c8;
  font-size: bold;
  cursor: pointer;
}

/* header css */
.header {
  background-color: #0046be !important;
  font-size: 13px;
  font-family: "HumanBBYRDigital";
}

.site-id--BBY {
  background-color: transparent !important;
  padding: 5px 0px 5px 0px;
  /* float: left; */
  font-family: "HumanBBYDigital";
  display: flex;
  justify-content: space-between;
  font-size: 13px;

}

.onlyForMobile{
  display: none;
  padding: 40px 0px 0px 25px;
}
.notForMobile{
  display: inline;
  padding: 32px 0px 0px 32px;
}

.site-id_best-logo--BBY {
  font-family: "HumanBBYDigital";
  width: 80px;
  /* height: px; */
  /* display: inline-block; */
  /* float: left; */
}

.site-id_Site-Title--BBY {
  font-family: "HumanBBYDigital";
  font-weight: bold;
  font-size: 25px;
  /* line-height: 50px; */
  color: #fff;
  float: center;
  text-align: center !important;

}

body {
  margin: 0px !important;
}

/* upperrightnav */

.upperrightnav {
  overflow: hidden;
  color: white;

  top: 0;
  width: 100%;
}

#page-container {
  position: relative;
  min-height: 100vh;
}



#footer {
  
  bottom: 0;
  width: 100%;
  /* Footer height */
}

.upperrightnav a {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: right;

  text-decoration: none;
  background-color: transparent;
}

.dropdown1 {
  float: left;
  overflow: hidden;
  display: inline-block;
  position: relative
}

.dropdown1 .dropbtn {
  font-size: 13px;
  border: none;
  outline: none;
  color: #fff;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.upperrightnav a:hover,
.dropdown1:hover .dropbtn {
  background-color: transparent;
  color: #fff;
}

.dropdown1-content {
  display: none;
  position: fixed;
  background-color: white;
  /* min-width: 160px; */
  /* box-shadow: 0px 8px 16px 0px rgb(0, 0, 0); */
  z-index: 1000;
  color: teal;
  border: 1px solid lightgray;
  /* height: 500px; */
  overflow-x: hidden;
  padding-left: 0px;
}

.dropdown1-content a {
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.backgray a {
  background: none;
}

.backgray:hover {
  background: gray;
  cursor: pointer !important;
}

.dropdown1-content a:hover {
  background-color: #545454;
  width: 100% !important;
}

ul li:hover {
  background-color: #545454;
}

ul {
  margin: 30px 0 15px -16px !important;
}

ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
}

ul li:before {
  position: absolute;
  content: '\2022';
  color: #f5f7f8;
  bottom: 1px;
  left: -10px;
}

ul.no-bullets {
  margin-left: 0;
}

ul.no-bullets li {
  width: 100%;
}

ul.no-bullets li:before {
  content: '';
  bottom: 0;
  left: 0;
}

.upperrightnav {
  position: relative;
  margin: 10px 14px 0 0 ;
  overflow: hidden;
}

.upperrightnavt ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1px;
}

.upperrightnav li {
  flex-grow: 1;
  flex-basis: auto;
  margin: .25em 0;
  padding: 0 1em;
  text-align: center;
  border-left: 1px solid #f00808;
  background-color: #fff;
}

dropdown1-padding {
  padding-right: 32px !important;
}

.dropdown1:hover .dropdown1-content {
  display: block !important;
}
.extrawidth{
  width: 100px !important;
}
.closebutton{
  font-size: 45px;
    padding-top: 0px;
    position: absolute;
    top: 6px;
    border: none;
    right: 24px;
    
}

.faqclosebutton{
  font-size: 45px;
    padding-top: 0px;
    position: absolute;
    top: 6px;
    border: none;
    right: 24px;
}
input[type=button], input[type=submit], .ping-button, .button, button {
 background-color: none !important;
  border: none !important;
  padding: 28px 28px 0px 0px !important;
  
}
.hrstyle{
  position: relative !important;
  top: 33px;
}
.rowheading {
  width: auto !important;
  height: 18px;

  /* Body/Body (Large) */

  font-family: 'HumanBBYRDigital';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height, or 120% */


  /* Grayscale/Dark Gray */

  color: #55555A;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.modal-header {
  background: transparent !important;
  border-bottom: none !important;

}
.modal-commonheader{
  padding: 24px 0px 0px 24px !important;
}

.modal-title {

  height: 30px !important;
  left: 24px !important;
  top: 24px !important;

  /* Headings/Heading 4 */

  font-family: 'HumanBBYDigital';
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  line-height: 30px !important;
  /* identical to box height, or 120% */

  display: flex !important;
  align-items: center !important;

  color: #1D252C !important;
}

.modal-helpdeskbody {
  display: grid;
}

.modal-helpdesk, .modal-privacy {

  width: 490px !important;
  height: 434px !important;

  background: #FFFFFF !important;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px !important;
}
.answerStyle{
word-wrap: break-word;
height: 66px;
left: 16px;
right: 21px;
top: 48px;
padding-left: 18px;

/* Body/Body */

font-family: 'HumanBBYRDigital';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* or 123% */


color: #000000;
}
.modal-faq{

width: 860px !important;
height: 624px !important;

background: #FFFFFF;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
border-radius: 8px !important;
}
@media (min-width: 576px){
  .modal-faqdialog {
    max-width: 860px !important;
    height: 624px !important;
}

}

.modal-footer {
  justify-content: center !important;
}

.modal-body {
  font-size: 13px !important;
  padding: 24px !important;
}
.modal-privacybodyscroll{
  overflow-y: scroll;
}
.modal-privacybody{

height: 294px;
left: 24px;
right: 40px;
top: 78px;

/* Body/Body (Large) */

font-family: 'HumanBBYRDigital';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
/* or 120% */


color: #000000;
}

.modal-dialog {
  font-family: "HumanBBYDigital";
}

ol,
ul {
  padding-left: none;
}

ul {
  margin: none;
}
#heading0{
  border-top:none !important;
}

.accordion-item:nth-last-of-type(1){
  border-bottom: 1px solid #dee2e6 !important;
}

.accordion-body{
  padding-left: 0px !important;
  padding-top: 0px !important;
  box-shadow: transparent;
  border-bottom: none !important;
}
.accordion-button {
  font-size: 14px !important;
  font-family: "HumanBBYDigital";

}
.accordion-item{
  border:none !important;
  min-height: 50px;
  height: auto;
  
  
  
}
input[type=button]:hover, input[type=submit]:hover, .ping-button:hover, .button:hover, button:hover {
  color: #0046BE !important;
  border-color: #0046BE !important;
}
.accordion-button:not(.collapsed) {
  color: #0046BE !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  
  margin-bottom: 11px !important;
}
.accordion-button::after {
  
  margin-bottom: 11px !important; 
}
.accordionHead{
  height: 31px;
  padding-left: 18px !important;
  line-height: 16px !important;
}
.accordion-header{
 height: 50px; 
}
.btn-secondary {
  font-family: "HumanBBYDigital";
  font-size: 15px !important;
}

/* Form css */
.ping-section-title__header {
  width: auto;
height: 35px;

/* Headings/Heading 4 */
overflow-wrap: break-word;
font-family: 'HumanBBYDigital';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 30px;
/* or 120% */

align-items: center;
text-align: center;

color: #000000;


/* Inside auto layout */

flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
}

.ping-section-title {
  text-align: center !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
}

.v-fw-medium {
  font-weight: 600 !important;
  color: #040c13 !important;
}

.p-section-title {

  margin: 0 !important;
}

/* pingbody container */
.latest-ping-body {
  border-radius: 5px !important;
  position: relative !important;
  /* width: 395px !important; */
  min-height: 1px !important;
  /* border: 1.5px solid #e0e6ef !important; */
  /* border-radius: 4px !important; */
  background-color: #fff !important;
  height: fit-content !important;
  padding: 20px !important;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

/* password input field */
.ping-password-label-floating {
  order: 2 !important;
  position: absolute !important;
  top: 5px !important;
  /* left: 13px; */
  /* width: calc(100% - 26px); */
  max-width: calc(100% - 26px) !important;
  cursor: pointer !important;
  transition-duration: .2s !important;
  transition-timing-function: cubic-bezier(0, 0, .2, 1) !important;
  transition-property: top, padding-top, font-size, display, background-color !important;
}

.p-elipse {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.ping-container {
  box-sizing: border-box;
  padding: 20px 0px 20px 0px !important;
  min-height: auto;
  position: relative;

}

.ping-label-form {
  color: #1d252c !important;
  line-height: 17px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  pointer-events: none !important;
  text-transform: none !important;
  font-family: "HumanBBYDigital";
}

.justline {
  cursor: none;
  padding-left: 16px;
  padding-right: 21px;
}

/* password input field */
.ping-input-f {
  height: 50px !important;
  /* padding: 0 0.8rem !important; */
  /* line-height: 18px !important; */
  width: 100% !important;
  transition-duration: .2s !important;
  transition-timing-function: cubic-bezier(0, 0, .2, 1) !important;
  transition-property: border, color, background-color !important;
}

.ping-input {
  font-size: 15px !important;
  color: #040c13 !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #90959e !important;
  line-height: inherit !important;
  font-family: inherit !important;
}

.ping-signin-forgot {
  display: block;
  width: 100%;
  margin-top: -14px;
  font-size: 13px;
  padding: 24px 0px 24px 0px;
  color: #0046BE;
  text-decoration: none;
  text-align: left;
  font-family: "HumanBBYDigital";

}

.ping-signin-forgot a {
  text-decoration: none;
  font-family: "HumanBBYDigital";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 16px;
  color: #0046BE !important;
}

a.ping-button:hover {
  color: #fff !important;
  background-color: #001e73;
  font-weight: bold;
  font-family: "HumanBBYRDigital" !important;
}

.ping-signin-forgot a:hover {
  text-decoration: underline;
  color: #0046BE !important;
}

.c-cia-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cia-divider .text {
  background-color: #f0f2f4;
  padding: 4px 20px;
  margin: 5px 0;
  z-index: 1;
  font-size: 15px;
  font-weight: bolder;
}

.c-cia-divider__white-background .text {
  background-color: #fff !important;
}

.c-cia-divider .line {
  position: absolute;
  background-color: #c5cbd5;
}

.cia-signin__alternative-action {
  margin-top: 15px;
  border-top: 1px solid #c5cbd5;
  font-size: 13px;
  padding-top: 15px;
}

.cia-signin__magic-link-button-container,
.cia-signin__social--actions-container,
.cia-signin__webauthn-button-container {
  margin-bottom: 15px;
}

.btn-outline,
.btn-outline:active,
.c-button-outline,
.c-button-outline:active {
  border-color: #0046be;
  border-width: 1px;
  color: #0046be;
  background-color: #fff;
}

.btn-outline:focus,
.btn-outline:hover,
.c-button-outline:focus,
.c-button-outline:hover,
a.btn-outline:focus,
a.btn-outline:hover,
a.c-button-outline:focus,
a.c-button-outline:hover {
  color: #fff !important;
  font-family: "HumanBBYRDigital" !important;
  border-color: #001e73;
  background: #001e73;
}

/* .c-button-icon.c-button-lg{
  gap: 1rem !important;
} */
.btn-lg,
.c-button-lg {
  height: 45px !important;
  padding: 0 5rem !important;
}

.btn,
.c-button {
  border-style: solid;

  font-size: 15px;

  border-radius: 4px;
  font-weight: 600;

  transition: all .3s ease-out 0s;

}

.social-button svg {
  margin-right: 5px;
}

.social-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.social-button svg {
  margin-right: 5px
}

.c-button-icon svg {
  display: inline-block;


  vertical-align: bottom;
  margin-bottom: 1px;
}

.apple-button,
.apple-button:active {
  color: #000;
  border-color: #000;
}

.apple-button:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.apple-button,
.apple-button:active {
  color: #000;
  border-color: #000;
}

.apple-button:active {
  background: #fff
}

.apple-button:active svg {
  fill: #000
}

.apple-button:focus {
  color: #fff;
  background: #000;
  border-color: #000
}

.apple-button:focus svg {
  fill: #fff
}

.apple-button:hover {
  color: #fff;
  background: #000;
  border-color: #000
}

.apple-button:hover svg {
  fill: #fff
}

.apple-button:hover[disabled] svg {
  fill: #000
}

.apple-button:hover :active {
  color: #000;
  background: #fff;
  border-color: #000
}

.apple-button:hover :active svg {
  fill: #000
}

.apple-signin-button {
  width: 166px;
  height: 45px
}


.cia-signin__magic-link-button-container .fingerprint-icon,
.cia-signin__social--actions-container .fingerprint-icon,
.cia-signin__webauthn-button-container .fingerprint-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjggMCA1NSA1NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDQ1N0M4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik0zNC42MzIuNjUzYzUuOTM3IDAgMTEuNTk4IDEuODYgMTYuMzEzIDUuMjZBMS4zNDcgMS4zNDcgMCAxIDEgNDkuMzY4IDguMWEyNS4wOTMgMjUuMDkzIDAgMCAwLTE0LjczNi00Ljc1MiAyNS4yMTggMjUuMjE4IDAgMCAwLTIyLjg2NCAxNC41NjQgMS4zNDcgMS4zNDcgMCAxIDEtMi40NDItMS4xNEEyNy45MTMgMjcuOTEzIDAgMCAxIDM0LjYzMi42NTN6TTQyLjM2NyAzOS41MDdsLjEwNi0uMDc3YTEuMzQ3IDEuMzQ3IDAgMCAxIDEuODY1LjM5Yy43NjQgMS4xNjUgMS40NDcgMi4wMTYgMi4wMzEgMi41NDYgMi4wMjIgMS44MzUgNC4zMTYgMy42MDQgNi4xOTMgNC41NDVhMS4zNDcgMS4zNDcgMCAxIDEtMS4yMDggMi40MWMtMi4xNTUtMS4wOC00LjYwNC0yLjk3LTYuNzk2LTQuOTU5LS43NzctLjcwNS0xLjU5Ni0xLjcyNS0yLjQ3NC0zLjA2NmExLjM0OCAxLjM0OCAwIDAgMSAuMTg4LTEuNzA1bC4wOTUtLjA4NHptLTYuMDctNS42MjRhNC4xNjIgNC4xNjIgMCAwIDEgNS41MjUgMS41MzNsLjEzLjIzM2ExLjM0OCAxLjM0OCAwIDAgMS0yLjMzIDEuMzVsLS4wNzQtLjEzMWExLjQ2NyAxLjQ2NyAwIDAgMC0xLjk4My0uNjA3IDIuMDkyIDIuMDkyIDAgMCAwLS45NzIgMi41NzZjMS4xNDkgMy4wOTYgMi41NjEgNS43MSA0LjIzMiA3Ljg1IDEuNjIgMi4wNzQgMy40ODYgMy43MDEgNS41OTkgNC44OWExLjM0NyAxLjM0NyAwIDEgMS0xLjMyMSAyLjM0OGMtMi40My0xLjM2Ni00LjU2NS0zLjIyOS02LjQwMi01LjU4LTEuODUtMi4zNjctMy4zOTMtNS4yMjYtNC42MzUtOC41N2E0Ljc4NyA0Ljc4NyAwIDAgMSAyLjIzLTUuODkyeiIvPjxwYXRoIGQ9Ik0zMi45NDYgMjcuNTUyYTEwLjM0MSAxMC4zNDEgMCAwIDEgNy45MS0uNzY3IDEwLjQgMTAuNCAwIDAgMSA2LjE1NCA1LjA3bC40OC45Mi4yOTYuNTU0LjQwNy43NDcuMjUuNDQ0LjIzNS40MDQuMjIuMzY1LjIwNi4zMjguMTk1LjI5NC4xODMuMjYuMTc1LjIzYy4wNTYuMDcyLjExMi4xNC4xNjYuMjAxbC4xNTguMTc0LjE1My4xNDkuMTc3LjE1OC4zODUuMzM0LjIxLjE3Ni40NS4zNy40OTcuMzk3LjU0Mi40MjEuOS42ODMgMS4wMDguNzQzLjM2LjI2MmMxLjIzLjg5MSAyLjI4OSAxLjQ5OCAzLjE2IDEuODIxYTEuMzQ3IDEuMzQ3IDAgMSAxLS45NCAyLjUyNmMtMS4xMjctLjQxOS0yLjM5LTEuMTQxLTMuODAyLTIuMTY1bC0uNzMzLS41MzYtLjY4NS0uNTA3LS42MzgtLjQ4MS0uNTktLjQ1NS0uNTQ2LS40My0uNTAyLS40MDctLjQ1Ny0uMzgyYTI5LjIyMyAyOS4yMjMgMCAwIDEtLjIxMy0uMTgzbC0uMzk0LS4zNWE3LjQxIDcuNDEgMCAwIDEtLjk2My0xLjA4M2wtLjIyMi0uMzA4LS4yMjgtLjMzOC0uMjM3LS4zNzEtLjI0OC0uNDA2LS4yNTktLjQ0My0uMjczLS40ODMtLjI4OS0uNTI1LS40NjctLjg3My0uNTEyLS45ODFhNy42OTYgNy42OTYgMCAwIDAtNC41NTYtMy43NDYgNy42NDcgNy42NDcgMCAwIDAtNS44NTUuNTY3IDguMjY2IDguMjY2IDAgMCAwLTMuODUgNC4zODIgMS4zNDcgMS4zNDcgMCAxIDEtMi41MjItLjk1NCAxMC45NjEgMTAuOTYxIDAgMCAxIDUuMTA0LTUuODA2em0tNC4zMzEgMTEuODEzYTEuMzQ3IDEuMzQ3IDAgMCAxIDEuNzMyLjc5NGwuMzIzLjg2LjMyOS44NS4zMzIuODM3LjMzNi44MjIuMzM4LjgwNy4zNDIuNzkuMzQzLjc3LjM0NC43NDcuMzQ1LjcyNS4xNzIuMzUzLjM0NS42ODcuMzQzLjY1OC4xNzEuMzE5LjM0Mi42MTNjLjk2MyAxLjY5MyAxLjg5NyAyLjk5NSAyLjc0MSAzLjcyYTEuMzQ3IDEuMzQ3IDAgMCAxLTEuNzU1IDIuMDQ1Yy0xLjU2NS0xLjM0My0zLjE5NC0zLjkxNi00Ljc3OS03LjE4N2wtLjM4LS43OTktLjM3Ny0uODIzLS4zNzUtLjg0Ny0uMzcyLS44Ny0uMzctLjg4OS0uMzY2LS45MDhhMTAyLjIgMTAyLjIgMCAwIDEtLjE4Mi0uNDZsLS4zNi0uOTM0LS4zNTctLjk0OGExLjM0NyAxLjM0NyAwIDAgMSAuNzk1LTEuNzMyeiIvPjxwYXRoIGQ9Ik01MC42OSAyOC4zNWExLjM0NyAxLjM0NyAwIDAgMSAxLjgxNi41NzhsMS4wMjIgMi4wMDYuMTQuMjU2LjIwMy4zNTNjLjA3Mi4xMi4xNDguMjQyLjIzLjM3MWwuMjcuNDEzLjE1NS4yM2MuMTU0LjIyNS4zOTkuNTA5LjcxMy44MzNsLjMzNi4zMzdjLjExOS4xMTYuMjQ1LjIzNi4zNzcuMzZsLjQxMy4zNzguNDQ0LjM5NC40Ny40MDRjLjA4LjA2OS4xNjIuMTM3LjI0NC4yMDZsLjUuNDE0LjUxNS40MTYuNTIzLjQxMy41MjcuNDA3LjUyNy4zOTcuNTIuMzgyYTEuMzQ4IDEuMzQ4IDAgMCAxLTEuNTgxIDIuMTgybC0uMjk3LS4yMTYtLjU5Ni0uNDQ0Yy0uMS0uMDc1LS4yLS4xNS0uMy0uMjI3bC0uNTk0LS40NmE2MC4xNzMgNjAuMTczIDAgMCAxLS4yOTUtLjIzMmwtLjU4Mi0uNDY4LS41NjctLjQ2OC0uNTQ4LS40NjYtLjI2NS0uMjMtLjUwOC0uNDU0YTMzLjQzMiAzMy40MzIgMCAwIDEtLjI0My0uMjIzbC0uNDU4LS40MzRjLS42Ni0uNjQtMS4xODYtMS4yMi0xLjUwMy0xLjY4NS0uMTItLjE3Ny0uMjMtLjM0MS0uMzMyLS40OTdsLS4yODQtLjQ0N2MtLjEzMy0uMjE1LS4yNTMtLjQyLS4zNjgtLjYyNmwtLjE2Ni0uMzA1LTEuMDM2LTIuMDMxYTEuMzQ3IDEuMzQ3IDAgMCAxIC41NzgtMS44MTZ6bS0yMC42NzctNi4yOTZhMTYuNTM4IDE2LjUzOCAwIDAgMSAxMi42NTEtMS4yMjYgMTYuNjcxIDE2LjY3MSAwIDAgMSA2LjE4MiAzLjQ1NiAxLjM0OCAxLjM0OCAwIDAgMS0xLjc4NiAyLjAxOSAxMy45NzYgMTMuOTc2IDAgMCAwLTUuMTgyLTIuODk3IDEzLjg0NCAxMy44NDQgMCAwIDAtMTAuNTk3IDEuMDI2IDE0LjQ1NiAxNC40NTYgMCAwIDAtNi43MzMgNy42NjIgMTQuNTMyIDE0LjUzMiAwIDAgMC0uMDI5IDEwLjIyMmMxLjYwNyA0LjMzIDMuNjU0IDguMDY1IDYuMTAyIDExLjE5OWExLjM0OCAxLjM0OCAwIDAgMS0yLjEyMyAxLjY2Yy0yLjYyNC0zLjM1OS00LjgwNC03LjMzNy02LjUwNS0xMS45MjJhMTcuMjI3IDE3LjIyNyAwIDAgMSAuMDM0LTEyLjExMiAxNy4xNTEgMTcuMTUxIDAgMCAxIDcuOTg2LTkuMDg3eiIvPjxwYXRoIGQ9Ik0yNy4wODMgMTYuNTU0YTIyLjczNSAyMi43MzUgMCAwIDEgMTcuMzkzLTEuNjg2YzUuNTQ3IDEuNjkzIDEwLjA2NiA1LjM1MiAxMy4wMDkgMTAuNjE2bC4yNjcuNDg3LjEyLjE4YTYuNiA2LjYgMCAwIDAgLjA3OC4xMWwuMTkuMjUuMTA4LjEzNy4yNC4yOTIuMjYyLjMwNS4xMzguMTUzLjI4LjNhOC41NTYgOC41NTYgMCAwIDAgLjg0Ny43OGwuMjQ1LjE4OS4yMTIuMTUuMTc1LjExMi4xMzQuMDc4LjA4Ni4wNDRjLjAyLjAwOS4wMzIuMDEzLjAzNS4wMTJhMS4zNDggMS4zNDggMCAwIDEgMS4yMDQgMi40MWMtMi4yNDggMS4xMjMtNS40MTQtMS44NC02LjY4NS00LjE0M2wtLjA5Mi0uMTcxYy0yLjU5Mi00Ljg0Ny02LjYzLTguMTg1LTExLjY0LTkuNzEzYTIwLjA0IDIwLjA0IDAgMCAwLTE1LjMzOCAxLjQ4NiAxLjM0OCAxLjM0OCAwIDAgMS0xLjI2OC0yLjM3OHpNMjMuNTggMjAuNTRjLjUyMi41My41MTYgMS4zODMtLjAxNCAxLjkwNmEyMC43MDcgMjAuNzA3IDAgMCAwLTQuODMxIDcuNDI3IDIwLjc1MSAyMC43NTEgMCAwIDAtLjA0IDE0LjU5NiA1My4xMyA1My4xMyAwIDAgMCAyLjU2IDUuODM0IDEuMzQ4IDEuMzQ4IDAgMCAxLTIuMzk2IDEuMjMzIDU1LjgyMiA1NS44MjIgMCAwIDEtMi42OTEtNi4xMyAyMy40NDYgMjMuNDQ2IDAgMCAxIC4wNDYtMTYuNDg3IDIzLjQwMSAyMy40MDEgMCAwIDEgNS40Ni04LjM5MyAxLjM0NyAxLjM0NyAwIDAgMSAxLjkwNi4wMTR6Ii8+PHBhdGggZD0iTTE2LjU5NCAxNi4wMThjMi4zMTItMi43ODQgNC45MjItNS4wMTQgNy43MzUtNi41MTUgMi44OTctMS41NDYgNS4xNjMtMi4xNjIgOC45NjctMi42NzggMS44LS4yNDQgMy43NC0uMjM3IDUuNzI5LS4wMDNhMS4zNDcgMS4zNDcgMCAxIDEtLjMxNiAyLjY3NmMtMS43NzItLjIwOS0zLjQ4OC0uMjE1LTUuMDUxLS4wMDMtMy41MTUuNDc3LTUuNDkxIDEuMDE1LTguMDYgMi4zODYtMi40ODQgMS4zMjUtNC44MyAzLjMzLTYuOTMxIDUuODU5LTIuNDExIDIuOTAyLTQuNDE4IDYuNDA2LTUuNzQzIDkuOTFhMjcuMDI4IDI3LjAyOCAwIDAgMC0xLjc0NiA5LjA5NyAxLjM0NyAxLjM0NyAwIDEgMS0yLjY5NC0uMDQ2Yy4wNTgtMy40MjMuNzEtNi44MDggMS45MTktMTAuMDA0IDEuNDI5LTMuNzc4IDMuNTg0LTcuNTQyIDYuMTktMTAuNjh6TTQ0LjYzNCAxMS43NmExLjM0NyAxLjM0NyAwIDAgMSAuNjUyLTIuNjEybC4xNDEuMDM1IDIuMTI2LjYzMiAxLjMyNC40MDcuNTA2LjE2NmMyLjIyOC43NzIgMy44OSAxLjcyNyA1LjY1OSAzLjM3OS40NS40Mi45MjQuOTEzIDEuNDI0IDEuNDhsLjQzNS41MDRjLjE0OC4xNzQuMjk3LjM1NC40NDkuNTRsLjQ2My41OGMuMTU3LjE5OS4zMTYuNDA0LjQ3Ny42MTZsLjQ5My42NTUuMjUzLjM0Mi41MTcuNzE0LjUzNC43NTMuNTUyLjc5NC41Ny44MzQuNTg4Ljg3NWExLjM0NyAxLjM0NyAwIDEgMS0yLjI0MiAxLjQ5NmwtLjU2NS0uODQxLS41NDctLjgtLjUyOC0uNzYxLS41MS0uNzIxLS40OTMtLjY4Mi0uNDc2LS42NDJhNTguNzQ5IDU4Ljc0OSAwIDAgMC0uMjMyLS4zMDdsLS40NS0uNTg0LS40MzUtLjU0Ni0uNDE5LS41MDctLjQwMy0uNDdhMjUuNzYgMjUuNzYgMCAwIDAtLjE5Ni0uMjIxbC0uMzgtLjQxNGExNi4xOCAxNi4xOCAwIDAgMC0uNzE5LS43MThjLTEuMzc5LTEuMjg4LTIuNjM0LTIuMDQyLTQuMzMtMi42N2wtLjQ3OC0uMTY4LS44MzctLjI2NS0yLjkyMy0uODc0eiIvPjwvZz48L3N2Zz4=) no-repeat 50%;
  background-size: 16px;
  margin-right: 9px;
  height: 16px;
  width: 16px
}

.webauthn-button {
  display: inline-flex;
  align-items: center !important;
}

.fingerprint-icon {
  display: inline-flex;
}

.cia-signin__magic-link-button-container {
  padding-top: 12px
}

.form-floating>label {
  padding: 1.2rem 0.75rem !important;
}


.cia-signin__social--actions-container {
  margin-top: 5px
}

.cia-signin__social--actions-container:last-child {
  margin-bottom: 0
}

.cia-signin__alternative-action {
  margin-top: 15px;
  border-top: 1px solid #c5cbd5;
  font-size: 13px;
  padding-top: 15px
}

.cia-signin__alternative-action div:nth-child(2) {
  margin-top: 5px
}

.cia-signin__magic-link-button-container {
  padding-top: 12px
}

.cia-signin-social__value-proposition {
  margin-bottom: 10px
}

.cia-signin-social__value-proposition img {
  border-radius: 3px;
  width: 50px
}

.cia-signin-social__value-proposition__name {
  line-height: 20px;
  padding: 10px
}

.social-button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.latestFooter {
  display: flex;
  text-align: center !important;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
}

#signOnButtonSpan button:hover {
  background: #001e73;
  font-weight: bold;
  color: white !important;
  font-family: "HumanBBYRDigital" !important;

}