
/* =============================== */
/* 01 BASE */
/* =============================== */

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'TideSans','Red Hat Display', 'Helvetica', Arial, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #041E42;
    font-family: 'TideSans','Red Hat Display', 'Helvetica', Arial, Tahoma, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
    margin: 0;
}

header a, header span, header p {
    font-family: 'TideSans','Red Hat Display', 'Helvetica', Arial, Tahoma, sans-serif;
}

h1, h1.fl-heading {
    font-size: 56px;
    font-weight: 600;
}

h2, h2.fl-heading {
    font-size: 40px;
    font-weight: 600;
}

#lh-menu-toggle {
    width: 30px;
    text-align: center;
}
.fl-page-content-lh .breadcrumb-trail {
    font-size: 12px;
}
.classroomCta {
    flex: 1;
    height: 100%;
    display: block;
    max-height: 200px;
    text-align: left;
    align-content: center;
    align-items: center;
    border: 1px solid #efefef;
    width: 100%;
    margin-top: 15px;
    float: left;
    padding: 10px 25px;
    background: #00a9e0;
}
    .classroomCta .lg {
        font-size: 18px;
        font-weight: 500;
    }
    .classroomCta a {
        text-transform: uppercase;
        color: #fff;
        background: #041E42;
        padding: 8px 25px;
        border-radius: 50px;
        margin-top: 15px;
        display: block;
        font-size: 12px;
        float: left;
        border: 1px solid #fff;
        text-decoration: none;
    }
.search-flyout {
    position: absolute;
    top: 0px;
    right: 45px;
    width: 600px;
    background: transparent;
    padding: 1rem;
    border: none;
    z-index: 999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
}

    .search-flyout.visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        display: block !important;
    }

#search-flyout .meili-text-search-button {
    display: block;
}

.lh-slider-info ul, .lh-slider-info ul li, .lh-slider-info ul li a {
    text-indent: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #041E42;
    padding-bottom: 4px;
}

#ocean-facts-detail {
    width: calc(100% - 115px);
    margin-left: 40px;
}

.hover-left,
.hover-right {
    display: flex;
    gap: 0.5rem;
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

.hover-left {
    align-items: flex-start;
}

.hover-right {
    align-items: flex-start;
}

.hover-icon {
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
}

    .hover-icon:hover {
        background: rgba(0,0,0,0.8);
    }

.swiper-button-next::after, .swiper-button-prev::after {
    color: #CBD6E2;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 30px;
    font-weight: 700;
}
/* Overlay Link */

.sidebar a {
    color: #00A9E0;
    font-size: 14px;
}

/* =============================== */
/* 02 LAYOUT */
/* =============================== */

.fl-page-content-lh .fl-content {
    margin-top: 0px;
}

.fl-full-width .fl-page-content-lh .container {
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
}

.fl-page-content-lh {
    background-image: url('https://www.whoi.edu/wp-content/uploads/2025/05/blue-scaled.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: transparent;
}
#tab-content-multimedia .sidebar-blue-box {
    margin: 0px -10px;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: transparent;
    border: 0px;
}
#tab-content-multimedia .multimedia-item {
    width: calc(33.333% - 20px);
    margin: 0;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    #tab-content-multimedia .multimedia-item .fl-post-meta {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        margin-top: 11px;
        color: #00A9E0;
        float: left;
        width: 100%;
    }
.fl-post-content.topics .fl-col-content .fl-module-content {
    margin-left: 20px;
}
#tab-content-multimedia {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.fl-page-content-lh .fl-content.col-md-3.sidebar {
  margin-top: 20px;
}

#tab-content-learn .content-splash-img {
    width: 100%;
    max-width: 820px;
    border-radius: 4px;
    overflow: hidden;
}
#tab-content-learn .kyo-hero-caption {
    width: 100%;
    max-width: 820px;
    margin: 5px 20px 10px;
}

#tab-content-learn .content-splash-img {
    margin: 20px 20px 5px;
}


.interactive {
    display: flex;
    flex-direction: row;
    gap: 2rem; 
}

    .interactive .image-of-day-media {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .interactive .image-of-day-text {
        flex: 0 0 auto;
        width: 100%;
        align-self: flex-start;
    }


.fl-page-content-lh .visual-whoi-license-box {
    width: 100%;
    border-top: 0px;
    background: #0d2a45;
    margin: 2em 0 0 0;
    padding: 3.5em 0 3.5em 0;
    text-align: center;
    color: #fff;
}
    .visual-whoi-license-box .row {
        max-width: 850px;
        margin: auto;
    }

    .visual-whoi-license-box h2 {
        color: #fff;
        text-align: center;
        margin: auto;
        margin-bottom: auto;
    }
.fl-page-content-lh .visual-whoi-license-box a {
    color: #fff;
}
.visual-whoi-topics-list {
    margin: auto;
    margin-top: auto;
    width: fit-content;
    display: block;
    margin-top: 5em;
    font-size:20px;
}
        /* =============================== */
        /* 03 COMPONENTS */
        /* =============================== */

        .lh-account-menu {
    position: relative;
    display: inline-block;
}

    .lh-account-menu .account-dropdown {
        display: none;
        position: absolute;
        background: white;
        border: 1px solid #ccc;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: 160px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .lh-account-menu:hover .account-dropdown {
        display: block;
    }

.account-dropdown a {
    display: block;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
}

    .account-dropdown a:hover {
        background-color: #f5f5f5;
    }
/* Base styling for pinnedHeader (optional, adjust as needed) */
#pinnedHeader {
    width: 100%;
    background-color: #F4F7FA;
}
    /* Pinned state */
    #pinnedHeader.is-pinned {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 80; /* Ensure it stays above other content */
    }

    #pinnedHeader ul {
        padding-left: 0px;
        display: block;
        margin: auto;
        width: max-content;
        float: none;
    }

        #pinnedHeader ul li:not(li:last-child) {
            padding-right: 40px;
        }

        #pinnedHeader ul li {
            display: inline-block;
            text-indent: 0px;
        }

    #pinnedHeader a {
        color: #33475B;
        font-weight: 500;
    }

.fl-post-image {
    border-radius: 4px;
    overflow: hidden;
}

.fl-post-feed.stacked .fl-post-image > a {
    max-height: 160px;
    overflow-y: hidden;
    display: block;
}

#featured .fl-post-feed-post .fl-post-image > a {
    max-height: 175px;
    overflow-y: hidden;
    display: block;
}

#featured .fl-post-feed-post .fl-post-image a:after,
#featured .fl-post-grid-post .fl-post-image a:after,
.related-thumb-container .related-thumb:after {
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
}

#featured .fl-post-feed-post .fl-post-meta,
#featured .fl-post-grid-post .fl-post-meta,
.lh-slide-content .fl-post-meta,
#ocean-facts-detail .mb-2.taxonomy {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    color: #01A9E0;
}

.related-ocean-facts-grid .related-topic-term {
    margin: 7px 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px;
    color: #01A9E0;
}


#featured .fl-post-excerpt p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#featured .fl-post-feed-post .fl-post-meta a, #featured .fl-post-grid-post .fl-post-meta a {
    color: #01A9E0;
}

.fl-post-text .fl-post-title a {
    color: #032148;
}
/***Multimedia Layout***/

.image-of-day-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 16px;
}

.image-of-day-text {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.image-of-day-description {
    font-size: 14px;
    line-height: 1.6;
}
.lh-account-menu, .image-of-day-buttons, .lh-nav-links {
    display: none;
}

.logged-in .lh-account-menu, .logged-in .image-of-day-buttons, .logged-in .lh-nav-links {
    display: block;
}


.image-of-day-meta, .image-of-day-buttons {
    font-size: 0.875rem;
    color: #444;
    width: 100%;
}



.image-of-day-buttons {
    gap: 1rem;
    margin-top: 0.5rem;
    /*display: flex;*/
}

    .image-of-day-buttons .btn {
        padding: 0.6rem 1.2rem;
        font-weight: normal;
        border: none;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        background: #1CA9E0;
        border-radius: 50px;
        padding: 13px 30px;
        font-size: 15px;
    }

.download-btn {
    background-color: #009de0;
}

.save-resource-btn {
    background-color: #00c6aa;
}

.image-of-day-media {
    flex: 1 1 55%;
    text-align: center;
}

    .image-of-day-media img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }
.topic-landing-child-image {
    border-radius: 4px;
    overflow: hidden;
}
.related-items-section {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 2px solid #ccc;
}

.related-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.related-hover-actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.related-item:hover .related-hover-actions,
.related-caption:hover ~ .related-hover-actions {
    opacity: 1;
    pointer-events: auto;
}

.related-items-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.related-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    position: relative;
}

.related-item {
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
}

.related-image-link img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.related-caption {
    padding: 0.75rem;
    font-size: 0.9rem;
    color: #333;
}
.visual_whoi_item .related-caption {
    padding: 0px;
}
.image-of-day-text .row.byline {
    margin-left: 5px;
    margin-right: 0px;
}
.related-items-grid .related-image-wrapper .related-image-link::before {
    content: "";
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.fl-page-content-lh #information {
    max-width: 890px;
}
#learning-hub-content .collapseomatic {
    font-family: "Font Awesome 5 Pro";
    position: relative;
    background-image: inherit !important;
}

    #learning-hub-content .collapseomatic:before {
        content: "\f105";
        font-size: 28px;
        top: -10px;
        position: absolute;
        left: 25px;
    }

    #learning-hub-content .collapseomatic.colomat-close:before {
        transform: rotate(90deg);
    }

.related-topics {
    font-size: 0.75rem;
    color: #01A9E0;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-transform: uppercase;
}

.related-image-link {
    max-height: 185px;
    overflow: hidden;
    display: block;
}

.related-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.related-title {
    display: block;
    color: #032148;
    text-decoration: none;
    line-height: 1.25;
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 500;
    padding-top: 5px;
    float: left;
    width: 100%;
}

    
/* Last item = covered by SEE MORE */
.related-item-covered {
    position: relative;
    z-index: 0;
}

.fl-content:not(#information.fl-content) .related-content {
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
}
.fl-page-content-lh #topics .topicHeader {
    margin-bottom: 20px;
}
    .related-content:nth-child(4), .related-content:nth-child(5) {
        margin-top: 40px;
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 30px;
    }
#information #related {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px;
    float: left;
    width: 100%;
}
#information .related-content {
    flex: 1 1 calc(50% - 30px);
    box-sizing: border-box;
    min-height: 100%;

}


#tab-content-multimedia .multimedia-item .multimedia-title a {
    font-size: 19px;
    font-weight: 500;
    color: #041E42;
    padding-top: 10px;
    float: left;
    width: 100%;
    line-height: 1.2;
}

.multimedia-img:before {
    content: "";
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.multimedia-item .mediaLabel {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 10;
}
    .multimedia-item .mediaLabel .media_type_label {
        font-size: 10px;
        color: #fff;
    }
#tab-content-multimedia .multimedia-item .multimedia-img {
    position: relative;
    min-height: 140px;
    overflow: hidden;
    border-radius: 4px;
}
    #tab-content-multimedia .multimedia-item .multimedia-img a::after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 5;
        height: 100%;
        width: 100%;
    }

    #tab-content-multimedia .multimedia-item .multimedia-img .wp-post-image {
        position: absolute;
        height: auto;
        width: 100%;
        max-width: fit-content;
        left: 0;
        right: 0;
    }

.topicHeader {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.topicstabsContainer {
    position: relative;
    float: left;
    width: 100%;
}

    .topicstabsContainer .topic-all-link {
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 13px;
        text-transform: uppercase;
    }
.fl-page-content-lh #information {
    max-width: 890px;
}

/* =============================== */
/* 04 UTILITIES */
/* =============================== */

.noHeight.codeBlock {
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.LH.col-md-12 {
    margin-top: 30px;
}

.lh-icon.lh-search-toggle {
    cursor: pointer;
    color: #01A9E0;
}

    .lh-icon.lh-search-toggle i, .lh-icon.lh-search-toggle i::before {
        color: #01A9E0;
    }
.related-thumb-container {
    position: relative;
}
.related-ocean-facts-grid .related-card:hover {
    background: transparent;
}
.related-ocean-facts-grid .related-grid {
    width: 100%;
    margin-bottom: 40px;
}
.related-ocean-facts-grid .related-headline a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #041E42;
}
    .contentType,
    .related-thumb-container .related-media-type {
        position: absolute;
        top: 12px;
        display: block !important;
        left: 14px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
        z-index: 10;
        color: #ffffff;
        border-radius: 4px;
        overflow: hidden;

    }
.related-ocean-facts-grid .related-thumb {
    max-height: 164px;
    overflow: hidden;
    overflow: hidden;
    border-radius: 4px;
}
.related-ocean-facts-grid .related-thumb img {
    margin-bottom: 0px;
}

#featured .fl-post-grid-post .fl-post-image .contentType {
    left: 18px;
    top: 15px;
}

.list-group-item.ocean-fact-item .meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 6px;
    color: #919191;
}

.list-group-item.ocean-fact-item.active .meta {
    color: #01A9E0;
}

.img-fluid.wp-post-image, .img {
    border-radius: 4px 4px 4px 4px;
}


/* =============================== */
/* 05 OVERRIDES */
/* =============================== */

header.fl-builder-content-586743 ~ .fl-page-content header.fl-post-header {
    display: none;
}

header.fl-builder-content-586743 ~ .fl-page-content article {
    background-image: url('');
}

header.fl-builder-content-586743 ~ .fl-page-content article {
    background-image: url('https://www.whoi.edu/wp-content/uploads/2025/04/blue-scaled.jpg');
    background-position: top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}

    header.fl-builder-content-586743 ~ .fl-page-content article:before {
        content: "";
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0.15) 10%, rgba(255,255,255,.9) 50%, rgba(255,255,255,0.15) 90%);
        width: 100%;
        position: absolute;
        height: 100%;
    }

.pp-posts-wrapper .pp-content-posts .fl-post-image {
    border-radius: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.fl-builder-content .fl-post-grid .fl-post-grid-post {
    background: transparent;
    border: none;
}

.type-ocean_fact table tbody tr td:first-child {
    font-weight: 500;
}

.page-id-188 .pp-content-post .fl-post-image .contentType {
    top: 20px;
    left: 20px;
}

.page-id-188 .pp-content-post .fl-post-image a::before {
    content: "";
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.06) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    top: 0;
}

.related-items-grid .related-image-wrapper .mediaLabel {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: 12px;
    left: 15px;
    z-index: 10;
}
    .related-items-grid .related-image-wrapper .mediaLabel a {
        color: #fff;
    }

.single-visual_whoi_item .see-more-card-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    font-size: 20px;
}
.related-item.related-item-covered .related-caption {
    padding-left: 15px;
}
.see-more-card-overlay:hover {
    background: rgba(0, 0, 0, 0.7);
}
.pp-content-post-carousel .fl-post-meta, 
.pp-content-post .fl-post-meta, 
.related-caption .fl-post-meta {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    margin-top: 11px;
    color: #00A9E0;
    float: left;
    width: 100%;
}

.pp-content-post-carousel .fl-post-title, .pp-content-post .fl-post-title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    color: #041E42;
}

.fl-tabs.fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-bottom: 4px solid #00A9E0 !important;
}

.fl-tabs.fl-tabs-vertical .fl-tabs-label.fl-tab-active {
    border-left: 4px solid #00A9E0 !important;
}

.fl-tabs.fl-tabs-horizontal .fl-tabs-label {
    border-bottom: 4px solid #C4D3E8 !important;
}

.fl-tabs.fl-tabs-vertical .fl-tabs-label {
    border-bottom: 1px solid #C4D3E8 !important;
}

.fl-node-tk8cz1r095fv .fl-post-image {
    border-radius: 4px 4px 0px 0px;
}

.fl-module.fl-module-post-grid.fl-node-9aylr23owu4b.stacked .fl-post-feed-post .fl-post-text {
    flex: 1;
}

.fl-module.fl-module-post-grid.fl-node-9aylr23owu4b.stacked .fl-post-feed-post {
    display: flex;
}

fl-tabs-panels .fl-tabs-panel-content {
    display: none;
    padding: 40px 18px;
}

.learning-hub-content .fl-builder-content-17808 {
}

    .learning-hub-content .fl-builder-content-17808 .collapseomatic {
        color: #dff;
    }

#learning-hub-content .fl-module-list .fl-list-item-content .fl-list-item-content-text a {
    color: #032148;
    font-weight: 500;
}

#learning-hub-content .fl-module-list .fl-list-item-content .fl-list-item-content-text .collapseomatic_content a {
    font-weight: 400;
}

#learning-hub-content .fl-module-list .fl-list-item-content .fl-list-item-content-icon ~ .fl-list-item-content-text > p {
    margin-bottom: 0px;
}

#learning-hub-content .fl-module-button .fl-button-right.fl-button-has-icon .fl-button .fl-button-icon.fl-button-icon-after.fas.fa-angle-right {
    background-color: #01A9E0;
    color: #fff;
    padding: 7px 7px 7px 9px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    text-align: center;
}



.fl-node-l6beqyzk4cf8 .meili-text-search-form {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}


/* =============================== */
/* 06 RESPONSIVE */
/* =============================== */

/* Responsive tweaks */
@media (max-width: 1024px) {
    .see-more-card-overlay {
        width: calc(33.333% - 0.75rem);
        height: calc(100% / 4 - 0.75rem);
    }
}

@media (max-width: 768px) {
    .see-more-card-overlay {
        width: calc(50% - 0.75rem);
        height: calc(100% / 6 - 0.75rem);
    }
}

@media (max-width: 480px) {
    .see-more-card-overlay {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 1rem;
    }
}
