.jumbotron.hero {
    max-height: 150px;
    overflow: hidden;
}

.hero .hero__img-background {
    height: 150px;
    object-fit: cover;
}
 
h2 {
    font-size: 28px;
    font-weight: 700; 
    line-height: 46px;
}

h3 {
    font-family: 'Cardo', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.54px;
}

h4 {
    font-family: 'Cardo', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.48px;
}

h5 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.48px;
}

h6 {
    font-size: 24px;
    font-weight: 700;
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}

.img-fluid {
    width: 100%;
}

a.dep-primary-btn {
    background-color: #0F4A80;
    padding: 14px 20px;
    width: fit-content;
    border-radius: unset;
}

.rotate {
    transform: rotate(180deg);
}

h2.caption-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    color: #F2F2F2;
}

.hero__caption p.description {
    color: #F2F2F2;
}


.sticky-nav-show {
    z-index: 2;
}

/* Media Queries */
@media screen and (min-width: 1024px) {

    h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 32px;
    }

    .jumbotron.hero {
        max-height: 400px;
        overflow: hidden;
    }
    
    .hero .hero__img-background {
        height: 400px;
        object-fit: cover;
    }

    .content .hero__img-background {
        height: 220px;
    }

}

/* International Patient */
.bg-gray {
    background: #F1F1F1;
}

.img-fit {
    object-fit: cover;
    object-position: bottom;
}
.text-blue-dark {
    font-size: 24px;
    color: #035A8F;
}
a.dep-primary-btn {
    background-color: #035A8F;
    border-radius: 4px;
}

/* Common Component */
.common-component .img-wrapper {
    padding-right: 0px;
}
.common-component .text-wrapper {
    padding: 24px;
}
.common-component .text-wrapper .subheading {
    color: #00456D;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.common-component .text-wrapper .heading {
    color: #00456D;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.common-component .text-wrapper  .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 768px) {
    .common-component .img-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* Common List */
.list-wrap {
    height: calc(100% - 1rem);
}
/* Tabs */

.international-patient-tabs {
    list-style-type: none;
    padding: 0;
}

.international-patient-tabs li {
    border-bottom: 1px solid #F1F1F1;
}

.international-patient-tabs li a {
    padding: 22px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    height: 100%;
    display: block;
    transition: padding ease 0.3s;
}

.international-patient-tabs .active,
.international-patient-tabs li:hover {
    border-left: 2px solid #035A8F;
    cursor: pointer;
}

.international-patient-tabs .active a,
.international-patient-tabs li:hover a {
    padding-left: 24px;
    color: #035A8F;
}

/* Playlist */
.playlist-video {
    margin-bottom: 24px;
    border: 1px solid #D4D2E3;
    height: calc(100% - 24px);
}

.playlist-video .description {
    padding: 24px;
}

.playlist-video .description > *:not(:last-child) {
    margin-bottom: 12px;
}

.playlist-video .description .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.playlist-video .description .excerpt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.playlist-video .description a span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

/* Roadmap */
.light-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 42px;
}

/* Accordion */
.accordion-card {
    cursor: pointer;
}

.accordion-card .head {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px 24px;
    border-bottom: 1px solid #555555;
    align-items: center;
}

.accordion-card .head svg {
    transition: all ease .3s;
    transform: rotate(180deg);
}

.accordion-card.active .head svg {
    transform: rotate(0deg);
}

.accordion-card .head .texts {
    display: flex;
    align-items: center;
    gap: 24px;
}

.accordion-card .head .texts .step {
    font-family: 'Cardo';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #035A8F;
}
.accordion-card .head .texts .heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.accordion-card .body {
    padding: 24px calc(3rem + 24px);
    border-bottom: 1px solid #555555;
}

.accordion-card .body p,
.accordion-card .body span,
.accordion-card .body li {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
}

.accordion-card .body ul {
    padding-left: 18px;
}

/* Info Card */
.info-card {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(85, 85, 85, 0.12);
    border-radius: 12px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}

.info-card > * {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.info-card a {
    font-family: 'Cardo';
    font-size: 20px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #035A8F;
    word-wrap: break-word;
}

/* Logos */
.logos-container {
    display: flex;
    flex-wrap: wrap;
}

.logos-container a {
    flex: 0 0 50%;
    margin-bottom: 24px;
    text-align: center;
}

.logos-container a img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
}

.logos-container a:hover img {
    box-shadow: 0px 0px 6px 0px rgba(0, 69, 109, 0.50);
}


@media screen and (min-width: 321px) {
    .logos-container a {
        flex: 0 0 33%;
        text-align: left;
    }
} 

@media screen and (min-width: 768px) {
    .logos-container a {
        flex: 0 0 25%;
    }
} 

@media screen and (min-width: 1024px) {
    .logos-container a {
        flex: 0 0 20%;
    }
} 

#fmt-article p,
#fmt-article li {
    font-size: 16px;
}
