@charset "UTF-8";
@font-face {
  .gdpc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://www.illumina.com/content/dam/illumina-common/fonts/inter/Inter-Regular.woff2?v=3.12") format("woff2"), url("https://www.illumina.com/content/dam/illumina-common/fonts/inter/Inter-Regular.woff?v=3.12") format("woff"); } }

@font-face {
  .gdpc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://www.illumina.com/content/dam/illumina-common/fonts/inter/Inter-SemiBold.woff2?v=3.12") format("woff2"), url("https://www.illumina.com/content/dam/illumina-common/fonts/inter/Inter-SemiBold.woff?v=3.12") format("woff"); } }

.gdpc-link {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  border: 0;
  font-size: 12px; }
  .gdpc-link:not(.ccpa-dialog__ot-modal-button):not(.second-chance__ot-modal-button) {
    display: block;
    width: auto;
    margin: 20px 0; }
    @media (min-width: 520px) {
      .gdpc-link:not(.ccpa-dialog__ot-modal-button):not(.second-chance__ot-modal-button) {
        display: inline-block;
        margin: 0; }
        .gdpc-link:not(.ccpa-dialog__ot-modal-button):not(.second-chance__ot-modal-button) + .gdpc-link {
          margin-left: 20px; } }
  .gdpc-link:hover {
    color: inherit; }
  @media (min-width: 768px) {
    .gdpc-link {
      margin-bottom: 0; } }

.gdpc-dialog {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  color: #666;
  position: fixed;
  font-family: "Inter", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  z-index: 501;
  text-align: left !important;
  -webkit-transform: translate3d(0, 105%, 0);
  -moz-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1); }
  @media (min-width: 520px) {
    .gdpc-dialog {
      padding-top: 45px !important;
      padding-bottom: 45px !important; } }
  .gdpc-dialog__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .gdpc-dialog__left-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .gdpc-dialog__left-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; } }
  .gdpc-dialog__right-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      .gdpc-dialog__right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; } }
  .gdpc-dialog__headline {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: initial;
    font-family: inherit; }
  .gdpc-dialog__dismiss-btn {
    font-weight: 200;
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .gdpc-dialog__dismiss-btn {
        margin: 0; } }
  .gdpc-dialog__ot-modal-button {
    color: #337ab7;
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0;
    border: none; }
  .gdpc-dialog p {
    font-size: 12px;
    margin-bottom: 20px; }
    @media (max-width: 520px) {
      .gdpc-dialog p {
        line-height: 1.7; } }
    .gdpc-dialog p:last-child {
      margin-bottom: 0; }
  .gdpc-dialog a {
    cursor: pointer; }
  .gdpc-dialog.slideInUp {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
    .gdpc-dialog {
      max-height: 83%;
      overflow-y: scroll; } }

.gdpc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 248, 0.95);
  -webkit-box-shadow: 1px 1px 2px #DDD;
  -moz-box-shadow: 1px 1px 2px #DDD;
  box-shadow: 1px 1px 2px #DDD;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  padding: 10px; }
  .gdpc-overlay--visible {
    opacity: 1;
    pointer-events: all; }
  .gdpc-overlay__link {
    display: block; }
  .gdpc-overlay__agree {
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px; }
    .gdpc-overlay__agree:hover, .gdpc-overlay__agree:focus {
      text-decoration: underline !important; }
  .gdpc-overlay__close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0; }
    .gdpc-overlay__close:after {
      content: '×';
      font-size: 20px;
      color: #666; }
  .gdpc-overlay h6, .gdpc-overlay p, .gdpc-overlay a, .gdpc-overlay button {
    max-width: 100%; }
  .gdpc-overlay h6 {
    font-size: 14px; }
  .gdpc-overlay p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 13px; }
  .gdpc-overlay .btn-link {
    background: transparent;
    outline: none;
    border: none; }
  .gdpc-overlay .btn-link:hover, .gdpc-overlay .btn-link:focus {
    color: #3e7ebe;
    text-decoration: none; }

.gdpc-overlay-parent {
  position: relative; }

[data-ot-social="true"] {
  min-height: 240px;
  width: 100%;
  display: block; }

#ilmn-global-footer .gdpc-link,
.gdpc-dialog .gdpc-link {
  color: #3e7ebe; }
  #ilmn-global-footer .gdpc-link:hover,
  .gdpc-dialog .gdpc-link:hover {
    color: #3e7ebe; }
