/* custom style-sheet */
@font-face {
    font-family: 'Univers';
    src: url('../fonts/Univers-Bold.eot');
    src: url('../fonts/Univers-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers-Bold.woff2') format('woff2'),
        url('../fonts/Univers-Bold.woff') format('woff'),
        url('../fonts/Univers-Bold.ttf') format('truetype'),
        url('../fonts/Univers-Bold.svg#Univers-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url('../fonts/Univers-BoldCondensed.eot');
    src: url('../fonts/Univers-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers-BoldCondensed.woff2') format('woff2'),
        url('../fonts/Univers-BoldCondensed.woff') format('woff'),
        url('../fonts/Univers-BoldCondensed.ttf') format('truetype'),
        url('../fonts/Univers-BoldCondensed.svg#Univers-BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url('../fonts/Univers-Condensed.eot');
    src: url('../fonts/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers-Condensed.woff2') format('woff2'),
        url('../fonts/Univers-Condensed.woff') format('woff'),
        url('../fonts/Univers-Condensed.ttf') format('truetype'),
        url('../fonts/Univers-Condensed.svg#Univers-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('../fonts/Univers-Light.eot');
    src: url('../fonts/Univers-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers-Light.woff2') format('woff2'),
        url('../fonts/Univers-Light.woff') format('woff'),
        url('../fonts/Univers-Light.ttf') format('truetype'),
        url('../fonts/Univers-Light.svg#Univers-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('../fonts/Univers.eot');
    src: url('../fonts/Univers.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Univers.woff2') format('woff2'),
        url('../fonts/Univers.woff') format('woff'),
        url('../fonts/Univers.ttf') format('truetype'),
        url('../fonts/Univers.svg#Univers') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    color: #081E49;
    background-color: #d1f1fc;

}

body::before {
    content: "";
    pointer-events: none;
    background-image: url(../images/home-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    z-index: -1;
}

a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus {
    outline: none;
}

section {
    position: relative;
}

.header {
    background-color: #0B1D3F;
    padding: 20px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    max-width: 140px;
    width: 100%;
}

.header-nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-nav ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

/*.header-nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease, left 0.3s ease;
}

.header-nav ul li a:hover::after {
    width: 100%;
    left: 0;
}*/

/* ---------- Hero banner ---------- */
.hero-banner {
    position: relative;
}

.hero-banner-inner {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 60px;
}

.hero-banner-logo img {
    max-width: 225px;
    width: 100%;
	padding-bottom:25px;
}

.hero-banner-box {
    max-width: 800px;
    width: 100%;
    background-color: #0B1D3F;
    border-right: 20px solid #1298D1;
    padding: 20px 30px 20px;
    text-align: center;
    color: #ffffff;
    margin-left: auto;
    margin-top: -15px;
}

.hero-banner-title {
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 12px;
    color: #ffffff;
    text-align: right;
	font-kerning: none;
}

.hero-banner-title span {
    color: #D2F1FB;
    display: inline-block;
}

.hero-banner-subtitle {
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #ffffff;
    text-align: right;
	font-kerning: none;
}

/* ---------- Error 404 ---------- */
.error-hero {
    text-align: center;
    padding-top: 15px;
}

.error-hero .hero-logo {
    margin-top: 0;
    margin-bottom: 30px;
}

.error-page {
    padding-bottom: 30px;
}

.error-page .container {
    max-width: 1300px;
    margin: 0 auto;
}

.error-box {
    background-color: #ffffff;
    border-top: 6px solid #0B1D3F;
    padding: 60px 70px 70px;
    border-radius: 4px;
    overflow: hidden;
}

.error-title {
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 22px;
    padding: 0 15px;
}

.error-divider {
    border: none;
    border-top: 2px dashed #0B1D3F;
    margin: 0 0 30px;
    opacity: 1;
}

.error-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 28px;
    padding: 0 15px;
}

.error-home {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0 15px;
}

.error-home a {
    color: #081E49;
    font-weight: 700;
    text-decoration: underline;
}

/* ---------- Hero ---------- */
.hero {
    text-align: center;
    color: #ffffff;
}

.hero-logo {
    margin-bottom: 18px;
    margin-top: -25px;
}

.hero-logo img {
    max-width: 240px;
    width: 100%;
}

.hero-title {
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 50px;
	font-kerning: none;
	/*word-spacing: 8px;*/
}

.hero-title sup {
    font-size: 50%;
    top: -0.8em;
}

.hero-subtitle {
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 38px;
}

/* Specialty selector */
.specialty {
    margin-top: 10px;
}

.specialty-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.specialty-label::before,
.specialty-label::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #fff;
}

.specialty-label span {
    color: #ffffff;
    font-size: 14px;
    padding: 0 18px;
    font-weight: 700;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
	font-kerning: none;
}

.specialty-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.specialty-item {
    flex: 1 1 0;
    min-width: 210px;
    max-width: max-content;
    position: relative;
}

.specialty-item.specialty-item-gastro {
    min-width: 275px;
}

.specialty-btn {
    background-color: #ffffff;
    color: #0B1D3F;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.specialty-btn .plus {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #1C3A75;
    flex-shrink: 0;
}

.specialty-btn .plus-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.specialty-btn .plus-bar.h {
    width: 10px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.specialty-btn .plus-bar.v {
    width: 2px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.specialty-btn[aria-expanded="true"] .plus-bar.v {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.specialty-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease, padding 0.35s ease, visibility 0s linear 0.35s;
}

.specialty-item.open .specialty-dropdown {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
    padding: 10px 10px;
    pointer-events: auto;
    visibility: visible;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease, padding 0.35s ease, visibility 0s linear 0s;
}

.specialty-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 10px;
    color: #081E49;
    font-size: 14px;
    line-height: 1.35;
    border-bottom: 1px solid #1C3A75;
    padding-right: 8px;
}

.specialty-option:last-child {
    border-bottom: none;
}

.specialty-option:hover {
    color: #0B1D3F;
    background-color: #f4fbff;
}

.specialty-option .option-text strong {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.specialty-option .option-arrow {
    flex-shrink: 0;
    position: relative;
}

.specialty-option .option-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4Ij4NCiAgPHBhdGggaWQ9IlBvbHlnb25fMSIgZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik03LjI1NywzLjFhMiwyLDAsMCwxLDMuNDg2LDBsNS41OCw5LjkyMUEyLDIsMCwwLDEsMTQuNTgsMTZIMy40MmEyLDIsMCwwLDEtMS43NDMtMi45ODFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNikgcm90YXRlKDkwKSIgZmlsbD0iIzFiMzg3MiIvPg0KPC9zdmc+DQo=);
    width: 15px;
    height: 16px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.divider {
    height: 2px;
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 50px;
}

/* ---------- Info cards ---------- */
.info-cards {
    padding-bottom: 60px;
}

.info-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info-card-bar {
    height: 8px;
    background: linear-gradient(to right, #f5a623 0%, #f5a623 30%, #1a8fc4 60%, #0B1D3F 100%);
}

.info-card-contigo .info-card-bar {
    background: linear-gradient(to right, #1a8fc4 0%, #f5a623 50%, #f5a623 100%);
}

.info-card-access .info-card-bar {
    background: linear-gradient(to right, #1a8fc4 0%, #1a8fc4 60%, #0B1D3F 100%);
}

.info-card-body {
    padding: 50px 30px 50px;
    flex: 1;
}

.contigo-logo {
    text-align: center;
    margin-bottom: 18px;
}

.contigo-logo img {
    max-width: 260px;
}

.info-card-contigo p {
    color: #0B1D3F;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    max-width: 485px;
}

.access-title {
    background-color: #e6e4e7;
    display: flex;
    align-items: center;
    max-width: fit-content;
}

.access-title h3 {
    color: #ffffff;
    background-color: #1C3A75;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding: 20px 18px;
    border-left: 8px solid #1a8fc4;
    letter-spacing: 0;
    border-radius: 4px;
}

.info-card-cta {
    background-color: #1C3A75;
    color: #ffffff;
    padding: 25px 30px 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
	font-kerning: none;
}

.info-card-cta::after {
    content: "";
    position: absolute;
    background-image: url(../images/icon_6.png);
    width: 48px;
    height: 25px;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.info-card-cta span {
    margin: 0 auto;
    max-width: 485px;
    display: block;
}

.info-card-cta:hover {
    background-color: #122a55;
    color: #ffffff;
}

.info-card-cta .arrow {
    font-size: 18px;
    line-height: 1;
}

.info-card.info-card-access {
    background-image: url(../images/gettyimages.png);
    background-size: cover;
    background-position: bottom right;
}

.container {
    max-width: 1230px;
}

.forms .container {
    max-width: 1310px;
}

.forms {
    padding: 45px 0 30px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    color: #1C3A75;
}

.forms-inner {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.forms-bar {
    height: 8px;
    background: linear-gradient(90deg,
            #00A7DF 0%,
            #2FA5C4 45%,
            #8FA15A 75%,
            #D99A00 100%);
}

.forms-container {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.forms-head {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.forms-head-icon img {
    width: 60px;
	margin-top: -15px;
}

.forms-head-text {
    text-align: center;
}

.forms-head-title {
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 6px;
}

.forms-head-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
	font-kerning: none;
}

.forms-divider {
    height: 3px;
    background-color: #6CC7EA;
    margin: 35px auto 65px;
    max-width: 1050px;
}

.forms-divider-lg {
    margin: 80px auto 50px;
}

/* shared sub-headings */
.forms-subhead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
	font-kerning: none;
}

.forms-note {
    font-size: 16px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: -15px;
}

/* specialty pills */
.forms-specialty {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 55px;
}

.spec-pill {
    background-color: #ffffff;
    color: #0B1D3F;
    border: 1px solid #1C3A75;
    border-radius: 30px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    max-width: 255px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
}

.spec-pill:hover {
    color: #0B1D3F;
}

.spec-pill.active:hover {
    color: #ffffff;
}

.spec-pill:hover {
    background-color: #eef7fd;
}

.spec-pill.active {
    background-color: #1C3A75;
    color: #ffffff;
}

/* download cards */
.forms-single {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.forms-single .form-card {
    max-width: 396px;
    width: 100%;
}

.forms-grid {
    margin-bottom: 55px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.form-card {
    background-color: #2e3c63;
    border-radius: 7px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    min-height: 150px;
    color: #ffffff;
    cursor: pointer;
}

.form-card:hover {
    box-shadow: 0 5px 10px rgba(11, 29, 63, 0.15);
    transform: translateY(-2px);
}



.form-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 210px;
}

.forms-grid.grid_3rd {
    max-width: 875px;
}

.forms-grid.grid_3rd .form-card-text {
    max-width: 240px;
}

.form-card-title {
    position: relative;
    display: block;
    align-self: flex-start;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.form-card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #4D9FD6;
}

.form-card-title.border_0 {
    /*border-bottom: 2px solid transparent;*/
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-card-title.border_0::after {
    display: none;
}

.form-card-title span {
    color: #C2E9FD;
}

.form-card-desc {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.form-card-aside {
    padding-top:20px;
	flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.form-card-dl {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.8px;
    white-space: nowrap;
    justify-content: center;
}

.form-card-dl img {
    width: 15px;
}

.form-card-dl:hover {
    color: #bfe1f3;
}

.form-card-icon {
    flex-shrink: 0;
}

.form-card-icon img {
    width: 55px;
}

.custom-mt {
    margin-top: 1px;
}


h3.forms-subhead.forms-subhead-narrow {
    margin-top: 100px;
}

/* additional documents */
.forms-additional {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 60px;
}

.adoc {
    text-align: center;
    max-width: 250px;
}

.adoc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: #4D9FD6;
    border-radius: 14px;
    margin-bottom: 18px;
}

.adoc-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.adoc-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 18px;
}

.adoc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background-color: #2e3c63;
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 10px 25px;
    min-width: 250px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.adoc-btn img {
    width: 15px;
}

.adoc-btn:hover {
    box-shadow: 0 5px 10px rgba(11, 29, 63, 0.15);
    transform: translateY(-2px);
}

.isi {
    padding: 30px 0 70px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.isi p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 2px;
}

.isi strong {
    font-weight: bold;
}

.isi-heading {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px;
}

.isi-heading sup {
    font-size: 65%;
}

.isi-subheading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.isi-subheading-lg {
    font-size: 18px;
    margin-bottom: 16px;
}

.isi-section-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}

.isi-indications-heading {
    margin-top: 40px;
    margin-bottom: 12px;
}

.isi-fpi {
    margin-top: 30px;
}

.isi-fpi a {
    color: #081E49;
    text-decoration: underline;
}

.isi-reference-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.isi-reference {
    font-size: 14px;
}

/* ---------- Footer ---------- */
.footer {
    background-color: #0B1D3F;
    color: #ffffff;
    padding: 50px 0 35px;
    text-align: center;
}

.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 30px;
}

.footer-nav-primary {
    margin-bottom: 14px;
}

.footer-nav-primary ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.footer-nav-secondary {
    margin-bottom: 40px;
}

.footer-nav-secondary ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.footer-nav ul li a {
    color: #ffffff;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.footer-nav ul li a:hover {
    color: #9fd4ec;
}

.footer-privacy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-privacy img {
    height: auto;
    width: auto;
    margin-left: 2px;
}

.footer-legal {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.footer-disclaimer {
    font-size: 14px;
    line-height: 1.6;
    max-width: 1040px;
    margin: 0 auto 45px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.footer-disclaimer a {
    color: #ffffff;
    text-decoration: underline;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-code {
    font-size: 14px;
    color: #ADB4BD;
}

.footer-logo img {
    max-width: 110px;
}

/* ---------- Sticky ISI widget ---------- */
.isi-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #071d49;
	/*background-color: #081E48;*/
    color: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s ease, background-color 0.3s ease;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.isi-sticky.is-hidden {
    transform: translateY(100%);
    pointer-events: none;
}

.isi-sticky .container {
    position: relative;
}

.isi-sticky-bar-text {
    padding: 5px 0px 5px;
}

.isi-sticky-toggle {
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 2px;
}

.isi-sticky-toggle .plus {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
}

.isi-sticky-toggle .plus-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #0B1D3F;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.isi-sticky-toggle .plus-bar.h {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.isi-sticky-toggle .plus-bar.v {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
}

/* expanded: vertical bar collapses -> minus icon */
.isi-sticky.expanded .isi-sticky-toggle .plus-bar.v {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.isi-sticky-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}


/* ---------- Expanded state ---------- */
.isi-sticky.expanded {
    background-color: #CEEEFB;
    color: #081E49;
    top: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 190px);
}

.isi-sticky.expanded .container {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
    padding-top: 0;
    padding-bottom: 16px;
    padding-right: 6px;
}

.isi-sticky.expanded .isi-sticky-summary {
    display: none;
}

.isi-sticky.expanded .isi-sticky-toggle .plus {
    background-color: #0B1D3F;
}

.isi-sticky.expanded .isi-sticky-toggle .plus-bar {
    background-color: #ffffff;
}

.isi-sticky.expanded .isi-sticky-body {
    max-height: none;
    flex: 1;
    overflow-y: auto;
    margin-top: 35px;
    padding-top: 0;
    padding-right: 25px;

    /* Custom scrollbar (Firefox) */
    scrollbar-width: thin;
    scrollbar-color: #6f97a6 #cfe6f1;
}

/* Custom scrollbar (WebKit / Chrome / Edge / Safari) */
.isi-sticky.expanded .isi-sticky-body::-webkit-scrollbar {
    width: 8px;
}

.isi-sticky.expanded .isi-sticky-body::-webkit-scrollbar-track {
    background: #cfe6f1;
    border-radius: 8px;
}

.isi-sticky.expanded .isi-sticky-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4f8597 0%, #6f97a6 45%, #aab4ba 100%);
    border-radius: 8px;
}

.isi-sticky.expanded .isi-sticky-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #437686 0%, #5f8a99 45%, #9aa5ab 100%);
}

.isi-sticky.expanded .isi-sticky-body .isi-fpi a {
    color: #081E49;
    text-decoration: underline;
}

/* Prevent background scroll while the panel is expanded */
body.isi-locked {
    overflow: hidden;
}

body.isi-locked::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    opacity: .4;
}

h2.isi-sticky-title {
    font-size: 20px;
    margin-bottom: 0;
}

p.isi-sticky-summary {
    font-size: 16px;
}

.isi-sticky-bar .isi-section-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.isi-sticky.expanded .isi-sticky-bar-text {
    display: none !important;
}

.isi-sticky-bar p {
    font-size: 16px;
}

/* ---------- HCP gateway modal (Bootstrap modal) ---------- */
.hcp-modal .modal-dialog {
    max-width: 700px;
}

/* navy-tinted backdrop to match the design */
.modal-backdrop {
    background-color: #000000;

}

.modal-backdrop.show {
    opacity: 0.8;
}

.hcp-modal-dialog {
    position: relative;
    border: none;
    border-radius: 0;
    padding: 70px 60px 70px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 620px;
}

.hcp-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #0B1D3F;
    cursor: pointer;
    padding: 4px;
}

.hcp-modal-close:hover {
    color: #1C3A75;
}

.hcp-modal-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 22px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.hcp-modal-text {
    color: #000000;
    text-align: left;
    margin: 0 0 30px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
}

.hcp-modal-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0;
}

.hcp-modal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #081E48;
    color: #ffffff;
    border: none;
    border-radius: 300px;
    font-family: 'Univers Condensed', 'Univers', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 20px;
    min-width: 150px;
    cursor: pointer;
    text-align: center;
}

.hcp-modal-btn:hover {
    background-color: #122a55;
    color: #ffffff;
}

.hcp-modal-code {
    font-size: 14px;
    color: #5a6373;
    margin: 26px 0 0;
}