/* 
styles from site  - import these to complete the setup
This came from the site but looks like Monseratt should be the default based on the first bug report on TOUC-1749
TODO Bring this into the app with the correct default font-family
some classes are stripped from purify css like authorBio_content because they are only used with popupateData functions so the purify engine doesn't see the class
TODO find the purify exclusion list and add authorBio_content
*/
.description-wrapper {
  margin-left: -40px;
}

#desktopsuccessheader {
  display: block !important;
}

#mobilesuccessheader {
  display: none !important;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.bc-player-default_default:hover .vjs-big-play-button {
  background-color: rgba(0, 0, 0, .45)
}

.vjs-dock-text {
  display: none
}

.vjs-fullscreen-control {
  display: none !important
}

.vjs-picture-in-picture-control {
  display: none !important
}

.vjs-time-control {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.bc-player-default_default .vjs-big-play-button {
  font-size: 14em;
  background-color: unset !important
}

.bc-player-default_default .vjs-play-progress,
.bc-player-default_default .vjs-volume-level {
  background-color: #6d7f96 !important
}

.vjs-current-time,
.vjs-duration,
.vjs-time-divider {
  display: flex !important
}

.vjs-time-divider,
.vjs-current-time,
.vjs-duration {
  padding: 0 !important
}

span.bold {
  font-weight: bolder;
}

.footer-container {
  display: inline-flex;
  padding-top: 56px;
}

.footer-container .logo {
  margin-right: auto;
  width: 112px;
  height: 75px;
}

.footer-copyright {
  margin-left: auto;
  width: 30%;
  min-width: 77px;
}

footer {
  margin-top: 20px;
}

body {
  font-size: 20px;
  font-family: montserrat, Georgia, Times, times new roman, serif;
  color: #4a4a4a
}

.container {
  margin: 0 auto;
  width: 80%;
  text-align: left;
  width: 770px;
  padding: 7px;
}

header {
  background-size: cover;
  color: #fff;
  background-position: 45%;
  display: block;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.logo {
  width: 165px;
  margin: 15px 0 10px
}

video {
  object-fit: cover;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%
}

.article-title {
  font-size: 30px;
  font-family: montserrat, Georgia, Times, times new roman, serif;
  font-weight: 500
}

.video-inner-container {
  position: relative
}

.play-button {
  position: absolute;
  width: 50px;
  top: 38%;
  left: 43%
}

footer {
  background: #23356e;
  color: #fff;
  font-family: atlas grotesk, Helvetica, Arial, sans-serif;
  font-size: 16px
}

footer a,
footer a:visited {
  color: #fff
}

.footer-content {
  line-height: 24px;
  margin-bottom: 10px;
  padding-top: 20px
}

footer .logo {
  display: inline-block
}

h3 {
  font-size: 20px;
  line-height: 32px
}

@media only screen and (min-width:300px) and (max-width:350px) {
  video {
    height: 100%
  }

  .article-title {
    font-size: 27px
  }

  .play-button {
    top: 31%;
    left: 38%;
    width: 80px
  }
}

@media screen and (max-width: 480px) {
  #desktopsuccessheader {
    display: none !important;
  }

  #mobilesuccessheader {
    display: block !important;
  }
}

@media only screen and (min-width:500px) and (max-width:960px) {
  header {
    height: 450px
  }

  video {
    height: 100%
  }

  .logo {
    margin-top: 40px
  }

  .article-title {
    font-size: 39px;
    width: 420px
  }

  .play-button {
    width: 100px;
    top: 33%;
    left: 38%
  }

  footer .logo {
    margin-right: 20px
  }
}

@media screen and (min-width:960px) {
  header {
    padding-top: 20px;
    padding-bottom: 41px
  }

  .logo {
    margin: 0 0 0 0;
  }

  .article-title {
    font-size: 66px;
    width: 705px
  }

  .container {
    max-width: 990px;
    padding: 7px;
  }

  .video-inner-container {
    height: 32vw;
    overflow: hidden
  }

  .row {
    display: inline-flex
  }

  .play-button {
    width: 103px
  }

  .footer-container {
    padding-bottom: 55px
  }

  .footer-content {
    padding: 46px 0 32px
  }

  footer .logo {
    margin: 0 20px 0 0
  }
}