@font-face {
    font-family: 'Lexia';
    src: url('/static/websites/az_privacy_control/fonts/Lexia-Regular.woff') format('woff');
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lexia';
    src: url('/static/websites/az_privacy_control/fonts/700_Lexia_Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lexia';
    src: url('/static/websites/az_privacy_control/fonts/300_Lexia_Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/websites/az_privacy_control/fonts/HelveticaNeueLight.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/websites/az_privacy_control/fonts/HelveticaNeueRoman.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/websites/az_privacy_control/fonts/HelveticaNeueMedium.otf');
    font-weight: 500;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 150%;
}

a {
    color: #830051;
}

.gdpr-form:focus-visible,
.gdpr-form:focus {
    outline: solid #f0ab00;
}

:focus-visible { outline: solid #f0ab00 }

.btn.theme-button {
    background-color: #830051;
    font-family: 'Lexia', serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 24px;
    font-style: italic;
    border-radius: 0;
}

.btn.theme-button:focus-visible {
    outline: solid #f0ab00;
}

.btn.theme-button .theme-button-icon {
    margin-left: 12px;
}

.skip-link {
    font-family: 'Lexia', serif;
    position: absolute;
    left: -100vw;
    top: 0;
    padding: .75rem 1rem;
    background: #3F4444;
    color: #fff;
    font-weight: 600;
    z-index: 1000;
    transition: left .2s ease;
}

.skip-link:focus {
    left: 0;
    outline: solid #f0ab00;
}

html[dir="rtl"] .skip-link {
    left: unset;
    right: -100vw;
}

html[dir="rtl"] .skip-link:focus {
    left: unset;
    right: 0;
}


.navigation-section .brand-and-language-controls-container {
    padding: 8px 48px;
    font-weight: 300;
    font-size: 16px;
    color: #3F4444;
}

.navigation-section .brand-logo {
    height: 120px;
    object-fit: cover;
}

.navigation-section .globe-icon {
    height: 30px;
    width: 30px;
    margin-right: 8px;
}

.navigation-section .language-controls {
    width: 200px;
    position: relative;
    font-family: 'Lexia', serif;
    font-weight: 600;
    font-size: 16px;
    color: #3F4444;
    line-height: 22px;
    font-style: italic;
    text-align: left;
}

.navigation-section .language-controls:focus-visible {
    outline: solid #f0ab00;
}

.navigation-section .language-controls .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navigation-section .language-controls.collapsed .icon {
  transform: translateY(-50%) rotate(0deg);
}

.navigation-section .language-controls:not(.collapsed) .icon {
  transform: translateY(-50%) rotate(180deg);
}

.navigation-section .language-controls::after {
    text-align: right;
}

.navigation-section .navbar {
    padding: 0;
}

.navigation-section .options-container {
    border-top: 1px solid rgba(157, 176, 172, 1);
    background-color: #ECEEED;
    font-family: 'Lexia', serif;
    font-weight: 300;
    font-size: 23px;
    color: #3F4444;
    padding: 0 80px;
}


.navigation-section .options-container .nav-item {
    padding: 16px 0 6px;
    margin-right: 48px;
}

.navigation-section .options-container .nav-item.active {
    border-bottom: 10px solid #830051;
}

.navigation-section .options-container .nav-link:focus-visible {
    outline: solid #f0ab00;
}

.language-menu-page-container .language-menu.collapse {
    display: block;
}

.language-menu {
    padding-bottom: 48px;
    background-color: rgba(157, 176, 172, 0.15)
}

.language-menu .language-menu-section {
    padding: 0 160px;
    background-color: white;
}

.language-menu .language-menu-header {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: rgba(131, 0, 81, 0.15);
}

.language-menu .language-menu-section .title {
    font-family: 'Lexia', serif;
    font-weight: 600;
    font-size: 42px;
    color: #4D4D4D;
    display: inline-block;
}

.language-menu .language-menu-section .body {
    font-family: 'Lexia', serif;
    font-weight: 300;
    font-size: 23px;
    color: #000000;
    max-width: 625px;
}

.language-menu .language-menu-region-selector {
    padding-top: 48px;
    padding-bottom: 48px;
}

.language-menu .region-option-container {
    border-right: 1px solid rgba(63, 68, 68, 0.5);
}

.language-menu .region-option-container:last-of-type {
    border-right: 0;
}

.language-menu .region-option {
    text-align: center;
    font-family: 'Lexia', serif;
    font-weight: 600;
    font-size: 23px;
    color: #3F4444;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: 0;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.language-menu .region-option.unselected {
    opacity: 0.4;
}

.language-menu .region-option.selected .triangle-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 45px solid #9DB0AC;
  top: 148px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  position: absolute;

}

.language-menu .region-option.selected .inner-triangle-down {

  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 45px solid white;
  position: absolute;
  top: -45px;
  left: -40px;

}

.language-menu .region-option .icon {
    margin-right: 16px;
}

.language-menu .region-option .label {
    margin: 0;
    display: inline;
}

.language-menu .region-language-list-container {
    padding: 64px 0 48px;
}

.language-menu .region-language-list-container.selected {
    background-color: rgba(131, 0, 81, 0.15);
}

.language-menu .region-language-list-container .col {
    padding: 0;
}

.language-menu .region-language-list-container .title {
    font-family: 'Lexia', serif;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    margin: 32px 160px;
    display: inline-block;
}

.language-menu .region-language-list-container.selected .title {
    border-bottom: 3px solid #830051;
}

.language-menu .row {
    margin: 0;
}

.language-menu .language-list-row {
    background-color: #ffffff;
}

.language-menu .language-list-row:nth-of-type(odd) {
    background-color: transparent;
}

.region-language-list-container .language-list-row .country-col {
    padding: 16px 160px;
    border-right: 1px solid #3F4444;
    font-family: 'Lexia', serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.region-language-list-container .language-list-row .country-col.active .country-name {
    color: #830051;
    font-weight: 600;
}


.region-language-list-container .language-list-row .language-code {
    margin-left: 8px;
    color: #000000;
}

.region-language-list-container .language-list-row .country-col.active .language-code.active {
    color: #830051;
    font-weight: 600;
}

.region-language-list-container .language-list-row:nth-child(2) {
    padding-top: 16px;
}

.region-language-list-container .language-list-row:nth-child(2) .col {
    padding-top: 0;
}

.region-language-list-container .language-list-row:last-of-type {
    padding-bottom: 16px;
}

.region-language-list-container .language-list-row:last-of-type .col {
    padding-bottom: 0;
}

.language-menu .language-list-row .col:last-of-type {
    border-right: 0;
}

.header-banner {
    background-color: #830051;
    background-image: url('/static/websites/az_privacy_control/images/header-banner.png');
    color: white;
    position: relative;
}

.header-banner .row {
    height: 340px;
}

.header-banner .title {
    font-family: 'Lexia', serif;
    margin-left: 92px;
    margin-right: 92px;
    font-weight: 600;
    font-size: 42px;
}

.close-button {
    border: 0;
    background: none;
}

.page-instructions {
    padding: 48px 0 12px 0;
    margin: 0 0 96px 0;
    border-bottom: 1px solid #9DB0AC;
}

.page-instructions .body {
    max-width: 600px;
    width: 600px;
    padding: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    color: #3F4444;
}

.page-instructions .triangle-down {

  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #9DB0AC;
  top: 38px;
  margin: 0 auto;
  position: relative;

}

.page-instructions .inner-triangle-down {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 24px solid white;
  position: absolute;
  top: -26px;
  left: -24.5px;
}

.global-privacy-standard .main-body-container .body-text {
    max-width: 687px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding: 80px 0;
}

.global-privacy-standard .download-button {
    margin-bottom: 80px;
}

.privacy-notices .info-option-tabs {
    border: 0;
}

.privacy-notices .info-option {
    width: 300px;
    min-height: 300px;
    border-width: 0 0 10px 0;
    background: rgba(157, 176, 172, 0.15);
    box-shadow: none;
    outline: none;
    border-style: solid;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    padding: 4px 16px;
    display: block;
    text-decoration: none;
}

.privacy-notices .info-option.active {
    cursor: auto;
}

.privacy-notices .info-option:focus-visible {
    outline: solid #f0ab00;
}

.privacy-notices .info-option .title {
    color: #3f4444;
    font-size: 24px;
    font-family: 'lexia', serif;
    font-weight: 600;
}

.privacy-notices .info-option .icon {
    margin-top: 42px;
    margin-bottom: 24px;
    height: 96px;
}

.privacy-notices .info-option .triangle-down {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  left: 115px;
  position: absolute;
  bottom: -40px;
}

.privacy-notices .info-option.healthcare-professional {
    border-color: #c4d600;
}

.privacy-notices .info-option.healthcare-professional.active {
    background-color: #c4d600;
}

.privacy-notices .info-option.healthcare-professional.active .triangle-down {
  border-top: 32px solid #c4d600;
}

.privacy-notices .info-option.users-and-visitors {
    border-color: #00d2df;
}

.privacy-notices .info-option.users-and-visitors.active {
    background-color: #00d2df;
}

.privacy-notices .info-option.users-and-visitors.active .triangle-down {
  border-top: 32px solid #00d2df;
}

.privacy-notices .info-option.contact-astrazeneca {
    border-color: #f0ab00;
}

.privacy-notices .info-option.contact-astrazeneca.active {
    background-color: #f0ab00;
}

.privacy-notices .info-option.contact-astrazeneca.active .triangle-down {
  border-top: 32px solid #f0ab00;
}

.privacy-notices .info-options-tabs-content {
    margin: 96px 0 0;
}

.privacy-notices .info-options-tabs-content table {
    margin: 32px 0;
    width: 100%;
    border-color: #830051;
}

.privacy-notices .info-options-tabs-content table td {
    vertical-align: top;
}

.privacy-notices .info-options-tabs-content table {
  border-collapse: collapse;
  width: 100%;
}

.privacy-notices .info-options-tabs-content table td,
.privacy-notices .info-options-tabs-content table th {
  border: 1px solid #c6c6c6;
  padding: 8px;
}

.privacy-notices .info-options-tabs-content table tr{
    background-color: transparent;
}

.privacy-notices .info-options-tabs-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #830051;
  color: white;
}

.privacy-notices .info-option-content .title {
    font-family: 'lexia', serif;
    font-weight: 300;
    font-size: 23px;
    border-bottom: 3px solid #830051;
    display: inline-block;
    margin-bottom: 24px;
}

.privacy-notices .info-option-content .body {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    white-space-collapse: preserve;
}

.privacy-notices .sub-info-option-row-tabs {
    border-bottom: 1px solid #9db0ac;
    padding-top: 48px;
    padding-bottom: 48px;
}

.privacy-notices .sub-info-option-row-tabs .sub-info-option-container {
    border-right: 1px solid #9db0ac;
}

.privacy-notices .sub-info-option-row-tabs .sub-info-option-container:last-of-type {
    border-right: 0;
}

.privacy-notices .sub-info-option-container {
    text-align: center;
}

.privacy-notices .sub-info-option {
    width: 300px;
    min-height: 230px;
    border: 1px;
    background: transparent;
    box-shadow: none;
    outline: none;
    text-align: center;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.privacy-notices .sub-info-option:focus-visible {
    outline: solid #f0ab00;
}

.privacy-notices .sub-info-option .title {
    font-family: 'lexia', serif;
    color: #830051;
    font-size: 24px;
    font-weight: 600;
    border: 0;
}

.privacy-notices .sub-info-option .subtitle {
    font-family: 'lexia', serif;
    display: block;
    color: #830051;
    font-size: 12px;
    font-weight: 600;
    border: 0;
}


.privacy-notices .sub-info-option .icon {
    height: 96px;
    margin-bottom: 24px;
}


.privacy-notices .sub-info-option-highlighter {
    width: 250px;
    position: absolute;
    bottom: -49px;
}

.privacy-notices .sub-info-option.healthcare-professional.active .sub-info-option-highlighter {
    border-bottom: 10px solid #c4d600;
}

.privacy-notices .sub-info-option.users-and-visitors.active .sub-info-option-highlighter {
    border-bottom: 10px solid #00d2df;
}

.privacy-notices .sub-info-option.contact-astrazeneca.active .sub-info-option-highlighter {
    border-bottom: 10px solid #f0ab00;
}

.privacy-notices .sub-info-body-container {
    background-color: rgba(63, 68, 68, 0.05);
    padding: 24px 24px 48px;
}

.privacy-notices .sub-info-body-container .close-button {
    margin-left: auto;
    display: block;
}

.privacy-notices .sub-info-body-container .title {
    font-family: 'lexia', serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 29px;
    border-bottom: 3px solid #830051;
    display: inline-block;
    margin-bottom: 24px;
}

.privacy-notices .privacy-notice-button-container {
    text-align: center;
    padding: 60px 0 32px;
}

.privacy-notices .sub-info-body-container .body {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

.data-subject-requests .dsr-option-row-tabs {
    border-bottom: 1px solid #9db0ac;
}

.data-subject-requests .dsr-option-container {
    text-align: center;
}

.data-subject-requests .dsr-option {
    width: 250px;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    text-align: center;
    padding: 0 0 48px;
    cursor: pointer;
    position: relative;
}

.data-subject-requests .dsr-option:focus-visible {
    outline: solid #f0ab00;
}

.data-subject-requests .dsr-option .title {
    font-family: 'lexia', serif;
    color: #830051;
    font-size: 24px;
    font-weight: 600;
    border: 0;
}

.data-subject-requests .dsr-option .icon {
    height: 90px;
    margin-bottom: 24px;
}


.data-subject-requests .dsr-option-highlighter {
    width: 250px;
    position: absolute;
    margin-top: 30px;
}

.data-subject-requests .active .dsr-option-highlighter {
    border-bottom: 10px solid #830051
}

.data-subject-requests .dsr-options-tabs-content .col {
    padding: 0;
}

.data-subject-requests .dsr-options-tabs-content-container {
    margin-bottom: 64px;
    border-bottom: 1px solid #9DB0AC;
}

.data-subject-requests .dsr-body-container {
    background-color: rgba(63, 68, 68, 0.05);
    padding: 96px 24px 48px;
}

.data-subject-requests .dsr-body-container .close-button {
    margin-left: auto;
    margin-bottom: 48px;
    display: block;
}

.data-subject-requests .dsr-body-container .title {
    font-family: 'lexia', serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 29px;
    display: inline-block;
    margin: 0;
}

.data-subject-requests .dsr-body-container .title-underline {
    border-bottom: 3px solid #830051;
    max-width: 443px;
    margin-bottom: 24px;
}

.data-subject-requests .dsr-body-container .body {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    white-space-collapse: preserve;
}

.privacy-contacts .contact-regions-container {
    padding-bottom: 96px;
}

.privacy-contacts .contact-regions-map-container {
    position: relative;
    height: 640px;
}

.privacy-contacts .contact-regions-map-container .clickable-country {
    cursor: pointer;
}

.privacy-contacts .global-dpo-details-container {
    background-color: rgba(157, 176, 172, 0.15);
}

.privacy-contacts .region-button-container {
    margin-bottom: 16px;
}
.privacy-contacts .region-button {
    padding: 8px 0;
    font-family: 'Lexia', serif;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    font-style: italic;
    width: 100%;
    text-align: left;
    border-bottom: 3px solid rgba(63, 68, 68, 0.5);
    border-radius: 0;
}

.privacy-contacts .region-button:focus-visible {
    outline: solid #f0ab00;
}

/* ▼ Collapsed */
.privacy-contacts .region-button.collapsed + .triangle-down {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;     /* width */
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c9e300;       /* underline color */
  float: right;
  margin-right: 32px;
  position: relative;
  top: -10px; /* adjust alignment */
}

.privacy-contacts .region-button.collapsed + .triangle-down .inner-triangle-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;        /* background color */
  position: absolute;
  left: -8px;
  top: 3px;
}


/* ▲ Expanded */
.privacy-contacts .region-button:not(.collapsed) + .triangle-down {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;     /* same as collapsed */
  border-right: 9px solid transparent;
  border-top: 9px solid #c9e300;          /* underline color */
  float: right;
  margin-right: 32px;
  position: relative;
  top: -1px;
}

.privacy-contacts .region-button:not(.collapsed) + .triangle-down .inner-triangle-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  left: -8px;
  top: -11px;
}

.privacy-contacts .region-button:hover {
    border-bottom: 3px solid rgba(63, 68, 68, 1);
}

.privacy-contacts .region-button:hover + .triangle-down {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid rgba(63, 68, 68, 1);
    top: -1px;
    border-bottom: 0;
}
.privacy-contacts .region-button:hover + .triangle-down .inner-triangle-down {
    border-top: 10px solid white;
    top: -12px;
    padding-bottom: 10px;
}

html[dir="rtl"] .privacy-contacts .region-button + .triangle-down {
  float: left;
  margin-left: 32px;
}

:root {
  --accent-green: #c4d600;
  --accent-green-rgba: rgba(196, 214, 0, 1);

  --accent-blue: #00d2df;
  --accent-blue-rgba: rgba(0, 210, 223, 1);

  --accent-orange: #f0ab00;
  --accent-orange-rgba: rgba(240, 171, 0, 1);

  --accent-red: #830051;
  --accent-red-rgba: rgba(131, 0, 81, 1);
}

.privacy-contacts .region-button-container:nth-of-type(1) {
  --accent: var(--accent-green);
  --accent-rgba: var(--accent-green-rgba);
}

.privacy-contacts .region-button-container:nth-of-type(2) {
  --accent: var(--accent-blue);
  --accent-rgba: var(--accent-blue-rgba);
}

.privacy-contacts .region-button-container:nth-of-type(3) {
    --accent: var(--accent-red);
    --accent-rgba: var(--accent-red-rgba);

}

.privacy-contacts .region-button-container:nth-of-type(4) {
  --accent: var(--accent-orange);
  --accent-rgba: var(--accent-orange-rgba);
}

/* Shared styles for all region buttons */
.privacy-contacts .region-button-container .region-button {
  border-bottom-color: var(--accent);
}

.privacy-contacts .region-button-container .region-button + .triangle-down {
  border-bottom-color: var(--accent);
}

.privacy-contacts .region-button-container .region-button:hover + .triangle-down,
.privacy-contacts .region-button-container .region-button:not(.collapsed) + .triangle-down {
  border-top: 8px solid var(--accent-rgba);
}



.privacy-contacts .country-option-button {
    padding: 24px 0 4px;
}

.privacy-contacts .country-option-button:focus-visible {
    outline: solid #f0ab00;
}

.privacy-contacts .country-option-button:not(.collapsed) {
    background-color: transparent;
}

.privacy-contacts .country-option-button .button-content {
    position: relative;
}

.privacy-contacts .country-option-button .button-content .title {
    font-family: 'Lexia', serif;
    color: #3F4444;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    display: inline;
    padding: 0;
    margin: 0 16px 0 0;
    display: inline-block;
}

.privacy-contacts .country-option-button:not(.collapsed) .button-content-highlighter {
    border-bottom: 4px solid #D0006F;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -6px;
}


.privacy-contacts .country-option-button.accordion-button::after {
    display: none;
}

.privacy-contacts .country-option-expand-icon {
    float: right;
    position: absolute;
    right: 0%;
    transition: transform 0.3s ease;
}

html[dir="rtl"] .privacy-contacts .country-option-button .button-content .title {
    margin: 0 0 0 16px;
    text-align: right;
}

html[dir="rtl"] .privacy-contacts .country-option-expand-icon {
    float: left;
    right: auto;
    left: 0%;
}

.privacy-contacts .accordion-button.collapsed .country-option-expand-icon {
  transform: rotate(0deg);
}

.privacy-contacts .accordion-button:not(.collapsed) .country-option-expand-icon {
  transform: rotate(180deg);
}

.privacy-contacts .country-option-body {
    white-space-collapse: preserve;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #3F4444;
}

.privacy-contacts .global-dpo-details-container {
    padding: 48px 0;
}

.privacy-contacts .global-dpo-details-container .title {
    font-family: 'Lexia', serif;
    font-weight: 300;
    font-size: 23px;
    display: inline-block;
    border-bottom: 3px solid #830051;
    margin-bottom: 32px;
}

.privacy-contacts .global-dpo-details-container .address {
    font-family: 'Lexia', serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    white-space-collapse: preserve;
    margin-bottom: 24px;
}

.privacy-contacts .global-dpo-details-container .email {
    font-family: 'Lexia', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.footer-banner {
    background-color: #ffffff;
    background-image: url('/static/websites/az_privacy_control/images/footer-banner-background.png');
    background-size: cover;
    color: white;
    margin-bottom: 16px;
}

.footer-banner .row {
    min-height: 700px;
    padding: 96px;
}

.footer-banner .body-container {
    font-family: 'Lexia', serif;
    background-color: rgba(255, 255, 255, 0.7);
    color: #3F4444;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    padding: 48px;
}

.footer {
    background-color: #1b1b1b;
    padding: 48px 80px 32px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.footer .footer-logo {
    width: 6.75rem;
}

.footer .footer-link {
    font-size: .625rem;
    line-height: 1.3;
    letter-spacing: .8px;
    color: #d2d2d2;
    text-decoration: none;
}

.footer-right-column {
    text-align: right;
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .language-menu .language-menu-section {
        padding-left: 32px;
        padding-right: 32px;
    }

    .language-menu .region-option {
        padding: 16px;
    }

    .language-menu .region-option .label {
        display: block;
        margin-top: 16px;
    }

    .language-menu .region-option.selected .triangle-down {
        display: none;
    }

    .language-menu .region-language-list-container .title{
        margin-left: 32px;
        margin-right: 32px;
    }

    .region-language-list-container .language-list-row .country-col {
        border: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .navigation-section .brand-and-language-controls-container {
        padding: 8px;
    }

    .navigation-section .brand-logo {
        height: 60px;
    }

    .navigation-section .globe-icon {
        display: block;
        margin: 0 auto;
        width: 18px;
        height: 18px;
    }

    .navigation-section .language-controls {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 0;
    }

    .navigation-section .language-controls .icon {
        display: none;
    }

    .navigation-section .navbar-toggler {
        display: block;
        margin: 0 auto;
        font-size: 24px;
    }

    .navigation-section .options-container {
        padding: 0 8px;
    }

    .navigation-section .nav-options {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .language-menu .language-menu-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .language-menu .region-option-container {
        padding: 8px;
        border: 0;
    }

    .language-menu .region-language-list-container .title {
        margin-left: 24px;
        margin-right: 24px;
    }

    .region-language-list-container .language-list-row .country-col {
        border: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-banner .title {
        margin-left: 8px;
        margin-right: 8px;
        font-size: 28px;
    }

    .page-instructions {
        margin-bottom: 32px;
    }
    .page-instructions .body {
        font-size: 20px;
        line-height: 22px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .privacy-notices .info-option-container {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .privacy-notices .info-option {
        width: 300px;
        min-height: 300px;
        border-width: 0 0 10px 0;
        background: rgba(157, 176, 172, 0.15);
        box-shadow: none;
        outline: none;
        border-style: solid;
        cursor: pointer;
        position: relative;
        margin: 0 auto;
        padding: 4px 16px;
    }

    .privacy-notices .info-option:focus-visible {
        outline: solid #f0ab00;
    }

    .privacy-notices .info-option .title {
        color: #3f4444;
        font-size: 24px;
        font-family: 'lexia', serif;
        font-weight: 600;
    }

    .privacy-notices .info-option .icon {
        margin-top: 42px;
        margin-bottom: 24px;
        height: 96px;
    }

    .privacy-notices .info-option .triangle-down {
        display: none;
    }

    .privacy-notices .info-option.healthcare-professional.active .triangle-down,
    .privacy-notices .info-option.users-and-visitors.active .triangle-down,
    .privacy-notices .info-option.contact-astrazeneca.active .triangle-down {
      display: none;
    }

    .privacy-notices .sub-info-body-container {
        background-color: rgba(63, 68, 68, 0.05);
        padding: 24px 24px 48px;
    }

    .privacy-notices .sub-info-option .title {
        font-size: 18px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .privacy-contacts .contact-regions-map-container {
        height: 240px;
    }

    .data-subject-requests .dsr-option-container {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .data-subject-requests .dsr-option {
        width: 160px;
    }

    .data-subject-requests .dsr-option-highlighter {
        width: 160px;
        position: absolute;
        margin-top: 30px;
    }

    .data-subject-requests .dsr-body-container.ask-a-question {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-banner .row {
        padding-left: 16px;
        padding-right: 16px;
        min-height: 0px;
    }

    .footer-banner .body-container {
        padding: 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .footer {
        text-align: center;
    }

    .footer .footer-logo {
        margin-bottom: 32px;
    }

    .footer .footer-link-col {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .footer-right-column {
        margin-top: 48px;
        text-align: center;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { ... }

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .privacy-notices .sub-info-body-container {
        overflow-x: scroll;
    }
}

@media print {
    .container {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}
