/*.top_container {
  background-repeat: no-repeat;
  border-bottom: 4px solid #bbd533;
  border-top: 4px solid #bbd533;
}*/
p.StreamingTime {
  color: #aeba00;
  font-weight: bold;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  display: block;
  margin: 0 0 5px 0;
}
p.StreamingVenue {
  color: #aeba00;
  font-weight: 400;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  display: block;
  margin: 0 0 5px 0;
}
p.StreamingSubject {
  color: #231f20;
  font-weight: 400;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  display: block;
  margin: 0 0 5px 0;
}
p.StreamingSpeaker {
  color: #aeba00;
  font-weight: bold;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  display: block;
  margin: 0 0 5px 0;
}
p.StreamingRole {
  color: #231f20;
  font-weight: 500;
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  font-style: italic;
  display: block;
  margin: 0 0 5px 0;
}
p.StreamingSpeaker + p.StreamingTime,
p.StreamingRole + p.StreamingTime {
  margin-top: 40px;
}
p.StreamingSpeaker + p.StreamingVenue,
p.StreamingRole + p.StreamingVenue {
  margin-top: 25px;
}
.streaming-content .dummy-video-outer {
  width: 100%;
  /* max-width: 700px;
        margin-left: auto;
        margin-right: auto;*/
}
.streaming-content .dummy-video-outer .dummy-video {
  width: 100%;
  padding-bottom: 56.25%;
  padding-bottom: 50.25%;
  height: 0;
  position: relative;
  border-radius: 15px;
  border: 15px solid #aeba16;
  transition: all 1s;
}
.streaming-content .dummy-video-outer .dummy-video img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.streaming-content .dummy-video-outer .dummy-video:hover img {
  width: 55%;
}
.streaming-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
	min-height: 600px;
}
.streaming-content .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.streaming-content .landingTopTitle {
  color: #231f20;
  font-weight: bold;
  font-family: azo-sans-web, sans-serif;
  font-size: 36px;
  display: block;
  margin: 90px 0 60px 0;
  text-align: center;
}
/*.streaming-content .page-text {
  margin: 80px 0 20px 0;
}
.streaming-content .page-text h1 {
  color: #231f20;
  font-weight: 400;
  font-family: azo-sans-web, sans-serif;
  font-size: 36px;
  margin: 90px 0 60px 0;
  text-align: center;
}*/
/*.footer {
  margin-top: 60px;
  padding: 50px;
  background: #231f20;
  text-align: center;
}
.footer .footer-content .footer-logo {
  text-align: center;
  margin-bottom: 50px;
}
.footer .footer-content .policy a {
  color: #c7d100;
}*/