.demos-landing-page {
  /* background-image: url('demos_bg.jpg');
  background-size: 70%;
  background-position: top -250px right -280px;
  background-repeat: no-repeat; */
  overflow: hidden;
}
.demos-landing-page-software,
.demos-landing-page-stories {
  width: 100%;
}
.demo-webinar-header h1 {
  padding-left: 0;
}
.live-intro {
  margin-top: 60px;
}
.live-intro h1 {
  font-size: 43px;
}
.row > h1 {
  padding-left: 0px;
}
.live-intro p {
  font-size: 24px;
}
.demos-landing-page .strategic-webinars {
  padding-bottom: 100px;
}
.strategic-webinars .link-arrow {
  font-size: 20px;
}
h2 {
  font-size: 33px;
}
p {
  font-size: 18px;
}
.select-a-date, .your-hosts {
  margin-top: 30px;
}
.live-intro h1 span.live-badge {
  font-family: "aktiv-grotesk", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 33px;
  color: #D0021B;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 2px;
  border: 2px solid #D0021B;
  margin-left: 12px;
  line-height: 43px;
}
.live-intro h1 span.live-badge span.circle {
  width: 11px;
  height: 11px;
  background: #D0021B;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
}
.live-intro .nb-live-topics {
  border-top: 1px solid #EFF1F3;
  margin-top: 32px;
}
.live-intro .nb-live-topics a {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #EFF1F3;
  display: block;
  padding: 10px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 10px 26px;
  background-color: #fff;
}
.live-intro .nb-live-topics a span {
  font-size: 15px;
  color: #A2A5A8;
  font-weight: normal;
  display: block;
}
.live-intro .nb-live-topics a::after {
  content: url('demo-picker-arrow.svg');
  float: right;
}
.live-intro .nb-live-topics a:hover {
  background-color: #FBFBFB;
  transition: background-color 0.35s ease;
}
.live-intro p.recorded-demos-cta {
  margin-top: 30px;
  font-size: 20px;
}
.live-intro .nb-live-topics a:hover, .live-intro .nb-live-topics a:active, .live-intro .nb-live-topics a:focus {
  text-decoration: none;
}
.nb-demo-picker {
  position: relative;
  /* background-image: url('live-laptop.png');
  background-size: 667px;
  background-position: top 100px right -190px;
  background-repeat: no-repeat; */
  padding: 100px 0;
}
@media (min-width: 720px) {
  .nb-demo-picker {
    padding: 250px 0 200px;
  }
}
.nb-demo-picker__media {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(115%, -50%);

}
@media (min-width: 720px) {
  .nb-demo-picker__media {
    display: block;
  }
}
.demos-help-info-container h2 {
  font-size: 28px;
}
.nb-demo-picker h4 {
  margin-top: 30px;
  margin-bottom: 36px;
  line-height: 1.6;
}
.demo-date-picker {
  font-family: "merriweather", "Times New Roman", Times, serif;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  margin-top: 20px;
}
.demo-date-picker a {
  color: #899E2A;
  background-color: #fff;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #899E2A;
  border-radius: 100px;
  padding-top: 15px;
  transition: background-color 0.35s ease;
}
.demo-date-picker a:hover, .demo-date-picker a:focus, .demo-date-picker a:active {
  text-decoration: none;
  background-color: #EEF3E5;
}
.demo-date-picker a.active{
  background-color: #EEF3E5;
  border: 4px solid #899E2A;
}
.demo-date-picker a span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  font-family: "aktiv-grotesk", "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}
.demos-help-photo-container {
  background-image: url('demos-library.jpg');
  background-size:cover;
  background-position: center top;
  min-height: 680px;
}
.demos-help-info-container {
  min-height: 680px;
  background-color: #f8f9f9;
}
.demos-help-info-container h3 {
  font-size: 22px;
  font-weight: bold;
}
.live-event {
  margin-top: 60px;
  margin-bottom: 80px;
}
.live-event .event-wrap {
  margin: 20px auto 80px;
}
.live-event p.live-event-daytime {
  color: #A2A5A8;
  font-size: 15px;
  padding-bottom: 10px;
}
.live-event h1 {
  margin-bottom: 0;
}
.live-event p.select-a-demo {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: block;
  border: 1px solid #E1E1E1;
  padding: 70px 30px;
  text-align: center;
  border-radius: 2px;
  margin: 50px 0;
}
.live-hosts p {
  font-size: 16px;
}
.live-hosts h4 {
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.live-hosts h4.katie {
  background-image: url('live_katie_host.png');
  padding: 10px 0 10px 50px;
}
.live-hosts h4.alex {
  background-image: url('live_alex_host.png');
  padding: 10px 0 10px 50px;
}
@media (max-width: 1199px) {
  .demos-landing-page {
    background-position: top -50px right -260px;
  }
  .live-intro p {
    font-size: 20px;
  }
  .demo-date-picker {
    font-size: 24px;
  }
  .demo-date-picker a {
    width: 80px;
    height: 80px;
    padding-top: 12px;
  }
  .nb-demo-picker {
    background-position: center right -250px;
  }
}
h3.no-upcoming-demos {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
  .live-event {
    padding-top: 0;
  }
  .demos-landing-page {
    background:none;
  }
  .live-intro h1 span.live-badge {
    top: 3px;
  }
  .demo-date-picker {
    font-size: 34px;
  }
  .demo-date-picker a {
    width: 100px;
    height: 100px;
    padding-top: 15px;
    margin-top: 20px;
  }
  .nb-demo-picker h4 {
    margin-bottom: 16px;
  }
  .nb-demo-picker {
    background: none;
    padding: 40px 0;
  }
  .demos-help-info-container {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .demos-landing-page .strategic-webinars {
    padding-bottom: 60px;
  }
  .demos-help-photo-container {
    min-height: 400px;
  }
  .demos-help-info-container {
    min-height: 500px;
  }
  h4.alex {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .demo-date-picker {
    font-family: "aktiv-grotesk", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
  }
  .demo-date-picker a {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 2px;
    margin-top: 15px;
  }
  .demo-date-picker a span {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding-right: 6px;
  }
}
@media (max-width: 600px) {
  .live-intro {
    margin-top: 30px;
  }
  .live-intro h1 {
    font-size: 33px;
  }
  .live-intro h1 span.live-badge {
    font-size: 26px;
    padding: 0 6px;
    line-height: 36px;
    top: 1px;
    margin-left: 10px;
  }
  .live-intro h1 span.live-badge span.circle {
    width: 9px;
    height: 9px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .live-intro p {
    font-size: 18px;
  }
  .live-intro .nb-live-topics a {
    font-size: 20px;
    background-size: 22px;
    background-position: 10px 23px;
  }
  .live-intro .nb-live-topics a span {
    font-size: 14px;
  }
  .live-intro p.recorded-demos-cta {
    font-size: 18px;
  }
  .demos-help-photo-container {
    min-height: 300px;
  }
  .demos-help-info-container {
    min-height: 560px;
    background-color: #f8f9f9;
  }
  .demos-help-info-container  p {
    font-size: 16px;
  }
  .demos-help-info-container h3 {
    font-size: 18px;
  }
  .demos-help-info-container h2 {
    font-size: 22px;
  }
}
.event-box h2 {
  font-size: 25px;
}
.event-body {
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .demos-landing-page {
    background-size: 1030px;
  }
  .nb-demo-picker {
    background-position: top 100px right -60px;
  }
}
@media (min-width: 1750px) {
  .demos-landing-page {
    background-size: 1100px;
  }
  .nb-demo-picker {
    background-position: top 100px right 60px;
  }
}
@media (min-width: 2100px) {
  .demos-landing-page {
    background-position: top -250px right -50px;
  }
  .nb-demo-picker {
    background-position: top 100px right 230px;
  }
}
@media (min-width: 2700px) {
  .demos-landing-page {
    background-position: top -250px right 220px;
  }
  .nb-demo-picker {
    background-position: top 100px right 500px;
  }
}
@media (max-width: 480px) {
  .live-intro h1, .live-intro h1 span.live-badge {
    font-size: 23px;
  }
  .live-intro h1 span.live-badge {
    margin-left: 5px;
  }
}





.nb-live-intro {
  margin-top: 80px;
}

.nb-live-intro__heading {
  font-size: 54px;
}

.nb-live-intro__lead {
  font-size: 20px;
}

@media (max-width: 992px) {
  .nb-live-intro__media {
    margin-top: 40px !important;
    width: 100%;
  }
}