html {
  font-size: 16px;
}
html body {
  padding-bottom: 24px;
}
html body div.bg {
  background-color: #E4701E;
  height: 232px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
html body button {
  background: #e7e7e7;
  border: 0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  height: 2.2857142857em;
  line-height: 2.2857142857em;
  max-width: 100%;
  margin: 0;
  min-width: 5em;
  outline: none;
  padding: 0 1.1428571429em;
  position: relative;
  text-transform: uppercase;
  transition: background 0.3s;
  display: block;
}
html body button:hover, html body button:active, html body button:focus {
  background: lightgray;
  color: #333;
}
html body .content {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
html body .content header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0.5rem;
  text-align: left;
}
html body .content header h1 {
  flex: auto;
  font-size: 0;
  margin: 0;
  max-width: 50%;
}
html body .content header h1 a img {
  max-height: 90px;
  max-width: 100%;
}
html body .content header .social-sharing-panel {
  display: inline-flex;
  flex: none;
  margin: 0;
}
html body .content header .social-sharing-panel label {
  color: #fff;
  cursor: default;
}
html body .content > p {
  margin: 200px 1rem 2rem;
}
html body .content div.clip-container {
  position: relative;
  text-align: center;
}
html body .content div.clip-container video {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body .content div.clip-container div.clip-details {
    display: flex;
  }
}
html body .content div.clip-container div.clip-details p {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.25em;
  margin: 0.75em 0;
}
@media screen and (min-width: 768px) {
  html body .content div.clip-container div.clip-details p {
    flex: 1 1 50%;
    margin: 1em 0;
    text-align: left;
  }
  html body .content div.clip-container div.clip-details p:last-child {
    padding-left: 0.5rem;
    text-align: right;
  }
}
html body .content h3.banner {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media screen and (min-width: 700px) {
  html body .content h3.banner {
    align-items: center;
    display: flex;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  html body .content h3.banner {
    border-radius: 4px;
  }
}
html body .content h3.banner span {
  display: block;
  flex: auto;
  color: white;
}
@media screen and (min-width: 700px) {
  html body .content h3.banner span {
    display: inline;
  }
}
html body .content h3.banner button {
  flex: none;
  font-size: 0.8rem;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 700px) {
  html body .content h3.banner button {
    margin: 0;
  }
}
html body .content div.about-box {
  background: #ECEFF0;
  color: #666;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 1025px) {
  html body .content div.about-box {
    border-radius: 4px;
  }
}
html body .content div.about-box h2 {
  color: #666;
  font-size: 1.625rem;
  font-weight: normal;
  margin-top: 0;
}
html body .content div.about-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .content div.about-box ul li {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
}
html body .content div.about-box ul li a {
  color: #666;
}
html body .content div.about-box div.social-links-ctrl {
  margin-top: 0.5rem;
}
html body .content div.about-box div.social-links-ctrl a {
  background-color: #ECEFF0;
  height: 2rem;
  width: 2rem;
}
html body .content div.about-box div.social-links-ctrl a svg {
  fill: #666;
}
html body .content div.about-box div.social-links-ctrl a.svg-reverse {
  background: #666;
}
html body .content div.about-box div.social-links-ctrl a.svg-reverse svg {
  fill: #ECEFF0;
}
html body .content #inner_footer_main {
  font-size: 0.75rem;
  padding: 0.8rem 1rem;
}
html body .content #inner_footer_main p {
  line-height: 1.25em;
  margin: 0;
}
html body .content #inner_footer_main p a {
  color: #EC675A;
}
html body .content #inner_footer_main #inner_footer_right {
  display: none;
}