/* line 5, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../../../in_sass/player/20_z_2019.scss */
#player {
  z-index: 100;
}

/* line 2, ../../../in_sass/player/20_z_2019.scss */
#branding {
  z-index: 200;
}
/* line 3, ../../../in_sass/player/20_z_2019.scss */
#branding #branding-top {
  z-index: 220;
}
/* line 4, ../../../in_sass/player/20_z_2019.scss */
#branding #branding-bg {
  z-index: 210;
}

/* line 6, ../../../in_sass/player/20_z_2019.scss */
#mediaContent {
  z-index: 300;
}
/* line 7, ../../../in_sass/player/20_z_2019.scss */
#mediaContent .mc-top {
  z-index: 320;
}
/* line 8, ../../../in_sass/player/20_z_2019.scss */
#mediaContent .mc-bottom {
  z-index: 310;
}

/* line 10, ../../../in_sass/player/20_z_2019.scss */
#menu, #control, #control-other, #control-timecode {
  z-index: 400;
}

/* line 11, ../../../in_sass/player/20_z_2019.scss */
#control-playback, #control-fullscreen {
  z-index: 410;
}

/* line 12, ../../../in_sass/player/20_z_2019.scss */
#timeline {
  z-index: 520;
}

/* line 13, ../../../in_sass/player/20_z_2019.scss */
#tabs {
  z-index: 600;
}
/* line 14, ../../../in_sass/player/20_z_2019.scss */
#tabs #tabs-close {
  z-index: 610;
}

@media all and (max-width: 953px) {
  /* line 18, ../../../in_sass/player/20_z_2019.scss */
  #tabs.tabs-over {
    z-index: 700;
  }
  /* line 19, ../../../in_sass/player/20_z_2019.scss */
  #tabs.tabs-over #tabs-close {
    z-index: 710;
  }
}
/* line 23, ../../../in_sass/player/20_z_2019.scss */
.sliderTip {
  z-index: 800;
}

/* line 24, ../../../in_sass/player/20_z_2019.scss */
#view-on {
  z-index: 880;
}

/* line 25, ../../../in_sass/player/20_z_2019.scss */
#frontoverlay {
  z-index: 900;
}
/* line 26, ../../../in_sass/player/20_z_2019.scss */
#frontoverlay #fo-warning {
  z-index: 990;
}
/* line 27, ../../../in_sass/player/20_z_2019.scss */
#frontoverlay #fo-bigplay {
  z-index: 980;
}

/* line 19, ../../../sass/player/v2019.02.1/player.scss */
#mediaContent, #tabs {
  position: absolute;
  top: 80px;
  bottom: 77px;
  border: 1px solid rgba(50, 50, 50, 0.5);
}

/* line 22, ../../../sass/player/v2019.02.1/player.scss */
#mediaContent {
  left: 312px;
  right: 5px;
}
/* line 23, ../../../sass/player/v2019.02.1/player.scss */
#mediaContent #videoHolder, #mediaContent #mainSlideHolder {
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 24, ../../../sass/player/v2019.02.1/player.scss */
#mediaContent object, #mediaContent video, #mediaContent img, #mediaContent embed {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 1, ../../../in_sass/player/30_pos_2019.scss */
body {
  width: 100%;
  height: 100%;
  min-width: 300px;
  height: 100vh;
}

/* line 2, ../../../in_sass/player/30_pos_2019.scss */
#player, #control, #branding {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 3, ../../../in_sass/player/30_pos_2019.scss */
#player {
  min-width: 300px;
  overflow: hidden;
}

/* line 6, ../../../in_sass/player/30_pos_2019.scss */
#branding div {
  position: absolute;
}

/* line 9, ../../../in_sass/player/30_pos_2019.scss */
#tabs {
  left: 5px;
  width: 300px;
}
/* line 10, ../../../in_sass/player/30_pos_2019.scss */
#tabs #tabs-close {
  position: absolute;
  right: 2px;
  top: 0px;
  width: 26px;
  text-align: right;
  display: none;
}
/* line 11, ../../../in_sass/player/30_pos_2019.scss */
#tabs .tabreg {
  display: none;
}
/* line 12, ../../../in_sass/player/30_pos_2019.scss */
#tabs .tabreg .inner, #tabs .tabreg .tabname {
  position: absolute;
}
/* line 13, ../../../in_sass/player/30_pos_2019.scss */
#tabs .tabreg .tab-name {
  height: 20px;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 8px 26px 4px 5px;
}
/* line 14, ../../../in_sass/player/30_pos_2019.scss */
#tabs .tabreg .inner {
  top: 32px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* line 15, ../../../in_sass/player/30_pos_2019.scss */
#tabs .tabreg .tab-content {
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 16, ../../../in_sass/player/30_pos_2019.scss */
#tabs .tabreg .tab-content-padded {
  box-sizing: border-box;
  padding: 5px;
}

/* line 20, ../../../in_sass/player/30_pos_2019.scss */
#slidethumbs .st-frame-outer {
  margin: 3px;
  padding: 5px;
}
/* line 21, ../../../in_sass/player/30_pos_2019.scss */
#slidethumbs .st-tc, #slidethumbs img.st-thumb {
  width: 100%;
  text-align: center;
}

/* line 23, ../../../in_sass/player/30_pos_2019.scss */
#control.control-over, #timeline.control-over {
  display: block;
}

/* line 24, ../../../in_sass/player/30_pos_2019.scss */
#control-other, #menu {
  position: absolute;
  bottom: 37px;
  height: 40px;
  line-height: 40px;
}

/* line 25, ../../../in_sass/player/30_pos_2019.scss */
#control-other {
  right: 0;
}

/* line 26, ../../../in_sass/player/30_pos_2019.scss */
#menu {
  left: 0;
}

/* line 28, ../../../sass/player/v2019.02.1/player.scss */
#branding #branding-top {
  top: 0px;
  height: 80px;
  left: 0px;
  width: 100%;
}
/* line 29, ../../../sass/player/v2019.02.1/player.scss */
#branding #branding-bg {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
/* line 30, ../../../sass/player/v2019.02.1/player.scss */
#branding .branding-logo, #branding .branding-bg {
  display: none;
}
/* line 31, ../../../sass/player/v2019.02.1/player.scss */
#branding .branding-logo {
  top: 0px;
  height: 80px;
}

/* line 34, ../../../sass/player/v2019.02.1/player.scss */
#control-playback {
  position: absolute;
  bottom: 37px;
  width: 100px;
  height: 40px;
  left: 50%;
  margin-left: -50px;
  line-height: 40px;
}

/* line 35, ../../../sass/player/v2019.02.1/player.scss */
#timeline {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 37px;
}
/* line 36, ../../../sass/player/v2019.02.1/player.scss */
#timeline #sliderHolder {
  position: absolute;
  left: 70px;
  right: 70px;
  height: 27px;
  bottom: 5px;
}

/* line 38, ../../../sass/player/v2019.02.1/player.scss */
#control-timecode {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 37px;
}
/* line 39, ../../../sass/player/v2019.02.1/player.scss */
#control-timecode #currentTimeDisplay, #control-timecode #durationDisplay {
  position: absolute;
  width: 60px;
  bottom: 13px;
}
/* line 40, ../../../sass/player/v2019.02.1/player.scss */
#control-timecode #currentTimeDisplay {
  left: 10px;
  text-align: left;
}
/* line 41, ../../../sass/player/v2019.02.1/player.scss */
#control-timecode #durationDisplay {
  right: 10px;
  text-align: right;
}

/* line 1, ../../../in_sass/player/35_pos-slider_2019.scss */
#sliderContent {
  position: relative;
}
/* line 2, ../../../in_sass/player/35_pos-slider_2019.scss */
#sliderContent.noUi-horizontal {
  height: 10px;
  top: 8px;
  border-radius: 4px;
}
/* line 3, ../../../in_sass/player/35_pos-slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-base {
  height: 20px;
  top: -10px;
}
/* line 4, ../../../in_sass/player/35_pos-slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-base .noUi-connect {
  height: 8px;
  top: 10px;
}
/* line 6, ../../../in_sass/player/35_pos-slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-handle {
  width: 10px;
  left: -5px;
  height: 20px;
  top: 3px;
  border-radius: 2px;
}
/* line 7, ../../../in_sass/player/35_pos-slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-handle:before, #sliderContent.noUi-horizontal .noUi-handle:after {
  display: none;
  height: 0px;
  width: 0px;
}

/* line 11, ../../../in_sass/player/35_pos-slider_2019.scss */
#tlIndexHolder {
  height: 10px;
  top: -2px;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  position: relative;
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
}
/* line 13, ../../../in_sass/player/35_pos-slider_2019.scss */
#tlIndexHolder div {
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 14, ../../../in_sass/player/35_pos-slider_2019.scss */
#tlIndexHolder div:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 15, ../../../in_sass/player/35_pos-slider_2019.scss */
#tlIndexHolder div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 46, ../../../sass/player/v2019.02.1/player.scss */
#frontoverlay {
  top: 80px;
  bottom: 0px;
  width: 100%;
  display: none;
  position: absolute;
}
/* line 47, ../../../sass/player/v2019.02.1/player.scss */
#frontoverlay .inner {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: none;
  position: absolute;
}

@media all and (max-height: 680px) {
  /* line 5, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: none;
  }

  /* line 6, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs, #mediaContent {
    top: 5px;
  }

  /* line 7, ../../../in_sass/player/40_pos-branding_2019.scss */
  #frontoverlay {
    top: 0;
  }
}
@media all and (max-width: 953px) {
  /* line 11, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    left: 0px;
    right: 0px;
    border: none;
  }

  /* line 12, ../../../in_sass/player/40_pos-branding_2019.scss */
  #menu {
    bottom: 0;
  }

  /* line 13, ../../../in_sass/player/40_pos-branding_2019.scss */
  #control-playback {
    bottom: 0;
  }

  /* line 14, ../../../in_sass/player/40_pos-branding_2019.scss */
  #timeline, #control-timecode {
    bottom: 40px;
  }

  /* line 16, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs {
    display: none;
  }
  /* line 17, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs.tabs-over {
    display: block;
  }
  /* line 18, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs.tabs-over #tabs-close {
    display: block;
  }
}
@media all and (max-width: 700px) {
  /* line 24, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent, #tabs {
    bottom: 117px;
  }

  /* line 25, ../../../in_sass/player/40_pos-branding_2019.scss */
  #control-playback {
    bottom: 77px;
  }

  /* line 26, ../../../in_sass/player/40_pos-branding_2019.scss */
  #timeline {
    bottom: 40px;
  }
  /* line 27, ../../../in_sass/player/40_pos-branding_2019.scss */
  #timeline #sliderHolder {
    left: 10px;
    right: 10px;
  }

  /* line 29, ../../../in_sass/player/40_pos-branding_2019.scss */
  #control-timecode {
    bottom: 77px;
  }
}
@media all and (max-height: 485px) {
  /* line 34, ../../../in_sass/player/40_pos-branding_2019.scss */
  #frontoverlay, #mediaContent {
    top: 0px;
    left: 0px;
    right: 0px;
    border: none;
  }

  /* line 35, ../../../in_sass/player/40_pos-branding_2019.scss */
  #timeline {
    bottom: 40px;
  }

  /* line 36, ../../../in_sass/player/40_pos-branding_2019.scss */
  #control-playback {
    bottom: 65%;
    margin-bottom: -40px;
  }

  /* line 37, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    bottom: 0px;
  }

  /* line 38, ../../../in_sass/player/40_pos-branding_2019.scss */
  #menu {
    bottom: 0;
  }

  /* line 39, ../../../in_sass/player/40_pos-branding_2019.scss */
  #control {
    display: none;
    background-color: rgba(120, 120, 120, 0.85);
  }

  /* line 40, ../../../in_sass/player/40_pos-branding_2019.scss */
  #timeline {
    display: none;
  }

  /* line 41, ../../../in_sass/player/40_pos-branding_2019.scss */
  #timeline, #control-timecode {
    bottom: 40px;
  }

  /* line 42, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs {
    display: none;
    top: 0px;
  }
  /* line 43, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs.tabs-over {
    display: block;
    bottom: 40px;
  }
  /* line 44, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs.tabs-over #tabs-close {
    display: block;
  }
}
@media all and (max-height: 485px) and (max-width: 700px) {
  /* line 50, ../../../in_sass/player/40_pos-branding_2019.scss */
  #control-timecode {
    bottom: 77px;
  }
}
@media all and (max-height: 300px) {
  /* line 56, ../../../in_sass/player/40_pos-branding_2019.scss */
  #tabs.tabs-over {
    bottom: 40px;
  }
}
@media all and (max-width: 400px) and (min-height: 497px) {
  /* line 67, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 68, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 450px) and (min-height: 534.5px) {
  /* line 72, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 73, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 500px) and (min-height: 557px) {
  /* line 77, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 78, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 550px) and (min-height: 609.5px) {
  /* line 82, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 83, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 600px) and (min-height: 647px) {
  /* line 87, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 88, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 650px) and (min-height: 684.5px) {
  /* line 92, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 93, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 700px) and (min-height: 722px) {
  /* line 97, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 98, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 750px) and (min-height: 759.5px) {
  /* line 102, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 103, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 800px) and (min-height: 797px) {
  /* line 107, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 108, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 850px) and (min-height: 834.5px) {
  /* line 112, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 113, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 900px) and (min-height: 872px) {
  /* line 117, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 118, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
@media all and (max-width: 950px) and (min-height: 872px) {
  /* line 122, ../../../in_sass/player/40_pos-branding_2019.scss */
  #branding-top {
    display: block;
  }

  /* line 123, ../../../in_sass/player/40_pos-branding_2019.scss */
  #mediaContent {
    top: 80px;
  }
}
/* line 55, ../../../sass/player/v2019.02.1/player.scss */
body {
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 56, ../../../sass/player/v2019.02.1/player.scss */
#branding {
  background-color: white;
}

/* line 1, ../../../in_sass/player/50_general_2018.scss */
#mediaContent {
  background-color: black;
  color: white;
}

/* line 2, ../../../in_sass/player/50_general_2018.scss */
#timeline {
  background-color: transparent;
}

/* line 3, ../../../in_sass/player/50_general_2018.scss */
.sliderTip {
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(60, 60, 60, 0.8);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjM2MzYyIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzNjM2MiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(60, 60, 60, 0.8)), color-stop(50%, rgba(100, 100, 100, 0.8)), color-stop(100%, rgba(60, 60, 60, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(100, 100, 100, 0.8) 50%, rgba(60, 60, 60, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(100, 100, 100, 0.8) 50%, rgba(60, 60, 60, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(60, 60, 60, 0.8) 0%, rgba(100, 100, 100, 0.8) 50%, rgba(60, 60, 60, 0.8) 100%);
  color: #222;
}
/* line 5, ../../../in_sass/player/50_general_2018.scss */
.sliderTip .sliderTip-tc {
  color: #ddd;
  padding: 5px 5px 0px 5px;
  text-align: center;
}

/* line 7, ../../../in_sass/player/50_general_2018.scss */
#videoPlaceholderComp, #sliderContentComp {
  height: 100%;
  width: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 59, ../../../sass/player/v2019.02.1/player.scss */
#control-playback, #control-fullscreen, #control-other, #menu {
  text-align: center;
}
/* line 60, ../../../sass/player/v2019.02.1/player.scss */
#control-playback .fa, #control-fullscreen .fa, #control-other .fa, #menu .fa {
  vertical-align: middle;
  margin: 0 10px;
}

/* line 1, ../../../in_sass/player/55_control-color_2018.scss */
#control {
  color: rgba(220, 220, 220, 0.5);
}

/* line 2, ../../../in_sass/player/55_control-color_2018.scss */
#control-playback, #control-fullscreen, #control-other, #menu {
  text-align: center;
}
/* line 3, ../../../in_sass/player/55_control-color_2018.scss */
#control-playback a, #control-fullscreen a, #control-other a, #menu a {
  color: rgba(220, 220, 220, 0.5);
}
/* line 4, ../../../in_sass/player/55_control-color_2018.scss */
#control-playback a:hover, #control-fullscreen a:hover, #control-other a:hover, #menu a:hover {
  color: rgba(220, 220, 220, 0.3);
}
/* line 5, ../../../in_sass/player/55_control-color_2018.scss */
#control-playback a:active, #control-playback a:visited, #control-fullscreen a:active, #control-fullscreen a:visited, #control-other a:active, #control-other a:visited, #menu a:active, #menu a:visited {
  color: rgba(220, 220, 220, 0.5);
}

/* line 6, ../../../in_sass/player/60_tabs_2018.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 7, ../../../in_sass/player/60_tabs_2018.scss */
sup {
  top: -.5em;
}

/* line 8, ../../../in_sass/player/60_tabs_2018.scss */
sub {
  bottom: -.25em;
}

/* line 10, ../../../in_sass/player/60_tabs_2018.scss */
.correct {
  color: #3da33d;
}

/* line 11, ../../../in_sass/player/60_tabs_2018.scss */
.incorrect {
  color: #a33d3d;
}

/* line 14, ../../../in_sass/player/60_tabs_2018.scss */
.content .addl-instructions, .tab-content .addl-instructions {
  font-style: italic;
  margin-top: 30px;
}

/* line 17, ../../../in_sass/player/60_tabs_2018.scss */
#tabs {
  background-color: #ddd;
}
/* line 18, ../../../in_sass/player/60_tabs_2018.scss */
#tabs #tabs-close a {
  color: #444;
}
/* line 18, ../../../in_sass/player/60_tabs_2018.scss */
#tabs #tabs-close a:hover {
  color: #666;
}
/* line 18, ../../../in_sass/player/60_tabs_2018.scss */
#tabs #tabs-close a:active, #tabs #tabs-close a:visited {
  color: #444;
}
/* line 20, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-name {
  color: #444;
  vertical-align: baseline;
  background-color: #aaa;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(75%, #cccccc), color-stop(100%, #aaaaaa));
  background-image: -moz-linear-gradient(top, #aaaaaa 0%, #cccccc 75%, #aaaaaa 100%);
  background-image: -webkit-linear-gradient(top, #aaaaaa 0%, #cccccc 75%, #aaaaaa 100%);
  background-image: linear-gradient(to bottom, #aaaaaa 0%, #cccccc 75%, #aaaaaa 100%);
  text-align: left;
  font-size: 18px;
}
/* line 24, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .inner {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 25, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content {
  color: #555;
  font-size: 14px;
  line-height: 16px;
}
/* line 26, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content p {
  margin: 5px 0 10px 0;
  text-align: left;
}
/* line 27, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content ul, #tabs .tabreg .tab-content ol {
  list-style-position: outside;
  margin: 5px 0 10px 0;
  padding-left: 10px;
}
/* line 28, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content ul {
  list-style-type: disc;
}
/* line 31, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content ol {
  list-style-type: decimal;
}
/* line 34, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content li {
  margin: 0 0 5px 7px;
}
/* line 35, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content i, #tabs .tabreg .tab-content em {
  font-style: italic;
}
/* line 35, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content b, #tabs .tabreg .tab-content strong {
  font-weight: bold;
}
/* line 36, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content h2 {
  font-weight: bold;
  font-size: 110%;
  line-height: 110%;
  margin-top: 10px;
}
/* line 37, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content h2:first-child {
  margin-top: 5px;
}
/* line 39, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content h3 {
  font-weight: bold;
  margin-top: 5px;
}
/* line 40, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content a.call-to-action {
  margin: 15px;
  font-size: 16px;
  text-align: center;
  display: block;
}
/* line 40, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content a.call-to-action i {
  font-style: normal;
}
/* line 42, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-buttonlinkrow a {
  margin: 15px;
  font-size: 16px;
  text-align: center;
  display: block;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 10px;
  background-color: #ddd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(75%, #bbbbbb), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 75%, #dddddd 100%);
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 75%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 75%, #dddddd 100%);
}
/* line 45, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-buttonlinkrow a:hover {
  text-decoration: none;
  border: 1px solid #111;
  background-color: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(75%, #cccccc), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 75%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 75%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #cccccc 75%, #eeeeee 100%);
}
/* line 48, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-buttonlinkrow a i {
  font-style: normal;
}
/* line 50, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-buttonlinkrow .non-button {
  margin: 15px;
  font-size: 16px;
  text-align: center;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(75%, #dddddd), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #dddddd 75%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 75%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dddddd 75%, #ffffff 100%);
}
/* line 53, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-buttonlinkrow .non-button span {
  color: #ccc;
  display: inline-block;
  margin-left: 10px;
}
/* line 53, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-buttonlinkrow .non-button span i {
  font-style: normal;
}
/* line 56, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-label {
  margin: 10px 0 5px 0;
}
/* line 57, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-textarea, #tabs .tabreg .tab-content .tc-textinput, #tabs .tabreg .tab-content .tc-buttonrow {
  margin: 5px 0;
}
/* line 58, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-textarea input, #tabs .tabreg .tab-content .tc-textarea textarea, #tabs .tabreg .tab-content .tc-textinput input, #tabs .tabreg .tab-content .tc-textinput textarea, #tabs .tabreg .tab-content .tc-buttonrow input, #tabs .tabreg .tab-content .tc-buttonrow textarea {
  width: 100%;
}
/* line 59, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-textarea button, #tabs .tabreg .tab-content .tc-textinput button, #tabs .tabreg .tab-content .tc-buttonrow button {
  float: right;
  font-size: 16px;
  background-color: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(75%, #cccccc), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 75%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 75%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #cccccc 75%, #eeeeee 100%);
}
/* line 60, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-textarea button:hover, #tabs .tabreg .tab-content .tc-textinput button:hover, #tabs .tabreg .tab-content .tc-buttonrow button:hover {
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(75%, #dddddd), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #dddddd 75%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 75%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dddddd 75%, #ffffff 100%);
}
/* line 63, ../../../in_sass/player/60_tabs_2018.scss */
#tabs .tabreg .tab-content .tc-serverresponse {
  margin: 10px 0;
  font-size: 16px;
  font-style: italic;
}

/* line 69, ../../../in_sass/player/60_tabs_2018.scss */
#slidethumbs .inner {
  padding-bottom: 2px;
}
/* line 70, ../../../in_sass/player/60_tabs_2018.scss */
#slidethumbs .st-frame-outer {
  color: #ddd;
  border-radius: 3px;
  background-color: #bbb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTk5OTk5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(90%, #999999), color-stop(100%, #bbbbbb));
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #999999 90%, #bbbbbb 100%);
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #999999 90%, #bbbbbb 100%);
  background-image: linear-gradient(to bottom, #bbbbbb 0%, #999999 90%, #bbbbbb 100%);
}
/* line 73, ../../../in_sass/player/60_tabs_2018.scss */
#slidethumbs .st-tc {
  margin: 5px 5px 0px 5px;
  font-size: 12px;
}

/* line 76, ../../../in_sass/player/60_tabs_2018.scss */
#speakers {
  text-align: center;
}
/* line 77, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .sessionName {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
/* line 78, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .presentationTitle {
  margin: 15px 0;
  font-size: 12px;
  font-style: italic;
}
/* line 79, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .presspeaker {
  margin: 5px 0 25px 0;
  font-size: 12px;
}
/* line 80, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .presspeaker div {
  margin: 3px 0;
}
/* line 82, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .speakerPresentationTitle {
  font-style: italic;
  font-size: 12px;
  color: #777;
}
/* line 83, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .speakerName {
  font-size: 16px;
  font-weight: bold;
}
/* line 84, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .speakerOrganization {
  color: #6e6e6e;
  color: #777;
}
/* line 87, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .pic img {
  margin: 3px auto;
  border-radius: 5px;
  border: 3px solid #999;
  width: 112px;
  height: 144px;
}
/* line 91, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .disclosure {
  font-size: 10px;
  text-align: left;
}
/* line 92, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .disclosure .disclosure-label {
  font-weight: bold;
}
/* line 94, ../../../in_sass/player/60_tabs_2018.scss */
#speakers .bio {
  font-size: 10px;
  text-align: left;
}

/* line 98, ../../../in_sass/player/60_tabs_2018.scss */
#index #tab-inner-indx {
  padding: 2px;
}
/* line 100, ../../../in_sass/player/60_tabs_2018.scss */
#index .tab-content a.indx-frame-outer {
  border: 1px solid #ddd;
  margin: 2px;
  display: block;
  color: #222;
  background-color: #e4e4e4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTRlNGU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(50%, #f0f0f0), color-stop(100%, #e4e4e4));
  background-image: -moz-linear-gradient(top, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
  background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
}
/* line 102, ../../../in_sass/player/60_tabs_2018.scss */
#index .tab-content a.indx-frame-outer:hover {
  border-color: #888;
  color: #000;
  background-color: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(50%, #f7f7f7), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
}
/* line 107, ../../../in_sass/player/60_tabs_2018.scss */
#index .indx-frame-inner {
  padding: 5px 5px 0 5px;
}
/* line 108, ../../../in_sass/player/60_tabs_2018.scss */
#index .indx-index, #index .indx-tc {
  display: inline-block;
}
/* line 109, ../../../in_sass/player/60_tabs_2018.scss */
#index .indx-tc {
  font-size: 10px;
  margin: 2px 5px 2px 0;
  float: left;
}
/* line 110, ../../../in_sass/player/60_tabs_2018.scss */
#index .indx-index {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 5px 0;
}

/* line 114, ../../../in_sass/player/60_tabs_2018.scss */
#questions #qu-header {
  font-weight: bold;
  font-size: 14px;
  margin: 5px 5px 15px 5px;
  text-align: center;
}
/* line 116, ../../../in_sass/player/60_tabs_2018.scss */
#questions .tab-content p#qu-progress {
  text-align: center;
  margin: 10px 5px;
}
/* line 118, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options {
  margin: 5px auto;
  text-align: center;
}
/* line 119, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options td.qu-res1optlet {
  width: 40px;
  font-size: 18px;
}
/* line 120, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options td.qu-res1optperc {
  font-size: 14px;
  font-style: italic;
}
/* line 121, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options td.qu-res1optchoice {
  font-size: 10px;
  font-style: italic;
}
/* line 122, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options td.qu-res1optlet, #questions table#qu-options td.qu-res1optperc, #questions table#qu-options td.qu-res1optchoice {
  padding: 3px;
  text-align: center;
}
/* line 123, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options td.qu-res1optlet.correct-false, #questions table#qu-options td.qu-res1optperc.correct-false, #questions table#qu-options td.qu-res1optchoice.correct-false {
  color: #a33d3d;
}
/* line 124, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options td.qu-res1optlet.correct-true, #questions table#qu-options td.qu-res1optperc.correct-true, #questions table#qu-options td.qu-res1optchoice.correct-true {
  color: #3da33d;
}
/* line 126, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options a.qu-qbutton {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  box-shadow: 2px 2px 5px #bbb;
  border: 1px solid #ddd;
  background-color: #e4e4e4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTRlNGU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(50%, #f0f0f0), color-stop(100%, #e4e4e4));
  background-image: -moz-linear-gradient(top, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
  background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #f0f0f0 50%, #e4e4e4 100%);
}
/* line 130, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-options a.qu-qbutton:hover {
  border-color: #aaa;
  background-color: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(50%, #f7f7f7), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
}
/* line 135, ../../../in_sass/player/60_tabs_2018.scss */
#questions .qu-optlettext {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-top: 11px;
}
/* line 137, ../../../in_sass/player/60_tabs_2018.scss */
#questions #qu-questionlabel {
  margin: 15px 5px 5px 5px;
  text-align: center;
  font-size: 10px;
  font-style: italic;
}
/* line 138, ../../../in_sass/player/60_tabs_2018.scss */
#questions #qu-questiontext {
  margin: 5px 5px 5px 5px;
  font-size: 13px;
}
/* line 139, ../../../in_sass/player/60_tabs_2018.scss */
#questions a.qu-optlink {
  display: block;
  margin: 5px 5px 5px 5px;
}
/* line 140, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options {
  margin: 5px;
}
/* line 141, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options tr.correct-true td {
  color: #3da33d;
}
/* line 142, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options tr.correct-false td {
  color: #a33d3d;
}
/* line 143, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options td.qu-res2optlet {
  font-size: 12px;
}
/* line 144, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options td.qu-res2optperc {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}
/* line 145, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options td.qu-res2opttext {
  font-size: 12px;
  text-align: left;
}
/* line 146, ../../../in_sass/player/60_tabs_2018.scss */
#questions table#qu-res2options td.qu-res2optlet, #questions table#qu-res2options td.qu-res2optperc, #questions table#qu-res2options td.qu-res2opttext {
  padding: 3px;
  vertical-align: top;
}

/*
<div class="tc-label">Enter notes below:</div>
   	 
   	 <div class="tc-textarea"><textarea id="tknote_notes" rows="10" cols="20"></textarea></div>	        	 
   	 
   	 <div class="tc-label">Email to:</div>
   	 
   	 <div class="tc-textinput"><input id="tknote_e" type="text" value="sbibeault@capitalreach.com" /></div>
      	 	
	 <div id="tknote_response" class="tc-serverresponse"></div>			

	 */
/* line 2, ../../../in_sass/player/70_slider_2019.scss */
#sliderContent.noUi-horizontal {
  border-color: rgba(20, 20, 20, 0);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}
/* line 4, ../../../in_sass/player/70_slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-base .noUi-connect, #sliderContent.noUi-horizontal .noUi-base .c-2-color {
  background-color: rgba(120, 120, 120, 0);
}
/* line 5, ../../../in_sass/player/70_slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-base .c-1-color {
  background-color: rgba(20, 20, 20, 0.2);
}
/* line 7, ../../../in_sass/player/70_slider_2019.scss */
#sliderContent.noUi-horizontal .noUi-handle {
  border-color: rgba(180, 180, 180, 0.9);
  box-shadow: none;
  background-color: rgba(120, 120, 120, 0.9);
}

/* line 13, ../../../in_sass/player/70_slider_2019.scss */
#tlIndexHolder {
  border-color: rgba(25, 25, 25, 0.2);
}
/* line 15, ../../../in_sass/player/70_slider_2019.scss */
#tlIndexHolder div:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 16, ../../../in_sass/player/70_slider_2019.scss */
#tlIndexHolder div:nth-child(even) {
  background-color: rgba(196, 196, 196, 0.9);
}

/* line 72, ../../../sass/player/v2019.02.1/player.scss */
#frontoverlay {
  background-color: #292929;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzUzNTM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjkyOTI5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292929), color-stop(50%, #353535), color-stop(100%, #292929));
  background-image: -moz-linear-gradient(top, #292929 0%, #353535 50%, #292929 100%);
  background-image: -webkit-linear-gradient(top, #292929 0%, #353535 50%, #292929 100%);
  background-image: linear-gradient(to bottom, #292929 0%, #353535 50%, #292929 100%);
}
/* line 74, ../../../sass/player/v2019.02.1/player.scss */
#frontoverlay .inner {
  background-color: #232323;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjMyMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjMyMzIzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #232323), color-stop(50%, #404040), color-stop(100%, #232323));
  background-image: -moz-linear-gradient(top, #232323 0%, #404040 50%, #232323 100%);
  background-image: -webkit-linear-gradient(top, #232323 0%, #404040 50%, #232323 100%);
  background-image: linear-gradient(to bottom, #232323 0%, #404040 50%, #232323 100%);
}

/* line 1, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay {
  display: none;
  color: #ccc;
}
/* line 3, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .fo-warning, #frontoverlay .fo-mediastatus {
  display: none;
}
/* line 6, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .content {
  position: absolute;
  text-align: center;
  height: 250px;
  margin-top: -125px;
  top: 50%;
  width: 280px;
  margin-left: -140px;
  left: 50%;
}
/* line 11, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .content p {
  margin: 15px 15px 20px 15px;
  font-size: 12px;
  line-height: 14px;
}
/* line 12, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .content h1 {
  font-size: 28px;
}
/* line 13, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .content h2 {
  font-size: 20px;
}
/* line 16, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-bigplay a {
  color: #ccc;
}
/* line 17, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-bigplay a #fo-bigplay-link {
  width: 100%;
  height: 100%;
}
/* line 18, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-bigplay a #fo-bigplay-link .content {
  height: 150px;
  margin-top: -75px;
  top: 50%;
  width: 200px;
  margin-left: -100px;
  left: 50%;
}
/* line 23, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-bigplay a #fo-bigplay-link .content .fa-5 {
  font-size: 100px;
}
/* line 29, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .fo-warning .content h2 {
  color: #777;
}
/* line 30, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay .fo-warning .content button {
  width: 95%;
  height: 40px;
}
/* line 34, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-loading .content {
  height: 150px;
  margin-top: -75px;
  top: 50%;
  width: 200px;
  margin-left: -100px;
  left: 50%;
}
/* line 39, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-loading .content .fa-3 {
  font-size: 60px;
}
/* line 40, ../../../in_sass/player/80_front-overlay_2018.scss */
#frontoverlay #fo-loading .content h2 {
  margin-top: 20px;
}
