/**
 * 	get all css files in one place.
 *  replace with concatenated version
 *  when used on productive server
 */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.a11y {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
   * Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
   */
}

.a11y:active,
.a11y:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hide-text-let-height {
    text-indent: -10000px;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 11.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear-phone {
    *zoom: 1;
    clear: both !important;
}

.clear-phone:before,
.clear-phone:after {
    display: table;
    content: "";
    line-height: 0;
}

.clear-phone:after {
    clear: both;
}

/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html * {
    font-size: 100%;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0 solid;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0 solid;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media all {
    /**
  * @section Float Handling Module
  */
    /* clearfix method for clearing floats */
    .ym-clearfix:before {
        content: "";
        display: table;
    }

    .ym-clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    /* alternative solutions to contain floats */
    .ym-contain-dt {
        display: table;
        width: 100%;
        overflow: visible;
    }

    .ym-contain-oh {
        overflow: hidden;
        width: 100%;
        display: block;
    }

    .ym-contain-fl {
        float: left;
        width: 100%;
    }

    /**
  * @section Accessibility Module
  *
  * skip links and hidden content
  */
    /* classes for invisible elements in the base layout */
    .ym-skip,
    .ym-hideme,
    .ym-print {
        position: absolute;
        top: -32768px;
        left: -32768px;
        /* LTR */
    }

    /* make skip links visible when using tab navigation */
    .ym-skip:focus,
    .ym-skip:active {
        position: static;
        top: 0;
        left: 0;
    }

    /* skiplinks:technical setup */
    .ym-skiplinks {
        position: absolute;
        top: 0px;
        left: -32768px;
        z-index: 1000;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .ym-skiplinks .ym-skip:focus,
    .ym-skiplinks .ym-skip:active {
        left: 32768px;
        outline: 0 none;
        position: absolute;
        width: 100%;
    }
}

@media screen, projection, print {
    /**
  * @section Column Module
  */
    .ym-column {
        display: table;
        width: 100%;
    }

    /* left column */
    .ym-col1 {
        width: 20.400000000000002em;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    /* center column */
    .ym-col2 {
        width: 40.800000000000004em;
        float: left;
        margin-left: 0.8em;
        margin-right: 0;
        position: relative;
    }

    /* right column */
    .ym-col3 {
        width: 18.8em;
        float: right;
        margin-left: 0;
        margin-right: 1.6em;
    }

    .ym-cbox {
        padding: 0 1.6em;
    }

    /* Preparation for absolute positioning within content columns */
    .ym-cbox .ym-cbox-left,
    .ym-cbox-right {
        position: relative;
    }

    .ym-cbox {
        padding: 0 10px;
    }

    .ym-cbox-left {
        padding: 0 10px 0 0;
    }

    .ym-cbox-right {
        padding: 0 0 0 10px;
    }

    /* IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
    .ym-ie-clearing {
        display: none;
    }

    /**
  * @section Grid Module
  *
  */
    .ym-grid {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .ym-gl {
        float: left;
        margin: 0;
    }

    .ym-gr {
        float: right;
        margin: 0 0 0 -0.4em;
    }

    .ym-g20 {
        width: 20%;
    }

    .ym-g40 {
        width: 39.5%;
    }

    .ym-g60 {
        width: 59.5%;
    }

    .ym-g80 {
        width: 79.5%;
    }

    .ym-g25 {
        width: 24.5%;
    }

    .ym-g33 {
        width: 33%;
    }

    .ym-g50 {
        width: 49.5%;
    }

    .ym-g66 {
        width: 66%;
    }

    .ym-g75 {
        width: 74.5%;
    }

    .ym-g38 {
        width: 37.5%;
    }

    .ym-g62 {
        width: 61.5%;
    }

    .ym-gbox {
        padding: 0 0.8em;
    }

    .ym-gbox-left {
        padding: 0 0.8em 0 0;
    }

    .ym-gbox-right {
        padding: 0 0 0 0.8em;
    }

    /*
  .ym-g33 .ym-gbox-left { padding: 0 1.333em 0 0 }
  .ym-g33 .ym-gbox-right { padding: 0 0 0 1.333em }
  .ym-g33 .ym-gbox { padding: 0 0.665em 0 0.665em }

  .ym-g25 .ym-gbox-left { padding: 0 1.333em 0 0 }
  .ym-g25 .ym-gbox-right { padding: 0 0 0 1.333em }
  .ym-g25 .ym-gbox { padding: 0 0.665em 0 0.665em }
  */
    .ym-equalize {
        overflow: hidden;
    }

    .ym-equalize > .ym-gl,
    .ym-equalize > .ym-gr {
        display: table-cell;
        float: none;
        margin: 0;
        vertical-align: top;
    }

    .ym-equalize > * > .ym-gbox,
    .ym-equalize > * > .ym-gbox-left,
    .ym-equalize > * > .ym-gbox-right {
        padding-bottom: 10000px;
        margin-bottom: -10000px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    padding: 0 1.6em;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -1.6em;
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 1.6em;
}

.container {
    width: 80em;
}

.span12 {
    width: 80em;
}

.width12 {
    width: 80em;
}

.span11 {
    width: 73.2em;
}

.width11 {
    width: 73.2em;
}

.span10 {
    width: 66.4em;
}

.width10 {
    width: 66.4em;
}

.span9 {
    width: 59.60000000000001em;
}

.width9 {
    width: 59.60000000000001em;
}

.span8 {
    width: 52.800000000000004em;
}

.width8 {
    width: 52.800000000000004em;
}

.span7 {
    width: 46em;
}

.width7 {
    width: 46em;
}

.span6 {
    width: 39.2em;
}

.width6 {
    width: 39.2em;
}

.span5 {
    width: 32.4em;
}

.width5 {
    width: 32.4em;
}

.span4 {
    width: 25.6em;
}

.width4 {
    width: 25.6em;
}

.span3 {
    width: 18.8em;
}

.width3 {
    width: 18.8em;
}

.span2 {
    width: 12em;
}

.width2 {
    width: 12em;
}

.span1 {
    width: 5.2em;
}

.width1 {
    width: 5.2em;
}

.offset12 {
    margin-left: 83.2em;
}

.offset11 {
    margin-left: 76.4em;
}

.offset10 {
    margin-left: 69.6em;
}

.offset9 {
    margin-left: 62.800000000000004em;
}

.offset8 {
    margin-left: 56em;
}

.offset7 {
    margin-left: 49.2em;
}

.offset6 {
    margin-left: 42.400000000000006em;
}

.offset5 {
    margin-left: 35.6em;
}

.offset4 {
    margin-left: 28.8em;
}

.offset3 {
    margin-left: 22em;
}

.offset2 {
    margin-left: 15.200000000000001em;
}

.offset1 {
    margin-left: 8.4em;
}

[class*="span"].hide {
    display: none;
}

[class*="span"].pull-right {
    float: right;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .width9,
    .width10,
    .width11,
    .width12,
    .span9,
    .span10,
    .span11,
    .span12 {
        width: 59.60000000000001em;
        margin-left: 1.6em;
    }

    .container {
        width: 59.60000000000001em;
    }

    .span9-tablet {
        width: 59.60000000000001em;
    }

    .width9-tablet {
        width: 59.60000000000001em;
    }

    .span8-tablet {
        width: 52.800000000000004em;
    }

    .width8-tablet {
        width: 52.800000000000004em;
    }

    .span7-tablet {
        width: 46em;
    }

    .width7-tablet {
        width: 46em;
    }

    .span6-tablet {
        width: 39.2em;
    }

    .width6-tablet {
        width: 39.2em;
    }

    .span5-tablet {
        width: 32.4em;
    }

    .width5-tablet {
        width: 32.4em;
    }

    .span4-tablet {
        width: 25.6em;
    }

    .width4-tablet {
        width: 25.6em;
    }

    .span3-tablet {
        width: 18.8em;
    }

    .width3-tablet {
        width: 18.8em;
    }

    .span2-tablet {
        width: 12em;
    }

    .width2-tablet {
        width: 12em;
    }

    .span1-tablet {
        width: 5.2em;
    }

    .width1-tablet {
        width: 5.2em;
    }

    .offset9-tablet {
        margin-left: 62.800000000000004em;
    }

    .offset8-tablet {
        margin-left: 56em;
    }

    .offset7-tablet {
        margin-left: 49.2em;
    }

    .offset6-tablet {
        margin-left: 42.400000000000006em;
    }

    .offset5-tablet {
        margin-left: 35.6em;
    }

    .offset4-tablet {
        margin-left: 28.8em;
    }

    .offset3-tablet {
        margin-left: 22em;
    }

    .offset2-tablet {
        margin-left: 15.200000000000001em;
    }

    .offset1-tablet {
        margin-left: 8.4em;
    }

    .offset0-tablet {
        margin-left: 1.6em;
    }

    .tablet-hidden {
        display: none;
    }
}

@media screen and (min-width: 492px) and (max-width: 767px) {
    .container {
        width: auto;
    }

    .width6,
    .width7,
    .width8,
    .width9,
    .width10,
    .width11,
    .width12,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        width: 39.2em;
        margin-left: 1.6em;
    }

    .container {
        width: 39.2em;
    }

    .span6-phone {
        width: 39.2em;
    }

    .width6-phone {
        width: 39.2em;
    }

    .span5-phone {
        width: 32.4em;
    }

    .width5-phone {
        width: 32.4em;
    }

    .span4-phone {
        width: 25.6em;
    }

    .width4-phone {
        width: 25.6em;
    }

    .span3-phone {
        width: 18.8em;
    }

    .width3-phone {
        width: 18.8em;
    }

    .span2-phone {
        width: 12em;
    }

    .width2-phone {
        width: 12em;
    }

    .span1-phone {
        width: 5.2em;
    }

    .width1-phone {
        width: 5.2em;
    }

    .offset6-phone {
        margin-left: 42.400000000000006em;
    }

    .offset5-phone {
        margin-left: 35.6em;
    }

    .offset4-phone {
        margin-left: 28.8em;
    }

    .offset3-phone {
        margin-left: 22em;
    }

    .offset2-phone {
        margin-left: 15.200000000000001em;
    }

    .offset1-phone {
        margin-left: 8.4em;
    }

    .offset0-phone {
        margin-left: 1.6em;
    }
}

@media screen and (max-width: 491px) {
    .container {
        width: auto;
        padding: 0 0.8em;
    }

    .row {
        margin-left: 0;
    }

    [class*="span"],
    [class*="width"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12,
    .width12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span1 {
        width: 5.2em;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .row-tablet {
        margin-left: -1.6em !important;
        *zoom: 1;
    }

    .row-tablet:before,
    .row-tablet:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-tablet:after {
        clear: both;
    }

    .row-desktop,
    .row-phone {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .row-phone {
        margin-left: -1.6em !important;
        *zoom: 1;
    }

    .row-phone:before,
    .row-phone:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-phone:after {
        clear: both;
    }

    .row-desktop,
    .row-tablet {
        margin-left: 0;
    }
}

/*--------------------------------------------
  Icon Collection
============================================*/
.icon-collection-fallback {
    display: none;
}

.icon-collection span {
    /*font-family: ;*/
}

/* Target Mobile only */
@media (max-width: 767px) {
    .icon-collection {
        display: none;
    }

    .icon-collection-fallback {
        display: block;
    }
}

/* This stuff here still needs imp */
a[data-icon=">"]::before,
a[data-icon="^"]::before,
a[data-icon="."]::before,
a[data-icon=":"]::before,
a[data-icon=","]::before {
    margin-right: 5px;
}

a[data-icon="0"]::before {
    font-size: 1em;
}

/*--------------------------------------------
  Form Icons
============================================*/
.enhanced_select_selector span {
    background-image: url(top/images/form_icons.svg);
    background-position: 0 -130px;
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.frmicn,
.enhanced_checkbox,
.enhanced_radio {
    background-image: url(top/images/form_icons.svg);
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

/* Checkboxes */
.icn_checkbox_checked {
    background-position: 0 -45px;
}

.icn_checkbox_checked_focus {
    background-position: 0 0;
}

.icn_checkbox_checked_inactive {
    background-position: 0 -540px;
}

.icn_checkbox_unchecked {
    background-position: 0 -90px;
}

.icn_checkbox_unchecked_focus {
    background-position: 0 -360px;
}

.icn_checkbox_unchecked_inactive {
    background-position: 0 -450px;
}

/* Radio Buttons */
.icn_radio_checked {
    background-position: 0 -225px;
}

.icn_radio_checked_focus {
    background-position: 0 -180px;
}

.icn_radio_checked_inactive {
    background-position: 0 -495px;
}

.icn_radio_unchecked {
    background-position: 0 -270px;
}

.icn_radio_unchecked_focus {
    background-position: 0 -315px;
}

.icn_radio_unchecked_inactive {
    background-position: 0 -405px;
}

/* Dropdowns */
.icn_select_dropdown {
    background-position: 0 -129px;
    height: 26px;
    position: relative;
}

.icn_select_dropdown::before {
    content: "";
    height: 90%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #757575;
}

/* error */
.icn_error {
    background-position: 0 -375px;
    width: 17px;
    height: 25px;
}

/*--------------------------------------------
  Badge Icons
============================================*/
.bdgicn {
    width: 24px;
    height: 24px;
    background-image: url(top/images/badge_sprite.svg);
    background-repeat: no-repeat;
    display: block;
}

.icn_flex {
    background-position: 0 0;
    width: 24px;
}

.icn_flex_select {
    background-position: 0 -54px;
}

.icn_fix {
    background-position: 0 -108px;
}

.icn_fix_select {
    background-position: 0 -162px;
}

.icn_cd {
    background-position: 0 -216px;
}

.icn_cd_select {
    background-position: 0 -270px;
}

/*--------------------------------------------
  Process Icons
============================================*/
/**/
.prcsicn {
    background-image: url(top/images/process_icons.png);
    background-repeat: no-repeat;
    background-position: left top;
}

/* set to background-position of '.icn_prcs_lft_active' */
/* nav-process.html, pagetype-form.html */
/**/
a.icn_prcs_lft_default:hover,
a.icn_prcs_lft_default:focus,
a.icn_prcs_lft_default:active {
    background-position: 0 -220px;
}

/* set to background-position of '.icn_prcs_first_avtive' */
/* nav-process.html, pagetype-form.html */
/**/
a.icn_prcs_first_default:hover,
a.icn_prcs_first_default:focus,
a.icn_prcs_first_default:active {
    background-position: 0 -110px;
}

/* set to background-position of '.icn_prcs_rght_active' */
/* nav-process.html, pagetype.html */
/**/
a:hover span.icn_prcs_rght_default,
a:focus span.icn_prcs_rght_default,
a:active span.icn_prcs_rght_default {
    background-position: 100% -330px;
}

/* set to background-position of '.icn_prcs_end_active' */
/* nav-process.html, pagetype-form.html */
/**/
a:hover span.icn_prcs_end_default,
a:focus span.icn_prcs_end_default,
a:active span.icn_prcs_end_default {
    background-position: 100% 0;
}

/* nav-process.html, pagetype-form.html */
/**/
.icn_prcs_end_default {
    background-position: 100% -55px;
}

/**/
.icn_prcs_first_default {
    background-position: 0 -165px;
}

/**/
.icn_prcs_lft_active {
    background-position: 0 -220px;
}

/**/
.icn_prcs_lft_default {
    background-position: 0 -275px;
}

/**/
.icn_prcs_rght_active {
    background-position: 100% -330px;
}

/**/
.icn_prcs_rght_default {
    background-position: 100% -385px;
}

.icn_prcs_end_active {
    background-position: 100% 0;
}

.icn_prcs_first_avtive {
    background-position: 0 -110px;
}

.icon {
    background-size: 2em;
    background-repeat: no-repeat;
    /* 
    nav-main.html,
    pagetype-combi.html,
    pagetype-detail-unattached.html,
    pagetype-detail.html,
    pagetype-form.html,
    pagetype-home.html,
    pagetype-overview.html,
    pagetype-publication.html,
    pagetype-searchresults.html,
    pagetype-substart.html
  */
    /**/
    /**/
    /**/
    /*      nav-main.html, pagetype-combi.html, pagetype-detail-unattached.html, pagetype-detail.html, pagetype-foorm.html, pagetype-home.html, pagetype-overview-without-nav.html, pagetype-overview.html, pagetype-publication.html, pagetype-searchresults.html, pagetype-substart.html */
    /**/
}

.icon.menu {
    background-position: 0 0;
}

.icon.search {
    background-position: 0 -4.17em;
}

.icon.close {
    background-position: 0 -8.33em;
    padding-left: 2em;
}

.icon.arrow-left {
    background-position: 0 -12.5em;
    padding-left: 2em;
}

.icon.arrow-right {
    background-position: right -16.67em;
    padding-right: 2em;
}

.icon.indicator-active {
    background-position: 50% -20.83em;
}

.icon.indicator {
    background-position: 50% -25em;
}

.icon.collapsed {
    background-position: 50% -29.17em;
}

.icon.expanded {
    background-position: 50% -33.33em;
}

@media (min-width: 768px) and (max-width: 999px) {
    /* pagetype-combi.html, pagetype-detail-unattached.html, pagetype-detail.html, pagetype-form.html, pagetype-home-without-nav.html, pagetype-home.html, pagetype-overview-without-nav.html, pagetype-overview.html, pagetype-publication.html, pagetype-searchresults.html, pagetype-substart.html, snpt-aside-rss.html, snpt-footer.html */
    /**/
    h2.icn_rss {
        background-position: 0 -760px;
    }

    /* Dropdowns */
    #langnav .icn_select_dropdown::before {
        height: 70%;
        margin-top: 0.4em;
    }
}

@media screen {
    #pageheader {
        position: relative;
        top: 0;
        left: 0;
        height: 11em;
        /* z-index: 100; */
        background: #ffffff;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(7%, #fafafa), color-stop(100%, #ffffff));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
        /* IE10+ */
        background: linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
        /* W3C */
        /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); / * IE6-9 */
    }

    #logo {
        position: absolute;
        top: 4.3em;
        left: 1.6em;
        width: 77%;
        height: 6em;
        z-index: 1;
        /* background: transparent url(top/images/logo_ch.png) 0 0 no-repeat; */
        /* background-image: linear-gradient(transparent, transparent), url(top/images/logo_ch.svg); */
        color: #454545;
        font-size: 1em;
        line-height: 1;
    }

    #logo img {
        width: 17.1em;
        margin-top: 0;
        padding-right: 2em;
        border-right: 1px solid #e5e5e5;
    }

    #logo h1 {
        font-size: 1em;
        font-weight: normal !important;
        line-height: 1.3;
        margin-top: 0;
        padding-left: 2.5em;
        position: absolute;
        top: 0;
        left: 19.1em;
        height: auto;
        width: 54% !important;
    }

    /* -------------------------------------------------------------------------------------
   SITESEARCH
   --------------------------------------------------------------------------------------*/
    #sitesearch {
        /*width: 6em;*/
        position: absolute;
        top: 3.84em;
        right: 1.75em;
        z-index: 5;
        height: 1.5em;
    }

    #sitesearch input[type="submit"],
    #sitesearch button[type="submit"] {
        color: #000000;
        position: absolute;
        font-family: 'AdminCH_Symbols';
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        top: 7px;
        left: 12px;
        z-index: 6;
        border: none;
        width: 14px;
        height: 16px;
        padding: 0;
        margin: 0;
        text-shadow: none;
        /* filter: none; */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        line-height: 0;
    }

    #sitesearch input[type="reset"],
    #sitesearch button[type="reset"] {
        position: absolute;
        font-family: 'AdminCH_Symbols';
        font-size: 85.71%;
        top: 8px;
        right: 10px;
        z-index: 7;
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-color: #ffffff;
        border: none;
        width: 12px;
        height: 14px;
        padding: 0;
        margin: 0;
        text-shadow: none;
        /* filter: none; */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #006699;
    }

    #sitesearch input[type="reset"]:hover,
    #sitesearch button[type="reset"]:hover {
        color: #dc0018;
    }

    #sitesearch input.outerShadow {
        font-size: 1em;
        margin: 2px;
        padding: 0.4em 0.3em;
        width: 13.1em;
    }

    #sitesearch input[type="text"]#query.outerShadow {
        font-size: 0.9em !important;
    }

    #sitesearch input[type="text"] {
        /*width: 14.5em;*/
        text-align: left;
        padding-left: 2.5em;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #logo h1 {
        width: 40%;
        display: inline;
    }

    #pageheader {
        height: 8em;
    }

    #sitesearch {
        top: 1.5em;
        right: 1.7em;
    }

    #logo {
        top: 8em;
    }
}

@media screen {
    /* -------------------------------------------------------------------------------------
   FOOTER
   ======================================================================================*/
    footer {
        background-color: #F2F2F2;
        border-top: 1px solid #C5C5C5;
    }

    footer h3 {
        font-size: 1.2em;
        line-height: 1.4;
    }

    footer li a,
    footer li span {
        font-size: 1em;
        line-height: 0.9;
        padding: 0.5em 0;
    }

    footer .form {
        margin-bottom: 0;
    }

    footer section.pagelinks {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #cccccc;
        padding: 0 0.8em 0.1em 1.6em;
        background: #f4f4f4;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(6%, #fcfcfc));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
        /* IE10+ */
        background: linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
        /* W3C */
        /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); / * IE6-9 */
    }

    footer section.adminlinks {
        /*display: none;*/
        border-top: 1px solid transparent;
        border-bottom: 1px solid #cccccc;
        padding: 0 0.8em;
        background: #e5e5e5;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(6%, #ededed), color-stop(94%, #ededed), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
        /* W3C */
        /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='@grayLighter', endColorstr='@grayLighter',GradientType=0 ); / * IE6-9 */
    }

    footer section .ym-grid:first-child article {
        border-top: none;
    }

    footer .copyright {
        border-top: 1px solid #ffffff;
        background-color: #f2f2f2;
        padding: 0.8em 1.6em 0.8em;
        *zoom: 1;
    }

    footer .copyright:before,
    footer .copyright:after {
        display: table;
        content: "";
        line-height: 0;
    }

    footer .copyright:after {
        clear: both;
    }

    footer .copyright ul {
        float: right;
    }

    footer .copyright p,
    footer .copyright a {
        font-size: 1em;
        padding: 0;
    }

    footer .copyright p {
        margin: 0;
        float: left;
    }

    footer .copyright a {
        color: #006699;
        margin: 0 0 0 1.5em;
    }

    footer .socialLinks {
        padding: 1.6em;
    }

    footer .socialLinks .row {
        margin: 0;
    }

    footer .socialLinks article {
        margin: 0;
        width: 100%;
    }

    footer .socialLinks ul li {
        float: left;
        margin-right: 1.6em;
    }

    footer .socialLinks ul .fonticon {
        display: inline-block !important;
    }

    footer .socialLinks ul .text {
        line-height: 0.9;
    }

    footer .socialLinks h3 {
        margin-top: 0.8em;
    }

    footer .socialLinks .fonticon[data-icon]:before {
        margin-top: -0.2em;
        margin-right: 0;
        font-size: 1.2em;
    }

    footer .socialLinks section.twitterfeed h3.lined {
        font-size: 1em;
        padding: 0 0 0.4em;
        border-bottom: 1px solid #d5d5d5;
    }

    footer .socialLinks section.twitterfeed .tweet {
        margin: 0;
        padding-left: 1.4em;
    }

    footer .socialLinks section.twitterfeed .tweet article {
        margin-top: 0.8em;
        line-height: 1.5;
    }

    footer .socialLinks section.twitterfeed .tweet:first-of-type {
        padding-left: 0;
    }

    footer .iconliste {
        overflow: hidden;
    }

    footer .ym-grid {
        margin: 1em 0;
    }

    footer article + article {
        margin-top: 4em;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    footer {
        border-top: 1px solid #d5d5d5;
        position: relative;
        margin-left: 0 !important;
    }

    footer #sitemap-link {
        position: absolute;
        top: 5.4em;
        right: 1.6em;
        cursor: pointer;
        display: block;
    }

    footer .pagelinks {
        display: none;
    }

    footer .pagelinks article {
        vertical-align: top;
        line-height: 1em;
    }

    footer .pagelinks article h3 {
        border-bottom: 2px solid #d5d5d5;
        width: auto !important;
    }

    footer .pagelinks article ul.linkliste li {
        border-bottom: 1px solid #d5d5d5;
        width: auto !important;
    }

    footer .iconliste {
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    footer {
        border-top: 1px solid #d5d5d5;
        padding: 0;
        margin: 0 !important;
        width: 100% !important;
    }

    footer section {
        border-top: 0 !important;
        padding: 0 !important;
    }

    footer div.span6-phone {
        width: 100%;
    }

    footer .pagenav ul li a,
    footer .pagenav ul li a.subnav {
        color: #006699;
    }

    footer .pagenav ul li a:hover,
    footer .pagenav ul li a.subnav:hover {
        color: #dc0018;
    }

    footer .socialLinks ul li {
        float: none;
    }

    footer .socialLinks h3 {
        margin-top: 0;
    }

    footer .socialLinks section.twitterfeed h3.lined {
        font-size: 1em;
        padding: 0.8em;
        border-top: 1px solid #e5e5e5;
        margin: 0;
    }

    footer .socialLinks section.twitterfeed h3.lined a {
        line-height: 0.9;
        padding: 0.5em 0;
    }

    footer .socialLinks section.twitterfeed .tweet {
        margin: 0;
        padding: 1.4em;
        border-bottom: 1px solid #e5e5e5;
    }

    footer .socialLinks section.twitterfeed .tweet article {
        border: 0;
        margin-top: 0.8em;
        line-height: 1.5;
    }

    footer .socialLinks section.twitterfeed .tweet:first-of-type {
        padding-left: 1.4em;
    }

    footer article,
    footer section.copyright,
    footer ul.hnav {
        width: 100%;
        border-top: 1px solid #d5d5d5;
        margin: 0 !important;
        background-color: #f6f6f6;
        background-image: -moz-linear-gradient(top, #f4f4f4, #fafafa);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#fafafa));
        background-image: -webkit-linear-gradient(top, #f4f4f4, #fafafa);
        background-image: -o-linear-gradient(top, #f4f4f4, #fafafa);
        background-image: linear-gradient(to bottom, #f4f4f4, #fafafa);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#fffafafa', GradientType=0);
    }

    footer article h3,
    footer section.copyright h3,
    footer ul.hnav h3 {
        padding: 0.8em 0.8em;
        margin: 0;
        border-top: 1px solid #fff;
        font-size: 1.2em;
        border-bottom: 1px solid #e3e3e3;
    }

    footer article p,
    footer section.copyright p,
    footer ul.hnav p,
    footer article form,
    footer section.copyright form,
    footer ul.hnav form {
        padding-left: 0.8em !important;
        padding-right: 0.8em !important;
    }

    footer article ul,
    footer section.copyright ul,
    footer ul.hnav ul {
        margin: 0 !important;
        padding: 0;
    }

    footer article ul li,
    footer section.copyright ul li,
    footer ul.hnav ul li {
        display: inline;
        display: block;
        padding: 0.8em !important;
        margin: 0 !important;
    }

    footer article ul li + li,
    footer section.copyright ul li + li,
    footer ul.hnav ul li + li {
        border-top: 1px solid #e3e3e3;
    }

    footer section.copyright p.logo {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #d5d5d5;
        width: 100%;
    }

    footer section.copyright img {
        padding: 1.6em 0.2em;
        max-width: 25.6em;
    }

    footer section.copyright ul {
        float: right;
        width: auto;
        font-size: 1.2em;
        border: 0 !important;
    }

    footer section.copyright ul li {
        padding: inherit 0.8em !important;
        border-top: 0 !important;
        border-left: 1px solid #e3e3e3 !important;
        background-color: #f2f2f2 !important;
    }

    footer section.copyright ul li a {
        margin: 0;
    }
}

/*
 * http://css3generator.com/
 * http://www.colorzilla.com/gradient-editor/
 * http://riddle.pl/emcalc/
 * http://kimblim.dk/css-tests/selectors/
 * http://gsnedders.html5.org/outliner/
 * http://placehold.it/150x150.png&text=150+x+150
 */
@media all {
    pre,
    code,
    kbd,
    samp,
    var,
    tt {
        font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
    }

    body {
        font-family: Arial, sans-serif;
        font-size: 0.9375em;
        line-height: 1;
        color: #454545;
        /* Prevent auto-scaling of text in mobile webkit browsers */
        -webkit-text-size-adjust: 100%;
        position: relative;
    }

    /*--- Headings -------------------------------------------------------------------------------------*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: inherit;
        font-weight: normal;
        color: #000000;
        margin: 0;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-size: 1em;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    h1 {
        font-size: 2.5em;
        line-height: 1.2;
        margin: 0.5em 0 0;
    }

    h1.pagetitle {
        margin: 0.4em 1.6em 0 0;
        font-family: 'Frutiger Neue W02 Light', Times, sans-serif;
        font-weight: normal;
    }

    h2 {
        font-size: 1.7em;
        line-height: 1.3;
        margin: 1.5em 0 0 0;
    }

    h3 {
        font-size: 1.3em;
        line-height: 1.4;
        margin: 0.938em 0 0 0;
    }

    h4 {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.5;
        margin: 1.154em 0 0 0;
    }

    h5 {
        font-size: 1.1em;
        line-height: 1.5;
        margin: 1.154em 0 0 0;
    }

    h6 {
        font-size: 1em;
        line-height: 1.4;
        margin: 1.25em 0 0 0;
    }

    .teaser,
    .newsteaser,
    .slidingteaser {
        margin: 1.6em 0 0.4em 0;
    }

    .newsteaser {
        overflow-y: auto;
    }

    .lined-title {
        font-size: 1.3em;
        border-bottom: 2px solid #d5d5d5;
        margin: 1.6em 0 0 0;
        padding: 0 0 0.4em;
        font-weight: bold;
    }

    .lined-title a.all-entries {
        width: auto;
        font-size: 0.77em;
        font-weight: bold;
        line-height: 1.5;
        float: right;
        position: relative;
        top: -0.1em;
        margin-top: 0.5em;
        margin-left: 0.2em;
        display: block;
    }

    .noListing {
        /*padding-bottom: 1.7em !important;*/
    }

    .teaser {
        margin-bottom: 1.5em;
    }

    .standardteaser {
        margin-top: 0.852em;
    }

    .standardteaser figure img {
        max-width: 100%;
    }

    .standardteaser figure.float-left img {
        margin-top: 0;
    }

    .standardteaser figure:first-child {
        margin-top: 0;
    }

    /* --- Lists ------------------------------------------------------------------------------------- */
    ul,
    ol,
    dl {
        font-size: 1em;
        line-height: 1.5;
        margin: 1.5em 0 0 0;
        padding: 0 0 0 0.8em;
    }

    ul {
        list-style-type: square;
        padding: 0 0 0 0.4em;
    }

    ul ul {
        margin-top: 0;
        list-style-type: none;
    }

    ol {
        list-style-type: decimal;
    }

    ol ol {
        margin-top: 0;
        list-style-type: decimal;
    }

    ol ul {
        list-style-type: square;
        margin-top: 0;
    }

    li {
        font-size: 1.1em;
        line-height: 1.5;
        margin-left: 0.8em;
    }

    li a,
    li p {
        margin: 0;
        font-size: 1em;
    }

    li a {
        line-height: 1;
    }

    li li,
    li li li,
    li li li li,
    li li li li li {
        font-size: 1em;
    }

    dl {
        margin: 1.5em 0 0 0;
        padding: 0;
    }

    dt {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.5;
    }

    dd {
        font-size: 1.1em;
    }

    dd p {
        margin: 0;
        font-size: 100%;
    }

    dd li {
        font-size: 100%;
    }

    .dl-horizontal {
        *zoom: 1;
    }

    .dl-horizontal:before,
    .dl-horizontal:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .dl-horizontal:after {
        clear: both;
    }

    .dl-horizontal dt {
        float: left;
        width: 2em;
        clear: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 3em;
    }

    /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
    p {
        font-size: 1.1em;
        line-height: 1.5;
        margin: 0.8em 0 0 0;
    }

    p img {
        margin: 0;
    }

    p a {
        font-size: 1em;
        line-height: 1;
        text-decoration: underline;
    }

    address {
        line-height: 1.5;
        font-size: 1.1em;
    }

    blockquote,
    cite,
    q {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
    }

    blockquote {
        margin: 1.5em 0 0 1.6em;
        color: #666;
    }

    blockquote:before {
        content: "\00ab";
    }

    blockquote:after {
        content: "\00bb";
    }

    strong,
    b {
        font-weight: bold;
    }

    em,
    i {
        font-style: italic;
    }

    big {
        font-size: 116.667%;
    }

    small {
        font-size: 85.71%;
    }

    pre,
    code,
    kbd,
    tt,
    samp,
    var {
        font-size: 1em;
    }

    pre {
        font-size: 1.1em;
        line-height: 1.5;
        margin: 1.5em 0 0 0;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    pre,
    code {
        color: #800;
        text-align: left;
    }

    kbd,
    samp,
    var,
    tt {
        color: #666;
        font-weight: bold;
    }

    var,
    dfn {
        font-style: italic;
    }

    acronym,
    abbr {
        border-bottom: 1px #aaa dotted;
        letter-spacing: .07em;
        cursor: help;
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    mark {
        background: #FE57A1;
        color: #000000;
    }

    /*--- Links ----------------------------------------------------------------------------------------- */
    a {
        color: #006699;
        font-size: 1em;
        line-height: 1.5;
        background: transparent;
        text-decoration: none;
    }

    a:visited {
        color: #006699;
    }

    a:active {
        outline: none;
    }

    a:hover,
    a:active,
    a:focus {
        color: #dc0018;
    }

    /* --- images ------------------ */
    img,
    figure {
        margin: 0;
    }

    .flexible {
        margin-top: 1.5em;
        max-width: 100%;
    }

    * html .flexible {
        /* IE6 support */
        width: 98%;
        /* 2% space for borders */
    }

    .bordered {
        margin-top: 1.5em;
        border: 2px #eee solid;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    }

    /* --- forms ----------------- */
    input,
    textarea {
        font-size: 1.1em;
        padding: 0.4em;
    }

    /* --- tables ----------------- */
    .table_zebra tr td div.project-subtopic{
        font-size: .8em !important;
    }

    .table_zebra tr td div.project-dacsubsector{
        font-size: .8em !important;
    }

    .table_zebra tr td div.project-sub-subtopic{
        font-size: .7em !important;
    }

    .table_simple #dacSubSectorFont{
        font-size: .7272727em !important;
    }
}

@media screen {
    /* -------------------------------------------------------------------------------------
   HELPER
   ======================================================================================*/
    .float-left {
        float: left;
        display: inline;
        margin: 1.3em 0.8em 0 0;
    }

    .float-right {
        float: right;
        display: inline;
        margin: 1.3em 0 0 0.8em;
    }

    .center {
        display: block;
        text-align: center;
        margin: 1.3em auto 0 auto;
    }

    .smallink,
    p.smallink,
    span.smallink {
        font-size: 1em;
        line-height: 1.3;
        color: #757575;
        margin-top: 1.3em;
    }

    .smallink a.arwicn {
        padding: 0.1em 0.5em 0.1em 1.6em;
    }

    #container {
        width: 83.2em;
        margin: 0px auto 90px auto;
        min-height: 1000px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
        z-index: 0;
    }

    .main-column {
        position: relative;
    }

    #nav {
        position: relative;
        top: 0;
        left: 0;
        z-index: 90;
    }

    #content {
        margin: 0 2%;
    }

    #aside {
        float: left;
        width: 18.3888%;
        margin: 5px 10px;
    }

    .full #content {
        width: 71.5%;
    }

    /* -------------------------------------------------------------------------------------
   DEPARTMENTS
   ======================================================================================*/
    .eda {
        background: #efece3 url('top/images/bg_raster_white.png') 0 0;
    }

    .edi {
        background: #efece3 url('top/images/bg_raster_green.png') 0 0;
    }

    /* .edi header {
    border-bottom: 5px solid #6b4b0c;
  } */
    .amber {
        background: #efece3 url('top/images/bg_raster_amber.png') 0 0;
    }

    .blue {
        background: #efece3 url('top/images/bg_raster_white.png') 0 0;
    }

    .turquoise {
        background: #efece3 url('top/images/bg_raster_turquoise.png') 0 0;
    }

    .braun {
        background: #efece3 url('top/images/bg_raster_braun.png') 0 0;
    }

    .darkbraun {
        background: #efece3 url('top/images/bg_raster_darkbraun.png') 0 0;
    }

    .gamboge {
        background: #efece3 url('top/images/bg_raster_gamboge.png') 0 0;
    }

    .green {
        background: #efece3 url('top/images/bg_raster_green.png') 0 0;
    }

    .olive {
        background: #efece3 url('top/images/bg_raster_olive.png') 0 0;
    }

    .pictachio {
        background: #efece3 url('top/images/bg_raster_pictachio.png') 0 0;
    }

    .purple {
        background: #efece3 url('top/images/bg_raster_purple.png') 0 0;
    }

    .white {
        background: #efece3 url('top/images/bg_raster_white.png') 0 0;
    }

    /* -------------------------------------------------------------------------------------
   CONTENT
   ======================================================================================*/
    .image,
    figure,
    img {
        margin-top: 1.5em;
        max-width: 100%;
    }

    figure img {
        margin-top: 0;
    }

    p.caption,
    figcaption {
        font-size: 0.9em;
        line-height: 1.3;
        margin-top: 0.7em;
        margin-bottom: 0.8em;
    }

    p.caption a,
    figcaption a {
        font-size: 1em;
        line-height: 1;
    }

    .image.float-left,
    figure.float-left,
    .image.float-right,
    figure.float-right {
        padding-top: 0;
    }

    .flyout .image.float-left,
    .flyout figure.float-left,
    .flyout .image.float-right,
    .flyout figure.float-right {
        padding-top: 0.2em;
        margin-top: 0;
    }

    /* icons */
    a.webicn,
    a.frmicn,
    a.arwicn,
    h4.webicn {
        padding: 0 0.5em 0.1em 1.5em;
    }

    .link_info {
        color: #454545;
    }

    h2.webicn,
    h2.arwicn,
    h2.frmicn {
        padding: 0.3em 0.5em 0 25px;
        margin-bottom: -0.3em;
    }

    a .webicn,
    p a .webicn,
    a .arwicn,
    p a .webicn,
    a .frmicn,
    p a .frmicn {
        padding-right: 13px;
        margin-left: 5px;
        text-decoration: none;
    }

    a.icn_before {
        display: block;
        clear: both;
        float: none;
        text-decoration: none;
    }

    .icn_before .webicn,
    .icn_before .arwicn,
    .icn_before .frmicn {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
    }

    li > .icn_before .webicn,
    li > .icn_before .arwicn,
    li > .icn_before .frmicn {
        margin-top: 0.2em;
    }

    .icn_before .text {
        display: block;
        float: none;
        margin-left: 20px;
        padding-top: 0.3em;
    }

    .icn_after {
        display: table;
        width: 100%;
    }

    .icn_after .text {
        display: table-cell;
        padding-right: 0.3em;
    }

    .icn_after .webicn {
        display: inline-block;
        white-space: nowrap;
    }

    /* Neue Klassen für Icon-Positionierung */
    .icn-before,
    .icn-arrow-before {
        display: inline-block;
        clear: both;
        float: none;
        text-decoration: none;
    }

    .icn-before .text,
    .icn-arrow-before .text {
        margin-left: 1.4em;
        display: block;
        float: none;
        line-height: 1.2;
        padding: 0;
    }

    .icn-arrow-before .text {
        margin-left: 1em;
    }

    .icn-after .text,
    .icn-arrow-after .text {
        line-height: 1.2;
        display: block;
    }

    .icn-after .text [data-icon],
    .icn-arrow-after .text [data-icon] {
        margin-left: 0.3em;
    }

    .docinfo {
        color: #757575;
        text-decoration: none;
    }

    .docinfo::before {
        content: ' ';
    }

    /* printme icon */
    .printme {
        position: absolute;
        top: 1.5em;
        right: 0.8em;
    }

    .printme .webicn {
        display: block;
    }

    /* linkliste */
    .linkliste {
        padding: 0;
        list-style: none;
        margin: 0.8em 0;
    }

    .linkliste li {
        margin-left: 0;
        padding: 0;
        margin-top: 0.8em;
    }

    aside .linkliste li {
        font-size: 1.1em;
        margin: 0;
    }

    footer .linkliste li {
        font-size: 0.9em;
        margin-bottom: 0.5em;
    }

    .linkliste .icn_before .text {
        padding-top: 0.6em;
    }

    /* iconliste */
    .iconliste {
        margin: 1em 0 0 0;
        padding: 0;
        list-style: none;
    }

    .iconliste li {
        font-size: 1em;
        margin: 0.5em 0;
        padding: 0;
    }

    aside .iconliste li {
        font-size: 1.1em;
        margin: 0;
    }
}

@media (max-width: 999px) {
    .printme,
    #socialshareprivacy {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    #container {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .newsteaser .nano {
        height: auto;
        padding-bottom: 1.6em;
    }

    .nano h2.lined-title a.all-entries,
    .themeteaser h2.lined-title a.all-entries,
    .nano h3.lined-title a.all-entries,
    .themeteaser h3.lined-title a.all-entries {
        float: right;
        clear: auto;
        position: relative;
        top: 0.4em;
    }

    .noListing {
        /*padding-bottom: 0 !important;*/
    }

    .printme {
        display: none;
    }

    article.standardteaser {
        min-height: 320px !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    #container {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .newsteaser,
    .themeteaser {
        margin-top: 0.8em;
    }

    .standardteaser {
        margin-top: 1.6em;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   FORMS
   ======================================================================================*/
    /* form */
    .form {
        margin: 0 0 1.8em 0;
    }

    /* structure */
    .fields {
        margin: 1.5em 0 0 0;
    }

    .field {
        clear: both;
        margin: 0.8em 0 0 0;
        padding-bottom: 0.7em;
    }

    .border_bottom {
        border-bottom: 2px solid #cccccc;
        padding-bottom: 1em;
    }

    .inputs {
        margin: 0 0 0 13.6em;
    }

    /* legend */
    .legend {
        font-size: 1.1em;
        line-height: 1.2;
        font-weight: normal;
        color: #000000;
        margin: 0;
        padding: 0 0 1em;
        display: block;
        width: 100%;
    }

    .legend span {
        padding: 0 0 0.3em;
        display: block;
        width: 100%;
        border-bottom: 1px solid #757575;
    }

    /* label */
    p.label,
    span.label,
    label.label {
        display: block;
        float: left;
        font-size: 1.1em;
        text-align: right;
        line-height: 1.2;
        width: 10.769em;
        padding: 0.5em 0;
        margin: 0 1.6em 0 0;
    }

    .field-of {
        vertical-align: bottom;
        line-height: 2.7em;
        float: left;
        margin-right: 1em;
    }

    .field-of.field-to {
        margin-left: 2em;
    }

    label.textarea {
        margin: 9px 3px 0 0;
        position: relative;
        display: block;
        float: left;
        vertical-align: top;
    }

    /* onerow */
    .field.onerow label.label {
        text-align: left;
        width: auto;
    }

    .field.onerow input + label,
    .field.onerow select + label,
    .field.onerow input + label.label,
    .field.onerow select + label.label {
        padding-left: 2em;
    }

    /* message */
    .form_note {
        display: block;
        font-size: 1.1em;
        line-height: 1.2;
        padding: 0.3em 0.4em 0.5em 0.8em;
        margin: 0 1.6em 0 0;
    }

    /* hint */
    .form_hint {
        display: block;
        font-size: 0.9em;
        line-height: 1.3;
        padding: 0.3em 0.4em 0.5em 15em;
        clear: both;
        margin: 0 0.8em 0 0;
    }

    /* inputs */
    input,
    textarea,
    select,
    optgroup {
        font-family: Arial, sans-serif;
        color: #454545;
    }

    /* text */
    input.text,
    input[type='text'] {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.2;
        width: 21.7em;
        padding: 0.4em 0.3076em;
        margin: 0 0.8em 0 0;
        border: 1px solid #757575;
        background-color: #ffffff;
        background-position: left top;
        background-repeat: repeat-x;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    input:focus,
    input.text:focus,
    input[type='text']:focus,
    input:active,
    input.text:active,
    input[type='text']:active,
    input:hover,
    input.text:hover,
    input[type='text']:hover {
        outline: none;
        border-color: #dc0018;
    }

    input.text_small {
        width: 3.84em;
    }

    input.text_medium {
        width: 16.3em;
    }

    /* textarea */
    textarea.textarea {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.2;
        width: 21.7em;
        padding: 0.4em 0.3076em;
        border: 1px solid #757575;
        background-color: #ffffff;
        background-position: left top;
        background-repeat: repeat-x;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    textarea:focus,
    textarea.textarea:focus,
    textarea:active,
    textarea.textarea:active,
    textarea:hover,
    textarea.textarea:hover {
        outline: none;
        border-color: #dc0018;
    }

    /* select */
    select.select {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.2;
        width: 18.4615em;
        padding: 0.25em 0.3076em;
        border: 1px solid #cccccc;
        background-color: #ffffff;
        background-position: left top;
        background-repeat: repeat-x;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

    select:focus,
    select.select:focus,
    select:active,
    select.select:active,
    select:hover,
    select.select:hover {
        border-color: #dc0018;
    }

    .select optgroup {
        font-size: 1em;
    }

    select.select_small {
        width: 4.6154em;
    }

    select.select_medium {
        width: 13.0769em;
    }

    /* radio */
    input.radio {
        display: block;
        float: left;
        font-size: 1em;
        margin: 0.7em 0 0.5em 0;
        cursor: pointer;
    }

    .label_radio {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.2;
        padding: 0.5em 0;
        margin: 0 1.6em 0 0.5em;
    }

    .radios {
        margin: 0 0 0 13.6em;
        padding: 0 0 0.9em 0;
    }

    .radios input.radio {
        margin-bottom: 0;
    }

    /* .radios_vertical .label_radio {
    padding-bottom: 0;
  } */
    .radios_vertical .label_radio {
        float: none;
        margin-left: 1.6em;
    }

    /* checkbox */
    input.checkbox {
        display: block;
        float: left;
        font-size: 1em;
        margin: 0.7em 0 0.5em 0;
        cursor: pointer;
    }

    .label_checkbox {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.2;
        padding: 0.5em 0;
        margin: 0 1.6em 0 0.5em;
    }

    .checkboxes {
        margin: 0 0 0 13.6em;
        padding: 0 0 0.9em 0;
    }

    .checkboxes input.checkbox {
        margin-bottom: 0;
    }

    /* .checkboxes .label_checkbox {
    padding-bottom: 0;
  } */
    .checkboxes_horizontal {
        padding: 0;
    }

    .checkboxes_vertical .label_checkbox {
        float: none;
        margin-left: 1.6em;
    }

    button.fonticon {
        border: none;
        background: 0;
    }

    button.fonticon:hover {
        color: #dc0018;
    }

    input[type="button"],
    button.button,
    a.button,
    input.button {
        border: 1px solid #757575;
        background: #f5f5f5;
        display: block;
        float: right;
        font-size: 1.1em;
        line-height: 1.2;
        color: #454545;
        padding: 0.4em 0.8em;
        margin: 0 0 0 0.8em;
        text-shadow: none;
        /* filter: dropshadow(color=@grayMid, offx=1, offy=1); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    /* submits */
    input[type="submit"],
    input[type="reset"],
    input.submit,
    input.submit_secondary,
    button.submit,
    button.button_secondary {
        border: 1px solid #006699;
        background: #006699;
        display: block;
        float: right;
        font-size: 1.1em;
        line-height: 1.2;
        color: #ffffff;
        padding: 0.4em 0.8em;
        margin: 0 0 0 0.8em;
        text-shadow: #757575 1px 1px 1px;
        /* filter: dropshadow(color=@grayMid, offx=1, offy=1); */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    input.submit_secondary,
    button.button_secondary {
        border: 1px solid #757575;
        background-color: #757575;
    }

    input[type="button"]:focus,
    input[type="button"]:hover,
    input[type="button"]:active,
    button.button:focus,
    button.button:hover,
    button.button:active,
    a.button:focus,
    a.button:hover,
    a.button:active {
        outline: none;
        border: 1px solid #dc0018;
        color: #757575;
    }

    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input.submit:focus,
    input.submit:hover,
    input.submit:active,
    button.submit:focus,
    button.submit:hover,
    button.submit:active,
    input.submit_secondary:focus,
    input.submit_secondary:hover,
    input.submit_secondary:active,
    button.button_secondary:focus,
    button.button_secondary:hover,
    button.button_secondary:active {
        outline: none;
        border: 1px solid #dc0018;
        color: #ffffff;
    }

    input[type="submit"]:disabled,
    input[type="reset"]:disabled,
    input[type="button"]:disabled,
    input[type="submit"]:disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="button"]:disabled:hover,
    input.submit:disabled,
    input.submit:disabled:hover,
    button.button:disabled,
    button.button:disabled:hover,
    input.submit_secondary:disabled,
    input.submit_secondary:disabled:hover,
    button.button_secondary:disabled,
    button.button_secondary:disabled:hover {
        background-color: #f5f5f5;
        border: 1px solid #d5d5d5;
        color: #afafaf;
        text-shadow: none;
    }

    .btn-group {
        position: relative;
        z-index: 1;
    }

    .btn-group .button {
        float: left;
        margin: 0;
        border-left: 0;
        border-radius: 0;
    }

    .btn-group .button:hover,
    .btn-group .button:active,
    .btn-group .button:focus {
        margin-left: -1px;
    }

    .btn-group .button:hover:first-child,
    .btn-group .button:active:first-child,
    .btn-group .button:focus:first-child {
        margin-left: 0;
    }

    .btn-group .button:first-child {
        border-left: 1px solid #757575;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }

    .btn-group .button:last-child {
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
    }

    .btn-group .button:first-child:hover {
        margin: 0;
        border-left: 1px solid #dc0018;
    }

    .btn-group .active,
    .btn-group .active:hover,
    .btn-group .active:focus,
    .btn-group .active:active {
        background-color: #ffffff;
        color: #dc0018;
        border-color: #757575;
        cursor: default;
    }

    .outerShadow {
        border: 1px solid #757575;
        margin: 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    }

    /* error */
    .field.errors {
        padding: 0.4em 0;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        background-color: #fffab2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .field.errors .form_note {
        color: #dc0018;
        padding-left: 12.307em;
    }

    .error_note {
        display: block;
        font-size: 1.1em;
        line-height: 1.2;
        padding: 0.3em 0.4em 0.5em 0.8em;
        margin: 0 1.6em 0 0;
        vertical-align: middle;
    }

    .error_note .frmicn {
        display: block;
        float: left;
    }

    .error_note [data-icon="!"] {
        color: #dc0018;
        display: block;
        float: left;
        text-align: center;
        font-size: 1.8em;
        vertical-align: middle;
        padding-left: 0.1em;
    }

    .error_note .text {
        display: block;
        margin-left: 25px;
        padding-top: 5px;
    }

    .searchform fieldset {
        margin-top: 1em;
        border-top: 1px solid #cccccc;
    }

    .searchform input[type="submit"],
    .searchform input.submit {
        float: none;
    }

    .searchform input[type="submit"].date-button,
    .searchform input.submit.date-button {
        float: right;
        margin-right: 4.7em;
    }

    /* labels on top of input/select */
    .horizontal .label {
        clear: both;
        text-align: left;
    }

    .horizontal .label,
    .horizontal .text,
    .horizontal .textarea {
        width: 96%;
    }

    /* -------------------------------------------------------------------------------------
   ENHANCED FORMS
   --------------------------------------------------------------------------------------*/
    /* enhanced */
    .enhanced_checkbox,
    .enhanced_radio {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        padding: 6px 0 1px 0;
        margin: 6px -3px 0 0;
        font-size: 0;
        text-indent: -10000px;
        cursor: pointer;
    }

    /* hide default */
    input.input_invisible,
    select.input_invisible {
        position: absolute;
        left: -100000px;
        text-indent: -100000px;
    }

    /* enhanced checkbox */
    .checkboxes_vertical .enhanced_checkbox {
        margin-right: 4px;
    }

    /* enhanced radio */
    .radios_vertical .enhanced_radio {
        margin-right: 4px;
        padding: 0 0 8px;
    }

    .vertical_group {
        display: block;
    }

    /* enhanced select */
    .enhanced_select {
        display: block;
        height: 2em;
        position: relative;
        float: left;
        border: 1px solid #757575;
        background-color: #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0.8em 0 0;
        z-index: 10;
    }

    .enhanced_select:hover,
    .enhanced_select_focus {
        border: 1px solid #dc0018;
    }

    .enhanced_select_list ul.is_open {
        min-width: 100%;
        max-width: 200%;
        /* changed by mihail for EDA-1369 */
    }

    .enhanced_select {
        width: 24.5em;
    }

    .select_small {
        width: 4.95em;
    }

    .select_medium {
        width: 12.25em;
    }

    .select_medium ul.enhanced_select_scroll {
        width: 171px !important;
    }

    .select_full {
        width: 100%;
    }

    /* selector */
    .enhanced_select_selector {
        display: block;
        position: relative;
        font-size: 1em;
        padding: 0.4em 25px 0.4em 0.7em;
        font-weight: normal;
        background-position: left top;
        background-repeat: repeat-x;
        cursor: pointer;
    }

    .enhanced_select_selector input,
    .enhanced_select_selector input:focus {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: none;
        font-size: 1.1em;
        line-height: 1.2;
        font-weight: normal;
        color: #454545;
        background-color: transparent;
        padding: 0;
        border: none;
        margin: 0;
        outline: 0;
        cursor: pointer;
    }

    .enhanced_select_selector span {
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        right: 0;
        top: 0;
        width: 25px;
        height: 100%;
        padding: 0px;
    }

    .enhanced_select_selector p {
        margin: -0.175em 0 0;
    }

    /* dropdown */
    .enhanced_select_list ul {
        position: absolute;
        left: 0;
        top: 1.9em;
        width: auto;
        margin: 0;
        padding: 0;
        list-style-position: outside;
        list-style-type: none;
        background-color: #ffffff;
        border-left: 1px solid #757575;
        border-right: 1px solid #757575;
        border-bottom: 1px solid #757575;
        z-index: 100;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .enhanced_select_list ul.enhanced_select_scroll {
        width: 242px !important;
        max-height: 23em;
        zoom: 1;
        overflow: hidden;
        overflow-y: auto;
    }

    .enhanced_select_list ul li {
        font-size: 1em;
        margin: 0;
        padding: 0;
        border-top: 1px solid #cccccc;
    }

    .enhanced_select_list ul ul {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border: none;
        display: block;
    }

    .enhanced_select_list ul li a,
    .enhanced_select_list ul li span {
        display: block;
        font-size: 1.1em;
        line-height: 1.2;
        color: #454545;
        background-color: #ffffff;
        padding: 0.4em 0.6153em;
        text-decoration: none;
        white-space: nowrap;
    }

    .enhanced_select_list ul ul li a {
        padding-left: 2em;
    }

    .enhanced_select_list ul li span {
        color: #757575;
    }

    .enhanced_select_list ul li.enhanced_select_selected a,
    .enhanced_select_list ul li.enhanced_select_hover a {
        background-color: #D8E8EF;
    }

    /* filter */
    .enhanced_select_list ul li.enhanced_select_filter {
        display: none;
    }

    /* -------------------------------------------------------------------------------------
   FILTER ELEMENT
   --------------------------------------------------------------------------------------*/
    .cb-selector {
        position: relative;
        margin-left: 13.5em;
        z-index: 10;
    }

    .cb-selector fieldset {
        padding: 0.8em 0.8em 3.2em 0.8em;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 25.6em;
        border: 1px solid #757575;
    }

    .cb-selector fieldset label {
        margin: 0 !important;
        padding: 0;
    }

    .cb-selector fieldset [type=checkbox] {
        margin: 0 1.6em 0 0;
    }

    .cb-selector fieldset ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cb-selector fieldset ul li {
        padding: 0.2em 0 0;
        margin: 0;
        font-size: 1em;
    }

    .cb-selector fieldset ul ul {
        padding-left: 1.6em;
    }

    .cb-selector fieldset a.close {
        position: absolute;
        top: 0.8em;
        right: 0.8em;
    }

    .cb-selector fieldset a.close span[data-icon="x"] {
        margin-left: 5px;
        font-size: 75%;
    }

    .cb-selector fieldset a.submit {
        position: absolute;
        bottom: 0.8em;
        right: 0.8em;
        background-color: #006699;
        padding: 0.2em 0.5em;
        color: #ffffff;
    }

    .cb-selector fieldset a.open-tree {
        display: block;
        float: left;
        padding: 0;
        width: 2.1em;
        margin-left: -2.1em;
        text-indent: -1000px;
        background-size: 2em;
    }

    .cb-selector fieldset a.open-tree.active {
        background-position: left -34.1em;
    }
}

@media screen and (max-width: 1199px) {
    .cb-selector fieldset a.close {
        background-position: right -64px;
    }

    .cb-selector fieldset a.open-tree {
        background-position: left -29.3em;
    }

    .cb-selector fieldset a.open-tree.active {
        background-position: left -33.6em;
    }
}

@media screen and (max-width: 491px) {
    .field.onerow input.text,
    .field.onerow input[type='text'] {
        width: 17.75em;
        clear: both;
        margin-bottom: 0.8em;
    }

    .field.onerow .enhanced_select {
        width: 20.2em;
        clear: both;
        margin-bottom: 0.8em;
    }

    .field.onerow input[type="submit"],
    .field.onerow input[type="reset"],
    .field.onerow input.submit,
    .field.onerow input.submit_secondary,
    .field.onerow button.submit,
    .field.onerow button.button_secondary {
        clear: both;
        float: none;
        width: 18.5em;
        margin-left: 0;
        margin-right: auto;
    }

    .field.errors {
        margin-left: -0.8em;
        margin-right: -0.8em;
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .field.errors .form_note,
    .field.errors .error_note {
        padding-left: 0;
    }

    .field .form_hint {
        padding-left: 0;
    }

    span.label,
    label.label {
        text-align: left;
        width: 100%;
    }

    .cb-selector {
        margin-left: 0;
    }

    .searchform input[type="submit"],
    .searchform input.submit {
        float: right;
    }

    .checkboxes,
    .radios {
        margin-left: 0;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   TABLES
   ======================================================================================*/
    /* Generics*/
    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0 0;
        margin: 1.3571em 0 0 0;
        color: #333;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        font-size: 1em;
    }

    table th,
    table td {
        font-size: 1em;
        line-height: 1.5;
        vertical-align: top;
        padding: 0.7143em 0.5em 0.3em;
        text-align: left;
        border: 1px solid #d5d5d5;
    }

    table th :first-child,
    table td :first-child {
        margin-top: 0;
    }

    table th.nowrap,
    table td.nowrap {
        white-space: nowrap;
    }

    table th.right,
    table td.right {
        text-align: right;
    }

    table th {
        font-weight: bold;
        color: #000000;
    }

    table th.indented {
        padding-left: 1.6em;
    }

    table td {
        font-weight: normal;
        color: #454545;
    }

    table tr.heading td,
    table tr.heading th {
        font-weight: normal;
        font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
    }

    table caption {
        padding: 0.5em 0;
        text-align: left;
        font-weight: normal;
        font-size: 1.1em;
        line-height: 1.3;
    }

    table thead th,
    table tfoot th {
        -webkit-print-color-adjust: exact;
        background-color: rgba(0, 0, 0, 0.04);
    }

    table thead tr .selected,
    table tfoot tr .selected {
        -webkit-print-color-adjust: exact;
        background-color: rgba(20, 79, 102, 0.1);
    }

    table tfoot.top {
        display: table-header-group;
    }

    table tfoot.top th {
        -webkit-print-color-adjust: exact;
        background-color: rgba(0, 0, 0, 0.04);
    }

    table .pseudo-tfoot td {
        -webkit-print-color-adjust: exact;
        background-color: rgba(0, 0, 0, 0.04);
    }

    table tbody tr .selected {
        -webkit-print-color-adjust: exact;
        background-color: rgba(20, 79, 102, 0.1);
    }

    table tbody th {
        border-top: 1px solid #cccccc;
        text-align: left;
    }

    table tbody td {
        border-top: 1px solid #cccccc;
    }

    table tbody tr.highlight {
        background-color: rgba(0, 0, 0, 0.04) !important;
    }

    table tbody td.highlight {
        background-color: rgba(0, 0, 0, 0.04) !important;
    }

    table tbody .themes-description p {
        display: block;
    }

    table a,
    table p {
        font-size: 1em;
        line-height: 1.1;
        display: inline-block;
    }

    table.narrow {
        margin: 1.4286em 0 0 0;
    }

    table.narrow th,
    table.narrow td {
        padding: 0 0.5em;
        line-height: 1.4286;
    }

    table.bordertable {
        border: 1px solid #cccccc;
    }

    .table_naked {
        border: 0;
    }

    .table_naked * {
        border: 0;
    }

    .table_naked thead tr:first-child {
        border: 0;
        font-weight: bold;
    }

    .table_naked table td {
        text-align: left;
    }

    .table_naked tr td:first-child,
    .table_naked tr th:first-child {
        padding-left: 0;
        padding-right: 0.8em;
    }

    .table_simple {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        background-color: transparent;
    }

    .noborder {
        border: 0;
    }

    .table_simple tr td,
    .table_simple tr th {
        text-align: left;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        background-color: transparent;
        padding-left: 0;
        border-left: 0.8em solid #ffffff;
    }

    .table_simple tr td:first-child,
    .table_simple tr th:first-child {
        border-left: none;
    }

    .table_zebra tbody tr:nth-child(odd) {
        -webkit-print-color-adjust: exact;
        background-color: transparent;
    }

    .table_zebra tbody tr:nth-child(odd) .selected {
        -webkit-print-color-adjust: exact;
        background-color: rgba(0, 102, 153, 0.05);
    }

    .table_zebra tbody tr:nth-child(even),
    .lt_ie8 tbody .even .table_zebra tr:nth-child(even) {
        -webkit-print-color-adjust: exact;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .table_zebra tbody tr:nth-child(even) .selected,
    .lt_ie8 tbody .even .table_zebra tr:nth-child(even) .selected {
        -webkit-print-color-adjust: exact;
        background-color: rgba(0, 102, 153, 0.05);
    }

    /*================================*/
    .bordertable thead th {
        -webkit-print-color-adjust: exact;
        background: rgba(0, 0, 0, 0.12);
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .bordertable tbody th[scope="row"] {
        -webkit-print-color-adjust: exact;
        background: rgba(0, 0, 0, 0.06);
    }

    .bordertable tbody th {
        border-right: 1px solid #cccccc;
    }

    .bordertable tbody td {
        border-right: 1px solid #cccccc;
    }

    /*==============================*/
    .sorttable table thead th a {
        padding-right: 1.1em;
        cursor: pointer;
    }

    .sorttable table thead th a:after {
        content: "\76";
        margin-left: .4em;
        color: #757575;
    }

    .sorttable table thead th a:hover:after {
        color: #dc0018;
    }

    .sorttable table thead th.selected a:after {
        color: #006699;
    }

    .sorttable table thead th.selected a:hover:after {
        color: #dc0018;
    }

    .sorttable table thead th.headerSortUp a:after {
        content: "\5E";
    }

    .sorttable .tablesorter-headerAsc a,
    .sorttable .tablesorter-headerAsc a:after {
        content: "\76";
        margin-left: .4em;
        color: #757575;
    }

    .sorttable .tablesorter-headerDesc a,
    .sorttable .tablesorter-headerDesc a:after {
        content: "\5E";
        margin-left: .4em;
        color: #757575;
    }

    .dataTables_info {
        padding: 0.5em 0;
    }

    .table-col20 {
        width: 20%;
    }

    .table-col25 {
        width: 25%;
    }

    .table-col33 {
        width: 33.33333%;
    }

    .table-col38 {
        width: 38.2%;
    }

    .table-col40 {
        width: 40%;
    }

    .table-col50 {
        width: 50%;
    }

    .table-col60 {
        width: 60%;
    }

    .table-col62 {
        width: 61.8%;
    }

    .table-col66 {
        width: 66.6666%;
    }

    .table-col75 {
        width: 75%;
    }

    .table-col80 {
        width: 80%;
    }

    .scrolltable {
        width: 100%;
    }
}

@media (min-width: 492px) {
    .cycletable td,
    .cycletable th {
        display: table-cell !important;
    }

    .cycletable .tablecycler {
        display: none;
    }

    .table-caption {
        display: none;
    }
}

@media (max-width: 767px) {
    table {
        width: 100%;
    }
}

@media (max-width: 491px) {
    .scrolltable {
        overflow-x: auto;
        overflow-y: visible;
        width: auto !important;
        margin: 0 -0.8em;
        padding-left: 0.8em;
        padding-right: 0.8em;
        background: -webkit-linear-gradient(left, #ffffff 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 70%) 100% 0, -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 100% 0;
        background: -moz-linear-gradient(left, #ffffff 30%, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 70%) 100% 0, -moz-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), -moz-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 100% 0;
        background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 100% 0;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 1.6em 100%, 1.6em 100%, 0.8em 100%, 0.8em 100%;
        background-attachment: local, local, scroll, scroll;
    }

    .scrolltable table {
        margin-top: 0;
    }

    .scrolltable caption,
    .scrolltable colgroup {
        position: absolute;
        left: -10000px;
    }

    .scrolltable.fixedColumn {
        border-left: 1px solid #d5d5d5;
        padding-right: 0.8em;
        width: 100%;
    }

    .scrolltable.fixedColumn tr :nth-child(2) {
        border-left: 0;
    }

    .fixedColumn {
        padding-left: 0 !important;
        /* Erste Spalte nach links schieben */
    }

    .fixedColumn table {
        width: 96%;
    }

    .fixedColumn tr th:first-child,
    .fixedColumn tr td:first-child {
        position: absolute;
        top: auto;
        left: 0.8em;
        border-right: 0;
        width: 11em !important;
        border-top: 0;
    }

    .fixedColumn tr th.indented:first-child {
        width: 9.8em !important;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .fixedColumn thead tr:first-child td:first-child,
    .fixedColumn thead tr:first-child th:first-child,
    .fixedColumn tbody tr:first-child td:first-child,
    .fixedColumn tobdy tr:first-child th:first-child {
        border-top: 1px solid #d5d5d5;
        margin-top: -1px;
    }

    .fixedColumn thead + tbody tr:first-child td:first-child,
    .fixedColumn thead + tobdy tr:first-child th:first-child,
    .fixedColumn tfoot + tbody tr:first-child td:first-child,
    .fixedColumn tfoot + tobdy tr:first-child th:first-child {
        border-top: 0;
        margin-top: 0;
    }

    .table-caption {
        font-weight: normal;
        font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
        margin: 1.8571em 0 0.5em;
    }

    html.js .cycletable table {
        width: 100%;
    }

    html.js .cycletable table tr th:first-child,
    html.js .cycletable table tr td:first-child {
        min-width: 50%;
        max-width: 70%;
    }

    html.js .cycletable table tr td:nth-child(3),
    html.js .cycletable table tr td:nth-child(4),
    html.js .cycletable table tr td:nth-child(5),
    html.js .cycletable table tr td:nth-child(6),
    html.js .cycletable table tr td:nth-child(7),
    html.js .cycletable table tr td:nth-child(8),
    html.js .cycletable table tr td:nth-child(9),
    html.js .cycletable table tr td:nth-child(10),
    html.js .cycletable table tr td:nth-child(11),
    html.js .cycletable table tr td:nth-child(12) {
        display: none;
    }

    html.js .cycletable.pair table tr th:first-child,
    html.js .cycletable.pair table tr td:first-child {
        min-width: 40%;
        max-width: 60%;
    }

    html.js .cycletable.pair table tr td:nth-child(2),
    html.js .cycletable.pair table tr td:nth-child(3) {
        display: table-cell;
    }

    html.js .cycletable .tablecycler .control a {
        color: #454545;
        display: block;
        font-size: 1.8em;
        height: 1.6em;
        overflow: hidden;
        padding: 0.8em 0.2em 0 0.2em;
        width: 1.6em;
        white-space: nowrap;
    }

    html.js .cycletable .tablecycler .control a.columns_prev {
        float: left;
        text-align: left;
    }

    html.js .cycletable .tablecycler .control a.columns_next {
        float: right;
        text-align: right;
    }

    html.js .cycletable .tablecycler .indicator {
        padding-top: 1.3em;
        width: auto;
        display: table;
        margin: 0 auto;
    }

    html.js .cycletable .tablecycler .indicator a {
        color: #d5d5d5;
        display: inline-block;
        font-size: 2.4em;
        height: 1.6em;
        overflow: hidden;
        text-align: center;
        width: 1.2em;
        white-space: nowrap;
    }

    html.js .cycletable .tablecycler .indicator a.icn_indicator_active {
        color: #dc0018;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   NAVIGATION
   ======================================================================================*/
    /* general setup */
    .hnav {
        float: left;
        display: inline;
        list-style: none;
        width: auto;
        border: none;
        margin: 0;
        padding: 0;
        /* hide sublevel */
    }

    .hnav li {
        float: left;
        font-size: 1em;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .hnav a {
        color: #454545;
        text-decoration: none;
    }

    .hnav li a:hover {
        color: #dc0018;
    }

    .hnav li > ul,
    .hnav li > div {
        left: -9999px;
        position: absolute;
        width: auto;
    }

    /* modal */
    #nav_modal_rnd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .modal {
        background-image: url('top/images/modal.png');
        background-position: left top;
        background-repeat: repeat;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .modalized #nav_modal_rnd {
        z-index: 1040;
    }

    .modalized .modal {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /* dropbox */
    a.dropbox {
        position: relative;
        cursor: pointer;
        height: 1.6em;
        display: block;
        text-decoration: none;
        background: #ffffff;
        width: 13em;
        z-index: 5;
        line-height: 1.1;
        font-size: 1.1em;
    }

    a.dropbox .shadowMask {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
    }

    a.dropbox .text {
        /* border-right: 1px solid @gray; */
        display: block;
        margin: 0.25em 0.1em 0 0.3em;
        padding: 0.25em 0 0 0.25em;
        float: left;
        font-size: 0.8em;
    }

    a.dropbox .frmicn {
        padding: 0;
        margin: -1px 7px 0;
        display: block;
        float: right;
    }

    /* -------------------------------------------------------------------------------------
   MAIN NAVIGATION
   --------------------------------------------------------------------------------------*/
    /* container */
    #mainnav {
        height: 0;
        min-height: 0;
        position: relative;
        background: #e4e4e4;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(39%, #e2e2e2), color-stop(79%, #dddddd), color-stop(91%, #d5d5d5), color-stop(95%, #cfcfcf), color-stop(100%, #bebebe));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* IE10+ */
        background: linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* W3C */
        /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 ); / * IE6-9 */
        /* Head Separator */
        /* list */
    }

    #mainnav.headsep {
        min-height: 5.2em;
        border-top: 0.4em solid #dc0018;
        height: auto;
    }

    #mainnav .hnav {
        min-height: 3.6em;
        margin: 0 1.6em;
        border-left: 1px solid #b8b8b8;
        background-image: url('top/images/topnav_bg_right.png');
        /*background-position: 100% 0;*/
        background-repeat: repeat-y;
        padding-right: 0;
    }

    #mainnav .hnav li {
        min-height: 5em;
        max-width: 12em;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #b8b8b8;
        background: #e8e8e8;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(61%, #f7f7f7), color-stop(89%, #f7f7f7), color-stop(91%, #f5f5f5), color-stop(95%, #ececec), color-stop(100%, #d7d7d7));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
        /* IE10+ */
        background: linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
        /* W3C */
        /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d7d7d7',GradientType=0 ); / * IE6-9 */
        /* flyout */
    }

    #mainnav .hnav li.active,
    #mainnav .hnav li.nav_on {
        border-top: 0.39em solid #f7001d;
        border-left: 0;
        border-right: 1px solid #b8b8b8;
        border-right: 0;
        margin-top: -0.35em;
        padding: 0 1px;
        background: #ffffff;
        min-height: 5.2em;
    }

    #mainnav .hnav li.active:first-child,
    #mainnav .hnav li.nav_on:first-child {
        margin-left: 0;
        border-left: 0;
    }

    #mainnav .hnav li.active > a,
    #mainnav .hnav li.nav_on > a {
        background-color: transparent;
        color: #000000;
        margin: 0 -8px;
        padding-bottom: 0.5em;
        border-width: 0 8px 0 8px;
        -moz-border-image: url('top/images/topnav_avctive_border.png') 0 8 0 8 repeat stretch;
        -webkit-border-image: url('top/images/topnav_avctive_border.png') 0 8 0 8 repeat stretch;
        border-image: url('top/images/topnav_avctive_border.png') 0 8 0 8 repeat stretch;
        position: relative;
        overflow: hidden;
    }

    #mainnav .hnav li.active > a .arwicn {
        bottom: 0.4em;
    }

    #mainnav .hnav li.nav_on .flyout {
        left: 0;
        top: 5.2em;
        opacity: 1.0;
    }

    #mainnav .hnav li.nav_on > a span[data-icon=","] {
        bottom: 4px;
    }

    #mainnav .hnav li.nav_on > a span[data-icon=","]::before {
        content: ";";
    }

    #mainnav .hnav li.nav_on > a,
    #mainnav .hnav li:focus > a,
    #mainnav .hnav li.hover > a {
        color: #dc0018;
        text-decoration: none;
        min-height: 3.7em;
    }

    #mainnav .hnav li.nav_last > a {
        color: #000000;
    }

    #mainnav .hnav li > a {
        font-size: 1em;
        line-height: 1.2;
        text-decoration: none;
        position: relative;
        display: block;
        min-height: 3.5em;
        padding: 0.8em 0.8em 0.4em;
    }

    #mainnav .hnav li > a :focus,
    #mainnav .hnav li > a :active,
    #mainnav .hnav li > a :hover {
        color: #dc0018;
        text-decoration: none;
    }

    #mainnav .hnav li > a span[data-icon=","] {
        position: absolute;
        bottom: -1px;
        font-size: 0.9em;
        left: 0;
        text-align: center;
        width: 100%;
        color: #757575;
    }

    #mainnav .hnav li .flyout {
        width: 83.2em;
        min-height: 5em;
        padding: 30px 0;
        background-color: #ffffff;
        opacity: 0.3;
        z-index: 100;
        -webkit-transition: opacity 450ms;
        -moz-transition: opacity 450ms;
        -o-transition: opacity 450ms;
        -ms-transition: opacity 450ms;
        transition: opacity 450ms;
    }

    .no-js #mainnav .hnav li .flyout {
        border: 1px solid #cccccc;
        border-top: 0;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
    }

    .no-js #mainnav .hnav li:hover .flyout {
        opacity: 1.0;
    }

    .flyout_top {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        width: 100%;
        background-color: transparent;
        z-index: 100;
        background-image: linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -o-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -moz-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -webkit-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -ms-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    }

    .flyout_bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 100%;
        background-color: transparent;
        z-index: 100;
        background-image: linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -o-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -moz-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -webkit-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
        background-image: -ms-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    }

    #main {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 1.6em;
        background: #ffffff;
    }

    #main .flyout_top {
        position: relative;
        height: 20px;
        top: 20px;
    }

    #main .flyout_bottom {
        position: relative;
        bottom: 20px;
    }

    #main.headsep {
        border-top: 0.4em solid #aa0000;
    }

    #main .flyout .ym-gl:first-child .ym-gbox {
        padding-left: 10px;
    }

    #main .flyout .ym-gr .ym-gbox {
        padding-right: 10px;
    }

    #main .flyout .flyout_col,
    #main .flyout .ym-gl,
    #main .flyout .ym-gr {
        background-image: none;
    }

    #main .flyout a {
        font-size: 1em;
    }

    /* columns */
    a.nav_close .icn_close {
        padding: 0;
    }

    .flyout_columns {
        display: table;
    }

    .flyout {
        /* flyout content */
    }

    .flyout .flyout_col {
        display: table-cell;
        position: relative;
    }

    .flyout .ym-gl,
    .flyout .ym-gr {
        float: none;
        display: table-cell;
    }

    .flyout .ym-gbox,
    .flyout .flyout_col {
        min-height: 10em;
        padding: 20px 19px 15px 19px;
    }

    .flyout .flyout_col,
    .flyout .ym-gl,
    .flyout .ym-gr {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #cccccc;
    }

    .flyout .flyout_col:first-child,
    .flyout .ym-gl:first-child,
    .flyout .ym-gr:first-child {
        border-left: none;
    }

    .flyout .flyout_col:last-child,
    .flyout .ym-gl:last-child,
    .flyout .ym-gr:last-child {
        border-right: none;
    }

    .flyout .nav_close {
        position: absolute;
        top: 0;
        right: 0;
        color: #006699;
        z-index: 2;
    }

    .flyout a {
        font-size: 1em;
    }

    .flyout a:hover {
        color: #dc0018;
    }

    .flyout h3 {
        font-size: 1.1em;
        line-height: 1;
        margin: 0 0 6px 0;
        padding: 0;
    }

    .flyout h3 a {
        font-size: 1em;
        line-height: 1.3;
        color: #006699;
    }

    .flyout h3 + linkliste {
        margin-top: -0.3em;
    }

    .flyout p {
        font-size: 1em;
        line-height: 1.3;
        margin: 0 0 9px 0;
    }

    .flyout th p,
    .flyout td p {
        font-size: 1em;
    }

    .flyout th a,
    .flyout td a {
        font-size: 1em;
        color: #006699;
    }

    .flyout td dl {
        margin: 0;
        padding-left: 0.8em;
    }

    .flyout td dt {
        margin: 0;
        width: 100%;
        font-size: 1em;
    }

    .flyout td dd,
    .flyout td ul {
        margin: 0;
        padding: 0;
    }

    .flyout td li {
        margin: 0;
        clear: both;
        float: none;
        list-style: none;
    }

    .flyout_col_1-1-1_1 {
        width: 270px;
    }

    .flyout_col_1-1-1_2 {
        width: 280px;
    }

    .flyout_col_1-1-1_3 {
        width: 270px;
    }

    .maxheight {
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    #themes .flyout table {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }

    #mainnav .flyout ul,
    #mainnav .flyout li {
        background: none;
        float: none;
        border: none;
        margin-top: 0.8em;
        min-height: 0;
        max-width: none;
    }

    .flyout ul {
        margin-bottom: 1.5em;
    }

    #mainnav .flyout li a {
        margin: 0;
        padding: 0;
        min-height: 0;
        color: #006699;
    }

    /* top */
    .flyout_top a {
        display: block;
        float: right;
        color: #207AA7;
        text-decoration: none;
        padding: 1em 16px;
    }

    .flyout_top .nav_close {
        padding: 1em 16px;
    }

    /* bottom */
    .flyout .flyout_bottom a,
    .pagenav .flyout_bottom a {
        display: block;
        width: 100px;
        height: 22px;
        line-height: 2;
        left: 50%;
        margin-left: -50px;
        top: auto;
        bottom: 0;
        color: #454545;
        background: #f5f5f5;
        border: 1px solid #cccccc;
        border-bottom: 0;
        text-align: center;
        position: absolute;
    }

    .flyout .flyout_bottom a[data-icon=";"]::before,
    .pagenav .flyout_bottom a[data-icon=";"]::before {
        margin-right: 0;
    }

    /* flyout item */
    .flyout_item {
        min-height: 8em;
    }

    .flyout_col .flyout_item:last-child {
        min-height: 0px;
    }

    /* flyout teaser */
    .flyout_teaser {
        position: absolute;
        bottom: 30px;
        padding: 9px;
        border: 1px solid #d5d5d5;
        background-color: #f5f5f5;
    }

    .flyout_col_1-1-1_3 .flyout_teaser {
        width: 250px;
        left: 649px;
    }

    .flyout_teaser p {
        margin: 0;
    }

    .flyout_teaser img {
        float: left;
        margin: 3px 10px 0 0;
    }

    #themes {
        position: relative;
    }

    #themes .hnav {
        position: absolute;
        top: 6.88em;
        right: 1.75em;
    }

    #themes a.dropbox {
        min-width: 1em;
    }

    #themes .flyout {
        min-height: 3em;
        width: 79em;
        margin: 0.5em;
        padding: 0;
        text-align: left;
        position: absolute;
        top: -999999px;
        left: auto;
        right: 0;
        z-index: 1050;
        list-style: none;
        background-color: white;
    }

    #themes li.nav_on .flyout {
        top: 1.8em;
        left: auto;
        margin-right: 0.2em;
        display: block !important;
    }

    #themes .flyout .jquery_tabs {
        margin: 1.5em;
        padding: 0;
    }

    #themes .flyout .nav_close {
        padding: 1em 16px;
    }

    #themes .flyout .nav_close span[data-icon="x"] {
        margin-left: 5px;
        font-size: 75%;
    }

    /* -------------------------------------------------------------------------------------
   META NAVIGATION
   --------------------------------------------------------------------------------------*/
    #metanav {
        position: absolute;
        top: 0.5em;
        right: 1.6em;
        z-index: 10;
    }

    #metanav .enhanced_select {
        float: right;
        margin: 0 0 0 0.8em;
    }

    /* langnav */
    #langnav {
        float: right;
        margin: 0.6em 0 0 0;
        padding-left: 1em;
        border-left: 1px solid #e5e5e5;
    }

    #langnav li a.dropbox {
        width: 4em;
        margin: 0;
    }

    #langnav.nav {
        margin: 0.6em 1.6em 0 0;
    }

    .lt-ie9 #langnav {
        width: 8em;
    }

    #langnav li {
        font-size: 1em;
        position: relative;
        padding: 0;
        color: #666;
        width: 3em;
    }

    #langnav li:last-child {
        padding-bottom: 0;
    }

    #langnav li a abbr {
        /*font-size: 1em;*/
    }

    #langnav .drop-nav {
        margin-top: 0.2em;
    }

    #langnav .hor-nav {
        width: auto;
    }

    #langnav .hor-nav a {
        display: block;
        padding: 0.45em;
    }

    #langnav .hor-nav a.active {
        background-color: #e5e5e5;
    }

    #langnav .hor-nav a.disabled {
        cursor: default;
        color: #cccccc;
    }

    #langnav li a {
        line-height: 1.1em;
    }

    #langnav > li {
        padding: 0;
    }

    #langnav li > ul {
        margin: 0.5em;
        padding: 0.5em 0.5em 0.5em 2em;
        text-align: left;
        position: absolute;
        top: -999999px;
        left: auto;
        right: 0;
        z-index: 2;
        list-style: none;
        border-left: 1px solid #757575;
        border-right: 1px solid #757575;
        border-bottom: 1px solid #757575;
        border-top: 0;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    }

    #langnav li.nav_on > ul,
    #langnav li.nav_on > div,
    .no-js #langnav li:hover > ul,
    .no-js #langnav li a:active > ul,
    .no-js #langnav li a:focus + ul,
    .no-js #langnav li:hover > div,
    .no-js #langnav li a:active > div,
    .no-js #langnav li a:focus + div {
        margin: 0;
        padding: 1em;
        right: 0.45em;
        top: 2.3em;
        width: 2.4em;
        z-index: 10;
    }

    #langnav li.nav_on ul {
        margin-right: -2.05em;
        margin-top: -0.32em !important;
        padding-top: -0.3em;
    }

    li.nav_on a.dropbox,
    .no-js li:focus a.dropbox,
    .no-js li:hover a.dropbox {
        color: #dc0018;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    li.nav_on a.dropbox .shadowMask,
    .no-js li:focus a.dropbox .shadowMask,
    .no-js li:hover a.dropbox .shadowMask {
        border-bottom: 5px solid #ffffff;
    }

    #metanav ul#langnav.hnav.nav li.nav_on ul li a abbr {
        font-size: 80% !important;
    }

    /* servicenav */
    #servicenav {
        float: right;
        margin-top: 0.8em;
    }

    #servicenav li {
        font-size: 1em;
        position: relative;
        margin-right: 0.8em;
    }

    #servicenav li a {
        line-height: 1.3;
        font-size: 0.9em;
    }

    #sitesearch {
        /*  width: 16em !important;*/
    }

    /* -------------------------------------------------------------------------------------
   PAGE NAVIGATION
   --------------------------------------------------------------------------------------*/
    .pagenav {
        margin-top: 1.6em;
        margin-left: -1.6em;
        margin-right: 0.8em;
    }

    .pagenav .nav-mobile {
        position: relative;
    }

    .pagenav a.level-up:hover {
        border-left-color: transparent;
        color: #dc0018;
    }

    .pagenav a.level-up span {
        background: #f5f5f5;
        padding-left: 2.4000000000000004em;
        font-size: 75%;
        line-height: 1;
        position: relative;
    }

    .pagenav a.level-up span::before {
        font-size: 1.8em;
        position: absolute;
        left: 0.4em;
        bottom: 4px;
    }


    .pagenav ul {
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    .pagenav ul li {
        font-size: 1em;
        margin: 0;
        padding: 0;
    }

    .pagenav ul li a {
        padding: 0 0 0 1.2000000000000002em;
        border-left: 0.4em solid transparent;
        color: #000000;
        font-size: 1.1em;
        line-height: 1.2;
        display: block;
    }

    .pagenav ul li a span,
    .pagenav ul li a strong {
        display: block;
        padding: 0.8em 0;
        border-bottom: 1px solid #cccccc;
    }

    .pagenav ul li a strong {
        color: #000000;
        border-bottom: 1px solid #757575;
    }

    .pagenav ul li a.active,
    .pagenav ul li a:hover,
    .pagenav ul li a:focus,
    .pagenav ul li a:active {
        border-left: 0.4em solid #dc0018; !important;
    }


    .pagenav ul li a.active,
    .pagenav ul li a:active {
        color: #000000;
    }

    .pagenav ul li a span.active {
        padding: 0 0 0 0;
        color: #000000;
        display: block;
        font-size: 1em;
        line-height: 1.2;
        border-bottom: 0;
    }

    .pagenav ul li a span.active span,
    .pagenav ul li a span.active strong {
        display: block;
        padding: 0.8em 0;
        border-bottom: 1px solid #cccccc;
    }

    .pagenav ul li a span.active strong {
        color: #000000;
        border-bottom: 1px solid #757575;
    }

    .pagenav ul li ul {
        margin: 0;
    }

    .pagenav ul li ul li a {
        color: #757575;
    }

    .pagenav ul li ul li a span {
        border-bottom: 1px solid #cccccc;
    }

    /* -------------------------------------------------------------------------------------
   FACET NAVIGATION
   --------------------------------------------------------------------------------------*/
    .facet-nav {
        margin-top: 1.6em;
        margin-left: -1.6em;
        margin-right: 0.8em;
    }

    .facet-nav .facet-header-mobile {
        display: none;
    }

    .facet-nav .nav-mobile {
        position: relative;
    }

    .facet-nav .facet-title {
        padding: 0.8em 0 0.8em 1.1em;
        border-left: 6px solid #dc0018;
        margin-top: 0;
    }

    .facet-nav .facet-title .facet-counter {
        background: #e5e5e5;
        padding: 0.15em 0.25em;
        margin: -0.2em 0 0 0.7em;
        font-weight: normal;
        display: inline-block;
        border-radius: 2px;
        float: right;
        font-family: 'FrutigerNeueW02-Regular', Arial, sans-serif;
        color: #757575;
        -webkit-tranistion: background-color 0.2s;
        -moz-tranistion: background-color 0.2s;
        -o-tranistion: background-color 0.2s;
        -ms-tranistion: background-color 0.2s;
        tranistion: background-color 0.2s;
    }

    .facet-nav .facet-title .facet-counter.light-up {
        background-color: #dc0018;
    }

    .facet-nav a.level-up:hover {
        border-left-color: transparent;
        color: #dc0018;
    }

    .facet-nav a.level-up span {
        background: #f5f5f5;
        padding-left: 2.4000000000000004em;
        font-size: 75%;
        line-height: 1;
        position: relative;
    }

    .facet-nav a.level-up span::before {
        font-size: 1rem;
        position: absolute;
        left: 0.4em;
        bottom: 4px;
    }

    .facet-nav .facet-type-wrapper {
        width: 100%;
        margin-top: 0;
    }

    .facet-nav .facet-type-item {
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
        margin: 0.4em 0 0 1.7em;
    }

    .facet-nav .facet-type-item.closed .facet-type-subitem-list {
        display: none;
    }

    .facet-nav .facet-type-item:first-child {
        margin-top: 0;
    }

    .facet-nav .facet-type-item .expandable-title {
        padding-left: 0.75em;
    }

    .facet-nav .facet-type-item .expandable-title::before {
        left: 1.6rem;
    }

    .facet-nav .facet-type-item a,
    .facet-nav .facet-type-item .facet-type-item-title {
        padding-left: 0;
        border-left: 0;
        position: relative;
    }

    .facet-nav .facet-type-item a:hover,
    .facet-nav .facet-type-item .facet-type-item-title:hover {
        border-left: 0;
    }

    .facet-nav .facet-type-item a::before,
    .facet-nav .facet-type-item .facet-type-item-title::before {
        position: absolute;
        top: 50%;
        height: 1em;
        left: 0.8em;
        margin-top: -0.5em;
        font-size: 1.3rem;
    }

    .facet-nav .facet-type-item a span,
    .facet-nav .facet-type-item .facet-type-item-title span {
        margin-left: 2.4000000000000004em;
        border-bottom: 0;
    }

    .facet-nav .facet-type-item .facet-type-subitem.counted-item {
        border-bottom: 0;
    }

    .facet-nav .facet-type-item .facet-type-subitem.open .facet-type-subitem-inception-list {
        display: block;
    }

    .facet-nav .facet-type-item .facet-type-subitem.open .expandable-title {
        border-bottom: 1px solid #d5d5d5;
    }

    .facet-nav .facet-type-item .facet-type-subitem.open .expandable-title::before {
        content: "v";
        font-family: 'AdminCH_Symbols';
    }

    .facet-nav .facet-type-item .facet-type-subitem-inception-list {
        display: none;
    }

    .facet-nav .facet-type-item .facet-type-subitem-inception-list li {
        padding-left: 1.6em;
        border-bottom: 1px solid #d5d5d5;
    }

    .facet-nav .facet-type-item .counted-item {
        border-bottom: 1px solid #d5d5d5;
    }

    .facet-nav .facet-type-item .counted-item:last-child {
        border-bottom: 0;
    }

    .facet-nav .facet-type-item .counted-item.selected {
        position: relative;
    }

    .facet-nav .facet-type-item .counted-item.selected .facet-counter {
        display: none;
    }

    .facet-nav .facet-type-item .counted-item.selected::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 6px;
        background-color: #dc0018;
    }

    .facet-nav .facet-type-item .counted-item.selected button.close {
        display: block;
        padding: 1.3em 0;
        margin: 0;
        width: 1rem;
        position: absolute;
        top: 0em;
        right: 0.5rem;
        border: 0;
        background: transparent;
        font-size: 75%;
        color: #cccccc;
    }

    .facet-nav .facet-type-item .counted-item.selected button.close:hover {
        color: #dc0018;
    }

    .facet-nav .facet-type-item .counted-item button.close {
        display: none;
    }

    .facet-nav .facet-type-item .counted-item .facet-counter {
        background: #e5e5e5;
        padding: 0.15em 0.25em;
        margin: 0.7em 0.8em;
        font-weight: normal;
        display: inline-block;
        border-radius: 2px;
        float: right;
    }

    .facet-nav .facet-type-item .counted-item .counted-item-text {
        float: left;
    }

    .facet-nav .facet-type-item .facet-type-item-title {
        color: #000000;
    }

    .facet-nav .facet-type-item .facet-type-item-title.active {
        background-color: #f5f5f5;
        border-bottom: 1px solid #d5d5d5;
    }

    .facet-nav .facet-type-item .facet-type-item-title.active::before {
        content: "v";
    }

    /* -------------------------------------------------------------------------------------
   PROCESS NAVIGATION
   ======================================================================================*/
    /* general setup */
    .processnav {
        border: none;
        margin: 1.5em 0 0;
        padding: 0;
    }

    .processnav .process-list {
        padding-left: 0;
    }

    .processnav .process-item {
        list-style: none;
        text-align: center;
        width: 25%;
        float: left;
        margin: 0;
    }

    .processnav .process-item a {
        text-align: center;
        display: block;
        width: 100%;
        color: #000000;
        cursor: default;
    }

    .processnav .process-item a:hover {
        color: #000000;
    }

    .processnav .process-item span.bar {
        width: calc(100% - 7px);
        height: 6px;
        background-color: #d5d5d5;
        display: block;
        margin: 0 2px 3px 5px;
        position: relative;
    }

    .processnav .process-item span.bar::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3px 0 3px 3px;
        border-color: transparent transparent transparent #ffffff;
    }

    .processnav .process-item span.bar::after {
        content: "";
        position: absolute;
        right: -3px;
        top: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3px 0 3px 3px;
        border-color: transparent transparent transparent #d5d5d5;
    }

    .processnav .process-item.past a {
        cursor: pointer;
    }

    .processnav .process-item.past a:hover span.bar {
        background-color: #dc0018;
    }

    .processnav .process-item.past a:hover span.bar::after {
        border-color: transparent transparent transparent #dc0018;
    }

    .processnav .process-item.active span.bar {
        background-color: #dc0018;
    }

    .processnav .process-item.active span.bar::after {
        border-color: transparent transparent transparent #dc0018;
    }

    .processnav .process-item:first-child a {
        padding-left: 0;
    }

    .processnav .process-item:first-child span.bar {
        margin-left: 0;
        width: calc(100% - 2px);
    }

    .processnav .process-item:first-child span.bar::before {
        display: none;
    }

    .processnav .process-item:last-child a {
        padding-right: 0;
    }

    .processnav .process-item:last-child span.bar {
        margin-right: 0;
        width: calc(100% - 4px);
    }

    .processnav .process-item:last-child span.bar::after {
        display: none;
    }

    /* commit test */
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #main {
        top: 6em;
    }

    #main.sub {
        top: 0em;
    }

    #main.sub2 {
        top: 0em;
    }

    #main.sub3 {
        top: 6.5em;
    }

    #mainnav .hnav li .flyout {
        width: 62.800000000000004em;
    }

    #mainnav .hnav {
        background-image: none;
    }

    #mainnav.headstep {
        background: #ffffff;
    }

    #mainnav .hnav-fixed {
        background: #ffffff;
    }

    #themes .flyout {
        width: 59em;
    }

    #langnav li.nav_on > ul,
    #langnav li.nav_on > div,
    .no-js #langnav li:hover > ul,
    .no-js #langnav li a:active > ul,
    .no-js #langnav li a:focus + ul,
    .no-js #langnav li:hover > div,
    .no-js #langnav li a:active > div,
    .no-js #langnav li a:focus + div {
        margin: 0;
        padding: 1em;
        right: 0.45em;
        top: 2.3em;
        width: 2.62em;
        z-index: 10;
    }

    .hnav .nav_on {
        min-height: 4.8em;
    }

    #mainnav .hnav li.active > a,
    .nav_on > a {
        padding-bottom: 1em;
    }

    #mainnav .hnav li.active > a span[data-icon=","],
    .nav_on > a span[data-icon=","] {
        bottom: 4px;
    }

    #mainnav .hnav li.active > a span[data-icon=","]::before,
    .nav_on > a span[data-icon=","]::before {
        content: ",";
    }

    /*  ----  stuff from bottom: ----------------------------------------------------- */
    #metanav {
        top: 0.8em;
        left: 1.8em;
        right: 1.8em;
        padding: 0;
        margin: 0;
    }

    #themes .hnav {
        top: 10.2em;
    }

    #sitesearch {
        top: 7.3em;
    }

    #langnav {
        margin-top: 3.5em;
        margin-right: 0;
        margin-left: 15em;
        border-left: 0;
    }

    #langnav.nav {
        margin-right: 0.8em;
    }

    #langnav li a {
        font-size: 1em;
    }

    #langnav a.dropbox .frmicn {
        padding: 0;
        margin: -4px 7px 0 5px;
        display: block;
        float: right;
    }

    #servicenav {
        margin-top: 0 !important;
        padding: 0 !important;
        line-height: 1em;
    }

    #mainnav {
        margin-top: 6em;
    }
}

@media screen and (max-width: 767px) {
    #pageheader {
        border-top: none;
        z-index: 1061;
        top: 0;
        left: 0;
        background: #e4e4e4;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(39%, #e2e2e2), color-stop(79%, #dddddd), color-stop(91%, #d5d5d5), color-stop(95%, #cfcfcf), color-stop(100%, #bebebe));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* IE10+ */
        background: linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
        /* W3C */
        /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 ); / * IE6-9 */
        height: 3.6em;
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
    }

    #pageheader #metanav {
        position: static;
    }

    #pageheader #metanav #langnav.nav {
        margin-right: 2.4000000000000004em;
    }

    #pageheader #metanav .langnav-mobile {
        display: table;
        width: 100%;
        padding: 0.6em 0;
    }

    #pageheader #metanav .langnav-mobile .td {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    #pageheader #metanav .langnav-mobile .title {
        padding-left: 1em;
    }

    #pageheader #metanav .langnav-mobile .title h1 {
        font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
        font-size: 1em;
        line-height: 1.3;
        margin: 0;
        padding: 0.15em 0 0;
        height: auto;
        width: 100%;
        float: left;
    }

    #pageheader #metanav .langnav-mobile #langnav.hnav {
        float: right;
        border: 0;
        padding: 0;
        margin: 0;
        width: 5.6em;
    }

    #pageheader #metanav .langnav-mobile .hnav li {
        width: 3em;
    }

    #mainnav {
        /* Head Separator */
    }

    #mainnav.headsep {
        border-top: none;
        position: relative;
        background: #ffffff;
    }

    #mainnav .hnav-fixed {
        width: 100%;
        display: table;
        -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    }

    #mainnav .hnav-fixed .tr {
        display: table-row;
        background-color: #ffffff;
    }

    #mainnav .hnav-fixed .td {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    #mainnav .hnav-fixed .td a {
        height: 100%;
        width: 100%;
        border-bottom: 0.5em solid #dc0018;
        display: table;
        vertical-align: middle;
        padding: 0.8em 0 0.6em;
        position: relative;
    }

    #mainnav .hnav-fixed .td a .fonticon {
        font-size: 1.2em;
        line-height: 5;
    }

    #mainnav .hnav-fixed .td a .fonticon::before {
        position: absolute;
        top: calc(50% - 8px);
        left: calc(50% - 8px);
        width: 16px;
        height: 16px;
    }

    #mainnav .hnav-fixed .td a img {
        display: block;
        width: 3.3em;
        margin: 0;
    }

    #mainnav .hnav-fixed .td a .td {
        padding: 0 0.5em 0 0;
    }

    #mainnav .hnav-fixed .td a .icon_swiss {
        width: 2em;
        padding: 0 0.5em 0 0.9em;
    }

    #mainnav .hnav-fixed .td a h1 {
        display: inline;
        padding: 0;
        margin: 0;
        line-height: 1.2;
        font-size: 1.5em;
        font-weight: normal;
        font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
        color: #454545;
    }

    #mainnav .hnav-fixed .td a h1.small {
        font-size: 1.2em;
        line-height: 1;
    }

    #mainnav .hnav-fixed .toggle {
        width: 3.6em;
    }

    #mainnav .hnav-fixed .toggle a {
        display: inline-block;
        float: none;
        height: 100%;
        padding: 0;
        margin: 0;
        width: 100%;
        vertical-align: middle;
        color: #454545;
    }

    #mainnav .hnav-fixed .toggle a .front,
    #mainnav .hnav-fixed .toggle a .back {
        display: inline-block;
        height: 100%;
        width: 3.6em;
        text-align: center;
        border-left: 1px solid #d5d5d5;
        position: relative;
    }

    #mainnav .hnav-fixed .toggle a .front [class*="icon-"],
    #mainnav .hnav-fixed .toggle a .back [class*="icon-"] {
        font-size: 1.5em;
        vertical-align: middle;
        position: absolute;
        top: 32%;
        left: 34%;
    }

    #mainnav .hnav-fixed .toggle a .back {
        display: none;
    }

    .js-nav {
        overflow: hidden;
    }

    .js-nav #mainnav .hnav-fixed #togglenav,
    .js-search #mainnav .hnav-fixed #togglesearch {
        border-bottom: 0.5em solid #dc0018;
    }

    .js-nav #mainnav .hnav-fixed #togglenav .front,
    .js-search #mainnav .hnav-fixed #togglesearch .front {
        display: none;
    }

    .js-nav #mainnav .hnav-fixed #togglenav .back,
    .js-search #mainnav .hnav-fixed #togglesearch .back {
        display: inline-block;
    }

    #main {
        margin-top: 4em;
    }

    #main.sticky {
        margin-top: 7.6em;
    }

    #mainnav.headsep {
        /* position: fixed; */
        min-height: 3.6em;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1060;
    }

    #mainnav.sticky {
        position: fixed;
    }

    /* Mobile navigation */
    .js-nav .pagenav {
        display: block;
    }

    .pagenav {
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: #ffffff;
        position: relative;
        display: none;
    }

    .pagenav .drilldown {
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        padding: 0;
        margin: 0 0 40px 0;
        border-right: 1px solid black;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .pagenav .drilldown-sub {
        display: none;
    }

    .pagenav .drilldown-back {
        padding: 0.5em;
        display: block;
        border-bottom: 1px solid #cccccc;
    }

    .pagenav .drilldown-back a {
        background-color: #e5e5e5;
        color: #454545;
        border: none;
        padding: 0.5em 0.8em;
    }

    .pagenav .drilldown-back a span {
        float: none;
        display: inline;
    }

    .pagenav ul li a {
        padding: 0.8em;
        border-left: 0;
        color: #454545;
        font-size: 1.1em;
        line-height: 1.2;
        border-bottom: 1px solid #cccccc;
        margin: 0;
        cursor: pointer;
    }

    .pagenav ul li a span {
        border: 0;
        padding: 0 0.8em 0 0;
        float: right;
    }

    .pagenav ul li a,
    .pagenav ul li a.active,
    .pagenav ul li a:active,
    .pagenav ul li a:focus,
    .pagenav ul li a:hover {
        border-left: 0;
        color: #006699;
    }

    .pagenav ul li a.subnav {
        color: #454545;
    }

    .pagenav ul li ul li a span {
        border: none;
    }

    .pagenav .flyout_bottom {
        height: 42px;
    }

    /* Facet Navigation */
    .facet-nav {
        display: block;
    }

    .facet-nav .facet-header-mobile {
        display: block;
    }

    .facet-nav .facet-header-mobile .header-form {
        float: right;
    }

    .facet-nav .facet-header-mobile .counted-item-text {
        float: left;
        margin: 0.7em 0;
    }

    .facet-nav .facet-header-mobile .facet-counter {
        background: #e5e5e5;
        padding: 0.15em 0.25em;
        margin: 0.9em 0.8em;
        font-weight: normal;
        display: inline-block;
        border-radius: 2px;
        float: left;
    }

    .facet-nav .facet-title {
        display: none;
    }

    .facet-nav a.level-up {
        display: none;
    }

    .facet-nav.pagenav ul li a {
        border-bottom: 0;
    }

    .facet-nav .facet-type-item-title,
    .facet-nav .facet-type-item {
        overflow: hidden;
    }

    .facet-nav .facet-type-item {
        margin: 0.6em 0 0 0;
    }

    .facet-nav .facet-type-item .counted-item.selected .facet-counter {
        visibility: hidden;
        display: block;
    }

    .facet-nav .facet-type-item .counted-item .facet-counter {
        margin: 0 0 0 0.8em;
    }

    .facet-nav .facet-type-subitem-list {
        width: 100%;
    }

    /* Search & Themen A - Z */
    .js-ready #mobilesearch {
        width: 0;
        margin-right: 0;
        opacity: 0.7;
        filter: alpha(opacity=70);
        overflow-y: hidden;
        background: #ffffff;
    }

    .js-search #mobilesearch {
        width: 100%;
        margin-right: -100%;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 1em;
    }

    .js-search #mobilesearch .sitesearch {
        padding: 0.8em;
    }

    .js-search #mobilesearch .sitesearch label {
        width: 100%;
        text-align: left;
    }

    .js-search #mobilesearch .sitesearch input.outerShadow {
        width: 100%;
        font-size: 1.3em;
    }

    .js-search #mobilesearch .sitesearch input.submit {
        height: 32px;
        font-size: 1.2em;
        width: 100%;
    }

    /* Mobile Search */
    .sitesearch-form {
        position: relative;
    }

    input[type="button"].mobilesearch-reset {
        position: absolute;
        top: 0;
        right: 0;
        height: 2.2rem;
        padding: 0 1.5em;
        font-family: AdminCH_Symbols;
        border: 0;
        background-color: transparent;
        font-size: 0.8em;
        display: none;
    }

    input[type="button"].mobilesearch-reset.show {
        display: block;
    }

    input[type="button"].mobilesearch-reset:hover {
        color: #dc0018;
    }

    input[type='text'].mobilesearch-field {
        padding: 0.4em 2em;
        box-sizing: border-box;
        margin-right: 0;
        box-shadow: none;
        font-family: 'Frutiger Neue W02 Light', Times, sans-serif;
    }

    .mobilesearch-deco {
        position: absolute;
        height: 2.2rem;
        top: 0;
        left: 0;
    }

    .mobilesearch-deco::before {
        position: absolute;
        top: 0.65em;
        left: 0;
        font-size: 1.2em;
        padding: 0 0.5em;
        color: #454545;
    }
}

@media screen {
    /* -------------------------------------------------------------------------------------
   TREECRUMB
   --------------------------------------------------------------------------------------*/
    #breadcrumb,
    #treecrumb {
        margin: 0;
        position: absolute;
        top: 0.888888888888889em;
        left: 1.6em;
        background-color: #ffffff;
        list-style: none;
        z-index: 98;
        /* SUBMENU */
        /* SUBMENU LISTING  */
    }

    #breadcrumb ul.hnav,
    #treecrumb ul.hnav {
        border: 1px solid #cccccc;
        height: 2em;
    }

    #breadcrumb ul.hnav > li,
    #treecrumb ul.hnav > li {
        display: block;
        padding: 0;
        height: 2em;
        line-height: 1;
    }

    #breadcrumb ul.hnav > li.open,
    #treecrumb ul.hnav > li.open,
    #breadcrumb ul.hnav > li.previous,
    #treecrumb ul.hnav > li.previous {
        border-right: 1px solid #cccccc !important;
    }

    #breadcrumb ul.hnav > li.open:after,
    #treecrumb ul.hnav > li.open:after,
    #breadcrumb ul.hnav > li.previous:after,
    #treecrumb ul.hnav > li.previous:after,
    #breadcrumb ul.hnav > li.open:before,
    #treecrumb ul.hnav > li.open:before,
    #breadcrumb ul.hnav > li.previous:before,
    #treecrumb ul.hnav > li.previous:before {
        border-color: transparent !important;
        border-width: 0 !important;
    }

    #breadcrumb ul.hnav > li.open > a,
    #treecrumb ul.hnav > li.open > a,
    #breadcrumb ul.hnav > li.previous > a,
    #treecrumb ul.hnav > li.previous > a {
        background-color: #ffffff;
        height: 2.3em;
        z-index: 1;
    }

    #breadcrumb ul.hnav > li.open .hnav-sub,
    #treecrumb ul.hnav > li.open .hnav-sub,
    #breadcrumb ul.hnav > li.previous .hnav-sub,
    #treecrumb ul.hnav > li.previous .hnav-sub {
        left: -1px;
        z-index: -1;
    }

    #breadcrumb ul.hnav > li.open.tc_arrow_last,
    #treecrumb ul.hnav > li.open.tc_arrow_last,
    #breadcrumb ul.hnav > li.previous.tc_arrow_last,
    #treecrumb ul.hnav > li.previous.tc_arrow_last {
        border-right: 0 !important;
    }

    #breadcrumb ul.hnav > li.previous > a,
    #treecrumb ul.hnav > li.previous > a {
        height: 2em;
    }

    #breadcrumb ul.hnav > li.open > a span[data-icon=":"]::before,
    #treecrumb ul.hnav > li.open > a span[data-icon=":"]::before {
        content: ",";
    }

    #breadcrumb ul.hnav > li.tc_arrow_default,
    #treecrumb ul.hnav > li.tc_arrow_default {
        background-image: none;
        border-right: 1px solid transparent;
    }

    #breadcrumb ul.hnav > li.tc_arrow_default:after,
    #treecrumb ul.hnav > li.tc_arrow_default:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 90%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #ffffff;
        border-style: solid;
        border-width: 1em;
    }

    #breadcrumb ul.hnav > li.tc_arrow_default:before,
    #treecrumb ul.hnav > li.tc_arrow_default:before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: 90%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #cccccc;
        border-style: solid;
        border-width: 1.1em;
    }

    #breadcrumb ul.hnav > li.tc_arrow_last:hover,
    #treecrumb ul.hnav > li.tc_arrow_last:hover {
        border-right: 0;
    }

    #breadcrumb ul.hnav > li.tcicn > a,
    #treecrumb ul.hnav > li.tcicn > a {
        line-height: 1.8;
    }

    #breadcrumb ul.hnav > li.tcicn > a span[data-icon=":"],
    #treecrumb ul.hnav > li.tcicn > a span[data-icon=":"] {
        margin-right: 10px;
        font-size: 1.2em;
        position: relative;
    }

    #breadcrumb ul.hnav > li.tcicn > a span[data-icon=":"]::before,
    #treecrumb ul.hnav > li.tcicn > a span[data-icon=":"]::before {
        line-height: 1.2;
        position: absolute;
        right: 5px;
        top: 1px;
    }

    #breadcrumb ul.hnav > li.tcicn > a:hover span[data-icon=":"],
    #treecrumb ul.hnav > li.tcicn > a:hover span[data-icon=":"] {
        color: #454545;
    }

    #breadcrumb ul.hnav > li > a,
    #treecrumb ul.hnav > li > a {
        display: block;
        height: 2em;
        line-height: 1;
        padding: 0 25px 0 20px;
        width: auto;
    }

    #breadcrumb ul.hnav .icn_arrow_foreward,
    #treecrumb ul.hnav .icn_arrow_foreward {
        background-position: 5px -420px;
    }

    #breadcrumb li,
    #treecrumb li {
        font-size: 1em;
        position: relative;
    }

    #breadcrumb li a,
    #treecrumb li a {
        line-height: 1.6;
        font-size: 0.9em;
        padding-top: 0;
        padding-left: 1.6em;
    }

    #breadcrumb li span,
    #treecrumb li span {
        font-size: 1em;
    }

    #breadcrumb .hnav-sub,
    #treecrumb .hnav-sub {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        padding: 0.8em 0 0 0;
        margin: 0;
        min-width: 100%;
        top: 2em;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    }

    #breadcrumb .hnav-sub .hnav-sub__item,
    #treecrumb .hnav-sub .hnav-sub__item {
        display: list-item;
        list-style-type: none;
    }

    #breadcrumb .hnav-sub .hnav-sub__item .hnav-sub__heading,
    #treecrumb .hnav-sub .hnav-sub__item .hnav-sub__heading {
        display: block;
        padding-bottom: 0.4em;
        /* border-bottom: 1px solid @gray; */
        margin-bottom: 0.8em;
    }

    #breadcrumb .hnav-sub__list,
    #treecrumb .hnav-sub__list {
        position: relative;
        left: 0;
        top: 0;
        border: none;
        float: left;
        margin-bottom: 0.8em;
        margin-right: 0.8em;
        padding-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #breadcrumb .hnav-sub__list .hnav-sub__list-item,
    #treecrumb .hnav-sub__list .hnav-sub__list-item {
        display: block;
        padding-bottom: 0.8em;
        width: 100%;
    }

    #breadcrumb .hnav-sub__list .hnav-sub__list-item a,
    #treecrumb .hnav-sub__list .hnav-sub__list-item a {
        color: #757575;
        display: block;
        font-size: 0.9em;
        margin-left: 0.8em;
        white-space: nowrap;
    }

    #breadcrumb .hnav-sub__list .hnav-sub__list-item a:hover,
    #treecrumb .hnav-sub__list .hnav-sub__list-item a:hover {
        color: #dc0018;
    }

    #breadcrumb .hnav-sub__list .hnav-sub__list-item:last-child,
    #treecrumb .hnav-sub__list .hnav-sub__list-item:last-child {
        padding-bottom: 0;
    }

    #breadcrumb .hnav-sub__list .hnav-sub__list-item.active,
    #treecrumb .hnav-sub__list .hnav-sub__list-item.active {
        color: #454545;
        font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
    }

    .no-js #treecrumb > li:hover {
        padding: 3px 20px 4px 18px;
        margin-left: -12px;
        border-left: 1px solid #cccccc;
    }

    .no-js #treecrumb > li:hover:first-child {
        margin-left: 0;
        padding-left: 7px;
        border-left: none;
    }

    .no-js #treecrumb > li:hover:first-child a.icn_tc_right {
        padding: 0 20px 12px 15px;
    }

    .no-js #treecrumb > li:hover:first-child > ul {
        left: -1px;
        border-left: 0;
        padding: 1em 0.4em 0 0;
    }

    .no-js #treecrumb > li:hover a.icn_tc_right {
        padding: 0 20px 12px 33px;
        margin-top: 5px;
        display: block;
        width: auto;
        line-height: 1;
        z-index: 30;
    }

    #treecrumb {
        top: 1em;
    }
}

/* -------------------------------------------------------------------------------------
 BREADCRUMB
 ======================================================================================*/
#breadcrumb {
    margin: 1.6em 0;
    position: static;
}

#breadcrumb ul.hnav {
    border: 0;
    margin-top: -0.4em;
}

#breadcrumb ul.hnav > li {
    height: auto;
    margin-top: -0.2em;
}

#breadcrumb ul.hnav > li > span.text,
#breadcrumb ul.hnav > li > a {
    line-height: 2;
}

#breadcrumb ul.hnav > li > a {
    padding: 0 0.8em 0 0;
    display: inline-block;
    color: #006699;
    height: auto;
}

#breadcrumb ul.hnav > li > a:hover {
    color: #dc0018;
}

#breadcrumb ul.hnav > li > span[data-icon] {
    margin-right: 0.8em;
    font-size: 0.8em;
}

#breadcrumb .hnav-sub {
    z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #treecrumb {
        position: absolute;
        top: 1em;
    }

    #servicenav {
        position: absolute;
        top: 3.8em;
        width: 20em;
    }

    #metanav {
        /*position: absolute;
    top: 4em;*/
    }

    #breadcrumb ul.hnav li span.text {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 2;
    }
}

/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Styles for Accessible-Tabs plugin for jQuery
 * (de) Gestaltung des Acessible-Tabs Plugins f�r jQuery
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0
 * @revision        $Revision: 693 $
 * @lastmodified    $Date: 2012-01-29 23:53:53 +0100 (So, 29 Jan 2012) $
 */
@media screen, projection {
    #mainnav .jquery_tabs,
    .jquery_tabs {
        margin: 1.5em 0 0;
        /*padding: 0 0 2em 0;*/
    }

    #mainnav .jquery_tabs {
        padding: 0;
    }

    .ym-col2 .jquery_tabs {
        padding: 0;
    }

    .jquery_tabs ul.tabs-list {
        /* display:table; */
        display: block;
        font-size: 1em;
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .jquery_tabs .tabhead {
        position: absolute;
        left: -32768px;
        /* LTR */
    }

    .jquery_tabs .content article {
        margin-top: 0;
        border: none;
    }

    .jquery_tabs .content {
        border: 1px #ccc solid;
        clear: both;
        padding: 0;
        position: relative;
        top: -1px;
        margin-bottom: -1px;
    }

    .jquery_tabs .content:first-child {
        border: none;
        top: 0;
        margin-bottom: 0;
    }

    .content .tabbody {
        padding: 0 1em 1em;
    }

    .tabin_tabs .content {
        border: none;
        border-top: 1px #ccc solid;
    }

    .tabin_tabs .content .content {
        border: 1px #ccc solid;
    }

    .tabin_tabs .tabbody {
        padding: 1em 0 0;
    }

    .tabin_tabs .tabbody .tabbody {
        padding: 1em;
    }

    #mainnav .jquery_tabs ul.tabs-list li,
    .jquery_tabs ul.tabs-list li {
        border: none;
        border-right: 1px solid #CCC;
        display: list-item;
        float: left;
        font-size: 1em;
        margin: 0;
        padding: 0;
        background: #FFF;
    }

    #mainnav .jquery_tabs ul.tabs-list li:first-child,
    .jquery_tabs ul.tabs-list li:first-child {
        border-left: 1px solid #CCC;
    }

    #mainnav .jquery_tabs ul.tabs-list li a,
    .jquery_tabs ul.tabs-list li a {
        border: 0;
        border-top: 1px solid #cccccc;
        color: #757575;
        display: block;
        float: left;
        font-weight: normal;
        font-size: 1.1em;
        line-height: 1.1;
        margin: 0;
        padding: 0.75em 1.25em;
        background: #f5f5f5;
        box-sizing: border-box;
    }

    #mainnav .jquery_tabs .letter_tabs ul.tabs-list li a,
    .jquery_tabs .letter_tabs ul.tabs-list li a {
        padding: 0.75em 0;
        width: 1.6em;
        text-align: center;
    }

    #mainnav .jquery_tabs ul.tabs-list li a:focus,
    #mainnav .jquery_tabs ul.tabs-list li a:hover,
    #mainnav .jquery_tabs ul.tabs-list li a:active,
    .jquery_tabs ul.tabs-list li a:focus,
    .jquery_tabs ul.tabs-list li a:hover,
    .jquery_tabs ul.tabs-list li a:active {
        color: #dc0018;
        font-weight: normal;
        padding-top: 0.62em;
        outline: 0 none;
        text-decoration: none;
        border-top: 3px solid #dc0018;
    }

    #mainnav .jquery_tabs ul.tabs-list li.current a,
    #mainnav .jquery_tabs ul.tabs-list li.current a:focus,
    #mainnav .jquery_tabs ul.tabs-list li.current a:hover,
    #mainnav .jquery_tabs ul.tabs-list li.current a:active,
    .jquery_tabs ul.tabs-list li.current a,
    .jquery_tabs ul.tabs-list li.current a:focus,
    .jquery_tabs ul.tabs-list li.current a:hover,
    .jquery_tabs ul.tabs-list li.current a:active {
        background: #ffffff;
        border-top: 3px solid #dc0018;
        border-bottom: 1px solid #ffffff;
        padding-top: 0.6em;
        color: #000000;
        text-decoration: none;
    }

    #mainnav .jquery_tabs ul.tabs-list li.current a.disabled,
    #mainnav .jquery_tabs ul.tabs-list li.current a.disabled:focus,
    #mainnav .jquery_tabs ul.tabs-list li.current a.disabled:hover,
    #mainnav .jquery_tabs ul.tabs-list li.current a.disabled:active,
    #mainnav .jquery_tabs ul.tabs-list li a.disabled,
    #mainnav .jquery_tabs ul.tabs-list li a.disabled:focus,
    #mainnav .jquery_tabs ul.tabs-list li a.disabled:hover,
    #mainnav .jquery_tabs ul.tabs-list li a.disabled:active,
    .jquery_tabs ul.tabs-list li.current a.disabled,
    .jquery_tabs ul.tabs-list li.current a.disabled:focus,
    .jquery_tabs ul.tabs-list li.current a.disabled:hover,
    .jquery_tabs ul.tabs-list li.current a.disabled:active,
    .jquery_tabs ul.tabs-list li a.disabled,
    .jquery_tabs ul.tabs-list li a.disabled:focus,
    .jquery_tabs ul.tabs-list li a.disabled:hover,
    .jquery_tabs ul.tabs-list li a.disabled:active {
        color: #afafaf;
        text-decoration: none;
        background-color: #f5f5f5;
        border-top: 1px solid #d5d5d5;
        text-shadow: none;
        cursor: default;
        padding-top: 0.75em;
        pointer-events: none;
    }

    .jquery_tabs .current-info,
    .jquery_tabs .accessibletabsanchor {
        left: -999em;
        position: absolute;
    }

    /**
	* Avoid margin collapsing to enable correct sync of all tabs
	*
	* @workaround
	* @affected all browsers
	* @css-for all browsers
	* @valid yes
	*/
    .jquery_tabs .tab-content {
        border-bottom: 1px transparent solid;
        border-top: 1px transparent solid;
        *overflow: hidden;
    }

    /* IE < 7 don't support transparent borders */
    * html .jquery_tabs .tab-content {
        border-bottom: 1px #fff solid;
        border-top: 1px #fff solid;
    }

    /**
	* Containing floats adjustment and stability fixes for Internet Explorer
	*
	* @workaround
	* @affected IE 5.x/Win, IE6, IE7
	* @css-for IE 5.x/Win, IE6, IE7
	* @valid no
	*/
    * html .jquery_tabs .content {
        z-index: -1;
    }

    * html .jquery_tabs {
        zoom: 1;
        width: auto;
        position: relative;
    }

    * + html .jquery_tabs {
        zoom: 1;
        width: auto;
    }

    .jquery_tabs * {
        zoom: 1;
    }

    .map_tabs {
        position: relative;
        clear: both;
        width: 100%;
    }

    .map_tabs .content {
        /*position: absolute;*/
        /*top: 3.2em;*/
        left: 0;
        right: 0;
        margin-top: -1px;
        background: white;
        border: none;
    }

    .map_tabs .current {
        border: 1px solid #ccc;
    }

    .map_tabs .tabbody {
        padding-top: 1em;
    }

    .fonticon {
        /*display: none !important;*/
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .fonticon {
        /*display: none;*/
    }
}

@media (max-width: 767px) {
    .hidemobile {
        display: none !important;
    }

    .content .tabbody {
        padding: 0 0 1em;
    }

    .accessible_tabs {
        border-bottom: 1px solid #cccccc;
    }

    .accessible_tabs .content {
        border: 0;
    }

    .accessible_tabs > article,
    .accessible_tabs > .content > article,
    .accessible_tabs aside #contact {
        padding: 0;
        border: 1px solid #cccccc;
        border-bottom: 0;
        width: 100% !important;
    }

    .accessible_tabs > article .tabhead,
    .accessible_tabs > .content > article .tabhead,
    .accessible_tabs aside #contact .tabhead {
        margin-top: 0;
        /* padding: @halfGridGutterWidth @gridGutterWidth @halfGridGutterWidth (2 * @gridGutterWidth); */
        padding: 0.8em 1.6em 0.8em 1.6em;
        background-size: 2em;
        background-position: 1em -28.67em;
        /*28.67*/
        cursor: pointer;
        color: #757575;
    }

    .accessible_tabs > article.active,
    .accessible_tabs > .content > article.active,
    .accessible_tabs aside #contact.active {
        border-top: 0.25em solid #dc0018;
    }

    .accessible_tabs > article.active .tabhead,
    .accessible_tabs > .content > article.active .tabhead,
    .accessible_tabs aside #contact.active .tabhead {
        background-color: transparent;
        color: #000000;
        background-position: 1em -32.83em;
        /*32.83*/
        padding-top: 0.7000000000000001em;
    }

    .accessible_tabs > article .tabbody,
    .accessible_tabs > .content > article .tabbody,
    .accessible_tabs aside #contact .tabbody {
        display: block !important;
        overflow: hidden;
        padding: 0 1.6em !important;
        max-height: 1px;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accessible_tabs > article.active .tabbody,
    .accessible_tabs > .content > article.active .tabbody,
    .accessible_tabs aside #contact.active .tabbody {
        height: auto;
        max-height: 100em;
        transition: max-height 0.5s;
        padding-bottom: 1.6em !important;
    }

    .accessible_tabs > article .tabhead,
    .accessible_tabs > .content > article .tabhead,
    .accessible_tabs aside #contact .tabhead {
        position: relative;
        left: 0;
    }

    .accessible_tabs > article .content,
    .accessible_tabs > .content > article .content,
    .accessible_tabs aside #contact .content {
        border: 0;
    }

    .accessible_tabs > article .tabbody,
    .accessible_tabs > .content > article .tabbody,
    .accessible_tabs aside #contact .tabbody {
        padding-left: 0;
        padding-right: 0;
    }

    .accessible_tabs article + article {
        margin-top: 0;
    }

    ul.tabs-list {
        display: none !important;
        background-color: red !important;
    }

    ul.tabs-list .active {
        display: inline !important;
    }

    article h3.tabhead:before {
        font-family: 'AdminCH_Symbols';
        content: ":";
        speak: none;
        position: absolute;
        left: 0.7em;
    }

    article.active h3.tabhead:before {
        font-family: 'AdminCH_Symbols';
        content: ",";
        speak: none;
        position: absolute;
        left: 0.6em;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   PAGER
   ======================================================================================*/
    /* container */
    .pager {
        *zoom: 1;
        padding: 0.8em 0;
        margin: 0;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .pager:after {
        clear: both;
    }

    /* text */
    .pager p {
        font-size: 1.1em;
        line-height: 1.2;
        padding: 0;
        margin: 0;
        float: left;
    }

    .pager p a {
        line-height: 1.2;
    }

    .pager_top {
        margin-bottom: 1em;
        border-bottom: 1px solid #d5d5d5;
    }

    .pager_bottom {
        margin-top: 1em;
        border-top: 1px solid #d5d5d5;
    }

    /* list */
    .pager ul {
        display: inline-block;
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pager ul li {
        float: left;
        font-size: 1.1em;
        margin: 0;
        padding: 0 .3em;
    }

    .pager ul li a,
    .pager ul li span {
        display: block;
        font-size: 1em;
        line-height: 1.2;
        min-width: 1.25em;
        text-align: center;
        text-decoration: none;
    }

    /* state */
    .pager ul li.pager_current a,
    .pager ul li.pager_current span {
        background-color: #e5e5e5;
    }

    /* navigation */
    .pager ul li.pager_next,
    .pager ul li.pager_last,
    .pager ul li.pager_prev,
    .pager ul li.pager_first {
        padding: 0 0.5em;
        margin: 0;
    }

    .pager ul li.pager_next,
    .pager ul li.pager_last {
        border-left: 1px solid #d5d5d5;
    }

    .pager ul li.pager_prev,
    .pager ul li.pager_first {
        border-right: 1px solid #d5d5d5;
    }

    .pager ul li.pager_next {
        margin-left: 0.3em;
    }

    .pager_control ul li.pager_prev {
        border-right: 0;
    }

    .pager_control ul li.pager_next {
        margin-left: 0;
    }

    /* Special fuer Galerie */
    .pager_gallery.pager_top {
        margin-top: 2em;
        border-top: 1px solid #d5d5d5;
    }

    .pager_gallery.pager_bottom {
        border-bottom: 1px solid #d5d5d5;
    }
}

@media (max-width: 491px) {
    .pager p {
        float: none;
        margin-bottom: 0.8em;
    }

    .pager_control p {
        float: left;
        margin-bottom: 0;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   TEXTBOXES
   ======================================================================================*/
    .infobox {
        padding: 0.8em;
        background-color: #f5f5f5;
        margin: 1.5em 0;
    }

    .infobox h3 {
        margin-top: 0.7em;
    }

    .standardteaser .infobox,
    .flyout .infobox {
        border: 1px solid #cccccc;
    }

    .standardteaser h3 {
        margin-top: 0.938em;
    }

    .standardteaser .infobox {
        border-top: 0;
    }

    .standardteaser .infobox > h3 {
        margin-top: 0;
    }

    .borderedteaser,
    .toggleteaser {
        padding: 1.6em;
        margin: 1em 0;
        background-color: #f5f5f5;
        border: 1px solid #cccccc;
    }

    .borderedteaser > h2,
    .toggleteaser > h2,
    .borderedteaser > h3,
    .toggleteaser > h3 {
        margin-top: 0;
    }

    .borderedteaser figure,
    .toggleteaser figure {
        float: left;
        margin: 1em 1.6em 1.6em 0;
    }

    .borderedteaser figure img,
    .toggleteaser figure img {
        margin-top: 0.2em;
    }

    .toggleteaser .body {
        max-height: 0.1em;
        overflow: hidden;
        transition: max-height 0.3s;
    }

    .toggleteaser > h2:before a,
    .toggleteaser > h3:before a {
        cursor: pointer;
        font-family: 'AdminCH_Symbols';
        content: ':';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.586em;
    }

    .toggleteaser.active > h2:before a,
    .toggleteaser.active > h3:before a {
        content: ',';
        margin-right: 0.3846em;
    }

    .toggleteaser.active .body {
        max-height: 100em;
        transition: max-height 0.3s;
    }

    .directorbox figure img {
        max-width: 100%;
    }

    .directorbox .infobox {
        margin-top: 0;
        border-top: 0;
    }

    .infobox_crisis {
        background-color: #fff07e;
        margin: 1.6em 0 0;
        padding: 1.5em 1.6em 1.6em 3.2em;
        width: 75.2em;
        position: relative;
        min-height: 2em;
        background: #fff07e 0% 0% no-repeat;
        background-repeat: repeat-y;
    }

    .infobox_crisis h3 {
        margin: 0 0.8em 0 0 !important;
        font-size: 1.7em;
        font-weight: bold;
    }

    .infobox_crisis p {
        padding: 0;
        margin: 0.3em 0 0 0 !important;
    }

    .infobox_crisis .exclamation {
        position: absolute;
        top: 0;
        color: #ffffff;
        display: block !important;
        text-align: center;
        left: 0;
        height: 100%;
        width: 20px;
        background-color: #dc0018;
    }

    .infobox_crisis .exclamation::before {
        font-size: 1.5em;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0.8em;
    }

    .infobox_image .imageset p {
        font-size: 0.9em;
        line-height: 0;
    }

    .togglebox a.toggler,
    .toggletable a.toggler {
        display: block;
    }

    .togglebox a.toggler span,
    .toggletable a.toggler span {
        display: inline-block;
        max-width: 85%;
        vertical-align: top;
    }

    .togglebox a.toggler:before,
    .toggletable a.toggler:before {
        font-family: 'AdminCH_Symbols';
        content: ':';
        speak: none;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.6146em;
    }

    .togglebox a.toggler.active:before,
    .toggletable a.toggler.active:before {
        content: ',';
        margin-right: 0.3846em;
    }

    .togglebox {
        margin: 1.5em 0;
    }

    .togglebox dt {
        font-weight: normal;
        float: none;
        width: auto;
    }

    .togglebox dd {
        margin: 0 0 0 1.2em;
    }

    .infobox dl.togglebox {
        margin: 0;
    }

    .themeteaser {
        padding-bottom: 1.6em;
        /*border-bottom: 2px solid @gray;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .themeteaser.span12 {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .infobox_crisis {
        width: 54.800000000000004em;
    }

    .directorbox {
        background: #f5f5f5;
        border: 1px solid #cccccc;
    }

    .directorbox figure img {
        margin: 0.8em;
    }

    .directorbox .infobox {
        border: 0;
        background: transparent;
    }

    .themeteaser {
        padding-bottom: 1.6em;
        border-bottom: 2px solid #cccccc;
    }
}

@media screen and (min-width: 492px) and (max-width: 767px) {
    .infobox_crisis {
        width: 34.400000000000006em;
    }

    .directorbox {
        background: #f5f5f5;
        border: 1px solid #cccccc;
    }

    .directorbox figure img {
        margin: 0.8em;
    }

    .directorbox .infobox {
        border: 0;
        background: transparent;
    }
}

@media screen and (max-width: 491px) {
    .infobox_crisis {
        width: 100%;
    }
}

@media screen {
    /* -------------------------------------------------------------------------------------
   MEGATEASER
   ======================================================================================*/
    .megateaser {
        border: none;
        margin: 2em 0 0;
        padding: 0;
        position: relative;
    }

    .megateaser .control {
        border: 1px solid #cccccc;
    }

    .megateaser .control .megateaser-next,
    .megateaser .control .megateaser-prev {
        display: none;
    }

    .megateaser ul.carousel-control {
        border: none;
        margin: 0;
        padding: 0;
        display: table;
        width: 100%;
        list-style-type: none;
        background-color: #f5f5f5;
    }

    .megateaser ul.carousel-control li {
        float: left;
        font-size: 1em;
        margin: 0;
        padding: 0;
        text-align: center;
        background-color: #f5f5f5;
        text-decoration: none;
        width: 25%;
    }

    .megateaser ul.carousel-control li a {
        color: #454545;
        padding: 0.5em 0 2px 0;
        /*border-bottom: 1px solid @gray;*/
        font-size: 1.1em;
        line-height: 1.2;
        text-decoration: none;
        display: block;
        min-height: 4em;
    }

    .megateaser ul.carousel-control li:first-child a span {
        border-left: none;
    }

    .megateaser ul.carousel-control li a span {
        display: block;
        min-height: 4em;
        padding: 0 0.5em;
        margin-bottom: 0.5em;
    }

    .megateaser ul.carousel-control li a span.border {
        background-image: url('top/images/bg_line.gif');
        background-repeat: repeat-y;
        background-position: 100% 0;
    }

    .megateaser ul.carousel-control li a:hover,
    .megateaser ul.carousel-control li a:focus,
    .megateaser ul.carousel-control li a:active {
        border-bottom: 3px solid #dc0018;
        padding-bottom: 0;
        color: #000000;
        margin: 0;
    }

    .megateaser ul.carousel-control li a.active {
        color: #000000;
        background-color: #e5e5e5;
        border-bottom: 3px solid #dc0018;
        padding-bottom: 0;
        margin: 0;
    }

    .megateaser ul.carousel-stage {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        height: 292px;
    }

    .megateaser ul.carousel-stage li {
        padding: 0;
        margin: 0;
    }

    .megateaser .carousel-content {
        border: 1px solid #cccccc;
        width: auto;
    }

    .megateaser .carousel-content li {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .megateaser .carousel-content figure {
        padding: 0;
        width: 35.55em;
        margin: 0;
    }

    .megateaser .carousel-content figure img {
        width: 39.2em;
        height: 22.12em;
    }

    .megateaser h2 {
        font-size: 1.3em;
        font-weight: bold;
    }

    .megateaser .textarea {
        padding: 0 0 0 0.8em;
        width: 16.5em;
        margin: 0;
    }

    .megateaser p {
        margin-top: 0.8em;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .span6-tablet .megateaser .carousel-control li a span {
        min-height: 6em !important;
    }

    .megateaser {
        width: auto !important;
    }

    .megateaser figure {
        width: auto !important;
    }

    .megateaser .carousel-control li a span {
        min-height: 4em !important;
    }

    .megateaser .carousel-content {
        margin-left: -1.6em;
    }

    .megateaser .textarea {
        width: 15.4em;
    }

    .megateaser .textarea p {
        padding-right: 0.8em;
    }
}

@media (max-width: 767px) {
    .span9 {
        width: auto;
    }

    .megateaser {
        overflow: visible;
    }

    .megateaser figure {
        float: none;
        position: relative;
        width: auto;
    }

    .megateaser .textarea {
        float: none;
        clear: both;
        width: auto;
        padding: 1.6em;
    }

    .megateaser .textarea h2 {
        margin: 0;
    }

    .megateaser .carousel-content {
        position: relative;
        margin-left: -1.6em;
        border: 0;
    }

    .megateaser ul.carousel-stage {
        position: relative;
        overflow: visible;
    }

    .megateaser ul.carousel-stage li {
        position: absolute;
        top: 0;
        left: 0;
        overflow: visible;
        border: 1px solid #cccccc;
        width: 35.57em;
    }

    .megateaser ul.carousel-stage li figure {
        float: none;
    }

    .megateaser ul.carousel-stage li figure img {
        width: 100%;
        height: auto;
    }

    .megateaser .control {
        border: none;
    }

    .megateaser .control .megateaser-next,
    .megateaser .control .megateaser-prev {
        display: block;
        width: 1.6em;
        font-size: 1.8em;
        padding: 0.1em 0.2em 0 0.2em;
        cursor: pointer;
        color: #454545;
    }

    .megateaser .control .megateaser-next {
        float: right;
        text-align: right;
        margin-right: 12px;
    }

    .megateaser .control .megateaser-prev {
        float: left;
        text-align: left;
        margin-left: 19px;
    }

    .megateaser ul.carousel-control {
        float: none;
        margin: 10px auto;
        width: auto;
        table-layout: auto;
        background: transparent;
    }

    .megateaser ul.carousel-control li {
        background-color: transparent;
        position: relative;
        width: 2.5em;
        height: 2.5em;
        overflow: hidden;
        margin-right: 2px;
        border: 0;
        text-align: center;
    }

    .megateaser ul.carousel-control li a,
    .megateaser ul.carousel-control li a.active,
    .megateaser ul.carousel-control li a:hover {
        color: #d5d5d5;
        width: 100%;
        height: 100%;
        min-height: 0;
        font-size: 2.4em;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .megateaser ul.carousel-control li a.border,
    .megateaser ul.carousel-control li a.active.border,
    .megateaser ul.carousel-control li a:hover.border {
        background-image: none;
    }

    .megateaser ul.carousel-control li a.active,
    .megateaser ul.carousel-control li a.active.active,
    .megateaser ul.carousel-control li a:hover.active {
        color: #dc0018;
    }

    .megateaser ul.carousel-control li a span {
        min-height: 0;
    }
}

@media (min-width: 492px) and (max-width: 767px) {
    .megateaser .carousel-content {
        margin: 0;
    }

    .megateaser .carousel-content figure img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 491px) {
    .megateaser .carousel-stage li {
        width: 100% !important;
    }

    .megateaser .carousel-content {
        margin: 0;
        max-width: 100%;
    }

    .megateaser .carousel-content figure {
        max-width: 100%;
    }

    .megateaser .carousel-content figure img {
        max-width: 100%;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   NEWSTEASER
   ======================================================================================*/
    .newsteaser {
        border: none;
        padding: 0;
        margin-top: 0;
        list-style: none;
    }

    .newsteaser .span6 {
        margin: 1.2em 0.8em 0 0;
    }

    .newsteaser article {
        position: relative;
        font-size: 1em;
        border-bottom: 1px solid #e5e5e5;
        padding: 0.5em 0 0.5em 0;
        margin-left: 0;
    }

    .newsteaser article:first-child {
        margin: 0;
    }

    .newsteaser article:last-child {
        border-bottom: none;
    }

    .newsteaser h3,
    .newsteaser p.sidehead {
        font-size: 1em;
        font-weight: normal;
        line-height: 1.1;
        margin: 0;
        padding: 0;
        color: #454545;
    }

    .newsteaser h3 {
        padding-right: 0.2em;
    }

    .newsteaser p.sidehead {
        font-size: 1em;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .newsteaser p.sidehead span {
        display: block;
    }

    .newsteaser p.sidehead span.category {
        font-weight: normal;
        display: block;
        clear: both;
        float: none;
        margin-top: 0em;
    }

    article #lead{
        display: block;
        font-size: 0.9em;
        line-height: 1.2em;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding-right: 0.5em;
    }

    .newsteaser p {
        font-size: 1.1em;
        margin: 0.8em 0 0 0;
        padding: 0;
    }

    .newsteaser .item {
        *zoom: 1;
    }

    .newsteaser .item:before,
    .newsteaser .item:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .newsteaser .item:after {
        clear: both;
    }

    .newsteaser-grouped article {
        padding-top: 4.800000000000001em;
    }

    .publication_list article {
        padding-top: 0;
        margin-top: 0;
        border: 0;
        font-size: 1em;
        *zoom: 1;
    }

    .publication_list article:before,
    .publication_list article:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .publication_list article:after {
        clear: both;
    }

    .publication_list article .date {
        padding: 0;
        margin: 0;
    }

    .publication_list article + article {
        margin-top: 1.6em;
        border-top: 1px solid #cccccc;
    }

    .publication_list h3 {
        font-size: 1.1em;
    }

    .megateaser ul.carousel-control .ym-g33.ym-gr {
        width: 33.5%;
    }

    /* -------------------------------------------------------------------------------------
   PROJECTSBROWSER
   ======================================================================================*/
    .projectslider {
        position: relative;
        border: 1px solid #cccccc;
        margin-top: 1em;
        width: 39.2em;
    }

    .projectslider .projects {
        position: relative;
        top: 0;
        left: 0;
        width: 120.80000000000001em;
    }

    .projectslider .project {
        margin-top: 1em;
        width: 39.2em;
    }

    .js .projectslider .project {
        margin-top: 0;
    }

    .projectslider .project:first-child {
        margin-top: 0;
    }

    .projectslider .map {
        position: relative;
        height: 24.2em;
        background-color: #ffffff;
        border-bottom: none;
        overflow: hidden;
    }

    .projectslider .map img {
        margin: 0;
        width: 100%;
    }

    .projectslider .map h3 {
        margin: 0;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .projectslider .content img {
        margin: 0.3em 1.6em 1.6em 0;
    }

    .no-js .projectslider .overlay {
        display: none;
    }

    .projectslider .overlay {
        height: 23em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
    }

    .projectslider .content {
        background-color: #ffffff;
        padding: 0px 0.8em 0.8em;
    }

    .projectslider .projects_prev,
    .projectslider .projects_next {
        color: #454545;
        display: block;
        font-size: 1.8em;
        position: absolute;
        top: 12em;
        left: 0.8em;
        height: 2.5em;
        width: 2.5em;
        z-index: 103;
    }

    .projectslider .projects_next {
        right: 0.8em;
        left: auto;
        text-align: right;
    }

    .projectslider .indicator {
        display: table;
        list-style: none;
        margin: 12px auto 0;
        position: relative;
        text-align: center;
        top: 20.7em;
    }

    .projectslider .indicator li {
        float: left;
    }

    .projectslider .indicator li a {
        color: #d5d5d5;
        display: block;
        float: left;
        font-size: 75%;
        padding: 0;
        background-size: 30px;
        width: 1em;
        height: 1em;
        margin-right: 2px;
    }

    .projectslider .indicator li a.icn_indicator_active {
        color: #dc0018;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .newsteaser-grouped {
        border-bottom: 2px solid #cccccc;
        height: auto;
    }

    .newsteaser-grouped p.sidehead .category {
        display: block;
        clear: both;
        float: none;
        margin-top: 0.5em;
    }

    .newsteaser-grouped article {
        border: 0;
        padding-top: 2.8000000000000003em;
        padding-right: 1.6em;
    }

    .newsteaser-grouped article:last-child {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .newsteaser-grouped {
        /*border-bottom: 2px solid @gray;*/
        height: auto;
    }

    .newsteaser-grouped article {
        padding-top: 2.8000000000000003em;
    }

    .newsteaser-grouped p.sidehead {
        display: block;
        clear: both;
        float: none;
        margin-top: 0.5em;
        top: 0.8em;
    }

    .newsteaser-grouped p.sidehead .category {
        display: block;
        clear: both;
        float: none;
        margin-top: 0.5em;
    }
}

@media (min-width: 492px) and (max-width: 767px) {
    .newsteaser-grouped article {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 491px) {
    .projectslider .map img {
        margin: 40px 0 0;
    }
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   IMAGE GALLERY
   ======================================================================================*/
    /* list */
    .gallery {
        margin: 0 0 2em 0;
        padding: 0;
    }

    /* list */
    .gallery ul {
        margin: 0 -2.5em 0 0;
        padding: 0;
        list-style: none;
    }

    .gallery ul li {
        float: left;
        font-size: 1em;
        margin: 0 1.6em 1.6em 0;
    }

    /* figure */
    .gallery ul li figure {
        width: 100%;
        margin-top: 0;
    }

    /* image */
    .gallery ul li figure span {
        font-size: 1em;
        display: table-cell;
        width: 13.7em;
        height: 13.7em;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        background-color: #efefef;
    }

    .gallery ul li figure img {
        max-width: 13.7em;
        max-height: 13.7em;
        width: auto;
        height: auto;
        vertical-align: middle;
        margin: auto;
    }

    /* caption */
    .gallery ul li figure figcaption {
        font-size: 1em;
        line-height: 1.25;
        min-height: 1.25em;
        margin: 0;
        padding: 0.4166em 0;
    }

    /* gallery detail control */
    .gallerydetail_control {
        text-align: center;
    }

    .gallerydetail_control .back {
        float: left;
        margin-top: -1.4em;
    }

    .gallerydetail_control .stepper {
        float: right;
        margin-top: -1.4em;
    }

    .gallerydetail_control .stepper a {
        background-size: 2em;
        padding-right: 2em;
        color: #ffffff;
    }

    .gallerydetail_control .stepper a:hover {
        background-position: right -83.8em;
    }

    .gallerydetail_control .stepper a:first-child {
        padding-left: 2em;
        padding-right: 0;
        background-position: 0 -71.25em;
    }

    .gallerydetail_control .stepper a:first-child:hover {
        background-position: 0 -75.39em;
    }

    .gallerydetail_control.bottom {
        margin-top: 2em;
    }
}

@media (min-width: 492px) and (max-width: 999px) {
    .gallery ul li figure span {
        width: 12em;
        height: 12em;
    }

    .gallery ul li figure img {
        max-width: 12em;
        max-height: 12em;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .gallerydetail_control {
        padding-top: 8.5em;
        padding-bottom: 4em;
        text-align: left;
        border-bottom: 1px solid #cccccc;
    }

    .gallerydetail_control .info {
        margin-top: -1em;
    }

    .gallerydetail_control .back {
        width: 100%;
        margin-left: -1.6em;
        padding: 0 1.6em;
        float: none;
        margin-top: -8.5em;
        background-color: #454545;
    }

    .gallerydetail_control .back a {
        display: block;
        color: white;
        font-size: 1.3em;
        padding: 1.6em 0;
    }

    .gallerydetail_control .stepper {
        position: absolute;
        top: 8em;
        height: 3em;
        right: 0.8em;
        width: 10em;
        text-indent: -1000px;
    }

    .gallerydetail_control .stepper a {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 4em;
        height: 4em;
        background-size: 2em;
        padding: 0 !important;
    }

    .gallerydetail_control .stepper a:hover {
        background-position: 0.8em -15.4em;
    }

    .gallerydetail_control .stepper a:first-child {
        right: 4.6em;
        background-position: 1em -11.3em;
    }

    .gallerydetail_control .stepper a:first-child:hover {
        background-position: 1em -11.3em;
    }

    .bottom {
        border-bottom: 0;
        border-top: 1px solid #cccccc;
        padding-top: 2em;
        padding-bottom: 0;
    }

    .bottom .info {
        margin: auto;
    }

    .bottom .back {
        margin-top: 4em;
        margin-bottom: -3em;
    }

    .bottom .stepper {
        position: relative;
        right: auto;
        top: -7em;
        bottom: auto;
    }
}

@media (max-width: 491px) {
    .gallery ul li {
        width: 43%;
    }

    .gallery ul li figure span {
        width: 100%;
        height: 17.2em;
        display: block;
    }

    .gallery ul li figure img {
        max-width: 100%;
        max-height: 17.2em;
        vertical-align: middle;
    }
}

@media screen {
    /* -------------------------------------------------------------------------------------
   BLOWUP
   ======================================================================================*/
    /* close */
    #blowup_close {
        position: absolute;
        top: 1.2em;
        right: 0;
        z-index: 104;
        color: #207AA7;
        font-size: 1em;
        line-height: 1.25em;
        padding: 0.833em;
        text-decoration: none;
    }

    #blowup_close.fonticon {
        display: block !important;
    }

    /* container */
    #blowup {
        display: none;
    }

    /* overlay */
    #blowup_overlay {
        height: 100%;
        left: 0px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100;
        background-color: #000000;
        /* filter: alpha(opacity=50); */
        -moz-opacity: 0.50;
        opacity: 0.50;
    }

    /* window */
    #blowup_window {
        position: relative;
        background: #ffffff none repeat scroll 0%;
        left: 50%;
        position: fixed;
        text-align: left;
        top: 50%;
        width: 640px;
        height: 460px;
        margin-left: -320px;
        margin-top: -230px;
        z-index: 102;
    }

    /* content */
    #blowup_content {
        float: left;
        overflow: hidden;
        margin: -60px 0 0;
        padding: 60px 10px;
    }

    #blowup_content img {
        margin: 0;
        padding: 0;
    }

    /* title */
    #blowup_title {
        display: block;
        float: left;
        font-size: 1.7em;
        font-weight: normal;
        line-height: 1.25;
        margin: 1em 1em 0.5em 0.7em;
        overflow: hidden;
        padding: 0;
        width: 55%;
    }

    /* description */
    #blowup_description {
        display: block;
        float: left;
        margin: -50px 0.8em;
        padding: 0;
    }

    #blowup_description p {
        font-size: 1em;
        line-height: 1.25;
        font-weight: normal;
        color: #666666;
        margin: 0;
        padding: 0;
    }

    /* info */
    #blowup_info {
        display: block;
        position: absolute;
        right: 2em;
        bottom: 2.5em;
        padding: 0;
        margin: 0;
    }

    #blowup_counter,
    #blowup_divider,
    #blowup_total {
        display: block;
        float: left;
        font-size: 1em;
        line-height: 1.25;
        color: #666666;
        text-align: center;
        width: 1.25em;
    }

    #blowup_divider {
        width: 0.8333em;
    }

    /* next, previous */
    #blowup_next,
    #blowup_previous {
        display: block;
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        font-size: 0;
        line-height: 0;
        outline: none;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 103;
    }

    #blowup_next,
    #blowup_next.active {
        right: 0px;
        background-image: url('top/images/blowup_next.png');
    }

    #blowup_previous,
    #blowup_previous.active {
        left: 0;
        background-image: url('top/images/blowup_previous.png');
    }
}

.galleria {
    margin: 1.6em 0;
    position: relative;
    *zoom: 1;
    height: 40em !important;
    overflow: hidden;
}

.galleria:before,
.galleria:after {
    display: table;
    content: "";
    line-height: 0;
}

.galleria:after {
    clear: both;
}

.galleria .galleria-container:not(.fullscreen) {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.galleria .galleria-container:not(.fullscreen) .galleria-stage {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 29.5em !important;
    background-color: #cccccc;
}

.galleria .galleria-container:not(.fullscreen) .galleria-stage img {
    margin-top: 0;
}

.galleria .galleria-container:not(.fullscreen) .galleria-info {
    margin-top: 31.1em;
    position: relative;
    color: black;
    top: 0;
    left: 0;
    padding-bottom: 5em;
}

.galleria .galleria-container:not(.fullscreen) .galleria-info-link,
.galleria .galleria-container:not(.fullscreen) .galleria-image-nav {
    display: none !important;
}

.galleria .galleria-container:not(.fullscreen) .galleria-counter {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
   * Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
   */
}

.galleria .galleria-container:not(.fullscreen) .galleria-counter:active,
.galleria .galleria-container:not(.fullscreen) .galleria-counter:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.galleria-info {
    width: 100%;
}

.galleria .galleria-container:not(.fullscreen) .galleria-info-text {
    width: 100%;
    padding: 0;
    position: relative;
    display: block !important;
    background-color: transparent;
}

.galleria .galleria-container:not(.fullscreen) .galleria-info-text .galleria-info-description {
    color: black;
    opacity: 1 !important;
    font-style: normal;
    font-family: Arial, sans-serif;
    font-size: 0.9375em;
}

.galleria .galleria-container:not(.fullscreen) .galleria-thumbnails-container {
    display: none;
}

.galleria .galleria-container.fullscreen .galleria-counter {
    display: none !important;
}

.galleria .galleria-container.fullscreen .galleria-stage {
    top: 0;
    left: 0;
    right: 0;
    bottom: 120px;
}

.galleria .galleria-container.fullscreen .galleria-stage .galleria-image img {
    margin-top: 0;
}

.galleria .galleria-container.fullscreen .galleria-thumbnails-container {
    height: 110px !important;
}

.galleria .galleria-container.fullscreen .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails {
    margin: 0 auto;
    height: 100px !important;
}

.galleria .galleria-container.fullscreen .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    width: auto !important;
    height: auto !important;
}

.galleria .galleria-container.fullscreen .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    height: 100px !important;
    width: auto !important;
    margin-top: 0 !important;
}

.gallery-control {
    position: relative;
    float: right;
    margin-top: -11em;
    margin-right: -0.8em;
    margin-left: 15em;
    width: 12em;
    *zoom: 1;
}

.gallery-control:before,
.gallery-control:after {
    display: table;
    content: "";
    line-height: 0;
}

.gallery-control:after {
    clear: both;
}

.gallery-control .separator {
    position: absolute;
    top: 0.1em;
    left: 71%;
    border-right: 1px solid #d5d5d5;
    height: 3em;
}

.gallery-control .info {
    position: absolute;
    top: 1em;
}

.gallery-control a {
    position: relative;
    cursor: pointer;
    display: block;
    height: 2.4em;
    text-align: center;
    width: 2em;
}

.gallery-control a.prev::before,
.gallery-control a.next::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 2em;
    text-align: center;
}

.gallery-control a.prev {
    top: 0.4em;
    left: 50%;
}

.gallery-control a.next {
    top: -2em;
    left: 75%;
}

.gallery-control a.fonticon {
    display: block !important;
}

.gallery-control small {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen, print {
    /* -------------------------------------------------------------------------------------
   ASIDE CONTENT
   ======================================================================================*/
    aside article {
        margin-top: 1.5em;
        border: 1px solid #cccccc;
        padding: 0 0.8em 0.8em;
    }

    aside article h2 {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.5;
        margin: 1.154em 0 0 0;
    }

    aside article p {
        line-height: 1.3;
    }

    /* reset padding if tabbed */
    aside .content article {
        padding: 0;
    }

    /* for contact */
    .print_preview {
        width: 60em;
        position: relative;
    }

    .print_preview .printme {
        top: 0;
    }

    #contact address {
        font-style: normal;
    }

    #contact address strong {
        font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
        display: block;
        font-size: 1em;
        font-weight: normal !important;
        line-height: 1.2;
        margin: 0.938em 0 0 0;
    }

    #contact dt {
        font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
        white-space: normal;
    }

    #contact dt abbr {
        font-variant: normal;
        font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
    }

    #contact dl.opening dt {
        width: 8em;
    }

    #contact dl.opening dd {
        padding-left: 5em;
    }

    #contact h4 {
        margin-top: 1.6em;
    }

    #contact .call {
        float: left;
        margin: 1.6em 0;
        width: 100%;
    }

    #contact .call .button {
        float: left;
        margin: 0;
        height: 36px;
        width: 100%;
    }

    #map_canvas {
        width: 600px;
        height: 450px;
        position: relative;
        margin-bottom: 20px;
    }

    #map_canvas .map_inner {
        width: 100%;
        height: 100%;
        /* position: absolute;
      top: 0;
      left: 0; */
        -webkit-transform: none !important;
        z-index: -1 !important;
    }

    #map_canvas .map_inner > div {
        z-index: auto !important;
    }

    aside #map_canvas {
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

    aside .content .maptab .location {
        /* margin-top: 13em; */
    }

    /* reset if teaser */
    aside article.teaser {
        margin-top: 1.6em;
        border: none;
        padding: 0;
    }

    aside article.teaser h3 {
        font-size: 1.3em;
        border-bottom: 2px solid #cccccc;
        padding-bottom: 0.4em;
    }

    aside article.teaser h2 {
        font-size: 1.6em;
        padding: 0.625em;
    }

    aside article.teaser .teaser_container {
        background-color: #f5f5f5;
        margin-top: 1em;
    }

    aside article.teaser h4 {
        font-size: 1.6em;
        padding: 0.625em;
    }

    aside article.teaser .teaser_content {
        padding: 0 0.8em 0.8em;
    }

    aside article.teaser .teaser_content h2:first-child,
    aside article.teaser .teaser_content p:first-child {
        /* margin-top: 0; */
    }

    aside article.teaser img {
        width: 16em;
        margin-left: 0.8em;
        margin-top: 0;
    }

    /* reset if basket */
    aside article.basket a.icon-uni42 {
        display: block;
        float: right;
        padding: 0;
        width: 1em;
        height: 1em;
        margin: 2px 0 0.8em 0.8em;
    }

    aside article.basket img {
        float: left;
        margin: 0.1em 0.8em 0.5em 0;
    }

    aside article.basket ul {
        border-top: 1px solid #cccccc;
        margin: 1em 0 0 0;
        padding: 0;
        list-style: none;
    }

    aside article.basket li {
        border-bottom: 1px solid #cccccc;
        margin: 0.4em 0 0 0;
        padding: 0 0 0.3em;
        font-size: 1em;
    }

    aside article.basket li p {
        font-size: 1em;
        line-height: 1.2;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    aside article {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    aside article h2,
    aside article.teaser h2 {
        font-size: 1.7em;
        font-weight: normal;
        line-height: 1.3;
        margin: 1.5em 0 0 0;
    }

    aside #contact {
        *zoom: 1;
    }

    aside #contact:before,
    aside #contact:after {
        display: table;
        content: "";
        line-height: 0;
    }

    aside #contact:after {
        clear: both;
    }

    aside #contact #contact-map,
    aside #contact #contact-map .tabbody {
        display: block !important;
    }

    aside #contact .address {
        font-style: normal;
    }

    aside #contact .address strong {
        display: block;
        font-size: 1.7em;
        font-weight: normal;
        line-height: 1.3;
        margin: 1.5em 0 0 0;
    }

    aside #contact-map h2 {
        text-indent: -10000px;
    }

    aside #contact article {
        float: left;
        margin-left: 1.6em;
        width: 18.8em;
    }

    aside #contact .tabs-list {
        display: none;
    }

    aside #contact .tabhead {
        position: relative;
        left: 0;
    }

    aside #contact .content {
        border: 0;
    }

    aside #contact .tabbody {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    aside article,
    aside section {
        box-sizing: border-box;
    }

    aside article h2,
    aside article.teaser h2 {
        font-size: 1.3em;
        font-weight: normal;
        line-height: 1.3;
        margin: 1.5em 0 0 0;
    }

    aside #contact#contact-map {
        margin-top: 0;
    }

    aside #contact#contact-map h2 {
        margin-top: 0;
    }
}

/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano .content:focus {
    outline: thin dotted;
}

.nano .content::-webkit-scrollbar {
    visibility: hidden;
}

.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible;
}

.nano > .pane {
    background: rgba(255, 0, 0, 0.5);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .pane > .slider {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover > .pane,
.pane.active,
.pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.nanoscroller {
    height: 330px !important;
    overflow-x: hidden;
}

.nanoscroller h3 {
    margin-top: -1em;
    display: block;
    clear: both;
    float: none;
    font-size: 1em;
    font-weight: normal;
    font-family: 'FrutigerNeueW02-Regular', Arial, sans-serif;
    line-height: 1.2em;
}

.nanoscroller h3.compact {
    margin-top: -2em;
}

.nanoHolder {
    height: 395px !important;
}

.nano header {
    margin-bottom: 1em;
}

.teaserContent > article:first-child {
    margin-top: -1em;
}

@media (min-width: 768px) and (max-width: 999px) {
    .nano {
        height: auto;
    }

    .nanoHolder {
        width: 712px;
        /* @tabletBreakpointMin - 100  !important;*/
        background: white;
        margin-bottom: 2em;
    }

    .nanoHolder {
        height: 220px !important;
    }

    .nanoscroller {
        height: 160px !important;
        overflow: auto;
        overflow-x: auto;
        /*Horizontal scrollbar*/
        -ms-overflow-x: auto;
        /*IE 8 horizontal scrollbar*/
        overflow-y: hidden;
        /*Verical scrollbar*/
        -ms-overflow-y: hidden;
        /*IE 8 vertical scrollbar*/
        border: 0;
    }

    .nanoscroller article {
        min-height: 200px !important;
        display: block;
        width: 15em;
        padding-right: 1em;
    }

    p.sidehead {
        display: block;
        clear: both;
        float: none;
        margin-top: 0.5em;
    }

    p.sidehead .category {
        display: block;
        clear: both;
        float: none;
        margin-top: 1em;
    }

    .teaserContent {
        border: 0;
    }

    .teaserContent > article:first-child {
        margin-top: 0;
    }

    .teaserContent article.span3-tablet {
        height: auto;
    }

    .nanoscroller h3 {
        margin-top: 1em;
        display: block;
        clear: both;
        float: none;
        font-size: 1em;
        font-weight: normal;
        font-family: 'FrutigerNeueW02-Regular', Arial, sans-serif;
        line-height: 1.2em;
    }
}

@media (max-width: 767px) {
    p.sidehead {
        display: block;
        clear: both;
        float: none;
        margin-top: 0.5em;
    }

    p.sidehead .category {
        display: block;
        clear: both;
        float: none;
        margin-top: 1em;
    }

    .nanoscroller h3 {
        margin-top: 1em;
        display: block;
        clear: both;
        float: none;
        font-size: 1.18em;
        font-weight: normal;
        font-family: 'FrutigerNeueW02-Regular', Arial, sans-serif;
        line-height: 1.2em;
    }

    .nanoscroller h3.compact {
        margin-top: 0em;
    }
}

@media screen {
    .search .with-breadcrumb article {
        position: relative;
    }

    .search .with-breadcrumb article h4 {
        font-size: 1.3em;
        margin: 2.4em 0 0.4em 0;
    }

    .search .with-breadcrumb article figure {
        margin: 0.2em 0.8em 0.8em 0;
    }

    .search .with-breadcrumb article p {
        margin-top: 0.4em !important;
    }

    .search .with-breadcrumb article small {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.5em;
    }

    .search aside {
        clear: both;
    }

    .search aside .more_options {
        padding-left: 1.6em;
    }

    .search aside .more_options ul {
        margin: 0.5em 0 0 0;
        list-style: none;
        max-height: 0.001em;
        transition: max-height 0.2s;
        overflow: hidden;
    }

    .search aside .more_options ul.active {
        max-height: 20em;
        transition: max-height 0.2em;
    }

    .search aside .more_options li {
        margin: 0;
    }

    .search .publications p {
        margin-top: 1em !important;
    }

    .search .mediaselector ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: auto;
    }

    .search .mediaselector li {
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 1.6em;
    }

    .search .mediaselector label {
        margin-left: 0.8em;
    }

    .search .mediaselector p,
    .search .mediaselector hr {
        *zoom: 1;
    }

    .search .mediaselector p:before,
    .search .mediaselector hr:before,
    .search .mediaselector p:after,
    .search .mediaselector hr:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .search .mediaselector p:after,
    .search .mediaselector hr:after {
        clear: both;
    }
}

@media (max-width: 767px) {
    .search .mediaselector li {
        float: none;
    }
}

/* -------------------------------------------------------------------------------------
   POPOVER SHOWN SHOW ON CLICK (METEOSCHWEIZ)
   ======================================================================================*/
.weather-measurements__stations a.popover-link,
.weather-measurements__webcams a.popover-link {
    float: none !important;
    height: 17px;
    padding: 0;
    top: 0 !important;
    width: 16px !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1F4D73;
    color: #C8D5E5;
    width: 300px;
    padding: 0.8em;
    z-index: 90;
}

.popover .popover-title {
    color: #ffffff;
    margin: 0 0 0.4em;
    width: 90%;
}

.popover .popover-content {
    font-size: 0.9em;
    line-height: 1.2;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #1F4D73;
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #1F4D73;
    border-bottom-width: 0;
}

.popover .icn_close_bright {
    cursor: pointer;
    display: block;
    height: 15px;
    left: 280px;
    position: relative;
    top: -84px;
    width: 15px;
}

/* -------------------------------------------------------------------------------------
   METEOSCHWEIZ SPECIFIC STYLES
   ======================================================================================*/
/* -------------------------------------------------------------------------------------
   WEATHER OVERVIEW ON STARTPAGE
   ======================================================================================*/
.weather-overview {
    overflow: hidden;
    padding: 1.6em 0;
    width: 100%;
}

.weather-overview .weather-overview__tab-list {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.weather-overview .weather-overview__tab-list li {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    font-size: 0.9em;
    line-height: 1.2;
    height: 82px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    width: 15.600000000000001em;
}

.weather-overview .weather-overview__tab-list li a {
    color: #000000;
    display: block;
    line-height: 1.2;
    height: 72px;
    padding: 10px 0 0;
    width: 15.600000000000001em;
}

.weather-overview .weather-overview__tab-list li.weather-overview__tab-list--first {
    border-top: 1px solid #cccccc;
}

.weather-overview .weather-overview__tab-list li.weather-overview__tab--current {
    background-color: #ffffff;
    border-left: 3px solid #dc0018;
    margin-right: -1px;
    position: relative;
    z-index: 90;
}

.weather-overview .weather-overview__tab-list li.weather-overview__tab--current:hover {
    background-color: #ffffff;
}

.weather-overview .weather-overview__tab-list li:hover {
    background-color: #e5e5e5;
}

.weather-overview .weather-overview__tab-list .weather-overview--overview {
    background: transparent url('top/images/icons/sunny.png') no-repeat scroll center 80%;
}

.weather-overview .weather-overview__tab-list .weather-overview--forecast {
    background: transparent url('top/images/icons/document.png') no-repeat scroll center 80%;
}

.weather-overview .weather-overview__tab-list .weather-overview--alarm {
    background: transparent url('top/images/icons/caution.png') no-repeat scroll center 80%;
}

.weather-overview .days-overview {
    display: none;
    float: left;
    margin-left: -1em;
}

.weather-overview .days-overview__table {
    width: 105%;
}

.weather-overview .days-overview__table table {
    border: 0;
}

.weather-overview .days-overview__table th,
.weather-overview .days-overview__table td {
    border: 0;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.weather-overview .days-overview__table span {
    display: block;
    font-size: 0.8em;
}

.weather-overview .days-overview__table .left {
    text-align: left;
}

.weather-overview__tab-content {
    border: 1px solid #cccccc;
    margin-left: 14.1em;
    padding: 1.6em 0;
    z-index: 1;
}

.weather-overview__tab-content .tabhead {
    float: left;
    margin: 1.6em 0 0.8em;
    width: 100%;
}

.weather-overview__tab-content .weather-overview__tab-body {
    padding: 0 1.6em;
}

.weather-overview__tab-content img {
    margin: 0;
}

.weather-overview__tab--current a {
    color: #000000;
}

.weather-overview__tab--current-info {
    display: none;
}

/* -------------------------------------------------------------------------------------
   DAY SWITCHER FOR WEATHER OVERVIEW
   ======================================================================================*/
.day-switch {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.day-switch__item {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    float: left;
    height: 2.5em;
    margin: 0;
    text-align: center;
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(95%, #f0f0f0), color-stop(98%, #efefef), color-stop(100%, #ebebeb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0);
    /* IE6-9 */
}

.day-switch__item a {
    color: #757575;
    display: block;
    font-size: 0.9em;
    height: 2.5em;
    line-height: 2.5;
    padding: 0 0.8em;
}

.day-switch__item.day-switch__item--active {
    border-top: 3px solid #dc0018;
    height: 2.4em;
    background: #c8c8c8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c8c8c8 0%, #cdcdcd 26%, #dddddd 77%, #e1e1e1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(26%, #cdcdcd), color-stop(77%, #dddddd), color-stop(100%, #e1e1e1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c8c8c8 0%, #cdcdcd 26%, #dddddd 77%, #e1e1e1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c8c8c8 0%, #cdcdcd 26%, #dddddd 77%, #e1e1e1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c8c8c8 0%, #cdcdcd 26%, #dddddd 77%, #e1e1e1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c8c8c8 0%, #cdcdcd 26%, #dddddd 77%, #e1e1e1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#e1e1e1', GradientType=0);
    /* IE6-9 */
}

.day-switch__item.day-switch__item--active a {
    color: #222222;
}

.day-switch__item.day-switch__item--overview {
    margin-left: 5px;
}

.day-switch__item.day-switch__item--overview a {
    border-left: 1px solid #e5e5e5;
    font-size: 0.8em;
    line-height: 1.4;
    padding: 4px 0.8em 0;
}

/* -------------------------------------------------------------------------------------
   DAY PERIOD SWITCH (0-6, 6-12 ETC.)
   ======================================================================================*/
.period-switch {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0.8em 0 0;
}

.period-switch .period-switch__item {
    background-color: #e5e5e5;
    display: block;
    float: left;
    height: 2.1em;
    line-height: 2.1;
    padding: 0;
    position: relative;
    margin: 0;
}

.period-switch .period-switch__item a {
    color: #757575;
    display: block;
    font-size: 0.9em;
    height: 2.1em;
    line-height: 2.1;
    padding: 0.3em 1.6em 0;
}

.period-switch .period-switch__item.period-switch__item--active {
    background-color: #cccccc;
}

.period-switch .period-switch__item.period-switch__item--active a {
    color: #454545;
}

.period-switch .period-switch__pointer {
    position: absolute;
    top: -8px;
    left: 30%;
    /* CSS triangle */
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #e5e5e5 transparent;
}

.period-switch .period-switch__item--explanation {
    background-color: #ffffff;
    color: #454545;
    font-size: 14px;
    padding: 0.2em 0 0 0.8em;
}

/* -------------------------------------------------------------------------------------
   FORECAST MAP
   ======================================================================================*/
.forecast-map {
    margin: 0 0 1.6em -1.6em;
    float: left;
    overflow: hidden;
}

/* -------------------------------------------------------------------------------------
   FORECAST LOCAL
   ======================================================================================*/
.forecast-local {
    float: left;
    width: 100%;
}

.forecast-local__form {
    float: right;
    margin-right: 1.6em;
    padding: 0.8em 1.6em;
    z-index: 10;
    position: relative;
    top: -53px;
    right: -1.6em;
}

.forecast-local__form .forecast-local__label {
    float: left;
    margin-bottom: 0.4em;
}

.forecast-local__form .forecast-local__field {
    clear: left;
    margin-right: 0.4em;
    width: 9.533em;
}

.forecast-local__form .forecast-local__submit {
    margin-left: 0;
}

.forecast-local__form.forecast-local__form--focused {
    background-color: #0E5072;
    color: #fff;
}

.forecast-local-results {
    position: absolute;
    top: 4.2em;
    left: 0;
    background-color: #0E5072;
    display: none;
    width: 23.1em;
}

.forecast-local-results .autocomplete-list {
    list-style-type: none;
}

.forecast-local-results .autocomplete-list .autocomplete-list__item {
    cursor: pointer;
    display: block;
    width: 100%;
}

/* -------------------------------------------------------------------------------------
   LOCAL WEATHER MEASUREMENTS
   ======================================================================================*/
.weather-measurements {
    float: left;
    overflow: hidden;
}

.weather-measurements h3 {
    font-size: 1.2em;
    white-space: nowrap;
}

.weather-measurements .weather-measurements__stations {
    margin-right: 1.6em;
}

.weather-measurements .weather-measurements__stations .hnav {
    margin-top: 7px;
}

.weather-measurements .weather-measurements__stations,
.weather-measurements .weather-measurements__webcams {
    float: left;
    overflow: hidden;
    width: 48%;
}

.weather-measurements .weather-measurements__station-name {
    font-size: 1.1em;
    margin: 1.6em 0;
}

.weather-measurements .weather-measurements__station-temperature {
    font-size: 4em;
    float: right;
}

.weather-measurements .weather-measurements__station-temperature .weather-measurements__station-temperature-unit {
    font-size: 0.7em;
}

.weather-measurements .weather-measurements__station-chart {
    position: relative;
    top: -13px;
    left: 6px;
    z-index: -1;
}

/* -------------------------------------------------------------------------------------
   METEO BLOG ENTRY
   ======================================================================================*/
.meteoblog__date,
.meteoblog__category {
    color: #767676;
}

.meteoblog-comments__form {
    background-color: #F5F5F5;
    margin-top: 3.2em;
}

.meteoblog-comments__form .submit {
    margin-right: 0.6em;
}

.meteoblog-comment {
    border-bottom: 1px solid #F5F5F5;
    padding: 1.6em 0;
}

.meteoblog-comment.meteoblog-comment--reply {
    padding-left: 10em;
}

.meteoblog-comment__meta {
    color: #767676;
}

.meteoblog-categories {
    list-style: none;
    padding-left: 0;
}

.meteoblog-categories .meteoblog-categories__item {
    margin: 0 0 0.6em 0;
}

.meteoblog-archiv {
    border-bottom: 2px solid #D5D5D5;
    padding: 0 0 1.6em;
}

.meteoblog-archiv .label {
    text-align: left;
}

.meteoblog-archiv .submit {
    margin-top: 0.8em;
}

/* -------------------------------------------------------------------------------------
   METEO WEATHER WIDGET
   ======================================================================================*/
.weather-widget .weather-widget__title {
    font-weight: normal;
}

.weather-widget .weather-widget__update-location {
    font-size: 0.9em;
}

.weather-widget .weather-widget__date {
    margin-bottom: 0.8em;
}

.weather-widget__actual-weather .weather-widget__actual-weather__temp {
    font-size: 4em;
    margin-left: 1.2em;
}

.weather-widget__actual-weather .weather-widget__actual-weather__scale {
    font-size: 2em;
}

.weather-widget__actual-weather .weather-widget__actual-weather__img {
    margin: -0.8em 0 0 1em;
}

.weather-widget__forecast__list {
    list-style: none;
    margin-top: 0.6em;
}

.weather-widget__forecast__list .weather-widget__forecast__list-item {
    display: block;
    float: left;
    text-align: center;
    margin-left: 0;
    width: 25%;
}

.weather-widget__forecast__list .weather-widget__forecast__list-item > * {
    display: block;
    margin: 0 auto 5px;
}

.weather-widget__forecast__list .weather-widget__forecast__list-item .weather-widget__forcate__list-item__temp {
    font-size: 0.7em;
}

/* -------------------------------------------------------------------------------------
   NON-DESKTOP LAYOUT CHANGES
   ======================================================================================*/
/* All smartphone */
@media (max-width: 767px) {
    .weather-overview {
        padding-top: 0;
    }

    .weather-overview .weather-overview__tab-list li {
        font-size: 1.1em;
        padding: 0;
        width: 31.200000000000003em;
    }

    .weather-overview .weather-overview__tab-list a {
        width: 31.200000000000003em;
    }

    .weather-overview__tab-content {
        border: 0;
        margin: 0;
    }

    .weather-overview__tab-content h2 {
        margin-top: 0;
    }

    .weather-overview-list {
        list-style-type: none;
    }

    .weather-overview-list .weather-overview-list__item {
        display: block;
        float: left;
        margin: 0;
        text-align: center;
        width: 27%;
    }

    .weather-overview-list .weather-overview-list__item.weather-overview-list__item--last {
        background: url("top/images/interaction.svg") no-repeat scroll right -227px transparent;
        background-size: 30px;
        height: 80px;
        width: 19%;
    }

    .weather-overview-list .weather-overview-list__icon {
        display: block;
        margin: 0 auto;
    }

    .weather-overview-list .weather-over-list__lowtemp,
    .weather-overview-list .weather-over-list__hightemp {
        display: inline-block;
        width: 100%;
    }

    .weather-overview-list .weather-over-list__lowtemp {
        color: #AAA;
    }

    .weather-report,
    .weather-alarm {
        background: transparent url('top/images/icons/document.png') scroll no-repeat center 80%;
        float: left;
        height: 8em;
        text-align: center;
        width: 49%;
    }

    .weather-report h2,
    .weather-alarm h2 {
        margin: 0;
    }

    .weather-report a,
    .weather-alarm a {
        box-sizing: border-box;
        display: block;
        height: 3.9em;
        padding: 0.8em 0 0;
        width: 100%;
    }

    .weather-alarm {
        background-image: url('top/images/icons/caution.png');
    }

    .weather-localized {
        margin-top: 0.8em;
    }

    .weather-localized h2 {
        margin: 0;
    }

    .weather-localized a {
        background: url("top/images/interaction.svg") no-repeat scroll right -239px transparent;
        background-size: 30px;
        display: block;
        line-height: 2.5;
        width: 100%;
    }

    .weather-localized div {
        border-bottom: 1px solid #CCCCCC;
        padding-left: 0.4em;
    }

    .weather-localized .weather-localized-settings {
        background: transparent url("top/images/icons/settings.png") no-repeat scroll right 50%;
        border-top: 1px solid #CCCCCC;
    }

    .weather-localized .weather-localized-settings h2 {
        font-size: 1.3em;
        line-height: 2.5;
    }

    /** weather forecast day navigation **/
    .day-switch {
        height: 4em;
        margin: 0.8em 0;
        width: 100%;
    }

    .day-switch .day-switch__item {
        height: 4em;
        line-height: 4;
        width: 16%;
    }

    .day-switch .day-switch__item a {
        box-sizing: border-box;
        height: 4em;
        line-height: 4;
        font-size: 1em;
        padding: 0;
    }

    .day-switch .day-switch__item.day-switch__item--active {
        height: 3.8em;
    }

    /** Swipe map function **/
    #mapContainer {
        border: 1px solid white;
    }

    .swipe {
        overflow: hidden;
        visibility: hidden;
        position: relative;
    }

    .swipe .swipe-wrap {
        overflow: hidden;
        position: relative;
    }

    .swipe .swipe-wrap > div {
        float: left;
        width: 100%;
        position: relative;
    }

    .swipe .swipe-button {
        background: url("top/images/interaction.svg") no-repeat scroll transparent;
        background-size: 60px;
        display: block;
        height: 60px;
        width: 4em;
        position: absolute;
        top: 105px;
    }

    .swipe .swipe-button--next {
        background-position: right -501px;
        right: 0;
    }

    .swipe .swipe-button--prev {
        background-position: left -378px;
        left: 0;
    }

    /** bullet points for maps **/
    .position {
        text-align: center;
        list-style: none;
        margin: 0.4em 0 0;
        padding: 0;
    }

    .position .position__item {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #141414;
        margin: 0 2px;
        cursor: pointer;
    }

    .position .position__item.position__item--active {
        background-color: #cccccc;
    }
}

@font-face {
    font-family: "Frutiger Neue W02 Bd";
    src: url("top/fonts/99f761bf-9f30-4bdd-b284-ee7038dc52c9.eot?#iefix");
    src: url("top/fonts/FrutigerNeueW02Bd/df8cdd77-a94a-4ab9-a957-5fe084222a1d.eot?#iefix") format("eot"), url("top/fonts/FrutigerNeueW02Bd/4b603308-1f36-48f6-be79-dd806bf12b9e.woff") format("woff"), url("top/fonts/FrutigerNeueW02Bd/2e7c7763-eea5-4948-bf03-449a5290c2e9.ttf") format("truetype"), url("top/fonts/FrutigerNeueW02Bd/1a08d2b3-db40-4a33-835d-0a476a906ece.svg#1a08d2b3-db40-4a33-835d-0a476a906ece") format("svg");
}

@font-face {
    font-family: "Frutiger Neue W02 It";
    src: url("top/fonts/FrutigerNeueW02It/c606e802-323f-45a2-b99a-8a3105da7f88.eot?#iefix");
    src: url("top/fonts/FrutigerNeueW02It/c606e802-323f-45a2-b99a-8a3105da7f88.eot?#iefix") format("eot"), url("top/fonts/FrutigerNeueW02It/168a0b0c-feca-4f19-8b2e-aa76cee9018d.woff") format("woff"), url("top/fonts/FrutigerNeueW02It/83ac5f50-20eb-49b1-81a2-99ef6e21e861.ttf") format("truetype"), url("top/fonts/FrutigerNeueW02It/3e2948c8-46c0-405b-b79f-be6a75b9f087.svg#3e2948c8-46c0-405b-b79f-be6a75b9f087") format("svg");
}

@font-face {
    font-family: "Frutiger Neue W02 Light";
    src: url("top/fonts/FrutigerNeueW02Light/d610d28f-7853-4eae-b190-02e3b1c6bce2.eot?#iefix");
    src: url("top/fonts/FrutigerNeueW02Light/d610d28f-7853-4eae-b190-02e3b1c6bce2.eot?#iefix") format("eot"), url("top/fonts/FrutigerNeueW02Light/93370a6a-7a5c-487f-9caa-c1d6e5457e21.woff") format("woff"), url("top/fonts/FrutigerNeueW02Light/f121f2cc-48ac-4d0a-a54e-14e038ef88da.ttf") format("truetype"), url("top/fonts/FrutigerNeueW02Light/997ff52e-2b03-4091-8fb4-0b36654c16c5.svg#997ff52e-2b03-4091-8fb4-0b36654c16c5") format("svg");
}

@font-face {
    font-family: "FrutigerNeueW02-Regular";
    src: url("top/fonts/FrutigerNeueW02Regular/976bf70e-eff4-4d7d-9b1c-3b7baf2e83f0.eot?#iefix");
    src: url("top/fonts/FrutigerNeueW02Regular/976bf70e-eff4-4d7d-9b1c-3b7baf2e83f0.eot?#iefix") format("eot"), url("top/fonts/FrutigerNeueW02Regular/37b02020-a0ec-4a3c-b5f3-7d37169e689b.woff") format("woff"), url("top/fonts/FrutigerNeueW02Regular/b5d7d02f-6c00-45ba-9f40-10c82f22bf6f.ttf") format("truetype"), url("top/fonts/FrutigerNeueW02Regular/f7636eb9-4ec2-418d-b391-4c2fff3d8ef2.svg#f7636eb9-4ec2-418d-b391-4c2fff3d8ef2") format("svg");
}

pre,
code,
kbd,
samp,
var,
tt {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}

body {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}

h1 {
    font-family: 'Frutiger Neue W02 Light', Times, sans-serif;
}

blockquote,
cite,
q {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}

strong,
b,
h4,
dt,
kbd,
samp,
var,
tt,
mark,
table th,
table caption,
#logo h1,
.table_naked thead tr:first-child,
.infobox_crisis h3,
.megateaser h2,
.flyout h3,
aside article h3,
.lined-title,
.lined-title a.all-entries {
    font-weight: normal;
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
}

.togglebox dt,
table caption small,
table caption span,
table th.indented,
table th[scope="row"] {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}

i {
    font-weight: normal;
    font-family: 'Frutiger Neue W02 It', Times, sans-serif;
}

@font-face {
    font-family: 'AdminCH_Symbols';
    src: url('top/fonts/AdminCHSymbols/AdminCH_Symbols.eot?vfyvji');
    src: url('top/fonts/AdminCHSymbols/AdminCH_Symbols.eot?vfyvji#iefix') format('embedded-opentype'),
    url('top/fonts/AdminCHSymbols/AdminCH_Symbols.ttf?vfyvji') format('woff'),
    url('top/fonts/AdminCHSymbols/AdminCH_Symbols.woff?vfyvji') format('truetype'),
    url('top/fonts/AdminCHSymbols/AdminCH_Symbols.svg?vfyvji#icomoon') format('svg');
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    content: attr(data-icon);
}

.sorttable th a:after,
[data-icon]:before,
[class*="icon-"] {
    font-family: 'AdminCH_Symbols'; !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fonticon {
    text-decoration: none;
}

.fonticon[data-icon]:before {
    margin-right: 0.3846em;
}

.fonticon [data-icon] {
    margin-left: 0.3846em;
    vertical-align: baseline;
}

.icn-before[data-icon]:before,
.icn-arrow-before[data-icon]:before {
    float: left;
}

.icon-douban:before {
    content: "\55";
}
.icon-reply:before {
    content: "\2d";
}
.icon-arrow:before {
    content: "\2d";
}
.icon-left:before {
    content: "\2d";
}
.icon-undo:before {
    content: "\2d";
}
.icon-tools:before {
    content: "\70";
}
.icon-arrowhead-left2:before {
    content: "\2e";
}
.icon-arrow-right:before {
    content: "\24";
}
.icon-signal_cellular_4_bar2:before {
    content: "\6f";
}
.icon-tablet-landscape:before {
    content: "\79";
}
.icon-chevron-left4:before {
    content: "\3c";
}
.icon-chevron-right:before {
    content: "\3e";
}
.icon-sina-weibo:before {
    content: "\4a";
}
.icon-mobile3:before {
    content: "\35";
}
.icon-mobile2:before {
    content: "\33";
}
.icon-mobile:before {
    content: "\34";
}
.icon-google-plus:before {
    content: "\2b";
}
.icon-brand:before {
    content: "\2b";
}
.icon-social:before {
    content: "\2b";
}
.icon-info:before {
    content: "\23";
}
.icon-x:before {
    content: "\78";
}
.icon-envelope:before {
    content: "\4d";
}
.icon-calendar:before {
    content: "\63";
}
.icon-cogs:before {
    content: "\73";
}
.icon-pause2:before {
    content: "\65";
}
.icon-backward2:before {
    content: "\6a";
}
.icon-forward3:before {
    content: "\6b";
}
.icon-previous2:before {
    content: "\67";
}
.icon-next2:before {
    content: "\68";
}
.icon-facebook2:before {
    content: "\66";
}
.icon-file-pdf:before {
    content: "\41";
}
.icon-caret-right:before {
    content: "\3a";
}
.icon-sort-desc:before {
    content: "\2c";
}
.icon-sort-down:before {
    content: "\2c";
}
.icon-star-o:before {
    content: "\39";
}
.icon-retweet:before {
    content: "\72";
}
.icon-arrow-circle-up:before {
    content: "\37";
}
.icon-arrow-circle-down:before {
    content: "\38";
}
.icon-eye:before {
    content: "\3f";
}
.icon-search:before {
    content: "\53";
}
.icon-star:before {
    content: "\46";
}
.icon-trash-o:before {
    content: "\42";
}
.icon-file-o:before {
    content: "\64";
}
.icon-list-alt:before {
    content: "\69";
}
.icon-print:before {
    content: "\50";
}
.icon-fast-backward:before {
    content: "\7a";
}
.icon-play:before {
    content: "\71";
}
.icon-stop:before {
    content: "\77";
}
.icon-fast-forward:before {
    content: "\75";
}
.icon-chevron-down:before {
    content: "\76";
}
.icon-shopping-cart:before {
    content: "\43";
}
.icon-external-link:before {
    content: "\6c";
}
.icon-twitter:before {
    content: "\74";
}
.icon-feed:before {
    content: "\52";
}
.icon-rss:before {
    content: "\52";
}
.icon-bars:before {
    content: "\6d";
}
.icon-navicon:before {
    content: "\6d";
}
.icon-reorder:before {
    content: "\6d";
}
.icon-list-ul:before {
    content: "\49";
}
.icon-desktop:before {
    content: "\31";
}
.icon-laptop:before {
    content: "\32";
}
.icon-tablet2:before {
    content: "\36";
}
.icon-circle:before {
    content: "\30";
}
.icon-youtube-play:before {
    content: "\59";
}
.icon-instagram:before {
    content: "\45";
}
.icon-flickr:before {
    content: "\48";
}
.icon-file-word-o:before {
    content: "\57";
}
.icon-file-excel-o:before {
    content: "\58";
}
.icon-wechat:before {
    content: "\4e";
}
.icon-weixin:before {
    content: "\4e";
}
.icon-medium:before {
    content: "\4c";
}
.icon-sort-asc:before {
    content: "\3b";
}
.icon-sort-up:before {
    content: "\3b";
}



#toggle_advanced_btn{
    font-size: 1em;
    cursor: pointer;
}


/*#advanced_fields{*/
    /*background: rgb(242, 242, 242); display: block;*/
/*}*/

@-ms-viewport {
    width: device-width;
}

body:after {
    content: 'oversize';
    display: none; /*production*/
    /*display: block;*/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background: #c3325f;
    padding: 0.4em;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

@media screen and (max-width: 491px) {
    .visible-phone-portrait {
        display: inherit !important;
    }

    .hidden-phone-portrait {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

/*@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
}*/
@media screen and (min-width: 1340px) {
    body {
        font-size: 0.87em;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1339px) {
    body {
        font-size: 0.81em;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    body {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 999px) {
    body {
        font-size: 0.75em;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1340px) {
    body:after {
        content: 'desktop';
        background: #ffc40d;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    body:after {
        content: 'tablet';
        background: #f89406;
    }

    #container {
        width: 62.800000000000004em;
    }

    /* center column */
    .ym-col2 {
        width: auto;
        float: none;
        margin-left: 21.200000000000003em;
        margin-right: 0.8em;
    }

    /* right column */
    .ym-col3 {
        clear: both;
        float: none;
        width: auto;
        margin-left: 22em;
        margin-right: 1.6em;
    }

    /* Main navigation */
    #mainnav.headsep {
        /*min-height: 4.8em;*/
    }

    #mainnav .hnav {
        min-height: 5em;
    }

    #mainnav .hnav > li {
        min-height: 4.8em;
    }

    #mainnav .hnav > li > a {
        font-size: 1em;
    }

    #mainnav .hnav > li.nav_on .flyout {
        /*top: 4.8em;*/
    }
}

@media screen and (max-width: 767px) {
    body:after {
        content: 'phone-landscape';
        background: #46a546;
    }

    #wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #wrapper #container {
        width: 100% !important;
        position: relative;
    }

    .linearize-level-1 {
        width: 200%;
    }

    .linearize-level-1 .ym-col2 {
        width: 50%;
    }

    .linearize-level-1,
    .linearize-level-1 > [class*="ym-col"] {
        display: block;
        padding: 0;
        margin: 0;
    }

    /* reset defined gutter values */
    .linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
        overflow: hidden;
        /* optional for containing floats */
        padding: 0;
    }

    /* Header */
    /* Breadcrumbs */
    #breadcrumb {
        display: none;
    }
}

@media screen and (max-width: 491px) {
    body:after {
        content: 'phone-portrait';
        background: #006699;
    }
}

@media print {

    .gmap-show-print {
        page-break-inside: avoid !important;
        display: block !important;
        visibility: visible !important;
    }

    /**
	* @section basic layout preparation
	*/
    * {
        -webkit-print-color-adjust: exact;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* change font size unit to [pt] - avoids problems with [px] in Gecko based browsers  	*/
    body {
        -webkit-print-color-adjust: exact;
    }

    body:after {
        display: none;
    }

    body p {
        font-size: 1.5em;
    }

    body p a {
        text-decoration: underline !important;
        cursor: pointer !important;
    }

    body h2 {
        font-size: 2.5em !important;
    }

    body h3 {
        font-size: 2em !important;
    }

    body h4 {
        font-size: 1.5em !important;
    }

    body h5 {
        font-size: 1.5em !important;
        font-weight: normal !important;
    }

    body h6 {
        font-size: 1.3em !important;
        font-weight: normal !important;
    }

    body pre {
        font-size: 1.5em !important;
    }

    blockquote:nth-child(14) {
        font-size: 1.5em;
    }

    .row {
        margin-left: 0px !important;
    }

    .span12 {
        width: 28cm;
    }

    .infobox_crisis {
        width: 26cm !important;
        page-break-inside: avoid !important;
    }

    .infobox_crisis p {
        width: 25cm !important;
    }

    .span6 {
        width: 24cm;
    }

    .span3 {
        width: 20.8em;
    }

    @page {
    }

    .slidingteaser {
        page-break-inside: avoid !important;
    }

    .slidingteaser a {
        display: none !important;
    }

    .slidingteaser .projectslider,
    .slidingteaser .content {
        border: none !important;
    }

    h1.pagetitle {
        margin: 0.4em 1.6em 0.5em 0;
        font-size: 3.5em;
    }

    h2.lined-title a {
        display: none !important;
    }

    .float-left {
        float: left;
        display: inline;
        margin: 1.3em 0.8em 0 0;
    }

    /* Position content right side*/
    [class*="span"] {
        float: left !important;
        margin-left: 0px !important;
    }

    .standardteaser {
        margin-right: 1.6em !important;
    }

    .overlay {
        width: 24cm;
    }

    .overlay.indicator {
        display: none !important;
    }

    /* CONTACT BOX */
    .contact_tabs {
        width: 24cm !important;
        page-break-inside: avoid !important;
        display: block !important;
    }

    .contact_tabs article {
        border: none !important;
    }

    .contact_tabs ul.iconliste li {
        margin-left: 0px !important;
    }

    .contact_tabs p a {
        display: none !important;
    }

    .contact_tabs p span.text {
        display: none !important;
    }

    article {
        border: none !important;
    }

    article.basket {
        border: none !important;
    }

    article.basket li {
        border: none !important;
    }

    article.basket a {
        display: none !important;
    }

    article ul.linkliste {
        list-style: none !important;
        margin-left: 0px !important;
    }

    /* Hide unneeded container of the screenlayout in print layout */
    nav,
    footer,
    #treecrumb,
    #metanav,
    .megateaser,
    #sitesearch,
    #themes,
    #blowup,
    .enhanced_select_list ul li.enhanced_select_filter,
    .printme,
    .noprint {
        display: none !important;
    }

    #main.headsep {
        border: none;
    }

    /*NEWSTEASER*/
    .nanoHolder {
        height: auto !important;
    }

    .nano {
        width: auto !important;
        height: auto !important;
    }

    .nano h3 {
        font-size: 1em !important;
    }

    .nano .nanoscroller {
        height: auto !important;
        overflow-x: visible;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* Avoid page breaks right after headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-before: avoid !important;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* output of acronyms and abbreviations*/
    abbr[title]:after,
    acronym[title]:after {
        content: '(' attr(title) ')';
    }

    /*------------------------------------------------------------------------------------------------------*/
    a,
    a:link,
    a:focus,
    a:visited,
    a:active,
    a:hover {
        color: #006699 !important;
        text-decoration: none;
        cursor: default;
    }

    figure {
        margin-top: 0em !important;
    }

    figure figcaption {
        font-size: 1em;
        margin-top: 0.7em;
    }

    .infobox {
        position: relative;
        background-color: #f5f5f5;
        margin: 1.5em 0 !important;
    }

    select {
        -webkit-appearance: none;
    }

    select.select {
        display: none !important;
    }

    /*FORMS*/
    .enhanced_checkbox,
    .enhanced_radio {
        visibility: hidden !important;
    }

    input.input_invisible {
        position: inherit;
        left: 0px;
        text-indent: 0px;
    }

    select.input_invisible {
        position: inherit;
        left: 0px;
        text-indent: 0px !important;
    }

    ul.enhanced_select_scroll {
        display: none !important;
    }

    /* place the logo */
    #pageheader {
        position: relative;
        top: 0;
        left: 70px;
        height: 100pt;
    }

    #pageheader h1 {
        font-size: 1.5em !important;
    }

    #logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80pt;
        z-index: 1;
    }

    #logo img {
        width: 200pt;
        height: 58px;
        margin-right: 26px;
        padding-right: 26px;
        display: inline-block;
        float: left;
        border-right: 1px solid #e5e5e5 !important;
    }

    a#logo[href]:after {
        content: none;
    }

    #breadcrumb {
        display: block !important;
    }

    #breadcrumb ul.hnav > li {
        margin-left: 0px !important;
        float: left !important;
    }

    .toggletable,
    .togglecontent {
        display: block !important;
    }

    /* SHOW ALL TABS */
    ul.tabs-list li {
        display: none !important;
    }

    .ui-accordion .ui-accordion-content {
        display: block !important;
    }

    .tabbody {
        display: block !important;
    }

    .tabhead {
        display: block !important;
    }

    h3.tabhead:before {
        content: none !important;
    }

    #contact .tabbody {
        display: block !important;
    }

    #map_canvas {
        width: 600pt;
        height: 450pt;
        position: relative;
        margin-top: 20pt;
        margin-bottom: 20pt;
    }

    #main {
        margin-left: 37pt;
    }

    .print_preview {
        width: 60em;
        margin-left: 2em;
        position: relative;
    }

    .print_buttons {
        text-align: right;
        height: 3em;
        margin: 1.5em 0;
        border-bottom: 1px solid #333;
    }

    .print_buttons input {
        margin-right: 1em;
    }

    .print_preview .printme {
        top: 0;
    }

    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid !important;
        margin: 1.5em 0 0 0em !important;
    }

    .cycletable {
        position: relative !important;
    }

    .cycletable tfoot tr th {
        text-align: center !important;
    }

    /*TABLE STYLES PRINT*/
    .table_naked th {
        padding-left: 1em !important;
    }

    table {
        position: relative !important;
        font-size: 1.2em;
    }

    table thead {
        display: table-header-group;
    }

    table thead th a {
        cursor: normal !important;
    }

    table tr {
        page-break-inside: avoid;
    }

    table tr td {
        page-break-inside: avoid !important;
    }

    table img {
        page-break-inside: avoid !important;
    }

    img {
        max-width: 100% !important;
        margin-top: 1em;
    }

    .print_buttons {
        display: none;
    }
}

/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22app%2Fassets%2Fstyles%2Fmixins.less%22%2C%22app%2Fassets%2Fstyles%2Fnormalize.less%22%2C%22app%2Fassets%2Fstyles%2Fyaml_grid.less%22%2C%22app%2Fassets%2Fstyles%2Fgrid.less%22%2C%22app%2Fassets%2Fstyles%2Ficons.less%22%2C%22app%2Fassets%2Fstyles%2Fheader.less%22%2C%22app%2Fassets%2Fstyles%2Fvariables.less%22%2C%22app%2Fassets%2Fstyles%2Ffooter.less%22%2C%22app%2Fassets%2Fstyles%2Fbase.less%22%2C%22app%2Fassets%2Fstyles%2Fforms.less%22%2C%22app%2Fassets%2Fstyles%2Ftables.less%22%2C%22app%2Fassets%2Fstyles%2Fnavigations.less%22%2C%22app%2Fassets%2Fstyles%2Fbreadcrumb.less%22%2C%22app%2Fassets%2Fstyles%2Ftabs.less%22%2C%22app%2Fassets%2Fstyles%2Fpaging.less%22%2C%22app%2Fassets%2Fstyles%2Fboxes.less%22%2C%22app%2Fassets%2Fstyles%2Fteaser-focus.less%22%2C%22app%2Fassets%2Fstyles%2Fcarousel.less%22%2C%22app%2Fassets%2Fstyles%2Fgallery.less%22%2C%22app%2Fassets%2Fstyles%2Flightbox.less%22%2C%22app%2Fassets%2Fstyles%2Faside.less%22%2C%22app%2Fassets%2Fstyles%2Fnanoscroller.less%22%2C%22app%2Fassets%2Fstyles%2Fsearch.less%22%2C%22app%2Fassets%2Fstyles%2Fpopover.less%22%2C%22app%2Fassets%2Fstyles%2Fmeteo.less%22%2C%22app%2Fassets%2Fstyles%2Ffrutiger.less%22%2C%22app%2Fassets%2Fstyles%2Ficonfont.less%22%2C%22app%2Fassets%2Fstyles%2Fresponsive.less%22%2C%22app%2Fassets%2Fstyles%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3BAAWU%3BEACR%2CQAAA%3B%3BAACC%2CSAAO%3BAACP%2CSAAO%3BEACN%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEAGA%2CcAAA%3B%3BAAED%2CSAAO%3BEACN%2CWAAA%3B%3B%3B%3B%3BAAOE%3BEACJ%2CSAAA%3BEACA%2CMAAM%2CaAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3BAAKC%2CKAAO%3BAACP%2CKAAO%3BEACN%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAoFO%3BEACT%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGoB%3BEAClB%2CqBAAA%3B%3BAA2Ce%3BEACjB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEA2LA%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BAA0aG%3BEC1tBD%2CQAAA%3BED4tBV%2CsBAAA%3B%3BAAxxBC%2CYAAO%3BAACP%2CYAAO%3BEACN%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEAGA%2CcAAA%3B%3BAAED%2CYAAO%3BEACN%2CWAAA%3B%3B%3BACpBG%3BAAAO%3BAAAS%3BAAAY%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAK%3BAAAU%3BEAAE%2CcAAA%3B%3BAAC%2FE%3BAAAQ%3BAAAQ%3BEAAE%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CQAAA%3B%3BAAC3D%2CKAAI%2CIAAa%3BEAAE%2CaAAA%3B%3BAACf%3BEAAE%2CaAAA%3B%3BAAEN%2CIAAE%3BEAAE%2CeAAA%3B%3BAACJ%3BEAAE%2CeAAA%3BEAAiB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAACpD%3BAAAQ%3BAAAO%3BAAAQ%3BAAAW%3BEAAE%2CuBAAA%3BEAAyB%2CWAAA%3B%3BAAC5D%3BEAAE%2CSAAA%3BEAAW%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAEjB%3BEAAE%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CiBAAA%3B%3BAACzC%3BEAAE%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CiBAAA%3B%3BAAE9C%3BEAAE%2CWAAA%3B%3BAACH%2CCAAS%3BEAAE%2CcAAA%3B%3BAACX%2CCAAO%3BEAAE%2CWAAA%3B%3BAACT%2CCAAO%3BEAAE%2CoBAAA%3B%3BAACT%2CCAAM%3BAAAG%2CCAAQ%3BEAAE%2CUAAA%3B%3BAAChB%2CIAAQ%3BEAAE%2CyBAAA%3B%3BAACb%3BAAAS%3BEAAE%2CiBAAA%3B%3BAACD%3BEAAE%2CgBAAA%3B%3BAACT%3BEAAE%2CkBAAA%3B%3BAACH%3BEAAE%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2C0BAAA%3BEAA4B%2CaAAA%3BEAAe%2CUAAA%3B%3BAACpF%3BEAAE%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CqBAAA%3B%3BAAChC%3BEAAE%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAACvD%3BAAAM%3BAAAK%3BAAAO%3BEAAE%2C6BAAA%3BEAA%2BB%2CcAAc%2CwBAAd%3BEAAwC%2CcAAA%3B%3BAAC1F%3BEAAE%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAE7C%3BEAAE%2CYAAA%3B%3BAACH%2CCAAO%3BAAAG%2CCAAO%3BEAAE%2CSAAS%2CEAAT%3BEAAa%2CaAAA%3B%3BAAC3B%3BEAAE%2CcAAA%3B%3BAACL%3BAAAM%3BEAAE%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CwBAAA%3B%3BAAC3D%3BEAAE%2CWAAA%3B%3BAACF%3BEAAE%2CeAAA%3B%3BAAEJ%3BAAAK%3BEAAE%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACrB%3BEAAE%2CkBAAA%3B%3BAACD%2CGAAE%3BAAAM%2CGAAG%3BEAAE%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CSAAA%3BEAAW%2CUAAA%3B%3BAAElE%3BEAAE%2CeAAA%3BEAAiB%2C%2BBAAA%3BEAAiC%2CsBAAA%3B%3BAACrD%2CGAAI%2CIAAQ%3BEAAE%2CgBAAA%3B%3BAACV%3BEAAE%2CSAAA%3B%3BAAEJ%3BEAAE%2CSAAA%3B%3BAACE%3BEAAE%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CUAAA%3B%3BAAEjC%3BEAAE%2CeAAA%3B%3BAACD%3BEAAE%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAC9C%3BAAAO%3BAAAQ%3BAAAW%3BEAAE%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CwBAAA%3BEAA0B%2CuBAAA%3B%3BAAClF%3BAAAQ%3BEAAE%2CmBAAA%3B%3BAACV%3BAAAO%2CKAAe%3BAAAO%2CKAAc%3BAAAO%2CKAAgB%3BEAAE%2CeAAA%3BEAAiB%2C0BAAA%3BEAA4B%2CkBAAA%3B%3BAACjH%2CMAAU%3BAAAO%2CKAAW%3BEAAE%2CeAAA%3B%3BAAC%2FB%2CKAAiB%3BAAAO%2CKAAe%3BEAAE%2CsBAAA%3BEAAwB%2CUAAA%3BEAAY%2CYAAA%3BEAAc%2CaAAA%3B%3BAAC3F%2CKAAgB%3BEAAE%2C6BAAA%3BEAA%2BB%2C4BAAA%3BEAA8B%2C%2BBAAA%3BEAAiC%2CuBAAA%3B%3BAAChH%2CKAAe%2CeAA2B%3BAAAO%2CKAAe%2CeAA%2BB%3BEAAE%2CwBAAA%3B%3BAAChG%2CMAAkB%3BAAAO%2CKAAmB%3BEAAE%2CSAAA%3BEAAW%2CUAAA%3B%3BAACtD%3BEAAE%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAE3C%2CKAAQ%3BAAAU%2CQAAS%3BEAAE%2CyBAAA%3B%3BAAE5B%3BEAAE%2CyBAAA%3BEAA2B%2CiBAAA%3B%3BAAChC%3BEAAE%2CmBAAA%3B%3BAAED%3BEAAE%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2C4BAAA%3BEAA8B%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CeAAA%3B%3BAACnK%2CGAAG%3BEAAE%2CaAAA%3B%3BAACD%3BEAAE%2CwBAAA%3BEAA0B%2CkBAAA%3B%3BAACpB%3BEAAE%2CSAAA%3BEAAW%2CMAAM%2CaAAN%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAChH%2CeAAU%2CUAAO%3BAAAiB%2CeAAU%2CUAAO%3BEAAE%2CUAAA%3BEAAY%2CYAAA%3BEAAc%2CSAAA%3BEAAW%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACnI%3BEAAE%2CkBAAA%3B%3BAACJ%2CSAAO%3BAAAW%2CSAAO%3BEAAE%2CSAAS%2CEAAT%3BEAAa%2CcAAA%3B%3BAACxC%2CSAAO%3BEAAE%2CWAAA%3B%3BAACR%3BEAAE%2CQAAA%3B%3BAAeX%3BEAXE%3BEAAG%2CCAAS%3BIAAE%2C0BAAA%3B%3BEACd%2CCAAM%2CMAAO%3BIAAE%2CSAAS%2CKAAK%2CWAAW%2CGAAzB%3B%3BEACZ%2CIAAO%2COAAO%3BIAAE%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAChB%2CGAAC%2CEAAM%3BEAAG%2CCAAqB%2CqBAAM%3BEAAG%2CCAAW%2CWAAO%3BIAAE%2CSAAS%2CEAAT%3B%3BEAC7D%3BEAAa%3BIAAE%2CwBAAA%3B%3BEACZ%3BIAAE%2C2BAAA%3B%3BEACN%3BEAAM%3BIAAE%2CwBAAA%3B%3BEACN%3BIAAE%2C0BAAA%3B%3BEAEL%3BEAAI%3BEAAK%3BIAAE%2CUAAA%3BIAAY%2CSAAA%3B%3BEACtB%3BEAAK%3BIAAE%2CuBAAA%3B%3B%3BACpBV%3B%3B%3B%3B%3BEA5Da%2CYAAQ%3BIAClB%2CSAAQ%2CEAAR%3BIACA%2CcAAA%3B%3BEAEU%2CYAAO%3BIACjB%2CWAAA%3BIACA%2CSAAQ%2CGAAR%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3B%3BEAIa%3BIAAE%2CcAAA%3BIAAe%2CWAAA%3BIAAa%2CiBAAA%3B%3BEAC9B%3BIAAE%2CgBAAA%3BIAAiB%2CWAAA%3BIAAY%2CcAAA%3B%3BEAC%2FB%3BIAAE%2CWAAA%3BIAAY%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BEASrB%3BEACE%3BEACA%3BIACR%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3B%3BEAIM%2CQAAM%3BEACN%2CQAAQ%3BIACd%2CgBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3B%3BEAIY%3BIACZ%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGY%2CaAAQ%2CSAAM%3BEACd%2CaAAQ%2CSAAQ%3BIAC5B%2CaAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAAuIH%3B%3B%3B%3BEA7HY%3BIACT%2CcAAA%3BIACA%2CWAAA%3B%3B%3BEAIO%3BIACP%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BEAIO%3BIACP%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BEAIO%3BIACP%2CaAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAGO%3BIACP%2CgBAAA%3B%3B%3BEAKF%2CQAAa%3BEACE%3BIAAE%2CkBAAA%3B%3BEAER%3BIAAE%2CeAAA%3B%3BEACG%3BIAAE%2CmBAAA%3B%3BEACD%3BIAAE%2CmBAAA%3B%3B%3BEAGD%3BIAAE%2CaAAA%3B%3B%3B%3B%3B%3BEAOT%3BIACP%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGK%3BIAAE%2CWAAA%3BIAAY%2CSAAA%3B%3BEACd%3BIAAE%2CYAAA%3BIAAa%2CoBAAA%3B%3BEAEd%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CcAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CcAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CYAAA%3B%3BEACF%3BIAAE%2CYAAA%3B%3BEAED%3BIAAE%2CgBAAA%3B%3BEACG%3BIAAE%2CoBAAA%3B%3BEACD%3BIAAE%2CoBAAA%3B%3B%3B%3BEAII%2CoBACV%3BIACP%2CoBAAA%3B%3BEAFiB%2CoBACV%2CSAEA%3BIACL%2CWAAA%3B%3BEAIe%2CoBAAM%2COAAa%2CYAAS%3BIAC%2FC%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAcW%3BIACX%2CgBAAA%3B%3BEADW%2CYAGH%3BEAHG%2CYAIF%3BIACP%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEARS%2CYAWP%2CIAAU%3BEAXH%2CYAYP%2CIAAe%3BEAZR%2CYAaP%2CIAAiB%3BIACnB%2CuBAAA%3BIACA%2CuBAAA%3B%3B%3BAC%2FLK%3BEH6jBT%2CkBAAA%3BEACA%2CiBAAA%3BEC1fU%2CQAAA%3BEElEV%2CgBAAA%3B%3BAHMC%2CUAAO%3BAACP%2CUAAO%3BEACN%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEAGA%2CcAAA%3B%3BAAED%2CUAAO%3BEACN%2CWAAA%3B%3BAA8lBK%3BEACH%2CmBAAA%3BEC5iBM%2CQAAA%3B%3BAD5DT%2CIAAO%3BAACP%2CIAAO%3BEACN%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEAGA%2CcAAA%3B%3BAAED%2CIAAO%3BEACN%2CWAAA%3B%3BAAmmBgB%3BEACd%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKS%3BEAhBT%2CWAAA%3B%3BAAjBK%2CKAAS%3BEAiBd%2CWAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CWAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CaAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CaAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CaAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CaAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2C0BAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2C0BAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2C2BAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2C2BAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CWAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CWAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CaAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CaAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CaAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CaAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CaAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CaAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CaAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CaAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CWAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CWAAA%3B%3BAA5LS%2CKAAS%3BEAiBd%2CYAAA%3B%3BAAhBM%2CMAAS%3BEA2LnB%2CYAAA%3B%3BAArLW%2COAAS%3BEAMhB%2CmBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CmBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CmBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CiCAAA%3B%3BAANO%2COAAS%3BEAMhB%2CiBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CmBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CiCAAA%3B%3BAANO%2COAAS%3BEAMhB%2CmBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CmBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CiBAAA%3B%3BAANO%2COAAS%3BEAMhB%2CiCAAA%3B%3BAANO%2COAAS%3BEAMhB%2CkBAAA%3B%3BAG%2FlBS%2CeAAM%3BEACnB%2CaAAA%3B%3BAAGa%2CeAAY%3BEACzB%2CYAAA%3B%3BAA0BD%2CmBArBmD%2CuBAAsC%3BEAGjF%3BEACC%3BEACA%3BEACA%3BEACF%3BEACC%3BEACA%3BEACC%3BIACN%2C0BAAA%3BIACA%2CkBAAA%3B%3BEH4nBW%3BIAbT%2C0BAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2C0BAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2C0BAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2C2BAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2C2BAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CWAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CWAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CWAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CWAAA%3B%3BEAPK%2CKAAQ%2CCAAQ%3BIAOrB%2CYAAA%3B%3BEANM%2CMAAQ%2CCAAQ%3BIAMtB%2CYAAA%3B%3BEAIO%2COAAQ%2CCAAQ%3BIAKvB%2CiCAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CiBAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CmBAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CiCAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CmBAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CmBAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CiBAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CiCAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CkBAAA%3B%3BEALO%2COAAQ%2CCAAQ%3BIAKvB%2CkBAAA%3B%3BEGnnBW%3BIACb%2CaAAA%3B%3B%3BAAiCH%2CmBA3BkD%2CuBAAqC%3BEAG3E%3BIACT%2CWAAA%3B%3BEAGK%3BEACA%3BEACA%3BEACA%3BEACC%3BEACA%3BEACA%3BEACF%3BEACA%3BEACA%3BEACA%3BEACC%3BEACA%3BEACC%3BIACN%2CaAAA%3BIACA%2CkBAAA%3B%3BEHynBW%3BIAbT%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAO%3BIAOpB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAO%3BIAMrB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAO%3BIAOpB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAO%3BIAMrB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAO%3BIAOpB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAO%3BIAMrB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAO%3BIAOpB%2CaAAA%3B%3BEANM%2CMAAQ%2CCAAO%3BIAMrB%2CaAAA%3B%3BEAPK%2CKAAQ%2CCAAO%3BIAOpB%2CWAAA%3B%3BEANM%2CMAAQ%2CCAAO%3BIAMrB%2CWAAA%3B%3BEAPK%2CKAAQ%2CCAAO%3BIAOpB%2CYAAA%3B%3BEANM%2CMAAQ%2CCAAO%3BIAMrB%2CYAAA%3B%3BEAIO%2COAAQ%2CCAAO%3BIAKtB%2CiCAAA%3B%3BEALO%2COAAQ%2CCAAO%3BIAKtB%2CmBAAA%3B%3BEALO%2COAAQ%2CCAAO%3BIAKtB%2CmBAAA%3B%3BEALO%2COAAQ%2CCAAO%3BIAKtB%2CiBAAA%3B%3BEALO%2COAAQ%2CCAAO%3BIAKtB%2CiCAAA%3B%3BEALO%2COAAQ%2CCAAO%3BIAKtB%2CkBAAA%3B%3BEALO%2COAAQ%2CCAAO%3BIAKtB%2CkBAAA%3B%3B%3BAG5kBL%2CmBAjCmD%3BEAGvC%3BIACT%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIG%3BIACH%2CcAAA%3B%3BEAIa%3BEACE%3BIACf%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIHsRF%2C8BAAA%3BIACG%2C2BAAA%3BIACK%2CsBAAA%3B%3BEGpRD%3BEACE%3BIACP%2CWAAA%3BIHgRF%2C8BAAA%3BIACG%2C2BAAA%3BIACK%2CsBAAA%3B%3BEG9QD%3BIACL%2CYAAA%3B%3B%3BAAmBH%2CQAZwC%2CuBAAsC%3BEAEjE%3BIACV%2CmBAAA%3BIF7CQ%2CQAAA%3B%3BED5DT%2CWAAO%3BEACP%2CWAAO%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CWAAO%3BIACN%2CWAAA%3B%3BEGoGU%3BEACD%3BIACT%2CyBAAA%3B%3B%3BAAkBH%2CQAZuC%3BEAE3B%3BIACT%2CmBAAA%3BIF5DQ%2CQAAA%3B%3BED5DT%2CUAAO%3BEACP%2CUAAO%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CUAAO%3BIACN%2CWAAA%3B%3BEGmHU%3BEACA%3BIACV%2CcAAA%3B%3B%3B%3B%3B%3BACvIsB%3BEACxB%2CaAAA%3B%3BAAGe%2CgBACV%3B%3B%3B%3BAAaN%2CQAPuC%3BEACrB%3BIACf%2CaAAA%3B%3BEAEwB%3BIACxB%2CcAAA%3B%3B%3B%3BAAOH%2CCAAe%2CeAAQ%3BAACvB%2CCAAe%2CeAAQ%3BAACvB%2CCAAe%2CeAAQ%3BAACvB%2CCAAe%2CeAAQ%3BAACvB%2CCAAe%2CeAAS%3BEACvB%2CiBAAA%3B%3BAAGD%2CCAAe%2CeAAS%3BEACvB%2CcAAA%3B%3B%3B%3B%3BAAQwB%2CyBAAK%3BEAC7B%2C%2BCAAA%3BEACA%2C6BAAA%3BEAA%2BB%2CWAAA%3BEAAa%2CYAAA%3BEAC5C%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAGK%3BAACW%3BAACF%3BEACd%2C%2BCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3B%3BAAKmB%3BEAAE%2C4BAAA%3B%3BAACI%3BEAAE%2CwBAAA%3B%3BAACC%3BEAAE%2C6BAAA%3B%3BAAET%3BEAAE%2C4BAAA%3B%3BAACI%3BEAAE%2C6BAAA%3B%3BAACC%3BEAAE%2C6BAAA%3B%3B%3BAAIhB%3BEAAE%2C6BAAA%3B%3BAACI%3BEAAE%2C6BAAA%3B%3BAACC%3BEAAE%2C6BAAA%3B%3BAAET%3BEAAE%2C6BAAA%3B%3BAACI%3BEAAE%2C6BAAA%3B%3BAACC%3BEAAE%2C6BAAA%3B%3B%3BAAIX%3BEAAE%2C6BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAC%2FC%2CoBAAQ%3BEAC1B%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3B%3B%3BAAIQ%3BEAAE%2C6BAAA%3BEAA%2BB%2CWAAA%3BEAAa%2CYAAA%3B%3B%3B%3B%3BAAOhD%3BEACN%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAGQ%3BEACR%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEe%3BEACf%2C4BAAA%3B%3BAAEO%3BEACP%2C6BAAA%3B%3BAAEc%3BEACd%2C6BAAA%3B%3BAAEM%3BEACN%2C6BAAA%3B%3BAAEa%3BEACb%2C6BAAA%3B%3B%3B%3B%3B%3BAAQY%3BEACb%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3B%3B%3B%3BAAKK%2CCAAqB%2CqBAAM%3BAAC3B%2CCAAqB%2CqBAAM%3BAAC3B%2CCAAqB%2CqBAAQ%3BEAClC%2C6BAAA%3B%3B%3B%3B%3BAAIK%2CCAAuB%2CuBAAM%3BAAC7B%2CCAAuB%2CuBAAM%3BAAC7B%2CCAAuB%2CuBAAQ%3BEACpC%2C6BAAA%3B%3B%3B%3B%3BAAIK%2CCAAO%2CMAAI%2CKAAsB%3BAACjC%2CCAAO%2CMAAI%2CKAAsB%3BAACjC%2CCAAQ%2COAAI%2CKAAuB%3BEACxC%2CgCAAA%3B%3B%3B%3B%3BAAIK%2CCAAO%2CMAAI%2CKAAqB%3BAAChC%2CCAAO%2CMAAI%2CKAAqB%3BAAChC%2CCAAQ%2COAAI%2CKAAsB%3BEACvC%2C2BAAA%3B%3B%3B%3BAAIyB%3BEAAE%2C%2BBAAA%3B%3B%3BAACA%3BEAAE%2C6BAAA%3B%3B%3BAACL%3BEAAE%2C6BAAA%3B%3B%3BAACD%3BEAAE%2C6BAAA%3B%3B%3BAACF%3BEAAE%2CgCAAA%3B%3B%3BAACD%3BEAAE%2CgCAAA%3B%3BAAET%3BEAAE%2C2BAAA%3B%3BAACA%3BEAAE%2C6BAAA%3B%3BAAGlB%3BEACJ%2CoBAAA%3BEACA%2C4BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAeM%2CKAAM%3BEAAE%2CwBAAA%3B%3BAACR%2CKAAQ%3BEAAE%2C8BAAA%3B%3BAACV%2CKAAO%3BEAAE%2C8BAAA%3BEAAgC%2CiBAAA%3B%3BAAGzC%2CKAAY%3BEAAE%2C8BAAA%3BEAAgC%2CiBAAA%3B%3BAACnD%2CKAAa%3BEAAE%2CmCAAA%3BEAAqC%2CkBAAA%3B%3BAACpD%2CKAAkB%3BEAAE%2CiCAAA%3B%3BAACpB%2CKAAW%3BEAAE%2C8BAAA%3B%3BAACb%2CKAAW%3BEAAE%2CiCAAA%3B%3BAACb%2CKAAU%3BEAAE%2CiCAAA%3B%3BAAkBd%2CQAZwC%2CuBAAsC%3B%3B%3BEAEtE%2CEAAQ%3BIAAE%2C6BAAA%3B%3B%3BEAGR%2CQAAoB%2CqBAAQ%3BIACnC%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAC9EH%3BEA9Ia%3BIACV%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3B%3BIAEA%2CmBAAA%3B%3BIACA%2CYAAY%2C%2BDAAZ%3B%3BIACA%2CYAAY%2CgDAAgD%2CyBAAoC%2CyBAAoC%2C0BAApI%3B%3BIACA%2CYAAY%2CkEAAZ%3B%3BIACA%2CYAAY%2C6DAAZ%3B%3BIACA%2CYAAY%2C8DAAZ%3B%3BIACA%2CYAAY%2C0DAAZ%3B%3B%3B%3BEAII%3BIACJ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BIAGA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAXI%2CKAaA%3BIL6vBN%2CaAAA%3BIK3vBI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2C%2BBAAA%3B%3BEAjBE%2CKAqBD%3BIACD%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3B%3B%3B%3BEAUQ%3B%3BIAEV%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEANU%2CWAQL%2CMAAe%3BEARV%2CWASJ%2COAAgB%3BIACpB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CaCbkB%2CiBDalB%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BIAEA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAhCQ%2CWAmCL%2CMAAc%3BEAnCT%2CWAoCJ%2COAAe%3BIACnB%2CkBAAA%3BIACA%2CaCvCkB%2CiBDuClB%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BIAEA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEC%2CWA1BE%2CMAAc%2CcA0BT%3BEAAP%2CWAzBG%2COAAe%2CcAyBX%3BIACN%2CcAAA%3B%3BEA9DM%2CWAkEL%2CMAAa%3BIAChB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEAtEQ%2CWAyEL%2CMAAa%2CaAAM%2CMAAa%3BIACnC%2C2BAAA%3B%3BEA1EQ%2CWA6EL%2CMAAc%3B%3BIAEjB%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBL%2CmBApBmD%2CuBAAsC%3BEAElF%2CKAAG%3BIACP%2CUAAA%3BIACA%2CeAAA%3B%3BEAGU%3BIACV%2CWAAA%3B%3BEAGU%3BIACV%2CUAAA%3BIACA%2CYAAA%3B%3BEAGI%3BIACJ%2CQAAA%3B%3B%3BAEVH%3B%3B%3B%3BEAxJQ%3BIACL%2CyBAAA%3BIACA%2C6BAAA%3B%3BEAFK%2CMAIF%3BIACC%2CgBAAA%3BIACA%2CgBAAA%3B%3BEANC%2CMASF%2CGACA%3BEAVE%2CMASF%2CGACO%3BIACN%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAbC%2CMAiBC%3BIACJ%2CgBAAA%3B%3BEAIC%2CMADK%2CQACM%3BIACV%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CmBAAA%3B%3BIACA%2CYAAY%2CiDAAZ%3B%3BIACA%2CYAAY%2CgDAAgD%2CyBAAoC%2CwBAAhG%3B%3BIACA%2CYAAY%2CoDAAZ%3B%3BIACA%2CYAAY%2C%2BCAAZ%3B%3BIACA%2CYAAY%2CgDAAZ%3B%3BIACA%2CYAAY%2C4CAAZ%3B%3B%3B%3BEAID%2CMAfK%2CQAeO%3B%3BIAEX%2CiCAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BIACA%2CYAAY%2C4EAAZ%3B%3BIACA%2CYAAY%2CgDAAgD%2CyBAAoC%2CyBAAoC%2C0BAAqC%2C0BAAzK%3B%3BIACA%2CYAAY%2C%2BEAAZ%3B%3BIACA%2CYAAY%2C0EAAZ%3B%3BIACA%2CYAAY%2C2EAAZ%3B%3BIACA%2CYAAY%2CuEAAZ%3B%3B%3B%3BEA%2FCC%2CMAqBG%2CQA8BE%2CSAAa%2CYAAQ%3BIACzB%2CgBAAA%3B%3BEApDD%2CMAwDM%3BIACT%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BINSM%2CQAAA%3B%3BED5DT%2CMOgDY%2CWPhDL%3BEACP%2CMO%2BCY%2CWP%2FCL%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CMOwCY%2CWPxCL%3BIACN%2CWAAA%3B%3BEOjBK%2CMAwDM%2CWAMN%3BIACD%2CYAAA%3B%3BEA%2FDC%2CMAwDM%2CWAUR%3BEAlEE%2CMAwDM%2CWAUJ%3BIACH%2CcAAA%3BIACA%2CUAAA%3B%3BEApEC%2CMAwDM%2CWAeP%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAzEC%2CMAwDM%2CWAoBP%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEA9EC%2CMAkFQ%3BIACX%2CcAAA%3B%3BEAnFG%2CMAkFQ%2CaAGN%3BIACH%2CSAAA%3B%3BEAtFC%2CMAkFQ%2CaAOH%3BIACN%2CSAAA%3BIACA%2CWAAA%3B%3BEA3FC%2CMAkFQ%2CaAYR%2CGACE%3BIACD%2CWAAA%3BIACA%2CmBAAA%3B%3BEAjGD%2CMAkFQ%2CaAYR%2CGAKS%3BIACR%2CqBAAA%3B%3BEApGD%2CMAkFQ%2CaAYR%2CGASK%3BIACJ%2CgBAAA%3B%3BEAxGD%2CMAkFQ%2CaA0BR%3BIACD%2CiBAAA%3B%3BEA7GC%2CMAkFQ%2CaA8BF%2CUAAW%2CWAAQ%3BIAC1B%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAnHC%2CMAkFQ%2CaAoCJ%2CQAAa%2CYAChB%2CGAAO%3BIACP%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BEA1HD%2CMAkFQ%2CaAoCJ%2CQAAa%2CYAOX%3BIACL%2CSAAA%3BIACA%2CmBAAA%3B%3BEA%2FHD%2CMAkFQ%2CaAoCJ%2CQAAa%2CYAOX%2COAGG%3BIACN%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlIH%2CMAkFQ%2CaAoCJ%2CQAAa%2CYAgBZ%2COAAe%3BIACnB%2CeAAA%3B%3BEAvID%2CMA4IM%3BIACT%2CgBAAA%3B%3BEA7IG%2CMAgJI%3BIACP%2CaAAA%3B%3BEAjJG%2CMAoJG%2CQAAU%3BIAChB%2CeAAA%3B%3B%3BAA8CL%2CQAvCwC%2CuBAAsC%3BEAEtE%3BIACL%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAHK%2CMAKS%3BIACZ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAVG%2CMAaM%3BIACT%2CaAAA%3B%3BEAdG%2CMAaM%2CWAGD%3BIAEN%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAnBC%2CMAaM%2CWAGD%2CQAKH%3BIACD%2CgCAAA%3BIACA%2CsBAAA%3B%3BEAvBD%2CMAaM%2CWAGD%2CQAUJ%2CGAAW%2CUAAG%3BIACd%2CgCAAA%3BIACA%2CsBAAA%3B%3BEA5BD%2CMAiCM%3BIACT%2CsBAAA%3B%3B%3BAAiIL%2CQA1HuC%3BEAC%2FB%3BIACL%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAJK%2CMAKE%3BIACL%2CwBAAA%3BIACA%2CqBAAA%3B%3BEAPG%2CMASF%2CIAAa%3BIACd%2CWAAA%3B%3BEAVG%2CMAaI%2CSAAG%2CGAAG%2CGACZ%3BEAdE%2CMAaI%2CSAAG%2CGAAG%2CGAEZ%2CEAAQ%3BIACP%2CcAAA%3B%3BEACC%2CMAJI%2CSAAG%2CGAAG%2CGACZ%2CEAGS%3BEAAP%2CMAJI%2CSAAG%2CGAAG%2CGAEZ%2CEAAQ%2COAEC%3BIACN%2CcAAA%3B%3BEAlBD%2CMAuBQ%2CaAAG%2CGAAG%3BIACjB%2CWAAA%3B%3BEAxBG%2CMA2BQ%2CaAER%3BIACD%2CaAAA%3B%3BEA9BC%2CMA2BQ%2CaAMJ%2CQAAa%2CYAChB%2CGAAO%3BIACP%2CcAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3B%3BEAtCD%2CMA2BQ%2CaAMJ%2CQAAa%2CYAChB%2CGAAO%2CMAKL%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAzCH%2CMA2BQ%2CaAMJ%2CQAAa%2CYAYX%3BIACL%2CSAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3B%3BEAhDD%2CMA2BQ%2CaAMJ%2CQAAa%2CYAYX%2COAKG%3BIACN%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEArDH%2CMA2BQ%2CaAMJ%2CQAAa%2CYAwBZ%2COAAe%3BIACnB%2CmBAAA%3B%3BEA1DD%2CMA%2BDE%3BEA%2FDF%2CMA%2BDW%2CQAAU%3BEA%2FDrB%2CMA%2BDyB%2CGAAM%3BIAClC%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3BIP6LF%2CyBAAA%3BIACA%2CkBAAkB%2C2CAAlB%3BIACA%2CkBAAkB%2CsCAAsC%2CeAAmB%2CYAA3E%3BIACA%2CkBAAkB%2C8CAAlB%3BIACA%2CkBAAkB%2CyCAAlB%3BIACA%2CkBAAkB%2C4CAAlB%3BIACA%2C2BAAA%3BIACA%2CsHAAA%3B%3BEOtQK%2CMA%2BDE%2CQAKF%3BEApEA%2CMA%2BDW%2CQAAU%2CUAKrB%3BEApEA%2CMA%2BDyB%2CGAAM%2CKAK%2FB%3BIACD%2CoBAAA%3BIACA%2CSAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3B%3BEAzEC%2CMA%2BDE%2CQAYJ%3BEA3EE%2CMA%2BDW%2CQAAU%2CUAYvB%3BEA3EE%2CMA%2BDyB%2CGAAM%2CKAYjC%3BEA3EE%2CMA%2BDE%2CQAYG%3BEA3EL%2CMA%2BDW%2CQAAU%2CUAYhB%3BEA3EL%2CMA%2BDyB%2CGAAM%2CKAY1B%3BIACN%2CmBAAA%3BIACA%2CoBAAA%3B%3BEA7EC%2CMA%2BDE%2CQAgBF%3BEA%2FEA%2CMA%2BDW%2CQAAU%2CUAgBrB%3BEA%2FEA%2CMA%2BDyB%2CGAAM%2CKAgB%2FB%3BIACD%2CoBAAA%3BIACA%2CUAAA%3B%3BEAjFC%2CMA%2BDE%2CQAgBF%2CGAGE%3BEAlFF%2CMA%2BDW%2CQAAU%2CUAgBrB%2CGAGE%3BEAlFF%2CMA%2BDyB%2CGAAM%2CKAgB%2FB%2CGAGE%3BIACD%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3B%3BEAtFD%2CMA%2BDE%2CQAgBF%2CGASC%2CGAAI%3BEAxFL%2CMA%2BDW%2CQAAU%2CUAgBrB%2CGASC%2CGAAI%3BEAxFL%2CMA%2BDyB%2CGAAM%2CKAgB%2FB%2CGASC%2CGAAI%3BIACJ%2C6BAAA%3B%3BEAzFD%2CMA6FE%2CQAAW%2CUACf%2CEAAM%3BIACL%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CWAAA%3B%3BEAjGC%2CMA6FE%2CQAAW%2CUAMZ%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEArGC%2CMA6FE%2CQAAW%2CUAUb%3BIACD%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3GC%2CMA6FE%2CQAAW%2CUAUb%2CGAKE%3BIACD%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2CyCAAA%3BIACA%2CoCAAA%3B%3BEAhHD%2CMA6FE%2CQAAW%2CUAUb%2CGAKE%2CGAKC%3BIACA%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgFX%3BEApYI%3BEAAM%3BEAAK%3BEAAM%3BEAAK%3BEAAK%3BIAC5B%2CuBFwC8B%2CkBAAkB%2CeAAe%2C4BAA4B%2CsBExC3F%3B%3BEAGG%3BIACH%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BIAEA%2C8BAAA%3BIACA%2CkBAAA%3B%3B%3BEAKA%3BEAAI%3BEAAI%3BEAAI%3BEAAI%3BEAAK%3BIACrB%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3BEAJA%2CEAME%3BEANE%2CEAMF%3BEANM%2CEAMN%3BEANU%2CEAMV%3BEANc%2CEAMd%3BEANmB%2CEAMnB%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAKD%3BIACD%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEC%2CEAAW%3BIACV%2CuBAAA%3BIACA%2CaFKkB%2C4CELlB%3BIACA%2CmBAAA%3B%3BEAKD%3BIACD%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGC%3BIACD%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGC%3BIACD%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGC%3BIACD%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGC%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGK%3BEACI%3BEACI%3BIACb%2CuBAAA%3B%3BEAGU%3BIACV%2CgBAAA%3B%3BEAGW%3BIACX%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEALW%2CYAOV%2CEAAa%3BIACZ%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAMO%3B%3B%3BEAKH%3BIACN%2CoBAAA%3B%3BEAMc%3BIAEd%2CmBAAA%3B%3BEAFc%2CeAIP%2COAED%3BIACF%2CeAAA%3B%3BEAGD%2CeANI%2COAMQ%2CWAAI%3BIACf%2CaAAA%3B%3BEAGD%2CeAVI%2COAUS%3BIACZ%2CaAAA%3B%3B%3BEASJ%3BEAAI%3BEAAK%3BIACT%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGC%3BIACD%2CuBAAA%3BIACA%2CoBAAA%3B%3BEAFC%2CEAIE%3BIACD%2CaAAA%3BIACA%2CqBAAA%3B%3BEAKD%3BIACD%2CwBAAA%3B%3BEADC%2CEAGE%3BIACD%2CaAAA%3BIACA%2CwBAAA%3B%3BEALD%2CEAQE%3BIACD%2CuBAAA%3BIACA%2CaAAA%3B%3BEAKD%3BIACD%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAHC%2CEAKA%3BEALA%2CEAKI%3BIACH%2CSAAA%3BIACA%2CcAAA%3B%3BEAPD%2CEAUC%3BIACA%2CcAAA%3B%3BEAXD%2CEAcC%3BEAdD%2CEAcM%2CGAAE%3BEAdR%2CEAca%2CGAAG%2CGAAE%3BEAdlB%2CEAcuB%2CGAAG%2CGAAG%2CGAAG%3BIAC%2FB%2CcAAA%3B%3BEAKD%3BIACD%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGC%3BIACD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGC%3BIACD%2CgBAAA%3B%3BEADC%2CEAGC%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEALD%2CEAQE%3BIACD%2CeAAA%3B%3BEAKW%3BIACb%2CQAAA%3B%3BEAEY%2CcAAO%3BEACP%2CcAAO%3BIACnB%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAEY%2CcAAO%3BIACnB%2CWAAA%3B%3BEAEa%2CcAAG%3BIAChB%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAEa%2CcAAG%3BIAChB%2CgBAAA%3B%3B%3BEAIA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHA%2CCAKI%3BIACF%2CSAAA%3B%3BEANF%2CCASE%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3B%3BEAKI%3BIACN%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEQ%3BEAAM%3BEAAI%3BIAClB%2CsBFrO6B%2C%2BBEqO7B%3BIACA%2CkBAAA%3B%3BEAES%3BIACT%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEQ%2CUAAQ%3BIAChB%2CSAAS%2COAAT%3B%3BEAEQ%2CUAAO%3BIACf%2CSAAS%2COAAT%3B%3BEAEI%3BEAAI%3BIACR%2CiBAAA%3B%3BEAEA%3BEAAI%3BIACJ%2CkBAAA%3B%3BEAEE%3BIACF%2CmBAAA%3B%3BEAEI%3BIACJ%2CiBAAA%3B%3BEAEC%3BEAAM%3BEAAK%3BEAAI%3BEAAM%3BEAAM%3BIAC5B%2CcAAA%3B%3BEAEE%3BIACF%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAEC%3BEAAO%3BIACR%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEC%3BEAAM%3BEAAK%3BEAAK%3BIACjB%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEC%3BEAAM%3BIACP%2CkBAAA%3B%3BEAEK%3BEAAO%3BIACZ%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3B%3BEAEC%3BEAAM%3BIACP%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3B%3BEAEE%3BIACF%2CWAAA%3B%3BEAEE%3BIACF%2CeAAA%3B%3BEAEG%3BIACH%2CmBAAA%3BIACA%2CcAAA%3B%3B%3BEAKA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3B%3BEAEC%2CCAAS%3BIACR%2CcAAA%3B%3BEAGD%2CCAAQ%3BIACP%2CaAAA%3B%3BEAGD%2CCAAM%3BEAAG%2CCAAO%3BEAAG%2CCAAO%3BIACzB%2CcAAA%3B%3B%3BEAOD%3BEAAS%3BIACV%2CSAAA%3B%3BEAEQ%3BIACR%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CCAAK%2CKAAU%3B%3BIACf%2CUAAA%3B%3B%3BEAEQ%3BIACR%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2C%2BCAAA%3BIACA%2C4CAAA%3BIACA%2CuCAAA%3B%3B%3BEAKG%3BEAAW%3BIACd%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAmUH%3B%3B%3B%3BEAxTa%3BIACV%2CWAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAGW%3BIACX%2CYAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAGM%3BIACN%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAGO%3BEACR%2CCAAS%3BEACN%2CIAAU%3BIACZ%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGQ%2CSAAC%2CEAAQ%3BIACjB%2CgCAAA%3B%3BEAGS%3BIACT%2CaAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIR9JF%2CgDAAA%3BIACG%2C6CAAA%3BIACK%2CwCAAA%3BIQ8JN%2CUAAA%3B%3BEAGW%3BIACX%2CkBAAA%3B%3BEAGG%3BIACH%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BEAGO%3BIACP%2CYAAA%3B%3BEAEK%3BIACL%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGI%2CKAAS%3BIACb%2CYAAA%3B%3B%3B%3B%3BEAOG%3BIACH%2CwBAAwB%2CmCAAxB%3B%3BEAEG%3BIACH%2CwBAAwB%2CoCAAxB%3B%3B%3B%3B%3BEAKK%3BIACL%2CwBAAwB%2CoCAAxB%3B%3BEAEI%3BIACJ%2CwBAAwB%2CmCAAxB%3B%3BEAES%3BIACT%2CwBAAwB%2CwCAAxB%3B%3BEAEK%3BIACL%2CwBAAwB%2CoCAAxB%3B%3BEAES%3BIACT%2CwBAAwB%2CwCAAxB%3B%3BEAEO%3BIACP%2CwBAAwB%2CsCAAxB%3B%3BEAEK%3BIACL%2CwBAAwB%2CoCAAxB%3B%3BEAEK%3BIACL%2CwBAAwB%2CoCAAxB%3B%3BEAES%3BIACT%2CwBAAwB%2CwCAAxB%3B%3BEAEM%3BIACN%2CwBAAwB%2CqCAAxB%3B%3BEAEK%3BIACL%2CwBAAwB%2CoCAAxB%3B%3B%3B%3B%3BEAQI%3BEACA%3BEACF%3BIACF%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEK%2CMAAI%3BIACT%2CaAAA%3B%3BEAED%2CCAAQ%3BEACE%3BIACT%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAED%2CCAAS%2CQAAC%3BEACA%2CUAAE%3BIACX%2CcAAA%3BIACA%2CcAAA%3B%3BEAEI%2CMAAW%3BEACX%2CMAAW%3BEACX%2CMAAY%3BEACZ%2CMAAa%3BIACjB%2CcAAA%3B%3BEAEM%2COAAM%2COAAW%3BEACjB%2COAAM%2COAAW%3BEACjB%2COAAM%2COAAY%3BEAClB%2COAAM%2COAAa%3BIACzB%2CkBAAA%3BIACA%2CaAAA%3B%3B%3BEAGD%2CCAAO%3BEACP%2CCAAO%3BEACP%2CCAAO%3BEACN%2CEAAQ%3BIACR%2C4BAAA%3B%3BEAEU%3BIACV%2CcAAA%3B%3BEAEA%2CEAAO%3BEACP%2CEAAO%3BEACP%2CEAAQ%3BIACR%2C2BAAA%3BIACA%2CqBAAA%3B%3BEAGA%2CCAAO%3BEACP%2CCAAE%2CEAAO%3BEACT%2CCAAO%3BEACP%2CCAAE%2CEAAO%3BEACT%2CCAAO%3BEACP%2CCAAE%2CEAAQ%3BIACV%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGD%2CCAAY%3BIACX%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGU%2CWAAO%3BEACP%2CWAAO%3BEACP%2CWAAQ%3BIAClB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGC%2CEAAc%2CcAAO%3BEACrB%2CEAAc%2CcAAO%3BEACrB%2CEAAc%2CcAAQ%3BIACvB%2CiBAAA%3B%3BEAGU%2CWAAM%3BIAChB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGS%3BIACT%2CcAAA%3BIACA%2CWAAA%3B%3BEAGS%2CUAAM%3BIACf%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGS%2CUAAQ%3BIACjB%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BEAIS%3BEACO%3BIAChB%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEALS%2CWAOH%3BEANU%2CiBAMV%3BIACJ%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAKc%2CiBAAM%3BIACtB%2CgBAAA%3B%3BEAGS%2CUAAK%3BEACC%2CgBAAM%3BIACrB%2CgBAAA%3BIACA%2CcAAA%3B%3BEAHS%2CUAAK%2CMAKF%3BEAJG%2CgBAAM%2CMAIT%3BIACV%2CkBAAA%3B%3BEAKK%3BIACP%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEC%2CQAAS%3BIACR%2CSAAS%2CGAAT%3B%3B%3BEAKK%3BIACP%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAEO%2CQAAQ%3BIACf%2CcAAA%3B%3B%3BEAGS%3BIACT%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAES%2CUAAG%3BIACZ%2CcAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEI%2CKAAW%2CWAAG%3BIAClB%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEK%2CMAAW%2CWAAG%3BIACnB%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAES%2CUAAY%2CYAAM%3BIAC3B%2CkBAAA%3B%3B%3BEAIS%3BIACT%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAES%2CUAAG%3BIACZ%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAEI%2CKAAW%2CWAAG%3BIAClB%2CgBAAA%3BIACA%2CSAAA%3B%3B%3BAAYH%2CQANwC%3BEAC%2FB%3BEAEP%3BIACC%2CaAAA%3B%3B%3BAA0CH%2CQArCwC%2CuBAAsC%3BEAElE%3BIACT%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGU%2CWAAM%3BIAChB%2CYAAA%3BIACA%2CqBAAA%3B%3BEAGG%2CKACD%2CGAAY%2CYAEX%2CEAAa%3BEAHE%2CYAChB%2CGAAY%2CYAEX%2CEAAa%3BEAHb%2CKAED%2CGAAa%2CYACZ%2CEAAa%3BEAHE%2CYAEhB%2CGAAa%2CYACZ%2CEAAa%3BIACZ%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKK%3B%3B%3BEAKF%3BIACP%2CaAAA%3B%3BEAGK%2COAAgB%3BIACrB%2C4BAAA%3B%3B%3BAA0BH%2CQAnBuC%3BEACnC%3BIACD%2CcAAA%3B%3BEAEC%3BIACD%2CgBAAA%3B%3BEAES%3BIACT%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAES%3BEACE%3BIACX%2CiBAAA%3B%3BEAGc%3BIACd%2CiBAAA%3B%3B%3BACkDH%3B%3B%3B%3B%3BEAh0BO%3BIACJ%2CmBAAA%3B%3B%3BEAIM%3BIACN%2CmBAAA%3B%3BEAGK%3BIACL%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAGa%3BIACb%2CgCAAA%3BIACA%2CmBAAA%3B%3BEAGM%3BIACN%2CoBAAA%3B%3B%3BEAIM%3BIACN%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAGM%2COAAK%3BIACX%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3B%3B%3BEAID%2CCAAM%3BEACH%2CIAAM%3BEACL%2CKAAO%3BIACV%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAIO%3BIACP%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEC%2CSAAS%3BIACR%2CgBAAA%3B%3BEAOC%2CKAAU%3BIACb%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BEAII%2CMAAQ%2COAEP%2CMAAO%3BIACV%2CgBAAA%3BIACA%2CWAAA%3B%3BEAJE%2CMAAQ%2COAON%2CMAAO%3BEAPT%2CMAAQ%2COAQL%2COAAO%3BEARV%2CMAAQ%2COASN%2CMAAO%2CQAAM%3BEATf%2CMAAQ%2COAUL%2COAAO%2CQAAO%3BIACnB%2CiBAAA%3B%3B%3BEAMO%3BIACT%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3B%3B%3BEAIS%3BIACT%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2C%2BBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BEAIG%3BEACG%3BEACF%3BEACG%3BIACP%2C8BAAA%3BIACA%2CcAAA%3B%3B%3BEAIG%2CKAAK%3BEACL%2CKAAc%3BIACjB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAGG%2CKAAM%3BEACN%2CKAAK%2CKAAM%3BEACX%2CKAAa%2CaAAM%3BEACnB%2CKAAO%3BEACP%2CKAAK%2CKAAO%3BEACZ%2CKAAa%2CaAAO%3BEACpB%2CKAAM%3BEACN%2CKAAK%2CKAAM%3BEACX%2CKAAa%2CaAAO%3BIACvB%2CaAAA%3BIACA%2CqBAAA%3B%3BEAGG%2CKAAY%3BIACf%2CaAAA%3B%3BEAGG%2CKAAa%3BIAChB%2CaAAA%3B%3B%3BEAIM%2CQAAU%3BIAChB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAGM%2CQAAM%3BEACN%2CQAAS%2CSAAM%3BEACf%2CQAAO%3BEACP%2CQAAS%2CSAAO%3BEAChB%2CQAAM%3BEACN%2CQAAS%2CSAAO%3BIACtB%2CaAAA%3BIACA%2CqBAAA%3B%3B%3BEAII%2CMAAQ%3BIACZ%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGI%2CMAAM%3BEACN%2CMAAO%2COAAM%3BEACb%2CMAAO%3BEACP%2CMAAO%2COAAO%3BEACd%2CMAAM%3BEACN%2CMAAO%2COAAO%3BIAClB%2CqBAAA%3B%3BEAGM%2COAAS%3BIACf%2CcAAA%3B%3BEAGI%2CMAAc%3BIAClB%2CeAAA%3B%3BEAGI%2CMAAe%3BIACnB%2CgBAAA%3B%3B%3BEAIG%2CKAAO%3BIACV%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAGW%3BIACX%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGM%3BIACN%2CoBAAA%3BIACA%2CoBAAA%3B%3BEAGM%2COAAK%2CMAAO%3BIAClB%2CgBAAA%3B%3B%3B%3B%3BEAOe%2CgBAAa%3BIAC5B%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BEAIG%2CKAAU%3BIACb%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAGc%3BIACd%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGU%3BIACV%2CoBAAA%3BIACA%2CoBAAA%3B%3BEAGU%2CWAAK%2CMAAU%3BIACzB%2CgBAAA%3B%3B%3B%3B%3BEAOqB%3BIACrB%2CUAAA%3B%3BEAGmB%2CoBAAgB%3BIACnC%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGI%2CMAAU%3BIACd%2CYAAA%3BIACA%2CaAAA%3B%3BEAGI%2CMAAS%2CSAAO%3BIACpB%2CcAAA%3B%3BEAGG%2CKAAe%3BEACd%2CMAAO%3BEACZ%2CCAAO%3BEACH%2CKAAQ%3BIACX%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BIAEA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3B%3BEAIG%2CKAAe%3BEACf%2CKAAc%3BEACd%2CKAAO%3BEACP%2CKAAiB%3BEAChB%2CMAAO%3BEACP%2CMAAkB%3BIACtB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3B%3BIAEA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAGG%2CKAAiB%3BEAAQ%2CMAAkB%3BIAC9C%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAGG%2CKAAe%2CeAAM%3BEAAO%2CKAAe%2CeAAM%3BEAAO%2CKAAe%2CeAAO%3BEAAQ%2CMAAO%2COAAM%3BEAAQ%2CMAAO%2COAAM%3BEAAQ%2CMAAO%2COAAO%3BEAAG%2CCAAO%2COAAM%3BEAAG%2CCAAO%2COAAM%3BEAAG%2CCAAO%2COAAQ%3BIACnM%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAGG%2CKAAe%2CeAAM%3BEAAO%2CKAAc%2CcAAM%3BEAAO%2CKAAe%2CeAAM%3BEAAO%2CKAAc%2CcAAM%3BEAAO%2CKAAe%2CeAAO%3BEAAO%2CKAAc%2CcAAO%3BEAAO%2CKAAO%2COAAM%3BEAAO%2CKAAO%2COAAM%3BEAAO%2CKAAO%2COAAO%3BEAAQ%2CMAAO%2COAAM%3BEAAQ%2CMAAO%2COAAM%3BEAAQ%2CMAAO%2COAAO%3BEAAO%2CKAAiB%2CiBAAM%3BEAAO%2CKAAiB%2CiBAAM%3BEAAO%2CKAAiB%2CiBAAO%3BEAAQ%2CMAAiB%2CiBAAM%3BEAAQ%2CMAAiB%2CiBAAM%3BEAAQ%2CMAAiB%2CiBAAQ%3BIAC1d%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAGG%2CKAAe%2CeAAS%3BEACxB%2CKAAc%2CcAAS%3BEACvB%2CKAAe%2CeAAS%3BEACxB%2CKAAe%2CeAAS%2CSAAM%3BEAC9B%2CKAAc%2CcAAS%2CSAAM%3BEAC7B%2CKAAe%2CeAAS%2CSAAM%3BEAC9B%2CKAAO%2COAAS%3BEAChB%2CKAAO%2COAAS%2CSAAM%3BEACrB%2CMAAO%2COAAS%3BEAChB%2CMAAO%2COAAS%2CSAAM%3BEACvB%2CKAAiB%2CiBAAS%3BEAC1B%2CKAAiB%2CiBAAS%2CSAAM%3BEAC%2FB%2CMAAiB%2CiBAAS%3BEAC1B%2CMAAiB%2CiBAAS%2CSAAO%3BIACrC%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGS%3BIACT%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFS%2CUAID%3BIACN%2CWAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEARO%2CUAWF%2CQAAM%3BEAXJ%2CUAYF%2CQAAO%3BEAZL%2CUAaF%2CQAAO%3BIACZ%2CiBAAA%3B%3BEACC%2CUAJI%2CQAAM%2CMAIG%3BEAAb%2CUAHI%2CQAAO%2COAGE%3BEAAb%2CUAFI%2CQAAO%2CMAEE%3BIACZ%2CcAAA%3B%3BEAhBK%2CUAoBF%2CQAAa%3BIAClB%2C8BAAA%3BIACA%2CmCAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3BIACA%2CsCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3B%3BEA3BO%2CUA8BF%2CQAAY%3BIACjB%2CoCAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CuCAAA%3BIACA%2CmCAAA%3BIACA%2C%2BBAAA%3B%3BEApCO%2CUAuCF%2CQAAY%2CYAAO%3BIACxB%2CSAAA%3BIACA%2C8BAAA%3B%3BEAzCO%2CUA4CF%3BEA5CE%2CUA6CF%2CQAAM%3BEA7CJ%2CUA8CF%2CQAAM%3BEA9CJ%2CUA%2BCF%2CQAAQ%3BIACb%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAIS%3BIACX%2CyBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CsDAAA%3BIACA%2CmDAAA%3BIACA%2C8CAAA%3B%3B%3BEAII%2CMAAQ%3BIACZ%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAGI%2CMAAQ%2COAAW%3BIACvB%2CcAAA%3BIACA%2CsBAAA%3B%3BEAGU%3BIACV%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAGU%2CWAAQ%3BIAClB%2CcAAA%3BIACA%2CWAAA%3B%3BEAGU%2CWAAgB%3BIAC1B%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAGU%2CWAAM%3BIAChB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGU%2CWAAS%3BIACnB%2CeAAA%3BIACA%2C6BAAA%3B%3BEAGU%2CWAAK%2CMAAe%3BEAAc%2CWAAK%2CMAAQ%3BIACzD%2CWAAA%3B%3BEAEC%2CWAHc%2CMAAe%2CeAGjB%3BEAAZ%2CWAHgD%2CMAAQ%2COAG5C%3BIACX%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BEAKQ%2CWAEH%3BIACL%2CWAAA%3BIACA%2CgBAAA%3B%3BEAJQ%2CWAOJ%3BEAPI%2CWAQL%3BEARK%2CWASA%3BIACR%2CUAAA%3B%3B%3B%3B%3B%3BEAUc%3BEACF%3BIACd%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3B%3BEAIG%2CKAAgB%3BEACf%2CMAAiB%3BIACrB%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3B%3BEAImB%2CoBAAmB%3BIACtC%2CiBAAA%3B%3B%3BEAIe%2CgBAAgB%3BIAC%2FB%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGc%3BIACd%2CcAAA%3B%3B%3BEAIe%3BIACf%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGc%2CgBAAM%3BEACC%3BIACrB%2CyBAAA%3B%3BEAGoB%2CqBAClB%2CGAAQ%3BIACR%2CWAAA%3B%3BEAIa%3BIACf%2CaAAA%3B%3BEAGY%3BIACZ%2CaAAA%3B%3BEAGa%3BIACb%2CcAAA%3B%3BEADa%2CcAGX%2CGAAuB%3BIACvB%2CuBAAA%3B%3BEAIS%3BIACX%2CWAAA%3B%3B%3BEAIwB%3BIACxB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3B%3BEAGwB%2CyBAAK%3BEACL%2CyBAAK%2CMAAO%3BIACpC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAGwB%2CyBAAK%3BIAC7B%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAGwB%2CyBAAE%3BIAC1B%2CoBAAA%3B%3B%3BEAIoB%2CqBAAG%3BIACvB%2CkBAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAGoB%2CqBAAE%2CGAAwB%3BIAC9C%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGoB%2CqBAAG%2CGAAG%3BIAC1B%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGoB%2CqBAAG%2CGAAG%3BIAC1B%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAGoB%2CqBAAG%2CGAAG%2CGAAC%3BEACP%2CqBAAG%2CGAAG%2CGAAK%3BIAC%2FB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGoB%2CqBAAG%2CGAAG%2CGAAG%2CGAAE%3BIAC%2FB%2CiBAAA%3B%3BEAGoB%2CqBAAG%2CGAAG%2CGAAK%3BIAC%2FB%2CcAAA%3B%3BEAGoB%2CqBAAG%2CGAAE%2CGAA0B%2CyBAAC%3BEAChC%2CqBAAG%2CGAAE%2CGAAuB%2CsBAAE%3BIAClD%2CyBAAA%3B%3B%3BEAIoB%2CqBAAG%2CGAAE%2CGAAwB%3BIACjD%2CaAAA%3B%3B%3B%3B%3BEAQW%3BIACX%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHW%2CYAKF%3BIACP%2CgCAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIT2BJ%2CaAAA%3BISzBI%2CyBAAA%3B%3BEAbS%2CYAKF%2CSAUD%3BIACJ%2CoBAAA%3BIACA%2CUAAA%3B%3BEAjBO%2CYAKF%2CSAeS%3BIACd%2CmBAAA%3B%3BEArBO%2CYAKF%2CSAmBJ%3BIACD%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEA3BO%2CYAKF%2CSAmBJ%2CGAKE%3BIACD%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAhCK%2CYAKF%2CSAmBJ%2CGAWE%3BIACD%2CmBAAA%3B%3BEApCK%2CYAKF%2CSAoCN%2CEAAO%3BIACN%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEA5CO%2CYAKF%2CSAoCN%2CEAAO%2CMAKF%2CKAAgB%3BIAClB%2CgBAAA%3BIACA%2CcAAA%3B%3BEAhDK%2CYAKF%2CSAgDN%2CEAAQ%3BIACP%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEA3DO%2CYAKF%2CSAyDN%2CEAAW%3BIACV%2CcAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3B%3BEAEC%2CYAlEI%2CSAyDN%2CEAAW%2CUASD%3BIACP%2CiCAAA%3B%3B%3BAAkCT%2CmBAvBqC%3BEAEvB%2CYAEF%2CSAEN%2CEAAO%3BIACN%2CgCAAA%3B%3BEALO%2CYAEF%2CSAMN%2CEAAW%3BIACV%2CiCAAA%3B%3BEAEC%2CYATI%2CSAMN%2CEAAW%2CUAGD%3BIACP%2CiCAAA%3B%3B%3BAAoFT%2CmBAzEmD%3BEAI%2FC%2CMAAQ%2COAEF%2CMAAK%3BEAFX%2CMAAQ%2COAGF%2CMAAc%3BIACjB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEANH%2CMAAQ%2COASU%3BIACf%2CaAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAZH%2CMAAQ%2COAeF%2CMAAe%3BEAfrB%2CMAAQ%2COAgBF%2CMAAc%3BEAhBpB%2CMAAQ%2COAiBF%2CMAAO%3BEAjBb%2CMAAQ%2COAkBF%2CMAAiB%3BEAlBvB%2CMAAQ%2COAmBD%2COAAO%3BEAnBd%2CMAAQ%2COAoBD%2COAAkB%3BIACtB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAKH%2CMAAQ%3BIACP%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAJD%2CMAAQ%2COAMG%3BEANX%2CMAAQ%2COAOK%3BIACV%2CeAAA%3B%3BEAxCC%2CMA6CM%3BIACT%2CeAAA%3B%3BEAKA%2CIAAM%3BEACL%2CKAAO%3BIACV%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGW%3BIACX%2CcAAA%3B%3BEAGU%2CWAAK%2CMAAe%3BEACpB%2CWAAK%2CMAAQ%3BIACvB%2CYAAA%3B%3BEAGS%3BEACH%3BIACN%2CcAAA%3B%3B%3BAC%2FkBH%3B%3B%3B%3B%3BEAjVO%3BIACJ%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CcAAA%3B%3BEARI%2CKAUF%3BEAVE%2CKAWD%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIAEA%2CyBAAA%3B%3BEAlBE%2CKAUF%2CGAUa%3BEApBX%2CKAWD%2CGASY%3BIACX%2CaAAA%3B%3BEAGD%2CKAdD%2CGAcS%3BEAAR%2CKAbA%2CGAaQ%3BIACP%2CmBAAA%3B%3BEAGD%2CKAlBD%2CGAkBQ%3BEAAP%2CKAjBA%2CGAiBO%3BIACN%2CiBAAA%3B%3BEA7BA%2CKAiCD%3BIACD%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEC%2CKAJA%2CGAIU%3BIACT%2CmBAAA%3B%3BEAtCA%2CKA2CD%3BIACD%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7CE%2CKAgDF%2CGAAS%2CQAEP%3BEAlDA%2CKAgDF%2CGAAS%2CQAGN%3BIACD%2CmBAAA%3BIACA%2CaJJgB%2CyCIIhB%3B%3BEArDA%2CKA0DI%3BIACN%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA%2FDE%2CKAkEC%2CMAGA%3BEArED%2CKAmEE%2CMAED%3BIAED%2CiCAAA%3BIACA%2CqCAAA%3B%3BEAxEA%2CKAkEC%2CMASA%2CGAAU%3BEA3EX%2CKAmEE%2CMAQD%2CGAAU%3BIAEX%2CiCAAA%3BIACA%2CwCAAA%3B%3BEA9EA%2CKAmFC%2CMAAK%3BIACR%2C2BAAA%3B%3BEApFE%2CKAmFC%2CMAAK%2CIAGL%3BIAED%2CiCAAA%3BIACA%2CqCAAA%3B%3BEAzFA%2CKA8FU%2CcAAG%3BIACb%2CiCAAA%3BIACA%2CqCAAA%3B%3BEAhGA%2CKAmGE%2CMAED%2CGAAU%3BIACX%2CiCAAA%3BIACA%2CwCAAA%3B%3BEAvGA%2CKAmGE%2CMAOD%3BIACD%2C6BAAA%3BIACA%2CgBAAA%3B%3BEA5GA%2CKAmGE%2CMAYD%3BIACD%2C6BAAA%3B%3BEAhHA%2CKAmGE%2CMAgBF%2CGAAW%3BIACX%2CqCAAA%3B%3BEApHA%2CKAmGE%2CMAmBF%2CGAAW%3BIACX%2CqCAAA%3B%3BEAvHA%2CKAmGE%2CMAsBgB%2CoBAAE%3BIACpB%2CcAAA%3B%3BEA1HA%2CKA8HH%3BEA9HG%2CKA8HC%3BIACH%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGD%2CKAAQ%3BIACP%2CsBAAA%3B%3BEADD%2CKAAQ%2COAGL%3BEAHH%2CKAAQ%2COAIJ%3BIACD%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAKH%2CKAAa%3BIACZ%2CyBAAA%3B%3BEAKS%3BIACX%2CSAAA%3B%3BEADW%2CYAGT%3BIACA%2CSAAA%3B%3BEAJS%2CYAOL%2CMAAE%2CGAAa%3BIACnB%2CSAAA%3BIACA%2CiBAAA%3B%3BEATS%2CYAYL%2CMAAG%3BIACP%2CgBAAA%3B%3BEAbS%2CYAgBR%2CGAAE%2CGAAY%3BEAhBN%2CYAiBR%2CGAAE%2CGAAa%3BIAChB%2CeAAA%3BIACA%2CoBAAA%3B%3BEAKU%3BIACZ%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3BEAJY%2CaAMT%2CGAAE%3BEANO%2CaAOT%2CGAAG%3BIACJ%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3B%3BEAEC%2CaAVA%2CGAAE%2CGAUW%3BEAAb%2CaATA%2CGAAG%2CGASU%3BIACZ%2CiBAAA%3B%3BEAOO%2CYAAM%2CMAAE%2CGAAU%2CUAAM%3BIAEnC%2CiCAAA%3BIACA%2C6BAAA%3B%3BEAHW%2CYAAM%2CMAAE%2CGAAU%2CUAAM%2CKAKzB%3BIAER%2CiCAAA%3BIACA%2CyCAAA%3B%3BEAKS%2CYAAM%2CMAAE%2CGAAU%2CUAAM%3BEAC7B%2COAAM%2CMAAM%2CMAAa%2CaAAE%2CGAAU%2CUAAO%3BIAElD%2CiCAAA%3BIACA%2CqCAAA%3B%3BEAJW%2CYAAM%2CMAAE%2CGAAU%2CUAAM%2CMAMzB%3BEALJ%2COAAM%2CMAAM%2CMAAa%2CaAAE%2CGAAU%2CUAAO%2CMAKxC%3BIAGR%2CiCAAA%3BIACA%2CyCAAA%3B%3B%3BEAOS%2CYAEL%2CMAAG%3BIACP%2CiCAAA%3BIACA%2C%2BBAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEANS%2CYASL%2CMAEF%2CGAAc%3BIACd%2CiCAAA%3BIACA%2C%2BBAAA%3B%3BEAbO%2CYASL%2CMAOD%3BIACD%2C%2BBAAA%3B%3BEAjBO%2CYASL%2CMAWD%3BIACD%2C%2BBAAA%3B%3B%3BEASK%2CUAEH%2CMAEE%2CMAAG%2CGAEL%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEC%2CUARD%2CMAEE%2CMAAG%2CGAEL%2CEAIQ%3BIACN%2CSAAS%2CKAAT%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGD%2CUAdD%2CMAEE%2CMAAG%2CGAEL%2CEAUO%2CMAAO%3BIACd%2CcAAA%3B%3BEAMC%2CUArBD%2CMAEE%2CMAAG%2CGAiBI%2CSAAE%2CEAEH%3BIACN%2CcAAA%3B%3BEAGD%2CUAzBD%2CMAEE%2CMAAG%2CGAiBI%2CSAAE%2CEAMJ%2CMAAO%3BIACZ%2CcAAA%3B%3BEAMD%2CUAhCD%2CMAEE%2CMAAG%2CGA4BQ%2CaAAE%2CEAEP%3BIACN%2CSAAS%2CKAAT%3B%3BEAnCC%2CUA2CY%2CuBAAC%3BEA3Cb%2CUA4CY%2CuBAAC%2CEAAO%3BIAC7B%2CSAAS%2CKAAT%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA%2FCS%2CUAkDa%2CwBAAC%3BEAlDd%2CUAmDa%2CwBAAC%2CEAAO%3BIAC9B%2CSAAS%2CKAAT%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAMe%3BIACf%2CgBAAA%3B%3BEAGW%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CgBAAA%3B%3BEACF%3BIAAE%2CYAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CYAAA%3B%3BEACF%3BIAAE%2CeAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEACF%3BIAAE%2CUAAA%3B%3BEAEF%3BIACX%2CWAAA%3B%3B%3BAAyBH%2CQAnBuC%3BEAE1B%2CWAER%3BEAFQ%2CWAGP%3BIACD%2CmBAAA%3B%3BEAJQ%2CWAOG%3BIACX%2CaAAA%3B%3BEAKW%3BIACb%2CaAAA%3B%3B%3BAAYH%2CQANuC%3BEAEhC%3BIACJ%2CWAAA%3B%3B%3BAA2MH%2CQArMwC%3BEAE1B%3BIACV%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYACC%2CoEACA%2C6EACA%2CsFACA%2C8FAJD%3BIAKD%2CYACE%2CiEACA%2C0EACA%2CmFACA%2C2FAJF%3BIAKA%2CYACE%2CgEACA%2CuEACA%2CgFACA%2CwFAJF%3BIAKA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2C%2BDAAA%3BIACA%2CmDAAA%3B%3BEAzBW%2CYA2BL%3BIACJ%2CaAAA%3B%3BEA5BS%2CYA%2BBJ%3BEA%2FBI%2CYAgCF%3BIACP%2CkBAAA%3BIACA%2CcAAA%3B%3BEAGD%2CYAAa%3BIACZ%2C8BAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAHD%2CYAAa%2CYAKT%2CGAAU%2CWAAI%3BIACf%2CcAAA%3B%3BEAOO%3BIACX%2C0BAAA%3B%3B%3BEADW%2CYAGL%3BIACJ%2CUAAA%3B%3BEAJS%2CYAQR%2CGAAE%2CGAAY%3BEARN%2CYASR%2CGAAE%2CGAAa%3BIAChB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAfS%2CYAkBR%2CGAAE%2CGAAS%2CSAAa%3BIACzB%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAtBS%2CYAyBL%2CMAAE%2CGAAa%2CYAAE%2CGAAY%3BEAzBxB%2CYA0BL%2CMAAE%2CGAAa%2CYAAE%2CGAAY%3BEA1BxB%2CYA2BL%2CMAAE%2CGAAa%2CYAAE%2CGAAY%3BEA3BxB%2CYA4BL%2CMAAE%2CGAAa%2CYAAE%2CGAAa%3BIAClC%2C6BAAA%3BIACA%2CgBAAA%3B%3BEA9BS%2CYAiCL%2CMAAQ%2CQAAE%2CGAAa%2CYAAE%2CGAAY%3BEAjChC%2CYAkCL%2CMAAQ%2CQAAE%2CGAAa%2CYAAE%2CGAAY%3BEAlChC%2CYAmCL%2CMAAQ%2CQAAE%2CGAAa%2CYAAE%2CGAAY%3BEAnChC%2CYAoCL%2CMAAQ%2CQAAE%2CGAAa%2CYAAE%2CGAAa%3BIAC1C%2CaAAA%3BIACA%2CaAAA%3B%3BEAKW%3BIACb%2CmBAAA%3BIACA%2CaJnaoB%2CyCImapB%3BIACA%2CwBAAA%3B%3BEAGE%2CIAAI%2CGAAY%2CYAEZ%3BIACJ%2CWAAA%3B%3BEAHA%2CIAAI%2CGAAY%2CYAEZ%2CMAGD%2CGAAE%2CGAAY%3BEALjB%2CIAAI%2CGAAY%2CYAEZ%2CMAID%2CGAAE%2CGAAa%3BIAChB%2CcAAA%3BIACA%2CcAAA%3B%3BEARF%2CIAAI%2CGAAY%2CYAEZ%2CMASD%2CGAAE%2CGAAU%2CUAAG%3BEAXlB%2CIAAI%2CGAAY%2CYAEZ%2CMAUD%2CGAAE%2CGAAU%2CUAAG%3BEAZlB%2CIAAI%2CGAAY%2CYAEZ%2CMAWD%2CGAAE%2CGAAU%2CUAAG%3BEAblB%2CIAAI%2CGAAY%2CYAEZ%2CMAYD%2CGAAE%2CGAAU%2CUAAG%3BEAdlB%2CIAAI%2CGAAY%2CYAEZ%2CMAaD%2CGAAE%2CGAAU%2CUAAG%3BEAflB%2CIAAI%2CGAAY%2CYAEZ%2CMAcD%2CGAAE%2CGAAU%2CUAAG%3BEAhBlB%2CIAAI%2CGAAY%2CYAEZ%2CMAeD%2CGAAE%2CGAAU%2CUAAG%3BEAjBlB%2CIAAI%2CGAAY%2CYAEZ%2CMAgBD%2CGAAE%2CGAAU%2CUAAI%3BEAlBnB%2CIAAI%2CGAAY%2CYAEZ%2CMAiBD%2CGAAE%2CGAAU%2CUAAI%3BEAnBnB%2CIAAI%2CGAAY%2CYAEZ%2CMAkBD%2CGAAE%2CGAAU%2CUAAK%3BIAClB%2CaAAA%3B%3BEAKH%2CIA1BK%2CGAAY%2CYA0BX%2CKAAM%2CMAER%2CGAAE%2CGAAY%3BEAFlB%2CIA1BK%2CGAAY%2CYA0BX%2CKAAM%2CMAGR%2CGAAE%2CGAAa%3BIAChB%2CcAAA%3BIACA%2CcAAA%3B%3BEALH%2CIA1BK%2CGAAY%2CYA0BX%2CKAAM%2CMAQR%2CGAAE%2CGAAU%2CUAAG%3BEARnB%2CIA1BK%2CGAAY%2CYA0BX%2CKAAM%2CMASR%2CGAAE%2CGAAU%2CUAAI%3BIACjB%2CmBAAA%3B%3BEApCF%2CIAAI%2CGAAY%2CYAyCL%2CaAEF%2CSAEL%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAEC%2CIAvDD%2CGAAY%2CYAyCL%2CaAEF%2CSAEL%2CEAUe%3BIACb%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGD%2CIA5DD%2CGAAY%2CYAyCL%2CaAEF%2CSAEL%2CEAee%3BIACb%2CYAAA%3BIACA%2CiBAAA%3B%3BEA9DN%2CIAAI%2CGAAY%2CYAyCL%2CaA4BA%3BIACT%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAzEF%2CIAAI%2CGAAY%2CYAyCL%2CaA4BA%2CWAMP%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAnFJ%2CIAAI%2CGAAY%2CYAyCL%2CaA4BA%2CWAiBR%2CEAAsB%3BIACrB%2CcAAA%3B%3B%3BACurBT%3B%3B%3B%3B%3BEAtuCO%3BIACJ%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BEAPI%2CKASD%3BIACD%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAdE%2CKAiBF%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAnBE%2CKAsBD%2CGAAC%2CEAAO%3BIACT%2CcAAA%3B%3BEAvBE%2CKA2BD%2CGAAI%3BEA3BH%2CKA4BD%2CGAAM%3BIACP%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BEAKW%3BIACb%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAGK%3BIACL%2CsBAAsB%2CsBAAtB%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIX0WF%2CUAAA%3BIACA%2CwBAAA%3BIAhIA%2CkCAAA%3BIACG%2C%2BBAAA%3BIACE%2C6BAAA%3BIACG%2C0BAAA%3B%3BEWzOG%2CUAEM%3BIACb%2CaAAA%3B%3BEAHO%2CUAMF%3BIX%2BVT%2CUAAA%3BIACA%2C0BAAA%3B%3B%3BEWzVC%2CCAAS%3BIACR%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CCAAS%2CQAAY%3BIACpB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAED%2CCAAS%2CQAAM%3B%3BIAEd%2CcAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAED%2CCAAS%2CQAAQ%3BIAChB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3B%3B%3B%3B%3BEAQO%3BIACP%2CSAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BIACA%2CYAAY%2CuGAAZ%3B%3BIACA%2CYAAY%2CgDAAgD%2CyBAAoC%2C0BAAqC%2C0BAAqC%2C0BAAqC%2C0BAAqC%2C0BAApP%3B%3BIACA%2CYAAY%2C0GAAZ%3B%3BIACA%2CYAAY%2CqGAAZ%3B%3BIACA%2CYAAY%2CsGAAZ%3B%3BIACA%2CYAAY%2CkGAAZ%3B%3B%3B%3B%3B%3BEAIC%2CQAAS%3BIACR%2CiBAAA%3BIACA%2C%2BBAAA%3B%3BEAhBK%2CQAoBD%3BIACJ%2CiBAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3BIAEA%2CsBAAsB%2CgCAAtB%3B%3BIAEA%2C2BAAA%3BIAEA%2CgBAAA%3B%3BEA7BK%2CQAoBD%2CMAWD%3BIACD%2CeAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3B%3BIACA%2CYAAY%2CuGAAZ%3B%3BIACA%2CYAAY%2CgDAAgD%2CyBAAoC%2C0BAAqC%2C0BAAqC%2C0BAAqC%2C0BAAqC%2C0BAApP%3B%3BIACA%2CYAAY%2C0GAAZ%3B%3BIACA%2CYAAY%2CqGAAZ%3B%3BIACA%2CYAAY%2CsGAAZ%3B%3BIACA%2CYAAY%2CkGAAZ%3B%3B%3B%3B%3BEAGC%2CQAzBC%2CMAWD%2CGAcO%3BEACP%2CQA1BC%2CMAWD%2CGAeQ%3BIACP%2CgCAAA%3BIACA%2CcAAA%3BIACA%2C%2BBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEC%2CQApCD%2CMAWD%2CGAcO%2COAWQ%3BEAAb%2CQApCD%2CMAWD%2CGAeQ%2COAUO%3BIACZ%2CcAAA%3BIACA%2CcAAA%3B%3BEAbH%2CQAzBC%2CMAWD%2CGAcO%2COAgBF%3BEAfL%2CQA1BC%2CMAWD%2CGAeQ%2COAeH%3BIACF%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAuB%2C6DAAvB%3BIACA%2C0BAA0B%2C6DAA1B%3BIACA%2CkBAAkB%2C6DAAlB%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAKH%2CQAxDC%2CMAWD%2CGA6CQ%2COAAI%2CIAAQ%3BIACnB%2CaAAA%3B%3BEAGD%2CQA5DC%2CMAWD%2CGAiDQ%2COAAQ%3BIACf%2COAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAGD%2CQAlEC%2CMAWD%2CGAuDQ%2COACH%2CIAEE%2CKAAgB%3BIAElB%2CWAAA%3B%3BEAEC%2CQAzEL%2CMAWD%2CGAuDQ%2COACH%2CIAEE%2CKAAgB%2CeAIR%3BIACR%2CSAAS%2CGAAT%3B%3BEAMP%2CQAhFC%2CMAWD%2CGAqEQ%2COAAG%3BEACX%2CQAjFC%2CMAWD%2CGAsEO%2CMAAG%3BEACV%2CQAlFC%2CMAWD%2CGAuEO%2CMAAI%3BIACV%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAGD%2CQAxFC%2CMAWD%2CGA6EU%2CSAAI%3BIACb%2CcAAA%3B%3BEA7GC%2CQAoBD%2CMAWD%2CGAiFG%3BIACF%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAvHC%2CQAoBD%2CMAWD%2CGAiFG%2CIASI%3BEAzHL%2CQAoBD%2CMAWD%2CGAiFG%2CIAUK%3BEA1HN%2CQAoBD%2CMAWD%2CGAiFG%2CIAWK%3BIACL%2CcAAA%3BIACA%2CqBAAA%3B%3BEA7HD%2CQAoBD%2CMAWD%2CGAiFG%2CIAgBE%2CKAAgB%3BIAClB%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAvID%2CQAoBD%2CMAWD%2CGA8GO%3BIACN%2CaAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiCAAA%3BIACA%2C8BAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEASD%2CMAAS%2CSAAM%2CMAAG%2CGAEf%3BIACN%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CsDAAA%3BIACA%2CmDAAA%3BIACA%2C8CAAA%3B%3BEAGD%2CMAVa%2CSAAM%2CMAAG%2CGAUf%2CMAAQ%3BIACd%2CYAAA%3B%3BEAKQ%3BIACV%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CYAAA%3BIACA%2CkBAAkB%2C8DAAlB%3BIACA%2CkBAAkB%2CiEAAlB%3BIACA%2CkBAAkB%2CmEAAlB%3BIACA%2CkBAAkB%2CsEAAlB%3BIACA%2CkBAAkB%2CkEAAlB%3B%3BEAGa%3BIACb%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CYAAA%3BIACA%2CkBAAkB%2CiEAAlB%3BIACA%2CkBAAkB%2CoEAAlB%3BIACA%2CkBAAkB%2CsEAAlB%3BIACA%2CkBAAkB%2CyEAAlB%3BIACA%2CkBAAkB%2CqEAAlB%3B%3BEAGI%3BIACJ%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEALI%2CKAOQ%3BIACV%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAVE%2CKAaW%3BIACb%2CkBAAA%3BIACA%2CYAAA%3B%3BEAGD%2CKAAS%3BIACR%2C%2BBAAA%3B%3BEAnBE%2CKAsBI%2CQAEA%2COAAa%2CYAAS%3BIAC1B%2CkBAAA%3B%3BEAzBA%2CKAsBI%2CQAMC%2COAAS%3BIACd%2CmBAAA%3B%3BEA7BA%2CKAsBI%2CQAUK%3BEAhCT%2CKAsBI%2CQAWA%3BEAjCJ%2CKAsBI%2CQAYC%3BIACL%2CsBAAA%3B%3BEAnCA%2CKAsBI%2CQAgBJ%3BIACA%2CcAAA%3B%3B%3BEAQL%2CCAAW%2CUAAW%3BIACrB%2CUAAA%3B%3BEAGc%3BIACd%2CcAAA%3B%3BEAGM%3B%3B%3BEAAA%2COAEM%3BIACV%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAJI%2COAOA%3BEAPA%2COAQC%3BIACL%2CWAAA%3BIACA%2CmBAAA%3B%3BEAVI%2COAaE%3BEAbF%2COAcM%3BIACV%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAhBI%2COAmBK%3BEAnBL%2COAoBA%3BEApBA%2COAqBC%3BIACL%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BEAEC%2COANQ%2CYAMK%3BEAAb%2COALG%2COAKU%3BEAAb%2COAJI%2COAIS%3BIACZ%2CiBAAA%3B%3BEAGD%2COAVQ%2CYAUI%3BEAAZ%2COATG%2COASS%3BEAAZ%2COARI%2COAQQ%3BIACX%2CkBAAA%3B%3BEA9BE%2COAoCK%3BIACT%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAzCI%2COA4CJ%3BIACA%2CcAAA%3B%3BEAEC%2COAHD%2CEAGQ%3BIACN%2CcAAA%3B%3BEAhDE%2COAqDH%3BIACD%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAzDI%2COAqDH%2CGAMC%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEA9DE%2COAqDH%2CGAYW%3BIACV%2CkBAAA%3B%3BEAlEE%2COAuEJ%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA1EI%2COA6EJ%2CGAEE%3BEA%2FEE%2COA6EC%2CGAEH%3BIACA%2CcAAA%3B%3BEAhFE%2COA6EJ%2CGAME%3BEAnFE%2COA6EC%2CGAMH%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEArFE%2COA0FH%2CGAEE%3BIACD%2CSAAA%3BIACA%2CmBAAA%3B%3BEA9FE%2COA0FH%2CGAOE%3BIACD%2CSAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEApGE%2COA0FH%2CGAaC%3BEAvGE%2COA0FH%2CGAaM%3BIACL%2CSAAA%3BIACA%2CUAAA%3B%3BEAzGE%2COA0FH%2CGAkBE%3BIACD%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAMc%3BIAAE%2CYAAA%3B%3BEACF%3BIAAE%2CYAAA%3B%3BEACF%3BIAAE%2CYAAA%3B%3BEAEX%3BIACT%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEM%2COAAQ%2CQAAM%3BIACpB%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEO%2CQAAQ%2CQAAE%3BEACV%2CQAAQ%2CQAAG%3BIAClB%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEM%2COAAG%3BIACT%2CoBAAA%3B%3BEAEO%2CQAAQ%2CQAAG%2CGAAE%3BIACpB%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BEAIU%2CWAAE%3BIACZ%2CcAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAEU%2CWAAW%3BIACrB%2CiBAAA%3B%3B%3BEAGM%2COAAe%2CeAAC%3BEACf%2CQAAe%2CeAAE%3BIACxB%2CcAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEC%2COAjBoB%2CeAAC%2CEAiBN%2CeAAS%3BEAAxB%2CQAhBqB%2CeAAE%2CEAgBR%2CeAAS%3BIACvB%2CeAAA%3B%3B%3BEAMS%3BIACX%2CeAAA%3B%3BEAEU%2CWAAY%2CaAAY%3BIAClC%2CeAAA%3B%3B%3BEAGa%3BIACb%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAEkB%2CmBAAe%3BIACjC%2CYAAA%3BIACA%2CWAAA%3B%3BEAEa%2CcAAE%3BIACf%2CSAAA%3B%3BEAEa%2CcAAI%3BIACjB%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEM%3BIACN%2CkBAAA%3B%3BEAEM%2COAAM%3BIACZ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAEM%2COAAC%2CEAAS%3BIAChB%2CcAAA%3B%3BEAEM%2COAAQ%3BIACf%2CeAAA%3BIACC%2CWAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAEM%2COAAE%2CGAAQ%2COAAQ%3BIACxB%2CUAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAEM%2COAAQ%2CQAAa%3BIAC3B%2CaAAA%3BIACA%2CUAAA%3B%3BEAEM%2COAAQ%2CQAAW%3BIACzB%2CiBAAA%3B%3BEADM%2COAAQ%2CQAAW%2CWAGrB%2CKAAgB%3BIAClB%2CgBAAA%3BIACA%2CcAAA%3B%3B%3B%3B%3BEAQK%3BIACP%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAJO%2CQAMU%3BIACf%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BEAKK%3BIACP%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3B%3BEAJO%2CQAMJ%2CGAAC%2CEAAS%3BIACX%2CUAAA%3BIACA%2CSAAA%3B%3BEAII%2CQAAK%3BIACX%2CuBAAA%3B%3BEAEM%2COAAS%3BIACf%2CUAAA%3B%3BEAEO%2CQAAG%3BIACV%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEC%2CQAPS%2CGAOG%3BIACX%2CiBAAA%3B%3BEARK%2CQAAG%2CGAWR%2CEAAK%3B%3B%3BEAMA%2CQAAU%3BIACjB%2CiBAAA%3B%3BEAGO%2CQAAS%3BIAEhB%2CWAAA%3B%3BEAFO%2CQAAS%2CSAId%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEANK%2CQAAS%2CSAQf%2CEAAQ%3BIACP%2CyBAAA%3B%3BEATK%2CQAAS%2CSAWf%2CEAAU%3BIAEX%2CeAAA%3BIACA%2CcAAA%3B%3BEAIO%2CQAAG%2CGAAE%3BIACZ%2CkBAAA%3B%3BEAEO%2CQAAK%3BIACZ%2CUAAA%3B%3BEAEO%2CQAAG%2CGAAK%3BIACf%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIXxbF%2CgDAAA%3BIACG%2C6CAAA%3BIACK%2CwCAAA%3B%3BEW0bC%2CQAAE%2CGAAQ%2COAAI%3BEAAW%2CQAAE%2CGAAQ%2COAAK%3BEAAS%2CMAAS%2CSAAE%2CGAAO%2CMAAI%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAQ%2COAAI%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAO%2CMAAI%3BEAAS%2CMAAS%2CSAAE%2CGAAO%2CMAAK%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAQ%2COAAK%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAO%2CMAAM%3BIACvP%2CSAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAGO%2CQAAE%2CGAAQ%2COAAG%3BIACpB%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CEAAQ%2COAAC%2CEAAQ%3BEAAS%2CMAAE%2CGAAO%2CMAAC%2CEAAQ%3BEAAS%2CMAAE%2CGAAO%2CMAAC%2CEAAS%3BIACxE%2CcAAA%3BIX3fF%2CkCAAA%3BIACG%2C%2BBAAA%3BIACK%2C0BAAA%3B%3BEW4fN%2CEAAQ%2COAAC%2CEAAS%2CQAAW%3BEAAS%2CMAAE%2CGAAO%2CMAAC%2CEAAS%2CQAAW%3BEAAS%2CMAAE%2CGAAO%2CMAAC%2CEAAS%2CQAAY%3BIAC5G%2CgCAAA%3B%3BEAGO%2CQAAE%2CGAAQ%2CQAAK%2CKAAK%2CIAAE%2CGAAQ%2COAAG%2CGAAG%2CGAAE%2CEAAK%3BIAClD%2CyBAAA%3B%3B%3BEAOU%3BIACV%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEU%2CWAAG%3BIACb%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEU%2CWAAG%2CGAAE%3BIACf%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAKQ%3B%3B%3B%3B%3B%3BEAQD%3BIACP%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHO%2CQAKK%3BIACV%2CkBAAA%3B%3BEAKC%2CQAFF%2CEAAU%2CSAED%3BIACN%2C8BAAA%3BIACA%2CcAAA%3B%3BEAbG%2CQASN%2CEAAU%2CSAOJ%3BIACH%2CmBAAA%3BIACA%2CkCAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEC%2CQAdJ%2CEAAU%2CSAOJ%2CKAOO%3BIACR%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEA3BC%2CQAkCJ%3BIACD%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEArCK%2CQAkCJ%2CGAKE%3BIACD%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA1CG%2CQAkCJ%2CGAKE%2CGAKC%3BIACA%2CmCAAA%3BIACA%2CoCAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAlDC%2CQAkCJ%2CGAKE%2CGAKC%2CEAQI%3BEApDH%2CQAkCJ%2CGAKE%2CGAKC%2CEASO%3BIACL%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3B%3BEAxDD%2CQAkCJ%2CGAKE%2CGAKC%2CEAeO%3BIACL%2CcAAA%3BIACA%2CgCAAA%3B%3BEAGD%2CQA9BJ%2CGAKE%2CGAKC%2CEAoBQ%3BEACP%2CQA%2FBJ%2CGAKE%2CGAKC%2CEAqBO%3BEACN%2CQAhCJ%2CGAKE%2CGAKC%2CEAsBO%3BEACN%2CQAjCJ%2CGAKE%2CGAKC%2CEAuBS%3BIACP%2CgCAAA%3B%3BEAGD%2CQArCJ%2CGAKE%2CGAKC%2CEA2BQ%3BEACP%2CQAtCJ%2CGAKE%2CGAKC%2CEA4BS%3BIACP%2CcAAA%3B%3BEAzED%2CQAkCJ%2CGAKE%2CGAuCG%2CKAAQ%3BIACV%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEApFC%2CQAkCJ%2CGAKE%2CGAuCG%2CKAAQ%2COAQN%3BEAtFH%2CQAkCJ%2CGAKE%2CGAuCG%2CKAAQ%2COASH%3BIACL%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3B%3BEA1FD%2CQAkCJ%2CGAKE%2CGAuCG%2CKAAQ%2COAeH%3BIACL%2CcAAA%3BIACA%2CgCAAA%3B%3BEA%2FFD%2CQAkCJ%2CGAKE%2CGA6DE%3BIACD%2CSAAA%3B%3BEArGC%2CQAkCJ%2CGAKE%2CGA6DE%2CGAGE%2CGAEC%3BIACA%2CcAAA%3B%3BEA1GH%2CQAkCJ%2CGAKE%2CGA6DE%2CGAGE%2CGAEC%2CEAGK%3BIACH%2CgCAAA%3B%3B%3B%3B%3BEAcH%3BIACT%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHS%2CUAKY%3BIACnB%2CaAAA%3B%3BEANO%2CUASG%3BIACV%2CkBAAA%3B%3BEAVO%2CUAaI%3BIACX%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CaAAA%3B%3BEAhBO%2CUAaI%2CaAKI%3BIACb%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAa%2C4CAAb%3BIACA%2CcAAA%3BIACA%2CyCAAA%3BIACG%2CsCAAA%3BIACE%2CoCAAA%3BIACD%2CqCAAA%3BIACI%2CiCAAA%3B%3BEAEP%2CUArBQ%2CaAKI%2CeAgBF%3BIACT%2CyBAAA%3B%3BEAQH%2CUAFF%2CEAAU%2CSAED%3BIACN%2C8BAAA%3BIACA%2CcAAA%3B%3BEA7CK%2CUAyCR%2CEAAU%2CSAOJ%3BIACH%2CmBAAA%3BIACA%2CkCAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEC%2CUAdJ%2CEAAU%2CSAOJ%2CKAOO%3BIACR%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEA3DG%2CUAkEW%3BIAClB%2CWAAA%3BIACA%2CaAAA%3B%3BEApEO%2CUAuEQ%3BIACf%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAEC%2CUALc%2CiBAKN%2COACkB%3BIACvB%2CaAAA%3B%3BEAIH%2CUAXc%2CiBAWD%3BIACZ%2CaAAA%3B%3BEAnFK%2CUAuEQ%2CiBAeG%3BIAChB%2CoBAAA%3B%3BEAEC%2CUAlBY%2CiBAeG%2CkBAGN%3BIACR%2CYAAA%3B%3BEA1FG%2CUAuEQ%2CiBAwBd%3BEA%2FFM%2CUAuEQ%2CiBAyBQ%3BIACrB%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEC%2CUA9BY%2CiBAwBd%2CEAMS%3BEAAP%2CUA9BY%2CiBAyBQ%2CuBAKb%3BIACN%2CcAAA%3B%3BEAGD%2CUAlCY%2CiBAwBd%2CEAUW%3BEAAT%2CUAlCY%2CiBAyBQ%2CuBASX%3BIACR%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEA%2FGG%2CUAuEQ%2CiBAwBd%2CEAmBM%3BEAlHA%2CUAuEQ%2CiBAyBQ%2CuBAkBhB%3BIACH%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAKD%2CUAlDY%2CiBAiDK%2CoBACH%3BIACb%2CgBAAA%3B%3BEAGD%2CUAtDY%2CiBAiDK%2CoBAKX%2CKAC8B%3BIACjC%2CcAAA%3B%3BEAFH%2CUAtDY%2CiBAiDK%2CoBAKX%2CKAKa%3BIAChB%2CgCAAA%3B%3BEAEC%2CUA9DQ%2CiBAiDK%2CoBAKX%2CKAKa%2CkBAGN%3BIACR%2CSAAS%2CGAAT%3BIACA%2CaLv9BU%2CiBKu9BV%3B%3BEAvID%2CUAuEQ%2CiBAsEoB%3BIACjC%2CaAAA%3B%3BEA9IK%2CUAuEQ%2CiBAsEoB%2CmCAE9B%3BIACD%2CmBAAA%3BIACA%2CgCAAA%3B%3BEAjJG%2CUAuEQ%2CiBA8ED%3BIACZ%2CgCAAA%3B%3BEAEC%2CUAjFY%2CiBA8ED%2CcAGC%3BIACX%2CgBAAA%3B%3BEAGD%2CUArFY%2CiBA8ED%2CcAOD%3BIACT%2CkBAAA%3B%3BEADD%2CUArFY%2CiBA8ED%2CcAOD%2CSAGM%3BIACb%2CaAAA%3B%3BEAGD%2CUA5FU%2CiBA8ED%2CcAOD%2CSAOC%3BIACR%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3B%3BEAdH%2CUArFY%2CiBA8ED%2CcAOD%2CSAiBH%2COAAO%3BIACX%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEC%2CUAnHQ%2CiBA8ED%2CcAOD%2CSAiBH%2COAAO%2CMAaH%3BIACN%2CcAAA%3B%3BEA3LD%2CUAuEQ%2CiBA8ED%2CcA4CN%2COAAO%3BIACX%2CaAAA%3B%3BEAlMG%2CUAuEQ%2CiBA8ED%2CcAgDG%3BIACb%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEA5MG%2CUAuEQ%2CiBA8ED%2CcA0DO%3BIACjB%2CWAAA%3B%3BEAhNG%2CUAuEQ%2CiBA6IQ%3BIACrB%2CcAAA%3B%3BEAEC%2CUAhJY%2CiBA6IQ%2CuBAGZ%3BIACP%2CyBAAA%3BIACA%2CgCAAA%3B%3BEAEC%2CUApJU%2CiBA6IQ%2CuBAGZ%2COAIG%3BIACR%2CSAAS%2CGAAT%3B%3B%3B%3B%3B%3BEAgBE%3BIACV%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAHU%2CWAKI%3BIACZ%2CeAAA%3B%3BEANQ%2CWASI%3BIACZ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAdQ%2CWASI%2CcAOV%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEC%2CWAdS%2CcAOV%2CEAOQ%3BIACN%2CcAAA%3B%3BEAxBI%2CWASI%2CcAmBR%2CKAAK%3BIACP%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEC%2CWA3BS%2CcAmBR%2CKAAK%2CIAQG%3BIACR%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CyDAAA%3B%3BEAGD%2CWAvCS%2CcAmBR%2CKAAK%2CIAoBE%3BIACP%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CyDAAA%3B%3BEAKH%2CWArDW%2CcAqDL%2CKACH%3BIACA%2CeAAA%3B%3BEACC%2CWAxDO%2CcAqDL%2CKACH%2CEAEQ%2CMACF%2CKAAK%3BIACP%2CyBAAA%3B%3BEACC%2CWA3DG%2CcAqDL%2CKACH%2CEAEQ%2CMACF%2CKAAK%2CIAEE%3BIACP%2CyDAAA%3B%3BEAOT%2CWAnEW%2CcAmEH%2COACH%2CKAAK%3BIACP%2CyBAAA%3B%3BEACC%2CWAtEO%2CcAmEH%2COACH%2CKAAK%2CIAEE%3BIACP%2CyDAAA%3B%3BEAML%2CWA7EW%2CcA6EE%2CYACV%3BIACA%2CeAAA%3B%3BEAFH%2CWA7EW%2CcA6EE%2CYAIR%2CKAAK%3BIACP%2CcAAA%3BIACA%2CuBAAA%3B%3BEAEC%2CWArFO%2CcA6EE%2CYAIR%2CKAAK%2CIAIG%3BIACR%2CaAAA%3B%3BEAKL%2CWA3FW%2CcA2FC%2CWACT%3BIACA%2CgBAAA%3B%3BEAFH%2CWA3FW%2CcA2FC%2CWAIP%2CKAAK%3BIACP%2CeAAA%3BIACA%2CuBAAA%3B%3BEAEC%2CWAnGO%2CcA2FC%2CWAIP%2CKAAK%2CIAIE%3BIACP%2CaAAA%3B%3B%3B%3BAAgJX%2CmBAlImD%2CuBAAsC%3BEAElF%3BIACJ%2CQAAA%3B%3BEAGG%2CKAAK%3BIACR%2CQAAA%3B%3BEAGG%2CKAAM%3BIACT%2CQAAA%3B%3BEAGG%2CKAAM%3BIACT%2CUAAA%3B%3BEAGO%2CQAAM%2CMAAG%2CGAAQ%3BIACxB%2C2BAAA%3B%3BEAGO%2CQAAM%3BIACb%2CsBAAA%3B%3BEAKC%2CQAAU%3BIACT%2CmBAAA%3B%3BEAFK%2CQAKK%3BIACV%2CmBAAA%3B%3BEAKK%2COAAQ%3BIACf%2CWAAA%3B%3BEAGO%2CQAAE%2CGAAQ%2COAAI%3BEAAW%2CQAAE%2CGAAQ%2COAAK%3BEAAS%2CMAAS%2CSAAE%2CGAAO%2CMAAI%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAQ%2COAAI%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAO%2CMAAI%3BEAAS%2CMAAS%2CSAAE%2CGAAO%2CMAAK%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAQ%2COAAK%3BEAAS%2CMAAS%2CSAAG%2CGAAC%2CEAAO%2CMAAM%3BIACvP%2CSAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAIE%2CKAAQ%3BIACZ%2CiBAAA%3B%3BEAIO%2CQAAM%2CMAAE%2CGAAO%2COAEhB%3BEADG%2COACH%3BIACF%2CmBAAA%3B%3BEAHG%2CQAAM%2CMAAE%2CGAAO%2COAEhB%2CIAGA%2CKAAgB%3BEAJb%2COACH%2CIAGA%2CKAAgB%3BIAEpB%2CWAAA%3B%3BEAEC%2CQATU%2CMAAE%2CGAAO%2COAEhB%2CIAGA%2CKAAgB%2CeAIV%3BEAAT%2COAPG%2CIAGA%2CKAAgB%2CeAIV%3BIACR%2CSAAS%2CGAAT%3B%3B%3BEAYK%3BIACP%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGM%2COACA%3BIACJ%2CWAAA%3B%3BEAIQ%3BIACV%2CUAAA%3B%3BEAGO%3BIACP%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEM%2CQAAK%3BIACX%2CmBAAA%3B%3BEAGO%2CQAAG%2CGAAE%3BIACZ%2CcAAA%3B%3BEAGO%2CQAAC%2CEAAS%2CQAAQ%3BIACzB%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAGU%3BIACV%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGO%3BIACP%2CeAAA%3B%3B%3BAA4eH%2CmBApekD%3BEAErC%3BIACV%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3B%3BIACA%2CYAAY%2CuGAAZ%3B%3BIACA%2CYAAY%2CgDAAgD%2CyBAAoC%2C0BAAqC%2C0BAAqC%2C0BAAqC%2C0BAAqC%2C0BAApP%3B%3BIACA%2CYAAY%2C0GAAZ%3B%3BIACA%2CYAAY%2CqGAAZ%3B%3BIACA%2CYAAY%2CsGAAZ%3B%3BIACA%2CYAAY%2CkGAAZ%3B%3B%3BIAEA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3B%3BEAfU%2CWAiBD%3BIACP%2CgBAAA%3B%3BEAlBQ%2CWAiBD%2CSAGC%2CSAAK%3BIACX%2CkCAAA%3B%3BEArBM%2CWAiBD%2CSAOS%3BIACd%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA3BM%2CWAiBD%2CSAOS%2CgBAKV%3BIACF%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAhCI%2CWAiBD%2CSAOS%2CgBAWP%3BIAEL%2CiBAAA%3B%3BEArCI%2CWAiBD%2CSAOS%2CgBAWP%2COAIF%3BIACD%2CaLv2CY%2CyCKu2CZ%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEA%2FCE%2CWAiBD%2CSAOS%2CgBA2BN%2CSAAM%3BIACZ%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAxDI%2CWAiBD%2CSAOS%2CgBAmCR%2CMAAG%3BIACP%2CUAAA%3B%3BEAOC%3B%3B%3BEAEN%2CQAAS%3BIACR%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALK%2CQAQK%3BIACV%2CWAAA%3BIACA%2CcAAA%3BIXzqCJ%2CgDAAA%3BIACG%2C6CAAA%3BIACK%2CwCAAA%3B%3BEW6pCC%2CQAQK%2CYAKN%3BIACF%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAfG%2CQAQK%2CYAUN%3BIACF%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEArBG%2CQAQK%2CYAUN%2CIAKA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkCAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEA9BC%2CQAQK%2CYAUN%2CIAKA%2CEASU%3BIACR%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEC%2CQA5BG%2CYAUN%2CIAKA%2CEASU%2CUAIE%3BIACR%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAzCH%2CQAQK%2CYAUN%2CIAKA%2CEAuBI%3BIACF%2CcAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAjDD%2CQAQK%2CYAUN%2CIAKA%2CEA6BI%3BIACF%2CoBAAA%3B%3BEArDD%2CQAQK%2CYAUN%2CIAKA%2CEAiCY%3BIACV%2CUAAA%3BIACA%2CwBAAA%3B%3BEA1DD%2CQAQK%2CYAUN%2CIAKA%2CEAsCG%3BIACD%2CeAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CaLx8CY%2C4CKw8CZ%3BIACA%2CcAAA%3B%3BEArED%2CQAQK%2CYAUN%2CIAKA%2CEAiDE%2CGAAO%3BIACP%2CgBAAA%3BIACA%2CcAAA%3B%3BEA1ED%2CQAQK%2CYAuEF%3BIACN%2CYAAA%3B%3BEAhFG%2CQAQK%2CYAuEF%2CQAGJ%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3BEA1FC%2CQAQK%2CYAuEF%2CQAGJ%2CEAUM%3BEA5FL%2CQAQK%2CYAuEF%2CQAGJ%2CEAWM%3BIACJ%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3B%3BEAnGD%2CQAQK%2CYAuEF%2CQAGJ%2CEAUM%2COASa%3BEArGlB%2CQAQK%2CYAuEF%2CQAGJ%2CEAWM%2CMAQa%3BIACf%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEA1GH%2CQAQK%2CYAuEF%2CQAGJ%2CEA4BM%3BIACJ%2CaAAA%3B%3BEAOF%3BIACN%2CgBAAA%3B%3BEAGM%2COAAS%2CSAAY%2CYAAU%3BEAC5B%2CUAAS%2CSAAY%2CYAAa%3BIAE3C%2CkCAAA%3B%3BEAHM%2COAAS%2CSAAY%2CYAAU%2CWAK9B%3BEAJE%2CUAAS%2CSAAY%2CYAAa%2CcAIpC%3BIACL%2CaAAA%3B%3BEANI%2COAAS%2CSAAY%2CYAAU%2CWAS%2FB%3BEARG%2CUAAS%2CSAAY%2CYAAa%2CcAQrC%3BIACJ%2CqBAAA%3B%3BEAKE%3BIACJ%2CeAAA%3B%3BEAEG%2CKAAQ%3BIACX%2CiBAAA%3B%3BEAGM%2CQAAS%3B%3BIAEf%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3B%3BEAEM%2CQAAQ%3BIACd%2CeAAA%3B%3B%3BEAKM%2COAAS%3BIACf%2CcAAA%3B%3BEAGO%3BIACP%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEANO%2CQAQI%3BIACT%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIAEA%2CmBAAmB%2CoBAAnB%3BIACA%2CgBAAgB%2CoBAAhB%3BIACA%2CeAAe%2CoBAAf%3BIACA%2CcAAc%2CoBAAd%3BIACA%2CWAAW%2CoBAAX%3B%3BEApBK%2CQAsBQ%3BIACb%2CaAAA%3B%3BEAvBK%2CQA0BS%3BIACZ%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3B%3BEA7BG%2CQA0BS%2CgBAKV%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAnCC%2CQA0BS%2CgBAKV%2CEAMK%3BIACH%2CWAAA%3BIACA%2CeAAA%3B%3BEAvCD%2CQA4CJ%2CGAEE%2CGAEC%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAxDC%2CQA4CJ%2CGAEE%2CGAEC%2CEAUK%3BIACH%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3B%3BEA7DD%2CQA4CJ%2CGAEE%2CGAmBA%3BEAjEE%2CQA4CJ%2CGAEE%2CGAoBA%2CEAAO%3BEAlEL%2CQA4CJ%2CGAEE%2CGAqBA%2CEAAO%3BEAnEL%2CQA4CJ%2CGAEE%2CGAsBA%2CEAAM%3BEApEJ%2CQA4CJ%2CGAEE%2CGAuBA%2CEAAO%3BIACJ%2CcAAA%3BIACA%2CcAAA%3B%3BEAvED%2CQA4CJ%2CGAEE%2CGA4BA%2CEAAQ%3BIACP%2CcAAA%3B%3BEA3EC%2CQA4CJ%2CGAEE%2CGAgCE%2CGAAG%2CGAAE%2CEAAK%3BIACX%2CYAAA%3B%3BEA%2FEC%2CQAoFQ%3BIACb%2CYAAA%3B%3B%3BEAOO%3BIACT%2CcAAA%3B%3BEADS%2CUAGY%3BIACnB%2CcAAA%3B%3BEAJO%2CUAGY%2CqBAGN%3BIACX%2CYAAA%3B%3BEAPK%2CUAGY%2CqBAOA%3BIACjB%2CWAAA%3BIACA%2CeAAA%3B%3BEAZK%2CUAGY%2CqBAYJ%3BIACX%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAtBG%2CUA0BI%3BIACX%2CaAAA%3B%3BEA3BO%2CUA8BR%2CEAAU%3BIACT%2CaAAA%3B%3BEAGD%2CUAAS%2CQACL%2CGAAG%2CGAAE%3BIACN%2CgBAAA%3B%3BEApCK%2CUAwCa%3BEAxCb%2CUAyCQ%3BIACf%2CgBAAA%3B%3BEA1CO%2CUA6CQ%3BIACf%2CmBAAA%3B%3BEAIG%2CUALY%2CiBAGD%2CcAED%2CSACM%3BIACb%2CkBAAA%3BIACA%2CcAAA%3B%3BEArDC%2CUA6CQ%2CiBAGD%2CcASG%3BIACb%2CmBAAA%3B%3BEA1DG%2CUA%2BDgB%3BIACvB%2CWAAA%3B%3B%3BEAQM%2CSAAc%3BIACtB%2CQAAA%3BIACA%2CeAAA%3BIXj2CF%2CYAAA%3BIACA%2CyBAAA%3BIWk2CE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGS%2CUAAc%3BIACvB%2CWAAA%3BIACA%2CmBAAA%3BIXz2CF%2CUAAA%3BIACA%2C0BAAA%3BIW02CE%2CcAAA%3B%3BEAJS%2CUAAc%2CcAMX%3BIACV%2CcAAA%3B%3BEAPO%2CUAAc%2CcAMX%2CYAGJ%3BIACJ%2CWAAA%3BIACA%2CgBAAA%3B%3BEAXK%2CUAAc%2CcAMX%2CYAQL%2CMAAa%3BIAChB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAhBK%2CUAAc%2CcAMX%2CYAaL%2CMAAQ%3BIACX%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BEAUW%3BIACf%2CkBAAA%3B%3BEAGK%2CKAAe%2CeAAoB%3BIACtC%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAEC%2CKAZiB%2CeAAoB%2CmBAY%2FB%3BIACL%2CcAAA%3B%3BEAGD%2CKAhBiB%2CeAAoB%2CmBAgB9B%3BIACN%2CcAAA%3B%3BEAIC%2CKAAa%2CaAAoB%3BIACpC%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaLjxDkB%2C4CKixDlB%3B%3BEAGiB%3BIACjB%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAEC%2CkBAAS%3BIACR%2CkBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BACtkDP%3B%3B%3B%3BEA1QY%3BEACA%3BIACT%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIAEA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3B%3BEAIG%2CWAFA%2CGAEM%3BEAAN%2CUAFA%2CGAEM%3BIACL%2CyBAAA%3BIACA%2CWAAA%3B%3BEAFD%2CWAFA%2CGAEM%2CKAIA%3BEAJN%2CUAFA%2CGAEM%2CKAIA%3BIACH%2CcAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEC%2CWAZJ%2CGAEM%2CKAIA%2CKAMG%3BEAAL%2CUAZJ%2CGAEM%2CKAIA%2CKAMG%3BEACL%2CWAbJ%2CGAEM%2CKAIA%2CKAOQ%3BEAAV%2CUAbJ%2CGAEM%2CKAIA%2CKAOQ%3BIACT%2C%2BBAAA%3B%3BEAEC%2CWAhBN%2CGAEM%2CKAIA%2CKAMG%2CKAIG%3BEAAN%2CUAhBN%2CGAEM%2CKAIA%2CKAMG%2CKAIG%3BEAAN%2CWAhBN%2CGAEM%2CKAIA%2CKAOQ%2CSAGF%3BEAAN%2CUAhBN%2CGAEM%2CKAIA%2CKAOQ%2CSAGF%3BEACN%2CWAjBN%2CGAEM%2CKAIA%2CKAMG%2CKAKK%3BEAAR%2CUAjBN%2CGAEM%2CKAIA%2CKAMG%2CKAKK%3BEAAR%2CWAjBN%2CGAEM%2CKAIA%2CKAOQ%2CSAIA%3BEAAR%2CUAjBN%2CGAEM%2CKAIA%2CKAOQ%2CSAIA%3BIACP%2CoCAAA%3BIACA%2C0BAAA%3B%3BEAPH%2CWAZJ%2CGAEM%2CKAIA%2CKAMG%2CKAUA%3BEAVL%2CUAZJ%2CGAEM%2CKAIA%2CKAMG%2CKAUA%3BEATL%2CWAbJ%2CGAEM%2CKAIA%2CKAOQ%2CSASL%3BEATL%2CUAbJ%2CGAEM%2CKAIA%2CKAOQ%2CSASL%3BIACF%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAbH%2CWAZJ%2CGAEM%2CKAIA%2CKAMG%2CKAgBM%3BEAhBX%2CUAZJ%2CGAEM%2CKAIA%2CKAMG%2CKAgBM%3BEAfX%2CWAbJ%2CGAEM%2CKAIA%2CKAOQ%2CSAeC%3BEAfX%2CUAbJ%2CGAEM%2CKAIA%2CKAOQ%2CSAeC%3BIACR%2CUAAA%3BIACA%2CWAAA%3B%3BEAGD%2CWAjCN%2CGAEM%2CKAIA%2CKAMG%2CKAqBY%3BEAAf%2CUAjCN%2CGAEM%2CKAIA%2CKAMG%2CKAqBY%3BEAAf%2CWAjCN%2CGAEM%2CKAIA%2CKAOQ%2CSAoBO%3BEAAf%2CUAjCN%2CGAEM%2CKAIA%2CKAOQ%2CSAoBO%3BIACd%2C0BAAA%3B%3BEAIH%2CWAtCJ%2CGAEM%2CKAIA%2CKAgCQ%2CSACL%3BEADL%2CUAtCJ%2CGAEM%2CKAIA%2CKAgCQ%2CSACL%3BIACF%2CWAAA%3B%3BEAIH%2CWA5CJ%2CGAEM%2CKAIA%2CKAsCI%2CKACD%2CIACE%2CKAAe%2CeAAS%3BEAF%2FB%2CUA5CJ%2CGAEM%2CKAIA%2CKAsCI%2CKACD%2CIACE%2CKAAe%2CeAAS%3BIAC1B%2CSAAS%2CGAAT%3B%3BEAKL%2CWApDJ%2CGAEM%2CKAIA%2CKA8CgB%3BEAAlB%2CUApDJ%2CGAEM%2CKAIA%2CKA8CgB%3BIACjB%2CsBAAA%3BIACA%2CmCAAA%3B%3BEAGD%2CWAzDJ%2CGAEM%2CKAIA%2CKAmDe%2CiBAAO%3BEAAxB%2CUAzDJ%2CGAEM%2CKAIA%2CKAmDe%2CiBAAO%3BIACvB%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CyDAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGD%2CWAtEJ%2CGAEM%2CKAIA%2CKAgEe%2CiBAAQ%3BEAAzB%2CUAtEJ%2CGAEM%2CKAIA%2CKAgEe%2CiBAAQ%3BIACxB%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CyDAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIC%2CWApFN%2CGAEM%2CKAIA%2CKA6Ea%2CcACN%3BEAAP%2CUApFN%2CGAEM%2CKAIA%2CKA6Ea%2CcACN%3BIACN%2CeAAA%3B%3BEAIH%2CWAzFJ%2CGAEM%2CKAIA%2CKAmFK%2CMACF%3BEADL%2CUAzFJ%2CGAEM%2CKAIA%2CKAmFK%2CMACF%3BIACF%2CgBAAA%3B%3BEAFH%2CWAzFJ%2CGAEM%2CKAIA%2CKAmFK%2CMACF%2CIAGE%2CKAAgB%3BEAJvB%2CUAzFJ%2CGAEM%2CKAIA%2CKAmFK%2CMACF%2CIAGE%2CKAAgB%3BIAClB%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEC%2CWAlGV%2CGAEM%2CKAIA%2CKAmFK%2CMACF%2CIAGE%2CKAAgB%2CeAKR%3BEAAT%2CUAlGV%2CGAEM%2CKAIA%2CKAmFK%2CMACF%2CIAGE%2CKAAgB%2CeAKR%3BIACR%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAKH%2CWA3GR%2CGAEM%2CKAIA%2CKAmFK%2CMACF%2CIAiBM%2CMACF%2CKAAgB%3BEADrB%2CUA3GR%2CGAEM%2CKAIA%2CKAmFK%2CMACF%2CIAiBM%2CMACF%2CKAAgB%3BIAClB%2CcAAA%3B%3BEA3GX%2CWAFA%2CGAEM%2CKAIA%2CKA8GC%3BEAlHP%2CUAFA%2CGAEM%2CKAIA%2CKA8GC%3BIACF%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAvHL%2CWAFA%2CGAEM%2CKA4He%3BEA5HrB%2CUAFA%2CGAEM%2CKA4He%3BIAClB%2C%2BBAAA%3B%3BEA1IG%2CWAgJN%3BEA%2FIM%2CUA%2BIN%3BIACD%2CcAAA%3BIACA%2CkBAAA%3B%3BEAlJO%2CWAgJN%2CGAIC%3BEAnJK%2CUA%2BIN%2CGAIC%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAxJK%2CWAgJN%2CGAWI%3BEA1JE%2CUA%2BIN%2CGAWI%3BIACH%2CgBAAA%3B%3BEA5JK%2CWAkKC%3BEAjKD%2CUAiKC%3BIACR%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CsDAAA%3BIACA%2CmDAAA%3BIACA%2C8CAAA%3B%3BEA3KO%2CWAkKC%2CUAWQ%3BEA5KT%2CUAiKC%2CUAWQ%3BIACd%2CkBAAA%3BIACA%2CqBAAA%3B%3BEA%2FKK%2CWAkKC%2CUAWQ%2CgBAIK%3BEAhLd%2CUAiKC%2CUAWQ%2CgBAIK%3BIACjB%2CcAAA%3BIACA%2CqBAAA%3B%3BIAEA%2CoBAAA%3B%3BEArLG%2CWA2LO%3BEA1LP%2CUA0LO%3BIACd%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAtMO%2CWA2LO%2CgBAaO%3BEAvMd%2CUA0LO%2CgBAaO%3BIACnB%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEA3MK%2CWA2LO%2CgBAaO%2CqBAKjB%3BEA5MG%2CUA0LO%2CgBAaO%2CqBAKjB%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAlNG%2CWA2LO%2CgBAaO%2CqBAalB%2CEAAO%3BEApNH%2CUA0LO%2CgBAaO%2CqBAalB%2CEAAO%3BIACN%2CcAAA%3B%3BEAGD%2CWA9BW%2CgBAaO%2CqBAiBN%3BEAAZ%2CUA9BW%2CgBAaO%2CqBAiBN%3BIACX%2CiBAAA%3B%3BEAGD%2CWAlCW%2CgBAaO%2CqBAqBV%3BEAAR%2CUAlCW%2CgBAaO%2CqBAqBV%3BIACP%2CcAAA%3BIACA%2CaN5Kc%2CyCM4Kd%3B%3BEAMD%2CMAAW%2CWAAI%2CKAAO%3BIAC3B%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2C8BAAA%3B%3BEAEC%2CMALe%2CWAAI%2CKAAO%2CMAKb%3BIACZ%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAHD%2CMALe%2CWAAI%2CKAAO%2CMAKb%2CYAKX%2CEAAc%3BIACb%2CyBAAA%3B%3BEANH%2CMALe%2CWAAI%2CKAAO%2CMAKb%2CYASP%3BIACH%2CUAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3BEAjBC%2CMAAW%2CWAAI%2CKAAO%2CMAsB1B%2CEAAc%3BIACb%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAKO%3BIACT%2CQAAA%3B%3B%3B%3B%3B%3BAASS%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAAFW%2CWAIT%2CGAAM%3BEACN%2CSAAA%3BEACA%2CkBAAA%3B%3BAANS%2CWAIT%2CGAAM%2CKAID%3BEACH%2CYAAA%3BEACA%2CkBAAA%3B%3BAAVO%2CWAIT%2CGAAM%2CKAID%2CKAIG%2COAAK%3BAAZJ%2CWAIT%2CGAAM%2CKAID%2CKAKC%3BEACF%2CcAAA%3B%3BAAdK%2CWAIT%2CGAAM%2CKAID%2CKASC%3BEACF%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAEC%2CWAnBL%2CGAAM%2CKAID%2CKASC%2CIAMM%3BEACN%2CcAAA%3B%3BAAxBG%2CWAIT%2CGAAM%2CKAID%2CKAoBG%2COAAY%3BEAChB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA9BK%2CWAoCD%3BEACR%2CWAAA%3B%3BAAmCH%2CmBA1BmD%2CuBAAsC%3BEAE7E%3BIACT%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGU%3BIACV%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGO%3B%3B%3B%3BEAKG%2CWAAE%2CGAAM%2CKAAG%2CGAAI%2CKAAM%3BIAC%2FB%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACrGH%3BEAnOS%2CQAAY%3BEACR%3BIACZ%2CiBAAA%3B%3B%3BEAGQ%2CQAAa%3BIACrB%2CUAAA%3B%3BEAEQ%2CQAAa%3BIACrB%2CUAAA%3B%3BEAGY%2CYAAE%2CGAAW%3B%3BIAEzB%2CcAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEY%2CYAAS%3BIACrB%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BEAEY%2CYAAS%2CSAAQ%3BIAC7B%2CaAAA%3BIACA%2CYAAA%3B%3BEAEY%2CYAAS%3BIACrB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEY%2CYAAQ%2CSAAa%3BIACjC%2CYAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3B%3BEAEQ%2CQAAS%3BIACjB%2CkBAAA%3B%3BEAIW%2CWAAS%3BIACpB%2CYAAA%3BIACA%2C0BAAA%3B%3BEAEW%2CWAAS%2CSAAS%3BIAC7B%2CsBAAA%3B%3BEAGW%2CWAAS%3BIACpB%2CgBAAA%3B%3BEAEW%2CWAAS%2CSAAS%3BIAC7B%2CYAAA%3B%3BEAGQ%2CQAAa%2CaAAE%2CGAAW%2CUAAE%3BEACxB%2CYAAE%2CGAAW%2CUAAG%3BIAC5B%2CYAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEQ%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAY%3BEACpC%2CYAAE%2CGAAW%2CUAAE%2CGAAa%3BIACxC%2C2BAAA%3B%3BEAKQ%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%3BEAC1B%2CYAAE%2CGAAW%2CUAAG%2CGAAE%3BIAC9B%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACE%2CsBAAA%3B%3BEAEM%2CQAAa%2CaAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%3BEACvC%2CYAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAE%3BIAC3C%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAEQ%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAM%3BEACpC%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAM%3BEACpC%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAO%3BEACjC%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAM%3BEACvB%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAM%3BEACvB%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAQ%3BIACrC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACE%2C6BAAA%3B%3BEAEM%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%3BEACtC%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAM%3BEAC5C%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAM%3BEAC5C%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAO%3BEACzC%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%3BEACzB%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAM%3BEAC%2FB%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAM%3BEAC%2FB%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAQ%3BIAC7C%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGS%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%3BEAC%2FC%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%2CSAAM%3BEACrD%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%2CSAAM%3BEACrD%2CQAAa%2CaAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%2CSAAO%3BEACtD%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%3BEACvC%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%2CSAAM%3BEAC7C%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%2CSAAM%3BEAC7C%2CQAAa%2CaAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%2CSAAO%3BEAC1C%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%3BEAClC%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%2CSAAM%3BEACxC%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%2CSAAM%3BEACxC%2CYAAE%2CGAAW%2CUAAE%2CGAAS%2CQAAC%2CEAAS%2CSAAO%3BEACzC%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%3BEAC1B%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%2CSAAM%3BEAChC%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%2CSAAM%3BEAChC%2CYAAE%2CGAAW%2CUAAG%2CGAAC%2CEAAS%2CSAAQ%3BIAC7C%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAIU%2CYAAa%3BEACb%2CYAAsB%3BIAClC%2CYAAA%3BIACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAYY%2CYAAa%3BIACzB%2CoCAAA%3BIACA%2CiCAAA%3BIACA%2CiBAAA%3B%3B%3BEAIC%2CCAAK%2CKAAa%2CaAAa%3BIAChC%2C6BAAA%3BIACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAYC%2CCAAK%2CKAAa%2CaAAS%3BIAAE%2CWAAA%3B%3BEAE7B%2CCAAK%2CKAAa%3BIAAE%2COAAA%3BIAAQ%2CWAAA%3BIAAY%2CkBAAA%3B%3BEACzC%2CCAAM%2COAAa%3BIAAE%2COAAA%3BIAAQ%2CWAAA%3B%3BEAEjB%2CYAAE%3BIAAE%2COAAA%3B%3BEAEP%3BIACT%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAES%2CSAAS%3BIAClB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAES%2CSAAS%3BIAClB%2CsBAAA%3B%3BEAES%2CSAAS%3BIAClB%2CgBAAA%3B%3BEAIS%3B%3B%3B%3BAAaV%2CQAJwC%2CuBAAsC%3BEACpE%3B%3B%3B%3BAAoHV%2CQA1GwC%3BEAE5B%3BIACX%2CwBAAA%3B%3BEAGQ%2CQAAS%3BIACjB%2CgBAAA%3B%3BEAGiB%3BIACf%2CgCAAA%3B%3BEADe%2CgBAGN%3BIACP%2CSAAA%3B%3BEAJa%2CgBAMP%3BEANO%2CgBAMI%2CWAAQ%3BEANZ%2CgBAMoB%2CMAAS%3BIAC1C%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAVa%2CgBAMP%2CUAMG%3BEAZI%2CgBAMI%2CWAAQ%2CUAMhB%3BEAZI%2CgBAMoB%2CMAAS%2CSAMjC%3BIACP%2CaAAA%3B%3BIAEA%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2CiCAAA%3B%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGD%2CgBAhBK%2CUAgBG%3BEAAR%2CgBAhBgB%2CWAAQ%2CUAgBhB%3BEAAR%2CgBAhBgC%2CMAAS%2CSAgBjC%3BIACP%2CgCAAA%3B%3BEADD%2CgBAhBK%2CUAgBG%2COAGE%3BEAHV%2CgBAhBgB%2CWAAQ%2CUAgBhB%2COAGE%3BEAHV%2CgBAhBgC%2CMAAS%2CSAgBjC%2COAGE%3BIACP%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CiCAAA%3B%3BIACA%2CiCAAA%3B%3BEA7BS%2CgBAMP%2CUAgCG%3BEAtCI%2CgBAMI%2CWAAQ%2CUAgChB%3BEAtCI%2CgBAMoB%2CMAAS%2CSAgCjC%3BIACP%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CyCAAA%3B%3BEAGD%2CgBAxCK%2CUAwCG%2COAAS%3BEAAjB%2CgBAxCgB%2CWAAQ%2CUAwChB%2COAAS%3BEAAjB%2CgBAxCgC%2CMAAS%2CSAwCjC%2COAAS%3BIAChB%2CYAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3B%3BEAlDW%2CgBAMP%2CUAgDG%3BEAtDI%2CgBAMI%2CWAAQ%2CUAgDhB%3BEAtDI%2CgBAMoB%2CMAAS%2CSAgDjC%3BIACP%2CkBAAA%3BIACA%2COAAA%3B%3BEAxDW%2CgBAMP%2CUAoDG%3BEA1DI%2CgBAMI%2CWAAQ%2CUAoDhB%3BEA1DI%2CgBAMoB%2CMAAS%2CSAoDjC%3BIACP%2CSAAA%3B%3BEA3DW%2CgBAMP%2CUAuDG%3BEA7DI%2CgBAMI%2CWAAQ%2CUAuDhB%3BEA7DI%2CgBAMoB%2CMAAS%2CSAuDjC%3BIACP%2CeAAA%3BIACA%2CgBAAA%3B%3BEA%2FDW%2CgBAkEP%2CQAAU%3BIAChB%2CaAAA%3B%3BEAIF%2CEAAU%3BIACX%2CwBAAA%3BIACA%2CgCAAA%3B%3BEAGC%2CEAAW%2CUAAQ%3BIACpB%2C0BAAA%3B%3BEAGQ%2COAAE%2CGAAQ%2CQAAQ%3BIACxB%2CaPtSmB%2CiBOsSnB%3BIACH%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGQ%2COAAQ%2COAAE%2CGAAQ%2CQAAQ%3BIAC%2FB%2CaP9SmB%2CiBO8SnB%3BIACH%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAC9PD%3B%3B%3B%3B%3BEAvGQ%3BIbkEG%2CQAAA%3BIahER%2CgBAAA%3BIACA%2CSAAA%3B%3BEdGD%2CMAAO%3BEACP%2CMAAO%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CMAAO%3BIACN%2CWAAA%3B%3B%3BEcRK%2CMAAE%3BIACP%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEALK%2CMAAE%2CEAOL%3BIACA%2CgBAAA%3B%3BEAKO%3BIACT%2CkBAAA%3BIACA%2CgCAAA%3B%3BEAGY%3BIACZ%2CeAAA%3BIACA%2C6BAAA%3B%3B%3BEAIK%2CMAAG%3BIACR%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGK%2CMAAG%2CGAAG%3BIACX%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAGK%2CMAAG%2CGAAG%2CGAAC%3BEACP%2CMAAG%2CGAAG%2CGAAK%3BIAChB%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3B%3BEAIK%2CMAAG%2CGAAE%2CGAAe%2CcAAC%3BEACrB%2CMAAG%2CGAAE%2CGAAe%2CcAAK%3BIAC9B%2CyBAAA%3B%3B%3BEAIK%2CMAAG%2CGAAE%2CGAAW%3BEAChB%2CMAAG%2CGAAE%2CGAAW%3BEAChB%2CMAAG%2CGAAE%2CGAAW%3BEAChB%2CMAAG%2CGAAE%2CGAAa%3BIACvB%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGK%2CMAAG%2CGAAE%2CGAAW%3BEAChB%2CMAAG%2CGAAE%2CGAAY%3BIACtB%2C8BAAA%3B%3BEAGK%2CMAAG%2CGAAE%2CGAAW%3BEAChB%2CMAAG%2CGAAE%2CGAAa%3BIACvB%2C%2BBAAA%3B%3BEAGK%2CMAAG%2CGAAE%2CGAAY%3BIACtB%2CkBAAA%3B%3BEAGa%2CcAAG%2CGAAE%2CGAAY%3BIAC9B%2CeAAA%3B%3BEAGa%2CcAAG%2CGAAE%2CGAAY%3BIAC9B%2CcAAA%3B%3B%3BEAIY%2CcAAW%3BIACvB%2CeAAA%3BIACA%2C6BAAA%3B%3BEAGY%2CcAAc%3BIAC1B%2CgCAAA%3B%3B%3BAAiBH%2CQAZwC%3BEAEhC%2CMAAE%3BIACP%2CWAAA%3BIACA%2CoBAAA%3B%3BEAGa%2CcAAE%3BIACf%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BACoGH%3B%3B%3B%3BEAvNU%3BIACP%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAHO%2CQAKJ%3BIACD%2CiBAAA%3B%3BEAKY%2CeAAQ%3BEAChB%2COAAS%3BIACf%2CyBAAA%3B%3BEAGc%2CeAAG%3BIACjB%2CmBAAA%3B%3BEAGc%2CeAAS%3BIACvB%2CaAAA%3B%3BEADc%2CeAAS%2CSAGnB%3BIACF%2CaAAA%3B%3BEAIW%3BEACD%3BIACZ%2CcAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3B%3BEALa%2CeAOV%3BEANS%2CaAMT%3BEAPU%2CeAQT%3BEAPQ%2CaAOR%3BIACF%2CaAAA%3B%3BEATW%2CeAYN%3BEAXK%2CaAWL%3BIACL%2CWAAA%3BIACA%2CyBAAA%3B%3BEAdW%2CeAYN%2COAID%3BEAfM%2CaAWL%2COAID%3BIACF%2CiBAAA%3B%3BEAKQ%2CaAEN%3BIACJ%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEALU%2CaAQR%2CKAAQ%2COAAC%3BEARD%2CaASR%2CKAAQ%2COAAE%3BIACZ%2CeAAA%3BIACA%2CaTTkB%2CiBSSlB%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACC%2CqBAAA%3B%3BEAGF%2CaAAQ%2COAEH%2CKAAQ%2COAAC%3BEAFd%2CaAAQ%2COAGH%2CKAAQ%2COAAE%3BIACZ%2CSAAS%2CGAAT%3BIACA%2CsBAAA%3B%3BEALH%2CaAAQ%2COAQD%3BIACJ%2CiBAAA%3BIACA%2C2BAAA%3B%3BEAOO%2CYAEJ%2COAAI%3BIACT%2CeAAA%3B%3BEAHS%2CYAMF%3BIACP%2CaAAA%3BIACA%2CaAAA%3B%3BEAKY%3BIACd%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3BIfgrBF%2CaAAA%3BIe9qBE%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3B%3BEARc%2CeAUX%3BIACD%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAbY%2CeAgBZ%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAlBY%2CeAqBD%3BIACX%2CkBAAA%3BIACA%2CMAAA%3BIAEA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEC%2CeAZU%2CaAYD%3BIACR%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3B%3BEAOS%2CcAAU%2CUAAE%3BIACzB%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGQ%2CUAGP%2CEAAS%3BEAFC%2CYAEV%2CEAAS%3BIACR%2CcAAA%3B%3BEAJM%2CUAGP%2CEAAS%2CQAGH%3BEALI%2CYAEV%2CEAAS%2CQAGH%3BIACH%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAGD%2CUATF%2CEAAS%2CQASC%3BEAAR%2CYATF%2CEAAS%2CQASC%3BIACP%2CaTnHgB%2CiBSmHhB%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACC%2CsBAAA%3B%3BEAGF%2CUArBF%2CEAAS%2CQAqBA%2COAAQ%3BEAAf%2CYArBF%2CEAAS%2CQAqBA%2COAAQ%3BIACd%2CSAAS%2CGAAT%3BIACA%2CsBAAA%3B%3BEAOK%3BIACT%2CeAAA%3B%3BEADS%2CUAGN%3BIACD%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEANO%2CUASN%3BIACD%2CmBAAA%3B%3BEAKK%2CQAAE%2CGAAW%3BIACpB%2CSAAA%3B%3BEAGW%3BIACX%2CqBAAA%3B%3BIfkKF%2C8BAAA%3BIACG%2C2BAAA%3BIACK%2CsBAAA%3B%3BEejKH%2CYAAQ%3BIACP%2CWAAA%3B%3B%3BAAmCP%2CmBA5BmD%2CuBAAsC%3BEAExE%3BIf8jBhB%2C2BAAA%3B%3BEe1jBa%3BIACX%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAFW%2CYAIJ%2COAAI%3BIACT%2CaAAA%3B%3BEALS%2CYAQF%3BIACP%2CSAAA%3BIACA%2CuBAAA%3B%3BEAMS%3BIACX%2CqBAAA%3BIACA%2CgCAAA%3B%3B%3BAAiCH%2CmBAtBkD%2CuBAAqC%3BEAEtE%3BIf2hBhB%2C2BAAA%3B%3BEevhBa%3BIACX%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAFW%2CYAIJ%2COAAI%3BIACT%2CaAAA%3B%3BEALS%2CYAQF%3BIACP%2CSAAA%3BIACA%2CuBAAA%3B%3B%3BAAeL%2CmBANmD%3BEAElC%3BIACd%2CWAAA%3B%3B%3BAC3IH%3B%3B%3B%3BEA7Ia%3BIACV%2CYAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAJU%2CWAMD%3BIAEP%2CyBAAA%3B%3BEARQ%2CWAMD%2CSAGS%3BEATR%2CWAMD%2CSAIU%3BIACf%2CaAAA%3B%3BEAXM%2CWAgBR%2CGAAkB%3BIAClB%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAvBQ%2CWAgBR%2CGAAkB%2CiBASf%3BIACD%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAjCM%2CWAgBR%2CGAAkB%2CiBAoBf%2CGAAE%3BIACH%2CcAAA%3BIACA%2CsBAAA%3B%3BIAEA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEA5CM%2CWAgBR%2CGAAkB%2CiBAiChB%2CGAAa%2CYAAE%2CEAAK%3BIACpB%2CiBAAA%3B%3BEAlDM%2CWAgBR%2CGAAkB%2CiBAqCf%2CGAAE%2CEAAK%3BIACR%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAzDM%2CWAgBR%2CGAAkB%2CiBA4Cf%2CGAAE%2CEAAI%2CKAAQ%3BIACf%2CsBAAsB%2CwBAAtB%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3B%3BEA%2FDM%2CWAgBR%2CGAAkB%2CiBAkDf%2CGAAC%2CEAAM%3BEAlEF%2CWAgBR%2CGAAkB%2CiBAmDf%2CGAAC%2CEAAM%3BEAnEF%2CWAgBR%2CGAAkB%2CiBAoDf%2CGAAC%2CEAAQ%3BIACV%2CgCAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3BEAxEM%2CWAgBR%2CGAAkB%2CiBA2Df%2CGAAC%2CEAAQ%3BIACV%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CgCAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAhFM%2CWAqFR%2CGAAgB%3BIAChB%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEA1FQ%2CWAqFR%2CGAAgB%2CeAOb%3BIACD%2CUAAA%3BIACA%2CSAAA%3B%3BEA9FM%2CWAmGQ%3BIAChB%2CyBAAA%3BIACA%2CWAAA%3B%3BEArGQ%2CWAmGQ%2CkBAIb%3BIACD%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEA3GM%2CWAmGQ%2CkBAWT%3BIACL%2CUAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3BEAjHM%2CWAmGQ%2CkBAWT%2COAKD%3BIhBkqBV%2CaAAA%3BIgBhqBQ%2CeAAA%3B%3BEArHI%2CWA4HP%3BIACD%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA9HQ%2CWAiIA%3BIACR%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEApIQ%2CWAuIR%3BIACA%2CiBAAA%3B%3B%3BAA%2BCL%2CQAvCwC%2CuBAAsC%3BEAG7D%2CaAAY%2CYAAkB%2CkBACvC%2CGAAE%2CEAAK%3BIACR%2C0BAAA%3B%3BEAKM%3BIACV%2CsBAAA%3B%3BEADU%2CWAIH%3BIACL%2CsBAAA%3B%3BEALQ%2CWAQQ%2CkBACb%2CGAAE%2CEAAK%3BIACR%2C0BAAA%3B%3BEAVM%2CWAeQ%3BIAChB%2CmBAAA%3B%3BEAhBQ%2CWAmBA%3BIACR%2CaAAA%3B%3BEApBQ%2CWAmBA%2CUAGN%3BIACA%2CoBAAA%3B%3B%3BAAuJP%2CQA3IuC%3BEAG%2FB%3BIACL%2CWAAA%3B%3BEAIU%3BIACV%2CiBAAA%3B%3BEADU%2CWAIH%3BIACL%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAPQ%2CWAUA%3BIACR%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAdQ%2CWAUA%2CUAML%3BIACD%2CSAAA%3B%3BEAjBM%2CWAsBQ%3BIAChB%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAzBQ%2CWA4BR%2CGAAgB%3BIAChB%2CkBAAA%3BIACA%2CiBAAA%3B%3BEA9BQ%2CWA4BR%2CGAAgB%2CeAIb%3BIACD%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIhB%2BiBN%2CcAAA%3B%3BEgBplBY%2CWA4BR%2CGAAgB%2CeAIb%2CGAQM%3BIACL%2CWAAA%3B%3BEAzCI%2CWA4BR%2CGAAgB%2CeAIb%2CGAQM%2COAGD%3BIACF%2CWAAA%3BIACA%2CYAAA%3B%3BEA7CE%2CWAsDD%3BIACP%2CYAAA%3B%3BEAvDQ%2CWAsDD%2CSAGS%3BEAzDR%2CWAsDD%2CSAIU%3BIACf%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAhEM%2CWAsDD%2CSAaU%3BIACf%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAtEM%2CWAsDD%2CSAmBU%3BIACf%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA5EM%2CWAiFR%2CGAAkB%3BIAClB%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAtFQ%2CWAiFR%2CGAAkB%2CiBAOf%3BIACD%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAhGM%2CWAiFR%2CGAAkB%2CiBAOf%2CGAUA%3BEAlGK%2CWAiFR%2CGAAkB%2CiBAOf%2CGAWA%2CEAAO%3BEAnGF%2CWAiFR%2CGAAkB%2CiBAOf%2CGAYA%2CEAAO%3BIACN%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2C6BAAA%3B%3BEAEC%2CWA9BL%2CGAAkB%2CiBAOf%2CGAUA%2CEAaU%3BEAAR%2CWA9BL%2CGAAkB%2CiBAOf%2CGAWA%2CEAAO%2COAYG%3BEAAR%2CWA9BL%2CGAAkB%2CiBAOf%2CGAYA%2CEAAO%2CMAWG%3BIACP%2CsBAAA%3B%3BEAGD%2CWAlCL%2CGAAkB%2CiBAOf%2CGAUA%2CEAiBU%3BEAAR%2CWAlCL%2CGAAkB%2CiBAOf%2CGAWA%2CEAAO%2COAgBG%3BEAAR%2CWAlCL%2CGAAkB%2CiBAOf%2CGAYA%2CEAAO%2CMAeG%3BIACP%2CcAAA%3B%3BEApHE%2CWAiFR%2CGAAkB%2CiBAOf%2CGAiCC%2CEAAK%3BIACL%2CaAAA%3B%3B%3BAAwBT%2CQAZuC%2CuBAAqC%3BEAE%2FD%2CWAAkB%3BIAC5B%2CSAAA%3B%3BEADU%2CWAAkB%2CkBAGrB%2COAAI%3BIACT%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAiCL%2CQAzBwC%3BEAE3B%2CWAEM%2CgBAAG%3BIACjB%2CsBAAA%3B%3BEAHQ%2CWAMQ%3BIAChB%2CSAAA%3BIACA%2CeAAA%3B%3BEARQ%2CWAMQ%2CkBAIT%3BIACL%2CeAAA%3B%3BEAXM%2CWAMQ%2CkBAIT%2COAGD%3BIACF%2CeAAA%3B%3B%3BACtJT%3B%3B%3B%3BEArNa%3BIACV%2CYAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAJU%2CWAMH%3BIACL%2CuBAAA%3B%3BEAPQ%2CWAUF%3BIACN%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2CwBAAA%3BIACA%2CcAAA%3B%3BEAEC%2CWAPK%2CQAOQ%3BIACZ%2CSAAA%3B%3BEAGD%2CWAXK%2CQAWO%3BIACX%2CmBAAA%3B%3BEAtBM%2CWA2BR%3BEA3BQ%2CWA4BT%2CEAAU%3BIACT%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAlCQ%2CWAqCP%3BIACD%2CoBAAA%3B%3BEAtCQ%2CWA0CT%2CEAAU%3BIACT%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3BEA9CQ%2CWA0CT%2CEAAU%2CSAMJ%3BIACH%2CcAAA%3B%3BEAEC%2CWATJ%2CEAAU%2CSAMJ%2CKAGQ%3BIACT%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAxDI%2CWAgER%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAnEQ%2CWAsEJ%3BIhBHE%2CQAAA%3B%3BED5DT%2CWiB%2BDO%2CMjB%2FDA%3BEACP%2CWiB8DO%2CMjB9DA%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CWiBuDO%2CMjBvDA%3BIACN%2CWAAA%3B%3BEiB4DkB%2CmBAAQ%3BIAC1B%2CgCAAA%3B%3BEAGgB%2CiBAAQ%3BIACxB%2CcAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIhBjBQ%2CQAAA%3B%3BED5DT%2CiBiByEyB%2CQjBzElB%3BEACP%2CiBiBwEyB%2CQjBxElB%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CiBiBiEyB%2CQjBjElB%3BIACN%2CWAAA%3B%3BEiBgEgB%2CiBAAQ%2CQAOlB%3BIACJ%2CUAAA%3BIACA%2CSAAA%3B%3BEAGc%2CiBAAQ%2CQAAU%3BIAClC%2CiBAAA%3BIACA%2C6BAAA%3B%3BEAEgB%2CiBAAG%3BIACnB%2CgBAAA%3B%3BEAEU%2CWAAE%2CGAAkB%2CiBAAO%2CQAAO%3BIAC5C%2CYAAA%3B%3B%3B%3B%3BEAMa%3BIACb%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIjByqBF%2CaAAA%3B%3BEiBtqBe%2CcAAU%3BIACvB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIjBmqBF%2C2BAAA%3B%3BEiBhqBe%2CcAAS%3BIACtB%2CeAAA%3BIjB%2BpBF%2CaAAA%3B%3BEiB5pBI%2CGAAe%2CeAAS%3BIAC1B%2CaAAA%3B%3BEAEa%2CcAAQ%2CSAAa%3BIAClC%2CaAAA%3B%3BEAEa%2CcAAK%3BIAClB%2CkBAAA%3BIACA%2CcAAA%3BIAEA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEa%2CcAAK%2CKAAI%3BIACtB%2CSAAA%3BIACA%2CWAAA%3B%3BEAEa%2CcAAK%2CKAAG%3BIACrB%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEa%2CcAAS%2CSAAI%3BIAC1B%2C2BAAA%3B%3BEAEK%2CMAAe%2CeAAS%3BIAC7B%2CaAAA%3B%3BEAEa%2CcAAS%3BIACtB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEAEa%2CcAAS%3BIAItB%2CyBAAA%3BIACA%2CwBAAA%3B%3BEAEa%2CcACC%3BEADD%2CcACkB%3BIAC7B%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAVW%2CcAYE%3BIACb%2CYAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAGW%2CcAAW%3BIACxB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEANa%2CcAAW%2CWAOrB%3BIACD%2CWAAA%3B%3BEARW%2CcAAW%2CWAOrB%2CGAEC%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEC%2CcApBmB%2CWAOrB%2CGAEC%2CEAWuB%3BIACrB%2CcAAA%3B%3B%3BAAkCT%2CQAxBwC%2CuBAAsC%3BEAEzD%3BIAClB%2CgCAAA%3BIACA%2CYAAA%3B%3BEAFkB%2CmBAGjB%2CEAAU%2CSACC%3BIACR%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEARc%2CmBAYV%3BIACN%2CSAAA%3BIACA%2CiCAAA%3BIACA%2CoBAAA%3B%3BEACC%2CmBAJK%2CQAIO%3BIACX%2CgBAAA%3B%3B%3BAAwCP%2CQAhCuC%3BEAGlB%3B%3BIAElB%2CYAAA%3B%3BEAFkB%2CmBAIV%3BIACN%2CiCAAA%3B%3BEALgB%2CmBAQjB%2CEAAU%3BIAEP%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAdc%2CmBAQjB%2CEAAU%2CSAQC%3BIACR%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAqBP%2CQATuC%2CuBAAqC%3BEAEvD%2CmBACV%3BIACN%2CWAAA%3BIACA%2CcAAA%3B%3B%3BAAWL%2CQAJwC%3BEACxB%2CcAAK%2CKAAI%3BIACtB%2CgBAAA%3B%3B%3BACnNH%3B%3B%3B%3B%3BEAjFU%3BIACP%2CiBAAA%3BIACA%2CUAAA%3B%3B%3BEAGO%2CQAAG%3BIACV%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEO%2CQAAG%2CGAAG%3BIACb%2CWAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3B%3BEAGO%2CQAAG%2CGAAG%2CGAAO%3BIACpB%2CWAAA%3BIACA%2CaAAA%3B%3B%3BEAGO%2CQAAG%2CGAAG%2CGAAO%2COAAK%3BIACzB%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAEO%2CQAAG%2CGAAG%2CGAAO%2COAAI%3BIACxB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3B%3BEAGO%2CQAAG%2CGAAG%2CGAAO%2COAAW%3BIAC%2FB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3B%3BEAGqB%3BIACrB%2CkBAAA%3B%3BEADqB%2CsBAIf%3BIACJ%2CWAAA%3BIACA%2CkBAAA%3B%3BEANmB%2CsBAQZ%3BIACP%2CYAAA%3BIACA%2CkBAAA%3B%3BEAVmB%2CsBAQZ%2CSAGL%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEACC%2CsBAPI%2CSAGL%2CEAIQ%3BIACN%2CkCAAA%3B%3BEAED%2CsBAVI%2CSAGL%2CEAOc%3BIACZ%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2C%2BBAAA%3B%3BEACC%2CsBAdE%2CSAGL%2CEAOc%2CYAIJ%3BIACN%2C%2BBAAA%3B%3BEAKP%2CsBAAQ%3BIACP%2CeAAA%3B%3B%3BAAmBL%2CQAZuC%2CuBAAsC%3BEACnE%2CQAAG%2CGAAG%2CGAAO%2COACf%3BIACH%2CWAAA%3BIACA%2CYAAA%3B%3BEAHK%2CQAAG%2CGAAG%2CGAAO%2COAKhB%3BIACF%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3B%3BAA8EL%2CQAxEuC%3BEACf%3BIACrB%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3B%3BEAJqB%2CsBAKf%3BIACJ%2CgBAAA%3B%3BEANmB%2CsBAQf%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAdmB%2CsBAQf%2CMAOF%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAnBiB%2CsBAsBZ%3BIACP%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEA5BmB%2CsBAsBZ%2CSAOL%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEACC%2CsBAhBI%2CSAOL%2CEASQ%3BIACN%2CkCAAA%3B%3BEAED%2CsBAnBI%2CSAOL%2CEAYc%3BIACZ%2CYAAA%3BIACA%2CgCAAA%3B%3BEACC%2CsBAtBE%2CSAOL%2CEAYc%2CYAGJ%3BIACN%2CgCAAA%3B%3BEAMD%3BIACP%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJO%2COAKD%3BIACJ%2CYAAA%3B%3BEANK%2COAQD%3BIACJ%2CeAAA%3BIACA%2CmBAAA%3B%3BEAVK%2COAYE%3BIACP%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3B%3BAAyBL%2CQAhBwC%3BEAC9B%2CQAAG%2CGAAG%3BIACb%2CUAAA%3B%3BEADO%2CQAAG%2CGAAG%2CGAEN%2COACA%3BIACH%2CWAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEANG%2CQAAG%2CGAAG%2CGAEN%2COAMD%3BIACF%2CeAAA%3BIACA%2CkBAAA%3BIACI%2CsBAAA%3B%3B%3BAC3DX%3B%3B%3B%3B%3BEAjIe%3BIACZ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIAEA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEC%2CaAAU%3BIACT%2CyBAAA%3B%3B%3BEAII%3BIACN%2CaAAA%3B%3B%3BEAGc%3BIACd%2CYAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3B%3BIAEA%2CkBAAA%3BIACA%2CaAAA%3B%3B%3BEAGa%3BIACb%2CkBAAA%3BIACA%2CyCAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3B%3BEAGc%3BIACd%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGc%2CeAAI%3BIAClB%2CSAAA%3BIACA%2CUAAA%3B%3B%3BEAGY%3BIACZ%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3B%3BEAGkB%3BIAClB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEkB%2CmBAAE%3BIACpB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BEAGW%3BIACX%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEa%3BEAAiB%3BEAAgB%3BIAC9C%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEc%3BIACd%2CeAAA%3B%3B%3BEAGU%3BEAAmB%3BIAC7B%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CkCAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3B%3BEAEU%3BEAAc%2CYAAQ%3BIAChC%2CUAAA%3BIACA%2CsBAAsB%2C4BAAtB%3B%3BEAEc%3BEAAkB%2CgBAAQ%3BIACxC%2COAAA%3BIACA%2CsBAAsB%2CgCAAtB%3B%3B%3BAAKM%3BEAER%2CeAAA%3BEACA%2CkBAAA%3BElBrEU%2CQAAA%3BEkBuEV%2CuBAAA%3BEACA%2CgBAAA%3B%3BAnBpIC%2CSAAO%3BAACP%2CSAAO%3BEACN%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEAGA%2CcAAA%3B%3BAAED%2CSAAO%3BEACN%2CWAAA%3B%3BAmBqHM%2CSASW%2CoBAAI%2CIAAc%3BEACnC%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAbM%2CSASW%2CoBAAI%2CIAAc%2CaAMnB%3BEACd%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAtBI%2CSASW%2CoBAAI%2CIAAc%2CaAMnB%2CgBASV%3BEACF%2CaAAA%3B%3BAAzBE%2CSASW%2CoBAAI%2CIAAc%2CaAoBpB%3BEACb%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3B%3BAAnCI%2CSASW%2CoBAAI%2CIAAc%2CaA6BhB%3BAAtCb%2CSASW%2CoBAAI%2CIAAc%2CaA6BM%3BEACvC%2CwBAAA%3B%3BAAvCI%2CSASW%2CoBAAI%2CIAAc%2CaAiCjB%3BEnBvJpB%2CSAAA%3BEACA%2CMAAM%2CaAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3BAAKC%2CSmB0GkB%2CoBAAI%2CIAAc%2CaAiCjB%2CkBnB3IZ%3BAACP%2CSmByGkB%2CoBAAI%2CIAAc%2CaAiCjB%2CkBnB1IZ%3BEACN%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAmB0FM%2CSASW%2CoBAAI%2CIAAc%2CaAqCf%3BEnBmmBtB%2CaAAA%3BEmBjmBI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAnDI%2CSASW%2CoBAAI%2CIAAc%2CaAqCf%2CoBAOS%3BEACzB%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA1DE%2CSASW%2CoBAAI%2CIAAc%2CaAqDJ%3BEAC7B%2CaAAA%3B%3BAA%2FDI%2CSAqEW%2CoBAAY%2CWAIX%3BEAChB%2CwBAAA%3B%3BAA1EI%2CSAqEW%2CoBAAY%2CWASb%3BEACd%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAlFI%2CSAqEW%2CoBAAY%2CWASb%2CgBAKE%2CgBACV%3BEACF%2CaAAA%3B%3BAArFA%2CSAqEW%2CoBAAY%2CWAwBE%3BEAC7B%2CaAAA%3B%3BAA9FI%2CSAqEW%2CoBAAY%2CWAwBE%2C%2BBAEH%2C0BACH%3BEAGnB%2CcAAA%3BEACA%2CwBAAA%3B%3BAApGA%2CSAqEW%2CoBAAY%2CWAwBE%2C%2BBAEH%2C0BACH%2CqBAMH%3BEAEd%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAzGF%2CSAqEW%2CoBAAY%2CWAwBE%2C%2BBAEH%2C0BACH%2CqBAMH%2CgBAIV%3BEACF%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAUG%3BEACf%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BElBjMU%2CQAAA%3B%3BAD5DT%2CgBAAO%3BAACP%2CgBAAO%3BEACN%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEAGA%2CcAAA%3B%3BAAED%2CgBAAO%3BEACN%2CWAAA%3B%3BAmB%2BOa%2CgBAQJ%3BEACT%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEAEA%2C%2BBAAA%3BEACA%2CWAAA%3B%3BAAda%2CgBAiBT%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3B%3BAAnBa%2CgBAsBb%3BEACA%2CkBAAA%3BEAEA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEC%2CgBATD%2CEASM%2CKAAQ%3BAACb%2CgBAVD%2CEAUM%2CKAAS%3BEACb%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGD%2CgBApBD%2CEAoBO%3BEACL%2CUAAA%3BEACA%2CSAAA%3B%3BAAGD%2CgBAzBD%2CEAyBO%3BEACL%2CSAAA%3BEACA%2CSAAA%3B%3BAAGD%2CgBA9BD%2CEA8BW%3BEACT%2CyBAAA%3B%3BAArDW%2CgBAyDT%3BEACJ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAC9IH%3B%3B%3B%3BEA9KO%2CKAAQ%3BIACZ%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAGI%2CKAAQ%2CQAAG%3BIACf%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGI%2CKAAQ%2CQAAE%3BIACd%2CgBAAA%3B%3B%3BEAGI%2CKAAS%2CSAAQ%3BIACrB%2CUAAA%3B%3B%3BEAGa%3BIACb%2CWAAA%3BIACA%2CkBAAA%3B%3BEAFa%2CcAIJ%3BIACP%2CMAAA%3B%3BEAKK%2CQAEC%3BIACN%2CkBAAA%3B%3BEAHK%2CQAEC%2CQAEC%3BIACL%2CadcgB%2C4CcdhB%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAVG%2CQAaJ%3BIACD%2CadKkB%2C4CcLlB%3BIACA%2CmBAAA%3B%3BEAfK%2CQAaJ%2CGAGI%3BIACH%2CoBAAA%3BIACA%2CadCgB%2C4CcDhB%3B%3BEAlBG%2CQAqBL%2CGAAS%2CQACN%3BIACD%2CUAAA%3B%3BEAvBG%2CQAqBL%2CGAAS%2CQAIN%3BIACD%2CiBAAA%3B%3BEA1BG%2CQA6BJ%3BIACD%2CiBAAA%3B%3BEA9BK%2CQAiCD%3BIACJ%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEApCK%2CQAiCD%2CMAKI%3BIACN%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAKM%3BIACV%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAJU%2CWAMC%3BIACT%2CWAAA%3BIACA%2CYAAA%3B%3B%3B%3BIAIA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAbQ%2CWAMC%2CWASH%3BIACJ%2CwBAAA%3B%3BEAOA%2CKAAY%3BIAChB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGI%2CKAAS%2CSAAQ%2CQAAU%3B%3B%3B%3BEAI3B%2CKAAO%2CQAAQ%3BIACnB%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAG%3BIACtB%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CqBAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAG%3BIACtB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAkB%3BIACrC%2CyBAAA%3BIACA%2CeAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAG%3BIACtB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAgB%3BIACnC%2CsBAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAgB%2CgBAAE%2CGAAY%3BEAAQ%2CKAAO%2CQAAQ%2COAAgB%2CgBAAC%2CEAAa%3B%3B%3BEAGlG%2CKAAO%2CQAAQ%2COAAI%3BIACvB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3B%3BEAGI%2CKAAO%2CQAAQ%2COAAC%2CEAAY%3BIAChC%2CcAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAI%3BIACvB%2CWAAA%3BIACA%2C2BAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAG%3BIACtB%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAG%3BIACtB%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAEI%2CKAAO%2CQAAQ%2COAAG%2CGAAE%3BIACxB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3B%3BAA6DH%2CQAxDwC%2CuBAAsC%3BEACvE%2CKAAQ%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGI%2CKAAQ%2CQAAE%3BEAAQ%2CKAAO%2CQAAQ%2COAAG%3BIACxC%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGI%2CKAAS%3BInB3HL%2CQAAA%3B%3BED5DT%2CKoBuLc%2CSpBvLP%3BEACP%2CKoBsLc%2CSpBtLP%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2CKoB%2BKc%2CSpB%2FKP%3BIACN%2CWAAA%3B%3BEoB8KI%2CKAAS%2CSAED%3BEAFR%2CKAAS%2CSAEc%2CaAAS%3BIAClC%2CyBAAA%3B%3BEAHE%2CKAAS%2CSAKJ%3BIACP%2CkBAAA%3B%3BEANE%2CKAAS%2CSAKJ%2CSAEA%3BIACL%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAKA%2CKAAa%2CaAAG%3BIpBvEpB%2CqBAAA%3B%3BEoB2EI%2CKAAS%2CSACL%3BIACN%2CWAAA%3BIACA%2CkBAAA%3BIpBgkBJ%2CaAAA%3B%3BEoBnkBM%2CKAAS%2CSAMF%3BIACT%2CaAAA%3B%3BEAPE%2CKAAS%2CSASJ%3BIACP%2CkBAAA%3BIACA%2COAAA%3B%3BEAXE%2CKAAS%2CSAaJ%3BIACP%2CSAAA%3B%3BEAdE%2CKAAS%2CSAgBJ%3BIACP%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAyBL%2CQAnBuC%3BEAChC%2CKAAO%3BEAAQ%2CKAAQ%3BIAC3B%2CsBAAA%3B%3BEAGI%2CKAAQ%2CQAAE%3BEAAQ%2CKAAO%2CQAAQ%2COAAG%3BIACxC%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGC%2CKADY%2CSACC%3BIACZ%2CaAAA%3B%3BEADD%2CKADY%2CSACC%2CYAET%3BIACD%2CaAAA%3B%3B%3B%3BAC9PF%3BEACJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CKAAS%3BEACb%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGI%2CKAAQ%2CSAAO%3BEACnB%2CoBAAA%3B%3BAAGI%2CKAAQ%2CSAAoB%3BEAChC%2CkBAAA%3B%3BAAGa%2CcAAQ%2CSAAoB%3BEACzC%2CmBAAA%3B%3BAAGI%2CKAAQ%3BEACZ%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CKAAQ%2CQAAU%3BEACtB%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAGG%2CKAAO%2CMAAO%3BAAAO%2CKAAO%3BAAAO%2CKAAS%3BEAC%2FC%2CqBAAA%3B%3BEACA%2CaAAA%3B%3BAAKY%3BEACZ%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAGY%2CaAAG%3BEACf%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2C4CAAb%3BEACA%2CkBAAA%3B%3BAAGY%2CaAAE%2CGAAS%3BEACnB%2CgBAAA%3B%3BAAGM%3BEACV%2CwBAAA%3B%3BAAII%2CKAAO%3BEACX%2CkBAAA%3B%3BAAIa%2CcAAS%2CUAAa%3BEACnC%2CgBAAA%3B%3BAAqFD%2CQAhFwC%2CuBAAsC%3BEAGvE%3BIACJ%2CYAAA%3B%3BEAGU%3BIACV%2CYAAA%3B%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIQ%3BIACV%2CwBAAA%3B%3BEAIc%3BIACZ%2CwBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CkBAAA%3B%3BIACA%2CsBAAA%3B%3BIACA%2CSAAA%3B%3BEAGY%2CaAAQ%3BIACpB%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAKD%2CCAAU%3BIAEP%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEALH%2CCAAU%2CSAOC%3BIACR%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAOW%3BIACb%2CSAAA%3B%3BEAGW%2CcAAS%2CUAAa%3BIACnC%2CaAAA%3B%3BEAGa%2CcAAO%2CQAAc%3BIAClC%2CYAAA%3B%3BEAGc%2CaAAG%3BIACf%2CeAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2C4CAAb%3BIACA%2CkBAAA%3B%3B%3BAA8CH%2CQAtCuC%3BEAEnC%2CCAAU%3BIAEP%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEALH%2CCAAU%2CSAOC%3BIACR%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEASQ%2CaAAG%3BIACf%2CeAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2C4CAAb%3BIACA%2CkBAAA%3B%3BEAGY%2CaAAE%2CGAAS%3BIACvB%2CeAAA%3B%3B%3BACrJH%3BEApES%2COACW%2CiBACP%3BIACN%2CkBAAA%3B%3BEAHE%2COACW%2CiBACP%2CQAEH%3BIACD%2CgBAAA%3BIACA%2CuBAAA%3B%3BEANA%2COACW%2CiBACP%2CQAMC%3BIACL%2C2BAAA%3B%3BEATA%2COACW%2CiBACP%2CQASJ%3BIACA%2CiBAAA%3B%3BEAZA%2COACW%2CiBACP%2CQAYA%3BIACJ%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEAlBA%2COAsBA%3BIACJ%2CWAAA%3B%3BEAvBI%2COAsBA%2CMAEU%3BIACZ%2CmBAAA%3B%3BEAzBE%2COAsBA%2CMAEU%2CcAET%3BIACD%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3B%3BEACC%2COAVD%2CMAEU%2CcAET%2CGAMQ%3BIACP%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAlCF%2COAsBA%2CMAEU%2CcAaT%3BIACD%2CSAAA%3B%3BEAtCA%2COA0CQ%2CcACV%3BIACA%2C0BAAA%3B%3BEA5CE%2COA%2BCS%2CeACV%3BIACD%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEApDE%2COA%2BCS%2CeAOV%3BIACD%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA1DE%2COA%2BCS%2CeAaP%3BIACJ%2CkBAAA%3B%3BEA7DE%2COA%2BCS%2CeAgBZ%3BEA%2FDG%2COA%2BCS%2CeAgBP%3BIrBQA%2CQAAA%3B%3BED5DT%2COsBoCgB%2CeAgBZ%2CEtBpDG%3BEAAP%2COsBoCgB%2CeAgBP%2CGtBpDF%3BEACP%2COsBmCgB%2CeAgBZ%2CEtBnDG%3BEAAP%2COsBmCgB%2CeAgBP%2CGtBnDF%3BIACN%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIAGA%2CcAAA%3B%3BEAED%2COsB4BgB%2CeAgBZ%2CEtB5CG%3BEAAP%2COsB4BgB%2CeAgBP%2CGtB5CF%3BIACN%2CWAAA%3B%3B%3BAsBoEH%2CQAVuC%3BEAE9B%2COACS%2CeACV%3BIACD%2CWAAA%3B%3B%3B%3B%3B%3BACjFuB%2C%2BBAE5B%2CEAAc%3BAADc%2C8BAC5B%2CEAAc%3BEACb%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAIK%3BEACP%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARO%2CQAUQ%3BEACb%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAbK%2CQAgBU%3BEACf%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAlBK%2CQAqBD%3BAArBC%2CQAsBD%2COAAO%3BEACX%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA5BK%2CQA%2BBA%3BEACL%2CkBAAA%3B%3BAAhCK%2CQAmCD%2COAAO%3BEACX%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGD%2CQAAK%2CIAAO%3BEACX%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEAEA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CQAAK%2CIAAM%2COAAO%3BEACjB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAArDK%2CQAwDW%3BEAChB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BACrEc%3BEAChB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHgB%2CiBAKY%3BEAC1B%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATc%2CiBAKY%2C4BAMvB%3BEACD%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAArBY%2CiBAKY%2C4BAMvB%2CGAYC%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAGD%2CiBA3BuB%2C4BAMvB%2CGAqBmC%3BEAClC%2C6BAAA%3B%3BAAGD%2CiBA%2FBuB%2C4BAMvB%2CGAyBgC%3BEAC%2FB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEC%2CiBAtCqB%2C4BAMvB%2CGAyBgC%2C%2BBAOvB%3BEACN%2CyBAAA%3B%3BAAIH%2CiBA3CuB%2C4BAMvB%2CGAqCO%3BEACN%2CyBAAA%3B%3BAAjDU%2CiBAKY%2C4BAgDE%3BEAC1B%2C4BAA4B%2CwDAA5B%3B%3BAAtDY%2CiBAKY%2C4BAmDE%3BEAC1B%2C4BAA4B%2C2DAA5B%3B%3BAAzDY%2CiBAKY%2C4BAsDD%3BEACvB%2C4BAA4B%2C0DAA5B%3B%3BAA5DY%2CiBAgED%3BEACb%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnEc%2CiBAsEM%3BEACpB%2CWAAA%3B%3BAAvEc%2CiBAsEM%2CsBAGd%3BEACJ%2CSAAA%3B%3BAA1EY%2CiBAsEM%2CsBAOlB%3BAA7EY%2CiBAsEM%2CsBAQjB%3BEACD%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAlFY%2CiBAsEM%2CsBAcf%3BEACH%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtFY%2CiBAsEM%2CsBAmBd%3BEACJ%2CgBAAA%3B%3BAAKyB%3BEAC7B%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAJ6B%2C8BAMpB%3BEACP%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAT2B%2C8BAYD%3BEAC1B%2CgBAAA%3B%3BAAb2B%2C8BAgBzB%3BEACF%2CSAAA%3B%3BAAI4B%2C%2BBAC5B%3BEACA%2CcAAA%3B%3BAAIiC%3BEACnC%2CaAAA%3B%3B%3B%3B%3BAAQU%3BEACV%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGgB%3BEAChB%2C6BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3B%3BEACA%2CYAAY%2C6EAAZ%3B%3BEACA%2CYAAY%2CgDAAgD%2CyBAAwB%2C0BAAyB%2C0BAAyB%2C0BAAtI%3B%3BEACA%2CYAAY%2CgFAAZ%3B%3BEACA%2CYAAY%2C2EAAZ%3B%3BEACA%2CYAAY%2C4EAAZ%3B%3BEACA%2CYAAY%2C8EAAZ%3B%3BEACA%2CQAAQ%2CyDAA0D%2CuBAAuB%2C0BAAzF%3B%3B%3BAAjBgB%2CiBAmBd%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CiBAA0B%3BEACzB%2C6BAAA%3BEACA%2CaAAA%3BEAEA%2CmBAAA%3B%3BEACA%2CYAAY%2C6EAAZ%3B%3BEACA%2CYAAY%2CgDAAgD%2CyBAAwB%2C0BAAyB%2C0BAAyB%2C0BAAtI%3B%3BEACA%2CYAAY%2CgFAAZ%3B%3BEACA%2CYAAY%2C2EAAZ%3B%3BEACA%2CYAAY%2C4EAAZ%3B%3BEACA%2CYAAY%2C8EAAZ%3B%3BEACA%2CQAAQ%2CyDAA0D%2CuBAAuB%2C0BAAzF%3B%3B%3BAAXD%2CiBAA0B%2CyBAavB%3BEACA%2CcAAA%3B%3BAAIH%2CiBAA4B%3BEAC3B%2CgBAAA%3B%3BAADD%2CiBAA4B%2C2BAGzB%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3B%3B%3B%3BAAUS%3BEACb%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAJa%2CcAMQ%3BEACnB%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAdW%2CcAMQ%2CqBAUjB%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CcAnBkB%2CqBAmBW%3BEAC5B%2CyBAAA%3B%3BAADD%2CcAnBkB%2CqBAmBW%2C4BAG1B%3BEACA%2CcAAA%3B%3BAA7BO%2CcAkCW%3BEACtB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BEAGA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3B%3BAA5CW%2CcA%2BCqB%3BEAChC%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3B%3B%3B%3BAASU%3BEACZ%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BAAOc%3BEACd%2CWAAA%3BEACA%2CWAAA%3B%3BAAGoB%3BEACpB%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAARoB%2CqBAUG%3BEACrB%2CWAAA%3BEACA%2CoBAAA%3B%3BAAZkB%2CqBAeG%3BEACrB%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlBkB%2CqBAqBI%3BEACtB%2CcAAA%3B%3BAAGD%2CqBAA%2BB%3BEAC9B%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIoB%3BEACtB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEAEA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAPsB%2CuBASH%3BEACjB%2CqBAAA%3B%3BAAVoB%2CuBASH%2CmBAGQ%3BEACvB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAASgB%3BEACpB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFoB%2CqBAIjB%3BEACD%2CgBAAA%3BEACA%2CmBAAA%3B%3BAANkB%2CqBASY%3BEAC9B%2CmBAAA%3B%3BAAVkB%2CqBASY%2CgCAGxB%3BEACJ%2CeAAA%3B%3BAAbgB%2CqBAiBW%3BAAjBX%2CqBAkBW%3BEAC7B%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAArBkB%2CqBAwBgB%3BEAClC%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1BkB%2CqBA6BuB%3BEACzC%2CcAAA%3BEACA%2CYAAA%3B%3BAA%2FBkB%2CqBA6BuB%2C2CAIO%3BEAC9C%2CgBAAA%3B%3BAAlCgB%2CqBAuCiB%3BEACnC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAASY%3BAACK%3BEACnB%2CcAAA%3B%3BAAEwB%3BEACxB%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAFwB%2CyBAIhB%3BEACN%2CmBAAA%3B%3BAAIe%3BEACjB%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAEC%2CkBAA0B%3BEACzB%2CkBAAA%3B%3BAAIqB%3BEACvB%2CcAAA%3B%3BAAGoB%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAFoB%2CqBAIQ%3BEAC1B%2CmBAAA%3B%3BAAIc%3BEAChB%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAFgB%2CiBAIT%3BEACL%2CgBAAA%3B%3BAALc%2CiBAQR%3BEACN%2CiBAAA%3B%3B%3B%3B%3BAAQY%2CeACS%3BEACrB%2CmBAAA%3B%3BAAFY%2CeAKmB%3BEAC%2FB%2CgBAAA%3B%3BAANY%2CeASQ%3BEACpB%2CoBAAA%3B%3BAAI4B%2C%2BBACQ%3BEACpC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAH4B%2C%2BBAMS%3BEACrC%2CcAAA%3B%3BAAP4B%2C%2BBAUO%3BEACnC%2CsBAAA%3B%3BAAI4B%3BEAC9B%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAF8B%2C%2BBAIO%3BEACnC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAT4B%2C%2BBAIO%2CqCAO%2FB%3BEACF%2CcAAA%3BEACA%2CkBAAA%3B%3BAAb0B%2C%2BBAIO%2CqCAYO%3BEACxC%2CgBAAA%3B%3B%3B%3B%3B%3BAAuNL%2CQA7MuC%3BEACpB%3BIAChB%2CcAAA%3B%3BEADgB%2CiBAGY%2C4BAEvB%3BIACD%2CgBAAA%3BIACA%2CUAAA%3BIACA%2C2BAAA%3B%3BEARY%2CiBAGY%2C4BAQxB%3BIACA%2C2BAAA%3B%3BEAKyB%3BIAC7B%2CSAAA%3BIACA%2CSAAA%3B%3BEAF6B%2C8BAI1B%3BIACD%2CaAAA%3B%3BEAImB%3BIACrB%2CqBAAA%3B%3BEADqB%2CsBAGQ%3BIAC3B%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEC%2CsBAP0B%2C6BAOS%3BIAClC%2CgBAAgB%2CsEAAhB%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAdiB%2CsBAkBQ%3BIAC3B%2CcAAA%3BIACA%2CcAAA%3B%3BEApBmB%2CsBAuBM%3BEAvBN%2CsBAwBQ%3BIAC3B%2CqBAAA%3BIACA%2CWAAA%3B%3BEA1BmB%2CsBA6BO%3BIAC1B%2CWAAA%3B%3BEAIW%3BEACA%3BIACb%2C4BAA4B%2C2DAA5B%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEANa%2CeAQV%3BEAPU%2CcAOV%3BIACD%2CSAAA%3B%3BEATW%2CeAYX%3BEAXW%2CcAWX%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIW%3BIACb%2CsBAAsB%2C8BAAtB%3B%3BEAIiB%3BIACjB%2CiBAAA%3B%3BEADiB%2CkBAGd%3BIACD%2CSAAA%3B%3BEAJe%2CkBAOf%3BIACA%2CgBAAgB%2CsEAAhB%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAZe%2CkBAeb%3BIACF%2CgCAAA%3BIACA%2CmBAAA%3B%3BEAjBe%2CkBAmBW%3BIAC1B%2C4BAA4B%2C0DAA5B%3BIACA%2C6BAAA%3B%3BEArBe%2CkBAmBW%2C4BAIvB%3BIACD%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BEAMM%3BIACV%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAHU%2CWAKQ%3BIAChB%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEARQ%2CWAKQ%2CkBAKd%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAGD%2CWAbe%2CkBAaW%3BIACzB%2CaAAA%3B%3B%3BEAOQ%3BIACZ%2CuBAAA%3B%3BEAEK%3BIACL%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAHK%2CMAKO%3BIACV%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAPG%2CMAKO%2CYAIJ%3BIACJ%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAZC%2CMAgBS%3BIACZ%2CgBAAgB%2CyDAAhB%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIAEA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAxBG%2CMA0Be%3BIAClB%2CiCAAA%3BIACA%2CQAAA%3B%3BEA5BG%2CMA%2BBe%3BIAClB%2CgCAAA%3BIACA%2COAAA%3B%3B%3BEAKM%3BIACR%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAJQ%2CSAMQ%3BIACd%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEC%2CSATa%2CgBASW%3BIACrB%2CyBAAA%3B%3B%3BAC%2FnBV%3BEA7DA%2CaAAY%2CsBAAZ%3BEACA%2CSAAQ%2C6EAAR%3BEACA%2CSAAQ%2C8EAA8E%2COAAO%2CYAAW%2CwEAAwE%2COAAO%2CaAAY%2CuEAAuE%2COAAO%2CiBAAgB%2C4GAA4G%2COAAO%2CMAApZ%3B%3BAA2DA%3BEAxDA%2CaAAY%2CsBAAZ%3BEACA%2CSAAQ%2C6EAAR%3BEACA%2CSAAQ%2C8EAA8E%2COAAO%2CYAAW%2CwEAAwE%2COAAO%2CaAAY%2CuEAAuE%2COAAO%2CiBAAgB%2C4GAA4G%2COAAO%2CMAApZ%3B%3BAAsDA%3BEAnDA%2CaAAY%2CyBAAZ%3BEACA%2CSAAQ%2CgFAAR%3BEACA%2CSAAQ%2CiFAAiF%2COAAO%2CYAAW%2C2EAA2E%2COAAO%2CaAAY%2C0EAA0E%2COAAO%2CiBAAgB%2C%2BGAA%2BG%2COAAO%2CMAAha%3B%3BAAiDA%3BEA9CA%2CaAAY%2CyBAAZ%3BEACA%2CSAAQ%2CkFAAR%3BEACA%2CSAAQ%2CmFAAmF%2COAAO%2CYAAW%2C6EAA6E%2COAAO%2CaAAY%2C4EAA4E%2COAAO%2CiBAAgB%2CiHAAiH%2COAAO%2CMAAxa%3B%3BAAGG%3BAAAM%3BAAAK%3BAAAM%3BAAAK%3BAAAK%3BEAC5B%2CanBiCsB%2C4CmBjCtB%3B%3BAAEG%3BEACH%2CanB8BsB%2C4CmB9BtB%3B%3BAAEA%3BAAAI%3BAAAI%3BAAAI%3BAAAK%3BEACjB%2CanB2BsB%2C4CmB3BtB%3B%3BAAEC%3BEACD%2CanBuBsB%2C4CmBvBtB%3B%3BAAEQ%3BAAAM%3BAAAI%3BEAClB%2CanBqBsB%2C4CmBrBtB%3B%3BAAEI%3BAAAG%3BAAAI%3BAAAI%3BAACd%3BAAAM%3BAAAK%3BAAAI%3BAACd%3BAACE%2CKAAE%3BAACF%2CKAAO%3BAACP%2CKAAE%3BAACK%2CYAAM%2CMAAE%2CGAAY%3BAACjB%2CeAAE%3BAACN%2CWAAE%3BAACN%2COAAE%3BAACJ%2CKAAQ%2CQAAE%3BAACJ%3BAAAe%2CYAAC%2CEAAa%3BEACvC%2CmBAAA%3BEACA%2CanBQsB%2CyCmBRtB%3B%3BAAES%2CUAAE%3BAACP%2CKAAQ%2CQAAK%3BAACb%2CKAAQ%2CQAAI%3BAACZ%2CKAAE%2CGAAS%3BAACX%2CKAAE%2CGAAc%3BEACpB%2CanBDsB%2C4CmBCtB%3B%3BAAEA%3BEACA%2CmBAAA%3BEACA%2CanBJsB%2CyCmBItB%3B%3BACkID%3BEA7LC%2CaAAa%2CiBAAb%3BEACA%2CSAAQ%2C8CAAR%3BEACA%2CSAAQ%2CkDAAkD%2COAAO%2C0BACzD%2CgDAAgD%2COAAO%2CaACvD%2C%2BCAA%2BC%2COAAO%2CiBACtD%2CuDAAuD%2COAAO%2CMAHtE%3B%3B%3BAAOS%2CWAAQ%3BEACjB%2CSAAS%2CeAAT%3B%3BAAES%2CUAAG%2CGAAC%2CEAAM%3BAACV%2CWAAO%3BAACD%3BEACf%2CapB0CsB%2CiBoB1CtB%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BEAEA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGQ%3BEACR%2CqBAAA%3B%3BAAGO%2CSAAW%2CWAAQ%3BEAC1B%2CsBAAA%3B%3BAAGQ%2CSAAY%3BEACpB%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAGS%2CWAAW%2CWAAO%3BAACZ%2CiBAAW%2CWAAQ%3BEAClC%2CWAAA%3B%3BAAGS%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BAAES%2CWAAQ%3BEACjB%2CSAAS%2CKAAT%3B%3BACiDD%3BEArOC%2CmBAAA%3B%3BAAGE%2CIAAO%3BEACT%2CSAAS%2CUAAT%3B%3BEAEA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAMM%3BEACN%2CaAAA%3BEACA%2CkBAAA%3B%3BAAMiB%3BEAAE%2CwBAAA%3B%3BAACF%3BEAAE%2CwBAAA%3B%3BAAGF%3BEAAE%2CwBAAA%3B%3BAACF%3BEAAE%2C2BAAA%3B%3BAAWpB%2CmBARmD%2CuBAAsC%3BEAErE%3BIAAE%2C2BAAA%3B%3BEACF%3BIAAE%2CyBAAA%3B%3BEAEF%3BIAAE%2C2BAAA%3B%3BEAEF%3BIAAE%2CwBAAA%3B%3B%3BAAYtB%2CmBARkD%3BEAE9B%3BIAAE%2C2BAAA%3B%3BEACF%3BIAAE%2CwBAAA%3B%3BEAEF%3BIAAE%2C2BAAA%3B%3BEAEF%3BIAAE%2CwBAAA%3B%3B%3BAAQtB%2CmBALmD%3BEAEtB%3BIAAE%2C2BAAA%3B%3BEAEF%3BIAAE%2CwBAAA%3B%3B%3BAAId%3BEAAE%2CwBAAA%3B%3B%3B%3B%3B%3BAAgBnB%2CmBAFkD%3BEAC5C%3BIAAE%2CiBAAA%3B%3B%3BAAIR%2CmBAFqC%2CwBAAuC%3BEACtE%3BIAAE%2CiBAAA%3B%3B%3BAAKR%2CmBAFoD%2CwBAAwB%3BEACtE%3BIAAE%2CiBAAA%3B%3B%3BAAIR%2CmBAFmD%3BEAC7C%3BIAAE%2CiBAAA%3B%3B%3BAAYR%2CmBALoD%2CwBAAqC%3BEACpF%2CIAAO%3BIACT%2CSAAS%2CSAAT%3BIACA%2CmBAAA%3B%3B%3BAA8DH%2CmBAvDmD%2CuBAAsC%3BEAEpF%2CIAAO%3BIACT%2CSAAS%2CQAAT%3BIACA%2CmBAAA%3B%3BEAGS%3BIACT%2C2BAAA%3B%3B%3BEAIO%3BIACP%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiCAAA%3BIACA%2CmBAAA%3B%3B%3BEAIO%3BIACP%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BEAMC%2CQAAS%3B%3B%3BEAFH%2CQAMD%3BIACJ%2CeAAA%3B%3BEAPK%2CQAMD%2CMAGC%3BIACH%2CiBAAA%3B%3BEAVG%2CQAMD%2CMAGC%2CKAGC%3BIACF%2CcAAA%3B%3BEAGD%2CQAVC%2CMAGC%2CKAOM%2COAAQ%3B%3B%3B%3BAAsExB%2CmBAtDkD%3BEAE7C%2CIAAO%3BIACT%2CSAAS%2CiBAAT%3BIACA%2CmBAAA%3B%3BEAGO%3BIACP%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAHO%2CQAKI%3BIACT%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAKe%3BIACjB%2CWAAA%3B%3BEADiB%2CkBAGR%3BIACP%2CUAAA%3B%3BEAKc%3BEACC%2CkBAAoB%3BIACrC%2CcAAA%3BIAEA%2CUAAA%3BIACA%2CSAAA%3B%3B%3BEAKiB%2CkBAAoB%2CoBAAqB%3BIAC1D%2CgBAAA%3B%3BIACA%2CUAAA%3B%3B%3B%3BEAUU%3BIACV%2CaAAA%3B%3B%3BAAYH%2CmBAPmD%3BEAE9C%2CIAAO%3BIACT%2CSAAS%2CgBAAT%3BIACA%2CmBAAA%3B%3B%3BACwQH%3B%3B%3B%3BEA7eE%3BIACD%2CiCAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3B%3B%3BEAMI%3BIACJ%2CiCAAA%3B%3BEAGC%2CIAAM%3BIACN%2CaAAA%3B%3BEALG%2CIAQH%3BIACA%2CgBAAA%3B%3BEATG%2CIAQH%2CEAEC%3BIACA%2CqCAAA%3BIACA%2C0BAAA%3B%3BEAZE%2CIAiBF%3BIACD%2C2BAAA%3B%3BEAlBG%2CIAqBF%3BIACD%2CyBAAA%3B%3BEAtBG%2CIAyBF%3BIACD%2C2BAAA%3B%3BEA1BG%2CIA6BF%3BIACD%2C2BAAA%3BIACA%2C8BAAA%3B%3BEA%2FBG%2CIAkCF%3BIACD%2C2BAAA%3BIACA%2C8BAAA%3B%3BEApCG%2CIAuCD%3BIACF%2C2BAAA%3B%3BEAKS%2CUAAU%2CUAAI%3BIACvB%2CgBAAA%3B%3BEAGE%3BIACH%2C2BAAA%3B%3BEAGM%3BIACN%2CWAAA%3B%3BEAGe%3BIACf%2CsBAAA%3BIACA%2CmCAAA%3B%3BEAFe%2CeAId%3BIACA%2CsBAAA%3B%3BEAII%3BIACL%2CWAAA%3B%3BEAGK%3BIACL%2CaAAA%3B%3BEA2ZF%3B%3BEAlZe%3BIACb%2CmCAAA%3B%3BEADa%2CcAEZ%3BIACA%2CwBAAA%3B%3BEAHY%2CcAKC%3BEALD%2CcAKW%3BIACvB%2CuBAAA%3B%3BEAIA%2CEAAU%3BIACX%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAGC%2CEAAY%2CYACZ%3BIACA%2CwBAAA%3B%3BEAIS%3BIACV%2CWAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BEAIc%3BIACd%2CsBAAA%3BIACA%2C2BAAA%3B%3BEAGc%3BIACd%2C8BAAA%3B%3BEAGO%3BIACP%2CWAAA%3B%3BEAEC%2CQAAU%3BIACV%2CwBAAA%3B%3B%3BEAKW%3BIACX%2CsBAAA%3BIACA%2CmCAAA%3BIACA%2CyBAAA%3B%3BEAHW%2CaAIJ%3BIACN%2CuBAAA%3B%3BEALU%2CaAQV%2CGAAU%2CUACT%3BIACD%2C2BAAA%3B%3BEAVU%2CaAaX%2CEACC%3BIACA%2CwBAAA%3B%3BEAfU%2CaAaX%2CEAII%2CKAAK%3BIACR%2CwBAAA%3B%3BEAKI%3BIACN%2CuBAAA%3B%3BEACE%2COAAO%3BIACP%2CuBAAA%3B%3BEADA%2COAAO%2COAEL%3BIACD%2CuBAAA%3B%3BEAHD%2COAAO%2COAKN%3BIACA%2CwBAAA%3B%3BEARG%2COAWH%2CGAAU%3BIACX%2C2BAAA%3BIACA%2C2BAAA%3B%3B%3BEAOA%3BEACG%3BEACI%3BEACF%3BEACG%3BEACA%3BEACJ%3BEACA%3BEACe%2CqBAAG%2CGAAE%2CGAAuB%3BEAC1C%3BEACC%3BIACR%2CwBAAA%3B%3BEAGI%2CKAAQ%3BIACZ%2CYAAA%3B%3B%3BEAIU%3BIACV%2CuBAAA%3B%3BEAEI%3BIAEH%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAHG%2CKAKF%3BIACD%2CyBAAA%3B%3BEANG%2CKAQS%3BIACZ%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BEAOA%3BEAAG%3BEAAG%3BEAAG%3BEAAG%3BEAAI%3BIACjB%2CmCAAA%3B%3B%3B%3BEAMG%2CIAAO%2COAAM%3BEACV%2COAAO%2COAAO%3BIACpB%2CSAAQ%2CIAAI%2CYAAY%2CGAAxB%3B%3B%3BEAIA%3BEACA%2CCAAK%3BEACL%2CCAAM%3BEACN%2CCAAQ%3BEACR%2CCAAO%3BEACP%2CCAAO%3BIACP%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAGK%3BIACL%2C0BAAA%3B%3BEADK%2CMAGK%3BIACT%2CcAAA%3BIACA%2CiBAAA%3B%3BEAIO%3BIACR%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAKO%3BIACD%2CwBAAA%3B%3BEAGC%2CMAAO%3BIACZ%2CwBAAA%3B%3B%3BEAIiB%3BEAAiB%3BIAClC%2C6BAAA%3B%3BEAGI%2CKAAgB%3BIACtB%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGK%2CMAAiB%3BIACtB%2CiBAAA%3BIACA%2CSAAA%3BIACA%2C2BAAA%3B%3BEAGC%2CEAAuB%3BIACxB%2CwBAAA%3B%3B%3BEAKW%3BIACX%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAJW%2CWAMT%3BIACD%2C2BAAA%3B%3BEAII%3BIACL%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAGK%2CKAAI%3BIACT%2CYAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACK%2CqBAAA%3BIACA%2CWAAA%3BIACA%2C0CAAA%3B%3BEAGL%2CCAAK%2CKAAM%2CMAAO%3BIAClB%2CaAAA%3B%3BEAGU%3BIACV%2CyBAAA%3B%3BEADU%2CWAGR%2CGAAM%2CKAAI%3BIACX%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAIU%3BEAAe%3BIAE1B%2CyBAAA%3B%3B%3BEAIC%2CEAAU%2CUACT%3BIACD%2CwBAAA%3B%3BEAIY%2CaAAsB%3BIAC7B%2CyBAAA%3B%3BEAGC%3BIACP%2CyBAAA%3B%3BEAGO%3BIACP%2CyBAAA%3B%3BEAGC%2CEAAQ%2CQAAO%3BIAChB%2CwBAAA%3B%3BEAGO%2CQACC%3BIACP%2CyBAAA%3B%3BEAIU%3BIACX%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGK%3BIACL%2CiBAAA%3B%3BEAGc%3BIACd%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGc%3BIACd%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3BEAGc%2CcAAM%3BIACpB%2CiBAAA%3B%3BEAGc%2CcAAS%3BIACvB%2CMAAA%3B%3BEAGc%3BIACd%2C2BAAA%3B%3BEAGe%3BIACb%2CwBAAA%3B%3BEAGF%3BEAAI%3BEAAK%3BIACT%2CUAAA%3BIACA%2CSAAA%3B%3BEAGA%3BEAAG%2CCAAS%3BIACZ%2C0BAAA%3B%3BEAGA%2CCAAM%2CMAAO%3BIACb%2CSAAS%2CKAAK%2CWAAW%2CGAAzB%3B%3BEAGG%2CIAAO%2COAAO%3BIACjB%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAGG%2CGAAC%2CEAAM%3BEAAG%2CCAAqB%2CqBAAM%3BEAAG%2CCAAW%2CWAAO%3BIAC7D%2CSAAS%2CEAAT%3B%3BEAGE%3BEAAY%3BIACd%2CmCAAA%3BIACA%2CgCAAA%3B%3BEAGU%3BIACV%2C6BAAA%3B%3BEADU%2CWAEL%2CMACF%2CGACC%3BIACD%2C6BAAA%3B%3B%3BEAUQ%2CYACT%3BIACD%2C4BAAA%3B%3BEAIG%3BIACJ%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAFI%2CKAIE%3BIACL%2C2BAAA%3B%3BEALG%2CKAIE%2CMAGF%2CGAED%3BIACA%2CyBAAA%3B%3BEAVC%2CKAeF%3BIACD%2CwBAAA%3B%3BEAhBG%2CKAeF%2CGAEC%3BIACD%2CmCAAA%3B%3BEAlBE%2CKAsBA%3BIACH%2CmCAAA%3B%3BEAIE%3BIACH%2C0BAAA%3BIACA%2CeAAA%3B%3BEAGc%3BIACd%2CaAAA%22%7D */
.countries_tabs .letter_tabs ul.tabs-list li a {
    width: 1.298em;
}

.height-auto {
    height: auto;
}

.themes-description p {
    display: block;
}

.themes_flyout_custom .content {
    border-top: none;
}

.solr_search_tabs .no-letters {
    width: 120px !important;
}

.list_style_none {
    list-style-type: none;
}

.treecrumb_level3_link {
    min-width:100px;
}

.treecrumb_level3_list {
    display: none;
    max-height: 150px;
    height: auto !important;
}

.treecrumb_level3_item {
    padding-right:0.8em;
}

.focus-width-100 {
    width: 100% !important;
}

.focus-width-50 {
    width: 50% !important;
}

.focus-width-33 {
    width: 33.3% !important;
}

.focus-width-25 {
    width: 25% !important;
}

.fields.filter-form {
    font-size:12px;
}

.focus-phone-bullet li {
    margin-right: 0px !important;
}

table.projects-table p {
    line-height: 1.5;
}

/* THIS STYLE IS FOR FLOATING FIX FOR THE ACCESSIBLE TABS */

.accessible_tabs ul li {
    display: inline-block !important;
    float: none !important;
}

.accessible_tabs .textimage ul li {
    display: list-item !important;
}

.accessible_tabs ul li a {
    float: none !important;
    display: block !important;
}

.letter_tabs ul li {
    display: inline-block !important;
    float: none !important;
}

.letter_tabs ul li a {
    float: none !important;
    display: block !important;
}

/* ARABIC CLASSES */

/* HEADER */
.treecrumb_list_arabic {
    margin-left: 0.8em;
    margin-right: 0px !important;
}

.treecrumb_list_header_arabic {
    padding-right: 1.6em;
    padding-left: 0px !important;
    text-align: right;
}

.treecrumb_list_arabic li a {
    margin-left: 0px !important;
    margin-right: 0.8em;
    padding-right: 1.6em;
    padding-left: 0px !important;
    text-align: right;
}

.page_title_arabic {
    margin: 0.4em 0 0 1.6em !important;
}

.print_me_arabic{
    right: auto;
    left: 0.8em;
}

.left_nav_header_arabic {
    margin-right: 25px;
    font-size: 100% !important;
    border-bottom: 0px !important;
    padding: 0px !important;
}

.all-before-arabic:before{
    left: auto !important;
}

.left_nav_item{
    margin-left:10px;
}

.page_links_arabic h3, .page_links_arabic ul li{
    text-align: right;
}
/* END ARABIC CLASSES */

/*DROPDOWN BOX*/
.dropdownboxclosedcontent {
    display: none;
}

.dropdownlinkopened:before {
    font-family: 'AdminCH_Symbols';
    content: ',';
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.3846em;
    font-size: 1.13em
}

.dropdownlinkclosed:before {
    font-family: 'AdminCH_Symbols';
    content: ':';
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.6146em;
    font-size: 1.13em
}
/*END DROPDOWN BOX*/

/* map countries */
ul.country-flyout-countries {
    float: left !important;
    width: 30%;
}
ul.country-flyout-countries li {
    display: list-item !important;
    list-style-type: none;
    margin-bottom: 10px;

}

.carousel-mobile.active{
    z-index: 1000;
}

.galleria-info-description {
    margin-right: 200px;
}

.galleria-info-description h5 {
    padding-top: 2px;
}

.gallery-control {
    z-index: 20;
}

.shadowed{
    box-shadow: 5px 5px 10px #888888;
    border: 1px solid #cccccc;
}

.afterShadow{
    margin-left: 1em;
}

.shadowedFigure {
    margin-right: 1.5em;
    margin-bottom: 1em;
}



ul.contact-entry {
    margin-top: 40px;
    list-style: none;
}
.contact-entry li {
    margin: 10px 0;
}

.hnav .flyout .teaserstandard a, .hnav .flyout .textimage a {
    color: #006699;
    text-decoration: underline;
}
.hnav .flyout .teaserstandard a:visited, .hnav .flyout .textimage a:visited, .flyout_item a:visited {
    color: #551a8b;
}

.hnav .flyout .teaserstandard a:hover, .hnav .flyout .textimage a:hover, .flyout_item a:hover {
    color: #dc0018 !important;
}

.flyout .ym-gl.ym-g33, .flyout .ym-gl.ym-g50, .flyout .ym-gl.ym-g66, .flyout .ym-gl.ym-g25, .flyout .ym-gl.ym-g75 {
    float: left;
}

.no-margin {
    margin: 0;
}

.margin-right-25 {
    margin-right: 25px;
}

@media screen and (max-width: 480px) {
    .overflow-y-scroll {
        overflow-y: scroll !important;
    }
}

.teaseroverview .flyout_item h3 {
    word-wrap: break-word;
}

.black_iw_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_iw_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 680px;
    height: 558px;
    padding: 4px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.contact_info {
    margin-left:15px !important;
    margin-top:3px !important;
    overflow:hidden;
}

#mapclosesym {
    float: right;
    padding-right: 10px;
    padding-bottom: 4px;
}

.gmap-contact{
    width: 680px;
    height: 520px;
    visibility: hidden
}

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(top/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(top/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(top/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(top/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(top/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(top/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(top/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(top/css/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(top/css/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(top/css/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(top/css/jquery-ui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(top/css/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(top/css/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(top/css/jquery-ui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(top/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(top/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(top/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index: 1000000000;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.hidden_zoomout {
    display: none;
}
