 :root {
     --main-font: "proxima-nova", Helvetica, Arial, sans-serif;
     --heading-font: "proxima-nova",Helvetica,Arial,sans-serif;
}
 body,html {
     font-size:20px;
     color: #000;
     line-height: 1.5;
}
p, li {
    line-height: 1.5;
}
 body,html,button,.label {
     font-family: var(--main-font);
}
 .button, .cta-link-primary {
     font-weight: 600;
}
body > header {
    display: none;
}
 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 {
     font-family: var(--heading-font);
     font-weight: 800;
     color: #081e3f;
     margin-bottom: 1rem;
}
 .pretitle {
     display: block;
     font-size: 1rem;
     text-transform: uppercase;
     line-height: 1.5;
     letter-spacing: 0.173em;
     font-weight: 500;
     color: #081e3f;
}
 @media (min-width: 1025px) {
     .pretitle {
         font-size: 1.125rem;
         margin-bottom: 0.5rem;
    }
}
.rounded {
    border-radius: 5px;
    overflow: hidden;
}
/* body>header #nav .nav-links>li>a, body>header #nav .nav-links>li>button {
     font-size:.75rem;
}*/
 body>header .top-bar-section .nav-links li.has-dropdown a:not(.button) span {
     font-size:.75rem !important 
}
 body>header .top-bar-section .nav-links li.has-dropdown a:not(.button) {
     width: 9.75rem;
}
/* General */
 .fiu-background-blue .button {
     background-color: #fc0;
     border-color: #fc0;
     color: #000 !important;
}

section .anchored-nav nav ul.sub-nav li {
    font-family: var(--main-font) !important;
}
@media (min-width: 641px) {
  section .anchored-nav nav:not(.fixed) ul.sub-nav {
    box-shadow: none;
  }
}
.note {
     font-size: 0.875rem;
}
 .hide {
     display: none !important;
}
 h1, h2, h3, h4, h5, h6 {
     margin-bottom: 1rem;
     line-height: 1.1;
}
 .full-media-content.centered .content {
     margin: 0 auto;
}
 .block-icon {
     display: block;
     margin-bottom: 0.6875rem;
     line-height: 1.6;
}
 .block-icon + br {
     display: none;
}
/* Horizontal Box Video */
.box-video-wide {
    width: 100%;
    aspect-ratio: 2177 / 822;
}
.box-video-wide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    margin: 0;
    padding: 0;
}
/* Unstyled List */
 .list-unstyled {
     list-style: none;
     margin-left: 0;
}
 .list-unstyled li + li {
     margin-top: 0.375rem;
}
/* Ordered List */
 ol li + li {
     margin-top: 0.375rem;
}
/* Checklist */
 ul.checklist {
     margin: 1.5rem 0 2rem 1.5em;
}
 ul.checklist > li {
     position: relative;
     margin: 0;
     padding: 0 0 0 0.75rem;
     list-style: none;
     line-height: 1.77;
}
 ul.checklist > li::before {
     content: "\f00c";
     position: absolute;
     left: -1em;
     margin-top: 0.5em;
     font-size: 1.5em;
     font-family: "Font Awesome 6 Free";
     display: inline !important;
     text-decoration: none !important;
     font-weight: 600 !important;
     position: absolute;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     font-style: normal;
     font-variant: normal;
     line-height: 1;
     text-rendering: auto;
     color: #215f2d;
}
 ul.checklist > li + li {
     margin-top: 1.5rem;
}
.headline-container {
  background-color: rgba(8,30,63,.65);
}
#banner .content .banner-logo,
#banner-video .content .banner-logo {
    margin-bottom: 2rem;
}
#banner .content .hero-title,
#banner-video .content .hero-title {
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
    transform: none;
    font-family: "proxima-nova-condensed", "proxima-nova",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
#banner.banner-flex .content-flex,
#banner-video.banner-flex .content-flex {
    justify-content: flex-start;
}
#banner.banner-flex .content-flex .content, #banner-video.banner-flex .content-flex .content {
     padding: 4.5rem 0;
}
 #banner.banner-flex .content-flex .content > *:last-child, #banner-video.banner-flex .content-flex .content > *:last-child {
     margin-bottom: 0;
}

#banner .icon {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1025px) {
  #banner .icon {
    font-size: 0.95rem;
  }
}
#banner .icon + .icon {
  margin-left: 1rem;
}
@media only screen and (min-width: 1025px) {
  #banner .icon + .icon {
    margin-left: 3rem;
  }
}
#banner .icon i {
  background: white;
  border: 1px solid #fff;
  color: #081E3F;
  padding: 0.5em;
  border-radius: 50%;
  line-height: 1;
  width: 2em;
  height: 2em;
  text-align: center;
  margin-right: 0.2rem;
  transition: all .2s ease;
}
#banner .icon a:hover i {
  background-color:  #081E3F;
  color: #fff;
}
@media (max-width: 640px) {
    #banner .icon {
        display: block;
    }
    #banner .icon + .icon {
        margin-left: 0;
        margin-top: 1rem;
    }
}
/* Responsive Video */
 .flex-video.vertical {
     padding-bottom: 168%;
}
 .flex-video.vertical.vimeo {
     padding-bottom: 177.8%;
}
 @media (max-width: 1024px) {
     .flex-video {
         margin-top: 1rem;
         margin-bottom: 1rem;
    }
}
/* Page Intro Spacing Issues */
 #page-intro > .content-block.white:first-child > .columns > h1:last-child {
     margin-bottom: 0 !important;
}
 #page-intro + article > .content-block.white:first-child, #page-intro + article > .content-block.fiu-background-white:first-child {
     padding-top: 0;
}
 #page-intro[aria-hidden="true"] + article > .white:first-child, #page-intro[aria-hidden="true"] + article > .fiu-background-white:first-child {
     padding-top: 2.5rem;
}
 @media (min-width: 1025px) {
     #page-intro > .content-block.white:first-child {
         padding-top: 2rem;
    }
     #page-intro + article > .fiu-background-white {
         margin-top: -2.5rem;
    }
     #page-intro + article > .content-block.white:first-child, #page-intro + article > .content-block.fiu-background-white:first-child, [data-magellan-destination="1"] + article > .content-block.white:first-child, [data-magellan-destination="1"] + article > .content-block.fiu-background-white:first-child {
         padding-top: 0;
    }
     #page-intro[aria-hidden="true"] + article > .fiu-background-white:first-child {
         margin-top: 0;
         padding-top: 4.5rem;
    }
    
     .content-block, .content-block.extra-padding {
         padding-top: 2.5rem;
         padding-bottom: 2.5rem;
    }
     .multimedia-bg .wrapper {
         max-width: 62.5rem !important;
         margin-left: auto;
         margin-right: auto;
    }
     .multimedia-bg.dark .panel {
         padding: 4.5rem 0 !important;
         margin: 0 auto;
         max-width: 66.66667%;
         width: auto;
    }
     .content-block.padding-sm {
         padding-top: 2.5rem;
         padding-bottom: 2.5rem;
    }
     .content-block.padding-top--sm {
         padding-top: 2.5rem;
    }
     .content-block.padding-bottom--sm {
         padding-bottom: 2.5rem;
    }
     .content-block.multimedia-bg {
         padding-top: 0;
         padding-bottom: 0;
    }
     .content-block .columns > *:not(h1) + h2 {
         margin-top: 3rem;
    }
     .content-block .columns > *:not(h2) + h3 {
         margin-top: 3rem;
    }
}
@media (min-width: 1025px) {
    .content-block--max-width {
        & > .row > .columns:only-child {
            max-width: 66.66667%;
        }
    }
    .content-block--center {
        & > .row {
            display: flex;
            justify-content: center;
        }
    }
}
 @media (max-width: 640px) {
     .content-block .row .medium-8 + .medium-4, .content-block .row .medium-4 + .medium-8 {
         margin-top: 1rem;
    }
}
/* Subscribe Module */
 .subscribe-module {
     margin-top: 2rem;
     margin-bottom: 2rem;
     text-align: center;
}
 .subscribe-module .cta-wrapper {
     margin-top: 1rem;
}
 .subscribe-module .button {
     white-space: nowrap;
}
 @media (min-width: 640px) {
     .subscribe-module {
         text-align: left;
    }
     .subscribe-module {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
    }
     .subscribe-module .cta-wrapper {
         margin-top: 0;
    }
}
/* Content Blocks */
 .padding-top {
     padding-top: 1.5rem !important;
}
 .padding-bottom {
     padding-bottom: 1.5rem !important;
}
/* News */
 @media (min-width: 641px) {
     .news img {
         display: block;
         margin-left: auto;
         margin-right: auto;
         height: 20.55555556vw;
         width: auto;
    }
}
 @media (min-width: 1000px) {
     .news img {
         height: auto;
         height: 205.567px;
         width: auto;
    }
}
/* Content Block Inline Stats */
 .content-block:not(.stats) .stats {
     background-color: transparent;
     text-align: center;
     padding: 0;
}
 .content-block:not(.stats) .stats ul {
     padding: 0;
     margin: 1.25rem auto !important;
}
 .content-block:not(.stats) .stats:last-child ul {
     margin-bottom: 0 !important;
}
 .content-block:not(.stats) .stats ul li {
     padding: 0;
     margin: 1.25rem;
}
 .content-block:not(.stats) .stats ul li p:first-child {
     margin-top: 0 !important;
}
 .content-block:not(.stats) .stats ul li p:first-child, .content-block:not(.stats) .stats ul li p:first-child span {
     line-height: 1.5;
}
 .content-block:not(.stats) .stats ul li {
     margin: 0;
     padding: 1rem;
}
 @media (min-width: 641px) {
     .content-block:not(.stats) .stats ul li:first-child:nth-last-child(2), .content-block:not(.stats) .stats ul li:first-child:nth-last-child(2) ~ li {
         width: 50%;
    }
     .content-block:not(.stats) .stats ul li {
         padding-bottom: 0;
    }
     .content-block:not(.stats) .stats ul li p {
         margin-bottom: 0 !important;
    }
}
 .content-block:not(.stats) .stats ul li p {
     color: inherit;
}
 .content-block:not(.stats) .stats ul li p span {
     position: relative;
}
 @media (min-width: 640px) {
     .content-block:not(.stats) .stats ul {
         display: flex;
         justify-content: center;
    }
}
/* Multimedia Backgrounds */
 .multimedia-bg .wrapper {
     margin-left: auto;
     margin-right: auto;
     max-width: 1600px;
}
/* Profile Listings */
 .profile-center .flex-cards {
     justify-content: center;
}
/* Callouts */
 .panel.callout a.button {
     color: #fff !important;
}
/* Slider */
 .fiu-slider .slick-dots {
     display: none !important;
}
 @media (min-width: 1025px) {
     .fiu-slider.multiple.fiu-slider--three-or-less .slider-controls, .fiu-slider.multiple.description-top.fiu-slider--three-or-less .slider-controls.hide-for-large-up, .fiu-slider.multiple.description-top.fiu-slider--three-or-less .slick-dots {
         display: none !important;
    }
     .fiu-slider.multiple.description-top.fiu-slider--three-or-less {
         padding-bottom: 4.5rem;
    }
}
/* Residencies */
 .curriculum-table {
     border: 0;
     margin: 1rem 1.5rem 2rem;
     padding: 0 2.5rem 2.5rem;
     width: calc(100% - 2rem);
     background-color: #eef2f4;
     border-radius: 0 0 5px 5px;
}
 .fiu-background-gray .curriculum-table {
     background-color: #fff;
}
 .curriculum-table caption {
     border-radius: 5px 5px 0 0;
     margin-bottom: -1rem;
     padding: 2.5rem 2.5rem 2rem;
     font-size: 1.125rem;
     text-align: left;
     background-color: #eef2f4;
}
 .curriculum-table tbody, .curriculum-table tbody tr, .curriculum-table tbody td {
     background-color: transparent;
}
 .curriculum-table tbody tr td {
     padding: 0 0 10px;
     font-size: 1rem;
     line-height: 1.2;
     border-bottom: 1px solid #ddd;
}
 .curriculum-table tbody tr + tr td {
     padding-top: 1.5rem;
}
 .curriculum-table tbody tr td:last-child {
     text-align: right;
}
 @media (max-width: 640px) {
     .curriculum-table {
         padding: 1rem;
         margin: 0;
         width: 100%;
    }
     .curriculum-table caption {
         padding: 1rem;
    }
     .curriculum-table tbody tr td {
         font-size: 0.875rem;
    }
}
/* Slick Slider */
 .fiu-slider.no-peek .slick-track {
     margin-left: auto;
     margin-right: auto;
}
/* Spacing h2s in profiles */
 .profile-page-content * + h2 {
     margin-top: 1.5rem;
}
 @media (min-width: 1025px) {
     .profile-page-content * + h2 {
         margin-top: 2.625rem;
    }
}
/* Profile page reverse order for mobile */
 @media (max-width: 640px) {
     .profile-page-content > .row > div:has(.profile-related-content) {
         padding-bottom: 2rem;
    }
}
 @media (max-width: 1024px) {
     .profile-page-content > .row {
         display: flex;
         flex-direction: column-reverse;
    }
}
/* Loan Calculator */
 .fiu-background-gray .accordion-navigation .content > #loanCalculatorApp #loan-calculator {
     background-color: #fff;
     max-width: 100%;
}
/* Footer */
 .footer-info .social-media {
     margin-left: 0;
}

 .overview-right-column {
     display: flex;
     flex-direction: column;
     width: 100%;
     justify-content: space-between;
     margin-left: 0.975rem;
}
 .overview-right-column .row{
     display: flex;
     flex-wrap: wrap;
     max-width: 100%;
}
/* Specific heights for rows */
 .overview-right-column .row:nth-child(1), .overview-right-column .row:nth-child(2) {
     flex: 0 0 30%;
}
 .overview-right-column .row:nth-child(3) {
     flex: 0 0 40%;
}
 .overview-right-column .overview-cell-div1, .overview-right-column .overview-cell-div4, .overview-right-column .overview-cell-div5 {
     background-color: #081E3F;
     color: #fff !important;
}
 .overview-right-column .overview-cell-div2, .overview-right-column .overview-cell-div3 {
     background-color: #EEF2F4;
}
 @media(min-width: 1241px) {
     .overview-right-column {
         margin-left: 2rem;
    }
     .overview-right-column .overview-cell-div1 .percentage, .overview-right-column .overview-cell-div2 .cases-number, .overview-right-column .overview-cell-div3 .teams-number, .overview-right-column .overview-cell-div4 .teams-number{
         font-size: 4rem;
         font-weight: 800;
         line-height: 4rem;
    }
     .overview-right-column .overview-cell-div1 span, .overview-right-column .overview-cell-div2 span, .overview-right-column .overview-cell-div3 span, .overview-right-column .overview-cell-div4 span, .overview-right-column .overview-cell-div5 span{
         font-size: 1.5rem;
         font-weight: 800;
         line-height: 1.5rem;
    }
}
 @media(max-width: 1240px) {
     .overview-right-column .overview-cell-div1 .percentage, .overview-right-column .overview-cell-div2 .cases-number, .overview-right-column .overview-cell-div3 .teams-number, .overview-right-column .overview-cell-div4 .teams-number{
         font-size: 3rem;
         font-weight: 800;
         line-height: 3rem;
    }
     .overview-right-column .overview-cell-div1 span, .overview-right-column .overview-cell-div2 span, .overview-right-column .overview-cell-div3 span, .overview-right-column .overview-cell-div4 span, .overview-right-column .overview-cell-div5 span{
         font-size: 1.4rem;
         font-weight: 800;
         line-height: 1.4rem;
    }
}
 .overview-right-column .overview-cell-div3 {
     margin: auto 
}
 .overview-right-column .overview-cell-div6 {
     background-image: url('https://medicine.fiu.edu/_assets/images/bioskill-fiu.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 20rem 
}
/* Make cells fill their row height */
 .overview-cells {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     flex: 0 0 50%;
    /* Half width per row */
     height: 100%;
     box-sizing: border-box;
     padding: 2rem 1rem;
}
 .overview-right-column .overview-cell-div3, .overview-right-column .overview-cell-div4{
     flex-direction: row;
     flex-wrap: wrap;
     gap: 0.975rem;
}
 .overview-right-column .overview-cell-div5 {
     min-height: 20rem 
}
 .overview-right-column .overview-cell-div1, .overview-right-column .overview-cell-div2, .overview-right-column .overview-cell-div3, .overview-right-column .overview-cell-div4{
     height: 12rem 
}
 .overview-right-column .corner{
     position: absolute;
     background-color: #FFCC00;
}
 .overview-right-column .bottom-left-h {
     width: 40px;
     height: 18px;
     bottom: 0;
     left: 0;
}
 .overview-right-column .bottom-left-v {
     width: 18px;
     height: 40px;
     bottom: 0;
     left: 0;
}
 .overview-right-column .top-right-h {
     width: 40px;
     height: 18px;
     top: 0;
     right: 0;
}
 .overview-right-column .top-right-v {
     width: 18px;
     height: 40px;
     top: 0;
     right: 0;
}
 @media(min-width: 641px) {
     main .content-block.vertically-centered.module--residency-overview>.row {
         align-items:normal;
    }
}
 @media (max-width: 1024px) {
     .module--residency-overview .row{
         max-width: 100%;
    }
}
 @media (max-width: 1650px) {
     .overview-cells.overview-cell-div3, .overview-cells.overview-cell-div4{
         align-items: baseline;
    }
}

.news.flex {
  gap:.8rem;
}
#mobile-menu>ul>li{
    >button {
      font-family: var(--main-font);
      font-size:.85rem;
      padding: .75rem 2rem;
    }
    a {
        font-size: .85rem;
    }
}
@media (max-width: 1025px) {
    body > header .logo-tools .tools #search span {
        font-size: .65rem !important;
    }
    .overlay-container .close-button span {
        font-size: .85rem;
    }
    .overlay-container.search .block-grid li a {
        font-size: .9rem;
    }
    body > header .logo-tools .tools .fa {
      font-size: 0.8rem;
      line-height: .5rem;
    }
    body > header .site-header .tools .fa.fa-bars {
      font-size: 1rem;
    }
    body > header .site-header .tools #menu span {
        font-size: .65rem!important;
    }
}

.blockquote-container .blockquote-headshot {
  width:100%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

#banner.banner-5k {
    background: white;
    background-position: right bottom !important;
}

#banner.banner-5k .hero-title{
    font-size: 2.8rem;
}
@media (min-width: 640px) {
    #banner.banner-5k .hero-title{
        font-size: 4rem;
    }
}
#banner.banner-5k .pretitle,
#banner.banner-5k .hero-title.fiu-gold,
#banner.banner-5k .hero-title{
    color: #081e3f !important;
}

#banner.banner-5k .icon i {
    background: #081E3F;
    border: none;
    color: white;
}

#banner.banner-5k .headline-container {background-color: rgb(255 255 255 / 86%);}

@media (min-width: 1300px) {
    #banner.banner-5k .headline-container {
      background:none;
    }
}

.race-day-background {
    background-image: url('https://president.fiu.edu/presidential5k/_assets/images/race-day-background.webp');
    background-position: bottom right;
    background-size: cover;
}

.race-day-background .padded-block.fiu-background-gray {
    background: #eef2f4ed;
}
