@import url(https://fonts.googleapis.com/css?family=Questrial);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Questrial','Segoe UI', sans-serif; }

body:before {
  content: "small";
  display: none; }

@media only screen and (min-width: 768px) {
  body:before {
    content: "big"; } }

html {
  font-size: 100%;
  color: #2c3d45; }

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; }

a {
  color: #2c3d45; }

.ios .iframe-holder {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 99; }

#header {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 127.5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: solid 1px #d7d8da;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #header div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  #header #hdr-title {
    color: white;
    font-size: 22px;
    margin-top: 44px;
    margin-left: 8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    z-index: 1; }
  #header #hdr-company {
    height: 80px;
    background: #007CD0 url(mf-hdr.svg) no-repeat;
    overflow: hidden; }
    #header #hdr-company a {
      display: inline-block;
      position: absolute;
      top: 14px;
      left: 42px;
      width: 105.3px;
      height: 27px;
      background: url(mf-logo.svg) no-repeat; }
  #header #hdr-nav {
    top: 80px;
    height: 48.5px;
    overflow: hidden; }
    #header #hdr-nav #tabs {
      margin-left: 12px;
      padding: 0; }
      #header #hdr-nav #tabs a {
        font-weight: 300;
        text-decoration: none;
        display: inline-block;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 11px;
        min-width: 50px;
        text-align: center;
        letter-spacing: -0.6px; }
      #header #hdr-nav #tabs a:hover {
        cursor: pointer;
        border-bottom: solid 4px gray; }
      #header #hdr-nav #tabs a.selected:hover {
        cursor: default; }
      #header #hdr-nav #tabs a.selected {
        cursor: default;
        border-bottom: solid 4px #007CD0;
        font-weight: bold; }
    #header #hdr-nav #options {
      left: 445px; }

.no-js #header {
  height: 0; }

.no-js #main {
  top: 0; }

#options {
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#main {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 128.5px;
  left: 0;
  right: 0;
  bottom: 0; }
  #main #containers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #main .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: hidden; }
  #main .iframe-holder {
    position: absolute;
    width: 100%;
    height: 100%; }
  #main iframe {
    width: 100%;
    height: 100%;
    border-width: 0;
    display: block; }
  #main .container.selected {
    display: block; }

@media only screen and (max-width: 768px) {
  .shrink #header, .shrink #options {
    height: 0; }
  .shrink #main {
    top: 0; }
  .shrink #topicdiv .iframe-holder {
    top: 0; }
  #nav-toggle {
    display: none; }
  #hdr-company a {
    left: 20px !important; }
  #hdr-title {
    left: 20px !important;
    margin-left: 0 !important;
    text-align: left !important; } }

#topicdiv #options {
  margin-left: 12px; }

#topicdiv .iframe-holder {
  top: 40px; }

@media only screen and (min-width: 768px) {
  .container {
    top: 0; }
  #topicdiv {
    top: 0;
    display: block !important; }
    #topicdiv .iframe-holder {
      top: 0; }
  #topictab {
    display: none !important; }
  #sidediv {
    background-color: #f5f5f5;
    min-width: 300px; }
  #tabs {
    right: 350px;
    margin-left: 32px !important; } }

span.btn {
  height: 29px;
  width: 40px;
  display: inline-block;
  background: no-repeat center;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  span.btn:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  span.btn#prev {
    background-image: url(mf-prev.svg); }
  span.btn#next {
    background-image: url(mf-next.svg); }
  span.btn#home {
    background-image: url(mf-home.svg); }
  span.btn#print {
    background-image: url(mf-print.svg); }
  span.btn#pdf {
    background-image: url(mf-pdf.svg); }
  span.btn#nav-toggle {
    background-image: url(mf-nav-close.svg);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    span.btn#nav-toggle.open {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }

a.blank {
  outline: none;
  cursor: default; }

footer {
  display: none; }

.splitter_container > .splitter_panel {
  position: absolute;
  padding: 0;
  margin: 0; }

.splitter_container > .splitter_panel {
  top: 0;
  height: 100%; }

.splitter_container > .splitter_panel:first-child {
  /* Left panel */
  left: 0; }

.splitter_container > .splitter_panel ~ .splitter_panel {
  /* Right panel */
  left: auto;
  right: 0; }

.splitter_container.splitter-fixed > .splitter_bar {
  cursor: default; }

.splitter_container.splitter-handle-disabled > .splitter_bar > .splitter_handle {
  cursor: inherit; }

.splitter_bar {
  background-color: #c0c0c0;
  position: absolute;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #666666;
  cursor: ew-resize;
  z-index: 900;
  width: 7px;
  height: 100%; }
  .splitter_bar > .splitter_handle {
    cursor: pointer;
    background-color: #999999;
    position: relative;
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    margin: -25px auto auto;
    height: 50px; }
    .splitter_bar > .splitter_handle:hover {
      background-color: #666666;
      border-color: #666666; }
    .splitter_bar > .splitter_handle:active {
      background-color: #000000;
      border-color: #000000; }
  .splitter_bar.splitter-invisible:hover, .splitter_bar.splitter-invisible:not(:hover) {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .splitter_bar.splitter-invisible:not(:hover) {
    background: none;
    border-style: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .splitter_bar.splitter-invisible .splitter_handle,
  .splitter_bar.splitter-handle-none .splitter_handle {
    display: none; }

.splitter_bar.splitter-handle-default > .splitter_handle,
.splitter_bar.splitter-handle-stripes > .splitter_handle {
  width: 3px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: transparent; }

.splitter_bar.splitter-handle-default > .splitter_handle:hover,
.splitter_bar.splitter-handle-stripes > .splitter_handle:hover {
  border-color: #666666; }

.splitter_bar.splitter-handle-default > .splitter_handle:active,
.splitter_bar.splitter-handle-stripes > .splitter_handle:active {
  border-color: #000000; }

.splitter_bar.splitter-handle-bar > .splitter_handle {
  width: 3px; }

.splitter_bar.splitter-handle-block > .splitter_handle {
  width: 5px; }

.splitter_bar.splitter-handle-dots > .splitter_handle {
  margin-left: -1px;
  background: transparent -o-radial-gradient(circle 3px at 50% 10%, #666666 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 30%, #666666 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 50%, #666666 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 70%, #666666 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 90%, #666666 1.5px, transparent 2px);
  background: transparent radial-gradient(circle 3px at 50% 10%, #666666 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 30%, #666666 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 50%, #666666 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 70%, #666666 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 90%, #666666 1.5px, transparent 2px); }

.splitter_bar.splitter-handle-dots > .splitter_handle:hover,
.splitter_bar.splitter-handle-dots > .splitter_handle:active {
  background-image: -o-radial-gradient(circle 3px at 50% 10%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 30%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 50%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 70%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 90%, #000000 1.5px, transparent 2px);
  background-image: radial-gradient(circle 3px at 50% 10%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 30%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 50%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 70%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 90%, #000000 1.5px, transparent 2px); }

.splitter_bar.splitter-handle-lotsofdots > .splitter_handle {
  height: 100px;
  margin-top: -50px;
  margin-left: -1px;
  background: transparent -o-radial-gradient(circle 1px at 50% 5%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 10%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 15%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 20%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 25%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 30%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 35%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 40%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 45%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 50%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 55%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 60%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 65%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 70%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 75%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 80%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 85%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 90%, #666666 1.5px, transparent 1.5px), -o-radial-gradient(circle 1px at 50% 95%, #666666 1.5px, transparent 1.5px);
  background: transparent radial-gradient(circle 1px at 50% 5%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 10%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 15%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 20%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 25%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 30%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 35%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 40%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 45%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 50%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 55%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 60%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 65%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 70%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 75%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 80%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 85%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 90%, #666666 1.5px, transparent 1.5px), radial-gradient(circle 1px at 50% 95%, #666666 1.5px, transparent 1.5px); }

.splitter_bar.splitter-handle-lotsofdots > .splitter_handle:hover,
.splitter_bar.splitter-handle-lotsofdots > .splitter_handle:active {
  background-color: #f0f0f0; }

.splitter_container.splitter-active > .splitter_bar {
  z-index: 1000;
  /* Important to keep z-index of active splitter above .splitterMask. */ }

.splitter_container.splitter-active > .splitter_bar > .splitter_handle {
  border-color: #000000;
  cursor: inherit; }

.splitter_container.splitter-active > .splitter_bar.splitter-handle-bar > .splitter_handle,
.splitter_container.splitter-active > .splitter_bar.splitter-handle-block > .splitter_handle {
  background-color: #000000; }

.splitter_container.splitter-active > .splitter_bar.splitter-handle-dots > .splitter_handle {
  background-image: -o-radial-gradient(circle 3px at 50% 10%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 30%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 50%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 70%, #000000 1.5px, transparent 2px), -o-radial-gradient(circle 3px at 50% 90%, #000000 1.5px, transparent 2px);
  background-image: radial-gradient(circle 3px at 50% 10%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 30%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 50%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 70%, #000000 1.5px, transparent 2px), radial-gradient(circle 3px at 50% 90%, #000000 1.5px, transparent 2px); }

.splitter_container.splitter-active > .splitter_bar.splitter-handle-lotsofdots > .splitter_handle {
  background-color: #f0f0f0; }

.splitter_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }
