*[id] {
    scroll-padding-top: 4.5rem;
}
.italic {
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
*:not(h1) + h2 {
    margin-top: 3rem;
}
*:not(h2) + h3 {
    margin-top: 2rem;
}
.content-block,
.content-block.extra-padding {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.content-block.multimedia-bg {
    padding-top: 0;
    padding-bottom: 0;
}
.multimedia-bg .wrapper .panel {
    max-width: calc(80ch + 2rem);
}
.multimedia-bg.dark .video-wrapper::before,
.headline-container.dark {
  background-color: rgba(8,30,63,0.65);
}
.flex-links--center,
.flex-links.flex-links--center,
.flex-links[style="text-align: center;"],
.columns:not(.medium-6) .cta-links {
    justify-content: center;
}
.fiu-background-blue--magenta-burst {
    background: #081E3F radial-gradient(320px circle at bottom right,#FFCC00, #CC0066, transparent) !important;
}
.fiu-background-blue--gold-burst {
    background: radial-gradient(320px circle at bottom right,#4f5142,transparent),radial-gradient(320px circle at top left,#23556c,#081E3F) !important;
}
.fiu-background-cyan-to-gold {
    background-color: #f8c93e;
    background-image: linear-gradient(90deg, cyan 0%, #fc0 100%);
}
.fiu-background-gold-to-cyan {
    background-color: #f8c93e;
    background-image: linear-gradient(90deg, #fc0 0%, cyan 100%);
}
.fiu-background-gold h2,
.fiu-background-gold-to-cyan h2,
.fiu-background-cyan-to-gold h2 {
    color: #081e3f;    
}
main .content-block.blue .content a, 
main .content-block.fiu-background-blue .content a {
    color: #fff;
}
.no-padding {
    padding: 0 !important;
}
.padding-sm {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
ul.two-columns.cta-columns {
    margin: 0.5rem 0;    
    list-style: none;
}
ul.two-columns.cta-columns li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
img.circle {
    border-radius: 50%;
    border: 3px solid #fc0;
}
/* Banner */
#banner .display-text--large,
#banner h1,
#banner h2,
#banner-video .display-text--large,
#banner-video h1,
#banner-video h2,
.fiu-slider.banner .display-text--large,
.fiu-slider.banner h1,
.fiu-slider.banner h2 {
    font-family: 'barlow', 'komet-sc', 'frank-new', sans-serif;
    line-height: 1.194;
    text-shadow: 0 4px 3px #000;
    font-weight: 800;
}
@media (min-width: 1025px) {
    #banner .display-text--large,
    #banner h1,
    #banner h2,
    #banner-video .display-text--large,
    #banner-video h1,
    #banner-video h2,
    .fiu-slider.banner .display-text--large,
    .fiu-slider.banner h1,
    .fiu-slider.banner h2 {
        font-size: 4.5rem;
    }    
    
    #banner .display-text--x-large,
    #banner-video .display-text--x-large,
    .fiu-slider.banner .display-text--x-large {
        font: 800 3.875rem/1.194 Barlow; 
        line-height:1.5;
        text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px; 
        text-align: left; letter-spacing: 0px;
        margin-right: -40%;
    }
}

/*#banner.banner-flex .content-flex .content, #banner-video.banner-flex .content-flex .content {
    max-width: 720px;*/
}

/*Banners */
@media (min-width: 641px) {
    #banner.banner-flex .content-flex,
    #banner.banner-flex.short .content-flex, 
    #banner-video.banner-flex.short .content-flex {
        min-height: 450px;
    }    
}
/* Breadcrumbs */
@media (min-width: 1025px) {
  .breadcrumbs-wrapper.move-up {
    margin-top: 0 !important;
  }
}
/* Anchor Nav 
[data-magellan-expedition], [data-magellan-expedition-clone] {
    padding-bottom: 0;
}
section nav ul.sub-nav {
    background-color: transparent !important;
}
nav.fixed > uli.sub-nav[role="menu"] {
    background-color: #007e9f !important;
}
@media (max-width: 640px) {
    section nav:not(.fixed) ul.sub-nav {
        margin-top: 0;
        background-color: #007e9f !important;
    }
}*/

/* At a Glance */
 .content-block--at-a-glance .panel.related-content .display-text--small {
	 font-size: 1.375rem;
	/* 22px */
	 color: #081E3F !important;
}
 @media (min-width: 40.0625em) {
	 .content-block--at-a-glance .panel.related-content {
		 padding: 3rem;
	}
	 .content-block--at-a-glance .medium-8 {
		 width: 58.33333%;
	}
	 .content-block--at-a-glance .medium-4 {
		 width: 41.66667%;
	}
}


/* Intro Paragraph */
#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;    
    margin-top: -2.5rem;
}
#page-intro[aria-hidden="true"] + article > .content-block.white:first-child,
#page-intro[aria-hidden="true"] + article > .content-block.fiu-background-white:first-child {
    padding-top: 4.5rem;    
}
@media (min-width: 1025px) {
    .content-block:not(.fiu-slider):not(.content-block--wide-text) .small-12:not([class*="medium-"]),
    .content-block.cta-section > .row > .columns[class="columns"] {
        margin-left: auto;
        margin-right: auto;
        max-width: 66.66667%;
        float: none;
    }
    .content-block:not(.fiu-slider):not(.content-block--wide-text) .faculty-info-container + .columns.small-12 {
        max-width: 100%;
        clear: both;
    }
    .content-block:not(.fiu-slider):not(.content-block--wide-text) .small-12 .small-12 {
        max-width: 100%;
        clear: both;
    }
    .content-block .columns > h1,
    .content-block .columns:not([class*="medium-"]) > h2,
    .content-block.cta-section .columns.medium-10.small-centered h2 {
        text-align: center;
    }
    .content-block .columns > h1,
    .content-block .columns > h2 {
        line-height: 1.2;
    }
    
    .content-block .small-12 nav:not(.fixed), /* Anchor Nav */
    .content-block .small-12 .block-grid--bordered {
        margin-left: -16.66665%;
        margin-right: -16.66665%;
    }
    .content-block .small-12 .flex-cards {
        margin-left: -26.25%;
        margin-right: -26.25%;
    }
    .content-block .small-12 [class*="block-grid-"] {
        margin-left: -30%;
        margin-right: -30%;
    }
    .content-block .small-12 .card-grid,
    .content-block .small-12 .cards,
    .content-block .small-12 .large-block-grid-3,
    .content-block .small-12 .text-right {
        margin-left: -33.3333%;
        margin-right: -33.3333%;
    }
    .content-block .small-12 .large-block-grid-3 + .text-right {
        padding-left: .625rem;
        padding-right: .625rem;
    }
}
/* Page Nav */
section nav:not(.fixed) ul.sub-nav {
    text-align: center;
}

/* Grid Content */
.grid-content .display-text--small {
    font-size: 1.15rem;
}
.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.card-grid li .grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  height: 100% !important;
}
/*.card-grid .grid-content > * {
  -ms-flex-item-align: start;
      align-self: flex-start; */
}
.card-grid .grid-content > img:first-child {
    margin-bottom: 1rem;
}
.card-grid .grid-content > img:last-child {
    margin-bottom: 0;
}
.card-grid .grid-content > .link-paragraph:last-child {
  margin-top: auto;
}
ul.calendar-feed li .event-wrapper p.time {
    margin-left: 0;
}
[class*="block-grid-"] {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
}
[class*="block-grid-"] > li,
.thumbnail-grid > li:nth-last-child(-n+3) {
    padding: .9375rem;
}
/* CTAs */
img.bordered,
.cta-section .thumbnail-s {
    border: 10px solid #f2f2f2;
    border-radius: 8px;
}
.cta-section.gray .thumbnail-s {
    border-color: #e8e8e8;
    min-height: 370px;
}
.cta-section .thumbnail-s,
.cta-section.cta-label-image .thumbnail-s {
    min-height: 370px;
    background-position: 0% 100% !important;
}
@media (min-width: 641px) {
    .cta-section .row,
    .flex-vertical-align.row,
    .flex-vertical-align .row {
        display: flex;
    }
    .cta-section .row .columns,
    .flex-vertical-align.row .columns,
    .flex-vertical-align .row .columns {
        display: flex;
        align-items: center;
        float: none;
    }
    .cta-section .row .columns .thumbnail-s,
    .flex-vertical-align.row .columns .thumbnail-s,
    .flex-vertical-align .row .columns .thumbnail-s {
        width: 100%;
    }
}
/* Social Links Banner */
.social-links-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0.75rem -0.5rem;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.social-links-banner-list li {
    padding: 0.5rem;
}
.social-links-banner-list li > span,
.social-links-banner-list li > a {
    display: block;
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px;
    padding: 1.375rem 1.375rem 0.9625rem;
    width: 100%;
    font-size: 1.375rem;
    font-family: "frank-new",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
}

.content-block.white .social-links-banner-list li > span,
.content-block.white .social-links-banner-list li > a {
    background-color: #f2f2f2;
}
@media (min-width: 641px) {
    .social-links-banner-list li > span,
    .social-links-banner-list li > a {
        display: block;
        width: 10.5rem;
    }
}
@media (max-width: 568px) {
    .social-links-banner-list li {
        width: 100%;
    }
    .social-links-banner-list.alt-1 li > span,
    .social-links-banner-list.alt-1 li > a {
        padding-top: 0;
    }
}
.social-links-banner-list li > span,
.social-links-banner-list li a:link {
    color: #333;
}
.social-links-banner-list li .fa,
.social-links-banner-list li .svg-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 0.9625rem;
    width: 75px;
    height: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.3125rem;
    background-color: #081e3f;
    color: #fff;
}
.social-links-banner-list li .fa.fa-tiktok {
    background-image: url(https://digicdn.fiu.edu/fonts/fontawesome/svgs/tiktok.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2.3125rem auto;
}
.social-links-banner-list.alt-1 li .fa,
.social-links-banner-list.alt-1 li .svg-icon {
    background-color: transparent;
    height: auto;
    width: auto;
}
.social-links-banner-list.alt-1 li .svg-icon {
    margin-bottom: 0;
}
.social-links-banner-list.alt-1 li .svg-icon img {
    height: 100px;
    width: auto !important;
}
/* Alt 1 */
.social-links-banner-list.alt-1 li > span,
.social-links-banner-list.alt-1 li > a {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  background-color: transparent;
}
.content-block.white .social-links-banner-list.alt-1 li > span,
.content-block.white .social-links-banner-list.alt-1 li > a {
    background-color: transparent;
}
.social-links-banner-list.alt-1 li .fa,
.social-links-banner-list.alt-1 li .svg-icon {
    margin-bottom: 0.625rem;
    background-color: transparent;
}
@media (min-width: 1025px) {
    .social-links-banner-list.alt-1 {
        margin-left: -10%;
        width: 120%;
    }
}
.social-links a {
    text-decoration: none !important;
}
/* Stats */
.stats ul.row {
    padding-bottom: 0;
}
.stats ul.row li {
    padding-bottom: 0;
}
.stats ul.row li p:last-child {
    margin-bottom: 0 !important;
}
/* Icon Link Row */
.icon-link-row a .underline {
    text-decoration: none;    
}
.icon-link-row a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
}
.icon-link-row .fa {
    font-size: 2.625rem;
    margin-bottom: 0.5rem;
}
.additional-content-before + .row .icon-link-row {
    margin-top: 1rem;
}
/* Subscribe Module */
.subscribe-module {
    margin-top: -2rem;
    margin-bottom: -2rem;
    text-align: center;
}
.subscribe-module h2,
.subscribe-module h3,
.subscribe-module h4,
.subscribe-module h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.subscribe-module .cta-wrapper {
    margin-top: 1rem;
}

@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;
    }
}
/* Featured Events */
.module--featured-events p {
    margin-top: 2rem;
}
/* Social List */
.social-media.social-media--large a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    background-color: #081e3f;
    color: #fff !important;
    text-decoration: none !important;
}
.social-media.social-media--large a:focus {
    background-color: #081e3f;
    outline: 1px solid;
}
.social-media.social-media--large {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.social-media.social-media--large li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.social-media.social-media--large a.instagram{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-media.social-media--large a.twitter {
    background-color: #1DA1F2;
}
.social-media.social-media--large a.facebook {
    background-color: #4267b2;
} 
.social-media.social-media--large a.linkedin {
    background-color: #0077b5;
}
/* Quote Module */
.blockquote-container .medium-3 {
    text-align: center;
}
.blockquote-container .blockquote-headshot {
    height: auto;
    width: auto;
    max-width: 100%;
}
/* Block Quotes */
.blockquote-container {
    padding: 3rem 0 !important;
}
/* Profiles */
@media (min-width: 641px) {
    .row[typeof="Person"] .small-8 {
        float: right !important;
        max-width: 33.3333%;
    }    
    .row[typeof="Person"] .small-12 + .small-12 {
        float: none !important;
        clear:left;
    }
    .faculty-description {
        padding-top: 2rem;
    }
}
@media (min-width: 1025px) {
    .row[typeof="Person"] .small-12 + .small-12 {
        max-width: 66.6667% !important;
    }
}
.row[typeof="Person"] .small-12 + .small-12 {
    margin: 0 !important;
}
.row[typeof="Person"] .profile-thumbnail {
    margin: 0 0 1.5rem !important;
    border-radius: 10px;
}
/* Footer */
footer .footer-info {
  padding: 4rem 0 !important;
}
.footer-info .logo {
  max-width: 320px;
  padding: 1em 0;
}
.footer-info > .row > .columns > .row > .columns:first-child {
    padding-top: 1rem;
}
.site-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.site-footer-flex .col {
  padding: 1rem 1.5rem;
  text-align: center;
}
.site-footer-flex .col:first-child {
  border-right: solid 1px rgba(0,0,0,0.2);
  text-align: right;
}
.site-footer-flex .col:last-child {
  padding-right: 0;
}
.social-links {
    list-style: none;
    margin-left: 0;
}
.social-links a {
  border: none !important;
  background: #081e3f;
  border-radius: 50px;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2px;
  text-decoration: none !important;
}
.social-links a span {
    color: #fff !important;
}
footer .footer-info .site-footer-flex p {
    margin: 1rem 0;
}
footer .footer-info .site-footer-flex:first-child {
    margin-top: 0;
}
footer .footer-info .site-footer-flex:last-child {
    margin-bottom: 0;
}
footer .connect-with-us .social-links {
    margin: 1.5rem 0;
}
footer .social-links a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.75rem;
}

/* Curriculum Table */
.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: #fff;
}

.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: left;
}
@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;
    }
}

/* Gold border padded box */
 .padded-box-gold-border .padded-block {
     border: solid 0.125rem #B6862C;
     padding:2.5rem;
     max-width: 100% !important;
     margin:0 auto;
     float: none;
}
 .padded-box-gold-border .padded-block .padded-block-content{
     padding:0;
}
 @media (min-width: 1025px) {
     .padded-box-gold-border .padded-block {
         max-width: 80% !important;
    }
}

/* Blue Shade #2 border padded box */
 .padded-box-blue-border .padded-block {
     border: solid 0.125rem #0C2B5A;
     padding:2.5rem;
     max-width: 100% !important;
     margin:0 auto;
     float: none;
}
 .padded-box-blue-border .padded-block .padded-block-content{
     padding:0;
}
 @media (min-width: 1025px) {
     .padded-box-blue-border .padded-block {
         max-width: 80% !important;
    }
}


/* Data Tables
[data-dataTable] {
    opacity: 0;
    transition: opacity .2s ease;
}
[data-dataTable].dataTable {
    opacity: 1;    
}
table.dataTable.no-footer,
table.dataTable thead th, 
table.dataTable thead td,
.dataTables_wrapper .dataTables_filter input {
    border-color: #ddd;
} */