header {
  background-color: #000;
  color: #fff;
  border-bottom: 0;
}
header #logo--main {
  margin-bottom: 15px;
}
header .info {
  text-align: right;
  margin-bottom: 15px;
}
header .info p {
  font-family: Oswald !important;
  margin-right: 233px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
header .info p strong {
  font-weight: 700;
}
header .info p a {
  font-family: Oswald !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  color: #FAA220;
  text-decoration: underline;
}
a.outlink {
   display: block;
   float: right;
   padding-top: 10px;
   width: 217px;
   height: 66px;
   background-color: #414141;
   color: #fff !important;
   font-family: Oswald !important;
   font-weight: 600;
   font-size: 20px !important;
   line-height: 24px;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center !important;
}
a.red-button {
  display: inline-block;
  background-color: #ffac0b;
  font-family: Oswald !important;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 1em;
  text-align: center;
}
a.red-button span.subtext {
  font-size: 10px;
  text-transform: none;
  display: block;
  transform: translateY(-8px);
  position: absolute;
  width: 320px;
  text-align: center;
  letter-spacing: .1rem;
}

section#hero {
    /* background-image: none; */
    background: url(../img/SFAZ_green_1500.webp) no-repeat top center;
    /* background-blend-mode: multiply; */
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
    background-color: #818a16;
    object-fit: cover;
    text-align: center;
    color: #FFFFFF;
    padding-top: 105px;
    padding-bottom: 86px;
}
section#hero h1 {
  font-family: Oswald !important;
  /* font-family: Open Sans !important; */
  /* font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif !important; */
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  /* margin-bottom: 0; */
  /* filter: drop-shadow(4px 4px #000); */
}
section#hero h2 {
  font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  font-size: 112px;
  font-weight: 900;
  line-height: 1;
  color: #FFFFFF; /* FAA220 */
  width: 860px;
  margin: 0 auto;
  /* filter: drop-shadow(4px 4px #000); */
  text-align: center;
}
section#hero h2 span, section#hero h2 em {
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
}
section#hero h3 {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Oswald !important;
  font-size: 60px;
  font-weight: 600;
  line-height: 88px;
  margin-top: .25em;
  color: #fff;
  /* background-color: #9a2ff1; */
  /* filter: drop-shadow(4px 4px #000); */
}
section#hero a.red-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 1.5em;
  padding-top: .25em;
  width: 260px;
  height: 60px;
  background-color: #cf2d27;
}
/* .hero-links a:first-child, .hero-links a:last-child */
.hero-links a:first-child {
  padding-top: .25em !important;
  transform: translate(0, -6px);
}
.we-are-enough .hero-links a:nth-child(2) {
  /* padding-top: 1em !important; */
  transform: translate(0, -6px);
}
.we-are-enough .hero-links a:nth-child(3) {
  padding-top: .8em !important;
  transform: translate(0, -21px);
}
.we-are-enough .hero-links a:last-child {
  padding-top: .8em !important;
  transform: translate(0, -11px);
}


section#countdown {
  font-family: Mulish;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  width: 45%;
  margin: 100px auto;
  color: #414141;
}
section#countdown .days {
  border-right: 1px #414141 solid;
}
section#countdown .days, section#countdown .hours {
  display: inline-block;
  padding: 4px 24px;
}
section#countdown .days strong, section#countdown .hours strong {
    font-size: 70px;
    font-weight: 900;
    line-height: 88px;
    vertical-align: middle;
}
section#countdown span {
  display: block;
  padding: 1em;
  margin-top: .5em;
  border-top: 1px #414141 solid;
}


section.venue {
    width: 100%;
    float: none;
    position: relative;
    min-height: 460px;
}
section.venue aside {
  position: absolute;
  top: 0;
  right: 162px;
  padding: 30px;
  width: 484px;
  background-color: #FFFFFFE5;
  color: #000;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}
section.venue a.red-button {
  padding: 1em;
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
}
section.venue aside h3 {
  font-family: Oswald !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: .75em;
  text-transform: uppercase;
}
section.venue aside h4 {
  border-top: 3px solid #000;
  font-family: Oswald !important;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 30px;
  padding-top: 5px;
  margin-top: 0;
}
.slick--simple button.slick-arrow { display: none !important; }

@media (min-width: 1600px) {
  .slick-slide img {
    width: 100% !important;
  }
}


section#sessions {
  max-width: 1157px;
  margin: auto;
  margin-bottom: 2em;
}
section#sessions h2 {
  text-align: center;
  font-family: Oswald !important;
  font-size: 168px;
  font-weight: 700 !important;
  line-height: 248px;
  color: #EF4029;
}
h3.date {
  font-family: Oswald !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
}
.event-listing {
  clear: left;
  height: auto;
  margin-bottom: 20px;
}
.event-listing .presenter-img {
  float: left;
  width: 160px;
  height: 160px;
  background-color: #747474;
}
.event-listing .event-details {
  width: calc(100% - 180px);
  margin-left: 180px;
  height: 160px;
  background-color: #FBAE48;
  position: relative;
  padding: 15px 20px;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
.event-listing.presenters-2 .presenter-img {
  width: 320px;
}
.presenter-img img {
  filter: grayscale(1);
}
.event-listing.presenters-2 .event-details {
  width: calc(100% - 320px);
  margin-left: 320px;
}
.event-listing .event-details .keynote-hours {
  position: absolute;
  right: 20px; top: 15px;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
}
.event-listing .event-details a.red-button {
  position: absolute;
  right: -30px;
  bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 14px 16px;
}
.event-listing .event-details h4 { /* event title */
  font-family: Oswald !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  padding: 0; margin: 0;
}
.event-listing .event-details .presenter h5 {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 25px;
  text-align: left;
  margin: 1em 0 0; padding: 0;
}
.event-listing .event-details .presenter p.presenter-title {
  margin-top: 0;
}


section.workshops {
  max-width: 1157px;
  margin:30px auto 2em;
  clear: left;
}
section.workshops > h3 {
  width: 100%;
  text-align: right;
  margin: 0.5em 0;
  padding: 20px;
  background-color: #FBAE48;
  font-family: Oswald !important;
  font-size: 22px;
  font-weight: 600;
}
section.workshops > h3 span {
  color: #fff;
  filter: drop-shadow(1px 1px #000);
}
.workshop {
  display: inline-block;
  width: 272px;
  height: 586px;
  margin-right: 17px;
  margin-bottom: 20px;
  background-color: #d6d6d6;
  color: #323232;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.workshop:last-child {
  margin-right: 0;
}
.workshop .head {
  background-color: #323232;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  height: 47px;
  margin-bottom: 10px;
}
.workshop h4 {
  font-family: Oswald !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  height: 6em;
  overflow-y: hidden;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 1.25em 0;
}
.workshop.two-liner h4 {
  padding-top: .6em;
  padding-bottom: 0;
}
.workshop.three-liner h4 {
  padding-top: 0;
  padding-bottom: 0;
}
.workshop p {
  font-weight: 400;
}
.workshop a.red-button {
  position: absolute;
  right: -24px;
  bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 8px 14px;
}
.workshop img {
  display: block;
  margin: 14px auto;
  filter: grayscale(1);
}
.workshop img.icon {
  height: 104px;
  max-width: 90%;
  object-fit: cover;
}




section#additional-links {
  color: #fff;
  background-color: #008187;
  margin-top: 140px;
  margin-bottom: 0;
}
section#additional-links .base-w {
  max-width: 1157px;
  margin: auto;
}
section#additional-links .base-w.row .col {
  width: 50%;
  padding: 0px 100px;
}
@media (max-width: 767px) {
  section#additional-links .base-w.row .col {
    width: 50%;
    padding: 0px 50px;
  }
}
section#additional-links .base-w.row .col h4 {
  text-align: center;
  font-family: Oswald !important;
  margin: 0 0 28px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}
section#additional-links a.red-button {
  font-family: Oswald;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 20px 16px 120px;
  background-position: 16px 16px;
  background-repeat: no-repeat;
}
section#additional-links a.red-button.calendar {
  background-image: url(../img/icons/calendar-icon.png);
  background-position-x: 28px;
}
section#additional-links a.red-button.certificate {
  background-image: url(../img/icons/certificate-icon.png);
  background-position-x: 22px;
}



.landing-page-footer {
  background-color: #000;
  padding: 18px;
  color: #fff;
}
.landing-page-footer p {
  width: 710px;
  text-align: center;
  margin: auto;
}
.landing-page-footer p a {
  color: #ffad09;
  text-decoration: none;
}
footer.footer-main { display: none; }




@media screen and (max-width: 768px) {
  section#hero h2 {
    font-size: 132px;
    max-width: calc(100% - 40px);
  }
  section#hero h2 span, section#hero h2 em {
    font-size: 146px;
    font-style: normal;
  }
  section#hero.hrppc h2 {
    font-size: 102px;
  }
  section#hero.hrppc h2 span, section#hero.hrppc h2 em {
    font-size: 96px;
    font-style: normal;
  }
  .hero-links a:first-child, .hero-links a:last-child {
    transform: translate(0, 0);
  }
  section#countdown .days {
    border-right: 0;
  }
  section.venue aside {
    right: 10px;
  }
  section#sessions h2 {
    font-size: 112px;
  }
  .presenter-img { display: none; }
  .event-listing .event-details { margin-left: 0; width: 95%; }
  .workshop {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  section#additional-links .base-w.row .col {
    width: 100%;
    padding: 0px 20px;
  }
  .landing-page-footer p {
    width: 100%;
    padding-left: 18px;
  }
}

.event-address {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #37321e;
}
section#hero.we-are-enough .event-address {
  color: #fff;
  filter: drop-shadow(4px 4px #000);
}
