body, html {
  font-size: 1.125rem;
}

.header-grid-menu a {
  font-weight: 500;
}

.pretitle {
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
}

/* Spacing Utilities */
.margin-0{margin:0rem!important}.margin-top-0{margin-top:0rem!important}.margin-right-0{margin-right:0rem!important}.margin-bottom-0{margin-bottom:0rem!important}.margin-left-0{margin-left:0rem!important}.margin-horizontal-0{margin-right:0rem!important;margin-left:0rem!important}.margin-vertical-0{margin-top:0rem!important;margin-bottom:0rem!important}.padding-0{padding:0rem!important}.padding-top-0{padding-top:0rem!important}.padding-right-0{padding-right:0rem!important}.padding-bottom-0{padding-bottom:0rem!important}.padding-left-0{padding-left:0rem!important}.padding-horizontal-0{padding-right:0rem!important;padding-left:0rem!important}.padding-vertical-0{padding-top:0rem!important;padding-bottom:0rem!important}.margin-1{margin:1rem!important}.margin-top-1{margin-top:1rem!important}.margin-right-1{margin-right:1rem!important}.margin-bottom-1{margin-bottom:1rem!important}.margin-left-1{margin-left:1rem!important}.margin-horizontal-1{margin-right:1rem!important;margin-left:1rem!important}.margin-vertical-1{margin-top:1rem!important;margin-bottom:1rem!important}.padding-1{padding:1rem!important}.padding-top-1{padding-top:1rem!important}.padding-right-1{padding-right:1rem!important}.padding-bottom-1{padding-bottom:1rem!important}.padding-left-1{padding-left:1rem!important}.padding-horizontal-1{padding-right:1rem!important;padding-left:1rem!important}.padding-vertical-1{padding-top:1rem!important;padding-bottom:1rem!important}.margin-2{margin:2rem!important}.margin-top-2{margin-top:2rem!important}.margin-right-2{margin-right:2rem!important}.margin-bottom-2{margin-bottom:2rem!important}.margin-left-2{margin-left:2rem!important}.margin-horizontal-2{margin-right:2rem!important;margin-left:2rem!important}.margin-vertical-2{margin-top:2rem!important;margin-bottom:2rem!important}.padding-2{padding:2rem!important}.padding-top-2{padding-top:2rem!important}.padding-right-2{padding-right:2rem!important}.padding-bottom-2{padding-bottom:2rem!important}.padding-left-2{padding-left:2rem!important}.padding-horizontal-2{padding-right:2rem!important;padding-left:2rem!important}.padding-vertical-2{padding-top:2rem!important;padding-bottom:2rem!important}.margin-3{margin:3rem!important}.margin-top-3{margin-top:3rem!important}.margin-right-3{margin-right:3rem!important}.margin-bottom-3{margin-bottom:3rem!important}.margin-left-3{margin-left:3rem!important}.margin-horizontal-3{margin-right:3rem!important;margin-left:3rem!important}.margin-vertical-3{margin-top:3rem!important;margin-bottom:3rem!important}.padding-3{padding:3rem!important}.padding-top-3{padding-top:3rem!important}.padding-right-3{padding-right:3rem!important}.padding-bottom-3{padding-bottom:3rem!important}.padding-left-3{padding-left:3rem!important}.padding-horizontal-3{padding-right:3rem!important;padding-left:3rem!important}.padding-vertical-3{padding-top:3rem!important;padding-bottom:3rem!important}

.content-block, .content-block.cta-section {
  padding: 4rem 0;
}

.row.logo-tools {
  display: none;
}

.overlay-container .close-button {
    width:6rem;
}
.reveal-modal .close-reveal-modal {
    top: 2rem;
    right: 1.9rem;
}
.reveal-modal.open {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
    overflow: auto;
    height: auto;
    max-height: 90%;
    padding-top: 6rem;
    
}

.reveal-modal a {
    text-decoration: underline;    
}
.reveal-modal .close-reveal-modal {
    text-decoration: none;
}
.reveal-modal .item {
    display: flex;
    .item-image {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-right: 1rem;
        overflow: hidden;
        img {
            object-fit: cover;
            object-position: 50% 50%;
            height: 100%;
            width: 100%;
        }
        a {
            border-radius: 50%;
            border: 2px solid transparent;
            display: block;
            height: 100%;
            width: 100%;
            transition: all .2s ease-in-out;
            text-decoration: none;
            overflow: hidden;
            &:hover {
                border-color: cyan;
            }
        }
    }
    .item-text {
        flex-grow: 1;
    }
    & + .item {
        margin-top: 2rem;
    }
}

nav#main-menu {
  display: none;
}

#menu {
  padding: 0.2rem 0 0 0 !important;
}

.header-grid-logo img {
  padding: 0.35rem 0;
  min-width: 220px;
  transition: padding 0.2s ease !important;
}

div#nav.scrolled {
  background: #081e3f !important;
}

div#nav .site-header {
  padding: 1rem 0 !important;
  transition: padding 0.2s ease !important;
}

@media only screen and (min-width: 1025px) {
  div#nav.scrolled .site-header {
    padding: 0 !important;
  }

  div#nav.scrolled .header-grid-logo img {
    padding: 0.5rem 0;
  }
}
#banner.banner-flex .content-flex .content,
#banner-video.banner-flex .content-flex .content {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
#banner.banner-flex .content-flex .content .flex,
#banner-video.banner-flex .content-flex .content .flex {
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  #banner.banner-flex .content-flex .content .flex,
#banner-video.banner-flex .content-flex .content .flex {
    flex-direction: row;
  }
}

.grid-content-image {
  max-width: calc(100% + 2rem) !important;
  width: calc(100% + 2rem) !important;
  margin-left: -1rem;
  margin-top: -1rem;
  border-radius: 5px 5px 0 0;
}

.energized-media-outline {
  margin-top: 4.2rem;
}
.energized-media-outline .row > .columns:first-child {
  padding: 0 3rem 3rem 3rem;
}
.energized-media-outline img {
  z-index: 1;
  position: relative;
}
.energized-media-outline .energized-media {
  clip-path: none;
}
.energized-media-outline .energized-media::before {
  z-index: 0;
  border: 10px solid #ffcc00;
  transform: translate(-1rem, 1rem);
}
@media only screen and (min-width: 1025px) {
  .energized-media-outline .energized-media::before {
    transform: translate(-1.5rem, 1.5rem);
  }
}
.energized-media-outline .energized-media::after {
  display: none;
}

/* Banner */
#banner {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #banner {
    text-align: left;
  }
}
#banner .content-flex {
  padding: 8rem 0 6rem;
}
#banner .flex .columns + .columns {
  margin: 4rem 0 0;
}
#banner h1 {
  transform: none;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
#banner h1 span {
  font-size: 2.5rem !important;
  line-height: 1.1 !important;
}
@media only screen and (min-width: 1025px) {
  #banner h1 span {
    font-size: 4.5rem !important;
  }
}
#banner h1 .subhead {
  font-size: 1.1rem !important;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 500;
  letter-spacing: 3.46px;
}
#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;
}
#banner a.register-button {
  position: relative;
  background: #ffcc00;
  border: solid 4px #ffcc00;
  text-transform: uppercase;
  color: #081e3f !important;
  font-weight: bold;
  padding: 1rem 1.5rem;
  display: inline-block;
  min-width: 14rem;
  text-align: center;
  font-size: 1.1em;
  margin: 3rem 0 0;
}
#banner a.register-button::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(4px);
  background: #fff;
  opacity: 0;
  transition: all .2s ease;
}
#banner a.register-button:hover::before {
  opacity: .2;  
}
@media only screen and (min-width: 1025px) {
  #banner a.register-button {
    margin: 3rem 7rem 2.5rem 0rem;
  }
}
@media (max-width: 440px) {
  #banner h1 .subhead {
    font-size: 1rem !important;
  }
  #banner span.icon {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  #banner span.icon + span.icon {
    margin-top: 1rem;
    margin-left: auto;
    white-space: nowrap;
  }
}
@media (max-width: 380px) {
  #banner h1 .subhead {
    font-size: 0.9rem !important;      
  }
}
header.horizontal-logo {
  position: relative;
  z-index: 888;
  background: transparent !important;
}

div#nav {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent !important;
  width: 100%;
}

.landing-page-banner .header {
  display: flex;
}
.landing-page-banner .header .menu ul {
  list-stlye: none;
  margin: 0;
}

.topics h3 {
  font-size: 1.222rem;
  font-weight: bold;
  margin: 0.5rem 0 1rem;
}
.topics .profile {
  font-size: 0.8999rem;
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
}
.topics .profile > a {
  display: block;
  height: 50px;
  width: 50px;
  min-width: 50px;
}
.topics .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #081e3f;
  transition: all .2s ease;
}
.topics .profile a + a {
  margin-left: -20px;
}
.topics .profile a:hover img {
  box-shadow: 0 0 3px #333;
  border-color: #00ffff;
}
.topics .profile a:last-of-type {
  margin-right: 1rem;
}
.topics .grid-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}
.topics .grid-content time {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.88888889rem;
}
.topics .more .grid-content {
  justify-content: center;
  background: transparent;
  border: solid 4px;
  text-align: center;
}
.topics .more .grid-content a {
  margin: 0;
  height: 100%;
  width: 100%;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: white !important;
}
.topics .more .grid-content a i {
  color: white;
}
.topics .more .grid-content a:after {
  display: none !important;
}
.topics .more .grid-content a:focus, .topics .more .grid-content a:active, .topics .more .grid-content a:hover {
  color: white !important;
  background: none !important;
  opacity: 0.8 !important;
}

.multimedia-bg .wrapper .panel {
  border-radius: 8px;
  padding: 2rem 1rem;
  background: white;
}
@media only screen and (min-width: 1025px) {
  .multimedia-bg .wrapper .panel {
    padding: 4rem;
  }
}

.heading-underline {
  position: relative;
  display: inline-block;
}
.heading-underline:after {
  border: solid 2px #FFCC00;
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 140%;
  height: 10px;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.stats ul {
  align-items: center;
}

.headline-container {
  background: #081E3FB3 0% 0% no-repeat padding-box;
}

.anchor {
  margin-top: -4rem;
  position: absolute;
}

@media only screen and (min-width: 641px) {
  .featured-speakers ul.card-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.custom-stats h2 {
  font-size: 3.611rem;
  color: #0c2b5a !important;
  margin: 0;
}
.custom-stats h2 span {
  color: #0c2b5a !important;
}
.custom-stats .subhead {
  font-size: 1.444rem;
  margin-bottom: 0.5rem;
}
article:last-child > .fiu-background-blue:last-child {
  padding-bottom: 2rem;
}
footer p, footer a {
  font-size: 0.889rem;
}

.module-keynote figure {
  display: flex; 
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 641px) {
    .module-keynote figure {
      display: flex;  
      margin: 2rem 0;
      gap: 1rem;
      align-items: center;
    }
}
.module-keynote figure img {
  border: 2px solid #081e3f;
  width: 110px;
  border-radius: 50%;
}