.row {
    padding-left: 1rem;
    padding-right: 1rem;
}
.row .row {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .row {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .row .row {
        padding-left: 0;
        padding-right: 0;
    }
}
#nav {
    display: none;
}
main .content-block:not(.blue, .fiu-background-blue) a:not([class^="button"], [data-magellan-expedition] a, .event-wrapper a, .icon-link-row a):focus {
    background: unset;
}
main h1, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.display-text, 
.display-text--small, 
.display-text--medium, 
.display-text--large, 
.display-text--x-large, 
.panel h1, 
.panel h2, 
.panel h3, 
.panel h4, 
.panel h5, 
.panel h6, 
.related-content .display-text--small,
.fiu-background-bright-gold h1, 
.fiu-background-bright-gold h2, 
.fiu-background-bright-gold h3, 
.fiu-background-bright-gold h4, 
.fiu-background-bright-gold h5, 
.fiu-background-bright-gold h6, 
.bright-gold h1, 
.bright-gold h2, 
.bright-gold h3, 
.bright-gold h4, 
.bright-gold h5, 
.bright-gold h6 {
    color: #101E3E;
    margin-top: 0;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
    text-decoration: none !important;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
    text-decoration: underline !important;
}
h1 a:visited, 
h2 a:visited, 
h3 a:visited, 
h4 a:visited, 
h5 a:visited, 
h6 a:visited {
    color: inherit !important;
}

h1 a:hover .pretitle, 
h2 a:hover .pretitle, 
h3 a:hover .pretitle, 
h4 a:hover .pretitle, 
h5 a:hover .pretitle, 
h6 a:hover .pretitle {
    text-decoration: none !important;    
}
.pretitle {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.3125rem;
    text-transform: none;
    font-weight: 800;
    letter-spacing: normal;
    color: #101E3E;
}

@media (min-width: 1025px) {
    p, li {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

#banner.banner-flex, 
#banner-video.banner-flex {
    height: auto !important;
    overflow: hidden;
    background-color: #71cfe8;
}

.banner-flex .row .columns {
    position: static;
}

#banner.banner-flex .content-flex,
#video-banner.banner-flex .content-flex {
    justify-content: flex-start;
    align-items: flex-start;
}

#banner.banner-flex .content-flex .content,
#video-banner.banner-flex .content-flex .content {
    padding: 2rem 0 0;
    width: 100%;
    max-width: unset;
}

.banner-flex .content h1 {
    margin-bottom: 2rem;
    transform: none;
}

.banner-flex .content .banner-description {
    max-width: 540px;
}

.banner-flex .content h1,
.banner-flex .content .banner-description {
    position: relative;
    z-index: 10;
}
.banner-flex .content .banner-description p {
    max-width: 450px;    
}

.banner-flex .content .banner-video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 395/263;
}

.banner-flex .content .banner-video-wrapper video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (min-width: 768px) {
    #banner.banner-flex .content-flex,
    #video-banner.banner-flex .content-flex {
        min-height: 812px !important;
    }
    #banner.banner-flex .content-flex .content,
    #video-banner.banner-flex .content-flex .content {
        padding: 4.25rem 0;
    }
    .banner-flex .content h1 {
        margin-bottom: 3rem;
    }
    .banner-flex .content .banner-video-wrapper {
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 0;
        width: 80%;
        max-height: 526px;
        max-width: 838px;
    }
    
}

@media (min-width: 1025px) {
    #banner.banner-flex .content-flex,
    #video-banner.banner-flex .content-flex {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .banner-flex .content .button-wrapper {
        margin-top: 3rem;
    }    
}

@media (min-width: 1366px) {
    .banner-flex .content .banner-video-wrapper {
        right: auto;
        left: 50%;
        transform: translateX(-19%);
    }
}

#clouds-01,
#clouds-02 {
    position: absolute;
    will-change: transform;
}

#clouds-01 {
    top: -60px;
    left: 8%;
}

#clouds-02 {
    top: 0;
    left: 51%;
}

@media (min-width: 640px) {
    #banner.banner-flex, #banner-video.banner-flex {
        background-color: #82d5eb;
    }
}

/* Content Block Overrides */
.row {
    max-width: 79.75rem;
}
@media (min-width: 1025px) {
    .content-block {
        padding-top: 4.8125rem;
        padding-bottom: 4.8125rem;
    }
    .content-block.multimedia-bg {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 640px) {
    .grid-content-image img {
        width: 100%;
        max-width: unset;
    }
    .card-grid.edgeless .grid-content-image img {
        width: calc(100% + 2rem);
    }
}
/* New Elements */
.module-banner {
    padding: 2rem 0;
    text-align: center;
    background-color:  #081e3f;
    color: #fff;
}
.module-featured-stories .module-banner * {
    color: #fff;
}
.module-featured-stories .module-banner > *:last-child {
    margin-bottom: 0;
}

/* Module: From the Dean */
.module-from-the-dean {
    background: #081e3f url(../media/landing-page/module-from-the-dean-bg.webp) 50% 50% no-repeat;
    background-size: cover;
}
@media (min-width: 769px) {
    .module-from-the-dean {
        background-attachment: fixed;
    }
}
.module-from-the-dean .description {
    position: relative;
    margin: 2.5rem 0;
    padding-left: 2.5rem;
}
.module-from-the-dean .description::before {
    content: '';
    position: absolute;
    left: 0;
    height: 75%;
    width: 5px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .module-from-the-dean .content-row {
        display: flex;
        align-items: flex-end;
    }
}
@media (min-width: 1025px) {
    .module-from-the-dean .description {
        padding-top: 6.25;
        padding-left: 3.5rem;
        width: 692px;
    }
}
@media (min-width: 1026px) and (max-width: 1299px) {
    .module-from-the-dean .description {
        padding: 0;
    }
    .module-from-the-dean .description::before {
        left: -3.5rem;
    }
    .module-from-the-dean img {
        width: 300px;
        height: auto;
        max-width: unset;
    }  
}
@media (min-width: 1300px) {
    .module-from-the-dean img {
        width: 386px;
        height: auto;
        max-width: unset;
    }    
}

/* Module: Featured Stories */
.module-featured-stories {
    padding: 0;
}
.module-featured-stories > .row {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.module-featured-stories > .row > .columns {
    padding: 0;
}
.module-featured-stories .featured-story-title {
    font-size: 1.875rem;
    font-weight: 400;
    color: #000;
}
.module-featured-stories .featured-story-title a {
    display: block;
}
.module-featured-stories .featured-story-image {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    background: transparent 0 50% no-repeat;
    background-size: cover;
}
.module-featured-stories .featured-story-image img {
    position: relative;
    z-index: 10;
    top: -2.25rem;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    transition: all .1s ease-in-out;
}
.module-featured-stories .featured-story-image > a {
    position: relative;
    z-index: 10;
    display: block;
}
.module-featured-stories .featured-story-image > a:hover {
    opacity: 1 !important;    
}
.module-featured-stories .featured-story-image > a:hover img {  
    transform: scale(1.025);
}
.module-featured-stories .featured-story-image::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:  #081e3f;
    opacity: 0.8;
}
.module-featured-stories .featured-story-content {
    padding: 2rem 2rem 4rem;
}
.module-featured-stories .featured-story-content .text {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.module-featured-stories .featured-story-content h3 a {
    padding-bottom: 2.5rem;
    color: #101E3E;
}
.module-featured-stories .module-banner {
    padding-bottom: 4rem;    
}
@media (min-width: 768px) {
    .module-featured-stories .module-banner {
        padding: 2rem 0 4rem;    
    }
    .module-featured-stories .module-banner h2 {
        font-size: 3.125rem;
    }
    .module-featured-stories .featured-story-content {
        padding-bottom: 6rem;
    }
    .module-featured-stories .featured-story-title a::after {
        content: 'Read the story';
        position: absolute;
        bottom: 0;
        display: block;
        margin-top: 2rem;
        font-size: 1rem;
        font-weight: 800;
        opacity: 0;
        transform: translateY(-1rem);
        transition: all .2s ease-in-out;
    }

    .module-featured-stories .featured-story-title a:hover::after {
        opacity: 1;
        transform: translateY(0);
    }

}
@media (min-width: 1025px) {
    .module-featured-stories .module-banner {
        padding: 4rem 0 6rem;    
    }
    .module-featured-stories .featured-story {
        display: flex;
        min-height: 500px;
    }
    .module-featured-stories .featured-story + .featured-story {
        margin-top: 8.5rem;
    }
    .module-featured-stories .featured-story-image {
        position: relative;
        z-index: 1;
        width: 45%;
        background: transparent 0 50% no-repeat;
        background-size: cover;
    }
    .module-featured-stories .featured-story-image::before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color:  #081e3f;
        opacity: 0.8;
    }
    .module-featured-stories .featured-story-image img {
        position: relative;
        z-index: 15;
        top: -2.25rem;
        right: -4rem;
        display: block;
        margin-bottom: 4.875rem;
        margin-left: auto;
        margin-right: 0;
        width: 100%;
    }
    .module-featured-stories .featured-story-content {
        display: flex;
        align-items: center;
        padding: 0 0 0 10%;
        width: 55%;
    }
    .module-featured-stories .featured-story-content .text {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 480px;
    }
    .module-featured-stories .featured-story:nth-child(2n + 1) {
        flex-direction: row-reverse;
    }
    .module-featured-stories .featured-story:nth-child(2n + 1) .featured-story-image {
        background-position: 100% 50%;
    }
    .module-featured-stories .featured-story:nth-child(2n + 1) .featured-story-image img {
        margin-top: -2rem;
        margin-left: -8rem;
    
    }
    .module-featured-stories .featured-story:nth-child(2n + 1) .featured-story-content {
        justify-content: center;
        padding-right: 6rem;
    }
    .module-featured-stories .featured-story:nth-child(2n + 1) .featured-story-content .text {
        padding-left: 2rem;    
    }
}

/* Custom Content Grid */
main .content-block.module-custom-content-grid-1 li h3,
.module-research h3 {
    font-size: 1.5625rem;
    font-weight: 400;
    color: #000;
}
main .content-block.module-custom-content-grid-1 li h3 a {
    display: block;
    color: #000 !important;
    text-decoration: none;    
}
main .content-block.module-custom-content-grid-1 li h3 a .pretitle {
    color: #101E3E !important;
    margin-bottom: 1.75rem;
}

@media (min-width: 1025px) {
    .content-block.module-custom-content-grid-1 .thumbnail-grid {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }    
}

.content-block.module-custom-content-grid-1 .thumbnail-grid::before {
    content: '';
    position: absolute;
    top: 6rem;
    left: -0.5rem;
    border-radius: 10px;
    height: calc(100% - 12rem);
    width: calc(100% + 1rem);
    background: rgba(239, 242, 244, 0.60);
}
.content-block.module-custom-content-grid-1 .thumbnail-grid > li {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}
.content-block.module-custom-content-grid-1 .thumbnail-grid li > img,
.content-block.module-custom-content-grid-1 .thumbnail-grid li > a {
    border-left: 10px solid #ffcc00;
    width: 39%;
    flex: 0 0 auto;
    position: relative;
}
.content-block.module-custom-content-grid-1 .thumbnail-grid li > a > img {
    margin: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.content-block.module-custom-content-grid-1 .thumbnail-grid li h3 {
    margin: 0;
    padding: 3.625rem 2rem;
    height: 100%;
    background-color: #fff;
    width: 61%;
}
@media (max-width: 1025px) {
    .content-block.module-custom-content-grid-1 .thumbnail-grid li {
        width: 100%;
    }
    .content-block.module-custom-content-grid-1 .thumbnail-grid li > a > img {
        position: absolute;
        object-position: 50% 25%;
    }
}

@media (max-width: 600px) {
    .content-block.module-custom-content-grid-1 .thumbnail-grid li {
        display: block;
    }
    .content-block.module-custom-content-grid-1 .thumbnail-grid li h3 {
        padding: 1rem;
        width: auto;
    }
    .content-block.module-custom-content-grid-1 .thumbnail-grid li > a,
    .content-block.module-custom-content-grid-1 .thumbnail-grid li > img {
        float: right;
        max-width: 30%;
        margin: 0 0 0.5rem 0.5rem;
    }
    .content-block.module-custom-content-grid-1 .thumbnail-grid li > a > img {
        position: static;
    }
}

/* Module: Research */
.module-research {
    position: relative;
}
/*.module-research::after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: transparent url(../media/landing-page/molecules-bg.webp) 50% 50% no-repeat;
    background-size: cover;
}*/
.module-research .row {
    position: relative;
    z-index: 10;
}
.module-research .additional-content-before {
    padding-bottom: 0;
}
.module-research .card-grid {
    margin-top: -1rem;
}
.module-research .module-banner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.module-research .module-banner > * {
    color: #fff;
}
.module-research .module-banner::after {
    content: '';
    position: absolute;
    left: 6%;
    top: 100%;
    width: 88%;
    height: 380px;
    background-color:  #081e3f;
}
.module-research .grid-content-wrapper > *:last-child {
    margin-bottom: 0;
}
.module-research .grid-content {
    border: 0;
    background-color: #fff;
}
.module-research img {
    width: 100%;
}

.module-research .additional-content-after,
.module-research .additional-content-after .columns {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.module-research .additional-content-after .video-bg {
    position: absolute;
    z-index: 1;
    top: 40%;
    width: 100%;
    height: 60%;
}
.module-research .additional-content-after .video-bg video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (min-width: 768px) {
    .module-research .grid-content-wrapper {
        padding: 2.5rem 1rem;
    }    
}
@media (max-width: 640px) {
    .module-research .module-banner::after {
        display: none;
    }
}
/* Module: Philanthropy */
.module-philanthropy .card-grid .grid-content {
    padding: 2rem;
}
.module-philanthropy .card-grid .grid-content h3 {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
/* Module: Match Day */
.module-match-day .padded-block {
    border-radius: 0;
    box-shadow: -24px 25px 62px 0 #ddd;  
}
.module-match-day .padded-block .padded-block-content {
    max-width: 100%;
}
.module-match-day .text-column {
    margin-top: 2rem;
}
.module-match-day .video-column {
    flex-grow: 1;
}
@media (min-width: 1025px) {
    .module-match-day .flex-row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
    }
    .module-match-day .flex-row .column:first-child {
        width: 100%;
        flex-grow: 1;
    }
    .module-match-day .text-column {
        margin-top: 0;
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .module-match-day .flex-row {
        width: 108%;
    }
    .module-match-day .flex-row .text-column {
        margin: 0 5rem;
    }
}
@media (min-width: 1400px) {
    .module-match-day .flex-row {
        width: 112%;
    }
}
/* Module: Narrative Medicine */
.narrative-medicine {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    border-left: 10px solid #ffcc00;
}
.narrative-medicine::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -10px;
    height: 10px;
    width: 80%;
    background-color: #ffcc00;
}
.narrative-medicine {
    margin-bottom: 7rem;
}
.narrative-medicine-image {
    position: relative;
    z-index: 10;
    border-radius: 50%;
    border: 10px solid #fff;
    flex-grow: 1;
    overflow: hidden;
    margin-bottom: -4.375rem;
    width: 40%;
    height: auto;
    max-width: 400px;
    aspect-ratio: 1/1;
}
.narrative-medicine-text {
    width: 60%;
}
.narrative-medicine-text h3 {
    font-size: 1.875rem;
    margin-top: 1.5rem;
}

.narrative-medicine:nth-child(2n+1) {
    border-left: 0;
    border-right: 10px solid #ffcc00;
    flex-direction: row;
    justify-content: flex-start;
}
.narrative-medicine:nth-child(2n+1)::after {
    left: auto;
    right: -10px;
}
@media (min-width: 1025px) {
   .narrative-medicine {
        margin-bottom: 11.375rem;
        padding: 4.375rem 3.125rem 0;
    } 
    .narrative-medicine-text h3 {
        font-size: 3.1875rem;
    }
    .narrative-medicine {
        border-left-width: 30px;
    }
    .narrative-medicine::after {
        left: -30px;
        height: 30px;
    }
    .narrative-medicine:nth-child(2n+1) {
        border-right-width: 30px;    
    }
    .narrative-medicine:nth-child(2n+1)::after {
        right: -30px;
    }
}
@media (max-width: 640px) {
    .narrative-medicine {
        display: block;
        margin: 4rem 0;
    }
    .narrative-medicine-image {
        margin: -4rem 0 0;
        width: auto;
    }
    .narrative-medicine-text {
        width: 100%;
    }
}
/* Module: Current Issue */
.module-this-issue {
    background: #081e3f url(../media/landing-page/module-from-the-dean-bg.webp) 50% 50% no-repeat;
    background-size: cover;
}
@media (min-width: 769px) {
    .module-this-issue {
        background-attachment: fixed;
    }
}
@media (max-width: 640px) {
    .module-this-issue .row .columns + .columns {
        margin-top: 1.5rem;
    }
}