/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #F5F6F8;
  font: 14px/1.4 'proxima-nova', 'Source Sans Pro', sans-serif;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: subpixel-antialiased;
}
a,
a:visited {
  color: #3C7CB5;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: underline;
}
a:active,
a:visited:active {
  color: #2f628f;
}
/* Only make "visible" to screen readers */
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.expired-content-warning-glyph {
  display: inline-block;
  margin-right: 0.75em;
  min-width: 24px;
  min-height: 24px;
}
.view-page .main-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.embeddedObject.shadow,
.cannotEmbed.shadow {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.media-content {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.media-content.error-message {
  text-align: center;
}
.media-content.error-message div {
  margin-top: 1rem;
}
.media-content a {
  display: block;
}
.media-content img {
  display: block;
}
.media-content .tscplayer_inline {
  max-width: 100%;
  display: block;
  pointer-events: auto;
}
.media-content .tscplayer_inline img {
  display: inline;
}
.media-content img,
.media-content a,
.media-content .tscplayer_inline,
.media-content .embeddedObject {
  pointer-events: auto;
}
.media-content object {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: auto;
  display: block;
}
.cannotEmbedWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cannotEmbedWrapper.light-theme {
  background: #F5F6F8;
}
.cannotEmbedWrapper.dark-theme {
  background: #171B1F;
}
.cannotEmbedWrapper .cannotEmbed {
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.cannotEmbedWrapper .cannotEmbed a {
  display: block;
}
.cannotEmbedWrapper .cannotEmbed p {
  width: 100%;
}
.cannotEmbed {
  padding: 3rem;
  border-radius: 2px;
  max-width: 740px;
}
.help-article-information-container {
  margin-top: 1rem;
}
.light-theme .cannotEmbed {
  background: #fff;
}
.dark-theme .cannotEmbed {
  background: #2A3137;
}
/*Override the auto-scaling of images when printing*/
@media print {
  img.embeddedObject {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: auto !important;
  }
}
.embed-content-unavailable {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

