@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; }

input[type="button"] {
  background-color: #007CD0;
  border-radius: 10px;
  padding: 3px 10px;
  color: #fff;
  border: none 0; }

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; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.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("data:image/svg+xml;utf8,<svg width='1591px' height='80px' viewBox='0 0 1591 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><linearGradient x1='58.6697319%' y1='176.420898%' x2='117.129643%' y2='-64.2065618%' id='linearGradient-1'><stop stop-color='%231CB6F6' offset='0%'></stop><stop stop-color='%230570F6' offset='100%'></stop></linearGradient></defs><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Group-11'><rect id='Rectangle' fill='%230570F6' x='0' y='0' width='1591' height='80'></rect><polygon id='Rectangle-7' fill='url(%23linearGradient-1)' opacity='0.489187047' points='301 0 381 80 0 80 0 0'></polygon></g></g></svg>") no-repeat;
    overflow: hidden; }
    #header #hdr-company a {
      display: inline-block;
      position: absolute;
      top: 14px;
      left: 42px;
      width: 125.3px;
      height: 80px;
      background: url("data:image/svg+xml;utf8,<svg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 18.98'><defs><style>.cls-1{fill:%23fff;}</style></defs><path class='cls-1' d='M26.26,19.22c0,3.12-1.8,6.5-6.62,6.5-3.47,0-6.64-1.94-6.64-6.5,0-3.78,2.39-6.69,7.11-6.43A6.11,6.11,0,0,1,26.26,19.22Zm-9-2.37a4.27,4.27,0,0,0-.62,2.35c0,1.91.95,3.65,3,3.65s2.93-1.6,2.93-3.49a4,4,0,0,0-1-3,2.69,2.69,0,0,0-2.12-.67A2.46,2.46,0,0,0,17.28,16.85Z' transform='translate(-13 -10.51)'/><path class='cls-1' d='M58.52,14.19a3.6,3.6,0,0,1,1.23-1A6,6,0,0,1,62,12.79a4.63,4.63,0,0,1,2.2.48c1.3.68,1.63,1.79,1.63,3.71v8.43H62.21V18.47a5.08,5.08,0,0,0-.16-1.85,1.67,1.67,0,0,0-1.64-.94c-1.91,0-1.91,1.53-1.91,3.07v6.66H54.86V13.1h3.66Z' transform='translate(-13 -10.51)'/><path class='cls-1' d='M53.13,22.23c-.33.7-1.4,3.49-6.14,3.49-3.66,0-6.24-2.24-6.24-6.28,0-3,1.46-6.65,6.33-6.65a5.68,5.68,0,0,1,4.45,1.62c1.6,1.72,1.7,4.13,1.74,5.53H44.46A2.78,2.78,0,0,0,47.27,23a3.26,3.26,0,0,0,3.12-2.18Zm-3.61-4.56a2.93,2.93,0,0,0-.69-1.75,2.56,2.56,0,0,0-1.77-.69,2.47,2.47,0,0,0-1.84.81,3.21,3.21,0,0,0-.74,1.63Z' transform='translate(-13 -10.51)'/><path class='cls-1' d='M103.74,15.66h2.41V13.1h-2.39V10.51h-3.62V13.1h-.57l-1.66,2.56h2.23v5.85a4.81,4.81,0,0,0,.52,2.79c.78,1.14,2.15,1.21,3.41,1.21a11.41,11.41,0,0,0,1.91-.19V22.48l-1.3.05c-1,0-1-.64-.94-1.39Z' transform='translate(-13 -10.51)'/><path class='cls-1' d='M67.64,10.51h3.61V13.1H75l-1.65,2.56H71.23v5.48c0,.75,0,1.39.94,1.39l1.3-.05v2.84a11.41,11.41,0,0,1-1.91.19c-1.25,0-2.62-.07-3.4-1.21a4.73,4.73,0,0,1-.52-2.79Z' transform='translate(-13 -10.51)'/><path class='cls-1' d='M109.5,15.66h-.45V13.48h-.82V13.1h2.07v.38h-.8Zm3.5,0h-.44l0-1.58,0-.52-.12.43L112,15.66h-.4L111,14l-.13-.43,0,.52v1.58h-.43V13.1h.61l.64,2,.62-2H113Z' transform='translate(-13 -10.51)'/><path class='cls-1' d='M86.4,22.24l-.69,1.07c-.65,1-1.87,2.41-5.36,2.41-3.66,0-6.12-2.24-6.12-6.28,0-3,1.46-6.65,6.33-6.65A5.66,5.66,0,0,1,85,14.41c1.61,1.72,1.7,4.13,1.75,5.53H77.94c0,1.53.73,3.07,2.69,3.07a3.1,3.1,0,0,0,3-2.18ZM83,17.67a2.91,2.91,0,0,0-.68-1.75,2.57,2.57,0,0,0-1.77-.69,2.51,2.51,0,0,0-1.85.81A3.27,3.27,0,0,0,78,17.67Z' transform='translate(-13 -10.51)'/><polygon class='cls-1' points='85.79 14.91 81.27 8.43 85.04 2.59 80.9 2.59 79.12 5.35 77.2 2.59 73.06 2.59 77.13 8.43 72.94 14.91 77.08 14.91 79.28 11.51 81.65 14.91 85.79 14.91'/><path class='cls-1' d='M31.27,14.19a3.94,3.94,0,0,1,3.23-1.4c3,0,5.16,2.3,5.16,6.41,0,2.53-.92,6.52-5.31,6.52a4,4,0,0,1-3.11-1.39v5.16H27.6V13.1h3.67Zm2.46,1.45a2.32,2.32,0,0,0-1.87.92,4.34,4.34,0,0,0-.76,2.7A4.11,4.11,0,0,0,32,22.1a2.25,2.25,0,0,0,1.63.75c1.77,0,2.55-1.87,2.55-3.67,0-1.52-.45-3.13-1.94-3.48A2.05,2.05,0,0,0,33.73,15.64Z' transform='translate(-13 -10.51)'/></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; }
  #options #print-dropdown {
    position: fixed;
    top: 110px;
    z-index: 999;
    border: solid 3px #007CD0;
    background: white;
    -webkit-box-shadow: #ccc5c5 5px 5px;
            box-shadow: #ccc5c5 5px 5px;
    padding: 10px;
    margin: 10px;
    display: 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; } }

#sidediv {
  left: 0; }

#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("data:image/svg+xml;utf8,<svg width='33px' height='29px' viewBox='0 0 33 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-460.000000, -92.000000)'><g id='Group-2' transform='translate(460.000000, 92.000000)'><path d='M11.9175231,14.9955204 L11.9130435,15 L11,14.0869565 L11.0044796,14.0824769 L11,14.0779974 L11.9130435,13.1649539 L11.9175231,13.1694335 L17.0869565,8 L18,8.91304348 L12.8305665,14.0824769 L18,19.2519104 L17.0869565,20.1649539 L11.9175231,14.9955204 Z' id='Right-Angle-Icon-Copy-9' fill='%232C3D45'></path><g id='Group-7' transform='translate(15.000000, 14.500000) scale(-1, 1) translate(-15.000000, -14.500000) '><g id='Next-Copy-3'><g id='Group' transform='translate(15.000000, 14.500000) scale(-1, 1) translate(-15.000000, -14.500000) '></g></g></g><rect id='Placeholder-Copy-4' stroke='%23D7D8DA' x='0.5' y='0.5' width='32' height='28' rx='4'></rect></g></g></svg>"); }
  span.btn#next {
    background-image: url("data:image/svg+xml;utf8,<svg width='33px' height='29px' viewBox='0 0 33 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-501.000000, -92.000000)'><g id='Group-8' transform='translate(501.000000, 92.000000)'><path d='M14.9175231,14.9955204 L14.9130435,15 L14,14.0869565 L14.0044796,14.0824769 L14,14.0779974 L14.9130435,13.1649539 L14.9175231,13.1694335 L20.0869565,8 L21,8.91304348 L15.8305665,14.0824769 L21,19.2519104 L20.0869565,20.1649539 L14.9175231,14.9955204 Z' id='Right-Angle-Icon-Copy-8' fill='%232C3D45' transform='translate(17.500000, 14.082477) scale(-1, 1) translate(-17.500000, -14.082477) '></path><rect id='Placeholder-Copy-3' stroke='%23D7D8DA' x='0.5' y='0.5' width='32' height='28' rx='4'></rect></g></g></svg>"); }
  span.btn#home {
    background-image: url("data:image/svg+xml;utf8,<svg width='17px' height='18px' viewBox='0 0 17 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-558.000000, -98.000000)'><g id='Group-4' transform='translate(558.000000, 98.000000)' stroke='%232C3D45'><polygon id='Page-1' points='8.12834225 0.658823529 0.598930481 6.50519031 0.598930481 17.2235294 5.69949974 17.2235294 5.69949974 10.8899654 10.5571848 10.8899654 10.5571848 17.2235294 15.657754 17.2235294 15.657754 6.50519031'></polygon></g></g></svg>"); }
  span.btn#print {
    background-image: url("data:image/svg+xml;utf8,<svg width='19px' height='16px' viewBox='0 0 19 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-606.000000, -100.000000)'><g id='Group-5' transform='translate(606.000000, 100.000000)' stroke='%232C3D45'><rect id='Rectangle-3' x='4.5' y='0.5' width='10' height='5'></rect><rect id='Rectangle-3-Copy-2' x='4.5' y='11.5' width='10' height='4'></rect><path d='M0.5,5.5 L0.5,11.5 L18.5,11.5 L18.5,5.508575 L16.7039473,5.53911761 L16.7039473,7.77202399 L2.50367881,7.77202399 L2.50367881,5.5 L0.5,5.5 Z' id='Rectangle-3-Copy'></path></g></g></svg>"); }
  span.btn#pdf {
    background-image: url("data:image/svg+xml;utf8,<svg width='15px' height='19px' viewBox='0 0 15 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-659.000000, -98.000000)'><g id='Group-6' transform='translate(659.000000, 98.000000)'><path d='M3.76792695,13.9999046 C3.60073695,13.9999046 3.44487695,13.9432636 3.31714695,13.8354546 C3.07456692,13.6311546 2.96519693,13.3651446 3.00972694,13.0854548 C3.04371094,12.8706148 3.14605695,12.2237348 5.36402695,11.3026548 C6.12886695,10.0237548 6.85272695,8.4432548 7.24882695,7.1913548 C6.64218695,6.2409648 6.45507695,5.5581548 6.67616695,5.1077548 C6.77069795,4.9151748 6.98124695,4.6788448 7.44608695,4.6456448 C7.46913395,4.6440818 7.49139895,4.6433008 7.51327395,4.6433008 C7.76327395,4.6433008 7.97968395,4.7491608 8.12265395,4.9409608 C8.30038395,5.1796308 8.48515395,5.6589308 8.08984195,7.0659608 C8.75859195,8.0327608 9.77144195,9.1382608 10.688242,9.9011608 C10.975742,9.8714728 11.238242,9.8566298 11.471052,9.8566298 C12.190582,9.8566298 12.630452,9.9941298 12.855452,10.2890498 C12.995292,10.4726398 13.035917,10.7077998 12.969122,10.9503798 C12.865602,11.3269398 12.574592,11.5519398 12.190212,11.5519398 C11.762482,11.5519398 11.179712,11.2663898 10.457412,10.7034998 C9.09651195,10.8831898 7.30081195,11.3613098 5.89021195,11.9206998 C4.60391195,14 3.97611165,14 3.76791175,14 L3.76792695,13.9999046 Z M3.77027065,13.2022448 C3.77300505,13.2065418 3.77886435,13.2147448 3.79019265,13.2260728 C3.88823965,13.1987288 4.12457295,13.0385728 4.49566295,12.5795928 C3.95230265,12.9002928 3.78277265,13.1229528 3.77027265,13.2022528 L3.77027065,13.2022448 Z M7.79687095,7.9706448 C7.46328095,8.8952548 6.99726095,9.9304448 6.48637095,10.8819448 C7.53017095,10.5268648 8.67777095,10.2264748 9.68717095,10.0456148 C9.01920095,9.4268648 8.34107095,8.6827148 7.79697095,7.9706148 L7.79687095,7.9706448 Z M11.747669,10.6362448 C11.950401,10.7389748 12.098451,10.7823348 12.18986,10.7823348 C12.200797,10.7823348 12.209001,10.7815528 12.214079,10.7807718 C12.217204,10.7741318 12.221501,10.7635838 12.226188,10.7467878 C12.226579,10.7460068 12.226579,10.7452258 12.226579,10.7448348 C12.185563,10.7190538 12.058609,10.6592878 11.747669,10.6362448 Z M7.51176995,5.4132448 C7.50825495,5.4132448 7.50473895,5.4136348 7.50083195,5.4136348 C7.39771195,5.4210568 7.36841195,5.4456658 7.36802195,5.4460568 C7.34263095,5.4827758 7.33091295,5.6761368 7.51997195,6.0948868 C7.58911295,5.6331668 7.53247195,5.4585568 7.51176895,5.4132468 L7.51176995,5.4132448 Z' id='Page-1' fill='%23000000'></path><rect id='Rectangle-4' stroke='%232C3D45' x='0.5' y='0.5' width='14' height='18' rx='2'></rect></g></g></svg>");
    display: none; }
  span.btn#nav-toggle {
    background-image: url("data:image/svg+xml;utf8,<svg width='33px' height='29px' viewBox='0 0 33 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-460.000000, -92.000000)'><g id='Group-2' transform='translate(460.000000, 92.000000)'><path d='M11.9175231,14.9955204 L11.9130435,15 L11,14.0869565 L11.0044796,14.0824769 L11,14.0779974 L11.9130435,13.1649539 L11.9175231,13.1694335 L17.0869565,8 L18,8.91304348 L12.8305665,14.0824769 L18,19.2519104 L17.0869565,20.1649539 L11.9175231,14.9955204 Z' id='Right-Angle-Icon-Copy-9' fill='%232C3D45'></path><g id='Group-7' transform='translate(15.000000, 14.500000) scale(-1, 1) translate(-15.000000, -14.500000) '><g id='Next-Copy-3'><g id='Group' transform='translate(15.000000, 14.500000) scale(-1, 1) translate(-15.000000, -14.500000) '></g></g></g><rect id='Placeholder-Copy-4' stroke='%23D7D8DA' x='0.5' y='0.5' width='32' height='28' rx='4'></rect></g></g></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(50% 10%, circle 3px, #666666 1.5px, transparent 2px), -o-radial-gradient(50% 30%, circle 3px, #666666 1.5px, transparent 2px), -o-radial-gradient(50% 50%, circle 3px, #666666 1.5px, transparent 2px), -o-radial-gradient(50% 70%, circle 3px, #666666 1.5px, transparent 2px), -o-radial-gradient(50% 90%, circle 3px, #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(50% 10%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 30%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 50%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 70%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 90%, circle 3px, #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(50% 5%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 10%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 15%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 20%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 25%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 30%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 35%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 40%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 45%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 50%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 55%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 60%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 65%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 70%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 75%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 80%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 85%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 90%, circle 1px, #666666 1.5px, transparent 1.5px), -o-radial-gradient(50% 95%, circle 1px, #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(50% 10%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 30%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 50%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 70%, circle 3px, #000000 1.5px, transparent 2px), -o-radial-gradient(50% 90%, circle 3px, #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; }

.clearfix {
	clear: both;
}
.eupopup-container {
  background-color: #271782;
  color: #fff;
  padding: 5px 20px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
  box-shadow: 0 0 14px 24px #271782;
  opacity: .9;
}
.eupopup-container-top {
	position: absolute;
	top: 0; left: 0; right: 0;
}
.eupopup-closebutton {
	font-weight: 100;
	line-height: 1;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-container a {color: #fff; text-decoration: none;}
.eupopup-container a:visited {color: #fff; text-decoration: none;}
.eupopup-container a:active {color: #fff; text-decoration: none;}
.eupopup-container a:focus {text-decoration: underline;}
.eupopup-container a:hover {text-decoration: underline;}

.eupopup-head {
	font-weight: bold;
	padding: 7px;
}
.eupopup-buttons {
	padding: 7px 0 5px 0;
}
.eupopup-button_1 {
  font-weight: bold;
  outline: white solid 1px;
  padding: 3px;
}
.eupopup-button_2 {
	font-weight: normal;
  text-decoration: underline;
}
.eupopup-button {
	margin: 0 10px;
}
