@import url('https://fonts.googleapis.com/css2?family=Khula:wght@700&display=swap');

*, 
::before,
::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #414042;
    text-rendering: optimizeLegibility;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* Typography */

a {
    background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

.body-link {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

b, strong {
	font-weight: bold;
}

h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: .25px;
}

h4 {
    font-size: 0.875rem;
}

h3 {
    font-size: 1rem;
}

h2 {
    font-size: 1.5rem;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #CCC;
      
}

h2.center {
    text-align: center;
    font-size: 2rem;
    border-top: 1px solid #CCC;
    padding-top: 0.25em;
}

h2.center-sml {
    text-align: center;
    font-size: 1.25rem;
    border-top: 1px solid #CCC;
    padding-top: 0.25em;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;  
}

h1 {
    font-size: 1.5rem;
    font-weight: 400;
}

@media (max-width: 768px){
    h2, h3 {
    font-size: 1.25rem;
    }
    
    h2.center-sml {
        font-size: 1rem;
    }  
}

@media (max-width: 576px){
    h2.center-sml {
    font-size: 1.125rem;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    h2.center-sml {
    font-size: 1rem;
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
	border-style: none;
}

p {
    line-height:1.5rem;
}

.mt20 {
    margin-top: 1.5rem;
}

.pb20 {
    padding-bottom: 1.25rem;
}

.pb10p {
    padding-bottom: 10%;
}

@media (max-width: 576px){
    .mt20 {
    margin-top: 0;
    }
}



/* Responsive */

.container {
    width: 100%;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container-col-flex {
    width: 100%;
    display: flex;
    flex-direction: column; 
}

@media (max-width:576px) {
	.container {
		padding-left: 0;
        padding-right: 0;
	}
    
    .home-content-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:576px) {
	.container, .alert p, .closebtn {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container, .alert p, .closebtn {
		max-width: 720px;
	}
    
    .container-col-flex {
        flex-direction: row;
    }
}

@media (min-width:992px) {
	.container, .alert p, .closebtn {
		max-width: 960px
	}
    
    .container-flex {
        flex-direction: row;
    }
}

@media (min-width:1200px) {
	.container, .alert p, .closebtn {
		max-width: 1140px;
	}
}

/* Header */

.header-content {
    justify-content: space-between;
    padding: 16px 15px;
    margin-bottom: 0;

}

.header-logo-left {
    width: 100%;
    padding: 1em 1em 0;
    margin-bottom: .45em;
}

@media (max-width: 768px) {
    
    .header-logo-left {
        padding: 0;
    }
    
    .header-content {
        padding-top: 1em;
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {
    .header-content {
        padding-top: 0em;
    }
}

#mobile-sticker {
    display: flex;
    justify-content: center;
    padding: 0.5em 0;
    position: relative;
    transform: all 0.3s;
    background: white;
    z-index: 9;
    top: 0px;
    width: 100%;
    font-size: 0.825em;
    color: #000;
}

#mobile-sticker span {
    padding: 0 0.75em;
}

#mobile-sticker i {
    font-size: 1rem;
    padding-right: 0.25em ;
}

#mobile-sticker.sticky{
    width: 100%;
    position: fixed;
    background-color: white;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.35);
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes animationFade{
    from{
        opacity: 0;
        -webkit-transform: translate3d(0, -100%,0);
        transform: translate3d(0, -100%,0);
    }
    
    to{
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        
    }
}

@media (min-width: 768px) {

#mobile-sticker {
    display: none;
    
}
}

.mobile-nav-logo {
    width: 25%;
    padding-bottom: 1em;
}

@media (min-width: 576px) {
    .mobile-nav-logo {
        display: none;
    }
}

@media (max-width: 576px) {    
    .header-logo-left {
    margin: 1em 0 0 0;
    }    
}

/* Navigation */

nav {
    width: 100%;
    background: #000;
}

nav ul {
    list-style: none;
    display: flex;
    padding: 1em 0;
    justify-content:flex-start;
    margin-bottom: 0;
}

nav li {
    padding-right: 2em;

}

nav li:last-child {
    padding-right: 0;
}

nav a {
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav a:hover,
nav a:focus {
    color: #FFB81D;
}

.current-page {
    color: #FFB81D;
}

@media (max-width: 992px) {
    
    nav ul {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        
    }
    
    nav li {
        margin: 0 auto;
        padding: 0.25em 0;
    }
    
}

/* Accreditation Bottom */

.accred-bottom {
    background: #E6EAF0;
    padding: 2em 0;
}

.accred-bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accred-bottom-container span {
    margin-bottom: 0.125em;
    font-style: italic;
}

.accred-bottom img {
    max-width: 200px;
    padding: 0.5em;
}

@media (min-width: 576px) {
    .accred-bottom {
        margin-top: 4em;
    }
}

/* Footer */

footer {
    width:100%;
    background: #000;
    color: #FFF;
    padding: 1em 0;
}

footer p{
    text-align: center;
}

footer a{
    color: #FFB81D;
    text-decoration: none;
}

.footer-content {
    justify-content: space-between;
}

.footer-asterisk {
    color: #FFB81D;
    justify-content: center;
}

.footer-asterisk .asterisk {
    font-size: 1em;
}

@media (max-width: 576px) {
    footer {
        margin-top: 0;
        padding: 1em;
    }
    
    .footer-content p, .footer-asterisk p {
        font-size: 0.813em;
    }
    
    .footer-content p:first-child {
        display: none;
    }
}

/* Home Slider */

.slider-caption {
    background: #000;
    color: #FFF;
    font-size: 1.125rem;
}


@media (max-width: 768px) {
    
    .slider-caption {    
    display: none;
    }
}

/* Credit Caption */

.credit-caption {
    margin-top: -45%;
    margin-left: 0;
    z-index: 99;
}

.credit-caption span {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    z-index: 99;
    padding: 1rem .5rem 1rem 1rem;
    background: #FFB81D;
    opacity: 0.8;
}

.credit-caption sup {
    font-size: 1.65rem;
}

.credit-caption span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #FFB81D;
}


/* Home Content */

.home-content {
    justify-content: space-between;
}

.home-content-main {
    width: 73.5%;
    padding-top: 1em;
}

@media (max-width: 992px) {
    .home-content-main {
    width: 100%;
}
    
    .credit-caption {
        width: 100%;
        justify-content: space-around;
    }
}

.home-content-text li {
    padding-bottom: 1em;
    list-style-type: square;
    list-style-position: outside;    
}

.home-content-text ul {
   padding-left: 1.125em; 
   line-height: 1.5em;    
}

.sponsors {
   display: flex;
   flex-direction: column;
    
}

.sponsor-row {
    display: flex;
    flex-direction: row;
}

.sponsor-level {
    font-style: italic;
    width: 12%;
}

.sponsor-level, .sponsor {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

@media (max-width: 576px) {
    .sponsor-row {
        flex-direction: column;
        margin-bottom: 0.5rem;
    }
    
    .sponsor-level {
        width: 100%;
            font-size: 1.5rem;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #CCC;
    }
}

/* Home Sidebar */

.sidebar {
    width: 25%;
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .sidebar {
    margin-bottom: 0;
 }
}

@media (max-width: 992px) {
    .sidebar {
    width: 100%;
 }       
    .sidebar-content, .sidebar-content h3  {
    text-align:center;
    }
}

aside {
    padding: 0em;
    z-index: 0;
}

.sidebar-content {
    background: #e6eaf0;
    padding: 0.75em;
}

.cme-logo {
    padding: 0.25em 0 0.5em 0;
    max-width: 250px;
}

.sidebar-faculty-list {
    list-style: none;
    font-size: .875em;
    padding: 0;
    margin-bottom:2em;
}

.sidebar-faculty-list li {
    margin-bottom: .75em
}

.endorse {
    max-width: 100px;
    position: relative;
    margin: 0 auto;
    display: flex;
    padding: 10px 0;
}


#regBtn {  
    display: inline-block;
    padding: 15px 10px;
    border: none;
    background: #BE0000;
    color: #FFF; 
    text-transform: uppercase;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#regBtn:hover{
    background: #A30000;
    color: #FFF;
}


/* Sidebar Ribbon */


.overlay-ribbon {
  position: relative;
  height: 6em;
  background: #000000;
}

.ribbon-content {
  padding: 0.5em;
  text-align: center;
}

.ribbon-content h3 {
  color: #FFF;
}

.ribbon-content a {
  color: #FFB81D;
  font-size: clamp(.875em, 1.2vw, 1rem);
  text-decoration: none;
  z-index: 10000;
}

.ribbon-content i {
  padding-right: 0.5em;
}

.ribbon-content ul {
  color: #FFF;
  list-style: none;
  padding: 0;
  line-height: 1em;
}

.overlay-ribbon:before {
  content: "";
  position: absolute;
  bottom: -3em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 3em solid #000000;
  border-right: 10em solid transparent;
  z-index: 997;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  bottom: -3em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 3em solid #000000;
  border-left: 10em solid transparent;
  z-index: 998;
}

@media (max-width: 992px) {
    
    .overlay-ribbon:before {
        display: none;
    }

    .overlay-ribbon:after {
        display: none;
    }
    
    .ribbon-content {
        text-align: center;    
    }
   
}

@media (max-width: 576px) {
    .cme-logo {
        display: none;
    }
    
    .overlay-ribbon {
     height: 9em;
    }
}


/* Agenda */

.agenda-title {
    background-color: #e6eaf0;
    text-align: center;
    padding: 0.25em 0.5em;
    line-height: 0.5;
}

.agenda-title h1 {
    text-transform: none;
}

.time-zone {
    font-size: 1.25rem;
    text-align: center;
    color: #FCCD04;
}


.agenda-content-row {
    display: flex;
    flex-direction: row;
    border: 1px solid #CCC;
}

.agenda-content-row p {
    padding-left: 1em;
}

.agenda-col-1 {
    width: 25%;
}


.agenda-col-right {
    display: flex;
    flex-direction: row;
    width: 75%;
}

.agenda-col-2 {
    width: 50%;
}

.agenda-col-3 {
    width: 50%;
}

.grey {
    background-color: #BE0000;
    color: white;
    margin-top: -1px;
}

.lgrey {
    background-color: #e6eaf0;
    margin-top: -1px;
}

.blue {
    background-color: #000;
    color: white;
    margin-top: -1px;
    font-weight: 700;
    border-top: none;
}

.agenda-col-single {
    width: 100%;
    text-align: center;
}

.sub-session {
    border-top: none;
    background: #FFF;
    margin-top: -1.5em;
}

.session-location {
    font-weight: 700;
}

.white {
    margin-top: -1px;
}

.breakout-row {
    display: flex;
    flex-direction: column;

}

.breakout-column {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.breakout-column:first-of-type {
    border-left: 1px solid #CCC;
}

@media (min-width: 1200px) {
    .agenda-col-2 span {
        padding-left: .865em;
    }

    .breakout-row {
        flex-direction: row;
    }

    .breakout-column {
        width: 25%;
        border-left: none;
    }

    .breakout-column span {
        letter-spacing: -0.625px;
    }
}

@media (max-width: 992px) {
    .agenda-col-right {
        flex-direction: column;
    }
    
    .agenda-col-2 {
        width: 100%;
    }
    
    .agenda-col-3 {
        width: 100%;
    }
    
    .agenda-col-1 p, .agenda-col-2 p  {
        line-height: 1em;
    }
    
    .sub-session {
        margin-top: -1px;
    }
}

@media (max-width: 768px) {
   .agenda-content-row {
    flex-direction: column;
    text-align: center;
    padding-left: 0;   
    }
    
    .agenda-col-1 {
        width: 100%;
    }
    
    .agenda-col-right {
        width: 100%;
    }
    
    .agenda-col-1 p, .agenda-col-2 p, .agenda-col-3 p  {
        line-height: 1.5em;
    }
    
    .agenda-title {
        line-height: normal;
    }
}

/* Gallery Page */

.gallery-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-box {
    border: 0;
    width: 100%;
    margin-bottom: 1em;
}

@media (min-width:768px) {
    .gallery-row {
        flex-direction: row;
    }

    .gallery-box {
        width: 48%;
        margin-bottom: initial;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .gallery-row {
        margin-bottom: -100px;
    }

    .gallery-row:first-of-type {
        margin-top: -50px;
    }
}

@media (min-width:1200px) {
    .gallery-box {
        margin-bottom: 2em;
    }
}


/* Faculty Page */

.faculty-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.director-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.director-row .faculty-figure  {
    margin: 0 10px;   
}

.three-x {
    justify-content: center;
}

.faculty-figure {
    position: relative;
    width: 24%;
    height: 100%;
    margin-bottom: 1em;
}

.faculty-figure img {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    pointer-events: none;
}

.noshadow {
    box-shadow: none !important;
}

.faculty-figure-text {
    bottom: 0;
    position: relative;
}

.faculty-figure-text-pr {
    bottom: 2em;
    position: relative;
}

.faculty-figure-text p, .faculty-figure-text-pr p {
    margin-top: 0.5em;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.faculty-figure-text h4, .faculty-figure-text-pr h4 {
    font-size: 1rem;
    margin-bottom: 0;
} 



@media (max-width: 992px) {
    
    .faculty-row {
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    .director-row {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        justify-content:space-between;
    }

    .director-row .faculty-figure  {
        margin: 0 auto;   
    }
    
    .faculty-figure {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        padding: 0 0.5em;
        margin-bottom: 1em;
    }
}

@media (min-width: 993px) {
    .three-x .faculty-figure {
        margin: 0 8px;
    }
}

@media (max-width: 576px) {
    .faculty-row {
        display: flex;
        flex-direction: column;
    }

    .director-row {
        display: flex;
        flex-direction: column;
    }
    
    .faculty-figure {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 1em;
    }
}

.ribbon-pr {
    position: relative;
    width: 100%;
    bottom: 3em;
    text-align: center;
}

.ribbon-pr-text {
  display: block;
  width: calc(100% + 10px);
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  background: #0f3460;
  color: #FFF;
  position: relative;
  top: 0;
  text-transform: uppercase;
}
.ribbon-pr-text:before, .ribbon-pr-text:after {
  content: "";
  position: absolute;
}
.ribbon-pr-text:before {
  height: 0;
  width: 0;
  bottom: -5px;
  left: 0;
  border-top: 5px solid #052348;
  border-left: 5px solid transparent;
}
.ribbon-pr-text:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #052348;
  border-right: 5px solid transparent;
}

/* Hotel Page */

.hotel-top, .hotel-middle, .hotel-map {
    justify-content: space-between;
    margin-top: 2em;
}

.hotel-content {
    min-height: 400px;
    padding: 0.5rem 2rem;
}

h3.sidebar-title {
    font-size: 1.125em
}

h3.sidebar-title-sm {
    font-size: 1em;
}

.hotel-sidebar {
    width: 50%;
    margin-bottom: 2rem;
   
}

.hotel-rates {
    display: flex;
    flex-direction: row;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.hotel-rates p {
    border: 1px solid #333;
    padding: 10px;
    margin-right: 10px
}

.room-type {
    line-height: 48px;
}

@media (max-width: 992px) {
    .hotel-sidebar {
    width: 100%;
    }

    .hotel-rates {
    flex-direction: column;
    }
}


.hotel-banner {
    width: 50%;
    object-fit: cover;
    margin-bottom: 2rem;
}


@media (max-width: 992px) {
    .hotel-sidebar, .hotel-banner {
    margin-bottom: 0;
    }
}

.hotel-middle-left, .hotel-middle-right {
    width: 50%;
}

.hotel-middle-right {
    padding-left: 1em;
}


@media (max-width: 992px) { 
    .hotel-top, .hotel-middle, .hotel-map {
    margin-top: 1em;
    }
    
    .hotel-banner {
    width: 100%;
    }
    
    .hotel-content {
    min-height: 0;
    }
    
    .hotel-middle-left, .hotel-middle-right {
    width: 100%;
    }
    
    .hotel-middle-right {
    padding-left: 0;
    } 
}

.sidebar-content p span {
    font-family: 'Khula', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.1rem;
}

.sidebar-content p em, .sidebar-content p em strong {
    vertical-align:top;
}

.hotel-middle-left li {
    list-style-type: square;
    list-style-position: outside;    
}

.hotel-middle-left ul {
    padding-left: 1.125em; 
    line-height: 1.5em;    
 }

iframe.location-map {
    width: 100%;
    height: 300px;
}


/* Accreditation */

.accred-2-col {    
    width: 100%;   
}

.accred-container {
    padding: 0.75em;
}

.accred-img {
    max-width: 100px;
    float: left;
    margin-right: 1em;
}

/* Register */

.reg-container {
    justify-content: space-between;
}

.fees-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 1em;
}

.fees-container h2 {
    display: flex;
    padding-left: .5em;
    margin-bottom: 0.5em;
    align-items: center;
    justify-content: space-between;
}

.fees-title_container {
    display: flex;
    padding: 0 .25em .5em 1em;
    align-items: center;
    justify-content: space-between;
    font-style: italic;
}

.fees-title {
    font-size: 1.125rem;
}

@media (max-width: 992px) {
    .fees-container {
    width: 100%;
    }
    
    .fees-container h2, .fees-title_container {
        text-align: center;
    }   
}

.fees-content {
    padding: .5em 1em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fees-category {
    width: 50%;
}

.fees-content h3 {
    padding-bottom: .25em;

}

.fees-content p span {
    font-family: 'Khula', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.1rem;
}

.fees-content p strong {
    vertical-align: top;
    font-style: italic; 
    padding-right: 0.125em;
    font-size: 1.25em;
}


/* Reg Sidebar */

.reg-sidebar {
    width: 45%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.reg-sidebar-content {
    padding: 0.75em;
}

.reg-contact_link {
    color: #028FD5;
}
.gray {
    background-color: #e6eaf0;
}

.reg-sidebar-content p {
    margin: 1rem 0;
}

.exhibit-contact {
    background-color: #FCF4E3;
    padding: 15px;
}

@media (max-width: 992px) {
    .reg-sidebar {
    width: 100%;
    flex-direction: column-reverse;
    }
    
    .reg-sidebar-content {
        padding: 1em;
    }
}

#regBtn-reg {  
    display:inline-block;
    width: 50%;
    padding: 12px 0px 12px 0px;
    border: none;
    background: #BE0000;
    color: #FFF; 
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#regBtn-reg:hover{
    background:  #A30000;
    color: #FFF;
}



@media (max-width: 992px) {
    
    .fees-text {
        width: 100%;
    }
    
    .fees-content {
        text-align: center;
    }
    
    #regBtn-reg {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 45%;
    }
}

@media (max-width: 768px) {
    #regBtn-reg {
        width: 65%;
    }
}

@media (max-width: 576px) {
    .reg-sidebar {
    margin-bottom: 0;
    }
    
    .fees-content {
    margin-bottom: 1.5em;
    }
    
    .fees-content h3 {
    padding-bottom: 0;
    }
}

/* COVID-19 Alert */

.alert {
    background: #ACB4C4;
    background: 
    radial-gradient(
     at center, #DBDFE6, #ACB4C4
    );
    padding: 1em;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 15px 10px -15px #111;
    position: relative;
    z-index: 1;
    
}

.alert p {
    margin: 0 auto;
    padding-right: 15px;
	padding-left: 15px;
    padding-bottom: 1em;
    text-align: center;
}

.alert h2 {
    
    margin: 0 auto;
    text-align: center;
    padding: 1em 2em;
    border-bottom: none;
}


.alert .fa-lg {
    font-size: 4em !important;
    padding-bottom: 1rem;
}


.closebtn {
  width: 100%;
  padding-right: 15px;
  margin: 0 auto;
  text-align: right;
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: #000;
}

.virtual {
    color: #D3224E;
}

.live-launch {
    background: #6BD425;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
}

.live-launch a {
    color: white;
    text-decoration: none;
}

.live-launch a:hover {
    text-decoration: underline;
}

.live-launch i {
    padding-left: .5em;
}

.waitlist-update {
    position: relative;
    background: #04957A;
    text-align: center;    
    height: 50px;
    max-height: 50px;
    padding: 0 24px;
}

.waitlist-update p {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 100%;
    color: #FBF8F8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1px;
    transform: translate(-50%, -50%);
    line-height: 16px;
}


.waitlist-update a, .covid-guidelines a {
    color: #FBF8F8;
    text-decoration: underline;
}

@media screen and (min-width: 400px) {
    .waitlist-update p {
        font-size: 15px;
    }
}

.exhibit-highlight {
    background-color: #F0B223;
    padding: 6px;
    font-weight: 900;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#heartShape {
    transform-origin: 100 100;
    animation: beat 1.2s ease-in-out infinite;
}