@charset "UTF-8";

/* =========================================================
   Print Style
========================================================= */
/* layout
----------------------------------------------- */
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 100%;
  overflow: visible;
}
iframe, video {
  width: 100% !important;
}
video {
  height: auto !important;
}
#cmsPreviewMark,
.adobeReader,
.back,
#pageTop,
#container:not(.top) #pageHeader,
#container:not(.top) #pageNav,
#container:not(.top) #pageFooter,
#container:not(.top) #menu {
  display: none !important;
}
#container {
  min-height: 0;
  overflow: visible;
}
#container:not(.top) #row {
  display: block;
  max-width: 100%;
}