/* STRUCTURE ============================== */
#hero {
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -1px;
}
#hero.hero-sm {
  min-height: 5rem;
  height: 5rem;
}
#hero:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.6;
}
#hero .color-overlay .heading-block {
  padding: 10rem 0;
}
#hero .color-overlay.with-logo .heading-block {
  padding: 6rem 0;
}
#heading .event-logo {
  padding-bottom: 1.5rem;
  max-height: 225px;
}
#hero .container {
  max-width: 1170px;
  margin: 0px auto;
}
#hero h1 {
  font-weight: 900;
  font-size: 8rem;
  line-height: 1.1em; /* yes, em, not rem */
  padding: 0 2rem;
}
#hero .date {
  margin-right: 2rem;
}
#hero .date, #hero .location{
  display: flex;
}
#hero .cta {
  padding: 3rem 0 2rem;
}
#hero #datetime-location{
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
#hero .cta a {
  font-size: 1.3rem;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#hero .nav-social {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
#hero .nav-social li {
  margin: 0 0.4rem;
  display: inline-block;
  font-size: 1.2rem;
}
#hero .nav-social li a {
  font-size: 1.5rem;
  padding: 0 1rem;
}
.overlay > * {
  z-index: 1;
}
.color-overlay {
  top: 0;
  width: 100%;
  height: 100%;
}
#hero.hero-sm .color-overlay{
  position: absolute;
}
#heading .event-logo {
  max-width: 80%;
}

/* COLOR ======================= */
#hero {
  background-color: #121212;
  color: white;
}
#hero a:link, #hero a:visited {
  color: white;
}
#hero .nav-social li a:hover, #hero .nav-social li a:active {
  color: #D12E5A;
}
#hero .cta a:hover, #hero .cta a:active {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* HERO (compact & logo top left ========================= */
#hero.left-compact .color-overlay .heading-block{
  padding: 3rem 2rem;
}
#hero.left-compact #heading #heading-text-content{
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
#hero.left-compact #heading #heading-text-content h1{
  padding: 0;
}
#hero.left-compact .with-logo #heading{
  margin: auto;
  width: 75%;
}
#hero.left-compact .with-logo .heading-block{
  display: flex;
  justify-content: space-evenly;
}
#hero.left-compact .with-logo #left-logo-container {
  width: 25%;
  text-align: left;
  margin: auto 5rem auto 0;
}
#hero.left-compact #left-logo-container .event-logo{
  max-height: 300px;
  max-width: 100%;
  border-radius: 4px;
}
#hero.left-compact #datetime-location{
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
#hero.left-compact #datetime-location .date, #hero.left-compact #datetime-location .location{
  display: flex;
}
#hero.left-compact #datetime-location .fa{
  padding-bottom: 0;
  width: 25px;
  vertical-align: top;
  text-align: center;
  margin-top: 5px;
}
#hero.left-compact #datetime-location .datetime-location-content{
  display: inline-block;
  margin-left: 5px;
}
#hero.left-compact #cta-container{
  display: flex;
  margin-bottom: 0.5rem;
}
#hero.left-compact .cta{
  text-align: left;
  margin-right: 1rem;
  padding: 1.8rem 0;
}
#hero.left-compact  .cta a {
  font-size: 1.3rem;
  font-weight: 600;
}
#hero.left-compact .nav-social{
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
#hero.left-compact .nav-social li {
  margin-right: 0.5rem;
  margin-left: 0;
}
#hero.left-compact .nav-social li a{
  padding-right: 1rem;
  padding-left: 0;
}
#hero.left-compact .nav-social h3{
  font-weight: 400;
}
#hero.left-compact #event-name.length-xxxxl {
  font-size: 2.7rem;
}
#hero.left-compact #event-name.length-xxxl {
  font-size: 3.2rem;
}
#hero.left-compact #event-name.length-xxl {
  font-size: 3.4rem;
}
#hero.left-compact #event-name.length-xl {
  font-size: 3.7rem;
}
#hero.left-compact #event-name.length-l {
  font-size: 4.5rem;
}
#hero.left-compact #event-name.length-m {
  font-size: 4.5rem;
}


/* RESPONSIVE ********************* */

@media (max-width: 1600px) {
  #hero.hero-sm {
    min-height: 4rem;
    height: 4rem;
    padding-top: 5rem;
  }
  #hero .color-overlay .heading-block {
    padding: 9rem 0;
  }
  #hero .color-overlay.with-logo .heading-block {
    padding: 5rem 0;
  }
  #hero.left-compact .color-overlay .heading-block{
    padding: 3rem 2rem;
  }
}

@media (max-width: 1400px) {
  #hero.left-compact{
    padding-top: 0;
  }
  #hero.hero-sm {
    min-height: 3rem;
    height: 3rem;
    padding-top: 5rem;
  }
  #hero .color-overlay .heading-block {
    padding: 9rem 0;
  }
  #hero .color-overlay.with-logo .heading-block{
    padding: 5rem 0;
  }
  #hero.left-compact .color-overlay.with-logo .heading-block{
    padding: 3.5rem 2rem;
  }
  #hero.left-compact .with-logo #left-logo-container {
    margin: auto 3rem auto 0;
  }
  #heading .event-logo {
    max-height: 175px;
  }
  /* EVENT TITLE FONT SIZES ********************* */

  #hero.left-compact #event-name.length-xxxxl {
    font-size: 2.7rem;
  }
  #hero.left-compact #event-name.length-xxxl {
    font-size: 2.7rem;
  }
  #hero.left-compact #event-name.length-xxl {
    font-size: 3.0rem;
  }
  #hero.left-compact #event-name.length-xl {
    font-size: 3.25rem;
  }
  #hero.left-compact #event-name.length-l {
    font-size: 4.5rem;
  }
  #hero.left-compact #event-name.length-m {
    font-size: 4.5rem;
  }
}

@media (max-width: 1200px) {
  #hero.hero-sm {
    padding: 3rem 0 2.4rem;
  }
  #hero.hero-sm {
    min-height: 2rem;
    height: 2rem;
  }
  #hero .color-overlay .heading-block {
    padding: 7rem 0;
  }
  #hero .color-overlay.with-logo .heading-block{
    padding: 3rem 0;
  }
  #hero.left-compact .color-overlay .heading-block{
    padding: 3rem 2rem;
  }
  #hero.left-compact .with-logo #left-logo-container{
    margin-right: 2rem;
  }
  #hero.left-compact .with-logo #left-logo-container .event-logo{
    max-height: 300px;
    max-width: 275px;
  }
  #hero.left-compact .with-logo #left-logo-container{
    width: 30%;
  }
  #hero.left-compact .with-logo #heading{
    width: 70%;
  }

  /* EVENT TITLE FONT SIZES ********************* */
  #hero.left-compact #event-name.length-xxxxl {
    font-size: 2.1rem;
  }
  #hero.left-compact #event-name.length-xxxl {
    font-size: 2.7rem;
  }
  #hero.left-compact #event-name.length-xxl {
    font-size: 2.8rem;
  }
  #hero.left-compact #event-name.length-xl {
    font-size: 3.0rem;
  }
  #hero.left-compact #event-name.length-l {
    font-size: 3.2rem;
  }
  #hero.left-compact #event-name.length-m {
    font-size: 4rem;
  }

  #hero.left-compact #datetime-location, 
  #hero.left-compact .cta a{
    font-size: 1.2rem;
  }
  #hero.left-compact .nav-social h3{
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  #hero.hero-sm {
    padding: 3rem 0 2.4rem;
  }
  #hero h1 {
    font-size: 3.6rem;
  }
  #hero #datetime-location {
    font-size: 1.2rem;
  }
  #hero .heading-block {
    padding: 2rem 0;
  }
  #hero .cta a {
    font-size: 1.2rem;
  }
  #hero.left-compact .with-logo #left-logo-container{
    margin-right: 2rem;
  }
  #hero.left-compact .with-logo #left-logo-container .event-logo{
    max-width: 225px;
    max-height: 250px;
  }

  /* EVENT TITLE FONT SIZES ********************* */
  #hero.left-compact #event-name.length-xxxxl {
    font-size: 2.0rem;
  }
  #hero.left-compact #event-name.length-xxxl {
    font-size: 2.4rem;
  }
  #hero.left-compact #event-name.length-xxl {
    font-size: 2.5rem;
  }
  #hero.left-compact #event-name.length-xl {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero.hero-sm {
    padding: 3rem 0 2.4rem;
  }
  #hero h1 {
    font-size: 2.0rem;
  }
  #hero #datetime-location {
    font-size: 1.0rem;
    flex-wrap: wrap; 
    margin: 0 1rem;
  }
  #hero #datetime-location .date, #hero #datetime-location .location {
    display: flex;
    margin: 0 0.5rem;
	}
  #hero .heading-block {
    padding: 1rem 0;
  }
  #hero .cta a, 
  #hero.left-compact .cta a,
  #hero.left-compact #datetime-location .date {
    font-size: 1.1rem;
  }
  #hero.left-compact #datetime-location .date{
    margin: 0;
  }
  #hero.left-compact #datetime-location .location {
    font-size: 1rem;
    margin: 0;
  }
  #hero.left-compact .cta .btn.btn-md{
    padding: 1rem 8rem;
  }
  #hero .nav-social li a{
    font-size: 1.25rem;
  }
  #hero .color-overlay .heading-block {
    padding: 4rem 0;
  }
  #hero .color-overlay.with-logo .heading-block{
    padding: 2.5rem 0;
  }
  #heading .event-logo{
    max-height: 150px;
  }
  #hero.left-compact{
    overflow: visible;
    padding: 0;
  }
  #hero.left-compact .heading-block{
    flex-direction: column;
  }
  #hero.left-compact .color-overlay .heading-block,
  #hero.left-compact .color-overlay.with-logo .heading-block{
    padding: 1.5rem;
  }
  #hero.left-compact #heading #heading-text-content{
    text-align: center;
  }
  #hero.left-compact #heading #heading-text-content #event-name{
    margin-top: 1rem;
  }
  #hero.left-compact #heading,
  #hero.left-compact .with-logo #heading,
  #hero.left-compact .with-logo #left-logo-container{
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #hero.left-compact #datetime-location .date, #hero.left-compact #datetime-location .location{
    justify-content: center;
  }
  #hero.left-compact #cta-container{
    flex-direction: column-reverse;
  }
  #hero.left-compact #cta-container .cta{
    text-align: center;
    margin-right: 0;
  }
  #hero.left-compact .nav-social{
    margin: auto;
  }
  #hero.left-compact .with-logo #left-logo-container .event-logo{
    max-width: 200px;
    max-height: 275px;
  }

  /* EVENT TITLE FONT SIZES ********************* */
  #hero.left-compact #event-name.length-xxxxl {
    font-size: 2.0rem;
  }
  #hero.left-compact #event-name.length-xxxl {
    font-size: 2.0rem;
  }
  #hero.left-compact #event-name.length-xxl {
    font-size: 2.0rem;
  }
  #hero.left-compact #event-name.length-xl {
    font-size: 2.1rem;
  }
  #hero.left-compact #event-name.length-l {
    font-size: 2.2rem;
  }
  #hero.left-compact #event-name.length-m {
    font-size: 3.5rem;
  }

}

@media (max-width: 464px){
  #hero.left-compact .with-logo #left-logo-container .event-logo{
    width: 100%;
    max-width: 100%;
    max-height: inherit;
  }
  #hero.left-compact #heading #heading-text-content{
    text-align: left;
  }
  #hero.left-compact #datetime-location .date, #hero.left-compact #datetime-location .location{
    justify-content: left;
  }
  #hero.left-compact .nav-social{
    margin-left: 30px;
  }
  #hero.left-compact .nav-social li a{
    padding-left: 0;
  }
  #hero .nav-social li{
    margin-left: 0;
  }
  #hero.left-compact .cta .btn.btn-md{
    padding: 1rem 7.5rem;
  }
}
@media (max-width: 396px){
  #hero.left-compact .cta .btn.btn-md{
    padding: 1rem 5rem;
  }
}