/* GLOBAL */
/* COULEURS RESEAUX SOCIAUX */
/* FONTS */
/*@font-family-p-home : 'fontin_sans_rgregular', serif;*/
/* Media queries breakpoints  */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop*/
/* So media queries don't overlap when required, provide a maximum */
/*== Grid system
/*
/*## Define your custom responsive grid.

/*** Number of columns in the grid. */
/*** Padding between columns. Gets divided in half for the left and right. */
/* Navbar collapse
/*** Point at which the navbar becomes uncollapsed. */
/*** Point at which the navbar begins collapsing. */
/*== Container sizes
/*
/*## Define the maximum width of `.container` for different screen sizes.

/* Small screen / tablet */
/*** For `@screen-sm-min` and up. */
/* Medium screen / desktop */
/*** For `@screen-md-min` and up. */
/* Large screen / wide desktop */
/*** For `@screen-lg-min` and up. */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.dialog-off-canvas-main-canvas {
  height: 100%;
}
body #page_wrapper {
  background: #fff;
  font-family: 'Josefin Sans', sans-serif;
  color: #484848;
  font-size: 14px;
}
body #page_wrapper a:not(.bg) {
  color: #133fad;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
body #page_wrapper a {
  text-decoration: none;
}
body #page_wrapper input {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
body #page_wrapper input:focus {
  outline: none;
}
html.swipebox-html {
  overflow: hidden;
}
html body {
  position: relative;
}
@media screen and (min-width: 1200px) {
  html body:not(.adminimal-menu):before {
    content: "";
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 8px;
    background: url(/themes/custom/aup_2020/img/top-shadow.png);
    z-index: 9999;
  }
}
html body.disable-scroll {
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  html body.no_scroll_mobile {
    overflow: hidden;
  }
}
/* TITLES AND TEXTES */
/*#page_content {
  p {
    font-family: @font-family-p;
    font-weight: @fwNormal;
    font-size: @font-size-p;
    margin: 0;
    padding-bottom: 1em;
  }

  h1, h2, h3, h4, h5 {
    font-family: @font-family-title;
  }
}*/
/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  /**
   * The .element-focusable class extends the .element-invisible class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
}
.element-invisible .element-focusable:active,
.element-invisible .element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.scrollable {
  height: 100%;
  overflow: auto;
}
.node-unpublished {
  background-color: #fff4f4;
}
.fa:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.front #swipebox-bottom-bar {
  display: none;
}
ul.links.inline {
  list-style-type: none;
  padding-top: 10px;
  float: right;
}
ul.links.inline li {
  display: inline;
  margin-right: 20px;
}
ul.links.inline li:before {
  display: none;
}
ul.links.inline li a {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
ul.links.inline li a:hover {
  color: #801c1b;
}
@media screen and (min-width: 1350px) {
  .node-type-page-func #page_wrapper,
  .page-user #page_wrapper {
    position: relative;
    padding-bottom: 265px;
  }
  .node-type-page-func #page_wrapper #page_footer,
  .page-user #page_wrapper #page_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 284px;
  }
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
#print_header {
  display: none;
}
@media print {
  #page_footer,
  #sidebar_main,
  #page_banner_landing,
  #page_banner_func,
  #page_banner_content,
  #page_banner_multi,
  #page_banner_featured_buttons,
  #top_bar,
  #messages,
  #tabs,
  .workbench-info-block,
  #sliding-popup,
  .breadcrumb {
    display: none !important;
  }
  #page_wrapper.page_wrapper_no_full_width {
    padding-left: 0 !important;
  }
  #page_content {
    padding-top: 0;
    margin-top: 0 !important;
  }
  #print_header {
    display: block;
    padding-bottom: 15px;
    border-bottom: solid 1px #bdbdbd;
    margin-bottom: 25px;
    padding-top: 15px;
  }
  #print_header:before,
  #print_header:after {
    content: " ";
    display: table;
  }
  #print_header:after {
    clear: both;
  }
  #print_header:before,
  #print_header:after {
    content: " ";
    display: table;
  }
  #print_header:after {
    clear: both;
  }
  #print_header #print_header_logo {
    float: left;
    margin-right: 50px;
  }
  #print_header #print_header_logo img {
    width: 100px;
    height: auto;
  }
  #print_header #print_header_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #print_header #print_header_breadcrumbs {
    font-size: 12px;
  }
  #print_header #print_header_breadcrumbs .sep {
    margin: 0px 15px;
  }
  #print_header #print_header_breadcrumbs .sep:last-child {
    display: none;
  }
  .widget-assets .list-assets-slider .bg.type-Video:after {
    display: none;
  }
  .explore_thumb {
    height: auto;
  }
  .explore_thumb .top {
    height: auto;
  }
  .explore_thumb .front .top .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .widget-events-content .widget_events_content_title_all h2 strong,
  .widget-news-content .widget_news_content_title_all h2 strong {
    margin-left: 0;
  }
  body.node-type-page-func .widget_row {
    margin-bottom: 10px;
  }
  body.node-type-page-func .widget_row p,
  body.node-type-page-func .widget_row h2:not(.centered):not(.left-aligned):not(.box),
  body.node-type-page-func .widget_row h3,
  body.node-type-page-func .widget_row h5,
  body.node-type-page-func .widget_row h6 {
    margin-bottom: 10px;
    letter-spacing: 0;
    margin-top: 0;
  }
  body.node-type-page-func .widget_row h2:not(.centered):not(.left-aligned):not(.box) {
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  body.node-type-page-func .widget_row h3 {
    font-size: 9px;
    line-height: 15px;
  }
  body.node-type-page-func .widget_row h5,
  body.node-type-page-func .widget_row h6,
  body.node-type-page-func .widget_row p {
    font-size: 8px;
    line-height: 12px;
  }
  body.node-type-page-func .widget_row .widget-text-box table,
  body.node-type-page-func .widget_row .content table {
    margin-bottom: 0;
    float: none;
  }
  body.node-type-page-func .widget_row .widget-text-box table thead td,
  body.node-type-page-func .widget_row .content table thead td,
  body.node-type-page-func .widget_row .widget-text-box table tbody td,
  body.node-type-page-func .widget_row .content table tbody td,
  body.node-type-page-func .widget_row .widget-text-box table thead th,
  body.node-type-page-func .widget_row .content table thead th,
  body.node-type-page-func .widget_row .widget-text-box table tbody th,
  body.node-type-page-func .widget_row .content table tbody th {
    padding: 4px 10px;
    font-size: 8px;
  }
  body.node-type-page-func .widget_row .widget-text-box table thead td br:first-child,
  body.node-type-page-func .widget_row .content table thead td br:first-child,
  body.node-type-page-func .widget_row .widget-text-box table tbody td br:first-child,
  body.node-type-page-func .widget_row .content table tbody td br:first-child,
  body.node-type-page-func .widget_row .widget-text-box table thead th br:first-child,
  body.node-type-page-func .widget_row .content table thead th br:first-child,
  body.node-type-page-func .widget_row .widget-text-box table tbody th br:first-child,
  body.node-type-page-func .widget_row .content table tbody th br:first-child,
  body.node-type-page-func .widget_row .widget-text-box table thead td br:last-child,
  body.node-type-page-func .widget_row .content table thead td br:last-child,
  body.node-type-page-func .widget_row .widget-text-box table tbody td br:last-child,
  body.node-type-page-func .widget_row .content table tbody td br:last-child,
  body.node-type-page-func .widget_row .widget-text-box table thead th br:last-child,
  body.node-type-page-func .widget_row .content table thead th br:last-child,
  body.node-type-page-func .widget_row .widget-text-box table tbody th br:last-child,
  body.node-type-page-func .widget_row .content table tbody th br:last-child {
    display: none;
  }
  body.node-type-page-func .widget_row .widget-text-box table thead th:first-child,
  body.node-type-page-func .widget_row .content table thead th:first-child,
  body.node-type-page-func .widget_row .widget-text-box table tbody th:first-child,
  body.node-type-page-func .widget_row .content table tbody th:first-child {
    width: 150px;
  }
  body.node-type-page-func .widget_row .widget-text-box table thead th:last-child,
  body.node-type-page-func .widget_row .content table thead th:last-child,
  body.node-type-page-func .widget_row .widget-text-box table tbody th:last-child,
  body.node-type-page-func .widget_row .content table tbody th:last-child {
    width: 200px;
  }
  body.node-type-page-func .widget_row .widget-text-box table thead th,
  body.node-type-page-func .widget_row .content table thead th {
    color: #263b6e;
  }
  body.node-type-page-func .widget_row .widget-text-box table + h3,
  body.node-type-page-func .widget_row .content table + h3 {
    margin-top: 20px;
  }
  body.node-type-page-func .widget_row .accordion .accordion-row .accordion-head {
    padding-left: 0;
    font-size: 11px;
  }
  body.node-type-page-func .widget_row .accordion .accordion-row .accordion-head:before {
    display: none;
  }
  body.node-type-page-func .widget_row .accordion .accordion-row .accordion-content {
    max-height: none;
    padding-left: 0;
  }
  #sidebar_content {
    display: none;
  }
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container {
    padding-right: 0;
  }
}
/* LIBRARIES */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
img {
  border: 0;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.clearfix:before,
.clearfix:after,
.user-grid:before,
.user-grid:after,
.department-thumb-list:before,
.department-thumb-list:after,
#page_content form .webform-datepicker:before,
#page_content form .webform-datepicker:after,
#page_content form .form-type-date .container-inline:before,
#page_content form .form-type-date .container-inline:after,
.list-faculty:before,
.list-faculty:after,
.department-thumb-list:before,
.department-thumb-list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.user-grid:after,
.department-thumb-list:after,
#page_content form .webform-datepicker:after,
#page_content form .form-type-date .container-inline:after,
.list-faculty:after,
.department-thumb-list:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*.hidden {
  display: none !important;
}*/
.affix {
  position: fixed;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(/themes/custom/aup_2020/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/themes/custom/aup_2020/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/*!
 * FullCalendar v3.1.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
  height: 100%;
}
.fc-row .fc-content-skeleton table {
  height: 100%;
  min-height: 120px;
}
.fc-row .fc-content-skeleton table tbody tr {
  height: 24px;
}
.fc-row .fc-content-skeleton table tbody tr td {
  vertical-align: top;
}
.fc-row .fc-content-skeleton table tbody tr td .fc-start.fc-end {
  /*margin: 0px 4px;*/
  margin-bottom: 0px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 700px) {
  .fc-scroller {
    min-height: 600px;
  }
}
.fc-month-view .fc-scroller {
  overflow: hidden !important;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  letter-spacing: 0.25px;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
  padding: 4px 6px;
  padding-bottom: 2px;
}
.fc-event .fc-content .fc-time {
  display: none;
}
.fc-event .fc-content .fx-title {
  font-size: 12px;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-h-event.fc-not-start,
.fc-h-event.fc-not-end {
  opacity: 0.8;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 0px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  height: 17px;
  width: 17px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 3px;
  font-size: 13px;
}
.fc-state-highlight .fc-day-number {
  background: #901d1c;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.5px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}
.fc-list-item:hover td {
  background-color: #f5f5f5;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 999;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
.fc-day-header span {
  display: block;
  font-weight: normal;
  color: #652644;
  padding: 5px 0px;
}
.fc-body {
  position: relative;
}
.info_box {
  position: absolute;
  border: solid 1px #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 15px 15px;
  z-index: 9999;
  margin-top: 0px;
  min-width: 330px;
  background: #263b6e;
  color: #fff;
  white-space: normal;
}
.info_box.colorRed {
  background: #801c1b;
}
.info_box.colorGrey {
  background: #586173;
}
.info_box .top {
  font-size: 17px;
  line-height: 17px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.info_box .detail {
  width: 100%;
}
.info_box .detail:before,
.info_box .detail:after {
  content: " ";
  display: table;
}
.info_box .detail:after {
  clear: both;
}
.info_box .detail:before,
.info_box .detail:after {
  content: " ";
  display: table;
}
.info_box .detail:after {
  clear: both;
}
.info_box .detail .left {
  float: left;
  width: 180px;
  height: 90px;
}
.info_box .detail .left p {
  font-size: 13px;
  line-height: 17px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
.info_box .detail .right {
  width: 105px;
  height: 90px;
  float: right;
  position: relative;
}
.info_box .detail .right .date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}
.info_box .detail .right .time {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
}
.info_box .detail .right .see_more {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
}
.info_box .detail .right .see_more:hover {
  color: #000;
}
/* LIST VIEW */
.fc-list-table {
  display: block;
  padding-bottom: 65px;
}
.fc-list-table tbody,
.fc-list-table tr,
.fc-list-table td {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
.fc-list-table[max-width~="773"] .day_row {
  margin-left: 151px;
}
.fc-list-table .day_row {
  width: 545px;
  margin: 0px auto;
  margin-top: 65px;
}
.fc-list-table .day_row .fc-list-heading {
  margin-bottom: 28px;
  border-bottom: solid 1px #d4d8e2;
  padding-bottom: 10px;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.8);
}
.fc-list-table .day_row .fc-list-heading .fc-widget-header {
  background: none;
  font-weight: normal;
}
.fc-list-table .day_row .fc-list-heading .fc-widget-header:before,
.fc-list-table .day_row .fc-list-heading .fc-widget-header:after {
  content: " ";
  display: table;
}
.fc-list-table .day_row .fc-list-heading .fc-widget-header:after {
  clear: both;
}
.fc-list-table .day_row .fc-list-heading .fc-widget-header:before,
.fc-list-table .day_row .fc-list-heading .fc-widget-header:after {
  content: " ";
  display: table;
}
.fc-list-table .day_row .fc-list-heading .fc-widget-header:after {
  clear: both;
}
.fc-list-table .day_row .fc-list-heading .fc-list-heading-main {
  float: none;
}
.fc-list-table .day_row .fc-list-heading .fc-list-heading-alt {
  float: left;
  margin-right: 5px;
}
.fc-list-table .day_row .list_event_box {
  margin: 0px -10px;
}
.fc-list-table .day_row .list_event_box:before,
.fc-list-table .day_row .list_event_box:after {
  content: " ";
  display: table;
}
.fc-list-table .day_row .list_event_box:after {
  clear: both;
}
.fc-list-table .day_row .list_event_box:before,
.fc-list-table .day_row .list_event_box:after {
  content: " ";
  display: table;
}
.fc-list-table .day_row .list_event_box:after {
  clear: both;
}
.fc-list-table .day_row .list_event_box .event_box {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.fc-list-table .day_row .list_event_box .event_box.long {
  width: 100%;
  clear: both;
}
.fc-list-table .day_row .list_event_box .event_box .inside {
  padding: 0px 10px;
}
.fc-list-table .day_row .list_event_box .event_box .inside .img {
  display: block;
  width: 100%;
  height: auto;
}
.fc-list-table .day_row .list_event_box .event_box .inside .img img {
  width: 100%;
  height: auto;
  display: block;
}
.fc-list-table .day_row .list_event_box .event_box .bg {
  padding: 13px;
  display: block;
  height: 50px;
  position: relative;
}
.fc-list-table .day_row .list_event_box .event_box .bg .title {
  font-size: 15px;
  line-height: 20px;
}
.fc-list-table .day_row .list_event_box .event_box .bg .time {
  position: absolute;
  right: 8px;
  bottom: 7px;
  font-size: 12px;
}
.fc-list-table .day_row#day_row_today {
  position: relative;
}
.fc-list-table .day_row#day_row_today:before {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  background: #901d1c;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.fc-list-table .day_row#day_row_today:after {
  content: "Now";
  left: -120px;
  top: 4px;
  position: absolute;
  color: #901d1c;
  font-size: 13px;
}
.fc-list-table .day_row#day_row_today .fc-list-heading .fc-list-heading-alt {
  color: #901d1c;
  font-size: 0px;
}
.fc-list-table .day_row#day_row_today .fc-list-heading .fc-list-heading-alt:after {
  content: "Today";
  font-size: 19px;
}
@media screen and (max-width: 700px) {
  .fc-list-table .day_row {
    width: 90%;
  }
  .fc-list-table .day_row .event_box {
    width: 100% !important;
    float: none !important;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fc-listMonth-view {
  position: relative;
}
.fc-listMonth-view:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 75px;
  background: #d4d8e2;
}
.fc-listMonth-view:after {
  content: "Past";
  position: absolute;
  top: 32px;
  width: 40px;
  margin-left: -20px;
  text-align: center;
  left: 75px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}
@media screen and (max-width: 1075px) {
  .fc-listMonth-view .day_row {
    margin-left: 50px;
    padding-left: 0;
    width: initial;
    padding-right: 10px;
  }
  .fc-listMonth-view:before {
    left: 31px;
  }
  .fc-listMonth-view:after {
    left: 29px;
  }
  .fc-listMonth-view .fc-list-table .day_row#day_row_today:before {
    left: 11px;
  }
}
@media screen and (max-width: 1075px) {
  .fc-listMonth-view .fc-list-table .day_row#day_row_today:before {
    left: -28px;
  }
}
@media screen and (max-width: 700px) {
  .fc-listMonth-view .fc-scroller {
    max-height: 550px !important;
  }
}
@media screen and (max-width: 600px) {
  .fc-listMonth-view .fc-scroller {
    max-height: 500px !important;
  }
}
@media screen and (max-width: 500px) {
  .fc-listMonth-view .fc-scroller {
    max-height: 450px !important;
  }
}
@media screen and (max-width: 400px) {
  .fc-listMonth-view .fc-scroller {
    max-height: 400px !important;
  }
}
#page_wrapper.page_wrapper_full_width .full_container .container .fc-listMonth-view:before {
  left: 125px;
}
#page_wrapper.page_wrapper_full_width .full_container .container .fc-listMonth-view:after {
  left: 125px;
}
#page_wrapper.page_wrapper_full_width .full_container .container .fc-list-table .day_row#day_row_today:before {
  left: -136px;
}
#page_wrapper.page_wrapper_full_width .full_container .container .fc-list-table .day_row#day_row_today:after {
  left: -175px;
}
#page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container .container .fc-list-table .day_row#day_row_today:before {
  left: -48px;
}
@media screen and (max-width: 1040px) {
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container .container .fc-list-table .day_row#day_row_today:before {
    left: -28px;
  }
}
#page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container .container .fc-list-table .day_row#day_row_today:after {
  left: -90px;
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 11, 2016 */
/*@font-face {
    font-family: 'Brusher';
    src: url('fonts/brusher-regular-webfont.eot');
    src: url('fonts/brusher-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brusher-regular-webfont.woff2') format('woff2'),
         url('fonts/brusher-regular-webfont.woff') format('woff'),
         url('fonts/brusher-regular-webfont.ttf') format('truetype'),
         url('fonts/brusher-regular-webfont.svg#brusherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'fontin_sans_rgbold';
    src: url('fonts/fontin_sans_b_45b-webfont.woff2') format('woff2'),
         url('fonts/fontin_sans_b_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fontin_sans_rgbold_italic';
    src: url('fonts/fontin_sans_bi_45b-webfont.woff2') format('woff2'),
         url('fonts/fontin_sans_bi_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fontin_sans_rgitalic';
    src: url('fonts/fontin_sans_i_45b-webfont.woff2') format('woff2'),
         url('fonts/fontin_sans_i_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}









@font-face {
    font-family: 'fontin_sans_scsmall_caps';
    src: url('fonts/fontin_sans_sc_45b-webfont.woff2') format('woff2'),
         url('fonts/fontin_sans_sc_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
  font-family: 'fontin_sans_rgregular';
  src: url('/themes/custom/aup_2020/less/lib/fonts/fontin_sans_r_45b-webfont.woff2') format('woff2'), url('/themes/custom/aup_2020/less/lib/fonts/fontin_sans_r_45b-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* SPRITES */
.icon-element,
#sidebar_main #sidebar_header .right .hamburger i,
#sidebar_main #sidebar_search form .form-actions .form-submit,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:after,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:hover:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:hover:after,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:after,
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li.menu-item--expanded > a:after,
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li.menu-item--expanded > a.is-active:after,
#sidebar_main .nav_sub_menu .menu > li .item:after,
#sidebar_main #scrollDown:after,
#sidebar_main .explore_sidebar_filters .page-display-switch a.page-grid-switch,
#sidebar_main .explore_sidebar_filters .page-display-switch a.page-list-switch,
#sidebar_main .explore_sidebar_filters .page-display-switch.active-grid a.page-grid-switch,
#sidebar_main .explore_sidebar_filters .page-display-switch.active-list a.page-list-switch,
#sidebar_main .explore_sidebar_filters .form-item-keyword:after,
#open_menu i,
body #page_wrapper .flippy li a:not(.bg) .hover:after,
body #page_wrapper .flippy li a:not(.bg) .hover.Next:after,
.widget_centered.bg-style-image .eye,
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox i,
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox label:after,
.widget-slider-homepage .slider_home_item .swipebox-video:after {
  background-image: url("/themes/custom/aup_2020/less/sprites/icon.png");
  background-repeat: no-repeat;
}
@media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .icon-element,
  #sidebar_main #sidebar_header .right .hamburger i,
  #sidebar_main #sidebar_search form .form-actions .form-submit,
  #sidebar_main #sidebar_main_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:after,
  #sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:after,
  #sidebar_main #sidebar_main_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:hover:after,
  #sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:hover:after,
  #sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu:after,
  #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:after,
  #sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li.menu-item--expanded > a:after,
  #sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li.menu-item--expanded > a.is-active:after,
  #sidebar_main .nav_sub_menu .menu > li .item:after,
  #sidebar_main #scrollDown:after,
  #sidebar_main .explore_sidebar_filters .page-display-switch a.page-grid-switch,
  #sidebar_main .explore_sidebar_filters .page-display-switch a.page-list-switch,
  #sidebar_main .explore_sidebar_filters .page-display-switch.active-grid a.page-grid-switch,
  #sidebar_main .explore_sidebar_filters .page-display-switch.active-list a.page-list-switch,
  #sidebar_main .explore_sidebar_filters .form-item-keyword:after,
  #open_menu i,
  body #page_wrapper .flippy li a:not(.bg) .hover:after,
  body #page_wrapper .flippy li a:not(.bg) .hover.Next:after,
  .widget_centered.bg-style-image .eye,
  .widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox i,
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox label:after,
  .widget-slider-homepage .slider_home_item .swipebox-video:after {
    background-image: url("/themes/custom/aup_2020/less/sprites/icon@2x.png");
    background-size: 268px 242px;
  }
}
/* ELEMENTS */
#page_banner_content {
  height: 505px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #page_banner_content {
    height: 490px;
  }
}
@media screen and (max-width: 1330px) {
  #page_banner_content {
    height: 475px;
  }
}
@media screen and (max-width: 1220px) {
  #page_banner_content {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  #page_banner_content {
    height: 360px;
  }
}
@media screen and (max-width: 320px) {
  #page_banner_content {
    height: 240px;
  }
}
#page_banner_func {
  padding: 110px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#page_banner_func:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page_banner_func .container {
  z-index: 100;
  position: relative;
}
#page_banner_func h1 {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  display: block;
}
#page_banner_func .breadcrumb {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#page_banner_func .breadcrumb span.sep {
  margin-left: 8px;
  margin-right: 12px;
}
#page_banner_func .breadcrumb span.sep:last-child {
  display: none;
}
#page_banner_func .breadcrumb a {
  color: #fff !important;
}
#page_banner_func .breadcrumb a:hover {
  color: #263b6e !important;
}
#page_banner_func.default-banner {
  background-image: url(/themes/custom/aup_2020/less/img/banner-default.jpg);
}
#page_banner_multi {
  height: 495px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page_banner_multi {
    height: 460px;
  }
}
@media screen and (max-width: 700px) {
  #page_banner_multi {
    height: 430px;
  }
}
@media screen and (max-width: 600px) {
  #page_banner_multi {
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  #page_banner_multi {
    height: 350px;
  }
}
#page_banner_multi .banner_content {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
#page_banner_multi .banner_content h3.ribbon {
  text-transform: uppercase;
  display: block;
  height: 47px;
  line-height: 53px;
  background: #263b6e;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page_banner_multi .banner_content h3.ribbon {
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 700px) {
  #page_banner_multi .banner_content h3.ribbon {
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 600px) {
  #page_banner_multi .banner_content h3.ribbon {
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 450px) {
  #page_banner_multi .banner_content h3.ribbon {
    transform-origin: left bottom;
  }
}
#page_banner_multi .banner_content h3.ribbon:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 0 0 50px;
  border-color: transparent transparent transparent #263b6e;
}
@media screen and (max-width: 450px) {
  #page_banner_multi .banner_content h3.ribbon:after {
    right: -49px;
  }
}
#page_banner_multi .banner_content h3.ribbon .ribbon-sep:last-child {
  display: none;
}
#page_banner_multi .banner_content .gradient_bg {
  max-width: 100%;
  overflow: hidden;
  padding: 30px 0px 20px 50px;
  position: relative;
}
#page_banner_multi .banner_content .gradient_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#page_banner_multi .banner_content .gradient_bg h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page_banner_multi .banner_content .gradient_bg h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 700px) {
  #page_banner_multi .banner_content .gradient_bg h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  #page_banner_multi .banner_content .gradient_bg h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 450px) {
  #page_banner_multi .banner_content .gradient_bg h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
#page_banner_multi .banner_content .gradient_bg h2 {
  margin-top: 15px;
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 10;
}
#page_banner_multi .banner_content .gradient_bg h2.event_infos {
  white-space: nowrap;
}
#page_banner_landing {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#page_banner_landing .ribbon_title_mobile {
  text-transform: uppercase;
  height: 47px;
  line-height: 53px;
  background: #263b6e;
  padding-left: 20px;
  padding-right: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-top: 43px;
  letter-spacing: 1px;
  display: inline-block;
  position: absolute;
  z-index: 555;
  top: 21px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  display: none;
}
@media screen and (max-width: 1220px) {
  #page_banner_landing .ribbon_title_mobile {
    display: block;
  }
}
#page_banner_landing .caption_container_no_slider {
  width: 100%;
  text-align: center;
  padding-left: 450px;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#page_banner_landing .caption_container_no_slider .caption {
  padding: 0px 50px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
#page_banner_landing .caption_container_no_slider .caption p {
  color: #555555;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.video-background .tv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0px;
  height: 100%;
  overflow: hidden;
}
.video-background .tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.video-background .tv .screen.active {
  opacity: 1;
}
#page_banner_featured_buttons {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1221px) {
  #page_banner_featured_buttons {
    width: 140px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 500;
  }
}
@media screen and (max-width: 1220px) {
  #page_banner_featured_buttons {
    z-index: 9999;
    top: 16px;
  }
}
@media screen and (max-width: 720px) {
  #page_banner_featured_buttons {
    display: none;
  }
}
#page_banner_featured_buttons h3 {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1220px) {
  #page_banner_featured_buttons h3 {
    display: none;
  }
}
#page_banner_featured_buttons a {
  display: block;
  margin-bottom: 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  background: #263b6e;
  font-size: 11px;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 32px;
}
@media screen and (max-width: 1220px) {
  #page_banner_featured_buttons a {
    float: left;
    width: 110px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  #page_banner_featured_buttons a:nth-child(2) {
    display: none;
  }
}
#page_banner_featured_buttons a:hover {
  background: #801c1b;
}
#page_banner_featured_buttons a:last-child {
  margin-bottom: 0;
}
.node-type-page-simple #page_banner_landing:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 10;
  display: none;
  margin-left: -51px;
}
@media screen and (max-width: 865px) {
  .node-type-page-simple #page_banner_landing:after {
    display: block;
  }
}
.tabs ul.primary {
  display: block;
  background: #263b6e;
  margin: 0;
}
.tabs ul.primary:before,
.tabs ul.primary:after {
  content: " ";
  display: table;
}
.tabs ul.primary:after {
  clear: both;
}
.tabs ul.primary:before,
.tabs ul.primary:after {
  content: " ";
  display: table;
}
.tabs ul.primary:after {
  clear: both;
}
.tabs ul.primary li {
  display: block;
  float: left;
}
.tabs ul.primary li a {
  display: block;
  padding: 12px 20px 9px ;
  background: #263b6e;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}
.tabs ul.primary li a:hover {
  background: #801c1b;
}
.tabs ul.primary li a.active {
  background: #801c1b;
}
.tabs ul.secondary {
  display: block;
  background: #801c1b;
  margin: 0;
}
.tabs ul.secondary:before,
.tabs ul.secondary:after {
  content: " ";
  display: table;
}
.tabs ul.secondary:after {
  clear: both;
}
.tabs ul.secondary:before,
.tabs ul.secondary:after {
  content: " ";
  display: table;
}
.tabs ul.secondary:after {
  clear: both;
}
.tabs ul.secondary li {
  display: block;
  float: left;
}
.tabs ul.secondary li.active {
  font-weight: bold;
}
.tabs ul.secondary li a {
  display: block;
  padding: 12px 20px 9px ;
  background: #801c1b;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}
.tabs ul.secondary li a:hover {
  font-weight: bold;
}
#data-drupal-messages {
  clear: both;
}
.messages {
  padding: 25px 25px !important;
  color: #fff !important;
  font-weight: 400;
  border: none !important;
  position: relative;
  padding-left: 65px !important;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
}
.messages + .messages {
  margin-top: 0;
}
.messages a {
  color: #000;
  font-weight: 300;
}
.messages a:hover {
  color: #fff;
}
.messages li {
  margin: 5px 0px;
  font-weight: normal;
}
.messages:before {
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  font-size: 30px;
  top: 20px;
  left: 20px;
}
.messages.messages--status {
  background: #64bf6c;
}
.messages.messages--status:before {
  content: "\f058";
}
.messages.messages--warning {
  background: #E4AB21;
}
.messages.messages--warning:before {
  content: "\f071";
}
.messages.messages--error {
  background: #801c1b;
}
.messages.messages--error:before {
  content: "\f06a";
}
.messages:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  #sidebar_main {
    width: 285px !important;
  }
  #sidebar_main.sidebar_big {
    width: 335px !important;
  }
}
#page_wrapper.page_wrapper_home {
  /*
	#top_bar{
		margin-top: 63px;
		padding: 20px 15px;
	}*/
  /* risky */
}
#page_wrapper.page_wrapper_home #sidebar_header_responsive {
  display: block;
}
#page_wrapper.page_wrapper_home #sidebar_main {
  background: #fff;
  left: -345px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  margin-left: 0;
  z-index: 1000;
}
#page_wrapper.page_wrapper_home.active_sidebar #sidebar_overlay {
  width: 100%;
  opacity: 1;
}
#page_wrapper.page_wrapper_home.active_sidebar #sidebar_main {
  top: 0 !important;
  left: 0 !important;
}
#page_wrapper.page_wrapper_home #anchor_link {
  display: none;
}
#page_wrapper.page_wrapper_home #page_banner_landing {
  position: static;
}
#page_wrapper.page_wrapper_home #sidebar_header_responsive {
  display: none !important;
}
#sidebar_header_responsive {
  display: none;
}
#sidebar_overlay {
  width: 0;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 988;
  transition: opacity 0.3s;
  opacity: 0;
}
#sidebar_overlay:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/themes/custom/aup_2020/img/close.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 20px;
}
#sidebar_header_responsive {
  display: none;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  z-index: 987;
  border-bottom: solid 1px #adadad;
}
#sidebar_header_responsive:before,
#sidebar_header_responsive:after {
  content: " ";
  display: table;
}
#sidebar_header_responsive:after {
  clear: both;
}
#sidebar_header_responsive:before,
#sidebar_header_responsive:after {
  content: " ";
  display: table;
}
#sidebar_header_responsive:after {
  clear: both;
}
#sidebar_header_responsive:not(.active).headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
#sidebar_header_responsive:not(.active).headroom--pinned {
  transform: translateY(0%);
}
#sidebar_header_responsive:not(.active).headroom--unpinned {
  transform: translateY(-100%);
}
#sidebar_header_responsive .left {
  float: left;
  padding: 0px 40px;
  position: relative;
  width: 50%;
}
#sidebar_header_responsive .left:hover {
  background: #801c1b;
}
@media screen and (max-width: 600px) {
  #sidebar_header_responsive .left {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 370px) {
  #sidebar_header_responsive .left {
    padding: 0px 10px;
  }
}
#sidebar_header_responsive .left #logo_responsive {
  display: block;
  width: 100%;
  padding: 14px 0;
  position: relative;
  height: 62px;
  cursor: pointer;
}
#sidebar_header_responsive .left #logo_responsive:after {
  content: "HOME";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 62px;
  line-height: 62px;
  color: #fff;
  text-align: center;
  background: #801c1b;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 50;
}
#sidebar_header_responsive .left #logo_responsive:hover:after {
  opacity: 1;
}
#sidebar_header_responsive .left #logo_responsive img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0px auto;
}
#sidebar_header_responsive .menu_button {
  float: left;
  padding: 0px 40px;
  cursor: pointer;
  position: relative;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #sidebar_header_responsive .menu_button {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 370px) {
  #sidebar_header_responsive .menu_button {
    padding: 0px 10px;
  }
}
#sidebar_header_responsive .menu_button:after {
  content: "";
  width: 1px;
  background: #cccccc;
  height: 41px;
  top: 10px;
  left: 0;
  position: absolute;
  z-index: 1;
}
#sidebar_header_responsive .menu_button .responsive_trigger_menu {
  display: inline-block;
}
#sidebar_header_responsive .menu_button .responsive_trigger_menu:before {
  content: "";
  width: 1px;
  height: 63px;
  display: inline-block;
  vertical-align: middle;
}
#sidebar_header_responsive .menu_button .responsive_trigger_menu .hamburger-icon {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content {
  padding-bottom: 50px;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main {
  position: relative !important;
  width: 100% !important;
  left: 0 !important;
  padding-top: 0 !important;
  z-index: 1 !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .scrollable {
  overflow: initial;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .sidebar-widget-link-list .link-list ul {
  padding: 0 !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main #sidebar_left_widgets_landing {
  margin-top: 0;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .landing_desc_content h1 {
  margin-top: 0 !important;
  padding-left: 0 !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .landing_desc_content h1.ribbon-title {
  margin-left: -111px;
  padding-left: 111px !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .landing_desc_content #sidebar_left_breadcrumbs {
  padding-left: 0 !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .landing_desc_content p {
  padding-left: 0 !important;
  margin: 0 !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .nav_desc_content {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
#page_wrapper.page_wrapper_full_width.no_content #sidebar_in_content #sidebar_main .relative_content_menu {
  display: none !important;
}
.page-search404 #responsive_trigger_menu_page {
  display: none !important;
}
#sidebar_main {
  position: fixed;
  float: left;
  width: 345px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  border-right: solid 1px #adadad;
  padding-top: 63px;
  /* SECOND MENU */
  /* BREADCRUMB MENU */
  /*  CONTENTS (TITLE TEXTS) */
  /* APPEAR IN NAV TEMPLATE*/
  /* APPEAR IN LANDING TEMPLATE*/
  /* NAVIGATION AND LINKS LISTS */
  /* APPEAR IN NAV TEMPLATE*/
  /* SIDEBAR parent page link  */
}
#sidebar_main.sidebar_small {
  width: 285px;
  margin-left: -285px;
}
#sidebar_main.sidebar_small #sidebar_hover_footer .sidebar_hover_footer_bottom {
  padding: 17px 20px;
}
#sidebar_main.sidebar_small #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li:nth-child(2n+1) {
  width: 55%;
}
#sidebar_main.sidebar_small #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li:nth-child(2n) {
  width: 45%;
}
#sidebar_main #sidebar_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#sidebar_main #sidebar_container {
  height: 100%;
  position: relative;
}
#sidebar_main.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
#sidebar_main.headroom--pinned {
  transform: translateY(0%);
}
#sidebar_main.headroom--unpinned {
  transform: translateY(-100%);
}
#sidebar_main #sidebar_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  padding-bottom: 240px;
  display: none;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.45);
}
#sidebar_main #sidebar_hover #sidebar_hover_footer {
  position: absolute;
  width: 100%;
  height: 240px;
  bottom: 0;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.27);
  border-top: solid 1px #cecece;
  overflow-x: hidden;
}
#sidebar_main #sidebar_hover.show {
  animation: fadeInFromNone 0.8s ease-out;
  opacity: 1;
  display: block;
}
#sidebar_main #sidebar_hover.show-no-animation {
  opacity: 1;
  display: block;
}
@media screen and (max-height: 700px) {
  #sidebar_main #sidebar_hover {
    padding-bottom: 0;
  }
  #sidebar_main #sidebar_hover #sidebar_hover_footer {
    position: relative;
    margin-top: 20px;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
#sidebar_main #sidebar_header {
  border-bottom: solid 1px #adadad;
}
#sidebar_main #sidebar_header:before,
#sidebar_main #sidebar_header:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_header:after {
  clear: both;
}
#sidebar_main #sidebar_header:before,
#sidebar_main #sidebar_header:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_header:after {
  clear: both;
}
#sidebar_main #sidebar_header .left {
  float: left;
  width: 50%;
  position: relative;
}
#sidebar_main #sidebar_header .left:after {
  content: "";
  width: 1px;
  background: #cccccc;
  height: 41px;
  top: 10px;
  right: 0;
  position: absolute;
  z-index: 1;
}
#sidebar_main #sidebar_header .left #logo {
  display: block;
  width: 100%;
  padding: 14px 0;
  position: relative;
  height: 62px;
  cursor: pointer;
}
#sidebar_main #sidebar_header .left #logo:after {
  content: "HOME";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 62px;
  line-height: 62px;
  color: #fff;
  text-align: center;
  background: #801c1b;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 50;
}
#sidebar_main #sidebar_header .left #logo:hover:after {
  opacity: 1;
}
#sidebar_main #sidebar_header .left #logo img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0px auto;
}
#sidebar_main #sidebar_header .right {
  float: right;
  width: 50%;
  cursor: pointer;
  position: relative;
}
#sidebar_main #sidebar_header .right .hamburger {
  padding-top: 19px;
  height: 62px;
  position: relative;
}
#sidebar_main #sidebar_header .right .hamburger i {
  width: 24px;
  height: 16px;
  background-position: -2px 0;
  opacity: 0.6;
  display: block;
  margin: 0px auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sidebar_main #sidebar_header .right .hamburger small {
  text-transform: uppercase;
  color: #ADADAD;
  font-size: 9px;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_main #sidebar_header .right .hamburger:hover i {
  opacity: 1;
}
#sidebar_main #sidebar_header .right .hamburger:hover small {
  color: #000;
}
#sidebar_main #sidebar_header .right .close {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 62px;
  color: #801c1b;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
  top: 0;
  text-align: center;
  opacity: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sidebar_main #sidebar_header .right .close:hover {
  font-weight: bold;
}
#sidebar_main #sidebar_header .right.trigger_close .close {
  opacity: 1;
}
#sidebar_main #sidebar_header .right.trigger_close .hamburger {
  opacity: 0;
}
#sidebar_main #sidebar_search {
  padding: 17px 15px;
  padding-right: 20px;
  border-bottom: solid 1px #adadad;
}
#sidebar_main #sidebar_search h2,
#sidebar_main #sidebar_search #edit-reset--2 {
  display: none;
}
#sidebar_main #sidebar_search form:before,
#sidebar_main #sidebar_search form:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_search form:after {
  clear: both;
}
#sidebar_main #sidebar_search form:before,
#sidebar_main #sidebar_search form:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_search form:after {
  clear: both;
}
#sidebar_main #sidebar_search form .form-item-keywords {
  float: left;
  width: 80%;
  height: 19px;
  border-radius: 13px;
  margin: 0;
}
#sidebar_main #sidebar_search form .form-item-keywords label {
  display: none;
}
#sidebar_main #sidebar_search form .form-item-keywords input {
  width: 100%;
  border-radius: 13px;
  height: 20px;
  border: solid 1px #B4B4B4;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  text-indent: 8px;
}
#sidebar_main #sidebar_search form .form-item-keywords input::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
#sidebar_main #sidebar_search form .form-item-keywords input:-ms-input-placeholder {
  color: #b4b4b4;
}
#sidebar_main #sidebar_search form .form-item-keywords input::-webkit-input-placeholder {
  color: #b4b4b4;
}
#sidebar_main #sidebar_search form .form-item-keywords input:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#sidebar_main #sidebar_search form .form-item-keywords input:focus:-ms-input-placeholder {
  color: #ffffff;
}
#sidebar_main #sidebar_search form .form-item-keywords input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
#sidebar_main #sidebar_search form .form-actions {
  float: right;
  width: 20%;
  text-align: right;
  margin: 0;
  clear: none;
}
#sidebar_main #sidebar_search form .form-actions .form-submit {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -2px -48px;
  opacity: 0.6;
  border: none;
  font-size: 0px;
  outline: none;
  background-color: transparent;
}
#sidebar_main #sidebar_search form .form-actions .form-submit:hover {
  opacity: 1;
}
#sidebar_main #sidebar_container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu {
  /* LEVEL 1 */
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li,
#sidebar_main .relative_content_menu .block-menu > .menu > li {
  position: relative;
  border-bottom: solid 1px #E6E6E6;
  padding: 0;
  /* LEVEL 2 */
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li.menu-item--expanded > a:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li.menu-item--expanded > a:after {
  content: "";
  height: 33px;
  width: 1px;
  position: absolute;
  right: 52px;
  top: 6px;
  background: #E6E6E6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:after {
  /* missing */
  content: "";
  position: absolute;
  right: 20px;
  top: 13px;
  width: 9px;
  height: 23px;
  background-position: -1px -138px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:hover:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--expanded) > a:hover:after {
  background-color: #263b6e;
  width: 9px;
  height: 23px;
  background-position: -12px -138px;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu {
  text-align: center;
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  cursor: pointer;
  background-color: #fff;
  background-image: url(/themes/custom/aup_2020/img/Hamburger.png);
  background-position: center center;
  background-repeat: no-repeat;
  /*&:after{
                    content: "";
                    .icon-menuBlue();
                    display: inline-block;
                    vertical-align: middle;
                }*/
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu:before,
#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 10px;
  background-position: -26px -68px;
  opacity: 0;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu.active,
#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu.active {
  background: #263b6e;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu.active:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu.active:after {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  #sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu:hover,
  #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:hover {
    background: #263b6e;
  }
  #sidebar_main #sidebar_main_menu .block-menu > .menu > li .expend-sub-menu:hover:after,
  #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:hover:after {
    opacity: 1;
  }
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > a,
#sidebar_main .relative_content_menu .block-menu > .menu > li > a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  padding-left: 18px;
  position: relative;
  background: #fff;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > a:hover,
#sidebar_main .relative_content_menu .block-menu > .menu > li > a:hover {
  background: #263b6e !important;
  color: #fff;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > a:hover:after,
#sidebar_main .relative_content_menu .block-menu > .menu > li > a:hover:after {
  background: #000;
  background: #263b6e;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .menu,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view-content > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view-content > .menu,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view > .view-content > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view > .view-content > .menu,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .menu.active,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .menu.active,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view-content > .menu.active,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view-content > .menu.active,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view > .view-content > .menu.active,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view > .view-content > .menu.active,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu.active,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu.active {
  max-height: 600px;
  padding: 12px 0px;
  border-top: solid 1px #E6E6E6;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .menu > li > a,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .menu > li > a,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view-content > .menu > li > a,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view-content > .menu > li > a,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view > .view-content > .menu > li > a,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view > .view-content > .menu > li > a,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu > li > a,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu > li > a {
  display: block;
  font-size: 14px;
  color: #999999;
  padding: 9px 0px;
  padding-left: 43px;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .menu > li > a:hover,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .menu > li > a:hover,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view-content > .menu > li > a:hover,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view-content > .menu > li > a:hover,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view > .view-content > .menu > li > a:hover,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view > .view-content > .menu > li > a:hover,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu > li > a:hover,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu > li > a:hover {
  background: #263b6e;
  color: #fff;
}
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .menu > li > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .menu > li > .menu,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view-content > .menu > li > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view-content > .menu > li > .menu,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .view > .view-content > .menu > li > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .view > .view-content > .menu > li > .menu,
#sidebar_main #sidebar_main_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu > li > .menu,
#sidebar_main .relative_content_menu .block-menu > .menu > li > .views-element-container > .view > .view-content > div > .menu > li > .menu {
  display: none;
}
#sidebar_main .relative_content_menu .block-menu {
  background: #fff;
}
#sidebar_main .relative_content_menu .block-menu > .menu {
  /* LEVEL 1 */
}
#sidebar_main .relative_content_menu .block-menu > .menu > li {
  padding: 0;
  border-bottom: solid 1px #e5e5e5;
}
#sidebar_main .relative_content_menu .block-menu > .menu > li:not(.menu-item--active-trail) {
  display: none;
}
#sidebar_main .relative_content_menu .block-menu > .menu > li > .menu.active {
  border-top: solid 1px #e5e5e5;
  padding: 0;
  max-height: 1000px;
  padding: 12px 0px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu {
  background: #fff;
  padding: 0;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu {
  /* LEVEL 1 */
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li:not(.menu-item--active-trail) {
  display: none;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu.active {
  border-top: solid 1px #e5e5e5;
  max-height: 1000px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > a {
  display: none;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu {
  /* LEVEL 2 */
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li {
  /* LEVEL 3*/
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li:not(.menu-item--active-trail) {
  display: none;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > a {
  text-transform: uppercase;
  padding: 16px 0px 14px;
  position: relative;
  font-size: 14px;
  display: block;
  color: #999999;
  border-bottom: solid 1px #e5e5e5;
  padding-left: 25px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > a.active {
  background: #e6e6e6;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li.menu-item--expanded > a {
  padding-right: 40px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li.menu-item--expanded > a:after {
  content: "";
  top: 17px;
  right: 16px;
  width: 23px;
  height: 9px;
  background-position: -2px -127px;
  position: absolute;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu {
  display: block;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li {
  /* LEVEL 4 */
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li:not(.menu-item--active-trail) > .menu {
  display: none;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > a {
  font-size: 13px;
  position: relative;
  color: #999999;
  text-transform: uppercase;
  display: block;
  padding: 12px 0px 10px;
  padding-left: 45px;
  padding-right: 10px;
  line-height: 18px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > a.menu-item--active-trail {
  background: #e6e6e6;
  color: #4D4D4D;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > a:hover {
  background: #263b6e !important;
  color: #fff;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li.menu-item--expanded > a.is-active {
  padding-right: 40px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li.menu-item--expanded > a.is-active:after {
  content: "";
  top: 17px;
  right: 16px;
  width: 23px;
  height: 9px;
  background-position: -2px -127px;
  position: absolute;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu {
  display: block;
  background: #F1F1F1;
  padding: 10px 0px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li {
  /* LEVEL 5 */
  /* LEVEL 6+ */
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > a {
  color: #999999;
  font-size: 14px;
  display: block;
  padding: 6px 0px;
  padding-left: 55px;
  padding-right: 10px;
  font-weight: 600;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > a.active {
  font-weight: 400;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > a:hover {
  background: #263b6e !important;
  color: #fff;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > .menu {
  display: none;
  background: #F1F1F1;
  padding: 10px 0px;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > .menu > li > a {
  color: #999999;
  font-size: 12.5px;
  display: block;
  padding: 6px 0px;
  padding-left: 70px;
  padding-right: 10px;
  font-weight: 600;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > .menu > li > a.active {
  font-weight: 400;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li > .menu > li > a:hover {
  background: #263b6e !important;
  color: #fff;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li.menu-item--active-trail > .menu,
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li.active > .menu {
  display: block;
}
#sidebar_main .breadcrumbs_content_menu .block-menu > .menu > li > .menu > li > .menu > li > .menu > li .menu {
  display: none;
}
#sidebar_main #sidebar_hover_footer {
  background: #fff;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu:before,
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu:after {
  clear: both;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu:before,
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu:after {
  clear: both;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li {
  float: left;
  width: 50%;
  padding: 0;
  border-bottom: solid 1px #CCCCCC;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li > a {
  font-size: 14px;
  color: #9999A3;
  height: 40px;
  line-height: 43px;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li > a:hover {
  background: #263b6e;
  color: #fff;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li > a {
  text-align: center;
  display: block;
  text-transform: uppercase;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li:last-child > a {
  position: relative;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li:last-child > a:before {
  content: "";
  height: 28px;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 8px;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li:last-child > a:hover:before {
  opacity: 0;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li.apply {
  width: 100%;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li.apply > a {
  height: 47px;
  line-height: 49px;
  font-size: 16px;
  color: #fff;
  background: #801c1b;
  font-weight: bold;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_top .sidebar_user_menu ul.menu > li.apply > a:hover {
  background: #263b6e;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom {
  background: #F5F5F5;
  height: 150px;
  padding: 17px 27px;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu {
  margin-bottom: 10px;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu:before,
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu:after {
  clear: both;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu:before,
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu:after {
  clear: both;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li {
  padding: 0;
  margin-bottom: 2px;
  float: left;
  width: 50%;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li:nth-child(2n+1) {
  width: 60%;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li:nth-child(2n) {
  width: 40%;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li a {
  display: block;
  height: 24px;
  line-height: 24px;
  text-indent: 3px;
  font-size: 15px;
  color: #6F6F6F;
  white-space: nowrap;
  font-weight: 300;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_audiance_menu ul.menu > li a:hover {
  font-weight: 500;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu:before,
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu:after {
  clear: both;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu:before,
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu:after {
  content: " ";
  display: table;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu:after {
  clear: both;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu > li {
  float: left;
  padding: 0;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu > li:not(:last-child) {
  margin-right: 9px;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu > li > a {
  width: 23px;
  height: 23px;
  border-radius: 200px;
  border: solid 1px #9B9B9B;
  line-height: 21px;
  font-size: 0;
  color: #9B9B9B;
  text-align: center;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu > li > a.all {
  font-size: 10px;
  font-weight: 600;
  display: block;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu > li > a:before {
  font-size: 13px;
}
#sidebar_main #sidebar_hover_footer .sidebar_hover_footer_bottom .sidebar_rs_menu ul.menu > li > a:hover {
  background: #263b6e;
  border-color: #263b6e;
  color: #fff;
}
#sidebar_main .nav_desc_content {
  padding: 30px;
}
#sidebar_main .nav_desc_content h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 21px;
  color: #000;
  line-height: 25px;
}
#sidebar_main .nav_desc_content p {
  font-size: 17px;
  color: #464646;
  line-height: 25px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_main .landing_desc_content {
  margin-bottom: 35px;
}
#sidebar_main .landing_desc_content h1.ribbon-title {
  text-transform: uppercase;
  display: block;
  height: 47px;
  line-height: 53px;
  background: #263b6e;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 43px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
#sidebar_main .landing_desc_content h1.ribbon-title:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 0 0 50px;
  border-color: transparent transparent transparent #263b6e;
}
#sidebar_main .landing_desc_content h1.normal-title {
  text-transform: uppercase;
  display: block;
  line-height: 31px;
  font-size: 29px;
  padding-left: 45px;
  padding-right: 10px;
  margin-bottom: 35px;
  color: #424242;
  font-weight: bold;
  margin-top: 43px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
#sidebar_main .landing_desc_content p {
  margin: 0px 42px;
  font-size: 17px;
  color: #464646;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 25px;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_main .landing_desc_content p:after {
  content: "";
  height: 1px;
  width: 235px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #BFBFBF;
}
#sidebar_main .nav_sub_menu {
  border-top: solid 1px #BFBFBF;
  position: relative;
}
#sidebar_main .nav_sub_menu .menu {
  padding: 15px 0px ;
  position: relative;
}
#sidebar_main .nav_sub_menu .menu:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #BFBFBF;
  position: absolute;
  top: 0;
  left: 47px;
  pointer-events: none;
}
#sidebar_main .nav_sub_menu .menu > li .item {
  padding-left: 48px;
  position: relative;
}
#sidebar_main .nav_sub_menu .menu > li .item:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 9px;
  height: 16px;
  background-position: -53px -143px;
}
#sidebar_main .nav_sub_menu .menu > li .item:hover:after {
  opacity: 1;
}
#sidebar_main .nav_sub_menu .menu > li .item.has-description i {
  position: absolute;
  left: 15px;
  top: 8px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #716468;
  border: solid 1px #716468;
  border-radius: 50%;
  line-height: 21px;
  font-weight: bold;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#sidebar_main .nav_sub_menu .menu > li .item.has-description i:hover {
  color: #133fad;
  border-color: #133fad;
}
#sidebar_main .nav_sub_menu .menu > li .item.has-description i:after {
  content: "?";
}
#sidebar_main .nav_sub_menu .menu > li .item.has-description .description {
  padding: 0px 20px;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  max-height: 0px;
}
#sidebar_main .nav_sub_menu .menu > li .item.has-description.active .description {
  max-height: 200px;
  padding: 20px;
}
@media screen and (min-width: 866px) {
  #sidebar_main .nav_sub_menu .menu > li .item.has-description:hover i {
    opacity: 1;
  }
  #sidebar_main .nav_sub_menu .menu > li .item.has-description:hover a {
    background: #263b6e;
    color: #fff;
  }
}
#sidebar_main .nav_sub_menu .menu > li .item > a {
  display: block;
  font-size: 13.5px;
  color: #464646;
  text-transform: uppercase;
  padding: 12px 15px;
  line-height: 16px;
}
@media screen and (min-width: 866px) {
  #sidebar_main .nav_sub_menu .menu > li .item > a:hover {
    background: #263b6e;
    color: #fff;
  }
}
@media screen and (max-width: 865px) {
  #sidebar_main .nav_sub_menu .menu:after {
    display: none;
  }
  #sidebar_main .nav_sub_menu .menu > li .item {
    padding-left: 0;
  }
  #sidebar_main .nav_sub_menu .menu > li .item > a {
    padding-left: 0px;
  }
}
#sidebar_main .parent_page_link {
  margin-bottom: 55px;
  position: relative;
  margin-top: -1px;
}
#sidebar_main .parent_page_link a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 23px;
  padding-bottom: 20px;
  color: #6F6F6F;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#sidebar_main .parent_page_link a:hover {
  background: #801c1b;
  color: #fff;
  border-color: #801c1b;
}
#sidebar_main #scrollDown {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-height: 750px) {
  #sidebar_main #scrollDown {
    display: none;
  }
}
#sidebar_main #scrollDown span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #555555;
  display: block;
  text-align: center;
  margin-bottom: -10px;
  font-weight: 300;
}
#sidebar_main #scrollDown:after {
  content: "";
  width: 103px;
  height: 26px;
  background-position: -166px -28px;
  display: inline-block;
}
#sidebar_main #simple_sidebar_footer {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  bottom: 0;
  padding: 40px 15px;
  padding-bottom: 37px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #5a5a5a;
  font-weight: bold;
  width: 100%;
}
#sidebar_main #simple_sidebar_footer:hover .apply {
  opacity: 1;
}
#sidebar_main #simple_sidebar_footer .apply {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #801c1b;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sidebar_main #simple_sidebar_footer .apply span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 19px;
  height: 15px;
}
#sidebar_main #simple_sidebar_footer span {
  font-weight: normal;
}
#sidebar_main #sidebar_left_breadcrumbs {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  color: #525252;
  font-style: italic;
  margin-top: -20px;
  padding: 0px 42px;
}
#sidebar_main #sidebar_left_breadcrumbs a {
  color: #525252;
}
#sidebar_main #sidebar_left_breadcrumbs a:hover {
  color: #801c1b;
}
#sidebar_main #sidebar_left_breadcrumbs .sep {
  margin-left: 12px;
  margin-right: 8px;
}
#sidebar_main #sidebar_left_breadcrumbs .sep:last-child {
  display: none;
}
#sidebar_main .nav_anchor {
  margin-top: 55px;
  max-width: 100%;
}
#sidebar_main .nav_anchor h3 {
  padding-left: 35px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 6px;
  color: #6F6F6F;
  font-style: italic;
  font-weight: 600;
  font-size: 13px;
  width: 210px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}
#sidebar_main .nav_anchor h3:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #e5e5e5 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
}
#sidebar_main .nav_anchor ul > li a {
  display: block;
  padding: 7px 0px 6px 0px ;
  font-weight: 300;
  padding-right: 10px;
}
#sidebar_main .nav_anchor ul > li a span {
  vertical-align: middle;
  display: inline-block;
}
#sidebar_main .nav_anchor ul > li a:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
#sidebar_main .nav_anchor ul > li.active a {
  background: #273c68;
  color: #fff !important;
}
#sidebar_main .nav_anchor ul > li.level-1 a {
  font-size: 14px;
  color: #020202;
  padding-left: 45px;
}
#sidebar_main .nav_anchor ul > li.level-2 a {
  padding-left: 55px;
  font-size: 14px;
  color: #aaaaaa;
}
#sidebar_main .nav_anchor ul > li.level-2 a:before {
  content: "";
  width: 6px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#sidebar_main .nav_anchor ul > li.level-3 a {
  padding-left: 65px;
  font-size: 13px;
  color: #aaaaaa;
}
#sidebar_main .nav_anchor ul > li.level-3 a:before {
  content: "";
  width: 12px;
  height: 1px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
}
#sidebar_main .views-widget > div {
  display: block !important;
}
#sidebar_main .explore_sidebar_filters {
  position: relative;
  padding-top: 40px;
}
#sidebar_main .explore_sidebar_filters .page-display-switch {
  position: absolute;
  right: 0;
  top: 171px;
  width: 60px;
  z-index: 400;
}
#sidebar_main .explore_sidebar_filters .page-display-switch a {
  font-size: 0;
  display: block;
  margin: 0px auto;
}
#sidebar_main .explore_sidebar_filters .page-display-switch a.page-grid-switch {
  width: 15px;
  height: 15px;
  background-position: 0 -198px;
}
#sidebar_main .explore_sidebar_filters .page-display-switch a.page-list-switch {
  width: 15px;
  height: 14px;
  background-position: -20px -199px;
}
#sidebar_main .explore_sidebar_filters .page-display-switch hr {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1px;
  border: none;
  margin: 10px 0px;
}
#sidebar_main .explore_sidebar_filters .page-display-switch.active-grid a.page-grid-switch {
  width: 15px;
  height: 15px;
  background-position: 0 -180px;
}
#sidebar_main .explore_sidebar_filters .page-display-switch.active-list a.page-list-switch {
  width: 15px;
  height: 14px;
  background-position: -20px -180px;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword {
  padding: 0px 15px;
  float: left;
  width: 100%;
  height: 19px;
  border-radius: 13px;
  position: relative;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword:before,
#sidebar_main .explore_sidebar_filters .form-item-keyword:after {
  content: " ";
  display: table;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword:after {
  clear: both;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword:before,
#sidebar_main .explore_sidebar_filters .form-item-keyword:after {
  content: " ";
  display: table;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword:after {
  clear: both;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword:after {
  content: "";
  width: 18px;
  height: 18px;
  background-position: -2px -48px;
  position: absolute;
  right: 15px;
  top: 0;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input {
  width: 100%;
  border-radius: 13px;
  height: 20px;
  border: solid 1px #B4B4B4;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  text-indent: 10px;
  max-width: 190px;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input:-ms-input-placeholder {
  color: #b4b4b4;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input::-webkit-input-placeholder {
  color: #b4b4b4;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input:focus:-ms-input-placeholder {
  color: #ffffff;
}
#sidebar_main .explore_sidebar_filters .form-item-keyword input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
#sidebar_main .explore_sidebar_filters #edit-program--wrapper,
#sidebar_main .explore_sidebar_filters #edit-program--2--wrapper {
  margin-top: 45px;
}
#sidebar_main .explore_sidebar_filters #edit-program--wrapper span,
#sidebar_main .explore_sidebar_filters #edit-program--2--wrapper span {
  padding-left: 15px;
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 6px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  width: 145px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
#sidebar_main .explore_sidebar_filters #edit-program--wrapper span:after,
#sidebar_main .explore_sidebar_filters #edit-program--2--wrapper span:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: -1px;
  right: 0;
  background-image: -webkit-linear-gradient(left, #adadad 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #adadad 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #adadad 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffadadad', endColorstr='#ffffffff', GradientType=1);
}
#sidebar_main .explore_sidebar_filters .form-radios#edit-type .form-item:first-child,
#sidebar_main .explore_sidebar_filters .form-radios#edit-type--2 .form-item:first-child {
  display: none;
}
#sidebar_main .explore_sidebar_filters .form-radios .form-item {
  margin-bottom: 25px;
  position: relative;
}
#sidebar_main .explore_sidebar_filters .form-radios .form-item input {
  z-index: 55;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  cursor: pointer;
}
#sidebar_main .explore_sidebar_filters .form-radios .form-item label {
  display: block;
  padding-left: 25px;
  color: #4d4d4d;
  font-size: 14px;
  height: 18px;
  line-height: 21px;
  position: relative;
  cursor: pointer;
}
#sidebar_main .explore_sidebar_filters .form-radios .form-item label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #b7b7b7;
}
#sidebar_main .explore_sidebar_filters .form-radios .form-item label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #801c1b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#sidebar_main .explore_sidebar_filters .form-radios .form-item input:checked + label:after {
  opacity: 1;
}
#sidebar_main .explore_sidebar_filters #edit-program--wrapper #edit-program,
#sidebar_main .explore_sidebar_filters #edit-program--2--wrapper #edit-program,
#sidebar_main .explore_sidebar_filters #edit-program--wrapper #edit-program--2,
#sidebar_main .explore_sidebar_filters #edit-program--2--wrapper #edit-program--2 {
  padding-left: 35px;
}
#sidebar_main .explore_sidebar_filters #edit-program--wrapper .form-radios > .form-item label,
#sidebar_main .explore_sidebar_filters #edit-program--2--wrapper .form-radios > .form-item label {
  font-size: 13px;
  text-transform: uppercase;
}
#sidebar_main .explore_sidebar_filters #edit-type--wrapper,
#sidebar_main .explore_sidebar_filters #edit-type--2--wrapper {
  /*.form-radios{

      > .form-item{
        label{
          font-size: 13px;
          text-transform: uppercase;
        }
      }
    }*/
}
#sidebar_main .explore_sidebar_filters #edit-type--wrapper #edit-type,
#sidebar_main .explore_sidebar_filters #edit-type--2--wrapper #edit-type,
#sidebar_main .explore_sidebar_filters #edit-type--wrapper #edit-type--2,
#sidebar_main .explore_sidebar_filters #edit-type--2--wrapper #edit-type--2 {
  padding-left: 35px;
}
#sidebar_main .explore_sidebar_filters #edit-type--wrapper span,
#sidebar_main .explore_sidebar_filters #edit-type--2--wrapper span {
  display: none;
}
#sidebar_main .explore_sidebar_filters .related_stories > h2 {
  padding-left: 23px;
  font-size: 15px;
  color: #666666;
  margin-bottom: 15px;
  display: block;
  font-weight: normal;
  font-family: 'adobe-caslon-pro', serif;
  font-style: italic;
  letter-spacing: 0.5px;
}
#sidebar_main .explore_sidebar_filters .views-submit-button .form-submit {
  display: none;
}
#sidebar_main .explore_sidebar_filters #edit-interest--wrapper,
#sidebar_main .explore_sidebar_filters #edit-interest--2--wrapper,
#sidebar_main .explore_sidebar_filters #edit-career--wrapper,
#sidebar_main .explore_sidebar_filters #edit-career--2--wrapper {
  display: none;
}
#sidebar_main.sidebar_home,
#sidebar_main.sidebar_no_hover {
  border-right: none;
  height: auto;
  height: 100%;
}
#sidebar_main.sidebar_home #sidebar_header,
#sidebar_main.sidebar_no_hover #sidebar_header,
#sidebar_main.sidebar_home #sidebar_hover,
#sidebar_main.sidebar_no_hover #sidebar_hover {
  border-right: solid 1px #adadad;
}
#sidebar_main.sidebar_home #sidebar_header .trigger_main_menu .close,
#sidebar_main.sidebar_no_hover #sidebar_header .trigger_main_menu .close {
  opacity: 1;
}
#sidebar_main.sidebar_home #sidebar_header .trigger_main_menu .hamburger,
#sidebar_main.sidebar_no_hover #sidebar_header .trigger_main_menu .hamburger {
  opacity: 0;
}
#sidebar_main.sidebar_home #sidebar_container #sidebar_content_home,
#sidebar_main.sidebar_no_hover #sidebar_container #sidebar_content_home {
  display: none;
}
#sidebar_main.sidebar_home #sidebar_hover,
#sidebar_main.sidebar_no_hover #sidebar_hover {
  opacity: 1;
  display: block;
}
#sidebar_main .sidebar_policies_container h2 a {
  background: #263b6e;
  display: block;
  padding-left: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 18px;
  color: #fff;
  font-size: 17px;
  line-height: 20.4px;
  font-weight: 500;
  text-transform: uppercase;
}
#sidebar_main .sidebar_policies_container .relative_content_menu .block-menu > .menu > li:not(.active-trail) {
  display: block;
}
#sidebar_main .sidebar_policies_container .no_link {
  pointer-events: none;
}
#open_menu {
  width: 105px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 550;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #B4B4B4;
  background-color: #F0F0F0;
}
#open_menu:hover {
  background: #ffffff;
}
#open_menu:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
#open_menu i {
  width: 17px;
  height: 12px;
  background-position: -20px -35px;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (min-width: 1221px) {
  #open_menu.active {
    opacity: 1;
  }
  #sidebar_main.sticky_fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 285px;
    border-right: solid 1px #adadad;
  }
  #sidebar_main.sticky_fixed .sidebar_content {
    display: none;
  }
}
.dev_purpose {
  background: #cccccc;
  margin-top: 100px;
}
.adminimal-menu #sidebar_main {
  top: 29px;
}
.page-node-type-page-nav #sidebar_main .relative_content_menu .block-menu,
.page-node-type-page-landing #sidebar_main .relative_content_menu .block-menu,
.page-node-type-page-simple #sidebar_main .relative_content_menu .block-menu,
.page-node-type-page-nav #sidebar_main .relative_content_menu .block-menu > .menu > li > a,
.page-node-type-page-landing #sidebar_main .relative_content_menu .block-menu > .menu > li > a,
.page-node-type-page-simple #sidebar_main .relative_content_menu .block-menu > .menu > li > a {
  background: transparent;
}
.page-node-type-page-nav #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu,
.page-node-type-page-landing #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu,
.page-node-type-page-simple #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu {
  background-color: transparent;
}
.page-node-type-page-nav #sidebar_main .relative_content_menu .block-menu > .menu > li:hover .expend-sub-menu,
.page-node-type-page-landing #sidebar_main .relative_content_menu .block-menu > .menu > li:hover .expend-sub-menu,
.page-node-type-page-simple #sidebar_main .relative_content_menu .block-menu > .menu > li:hover .expend-sub-menu {
  background-color: #fff;
}
.page-node-type-page-nav #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:hover,
.page-node-type-page-landing #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:hover,
.page-node-type-page-simple #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu:hover,
.page-node-type-page-nav #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu.active,
.page-node-type-page-landing #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu.active,
.page-node-type-page-simple #sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu.active {
  background: #263b6e;
}
.page-node-type-event-article #sidebar_main,
.page-node-type-news-article #sidebar_main {
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
}
.sidebar_sticky_left#sidebar_main #sidebar_hover {
  box-shadow: none !important;
}
.sidebar_push_left#sidebar_main .relative_content_menu .block-menu,
.sidebar_push_left#sidebar_main .relative_content_menu .block-menu > .menu > li > a,
.sidebar_push_left#sidebar_main .relative_content_menu .block-menu > .menu > li .expend-sub-menu {
  /*background: none; */
}
#sidebar_main:not(.sidebar_sticky_left) .relative_content_menu .block-menu > .menu > li > .menu.active {
  border-top: solid 1px #adadad;
}
#sidebar_main:not(.sidebar_sticky_left) .relative_content_menu .block-menu > .menu > li {
  border-bottom: solid 1px #adadad;
}
#footer_dev {
  text-align: right;
  color: #263b6e;
  padding: 10px 0px;
}
@media screen and (max-width: 700px) {
  #page_footer.full_container {
    padding: 0 !important;
  }
}
#page_footer.align-bg-center #footer_wrapper {
  background-position: center center;
}
.page_wrapper_no_full_width #footer_wrapper:before {
  display: none;
}
#footer_wrapper {
  margin-top: 100px;
  padding-top: 43px;
  padding-bottom: 21px;
  position: relative;
  background: url(/themes/custom/aup_2020/img/bg-footer.png) center bottom no-repeat #ffffff;
  background-repeat: no-repeat;
  -webkit-background-size: auto 156px;
  background-size: auto 156px;
}
#footer_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 300px;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
#footer_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 300px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
#footer_wrapper .container {
  position: relative;
  z-index: 500;
}
#footer_wrapper #block-socialmenufooter {
  margin-bottom: 21px;
}
#footer_wrapper #block-socialmenufooter ul.menu {
  text-align: center;
}
#footer_wrapper #block-socialmenufooter ul.menu:before,
#footer_wrapper #block-socialmenufooter ul.menu:after {
  content: " ";
  display: table;
}
#footer_wrapper #block-socialmenufooter ul.menu:after {
  clear: both;
}
#footer_wrapper #block-socialmenufooter ul.menu:before,
#footer_wrapper #block-socialmenufooter ul.menu:after {
  content: " ";
  display: table;
}
#footer_wrapper #block-socialmenufooter ul.menu:after {
  clear: both;
}
#footer_wrapper #block-socialmenufooter ul.menu > li {
  display: inline-block;
  vertical-align: top;
}
#footer_wrapper #block-socialmenufooter ul.menu > li:not(:last-child) {
  margin-right: 9px;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a {
  width: 23px;
  height: 23px;
  border-radius: 200px;
  border: solid 1px #9B9B9B;
  line-height: 21px;
  font-size: 0px;
  color: #9B9B9B;
  text-align: center;
  display: block;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a.all {
  font-size: 10px;
  font-weight: 800;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a:before {
  font-size: 13px;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a:hover {
  background: #263b6e;
  border-color: #263b6e;
  color: #fff;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a.fa-pinterest:before {
  margin-left: 1px;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a.fa-instagram:before {
  margin-left: 1px;
}
#footer_wrapper #block-socialmenufooter ul.menu > li > a.all {
  line-height: 23px;
}
#footer_wrapper #block-footer {
  margin-bottom: 32px;
}
@media screen and (max-width: 440px) {
  #footer_wrapper #block-footer {
    margin-bottom: 15px;
  }
}
#footer_wrapper #block-footer ul.menu {
  text-align: center;
}
#footer_wrapper #block-footer ul.menu li {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  #footer_wrapper #block-footer ul.menu li {
    margin-bottom: 15px;
  }
}
#footer_wrapper #block-footer ul.menu li:last-child {
  margin-right: 0;
}
#footer_wrapper #block-footer ul.menu li a {
  display: block;
  color: #263b6e;
  font-size: 12px;
}
#footer_wrapper .block_footer_copy {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  height: 10px;
  line-height: 10px;
}
#page_overlay {
  position: fixed;
  z-index: 400;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page_overlay.active {
  animation: fadeInFromNone 0.3s ease-out;
  opacity: 1;
  display: block;
}
#footer_bottom_link {
  width: 100%;
  border-top: solid 1px #9fa3b2;
  margin-top: 50px;
}
#footer_bottom_link:before,
#footer_bottom_link:after {
  content: " ";
  display: table;
}
#footer_bottom_link:after {
  clear: both;
}
#footer_bottom_link:before,
#footer_bottom_link:after {
  content: " ";
  display: table;
}
#footer_bottom_link:after {
  clear: both;
}
#footer_bottom_link > a {
  text-align: center;
  display: block;
  height: 90px;
}
#footer_bottom_link > a.two_button {
  float: left;
  width: 50%;
}
@media screen and (max-width: 700px) {
  #footer_bottom_link > a.two_button {
    width: 100%;
  }
  #footer_bottom_link > a.two_button.button_back {
    border-bottom: solid 1px #9fa3b2;
  }
  #footer_bottom_link > a.two_button.button_back:after {
    display: none;
  }
}
#footer_bottom_link > a.one_button {
  width: 100%;
}
#footer_bottom_link > a.one_button strong:after {
  content: " >";
}
#footer_bottom_link > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#footer_bottom_link > a .inside {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 90%;
}
#footer_bottom_link > a .inside small {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  font-style: italic;
  height: 10px;
  line-height: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#footer_bottom_link > a .inside strong {
  display: block;
  padding-left: 30px;
  color: #555555;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  height: 14px;
  line-height: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#footer_bottom_link > a .inside strong:after {
  content: ">";
  color: #fff;
  text-indent: 1px;
  float: right;
  margin-top: -2px;
  margin-left: 5px;
}
#footer_bottom_link > a.one_button strong:after {
  color: #555555;
}
#footer_bottom_link > a:hover {
  background: #273C68;
}
#footer_bottom_link > a:hover small,
#footer_bottom_link > a:hover strong {
  color: #fff !important;
}
#footer_bottom_link > a:hover small:after,
#footer_bottom_link > a:hover strong:after {
  color: #fff !important;
}
#footer_bottom_link > a.button_back.two_button {
  position: relative;
}
#footer_bottom_link > a.button_back.two_button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 27px;
  top: 33px;
  right: 0;
  background: #c8c8c8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
#footer_bottom_link:hover .button_back.two_button {
  position: relative;
}
#footer_bottom_link:hover .button_back.two_button:after {
  opacity: 0;
}
/* AJAX LOADER */
.throbber {
  display: none;
  /*  background-color: rgba(0,0,0,0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; 
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999999;


  &:after{
      content: '';
      position: absolute;
      width: 48px;
      height: 48px;
      border: solid 8px #fff;
      border-left-color: transparent;
      border-radius: 50%;
      top: 50%; 
      margin-top: -24px;
      left: 50%; 
      margin-left: -24px;
      animation: rotation 1s linear infinite;
  }*/
}
.widget_loader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #263b6e;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999999;
}
.widget_loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: solid 8px #263b6e;
  border-left-color: transparent;
  border-radius: 50%;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
#edit_bar:before,
#edit_bar:after {
  content: " ";
  display: table;
}
#edit_bar:after {
  clear: both;
}
#edit_bar:before,
#edit_bar:after {
  content: " ";
  display: table;
}
#edit_bar:after {
  clear: both;
}
div.workbench-info-block {
  background: #801c1b;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
}
div.workbench-info-block br {
  display: none;
}
div.workbench-info-block a {
  color: #fff;
  text-decoration: underline;
}
div.workbench-info-block em {
  margin-right: 30px;
}
div.workbench-info-block em:last-child {
  margin-right: 0;
}
div.workbench-info-block select {
  color: #000;
}
div.workbench-info-block .form-submit {
  border: none;
  background: #263b6e;
  color: #fff;
}
.pager-load-more > li a,
.widget_load_more {
  display: block;
  text-align: center;
  background: #263b6e;
  height: 40px;
  line-height: 46px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  cursor: pointer;
}
.pager-load-more > li a:hover,
.widget_load_more:hover {
  background: #801c1b;
}
body #page_wrapper .pager__items:not(.pager-load-more) {
  margin-top: 60px;
  position: relative;
  padding: 0px 70px;
  text-align: center;
}
body #page_wrapper .pager__items:not(.pager-load-more):before,
body #page_wrapper .pager__items:not(.pager-load-more):after {
  content: " ";
  display: table;
}
body #page_wrapper .pager__items:not(.pager-load-more):after {
  clear: both;
}
body #page_wrapper .pager__items:not(.pager-load-more):before,
body #page_wrapper .pager__items:not(.pager-load-more):after {
  content: " ";
  display: table;
}
body #page_wrapper .pager__items:not(.pager-load-more):after {
  clear: both;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--last,
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--first {
  display: none !important;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--next,
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--previous {
  position: absolute;
  top: 0;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--next a,
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--previous a {
  display: block;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #263b6e;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--next a:hover,
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--previous a:hover {
  color: #801c1b;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--next a:after,
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--previous a:after {
  content: '';
  position: absolute;
  top: 16px;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--previous {
  left: 0;
}
body #page_wrapper .pager__items:not(.pager-load-more) .pager__item--next {
  right: 0;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis {
  pointer-events: none;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:nth-child(9),
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:nth-child(8) {
  display: none;
}
@media screen and (max-width: 1340px) {
  body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:nth-child(7),
  body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1075px) {
  body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:nth-child(5),
  body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis {
    display: none !important;
  }
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item.is-active {
  margin-right: 0 !important;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item,
body #page_wrapper .pager__items:not(.pager-load-more) > li.is-active,
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:not(:last-child),
body #page_wrapper .pager__items:not(.pager-load-more) > li.is-active:not(:last-child),
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis:not(:last-child) {
  margin-right: 40px;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:hover:not(.is-active),
body #page_wrapper .pager__items:not(.pager-load-more) > li.is-active:hover:not(.is-active),
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis:hover:not(.is-active) {
  background: #801c1b;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item:hover:not(.is-active) a,
body #page_wrapper .pager__items:not(.pager-load-more) > li.is-active:hover:not(.is-active) a,
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis:hover:not(.is-active) a {
  color: #fff;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item a,
body #page_wrapper .pager__items:not(.pager-load-more) > li.is-active a,
body #page_wrapper .pager__items:not(.pager-load-more) > li.pager__item--ellipsis a {
  display: block;
  color: #000;
}
body #page_wrapper .pager__items:not(.pager-load-more) > li.is-active {
  color: #fff;
  background: #801c1b;
}
.block-flippy {
  margin-top: 35px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .block-flippy {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .block-flippy {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 600px) {
  .block-flippy {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 320px) {
  .block-flippy {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.block-flippy .block-flippy-container.fixed {
  position: absolute;
  top: 40%;
  width: 100%;
}
body #page_wrapper .flippy {
  display: inline-block;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
body #page_wrapper .flippy:before,
body #page_wrapper .flippy:after {
  content: " ";
  display: table;
}
body #page_wrapper .flippy:after {
  clear: both;
}
body #page_wrapper .flippy:before,
body #page_wrapper .flippy:after {
  content: " ";
  display: table;
}
body #page_wrapper .flippy:after {
  clear: both;
}
@media screen and (max-width: 1220px) {
  body #page_wrapper .flippy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  body #page_wrapper .flippy {
    width: 100%;
  }
}
body #page_wrapper .flippy li {
  float: left;
}
body #page_wrapper .flippy li.middle {
  margin: 0px 2px;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .flippy li.middle {
    width: 100%;
    margin: 0;
  }
}
body #page_wrapper .flippy li.next {
  float: right;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .flippy li.next {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  body #page_wrapper .flippy li.prev {
    width: 50%;
  }
  body #page_wrapper .flippy li.prev a {
    border-right: none;
  }
}
body #page_wrapper .flippy li a:not(.bg) {
  display: block;
  height: 60px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 63px;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 11px;
  color: #969696;
  width: 150px;
  position: relative;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .flippy li a:not(.bg) {
    border: solid 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 0px;
  }
}
body #page_wrapper .flippy li a:not(.bg):hover .hover {
  opacity: 1;
}
body #page_wrapper .flippy li a:not(.bg) .hover {
  background: #26437e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body #page_wrapper .flippy li a:not(.bg) .hover:before {
  content: "";
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
body #page_wrapper .flippy li a:not(.bg) .hover:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 35px;
  background-position: -83px -130px;
}
body #page_wrapper .flippy li a:not(.bg) .hover.Next:after {
  width: 13px;
  height: 35px;
  background-position: -99px -130px;
}
body #page_wrapper .flippy li a:not(.bg):hover {
  background: #26437e;
  color: #fff;
}
body #page_wrapper .flippy li a:not(.bg).link_all {
  letter-spacing: 0.5px;
  font-size: 22px;
  width: 400px;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .flippy li a:not(.bg).link_all {
    width: 100%;
    border-top: 0;
  }
}
input {
  padding: 0px;
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #fff;
  background: #e74c3c;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
@media screen and (max-width: 32em) {
  body {
    font-size: 75%;
  }
}
.slideshow_container {
  width: 100%;
  height: 100%;
}
.slideshow_container .slideshow {
  height: 100%;
}
.slideshow_container .slideshow li {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.slideshow_container .slideshow .owl-dots {
  left: 510px;
  bottom: 39px;
}
@media screen and (max-width: 1220px) {
  .slideshow_container .slideshow .owl-dots {
    left: 60px;
  }
}
@media screen and (max-width: 500px) {
  .slideshow_container .slideshow .owl-dots {
    left: 30px;
    bottom: 10px;
  }
}
.slideshow_container #slideshow li .caption {
  position: absolute;
  bottom: 0;
  left: 450px;
  padding-bottom: 69px;
  padding-top: 32px;
  padding-left: 60px;
  width: 730px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, rgba(28, 28, 28, 0.7) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(28, 28, 28, 0.7) 0%, transparent 100%);
  background-image: linear-gradient(to right, rgba(28, 28, 28, 0.7) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31c1c1c', endColorstr='#00000000', GradientType=1);
}
@media screen and (max-width: 1220px) {
  .slideshow_container #slideshow li .caption {
    left: 345px;
  }
}
@media screen and (max-width: 865px) {
  .slideshow_container #slideshow li .caption {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .slideshow_container #slideshow li .caption {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.slideshow_container #slideshow li .caption:before {
  content: "";
  width: 450px;
  height: 100%;
  bottom: 0;
  left: -450px;
  position: absolute;
  background: rgba(28, 28, 28, 0.8);
}
@media screen and (max-width: 1220px) {
  .slideshow_container #slideshow li .caption:before {
    display: none;
  }
}
.slideshow_container #slideshow li .caption h4 {
  margin-left: -20px;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 11px;
}
@media screen and (max-width: 500px) {
  .slideshow_container #slideshow li .caption h4 {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.slideshow_container #slideshow li .caption h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 22px;
  text-transform: uppercase;
  height: 26px;
}
@media screen and (max-width: 1220px) {
  .slideshow_container #slideshow li .caption h2 {
    font-size: 30px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .slideshow_container #slideshow li .caption h2 {
    font-size: 27px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 400px) {
  .slideshow_container #slideshow li .caption h2 {
    font-size: 23px;
  }
}
.slideshow_container #slideshow li .caption p {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  max-width: 100%;
  width: 390px;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .slideshow_container #slideshow li .caption p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.slideshow_container #slideshow li .caption a.link {
  display: inline-block;
  height: 35px;
  line-height: 40px;
  background: #263b6e;
  padding: 0px 20px;
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.slideshow_container #slideshow li .caption a.link:hover {
  background: #801c1b;
}
.slideshow_container #slideshow2 .skippr-nav-container {
  display: none;
}
.slideshow_container #slideshow2 .skippr-nav-item {
  display: none;
}
.slideshow_container #slideshow2 .caption_container {
  width: 100%;
  text-align: center;
  padding-left: 450px;
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media screen and (max-width: 1220px) {
  .slideshow_container #slideshow2 .caption_container {
    padding-left: 340px;
  }
}
@media screen and (max-width: 866px) {
  .slideshow_container #slideshow2 .caption_container {
    padding-left: 0;
    bottom: 0;
  }
}
.slideshow_container #slideshow2 .caption_container .caption {
  padding: 0px 80px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  max-width: 90%;
}
@media screen and (max-width: 866px) {
  .slideshow_container #slideshow2 .caption_container .caption {
    max-width: 100%;
    border-radius: 0px;
    width: 100%;
    display: block;
    height: auto;
    line-height: initial;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 720px) {
  .slideshow_container #slideshow2 .caption_container .caption {
    height: auto;
    line-height: 20px;
  }
}
.slideshow_container #slideshow2 .caption_container .caption .owl-prev,
.slideshow_container #slideshow2 .caption_container .caption .owl-next {
  display: block;
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 15px;
  height: 15px;
  transform-origin: center center;
  -webkit-transform-origin: top left;
  cursor: pointer;
  font-size: 0;
}
.slideshow_container #slideshow2 .caption_container .caption .owl-prev.owl-prev,
.slideshow_container #slideshow2 .caption_container .caption .owl-next.owl-prev {
  left: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
}
.slideshow_container #slideshow2 .caption_container .caption .owl-prev.owl-next,
.slideshow_container #slideshow2 .caption_container .caption .owl-next.owl-next {
  right: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
}
.slideshow_container #slideshow2 .caption_container .caption .owl-prev:hover,
.slideshow_container #slideshow2 .caption_container .caption .owl-next:hover {
  border-color: #133fad;
}
.slideshow_container #slideshow2 .caption_container .caption p {
  color: #555555;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 866px) {
  .slideshow_container #slideshow2 .caption_container .caption p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slideshow_container #slideshow2 .caption_container .caption p:before,
  .slideshow_container #slideshow2 .caption_container .caption p:after {
    display: none;
  }
}
.slideshow_container #slideshow2 .caption_container .caption p:before {
  content: "|";
  margin-right: 50px;
}
.slideshow_container #slideshow2 .caption_container .caption p:after {
  content: "|";
  margin-left: 50px;
}
.rs-tabs dt,
.rs-tabs-placeholder dt {
  cursor: pointer;
  text-transform: uppercase;
}
.rs-tabs dt span,
.rs-tabs-placeholder dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #d4d8e2;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rs-tabs dt span i,
.rs-tabs-placeholder dt span i {
  display: block;
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rs-tabs dt:hover:not(.active) span i.fa-twitter,
.rs-tabs-placeholder dt:hover:not(.active) span i.fa-twitter {
  color: #00aced;
}
.rs-tabs dt:hover:not(.active) span i.fa-facebook,
.rs-tabs-placeholder dt:hover:not(.active) span i.fa-facebook {
  color: #3b5998;
}
.rs-tabs dt.active span,
.rs-tabs-placeholder dt.active span {
  background: #26437e;
}
.rs-tabs .active + dd,
.rs-tabs-placeholder .active + dd {
  display: block;
}
.rs-tabs dd,
.rs-tabs-placeholder dd {
  display: none;
  padding: 48px;
}
.rs-tabs.tab-num-1 dt,
.rs-tabs-placeholder.tab-num-1 dt {
  width: 100%;
  border-width: 0px;
}
.rs-tabs.tab-num-2 dt,
.rs-tabs-placeholder.tab-num-2 dt {
  width: 50%;
  border-width: 10px;
}
.rs-tabs.tab-num-2 dt:first-of-type,
.rs-tabs-placeholder.tab-num-2 dt:first-of-type {
  border-right: solid 3px #fff;
}
.rs-tabs.tab-num-2 dt:last-of-type,
.rs-tabs-placeholder.tab-num-2 dt:last-of-type {
  border-left: solid 3px #fff;
}
.rs-tabs.tab-num-3 dt,
.rs-tabs-placeholder.tab-num-3 dt {
  width: 33.333%;
  border-width: 6px;
}
.rs-tabs dt {
  float: left;
}
.rs-tabs .active + dd {
  display: none;
}
.rs-tabs-placeholder {
  clear: both;
  display: block;
  border-top: solid 1px #cccccc;
}
.rs-tabs-placeholder ul > li {
  padding-top: 20px;
  position: relative;
}
.rs-tabs-placeholder ul > li:not(:last-child) {
  padding-bottom: 20px;
}
.rs-tabs-placeholder ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.rs-tabs-placeholder ul > li p {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 0;
}
.rs-tabs-placeholder ul > li p a {
  color: #3a4f96;
}
.rs-tabs-placeholder ul > li p a:hover {
  color: #801c1b;
}
.rs-tabs-placeholder ul > li .time_ago {
  display: block;
  margin-top: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.rs-tabs-placeholder .view_more {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 13px;
  color: #3a4f96;
}
.rs-tabs-placeholder .view_more:hover {
  color: #801c1b;
}
.bg-color-black {
  background: #321d1c;
}
.bg-color-grey {
  background: #555555;
}
.bg-color-red {
  background: #811d1c;
}
.bg-color-blue {
  background: #263b6e;
}
.bg-color-purple {
  background: #77294b;
}
.bg-color- {
  background: #263b6e;
}
.bg-color-greyLight {
  color: #484848 !important;
  background: #F2F2F2;
}
.share_block {
  margin-top: 15px;
}
.share_block ul:before,
.share_block ul:after {
  content: " ";
  display: table;
}
.share_block ul:after {
  clear: both;
}
.share_block ul:before,
.share_block ul:after {
  content: " ";
  display: table;
}
.share_block ul:after {
  clear: both;
}
.share_block ul > li {
  float: left;
}
.share_block ul > li a {
  display: flex;
  width: 43px;
  height: 43px;
  background: #263b6e;
  align-items: center;
  justify-content: center;
}
.share_block ul > li a:hover {
  background: #d9a226 !important;
}
.share_block ul > li a:before {
  color: #fff;
  font-size: 18px;
  display: block;
}
.share_block ul > li a.fa-facebook {
  background: #3b5998;
}
.share_block ul > li a.fa-twitter {
  background: #00aced;
}
.share_block ul > li a.fa-pinterest {
  background: #cb1f27;
}
.share_block ul > li a.fa-google {
  background: #dd4b39;
}
.share_block ul > li a.fa-envelope {
  background: #aaaaaa;
}
*[data-img] {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
*[data-img].show-img {
  opacity: 1;
}
.hamburger-icon {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
  outline: none;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 1219px) {
  .hamburger-icon {
    display: block;
  }
}
.hamburger-icon span {
  display: block;
  position: relative;
  width: 40px;
  height: 2px;
  margin: 0px auto;
  background: #263b6e;
  transition: background 0s 0.3s;
  margin-top: 14px;
}
.hamburger-icon span:before,
.hamburger-icon span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #263b6e;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.hamburger-icon span:before {
  top: -10px;
  transition-property: top, transform;
}
.hamburger-icon span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}
.hamburger-icon.is-active span {
  background: none;
}
.hamburger-icon.is-active span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
  background-color: #263b6e;
}
.hamburger-icon.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
  background-color: #263b6e;
}
/* Profile */
.user-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.user-grid > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .user-grid > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1220px) {
  .user-grid > li {
    float: left;
    width: 25%;
  }
}
.user-grid > li:nth-child(4n+1) {
  clear: both;
}
.user-profile-teaser {
  background: #f4f4f4;
}
.user-profile-teaser:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.user-profile-teaser .img {
  overflow: hidden;
}
.user-profile-teaser .img img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.user-profile-teaser .detail {
  padding: 15px;
}
.user-profile-teaser .detail h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 24px;
}
.user-profile-teaser .detail h3 a:hover {
  color: #801c1b;
}
.user-profile-teaser .detail h4 {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 15px;
  line-height: 18px;
  margin-top: 5px;
}
.user-profile-teaser .detail .item-list {
  text-align: center;
}
.user-profile-teaser .detail .item-list li:not(:last-child) {
  margin-bottom: 5px;
}
.user-profile-teaser .detail .infos {
  margin-top: 15px;
}
.user-profile-teaser .detail .infos > li {
  line-height: 19px;
  text-align: center;
  font-size: 14px;
}
.user-profile-teaser .detail .infos > li:not(:last-child) {
  margin-bottom: 10px;
}
.user-profile-teaser .detail .infos > li span {
  font-weight: bold;
}
.user-profile-teaser .detail .infos > li.rs {
  font-size: 0;
  text-align: center;
}
.user-profile-teaser .detail .infos > li.rs a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.user-profile-teaser .detail .infos > li.rs a:not(:last-child) {
  margin-right: 7px;
}
.user-profile-teaser .detail .infos > li.rs a img {
  display: block;
  width: 100%;
  height: auto;
}
.page-academics-faculty #block-system-main .view-filters {
  margin-bottom: 30px;
  padding: 15px 25px;
  background: #263b6e;
  padding-bottom: 30px;
}
.page-academics-faculty #block-system-main .view-filters form {
  background: none;
  padding: 0;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget {
  display: inline-block;
  vertical-align: middle;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget label {
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 33px;
  letter-spacing: 1px;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget input,
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget select {
  height: 30px;
  text-indent: 10px;
  border: none;
  width: 100%;
  border-radius: 0px;
  background: #fff;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget:not(.views-submit-button) {
  width: 27%;
  margin-right: 1%;
}
@media screen and (max-width: 700px) {
  .page-academics-faculty #block-system-main .view-filters .views-exposed-widget:not(.views-submit-button) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button {
  width: 14%;
  margin-top: 32px;
}
@media screen and (max-width: 700px) {
  .page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button {
    width: 100%;
  }
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button input {
  height: 30px;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  background: #801c1b;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  border: none;
  padding: 0px;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button input:hover {
  background: #fff;
  color: #801c1b;
}
.node--type-faculty .img,
.user-profile .img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1220px) {
  .node--type-faculty .img,
  .user-profile .img {
    float: left;
    width: 41.66666667%;
  }
}
.node--type-faculty .img img,
.user-profile .img img {
  display: block;
  width: 100%;
  height: auto;
}
.node--type-faculty .detail,
.user-profile .detail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1220px) {
  .node--type-faculty .detail,
  .user-profile .detail {
    float: left;
    width: 58.33333333%;
  }
}
.node--type-faculty .detail h2,
.user-profile .detail h2 {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 26px;
}
.node--type-faculty .detail h2 a:hover,
.user-profile .detail h2 a:hover {
  color: #801c1b;
}
.node--type-faculty .detail h3,
.user-profile .detail h3 {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  line-height: 20px;
  margin-top: 5px;
}
.node--type-faculty .detail .infos,
.user-profile .detail .infos {
  margin-top: 15px;
}
.node--type-faculty .detail .infos > li,
.user-profile .detail .infos > li {
  line-height: 19px;
  padding-left: 0;
  font-size: 16px;
}
.node--type-faculty .detail .infos > li:before,
.user-profile .detail .infos > li:before {
  display: none;
}
.node--type-faculty .detail .infos > li:not(:last-child),
.user-profile .detail .infos > li:not(:last-child) {
  margin-bottom: 10px;
}
.node--type-faculty .detail .infos > li span,
.user-profile .detail .infos > li span {
  font-weight: bold;
}
.node--type-faculty .detail .infos > li.rs,
.user-profile .detail .infos > li.rs {
  font-size: 0;
}
.node--type-faculty .detail .infos > li.rs a,
.user-profile .detail .infos > li.rs a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.node--type-faculty .detail .infos > li.rs a:not(:last-child),
.user-profile .detail .infos > li.rs a:not(:last-child) {
  margin-right: 7px;
}
.node--type-faculty .detail .infos > li.rs a img,
.user-profile .detail .infos > li.rs a img {
  display: block;
  width: 100%;
  height: auto;
}
.node--type-faculty .faculty_content,
.user-profile .faculty_content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #f4f4f4;
}
.user-profile .img {
  text-align: center;
}
.user-profile .img img {
  display: inline;
  max-width: 200px;
}
span.ok {
  color: #64bf6c;
}
span.warning {
  color: #e4ab21;
}
span.error {
  color: #801c1b;
}
.department-thumb-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.department-thumb-list > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .department-thumb-list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .department-thumb-list > li {
    float: left;
    width: 33.33333333%;
  }
}
.profile {
  margin: 0;
}
.profile dt,
.profile dd {
  margin: 0 0 0.5em 0;
  width: 50%;
  float: left;
}
.profile dt {
  clear: both;
}
/* Qtip */
.qtip-link,
.qtip-additional-element {
  border-bottom: 1px dashed #888;
  cursor: default;
  color: #1f1d1d;
  display: inline;
}
#sliding-popup .popup-content #popup-buttons button {
  font-weight: 600;
  color: #263b6e;
  font-size: 12px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 3px;
  text-shadow: none;
  font-family: 'Josefin Sans', sans-serif;
}
#sliding-popup .popup-content #popup-buttons button :hover {
  background-color: #dfdfdf;
}
#sliding-popup .popup-content #popup-text h2 {
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
#sliding-popup .popup-content #popup-text p {
  font-size: 12px;
}
.related-thumb-list {
  text-align: center;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.related-thumb-list > li {
  display: inline-block;
  width: 290px;
  margin-right: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.related-thumb-list > li:last-child {
  margin-right: 0;
}
.related_block .related_block_title {
  width: 100%;
  margin-bottom: 43px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d4d8e2;
}
.related_block .related_block_title h3 {
  font-size: 16px;
  color: #6F6F6F;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.view-content .item-list ol li,
.view-content .item-list ul li {
  margin-bottom: 3em !important;
}
/* STRUCTURE FOR PAGES WITH STICKY LEFT SIDEBAR */
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#page_wrapper {
  min-height: 100%;
}
#page_wrapper.page_wrapper_no_full_width {
  padding-left: 285px;
}
@media screen and (max-width: 960px) {
  #page_wrapper.page_wrapper_no_full_width {
    padding-left: 0;
    /*
	#top_bar{
		margin-top: 63px;
		padding: 20px 15px;
	}*/
    /* risky */
  }
  #page_wrapper.page_wrapper_no_full_width #sidebar_header_responsive {
    display: block;
  }
  #page_wrapper.page_wrapper_no_full_width #sidebar_main {
    background: #fff;
    left: -345px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    margin-left: 0;
    z-index: 1000;
  }
  #page_wrapper.page_wrapper_no_full_width.active_sidebar #sidebar_overlay {
    width: 100%;
    opacity: 1;
  }
  #page_wrapper.page_wrapper_no_full_width.active_sidebar #sidebar_main {
    top: 0 !important;
    left: 0 !important;
  }
  #page_wrapper.page_wrapper_no_full_width #anchor_link {
    display: none;
  }
  #page_wrapper.page_wrapper_no_full_width #page_banner_landing {
    position: static;
  }
}
#page_wrapper.page_wrapper_no_full_width #page #page_content {
  margin-top: 90px;
  position: relative;
}
#page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content {
  width: 235px;
  position: absolute;
  right: 0;
  top: 0;
  /*  < 700px */
  /*  < 700px */
}
@media screen and (max-width: 1350px) {
  #page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content {
    position: relative;
    width: 775px;
    margin: 0px auto;
  }
  #page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content > .content {
    width: 235px;
  }
}
@media screen and (max-width: 1075px) {
  #page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content {
    width: 620px;
  }
}
@media screen and (max-width: 700px) {
  #page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content {
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #page_wrapper.page_wrapper_no_full_width #page #page_content #sidebar_content {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
  }
}
#page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container {
  padding-right: 235px;
  /* MAIN SIDEBAR HIDDEN */
  /*  < 1075px */
}
@media screen and (min-width: 1461px) {
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container.widget_full_container {
    padding-right: 140px;
  }
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container .container {
    width: 775px;
  }
}
@media screen and (max-width: 1350px) {
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container {
    padding-right: 0;
  }
}
@media screen and (max-width: 1220px) and (min-width: 1076px) {
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container .container {
    width: 775px;
  }
}
@media screen and (max-width: 1460px) and (min-width: 1221px) {
  #page_wrapper.page_wrapper_no_full_width.has_sidebar_right .full_container .container {
    width: 775px;
  }
}
#page_wrapper.page_wrapper_no_full_width .full_container {
  width: 100%;
  /*  > 1075px */
  /* MAIN SIDEBAR HIDDEN */
  /*  < 1075px */
  /* MAIN SIDEBAR HIDDEN */
  /*  < 865px */
  /*  < 700px */
  /*  < 700px */
  /*  < 700px */
}
#page_wrapper.page_wrapper_no_full_width .full_container .container {
  margin: 0px auto;
}
@media screen and (min-width: 1461px) {
  #page_wrapper.page_wrapper_no_full_width .full_container.large .container {
    width: 1140px;
  }
}
@media screen and (min-width: 1461px) {
  #page_wrapper.page_wrapper_no_full_width .full_container.widget_full_container {
    padding-right: 140px;
  }
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 850px;
  }
}
@media screen and (max-width: 1220px) and (min-width: 1076px) {
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 850px;
  }
}
@media screen and (max-width: 1460px) and (min-width: 1221px) {
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 850px;
  }
}
@media screen and (max-width: 1340px) and (min-width: 1221px) {
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 775px;
  }
}
@media screen and (max-width: 1075px) and (min-width: 920px) {
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    margin: 0px auto;
    width: 620px;
  }
}
@media screen and (max-width: 921px) and (min-width: 701px) {
  #page_wrapper.page_wrapper_no_full_width .full_container {
    width: 100%;
    padding-right: 0;
  }
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 620px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 700px) and (min-width: 601px) {
  #page_wrapper.page_wrapper_no_full_width .full_container {
    padding-left: 60px;
    padding-right: 60px !important;
  }
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) and (min-width: 321px) {
  #page_wrapper.page_wrapper_no_full_width .full_container {
    padding-left: 22px;
    padding-right: 22px !important;
  }
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #page_wrapper.page_wrapper_no_full_width .full_container {
    padding-left: 17px;
    padding-right: 17px !important;
  }
  #page_wrapper.page_wrapper_no_full_width .full_container .container {
    width: 100%;
  }
}
.content-centering {
  width: 775px;
  margin: 0px auto;
}
@media screen and (max-width: 1075px) and (min-width: 701px) {
  .content-centering {
    width: 620px;
  }
}
@media screen and (max-width: 700px) and (min-width: 601px) {
  .content-centering {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 600px) {
  .content-centering {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/* STRUCTURE FOR PAGES WITH HIDDEN LEFT SIDEBAR -> FULL WIDTH CONTENT */
#page_wrapper.page_wrapper_full_width_no_sidebar_sepcial {
  padding-left: 0 !important;
}
#page_wrapper.page_wrapper_full_width_no_sidebar_sepcial #page_footer {
  left: 0 !important;
}
#page_wrapper.page_wrapper_full_width #sidebar_main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105px;
  border-right: 0;
}
#page_wrapper.page_wrapper_full_width,
#page_wrapper.page_wrapper_full_width_no_sidebar {
  height: 100%;
}
@media screen and (max-width: 1220px) {
  #page_wrapper.page_wrapper_full_width:not(.no_content),
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content) {
    /*
	#top_bar{
		margin-top: 63px;
		padding: 20px 15px;
	}*/
    /* risky */
  }
  #page_wrapper.page_wrapper_full_width:not(.no_content) #sidebar_header_responsive,
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content) #sidebar_header_responsive {
    display: block;
  }
  #page_wrapper.page_wrapper_full_width:not(.no_content) #sidebar_main,
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content) #sidebar_main {
    background: #fff;
    left: -345px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    margin-left: 0;
    z-index: 1000;
  }
  #page_wrapper.page_wrapper_full_width:not(.no_content).active_sidebar #sidebar_overlay,
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content).active_sidebar #sidebar_overlay {
    width: 100%;
    opacity: 1;
  }
  #page_wrapper.page_wrapper_full_width:not(.no_content).active_sidebar #sidebar_main,
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content).active_sidebar #sidebar_main {
    top: 0 !important;
    left: 0 !important;
  }
  #page_wrapper.page_wrapper_full_width:not(.no_content) #anchor_link,
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content) #anchor_link {
    display: none;
  }
  #page_wrapper.page_wrapper_full_width:not(.no_content) #page_banner_landing,
  #page_wrapper.page_wrapper_full_width_no_sidebar:not(.no_content) #page_banner_landing {
    position: static;
  }
}
@media screen and (max-width: 865px) {
  #page_wrapper.page_wrapper_full_width.no_content,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content {
    /*
	#top_bar{
		margin-top: 63px;
		padding: 20px 15px;
	}*/
    /* risky */
  }
  #page_wrapper.page_wrapper_full_width.no_content #sidebar_header_responsive,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content #sidebar_header_responsive {
    display: block;
  }
  #page_wrapper.page_wrapper_full_width.no_content #sidebar_main,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content #sidebar_main {
    background: #fff;
    left: -345px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    margin-left: 0;
    z-index: 1000;
  }
  #page_wrapper.page_wrapper_full_width.no_content.active_sidebar #sidebar_overlay,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content.active_sidebar #sidebar_overlay {
    width: 100%;
    opacity: 1;
  }
  #page_wrapper.page_wrapper_full_width.no_content.active_sidebar #sidebar_main,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content.active_sidebar #sidebar_main {
    top: 0 !important;
    left: 0 !important;
  }
  #page_wrapper.page_wrapper_full_width.no_content #anchor_link,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content #anchor_link {
    display: none;
  }
  #page_wrapper.page_wrapper_full_width.no_content #page_banner_landing,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content #page_banner_landing {
    position: static;
  }
}
@media screen and (max-width: 960px) {
  #page_wrapper.page_wrapper_full_width.no_content #page_banner_landing #sidebar_main,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content #page_banner_landing #sidebar_main {
    left: 0;
  }
}
@media screen and (max-width: 865px) {
  #page_wrapper.page_wrapper_full_width.no_content #page_banner_landing,
  #page_wrapper.page_wrapper_full_width_no_sidebar.no_content #page_banner_landing {
    height: 55%;
    min-height: 280px;
  }
}
#page_wrapper.page_wrapper_full_width #page,
#page_wrapper.page_wrapper_full_width_no_sidebar #page {
  height: 100%;
}
#page_wrapper.page_wrapper_full_width #page_content,
#page_wrapper.page_wrapper_full_width_no_sidebar #page_content {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1220px) {
  #page_wrapper.page_wrapper_full_width #page_content,
  #page_wrapper.page_wrapper_full_width_no_sidebar #page_content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  #page_wrapper.page_wrapper_full_width #page_content,
  #page_wrapper.page_wrapper_full_width_no_sidebar #page_content {
    margin-top: 65px;
  }
}
@media screen and (max-width: 700px) {
  #page_wrapper.page_wrapper_full_width #page_content,
  #page_wrapper.page_wrapper_full_width_no_sidebar #page_content {
    margin-top: 40px;
  }
}
#page_wrapper.page_wrapper_full_width .full_container,
#page_wrapper.page_wrapper_full_width_no_sidebar .full_container {
  width: 100%;
}
#page_wrapper.page_wrapper_full_width .full_container .container,
#page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
  width: 1100px;
  margin: 0px auto;
}
@media screen and (max-width: 1300px) and (min-width: 1101px) {
  #page_wrapper.page_wrapper_full_width .full_container .container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
    width: 950px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 960px) {
  #page_wrapper.page_wrapper_full_width .full_container .container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
    width: 875px;
  }
}
@media screen and (max-width: 961px) and (min-width: 721px) {
  #page_wrapper.page_wrapper_full_width .full_container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container {
    width: 100%;
  }
  #page_wrapper.page_wrapper_full_width .full_container .container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
    width: 640px;
  }
}
@media screen and (max-width: 720px) and (min-width: 601px) {
  #page_wrapper.page_wrapper_full_width .full_container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page_wrapper.page_wrapper_full_width .full_container .container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) and (min-width: 321px) {
  #page_wrapper.page_wrapper_full_width .full_container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container {
    padding-left: 22px;
    padding-right: 22px;
  }
  #page_wrapper.page_wrapper_full_width .full_container .container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #page_wrapper.page_wrapper_full_width .full_container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container {
    padding-left: 17px;
    padding-right: 17px;
  }
  #page_wrapper.page_wrapper_full_width .full_container .container,
  #page_wrapper.page_wrapper_full_width_no_sidebar .full_container .container {
    width: 100%;
  }
}
.widget_full_container .full_container {
  padding: 0 !important;
  padding-right: 0 !important;
}
#page_wrapper .widget_full_container .full_container {
  padding: 0 !important;
  padding-right: 0 !important;
}
.node-type-page-landing .no_content .ribbon_title_mobile {
  display: none !important;
}
/* HEADERS */
#page_content.content_template {
  margin-top: 0 !important;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content {
  width: 1050px;
  margin: -130px auto 65px auto;
  background: #fff;
  position: relative;
  min-height: 130px;
  padding-top: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1330px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content {
    background: rgba(255, 255, 255, 0.95);
    margin-top: -196px;
  }
}
@media screen and (max-width: 1220px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content {
    margin-top: 0;
    width: 100%;
  }
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon {
  text-transform: uppercase;
  display: block;
  height: 36px;
  line-height: 39px;
  background: #263b6e;
  margin-bottom: 33px;
  padding-left: 35px;
  padding-right: 50px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1220px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon {
    margin-left: -60px;
  }
}
@media screen and (max-width: 600px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon {
    margin-left: -22px;
  }
}
@media screen and (max-width: 320px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon {
    margin-left: -17px;
  }
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-event {
  background: #263b6e;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-event:after {
  border-color: transparent transparent transparent #263b6e;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-event.study_trips {
  background: #801c1b;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-event.study_trips:after {
  border-color: transparent transparent transparent #801c1b;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-event.casual_excursions {
  background: #586173;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-event.casual_excursions:after {
  border-color: transparent transparent transparent #586173;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-excursion {
  background: #4f5562;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-excursion:after {
  border-color: transparent transparent transparent #4f5562;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-speaker,
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-news.Speakers {
  background: #77294b;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-speaker:after,
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-news.Speakers:after {
  border-color: transparent transparent transparent #77294b;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-red {
  background: #801c1b;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-red:after {
  border-color: transparent transparent transparent #801c1b;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-blue {
  background: #263b6e;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-blue:after {
  border-color: transparent transparent transparent #263b6e;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-grey {
  background: #505562;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-grey:after {
  border-color: transparent transparent transparent #505562;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-black {
  background: #321d1c;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon.color-black:after {
  border-color: transparent transparent transparent #321d1c;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after {
  content: "";
  position: absolute;
  right: -45px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 0 45px;
  border-color: transparent transparent transparent #263b6e;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content h1 {
  text-transform: uppercase;
  font-size: 55px;
  color: #666666;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 3px;
  font-weight: 600;
}
@media screen and (max-width: 1220px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 792px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content h1 {
    font-size: 30px;
  }
}
#page_wrapper.page_wrapper_no_full_width #header_page_content h2 {
  letter-spacing: 1px;
  font-size: 15px;
  color: #6f6f6f;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1220px) {
  #page_wrapper.page_wrapper_no_full_width #header_page_content h2 {
    margin-top: 10px;
    margin-bottom: 1px;
  }
}
#page_wrapper.page_wrapper_no_full_width #header_page_content h2 a {
  color: #b4b4b4;
  display: inline-block;
  vertical-align: middle;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content h2 a:hover {
  color: #133fad;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content h2 .sep {
  margin: 0px 15px;
  display: inline-block;
  vertical-align: middle;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content h2 .sep:last-child {
  display: none;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #B4B4B4;
  margin-right: 25px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul {
  display: inline-block;
  vertical-align: middle;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul:before,
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul:after {
  content: " ";
  display: table;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul:after {
  clear: both;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul:before,
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul:after {
  content: " ";
  display: table;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul:after {
  clear: both;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul li {
  float: left;
  margin-right: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul li a {
  display: block;
  padding: 0px 15px;
  height: 25px;
  line-height: 27px;
  background: #F2F2F2;
  color: #6F6F6F;
  font-size: 15px;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul li a:hover {
  color: #fff;
  background: #263b6e;
}
#page_wrapper.page_wrapper_no_full_width #header_page_content .related_majors ul li:last-child {
  margin-right: 0;
}
.event_header_part {
  margin-top: 25px;
  font-size: 15px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.event_header_part .address {
  font-weight: 500;
  line-height: 30px;
}
.event_header_part .date {
  clear: both;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1220px) {
  .event_header_part .date {
    margin-top: 0;
    margin-bottom: -7px;
  }
}
.event_header_part .date p {
  display: inline-block;
  margin: 0px 12px;
}
/* WIDGETS */
.widget_row {
  margin-bottom: 80px;
}
.widget_row:last-child {
  margin-bottom: 0px;
}
.widget_content > div > div {
  margin-bottom: 50px;
}
.widget_content > div > div:last-child {
  margin-bottom: 0;
}
.widget_content a[name],
.widget_content a[id] {
  display: block;
  width: 100%;
  height: 20px;
  position: relative;
}
.widget_centered.bg-style-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.widget_centered.bg-style-image .container {
  position: relative;
}
.widget_centered.bg-style-image .eye {
  width: 23px;
  height: 14px;
  background-position: -27px -164px;
  position: absolute;
  top: 10px;
  right: -40px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .widget_centered.bg-style-image .eye {
    right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .widget_centered.bg-style-image .eye:hover {
    width: 23px;
    height: 14px;
    background-position: -52px -164px;
    opacity: 1;
  }
}
.widget_centered.bg-style-image .img-caption {
  position: absolute;
  max-width: 100%;
  width: 575px;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: linear-gradient(to right, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b31c1c1c', GradientType=1);
  padding-top: 12px;
  padding-bottom: 15px;
  text-align: right;
  bottom: 0;
  right: 0;
  padding-right: 25px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.widget_centered.bg-style-image .img-caption.show {
  opacity: 1;
}
.widget_centered.bg-style-image .img-caption:before {
  content: "PHOTO";
  font-style: italic;
  display: block;
  text-align: right;
  margin-right: -10px;
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.widget_centered.bg-style-image .img-caption p {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
.widget_centered.bg-style-color {
  background-image: none !important;
}
.widget_centered.bg-style-pattern {
  background-position: center center;
  background-repeat: repeat;
}
.widget_centered.bg-style-none {
  background: none !important;
}
.widget_centered.bg-style-color,
.widget_centered.bg-style-image,
.widget_centered.bg-style-pattern {
  padding: 50px 0px;
}
.widget_centered.bg-style-color .box_with_bg,
.widget_centered.bg-style-image .box_with_bg,
.widget_centered.bg-style-pattern .box_with_bg {
  margin: 0px -50px;
  padding: 50px 50px;
  background: rgba(255, 255, 255, 0.93);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 30px;
}
.widget_centered.bg-style-color .box_with_bg.invisible,
.widget_centered.bg-style-image .box_with_bg.invisible,
.widget_centered.bg-style-pattern .box_with_bg.invisible {
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .widget_centered.bg-style-color .box_with_bg,
  .widget_centered.bg-style-image .box_with_bg,
  .widget_centered.bg-style-pattern .box_with_bg {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.widget_centered h2 span {
  font-weight: 300;
  text-transform: uppercase;
}
.widget_centered h2 .title-line {
  display: none;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #d8d8d8;
}
.widget_centered h2 .title-line:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget_centered h2 .title-line:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget_centered h2.none .title-line {
  display: none;
}
.widget_centered h2.box {
  position: relative;
  margin: 0px -25px;
  margin-bottom: 50px;
  text-align: center;
}
.widget_centered h2.box .title-line {
  display: block;
}
.widget_centered h2.box span {
  display: inline-block;
  padding: 0PX 45px;
  text-align: center;
  border: solid 1px #d8d8d8;
  color: #6F6F6F;
  font-size: 19px;
  background: #fff;
  z-index: 50;
  position: relative;
  max-width: 80%;
  padding-top: 13px;
  padding-bottom: 7px;
}
.widget_centered h2.box .title-line {
  top: 50%;
}
.widget_centered h2.centered,
.widget_centered h2.left-aligned {
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  margin: 0px -25px;
  margin-bottom: 50px;
}
.widget_centered h2.centered .title-line,
.widget_centered h2.left-aligned .title-line {
  display: block;
}
.widget_centered h2.centered span,
.widget_centered h2.left-aligned span {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #6F6F6F;
}
.widget_centered h2.centered {
  position: relative;
  margin: 0px -25px;
  margin-bottom: 50px;
}
.widget_centered h2.centered span {
  text-align: center;
}
.widget_centered h2.centered .title-line {
  width: 64%;
  left: 18%;
  display: block;
}
.widget_centered h2.left-aligned {
  position: relative;
  margin: 0px -25px;
  margin-bottom: 50px;
}
.widget_centered h2.left-aligned .title-line {
  display: block;
}
.widget_centered h2.left-aligned span {
  text-align: left;
  padding-left: 25px;
}
.widget_full h2 span {
  font-weight: 300;
  text-transform: uppercase;
}
.widget_full h2 .title-line {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #d8d8d8;
}
.widget_full h2 .title-line:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget_full h2 .title-line:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget_full h2.box {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.widget_full h2.box span {
  display: inline-block;
  padding: 0PX 45px;
  text-align: center;
  border: solid 1px #d8d8d8;
  color: #6F6F6F;
  font-size: 19px;
  background: #fff;
  z-index: 50;
  position: relative;
  max-width: 80%;
  padding-top: 13px;
  padding-bottom: 7px;
}
.widget_full h2.box .title-line {
  top: 50%;
}
.widget_full h2.centered,
.widget_full h2.left-aligned {
  text-align: center;
  height: 40px;
  position: relative;
  margin-bottom: 50px;
}
.widget_full h2.centered span,
.widget_full h2.left-aligned span {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #6F6F6F;
}
.widget_full h2.centered span {
  text-align: center;
}
.widget_full h2.centered .title-line {
  width: 64%;
  left: 18%;
}
.widget_full h2.left-aligned span {
  text-align: left;
  padding-left: 25px;
}
.widget_full h2.multi-section {
  position: relative;
}
.widget_full h2.multi-section span {
  margin-left: -125px;
  font-size: 34px;
  color: #555555;
  font-weight: bold;
}
@media screen and (max-width: 1480px) {
  .widget_full h2.multi-section span {
    margin-left: -40px;
  }
}
@media screen and (max-width: 800px) {
  .widget_full h2.multi-section span {
    font-size: 28px;
    padding-left: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .widget_full h2.multi-section span {
    padding-left: 22px;
  }
}
.widget_full h2.multi-section small {
  font-size: 20px;
  color: #555555;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: italic;
  display: block;
  margin-left: -50px;
}
@media screen and (max-width: 990px) {
  .widget_full h2.multi-section small {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  .widget_full h2.multi-section small {
    margin-left: 0;
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .widget_full h2.multi-section small {
    padding-left: 22px;
  }
}
.widget_full h2.multi-section .title-line {
  position: relative;
  width: 800px;
  max-width: 60%;
  height: 1px;
  background: #d8d8d8;
  margin: 5px 0px;
}
.widget_full h2.multi-section .title-line:before {
  display: none;
}
.widget_full h2.multi-section .title-line:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget_row p {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: 'adobe-caslon-pro', serif;
  color: #4d4d4d;
}
.widget_row p strong {
  font-weight: 600;
}
.widget_row p:last-child {
  margin-bottom: 0;
}
.widget_row p a {
  color: #133fad;
}
.widget_row p a:hover {
  color: #801c1b;
}
.widget_row iframe {
  width: 100%;
}
.widget_row .feature {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'adobe-caslon-pro', serif;
  font-weight: 600;
  color: #4d4d4d;
}
.widget_row .feature:last-child {
  margin-bottom: 0;
}
.widget_row h2:not(.centered):not(.left-aligned):not(.box) {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #555555;
  letter-spacing: 0.5px;
}
.widget_row h2:not(.centered):not(.left-aligned):not(.box) span {
  font-weight: 600;
}
.widget_row h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 20px;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.widget_row h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  line-height: 32px;
  font-size: 24px;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.widget_row h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  line-height: 32px;
  font-size: 18px;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
.widget_row h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  line-height: 32px;
  font-style: italic;
  font-size: 18px;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.widget_row .footnotes {
  font-size: 12px !important;
  line-height: 20px;
  margin-bottom: 5px;
}
.widget_row .widget-text-box table,
.widget_row .content table {
  margin-bottom: 30px;
  width: 100%;
}
.widget_row .widget-text-box table caption,
.widget_row .content table caption {
  text-transform: uppercase;
  padding: 15px 0px;
  font-size: 18px;
  color: #263b6e;
}
.widget_row .widget-text-box table thead th,
.widget_row .content table thead th {
  padding: 20px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #263b6e;
  font-size: 16px;
  border: solid 1px #647191;
  border-top: none;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.widget_row .widget-text-box table thead th a,
.widget_row .content table thead th a {
  color: #fff;
}
.widget_row .widget-text-box table thead th a:hover,
.widget_row .content table thead th a:hover {
  color: #801c1b;
}
.widget_row .widget-text-box table tbody td,
.widget_row .content table tbody td {
  padding: 15px 10px;
  font-size: 15px;
  border: solid 1px #b0b0b0;
  text-align: center;
}
.widget_row .widget-text-box table tbody td p,
.widget_row .content table tbody td p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.widget_row .widget-text-box table tbody th,
.widget_row .content table tbody th {
  border: solid 1px #b0b0b0;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}
.widget_row .widget-text-box table tbody th p,
.widget_row .content table tbody th p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.widget_row .widget-text-box table tfoot td,
.widget_row .content table tfoot td {
  padding: 15px 10px;
  font-size: 14px;
  border: solid 1px #b0b0b0;
  background: #e6e6e6;
}
.widget_row .widget-text-box table.last-row tbody tr:last-child td,
.widget_row .content table.last-row tbody tr:last-child td,
.widget_row .widget-text-box table.last-row tbody tr:last-child th,
.widget_row .content table.last-row tbody tr:last-child th {
  border: solid 1px #b0b0b0;
  background: #e6e6e6;
}
.widget_row .node-course h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 17px;
}
.widget_row .node-course h2 a {
  color: #000;
}
.widget_row .node-course h2 a:hover {
  color: #263b6e;
}
.widget_row .node-course .content {
  font-size: 16px;
  line-height: 29px;
  font-family: 'adobe-caslon-pro', serif;
  margin-bottom: 20px;
  color: #4d4d4d;
}
.widget_row .node-course .content strong {
  font-weight: 600;
}
.widget_row .node-course .content a {
  color: #133fad;
}
.widget_row .node-course .content a:hover {
  color: #801c1b;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) {
  margin-bottom: 20px;
  padding-left: 25px;
}
@media screen and (max-width: 700px) {
  .widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items),
  .widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) {
    padding-left: 5px;
  }
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li {
  margin-bottom: 15px;
  font-size: 17px;
  font-family: 'adobe-caslon-pro', serif;
  padding-left: 25px;
  position: relative;
  line-height: 26px;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a {
  color: #133fad;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li a:hover {
  color: #801c1b;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #263b6e;
  position: absolute;
  left: 0;
  top: 11px;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li:last-child {
  margin-bottom: 0;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul {
  margin-top: 10px;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items) > li > ul > li:before {
  border-radius: 0;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list {
  border-left: solid 1px #e7e8e8;
  padding-left: 0;
}
.widget_row .widget-text-box ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .widget-text-box-2-col ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .node-faculty ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .user-profile ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .view-header ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .view-footer ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .widget-article-plus-text ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .widget-text-sidebar ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before,
.widget_row .field-type-text-with-summary ul:not(.chosen-choices):not(.chosen-results):not(.pager__items).ul-special-list > li:before {
  display: none;
}
.widget_row .widget-text-box ol,
.widget_row .widget-text-box-2-col ol,
.widget_row .node-faculty ol,
.widget_row .user-profile ol,
.widget_row .view-header ol,
.widget_row .view-footer ol,
.widget_row .widget-article-plus-text ol,
.widget_row .widget-text-sidebar ol,
.widget_row .field-type-text-with-summary ol {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
  counter-reset: olList;
}
.widget_row .widget-text-box ol:not(.ol-special-list) > li:before,
.widget_row .widget-text-box-2-col ol:not(.ol-special-list) > li:before,
.widget_row .node-faculty ol:not(.ol-special-list) > li:before,
.widget_row .user-profile ol:not(.ol-special-list) > li:before,
.widget_row .view-header ol:not(.ol-special-list) > li:before,
.widget_row .view-footer ol:not(.ol-special-list) > li:before,
.widget_row .widget-article-plus-text ol:not(.ol-special-list) > li:before,
.widget_row .widget-text-sidebar ol:not(.ol-special-list) > li:before,
.widget_row .field-type-text-with-summary ol:not(.ol-special-list) > li:before {
  content: counter(olList);
  font-weight: normal;
  color: #fff;
  width: 17px;
  height: 17px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #263b6e;
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'Josefin Sans', sans-serif;
}
.widget_row .widget-text-box ol > li,
.widget_row .widget-text-box-2-col ol > li,
.widget_row .node-faculty ol > li,
.widget_row .user-profile ol > li,
.widget_row .view-header ol > li,
.widget_row .view-footer ol > li,
.widget_row .widget-article-plus-text ol > li,
.widget_row .widget-text-sidebar ol > li,
.widget_row .field-type-text-with-summary ol > li {
  margin-bottom: 15px;
  font-size: 17px;
  font-family: 'adobe-caslon-pro', serif;
  padding-left: 30px;
  position: relative;
  counter-increment: olList;
}
.widget_row .widget-text-box ol > li a,
.widget_row .widget-text-box-2-col ol > li a,
.widget_row .node-faculty ol > li a,
.widget_row .user-profile ol > li a,
.widget_row .view-header ol > li a,
.widget_row .view-footer ol > li a,
.widget_row .widget-article-plus-text ol > li a,
.widget_row .widget-text-sidebar ol > li a,
.widget_row .field-type-text-with-summary ol > li a {
  color: #133fad;
}
.widget_row .widget-text-box ol > li a:hover,
.widget_row .widget-text-box-2-col ol > li a:hover,
.widget_row .node-faculty ol > li a:hover,
.widget_row .user-profile ol > li a:hover,
.widget_row .view-header ol > li a:hover,
.widget_row .view-footer ol > li a:hover,
.widget_row .widget-article-plus-text ol > li a:hover,
.widget_row .widget-text-sidebar ol > li a:hover,
.widget_row .field-type-text-with-summary ol > li a:hover {
  color: #801c1b;
}
.widget_row .widget-text-box ol > li > ol,
.widget_row .widget-text-box-2-col ol > li > ol,
.widget_row .node-faculty ol > li > ol,
.widget_row .user-profile ol > li > ol,
.widget_row .view-header ol > li > ol,
.widget_row .view-footer ol > li > ol,
.widget_row .widget-article-plus-text ol > li > ol,
.widget_row .widget-text-sidebar ol > li > ol,
.widget_row .field-type-text-with-summary ol > li > ol {
  margin-top: 15px;
}
.widget_row .widget-text-box ol > li > ol > li:before,
.widget_row .widget-text-box-2-col ol > li > ol > li:before,
.widget_row .node-faculty ol > li > ol > li:before,
.widget_row .user-profile ol > li > ol > li:before,
.widget_row .view-header ol > li > ol > li:before,
.widget_row .view-footer ol > li > ol > li:before,
.widget_row .widget-article-plus-text ol > li > ol > li:before,
.widget_row .widget-text-sidebar ol > li > ol > li:before,
.widget_row .field-type-text-with-summary ol > li > ol > li:before {
  content: counter(olList, upper-alpha) !important;
  text-indent: 1px !important;
  line-height: 19px !important;
  font-size: 10px !important;
}
.widget_row .widget-text-box ol > li:last-child,
.widget_row .widget-text-box-2-col ol > li:last-child,
.widget_row .node-faculty ol > li:last-child,
.widget_row .user-profile ol > li:last-child,
.widget_row .view-header ol > li:last-child,
.widget_row .view-footer ol > li:last-child,
.widget_row .widget-article-plus-text ol > li:last-child,
.widget_row .widget-text-sidebar ol > li:last-child,
.widget_row .field-type-text-with-summary ol > li:last-child {
  margin-bottom: 0;
}
.widget_row .widget-text-box ol.ol-special-list,
.widget_row .widget-text-box-2-col ol.ol-special-list,
.widget_row .node-faculty ol.ol-special-list,
.widget_row .user-profile ol.ol-special-list,
.widget_row .view-header ol.ol-special-list,
.widget_row .view-footer ol.ol-special-list,
.widget_row .widget-article-plus-text ol.ol-special-list,
.widget_row .widget-text-sidebar ol.ol-special-list,
.widget_row .field-type-text-with-summary ol.ol-special-list {
  border-left: solid 1px #e7e8e8;
}
.widget_row .widget-text-box ol.ol-special-list > li:before,
.widget_row .widget-text-box-2-col ol.ol-special-list > li:before,
.widget_row .node-faculty ol.ol-special-list > li:before,
.widget_row .user-profile ol.ol-special-list > li:before,
.widget_row .view-header ol.ol-special-list > li:before,
.widget_row .view-footer ol.ol-special-list > li:before,
.widget_row .widget-article-plus-text ol.ol-special-list > li:before,
.widget_row .widget-text-sidebar ol.ol-special-list > li:before,
.widget_row .field-type-text-with-summary ol.ol-special-list > li:before {
  content: counter(olList) ". ";
}
.widget_row .or-separator {
  color: #263b6e;
  font-size: 12px;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.widget_row .course-container .accordion-row .accordion-head {
  padding-bottom: 0;
}
/* LNDING PAGE */
.node-type-page-landing .widget_row h2:not(.centered):not(.left-aligned):not(.box) {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  color: #6F6F6F;
  letter-spacing: 1px;
}
.node-type-page-landing .widget_row h2:not(.centered):not(.left-aligned):not(.box) span {
  font-weight: 300;
}
.node-type-page-landing .widget_row h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  line-height: 32px;
  font-size: 19px;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
.node-type-page-landing .widget_row h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.node-type-page-landing .widget_row h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 20px;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.node-type-page-landing .widget_row h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  line-height: 32px;
  font-style: italic;
  font-size: 20px;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.widget-separator {
  /*Fixed 50px space*/
  /*Centered Line*/
  /*Short Centered Line*/
  /*Left-aligned Line*/
  /*Short Left-aligned*/
}
.widget-separator .inside {
  width: 100%;
  height: 1px;
  position: relative;
}
.widget-separator.type-Fixed-50px {
  margin: 25px 0px;
}
.widget-separator.type-Fixed-100px {
  margin: 50px 0px;
}
.widget-separator.type-Fixed-150px {
  margin: 75px 0px;
}
.widget-separator.type-Centered {
  margin: 50px -25px;
}
.widget-separator.type-Centered .inside {
  background: #d8d8d8;
  width: 100%;
}
.widget-separator.type-Centered .inside:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget-separator.type-Centered .inside:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget-separator.type-Short.Centered {
  margin: 50px auto;
}
.widget-separator.type-Short.Centered .inside {
  background: #d8d8d8;
  width: 65%;
  margin: 0px auto;
}
.widget-separator.type-Short.Centered .inside:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget-separator.type-Short.Centered .inside:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget-separator.type-Left-aligned {
  margin: 50px -25px;
}
.widget-separator.type-Left-aligned .inside {
  background: #d8d8d8;
}
.widget-separator.type-Left-aligned .inside:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 1px;
}
.widget-separator.type-Left-aligned .inside:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .widget-separator.type-Left-aligned .inside {
    left: -10%;
  }
}
.widget-separator.type-Short.Left-aligned {
  margin: 50px 0;
}
.widget-separator.type-Short.Left-aligned .inside {
  background: #d8d8d8;
  width: 80%;
}
.widget-separator.type-Short.Left-aligned .inside:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 1px;
}
.widget-separator.type-Short.Left-aligned .inside:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 1px;
}
.widget-text-box {
  padding: 1px 0px;
}
.widget-text-box .inside {
  margin: -7px auto;
  width: 100%;
}
.widget-text-box.size-85 .inside {
  width: 85%;
  max-width: 100%;
}
.widget-text-box-2-col .inside:before,
.widget-text-box-2-col .inside:after {
  content: " ";
  display: table;
}
.widget-text-box-2-col .inside:after {
  clear: both;
}
.widget-text-box-2-col .inside:before,
.widget-text-box-2-col .inside:after {
  content: " ";
  display: table;
}
.widget-text-box-2-col .inside:after {
  clear: both;
}
.widget-text-box-2-col .inside .title-full-width {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 20px;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.widget-text-box-2-col .inside[max-width~="540"] > div {
  float: none;
  width: 100%;
}
.widget-text-box-2-col .inside[max-width~="540"] > div.left {
  margin-bottom: 30px;
}
.widget-text-box-2-col .inside > div {
  width: 47%;
}
.widget-text-box-2-col .inside > div.left {
  float: left;
}
.widget-text-box-2-col .inside > div.left h5.style-With.Column.Title.bars {
  margin-left: -25px;
  padding-left: 25px;
}
.widget-text-box-2-col .inside > div.right {
  float: right;
}
.widget-text-box-2-col .inside > div.right h5.style-With.Column.Title.bars .title-line {
  left: -10px;
  right: -25px;
  width: auto;
}
.widget-text-box-2-col .inside > div h5.style-With.Column.Title.bars {
  position: relative;
  margin-bottom: 35px;
  font-weight: 300;
  color: #6F6F6F;
  padding-bottom: 8px;
  line-height: 25px;
}
.widget-text-box-2-col .inside > div h5.style-With.Column.Title.bars .title-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.widget-text-box-2-col .inside > div h5.style-With.Column.Title.bars .title-line:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 1px;
}
.widget-text-box-2-col .inside > div h5.style-With.Column.Title.bars .title-line:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 1px;
}
.widget-text-box-2-col .inside > div h5.style-In-line.Column.Titles {
  margin-bottom: 10px;
  color: #6F6F6F;
  font-weight: 300;
  font-style: italic;
}
.widget-quote blockquote {
  position: relative;
  padding: 6px 35px;
  display: inline-block;
}
.widget-quote blockquote:before,
.widget-quote blockquote:after {
  font-family: 'adobe-caslon-pro', serif;
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  color: #3a3a3a;
  height: 14px;
  line-height: 25px;
}
.widget-quote blockquote:before {
  content: open-quote;
  top: 0;
  left: 0;
}
.widget-quote blockquote:after {
  content: close-quote;
  bottom: 0;
  right: 0;
}
.widget-quote blockquote p {
  font-style: italic;
}
.widget-quote .credit {
  margin-top: 25px;
  font-family: 'adobe-caslon-pro', serif;
  padding: 0px 35px;
}
.widget-quote .credit .line {
  width: 50px;
  margin-bottom: 20px;
  height: 1px;
  background: #d8d8d8;
  position: relative;
}
.widget-quote .credit .line:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 1px;
}
.widget-quote .credit .line:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 1px;
}
.widget-quote .credit strong {
  display: block;
  color: #292929;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
}
.widget-quote .credit small {
  display: block;
  color: #6F6F6F;
  font-size: 15px;
  font-style: italic;
}
.widget-quote.align-centered {
  margin: 0px auto;
  text-align: center;
}
.widget-quote.align-centered .credit {
  text-align: center;
}
.widget-quote.align-centered .credit .line {
  margin: 0px auto;
  margin-bottom: 20px;
}
.widget-quote.size-85 blockquote {
  width: 85%;
  max-width: 100%;
}
.widget-quote.font-size-Feature blockquote p {
  font-size: 20px;
  line-height: 40px;
}
.widget-pull-quote .bg {
  height: 400px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.widget-pull-quote .bg .caption {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  width: 260px;
  height: 100%;
  left: 100px;
}
@media screen and (max-width: 1220px) {
  .widget-pull-quote .bg .caption {
    width: 225px;
    left: 37px;
  }
}
@media screen and (max-width: 960px) {
  .widget-pull-quote .bg .caption {
    width: 100%;
    bottom: 22px;
    left: 0;
    height: 80px;
    top: auto;
  }
}
.widget-pull-quote .bg .caption .inside {
  padding: 0px 20px;
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .widget-pull-quote .bg .caption .inside {
    padding: 0;
  }
}
.widget-pull-quote .bg .caption .inside h3 {
  font-size: 29px;
  color: #555555;
  font-weight: normal;
  margin-bottom: 40px;
}
.widget-pull-quote .bg .caption .inside blockquote {
  position: relative;
  padding: 0px 20px;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.widget-pull-quote .bg .caption .inside blockquote:before,
.widget-pull-quote .bg .caption .inside blockquote:after {
  font-family: 'adobe-caslon-pro', serif;
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  color: #000;
  height: 14px;
  line-height: 25px;
}
.widget-pull-quote .bg .caption .inside blockquote:before {
  content: open-quote;
  top: 0;
  left: 0;
}
.widget-pull-quote .bg .caption .inside blockquote:after {
  content: close-quote;
  bottom: 0;
  right: 0;
}
.widget-pull-quote .bg .caption .inside blockquote p {
  font-style: italic;
  font-size: 20px;
  line-height: 23px;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
}
.widget-pull-quote .bg .caption .inside h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 20px;
}
.widget-pull-quote .bg .caption .inside h5 {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  padding-left: 20px;
  text-transform: none;
}
@media screen and (max-width: 960px) {
  .widget-pull-quote .bg .caption .inside {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .widget-pull-quote .bg .caption .inside h3 {
    left: 60px;
    top: 20px;
    position: absolute;
    margin-bottom: 0;
  }
  .widget-pull-quote .bg .caption .inside h5 {
    position: absolute;
    bottom: 15px;
    left: 75px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .widget-pull-quote .bg .caption .inside h4 {
    display: none;
  }
  .widget-pull-quote .bg .caption .inside blockquote {
    position: absolute;
    width: 380px;
    right: 60px;
    top: 22px;
    margin-bottom: 0;
  }
  .widget-pull-quote .bg .caption .inside blockquote p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 700px) {
  .widget-pull-quote .bg .caption .inside h3 {
    left: 20px;
    font-size: 23px;
  }
  .widget-pull-quote .bg .caption .inside h5 {
    left: 27px;
  }
  .widget-pull-quote .bg .caption .inside blockquote {
    right: 20px;
    width: 55%;
    top: 17px;
  }
  .widget-pull-quote .bg .caption .inside blockquote p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 410px) {
  .widget-pull-quote .bg .caption .inside blockquote {
    right: 10px;
  }
  .widget-pull-quote .bg .caption .inside h3 {
    left: 10px;
    font-size: 20px;
  }
  .widget-pull-quote .bg .caption .inside h5 {
    left: 20px;
  }
}
.widget-quote-pull-centered .bg {
  height: 500px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.widget-quote-pull-centered .bg .caption {
  width: 410px;
  position: absolute;
  left: 0;
  top: 25px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.widget-quote-pull-centered .bg .caption blockquote {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 7px;
  max-width: 285px;
  display: inline-block;
}
.widget-quote-pull-centered .bg .caption blockquote:before,
.widget-quote-pull-centered .bg .caption blockquote:after {
  font-family: 'adobe-caslon-pro', serif;
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  color: #fff;
  height: 14px;
  line-height: 25px;
}
.widget-quote-pull-centered .bg .caption blockquote:before {
  content: open-quote;
  top: 0;
  left: 0;
}
.widget-quote-pull-centered .bg .caption blockquote:after {
  content: close-quote;
  bottom: 0;
  right: 0;
}
.widget-quote-pull-centered .bg .caption blockquote p {
  font-size: 20px;
  line-height: 23px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}
.widget-quote-pull-centered .bg[max-width~="640"] .caption {
  top: auto;
  bottom: 0;
  width: 100%;
}
.widget-text-sidebar .inside {
  position: relative;
}
.widget-text-sidebar .inside:before,
.widget-text-sidebar .inside:after {
  content: " ";
  display: table;
}
.widget-text-sidebar .inside:after {
  clear: both;
}
.widget-text-sidebar .inside:before,
.widget-text-sidebar .inside:after {
  content: " ";
  display: table;
}
.widget-text-sidebar .inside:after {
  clear: both;
}
.widget-text-sidebar .sidebar-container {
  position: relative;
}
.widget-text-sidebar.align-Left .sidebar-container {
  float: left;
  padding-right: 30px;
}
.widget-text-sidebar.align-Left .sidebar-container .line {
  right: 0px;
}
.widget-text-sidebar.align-Left .text-container {
  float: right;
}
.widget-text-sidebar.align-Right .sidebar-container {
  float: right;
  padding-left: 30px;
}
.widget-text-sidebar.align-Right .sidebar-container .line {
  left: 0;
}
.widget-text-sidebar.align-Right .text-container {
  float: left;
}
.widget-text-sidebar .sidebar-container > div:not(.line) {
  width: 170px;
}
.widget-text-sidebar .sidebar-container > div {
  margin-bottom: 30px;
}
.widget-text-sidebar .sidebar-container > div:last-child {
  margin-bottom: 0;
}
.widget-text-sidebar .sidebar-container .line {
  position: absolute;
  top: -15px;
  bottom: -15px;
  background: #d8d8d8;
  width: 1px;
}
.widget-text-sidebar .sidebar-container .line:before {
  content: "";
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 1px;
}
.widget-text-sidebar .sidebar-container .line:after {
  content: "";
  background-image: -webkit-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=0);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 1px;
}
.widget-text-sidebar .text-container {
  width: 870px;
}
.widget-text-sidebar .sidebar-widget-text > h3,
.widget-text-sidebar .sidebar-widget-link-list > h3,
.widget-text-sidebar .sidebar-widget-article > h3,
.widget-text-sidebar .sidebar-widget-featured-buttons > h3,
.widget-text-sidebar .sidebar-widget-download > h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #cacaca;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
}
.widget-text-sidebar .sidebar-widget-rs > h3 {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
  height: 13px;
  line-height: 16px;
  text-transform: uppercase;
}
.widget-text-sidebar .sidebar-widget-download .bg {
  display: block;
}
.widget-text-sidebar .sidebar-widget-download .bg .img img {
  display: block;
  width: 100%;
  height: auto;
}
.widget-text-sidebar .sidebar-widget-download .bg p {
  color: #6F6F6F;
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 5px;
}
.widget-text-sidebar .sidebar-widget-text .text p {
  font-size: 14px;
  line-height: 17px;
  color: #6F6F6F;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-text-sidebar .sidebar-widget-link-list .link-list ul li {
  margin-bottom: 25px;
}
.widget-text-sidebar .sidebar-widget-link-list .link-list ul li:last-child {
  margin-bottom: 0;
}
.widget-text-sidebar .sidebar-widget-link-list .link-list ul li a {
  display: block;
  text-transform: uppercase;
  color: #6F6F6F;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
}
.widget-text-sidebar .sidebar-widget-link-list .link-list ul li a:hover {
  color: #263b6e;
}
.widget-text-sidebar .sidebar-widget-featured-buttons .item-list li {
  margin-bottom: 10px;
}
.widget-text-sidebar .sidebar-widget-featured-buttons .item-list li:last-child {
  margin-bottom: 0;
}
.widget-text-sidebar .sidebar-widget-featured-buttons .item-list li a {
  display: block;
  height: 30px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: #263b6e;
  border-radius: 3px;
}
.widget-text-sidebar .sidebar-widget-featured-buttons .item-list li a:hover {
  background: #801c1b;
}
.widget-text-sidebar .sidebar-widget-article .bg {
  border: solid 1px #dcdcdc;
  position: relative;
}
.widget-text-sidebar .sidebar-widget-article .bg .img {
  position: relative;
  z-index: 1;
}
.widget-text-sidebar .sidebar-widget-article .bg .img img {
  display: block;
  width: 100%;
  height: auto;
}
.widget-text-sidebar .sidebar-widget-article .bg .bottom {
  position: absolute;
  bottom: 0;
  z-index: 60;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 8px;
}
.widget-text-sidebar .sidebar-widget-article .bg .bottom h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.widget-text-sidebar .sidebar-widget-article .bg .bottom p {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.widget-text-sidebar .sidebar-widget-article .bg .bottom a {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.widget-text-sidebar .sidebar-widget-article .bg .bottom a:hover {
  color: #801c1b;
}
.widget-text-sidebar[max-width~="950"] .text-container {
  width: 720px;
}
.widget-text-sidebar[max-width~="875"] .text-container {
  width: 645px;
}
.widget-text-sidebar[max-width~="850"] .text-container {
  width: 620px;
}
.widget-text-sidebar[max-width~="775"] .text-container {
  width: 545px;
}
.widget-text-sidebar[max-width~="640"] .text-container {
  width: 100%;
  float: none;
  margin-bottom: 60px;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container {
  float: none;
  padding: 0px;
  padding-top: 30px;
  position: relative;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container h3 {
  margin-top: -51px;
  border-bottom: none;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container:before {
  content: "";
  top: 0px;
  left: -250px;
  height: 1px;
  width: 450px;
  background: #d8d8d8;
  position: absolute;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  left: 185px;
  top: 0;
  width: 50px;
  height: 1px;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .line {
  display: none;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons,
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-rs,
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-text {
  width: 100%;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list:before,
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list:after {
  content: " ";
  display: table;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list:after {
  clear: both;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list:before,
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list:after {
  content: " ";
  display: table;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list:after {
  clear: both;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list > ul {
  margin: 0px -10px;
}
.widget-text-sidebar[max-width~="640"] .sidebar-container .sidebar-widget-featured-buttons .item-list > ul > li {
  padding: 0px 10px;
  float: left;
  width: 33%;
}
.widget-text-sidebar[max-width~="540"] .sidebar-container .sidebar-widget-featured-buttons .item-list > ul > li {
  width: 50%;
}
.widget-text-sidebar[max-width~="540"] .sidebar-container .sidebar-widget-featured-buttons .item-list > ul > li:nth-child(3) {
  width: 100%;
}
.widget-text-sidebar[max-width~="540"] .sidebar-container .widget-text-box-2-col .inside > div.left {
  float: none;
  width: 100%;
}
.widget-article {
  position: relative;
}
.widget-article .widget_loader {
  z-index: 10;
}
.widget-article .list-article-slider {
  height: 415px;
  position: relative;
  z-index: 50;
}
.widget-article .list-article-slider .owl-dots {
  left: auto;
  right: 20px;
  bottom: 20px;
  margin: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.widget-article .list-article-slider .list-article-slides {
  width: 100%;
  height: 100%;
}
.widget-article .list-article-slider a.bg {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.widget-article .list-article-slider a.bg .caption {
  position: absolute;
  max-width: 100%;
  width: 575px;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: linear-gradient(to right, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b31c1c1c', GradientType=1);
  padding-top: 25px;
  padding-bottom: 50px;
  text-align: right;
  bottom: 0;
  right: 0;
  padding-right: 20px;
}
@media screen and (max-width: 620px) {
  .widget-article .list-article-slider a.bg .caption {
    background: rgba(28, 28, 28, 0.7);
  }
}
.widget-article .list-article-slider a.bg .caption h5 {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  font-style: italic;
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.widget-article .list-article-slider a.bg .caption h3 {
  text-transform: uppercase;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.widget-article .list-article-slider a.bg .caption h4 {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 10px;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #fff;
}
.widget-article .list-article-slider a.bg .caption p {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.widget-article .list-article-slider.single a.bg .caption {
  padding-bottom: 20px;
}
.widget-article .list-article-slider.single a.bg .caption:after {
  content: "Read more";
  margin-top: 16px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.widget-article-grid:before,
.widget-article-grid:after {
  content: " ";
  display: table;
}
.widget-article-grid:after {
  clear: both;
}
.widget-article-grid:before,
.widget-article-grid:after {
  content: " ";
  display: table;
}
.widget-article-grid:after {
  clear: both;
}
.widget-article-grid .list-article-grid.display-0 {
  margin: 0px -10px;
  margin-bottom: -20px;
}
.widget-article-grid .list-article-grid.display-0 .article-item {
  width: 33.333%;
  padding: 0px 10px;
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 960px) {
  .widget-article-grid .list-article-grid.display-0 .article-item {
    width: 50%;
  }
  .widget-article-grid .list-article-grid.display-0 .article-item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 755px) {
  .widget-article-grid .list-article-grid.display-0 .article-item {
    width: 100%;
  }
}
.widget-article-grid .list-article-grid.display-1 {
  margin: -10px;
  margin-bottom: -20px;
}
.widget-article-grid .list-article-grid.display-1 .article-item {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 700px) {
  .widget-article-grid .list-article-grid.display-1 .article-item {
    width: 100%;
  }
}
.widget-article-grid .list-article-grid .bg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 355px;
  display: block;
}
.widget-article-grid .list-article-grid .bg .caption {
  position: absolute;
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: -o-linear-gradient(left, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: linear-gradient(to right, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001c1c1c', endColorstr='#b31c1c1c', GradientType=1);
  padding: 15px;
  text-align: right;
  bottom: 0;
  right: 0;
  padding-right: 20px;
}
.widget-article-grid .list-article-grid .bg .caption h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.widget-article-grid .list-article-grid .bg .caption h4 {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #fff;
}
.widget-article-grid .list-article-grid .bg .caption p {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  width: 240px;
  max-width: 100%;
}
.widget-assets {
  position: relative;
}
.widget-assets .widget_loader {
  z-index: 10;
}
.widget-assets .img img {
  display: block;
  width: 100%;
  height: auto;
}
.widget-assets .list-assets-slider {
  /*height: 415px;*/
  position: relative;
  z-index: 20;
}
.widget-assets .list-assets-slider .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 15px;
  width: 40px;
  height: 13px;
  line-height: 15px;
  right: 34px;
  color: #fff;
}
.widget-assets .list-assets-slider .owl-dots:after {
  content: counter(slides-num);
  display: inline;
}
.widget-assets .list-assets-slider .owl-dots .owl-dot {
  display: inline;
  counter-increment: slides-num;
  cursor: normal;
  margin: 0;
  border: none;
}
.widget-assets .list-assets-slider .owl-dots .owl-dot span {
  display: none;
}
.widget-assets .list-assets-slider .owl-dots .owl-dot.active:before {
  content: counter(slides-num) " / ";
  display: inline;
}
.widget-assets .list-assets-slider .owl-nav > div {
  position: absolute;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  bottom: 15px;
  font-size: 0;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget-assets .list-assets-slider .owl-nav > div:hover {
  background: #263b6e;
  color: #fff;
}
.widget-assets .list-assets-slider .owl-nav > div:after {
  content: "";
  font-size: 10px;
}
.widget-assets .list-assets-slider .owl-nav > div.owl-prev {
  right: 75px;
}
.widget-assets .list-assets-slider .owl-nav > div.owl-prev:after {
  content: "<";
}
.widget-assets .list-assets-slider .owl-nav > div.owl-next {
  right: 20px;
}
.widget-assets .list-assets-slider .owl-nav > div.owl-next:after {
  content: ">";
}
.widget-assets .list-assets-slider .owl-item .bg .caption {
  opacity: 0;
}
.widget-assets .list-assets-slider .owl-item.active .bg .caption {
  opacity: 1 !important;
}
.widget-assets .list-assets-slider .bg {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.widget-assets .list-assets-slider .bg.type-Image {
  pointer-events: none;
}
.widget-assets .list-assets-slider .bg.type-Video {
  text-align: center;
  /*&:after{
					content: "";
					position: absolute;
					left: 50%;
					top: 50%;
					margin-left: -47px;
					margin-top: -47px;
					.icon-videoPlayer();
					vertical-align: middle;
					z-index: 555;
				}*/
}
.widget-assets .list-assets-slider .bg .caption {
  position: absolute;
  max-width: 100%;
  width: 575px;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: linear-gradient(to right, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b31c1c1c', GradientType=1);
  padding-top: 12px;
  padding-bottom: 45px;
  text-align: right;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  z-index: 444;
  -webkit-transition: 2.2s;
  -o-transition: 2.2s;
  transition: 2.2s;
}
@media screen and (max-width: 620px) {
  .widget-assets .list-assets-slider .bg .caption {
    background-image: -webkit-linear-gradient(left, rgba(28, 28, 28, 0.2) 0%, rgba(28, 28, 28, 0.7) 100%);
    background-image: -o-linear-gradient(left, rgba(28, 28, 28, 0.2) 0%, rgba(28, 28, 28, 0.7) 100%);
    background-image: linear-gradient(to right, rgba(28, 28, 28, 0.2) 0%, rgba(28, 28, 28, 0.7) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331c1c1c', endColorstr='#b31c1c1c', GradientType=1);
  }
}
.widget-assets .list-assets-slider .bg .caption p {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.widget-assets .list-assets-slider.single a.bg .caption {
  padding-bottom: 12px;
}
.widget-accordion .text-container {
  width: 485px !important;
}
.widget-accordion .widget-sub-row {
  margin-bottom: 50px;
}
.widget-accordion .widget-sub-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .widget-accordion .widget-sub-row .widget-text-box {
    padding: 0px;
  }
}
.widget-iframe iframe {
  width: 100%;
  border: none;
}
.widget-article-plus-text ul {
  float: none !important;
}
.widget-article-plus-text[max-width~="540"] .block_article {
  float: none;
  width: 100%;
  padding: 0px;
}
.widget-article-plus-text[max-width~="540"] .block_article .line {
  display: none;
}
.widget-article-plus-text .field ul {
  padding-left: 0 !important;
}
.widget-article-plus-text .block_article {
  height: 305px;
  max-width: 360px;
  /*padding-right: 35px;
    margin-right   : 35px;*/
  width: 34%;
  padding-right: 3%;
  margin-right: 3%;
  margin-bottom: 11px;
  position: relative;
  float: left;
}
.widget-article-plus-text .block_article .line {
  position: absolute;
  top: 0px;
  bottom: 0;
  background: #d8d8d8;
  width: 1px;
  right: 0;
}
.widget-article-plus-text .block_article .bg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.widget-article-plus-text .block_article .bg .bottom {
  position: absolute;
  bottom: 0;
  z-index: 60;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.widget-article-plus-text .block_article .bg .bottom h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.widget-article-plus-text .block_article .bg .bottom p {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.widget-article-plus-text .block_article .bg .bottom .read_more {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  display: block;
  margin-top: 5px;
}
#sidebar_content > .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #d8d8d8;
  width: 1px;
}
#sidebar_content > .line:before {
  content: "";
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 1px;
}
#sidebar_content > .line:after {
  content: "";
  background-image: -webkit-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=0);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 1px;
}
#sidebar_content > .content {
  padding: 15px 30px;
  padding-bottom: 50px;
}
#sidebar_content > .content > div {
  margin-bottom: 50px;
}
#sidebar_content > .content > div:last-child {
  margin-bottom: 0;
}
#sidebar_content h3,
#sidebar_content h2 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d8d8d8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #6F6F6F;
  font-weight: normal;
  position: relative;
}
#sidebar_content h3:after,
#sidebar_content h2:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
}
#sidebar_content .sidebar-widget-download {
  max-width: 170px;
}
#sidebar_content .sidebar-widget-download .bg {
  display: block;
}
#sidebar_content .sidebar-widget-download .bg .img img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar_content .sidebar-widget-download .bg p {
  color: #6F6F6F;
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 5px;
}
#sidebar_content div p {
  font-size: 14px;
  line-height: 17px;
  padding: 0px 10px;
  color: #6F6F6F;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_content div ul {
  margin-top: 20px;
  padding-left: 10px;
}
#sidebar_content div ul > li {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_content div ul > li a {
  color: #263b6e;
}
#sidebar_content div ul > li a:hover {
  color: #801c1b;
}
#sidebar_content div ul > li:last-child {
  margin-bottom: 0;
}
#sidebar_content .sidebar-widget-link-list ul {
  padding-left: 10px;
}
#sidebar_content .sidebar-widget-link-list ul li {
  margin-bottom: 17px;
  margin-left: 0;
}
#sidebar_content .sidebar-widget-link-list ul li:last-child {
  margin-bottom: 0;
}
#sidebar_content .sidebar-widget-link-list ul li a {
  display: block;
  color: #6F6F6F;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_content .sidebar-widget-link-list ul li a:hover {
  color: #263b6e;
}
#sidebar_content .sidebar-widget-featured-buttons .item-list ul {
  padding: 0;
}
#sidebar_content .sidebar-widget-featured-buttons .item-list li {
  margin-bottom: 10px;
  margin-left: 0;
}
#sidebar_content .sidebar-widget-featured-buttons .item-list li:last-child {
  margin-bottom: 0;
}
#sidebar_content .sidebar-widget-featured-buttons .item-list li a {
  display: block;
  height: 30px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: #263b6e;
  border-radius: 3px;
}
#sidebar_content .sidebar-widget-featured-buttons .item-list li a:hover {
  background: #801c1b;
}
@media screen and (max-width: 1350px) {
  #sidebar_content > .content {
    padding: 0;
    /*		&[max-width~="540"]{
				.sidebar-widget-featured-buttons{
					.item-list{

						> ul{

							> li{
								width: 50%;
								&:nth-child(3){
									width :100%;
								}
							}
						}
					}
				}
			}*/
  }
  #sidebar_content > .content .sidebar-widget-rs h3:before,
  #sidebar_content > .content .widget-sidebar-feeds h3:before,
  #sidebar_content > .content .sidebar-widget-rs h3:after,
  #sidebar_content > .content .widget-sidebar-feeds h3:after {
    display: none;
  }
  #sidebar_content > .content h3 {
    position: relative;
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #sidebar_content > .content h3:before {
    content: "";
    top: 30px;
    left: -250px;
    height: 1px;
    width: 450px;
    background: #d8d8d8;
    position: absolute;
  }
  #sidebar_content > .content h3:after {
    content: "";
    background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
    position: absolute;
    left: 185px;
    top: 30px;
    width: 50px;
    height: 1px;
  }
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list:before,
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list:after {
    content: " ";
    display: table;
  }
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list:after {
    clear: both;
  }
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list:before,
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list:after {
    content: " ";
    display: table;
  }
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list:after {
    clear: both;
  }
  #sidebar_content > .content[max-width~="775"] .sidebar-widget-featured-buttons .item-list > ul {
    padding-left: 0;
    /*	margin: 0px -10px;

							> li{
								padding: 0px 10px;
								float: left;
								width: 33%;
							}*/
  }
  #sidebar_content > .line {
    display: none;
  }
}
#sidebar_left_widgets {
  padding-top: 60px;
  padding-bottom: 100px;
}
#sidebar_left_widgets > div {
  margin-bottom: 50px;
}
#sidebar_left_widgets > div:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets .sidebar-widget-article > h3,
#sidebar_left_widgets .sidebar-widget-text > h3,
#sidebar_left_widgets .sidebar-widget-link-list > h3,
#sidebar_left_widgets .sidebar-widget-featured-buttons > h3,
#sidebar_left_widgets .sidebar-widget-download > h3,
#sidebar_left_widgets .sidebar-widget-rs > h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d8d8d8;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  color: #6F6F6F;
  font-weight: 600;
  padding-left: 35px;
  padding-right: 0px;
  margin-right: 70px;
  position: relative;
}
#sidebar_left_widgets .sidebar-widget-article > h3:before,
#sidebar_left_widgets .sidebar-widget-text > h3:before,
#sidebar_left_widgets .sidebar-widget-link-list > h3:before,
#sidebar_left_widgets .sidebar-widget-featured-buttons > h3:before,
#sidebar_left_widgets .sidebar-widget-download > h3:before,
#sidebar_left_widgets .sidebar-widget-rs > h3:before {
  content: "";
  width: 25px;
  height: 1px;
  right: 0;
  bottom: -1px;
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  display: block;
}
#sidebar_left_widgets .sidebar-widget-article .bg,
#sidebar_left_widgets .sidebar-widget-download .bg {
  display: block;
  padding-left: 35px;
  padding-right: 80px;
}
#sidebar_left_widgets .sidebar-widget-article .bg .img img,
#sidebar_left_widgets .sidebar-widget-download .bg .img img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar_left_widgets .sidebar-widget-article .bg p,
#sidebar_left_widgets .sidebar-widget-download .bg p {
  color: #6F6F6F;
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 5px;
}
#sidebar_left_widgets .sidebar-widget-text .text p {
  font-size: 14px;
  line-height: 18px;
  padding: 0px 40px;
  color: #6F6F6F;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_left_widgets .sidebar-widget-text .text ul {
  margin-top: 20px;
  padding-left: 10px;
}
#sidebar_left_widgets .sidebar-widget-text .text ul > li {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_left_widgets .sidebar-widget-text .text ul > li a {
  color: #263b6e;
}
#sidebar_left_widgets .sidebar-widget-text .text ul > li a:hover {
  color: #801c1b;
}
#sidebar_left_widgets .sidebar-widget-text .text ul > li:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets .sidebar-widget-link-list ul {
  padding-left: 46px;
  padding-right: 15px;
}
#sidebar_left_widgets .sidebar-widget-link-list ul li {
  margin-bottom: 17px;
  margin-left: 0;
}
#sidebar_left_widgets .sidebar-widget-link-list ul li:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets .sidebar-widget-link-list ul li a {
  display: block;
  color: #6F6F6F;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_left_widgets .sidebar-widget-link-list ul li a:hover {
  color: #263b6e;
}
#sidebar_left_widgets .sidebar-widget-featured-buttons .item-list {
  padding: 0px 40px ;
}
#sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li {
  margin-bottom: 10px;
  margin-left: 0;
}
#sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a {
  display: block;
  height: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  background: #263b6e;
  border-radius: 3px;
}
#sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover {
  background: #801c1b;
}
#sidebar_left_widgets .sidebar-widget-rs dl,
#sidebar_left_widgets .sidebar-widget-rs div {
  margin: 0 40px;
}
@media screen and (max-height: 800px) {
  #sidebar_left_widgets_landing {
    padding-bottom: 80px;
  }
}
#sidebar_left_widgets_landing > div {
  margin-bottom: 50px;
}
#sidebar_left_widgets_landing > div:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets_landing .sidebar-widget-text > h3,
#sidebar_left_widgets_landing .sidebar-widget-link-list > h3,
#sidebar_left_widgets_landing .sidebar-widget-featured-buttons > h3,
#sidebar_left_widgets_landing .sidebar-widget-download > h3,
#sidebar_left_widgets_landing .sidebar-widget-rs > h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d8d8d8;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  color: #6F6F6F;
  font-weight: 600;
  padding-left: 35px;
  padding-right: 0px;
  margin-right: 70px;
  position: relative;
}
#sidebar_left_widgets_landing .sidebar-widget-text .text p {
  font-size: 17px;
  line-height: 20px;
  padding: 0px 40px;
  color: #6F6F6F;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_left_widgets_landing .sidebar-widget-text .text ul {
  margin-top: 20px;
  padding-left: 10px;
}
#sidebar_left_widgets_landing .sidebar-widget-text .text ul > li {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
#sidebar_left_widgets_landing .sidebar-widget-text .text ul > li a {
  color: #263b6e;
}
#sidebar_left_widgets_landing .sidebar-widget-text .text ul > li a:hover {
  color: #801c1b;
}
#sidebar_left_widgets_landing .sidebar-widget-text .text ul > li:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list {
  margin-top: 35px;
  width: 235px;
  margin-left: 40px;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul {
  padding-right: 0px;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul li {
  margin: 0 0 20px 0;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul li:last-child {
  margin: 0;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul li a {
  display: block;
  color: #606060;
  font-size: 13.5px;
  line-height: 14px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul li a:after {
  content: ">";
  position: absolute;
  right: -40px;
  top: 0;
  opacity: 0;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul li a:hover {
  color: #263b6e;
}
#sidebar_left_widgets_landing .sidebar-widget-link-list .item-list ul li a:hover:hover:after {
  opacity: 1;
}
#sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list {
  padding: 0px 40px ;
}
#sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li {
  margin-bottom: 10px;
}
#sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li:last-child {
  margin-bottom: 0;
}
#sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a {
  display: block;
  height: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #263b6e;
  border-radius: 3px;
}
#sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover {
  background: #801c1b;
}
.widget-sidebar-feeds > h3 {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 13px;
  margin-bottom: 0;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: block;
}
.widget-sidebar-feeds ul.list-embed-feeds > li {
  padding-top: 20px;
  position: relative;
}
.widget-sidebar-feeds ul.list-embed-feeds > li:not(:last-child) {
  padding-bottom: 20px;
}
.widget-sidebar-feeds ul.list-embed-feeds > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.widget-sidebar-feeds ul.list-embed-feeds > li h4 {
  text-transform: uppercase;
  color: #020202;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 18px;
  height: 14px;
}
.widget-sidebar-feeds ul.list-embed-feeds > li p {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.widget-sidebar-feeds ul.list-embed-feeds > li p a {
  color: #020202;
}
.widget-sidebar-feeds ul.list-embed-feeds > li p a:hover {
  color: #3a4f96;
}
.widget-sidebar-feeds ul.list-embed-feeds > li small {
  display: block;
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #020202;
  text-transform: uppercase;
}
@media screen and (min-width: 501px) {
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds:before,
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds:after {
    content: " ";
    display: table;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds:after {
    clear: both;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds:before,
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds:after {
    content: " ";
    display: table;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds:after {
    clear: both;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds > li {
    float: left;
    width: 33.33%;
    margin: 0;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds > li:not(:first-child) {
    padding-left: 30px;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds > li:not(:last-child) {
    padding-right: 30px;
  }
  .widget-sidebar-feeds.horizontal ul.list-embed-feeds > li:not(:last-child):after {
    content: "";
    position: absolute;
    height: 125px;
    width: 1px;
    right: 0;
    left: auto;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
.widget-news-content {
  padding-bottom: 50px;
}
.widget-news-content .widget_news_content_title_all h2 {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
}
.widget-news-content .widget_news_content_title_all h2 strong {
  display: block;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
  height: 20px;
  line-height: 28px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .widget-news-content .widget_news_content_title_all h2 strong {
    margin-left: 0;
  }
}
.widget-news-content .widget_news_content_title_all h2 small {
  font-style: italic;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 10px;
  line-height: 13px;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 {
  display: table;
  width: 100%;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 > li {
  display: table-cell;
  float: none;
  padding: 0px 5px;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 > li:not(:last-child) {
  margin-right: 0px;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 > li:first-child {
  padding-left: 0;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 > li:last-child {
  padding-right: 0;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 > li a {
  width: auto;
}
.widget_news_content_container .widget_news_content_top[max-width~="775"] .tabs_level_1 > li a:after {
  display: none;
}
.widget_news_content_container .widget_news_content_top[max-width~="600"] .tabs_level_1 > li {
  padding: 0px 1px;
}
.widget_news_content_container .widget_news_content_top[max-width~="470"] .tabs_level_1 {
  display: block;
}
.widget_news_content_container .widget_news_content_top[max-width~="470"] .tabs_level_1 > li {
  display: block;
  padding: 0;
}
.widget_news_content_container .widget_news_content_top[max-width~="470"] .tabs_level_1 > li a {
  border-radius: 0;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1:before,
.widget_news_content_container .widget_news_content_top .tabs_level_1:after {
  content: " ";
  display: table;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1:after {
  clear: both;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1:before,
.widget_news_content_container .widget_news_content_top .tabs_level_1:after {
  content: " ";
  display: table;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1:after {
  clear: both;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li {
  float: left;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li:not(:last-child) {
  margin-right: 10px;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li a {
  display: block;
  height: 30px;
  line-height: 33px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  background: #26437e;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 148px;
  font-weight: 500;
  position: relative;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li a:after {
  content: "";
  width: 104px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li a:hover {
  opacity: 1;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li a.is-speaker {
  background: #77294b;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li a.active-trail {
  opacity: 1;
  pointer-events: none;
}
.widget_news_content_container .widget_news_content_top .tabs_level_1 > li a.active-trail:after {
  opacity: 1;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon_container {
  padding-top: 30px;
  overflow: hidden;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon {
  background: #26437e;
  height: 38px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon.is-speaker {
  background: #77294b;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon.hover .featured_checkbox label,
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon.hover ul > li a {
  opacity: 1;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title {
  float: left;
  margin-right: 80px;
  background: #26437e;
  margin-top: -30px;
  height: 68px;
  padding-left: 30px;
  padding-right: 80px;
  border-top-left-radius: 3px;
  position: relative;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title:after {
  content: "";
  background: #26437e;
  width: 59px;
  height: 101px;
  position: absolute;
  top: 2px;
  right: -45px;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
  transform: rotate(-46deg);
  border-top-right-radius: 7px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title h2 {
  color: #fff;
  display: block;
  padding-top: 15px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title h2 strong {
  display: block;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
  height: 20px;
  line-height: 28px;
  color: #fff;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title h2 small {
  font-style: italic;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 10px;
  line-height: 13px;
  padding-left: 13px;
  color: #fff;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox input {
  display: none;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 16px;
  height: 15px;
  background-position: -210px -194px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox label {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  position: relative;
  cursor: pointer;
  width: 100px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox label:last-child {
  margin-right: 40px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon .featured_checkbox input:checked + label {
  opacity: 1;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul {
  display: none;
  vertical-align: middle;
  margin-left: 30px;
  margin-top: 4px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul.active-sub-nav {
  display: inline-block;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul:before,
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul:after {
  content: " ";
  display: table;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul:after {
  clear: both;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul:before,
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul:after {
  content: " ";
  display: table;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul:after {
  clear: both;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul > li {
  float: left;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul > li:not(:last-child) {
  margin-right: 35px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul > li a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.6;
  letter-spacing: 1px;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul > li a.active-sub-term {
  pointer-events: none;
}
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul > li a.active-sub-term,
.widget_news_content_container .widget_news_content_top .widget_news_content_top_ribbon ul > li a:hover {
  opacity: 1;
}
.widget_news_content_container .widget_news_content_results {
  position: relative;
}
.widget_news_content_container .widget_news_content_results[max-width~="775"] .widget_news_content_list-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.widget_news_content_container .widget_news_content_results .widget_load_more {
  opacity: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  width: 810px;
  margin: 0px auto;
  max-width: 100%;
  font-weight: 400;
}
.widget_news_content_container .widget_news_content_results .widget_load_more.show {
  opacity: 1;
}
.widget_news_content_container .widget_news_content_results .widget_loader {
  display: none;
}
.widget_news_content_container .widget_news_content_list-container {
  position: relative;
  padding: 0 10px;
  margin-bottom: 0px;
  margin-top: 20px;
  height: 570px;
  overflow: hidden;
}
.widget_news_content_container .widget_news_content_list-container[max-width~="640"] {
  height: auto;
  min-height: 570px;
}
.widget_news_content_container .widget_news_content_list-container[max-width~="640"] .scrollable {
  height: auto;
  overflow: initial;
}
.widget_news_content_container .widget_news_content_list-container[max-width~="640"] .widget_news_content_list > li {
  width: 50%;
}
.widget_news_content_container .widget_news_content_list-container[max-width~="600"] .widget_news_content_list > li {
  width: 100%;
  max-width: 290px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list:before,
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list:after {
  content: " ";
  display: table;
}
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list:after {
  clear: both;
}
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list:before,
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list:after {
  content: " ";
  display: table;
}
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list:after {
  clear: both;
}
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list > li {
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 16px;
}
.widget_news_content_container .widget_news_content_list-container .widget_news_content_list > li .thumb_news {
  display: inline-block;
  text-align: center;
  width: 290px;
  max-width: 100%;
}
.widget_news_content_container.speaker-bg .widget_news_content_top .widget_news_content_top_ribbon,
.widget_news_content_container.speaker-bg .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title,
.widget_news_content_container.speaker-bg .widget_news_content_top .widget_news_content_top_ribbon .widget_news_content_top_ribbon_title:after {
  background: #77294b;
}
.widget_news_content_container.speaker-bg .widget_loader:after {
  border-color: #77294b;
  border-left-color: transparent;
}
.thumb_news {
  display: block;
  height: 265px;
  position: relative;
  color: #fff;
  overflow: hidden;
  text-align: left;
}
.thumb_news .front {
  width: 100%;
  height: 100%;
}
.thumb_news .front .top {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.thumb_news .front .top img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.thumb_news .front .bottom {
  height: 58px;
  color: #fff;
  text-align: left;
  /* type-1 / 3 title  */
  /* type-2 / just top title   */
}
.thumb_news .front .bottom.bg-color-blue {
  background: #263b6e;
}
.thumb_news .front .bottom.bg-color-purple {
  background: #77294b;
}
.thumb_news .front .bottom h3,
.thumb_news .front .bottom h4,
.thumb_news .front .bottom h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.thumb_news .front .bottom h5 {
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  height: 10px;
  margin-bottom: 3px;
  padding-left: 15px;
  font-weight: normal;
}
.thumb_news .front .bottom h3 {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.thumb_news .front .bottom h4 {
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  height: 10px;
  font-weight: normal;
}
.thumb_news .front .bottom.type-0 {
  padding-top: 0px;
}
.thumb_news .front .bottom.type-0 h3 {
  font-size: 22px;
  line-height: 64px;
  height: 58px;
  padding-left: 27px;
}
.thumb_news .front .bottom.type-1 {
  padding-top: 8px;
}
.thumb_news .front .bottom.type-1 h3 {
  font-size: 21px;
  line-height: 22px;
  height: 17px;
  margin-bottom: 3px;
  padding-left: 27px;
}
.thumb_news .front .bottom.type-1 h4 {
  padding-left: 52px;
}
.thumb_news .front .bottom.type-2 {
  padding-top: 12px;
}
.thumb_news .front .bottom.type-2 h3 {
  font-size: 22px;
  line-height: 23px;
  height: 17px;
  margin-bottom: 3px;
  padding-left: 30px;
}
.thumb_news .front .bottom.type-3 {
  padding-top: 13px;
}
.thumb_news .front .bottom.type-3 h3 {
  font-size: 22px;
  line-height: 24px;
  height: 17px;
  margin-bottom: 4px;
  padding-left: 17px;
}
.thumb_news .front .bottom.type-3 h4 {
  padding-left: 42px;
}
.thumb_news .front_no_image {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.thumb_news .front_no_image.bg-color-blue {
  background: #263b6e;
}
.thumb_news .front_no_image.bg-color-purple {
  background: #77294b;
}
.thumb_news .front_no_image .top {
  height: 100%;
  position: relative;
  text-align: left;
}
.thumb_news .front_no_image .top .titles_container {
  padding-top: 100px;
  padding-left: 23px;
  position: relative;
  padding-right: 15px;
}
.thumb_news .front_no_image .top .titles_container h5 {
  font-size: 14px;
  line-height: 16px;
  height: auto;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}
.thumb_news .front_no_image .top .titles_container h3 {
  line-height: 23px;
  font-size: 21px;
  height: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}
.thumb_news .front_no_image .top .titles_container h4 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.thumb_news .front_no_image .top .bottom_read_more {
  position: absolute;
  font-size: 14px;
  color: #fff;
  bottom: 18px;
  right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb_news .front_no_image:hover .bottom_read_more {
  font-weight: bold;
  text-decoration: underline;
}
.thumb_news .hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  bottom: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb_news .hover.bg-color-blue {
  background: #263b6e;
}
.thumb_news .hover.bg-color-purple {
  background: #77294b;
}
.thumb_news .hover .read_more {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.thumb_news:hover .hover {
  bottom: 0;
}
.thumb_news .top {
  height: 207px;
}
.thumb_news .bottom {
  height: 53px;
}
.thumb_news:hover .hover {
  opacity: 1;
}
/* LANDING PAGE */
#page_wrapper.page_wrapper_full_width .full_container .container .widget_news_content_container .widget_news_content_list-container {
  margin-top: 50px;
  height: 630px;
}
#page_wrapper.page_wrapper_full_width .full_container .container .widget_news_content_container .widget_news_content_list-container .widget_news_content_list > li {
  margin-bottom: 46px;
}
#page_wrapper.page_wrapper_full_width .full_container .container .widget_load_more {
  width: 1010px;
  max-width: 100%;
}
body #page_wrapper .widget-events-content {
  padding-bottom: 50px;
}
body #page_wrapper .widget-events-content * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
body #page_wrapper .widget-events-content .widget_events_content_title_all h2 {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
}
body #page_wrapper .widget-events-content .widget_events_content_title_all h2 strong {
  display: block;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
  height: 20px;
  line-height: 28px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  body #page_wrapper .widget-events-content .widget_events_content_title_all h2 strong {
    margin-left: 0;
  }
}
body #page_wrapper .widget-events-content .widget_events_content_title_all h2 small {
  font-style: italic;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 10px;
  line-height: 13px;
}
body #page_wrapper .widget_events_content_container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #page_wrapper .widget_events_content_container .widget_loader:after {
  border: solid 8px #652544;
  border-left-color: transparent;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 {
  display: table;
  width: 100%;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 > li {
  display: table-cell;
  float: none;
  padding: 0px 5px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 > li:not(:last-child) {
  margin-right: 0px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 > li:first-child {
  padding-left: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 > li:last-child {
  padding-right: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 > li a {
  width: auto;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="775"] .tabs_level_1 > li a:after {
  display: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="600"] .tabs_level_1 > li {
  padding: 0px 1px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="470"] .tabs_level_1 {
  display: block;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="470"] .tabs_level_1 > li {
  display: block;
  padding: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top[max-width~="470"] .tabs_level_1 > li a {
  border-radius: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1:before,
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1:before,
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li {
  float: left;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li:not(:last-child) {
  margin-right: 10px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li a {
  display: block;
  height: 30px;
  line-height: 33px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  background: #24447d;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 148px;
  font-weight: 500;
  letter-spacing: 0px;
  position: relative;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li a:after {
  content: "";
  width: 104px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li a:hover {
  opacity: 1;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li a.is-speaker {
  background: #77294b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li a.active-trail {
  opacity: 1;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .tabs_level_1 > li a.active-trail:after {
  opacity: 1;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon_container {
  padding-top: 30px;
  overflow: hidden;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon {
  background: #24447d;
  height: 38px;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon {
    height: auto;
    padding-left: 0;
  }
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title {
  float: left;
  margin-right: 80px;
  background: #24447d;
  margin-top: -30px;
  height: 68px;
  padding-left: 30px;
  padding-right: 80px;
  border-top-left-radius: 3px;
  position: relative;
  margin-left: -20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title:before {
  content: "";
  position: absolute;
  top: 68px;
  width: 200%;
  left: 0px;
  height: 50px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title {
    margin: 0px;
    padding: 15px !important;
    border-radius: 0;
    height: auto;
    width: 100%;
    float: none;
  }
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title:after {
  content: "";
  background: #24447d;
  width: 59px;
  height: 97px;
  position: absolute;
  top: 6px;
  right: -45px;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
  transform: rotate(-46deg);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title:after {
    display: none;
  }
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title h2 {
  color: #fff;
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title h2 {
    padding-top: 0;
    margin-bottom: 0;
  }
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title h2 strong {
  display: block;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
  height: 20px;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title h2 strong {
    font-size: 23px;
  }
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .widget_events_content_top_ribbon_title h2 small {
  font-style: italic;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 10px;
  line-height: 13px;
  padding-left: 13px;
  color: #fff;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  margin-left: 25px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox input {
  display: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox label {
  display: block;
  padding-left: 25px;
  height: 13px;
  line-height: 16px;
  font-size: 13px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: solid 1px #fff;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox label:after {
  content: "";
  width: 14px;
  height: 16px;
  background-position: -78px -99px;
  position: absolute;
  bottom: 4px;
  left: 2px;
  opacity: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon .featured_checkbox input:checked + label:after {
  opacity: 1;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul {
  vertical-align: middle;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul.active-sub-nav {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul.active-sub-nav {
    display: none;
  }
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul:before,
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul:before,
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul > li {
  float: left;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul > li:not(:last-child) {
  margin-right: 35px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul > li a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.6;
  letter-spacing: 1px;
  height: 38px;
  line-height: 38px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul > li a.active-sub-term {
  pointer-events: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul > li a.active-sub-term,
body #page_wrapper .widget_events_content_container .widget_events_content_top .widget_events_content_top_ribbon ul > li a:hover {
  opacity: 1;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-views {
  position: relative;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-views #widget_events_content_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-views #widget_events_content_loader.hideloader {
  opacity: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-views #widget_events_content_loader.showloader {
  opacity: 1;
}
body #page_wrapper .widget_events_content_container .no_results {
  text-align: center;
  text-transform: uppercase;
  padding-top: 119px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container {
  overflow: hidden;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 680px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day-wrapper {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
  margin-right: -20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day {
  max-width: 546px;
  margin: 0px auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  user-select: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item:not(:last-child) {
  margin-bottom: 35px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > .dayTitle {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: solid 1px #d4d8e2;
  color: rgba(0, 0, 0, 0.8);
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > .dayTitle span {
  color: #801c1b;
  font-weight: normal;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul {
  margin: 0px -9px;
  margin-bottom: -18px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul:before,
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul:before,
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul > li {
  padding: 0px 9px;
  float: left;
  width: 50%;
  margin-bottom: 18px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul > li .explore_thumb_stories {
  margin: 0px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul.contain_1_items > li {
  width: 100%;
}
body #page_wrapper .widget_events_content_container .widget_events_content_day-container .list_day .day_item > ul.contain_1_items > li .event_box .bg .title {
  min-height: auto;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container {
  position: relative;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 55;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 8888;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select > li {
  float: left;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select > li a {
  display: block;
  height: 13px;
  line-height: 15px;
  padding-left: 7px;
  color: #b3b1b1;
  font-weight: normal;
  font-size: 12px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select > li a.active_view {
  color: #24447d;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .view_select > li:not(:last-child) a {
  padding-right: 7px;
  border-right: solid 1px #24447d;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top {
  position: absolute;
  top: 17px;
  left: 20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top h2 {
  font-size: 22px;
  font-weight: bold;
  float: left;
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.4);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top h2 small {
  font-size: 22px;
  font-weight: 300;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .week_pager {
  float: left;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 4px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .week_pager span {
  font-size: 18px;
  width: 90px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .week_pager button {
  background: none;
  padding: 0;
  border: none;
  vertical-align: middle;
  color: #24447d;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .week_pager button:hover {
  color: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager {
  min-width: 260px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager button {
  background: none;
  padding: 0;
  border: none;
  color: #24447d;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager button:hover {
  color: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager button.prev_month {
  float: left;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_view_top .month_pager h2 {
  margin: 0px 10px;
  color: rgba(0, 0, 0, 0.4);
  width: 220px;
  text-align: center;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container {
  padding-top: 50px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row {
  width: 100%;
  position: relative;
  height: 126px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:nth-child(1) {
  z-index: 49;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:nth-child(2) {
  z-index: 48;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:nth-child(3) {
  z-index: 47;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:nth-child(4) {
  z-index: 46;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:nth-child(5) {
  z-index: 45;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row:nth-child(6) {
  z-index: 44;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column {
  float: left;
  width: 14.28571429%;
  height: 100%;
  position: relative;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column.selected {
  z-index: 9999;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column:not(:last-child) {
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .cell_see_more {
  position: absolute;
  top: 8px;
  left: 5px;
  cursor: pointer;
  color: #801c1b;
  font-size: 11px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .cell_see_more:hover {
  color: #263b6e;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column > .top {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column > .top.today {
  top: 5px;
  right: 5px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column > .top.today span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  background: #801c1b;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list {
  padding: 0px 7px;
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  z-index: 22;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list.seeMore > li:nth-child(n+6) {
  display: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list.seeMore.expand > li:nth-child(n+6) {
  display: block;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li {
  position: relative;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:not(:last-child) {
  margin-bottom: 2px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(1) {
  z-index: 20;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(2) {
  z-index: 19;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(3) {
  z-index: 18;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(4) {
  z-index: 17;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(5) {
  z-index: 16;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(6) {
  z-index: 15;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(7) {
  z-index: 14;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(8) {
  z-index: 13;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(9) {
  z-index: 12;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li:nth-child(10) {
  z-index: 11;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li .bg {
  display: block;
  background: #24447d;
  height: 16px;
  padding: 0px 9px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: 400 !important;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li .bg .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li .bg.colorRed {
  background: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li .bg.colorGrey {
  background: #586173;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .days_column .event_list > li.empty {
  height: 16px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4px;
  z-index: 20;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul {
  padding: 0px 2px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul > li {
  display: block;
  position: relative;
  padding: 0px 7px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul > li:not(:last-child) {
  margin-bottom: 2px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul > li .bg {
  display: block;
  background: rgba(36, 68, 125, 0.2);
  height: 16px;
  padding: 0px 9px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  line-height: 19px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  z-index: 22;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul > li .bg .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul > li .bg.colorRed {
  background: rgba(128, 28, 27, 0.2);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_month_view_container .month_container .month_row .multi_event_list ul > li .bg.colorGrey {
  background: rgba(88, 97, 115, 0.2);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container {
  padding-top: 50px;
  height: 680px;
  overflow: hidden;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow {
  width: 100%;
  padding-bottom: 16px;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 100%;
  position: relative;
  bottom: -20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container {
  width: 1661px;
  position: relative;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  height: 1px;
  left: 33px;
  right: 33px;
  background: #d4d8e2;
  z-index: -1;
  width: 100%;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column {
  float: left;
  width: 215px;
  margin-bottom: 22px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column:not(:last-child) {
  margin-right: 15px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column:first-child {
  margin-left: 33px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column:last-child {
  margin-right: 33px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column > .top {
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 27px;
  text-align: center;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column > .top strong {
  font-size: 12px;
  text-transform: uppercase;
  display: box-shadow;
  letter-spacing: 2.5px;
  font-weight: normal;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column > .top small {
  display: block;
  width: 34px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin: 0px auto;
  margin-top: 15px;
  border-left: solid 7px #fff;
  border-right: solid 7px #fff;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column > .top small.today {
  background: #801c1b;
  color: #fff;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column .event_list {
  max-height: 300px;
  overflow: auto;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column .event_list > li:not(:last-child) {
  margin-bottom: 10px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column .event_list > li.empty {
  height: 16px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .day_column .event_list > li .event_box .title {
  height: auto;
  min-height: auto;
  overflow: hidden;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list {
  clear: both;
  padding-left: 33px;
  padding-right: 15px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list ul {
  padding-top: 11px;
  border-top: solid 1px #d4d8e2;
  width: 100%;
  padding-bottom: 160px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list ul li:not(:last-child) {
  margin-bottom: 10px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list ul li .bg {
  display: block;
  width: 100%;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #24447d;
  cursor: pointer;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list ul li .bg.colorRed {
  background: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list ul li .bg.colorGrey {
  background: #586173;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .calendar_week_view_container .week_overflow .week_container .multi_event_list ul li .bg .title {
  color: #fff;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
  white-space: nowrap;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container {
  padding-top: 50px;
  height: 544px;
  padding-left: 227px;
  padding-right: 88px;
  position: relative;
  overflow: hidden;
  height: 680px;
  padding-bottom: 20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters {
  position: absolute;
  top: 50px;
  left: 0;
  width: 185px;
  padding-right: 30px;
  border-right: solid 1px #d4d8e2;
  height: 100%;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section:not(:last-child) {
  margin-bottom: 40px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section h3 {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-bottom: 12px;
  border-bottom: solid 1px #d4d8e2;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  cursor: pointer;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section h3 .clear {
  float: right;
  font-size: 11px;
  text-transform: none;
  font-style: italic;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section.search_text_container {
  padding-left: 30px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section.search_text_container .form-item {
  position: relative;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section.search_text_container .form-item input {
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  border: solid 1px #b5b5b5;
  text-indent: 10px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section.search_text_container .form-item:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 6px;
  background: url(/themes/custom/aup_2020/img/loupe_sidebar_search.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section.search_text_container .form-item:hover:after {
  opacity: 0.6;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters {
  padding-left: 40px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item {
  position: relative;
  padding-left: 37px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:before,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item:not(:last-child) {
  margin-bottom: 8px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item select {
  text-align: right;
  padding-right: 16px;
  height: 12px;
  line-height: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  color: rgba(0, 0, 0, 0.35);
  font-size: 10px;
  border: none;
  background: none;
  display: block;
  width: 100%;
  text-align-last: right;
  outline: none;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item label {
  font-size: 11px;
  font-weight: normal;
  height: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  display: block;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .sidebar_filters > section .goup_filters .form-item .vdp-datepicker input {
  display: block;
  width: 100%;
  height: 12px;
  text-indent: 5px;
  border-radius: 3px;
  border: solid 1px #b5b5b5;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.35);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .scrollable {
  overflow: auto;
  height: 100%;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li .bg {
  display: block;
  cursor: pointer;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li .bg .top {
  margin-bottom: 20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li .bg .top h3 {
  color: #24447d;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li .bg .top h4 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li .bg .top h4 span {
  color: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container #calendar_list_view_container .calendar_list > li .bg .desc p {
  font-family: 'adobe-caslon-pro', serif;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.2px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box .bg {
  background: #24447d;
  padding-top: 13px;
  padding-left: 13px;
  padding-right: 8px;
  padding-bottom: 6px;
  color: #fff;
  display: block;
  cursor: pointer;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box .bg.colorRed {
  background: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box .bg.colorGrey {
  background: #586173;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box .bg .title {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 38px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box .bg .time {
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image .explore_thumb_stories h3 {
  color: #fff;
  font-size: 14px;
  height: auto;
  line-height: 18px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image .explore_thumb_stories .front .bottom {
  display: flex;
  align-items: center;
  justify-content: left;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image .explore_thumb_stories .front .bottom h3 {
  margin-bottom: 0;
  margin-top: 3px;
  letter-spacing: 0.5px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image .explore_thumb_stories .hover .top h3 {
  margin-bottom: 15px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image .explore_thumb_stories .hover .top p {
  font-weight: normal;
  line-height: 20px;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image.colorBlue .explore_thumb_stories .front .bottom,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image.colorBlue .explore_thumb_stories .hover {
  background: #24447d;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image.colorRed .explore_thumb_stories .front .bottom,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image.colorRed .explore_thumb_stories .hover {
  background: #801c1b;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image.colorGrey .explore_thumb_stories .front .bottom,
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .event_box_image.colorGrey .explore_thumb_stories .hover {
  background: #586173;
}
body #page_wrapper .widget_events_content_container .widget_events_content_list-container .widget_loader {
  display: none;
}
body #page_wrapper .widget_events_content_container_legend {
  margin-top: 10px;
}
body #page_wrapper .widget_events_content_container_legend ul:before,
body #page_wrapper .widget_events_content_container_legend ul:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container_legend ul:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container_legend ul:before,
body #page_wrapper .widget_events_content_container_legend ul:after {
  content: " ";
  display: table;
}
body #page_wrapper .widget_events_content_container_legend ul:after {
  clear: both;
}
body #page_wrapper .widget_events_content_container_legend ul > li {
  float: left;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  padding-left: 15px;
  position: relative;
  height: 10px;
  line-height: 12px;
}
body #page_wrapper .widget_events_content_container_legend ul > li:not(:last-child) {
  margin-right: 15px;
}
body #page_wrapper .widget_events_content_container_legend ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body #page_wrapper .widget_events_content_container_legend ul > li.blue:before {
  background: #263b6e;
}
body #page_wrapper .widget_events_content_container_legend ul > li.blue:after {
  background: rgba(36, 68, 125, 0.2);
}
body #page_wrapper .widget_events_content_container_legend ul > li.red:before {
  background: #801c1b;
}
body #page_wrapper .widget_events_content_container_legend ul > li.red:after {
  background: rgba(128, 28, 27, 0.2);
}
body #page_wrapper .widget_events_content_container_legend ul > li.grey:before {
  background: #586173;
}
body #page_wrapper .widget_events_content_container_legend ul > li.blue,
body #page_wrapper .widget_events_content_container_legend ul > li.red {
  padding-left: 30px;
}
body #page_wrapper .widget_events_content_container_legend ul > li.blue:before,
body #page_wrapper .widget_events_content_container_legend ul > li.red:before {
  left: 15px;
}
body #page_wrapper .widget_events_content_container_legend ul > li.blue:after,
body #page_wrapper .widget_events_content_container_legend ul > li.red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body #page_wrapper .vdp-datepicker__calendar .cell.today {
  background: #801c1b;
  color: #fff;
}
body #page_wrapper .scrollbar-wrapper {
  width: 18px;
  position: absolute;
  top: 0;
  left: 10%;
  top: 80px;
  bottom: 40px;
}
body #page_wrapper .scrollbar-wrapper #go_to_today {
  position: absolute;
  right: 55px;
  cursor: pointer;
  margin-top: 0px;
  color: #801c1b;
}
body #page_wrapper .scrollbar-wrapper #go_to_today:hover {
  color: #263b6e;
}
body #page_wrapper .scrollbar-wrapper:before {
  content: "Past";
  width: 40px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -30px;
  text-align: center;
}
body #page_wrapper .scrollbar-wrapper .scrollbar-slider {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  left: 0;
  background: #8f1c1c;
}
body #page_wrapper .scrollbar-wrapper .scrollbar-slider:focus {
  background: #24447d;
}
body #page_wrapper .scrollbar-wrapper .scrollbar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body #page_wrapper .scrollbar-wrapper .scrollbar:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  background: #d4d8e2;
}
body #page_wrapper .scrollbar-wrapper-horizontal {
  margin-top: 50px;
  height: 18px;
  position: absolute;
  left: 33px;
  right: 33px;
  bottom: 33px;
}
body #page_wrapper .scrollbar-wrapper-horizontal .scrollbar-slider {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  left: 0;
  background: #8f1c1c;
}
body #page_wrapper .scrollbar-wrapper-horizontal .scrollbar-slider:focus {
  background: #24447d;
}
body #page_wrapper .scrollbar-wrapper-horizontal .scrollbar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body #page_wrapper .scrollbar-wrapper-horizontal .scrollbar:after {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: #d4d8e2;
}
.widget-statistic {
  padding-top: 50px;
}
.widget-statistic.corner-border > .inside {
  position: relative;
  padding: 40px 0px;
}
.widget-statistic.corner-border > .inside:after {
  content: "";
  position: absolute;
  width: 252px;
  height: 56px;
  top: 0;
  left: 0;
  border-left: solid 1px rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(0, 0, 0, 0.25);
  background: transparent;
  z-index: 1;
}
.widget-statistic.corner-border > .inside:before {
  content: "";
  position: absolute;
  width: 252px;
  height: 56px;
  bottom: 0;
  right: 0;
  border-right: solid 1px rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  background: transparent;
  z-index: 1;
}
.widget-statistic ul {
  position: relative;
}
.widget-statistic ul:before,
.widget-statistic ul:after {
  content: " ";
  display: table;
}
.widget-statistic ul:after {
  clear: both;
}
.widget-statistic ul:before,
.widget-statistic ul:after {
  content: " ";
  display: table;
}
.widget-statistic ul:after {
  clear: both;
}
.widget-statistic ul .paragraph--type--statistic-block {
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .widget-statistic ul .paragraph--type--statistic-block {
    width: 100% !important;
  }
  .widget-statistic ul .paragraph--type--statistic-block:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .widget-statistic ul .paragraph--type--statistic-block:after {
    display: none !important;
  }
}
.widget-statistic ul .paragraph--type--statistic-block:not(:last-child):after {
  content: "";
  width: 1px;
  height: 48px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  right: 0;
  top: 50%;
  margin-top: -24px;
}
.widget-statistic[data-column='4'] .inside {
  position: relative;
}
.widget-statistic[data-column='4'] .inside ul .paragraph--type--statistic-block {
  width: 25%;
}
@media screen and (max-width: 1075px) {
  .widget-statistic[data-column='4'] .inside ul .paragraph--type--statistic-block {
    width: 50%;
  }
  .widget-statistic[data-column='4'] .inside ul .paragraph--type--statistic-block:after {
    display: none;
  }
  .widget-statistic[data-column='4'] .inside ul .paragraph--type--statistic-block:nth-child(1),
  .widget-statistic[data-column='4'] .inside ul .paragraph--type--statistic-block:nth-child(2) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1075px) and (min-width: 501px) {
  .widget-statistic[data-column='4'] .inside:after {
    content: "";
    width: 1px;
    height: 48px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 50%;
    margin-top: -24px;
    left: 50%;
  }
  .widget-statistic[data-column='4'] .inside:before {
    content: "";
    height: 1px;
    width: 48px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 50%;
    left: 50%;
    margin-left: -24px;
  }
}
.widget-statistic[data-column='3'] .inside {
  position: relative;
}
.widget-statistic[data-column='3'] .inside ul .paragraph--type--statistic-block {
  width: 33.333%;
}
@media screen and (max-width: 1075px) {
  .widget-statistic[data-column='3'] .inside ul .paragraph--type--statistic-block {
    width: 50%;
  }
  .widget-statistic[data-column='3'] .inside ul .paragraph--type--statistic-block:nth-child(1),
  .widget-statistic[data-column='3'] .inside ul .paragraph--type--statistic-block:nth-child(2) {
    margin-bottom: 70px;
  }
  .widget-statistic[data-column='3'] .inside ul .paragraph--type--statistic-block:after {
    display: none;
  }
  .widget-statistic[data-column='3'] .inside ul .paragraph--type--statistic-block:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1075px) and (min-width: 501px) {
  .widget-statistic[data-column='3'] .inside:after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 45%;
    margin-top: -24px;
    left: 50%;
  }
  .widget-statistic[data-column='3'] .inside:before {
    content: "";
    height: 1px;
    width: 48px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 45%;
    left: 50%;
    margin-left: -24px;
  }
}
.widget-statistic[data-column='2'] ul .paragraph--type--statistic-block {
  width: 50%;
}
.widget-statistic .paragraph--type--statistic-block {
  text-align: center;
}
.widget-statistic .paragraph--type--statistic-block .field--name-field-number {
  font-weight: normal;
  line-height: 31px;
  height: 29px;
  font-family: 'adobe-caslon-pro', serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 42px;
}
.widget-statistic .paragraph--type--statistic-block .field--name-field-number small {
  font-size: 20px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
}
.widget-statistic .paragraph--type--statistic-block .field--name-field-text {
  margin-top: 14px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 15px;
}
.widget-statistic.long .paragraph--type--statistic-block .field-name-field-text {
  text-transform: none;
  font-size: 15px;
  line-height: 16px;
}
.widget-gallery > .inside > .item-list > ul {
  width: 100%;
  position: relative;
}
.widget-gallery > .inside > .item-list > ul:before,
.widget-gallery > .inside > .item-list > ul:after {
  content: " ";
  display: table;
}
.widget-gallery > .inside > .item-list > ul:after {
  clear: both;
}
.widget-gallery > .inside > .item-list > ul:before,
.widget-gallery > .inside > .item-list > ul:after {
  content: " ";
  display: table;
}
.widget-gallery > .inside > .item-list > ul:after {
  clear: both;
}
.widget-gallery > .inside > .item-list > ul > li {
  float: left;
  background: none !important;
  position: relative;
  list-style: none;
  padding: 0;
  border: none;
  margin: 0px;
  width: 50%;
  height: 380px;
}
.widget-gallery > .inside > .item-list > ul > li:nth-child(2),
.widget-gallery > .inside > .item-list > ul > li:nth-child(3) {
  width: 50%;
  height: 190px;
}
.widget-gallery > .inside > .item-list > ul > li:nth-child(4n+1),
.widget-gallery > .inside > .item-list > ul > li:nth-child(4n+2) {
  width: 50%;
  height: 190px;
}
.widget-gallery > .inside > .item-list > ul > li:nth-child(4n) {
  width: 100%;
  height: 380px;
}
.widget-gallery > .inside > .item-list > ul > li:nth-child(1) {
  width: 50%;
  height: 380px;
}
.widget-gallery > .inside > .item-list > ul > li:nth-child(4n+6) {
  clear: both;
}
.widget-gallery > .inside > .item-list > ul > li:nth-child(4n+7) {
  margin-top: -190px;
}
.widget-gallery > .inside > .item-list > ul > li .box {
  width: 100%;
  height: 100%;
}
.widget-gallery > .inside > .item-list > ul > li .box.box-img a:after {
  background-image: url(/themes/custom/aup_2020/img/hover-img-icon.png);
}
.widget-gallery > .inside > .item-list > ul > li .box.box-video a:after {
  background-image: url(/themes/custom/aup_2020/img/hover-vid-icon.png);
}
.widget-gallery > .inside > .item-list > ul > li .box.box-link a:after {
  background-image: url(/themes/custom/aup_2020/img/hover-link-icon.png);
}
.widget-gallery > .inside > .item-list > ul > li .box a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 3px #fff;
  position: relative;
}
.widget-gallery > .inside > .item-list > ul > li .box a .caption {
  background-color: rgba(0, 0, 0, 0.5);
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  line-height: 30px;
  width: 100%;
  color: #fff;
  padding: 0px 3%;
}
.widget-gallery > .inside > .item-list > ul > li .box a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.widget-gallery > .inside > .item-list > ul > li .box a:hover:after {
  opacity: 1;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.audiofield-player {
  padding-bottom: 10px;
}
.audiofield-player label {
  display: none;
}
.paragraph--type--widget-countdown-timer {
  text-align: center;
  font-size: xx-large;
}
.paragraph--type--widget-countdown-timer .is-countdown {
  border: none;
  background-color: transparent;
}
.paragraph--type--widget-countdown-timer .countdown-section {
  padding-left: 1em;
  padding-right: 1em;
}
.widget-featured-buttons .width-40 .field--name-field-widget-feature-blinks {
  width: 40%;
}
.widget-featured-buttons .width-100 .field--name-field-widget-feature-blinks {
  width: 100%;
}
.widget-featured-buttons .align-left .field--name-field-widget-feature-blinks {
  float: left;
}
.widget-featured-buttons .align-center .field--name-field-widget-feature-blinks {
  margin: 0 auto;
}
.widget-featured-buttons .align-right .field--name-field-widget-feature-blinks {
  float: right;
}
.widget-featured-buttons .field--name-field-widget-feature-blinks {
  padding: 0px;
}
.widget-featured-buttons .field--name-field-widget-feature-blinks .field__item {
  margin-bottom: 10px;
}
.widget-featured-buttons .field--name-field-widget-feature-blinks .field__item:last-child {
  margin-bottom: 0;
}
.widget-featured-buttons .field--name-field-widget-feature-blinks .field__item a {
  display: block;
  height: 35px;
  line-height: 37px;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  background: #263b6e;
  border-radius: 3px;
}
.widget-featured-buttons .field--name-field-widget-feature-blinks .field__item a:hover {
  background: #801c1b;
}
.widget-slider-homepage {
  position: relative;
  z-index: 50;
}
.widget-slider-homepage .field {
  margin: 0;
  border: none;
}
.widget-slider-homepage .slider_home_item {
  height: 700px;
  width: 100%;
  position: relative;
  padding-top: 90px;
  padding-bottom: 75px;
}
.widget-slider-homepage .slider_home_item .swipebox-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 333;
}
.widget-slider-homepage .slider_home_item .swipebox-video:after {
  content: "";
  width: 95px;
  height: 95px;
  background-position: -64px 0;
}
@media (max-width: 1199px) {
  .widget-slider-homepage .slider_home_item {
    height: 903px;
    padding-bottom: 110px;
    padding-top: 260px;
  }
}
@media (max-width: 650px) {
  .widget-slider-homepage .slider_home_item {
    height: 985px;
  }
}
.widget-slider-homepage .slider_home_item figure,
.widget-slider-homepage .slider_home_item .video_home_slider {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-slider-homepage .slider_home_item figure img,
.widget-slider-homepage .slider_home_item .video_home_slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-slider-homepage .slider_home_item figure .embedded-video,
.widget-slider-homepage .slider_home_item .video_home_slider .embedded-video,
.widget-slider-homepage .slider_home_item figure .player,
.widget-slider-homepage .slider_home_item .video_home_slider .player,
.widget-slider-homepage .slider_home_item figure iframe,
.widget-slider-homepage .slider_home_item .video_home_slider iframe {
  width: 100%;
  height: 100%;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home {
  position: relative;
  max-width: 950px;
  margin: 0px auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
}
@media (max-width: 650px) {
  .widget-slider-homepage .slider_home_item .section_text_slider_home {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .widget-slider-homepage .slider_home_item .section_text_slider_home {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget-slider-homepage .slider_home_item .section_text_slider_home.placing_bottom-left {
  justify-content: flex-end;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home.placing_bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home.placing_top-right {
  justify-content: flex-start;
  align-items: flex-end;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home .bleu_box_slider {
  background: #263b6e;
  padding: 30px;
  max-width: 600px;
  position: relative;
  z-index: 555;
}
@media (max-width: 500px) {
  .widget-slider-homepage .slider_home_item .section_text_slider_home .bleu_box_slider {
    padding: 20px;
  }
}
.widget-slider-homepage .slider_home_item .section_text_slider_home .bleu_box_slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  font-family: 'adobe-caslon-pro', serif;
  text-transform: none;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home .bleu_box_slider p {
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home .button_slider_home {
  margin-top: 26px;
  position: relative;
  z-index: 555;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home .button_slider_home a {
  width: 175px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  line-height: 43px;
  text-align: left;
  color: #263b6e;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
}
.widget-slider-homepage .slider_home_item .section_text_slider_home .button_slider_home a:hover {
  background: #fff;
  color: #263b6e;
}
.widget-slider-homepage .owl-dots {
  position: absolute;
  bottom: 35px;
  height: 17px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.widget-slider-homepage .owl-dots .owl-dot {
  margin: 0;
}
.widget-slider-homepage .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  background-color: #f8f8f7;
}
.widget-slider-homepage .owl-dots .owl-dot span:hover {
  opacity: 0.6;
}
.widget-slider-homepage .owl-dots .owl-dot.active span {
  opacity: 1;
}
.widget-administrable-content-homepage {
  position: relative;
}
.widget-administrable-content-homepage figure img {
  display: block;
  max-width: 90%;
  height: auto;
}
@media (max-width: 650px) {
  .widget-administrable-content-homepage figure img {
    max-width: 95%;
    height: 400px;
    object-fit: cover;
  }
}
.widget-administrable-content-homepage .content {
  position: absolute;
  min-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 650px) {
  .widget-administrable-content-homepage .content {
    position: relative;
    margin-top: -200px;
  }
}
.widget-administrable-content-homepage .content .inner {
  width: 561px;
  padding: 37px 54px 30px 30px;
  background-color: #f8f8f7;
  max-width: 90%;
}
.widget-administrable-content-homepage .content .inner h2 {
  font-size: 18px !important;
  text-align: left !important;
  color: #6c6c6d !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
  line-height: 16px !important;
}
.widget-administrable-content-homepage .content .inner h3 {
  max-width: 300px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #263b6e;
  margin-bottom: 15px;
  font-family: 'adobe-caslon-pro', serif;
  text-transform: none;
}
.widget-administrable-content-homepage .content .inner .field--name-field-administrable-content-des {
  font-size: 16px;
  text-align: left;
  color: #6c6c6d;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 18px;
}
.widget-administrable-content-homepage .content .inner .read_more_link {
  margin-top: 20px;
}
.widget-administrable-content-homepage .content .inner .read_more_link a {
  display: block;
  font-size: 16px;
  text-align: left;
  color: #6c6c6d !important;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-administrable-content-homepage .content .inner .read_more_link a:hover {
  color: #263b6e !important;
}
.widget-aup-news-events-homepage {
  display: grid;
  grid-template-columns: 270px 1fr 1fr;
  grid-gap: 75px;
}
@media (max-width: 1199px) {
  .widget-aup-news-events-homepage {
    grid-template-columns: 270px 1fr;
    grid-gap: 43px 75px;
  }
}
@media (max-width: 800px) {
  .widget-aup-news-events-homepage {
    grid-gap: 40px;
  }
}
@media (max-width: 600px) {
  .widget-aup-news-events-homepage {
    grid-template-columns: 100%;
  }
}
@media (max-width: 600px) {
  .widget-aup-news-events-homepage .first_column_news_event {
    max-width: 270px;
    margin: 0px auto;
  }
}
.widget-aup-news-events-homepage .first_column_news_event a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget-aup-news-events-homepage .first_column_news_event a figure {
  margin: 0;
}
.widget-aup-news-events-homepage .first_column_news_event a .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -100%;
}
.widget-aup-news-events-homepage .first_column_news_event a .hover .read_more {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
}
.widget-aup-news-events-homepage .first_column_news_event a:hover .hover {
  bottom: 0;
}
.widget-aup-news-events-homepage .first_column_news_event a .front {
  position: relative;
}
.widget-aup-news-events-homepage .first_column_news_event a .front .top figure img {
  width: 100%;
  height: auto;
  display: block;
}
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom {
  padding: 18px;
  height: 118px;
}
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom h5,
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom .h5,
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom .featured_news_top_title {
  font-size: 16px;
  line-height: 20px;
  height: 16px;
  text-align: left;
  color: #fefeff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom h3,
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom .h3,
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom .featured_news_main_title {
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
  height: 16px;
  text-align: left;
  color: #fefeff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom h4,
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom .h4,
.widget-aup-news-events-homepage .first_column_news_event a .front .bottom .featured_news_bottom_title {
  font-size: 16px;
  line-height: 20px;
  height: 16px;
  text-align: left;
  color: #fefeff;
  margin-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-aup-news-events-homepage .second_column_news_event,
.widget-aup-news-events-homepage .third_column_news_event {
  padding-bottom: 30px;
  position: relative;
}
.widget-aup-news-events-homepage .second_column_news_event .button_blue,
.widget-aup-news-events-homepage .third_column_news_event .button_blue {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.widget-aup-news-events-homepage .second_column_news_event .button_blue a,
.widget-aup-news-events-homepage .third_column_news_event .button_blue a {
  height: 40px;
  border-radius: 5px;
  background-color: #263b6e;
  width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 100;
  text-align: left;
  color: #ffffff !important;
}
.widget-aup-news-events-homepage .second_column_news_event .button_blue a:hover,
.widget-aup-news-events-homepage .third_column_news_event .button_blue a:hover {
  background: #801c1b;
}
.widget-aup-news-events-homepage .second_column_news_event {
  position: relative;
}
@media (min-width: 1200px) {
  .widget-aup-news-events-homepage .second_column_news_event:after {
    content: "";
    width: 1px;
    background-color: #a1a1a2;
    top: 0;
    bottom: 55px;
    right: -37px;
    position: absolute;
  }
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home {
  margin-bottom: 30px;
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home .second_news_tag {
  font-size: 18px;
  text-align: left;
  color: #6c6c6d;
  margin-bottom: 13px;
  line-height: 15px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home .second_news_title {
  margin-bottom: 0;
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home .second_news_title a {
  font-size: 18px;
  height: 16px;
  line-height: 20px;
  text-align: left;
  color: #273b6e !important;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home .second_news_description {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #6c6c6d;
  margin-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 5px;
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home a.read_more {
  font-size: 16px;
  text-align: left;
  color: #6c6c6d !important;
  margin-bottom: 0;
  font-weight: 600;
  font-style: italic;
}
.widget-aup-news-events-homepage .second_column_news_event .second_news_aup_home a.read_more:hover {
  color: #801c1b;
}
@media (max-width: 1199px) {
  .widget-aup-news-events-homepage .third_column_news_event {
    grid-column: span 2;
    border-top: 2px solid #a1a1a2;
    padding-top: 36px;
  }
}
@media (max-width: 600px) {
  .widget-aup-news-events-homepage .third_column_news_event {
    grid-column: initial;
  }
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home {
  margin-bottom: 58px;
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-gap: 34px;
}
@media (max-width: 500px) {
  .widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a {
    grid-gap: 15px;
  }
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a .third_event_date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 3px;
  background-color: #bababc;
  flex-direction: column;
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a .third_event_date span {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 3px;
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a .content .third_event_title {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #263b6e;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a .content .third_event_more_infos {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #6c6c6d;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-news-events-homepage .third_column_news_event .third_event_aup_home a .content .third_event_description {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #6c6c6d;
  margin-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-community-homepage .widget-aup-community-homepage-tabs {
  display: flex;
  justify-content: center;
}
.widget-aup-community-homepage .widget-aup-community-homepage-tabs .tab_title {
  padding: 12px 0px 10px 0px;
  width: 117px;
  border-radius: 3px 3px 0px 0px;
  font-size: 20px;
  text-align: center;
  color: #6c6c6d;
  border: solid 1px #ececec;
  border-bottom: none;
  transition: 0.3s all;
  cursor: pointer;
}
.widget-aup-community-homepage .widget-aup-community-homepage-tabs .tab_title:hover,
.widget-aup-community-homepage .widget-aup-community-homepage-tabs .tab_title:focus {
  border-color: #6c6c6d;
}
.widget-aup-community-homepage .widget-aup-community-homepage-tabs .tab_title.active {
  background: #263b6e;
  border-color: #263b6e;
  color: #fff;
}
.widget-aup-community-homepage .widget-aup-community-homepage-tabs .tab_title:not(:last-child) {
  margin-right: 13px;
}
.widget-aup-community-homepage .owl-carousel .owl-stage {
  background: #fff;
}
.widget-aup-community-homepage .owl-carousel .owl-item {
  animation-duration: 0.5s !important;
}
.widget-aup-community-homepage .field-collection-view,
.widget-aup-community-homepage .field-collection-container {
  padding: 0;
  margin: 0;
  border: none;
}
.widget-aup-community-homepage .tab_item_community_home figure {
  margin: 0;
}
.widget-aup-community-homepage .tab_item_community_home figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .widget-aup-community-homepage .tab_item_community_home figure img {
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 990px) {
  .widget-aup-community-homepage .tab_item_community_home figure img {
    height: 390px;
  }
}
.widget-aup-community-homepage .tab_item_community_home .numbers_list {
  max-width: 756px;
  margin: 0px auto;
  padding: 40px 0px;
  background-color: #f8f8f7;
  margin-top: -120px;
  position: relative;
}
@media (max-width: 990px) {
  .widget-aup-community-homepage .tab_item_community_home .numbers_list {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -185px;
  }
}
.widget-aup-community-homepage .tab_item_community_home .numbers_list > .field {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.widget-aup-community-homepage .tab_item_community_home .numbers_list > .field:after,
.widget-aup-community-homepage .tab_item_community_home .numbers_list > .field:before {
  display: none;
}
@media (max-width: 990px) {
  .widget-aup-community-homepage .tab_item_community_home .numbers_list > .field {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 0px;
  }
}
.widget-aup-community-homepage .tab_item_community_home .numbers_list > .field .number_item_community_home {
  font-family: 'adobe-caslon-pro', serif;
}
.widget-aup-community-homepage .tab_item_community_home .numbers_list > .field .number_item_community_home .field--name-field-tabs-numbers-number {
  font-size: 59px;
  font-weight: bold;
  text-align: center;
  color: #6c6c6d;
  height: 50px;
  line-height: 45px;
  margin-bottom: 12px;
}
.widget-aup-community-homepage .tab_item_community_home .numbers_list > .field .number_item_community_home .field--name-field-tabs-numbers-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #6c6c6d;
  margin-bottom: 0;
  max-width: 86px;
  margin: 0px auto;
  line-height: 22px;
}
.widget-aup-community-homepage .tab_item_community_home .field--name-field-aup-community-tabs-desc > p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #6c6c6d;
  max-width: 600px;
  margin: 0px auto;
  margin-top: 38px;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-community-homepage .tab_item_community_home .field--name-field-aup-community-tabs-desc > p a {
  color: #6c6c6d !important;
  font-weight: 600;
  font-style: italic;
}
.widget-aup-community-homepage .tab_item_community_home .field--name-field-aup-community-tabs-desc > p a:hover {
  color: #801c1b !important;
}
.widget-aup-in-focus-homepage .field__item {
  border: none;
  margin: 0;
  padding: 0;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: 'block--actions story_static--0 story_dynamic--0 story_static--1' 'story_dynamic--1 story_static--2 story_static--2 story_dynamic--2';
}
@media (max-width: 1200px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 'block--actions story_static--0 story_dynamic--0' 'story_dynamic--1 story_static--1 story_static--1' ' story_static--2 story_static--2 story_dynamic--2';
  }
}
@media (max-width: 960px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'block--actions story_static--0 ' 'story_dynamic--0 story_static--1' 'story_static--2  story_static--2' 'story_dynamic--1 story_dynamic--2';
  }
}
@media (max-width: 650px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row {
    grid-template-columns: 1fr;
    grid-template-areas: 'block--actions' 'story_static--0 ' 'story_dynamic--0' 'story_static--1' 'story_dynamic--1' 'story_static--2' 'story_dynamic--2';
  }
}
@media (max-width: 650px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row {
    max-width: 350px;
    margin: 0px auto;
  }
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic {
  width: 270px;
}
@media (max-width: 1200px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic {
    width: 308px;
  }
}
@media (max-width: 960px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic {
    width: 297px;
  }
}
@media (max-width: 650px) {
  .widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic {
    width: 100%;
    max-width: 350px;
  }
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .block--actions {
  grid-area: block--actions;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic.story_dynamic--0 {
  grid-area: story_dynamic--0;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic.story_dynamic--1 {
  grid-area: story_dynamic--1;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .story_dynamic.story_dynamic--2 {
  grid-area: story_dynamic--2;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .field__item.story_static--0 {
  grid-area: story_static--0;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .field__item.story_static--1 {
  grid-area: story_static--1;
}
.widget-aup-in-focus-homepage #aup_in_focus .aup_in_focus--row .field__item.story_static--2 {
  grid-area: story_static--2;
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions {
  padding-top: 40px;
  padding-left: 9px;
}
@media (max-width: 650px) {
  .widget-aup-in-focus-homepage #aup_in_focus .block--actions {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner {
  max-width: 200px;
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner p {
  font-size: 16px;
  color: #585859;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner select,
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner button {
  display: block;
  height: 40px;
  border-radius: 5px;
  background-color: #263b6e;
  font-size: 16px;
  font-weight: 100;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  appearance: none;
  text-transform: uppercase;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner select:hover,
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner button:hover,
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner select:focus,
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner button:focus {
  background-color: #801c1b;
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner select {
  margin-bottom: 25px;
  padding-left: 28px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAYAAADoZO9yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZFJREFUeNq0lbtKA1EQhgdDvICFgo2Fggg2aWwsBJEUNpZ5AK3tBAsRTJcqSLRQQdwib+ADWNgIIiIRFCJCiDGoTyB4QTz+A7MYNudM1r0MfM3uXL7M7uaQMYbAIPDAC9iVa2myA57AkcwmvpgBJ+YvvkA1RYmqzPCDZ2f4RsF0x6dsKGkJT3oHo9BHRFnqjn6wCjxKLg7BivQOxhBbZsGpsQev8DiBTeyBd8eMCzDgJw6DM0cir/IghsS+43FwXIFR/2X1GQHnikwlgkRFkaiBMT83WMg3LhWZ8j8kyorEHRjvzLc14IRrR4MPUAohUZJcW9yDyWCNq9EEuFFkiopEUZF4ANO2Ou1XTYFbR0P+ArYsNZvK18GbmHHN67ViLqw7Gn+D7Y7cDUWirkmEEWFyslLX/8w6WANvyuPI9ZoT9guYBQ3HoB/BFg2ppaREmDnQNOGjKTWUtAgzD1ohJFqSS2mJMIugrUi0JYfSFmHy4NEi8QyWovSMc6LmA+/MK1iO2i/u8b4gx0FNxCL3+hVgAPUEYziK8FIQAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: right 18px center;
  text-align: left;
}
.widget-aup-in-focus-homepage #aup_in_focus .block--actions .inner select option {
  font-size: 12px;
  text-transform: none;
  font-family: sans-serif;
}
.widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item {
  height: 100%;
}
.widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a {
  display: block;
  background-color: #f8f8f7;
  height: 100%;
  padding-top: 68px;
  padding-left: 33px;
  padding-right: 33px;
}
@media (max-width: 1320px) {
  .widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a {
    padding-right: 33px;
    min-height: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a {
    padding-bottom: 80px;
  }
}
@media (max-width: 650px) {
  .widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a {
    padding: 30px;
  }
}
.widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a p {
  margin-bottom: 0;
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a p.h2 {
  font-size: 18px;
  line-height: 15px;
  text-align: left;
  color: #6c6c6d;
  margin-bottom: 24px;
}
.widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a p.h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #263b6e;
  text-transform: uppercase;
}
.widget-aup-in-focus-homepage #aup_in_focus .grey_blocks_item a p.description_grey_blocks {
  font-size: 16px;
  color: #263b6e;
  margin-top: 15px;
  line-height: 22px;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic p,
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic h3,
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic h4 {
  color: #fefeff;
  margin: 0;
  letter-spacing: initial;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic p {
  font-family: 'Josefin Sans', sans-serif;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .front .top {
  height: auto;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .front .top img {
  display: block;
  width: 100%;
  height: auto;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .front .bottom {
  padding: 17px 20px;
  height: 115px;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .front .bottom p {
  font-size: 15px;
  margin-bottom: 12px;
  height: 15px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .front .bottom h3 {
  line-height: 23px;
  height: 17px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 19px;
  margin-bottom: 11px;
  overflow: hidden;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .front .bottom h4 {
  font-weight: 300;
  font-size: 16px;
  margin-top: 3px;
  height: 16px;
  line-height: 16px;
  text-transform: none;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  bottom: -100%;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .top {
  padding: 20px;
  overflow: hidden;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .top h3 {
  line-height: 20px;
  margin-top: 3px;
  font-size: 20px;
  text-transform: uppercase;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .top h4 {
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 13px;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .top p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .bottom:hover {
  background: #263b6e;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover .bottom span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover.bg-color-blue .bottom:hover {
  background: #801c1b;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover.bg-color-greyLight p {
  color: #484848;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover.bg-color-greyLight .bottom span {
  color: #484848;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover.bg-color-greyLight .bottom:hover {
  background: #801c1b;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .hover.bg-color-greyLight .bottom:hover span {
  color: #fff;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic:hover .hover {
  bottom: 0;
  height: 100%;
  opacity: 1;
}
.widget-aup-in-focus-homepage #aup_in_focus .story_dynamic .bottom {
  height: 53px;
}
.widget-image-text-placing-homepage {
  position: relative;
}
.widget-image-text-placing-homepage figure {
  position: relative;
  margin: 0;
}
.widget-image-text-placing-homepage figure:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
}
.widget-image-text-placing-homepage figure img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.widget-image-text-placing-homepage .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}
@media (max-width: 600px) {
  .widget-image-text-placing-homepage .content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.widget-image-text-placing-homepage .content .inner {
  width: 1146px;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
}
.widget-image-text-placing-homepage .content .inner .placing_top-left {
  top: 0;
  left: 0;
}
.widget-image-text-placing-homepage .content .inner .placing_top-right {
  top: 0;
  right: 0;
}
.widget-image-text-placing-homepage .content .inner .placing_bottom-left {
  bottom: 0;
  left: 0;
}
.widget-image-text-placing-homepage .content .inner .placing_bottom-right {
  bottom: 0;
  right: 0;
}
.widget-image-text-placing-homepage .content .inner .title_placing_home {
  position: absolute;
  max-width: 260px;
}
.widget-image-text-placing-homepage .content .inner .title_placing_home h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  font-family: 'adobe-caslon-pro', serif;
  text-transform: initial;
}
.widget-image-text-placing-homepage .content .inner .desc_placing_home {
  position: absolute;
  max-width: 250px;
}
.widget-image-text-placing-homepage .content .inner .desc_placing_home p {
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}
.widget-image-text-placing-homepage .content .inner .desc_placing_home .read_more_link {
  margin-top: 40px;
}
.widget-image-text-placing-homepage .content .inner .desc_placing_home .read_more_link a {
  display: block;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  font-weight: 100;
  color: #ffffff !important;
}
.widget-image-text-placing-homepage .content .inner .desc_placing_home .read_more_link a:hover {
  background: #fff;
  color: #263b6e !important;
}
/* PAGES */
.page_wrapper_full_height {
  height: 100% !important;
}
#page_content_full_height {
  height: 100%;
  overflow: hidden;
}
#page_content_full_height .page_content_full_height_bg {
  overflow: hidden;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 700px) {
  #page_content_full_height .page_content_full_height_bg {
    background: none !important;
  }
}
#page_content_full_height .page_content_full_height_bg .scrollable {
  padding-top: 107px;
}
#page_content_full_height .page_content_full_height_bg .fake_height {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1220px) {
  #page_content_full_height .page_content_full_height_bg .fake_height {
    display: none;
  }
}
#page_content_full_height .page_content_full_height_bg .img-caption {
  position: absolute;
  max-width: 100%;
  width: 575px;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-image: linear-gradient(to right, transparent 0%, rgba(28, 28, 28, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b31c1c1c', GradientType=1);
  padding-top: 12px;
  padding-bottom: 15px;
  text-align: right;
  bottom: 0;
  right: 0;
  padding-right: 25px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#page_content_full_height .page_content_full_height_bg .img-caption.show {
  opacity: 1;
}
#page_content_full_height .page_content_full_height_bg .img-caption:before {
  content: "PHOTO";
  font-style: italic;
  display: block;
  text-align: right;
  margin-right: -10px;
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
#page_content_full_height .page_content_full_height_bg .img-caption p {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
#page_content_full_height #header_page_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding-bottom: 80px;
  background: #fff !important;
  padding-top: 39px !important;
  width: 964px !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#page_content_full_height #header_page_content .ribbon {
  margin-bottom: 44px !important;
}
#page_content_full_height #header_page_content h1 {
  font-size: 28px !important;
  letter-spacing: 0.5px !important;
  line-height: 120%;
  margin-bottom: 3px !important;
  height: initial !important;
}
#page_content_full_height #header_page_content .event_header_part {
  margin-top: 0;
}
#page_content_full_height #header_page_content .container {
  width: 775px;
}
@media screen and (max-width: 1310px) {
  #page_content_full_height #header_page_content {
    width: 795px !important;
  }
  #page_content_full_height #header_page_content .container {
    width: 620px;
  }
}
@media screen and (max-width: 1220px) {
  #page_content_full_height #header_page_content {
    width: 680px !important;
  }
  #page_content_full_height #header_page_content h1 {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }
  #page_content_full_height #header_page_content .container {
    width: 500px;
  }
}
@media screen and (max-width: 960px) {
  #page_content_full_height #header_page_content {
    width: 680px !important;
  }
  #page_content_full_height #header_page_content .container {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  #page_content_full_height #header_page_content {
    width: 100% !important;
  }
  #page_content_full_height #header_page_content .full_container {
    padding: 0;
  }
  #page_content_full_height #header_page_content .container {
    width: 100%;
  }
}
#page_content_full_height #header_page_content .share_block {
  margin-bottom: 50px;
}
#page_content_full_height #header_page_content .event_header_part .address div {
  float: left;
  margin-right: 10px;
}
#page_banner_func.page_banner_policies h1 {
  font-size: 74px !important;
  line-height: 72px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1400px) {
  #page_banner_func.page_banner_policies h1 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1200px) {
  #page_banner_func.page_banner_policies h1 {
    font-size: 50px !important;
    line-height: 60px;
  }
}
@media screen and (max-width: 800px) {
  #page_banner_func.page_banner_policies h1 {
    font-size: 35px !important;
    line-height: 40px;
  }
}
@media screen and (max-width: 700px) {
  #page_banner_func.page_banner_policies h1 {
    font-size: 30px !important;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  #page_banner_func.page_banner_policies h1 {
    font-size: 25px !important;
    line-height: 30px;
  }
}
@media screen and (max-width: 450px) {
  #page_banner_func.page_banner_policies h1 {
    font-size: 20px !important;
    line-height: 25px;
  }
}
#page_banner_func.page_banner_policies {
  background-image: url(/themes/custom/aup_2020/img/bg_policies.png);
}
#page_policies .container,
#page_banner_func.page_banner_policies .container {
  max-width: 1018px;
  margin: 0px auto;
  width: 100% !important;
}
@media screen and (max-width: 1400px) {
  #page_policies .container,
  #page_banner_func.page_banner_policies .container {
    max-width: 775px;
  }
}
@media screen and (max-width: 1200px) {
  #page_policies .container,
  #page_banner_func.page_banner_policies .container {
    max-width: 620px;
  }
}
@media screen and (max-width: 700px) {
  #page_policies .container,
  #page_banner_func.page_banner_policies .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 600px) and (min-width: 321px) {
  #page_policies .container,
  #page_banner_func.page_banner_policies .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 320px) {
  #page_policies .container,
  #page_banner_func.page_banner_policies .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
#page_policies {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media screen and (max-width: 800px) {
  #page_policies {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#page_policies .intro,
#page_policies .content_top_policy {
  margin-bottom: 60px;
}
#page_policies .intro h2,
#page_policies .content_top_policy h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 34px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #page_policies .intro h2,
  #page_policies .content_top_policy h2 {
    font-size: 25px;
  }
}
#page_policies .intro h3,
#page_policies .content_top_policy h3 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#page_policies .intro h3.alpha,
#page_policies .content_top_policy h3.alpha {
  padding-bottom: 22px;
  border-bottom: solid 1px #6d6e6e;
  margin-bottom: 40px;
}
#page_policies .intro h3 *,
#page_policies .content_top_policy h3 * {
  display: inline;
}
#page_policies .intro #results_number_container,
#page_policies .content_top_policy #results_number_container {
  font-family: 'adobe-caslon-pro', serif;
  font-size: 17px;
}
#page_policies .intro #alphabet,
#page_policies .content_top_policy #alphabet {
  font-size: 24px;
  font-weight: normal;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
}
#page_policies .intro #alphabet .letter,
#page_policies .content_top_policy #alphabet .letter {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#page_policies .intro #alphabet .letter:hover,
#page_policies .content_top_policy #alphabet .letter:hover {
  color: #801c1b;
}
#page_policies .intro #alphabet .letter.active,
#page_policies .content_top_policy #alphabet .letter.active {
  color: #263b6e;
  font-weight: bold;
}
#page_policies .intro p,
#page_policies .content_top_policy p {
  line-height: 32px;
  font-size: 17px;
  font-family: 'adobe-caslon-pro', serif;
}
#page_policies .intro p:not(:last-child),
#page_policies .content_top_policy p:not(:last-child) {
  margin-bottom: 20px;
}
#page_policies .intro p a,
#page_policies .content_top_policy p a {
  color: #2a3d6a;
}
#page_policies .intro p a:hover,
#page_policies .content_top_policy p a:hover {
  color: #801c1b;
}
#page_policies .intro .download_button_container,
#page_policies .content_top_policy .download_button_container {
  margin-top: 50px;
}
#page_policies .intro .download_button_container img,
#page_policies .content_top_policy .download_button_container img,
#page_policies .intro .download_button_container .file-size,
#page_policies .content_top_policy .download_button_container .file-size {
  display: none;
}
#page_policies .intro .download_button_container a,
#page_policies .content_top_policy .download_button_container a {
  display: inline-block;
  height: 40px;
  line-height: 43px;
  padding-left: 19px;
  padding-right: 19px;
  border-radius: 3px;
  background: #263b6e;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
#page_policies .intro .download_button_container a:hover,
#page_policies .content_top_policy .download_button_container a:hover {
  background: #801c1b;
}
#page_policies .content_dates_policy {
  margin-bottom: 50px;
  padding-top: 18px;
  padding-bottom: 15px;
  border-top: #dadada;
  position: relative;
}
#page_policies .content_dates_policy .border {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #d8d8d8;
}
#page_policies .content_dates_policy .border:before {
  content: "";
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #d8d8d8 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
#page_policies .content_dates_policy .border:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #d8d8d8 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #d8d8d8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d8d8', endColorstr='#ffffffff', GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 1px;
}
#page_policies .content_dates_policy .border.border_top {
  top: 0;
}
#page_policies .content_dates_policy .border.border_bottom {
  bottom: 0;
}
#page_policies .content_dates_policy ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  #page_policies .content_dates_policy ul {
    display: block;
  }
  #page_policies .content_dates_policy ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#page_policies .content_dates_policy ul > li {
  color: #474848;
  font-size: 17px;
  font-weight: 300;
}
#page_policies .content_dates_policy ul > li * {
  display: inline;
}
#page_policies .content_dates_policy ul > li strong {
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 1400px) {
  #page_policies .content_dates_policy ul > li strong {
    display: block;
    margin-bottom: 5px;
  }
}
#page_policies .content_categories_policy > li:not(:last-child) {
  margin-bottom: 36px;
}
#page_policies .content_categories_policy > li strong {
  display: block;
  font-weight: normal;
  font-size: 19px;
  color: #474848;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#page_policies .content_categories_policy > li span {
  font-family: 'adobe-caslon-pro', serif;
}
#page_policies .content_categories_policy > li a {
  color: #263b6e;
}
#page_policies .content_categories_policy > li a:hover {
  color: #801c1b;
}
#page_policies .search_form_policies {
  position: relative;
  margin-bottom: 72px;
}
#page_policies .search_form_policies input[type=text] {
  width: 100%;
  display: block;
  height: 72px;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 25px;
  border: solid 1px #bcbdc0;
  border-radius: 3px;
  color: #bcbdc0;
  padding-top: 7px;
}
#page_policies .search_form_policies input[type=text]::-moz-placeholder {
  color: #dedfe0;
  opacity: 1;
}
#page_policies .search_form_policies input[type=text]:-ms-input-placeholder {
  color: #dedfe0;
}
#page_policies .search_form_policies input[type=text]::-webkit-input-placeholder {
  color: #dedfe0;
}
#page_policies .search_form_policies input[type=text]:focus::-moz-placeholder {
  color: #f1f2f3;
  opacity: 1;
}
#page_policies .search_form_policies input[type=text]:focus:-ms-input-placeholder {
  color: #f1f2f3;
}
#page_policies .search_form_policies input[type=text]:focus::-webkit-input-placeholder {
  color: #f1f2f3;
}
#page_policies .search_form_policies input[type=submit] {
  position: absolute;
  border: none;
  padding: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(/themes/custom/aup_2020/img/search_policies_icon.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 50%;
  margin-top: -15px;
  right: 25px;
}
#page_policies .list-category-policies {
  margin-right: -15px;
  margin-left: -15px;
}
#page_policies .list-category-policies:before,
#page_policies .list-category-policies:after {
  content: " ";
  display: table;
}
#page_policies .list-category-policies:after {
  clear: both;
}
#page_policies .list-category-policies:before,
#page_policies .list-category-policies:after {
  content: " ";
  display: table;
}
#page_policies .list-category-policies:after {
  clear: both;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li,
#page_policies .list-category-policies > li {
  padding: 0px 15px;
  margin: 0 0 30px 0;
  width: 20%;
  float: left;
}
@media screen and (max-width: 1400px) {
  #page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li,
  #page_policies .list-category-policies > li {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  #page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li,
  #page_policies .list-category-policies > li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  #page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li,
  #page_policies .list-category-policies > li {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li,
  #page_policies .list-category-policies > li {
    width: 100%;
  }
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a,
#page_policies .list-category-policies > li a {
  display: block;
  background: #263b6e;
  color: #fff;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a.purple,
#page_policies .list-category-policies > li a.purple {
  background: #652644;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a:hover .bg .img img,
#page_policies .list-category-policies > li a:hover .bg .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .img,
#page_policies .list-category-policies > li a .bg .img {
  height: 186px;
  position: relative;
  overflow: hidden;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .img.has-img:before,
#page_policies .list-category-policies > li a .bg .img.has-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 67px;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  bottom: 0;
  z-index: 10;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .img img,
#page_policies .list-category-policies > li a .bg .img img {
  display: block;
  height: 100%;
  width: auto;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .img h3,
#page_policies .list-category-policies > li a .bg .img h3 {
  position: absolute;
  z-index: 100;
  width: 100%;
  font-size: 18.8px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 9px;
  padding-right: 34px;
  bottom: 10px;
  left: 0;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .detail,
#page_policies .list-category-policies > li a .bg .detail {
  height: 107px;
  padding: 10.5px;
  position: relative;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .detail p,
#page_policies .list-category-policies > li a .bg .detail p {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .detail .read_more,
#page_policies .list-category-policies > li a .bg .detail .read_more {
  font-size: 11.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: absolute;
  right: 13px;
  bottom: 15px;
}
#page_policies .list-category-policies > .views-element-container > .view > .view-content > .views-row > li a .bg .detail .read_more:after,
#page_policies .list-category-policies > li a .bg .detail .read_more:after {
  content: " >";
}
#page_policies .list-policies .view-content > li,
#page_policies .list-policies > li {
  border-top: solid 1px #6d6d6d;
}
#page_policies .list-policies .view-content > li:last-child,
#page_policies .list-policies > li:last-child {
  border-bottom: solid 1px #e6e6e6;
}
#page_policies .list-policies .view-content > li:last-child a,
#page_policies .list-policies > li:last-child a {
  border-bottom: solid 1px #6d6d6d;
}
#page_policies .list-policies .view-content > li a,
#page_policies .list-policies > li a {
  display: block;
  border-top: solid 1px #e6e6e6;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  position: relative;
  letter-spacing: -0.2px;
  text-align: left;
  color: #474848;
}
#page_policies .list-policies .view-content > li a:hover,
#page_policies .list-policies > li a:hover {
  background: #263b6e;
  color: #fff;
  border-color: #263b6e;
}
#page_policies .list-policies .view-content > li a:hover .language_display span,
#page_policies .list-policies > li a:hover .language_display span {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#page_policies .list-policies .view-content > li a:after,
#page_policies .list-policies > li a:after {
  content: ">";
  height: 47px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 32px;
}
@media screen and (max-width: 700px) {
  #page_policies .list-policies .view-content > li a:after,
  #page_policies .list-policies > li a:after {
    right: 10px;
  }
}
#page_policies .list-policies .view-content > li a h4,
#page_policies .list-policies > li a h4 {
  display: inline;
  font-weight: normal;
}
#page_policies .list-policies .view-content > li a h4 strong,
#page_policies .list-policies > li a h4 strong {
  font-weight: 700;
}
#page_policies .list-policies .view-content > li a .language_display,
#page_policies .list-policies > li a .language_display {
  margin-left: 20px;
}
#page_policies .list-policies .view-content > li a .language_display.lang_EN,
#page_policies .list-policies > li a .language_display.lang_EN {
  display: none;
}
#page_policies .list-policies .view-content > li a .language_display span,
#page_policies .list-policies > li a .language_display span {
  color: #801c1b;
  font-weight: bold;
}
#page_policies #policies_footer {
  margin-top: 60px;
}
#page_policies #policies_footer h3 {
  color: #333333;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: solid 1px #efefef;
  margin-bottom: 30px;
  font-style: italic;
}
#page_policies #policies_footer .list-last-policies {
  margin-bottom: 30px;
  display: flex;
  align-items: top;
}
#page_policies #policies_footer .list-last-policies:before,
#page_policies #policies_footer .list-last-policies:after {
  content: " ";
  display: table;
}
#page_policies #policies_footer .list-last-policies:after {
  clear: both;
}
#page_policies #policies_footer .list-last-policies:before,
#page_policies #policies_footer .list-last-policies:after {
  content: " ";
  display: table;
}
#page_policies #policies_footer .list-last-policies:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  #page_policies #policies_footer .list-last-policies {
    margin: 0px -15px;
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
    /* Or do it all in one line
     with flex flow */
    flex-flow: row wrap;
    /* tweak where items line
      up on the row
      valid values are: flex-start,
      flex-end, space-between,
      space-around, stretch */
    align-content: flex-end;
  }
}
#page_policies #policies_footer .list-last-policies > li,
#page_policies #policies_footer .list-last-policies .view-content > li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  #page_policies #policies_footer .list-last-policies > li,
  #page_policies #policies_footer .list-last-policies .view-content > li {
    padding: 0px 15px !important;
    width: 50%;
    margin-bottom: 30px;
    border: none !important;
  }
}
@media screen and (max-width: 450px) {
  #page_policies #policies_footer .list-last-policies > li,
  #page_policies #policies_footer .list-last-policies .view-content > li {
    width: 100%;
  }
}
#page_policies #policies_footer .list-last-policies > li .bg,
#page_policies #policies_footer .list-last-policies .view-content > li .bg {
  color: #484848;
}
#page_policies #policies_footer .list-last-policies > li .bg:hover,
#page_policies #policies_footer .list-last-policies .view-content > li .bg:hover {
  color: #263b6e;
}
#page_policies #policies_footer .list-last-policies > li h4,
#page_policies #policies_footer .list-last-policies .view-content > li h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px;
}
#page_policies #policies_footer .list-last-policies > li p,
#page_policies #policies_footer .list-last-policies .view-content > li p {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
}
#page_policies #policies_footer .list-last-policies > li p b,
#page_policies #policies_footer .list-last-policies .view-content > li p b {
  font-weight: 500;
  margin-right: 5px;
}
#page_policies #policies_footer .list-last-policies > li p:not(:last-child),
#page_policies #policies_footer .list-last-policies .view-content > li p:not(:last-child) {
  margin-bottom: 10px;
}
#page_policies #policies_footer .view_more_updates {
  font-weight: 500;
  font-size: 14px;
  color: #263b6e;
}
#page_policies #policies_footer .view_more_updates:hover {
  color: #801c1b;
}
/* HOME PAGE */
#header {
  z-index: 500;
}
#header .container {
  width: 1140px;
  margin: 0px auto;
}
@media (max-width: 1199px) {
  #header .container {
    width: 100%;
  }
}
#header #top_header {
  border-bottom: 8px solid #d9a226;
}
@media (min-width: 1200px) {
  #header #top_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#header #top_header .container .header_top_left {
  background-color: #263b6e;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 1199px) {
  #header #top_header .container .header_top_left {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 650px) {
  #header #top_header .container .header_top_left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  #header #top_header .container .header_top_left:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100vw;
    background-color: #263b6e;
  }
  #header #top_header .container .header_top_left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 92px 45px 0 0;
    border-color: #263b6e transparent transparent transparent;
    top: 0;
    right: -45px;
  }
}
#header #top_header .container .header_top_left h1 {
  position: relative;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 2.23;
  text-align: left;
  color: #ffffff;
  height: 92px;
  line-height: 96px;
}
#header #top_header .container .header_top_left h1 small {
  font-weight: 300;
  font-size: 26px;
}
@media (max-width: 1199px) {
  #header #top_header .container .header_top_left h1 {
    height: 85px;
    line-height: 90px;
  }
}
@media (max-width: 600px) {
  #header #top_header .container .header_top_left h1 {
    font-size: 18px;
    height: 60px;
    line-height: 65px;
    text-align: center;
  }
  #header #top_header .container .header_top_left h1 small {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  #header #top_header .container .header_top_left h1 {
    font-size: 14px;
  }
  #header #top_header .container .header_top_left h1 small {
    font-size: 13px;
  }
}
#header #top_header .container .header_top_right {
  background: #fff;
}
@media (max-width: 1199px) {
  #header #top_header .container .header_top_right {
    padding: 20px 50px;
  }
}
@media (max-width: 650px) {
  #header #top_header .container .header_top_right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
#header #top_header .container .header_top_right nav > .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_right nav > .menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2px 15px;
  }
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_right nav > .menu > li {
    grid-column: span 2;
  }
  #header #top_header .container .header_top_right nav > .menu > li a {
    text-align: center !important;
  }
}
#header #top_header .container .header_top_right nav > .menu > li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 600px) {
  #header #top_header .container .header_top_right nav > .menu > li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_right nav > .menu > li:not(:last-child) {
    margin-right: 0;
  }
}
#header #top_header .container .header_top_right nav > .menu > li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 3.63;
  text-align: left;
  color: #263b6e;
  text-transform: uppercase;
  height: 31px;
  line-height: 37px;
}
@media (max-width: 600px) {
  #header #top_header .container .header_top_right nav > .menu > li a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_right nav > .menu > li a {
    font-size: 12px;
  }
}
#header #top_header .container .header_top_right nav > .menu > li a:hover {
  color: #801c1b;
}
#header #top_header .container .header_top_right nav > .menu > li a.button_header {
  border-radius: 5px;
  border: solid 2px #263b6e;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 33px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  #header #top_header .container .header_top_right nav > .menu > li a.button_header {
    justify-self: flex-end;
  }
  #header #top_header .container .header_top_right nav > .menu > li a.button_header.button_header_first {
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  #header #top_header .container .header_top_right nav > .menu > li a.button_header {
    grid-column: span 3;
    justify-self: initial;
    margin-left: initial !important;
    margin-right: initial !important;
  }
  #header #top_header .container .header_top_right nav > .menu > li a.button_header a {
    width: 100%;
    text-align: center;
  }
}
#header #top_header .container .header_top_right nav > .menu > li a.button_header:hover {
  background: #263b6e;
  color: #fff;
}
#header #bottom_header {
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199px) {
  #header #bottom_header .left {
    padding-top: 6px;
  }
}
@media (max-width: 1199px) {
  #header #bottom_header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 650px) {
  #header #bottom_header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #header #bottom_header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header #bottom_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  #header #bottom_header .container {
    align-items: flex-start;
  }
}
#header #bottom_header #home_hamburger {
  position: relative;
  padding: 0;
  width: auto;
  height: 17px;
  background: none;
  margin: 0;
  overflow: initial;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header #bottom_header #home_hamburger.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.7);
}
#header #bottom_header #home_hamburger svg {
  fill: #263b6e;
  margin-right: 20px;
}
#header #bottom_header #home_hamburger span {
  height: 17px;
  line-height: 23px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #263b6e;
  display: block;
  padding: 0;
}
@media (min-width: 1200px) {
  #header #bottom_header .header_main_menu_home > nav > .menu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  #header #bottom_header .header_main_menu_home > nav > .menu {
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all;
  }
  #header #bottom_header .header_main_menu_home > nav > .menu.expend {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  #header #bottom_header .header_main_menu_home > nav > .menu > li:first-child {
    display: none;
  }
}
#header #bottom_header .header_main_menu_home > nav > .menu > li:first-child .nolink:after {
  content: "|";
  margin-left: 5px;
}
@media (max-width: 1199px) {
  #header #bottom_header .header_main_menu_home > nav > .menu > li:first-child .nolink {
    outline: none;
    background: #263b6e;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  #header #bottom_header .header_main_menu_home > nav > .menu > li:first-child .nolink:after {
    display: none;
  }
}
#header #bottom_header .header_main_menu_home > nav > .menu > li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  #header #bottom_header .header_main_menu_home > nav > .menu > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#header #bottom_header .header_main_menu_home > nav > .menu > li a {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #263b6e;
  display: block;
}
#header #bottom_header .header_main_menu_home > nav > .menu > li a:hover {
  color: #801c1b;
}
#header #bottom_header .header_main_menu_home > nav > .menu > li .nolink {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  color: #263b6e;
}
#footer_home #footer_home_header {
  background: #263b6e;
  border-bottom: 8px solid #d9a226;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 400px) {
  #footer_home #footer_home_header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer_home #footer_home_header form {
  width: 563px;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
}
#footer_home #footer_home_header form input[type=text] {
  height: 36px;
  background: #fff;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.97;
  text-align: left;
  color: #3f3f40;
  display: block;
  width: 100%;
  border: none;
}
#footer_home #footer_home_header form input[type=text]::-moz-placeholder {
  color: #3f3f40;
  opacity: 1;
}
#footer_home #footer_home_header form input[type=text]:-ms-input-placeholder {
  color: #3f3f40;
}
#footer_home #footer_home_header form input[type=text]::-webkit-input-placeholder {
  color: #3f3f40;
}
#footer_home #footer_home_header form input[type=text]:focus::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
#footer_home #footer_home_header form input[type=text]:focus:-ms-input-placeholder {
  color: #b4b4b4;
}
#footer_home #footer_home_header form input[type=text]:focus::-webkit-input-placeholder {
  color: #b4b4b4;
}
#footer_home #footer_home_header form .form-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  margin: 0;
}
#footer_home #footer_home_header form .form-actions input[type=submit] {
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArlJREFUeNrsmD9oFEEUxveSmBSJBsMVCiGNcCIiyBU5kAQkBCWdSuxTJBAR0miZNrZaprewSJE6/kWwiAkkIZBDIqcERAsP/FfEKJvzG3kHy8fs7czuzqh4D35ws9y+9zE78+a9KQT2dhaMgzIogQHQA/ZBHeyCdfAI1II/ZH1gDuyAhgVrYBp0+xLaAWbAR0uhzB6YdC32BHiSIEQtgzdgS0T9SPj/Euh3IfYceBcT9AW4CU7LF4hal7x7G2zGvP8KDOUt9pMm0DMwbOlrDGxofKnJGMxrGfDMfgezoJDSZyeYByH53ZHNnGmD8Zr9AkZy+nJXwQH5v5/F4YxmZkdy3hvXwCHFmUibZzl1zTrKPgsUp6rZvIk2p9lgBUeCj4jIaLzrtk74BBsO3NoVirdiWxtwnnVt6uu9jcQMpSYxygzj9OyBB8ENiqN0XDQVXKZnjz3VKU9pXDYVXIqMVSp77UnwFo1LpoKja+eD5EkfVpdiqWlFU8E9kfFXz3X2PqU7I8HRl457Ftwb+R2aCq5HxielRPRhHOu9qeBd+ixnPAk+T+OaqeB1enbZk2CO89L0xVN00m16ENslGakZU5WdR20crJHoMceCpyjesq2DaXKwIZ2Cq8ywR/Gsl2G3xsm8I8GLFGc1raNJchRKW5On3aAY6lS9kMXhEjk8kLYmL7HciN7N6rRf7g14FhZMj86YNbsYc0cxmsdMDMVcolSlUyhYpK4pzd7grrySh+jBFhd/qlO4I4V/UXPcqi74HuXZhg/RfXJvkBRQrfPP4GfC/w5lzY6KSCeiA5mxapDt9nKVskHFtegOacVXNDu91cwvtzgUUolOc/cwIA1j8wa+KBkklBKxJoXMc/AtwZcS9xAcoybikk0x5NucL4+26Lbotuj/SPR28Jcbi74V/ANWkZn9LfaXAAMAPtR+/WzMvPYAAAAASUVORK5CYII=');
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#footer_home #footer_home_content .container {
  width: 1140px;
  margin: 0px auto;
  padding-top: 63px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  #footer_home #footer_home_content .container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  #footer_home #footer_home_content .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    grid-gap: 75px;
  }
}
@media (max-width: 890px) {
  #footer_home #footer_home_content .container {
    grid-template-columns: 1fr;
    grid-gap: 65px;
  }
}
@media (max-width: 540px) {
  #footer_home #footer_home_content .container {
    grid-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 400px) {
  #footer_home #footer_home_content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer_home #footer_home_content .container .block_1 {
  text-align: center;
}
#footer_home #footer_home_content .container .block_1 h3 {
  font-size: 18px;
  text-align: center;
  color: #273b6e;
  margin-bottom: 24px;
}
#footer_home #footer_home_content .container .block_1 .footer_address {
  font-family: 'adobe-caslon-pro', serif;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  color: #6c6c6d;
  margin-bottom: 24px;
}
#footer_home #footer_home_content .container .block_1 .footer_rs .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_home #footer_home_content .container .block_1 .footer_rs .menu > li:not(:last-child) {
  margin-right: 27px;
}
#footer_home #footer_home_content .container .block_1 .footer_rs .menu > li a {
  font-size: 0;
  color: #000;
}
#footer_home #footer_home_content .container .block_1 .footer_rs .menu > li a:hover {
  color: #801c1b;
}
#footer_home #footer_home_content .container .block_1 .footer_rs .menu > li a:before {
  font-size: 23px;
}
#footer_home #footer_home_content .container .block_2 h3,
#footer_home #footer_home_content .container .block_3 h3 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #323233;
  text-transform: uppercase;
  line-height: 34px;
}
#footer_home #footer_home_content .container .block_2 .menu,
#footer_home #footer_home_content .container .block_3 .menu {
  margin: 0;
}
#footer_home #footer_home_content .container .block_2 .menu > li a,
#footer_home #footer_home_content .container .block_3 .menu > li a {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #263b6e;
  text-transform: uppercase;
  line-height: 34px;
}
#footer_home #footer_home_content .container .block_2 .menu > li a:hover,
#footer_home #footer_home_content .container .block_3 .menu > li a:hover {
  color: #801c1b;
}
@media (max-width: 1199px) {
  #footer_home #footer_home_content .container .block_2 {
    padding-top: 40px;
  }
  #footer_home #footer_home_content .container .block_2 .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1199px) and (max-width: 540px) {
  #footer_home #footer_home_content .container .block_2 .menu {
    grid-template-columns: 55% 45%;
    grid-gap: 0px 15px;
  }
}
#footer_home #footer_home_content .container .block_3 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1199px) {
  #footer_home #footer_home_content .container .block_3 {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 890px) {
  #footer_home #footer_home_content .container .block_3 {
    grid-column: initial;
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
@media (max-width: 540px) {
  #footer_home #footer_home_content .container .block_3 {
    grid-gap: 30px;
  }
}
#footer_home #footer_home_content .container .block_3 .footer_menu_quicklinks .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 50px;
}
@media (max-width: 890px) {
  #footer_home #footer_home_content .container .block_3 .footer_menu_quicklinks .menu {
    grid-gap: 0px 15px;
    grid-template-columns: 55% 45%;
  }
}
@media (max-width: 1199px) {
  #footer_home #footer_home_content .container .block_3 .footer_menu_others .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 50px;
  }
}
@media (max-width: 1199px) and (max-width: 890px) {
  #footer_home #footer_home_content .container .block_3 .footer_menu_others .menu {
    grid-gap: 0px 15px;
    grid-template-columns: 55% 45%;
  }
}
.page_wrapper_home {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .page_wrapper_home {
    padding-top: 164px;
  }
}
@media (max-width: 650px) {
  .page_wrapper_home {
    padding-top: 139px;
  }
}
@media (max-width: 500px) {
  .page_wrapper_home {
    padding-top: 119px;
  }
}
.page_wrapper_home #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .page_wrapper_home .widget_row {
    margin-bottom: 30px;
  }
}
.page_wrapper_home .widget_centered_container .container {
  max-width: 1320px;
  margin: 0px auto;
}
.page_wrapper_home .widget_centered_container .container .widget_content {
  padding-left: 87px;
  padding-right: 87px;
}
@media (max-width: 1199px) {
  .page_wrapper_home .widget_centered_container .container .widget_content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 800px) {
  .page_wrapper_home .widget_centered_container .container .widget_content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 500px) {
  .page_wrapper_home .widget_centered_container .container .widget_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page_wrapper_home .widget_centered h2.centered-separator {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 64px !important;
}
@media (max-width: 1199px) {
  .page_wrapper_home .widget_centered h2.centered-separator {
    margin-bottom: 45px !important;
  }
}
.page_wrapper_home .widget_centered h2.centered-separator:before {
  content: "";
  height: 1px;
  background-color: #a1a1a2;
  width: 100%;
  top: 13px;
  left: 0;
  position: absolute;
}
.page_wrapper_home .widget_centered h2.centered-separator span {
  position: relative;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
/* BLOCKS */
.announcement a {
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
}
.announcement .views-field-field-announcement-heading h2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 30px;
  height: 33px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  background-size: 18px;
}
@media screen and (max-width: 1220px) {
  .announcement .views-field-field-announcement-heading h2 {
    background-position: 0px center;
    height: 25px;
    line-height: 29px;
    padding-left: 45px;
    font-size: 17px;
  }
}
.announcement .view-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  line-height: 33px;
}
@media screen and (max-width: 1220px) {
  .announcement .view-content {
    height: auto;
    line-height: initial;
  }
}
.announcement .view-content .views-row {
  border: none;
  padding: 0px;
}
.announcement .view-content .views-row .views-field {
  display: inline-block;
  vertical-align: middle;
}
.announcement .view-content .views-row .views-field-title {
  font-size: 15px;
}
@media screen and (max-width: 1220px) {
  .announcement .view-content .views-row .views-field-title {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.announcement .view-content .views-row .views-field-view-node {
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1220px) {
  .announcement .view-content .views-row .views-field-view-node {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.announcement .view-content .views-row .views-field-view-node a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1220px) {
  .announcement .view-content .views-row .views-field-view-node a {
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
  }
}
.announcement-emergency {
  background: #b41917;
}
.announcement-emergency .views-field-field-announcement-heading {
  background: url(/themes/custom/aup_2020/img/icon-announcement-emergency.png) 15px center no-repeat;
  background-size: 18px;
}
.announcement-informational {
  background: #263b6e;
}
.announcement-informational .views-field-field-announcement-heading {
  background: url(/themes/custom/aup_2020/img/icon-announcement-informational.png) 15px center no-repeat;
  background-size: 18px;
}
#views-exposed-form-multisite-search-page .form-item-keywords {
  float: none;
}
#views-exposed-form-multisite-search-page .form-item-keywords .form-text {
  width: 100%;
}
#views-exposed-form-multisite-search-page .form-actions {
  float: right;
  margin: 0;
}
#block-workspaceswitcher {
  background: #000000;
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  padding: 4px 0;
}
#block-workspaceswitcher .container-inline,
#block-workspaceswitcher .form-actions {
  display: inline;
  padding: 0 1em;
}
#block-workspaceswitcher .button,
#block-workspaceswitcher select {
  color: #000 !important;
}
#block-workspaceswitcher .workspace-switcher-form {
  padding-left: 40px;
  background: url(/themes/custom/aup_2020/img/icon-workspaces.svg) 16px center no-repeat;
}
/* FORMS */
#page_content .webform-progressbar {
  margin-bottom: 60px;
}
#page_content form {
  background: #f6f6f6;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
}
#page_content form p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
}
#page_content form #edit-actions {
  float: right;
}
#page_content form .webform-component-time .webform-container-inline label {
  display: none;
}
#page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) {
  margin-bottom: 20px;
  padding-left: 25px;
}
@media screen and (max-width: 700px) {
  #page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) {
    padding-left: 5px;
  }
}
#page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) > li {
  margin-bottom: 15px;
  font-size: 17px;
  padding-left: 25px;
  position: relative;
}
#page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) > li a {
  color: #133fad;
}
#page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) > li a:hover {
  color: #801c1b;
}
#page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #263b6e;
  position: absolute;
  left: 0;
  top: 8px;
}
#page_content form ul:not(.chosen-choices):not(.chosen-results):not(.horizontal-tabs-list) > li:last-child {
  margin-bottom: 0;
}
#page_content form .webform-container-inline:before,
#page_content form .webform-container-inline:after {
  content: " ";
  display: table;
}
#page_content form .webform-container-inline:after {
  clear: both;
}
#page_content form .webform-container-inline:before,
#page_content form .webform-container-inline:after {
  content: " ";
  display: table;
}
#page_content form .webform-container-inline:after {
  clear: both;
}
#page_content form .webform-container-inline .form-item {
  float: left;
  min-width: 110px;
}
#page_content form .webform-container-inline .form-item:not(:last-child) {
  margin-right: 20px;
}
#page_content form .webform-container-inline .form-type-radio {
  margin-bottom: 0 !important;
}
#page_content form .form-type-password-confirm .password-strength,
#page_content form .form-type-password-confirm div.password-confirm,
#page_content form .form-type-password-confirm .password-suggestions {
  display: none !important;
}
#page_content form .webform-datepicker {
  margin-left: -15px;
  margin-right: -15px;
}
#page_content form .webform-datepicker:before,
#page_content form .webform-datepicker:after {
  content: " ";
  display: table;
}
#page_content form .webform-datepicker:after {
  clear: both;
}
#page_content form .webform-datepicker:before,
#page_content form .webform-datepicker:after {
  content: " ";
  display: table;
}
#page_content form .webform-datepicker:after {
  clear: both;
}
#page_content form .webform-datepicker > .form-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1220px) {
  #page_content form .webform-datepicker > .form-item {
    float: left;
    width: 25%;
  }
}
#page_content form .webform-datepicker > .form-item label {
  display: none;
}
#page_content form .webform-datepicker > .form-item:not(:last-child) {
  margin-bottom: 0;
}
#page_content form .form-item {
  margin-bottom: 30px;
}
#page_content form .form-item:before,
#page_content form .form-item:after {
  content: " ";
  display: table;
}
#page_content form .form-item:after {
  clear: both;
}
#page_content form .form-item:before,
#page_content form .form-item:after {
  content: " ";
  display: table;
}
#page_content form .form-item:after {
  clear: both;
}
#page_content form .form-item label {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
#page_content form .form-item input[type='text'],
#page_content form .form-item input[type='email'],
#page_content form .form-item select,
#page_content form .form-item textarea,
#page_content form .form-item input[type='password'] {
  width: 100%;
  height: 35px;
  text-indent: 10px;
  background: #fff;
  padding: 0;
  border: solid 1px #adadad;
  outline: none;
  border-radius: 5px;
}
#page_content form .form-item input[type='text']:focus,
#page_content form .form-item input[type='email']:focus,
#page_content form .form-item select:focus,
#page_content form .form-item textarea:focus,
#page_content form .form-item input[type='password']:focus {
  border-color: #263b6e;
}
#page_content form .form-item textarea {
  height: 200px;
  padding: 10px;
  text-indent: 0;
}
#page_content form .form-item .description {
  margin-top: 5px;
  font-style: italic;
}
#page_content form .form-item input[readonly],
#page_content form .form-item input[disabled] {
  background-color: #DDD;
}
#page_content form .form-radios .form-item,
#page_content form .form-checkboxes .form-item {
  margin-bottom: 10px;
}
#page_content form .form-radios label,
#page_content form .form-checkboxes label {
  display: inline;
  font-size: 16px;
  padding-left: 5px;
  text-transform: none;
}
#page_content form .field-type-list-boolean {
  margin-bottom: 30px;
}
#page_content form .form-type-checkbox,
#page_content form .form-type-radio,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup {
  margin-bottom: 15px !important;
}
#page_content form .form-type-checkbox:last-child,
#page_content form .form-type-radio:last-child,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup:last-child {
  margin-bottom: 0 !important;
}
#page_content form .form-type-checkbox input,
#page_content form .form-type-radio input,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup input {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 24px;
}
#page_content form .form-type-checkbox label,
#page_content form .form-type-radio label,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup label {
  padding-left: 30px;
  position: relative;
  line-height: 24px;
  display: block;
  text-transform: none;
  margin-bottom: 0;
  cursor: pointer;
}
#page_content form .form-type-checkbox label:before,
#page_content form .form-type-radio label:before,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background: #fff;
  border: solid 1px #adadad;
}
#page_content form .form-type-checkbox label:after,
#page_content form .form-type-radio label:after,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup label:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjcwRDVFRkVFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjcwRDVFRkRFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjcwRDVFRjlFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjcwRDVFRkFFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6raPfgAAAAtklEQVR42mJgoAzYAfEaIOanxBBdIP4CxP+B+Ay5hugA8Q+oISAcTa4hX5AMsf///z/JhuihucQWZAipBmkD8Xdkl4AEkQ3iBeINQOyJxxADNEOsYRLIBh2FSv4GYmMcLvmJZIgdsiSyQSFA/AeqCESbornkGzaXYDMIBEyQFINcJgHEIkD8CzlgsfkZW2BbILnsDRC/xOcSfAYxQMPoL5IBIGyDLyrxRb8F1EVvCRmCbBBAgAEA5BBvY+Xo1KMAAAAASUVORK5CYII=');
  background-size: 18px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#page_content form .form-type-checkbox input:checked + label:after,
#page_content form .form-type-radio input:checked + label:after,
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup input:checked + label:after {
  opacity: 1;
}
#page_content form .form-type-radio label:before {
  border-radius: 50%;
}
#page_content form .webform-component-optionsmarkup .webform-component-optionsmarkup input.form-radio + label:before {
  border-radius: 50%;
}
#page_content form .webform-grid-option .form-type-checkbox input,
#page_content form .webform-grid-option .form-type-radio input {
  display: inline-block;
}
#page_content form .form-type-date:before,
#page_content form .form-type-date:after {
  content: " ";
  display: table;
}
#page_content form .form-type-date:after {
  clear: both;
}
#page_content form .form-type-date:before,
#page_content form .form-type-date:after {
  content: " ";
  display: table;
}
#page_content form .form-type-date:after {
  clear: both;
}
#page_content form .form-type-date .container-inline {
  margin-left: -15px;
  margin-right: -15px;
}
#page_content form .form-type-date .container-inline > .form-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  #page_content form .form-type-date .container-inline > .form-item {
    float: left;
    width: 33.33333333%;
  }
}
#page_content form .form-type-date .container-inline > .form-item label {
  text-transform: none;
  margin-bottom: 0px;
  float: left;
  width: 30%;
  height: 35px;
  line-height: 35px;
}
#page_content form .form-type-date .container-inline > .form-item select {
  float: left;
  width: 70%;
  text-align: center;
}
#page_content form .filter-wrapper {
  display: none;
}
#page_content .form-actions,
#page_content .action {
  margin-top: 20px;
}
#page_content .form-actions:before,
#page_content .action:before,
#page_content .form-actions:after,
#page_content .action:after {
  content: " ";
  display: table;
}
#page_content .form-actions:after,
#page_content .action:after {
  clear: both;
}
#page_content .form-actions:before,
#page_content .action:before,
#page_content .form-actions:after,
#page_content .action:after {
  content: " ";
  display: table;
}
#page_content .form-actions:after,
#page_content .action:after {
  clear: both;
}
#page_content .criterion:not(:last-child) {
  margin-bottom: 30px;
}
#page_content #edit-basic {
  margin-bottom: 30px;
}
#page_content #edit-basic:before,
#page_content #edit-basic:after {
  content: " ";
  display: table;
}
#page_content #edit-basic:after {
  clear: both;
}
#page_content #edit-basic:before,
#page_content #edit-basic:after {
  content: " ";
  display: table;
}
#page_content #edit-basic:after {
  clear: both;
}
#page_content #edit-basic #edit-submit {
  float: right;
}
#page_content .form-submit[type='submit'] {
  display: inline-block;
  height: 40px;
  line-height: 43px;
  background: #263b6e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 0px 30px;
  margin-right: 30px;
  border: none;
  border-radius: 5px;
}
#page_content .form-submit[type='submit']:hover {
  background: #801c1b;
}
#page_content fieldset:not(.horizontal-tabs-pane):not(.collapsed) {
  border: 1px solid #adadad;
  padding: 20px;
  margin-bottom: 20px;
}
#page_content fieldset:not(.horizontal-tabs-pane):not(.collapsed):not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#page_content fieldset:not(.horizontal-tabs-pane).collapsed {
  border-top: 1px solid #adadad;
  padding: 0 20px;
  margin-bottom: 20px;
}
#page_content fieldset:not(.horizontal-tabs-pane) legend {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #263b6e;
  letter-spacing: 1px;
}
#page_content fieldset:not(.horizontal-tabs-pane) legend span {
  padding: 0 10px;
}
#page_content fieldset:not(.horizontal-tabs-pane) .fieldset-description {
  font-size: 16px;
  margin-bottom: 20px;
}
#page_content .webform-grid .form-type-radio {
  position: relative;
}
#page_content .webform-grid .form-type-radio label {
  width: 24px;
  height: 24px;
  position: relative !important;
}
#page_content .webform-grid .form-type-radio input {
  width: 24px;
  height: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjcwRDVFRkVFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjcwRDVFRkRFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjcwRDVFRjlFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjcwRDVFRkFFODA4MTFFOTg0QUJGODA5MkI4MzAyRTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6raPfgAAAAtklEQVR42mJgoAzYAfEaIOanxBBdIP4CxP+B+Ay5hugA8Q+oISAcTa4hX5AMsf///z/JhuihucQWZAipBmkD8Xdkl4AEkQ3iBeINQOyJxxADNEOsYRLIBh2FSv4GYmMcLvmJZIgdsiSyQSFA/AeqCESbornkGzaXYDMIBEyQFINcJgHEIkD8CzlgsfkZW2BbILnsDRC/xOcSfAYxQMPoL5IBIGyDLyrxRb8F1EVvCRmCbBBAgAEA5BBvY+Xo1KMAAAAASUVORK5CYII=');
  background-size: 18px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  appearance: none;
  -webkit-appearance: none;
}
#page_content .webform-grid .form-type-radio input:checked {
  opacity: 1;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
#outcomestablecontainer .table-select-processed .form-type-checkbox input,
#textbookstablecontainer .table-select-processed .form-type-checkbox input,
#outcomestablecontainer .table-select-processed .form-type-radio input,
#textbookstablecontainer .table-select-processed .form-type-radio input {
  display: inline-block !important;
}
#outcomestablecontainer .form-item-textbook-title,
#textbookstablecontainer .form-item-textbook-title {
  margin-top: 20px;
}
/* CKEDITOR FROM DRUPAL 7 */
/* General indentation & positioning classes */
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
/* MISCELLANEOUS */
.list-faculty {
  margin-left: -15px;
  margin-right: -15px;
}
.list-faculty > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .list-faculty > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .list-faculty > li {
    float: left;
    width: 33.33333333%;
  }
}
.list-faculty > li:nth-child(3n+1) {
  clear: both;
}
.list-faculty > li .bg {
  background: #f4f4f4;
}
.list-faculty > li .bg:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list-faculty > li .bg .img {
  overflow: hidden;
}
.list-faculty > li .bg .img img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list-faculty > li .bg .detail {
  padding: 15px;
}
.list-faculty > li .bg .detail h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 24px;
}
.list-faculty > li .bg .detail h3 a:hover {
  color: #801c1b;
}
.list-faculty > li .bg .detail h4 {
  display: block;
  text-transform: none;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 15px;
  line-height: 18px;
  margin-top: 5px;
}
.list-faculty > li .bg .detail .item-list {
  text-align: center;
}
.list-faculty > li .bg .detail .item-list li:not(:last-child) {
  margin-bottom: 5px;
}
.list-faculty > li .bg .detail .infos {
  margin-top: 15px;
}
.list-faculty > li .bg .detail .infos ul {
  font-family: 'Josefin Sans', sans-serif;
  list-style-type: none;
  padding-left: 0;
}
.list-faculty > li .bg .detail .infos > li {
  line-height: 19px;
  text-align: center;
  font-size: 14px;
}
.list-faculty > li .bg .detail .infos > li:not(:last-child) {
  margin-bottom: 10px;
}
.list-faculty > li .bg .detail .infos > li span {
  font-weight: bold;
}
.list-faculty > li .bg .detail .infos > li.rs {
  font-size: 0;
  text-align: center;
}
.list-faculty > li .bg .detail .infos > li.rs a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.list-faculty > li .bg .detail .infos > li.rs a:not(:last-child) {
  margin-right: 7px;
}
.list-faculty > li .bg .detail .infos > li.rs a img {
  display: block;
  width: 100%;
  height: auto;
}
.page-academics-faculty #block-system-main .view-filters {
  margin-bottom: 30px;
}
.page-academics-faculty #block-system-main .view-filters form {
  background: none;
  padding: 0;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget {
  display: inline-block;
  vertical-align: middle;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget label {
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 33px;
  letter-spacing: 1px;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget input,
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget select {
  height: 30px;
  text-indent: 10px;
  border: none;
  width: 100%;
  border-radius: 0px;
  background: #fff;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget:not(.views-submit-button) {
  width: 27%;
  margin-right: 1%;
}
@media screen and (max-width: 700px) {
  .page-academics-faculty #block-system-main .view-filters .views-exposed-widget:not(.views-submit-button) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button {
  width: 14%;
  margin-top: 0px;
}
@media screen and (max-width: 700px) {
  .page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button {
    width: 100%;
  }
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button input {
  height: 30px;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  background: #801c1b;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  border: none;
  padding: 0px !important;
  float: none !important;
  margin: 0 !important;
}
.page-academics-faculty #block-system-main .view-filters .views-exposed-widget.views-submit-button input:hover {
  background: #fff;
  color: #801c1b;
}
.node-faculty .img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1220px) {
  .node-faculty .img {
    float: left;
    width: 41.66666667%;
  }
}
.node-faculty .img img {
  display: block;
  width: 100%;
  height: auto;
}
.node-faculty .detail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1220px) {
  .node-faculty .detail {
    float: left;
    width: 58.33333333%;
  }
}
.node-faculty .detail h2 {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 26px;
}
.node-faculty .detail h2 a:hover {
  color: #801c1b;
}
.node-faculty .detail h3 {
  display: block;
  text-transform: none;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  line-height: 20px;
  margin-top: 5px;
}
.node-faculty .detail .infos {
  margin-top: 15px;
}
.node-faculty .detail .infos > li {
  line-height: 19px;
  padding-left: 0;
  font-size: 16px;
}
.node-faculty .detail .infos > li:before {
  display: none;
}
.node-faculty .detail .infos > li:not(:last-child) {
  margin-bottom: 10px;
}
.node-faculty .detail .infos > li span {
  font-weight: bold;
}
.node-faculty .detail .infos > li.rs {
  font-size: 0;
}
.node-faculty .detail .infos > li.rs a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.node-faculty .detail .infos > li.rs a:not(:last-child) {
  margin-right: 7px;
}
.node-faculty .detail .infos > li.rs a img {
  display: block;
  width: 100%;
  height: auto;
}
.node-faculty .faculty_content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #f4f4f4;
}
.department-thumb-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.department-thumb-list > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .department-thumb-list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .department-thumb-list > li {
    float: left;
    width: 33.33333333%;
  }
}
.department-thumb-list > li .explore_thumb .hover .top h2 {
  display: none;
}
#page_wrapper.page_wrapper_no_full_width #page #page_content .page-academics-undergraduate-majors-minors {
  margin-top: 50px;
}
#explore_page {
  padding-bottom: 150px;
}
@media screen and (max-width: 1220px) {
  #explore_page {
    padding-top: 50px;
  }
}
#explore_page .container {
  width: 1250px;
  margin: 0px auto;
  max-width: 90%;
}
#explore_page h1 {
  border-bottom: solid 1px #CCCCCC;
  text-transform: uppercase;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 39px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  margin-top: 70px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#explore_page h1 .legend {
  display: none;
}
@media screen and (max-width: 1220px) {
  #explore_page h1 {
    margin-top: 30px;
  }
}
#explore_page h1.style-list {
  text-align: left;
}
#explore_page h1.style-list a {
  display: none;
}
#explore_page h1 a {
  display: inline-block;
  width: 0px;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
  text-indent: 15px;
  font-size: 15px;
  color: #CCCCCC !important;
}
@media screen and (max-width: 610px) {
  #explore_page h1 a {
    display: none;
  }
}
#explore_page h1 a:hover {
  color: #133fad;
  font-weight: 600;
}
#explore_page .views-exposed-form {
  background: none;
  padding: 0;
  border-radius: 0;
}
#explore_page .views-exposed-form .form-item-keyword {
  display: none;
}
#explore_page .views-exposed-form #edit-program--3--wrapper {
  display: none;
}
#explore_page #sortBy {
  left: 50%;
  position: relative;
  margin-left: -226px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 510px) {
  #explore_page #sortBy {
    display: none;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  #explore_page #sortBy:before,
  #explore_page #sortBy:after {
    content: " ";
    display: table;
  }
  #explore_page #sortBy:after {
    clear: both;
  }
  #explore_page #sortBy:before,
  #explore_page #sortBy:after {
    content: " ";
    display: table;
  }
  #explore_page #sortBy:after {
    clear: both;
  }
}
#explore_page #sortBy h3 {
  float: left;
  height: 37px;
  line-height: 41px;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #6F6F6F;
  margin-right: 30px;
}
@media screen and (max-width: 510px) {
  #explore_page #sortBy h3 {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
#explore_page #sortBy a {
  float: left;
  width: 120px;
  text-align: center;
  line-height: 40px;
  height: 37px;
  font-size: 18px;
  color: #6F6F6F;
  border: solid 1px #6F6F6F;
  margin-right: -1px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 510px) {
  #explore_page #sortBy a {
    float: left;
    width: 50%;
    margin: 0px;
    display: block;
  }
}
#explore_page #sortBy a:hover,
#explore_page #sortBy a.active {
  background: #263b6e;
  color: #fff;
  border-color: #263b6e;
  z-index: 40;
}
#explore_page .views-exposed-form .form-submit {
  display: none;
}
#explore_page .views-exposed-form .fieldgroup {
  overflow: hidden;
  max-height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0;
}
#explore_page .views-exposed-form .fieldgroup .clear-checkboxes {
  opacity: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#explore_page .views-exposed-form .fieldgroup.active {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#explore_page .views-exposed-form .fieldgroup.active .clear-checkboxes {
  opacity: 1;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #CCCCCC;
  margin-bottom: 13px;
}
#explore_page .views-exposed-form .fieldgroup.active .clear-checkboxes:before {
  content: "X ";
  color: #801c1b;
}
#explore_page .views-exposed-form .fieldgroup.active .clear-checkboxes:hover {
  color: #801c1b;
}
#explore_page .views-exposed-form .fieldgroup > legend {
  display: none;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes:before,
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes:after {
  content: " ";
  display: table;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes:after {
  clear: both;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes:before,
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes:after {
  content: " ";
  display: table;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes:after {
  clear: both;
}
@media screen and (max-width: 1000px) {
  #explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media screen and (max-width: 700px) {
  #explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (max-width: 700px) {
  #explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes > .form-item {
  margin: 0 !important;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes > .form-item input {
  display: none;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes > .form-item label {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 47px;
  color: #6F6F6F;
  font-size: 18px;
  padding-left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none;
  margin-bottom: 0;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes > .form-item label:hover {
  color: #fff;
  background: #263b6e;
}
#explore_page .views-exposed-form .fieldgroup .form-checkboxes .form-checkboxes > .form-item input:checked + label {
  color: #fff;
  background: #263b6e;
}
#explore_page .views-exposed-form #edit-career--3--wrapper,
#explore_page .views-exposed-form #edit-interest--3--wrapper {
  margin: 0;
  padding: 0;
}
#explore_page .views-exposed-form #edit-career--3--wrapper.active,
#explore_page .views-exposed-form #edit-interest--3--wrapper.active {
  padding: 20px;
}
#explore_page .views-exposed-form #edit-career--3--wrapper .form-checkboxes .form-checkboxes,
#explore_page .views-exposed-form #edit-interest--3--wrapper .form-checkboxes .form-checkboxes {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
@media screen and (max-width: 1630px) {
  #explore_page .views-exposed-form #edit-career--3--wrapper .form-checkboxes .form-checkboxes,
  #explore_page .views-exposed-form #edit-interest--3--wrapper .form-checkboxes .form-checkboxes {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (max-width: 1050px) {
  #explore_page .views-exposed-form #edit-career--3--wrapper .form-checkboxes .form-checkboxes,
  #explore_page .views-exposed-form #edit-interest--3--wrapper .form-checkboxes .form-checkboxes {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 1050px) {
  #explore_page .views-exposed-form #edit-career--3--wrapper .form-checkboxes .form-checkboxes,
  #explore_page .views-exposed-form #edit-interest--3--wrapper .form-checkboxes .form-checkboxes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
#explore_page .view-content {
  position: relative;
}
#explore_page .view-content .widget_loader {
  z-index: 10;
}
#explore_page .view-content .widget_loader:after {
  top: 300px;
}
#explore_page .view-content .accordion,
#explore_page .view-content .explore-thumb-list {
  z-index: 50;
  background: #fff;
  opacity: 0;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
#explore_page.loaded2 h1 {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#explore_page.loaded .view-content .explore-thumb-list,
#explore_page.loaded .view-content .accordion {
  opacity: 1;
}
#explore_page .accordion .accordion-row {
  margin-bottom: 35px;
}
#explore_page .accordion .accordion-row .accordion-head {
  font-size: 29px;
  font-family: 'Josefin Sans', sans-serif;
  padding-left: 45px;
}
#explore_page .accordion .accordion-row .accordion-head:before {
  top: 9px;
}
#explore_page .accordion .accordion-row .accordion-content {
  padding-left: 0;
  margin-left: 40px;
}
#explore_page .accordion .accordion-row .accordion-content:before,
#explore_page .accordion .accordion-row .accordion-content:after {
  content: " ";
  display: table;
}
#explore_page .accordion .accordion-row .accordion-content:after {
  clear: both;
}
#explore_page .accordion .accordion-row .accordion-content:before,
#explore_page .accordion .accordion-row .accordion-content:after {
  content: " ";
  display: table;
}
#explore_page .accordion .accordion-row .accordion-content:after {
  clear: both;
}
@media screen and (max-width: 1599px) {
  #explore_page .accordion .accordion-row .accordion-content {
    overflow-x: auto;
  }
}
@media screen and (max-width: 700px) {
  #explore_page .accordion .accordion-row .accordion-content {
    padding-left: 0;
  }
}
#explore_page .accordion .accordion-row .accordion-content.is-expanded {
  padding: 20px 0px;
}
#explore_page .accordion .accordion-row .accordion-content .accordion-content-inside {
  width: 1240px;
}
#explore_page .accordion .accordion-row .accordion-content .left {
  width: 330px;
  position: relative;
  float: left;
  padding-right: 40px;
  margin-right: 40px;
}
#explore_page .accordion .accordion-row .accordion-content .left .line {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #DCDCDC;
}
#explore_page .accordion .accordion-row .accordion-content .left .line:before {
  content: "";
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdcdcdc', GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 1px;
}
#explore_page .accordion .accordion-row .accordion-content .left .line:after {
  content: "";
  background-image: -webkit-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #dcdcdc 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcdcdc', endColorstr='#ffffffff', GradientType=0);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 1px;
}
#explore_page .accordion .accordion-row .accordion-content .right {
  width: 840px;
  float: left;
  position: relative;
  /*	@media screen and (max-width: 1673px) {
						width: 799px;
					}*/
}
#explore_page .accordion .accordion-row .accordion-content .right > .hover {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1000;
  cursor: pointer;
  display: block;
}
#explore_page .accordion .accordion-row .accordion-content .right > .hover.active {
  animation: fadeOutToNone 1s ease-in;
  opacity: 0;
  display: none;
}
#explore_page .accordion .accordion-row .accordion-content .right > .hover:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#explore_page .accordion .accordion-row .accordion-content .right > .hover span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #DCDCDC;
}
#explore_page .accordion .accordion-row .accordion-content .right > .hover:hover span {
  color: #133fad;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg {
  width: 170px;
  float: left;
  margin-right: 25px;
  display: block;
  position: relative;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg .front .top {
  height: 165px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg .front .top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 57px;
  left: 0px;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  z-index: 1;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg .front .top h4 {
  position: absolute;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 20;
  padding: 10px 10px;
  bottom: 0;
  left: 0;
  color: #fff;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg .front .bottom {
  height: 105px;
  padding: 10px 10px;
  color: #fff;
  padding-top: 14px;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg .front .bottom h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg .front .bottom p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px !important;
  line-height: 16px !important;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg > .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  text-align: center;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg > .hover:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg > .hover span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg:hover > .hover {
  opacity: 1;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories a.bg:last-chid {
  margin-right: 0;
}
#explore_page .accordion .accordion-row .accordion-content .right .list-related-stories + .show-all {
  display: block;
}
#explore_page .accordion .accordion-row .accordion-content .right .show-all {
  float: left;
  height: 270px;
  display: none;
}
#explore_page .accordion .accordion-row .accordion-content .right .show-all:before {
  content: "";
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}
#explore_page .accordion .accordion-row .accordion-content .right .show-all a {
  display: inline-block;
  vertical-align: bottom;
  color: #B4B4B4;
  font-size: 17px;
  line-height: 20px;
}
#explore_page .accordion .accordion-row .accordion-content .right .show-all a:hover {
  color: #801c1b;
}
#explore_page .accordion.deployed .accordion-row .accordion-head {
  pointer-events: none;
}
#explore_page .accordion.deployed .accordion-row .accordion-content {
  max-height: initial;
  padding-top: 40px;
}
#explore_page .accordion.deployed .accordion-row .accordion-content .accordion-content-inside > .hover {
  display: none;
}
.explore-thumb-list {
  margin: 0px -15px;
}
.explore-thumb-list:before,
.explore-thumb-list:after {
  content: " ";
  display: table;
}
.explore-thumb-list:after {
  clear: both;
}
.explore-thumb-list:before,
.explore-thumb-list:after {
  content: " ";
  display: table;
}
.explore-thumb-list:after {
  clear: both;
}
.explore-thumb-list > li {
  padding: 0px 15px;
  margin-bottom: 30px;
  float: left;
  width: 25%;
}
@media screen and (max-width: 1600px) {
  .explore-thumb-list > li {
    width: 33.333%;
  }
}
@media screen and (max-width: 770px) {
  .explore-thumb-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .explore-thumb-list > li {
    width: 100%;
  }
}
.explore_thumb {
  display: block;
  height: 270px;
  position: relative;
  margin: 0px auto;
}
.explore_thumb .front {
  width: 100%;
  height: 100%;
}
.explore_thumb .front .top {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.explore_thumb .front .top .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.explore_thumb .front .top .img img {
  display: block;
}
.explore_thumb .front .bottom {
  background: #F2F2F2;
}
.explore_thumb .front .bottom h2 {
  display: block !important;
  font-weight: normal !important;
  font-size: 16px !important;
  color: #333333 !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  text-transform: none !important;
  line-height: initial !important;
  letter-spacing: 0 !important;
}
.explore_thumb .front .bottom h2.strong {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.explore_thumb .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.explore_thumb .hover .top {
  padding: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore_thumb .hover .top .inside {
  display: block;
}
.explore_thumb .hover .top h2 {
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  font-weight: bold !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}
.explore_thumb .hover .top p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 19px !important;
}
.explore_thumb .hover .link {
  background: #801c1b;
}
.explore_thumb .hover .link:hover {
  background: #263b6e;
}
.explore_thumb .hover .link span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.explore_thumb .top {
  height: 212px;
}
.explore_thumb .bottom {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore_thumb:hover .hover {
  opacity: 1;
}
.explore_thumb_stories {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  max-width: 290px;
  margin: 0px auto;
}
.explore_thumb_stories .front .top {
  height: auto;
}
.explore_thumb_stories .front .top img {
  display: block;
  width: 100%;
  height: auto;
}
.explore_thumb_stories .front .bottom {
  padding: 10px 10px 11px 14px;
  padding-bottom: 10.5px;
}
.explore_thumb_stories .front .bottom h3 {
  line-height: 23px;
  height: 17px;
  text-transform: uppercase;
}
.explore_thumb_stories .front .bottom h4 {
  font-weight: 300;
  font-size: 12px;
  margin-top: 3px;
  height: 9px;
  text-transform: uppercase;
}
.explore_thumb_stories .hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  bottom: -100%;
}
.explore_thumb_stories .hover .top {
  padding: 20px;
}
.explore_thumb_stories .hover .top h3 {
  line-height: 23px;
  height: 17px;
  text-transform: uppercase;
}
.explore_thumb_stories .hover .top h4 {
  font-weight: 300;
  font-size: 12px;
  margin-top: 3px;
  height: 9px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.explore_thumb_stories .hover .top p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 23px;
}
.explore_thumb_stories .hover .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.explore_thumb_stories .hover .bottom:hover {
  background: #263b6e;
}
.explore_thumb_stories .hover .bottom span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.explore_thumb_stories .hover.bg-color-blue .bottom:hover {
  background: #801c1b;
}
.explore_thumb_stories .hover.bg-color-greyLight p {
  color: #484848;
}
.explore_thumb_stories .hover.bg-color-greyLight .bottom span {
  color: #484848;
}
.explore_thumb_stories .hover.bg-color-greyLight .bottom:hover {
  background: #801c1b;
}
.explore_thumb_stories .hover.bg-color-greyLight .bottom:hover span {
  color: #fff;
}
.explore_thumb_stories:hover .hover {
  bottom: 0;
  height: 100%;
}
.explore_thumb_stories .bottom {
  height: 53px;
}
.explore_thumb_stories:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 1220px) {
  .page-academics-undergraduate-majors-minors #sidebar_content_explore,
  .page-stories #sidebar_content_explore {
    background: #fff;
  }
  .page-academics-undergraduate-majors-minors #sidebar_content_explore .relative_content_menu,
  .page-stories #sidebar_content_explore .relative_content_menu {
    display: none;
  }
  .page-academics-undergraduate-majors-minors #sidebar_header_responsive .menu_button #responsive_trigger_menu_page small,
  .page-stories #sidebar_header_responsive .menu_button #responsive_trigger_menu_page small {
    display: none !important;
  }
  .page-academics-undergraduate-majors-minors #sidebar_header_responsive .menu_button #responsive_trigger_menu_page .hamburger-icon,
  .page-stories #sidebar_header_responsive .menu_button #responsive_trigger_menu_page .hamburger-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background-position: -155px -223px;
    background-image: url("/themes/custom/aup_2020/less/sprites/icon.png");
  }
  .page-academics-undergraduate-majors-minors #sidebar_header_responsive .menu_button #responsive_trigger_menu_page .hamburger-icon span,
  .page-stories #sidebar_header_responsive .menu_button #responsive_trigger_menu_page .hamburger-icon span {
    display: none;
  }
  .page-academics-undergraduate-majors-minors #sidebar_header_responsive .menu_button #responsive_trigger_menu_page .hamburger-icon.is-active,
  .page-stories #sidebar_header_responsive .menu_button #responsive_trigger_menu_page .hamburger-icon.is-active {
    width: 20px;
    height: 19px;
    background-position: -201px -223px;
  }
  .page-academics-undergraduate-majors-minors .menu_button_second,
  .page-stories .menu_button_second {
    float: right !important;
  }
}
/* MAJOR MINOR */
.filter-majorsmin h1 {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.filter-majorsmin h1 .legend {
  color: rgba(0, 0, 0, 0.3);
  font-family: 'adobe-caslon-pro', serif;
  font-size: 14px;
  position: absolute;
  text-transform: none;
  display: block !important;
}
.filter-majorsmin h1.style-grid .legend {
  left: 0;
  bottom: 5px;
}
.filter-majorsmin h1.style-list .legend {
  left: 0;
  top: -27px;
}
.filter-majorsmin .explore_thumb.is-Majors:after {
  content: "M";
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  top: 8px;
  left: 8px;
  font-family: 'adobe-caslon-pro', serif;
}
.filter-majorsmin .explore_thumb.is-Minors:after {
  content: "m";
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-transform: none;
  font-size: 11px;
  top: 8px;
  left: 8px;
  font-family: 'adobe-caslon-pro', serif;
  font-style: italic;
}
.filter-majorsmin .accordion .accordion-row.is-Majors {
  position: relative;
}
.filter-majorsmin .accordion .accordion-row.is-Majors:before {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 26px;
  position: absolute;
  top: 0;
  left: 72px;
}
.filter-majorsmin .accordion .accordion-row.is-Majors:after {
  content: "M";
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  top: 1px;
  left: 30px;
  font-family: 'adobe-caslon-pro', serif;
  border: solid 1px #000;
  letter-spacing: -1px;
}
.filter-majorsmin .accordion .accordion-row.is-Minors {
  position: relative;
}
.filter-majorsmin .accordion .accordion-row.is-Minors:before {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 26px;
  position: absolute;
  top: 0;
  left: 72px;
}
.filter-majorsmin .accordion .accordion-row.is-Minors:after {
  content: "m";
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-transform: none;
  font-size: 20px;
  top: 1px;
  left: 30px;
  font-family: 'adobe-caslon-pro', serif;
  font-style: italic;
  border: solid 1px #191919;
}
@media screen and (max-width: 700px) {
  .filter-majorsmin .accordion .accordion-row.is-Minors:after {
    font-size: 18px;
    line-height: 26px;
  }
}
.filter-majorsmin .accordion .accordion-row .accordion-head {
  padding-left: 90px !important;
}
#explore_page.show_all .accordion .accordion-row .accordion-head {
  pointer-events: none;
}
#explore_page.show_all .accordion .accordion-row .accordion-content {
  max-height: initial;
  padding-top: 35px;
  padding-bottom: 25px;
  border-top: solid 1px #dcdcdc;
}
#explore_page.show_all .accordion .accordion-row .accordion-content .right > .hover {
  display: none !important;
}
/* SPECIAL NODES */
.node-5494 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a {
  background: #C15838;
}
.node-5494 .sidebar-widget-text a {
  color: #C15838;
}
.node-5494 #page_content a {
  color: #C15838;
}
.node-5593 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5584 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-41674 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5591 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5601 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5602 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5597 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5594 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-5598 #sidebar_content .sidebar-widget-featured-buttons .item-list li a,
.node-41697 #sidebar_content .sidebar-widget-featured-buttons .item-list li a {
  background: #801C1B;
}
.node-5593 .sidebar-widget-text a,
.node-5584 .sidebar-widget-text a,
.node-41674 .sidebar-widget-text a,
.node-5591 .sidebar-widget-text a,
.node-5601 .sidebar-widget-text a,
.node-5602 .sidebar-widget-text a,
.node-5597 .sidebar-widget-text a,
.node-5594 .sidebar-widget-text a,
.node-5598 .sidebar-widget-text a,
.node-41697 .sidebar-widget-text a {
  color: #801C1B;
}
.node-5593 #page_content a,
.node-5584 #page_content a,
.node-41674 #page_content a,
.node-5591 #page_content a,
.node-5601 #page_content a,
.node-5602 #page_content a,
.node-5597 #page_content a,
.node-5594 #page_content a,
.node-5598 #page_content a,
.node-41697 #page_content a {
  color: #801C1B;
}
.node-6094 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6103 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6104 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6105 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6106 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6107 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6108 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6110 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a,
.node-6094 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6103 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6104 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6105 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6106 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6107 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6108 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a,
.node-6110 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a {
  background: #3a96b0;
}
.node-6094 .sidebar-widget-text a,
.node-6103 .sidebar-widget-text a,
.node-6104 .sidebar-widget-text a,
.node-6105 .sidebar-widget-text a,
.node-6106 .sidebar-widget-text a,
.node-6107 .sidebar-widget-text a,
.node-6108 .sidebar-widget-text a,
.node-6110 .sidebar-widget-text a {
  color: #3a96b0;
}
.node-6094 #page_content a,
.node-6103 #page_content a,
.node-6104 #page_content a,
.node-6105 #page_content a,
.node-6106 #page_content a,
.node-6107 #page_content a,
.node-6108 #page_content a,
.node-6110 #page_content a {
  color: #3a96b0;
}
.node-6094 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6103 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6104 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6105 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6106 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6107 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6108 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6110 #sidebar_left_widgets .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6094 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6103 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6104 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6105 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6106 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6107 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6108 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover,
.node-6110 #sidebar_left_widgets_landing .sidebar-widget-featured-buttons .item-list li a:hover {
  background: #daa327;
}
.node-6094 .sidebar-widget-text a:hover,
.node-6103 .sidebar-widget-text a:hover,
.node-6104 .sidebar-widget-text a:hover,
.node-6105 .sidebar-widget-text a:hover,
.node-6106 .sidebar-widget-text a:hover,
.node-6107 .sidebar-widget-text a:hover,
.node-6108 .sidebar-widget-text a:hover,
.node-6110 .sidebar-widget-text a:hover {
  color: #daa327;
}
.node-6094 #page_content a:hover,
.node-6103 #page_content a:hover,
.node-6104 #page_content a:hover,
.node-6105 #page_content a:hover,
.node-6106 #page_content a:hover,
.node-6107 #page_content a:hover,
.node-6108 #page_content a:hover,
.node-6110 #page_content a:hover {
  color: #daa327;
}
.node-6094 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6103 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6104 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6105 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6106 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6107 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6108 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon,
.node-6110 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon {
  background: #3a96b0;
}
.node-6094 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6103 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6104 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6105 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6106 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6107 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6108 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after,
.node-6110 #page_wrapper.page_wrapper_no_full_width #header_page_content .ribbon:after {
  border-color: transparent transparent transparent #3a96b0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fglobal.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fmixins%5C%2Fvendor-prefixes.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fvariables.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fprint.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fmixins%5C%2Fclearfix.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fnormalize.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fuser.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fforms.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Ffaculty-list-profiles.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Futilities.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fmixins%5C%2Fcenter-block.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fmixins%5C%2Fhide-text.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fswipebox.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffull-calendar.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffonts.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Fcore.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Flarger.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Ffixed-width.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Flist.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Fbordered-pulled.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Fspinning.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Frotated-flipped.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Fmixins.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Fstacked.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Ficons.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Ffont-awesome%5C%2Fvariables.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fsprites%5C%2Ficon.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebars.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-header.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-search.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-main-menu.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-content.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-explore.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-scroll.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fpager.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-centered-container.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-content-news.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-content-events.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-slider-homepage.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fbanner.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Ftabs.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fmessages.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fresponsive.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-hover.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-hover-footer.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-breadcrumb.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-anchor-menu.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fmixins%5C%2Fgradients.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-home.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsidebar-elements%5C%2Fsidebar-policies.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Ffooter.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Ffooter-bottom-links.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Floader.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fworkbench.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fform.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fpopup.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fslideshow.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Frs-tabs.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fcolors.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fshare-bar.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fanimations.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fhamburger.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Flib%5C%2Fmixins%5C%2Fgrid.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fsliding-popup.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Frelated-block.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fviews.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fstructure%5C%2Fstructure-no-full.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fstructure%5C%2Fstructure-full.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fheader-content.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidgets.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Felements%5C%2Fother.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-full-container.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Ftext-specs.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-separators.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-text-box.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-text-box-2-col.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-quote.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-quote-pull.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-text-sidebar.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidgets-in-sidebar-middle.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-article.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-article-grid.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-assets.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-accordion.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-iframe.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-article-plus-text.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidgets-in-sidebar-right.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidgets-in-sidebar-left.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidgets-in-sidebar-left-landing.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidgets-sidebar-feeds.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-statistics.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-gallery.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-audio.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-timer.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-feature-buttons.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-administrable-content-homepage.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-aup-news-events-homepage.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-aup-community-homepage.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-aup-in-focus-homepage.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fwidgets%5C%2Fwidget-image-text-placing-homepage.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fpages%5C%2Farticle-pages.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fpages%5C%2Fpage-policies.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fhome%5C%2Fheader.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fhome%5C%2Ffooter.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fhome%5C%2Findex.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fblocks%5C%2Fblock-announcement.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fblocks%5C%2Fblock-multisearch-exposed-form.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fblocks%5C%2Fblock-workspace-switcher.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fckeditor7.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fexplore.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fnodes%5C%2Fnode-5494.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fnodes%5C%2Fnode-5593.less%22%2C%22var%5C%2Fwww%5C%2Fhtml%5C%2Fwww-dev9.aup.edu%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Faup_2020%5C%2Fless%5C%2Fnodes%5C%2Fnode-6094.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%3BEC0EE%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BADzEV%2CCAAC%3BAACD%2CCAAC%3BECsEC%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BADpEV%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%2CIACE%3BEACE%3BEACA%2CaE%2BBgB%2C0BF%5C%2FBhB%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAALJ%2CIACE%2CcAOE%2CEAAC%2CIAAI%3BEACH%2CcAAA%3BEACA%3BECoKJ%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BADhLV%2CIACE%2CcAYE%3BEACE%3B%3BAAdN%2CIACE%2CcAgBE%3BEC6JF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAD5JJ%2CIAnBJ%2CcAgBE%2CMAGG%3BEACC%3B%3BAAWN%2CIAAC%3BEACC%3B%3BAAFJ%2CIAKE%3BEAGE%3B%3BAAkBA%2CmBAdwC%3BEACpC%2CIARN%2CKAKG%2CIAAI%2CiBAGA%3BIACC%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2C2DAAA%3BIACA%3B%3B%3BAAON%2CIAvBF%2CKAuBG%3BEACC%3B%3BAAOF%2CmBAHuC%3BEAGvC%2CIA%5C%2FBF%2CKA2BG%3BIAEG%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2BBR%3BEACE%3BEACA%2CMAAM%2CqBAAN%3B%3BEACA%2CMAAM%2CwBAAN%3BEACA%3BEACA%3B%3B%3B%3B%3B%3BAALF%2CkBAUE%2CmBAAkB%3BAAVpB%2CkBAwGA%2CCA9F4B%2CkBAAkB%3BEAC1C%3BEACA%3BEACA%3BEACA%3B%3BAAMJ%3BEACE%3BEACA%3B%3BAAWF%3BEACE%3B%3BAAKA%2CGAAC%3BEACC%3BEAEA%3BEACA%3B%3BAAIJ%3BEACE%3BEACA%3B%3BAAGA%2CIAAC%2CMACC%3BEACE%3B%3BAAKN%2CEAAE%2CMAAM%3BEACN%3BEACA%3BEACA%3B%3BAAHF%2CEAAE%2CMAAM%2COAIN%3BEACE%3BEACA%3B%3BAACA%2CEAPF%2CMAAM%2COAIN%2CGAGG%3BEACC%3B%3BAARN%2CEAAE%2CMAAM%2COAIN%2CGAME%3BEACE%2CaAAa%2C0BAAb%3BEACA%3BEACA%3B%3BAACA%2CEAdJ%2CMAAM%2COAIN%2CGAME%2CEAIG%3BEACC%2CcAAA%3B%3BAAoBR%2CmBAbwC%3BEAaxC%2CoBAZI%3BEAYJ%2CUAZI%3BIACE%3BIACA%3B%3BEAUN%2CoBAZI%2CcAIE%3BEAQN%2CUAZI%2CcAIE%3BIACE%3BIACA%3BIACA%3BIACA%3B%3B%3BAAMR%2CMAAM%3BEACJ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAGtNF%3BEACC%3B%3BAAsMD%3BEAjMC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BIACC%3B%3BEAGD%2CaAAa%3BIACZ%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3BIAEA%3BIACA%2CgCAAA%3BIACA%3BIACA%3B%3BEClCA%2CaAAC%3BEACD%2CaAAC%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CaAAC%3BIACC%3B%3BEANF%2CaAAC%3BEACD%2CaAAC%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CaAAC%3BIACC%3B%3BEDsBH%2CaAQC%3BIACC%3BIACA%3B%3BEAVF%2CaAQC%2CmBAIC%3BIACC%3BIACA%3B%3BEAdH%2CaAkBC%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAtBF%2CaAyBC%3BIACC%3B%3BEA1BF%2CaAyBC%2C0BAGC%3BIACC%2CgBAAA%3B%3BEAEA%2CaANF%2C0BAGC%2CKAGE%3BIACA%3B%3BEAMJ%2CcAAe%2CoBAAoB%2CIAAG%2CWAAW%3BIAChD%3B%3BEAGD%3BIACC%3B%3BEAGD%2CcAAe%3BIACd%3B%3BEAGD%2CcAAe%2COAAO%2CKAAK%2CKAAK%3BIAC%5C%2FB%3BIACA%3BIACA%3B%3BEAGD%2CsBAAuB%2CiCAAiC%2CGAAG%3BEAAQ%2CoBAAqB%2C%2BBAA%2BB%2CGAAG%3BIACzH%3B%3BEAID%2CIAAI%2CoBAEH%3BIACC%3B%3BEAHF%2CIAAI%2CoBAEH%2CYAGC%3BEALF%2CIAAI%2CoBAEH%2CYAIC%2CGAAE%2CIAAI%2CWAAW%2CIAAI%2CeAAe%2CIAAI%3BEAN1C%2CIAAI%2CoBAEH%2CYAKC%3BEAPF%2CIAAI%2CoBAEH%2CYAMC%3BEARF%2CIAAI%2CoBAEH%2CYAOC%3BIACC%3BIACA%3BIACA%3B%3BEAZH%2CIAAI%2CoBAEH%2CYAaC%2CGAAE%2CIAAI%2CWAAW%2CIAAI%2CeAAe%2CIAAI%3BIACvC%3BIACA%3BIACA%3BIACA%3B%3BEAnBH%2CIAAI%2CoBAEH%2CYAoBC%3BIACC%3BIACA%3B%3BEAxBH%2CIAAI%2CoBAEH%2CYAyBC%3BEA3BF%2CIAAI%2CoBAEH%2CYA0BC%3BEA5BF%2CIAAI%2CoBAEH%2CYA2BC%3BIACC%3BIACA%3B%3BEA%5C%2FBH%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%3BEArCH%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%3BIACC%3BIACA%3B%3BEAvCJ%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAGC%3BEA5CL%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAGC%3BEA5CL%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAEC%3BEA5CL%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAEC%3BEA5CL%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAIC%3BEA7CL%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAIC%3BEA7CL%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAGC%3BEA7CL%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAGC%3BIACC%2CiBAAA%3BIACA%3B%3BEA%5C%2FCN%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAGC%2CGAKC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAGC%2CGAKC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAEC%2CGAKC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAEC%2CGAKC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAIC%2CGAIC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAIC%2CGAIC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAGC%2CGAIC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAGC%2CGAIC%2CGAAE%3BEAjDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAGC%2CGAMC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAGC%2CGAMC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAEC%2CGAMC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAEC%2CGAMC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAIC%2CGAKC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAIC%2CGAKC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAGC%2CGAKC%2CGAAE%3BEAlDR%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAGC%2CGAKC%2CGAAE%3BIACD%3B%3BEAMD%2CIAzDF%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAcC%2CGAEE%3BEAAD%2CIAzDF%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAcC%2CGAEE%3BEAAD%2CIAzDF%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAaC%2CGAEE%3BEAAD%2CIAzDF%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAaC%2CGAEE%3BIACA%3B%3BEAGD%2CIA7DF%2CoBAEH%2CYAgCC%2CiBAGC%2CMAIC%2CMAcC%2CGAME%3BEAAD%2CIA7DF%2CoBAEH%2CYAiCC%2CSAEC%2CMAIC%2CMAcC%2CGAME%3BEAAD%2CIA7DF%2CoBAEH%2CYAgCC%2CiBAGC%2CMAKC%2CMAaC%2CGAME%3BEAAD%2CIA7DF%2CoBAEH%2CYAiCC%2CSAEC%2CMAKC%2CMAaC%2CGAME%3BIACA%3B%3BEA9DP%2CIAAI%2CoBAEH%2CYAgCC%2CiBAGC%2CMA8BC%2CMAAM%3BEAnEV%2CIAAI%2CoBAEH%2CYAiCC%2CSAEC%2CMA8BC%2CMAAM%3BIACL%2CcAAA%3B%3BEAGD%2CIAvEA%2CoBAEH%2CYAgCC%2CiBAGC%2CMAkCI%3BEAAH%2CIAvEA%2CoBAEH%2CYAiCC%2CSAEC%2CMAkCI%3BIACF%3B%3BEAxEL%2CIAAI%2CoBAEH%2CYA2EC%2CWACC%2CeACC%3BIACC%3BIACA%3B%3BEAjFL%2CIAAI%2CoBAEH%2CYA2EC%2CWACC%2CeAKC%2CgBAAe%3BIACd%3B%3BEApFL%2CIAAI%2CoBAEH%2CYA2EC%2CWACC%2CeAQC%3BIACC%3BIACA%3B%3BEAUL%3BIACC%3B%3BEAGD%2CaAAa%2C2BAA2B%2CkBAAmB%3BIAC1D%3B%3B%3B%3B%3BAE3LF%3BEACE%3BEACA%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAYF%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%3B%3BAAQF%3BAACA%3BAACA%3BAACA%3BEACE%3BEACA%3B%3BAAQF%2CKAAK%2CIAAI%3BEACP%3BEACA%3B%3BAAQF%3BAACA%3BEACE%3B%3BAAUF%3BEACE%3B%3BAAOF%2CCAAC%3BAACD%2CCAAC%3BEACC%3B%3BAAUF%2CIAAI%3BEACF%2CyBAAA%3B%3BAAOF%3BAACA%3BEACE%3B%3BAAOF%3BEACE%3B%3BAAQF%3BEACE%3BEACA%2CgBAAA%3B%3BAAOF%3BEACE%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAOF%3BAACA%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAUF%3BEACE%3B%3BAAOF%2CGAAG%2CIAAI%3BEACL%3B%3BAAUF%3BEACE%2CgBAAA%3B%3BAAOF%3BEACE%3BEACA%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAOF%3BAACA%3BAACA%3BAACA%3BEACE%2CiCAAA%3BEACA%3B%3BAAkBF%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%3BEACA%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAUF%3BAACA%3BEACE%3B%3BAAWF%3BAACA%2CIAAK%2CMAAK%3BAACV%2CKAAK%3BAACL%2CKAAK%3BEACH%3BEACA%3B%3BAAOF%2CMAAM%3BAACN%2CIAAK%2CMAAK%3BEACR%3B%3BAAOF%2CMAAM%3BAACN%2CKAAK%3BEACH%3BEACA%3B%3BAAQF%3BEACE%3B%3BAAWF%2CKAAK%3BAACL%2CKAAK%3BEACH%3BEACA%3B%3BAASF%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAClB%3B%3BAASF%2CKAAK%3BEACH%3BEACA%3BEACA%3BEACA%3B%3BAASF%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAClB%3B%3BAAOF%3BEACE%3BEACA%3BEACA%3B%3BAAQF%3BEACE%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAQF%3BEACE%3B%3BAAUF%3BEACE%3BEACA%3B%3BAAGF%3BAACA%3BEACE%3B%3BAAGF%3BEACE%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3B%3BAD9aA%2CSAAC%3BAACD%2CSAAC%3BAEHH%2CUFEG%3BAEFH%2CUFGG%3BAE6TH%2CsBF9TG%3BAE8TH%2CsBF7TG%3BAGJH%2CaAMC%2CKA6FC%2CoBHhGC%3BAGHH%2CaAMC%2CKA6FC%2CoBH%5C%2FFC%3BAGJH%2CaAMC%2CKA%2BQC%2CgBAGC%2CkBHrRA%3BAGHH%2CaAMC%2CKA%2BQC%2CgBAGC%2CkBHpRA%3BAIJH%2CaJGG%3BAIHH%2CaJIG%3BAI8SH%2CsBJ%5C%2FSG%3BAI%2BSH%2CsBJ9SG%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CSAAC%3BAEPH%2CUFOG%3BAEyTH%2CsBFzTG%3BAGRH%2CaAMC%2CKA6FC%2CoBH3FC%3BAGRH%2CaAMC%2CKA%2BQC%2CgBAGC%2CkBHhRA%3BAIRH%2CaJQG%3BAI0SH%2CsBJ1SG%3BEACC%3B%3BAKEJ%3BECRE%3BEACA%3BEACA%3B%3BADSF%3BEACE%3B%3BAAEF%3BEACE%3B%3BAAQF%3BEACE%3B%3BAAEF%3BEACE%3B%3BAAEF%3BEACE%3B%3BAAEF%3BEEzBE%2CWAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3BAFuCF%3BEACE%3B%3B%3BAGrDF%2CIAAI%2CcAAc%3BEAChB%3B%3BAAGF%2CiBAAkB%3BEAChB%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACG%3BEACC%3BEACI%3B%3BAAGV%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BEACE%2C%2BCAAA%3BEACQ%2C%2BBAAA%3BEACR%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CgBAAiB%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CgBAAiB%2COAAM%3BEACrB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CgBAAiB%2COAAO%3BAACxB%2CgBAAiB%2COAAO%3BAACxB%2CgBAAiB%2COAAO%3BEACtB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CgBAAiB%2COAAO%3BEACtB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACQ%3B%3BAAEV%2CgBAAiB%2COAAO%2C0BAA0B%3BEAChD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CgBAAiB%2COAAO%2C0BAA0B%2CgBAAgB%3BEAChE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CgBAAiB%3BEACf%2C%2BEAAA%3B%3BAAGF%3BAACA%3BEACE%3BEACQ%3BEACR%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3B%3BAAEF%2CoBAAoB%3BEAClB%2CmBAAmB%2CwBAAnB%3BEACQ%2CWAAW%2CwBAAX%3B%3BAAGV%3BEACE%3B%3BAAEF%2CiBAAiB%3BEACf%2CmBAAmB%2CuBAAnB%3BEACQ%2CWAAW%2CuBAAX%3B%3BAAGV%3BEACE%3BEACA%3BEACA%3B%3BAAGF%3BAACA%3BAACA%3BEACE%2C4DAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%2C%2BBAAA%3BEACA%3B%3BAAGF%3BEACE%2C%2BBAAA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3B%3BAAGF%2CyBAA0B%3BEACxB%3B%3BAAGF%2CcAAc%3BAACd%2CcAAc%3BEACZ%3B%3BAAGF%2CkBAAmB%2CkBAAiB%2CYAAa%3BEAC%5C%2FC%2CmCAAA%3BEACQ%2C2BAAA%3B%3BAAEV%2CkBAAmB%2CkBAAiB%2CWAAY%3BEAC9C%2CkCAAA%3BEACQ%2C0BAAA%3B%3BAAGV%2CeAAgB%2CoBAAmB%3BAAAS%2CeAAgB%2CoBAAmB%3BEAC7E%3BEACQ%3BEACR%2CgCAAA%3BEACQ%2CwBAAA%3BEACR%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CeAAgB%2CoBAAmB%3BEACjC%3BEACA%2CoDAAA%3BEACQ%2C4CAAA%3B%3BAAEV%2CeAAgB%2CoBAAmB%3BEACjC%3BEACA%2CqDAAA%3BEACQ%2C6CAAA%3B%3BAAEV%2CeAAgB%2CkBAAiB%2CgBAAiB%2CoBAAmB%3BEACnE%3B%3BAAEF%2CeAAgB%2CkBAAiB%2CiBAAkB%2CoBAAmB%3BEACpE%3B%3BAAGF%3BEACE%3BIACE%3B%3BEAGF%3BIACE%3B%3BEAGF%3BIACE%3B%3B%3BAAIJ%3BEACE%3BIACE%3B%3BEAGF%3BIACE%3B%3BEAGF%3BIACE%3B%3B%3BAAGJ%3BEACE%3BIACE%3B%3BEAGF%3BIACE%3B%3BEAGF%3BIACE%3B%3B%3BAAGJ%3BEACE%3BIACE%3B%3BEAGF%3BIACE%3B%3BEAGF%3BIACE%3B%3B%3BAAaJ%2CmBAVqC%3BEACnC%3BIACE%3B%3BEAGF%3BIACE%3BIACA%3B%3B%3B%3B%3BAAKJ%3BEACE%2CiCAAA%3B%3BAAGF%3BAACA%3BEACE%2C8BAAA%3BEACA%3BEACA%3B%3BAAGF%3BEACE%3BEACA%3BEACA%3BEACA%2CyCAAA%3B%3B%3B%3B%3B%3B%3BAC9RF%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%2CIAAK%3B%3BEACJ%3B%3B%3B%3BAAOD%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%2CiBAAiB%3BEAC7B%3B%3BAAGD%2CYAAa%3BEACZ%3B%3BAAGD%2CYAAa%3BAACb%2CYAAa%2CYAAY%3BAACzB%2CYAAa%2CiBAAiB%3BEAC7B%3B%3BAAGD%2CYAAa%2CYAAY%2CWAAW%3BEACnC%3B%3BAAOD%3B%3BEACC%3BEACA%3B%3BAAGD%3B%3BEACC%2CmBAAA%3BEACA%3B%3BAAGD%3B%3B%3BEAEC%3B%3B%3B%3BAAOD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CaAAa%2CiCAAb%3B%3BEAGA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWD%2CQAAQ%3BEACP%3B%3BAAGD%2C0BAA0B%3BEACzB%2CSAAS%2CQAAT%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2C2BAA2B%3BEAC1B%2CSAAS%2CQAAT%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2C0BAA0B%3BEACzB%2CSAAS%2CQAAT%3BEACA%3BEACA%3B%3BAAGD%2C2BAA2B%3BEAC1B%2CSAAS%2CQAAT%3BEACA%3BEACA%3B%3BAAGD%2CsBAAsB%3BEACrB%2CSAAS%2COAAT%3BEACA%3BEACA%3B%3BAAGD%2CuBAAuB%3BEACtB%2CSAAS%2COAAT%3BEACA%3BEACA%3B%3BAAGD%2CsBAAsB%3BEACrB%2CSAAS%2COAAT%3BEACA%3BEACA%3B%3BAAGD%2CUAAU%3BEACT%2CSAAS%2CQAAT%3BEACA%3BEACA%3B%3B%3B%3B%3BAAYD%2CGAAI%2COAAM%3BEAAqB%3BEAAW%3B%3BAAE1C%3B%3BEACC%2CiBAAA%3B%3BAAGD%2CiBAAiB%3B%3BEAChB%3BEACA%3B%3BAAGD%2CiBAAiB%3B%3BEAChB%3BEACA%3B%3B%3BAAKD%2CGAAI%2COAAO%3B%3BEACV%3BEACA%3B%3BEACA%2CcAAA%3BEACA%3B%3B%3B%3B%3B%3BAAQD%3BEACC%3BEACA%2CkBAAkB%2C2CAAlB%3BEACA%2CkBAAkB%2CsCAAsC%2CeAAe%2CYAAvE%3BEACA%2CkBAAkB%2C8CAAlB%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2CkBAAkB%2C4CAAlB%3BEACA%3BEACA%2CqCAAA%3BEACA%2CuEAAA%3BEACA%3BEACA%2CgDAAA%3BEACA%2CiFAAA%3B%3BAAGD%3BAACA%3BAACA%3BAACA%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2C4BAAA%3BEACA%2CmDAAA%3BEACG%2CgDAAA%3BEACE%2C8CAAA%3BEACG%2C2CAAA%3B%3BAAGT%3BAACA%3BEACC%3BEACA%3BEACA%2C8EAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3B%3B%3BAAOD%3BEACC%3B%3B%3B%3B%3B%3BAAQD%2CGAAI%2CiBAAmB%3B%3BEACtB%3BEACA%2CkBAAA%3B%3BAAGD%2CGAAI%2CiBAAmB%3B%3BEACtB%3B%3B%3B%3BAAOD%3BEACC%3BEACA%2CyCAAA%3B%3BAAGD%2CWAAY%3B%3BEACX%2CgBAAA%3B%3BAAGD%2CWAAY%2CWAAW%3BEACtB%2CaAAA%3B%3BAAGD%2CWAAY%2CWAAW%3BEACtB%3B%3BAAGD%2COAAQ%2CYAAY%2CWAAW%3BAAC%5C%2FB%2COAAQ%2CYAAY%2CWAAW%3BEAC9B%3B%3BAAGD%2COAAQ%2CYAAY%2CWAAW%3BAAC%5C%2FB%2COAAQ%2CYAAY%2CWAAW%3BEAC9B%3B%3B%3BAAKD%2CYAAa%3BEACZ%3BEACA%3B%3BAAGD%2CYAAa%2CYAAY%2CWAAW%3BEACnC%3BEACA%3B%3B%3BAAKD%2CWAAc%2CoBAAoB%3BEACjC%3B%3B%3B%3B%3BAAOD%3BEACC%3BEACA%3B%3BAAGD%2CEAAE%3BEACD%3BEACA%3BEACA%2CgBAAA%3B%3BEACA%2CmBAAA%3B%3BAAGD%3BEACC%3B%3BAAGD%3BAACA%3BAACA%3BAACA%3B%3BEAEC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3B%3B%3BAAGD%2CMAAO%3BEACN%3B%3B%3B%3B%3BAAOD%2CGAAI%3BEACH%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGD%2CGAAI%3BEACH%3B%3BAAGD%2CGAAI%3BAACJ%2CGAAI%3BEACH%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CGAAI%2CGAAE%3BEACL%3B%3B%3B%3B%3BAAOD%2CCAAC%3BEACA%3B%3BAAGD%2CCAAC%2CWAAW%3BEACX%3B%3B%3B%3BAAOD%2CGAAI%3B%3B%3BEAEH%3BEACA%3B%3BAAGD%2COAAQ%3B%3B%3BEAGP%2CiCAAA%3BEACA%2CkCAAA%3B%3BEAGA%2CmCAAA%3B%3BAAGD%2COAAO%2CYAAa%3BEACnB%2CgCAAA%3B%3B%3B%3B%3BAAOD%3BEACC%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAKD%2COAAQ%3BAACR%2COAAQ%3BEACP%3B%3B%3BAAGD%2COAAQ%2CqBAAqB%3BAAC7B%2COAAQ%2CuBAAuB%3BEAC9B%3B%3B%3BAAGD%2COAAQ%2CuBAAuB%3BAAC%5C%2FB%2COAAQ%2CqBAAqB%3BEAC5B%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAID%2COAAQ%3BEACP%3B%3B%3B%3B%3B%3BAAQD%2COAAQ%3BEACP%3BEACA%3BEACA%3B%3BEACA%3B%3BAAJD%2COAAQ%2CqBAMP%3BEACC%3BEACA%3B%3BAARF%2COAAQ%2CqBAMP%2CMAGC%2CMACC%3BEACC%3B%3BAAXJ%2COAAQ%2CqBAMP%2CMAGC%2CMACC%2CGAGC%3BEACC%3B%3BAAdL%2COAAQ%2CqBAMP%2CMAGC%2CMACC%2CGAGC%2CGAKC%2CUAAS%3B%3BEAGR%3B%3BAAQN%2COAAQ%3BEACP%3B%3BAAGD%2COAAQ%2CqBAAqB%3BAAC7B%2COAAQ%2CoBAAoB%3B%3BEAE3B%3B%3BEACA%3B%3BEAGA%3B%3BAAGD%2COAAQ%2CqBAAqB%2CMAAM%3BAACnC%2COAAQ%2CoBAAoB%2CMAAM%3B%3BEAEjC%3B%3B%3B%3BAAOD%3BEACC%3B%3BAAQD%2CmBANsC%3BEAMtC%3BIALE%3B%3B%3BAAOF%2CcACC%3BEACC%3B%3B%3BAAKF%2CYAAe%3BAACf%2CYAAe%3BEACd%3B%3BEACA%3B%3B%3B%3B%3BAAOD%3BEACC%3B%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BEACA%3B%3BEACA%3B%3BAAGD%3BAACA%3BEACC%3B%3B%3B%3BAAID%3BAACA%2CSAAS%3BAACT%2CUAAW%3BEACV%3B%3BEACA%3B%3B%3BAAGD%2CSAAS%3BAACT%2CSAAS%3BEACR%3B%3B%3BAAGD%3BAACA%2CeAAgB%3B%3BEACf%3B%3BAAGD%2CSAAU%3B%3BEACT%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%3BEAUA%2CgBAAA%3BEACA%3B%3BAAbD%2CSAAU%2CYAIT%3BEACC%3B%3BAALF%2CSAAU%2CYAQT%3BEACC%3B%3B%3BAAWF%2CSAAU%3BEACT%3BEACA%3B%3B%3BAAMD%2CSAAU%3BEACT%3B%3BAAGD%2CSAAS%2CsBAAuB%3BAAChC%2CSAAS%2CYAAa%3B%3BEAErB%3B%3B%3BAAKD%2CSAAS%2CYAAa%2CYAAW%3B%3BEAEhC%2CSAAS%2CEAAT%3BEACA%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3BAAOD%2CSAAS%3BEACR%3B%3BEACA%2CwCAAA%3B%3BAAGD%2CSAAS%2CYAAY%3BEACpB%2CwCAAA%3B%3B%3B%3B%3BAAQD%2CWAAW%2CYAAY%3BEACtB%2CSAAS%2CEAAT%3BEACA%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%2CWAAW%3BAACX%2CWAAW%3BEACV%3B%3BAAGD%2COAAQ%2CYAAW%3BAACnB%2COAAQ%2CYAAW%3BEAClB%3BEACA%3BEACA%3B%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CYAAW%3BAACnB%2COAAQ%2CYAAW%3BEAClB%3BEACA%3BEACA%3B%3BEACA%3BEACA%3B%3B%3B%3BAAMD%2COAAQ%2CYAAY%3BAACpB%2COAAQ%2CYAAY%3BEACnB%3BEACA%3B%3B%3B%3BAAID%2COAAQ%2CYAAY%3BAACpB%2COAAQ%2CYAAY%3BEACnB%3BEACA%3B%3B%3B%3BAAKD%2CWAAW%2CsBAAuB%3BEACjC%3BEACA%3B%3BEACA%3B%3B%3B%3BAAKD%2CWAAW%2CYAAa%3B%3BEAEvB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%3B%3B%3BAAID%2COAAQ%2CYAAW%2CYAAa%3BAAChC%2COAAQ%2CYAAW%2CYAAa%3BEAC%5C%2FB%3B%3B%3B%3BAAID%2COAAQ%2CYAAW%2CYAAa%3BAAChC%2COAAQ%2CYAAW%2CYAAa%3BEAC%5C%2FB%3B%3B%3B%3B%3B%3B%3B%3BAAUD%3BEACC%2CiBAAA%3B%3BEACA%2CcAAA%3B%3BAAGD%2CEAAE%2CYAAe%2CKAAK%3BEACrB%3B%3B%3BAAGD%2CkBAAkB%2CYAAY%3BEAC7B%2CSAAS%2CEAAT%3BEACA%3BEACA%3B%3B%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%3B%3BAAGD%2CkBAAmB%3B%3BEAClB%3BEACA%3B%3BAAGD%2CkBAAmB%3BEAClB%3B%3B%3B%3BAAMD%2COAAQ%2CmBAAkB%2CsBAAuB%3BAACjD%2COAAQ%2CmBAAkB%2CsBAAuB%3BEAChD%3B%3B%3B%3BAAID%2COAAQ%2CmBAAkB%2CsBAAuB%3BAACjD%2COAAQ%2CmBAAkB%2CsBAAuB%3BEAChD%3B%3B%3B%3B%3B%3BAASD%2CCAAC%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CCAAC%2CQAAQ%3BEACR%3B%3BAAGD%3B%3BEACC%3B%3B%3BAAKD%2CYAAa%3BEACZ%3B%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%2CgBAAiB%3BEAChB%3B%3B%3B%3BAAOD%3BEACC%3BEACA%2CmBAAA%3B%3B%3B%3BAAOD%3BEACC%3BEACC%3BEACE%3BEACC%3BEACI%3BEACR%3BEACA%2C6CAAA%3B%3B%3B%3BAAQD%3BEACC%3B%3BAAGD%2CWAAW%3BEACV%3B%3BAAGD%2CWAAW%3BEACV%3B%3BAAGD%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%3BEACX%3B%3B%3BAAID%2CGAAI%2CYAAc%2CIAAI%3B%3BEACrB%3BEACA%3B%3B%3BAAID%2CGAAI%2CYAAc%2CIAAI%3B%3BEACrB%3B%3B%3BAAKD%2CWAAY%3BEACX%3B%3B%3BAAKD%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%3BAACZ%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%3BAACZ%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%2COAAM%3BEACjB%3B%3B%3B%3B%3B%3BAASD%2CkBAAmB%3BAACnB%2CkBAAmB%2CEAAC%3BAACpB%2CkBAAmB%2CEAAC%3BEACnB%3BEACG%3BEACK%3B%3BAAGT%3BAACA%2CQAAW%3B%3BEACV%3BEACA%3B%3B%3B%3B%3BAAUD%2CkBAAmB%3BAACnB%2CiBAAkB%3B%3BEAEjB%3B%3B%3BAAGD%2CcAAe%2CSAAS%3BEACvB%3B%3B%3B%3BAAKD%2COAAO%3BEACN%3B%3BAAGD%2COAAO%2CSAAU%3BEAChB%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%2CWAAW%3BEACV%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CmBACE%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAIH%2CcAAe%2CGAAE%3BAACjB%2CcAAe%2CGAAE%3BEAChB%2CcAAA%3B%3B%3BAAGD%2COAAQ%2CeAAe%2CYAAY%3BEAAiB%3B%3BAACpD%2COAAQ%2CeAAe%2CYAAY%3BEAAiB%3B%3BAAEpD%2COAAQ%2CeAAe%2CYAAY%3BEAAkB%3BEAAa%2CwBAAA%3B%3BAAClE%2COAAQ%2CeAAe%2CYAAY%3BEAAkB%3BEAAc%2CwBAAA%3B%3BAAEnE%2CcAAe%2CYAAY%3BEAC1B%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%2CcAAe%2CGAAE%3BEAChB%3B%3BAAGD%2CcAAe%2CGAAE%2CeAAkB%3B%3BEAElC%3BEACA%3B%3B%3B%3BAAOD%2CeAAgB%3BEACf%3BEACA%3B%3B%3BAAGD%2CeAAgB%2CaAAa%3BEAC5B%3B%3B%3BAAGD%2CeAAgB%2CaAAa%2CQAAQ%3BEACpC%3B%3B%3B%3B%3BAAOD%2CGAAI%3B%3BEACH%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2CUAAW%2CGAAE%3BEACZ%3B%3B%3B%3B%3BAAOD%3BAACA%3B%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3B%3B%3BAAGD%2CaAAc%3B%3BEACb%2C4BAAA%3B%3BAAGD%2CaAAgB%3BEACf%3B%3BAAGD%2CaAAc%3BAACd%2CaAAgB%3B%3BEACf%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3B%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%2CaAAc%3BEACb%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3B%3BAAGD%2CaAAc%3B%3BEACb%3BEACA%3B%3B%3B%3BAAOD%2CaAAc%2CUAAU%3BEACvB%3BEACA%3B%3B%3BAAGD%2CaAAc%2CUAAU%2CUAAU%3BEACjC%3B%3BAAGD%2CaAAc%2CUAAU%3B%3BEACvB%3B%3B%3B%3B%3BAAOD%2CaAAc%3B%3BEACb%3B%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3BEACA%3B%3B%3B%3B%3BAAQD%2COAAQ%2CcAAc%3B%3BEACrB%2CoBAAA%3B%3BAAGD%2COAAQ%2CcAAc%3B%3BEACrB%2CoBAAA%3B%3BAAGD%2CaAAc%3BAACd%2CaAAc%3BEACb%3BEACA%3B%3B%3BAAGD%2CaAAc%3B%3BEAEb%3BEACA%3B%3B%3B%3BAAOD%2CWAAW%3B%3B%3BEAEV%3BEACA%3B%3BEAGA%3BEACA%3B%3BAAGD%2CWAAW%3B%3BEAEV%3BEACA%3B%3BEAGA%3BEACA%3B%3B%3B%3B%3B%3B%3BAAUD%3BEACC%3B%3B%3BAAGD%2CmBAAmB%3B%3B%3BEAGlB%3B%3BAAGD%2CmBAAmB%2CYAAa%3BEAC%5C%2FB%3B%3B%3BAAGD%2CmBAAoB%3BEACnB%3B%3B%3BAAGD%2CmBAAoB%3BAACpB%2CmBAAoB%3BEACnB%2CcAAA%3B%3BAAGD%2CmBAAoB%3BEACnB%3BEACA%3B%3B%3BAAKD%2CmBAAmB%2CSAAU%3B%3BEAE5B%3B%3BAAGD%2CmBAAmB%2CSAAU%3BAAC7B%2CmBAAmB%2CSAAU%3B%3BEAE5B%3BEACA%3B%3BAAGD%2CmBAAmB%2CSAAU%2CSAAS%3BEACrC%3B%3B%3BAAGD%2CmBAAmB%2CSAAU%2CSAAQ%3BEACpC%2CSAAS%2CgBAAT%3B%3B%3BAAGD%2CmBAAmB%2CSAAU%2CSAAQ%3BEACpC%2CSAAS%2CeAAT%3B%3B%3BAAGD%2CmBAAmB%2CSAAU%3BEAC5B%3B%3BEACA%3B%3B%3B%3BAAKD%2CmBAAmB%2CsBAAuB%3BEACzC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CmBAAmB%2CsBAAuB%2CYAAW%3BEACpD%2CSAAS%2CGAAT%3B%3B%3BAAKD%2CmBAAmB%2CYAAa%3B%3BEAE%5C%2FB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%3B%3BEAEA%3B%3B%3B%3BAAOD%2CaAAc%3BEACb%3BEACA%3BEACA%3B%3B%3BAAKD%2CaAAc%3BEACb%3B%3B%3BAAGD%2COAAQ%2CcAAc%3BEACrB%3B%3BEAEA%2C2BAAA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CcAAc%3BEACrB%3B%3BEAEA%2C2BAAA%3BEACA%3BEACA%3B%3B%3B%3B%3BAAUD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%2COAAQ%3BEACP%3B%3B%3BAAGD%3BEACC%3BEACA%3B%3B%3BAAKD%2CGAAI%3BEACH%3B%3B%3BAAGD%2CcAAe%3BEACd%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CcAAe%2CGAAE%2CYAAa%3BEAC7B%3B%3B%3BAAKD%3BEACC%3B%3BAAGD%2CgBAAiB%3BEAChB%3B%3BAAGD%2COAAQ%3BEAAwB%3B%3BAAChC%2COAAQ%3BEAAuB%3B%3BAAE%5C%2FB%2COAAQ%3BEAAwB%3B%3BAAChC%2COAAQ%3BEAAuB%3B%3B%3BAAI%5C%2FB%2CaAAa%3BEACZ%3B%3B%3BAAGD%2CaAAa%2CMAAO%3BEACnB%3B%3BAAGD%3BAACA%3BEACC%3BEACA%3B%3B%3BAAID%2COAAQ%3BEAAuB%3B%3BAAC%5C%2FB%2COAAQ%3BEAAuB%3B%3BAAE%5C%2FB%2CmBAAoB%3B%3BEAEnB%3BEACA%3B%3BAAGD%2CmBAAoB%2CEAAC%2CMAAM%3B%3BEAE1B%3B%3B%3BAAKD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CYAAa%3B%3BEACZ%3B%3BAAGD%2CcACC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAIF%3BEACC%3B%3BAAID%3BEACC%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAEA%2CSAAC%3BEACA%2CmBAAA%3B%3BAAGD%2CSAAC%3BEACA%3B%3BAAjBF%2CSAoBC%3BEACC%3BEACA%3BEACA%3BEACA%2CiDAAA%3BEACA%3B%3BAAzBF%2CSA4BC%3BEACC%3B%3BATl%2BCA%2CSSi%2BCD%2CQTj%2BCE%3BAACD%2CSSg%2BCD%2CQTh%2BCE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CSS49CD%2CQT59CE%3BEACC%3B%3BAANF%2CSSi%2BCD%2CQTj%2BCE%3BAACD%2CSSg%2BCD%2CQTh%2BCE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CSS49CD%2CQT59CE%3BEACC%3B%3BAS%2B7CJ%2CSA4BC%2CQAIC%3BEACC%3BEACA%3BEACA%3B%3BAAnCH%2CSA4BC%2CQAIC%2CMAIC%3BEACI%3BEACH%3BEACA%2CaX77CgB%2C0BW67ChB%3BEACA%3BEACA%3B%3BAAzCJ%2CSA4BC%2CQAiBC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAjDH%2CSA4BC%2CQAiBC%2COAMC%3BEACC%3BEACA%2CgBAAA%3BEACA%3B%3BAAtDJ%2CSA4BC%2CQAiBC%2COAYC%3BEACC%3BEACA%3BEACA%3B%3BAA5DJ%2CSA4BC%2CQAiBC%2COAkBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAEA%2CSA5CH%2CQAiBC%2COAkBC%2CUASE%3BEACA%3B%3B%3BAAUL%3BEACC%3BEACA%3B%3BAAFD%2CcAIC%3BAAJD%2CcAIQ%3BAAJR%2CcAIY%3BEACV%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAC%2CkBACA%3BEACC%3B%3BAAbH%2CcAiBC%3BEACC%3BEACA%2CgBAAA%3BEACA%3B%3BAApBF%2CcAiBC%2CSAKC%3BEACC%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAA3BH%2CcAiBC%2CSAKC%2CiBAOC%3BEACC%3BEAEA%3B%3BATxjDF%2CcSyiDD%2CSAKC%2CiBAOC%2CkBTrjDA%3BAACD%2CcSwiDD%2CSAKC%2CiBAOC%2CkBTpjDA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcSoiDD%2CSAKC%2CiBAOC%2CkBThjDA%3BEACC%3B%3BAANF%2CcSyiDD%2CSAKC%2CiBAOC%2CkBTrjDA%3BAACD%2CcSwiDD%2CSAKC%2CiBAOC%2CkBTpjDA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcSoiDD%2CSAKC%2CiBAOC%2CkBThjDA%3BEACC%3B%3BASkhDJ%2CcAiBC%2CSAKC%2CiBAaC%3BEACC%3B%3BAApCJ%2CcAiBC%2CSAKC%2CiBAiBC%3BEACC%3BEACA%3B%3BAAzCJ%2CcAiBC%2CSA6BC%3BEACC%2CiBAAA%3B%3BATvkDD%2CcSyiDD%2CSA6BC%2CgBTtkDC%3BAACD%2CcSwiDD%2CSA6BC%2CgBTrkDC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcSoiDD%2CSA6BC%2CgBTjkDC%3BEACC%3B%3BAANF%2CcSyiDD%2CSA6BC%2CgBTtkDC%3BAACD%2CcSwiDD%2CSA6BC%2CgBTrkDC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcSoiDD%2CSA6BC%2CgBTjkDC%3BEACC%3B%3BASkhDJ%2CcAiBC%2CSA6BC%2CgBAMC%3BEACC%3BEACA%3BEACA%3B%3BAAEA%2CcAxCH%2CSA6BC%2CgBAMC%2CWAKE%3BEACA%3BEACA%3B%3BAA3DL%2CcAiBC%2CSA6BC%2CgBAMC%2CWAUC%3BEACC%2CiBAAA%3B%3BAA%5C%2FDL%2CcAiBC%2CSA6BC%2CgBAMC%2CWAUC%2CQAGC%3BEACC%3BEACA%3BEACA%3B%3BAApEN%2CcAiBC%2CSA6BC%2CgBAMC%2CWAUC%2CQAGC%2CKAKC%3BEACC%3BEACA%3BEACA%3B%3BAAzEP%2CcAiBC%2CSA6BC%2CgBAMC%2CWA0BC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAlFL%2CcAiBC%2CSA6BC%2CgBAMC%2CWA0BC%2CIAMC%3BEACC%3BEACA%3B%3BAAtFN%2CcAiBC%2CSA6BC%2CgBAMC%2CWA0BC%2CIAWC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAOJ%2CcAnFD%2CSAmFE%3BEAEA%3B%3BAAEA%2CcAvFF%2CSAmFE%2CcAIC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%2CcAnGF%2CSAmFE%2CcAgBC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtBF%2CcAnFD%2CSAmFE%2CcAyBC%2CiBAAiB%3BEAChB%3BEACA%3B%3BAAEA%2CcAhHJ%2CSAmFE%2CcAyBC%2CiBAAiB%2CqBAIf%3BEACA%3BEACA%3B%3BAAwBN%2CmBAhBqC%3BEAgBrC%2CcAfE%3BIACC%3B%3BEAcH%2CcAfE%2CSAGC%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAASJ%3BEAEC%3B%3BAAEA%2CkBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CkBAAC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAyBD%2CmBAtBsC%3BEAsBtC%2CkBArBC%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CkBAAC%3BIACA%3B%3BEAGD%2CkBAAC%3BIACA%3B%3BEASF%2CkBANC%2CeAAe%2CSAAQ%2CcAAc%3BIACpC%3B%3B%3BAAgBF%2CmBAXsC%3BEAWtC%2CkBAVC%2CeAAe%2CSAAQ%2CcAAc%3BIACpC%3B%3B%3BAAcD%2CmBAJqC%3BEAIrC%2CkBALD%3BIAEE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CkBATD%3BIAME%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CkBAbD%3BIAUE%3B%3B%3BAAOF%2CmBAJsC%3BEAItC%2CkBAjBA%3BIAcE%3B%3B%3BAAQD%2CaAFW%2CwBAAyB%2CgBAAgB%2CWACrD%2CmBACE%3BEACA%3B%3BAAGD%2CaANW%2CwBAAyB%2CgBAAgB%2CWACrD%2CmBAKE%3BEACA%3B%3BAAMD%2CaAbW%2CwBAAyB%2CgBAAgB%2CWAWrD%2CeAAe%2CSAAQ%2CcAErB%3BEACA%3B%3BAAGD%2CaAjBW%2CwBAAyB%2CgBAAgB%2CWAWrD%2CeAAe%2CSAAQ%2CcAMrB%3BEACA%3B%3BAAQH%2CaAAa%2C2BAA2B%2CkBAAmB%2CgBAAgB%2CWAC1E%2CeAAe%2CSAAQ%2CcAAc%3BEACpC%3B%3BAAKD%2CmBAHsC%3BEAGtC%2CaAPY%2C2BAA2B%2CkBAAmB%2CgBAAgB%2CWAC1E%2CeAAe%2CSAAQ%2CcAAc%3BIAInC%3B%3B%3BAALH%2CaAAa%2C2BAA2B%2CkBAAmB%2CgBAAgB%2CWAS1E%2CeAAe%2CSAAQ%2CcAAc%3BEACpC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACruDF%3BEACI%2CaAAa%2CuBAAb%3BEACA%2CSAAS%2C0EAAyC%2COAAO%2CcAChD%2CyEAAwC%2COAAO%2COADxD%3BEAEA%3BEACA%3B%3BACxEJ%2CCAAC%3BEACC%3BEACA%2C6CAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BACLF%2CCAAC%2CEAAgB%3BEACf%2CuBAAA%3BEACA%2CmBAAA%3BEACA%3B%3BAAEF%2CCAAC%2CEAAgB%3BEAAM%3B%3BAACvB%2CCAAC%2CEAAgB%3BEAAM%3B%3BAACvB%2CCAAC%2CEAAgB%3BEAAM%3B%3BAACvB%2CCAAC%2CEAAgB%3BEAAM%3B%3BACVvB%2CCAAC%2CEAAgB%3BEACf%2CmBAAA%3BEACA%3B%3BACDF%2CCAAC%2CEAAgB%3BEACf%3BEACA%2CyBAAA%3BEACA%3B%3BAAHF%2CCAAC%2CEAAgB%2CGAIb%3BEAAK%3B%3BAAET%2CCAAC%2CEAAgB%3BEACf%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%3B%3BAACA%2CCAND%2CEAAgB%2CGAMd%2CCAAC%2CEAAgB%3BEAChB%2CmBAAA%3B%3BACbJ%2CCAAC%2CEAAgB%3BEACf%2CyBAAA%3BEACA%2C4BAAA%3BEACA%3B%3BAAGF%3BEAAc%3B%3BAACd%3BEAAa%3B%3BAAGX%2CCADD%2CEACE%3BEAAa%3B%3BAACd%2CCAFD%2CEAEE%3BEAAc%3B%3BACXjB%2CCAAC%2CEAAgB%3BEACf%2C6CAAA%3BEACQ%2CqCAAA%3B%3BAAGV%3BEACE%3BIACE%2CmBAAmB%2CYAAnB%3BIACQ%2CWAAW%2CYAAX%3B%3BEAEV%3BIACE%2CmBAAmB%2CcAAnB%3BIACQ%2CWAAW%2CcAAX%3B%3B%3BAAIZ%3BEACE%3BIACE%2CmBAAmB%2CYAAnB%3BIACQ%2CWAAW%2CYAAX%3B%3BEAEV%3BIACE%2CmBAAmB%2CcAAnB%3BIACQ%2CWAAW%2CcAAX%3B%3B%3BACvBZ%2CCAAC%2CEAAgB%3BECUf%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CaAAnB%3BEACI%2CeAAe%2CaAAf%3BEACI%2CWAAW%2CaAAX%3B%3BADZV%2CCAAC%2CEAAgB%3BECSf%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3B%3BADXV%2CCAAC%2CEAAgB%3BECQf%2CQAAQ%2CwDAAR%3BEACA%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3B%3BADTV%2CCAAC%2CEAAgB%3BECaf%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACI%2CeAAe%2CYAAf%3BEACI%2CWAAW%2CYAAX%3B%3BADfV%2CCAAC%2CEAAgB%3BECYf%2CQAAQ%2CkEAAR%3BEACA%2CmBAAmB%2CYAAnB%3BEACI%2CeAAe%2CYAAf%3BEACI%2CWAAW%2CYAAX%3B%3BADVV%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BAACvB%2CKAAM%2CEAAC%2CEAAgB%3BEACrB%3B%3BAEfF%2CCAAC%2CEAAgB%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CCAAC%2CEAAgB%3BAAAW%2CCAAC%2CEAAgB%3BEAC3C%3BEACA%3BEACA%3BEACA%3B%3BAAEF%2CCAAC%2CEAAgB%3BEAAY%3B%3BAAC7B%2CCAAC%2CEAAgB%3BEAAY%3B%3BAAC7B%2CCAAC%2CEAAgB%3BEAAW%2CcAAA%3B%3B%3B%3BAChB5B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCsPlB%2CODtPkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCgVlB%2CODhVkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCuZlB%2CODvZkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCyKlB%2CODzKkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCmQlB%2CODnQkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCgclB%2CODhckB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCoclB%2CODpckB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCwgBlB%2CODxgBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC6MlB%2COD7MkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC4dlB%2COD5dkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSC0dlB%2COD1dkB%3B%3BAAC9B%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC2dlB%2COD3dkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC6FlB%2COD7FkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC8dlB%2COD9dkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC2YlB%2COD3YkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCyYlB%2CODzYkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCmWlB%2CODnWkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCsZlB%2CODtZkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCiHlB%2CODjHkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCkelB%2CODlekB%3B%3BAACnC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCmPlB%2CODnPkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCiLlB%2CODjLkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCmGlB%2CODnGkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCmXlB%2CODnXkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCuIlB%2CODvIkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCClB%2CODDkB%3B%3BAAC%5C%2FC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCGlB%2CODHkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCiPlB%2CODjPkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCgVlB%2CODhVkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCuWlB%2CODvWkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCkWlB%2CODlWkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC%2BQlB%2COD%5C%2FQkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCkRlB%2CODlRkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCoLlB%2CODpLkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCgOlB%2CODhOkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCgflB%2CODhfkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC8elB%2COD9ekB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC%2BelB%2COD%5C%2FekB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%2BUlB%2COD%5C%2FUkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCQlB%2CODRkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCgblB%2CODhbkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCgblB%2CODhbkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCuBlB%2CODvBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCuBlB%2CODvBkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCsUlB%2CODtUkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCmClB%2CODnCkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCkLlB%2CODlLkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCelB%2CODfkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCmOlB%2CODnOkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC6alB%2COD7akB%3B%3BAACvC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC6alB%2COD7akB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC7ClB%2COD6CkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSChDlB%2CODgDkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC9ClB%2COD8CkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCjDlB%2CODiDkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCsPlB%2CODtPkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCwRlB%2CODxRkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCkNlB%2CODlNkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCmdlB%2CODndkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCoSlB%2CODpSkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC6RlB%2COD7RkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC6PlB%2COD7PkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%5C%2FDlB%2COD%2BDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC0alB%2COD1akB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC0RlB%2COD1RkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCyVlB%2CODzVkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCmClB%2CODnCkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCpClB%2CODoCkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCiYlB%2CODjYkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCgHlB%2CODhHkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSChClB%2CODgCkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC8RlB%2COD9RkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC6QlB%2COD7QkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC%2BXlB%2COD%5C%2FXkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCmJlB%2CODnJkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC2GlB%2COD3GkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC0XlB%2COD1XkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCkFlB%2CODlFkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC6BlB%2COD7BkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC6BlB%2COD7BkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC0RlB%2COD1RkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCgPlB%2CODhPkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCoZlB%2CODpZkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCelB%2CODfkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC%2BRlB%2COD%5C%2FRkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCqLlB%2CODrLkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCqDlB%2CODrDkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCgZlB%2CODhZkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCWlB%2CODXkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSClDlB%2CODkDkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC9DlB%2COD8DkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC9DlB%2COD8DkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC9DlB%2COD8DkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSClElB%2CODkEkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCuTlB%2CODvTkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC6ElB%2COD7EkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCqClB%2CODrCkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCuQlB%2CODvQkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC6NlB%2COD7NkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjElB%2CODiEkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSCsElB%2CODtEkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCiIlB%2CODjIkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCmLlB%2CODnLkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCuGlB%2CODvGkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCuElB%2CODvEkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCuElB%2CODvEkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCgElB%2CODhEkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCuPlB%2CODvPkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCpClB%2CODoCkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCwQlB%2CODxQkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCiBlB%2CODjBkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCmMlB%2CODnMkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCLlB%2CODKkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCTlB%2CODSkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC%2BQlB%2COD%5C%2FQkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCySlB%2CODzSkB%3B%3BAACzC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCkGlB%2CODlGkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCmGlB%2CODnGkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCtFlB%2CODsFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCxFlB%2CODwFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSClFlB%2CODkFkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCgYlB%2CODhYkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCuDlB%2CODvDkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCjDlB%2CODiDkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCoJlB%2CODpJkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCFlB%2CODEkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC%2BVlB%2COD%5C%2FVkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC6VlB%2COD7VkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCyTlB%2CODzTkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC0HlB%2COD1HkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCyRlB%2CODzRkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC%2BJlB%2COD%5C%2FJkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCsVlB%2CODtVkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCoClB%2CODpCkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCoRlB%2CODpRkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCuWlB%2CODvWkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC%2BFlB%2COD%5C%2FFkB%3B%3BAACzC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCuXlB%2CODvXkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC6IlB%2COD7IkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC2MlB%2COD3MkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCySlB%2CODzSkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCnFlB%2CODmFkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCyMlB%2CODzMkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCuWlB%2CODvWkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC8BlB%2COD9BkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCoFlB%2CODpFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC2WlB%2COD3WkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCflB%2CODekB%3B%3BAACvC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCiPlB%2CODjPkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCkGlB%2CODlGkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCtFlB%2CODsFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC5GlB%2COD4GkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC%5C%2FDlB%2COD%2BDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC4FlB%2COD5FkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC0FlB%2COD1FkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC2FlB%2COD3FkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCuFlB%2CODvFkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSC9IlB%2COD8IkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSC1IlB%2COD0IkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC1IlB%2COD0IkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSClJlB%2CODkJkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCyElB%2CODzEkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCmXlB%2CODnXkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC8SlB%2COD9SkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCqClB%2CODrCkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC1GlB%2COD0GkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC3IlB%2COD2IkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC4VlB%2COD5VkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCsHlB%2CODtHkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC1DlB%2COD0DkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCoClB%2CODpCkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC6NlB%2COD7NkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCuBlB%2CODvBkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC4JlB%2COD5JkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC%2BBlB%2COD%5C%2FBkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCgQlB%2CODhQkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSChJlB%2CODgJkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC%2BGlB%2COD%5C%2FGkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC6GlB%2COD7GkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC0QlB%2COD1QkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC8TlB%2COD9TkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCgRlB%2CODhRkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCiHlB%2CODjHkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCiTlB%2CODjTkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC8JlB%2COD9JkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC8JlB%2COD9JkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSC4ClB%2COD5CkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC0ClB%2COD1CkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC8HlB%2COD9HkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC1HlB%2COD0HkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCpHlB%2CODoHkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC3HlB%2COD2HkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC3HlB%2COD2HkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC7ElB%2COD6EkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BAAC1B%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC0NlB%2COD1NkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC8NlB%2COD9NkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC2NlB%2COD3NkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjDlB%2CODiDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCiFlB%2CODjFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCwSlB%2CODxSkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCSlB%2CODTkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCwPlB%2CODxPkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC1FlB%2COD0FkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCzFlB%2CODyFkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCpKlB%2CODoKkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCkMlB%2CODlMkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC4RlB%2COD5RkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSChHlB%2CODgHkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC%2BDlB%2COD%5C%2FDkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC5DlB%2COD4DkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC%5C%2FGlB%2COD%2BGkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC%5C%2FGlB%2COD%2BGkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCgSlB%2CODhSkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC8NlB%2COD9NkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCmOlB%2CODnOkB%3B%3BAACpC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC1LlB%2COD0LkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%5C%2FGlB%2COD%2BGkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC7FlB%2COD6FkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCtClB%2CODsCkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC3KlB%2COD2KkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCmBlB%2CODnBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC7OlB%2COD6OkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC0ElB%2COD1EkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC1DlB%2COD0DkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCvMlB%2CODuMkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCClB%2CODDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCqHlB%2CODrHkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSC9OlB%2COD8OkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSC9OlB%2COD8OkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC9OlB%2COD8OkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSClPlB%2CODkPkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC9OlB%2COD8OkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC9OlB%2COD8OkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC9OlB%2COD8OkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSClPlB%2CODkPkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC1GlB%2COD0GkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCuBlB%2CODvBkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCiNlB%2CODjNkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCiElB%2CODjEkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCpJlB%2CODoJkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC%2BGlB%2COD%5C%2FGkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC%2BGlB%2COD%5C%2FGkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC%2BKlB%2COD%5C%2FKkB%3B%3BAACnC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCzJlB%2CODyJkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCuHlB%2CODvHkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSChClB%2CODgCkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCnDlB%2CODmDkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSClDlB%2CODkDkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCyJlB%2CODzJkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSChDlB%2CODgDkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC6ClB%2COD7CkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSChDlB%2CODgDkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCElB%2CODFkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSChElB%2CODgEkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSClElB%2CODkEkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCoMlB%2CODpMkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC5JlB%2COD4JkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC0GlB%2COD1GkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CgBAAgB%3BAACjC%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCsKlB%2CODtKkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCiBlB%2CODjBkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCnJlB%2CODmJkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCnKlB%2CODmKkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSChMlB%2CODgMkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCiFlB%2CODjFkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCzBlB%2CODyBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCzHlB%2CODyHkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC2KlB%2COD3KkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCuKlB%2CODvKkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSChIlB%2CODgIkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCwElB%2CODxEkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCsBlB%2CODtBkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSCsBlB%2CODtBkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCmHlB%2CODnHkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSChOlB%2CODgOkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSC5FlB%2COD4FkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCyFlB%2CODzFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCYlB%2CODZkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCxMlB%2CODwMkB%3B%3BAAC%5C%2FC%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCxMlB%2CODwMkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCxMlB%2CODwMkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSC5MlB%2COD4MkB%3B%3BAAC%5C%2FC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC%5C%2FClB%2COD%2BCkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCxKlB%2CODwKkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSChTlB%2CODgTkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC6MlB%2COD7MkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjPlB%2CODiPkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCxJlB%2CODwJkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCxJlB%2CODwJkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCiFlB%2CODjFkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC2ClB%2COD3CkB%3B%3BAACvC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCwKlB%2CODxKkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCKlB%2CODLkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCKlB%2CODLkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjClB%2CODiCkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCnClB%2CODmCkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC7NlB%2COD6NkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCuBlB%2CODvBkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCpJlB%2CODoJkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCqFlB%2CODrFkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSChMlB%2CODgMkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCrPlB%2CODqPkB%3B%3BAAC%5C%2FC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSCpPlB%2CODoPkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCvPlB%2CODuPkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCtKlB%2CODsKkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC3GlB%2COD2GkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCsLlB%2CODtLkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCvElB%2CODuEkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCrElB%2CODqEkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CMAAM%3BAACvB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCmDlB%2CODnDkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCtElB%2CODsEkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC5RlB%2COD4RkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCpKlB%2CODoKkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCxJlB%2CODwJkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC0ElB%2COD1EkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC0ElB%2COD1EkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSC0ElB%2COD1EkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC0ElB%2COD1EkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC6ElB%2COD7EkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSC6ElB%2COD7EkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC6HlB%2COD7HkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCyHlB%2CODzHkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC0LlB%2COD1LkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCuLlB%2CODvLkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCiLlB%2CODjLkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCiLlB%2CODjLkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCqLlB%2CODrLkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCjNlB%2CODiNkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC8ElB%2COD9EkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCnGlB%2CODmGkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC1JlB%2COD0JkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSClXlB%2CODkXkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC3TlB%2COD2TkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSC3TlB%2COD2TkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCmIlB%2CODnIkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCmIlB%2CODnIkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCvElB%2CODuEkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCrElB%2CODqEkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCxElB%2CODwEkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSCxElB%2CODwEkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC1WlB%2COD0WkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC4JlB%2COD5JkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCtXlB%2CODsXkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCrFlB%2CODqFkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCnOlB%2CODmOkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCoClB%2CODpCkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSClKlB%2CODkKkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCiHlB%2CODjHkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC1MlB%2COD0MkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC3ElB%2COD2EkB%3B%3BAAChC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCvJlB%2CODuJkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCyElB%2CODzEkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%5C%2FDlB%2COD%2BDkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCtXlB%2CODsXkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCtUlB%2CODsUkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSCoIlB%2CODpIkB%3B%3BAAC9B%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCyIlB%2CODzIkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCblB%2CODakB%3B%3BAAClC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC9DlB%2COD8DkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC8ClB%2COD9CkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CqBAAqB%3BEAAU%2CSCvXlB%2CODuXkB%3B%3BAAChD%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSCzXlB%2CODyXkB%3B%3BAAC%5C%2FC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CoBAAoB%3BEAAU%2CSC9TlB%2COD8TkB%3B%3BAAC%5C%2FC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCzPlB%2CODyPkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCkIlB%2CODlIkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCuHlB%2CODvHkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC%2BFlB%2COD%5C%2FFkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC3ClB%2COD2CkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC6BlB%2COD7BkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCWlB%2CODXkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CgBAAgB%3BEAAU%2CSCrPlB%2CODqPkB%3B%3BAAC3C%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC8HlB%2COD9HkB%3B%3BAACrC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSChFlB%2CODgFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CYAAY%3BAAC7B%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCiGlB%2CODjGkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC7KlB%2COD6KkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSC2HlB%2COD3HkB%3B%3BAACjC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCnLlB%2CODmLkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC1ClB%2COD0CkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC1ClB%2COD0CkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CmBAAmB%3BEAAU%2CSCqClB%2CODrCkB%3B%3BAAC9C%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCmClB%2CODnCkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCpRlB%2CODoRkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSClRlB%2CODkRkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC1ElB%2COD0EkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSC1ElB%2COD0EkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%5C%2FQlB%2COD%2BQkB%3B%3BAAClC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC7JlB%2COD6JkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCxJlB%2CODwJkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCxPlB%2CODwPkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSC7WlB%2COD6WkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCnUlB%2CODmUkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC5FlB%2COD4FkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCIlB%2CODJkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCvSlB%2CODuSkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCvSlB%2CODuSkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCxYlB%2CODwYkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCxYlB%2CODwYkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCWlB%2CODXkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCWlB%2CODXkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCjElB%2CODiEkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC9WlB%2COD8WkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CIAAI%3BAACrB%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCyBlB%2CODzBkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCkDlB%2CODlDkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCRlB%2CODQkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC3SlB%2COD2SkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCdlB%2CODckB%3B%3BAACtC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjTlB%2CODiTkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSClQlB%2CODkQkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC3PlB%2COD2PkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCxQlB%2CODwQkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CkBAAkB%3BEAAU%2CSClQlB%2CODkQkB%3B%3BAAC7C%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CeAAe%3BAAChC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSC3QlB%2COD2QkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCjRlB%2CODiRkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSClRlB%2CODkRkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CaAAa%3BAAC9B%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCvQlB%2CODuQkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCpRlB%2CODoRkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC0DlB%2COD1DkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCvVlB%2CODuVkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSClMlB%2CODkMkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CUAAU%3BAAC3B%2CCAAC%2CEAAgB%2CWAAW%3BAAC5B%2CCAAC%2CEAAgB%2CQAAQ%3BAACzB%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCxLlB%2CODwLkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CeAAe%3BEAAU%2CSCzWlB%2CODyWkB%3B%3BAAC1C%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCpGlB%2CODoGkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CGAAG%3BAACpB%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC5TlB%2COD4TkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCtPlB%2CODsPkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCxPlB%2CODwPkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC1OlB%2COD0OkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCVlB%2CODUkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSCnHlB%2CODmHkB%3B%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%2BClB%2COD%5C%2FCkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BAACtB%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCvJlB%2CODuJkB%3B%3BAACvC%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCxJlB%2CODwJkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCzOlB%2CODyOkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCzXlB%2CODyXkB%3B%3BAACvC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSC%5C%2FOlB%2COD%2BOkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC1JlB%2COD0JkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCzElB%2CODyEkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCxFlB%2CODwFkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CiBAAiB%3BEAAU%2CSCxFlB%2CODwFkB%3B%3BAAC5C%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCrblB%2CODqbkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CcAAc%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCnRlB%2CODmRkB%3B%3BAACpC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCElB%2CODFkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSChclB%2CODgckB%3B%3BAACtC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC9IlB%2COD8IkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCjFlB%2CODiFkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCElB%2CODFkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSCqClB%2CODrCkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC%5C%2FKlB%2COD%2BKkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CKAAK%3BEAAU%2CSC2BlB%2COD3BkB%3B%3BAAChC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCnblB%2CODmbkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCtKlB%2CODsKkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSC3QlB%2COD2QkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSClalB%2CODkakB%3B%3BAACnC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCtalB%2CODsakB%3B%3BAACzC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSCxalB%2CODwakB%3B%3BAACvC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSC1alB%2COD0akB%3B%3BAACnC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCxalB%2CODwakB%3B%3BAACrC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCxalB%2CODwakB%3B%3BAACrC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCndlB%2CODmdkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CaAAa%3BEAAU%2CSCndlB%2CODmdkB%3B%3BAACxC%2CCAAC%2CEAAgB%2CMAAM%3BEAAU%2CSCxBlB%2CODwBkB%3B%3BAACjC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSChYlB%2CODgYkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSCrelB%2CODqekB%3B%3BAAC9B%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCxVlB%2CODwVkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CYAAY%3BEAAU%2CSC5LlB%2COD4LkB%3B%3BAACvC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCtdlB%2CODsdkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC3flB%2COD2fkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSC%5C%2FKlB%2COD%2BKkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSC3OlB%2COD2OkB%3B%3BAACtC%2CCAAC%2CEAAgB%2COAAO%3BEAAU%2CSCxPlB%2CODwPkB%3B%3BAAClC%2CCAAC%2CEAAgB%2CcAAc%3BEAAU%2CSCxPlB%2CODwPkB%3B%3BAACzC%2CCAAC%2CEAAgB%2CWAAW%3BEAAU%2CSCvClB%2CODuCkB%3B%3BAACtC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSCvClB%2CODuCkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSChelB%2CODgekB%3B%3BAACnC%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSC9clB%2COD8ckB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CQAAQ%3BEAAU%2CSCxQlB%2CODwQkB%3B%3BAACnC%2CCAAC%2CEAAgB%2CUAAU%3BEAAU%2CSChhBlB%2CODghBkB%3B%3BAACrC%2CCAAC%2CEAAgB%2CGAAG%3BEAAU%2CSCjclB%2CODickB%3B%3BAAC9B%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2COAAO%3BAACxB%2CCAAC%2CEAAgB%2CIAAI%3BEAAU%2CSCtRlB%2CODsRkB%3B%3BAAC%5C%2FB%2CCAAC%2CEAAgB%2CSAAS%3BEAAU%2CSCjOlB%2CODiOkB%3B%3B%3BAErepC%3BAChEA%2CaCFA%2CgBAsEC%2COAMC%2CWAOC%3BADjFH%2CaEFA%2CgBASE%2CKAgCC%2CcAOC%3BAChBgB%2CaAxBpB%2CmBAAmB%2CYACb%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIACG%3BAAAD%2CaAxBY%2CuBAAuB%2CYACjD%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIACG%3BAAYG%2CaApCxB%2CmBAAmB%2CYACb%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIAYG%2CMACI%3BAAAD%2CaApCQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIAYG%2CMACI%3BAAkCT%2CaAtEhB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBA2BK%3BAAAD%2CaAtEgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBA2BK%3BAA8IW%2CaAzC5B%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAmBG%2CoBACK%2CIAEG%3BAA0CO%2CaAnFpC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKA0BG%2CoBAEK%2CIAAC%2CUAEE%3BAC1HhC%2CaAhCJ%2CcAIC%2CMAmBG%2CKAGD%2CMAME%3BAAuLL%2CaAzBD%2CYAyBE%3BAC5SC%2CaAhBH%2CyBAIC%2CqBAOC%2CEAKE%3BAAID%2CaApBH%2CyBAIC%2CqBAOC%2CEASE%3BAAeA%2CaAnCJ%2CyBAIC%2CqBA6BE%2CYACA%2CEACE%3BAAQD%2CaA3CJ%2CyBAIC%2CqBAqCE%2CYACA%2CEACE%3BAAgBD%2CaA3DJ%2CyBAkDE%2CmBASG%3BAClEL%2CUA4BC%3BACkQa%2CIAnGV%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAkBG%3BAAQC%2CIA3GZ%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAyBG%2CKACE%3BACpShB%2CgBAAC%2CeAWA%3BAC6BF%2C8BAIC%2CyBAgIC%2CgCAuEC%2CmBAWC%3BACwEU%2CIArUZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBAUE%2CMAuBG%3BAC1SH%2CuBArBR%2CkBAOI%2CgBAcK%3BEZ6BX%2CsBALqB%2CgDAKrB%3BEACA%3B%3BAAKF%2CwBAJ2D%2CoCAAkC%2CkCAAuC%2CuCAA%2BB%2C%2BBAA0B%2C0BAA4B%3BEAIzN%3BEC%5C%2FDA%2CaCFA%2CgBAsEC%2COAMC%2CWAOC%3BEDjFH%2CaEFA%2CgBASE%2CKAgCC%2CcAOC%3BEChBgB%2CaAxBpB%2CmBAAmB%2CYACb%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIACG%3BEAAD%2CaAxBY%2CuBAAuB%2CYACjD%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIACG%3BEAYG%2CaApCxB%2CmBAAmB%2CYACb%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIAYG%2CMACI%3BEAAD%2CaApCQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIAYG%2CMACI%3BEAkCT%2CaAtEhB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBA2BK%3BEAAD%2CaAtEgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBA2BK%3BEA8IW%2CaAzC5B%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAmBG%2CoBACK%2CIAEG%3BEA0CO%2CaAnFpC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKA0BG%2CoBAEK%2CIAAC%2CUAEE%3BEC1HhC%2CaAhCJ%2CcAIC%2CMAmBG%2CKAGD%2CMAME%3BEAuLL%2CaAzBD%2CYAyBE%3BEC5SC%2CaAhBH%2CyBAIC%2CqBAOC%2CEAKE%3BEAID%2CaApBH%2CyBAIC%2CqBAOC%2CEASE%3BEAeA%2CaAnCJ%2CyBAIC%2CqBA6BE%2CYACA%2CEACE%3BEAQD%2CaA3CJ%2CyBAIC%2CqBAqCE%2CYACA%2CEACE%3BEAgBD%2CaA3DJ%2CyBAkDE%2CmBASG%3BEClEL%2CUA4BC%3BECkQa%2CIAnGV%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAkBG%3BEAQC%2CIA3GZ%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAyBG%2CKACE%3BECpShB%2CgBAAC%2CeAWA%3BEC6BF%2C8BAIC%2CyBAgIC%2CgCAuEC%2CmBAWC%3BECwEU%2CIArUZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBAUE%2CMAuBG%3BEC1SH%2CuBArBR%2CkBAOI%2CgBAcK%3BIZgCT%2CsBAPsB%2CmDAOtB%3BIACA%2C4BAAA%3B%3B%3B%3BAa%5C%2FDJ%3BEACC%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CmBAJsC%3BEAItC%3BIAHC%3B%3B%3BAAOD%2CmBAJsC%3BEAItC%3BIAHC%3B%3B%3BAAOD%2CmBAJsC%3BEAItC%3BIAHC%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%3BIAHC%3B%3B%3BAAMF%2CmBAHsC%3BEAGtC%3BIAFE%3B%3B%3BAAIF%3BEACC%2CkBAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CiBAAC%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2CwEAAZ%3B%3BEACA%2CYAAY%2C2EAAZ%3B%3BEACA%2CYAAY%2CyEAAZ%3B%3B%3BAAjBF%2CiBAoBC%3BEACC%3BEACA%3B%3BAAtBF%2CiBAwBC%3BEAEC%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%3B%3BAAjCF%2CiBAoCC%3BEACC%3BEAEA%3BEACA%3B%3BAAxCF%2CiBAoCC%2CYAMC%2CKAAI%3BEACH%3BEACA%3B%3BAAEA%2CiBAVF%2CYAMC%2CKAAI%2CIAIF%3BEACA%3B%3BAA%5C%2FCJ%2CiBAoCC%2CYAeC%3BEACC%3B%3BAAEA%2CiBAlBF%2CYAeC%2CEAGE%3BEACA%2CcAAA%3B%3BAAKH%2CiBAAC%3BEACA%2C0EAAA%3B%3BAAQF%3BEACC%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMC%2CmBAJqC%3BEAIrC%3BIAHE%3B%3B%3BAAMF%2CmBAHqC%3BEAGrC%3BIAFC%3B%3B%3BAAKD%2CmBAHqC%3BEAGrC%3BIAFC%3B%3B%3BAAMF%2CmBAJsC%3BEAItC%3BIAHE%3B%3B%3BAAnBH%2CkBAsBC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA1BF%2CkBAsBC%2CgBAMC%2CGAAE%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEAEA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALqC%3BEAKrC%2CkBA1BF%2CgBAMC%2CGAAE%3BIAiBA%2C6BAAA%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CkBA9BF%2CgBAMC%2CGAAE%3BIAsBA%2C6BAAA%3B%3B%3BAAMD%2CmBAJqC%3BEAIrC%2CkBAlCF%2CgBAMC%2CGAAE%3BIA0BA%2C6BAAA%3B%3B%3BAASD%2CmBAPqC%3BEAOrC%2CkBAzCF%2CgBAMC%2CGAAE%3BIA8BA%2C6BAAA%3B%3B%3BAAKD%2CkBAzCF%2CgBAMC%2CGAAE%2COAmCA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAIA%3BEACA%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3B%3BAALA%2CmBAHqC%3BEAGrC%2CkBAhDH%2CgBAMC%2CGAAE%2COAmCA%3BIAKC%3B%3B%3BAAYD%2CkBA1DH%2CgBAMC%2CGAAE%2COAmDD%2CYACE%3BEACA%3B%3BAAjFL%2CkBAsBC%2CgBAgEC%3BEACC%3BEAEA%3BEACA%2C2BAAA%3BEACA%3B%3BAAEA%2CkBAvEF%2CgBAgEC%2CaAOE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAArGJ%2CkBAsBC%2CgBAgEC%2CaAkBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALqC%3BEAKrC%2CkBA%5C%2FFH%2CgBAgEC%2CaAkBC%3BIASE%3BIACA%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CkBAnGH%2CgBAgEC%2CaAkBC%3BIAcE%3BIACA%3B%3B%3BAAMD%2CmBAJqC%3BEAIrC%2CkBAvGH%2CgBAgEC%2CaAkBC%3BIAkBE%3BIACA%3B%3B%3BAAMF%2CmBAJsC%3BEAItC%2CkBA3GF%2CgBAgEC%2CaAkBC%3BIAsBE%3BIACA%3B%3B%3BAA%5C%2FHL%2CkBAsBC%2CgBAgEC%2CaA6CC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CkBAvHH%2CgBAgEC%2CaA6CC%2CGAUE%3BEACA%3B%3BAAUL%3BEAEC%3BEACA%3BEACA%3BEAIA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAZD%2CoBAcC%3BEAEC%3BEAEA%3BEACA%3BEACA%2CmBAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAOD%2CmBAHsC%3BEAGtC%2CoBA%5C%2FBA%3BIA6BE%3B%3B%3BAA3CH%2CoBA%2BCC%3BEACC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArDH%2CoBA%2BCC%2C6BASE%3BEACC%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAhEJ%2CoBA%2BCC%2C6BASE%2CSAaC%3BEACC%3BEACA%3BEACA%2CarCjRe%2C0BqCiRf%3B%3BAAOL%3BEACC%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3B%3BAAPD%2CiBAUC%3BEACE%3BEACA%3BEACA%3BEACA%3BEAED%3BEACC%3BEAEA%3B%3BAAnBH%2CiBAUC%2CIAYE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEAEA%3BEACA%2CuBAAA%3B%3BAAEA%2CiBAzBJ%2CIAYE%2CQAaG%3BEACC%3B%3BAAMP%3BEACC%3BEACA%3BEACA%3B%3BAAUA%2CmBAPqC%3BEAOrC%3BIANC%3BIACA%2CkBAAA%3BIACA%2CoCAAA%3BIACA%3B%3B%3BAAQD%2CmBALqC%3BEAKrC%3BIAJC%3BIACA%3B%3B%3BAAQD%2CmBALoC%3BEAKpC%3BIAJC%3B%3B%3BAAnBF%2C6BAuBC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAKD%2CmBAHsC%3BEAGtC%2C6BATA%3BIAOE%3B%3B%3BAA9BH%2C6BAkCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAUA%2CmBARqC%3BEAQrC%2C6BAtBD%3BIAeE%3BIACA%3BIACA%3BIACA%3B%3B%3BAAUD%2CmBANoC%3BEACnC%2C6BAvBF%2CEAuBG%2CUAAU%3BIACV%3B%3B%3BAAIF%2C6BA5BD%2CEA4BE%3BEACA%2CmBAAA%3B%3BAAGD%2C6BAhCD%2CEAgCE%3BEACA%3B%3BAAQC%2CsBADD%2CqBACE%3BEACA%2CSAAS%2CEAAT%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAcL%2CmBATqC%3BEAGjC%2CsBADD%2CqBACE%3BIACA%3B%3B%3BAChdL%2CKAEC%2CGAAE%3BEAEK%3BEACA%2CmBAAA%3BEACA%3B%3BApCHN%2CKoCDD%2CGAAE%2CQpCCA%3BAACD%2CKoCFD%2CGAAE%2CQpCEA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CKoCND%2CGAAE%2CQpCMA%3BEACC%3B%3BAANF%2CKoCDD%2CGAAE%2CQpCCA%3BAACD%2CKoCFD%2CGAAE%2CQpCEA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CKoCND%2CGAAE%2CQpCMA%3BEACC%3B%3BAoCTJ%2CKAEC%2CGAAE%2CQAMD%3BEACC%3BEACA%3B%3BAAVH%2CKAEC%2CGAAE%2CQAMD%2CGAIC%3BEACC%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CKApBH%2CGAAE%2CQAMD%2CGAIC%2CEAUE%3BEACA%2CmBAAA%3B%3BAAEW%2CKAvBf%2CGAAE%2CQAMD%2CGAIC%2CEAac%3BEACG%2CmBAAA%3B%3BAA1BpB%2CKAgCC%2CGAAE%3BEAEK%3BEACA%2CmBAAA%3BEACA%3B%3BApCjCN%2CKoC6BD%2CGAAE%2CUpC7BA%3BAACD%2CKoC4BD%2CGAAE%2CUpC5BA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CKoCwBD%2CGAAE%2CUpCxBA%3BEACC%3B%3BAANF%2CKoC6BD%2CGAAE%2CUpC7BA%3BAACD%2CKoC4BD%2CGAAE%2CUpC5BA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CKoCwBD%2CGAAE%2CUpCxBA%3BEACC%3B%3BAoCTJ%2CKAgCC%2CGAAE%2CUAMD%3BEACC%3BEACA%3B%3BAAGA%2CKAXF%2CGAAE%2CUAMD%2CGAKE%3BEACY%3B%3BAA5ChB%2CKAgCC%2CGAAE%2CUAMD%2CGASC%3BEACC%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CKAzBH%2CGAAE%2CUAMD%2CGASC%2CEAUE%3BEACe%3B%3BACzDpB%3BEACC%3B%3BAAIA%3BEAMC%2C6BAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CavC%2BBkB%2C0BuC%5C%2FBlB%3BEACA%3BEACA%3B%3BAAfD%2CSAEK%3BEACA%3B%3BAAHL%2CSAiBC%3BEACC%3BEACA%2CgBAAA%3B%3BAAEA%2CSAJD%2CEAIE%3BEACA%3B%3BAAtBH%2CSA2BC%3BEACC%2CeAAA%3BEACA%3B%3BAAID%2CSAAC%3BEAEA%2CwBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAC%3BEACA%2CmBAAA%3B%3BAAEA%2CSAHA%2CiBAGC%3BEACA%2CShBwDkB%2COgBxDlB%3B%3BAAIF%2CSAAC%3BEACA%3B%3BAAEA%2CSAHA%2CkBAGC%3BEACA%2CShB0H0B%2COgB1H1B%3B%3BAAIF%2CSAAC%3BEACA%2CmBAAA%3B%3BAAEA%2CSAHA%2CgBAGC%3BEACA%2CShBiHwB%2COgBjHxB%3B%3BAAIF%2CSAAC%3BEACA%3B%3BAChBH%2CmBAXqC%3BEACpC%3BIACC%3B%3BEAEA%2CaAAC%3BIACA%3B%3B%3BAAMH%2CaAAa%3B%3B%3B%3B%3B%3B%3B%3BAAAb%2CaAAa%2CkBAvDZ%3BEACC%3B%3BAAsDF%2CaAAa%2CkBA3CZ%3BEACC%3BEACA%3BEzC6KA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEyC7KR%3BEACE%3BEACA%3B%3BAAGH%2CaAkCY%2CkBAlCX%2CeACA%3BEACC%3BEACA%3B%3BAAHF%2CaAkCY%2CkBAlCX%2CeAMA%3BEACC%3BEACA%3B%3BAA0BH%2CaAAa%2CkBAtBZ%3BEACC%3B%3BAAqBF%2CaAAa%2CkBAjBZ%3BEACC%3B%3BAAgBF%2CaAAa%2CkBAIZ%3BEACC%3B%3BAAKF%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CwBAAA%3BEACA%3B%3BAAEA%2CgBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%2CsDAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%3BEACC%3BEAEA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEAGA%2CgCAAA%3B%3BAtC1GC%2C0BAAC%3BAACD%2C0BAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C0BAAC%3BEACC%3B%3BAANF%2C0BAAC%3BAACD%2C0BAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C0BAAC%3BEACC%3B%3BAsCwGF%2C0BADA%2CIAAI%2CSACH%3BEACG%3BEACA%2CkCAAA%3B%3BAAEJ%2C0BALA%2CIAAI%2CSAKH%3BEACG%2CWAAW%2CcAAX%3B%3BAAEJ%2C0BARA%2CIAAI%2CSAQH%3BEACG%2CWAAW%2CiBAAX%3B%3BAAtBN%2C0BA4BC%3BEACC%3BEACA%2CiBAAA%3BEACA%3BEACA%3B%3BAAEA%2C0BAND%2CMAME%3BEACA%2CmBAAA%3B%3BAAOD%2CmBAJoC%3BEAIpC%2C0BAdD%3BIAWE%2CiBAAA%3B%3B%3BAAOD%2CmBAJoC%3BEAIpC%2C0BAlBD%3BIAeE%2CiBAAA%3B%3B%3BAA3CH%2C0BA4BC%2CMAkBC%3BEAEC%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2C0BA3BF%2CMAkBC%2CiBASE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%2CaxCtHgB%2C0BwCsHhB%3BEzCsBF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEyCtBN%3BEACA%3B%3BAAIA%2C0BAhDH%2CMAkBC%2CiBA6BE%2CMACC%3BEACA%3B%3BAA7EL%2C0BA4BC%2CMAkBC%2CiBAoCC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAtFJ%2C0BA2FC%3BEACC%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBAJoC%3BEAIpC%2C0BAbD%3BIAUE%2CiBAAA%3B%3B%3BAAQD%2CmBALoC%3BEAKpC%2C0BAlBD%3BIAcE%2CiBAAA%3B%3B%3BAAID%2C0BAlBD%2CaAkBE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArHH%2C0BA2FC%2CaA6BC%3BEACC%3B%3BAACA%2C0BA%5C%2FBF%2CaA6BC%2CyBAEE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FHJ%2C0BA2FC%2CaA6BC%2CyBAWC%3BEACC%3BEACA%3BEACA%3B%3BAAYJ%2CaAAa%2CwBAAwB%2CWAAY%3BEAChD%3B%3BAADD%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAARF%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAOC%3BEACC%3B%3BAAXH%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAWC%2C0BAA0B%2CWAAW%3BEACpC%3B%3BAAfH%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAeC%3BEACC%3B%3BAAnBH%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAmBE%2CsBACC%3BEACC%3BEACA%3B%3BAAEA%2CaA3BQ%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAmBE%2CsBACC%2CGAIE%3BEAEA%3BEACA%3B%3BAA9BN%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAmBE%2CsBAYC%3BEACC%3B%3BAAnCL%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcAmBE%2CsBAgBC%3BEACC%3BEACA%3B%3BAAxCL%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcA0CC%3BEACC%3BEACA%3B%3BAA%5C%2FCH%2CaAAa%2CwBAAwB%2CWAAY%2CoBAGhD%2CcA%2BCC%3BEACC%3B%3BAAOH%2CeACC%3BEACC%3B%3BAf%5C%2FSF%3BEACE%3BEAGA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAEA%2CaAAC%3BEACC%3BEACA%3B%3BAAFF%2CaAAC%2CcAIC%2CsBAAsB%3BEAEpB%2CkBAAA%3B%3BAAIE%2CaAVL%2CcAIC%2CsBAAsB%2C6BAIpB%2CuBAAuB%2CGAAE%2CKAAQ%2CKAE9B%2CUAAU%3BEACT%3B%3BAAEF%2CaAbL%2CcAIC%2CsBAAsB%2C6BAIpB%2CuBAAuB%2CGAAE%2CKAAQ%2CKAK9B%2CUAAU%3BEACT%3B%3BAA1BV%2CaAgCE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAApCJ%2CaAuCE%3BEACE%3BEACA%3B%3BAAGF%2CaAAC%3BEACC%3BEACA%2CkCAAA%3B%3BAAEF%2CaAAC%3BEACC%2CWAAW%2CcAAX%3B%3BAAEF%2CaAAC%3BEACC%2CWAAW%2CiBAAX%3B%3BAApDJ%2CagBAA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEG%2C2CAAA%3B%3BAhBZJ%2CagBAA%2CeAeC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACU%2CgDAAA%3BEACR%2C6BAAA%3BEACA%3B%3BAAGH%2CaAzBD%2CeAyBE%3BEACA%2CuCAAA%3BEACA%3BEACA%3B%3BAAGE%2CaA%5C%2FBJ%2CeA%2BBK%3BEAEG%3BEACA%3B%3BAAWR%2CmBAR0C%3BEAQ1C%2CaA7CA%3BIAsCQ%3B%3BEAOR%2CaA7CA%2CeAwCQ%3BIACI%3BIACA%3B%3B%3BAAMZ%3BEACI%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3B%3BAAMR%3BEACI%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3BEAGJ%3BIACI%3BIACA%3B%3B%3BAhBhFR%2CaCFA%3BEAIC%2CgCAAA%3B%3BAxBDC%2CawBHF%2CgBxBGG%3BAACD%2CawBJF%2CgBxBIG%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawBRF%2CgBxBQG%3BEACC%3B%3BAANF%2CawBHF%2CgBxBGG%3BAACD%2CawBJF%2CgBxBIG%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawBRF%2CgBxBQG%3BEACC%3B%3BAuBPJ%2CaCFA%2CgBAOC%3BEACC%3BEACA%3BEACA%3B%3BAAEA%2CaAZF%2CgBAOC%2CMAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BADlBH%2CaCFA%2CgBAOC%2CMAkBC%3BEAEC%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAlCH%2CgBAOC%2CMAkBC%2CMASE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%2Ca1BEgB%2C0B0BFhB%3BE3B8IF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE2B9IN%3BEACA%3B%3BAAIA%2CaAvDJ%2CgBAOC%2CMAkBC%2CMA6BE%2CMACC%3BEACA%3B%3BADtDL%2CaCFA%2CgBAOC%2CMAkBC%2CMAoCC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAD%5C%2FDJ%2CaCFA%2CgBAsEC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BADxEF%2CaCFA%2CgBAsEC%2COAMC%3BEACC%3BEACA%3BEACA%3B%3BAD7EH%2CaCFA%2CgBAsEC%2COAMC%2CWAOC%3BEFiwBD%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2C2BAAA%3BEEzwBE%3BEACA%3BEACA%2CgBAAA%3BE3BuGF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA0B9LV%2CaCFA%2CgBAsEC%2COAMC%2CWAeC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca1BhDgB%2C0B0BgDhB%3B%3BAAGD%2CaArGH%2CgBAsEC%2COAMC%2CWAyBE%2CMACA%3BEACC%3B%3BAAFF%2CaArGH%2CgBAsEC%2COAMC%2CWAyBE%2CMAKA%3BEACC%3B%3BADzGL%2CaCFA%2CgBAsEC%2COA0CC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2Ca1BrEiB%2C0B0BqEjB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE3BgED%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA2B%5C%2FDP%2CaAjIH%2CgBAsEC%2COA0CC%2COAiBE%3BEACA%3B%3BAAKF%2CaAvIF%2CgBAsEC%2COAiEE%2CcACA%3BEACC%3B%3BAAFF%2CaAvIF%2CgBAsEC%2COAiEE%2CcAKA%3BEACC%3B%3BAD3IJ%2CaEFA%3BEACE%2CkBAAA%3BEACA%3BEACA%2CgCAAA%3B%3BAFDF%2CaEFA%2CgBAKI%3BAFHJ%2CaEFA%2CgBAKQ%3BEACF%3B%3BAzBHJ%2CayBHF%2CgBASE%2CKzBNC%3BAACD%2CayBJF%2CgBASE%2CKzBLC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CayBRF%2CgBASE%2CKzBDC%3BEACC%3B%3BAANF%2CayBHF%2CgBASE%2CKzBNC%3BAACD%2CayBJF%2CgBASE%2CKzBLC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CayBRF%2CgBASE%2CKzBDC%3BEACC%3B%3BAuBPJ%2CaEFA%2CgBASE%2CKAGC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACI%3B%3BAFfR%2CaEFA%2CgBASE%2CKAGC%2CoBAOK%3BEACE%3B%3BAFlBV%2CaEFA%2CgBASE%2CKAGC%2CoBAWC%3BEACC%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2Ca3BqBe%2C0B2BrBf%3BEACA%3BEACA%3B%3BA5BuEH%2Ca4BtGF%2CgBASE%2CKAGC%2CoBAWC%2CM5B%2BED%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2Ca4B1GF%2CgBASE%2CKAGC%2CoBAWC%2CM5BmFD%3BEAAyB%2CcAAA%3B%3BAAC1B%2Ca4B3GF%2CgBASE%2CKAGC%2CoBAWC%2CM5BoFD%3BEAA%2BB%2CcAAA%3B%3BAALhC%2Ca4BtGF%2CgBASE%2CKAGC%2CoBAWC%2CMAYE%2CM5BmEH%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2Ca4B1GF%2CgBASE%2CKAGC%2CoBAWC%2CMAYE%2CM5BuEH%3BEAAyB%2CcAAA%3B%3BAAC1B%2Ca4B3GF%2CgBASE%2CKAGC%2CoBAWC%2CMAYE%2CM5BwEH%3BEAA%2BB%2CcAAA%3B%3BA0BzGlC%2CaEFA%2CgBASE%2CKAgCC%3BEACC%3BEACA%3BEACA%3BEACI%3BEACA%3B%3BAF5CR%2CaEFA%2CgBASE%2CKAgCC%2CcAOC%3BEAEC%3BEH%2B3BH%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2C%2BBAAA%3BEGv4BG%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaA1DL%2CgBASE%2CKAgCC%2CcAOC%2CaAUE%3BEACA%3B%3BAFzDN%2CaGkVA%2CCApVA%2CkBACE%3BEACE%3BEACA%3BEACA%3B%3BAHFJ%2CaGMA%2CmBAAmB%2CYACb%3BAHPN%2CaGMgC%2CuBAAuB%2CYACjD%3B%3B%3BAHPN%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%3BAHTV%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%3BEAEE%3BEACA%2CgCAAA%3BEACA%3B%3B%3BAAGQ%2CaAVpB%2CmBAAmB%2CYACb%2CQAEI%2CKAKG%2CoBACK%2CIACG%3BAAAD%2CaAVY%2CuBAAuB%2CYACjD%2CQAEI%2CKAKG%2CoBACK%2CIACG%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE7BqKtB%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA6BhKU%2CaAxBpB%2CmBAAmB%2CYACb%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIACG%3BAAAD%2CaAxBY%2CuBAAuB%2CYACjD%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIACG%3B%3BEAEG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEJ08BtB%2CUAAA%3BEAGA%2CYAAA%3BEAOA%2CgCAAA%3BEzB3zBA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE6BxJc%3B%3BAAIA%2CaApCxB%2CmBAAmB%2CYACb%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIAYG%2CMACI%3BAAAD%2CaApCQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAmBG%2CIAAI%2CsBACC%2CIAYG%2CMACI%3BEACG%2CyBAAA%3BEJm6B1B%2CUAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3B%3BACx9BF%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%3BAHjDZ%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgEAAA%3BEACA%2CkCAAA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3BAACA%2CaAxDhB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBAaK%3BAAAD%2CaAxDgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBAaK%3BEACG%2CSAAQ%2CEAAR%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAASJ%2CaAtEhB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBA2BK%3BAAAD%2CaAtEgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBA2BK%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEJwlClB%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CgCAAA%3BEIhmCkB%3B%3BAAEH%2CaA7EjB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBAkCM%3BAAAD%2CaA7Ee%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBAkCM%3BEACE%2CmBAAA%3B%3BAACA%2CaA%5C%2FEpB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBAkCM%2COAEG%3BAAAD%2CaA%5C%2FEY%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBAkCM%2COAEG%3BEACG%3B%3BAAYZ%2CmBATyC%3BEAChC%2CaApFrB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBAyCU%3BEAAD%2CaApFW%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBAyCU%3BIACE%2CmBAAA%3B%3BEACA%2CaAtFxB%2CmBAAmB%2CYACb%2CQAEI%2CKAwCE%2CiBAyCU%2CMAEG%3BEAAD%2CaAtFQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAwCE%2CiBAyCU%2CMAEG%3BIACG%3B%3B%3BAH7F5B%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKA2FI%3BAHpGd%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKA2FI%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CaAzGhB%2CmBAAmB%2CYACb%2CQAEI%2CKA2FI%2CIAWG%3BAAAD%2CaAzGgB%2CuBAAuB%2CYACjD%2CQAEI%2CKA2FI%2CIAWG%3BEACG%2CmBAAA%3BEACA%3B%3BAACA%2CaA5GpB%2CmBAAmB%2CYACb%2CQAEI%2CKA2FI%2CIAWG%2CMAGI%3BAAAD%2CaA5GY%2CuBAAuB%2CYACjD%2CQAEI%2CKA2FI%2CIAWG%2CMAGI%3BEACG%3BEACA%2CmBAAA%3B%3BAHpHxB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHI%3BAH3Hd%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHI%3BAH3Hd%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHa%2CgBAAgB%3BAH3HvC%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHa%2CgBAAgB%3BAH3HvC%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%3BAH3HxE%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%3BAH3HxE%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%3BAH5HvE%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%3BEACvD%3BEACA%3BE7B8Dd%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE6B9DM%3B%3BAACA%2CaA3HhB%2CmBAAmB%2CYACb%2CQAEI%2CKAkHI%2CQAMG%3BAAAD%2CaA3HgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHI%2CQAMG%3BAAAD%2CaA3HhB%2CmBAAmB%2CYACb%2CQAEI%2CKAkHa%2CgBAAgB%2CQAMtB%3BAAAD%2CaA3HgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHa%2CgBAAgB%2CQAMtB%3BAAAD%2CaA3HhB%2CmBAAmB%2CYACb%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAMvD%3BAAAD%2CaA3HgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAMvD%3BAAAD%2CaA3HhB%2CmBAAmB%2CYACb%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAKtD%3BAAAD%2CaA3HgB%2CuBAAuB%2CYACjD%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAKtD%3BEACG%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAHpIpB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHI%2CQAWI%2CKACI%3BAHvItB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHI%2CQAWI%2CKACI%3BAHvItB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHa%2CgBAAgB%2CQAWrB%2CKACI%3BAHvItB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHa%2CgBAAgB%2CQAWrB%2CKACI%3BAHvItB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAWtD%2CKACI%3BAHvItB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAWtD%2CKACI%3BAHvItB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAUrD%2CKACI%3BAHvItB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAUrD%2CKACI%3BEAEE%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAACA%2CaAxIxB%2CmBAAmB%2CYACb%2CQAEI%2CKAkHI%2CQAWI%2CKACI%2CIAOG%3BAAAD%2CaAxIQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHI%2CQAWI%2CKACI%2CIAOG%3BAAAD%2CaAxIxB%2CmBAAmB%2CYACb%2CQAEI%2CKAkHa%2CgBAAgB%2CQAWrB%2CKACI%2CIAOG%3BAAAD%2CaAxIQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHa%2CgBAAgB%2CQAWrB%2CKACI%2CIAOG%3BAAAD%2CaAxIxB%2CmBAAmB%2CYACb%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAWtD%2CKACI%2CIAOG%3BAAAD%2CaAxIQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAWtD%2CKACI%2CIAOG%3BAAAD%2CaAxIxB%2CmBAAmB%2CYACb%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAUrD%2CKACI%2CIAOG%3BAAAD%2CaAxIQ%2CuBAAuB%2CYACjD%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAUrD%2CKACI%2CIAOG%3BEACG%2CmBAAA%3BEACA%3B%3BAHhJ5B%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHI%2CQAWI%2CKAaI%3BAHnJtB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHI%2CQAWI%2CKAaI%3BAHnJtB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHa%2CgBAAgB%2CQAWrB%2CKAaI%3BAHnJtB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHa%2CgBAAgB%2CQAWrB%2CKAaI%3BAHnJtB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAWtD%2CKAaI%3BAHnJtB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAkHsC%2CQAAQ%2CgBAAgB%2CQAWtD%2CKAaI%3BAHnJtB%2CaGMA%2CmBAAmB%2CYACb%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAUrD%2CKAaI%3BAHnJtB%2CaGMgC%2CuBAAuB%2CYACjD%2CQAEI%2CKAmHI%2C2BAA2B%2CQAAQ%2CgBAAgB%2CMAAM%2CQAUrD%2CKAaI%3BEACE%3B%3BAHpJxB%2CaG4JA%2CuBAAuB%3BEACnB%3B%3BAH7JJ%2CaG4JA%2CuBAAuB%2CYAEjB%3B%3B%3BAH9JN%2CaG4JA%2CuBAAuB%2CYAEjB%2CQAEI%3BEACI%3BEACA%2CgCAAA%3B%3BAACF%2CaAPZ%2CuBAAuB%2CYAEjB%2CQAEI%2CKAGG%2CIAAI%3BEACD%3B%3BAHpKhB%2CaG4JA%2CuBAAuB%2CYAEjB%2CQAEI%2CKAMI%2CQAAK%3BEACF%2C6BAAA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3BAH1KjB%2CaGiLA%2C0BAA0B%3BEACtB%3BEACA%3B%3BAHnLJ%2CaGiLA%2C0BAA0B%2CYAGpB%3B%3B%3BAAGM%2CaANZ%2C0BAA0B%2CYAGpB%2CQAEI%2CKACG%2CIAAI%3BEACD%3B%3BAHxLhB%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAII%2CQAAK%3BEACF%2C6BAAA%3BEACA%3B%3BAH5LjB%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKASI%3BEACE%3B%3BAHhMhB%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%3B%3B%3BAHlMf%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%3B%3B%3BAACE%2CaApBpB%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKACG%2CIAAI%3BEACD%3B%3BAHtMxB%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAII%3BEACE%3BEACA%2CsBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3B%3BAACA%2CaAhCxB%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAII%2CIASG%3BEACG%3B%3BAAKR%2CaAtCpB%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAmBG%2CoBACK%3BEACE%3B%3BAACA%2CaAzC5B%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAmBG%2CoBACK%2CIAEG%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEJ%2ByB9B%2CWAAA%3BEAGA%2CWAAA%3BEAOA%2CgCAAA%3BEIvzB8B%3B%3BAH%5C%2FNhC%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%3BEACE%3B%3BAHrOxB%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%3B%3B%3BAAEE%2CaAvD5B%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAEG%2CIAAI%2C0BACC%3BEACE%3B%3BAH1OpC%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAOI%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CaAtEhC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAOI%2CIAUG%3BEACG%3BEACA%3B%3BAAEJ%2CaA1EhC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAOI%2CIAcG%3BEACG%2CmBAAA%3BEACA%3B%3BAAGR%2CaA%5C%2FE5B%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKA0BG%2CoBAEK%2CIAAC%3BEACC%3B%3BAACA%2CaAnFpC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKA0BG%2CoBAEK%2CIAAC%2CUAEE%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEJqwBtC%2CWAAA%3BEAGA%2CWAAA%3BEAOA%2CgCAAA%3BEI7wBsC%3B%3BAHzQxC%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%3BEACE%3BEACA%3BEACA%2CiBAAA%3B%3BAHjRhC%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%3B%3B%3B%3BAHlRlC%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKACI%3BEACE%3BEACA%3BEAEA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAACA%2CaA3GxC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKACI%2CIASG%3BEACG%3B%3BAAEJ%2CaA9GxC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKACI%2CIAYG%3BEACG%2CmBAAA%3BEACA%3B%3BAHjS5C%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKAoBI%3BEACE%3BEACA%3BEACA%2CiBAAA%3B%3BAHzSxC%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKAoBI%2CQAII%2CKACI%3BEACE%3BEACA%3BEAEA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAACA%2CaAnIhD%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKAoBI%2CQAII%2CKACI%2CIASG%3BEACG%3B%3BAAEJ%2CaAtIhD%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKAoBI%2CQAII%2CKACI%2CIAYG%3BEACG%2CmBAAA%3BEACA%3B%3BAAKhB%2CaA7IpC%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKA4CG%2CwBACK%3BAADqB%2CaA7I%5C%2FD%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKA4C8B%2COACtB%3BEACE%3B%3BAHhU5C%2CaGiLA%2C0BAA0B%2CYAGpB%2CQAEI%2CKAYK%2CQAEG%2CKAgCI%2CQAEI%2CKAwCI%2CQAII%2CKAkDE%3BEACE%3B%3BAHrUtC%2CaiBgLA%2CCAlLA%3BEAEE%3B%3BAxCCA%2CawC%2BKF%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKxCJL%3BAACD%2CawC8KF%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKxCHL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawC0KF%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKxCCL%3BEACC%3B%3BAANF%2CawC%2BKF%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKxCJL%3BAACD%2CawC8KF%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKxCHL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawC0KF%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKxCCL%3BEACC%3B%3BAuBPJ%2CaiBgLA%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%3BEAGA%3BEACA%3BEACA%3BEAEA%2CgCAAA%3B%3BAjBfV%2CaiBgLA%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%2CKASE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAyJZ%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%2CKASE%2CIAMC%3BEACC%2CmBAAA%3BEACA%3B%3BAjBzBd%2CaiBgLA%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%2CKAuBE%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2CaA0IV%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%2CKA8BC%2CWACG%3BEACA%3B%3BAAEA%2CaAsId%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%2CKA8BC%2CWACG%2CIAGC%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIA%2CaA2HhB%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAGE%2CKA8BC%2CWACG%2CIAaC%2CMACE%3BEACC%3B%3BAjBtDlB%2CaiBgLA%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAwDE%2CKAAE%3BEACF%3B%3BAjB9DV%2CaiBgLA%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAwDE%2CKAAE%2CMAGA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAEA%2CaAwGZ%2CCAlLA%2CqBAIE%2C0BAEE%2CmBACE%2CGAAE%2CKAwDE%2CKAAE%2CMAGA%2CIAQC%3BEACC%2CmBAAA%3B%3BAjBzEd%2CaiBgLA%2CCAlLA%2CqBAqFE%3BEAEE%3BEACA%3BEACA%2CkBAAA%3B%3BAjBvFJ%2CaiBgLA%2CCAlLA%2CqBAqFE%2C6BAME%3BEAEE%3B%3BAxC1FJ%2CawC%2BKF%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKxC5FL%3BAACD%2CawC8KF%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKxC3FL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawC0KF%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKxCvFL%3BEACC%3B%3BAANF%2CawC%2BKF%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKxC5FL%3BAACD%2CawC8KF%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKxC3FL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawC0KF%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKxCvFL%3BEACC%3B%3BAuBPJ%2CaiBgLA%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKAIE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAyEV%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKAIE%2CKAMC%2CUAAU%3BEACT%3B%3BAAGF%2CaAqEV%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKAIE%2CKAUC%2CUAAU%3BEACT%3B%3BAjB5GZ%2CaiBgLA%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKAIE%2CKAeA%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAsDZ%2CCAlLA%2CqBAqFE%2C6BAME%2CuBAIE%2CGAAE%2CKAIE%2CKAeA%2CEAUG%3BEACC%3B%3BAxC1HZ%2CawC%2BKF%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKxClIL%3BAACD%2CawC8KF%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKxCjIL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawC0KF%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKxC7HL%3BEACC%3B%3BAANF%2CawC%2BKF%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKxClIL%3BAACD%2CawC8KF%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKxCjIL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CawC0KF%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKxC7HL%3BEACC%3B%3BAuBPJ%2CaiBgLA%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKAGE%3BEACA%3BEACA%3B%3BAAEA%2CaAsCV%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKAGE%2CKAIC%2CIAAI%3BEACH%3B%3BAjB3IZ%2CaiBgLA%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKAGE%2CKAQE%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAwBZ%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKAGE%2CKAQE%2CIAUC%3BEACC%3BEACA%2CgBAAA%3BEACA%3B%3BAAGF%2CaAkBZ%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKAGE%2CKAQE%2CIAgBC%3BEACC%3B%3BAAGF%2CaAcZ%2CCAlLA%2CqBAqFE%2C6BA%2BCE%2CiBACE%2CGAAE%2CKAGE%2CKAQE%2CIAoBC%3BEACC%2CmBAAA%3BEACA%2CqBAAA%3BEACA%3B%3BAjBrKd%2CaICC%3BEACC%3B%3BAJFF%2CaICC%2CkBAGC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAJVH%2CaICC%2CkBAYC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%2Ca7B8BiB%2C0B6B9BjB%3B%3BAJlBH%2CaIsBC%3BEACC%3B%3BAJvBF%2CaIsBC%2CsBAIC%2CGAAE%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAtBF%2CsBAIC%2CGAAE%2CaAkBA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3B%3BAJrDJ%2CaIsBC%2CsBAqCC%2CGAAE%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAJ1EH%2CaIsBC%2CsBAwDC%3BEAEC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%2Ca7BrCkB%2C0B6BqClB%3B%3BAAEA%2CaAnEF%2CsBAwDC%2CEAWE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAJhGJ%2CaI0GC%3BEACC%2C6BAAA%3BEACA%3B%3BAJ5GF%2CaI0GC%2CcAIC%3BEACC%2CkBAAA%3BEACA%3B%3BAAIA%2CaAVF%2CcAIC%2CMAME%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAJ5HJ%2CaI0GC%2CcAIC%2CMAmBG%2CKAGD%3BEAEC%3BEAEA%3B%3BAAEA%2CaAhCJ%2CcAIC%2CMAmBG%2CKAGD%2CMAME%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BE9B6CJ%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEyB2bR%2CUAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3B%3BAK7eI%2CaA5CL%2CcAIC%2CMAmBG%2CKAGD%2CMAiBE%2CMACC%3BEACA%3B%3BAAKF%2CaAlDJ%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBAIA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE9BeL%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE8BfH%3B%3BAAEA%2CaAvEN%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBAIA%2CEAiBE%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CaA5EN%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBAIA%2CEAsBE%3BEACA%2CSAAS%2CGAAT%3B%3BAA3BH%2CaAlDJ%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBAgCA%3BEACC%2CiBAAA%3BEACA%3BEACA%3BEACA%3BE9BJL%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE8BIH%3BEACA%3B%3BAAGD%2CaA5FL%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBA0CC%2COACA%3BEACC%3BEACA%3B%3BAAkBH%2CmBAbqC%3BEACpC%2CaArGL%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBAmDC%2CMAEA%3BIACC%3B%3BEAHF%2CaArGL%2CcAIC%2CMAmBG%2CKAGD%2CMAwBE%2CgBAmDC%2CMAMA%3BIACC%2CmBAAA%3BIACA%3B%3B%3BAJvNR%2CaI0GC%2CcAIC%2CMAmBG%2CKAGD%2CMAyFG%3BEAED%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEAEG%3B%3BAAQJ%2CmBAPqC%3BEACpC%2CaA7HL%2CcAIC%2CMAmBG%2CKAGD%2CMAyFG%2CIAUA%3BIACA%2CmBAAA%3BIACA%3B%3B%3BAA0BL%2CmBAfqC%3BEACnC%2CaA3IH%2CcAIC%2CMAuIG%3BIACA%3B%3BEAaH%2CaAzJD%2CcAIC%2CMA2II%2CKAAG%3BIACJ%3B%3BEASH%2CaAzJD%2CcAIC%2CMA2II%2CKAAG%2CMAKF%3BIACD%3B%3B%3BAJ%5C%2FPN%2CaIwQA%3BEACC%3BEACA%3BEACA%3B%3BAJ3QD%2CaIwQA%2CkBAIC%3BEACC%3BEAEA%3BEACA%3BEACA%2CgBAAA%3BEAEA%3BEACG%3BEACA%3BEAEH%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3BEAEA%3B%3BAAEA%2CaArBF%2CkBAIC%2CEAiBE%3BEACA%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3B%3BAJhSH%2CaIwSA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALsC%3BEAKtC%2CaAbD%3BIASE%3B%3B%3BAJjTF%2CaIwSA%2CYAaC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAID%2CaAzBD%2CYAyBE%3BEACA%2CSAAS%2CEAAT%3BELwwBA%2CYAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3BEKhxBA%3B%3BAJpUF%2CaIyUA%3BEACC%2CwCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAdD%2CuBAcE%2CMACA%3BEACA%3B%3BAJzVF%2CaIyUA%2CuBAoBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BE9B3KA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA0B9LV%2CaIyUA%2CuBAoBC%2COAYC%3BEACC%3BEACG%3BEACA%3BEACA%3BEACH%3BEACA%3B%3BAJ%5C%2FWH%2CaIyUA%2CuBA0CC%3BEACC%3B%3BAJpXF%2CakByBC%2CCA3BD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3BAlBND%2CakByBC%2CCA3BD%2CyBAUC%3BEAEC%3B%3BAACA%2CaAcD%2CCA3BD%2CyBAUC%2CEAGE%3BEACA%2CcAAA%3B%3BAlBZH%2CakByBC%2CCA3BD%2CyBAkBC%3BEACC%3BEACA%3B%3BAACA%2CaAMD%2CCA3BD%2CyBAkBC%2CKAGE%3BEACA%3B%3BAlBpBH%2CamBwGA%2CCA1GA%3BEAEC%3BEACA%3B%3BAnBDD%2CamBwGA%2CCA1GA%2CWAKC%3BEACC%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAAEA%2CaAsFF%2CCA1GA%2CWAKC%2CGAeE%3BEACA%2CSAAS%2CEAAT%3BECZC%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEDUD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAnBzBH%2CamBwGA%2CCA1GA%2CWA%2BBC%2CGACG%2CKACD%3BEACC%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%3B%3BAnBnCJ%2CamBwGA%2CCA1GA%2CWA%2BBC%2CGACG%2CKACD%2CEAMC%3BEACC%3BEACA%3B%3BAAED%2CaA%2BDJ%2CCA1GA%2CWA%2BBC%2CGACG%2CKACD%2CEAUE%3BEACA%2C%2BBAAA%3B%3BAAKF%2CaAyDH%2CCA1GA%2CWA%2BBC%2CGACG%2CKAiBA%2COACA%3BEACC%2CmBAAA%3BEACA%3B%3BAAIF%2CaAkDH%2CCA1GA%2CWA%2BBC%2CGACG%2CKAwBA%2CQACA%3BEAEC%3BEACA%3BEAEA%3B%3BAAKF%2CaAuCH%2CCA1GA%2CWA%2BBC%2CGACG%2CKAmCA%2CQACA%3BEACC%3BEACA%3BEACA%3B%3BAAEA%2CaAiCL%2CCA1GA%2CWA%2BBC%2CGACG%2CKAmCA%2CQACA%2CEAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAKH%2CaAqBH%2CCA1GA%2CWA%2BBC%2CGACG%2CKAqDA%2CQACA%3BEACC%3BEACA%3BEACA%3B%3BAACA%2CaAgBL%2CCA1GA%2CWA%2BBC%2CGACG%2CKAqDA%2CQACA%2CEAIE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3B%3BAnB%5C%2FFN%2CaK6PA%2CCA%5C%2FPA%2CaACG%3BEACD%3B%3BALAF%2CaKKA%3BEACC%3BEACA%3B%3BALPD%2CaKKA%2CyBAIC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BALdF%2CaKKA%2CyBAIC%2CqBAOC%3BEACC%3BEACA%3BEACA%2CgBAAA%3B%3BAAEA%2CaAhBH%2CyBAIC%2CqBAOC%2CEAKE%3BENugBF%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2C6BAAA%3B%3BAM7gBC%2CaApBH%2CyBAIC%2CqBAOC%2CEASE%3BENqcF%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3B%3BACxeF%2CaKKA%2CyBAIC%2CqBAqBC%3BEACC%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAKC%2CaAnCJ%2CyBAIC%2CqBA6BE%2CYACA%2CEACE%3BENmhBH%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2C6BAAA%3B%3BAMrhBE%2CaA3CJ%2CyBAIC%2CqBAqCE%2CYACA%2CEACE%3BEN6cH%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3B%3BACvgBF%2CaKKA%2CyBAkDE%3BEAEE%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BA5B7DF%2Ca4BIF%2CyBAkDE%2CmB5BtDC%3BAACD%2Ca4BGF%2CyBAkDE%2CmB5BrDC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2Ca4BDF%2CyBAkDE%2CmB5BjDC%3BEACC%3B%3BAANF%2Ca4BIF%2CyBAkDE%2CmB5BtDC%3BAACD%2Ca4BGF%2CyBAkDE%2CmB5BrDC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2Ca4BDF%2CyBAkDE%2CmB5BjDC%3BEACC%3B%3BA4ByDA%2CaA3DJ%2CyBAkDE%2CmBASG%3BEACC%2CSAAS%2CEAAT%3BEN82BJ%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2C%2BBAAA%3BEMt3BI%3BEACA%3BEACA%3B%3BALrEN%2CaKKA%2CyBAkDE%2CmBAiBE%3BEACE%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2Ca9B9Bc%2C0B8B8Bd%3BEACA%3BEACA%3BEACA%3B%3BA%5C%2FBmBJ%2Ca%2BB%5C%2FFF%2CyBAkDE%2CmBAiBE%2CM%5C%2FB4BD%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2Ca%2BBnGF%2CyBAkDE%2CmBAiBE%2CM%5C%2FBgCD%3BEAAyB%2CcAAA%3B%3BAAC1B%2Ca%2BBpGF%2CyBAkDE%2CmBAiBE%2CM%5C%2FBiCD%3BEAA%2BB%2CcAAA%3B%3BAALhC%2Ca%2BB%5C%2FFF%2CyBAkDE%2CmBAiBE%2CMAaG%2CM%5C%2FBeJ%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2Ca%2BBnGF%2CyBAkDE%2CmBAiBE%2CMAaG%2CM%5C%2FBmBJ%3BEAAyB%2CcAAA%3B%3BAAC1B%2Ca%2BBpGF%2CyBAkDE%2CmBAiBE%2CMAaG%2CM%5C%2FBoBJ%3BEAA%2BB%2CcAAA%3B%3BA0BzGlC%2CaKKA%2CyBAsFC%3BAL3FD%2CaKKA%2CyBAsFyB%3BEACvB%3B%3BAL5FF%2CaKKA%2CyBAsFC%2CuBAGC%3BAL9FF%2CaKKA%2CyBAsFyB%2C0BAGvB%3BEACC%3BEACA%2CgCAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAvGH%2CyBAsFC%2CuBAGC%2CKAcE%3BAAAD%2CaAvGH%2CyBAsFyB%2C0BAGvB%2CKAcE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEe3GA%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3B%3BAf%2BGF%2CaArHF%2CyBAmHC%2CaAEE%2CUACA%2CWAAU%3BAADE%2CaArHf%2CyBAmHC%2CaAEe%2CaACb%2CWAAU%3BEACJ%3B%3BAL5HT%2CaKKA%2CyBAmHC%2CaAQG%3BEACD%3BEACA%3B%3BALlIH%2CaKKA%2CyBAmHC%2CaAQG%2CWAID%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAL5IJ%2CaKKA%2CyBAmHC%2CaAQG%2CWAeD%3BEACC%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaApJJ%2CyBAmHC%2CaAQG%2CWAeD%2CMAUE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAAGD%2CaAhKJ%2CyBAmHC%2CaAQG%2CWAeD%2CMAsBE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BE%5C%2FBeH%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE%2BBfL%3B%3BAAKD%2CaA%5C%2FKJ%2CyBAmHC%2CaAQG%2CWAmDD%2CMAAK%2CQAAW%2CQACd%3BEACA%3B%3BALrLL%2CaKKA%2CyBAsLE%2CuBAEE%3BAL7LJ%2CaKKA%2CyBAsL0B%2C0BAEtB%3BAL7LJ%2CaKKA%2CyBAsLE%2CuBAEiB%3BAL7LnB%2CaKKA%2CyBAsL0B%2C0BAEP%3BEACb%3B%3BAL9LN%2CaKKA%2CyBAsLE%2CuBAME%2CaAEC%2CaACD%3BALpMJ%2CaKKA%2CyBAsL0B%2C0BAMtB%2CaAEC%2CaACD%3BEACC%3BEACA%3B%3BALtML%2CaKKA%2CyBAuMC%3BAL5MD%2CaKKA%2CyBAuMsB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAL5MtB%2CaKKA%2CyBAuMC%2CoBAEG%3BAL9MJ%2CaKKA%2CyBAuMsB%2CuBAElB%3BAL9MJ%2CaKKA%2CyBAuMC%2CoBAEe%3BAL9MhB%2CaKKA%2CyBAuMsB%2CuBAEN%3BEACV%3B%3BAL%5C%2FMN%2CaKKA%2CyBAuMC%2CoBAMC%3BALlNF%2CaKKA%2CyBAuMsB%2CuBAMpB%3BEACC%3B%3BALnNH%2CaKKA%2CyBA4NC%2CiBAEG%3BEACD%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9BzLc%2CyB8ByLd%3BEACA%3BEACA%3B%3BAL5OH%2CaKKA%2CyBA2OC%2CqBACC%3BEACC%3B%3BALlPH%2CaKKA%2CyBAiPC%3BALtPD%2CaKKA%2CyBAiP0B%3BALtP1B%2CaKKA%2CyBAkPE%3BALvPF%2CaKKA%2CyBAkPyB%3BEACvB%3B%3BAgB1PF%2CaAAC%3BAAAe%2CaAAC%3BEAEf%3BEACA%3BEAGA%3B%3BAANF%2CaAAC%2CaASC%3BAATc%2CaAAC%2CiBASf%3BAATF%2CaAAC%2CaASkB%3BAATH%2CaAAC%2CiBASE%3BEAChB%2C%2BBAAA%3B%3BAAVH%2CaAAC%2CaAaC%2CgBACA%2CmBACC%3BAAfa%2CaAAC%2CiBAaf%2CgBACA%2CmBACC%3BEACC%3B%3BAAhBJ%2CaAAC%2CaAaC%2CgBACA%2CmBAKC%3BAAnBa%2CaAAC%2CiBAaf%2CgBACA%2CmBAKC%3BEACC%3B%3BAApBJ%2CaAAC%2CaA2BA%2CmBAEC%3BAA7Bc%2CaAAC%2CiBA2BhB%2CmBAEC%3BEACA%3B%3BAA9BF%2CaAAC%2CaAkCA%3BAAlCe%2CaAAC%2CiBAkChB%3BEACC%3BEACA%3B%3BArBlCF%2CasBuBA%2CCAzBA%2C2BACC%2CGACC%3BEACC%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAtBXH%2CasBuBA%2CCAzBA%2C2BAiBC%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAE%2CIAAI%3BEAClD%3B%3BAtBhBF%2CasBuBA%2CCAzBA%2C2BAqBC%3BEACC%3B%3BAhBtBF%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEhCsLC%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEgCtLT%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAED%2CUAAC%3BEACA%2CmBAAA%3B%3BAAGD%2CUAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzBF%2CUA4BC%3BEPs3BC%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CgCAAA%3BEO93BA%3BEACA%3BEACA%3B%3BAA2BF%2CmBAvBsC%3BEAEpC%2CUAAC%3BIACA%3B%3BEAMD%2CaAAC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2C%2BBAAA%3B%3BEALD%2CaAAC%2CaAOA%3BIACC%3B%3B%3BANoBJ%3BEACE%2CmBAAA%3BEACA%3B%3BAAGF%2CeACE%3BEACE%3B%3BAAKJ%2CwBACE%2CcAAc%2CuBAAuB%3BAADd%2C4BACvB%2CcAAc%2CuBAAuB%3BAADe%2C2BACpD%2CcAAc%2CuBAAuB%3BAADvC%2CwBACoD%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAK%3BAAD3F%2C4BAC2B%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAK%3BAAD9D%2C2BACF%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAK%3BEAChH%3B%3BAAFJ%2CwBAKE%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAEzD%3BAAPqB%2C4BAKvB%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAEzD%3BAAPkD%2C2BAKpD%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAEzD%3BEACE%3B%3BAAGF%2CwBANF%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAMxD%2CMACC%3BAADF%2C4BANF%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAMxD%2CMACC%3BAADF%2C2BANF%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAMxD%2CMACC%3BEACE%3B%3BAAbR%2CwBAkBE%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%2CiBAAgB%3BAAlBvD%2C4BAkBvB%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%2CiBAAgB%3BAAlB1B%2C2BAkBpD%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%2CiBAAgB%3BAAlBhF%2CwBAkBwF%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%2CiBAAgB%3BAAlB7I%2C4BAkB%2BD%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%2CiBAAgB%3BAAlBhH%2C2BAkBkC%2CcAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%2CiBAAgB%3BEAClK%3B%3BAAKJ%2C6BACE%3BAAD6B%2C4BAC7B%3BEACE%2C0CAAA%3B%3BAASF%2CoBAAC%2CaAAc%3BEACb%3B%3BAAOF%2CkBAAC%2CaAAc%2CuBAAuB%3BAAAa%2CkBAAC%2CaAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAK%3BAACpH%2CkBAAC%2CaAAc%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAG%3B%3B%3BAAKjE%2CaAAa%2CIAAI%2CsBACf%2CuBAAuB%2CYAAc%2CQAAQ%2CKAAK%2CQAAK%3BEACrD%2C6BAAA%3B%3BAAFJ%2CaAAa%2CIAAI%2CsBAKf%2CuBAAuB%2CYAAc%2CQAAQ%3BEAC3C%2CgCAAA%3B%3BAuB5IJ%3BEACC%3BEACA%2CcAAA%3BEAEA%2CiBAAA%3B%3BAAWA%2CmBANqC%3BEACpC%2CYAAC%3BIACA%3B%3B%3BAAIF%2CYAAC%2CgBACA%3BEACC%2CkCAAA%3B%3BAAOD%2C2BADD%2CgBACE%3BEACA%3B%3BAAKH%3BEAEC%3BEACA%3BEACA%3BEAEA%3BEACA%2C0FAAA%3BEAEA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CeAAC%3BEACA%2CSAAU%2CEAAV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEHxCE%2CkBAAkB%2CsEAAlB%3BEACA%2CkBAAkB%2CiEAAlB%3BEACA%2CkBAAkB%2CkEAAlB%3BEACA%3BEACA%2CsHAAA%3B%3BAGwCH%2CeAAC%3BEAEA%2CSAAU%2CEAAV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEHnDE%2CkBAAkB%2CsEAAlB%3BEACA%2CkBAAkB%2CiEAAlB%3BEACA%2CkBAAkB%2CkEAAlB%3BEACA%3BEACA%2CsHAAA%3B%3BAGiBJ%2CeAqCC%3BEACC%3BEAGA%3B%3BAAzCF%2CeAgDC%3BEAEC%3B%3BAAlDF%2CeAgDC%2CwBAIC%2CGAAE%3BEACE%3B%3BA9ChFJ%2Ce8C2ED%2CwBAIC%2CGAAE%2CK9C%5C%2FED%3BAACD%2Ce8C0ED%2CwBAIC%2CGAAE%2CK9C9ED%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2Ce8CsED%2CwBAIC%2CGAAE%2CK9C1ED%3BEACC%3B%3BAANF%2Ce8C2ED%2CwBAIC%2CGAAE%2CK9C%5C%2FED%3BAACD%2Ce8C0ED%2CwBAIC%2CGAAE%2CK9C9ED%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2Ce8CsED%2CwBAIC%2CGAAE%2CK9C1ED%3BEACC%3B%3BA8CqBJ%2CeAgDC%2CwBAIC%2CGAAE%2CKAIC%3BEAED%3BEACA%3B%3BAACA%2CeAZH%2CwBAIC%2CGAAE%2CKAIC%2CKAIA%2CIAAI%3BEACJ%3B%3BAA7DL%2CeAgDC%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%3BEACD%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CeA3BJ%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%2CIAWA%3BEACA%3BEACA%3B%3BAAID%2CeAjCJ%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%2CIAiBA%3BEACA%3B%3BAAGD%2CeArCJ%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%2CIAqBA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%3B%3BAAIA%2CeA5CL%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%2CIA2BA%2CaACC%3BEACA%3B%3BAAKD%2CeAlDL%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%2CIAiCA%2CaACC%3BEACA%3B%3BAAIF%2CeAvDJ%2CwBAIC%2CGAAE%2CKAIC%2CKAQC%2CIAuCA%3BEACA%3B%3BAAxGN%2CeAoHC%3BEACC%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CeAPD%3BIAII%3B%3B%3BAAxHL%2CeAoHC%2CcAOC%2CGAAE%3BEACE%3B%3BAA5HN%2CeAoHC%2CcAOC%2CGAAE%2CKAED%3BEACC%3BEACI%3BEACJ%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CeAlBH%2CcAOC%2CGAAE%2CKAED%3BIAME%3B%3B%3BAAGD%2CeAlBH%2CcAOC%2CGAAE%2CKAED%2CGASE%3BEACA%3B%3BAAvIL%2CeAoHC%2CcAOC%2CGAAE%2CKAED%2CGAaC%3BEACC%3BEACA%2CcAAA%3BEACA%3B%3BAA7IL%2CeAmJC%3BEACC%3BEACA%3BEAA0B%3BEAC1B%3BEACA%3B%3BAAKF%3BEACC%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAAC%3BEACA%2CuCAAA%3BEACA%3BEACA%3B%3BACxMF%3BEACC%3BEAEA%2C6BAAA%3BEACA%3B%3BA%5C%2FCDC%2CmBAAC%3BAACD%2CmBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CmBAAC%3BEACC%3B%3BAANF%2CmBAAC%3BAACD%2CmBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CmBAAC%3BEACC%3B%3BA%2BCTJ%2CmBAKG%3BEACD%3BEA8BA%3BEACA%3B%3BAA5BA%2CmBAJC%2CIAIA%3BEACA%3BEACA%3B%3BAAaD%2CmBAXsC%3BEAWtC%2CmBAnBC%2CIAIA%3BIAKC%3B%3BEAEA%2CmBAXD%2CIAIA%2CWAOE%3BIACA%2CgCAAA%3B%3BEAEA%2CmBAdF%2CIAIA%2CWAOE%2CYAGC%3BIACA%3B%3B%3BAAMJ%2CmBArBC%2CIAqBA%3BEACA%3B%3BAAGC%2CmBAzBD%2CIAqBA%2CWAGA%2COACE%3BEACA%2CSAAS%2CIAAT%3B%3BAAQH%2CmBAlCC%2CIAkCA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5CH%2CmBAKG%2CIA0CD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAnDH%2CmBAKG%2CIA0CD%2CQAMC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BElDgIF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAkDhMV%2CmBAKG%2CIA0CD%2CQAmBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BElDoHF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAkDpHN%2CmBAvED%2CIA0CD%2CQAmBC%2COAUE%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAOD%2CmBArFD%2CIAmFA%2CWACA%2COACE%3BEACA%3B%3BAAKH%2CmBA3FC%2CIA2FA%3BEACA%3B%3BAADD%2CmBA3FC%2CIA2FA%2CMAIA%3BAAJD%2CmBA3FC%2CIA2FA%2CMAIO%3BEACN%3B%3BAAEA%2CmBAlGD%2CIA2FA%2CMAIA%2CMAGE%3BAAAD%2CmBAlGD%2CIA2FA%2CMAIO%2COAGL%3BEACA%3B%3BAASH%2CmBA5GC%2CIA4GA%2CYAAY%3BEACZ%3B%3BAAEA%2CmBA%5C%2FGA%2CIA4GA%2CYAAY%2CWAGX%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BElDmEF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEkDnEN%3B%3BAAKH%2CmBAAC%2CMACA%2CaAAY%3BEACX%3B%3BAAEA%2CmBAJD%2CMACA%2CaAAY%2CWAGV%3BEACA%3B%3B%3BAClIJ%3BEAEE%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAkCF%3BEAEE%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGA%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsCAAA%3B%3BAAQN%3BEACE%3BIACE%2CWAAW%2CSAAX%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3B%3B%3BAhD7EF%2CSAAC%3BAACD%2CSAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CSAAC%3BEACC%3B%3BAANF%2CSAAC%3BAACD%2CSAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CSAAC%3BEACC%3B%3BAiDJJ%2CGAAG%3BEACF%2CmBAAA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3B%3BAALD%2CGAAG%2CqBAOF%3BEACC%3B%3BAARF%2CGAAG%2CqBAYF%3BEACC%3BEACA%3B%3BAAdF%2CGAAG%2CqBAiBF%3BEACC%3B%3BAAEA%2CGApBC%2CqBAiBF%2CGAGE%3BEACA%3B%3BAArBH%2CGAAG%2CqBAyBF%3BEACC%3B%3BAA1BF%2CGAAG%2CqBA6BF%3BEACC%3BEACA%2CmBAAA%3BEACA%3B%3BAnBrCF%2CgBAAmB%2CKAAG%3BAAAG%3BEAExB%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAACA%2CgBAbkB%2CKAAG%2CEAapB%3BAAAD%2CiBAAC%3BEACA%2CmBAAA%3B%3BAAKF%2CIACE%2CcACE%2CcAAa%2CIAAI%3BEACf%3BEACA%3BEACA%2CiBAAA%3BEAEA%3B%3BA9BvBJ%2CI8BiBA%2CcACE%2CcAAa%2CIAAI%2CkB9BlBlB%3BAACD%2CI8BgBA%2CcACE%2CcAAa%2CIAAI%2CkB9BjBlB%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CI8BYA%2CcACE%2CcAAa%2CIAAI%2CkB9BblB%3BEACC%3B%3BAANF%2CI8BiBA%2CcACE%2CcAAa%2CIAAI%2CkB9BlBlB%3BAACD%2CI8BgBA%2CcACE%2CcAAa%2CIAAI%2CkB9BjBlB%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CI8BYA%2CcACE%2CcAAa%2CIAAI%2CkB9BblB%3BEACC%3B%3BA8BUJ%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAOf%3BAATN%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAOK%3BEAClB%3B%3BAAVR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAWf%3BAAbN%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAWK%3BEAElB%3BEACA%3B%3BAAhBR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAWf%2CmBAME%3BAAnBR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAWK%2CuBAMlB%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGA%2CIA5BR%2CcACE%2CcAAa%2CIAAI%2CkBAWf%2CmBAME%2CEAUG%3BAAAD%2CIA5BR%2CcACE%2CcAAa%2CIAAI%2CkBAWK%2CuBAMlB%2CEAUG%3BEACC%2CcAAA%3B%3BAAGF%2CIAhCR%2CcACE%2CcAAa%2CIAAI%2CkBAWf%2CmBAME%2CEAcG%3BAAAD%2CIAhCR%2CcACE%2CcAAa%2CIAAI%2CkBAWK%2CuBAMlB%2CEAcG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3B%3BAApCZ%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAyCf%3BEACE%3B%3BAA5CR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBA6Cf%3BEACE%3B%3BAAhDR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAiDb%2CKAAE%3BEACF%3B%3BAAIA%2CIAvDN%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%2CYACD%2CUAAU%3BAAAK%2CIAvDtB%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%2CYACe%2CUAAU%3BEACzB%3B%3BAAUF%2CmBAPsC%3BEACpC%2CIA5DR%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%2CYAMC%2CUAAU%3BEAAK%2CIA5DxB%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%2CYAMiB%2CUAAU%3BIACzB%3B%3B%3BAAWJ%2CmBANsC%3BEACpC%2CIAnER%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%2CYAaC%2CUAAU%3BEAAK%2CIAnExB%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%2CYAaiB%2CUAAU%3BIACzB%3B%3B%3BAAON%2CmBAHuC%3BEAGvC%2CIA3EJ%2CcACE%2CcAAa%2CIAAI%2CkBAqDb%2CKAAE%3BIAmBA%3B%3B%3BAAQJ%2CmBAHuC%3BEAGvC%2CIAjFJ%2CcACE%2CcAAa%2CIAAI%2CkBA4Eb%2CKAAE%3BIAEA%3B%3B%3BAAhFV%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAkFb%2CKAAE%2CYAAY%3BEACd%3B%3BAArFR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsFb%2CKAAE%3BAAxFV%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsFK%2CKAAE%3BAAxF5B%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsFqB%2CKAAE%3BEACpC%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEjC2EN%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAiC1EF%2CIAlGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFb%2CKAAE%2CYAWD%2CIAAI%3BAAAL%2CIAlGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFK%2CKAAE%2CUAWnB%2CIAAI%3BAAAL%2CIAlGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFqB%2CKAAE%2CsBAWnC%2CIAAI%3BEACH%3B%3BAAIF%2CIAvGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFb%2CKAAE%2CYAgBD%2CMAAM%2CIAAI%3BAAAX%2CIAvGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFK%2CKAAE%2CUAgBnB%2CMAAM%2CIAAI%3BAAAX%2CIAvGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFqB%2CKAAE%2CsBAgBnC%2CMAAM%2CIAAI%3BEACT%2CmBAAA%3B%3BAADF%2CIAvGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFb%2CKAAE%2CYAgBD%2CMAAM%2CIAAI%2CYAGT%3BAAHF%2CIAvGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFK%2CKAAE%2CUAgBnB%2CMAAM%2CIAAI%2CYAGT%3BAAHF%2CIAvGN%2CcACE%2CcAAa%2CIAAI%2CkBAsFqB%2CKAAE%2CsBAgBnC%2CMAAM%2CIAAI%2CYAGT%3BEACE%3B%3BAA5GZ%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsFb%2CKAAE%2CYAyBF%3BAAjHR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsFK%2CKAAE%2CUAyBpB%3BAAjHR%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsFqB%2CKAAE%2CsBAyBpC%3BEACE%3BEACA%3B%3BAAnHV%2CIACE%2CcACE%2CcAAa%2CIAAI%2CkBAsHb%2CKAAE%3BEAEF%3BEACA%2CmBAAA%3B%3BAAUR%3BEACI%3BEACA%3BEACA%3B%3BAAMA%2CmBAJqC%3BEAIrC%3BIAHE%3B%3B%3BAAQF%2CmBALqC%3BEAKrC%3BIAJE%3BIACA%3B%3B%3BAAOF%2CmBAJqC%3BEAIrC%3BIAHE%3BIACA%3B%3B%3BAAOF%2CmBALqC%3BEAKrC%3BIAJE%3BIACA%3B%3B%3BAAKA%2CaAFF%2CwBAEG%3BEACC%3BEACA%3BEACA%3B%3BAAMR%2CIACI%2CcACE%3BEAEE%3BEAEA%2C0CAAA%3B%3BA9B7LN%2CI8BwLE%2CcACE%2CQ9BzLH%3BAACD%2CI8BuLE%2CcACE%2CQ9BxLH%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CI8BmLE%2CcACE%2CQ9BpLH%3BEACC%3B%3BAANF%2CI8BwLE%2CcACE%2CQ9BzLH%3BAACD%2CI8BuLE%2CcACE%2CQ9BxLH%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CI8BmLE%2CcACE%2CQ9BpLH%3BEACC%3B%3BA8B6LI%2CmBAJsC%3BEAItC%2CIAXJ%2CcACE%3BIAOI%3B%3B%3BAAQF%2CmBALqC%3BEAKrC%2CIAhBJ%2CcACE%3BIAWI%3B%3B%3BAAbV%2CIACI%2CcACE%2CQAeE%3BEACE%3B%3BAAEA%2CIAnBN%2CcACE%2CQAeE%2CGAGG%3BEACC%2CeAAA%3B%3BAAOF%2CmBALuC%3BEAKvC%2CIA3BN%2CcACE%2CQAeE%2CGAGG%3BIAIG%3BIACA%3B%3B%3BAAKJ%2CIA7BN%2CcACE%2CQAeE%2CGAaG%3BEACC%3B%3BAAQF%2CmBANuC%3BEAMvC%2CIAtCN%2CcACE%2CQAeE%2CGAaG%3BIAIG%3B%3B%3BAAeJ%2CmBAPuC%3BEAOvC%2CIAhDN%2CcACE%2CQAeE%2CGAwBG%3BIAEG%3B%3BEAMJ%2CIAhDN%2CcACE%2CQAeE%2CGAwBG%2CKAIG%3BIACE%3B%3B%3BAA9ChB%2CIACI%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%3BEACH%3BEACA%3BEACA%2CqCAAA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAYA%2CmBATqC%3BEASrC%2CIA3ER%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%3BIAgBD%2CoCAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAIF%2CIA3ER%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKAwBF%2CMACC%3BEACE%3B%3BAA9EhB%2CIACI%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEjCrFZ%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAiCsFI%2CIA3FV%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAUG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CIAnGV%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAkBG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BERgKd%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3B%3BAQrKc%2CIA3GZ%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8BH%2COAyBG%2CKACE%3BER4Hf%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3B%3BAQhIU%2CIAjHR%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKA8DF%3BEACC%3BEACA%3B%3BAAGF%2CIAtHR%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKAmEF%3BEACC%3BEACA%3BEACA%3B%3BAAMF%2CmBAJuC%3BEAIvC%2CIA%5C%2FHR%2CcACE%2CQAeE%2CGAmCE%2CEAAC%2CIAAI%2CKAmEF%3BIAMG%3BIACA%3B%3B%3BAoBtThB%3BEACC%3B%3B%3B%3B%3B%3B%3B%3BACID%3BAACA%2CeAAgB%3BEACf%3BEACA%3B%3BAAGD%2CeAAgB%3BEACf%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAmB%2CiBAAiB%2CgBAApC%3BEACA%2CgBAAgB%2CiBAAiB%2CgBAAjC%3BEACA%2CeAAe%2CiBAAiB%2CgBAAhC%3BEACA%2CWAAW%2CiBAAiB%2CgBAA5B%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CQAAW%3BEACV%3BEACA%3B%3B%3BAAID%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%2CWAAY%3BEACX%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CWAAc%3BEACb%2CuBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CWAAc%2CMAAI%3BEACjB%3BEACA%2CeAAA%3B%3BAAGD%2CWAAc%2CMAAI%3BEACjB%3BEACA%2CsBAAA%3B%3BAAGD%2CWAAc%2CMAAI%2CGAAG%3BEACpB%2CcAAA%3B%3BAAGD%2CWAAY%3BEACX%3BEACA%2CcAAA%3BEACA%3B%3B%3B%3BAAOD%2CQAAQ%2CaAAgB%3BEACvB%2CkCAAA%3B%3BAAGD%2CQAAQ%2CaAAgB%3BEACvB%2CgBAAgB%2CSAAhB%3BEACA%2CaAAa%2CSAAb%3BEACA%2CQAAQ%2CSAAR%3B%3BAAGD%2CaAAc%3BEACb%2CmBAAmB%2CeAAnB%3BEACA%2CgBAAgB%2CeAAhB%3BEACA%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3BEACA%3B%3BAAGD%2CQAAQ%2CaAAgB%3BAACxB%2CaAAc%3BEACb%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CQAAQ%2CaAAc%3BEACrB%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEACA%3B%3BAAID%3BEACC%3BIAAM%2CmBAAmB%2CkBAAkB%2CaAArC%3BIAAoD%3B%3BEAC1D%3BIAAO%2CmBAAmB%2CkBAAnB%3B%3B%3BAAGR%3BEACC%3BIAAM%2CgBAAgB%2CkBAAkB%2CaAAlC%3BIAAiD%3B%3BEACvD%3BIAAO%2CgBAAgB%2CkBAAhB%3B%3B%3BAAGR%3BEACC%3BIAAM%2CWAAW%2CkBAAkB%2CaAA7B%3BIAA4C%3B%3BEAClD%3BIAAO%2CWAAW%2CkBAAX%3B%3B%3BAAGR%3BEACC%3BIACC%2CmBAAmB%2CcAAnB%3BIACA%3B%3B%3BAAIF%3BEACC%3BIACC%2CgBAAgB%2CcAAhB%3BIACA%3B%3B%3BAAIF%3BEACC%3BIACC%2CWAAW%2CcAAX%3BIACA%3B%3B%3BAAMD%2CmBAFmC%3BEACnC%3BIAAO%3B%3B%3BACzLR%3BEACC%3BEACA%3B%3BAAFD%2CoBAIC%3BEAEC%3B%3BAANF%2CoBAIC%2CWAGE%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3B%3BAAbH%2CoBAIC%2CWAYC%3BEACC%3BEACA%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CoBApBF%2CWAYC%3BIAKE%3B%3B%3BAAOF%2CmBAJqC%3BEAIrC%2CoBAxBD%2CWAYC%3BIASE%3BIACA%3B%3B%3BAA1BJ%2CoBAgCC%2CWACE%2CGACA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BETjCA%2CkBAAkB%2CyEAAlB%3BEACA%2CkBAAkB%2CoEAAlB%3BEACA%2CkBAAkB%2CqEAAlB%3BEACA%3BEACA%2CsHAAA%3B%3BASmCA%2CmBAJqC%3BEAIrC%2CoBAhBH%2CWACE%2CGACA%3BIAWE%3B%3B%3BAAOD%2CmBAJoC%3BEAIpC%2CoBApBH%2CWACE%2CGACA%3BIAeE%3B%3B%3BAAWD%2CmBARoC%3BEAQpC%2CoBA5BH%2CWACE%2CGACA%3BIAmBE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAGD%2CoBA5BH%2CWACE%2CGACA%2CSA0BE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%2CiCAAA%3B%3BAAMD%2CmBAJsC%3BEAItC%2CoBA1CH%2CWACE%2CGACA%2CSA0BE%3BIAWC%3B%3B%3BAAvEN%2CoBAgCC%2CWACE%2CGACA%2CSA6CC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMD%2CmBAJqC%3BEAIrC%2CoBA9DH%2CWACE%2CGACA%2CSA6CC%3BIAYE%3BIACA%3B%3B%3BAA5FN%2CoBAgCC%2CWACE%2CGACA%2CSA8DC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALqC%3BEAKrC%2CoBA9EJ%2CWACE%2CGACA%2CSA8DC%3BIAUE%3BIACA%3B%3B%3BAAQD%2CmBALoC%3BEAKpC%2CoBAnFJ%2CWACE%2CGACA%2CSA8DC%3BIAeE%3BIACA%3B%3B%3BAAOF%2CmBAJqC%3BEAIrC%2CoBAvFH%2CWACE%2CGACA%2CSA8DC%3BIAoBE%3B%3B%3BAApHN%2CoBAgCC%2CWACE%2CGACA%2CSAuFC%3BEACC%2CatDxEe%2C0BsDwEf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQD%2CmBANqC%3BEAMrC%2CoBAxGH%2CWACE%2CGACA%2CSAuFC%3BIAUE%3BIACA%3B%3B%3BAApIN%2CoBAgCC%2CWACE%2CGACA%2CSAwGC%2CEAAC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAzHJ%2CWACE%2CGACA%2CSAwGC%2CEAAC%2CKAeC%3BEACA%2CmBAAA%3B%3BAA1JN%2CoBAkKC%2CYACC%3BEACC%3B%3BAApKH%2CoBAkKC%2CYAKC%3BEACC%3B%3BAAxKH%2CoBAkKC%2CYASC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQA%2CmBAJqC%3BEAIrC%2CoBAvBF%2CYASC%3BIAWE%3B%3B%3BAAUD%2CmBAPoC%3BEAOpC%2CoBA9BF%2CYASC%3BIAeE%3BIACA%3B%3B%3BAA3LJ%2CoBAkKC%2CYASC%2CmBAqBC%3BEACC%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAaA%2CmBAXoC%3BEAWpC%2CoBApDH%2CYASC%2CmBAqBC%3BIAYE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAUD%2CmBAPqC%3BEAOrC%2CoBA3DH%2CYASC%2CmBAqBC%3BIAuBE%3BIACA%3B%3B%3BAAxNL%2CoBAkKC%2CYASC%2CmBAqBC%2CSA6BC%3BAA7NJ%2CoBAkKC%2CYASC%2CmBAqBC%2CSA6BY%3BEAEV%3BEACA%3BEAEC%3BEACE%3BEACA%2CmBAAmB%2CmBAAnB%3BEACA%2CgBAAgB%2CmBAAhB%3BEACA%2CeAAe%2CmBAAf%3BEACA%2CWAAW%2CmBAAX%3BEACA%3BEACA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3B%3BAAEH%2CoBA7EJ%2CYASC%2CmBAqBC%2CSA6BC%2CUAkBE%3BAAAD%2CoBA7EJ%2CYASC%2CmBAqBC%2CSA6BY%2CUAkBT%3BEACA%3BEACA%2CmBAAmB%2CcAAnB%3BEACG%2CWAAW%2CcAAX%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CoBArFJ%2CYASC%2CmBAqBC%2CSA6BC%2CUA0BE%3BAAAD%2CoBArFJ%2CYASC%2CmBAqBC%2CSA6BY%2CUA0BT%3BEACA%3BEACC%2CmBAAmB%2CcAAnB%3BEACE%2CWAAW%2CcAAX%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CoBA7FJ%2CYASC%2CmBAqBC%2CSA6BC%2CUAkCE%3BAAAD%2CoBA7FJ%2CYASC%2CmBAqBC%2CSA6BY%2CUAkCT%3BEACA%2CqBAAA%3B%3BAAhQN%2CoBAkKC%2CYASC%2CmBAqBC%2CSAoEC%3BEACC%3BEACA%3BEACA%2CatDrNe%2C0BsDqNf%3B%3BAAWA%2CmBATqC%3BEASrC%2CoBAhHJ%2CYASC%2CmBAqBC%2CSAoEC%3BIAME%3BIACA%3B%3BEAEA%2CoBA3GL%2CYASC%2CmBAqBC%2CSAoEC%2CEASG%3BEAAS%2CoBA3Gf%2CYASC%2CmBAqBC%2CSAoEC%2CEASa%3BIACV%3B%3B%3BAAIF%2CoBAhHJ%2CYASC%2CmBAqBC%2CSAoEC%2CEAcE%3BEACA%2CSAAS%2CGAAT%3BEACA%3B%3BAAGD%2CoBArHJ%2CYASC%2CmBAqBC%2CSAoEC%2CEAmBE%3BEACA%2CSAAS%2CGAAT%3BEACA%3B%3BACzRN%2CQAEI%3BAADJ%2CoBACI%3BEACI%3BEACA%3B%3BAAJR%2CQAEI%2CGAII%3BAALR%2CoBACI%2CGAII%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BExDiLR%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAwDhMV%2CQAEI%2CGAII%2CKAUE%3BAAfV%2CoBACI%2CGAII%2CKAUE%3BEACE%3BEACA%3BEACA%3BExD2KV%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAwDxKF%2CQAtBJ%2CGAsBK%2CMAAM%2CIAAI%2CSACT%2CKACE%2CEAAC%3BAAFL%2CoBAtBJ%2CGAsBK%2CMAAM%2CIAAI%2CSACT%2CKACE%2CEAAC%3BEACC%2CcAAA%3B%3BAAHN%2CQAtBJ%2CGAsBK%2CMAAM%2CIAAI%2CSACT%2CKAII%2CEAAC%3BAALP%2CoBAtBJ%2CGAsBK%2CMAAM%2CIAAI%2CSACT%2CKAII%2CEAAC%3BEACD%2CcAAA%3B%3BAAKN%2CQAjCJ%2CGAiCK%2COACC%3BAADF%2CoBAjCJ%2CGAiCK%2COACC%3BEACI%3B%3BAAON%2CQADJ%2CQACM%3BAAAF%2CoBADJ%2CQACM%3BEACE%3B%3BAA7CZ%2CQAiDI%3BAAhDJ%2CoBAgDI%3BEACI%3BEACA%3B%3BAAEJ%2CQAAC%2CUACG%3BAADJ%2CoBAAC%2CUACG%3BEACI%3BEACA%3B%3BAAGR%2CQAAC%2CUACG%3BAADJ%2CoBAAC%2CUACG%3BEACI%3BEACA%3B%3BAAEA%2CQALP%2CUACG%2CGAIK%3BAAAD%2CoBALP%2CUACG%2CGAIK%3BEACE%2C4BAAA%3B%3BAAGD%2CQATT%2CUACG%2CGAQO%3BAAAD%2CoBATT%2CUACG%2CGAQO%3BEACA%2C2BAAA%3B%3BAAIX%2CQAAC%2CUACG%3BAADJ%2CoBAAC%2CUACG%3BEACI%3BEACA%3B%3BAAKZ%2CQAII%3BEACI%3B%3BAAGA%2CQADJ%2CQACM%3BEACE%3B%3BAAIZ%3BEACI%3BEACA%3BEAEI%2C6BAAA%3B%3BAAJR%2CoBAOI%2CGAEI%3BEACA%3BEAEA%3B%3BAAEA%2CoBAPJ%2CGAEI%2CKAKC%2CIAAI%3BEAEH%3B%3BAAEA%2CoBAXN%2CGAEI%2CKAKC%2CIAAI%2CaAIF%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3B%3BAAzBZ%2CoBAOI%2CGAEI%2CKAoBA%3BEACE%2CyBAAA%3BEACA%2CavD3EU%2C0BuD2EV%3BEACA%3BEACA%3BEACA%3B%3BAAlCV%2CoBAOI%2CGAEI%2CKAoBA%2CEAOE%3BEACE%3B%3BAACA%2CoBA%5C%2FBR%2CGAEI%2CKAoBA%2CEAOE%2CEAEG%3BEACC%2CcAAA%3B%3BAAvCd%2CoBAOI%2CGAEI%2CKAmCA%3BEACE%3BEACA%3BEACA%2CavD3FU%2C0BuD2FV%3BEACA%2CgBAAA%3BEACA%3BEACA%2CyBAAA%3B%3BAAlDV%2CoBAuDI%3BEACE%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAACA%2CoBANF%2CWAMG%3BEACC%2CcAAA%3B%3BAC5JR%3BEACC%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACE%3B%3BAAGF%3BEACC%2CmBAAA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAC1BD%3BEACC%3B%3BAvDEC%2CYuDAD%2CGvDAE%3BAACD%2CYuDDD%2CGvDCE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CYuDLD%2CGvDKE%3BEACC%3B%3BAANF%2CYuDAD%2CGvDAE%3BAACD%2CYuDDD%2CGvDCE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CYuDLD%2CGvDKE%3BEACC%3B%3BAuDTJ%2CYAGC%2CGAGG%3BEACD%3B%3BAAPH%2CYAGC%2CGAGG%2CKAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAEA%2CYAdH%2CGAGG%2CKAGD%2CEAQE%3BEACA%2CmBAAA%3B%3BAAGD%2CYAlBH%2CGAGG%2CKAGD%2CEAYE%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CYAxBH%2CGAGG%2CKAGD%2CEAkBE%3BEACA%2CmBAAA%3B%3BAAED%2CYA3BH%2CGAGG%2CKAGD%2CEAqBE%3BEACA%2CmBAAA%3B%3BAAGD%2CYA%5C%2FBH%2CGAGG%2CKAGD%2CEAyBE%3BEACA%2CmBAAA%3B%3BAAGD%2CYAnCH%2CGAGG%2CKAGD%2CEA6BE%3BEACA%2CmBAAA%3B%3BAAGD%2CYAvCH%2CGAGG%2CKAGD%2CEAiCE%3BEACA%3B%3BAC3CL%2CCAAC%3BEACA%3BE3D6LC%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA2D5LT%2CCAJA%2CUAIC%3BEACA%3B%3BACLF%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAMA%2CmBAJ8C%3BEAI9C%3BIAHC%3B%3B%3BAAvBF%2CeA0BC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACE%2C8BAAA%3BEACA%3B%3BAAEF%2CeAVD%2CKAUE%3BAACD%2CeAXD%2CKAWE%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C%2BBAAA%3BEACD%2C0BAAA%3B%3BAAGD%2CeAvBD%2CKAuBE%3BEACC%3BEACE%2CmCAAA%3B%3BAAGJ%2CeA5BD%2CKA4BE%3BEACC%3BEACC%2CsCAAA%3B%3BAAIJ%2CeAAC%2CUAGE%3BEACC%3B%3BAAGA%2CeAPH%2CUAGE%2CKAIE%3BEACD%3BEACD%2CWAAW%2CaAAX%3BEACA%2C0BAAA%3BEACC%2CyBAAA%3B%3BAAGA%2CeAdH%2CUAGE%2CKAWE%3BEACF%3BEACA%2CWAAW%2CcAAX%3BEACA%2C0BAAA%3BEACC%2CyBAAA%3B%3B%3BAvD7EL%3BEwDcE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAxDfF%2CUAII%3BEwDgEF%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BExDhEE%3B%3BAwD0CJ%2CQAJqC%3BEAIrC%2CUxD7CI%3BIwD0CA%3BIACA%2CmBAAA%3B%3B%3BAA8BJ%2CQAJqC%3BEAIrC%2CUxDzEI%3BIwDsEA%3BIACA%2CUAAA%3B%3B%3BAxDlEA%2CUALA%2CKAKC%2CUAAU%3BEACT%3B%3BAAKN%3BEACE%2CmBAAA%3B%3BAAEA%2CoBAAC%2CMACC%2CKACE%3BEL2FJ%2CmBAAmB%2CUAAnB%3BEACI%2CeAAe%2CUAAf%3BEACC%2CcAAc%2CUAAd%3BEACG%2CWAAW%2CUAAX%3B%3BAKnGV%2CoBAWE%3BEACE%3B%3BAAZJ%2CoBAWE%2CKAEE%3BEACE%3BEACA%3BEACA%3BELgFJ%2CmBAAmB%2CQAAnB%3BEACI%2CeAAe%2CQAAf%3BEACC%2CcAAc%2CQAAd%3BEACG%2CWAAW%2CQAAX%3BEA2ER%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAKhLV%2CoBAwBE%3BEACE%3B%3BAAzBJ%2CoBAwBE%2CQAGE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAGE%2CoBAVN%2CQAGE%2CGAME%2CEACG%3BEACC%2CcAAA%3B%3BAAnCV%2CoBAwBE%2CQAgBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAoB%3BEACpB%3B%3BAAjDN%2CoBAwBE%2CQA4BE%3BEACE%3B%3BAAGE%2CoBAhCN%2CQA4BE%2CWAGE%2CGACG%2CIAAI%3BEACH%3B%3BAAzDV%2CoBAwBE%2CQAuCE%3BEACE%3B%3BAAhEN%2CoBAwBE%2CQAuCE%2COAEI%3BEACA%3BEACA%3BEAMA%3B%3BAAJA%2CoBA7CN%2CQAuCE%2COAEI%2CKAIC%2CIAAI%3BEACH%3B%3BAAtEV%2CoBAwBE%2CQAuCE%2COAEI%2CKAUA%3BEACE%3B%3BAAGF%2CoBAvDN%2CQAuCE%2COAEI%2CKAcC%3BEACC%3BEACA%3B%3BAAFF%2CoBAvDN%2CQAuCE%2COAEI%2CKAcC%2CGAGC%3BEACE%3BEACA%3BEACA%3B%3BAAEA%2CoBA%5C%2FDV%2CQAuCE%2COAEI%2CKAcC%2CGAGC%2CEAKG%2CIAAI%3BEACH%3B%3BAATN%2CoBAvDN%2CQAuCE%2COAEI%2CKAcC%2CGAGC%2CEASE%3BEACE%3BEACA%3BEACA%3B%3BAAUd%2CuBAEE%2CmBACE%3BEACE%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%3B%3BAAPN%2CuBAEE%2CmBACE%2CcAME%3BEACE%3BEACA%3B%3BAAXR%2CuBAEE%2CmBACE%2CcAWE%3BEACE%3BEACA%3B%3BAAhBR%2CuBAEE%2CmBACE%2CcAWE%2CsBAIE%3BEAEE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAxBV%2CuBAEE%2CmBACE%2CcAWE%2CsBAcE%3BAA5BR%2CuBAEE%2CmBACE%2CcAWE%2CsBAcS%3BEAEL%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGF%2CuBApCN%2CmBACE%2CcAWE%2CsBAwBG%2CIAAI%3BEAEH%3BEACA%3B%3BAAOF%2CmBALuC%3BEAKvC%2CuBA9CN%2CmBACE%2CcAWE%2CsBAwBG%2CIAAI%3BIAMD%3BIACA%3BIACA%3B%3B%3BAAIJ%2CuBAhDN%2CmBACE%2CcAWE%2CsBAoCG%3BEAGC%3BEACA%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CuBA1DR%2CmBACE%2CcAWE%2CsBAoCG%3BIAOG%3B%3B%3BAAPJ%2CuBAhDN%2CmBACE%2CcAWE%2CsBAoCG%2CoBAUC%3BEAEE%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CuBAxEV%2CmBACE%2CcAWE%2CsBAoCG%2CoBAUC%2CMAcG%3BEACC%3BEACA%2CcAAA%3B%3BAAYd%2CmBAEE%3BAAFmB%2CaAEnB%3BEwD7IA%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CmBxDoIE%3BEwDpIF%2CaxDoIE%3BIwDvIE%3BIACA%2CmBAAA%3B%3B%3BAxDoIJ%2CmBAEE%2CKAGE%3BAALiB%2CaAEnB%2CKAGE%3BEACE%3BEACA%3BEACA%3B%3BAARN%2CmBAYE%3BAAZmB%2CaAYnB%3BEwDvJA%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CmBxD8IE%3BEwD9IF%2CaxD8IE%3BIwDjJE%3BIACA%2CmBAAA%3B%3B%3BAxDoIJ%2CmBAYE%2CQAIE%3BAAhBiB%2CaAYnB%2CQAIE%3BEACE%3BEAEA%3BEACA%3B%3BAAGE%2CmBAXN%2CQAIE%2CGAME%2CEACG%3BAAAD%2CaAXN%2CQAIE%2CGAME%2CEACG%3BEACC%2CcAAA%3B%3BAAxBV%2CmBAYE%2CQAiBE%3BAA7BiB%2CaAYnB%2CQAiBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvCN%2CmBAYE%2CQA8BE%3BAA1CiB%2CaAYnB%2CQA8BE%3BEACE%3B%3BAA3CN%2CmBAYE%2CQA8BE%2COAEI%3BAA5Ca%2CaAYnB%2CQA8BE%2COAEI%3BEACA%3BEACA%3BEASA%3B%3BAAPA%2CmBApCN%2CQA8BE%2COAEI%2CKAIC%3BAAAD%2CaApCN%2CQA8BE%2COAEI%2CKAIC%3BEACC%3B%3BAAEF%2CmBAvCN%2CQA8BE%2COAEI%2CKAOC%2CIAAI%3BAAAL%2CaAvCN%2CQA8BE%2COAEI%2CKAOC%2CIAAI%3BEACH%3B%3BAApDV%2CmBAYE%2CQA8BE%2COAEI%2CKAaA%3BAAzDa%2CaAYnB%2CQA8BE%2COAEI%2CKAaA%3BEACE%3B%3BAAGF%2CmBAjDN%2CQA8BE%2COAEI%2CKAiBC%3BAAAD%2CaAjDN%2CQA8BE%2COAEI%2CKAiBC%3BEACC%3B%3BAADF%2CmBAjDN%2CQA8BE%2COAEI%2CKAiBC%2CGAGC%3BAAHF%2CaAjDN%2CQA8BE%2COAEI%2CKAiBC%2CGAGC%3BEACE%3BEACA%3BEACA%3B%3BAAEA%2CmBAzDV%2CQA8BE%2COAEI%2CKAiBC%2CGAGC%2CEAKG%2CIAAI%3BAAAL%2CaAzDV%2CQA8BE%2COAEI%2CKAiBC%2CGAGC%2CEAKG%2CIAAI%3BEACH%3B%3BAATN%2CmBAjDN%2CQA8BE%2COAEI%2CKAiBC%2CGAGC%2CEASE%3BAAZJ%2CaAjDN%2CQA8BE%2COAEI%2CKAiBC%2CGAGC%2CEASE%3BEACE%3BEACA%3BEACA%3B%3BAA5Ed%2CmBAsFE%3BAAtFmB%2CaAsFnB%3BEACE%3BEACA%3BEACA%2C6BAAA%3B%3BAAIJ%2CaACE%3BEACE%3B%3BAAFJ%2CaACE%2CKAEE%3BEACE%3BEACA%3B%3BAAKN%2CIAAI%3BEACF%3B%3BAAEF%2CIAAI%3BEACF%3B%3BAAEF%2CIAAI%3BEACF%3B%3BAAGF%3BEwDlTE%2CkBAAA%3BEACA%2CmBAAA%3BExDmTA%3B%3BAAFF%2CsBAGI%3BEwD%5C%2FPF%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BExD%2BPE%3B%3BAwDrRJ%2CQAJqC%3BEAIrC%2CsBxDkRI%3BIwDrRA%3BIACA%2CUAAA%3B%3B%3BAA8BJ%2CQAJqC%3BEAIrC%2CsBxDsPI%3BIwDzPA%3BIACA%2CmBAAA%3B%3B%3BAxD%2BPJ%3BEAEE%3B%3BAAFF%2CQAIE%3BAAJF%2CQAIM%3BEACF%2CmBAAA%3BEACA%3BEACA%3B%3BAAPJ%2CQAUE%3BEACE%3B%3B%3BAAMJ%3BAAAY%3BEAEV%2C8BAAA%3BEACA%3BEACA%3BEACA%3B%3BAyDjWF%2CcAAe%2CeAEb%2CeAAe%3BEAEb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CaAAa%2C0BAAb%3B%3BAAXJ%2CcAAe%2CeAEb%2CeAAe%2COAWb%3BEACE%3B%3BAAdN%2CcAAe%2CeAmBb%2CYAAY%3BEACV%3BEACA%2CaAAa%2C0BAAb%3BEACA%3B%3BAAtBJ%2CcAAe%2CeAyBb%2CYAAY%3BEACV%3B%3BAC1BJ%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAJD%2CmBAMG%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CmBAPC%2CKAOA%3BEACA%3B%3BAAKH%2CcAEC%3BEAEC%3BEACA%3BEACA%3BEACA%2CgCAAA%3B%3BAAPF%2CcAEC%2CqBAOC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BACjCH%2CaAEE%2CWACE%2CGACE%3BAAJN%2CaAEE%2CWACM%2CGACF%3BEACE%3B%3B%3BACLR%3BEACC%3B%3BAAGD%3BAACA%3BEACC%3B%3BAAKD%3BEACC%3B%3BAAEA%2CaAAC%3BEAEA%3B%3BAAcA%2CmBAZqC%3BEAYrC%2CaAhBA%3BIAKC%3B%3B%3B%3B%3B%3B%3B%3BEAWD%2CaAhBA%2C2BxBXD%3BIACC%3B%3BEwB0BA%2CaAhBA%2C2BxBCD%3BIACC%3BIACA%3BIzC6KA%2CwBAAA%3BIACK%2CmBAAA%3BIACG%2CgBAAA%3BIyC7KR%3BIACE%3BIACA%3B%3BEAGH%2CawBVC%2C2BxBUA%2CeACA%3BIACC%3BIACA%3B%3BEAHF%2CawBVC%2C2BxBUA%2CeAMA%3BIACC%3BIACA%3B%3BEwBFD%2CaAhBA%2C2BxBsBD%3BIACC%3B%3BEwBPA%2CaAhBA%2C2BxB2BD%3BIACC%3B%3B%3BAwB5BD%2CaAAC%2C2BAgBA%2CMAEC%3BEACC%3BEACA%3B%3BAApBH%2CaAAC%2C2BAgBA%2CMAEC%2CcAIC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3B%3B%3BAAgBA%2CmBAdsC%3BEActC%2CaA1CH%2C2BAgBA%2CMAEC%2CcAIC%3BIAOE%3BIAEA%3BIACA%2CgBAAA%3B%3BEAUD%2CaA1CH%2C2BAgBA%2CMAEC%2CcAIC%2CiBAYG%3BIAEA%3B%3B%3BAAWF%2CmBALsC%3BEAKtC%2CaA%5C%2FCH%2C2BAgBA%2CMAEC%2CcAIC%3BIAqBE%3B%3B%3BAAWD%2CmBAPqC%3BEAOrC%2CaAtDH%2C2BAgBA%2CMAEC%2CcAIC%3BIA2BE%3BIACA%3BIACA%3B%3B%3BAAYD%2CmBARqC%3BEAQrC%2CaA%5C%2FDH%2C2BAgBA%2CMAEC%2CcAIC%3BIAmCE%3BIACA%3BIACA%3B%3B%3BAAcF%2CmBATsC%3BEAStC%2CaAzEF%2C2BAgBA%2CMAEC%2CcAIC%3BIA4CE%3BIACA%3BIACA%3B%3B%3BAAUJ%2CaA9EA%2C2BA8EC%2CkBACA%3BEACC%3B%3B%3B%3BAAaA%2CmBAXsC%3BEAErC%2CaApFH%2C2BA8EC%2CkBACA%2CgBAKG%3BIACA%3B%3BEAQF%2CaA7FF%2C2BA8EC%2CkBACA%2CgBASE%3BIACC%3B%3B%3BAAQF%2CmBAJsC%3BEAItC%2CaAjGF%2C2BA8EC%2CkBACA%3BIAeE%3B%3B%3BAAaD%2CmBARsC%2CwBAAwB%3BEAQ9D%2CaA3GF%2C2BA8EC%2CkBACA%2CgBAsBE%3BIACC%3B%3B%3BAAaH%2CmBANuC%2CwBAAwB%3BEAM%5C%2FD%2CaAnHD%2C2BA8EC%2CkBACA%2CgBA%2BBE%3BIACC%3B%3B%3BAA%5C%2FGL%2CaAAC%2C2BAsHA%3BEAEC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAxHF%2CaAAC%2C2BAsHA%2CgBAIC%3BEACC%2CgBAAA%3B%3BAAWD%2CmBALuC%3BEAKvC%2CaAtID%2C2BAsHA%2CgBAUE%2CMAEC%3BIACC%3B%3B%3BAAgBH%2CmBAXsC%3BEAErC%2CaA1IF%2C2BAsHA%2CgBAoBG%3BIACA%3B%3BEAQF%2CaAnJD%2C2BAsHA%2CgBAwBE%3BIACC%3B%3B%3BAAcF%2CmBARsC%2CwBAAwB%3BEAQ9D%2CaA7JD%2C2BAsHA%2CgBAiCE%3BIACC%3B%3B%3BAAcF%2CmBAPsC%2CwBAAwB%3BEAO9D%2CaAtKD%2C2BAsHA%2CgBA0CE%3BIACC%3B%3B%3BAAaF%2CmBARsC%2CwBAAwB%3BEAQ9D%2CaA9KD%2C2BAsHA%2CgBAiDE%3BIACC%3B%3B%3BAAgBF%2CmBARsC%2CwBAAuB%3BEAQ7D%2CaAxLD%2C2BAsHA%2CgBA4DE%3BIACC%2CgBAAA%3BIACA%3B%3B%3BAAiBF%2CmBAXqC%2CuBAAuB%3BEAW5D%2CaArMD%2C2BAsHA%3BIAqEE%3BIACA%3B%3BEASD%2CaArMD%2C2BAsHA%2CgBAwEE%3BIACC%3BIACA%2CgBAAA%3B%3B%3BAAiBF%2CmBAXqC%2CuBAAuB%3BEAW5D%2CaAjND%2C2BAsHA%3BIAkFE%3BIACA%3B%3BEAQD%2CaAjND%2C2BAsHA%2CgBAqFE%3BIACC%3B%3B%3BAAkBF%2CmBAZqC%2CuBAAuB%3BEAY5D%2CaA9ND%2C2BAsHA%3BIA8FE%3BIACA%3B%3BEASD%2CaA9ND%2C2BAsHA%2CgBAiGE%3BIACC%3B%3B%3BAAkBH%2CmBAXsC%3BEAWtC%2CaA1OA%2C2BAsHA%3BIA2GE%3BIACA%3B%3BEAQF%2CaA1OA%2C2BAsHA%2CgBA8GE%3BIACC%3B%3B%3BAAeL%3BEACC%3BEACA%2CgBAAA%3B%3BAAMA%2CmBAJsC%2CwBAAuB%3BEAI7D%3BIAHC%3B%3B%3BAASD%2CmBANqC%2CuBAAuB%3BEAM5D%3BIALC%3BIACA%3BIACA%3B%3B%3BAAOF%2CmBAJsC%3BEAItC%3BIAHE%3BIACA%3B%3B%3B%3BAChRD%2CaAAC%3BEACA%3B%3BAADD%2CaAAC%2C2CAGA%3BEACC%3B%3BAAIF%2CaAAC%2CwBACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CaAAC%3BAAA0B%2CaAAC%3BEAE3B%3B%3BAAMA%2CmBAHsC%3BEAGtC%2CaARA%2CwBAIC%2CIAAI%3BEAIL%2CaAR2B%2CmCAI1B%2CIAAI%3B%3B%3B%3B%3B%3B%3B%3BEAIL%2CaARA%2CwBAIC%2CIAAI%2CazBtBN%3BEyB0BC%2CaAR2B%2CmCAI1B%2CIAAI%2CazBtBN%3BIACC%3B%3BEyByBA%2CaARA%2CwBAIC%2CIAAI%2CazBVN%3BEyBcC%2CaAR2B%2CmCAI1B%2CIAAI%2CazBVN%3BIACC%3BIACA%3BIzC6KA%2CwBAAA%3BIACK%2CmBAAA%3BIACG%2CgBAAA%3BIyC7KR%3BIACE%3BIACA%3B%3BEAGH%2CayBHC%2CwBAIC%2CIAAI%2CazBDL%2CeACA%3BEADD%2CayBH4B%2CmCAI1B%2CIAAI%2CazBDL%2CeACA%3BIACC%3BIACA%3B%3BEAHF%2CayBHC%2CwBAIC%2CIAAI%2CazBDL%2CeAMA%3BEAND%2CayBH4B%2CmCAI1B%2CIAAI%2CazBDL%2CeAMA%3BIACC%3BIACA%3B%3BEyBHD%2CaARA%2CwBAIC%2CIAAI%2CazBWN%3BEyBPC%2CaAR2B%2CmCAI1B%2CIAAI%2CazBWN%3BIACC%3B%3BEyBRA%2CaARA%2CwBAIC%2CIAAI%2CazBgBN%3BEyBZC%2CaAR2B%2CmCAI1B%2CIAAI%2CazBgBN%3BIACC%3B%3B%3BAyBLC%2CmBAJoC%3BEAIpC%2CaAhBD%2CwBAUC%3BEAMA%2CaAhB0B%2CmCAU1B%3B%3B%3B%3B%3B%3B%3B%3BEAMA%2CaAhBD%2CwBAUC%2CWzB5BF%3BEyBkCE%2CaAhB0B%2CmCAU1B%2CWzB5BF%3BIACC%3B%3BEyBiCC%2CaAhBD%2CwBAUC%2CWzBhBF%3BEyBsBE%2CaAhB0B%2CmCAU1B%2CWzBhBF%3BIACC%3BIACA%3BIzC6KA%2CwBAAA%3BIACK%2CmBAAA%3BIACG%2CgBAAA%3BIyC7KR%3BIACE%3BIACA%3B%3BEAGH%2CayBHC%2CwBAUC%2CWzBPD%2CeACA%3BEADD%2CayBH4B%2CmCAU1B%2CWzBPD%2CeACA%3BIACC%3BIACA%3B%3BEAHF%2CayBHC%2CwBAUC%2CWzBPD%2CeAMA%3BEAND%2CayBH4B%2CmCAU1B%2CWzBPD%2CeAMA%3BIACC%3BIACA%3B%3BEyBKA%2CaAhBD%2CwBAUC%2CWzBKF%3BEyBCE%2CaAhB0B%2CmCAU1B%2CWzBKF%3BIACC%3B%3BEyBAC%2CaAhBD%2CwBAUC%2CWzBUF%3BEyBJE%2CaAhB0B%2CmCAU1B%2CWzBUF%3BIACC%3B%3B%3BAyBIE%2CmBANoC%3BEAMpC%2CaAzBF%2CwBAUC%2CWAMA%2CqBAIE%3BEAKD%2CaAzByB%2CmCAU1B%2CWAMA%2CqBAIE%3BIACC%3B%3B%3BAAQH%2CmBAJqC%3BEAIrC%2CaA7BD%2CwBAUC%2CWAMA%3BEAaA%2CaA7B0B%2CmCAU1B%2CWAMA%3BIAUE%3BIACA%3B%3B%3BAA3BJ%2CaAAC%2CwBAgCA%3BAAhC0B%2CaAAC%2CmCAgC3B%3BEACC%3B%3BAAjCF%2CaAAC%2CwBAoCA%3BAApC0B%2CaAAC%2CmCAoC3B%3BEACC%3BEACA%3B%3BAAMA%2CmBAJsC%3BEAItC%2CaA5CD%2CwBAoCA%3BEAQC%2CaA5C0B%2CmCAoC3B%3BIAKE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CaAhDD%2CwBAoCA%3BEAYC%2CaAhD0B%2CmCAoC3B%3BIASE%3B%3B%3BAAOF%2CmBAJsC%3BEAItC%2CaApDA%2CwBAoCA%3BEAgBA%2CaApD2B%2CmCAoC3B%3BIAaE%3B%3B%3BAAjDH%2CaAAC%2CwBAuDA%3BAAvD0B%2CaAAC%2CmCAuD3B%3BEACC%3B%3BAAxDF%2CaAAC%2CwBAuDA%2CgBAGC%3BAA1DyB%2CaAAC%2CmCAuD3B%2CgBAGC%3BEACC%3BEACA%2CgBAAA%3B%3BAAWD%2CmBARuC%2CwBAAuB%3BEAQ9D%2CaAvED%2CwBAuDA%2CgBAUE%3BEAMD%2CaAvE0B%2CmCAuD3B%2CgBAUE%3BIACC%3B%3B%3BAAaF%2CmBARuC%2CwBAAsB%3BEAQ7D%2CaA%5C%2FED%2CwBAuDA%2CgBAkBE%3BEAMD%2CaA%5C%2FE0B%2CmCAuD3B%2CgBAkBE%3BIACC%3B%3B%3BAAeF%2CmBAVqC%2CuBAAuB%3BEAU5D%2CaAzFD%2CwBAuDA%3BEAkCC%2CaAzF0B%2CmCAuD3B%3BIA0BE%3B%3BEAQD%2CaAzFD%2CwBAuDA%2CgBA4BE%3BEAMD%2CaAzF0B%2CmCAuD3B%2CgBA4BE%3BIACC%3B%3B%3BAAiBF%2CmBAZqC%2CuBAAuB%3BEAY5D%2CaArGD%2CwBAuDA%3BEA8CC%2CaArG0B%2CmCAuD3B%3BIAoCE%3BIACA%3B%3BEASD%2CaArGD%2CwBAuDA%2CgBAuCE%3BEAOD%2CaArG0B%2CmCAuD3B%2CgBAuCE%3BIACC%3B%3B%3BAAiBF%2CmBAXqC%2CuBAAuB%3BEAW5D%2CaAhHD%2CwBAuDA%3BEAyDC%2CaAhH0B%2CmCAuD3B%3BIAgDE%3BIACA%3B%3BEAQD%2CaAhHD%2CwBAuDA%2CgBAmDE%3BEAMD%2CaAhH0B%2CmCAuD3B%2CgBAmDE%3BIACC%3B%3B%3BAAiBH%2CmBAZqC%3BEAYrC%2CaA5HA%2CwBAuDA%3BEAqEA%2CaA5H2B%2CmCAuD3B%3BIA2DE%3BIACA%3B%3BEASF%2CaA5HA%2CwBAuDA%2CgBA8DE%3BEAOF%2CaA5H2B%2CmCAuD3B%2CgBA8DE%3BIACC%3B%3B%3BAAWL%2CsBACC%3BEACC%3BEACA%3B%3BAAIF%2CaACC%2CuBACA%3BEACC%3BEACA%3B%3BAAKF%2CuBACC%2CYACE%3BEACC%3B%3B%3BACzKJ%2CaAAa%3BEACZ%3B%3BAAGD%2CaAAa%2C2BAEZ%3BEACC%3BEACA%2C6BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALsC%3BEAKtC%2CaAhBW%2C2BAEZ%3BIAUE%2CqCAAA%3BIACA%3B%3B%3BAAWD%2CmBARsC%3BEAQtC%2CaAxBW%2C2BAEZ%3BIAeE%3BIACA%3B%3B%3BAAlBH%2CaAAa%2C2BAEZ%2CqBAsBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAYA%2CmBALsC%3BEAKtC%2CaAnDU%2C2BAEZ%2CqBAsBC%3BIAwBE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CaAvDU%2C2BAEZ%2CqBAsBC%3BIA4BE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CaA3DU%2C2BAEZ%2CqBAsBC%3BIAgCE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CaA%5C%2FDU%2C2BAEZ%2CqBAsBC%3BIAoCE%3B%3B%3BAAGD%2CaA%5C%2FDU%2C2BAEZ%2CqBAsBC%2CQAuCE%3BEACA%2CmBAAA%3B%3BAAEA%2CaAlES%2C2BAEZ%2CqBAsBC%2CQAuCE%2CYAGC%3BEACA%2CyDAAA%3B%3BAAGD%2CaAtES%2C2BAEZ%2CqBAsBC%2CQAuCE%2CYAOC%3BEACA%2CmBAAA%3B%3BAAEA%2CaAzEQ%2C2BAEZ%2CqBAsBC%2CQAuCE%2CYAOC%2CYAGC%3BEACA%2CyDAAA%3B%3BAAIF%2CaA9ES%2C2BAEZ%2CqBAsBC%2CQAuCE%2CYAeC%3BEACA%3B%3BAAEA%2CaAjFQ%2C2BAEZ%2CqBAsBC%2CQAuCE%2CYAeC%2CkBAGC%3BEACA%2CyDAAA%3B%3BAAMH%2CaAxFU%2C2BAEZ%2CqBAsBC%2CQAgEE%3BEACA%3B%3BAAEA%2CaA3FS%2C2BAEZ%2CqBAsBC%2CQAgEE%2CgBAGC%3BEACA%2CyDAAA%3B%3BAAIF%2CaAhGU%2C2BAEZ%2CqBAsBC%2CQAwEE%3BAAAgB%2CaAhGP%2C2BAEZ%2CqBAsBC%2CQAwEmB%2CWAAW%3BEAC5B%3B%3BAAEA%2CaAnGS%2C2BAEZ%2CqBAsBC%2CQAwEE%2CcAGC%3BAAAD%2CaAnGS%2C2BAEZ%2CqBAsBC%2CQAwEmB%2CWAAW%2CSAG3B%3BEACA%2CyDAAA%3B%3BAAKF%2CaAzGU%2C2BAEZ%2CqBAsBC%2CQAiFE%3BEACA%3B%3BAAEA%2CaA5GS%2C2BAEZ%2CqBAsBC%2CQAiFE%2CUAGC%3BEACA%2CyDAAA%3B%3BAAIF%2CaAjHU%2C2BAEZ%2CqBAsBC%2CQAyFE%3BEACA%3B%3BAAEA%2CaApHS%2C2BAEZ%2CqBAsBC%2CQAyFE%2CWAGC%3BEACA%2CyDAAA%3B%3BAAKF%2CaA1HU%2C2BAEZ%2CqBAsBC%2CQAkGE%3BEACA%3B%3BAAEA%2CaA7HS%2C2BAEZ%2CqBAsBC%2CQAkGE%2CWAGC%3BEACA%2CyDAAA%3B%3BAAIF%2CaAlIU%2C2BAEZ%2CqBAsBC%2CQA0GE%3BEACA%3B%3BAAEA%2CaArIS%2C2BAEZ%2CqBAsBC%2CQA0GE%2CYAGC%3BEACA%2CyDAAA%3B%3BAAWF%2CaAjJU%2C2BAEZ%2CqBAsBC%2CQAyHE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3B%3BAA1JJ%2CaAAa%2C2BAEZ%2CqBA%2BJC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAMA%2CmBAJsC%3BEAItC%2CaA9KU%2C2BAEZ%2CqBA%2BJC%3BIAUE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CaAlLU%2C2BAEZ%2CqBA%2BJC%3BIAcE%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CaAtLU%2C2BAEZ%2CqBA%2BJC%3BIAkBE%3B%3B%3BAAMF%2CmBAHsC%3BEAGtC%2CaAzLW%2C2BAEZ%2CqBA%2BJC%3BIAsBE%3B%3B%3BAAvLJ%2CaAAa%2C2BAEZ%2CqBAyLC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQA%2CmBALsC%3BEAKtC%2CaA3MU%2C2BAEZ%2CqBAyLC%3BIAYE%3BIACA%3B%3B%3BAAxMJ%2CaAAa%2C2BAEZ%2CqBAyLC%2CGAgBC%3BEACC%3BEACA%3BEACA%3B%3BAAIA%2CaAlNS%2C2BAEZ%2CqBAyLC%2CGAgBC%2CEAOE%3BEACA%2CcAAA%3B%3BAAnNL%2CaAAa%2C2BAEZ%2CqBAyLC%2CGA4BE%3BEACC%2CgBAAA%3BEACA%3BEACA%3B%3BAAEA%2CaA5NQ%2C2BAEZ%2CqBAyLC%2CGA4BE%2CKAKE%3BEACA%3B%3BAA7NN%2CaAAa%2C2BAEZ%2CqBAgOC%2CgBAEC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5OJ%2CaAAa%2C2BAEZ%2CqBAgOC%2CgBAaC%3BEACC%3BEACA%3B%3BAhElPF%2CagECW%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGhEhPA%3BAACD%2CagEAW%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGhE%5C%2FOA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CagEJW%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGhE3OA%3BEACC%3B%3BAANF%2CagECW%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGhEhPA%3BAACD%2CagEAW%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGhE%5C%2FOA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CagEJW%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGhE3OA%3BEACC%3B%3BAgELJ%2CaAAa%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGAKC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAxPL%2CaAAa%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGAKC%2CGAMC%3BEACC%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAnQO%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGAKC%2CGAMC%2CEASE%3BEACA%3BEACA%2CmBAAA%3B%3BAAIF%2CaAzQQ%2C2BAEZ%2CqBAgOC%2CgBAaC%2CGAKC%2CGAqBE%3BEACA%3B%3BAAUN%3BEAEC%3BEAEA%3BEACA%3BEAEA%2CyBAAA%3BEACA%3B%3BAARD%2CkBAUC%3BEACC%2CgBAAA%3BEACA%3B%3BAAZF%2CkBAeC%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACI%3BEACF%3B%3BAAOF%2CmBALwC%3BEAKxC%2CkBAbD%3BIASE%3BIACA%3B%3B%3BAAzBH%2CkBAeC%2CMAaC%3BEACC%3BEACA%2CgBAAA%3B%3B%3BACtTH%3BEACC%3B%3BAAEA%2CWAAC%3BEACA%3B%3BAAKF%2CeACG%2CMACG%3BEACF%3B%3BAAEA%2CeAJD%2CMACG%2CMAGD%3BEACG%3B%3BAAMN%2CeADD%2CEACE%3BAAAQ%2CeADV%2CEACW%3BEACT%3BEACA%3BEACA%3BEACA%3B%3BAlCvBF%2CgBAAC%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3B%3BAALD%2CgBAAC%2CeAOA%3BEACC%3B%3BAARF%2CgBAAC%2CeAWA%3BET0uBA%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CiCAAA%3BESlvBC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CmBAJ8C%3BEAI9C%2CgBAxBD%2CeAWA%3BIAUE%3B%3B%3BAAWF%2CmBAR%2BC%3BEAE7C%2CgBA1BF%2CeAWA%2CKAeG%3BIT4rBH%2CWAAA%3BIAGA%2CYAAA%3BIAOA%2CiCAAA%3BISpsBG%3B%3B%3BAA5BJ%2CgBAAC%2CeAkCA%3BEACC%3BEACA%3BEACA%3BEY9BC%2CkBAAkB%2CyEAAlB%3BEACA%2CkBAAkB%2CoEAAlB%3BEACA%2CkBAAkB%2CqEAAlB%3BEACA%3BEACA%2CsHAAA%3BEZ4BD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BElC%2BID%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEkC%5C%2FIP%3B%3BAAEA%2CgBAjDD%2CeAkCA%2CaAeE%3BEACA%3B%3BAAGD%2CgBArDD%2CeAkCA%2CaAmBE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CajCbgB%2C0BiCahB%3BEACA%2CgBAAA%3BEACA%3B%3BAA%5C%2FDH%2CgBAAC%2CeAkCA%2CaAgCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CajC1BgB%2C0BiC0BhB%3BEACA%2CgBAAA%3B%3BAAKH%2CgBAAC%3BEACA%3B%3BAAGD%2CgBAAC%3BEACA%2CkCAAA%3BEACA%3B%3BAAGD%2CgBAAC%3BEACA%3B%3BAAGD%2CgBAAC%3BAAAiB%2CgBAAC%3BAAAiB%2CgBAAC%3BEACpC%2CiBAAA%3B%3BAADD%2CgBAAC%2CeAGA%3BAAHiB%2CgBAAC%2CeAGlB%3BAAHmC%2CgBAAC%2CiBAGpC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%3BElCwFD%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEkCxFP%3B%3BAACA%2CgBAVD%2CeAGA%2CaAOE%3BAAAD%2CgBAViB%2CeAGlB%2CaAOE%3BAAAD%2CgBAVmC%2CiBAGpC%2CaAOE%3BEACA%3B%3BAASF%2CmBAN%2BC%3BEAM%5C%2FC%2CgBApBA%2CeAGA%3BEAiBA%2CgBApBkB%2CeAGlB%3BEAiBA%2CgBApBoC%2CiBAGpC%3BIAYE%3BIACA%3BIACA%3BIACA%3B%3B%3BAAjHJ%2CgBAuHC%2CGAGC%3BEACC%3BEACA%3B%3BAA5HH%2CgBAuHC%2CGAWC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3B%3BAmCnHF%2CgBnCiGA%2CGAWC%2CYmC5GA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CgBnCuFA%2CGAWC%2CYmClGA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAnCsGA%2CgBAtBD%2CGAsBE%2CKACA%3BEACC%3B%3BAAIF%2CgBA5BD%2CGA4BE%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3B%3BAAJD%2CgBA5BD%2CGA4BE%2CIAMA%3BEACC%3B%3BAAPF%2CgBA5BD%2CGA4BE%2CIAUA%3BEACC%3BEAEA%2CiBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvBF%2CgBA5BD%2CGA4BE%2CIA0BA%3BEACC%3B%3BAAIF%2CgBA3DD%2CGA2DE%3BAAAW%2CgBA3Db%2CGA2Dc%3BEACZ%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAALD%2CgBA3DD%2CGA2DE%2CSAOA%3BAAPW%2CgBA3Db%2CGA2Dc%2CaAOZ%3BEACC%3B%3BAARF%2CgBA3DD%2CGA2DE%2CSAWA%3BAAXW%2CgBA3Db%2CGA2Dc%2CaAWZ%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2CgBA9ED%2CGA8EE%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAAHD%2CgBA9ED%2CGA8EE%2CSAIA%3BEACC%3B%3BAALF%2CgBA9ED%2CGA8EE%2CSAQA%3BEACC%3BEACA%3BEACA%3B%3BAAIF%2CgBA7FD%2CGA6FE%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAAHD%2CgBA7FD%2CGA6FE%2CaAKA%3BEACC%3B%3BAANF%2CgBA7FD%2CGA6FE%2CaAQA%3BEACC%3BEACA%3B%3BAoC9NJ%2CYAGC%2CGAGC%3BEACC%3BEACA%3B%3BAARH%2CYAGC%2CGASC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3B%3BADIF%2CYCnBA%2CGASC%2CYDUA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CYC7BA%2CGASC%2CYDoBA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BACjBA%2CYAnBD%2CGAmBE%3BEACA%3BEACA%3BEACA%3B%3BAAHD%2CYAnBD%2CGAmBE%2CIAKA%3BEACC%3BEAEA%2CiBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlBF%2CYAnBD%2CGAmBE%2CIAqBA%3BEACC%3B%3BAAIF%2CYA7CD%2CGA6CE%3BAAAW%2CYA7Cb%2CGA6Cc%3BEACZ%3BEACA%3BEACA%3BEACA%3B%3BAAJD%2CYA7CD%2CGA6CE%2CSAMA%3BAANW%2CYA7Cb%2CGA6Cc%2CaAMZ%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2CYA3DD%2CGA2DE%2CSACA%3BEACC%3B%3BAAFF%2CYA3DD%2CGA2DE%2CSAKA%3BEACC%3BEACA%3B%3BAAIF%2CYAtED%2CGAsEE%2CaACA%3BEACC%3BEACA%3B%3BAAIF%2CYA7ED%2CGA6EE%3BEACA%3B%3BAADD%2CYA7ED%2CGA6EE%2CcAGA%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CmBAJsC%3BEAItC%2CYA1FH%2CGA6EE%2CcAGA%3BIAOE%3B%3B%3BAAUD%2CmBAPqC%3BEAOrC%2CYAjGH%2CGA6EE%2CcAGA%3BIAWE%3BIACA%3BIACA%3B%3B%3BAAOF%2CmBAHsC%3BEAGtC%2CYApGF%2CGA6EE%2CcAGA%3BIAkBE%3B%3B%3BAArBH%2CYA7ED%2CGA6EE%2CcAyBA%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALqC%3BEAKrC%2CYApHH%2CGA6EE%2CcAyBA%3BIAUE%3B%3B%3BAAUD%2CmBANqC%3BEAMrC%2CYA1HH%2CGA6EE%2CcAyBA%3BIAgBE%3BIACA%3B%3B%3BAAOF%2CmBAJsC%3BEAItC%2CYA9HF%2CGA6EE%2CcAyBA%3BIAqBE%3B%3B%3BAA9CH%2CYA7ED%2CGA6EE%2CcAmDA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAMA%2CYA5IH%2CGA6EE%2CcAmDA%2CYAYE%3BEACA%3B%3BAAGD%2CYAhJH%2CGA6EE%2CcAmDA%2CYAgBE%3BEACA%2CSAAS%2CEAAT%3BExB3ID%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEwByIC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAC1JL%2CWAEC%3BEACC%3BEACA%3BEACA%3BEACA%2CatE6Ce%2CyBsE7Cf%3BEAEA%3B%3BAARF%2CWAEC%2CEAQC%3BEACC%2CgBAAA%3B%3BAAGD%2CWAZD%2CEAYE%3BEACA%3B%3BAAfH%2CWAEC%2CEAgBC%3BEACC%2CcAAA%3B%3BAAEA%2CWAnBF%2CEAgBC%2CEAGE%3BEACA%2CcAAA%3B%3BAAtBJ%2CWA2BC%3BEACC%3B%3BAA5BF%2CWA%2BBC%3BEACC%3BEACA%3BEACA%3BEACA%2CatEgBe%2CyBsEhBf%3BEACA%2CgBAAA%3BEACA%3B%3BAAEA%2CWARD%2CSAQE%3BEACA%3B%3BAAxCH%2CWA4CC%2CGAAE%2CIAAI%2CWAAW%2CIAAI%2CeAAe%2CIAAI%3BEACvC%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAnDF%2CWA4CC%2CGAAE%2CIAAI%2CWAAW%2CIAAI%2CeAAe%2CIAAI%2CMASvC%3BEACC%2CgBAAA%3B%3BAAtDH%2CWA0DC%3BEACC%2CatEPmB%2C0BsEOnB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlEF%2CWAqEC%3BEACC%2CatElBmB%2C0BsEkBnB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7EF%2CWAkFC%3BEACC%2CatE%5C%2FBmB%2C0BsE%2BBnB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA1FF%2CWA6FC%3BEAEC%2CatE3CmB%2C0BsE2CnB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvGF%2CWA2GC%3BEACC%3BEACA%3BEACA%3B%3BAA9GF%2CWAiHC%2CiBAAkB%3BAAjHnB%2CWAiH0B%2CSAAS%3BEACjC%3BEAEA%3B%3BAApHF%2CWAiHC%2CiBAAkB%2CMAKjB%3BAAtHF%2CWAiH0B%2CSAAS%2CMAKjC%3BEACC%3BEACA%2CiBAAA%3BEACA%3BEAEA%2CcAAA%3B%3BAA3HH%2CWAiHC%2CiBAAkB%2CMAcjB%2CMACC%3BAAhIH%2CWAiH0B%2CSAAS%2CMAcjC%2CMACC%3BEACC%2CkBAAA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA1IJ%2CWAiHC%2CiBAAkB%2CMAcjB%2CMACC%2CGAWC%3BAA3IJ%2CWAiH0B%2CSAAS%2CMAcjC%2CMACC%2CGAWC%3BEACC%3B%3BAACA%2CWA5BJ%2CiBAAkB%2CMAcjB%2CMACC%2CGAWC%2CEAEE%3BAAAD%2CWA5BqB%2CSAAS%2CMAcjC%2CMACC%2CGAWC%2CEAEE%3BEACA%3B%3BAA9IN%2CWAiHC%2CiBAAkB%2CMAmCjB%2CMACC%3BAArJH%2CWAiH0B%2CSAAS%2CMAmCjC%2CMACC%3BEACC%2CkBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAzJJ%2CWAiHC%2CiBAAkB%2CMAmCjB%2CMACC%2CGAMC%3BAA3JJ%2CWAiH0B%2CSAAS%2CMAmCjC%2CMACC%2CGAMC%3BEACC%3BEACA%3BEACA%3B%3BAA9JL%2CWAiHC%2CiBAAkB%2CMAmCjB%2CMAeC%3BAAnKH%2CWAiH0B%2CSAAS%2CMAmCjC%2CMAeC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAxKJ%2CWAiHC%2CiBAAkB%2CMAmCjB%2CMAeC%2CGAOC%3BAA1KJ%2CWAiH0B%2CSAAS%2CMAmCjC%2CMAeC%2CGAOC%3BEACC%3BEACA%3BEACA%3B%3BAA7KL%2CWAiHC%2CiBAAkB%2CMAmEjB%2CMACC%3BAArLH%2CWAiH0B%2CSAAS%2CMAmEjC%2CMACC%3BEACC%2CkBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAOC%2CWA%5C%2FEJ%2CiBAAkB%2CMA4EhB%2CSACA%2CMACC%2CGACE%2CWACA%3BAADD%2CWA%5C%2FEqB%2CSAAS%2CMA4EhC%2CSACA%2CMACC%2CGACE%2CWACA%3BAADD%2CWA%5C%2FEJ%2CiBAAkB%2CMA4EhB%2CSACA%2CMACC%2CGACE%2CWACI%3BAADL%2CWA%5C%2FEqB%2CSAAS%2CMA4EhC%2CSACA%2CMACC%2CGACE%2CWACI%3BEACH%2CyBAAA%3BEACA%3B%3BAAnMP%2CWA2MC%2CaACC%3BEACC%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAAhNH%2CWA2MC%2CaACC%2CGAMC%3BEACC%3B%3BAAEA%2CWAVH%2CaACC%2CGAMC%2CEAGE%3BEACA%2CcAAA%3B%3BAAtNL%2CWA2MC%2CaAgBC%3BEACC%3BEACA%3BEACA%2CatE3Kc%2CyBsE2Kd%3BEACD%3BEACC%3B%3BAAhOH%2CWA2MC%2CaAgBC%2CSAOC%3BEACC%2CgBAAA%3B%3BAAnOJ%2CWA2MC%2CaAgBC%2CSAaC%3BEACC%2CcAAA%3B%3BAAEA%2CWAhCH%2CaAgBC%2CSAaC%2CEAGE%3BEACA%2CcAAA%3B%3BAA5OL%2CWAkPC%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkPmB%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkP2C%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkP0D%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkPyE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkPuF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkPqG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkPgI%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BAApPlD%2CWAkPsJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAC%5C%2FC%3BEACA%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CWAVF%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVgB%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVwC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVuD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVsE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVoF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVkG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAV6H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAQ%5C%2FC%2CWAVmJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BIAK9C%3B%3B%3BAAzPJ%2CWAkPC%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkPmB%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkP2C%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkP0D%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkPyE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkPuF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkPqG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkPgI%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BAA5PL%2CWAkPsJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%3BEACD%3BEACA%3BEACA%2CatE5Ma%2CyBsE4Mb%3BEACA%3BEACA%3BEACA%3B%3BAAlQJ%2CWAkPC%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkPmB%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkP2C%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkP0D%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkPyE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkPuF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkPqG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkPgI%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BAApQJ%2CWAkPsJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%3BEACC%2CcAAA%3B%3BAAEA%2CWArBJ%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBc%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBsC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBqD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBoE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBkF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBgG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArB2H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BAAAD%2CWArBiJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAQD%2CEAGE%3BEACA%2CcAAA%3B%3BAAIF%2CWA1BH%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1Be%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1BuC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1BsD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1BqE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1BmF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1BiG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1B4H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BAAAD%2CWA1BkJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgBA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CWArCH%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCe%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCuC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCsD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCqE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCmF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCiG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArC4H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BAAAD%2CWArCkJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKA2BA%3BEACA%3B%3BAAxRL%2CWAkPC%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkPmB%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkP2C%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkP0D%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkPyE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkPuF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkPqG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkPgI%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BAA5RN%2CWAkPsJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%3BEACD%3B%3BAAEC%2CWA7CL%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7Ca%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7CqC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7CoD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7CmE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7CiF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7C%2BF%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7C0H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BAAAD%2CWA7CgJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAQ7C%2CKAgCC%2CKAEC%2CKACA%3BEACA%3B%3BAAMJ%2CWApDF%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDgB%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDwC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDuD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDsE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDoF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDkG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApD6H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BAAAD%2CWApDmJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%3BEAEA%2C8BAAA%3BEACA%3B%3BAAEC%2CWAzDJ%2CiBAEC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDc%2CuBAEjB%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDsC%2CcAEzC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDqD%2CcAExD%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDoE%2CaAEvE%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDkF%2CaAErF%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDgG%2C0BAEnG%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzD2H%2CqBAE9H%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BAAAD%2CWAzDiJ%2C8BAEpJ%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CeAkD9C%2CgBAIE%2CKACA%3BEACA%3B%3BAA5SN%2CWAkPC%2CiBAgEC%3BAAlTF%2CWAkPmB%2CuBAgEjB%3BAAlTF%2CWAkP2C%2CcAgEzC%3BAAlTF%2CWAkP0D%2CcAgExD%3BAAlTF%2CWAkPyE%2CaAgEvE%3BAAlTF%2CWAkPuF%2CaAgErF%3BAAlTF%2CWAkPqG%2C0BAgEnG%3BAAlTF%2CWAkPgI%2CqBAgE9H%3BAAlTF%2CWAkPsJ%2C8BAgEpJ%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAIE%2CWAxEJ%2CiBAgEC%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEc%2CuBAgEjB%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEsC%2CcAgEzC%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEqD%2CcAgExD%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEoE%2CaAgEvE%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEkF%2CaAgErF%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEgG%2C0BAgEnG%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxE2H%2CqBAgE9H%2CGAME%2CIAAI%2CkBACF%2CKACA%3BAAAD%2CWAxEiJ%2C8BAgEpJ%2CGAME%2CIAAI%2CkBACF%2CKACA%3BEACA%2CSAAS%2CeAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CatEtRc%2C0BsEsRd%3B%3BAAxUN%2CWAkPC%2CiBAgEC%2CGA2BG%3BAA7UL%2CWAkPmB%2CuBAgEjB%2CGA2BG%3BAA7UL%2CWAkP2C%2CcAgEzC%2CGA2BG%3BAA7UL%2CWAkP0D%2CcAgExD%2CGA2BG%3BAA7UL%2CWAkPyE%2CaAgEvE%2CGA2BG%3BAA7UL%2CWAkPuF%2CaAgErF%2CGA2BG%3BAA7UL%2CWAkPqG%2C0BAgEnG%2CGA2BG%3BAA7UL%2CWAkPgI%2CqBAgE9H%2CGA2BG%3BAA7UL%2CWAkPsJ%2C8BAgEpJ%2CGA2BG%3BEACD%3BEACA%3BEACA%2CatE7Ra%2CyBsE6Rb%3BEACA%3BEACA%3BEAEC%3B%3BAApVL%2CWAkPC%2CiBAgEC%2CGA2BG%2CKASD%3BAAtVJ%2CWAkPmB%2CuBAgEjB%2CGA2BG%2CKASD%3BAAtVJ%2CWAkP2C%2CcAgEzC%2CGA2BG%2CKASD%3BAAtVJ%2CWAkP0D%2CcAgExD%2CGA2BG%2CKASD%3BAAtVJ%2CWAkPyE%2CaAgEvE%2CGA2BG%2CKASD%3BAAtVJ%2CWAkPuF%2CaAgErF%2CGA2BG%2CKASD%3BAAtVJ%2CWAkPqG%2C0BAgEnG%2CGA2BG%2CKASD%3BAAtVJ%2CWAkPgI%2CqBAgE9H%2CGA2BG%2CKASD%3BAAtVJ%2CWAkPsJ%2C8BAgEpJ%2CGA2BG%2CKASD%3BEACC%2CcAAA%3B%3BAAEA%2CWAvGJ%2CiBAgEC%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGc%2CuBAgEjB%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGsC%2CcAgEzC%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGqD%2CcAgExD%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGoE%2CaAgEvE%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGkF%2CaAgErF%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGgG%2C0BAgEnG%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvG2H%2CqBAgE9H%2CGA2BG%2CKASD%2CEAGE%3BAAAD%2CWAvGiJ%2C8BAgEpJ%2CGA2BG%2CKASD%2CEAGE%3BEACA%2CcAAA%3B%3BAA1VN%2CWAkPC%2CiBAgEC%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkPmB%2CuBAgEjB%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkP2C%2CcAgEzC%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkP0D%2CcAgExD%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkPyE%2CaAgEvE%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkPuF%2CaAgErF%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkPqG%2C0BAgEnG%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkPgI%2CqBAgE9H%2CGA2BG%2CKAkBC%3BAA%5C%2FVN%2CWAkPsJ%2C8BAgEpJ%2CGA2BG%2CKAkBC%3BEACD%3B%3BAAGC%2CWAjHL%2CiBAgEC%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjHa%2CuBAgEjB%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjHqC%2CcAgEzC%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjHoD%2CcAgExD%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjHmE%2CaAgEvE%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjHiF%2CaAgErF%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjH%2BF%2C0BAgEnG%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjH0H%2CqBAgE9H%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BAAAD%2CWAjHgJ%2C8BAgEpJ%2CGA2BG%2CKAkBC%2CKAGC%2CKACA%3BEACA%2CSAAS%2C4BAAT%3BEACA%3BEACA%3BEACA%3B%3BAAMH%2CWA3HH%2CiBAgEC%2CGA2BG%2CKAgCA%3BAAAD%2CWA3He%2CuBAgEjB%2CGA2BG%2CKAgCA%3BAAAD%2CWA3HuC%2CcAgEzC%2CGA2BG%2CKAgCA%3BAAAD%2CWA3HsD%2CcAgExD%2CGA2BG%2CKAgCA%3BAAAD%2CWA3HqE%2CaAgEvE%2CGA2BG%2CKAgCA%3BAAAD%2CWA3HmF%2CaAgErF%2CGA2BG%2CKAgCA%3BAAAD%2CWA3HiG%2C0BAgEnG%2CGA2BG%2CKAgCA%3BAAAD%2CWA3H4H%2CqBAgE9H%2CGA2BG%2CKAgCA%3BAAAD%2CWA3HkJ%2C8BAgEpJ%2CGA2BG%2CKAgCA%3BEACA%3B%3BAAMF%2CWAlIF%2CiBAgEC%2CGAkEE%3BAAAD%2CWAlIgB%2CuBAgEjB%2CGAkEE%3BAAAD%2CWAlIwC%2CcAgEzC%2CGAkEE%3BAAAD%2CWAlIuD%2CcAgExD%2CGAkEE%3BAAAD%2CWAlIsE%2CaAgEvE%2CGAkEE%3BAAAD%2CWAlIoF%2CaAgErF%2CGAkEE%3BAAAD%2CWAlIkG%2C0BAgEnG%2CGAkEE%3BAAAD%2CWAlI6H%2CqBAgE9H%2CGAkEE%3BAAAD%2CWAlImJ%2C8BAgEpJ%2CGAkEE%3BEAEA%2C8BAAA%3B%3BAAEC%2CWAtIJ%2CiBAgEC%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIc%2CuBAgEjB%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIsC%2CcAgEzC%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIqD%2CcAgExD%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIoE%2CaAgEvE%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIkF%2CaAgErF%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIgG%2C0BAgEnG%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtI2H%2CqBAgE9H%2CGAkEE%2CgBAGE%2CKACA%3BAAAD%2CWAtIiJ%2C8BAgEpJ%2CGAkEE%2CgBAGE%2CKACA%3BEAEA%2CSAAS%2CgBAAgB%2CIAAzB%3B%3BAA1XN%2CWAiYC%3BEACC%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAxYF%2CWA2YC%2CkBACC%2CeACC%3BEAEC%3B%3B%3BAAUJ%2CuBACC%2CYAEC%2CGAAE%2CIAAI%2CWAAW%2CIAAI%2CeAAe%2CIAAI%3BEACvC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAVH%2CuBACC%2CYAEC%2CGAAE%2CIAAI%2CWAAW%2CIAAI%2CeAAe%2CIAAI%2CMASvC%3BEACC%3B%3BAAbJ%2CuBACC%2CYAgBC%3BEACC%2CatEvXkB%2C0BsEuXlB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzBH%2CuBACC%2CYA2BC%3BEACC%2CatElYkB%2C0BsEkYlB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApCH%2CuBACC%2CYAwCC%3BEACC%2CatE%5C%2FYkB%2C0BsE%2BYlB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjDH%2CuBACC%2CYAmDC%3BEACC%2CatE1ZkB%2C0BsE0ZlB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BACtdH%3B%3B%3B%3B%3B%3B%3BAAAA%2CiBAEC%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CiBAAC%3BEACA%2CgBAAA%3B%3BAAGD%2CiBAAC%3BEACA%2CgBAAA%3B%3BAAGD%2CiBAAC%3BEACA%2CgBAAA%3B%3BAAOD%2CiBAAC%3BEACA%2CkBAAA%3B%3BAADD%2CiBAAC%2CcAEA%3BEACC%2CmBAAA%3BEAEA%3B%3BAHPF%2CiBGEC%2CcAEA%2CQHJA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CiBGRC%2CcAEA%2CQHMA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAGLD%2CiBAAC%2CWAAW%3BEACX%2CiBAAA%3B%3BAADD%2CiBAAC%2CWAAW%2CSAEX%3BEACC%2CmBAAA%3BEAEA%3BEACA%2CgBAAA%3B%3BAHlBF%2CiBGYC%2CWAAW%2CSAEX%2CQHdA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CiBGEC%2CWAAW%2CSAEX%2CQHJA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAGMD%2CiBAAC%3BEACA%2CkBAAA%3B%3BAADD%2CiBAAC%2CkBAEA%3BEACC%2CmBAAA%3B%3BAH1BF%2CiBGuBC%2CkBAEA%2CQHzBA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CiBGaC%2CkBAEA%2CQHfA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAGgBA%2CmBAJsC%3BEAItC%2CiBAVA%2CkBAEA%3BIAKE%3B%3B%3BAASH%2CiBAAC%2CWAAW%3BEAEX%2CcAAA%3B%3BAAFD%2CiBAAC%2CWAAW%2CaAIX%3BEACC%2CmBAAA%3BEAEA%3B%3BAH9CF%2CiBGuCC%2CWAAW%2CaAIX%2CQH3CA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CiBG6BC%2CWAAW%2CaAIX%2CQHjCA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAIvCF%3BEACC%2CgBAAA%3B%3BAADD%2CgBAEC%3BEACC%2CiBAAA%3BEACA%3B%3BAAQD%2CgBAAC%2CQACA%3BEACC%3BEACA%3B%3BAtEZD%2CsBuEFD%2CQvEEE%3BAACD%2CsBuEHD%2CQvEGE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CsBuEPD%2CQvEOE%3BEACC%3B%3BAANF%2CsBuEFD%2CQvEEE%3BAACD%2CsBuEHD%2CQvEGE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CsBuEPD%2CQvEOE%3BEACC%3B%3BAuETJ%2CsBACC%2CQAGC%3BEACC%2CazE%2BCkB%2C0ByE%5C%2FClB%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CsBAdD%2CQAcE%2CkBAEE%3BEACD%3BEACA%3B%3BAAEA%2CsBApBH%2CQAcE%2CkBAEE%2CMAIA%3BEACA%3B%3BAAtBL%2CsBACC%2CQA2BG%3BEACD%3B%3BAAEA%2CsBA9BF%2CQA2BG%2CMAGA%3BEACA%3B%3BAADD%2CsBA9BF%2CQA2BG%2CMAGA%2CKAGA%2CGAAE%2CWAAW%2COAAO%2CMAAM%3BEACzB%3BEACA%3B%3BAAKF%2CsBAxCF%2CQA2BG%2CMAaA%3BEACA%3B%3BAADD%2CsBAxCF%2CQA2BG%2CMAaA%2CMAGA%2CGAAE%2CWAAW%2COAAO%2CMAAM%2CKACzB%3BEACC%3BEACA%3BEACA%3B%3BAAMF%2CsBArDH%2CQA2BG%2CMAyBD%2CGACE%2CWAAW%2COAAO%2CMAAM%3BEAGxB%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAARD%2CsBArDH%2CQA2BG%2CMAyBD%2CGACE%2CWAAW%2COAAO%2CMAAM%2CKAUxB%3BEAGC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3B%3BALlDL%2CsBKrBA%2CQA2BG%2CMAyBD%2CGACE%2CWAAW%2COAAO%2CMAAM%2CKAUxB%2CYL1CH%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CsBK%5C%2FBA%2CQA2BG%2CMAyBD%2CGACE%2CWAAW%2COAAO%2CMAAM%2CKAUxB%2CYLhCH%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAKqCE%2CsBA3EH%2CQA2BG%2CMAyBD%2CGAuBE%2CcAAc%2COAAO%3BEACrB%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAChFL%2CaAKC%3BEACC%3BEACA%2CiBAAA%3BEACA%3B%3BAAEA%2CaALD%2CWAKE%3BAAAS%2CaALX%2CWAKY%3BEAEV%2Ca1EuCc%2CyB0EvCd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAhBD%2CWAgBE%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAtBD%2CWAsBE%3BEACA%3BEACA%3BEACA%3B%3BAA9BH%2CaAKC%2CWA4BC%3BEACC%3B%3BAAlCH%2CaAsCC%3BEACC%3BEACA%2Ca1EWe%2CyB0EXf%3BEACA%2CiBAAA%3B%3BAAzCF%2CaAsCC%2CQAKC%3BEACC%3BEAEA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAN3BF%2CaMgBA%2CQAKC%2CMNrBA%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2CaMMA%2CQAKC%2CMNXA%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAMvCF%2CaAsCC%2CQAcC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzDH%2CaAsCC%2CQAuBC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CaAAC%3BEACA%2CgBAAA%3BEACA%3B%3BAAFD%2CaAAC%2CeAKA%3BEACC%3B%3BAANF%2CaAAC%2CeAKA%2CQAGC%3BEACC%2CgBAAA%3BEACA%3B%3BAAKH%2CaAAC%2CQAEA%3BEACC%3BEACA%3B%3BAAIF%2CaAAC%2CkBACA%2CWACC%3BEACC%3BEACA%3B%3BACjGJ%2CkBAIC%3BEACC%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAVF%2CkBAIC%2CIAQC%3BEACC%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALqC%3BEAKrC%2CkBArBF%2CIAQC%3BIASE%3BIACA%3B%3B%3BAAaD%2CmBAVoC%3BEAUpC%2CkBA%5C%2FBF%2CIAQC%3BIAcE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAA9BJ%2CkBAIC%2CIAQC%2CSAuBC%3BEACC%2CiBAAA%3BEACA%3B%3BAAMA%2CmBAJoC%3BEAIpC%2CkBAvCH%2CIAQC%2CSAuBC%3BIAKE%3B%3B%3BAAxCL%2CkBAIC%2CIAQC%2CSAuBC%2CQAQC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FCL%2CkBAIC%2CIAQC%2CSAuBC%2CQAeC%3BEACC%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CkBArDJ%2CIAQC%2CSAuBC%2CQAeC%2CWAOE%3BAAAS%2CkBArDd%2CIAQC%2CSAuBC%2CQAeC%2CWAOY%3BEAEV%2Ca3ERW%2CyB2EQX%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CkBAhEJ%2CIAQC%2CSAuBC%2CQAeC%2CWAkBE%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CkBAtEJ%2CIAQC%2CSAuBC%2CQAeC%2CWAwBE%3BEACA%3BEACA%3BEACA%3B%3BAA7EN%2CkBAIC%2CIAQC%2CSAuBC%2CQAeC%2CWA8BC%3BEACC%3BEACA%3BEACA%3BEACA%2Ca3ElCc%2C0B2EkCd%3BEACA%3B%3BAArFN%2CkBAIC%2CIAQC%2CSAuBC%2CQAsDC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhGL%2CkBAIC%2CIAQC%2CSAuBC%2CQAiEC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA0CD%2CmBAvCoC%3BEAuCpC%2CkBAhJH%2CIAQC%2CSAuBC%3BIA2EE%3BIACA%3BIACA%3B%3BEAoCD%2CkBAhJH%2CIAQC%2CSAuBC%2CQA%2BEE%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEA8BF%2CkBAhJH%2CIAQC%2CSAuBC%2CQAsFE%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAsBF%2CkBAhJH%2CIAQC%2CSAuBC%2CQA%2BFE%3BIACC%3B%3BEAiBF%2CkBAhJH%2CIAQC%2CSAuBC%2CQAmGE%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEASF%2CkBAhJH%2CIAQC%2CSAuBC%2CQAmGE%2CWAOC%3BIACC%3BIACA%3B%3B%3BAA0BH%2CmBArBoC%3BEAqBpC%2CkBArKH%2CIAQC%2CSAuBC%2CQAkHE%3BIACC%3BIACA%3B%3BEAkBF%2CkBArKH%2CIAQC%2CSAuBC%2CQAuHE%3BIACC%3B%3BEAcF%2CkBArKH%2CIAQC%2CSAuBC%2CQA2HE%3BIACC%3BIACA%3BIACA%3B%3BEAQF%2CkBArKH%2CIAQC%2CSAuBC%2CQA2HE%2CWAIC%3BIACC%3BIACA%3B%3B%3BAAiBJ%2CmBAZqC%3BEAYrC%2CkBAjLF%2CIAQC%2CSAuBC%2CQAuIE%3BIACC%3B%3BEAUH%2CkBAjLF%2CIAQC%2CSAuBC%2CQA0IE%3BIACC%3BIACA%3B%3BEAMH%2CkBAjLF%2CIAQC%2CSAuBC%2CQA8IE%3BIACC%3B%3B%3BAAUN%2C2BACC%3BEACC%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAANF%2C2BACC%2CIAOC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE9BlMC%2CkBAAkB%2CsEAAlB%3BEACA%2CkBAAkB%2CiEAAlB%3BEACA%2CkBAAkB%2CkEAAlB%3BEACA%3BEACA%2CsHAAA%3B%3BA8B%2BKJ%2C2BACC%2CIAOC%2CSAaC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGA%2C2BA9BH%2CIAOC%2CSAaC%2CWAUE%3BAAAS%2C2BA9Bb%2CIAOC%2CSAaC%2CWAUY%3BEAEV%2Ca3E1KY%2CyB2E0KZ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2C2BAzCH%2CIAOC%2CSAaC%2CWAqBE%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2C2BA%5C%2FCH%2CIAOC%2CSAaC%2CWA2BE%3BEACA%3BEACA%3BEACA%3B%3BAAnDL%2C2BACC%2CIAOC%2CSAaC%2CWAiCC%3BEAEC%3BEACA%3BEACA%2Ca3EpMe%2C0B2EoMf%3BEACA%3BEACA%2CgBAAA%3B%3BAAKH%2C2BAhED%2CIAgEE%2CkBACA%3BEAEC%3BEACA%3BEACA%3B%3BAClQJ%2CoBAEC%3BEAEC%3B%3BA1EDA%2CoB0EDD%2CQ1ECE%3BAACD%2CoB0EFD%2CQ1EEE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoB0END%2CQ1EME%3BEACC%3B%3BAANF%2CoB0EDD%2CQ1ECE%3BAACD%2CoB0EFD%2CQ1EEE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoB0END%2CQ1EME%3BEACC%3B%3BA0ETJ%2CoBAOC%3BEACC%3B%3BAAGD%2CoBAAC%2CWACA%3BEACC%3BEACA%3B%3BAAHF%2CoBAAC%2CWACA%2CmBAIC%3BEACC%3B%3BAANH%2CoBAAC%2CWAWA%3BEACC%3B%3BAAIF%2CoBAAC%2CYACA%3BEACC%3BEAEA%3B%3BAAJF%2CoBAAC%2CYACA%2CmBAKC%3BEACC%3B%3BAAPH%2CoBAAC%2CYAUA%3BEACC%3B%3BAAtCH%2CoBA2CC%2CmBAEG%2CMAAG%2CIAAI%3BEACR%3B%3BAA9CH%2CoBA2CC%2CmBAMG%3BEACD%3B%3BAAEA%2CoBATF%2CmBAMG%2CMAGA%3BEACA%3B%3BAArDJ%2CoBA2CC%2CmBAeC%3BEACC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BARlBF%2CoBQFA%2CmBAeC%2CMRbA%3BEACA%2CSAAS%2CEAAT%3BEvBzBE%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAkB%2CoDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBuBF%3BEACA%3BEACA%3BEACA%2CYAAA%3BEACA%3B%3BAAGD%2CoBQZA%2CmBAeC%2CMRHA%3BEACA%2CSAAS%2CEAAT%3BEvBnCE%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAkB%2CoDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBiCF%3BEACA%3BEACA%3BEACA%2CYAAA%3BEACA%3B%3BAQ9DF%2CoBAsEC%3BEACC%3B%3BAAvEF%2CoBCoLA%2CCApLA%2CoBAEG%3BADFH%2CoBCAsB%2C0BAEnB%3BADFH%2CoBCAiD%2CwBAE9C%3BADFH%2CoBCA0E%2CiCAEvE%3BADFH%2CoBCA4G%2CyBAEzG%3BEACD%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3B%3BADRF%2CoBCaA%2CmBACG%3BEACD%3BEACA%2CgBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACG%3BEACC%3BEACA%3B%3BADtBN%2CoBC2BA%2CyBACC%3BEACC%3B%3BAD7BF%2CoBC2BA%2CyBACC%2CIAEC%2CKACC%3BEACC%3BEACA%3BEACA%3B%3BADlCJ%2CoBC2BA%2CyBACC%2CIAUC%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%2Ca7EMiB%2C0B6ENjB%3BEACA%3B%3BAD7CH%2CoBCkDA%2CqBAEC%2CMACC%3BEACC%3BEACA%3BEAEA%3BEACA%2Ca7ERiB%2C0B6EQjB%3B%3BAD1DH%2CoBC%2BDA%2C0BAEC%2CWACC%2CGACC%3BEACC%3B%3BAAEA%2CoBAPJ%2C0BAEC%2CWACC%2CGACC%2CGAGE%3BEACA%3B%3BADvEL%2CoBC%2BDA%2C0BAEC%2CWACC%2CGACC%2CGAOC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2Ca7E7Be%2C0B6E6Bf%3BEACA%3B%3BAAEA%2CoBAnBL%2C0BAEC%2CWACC%2CGACC%2CGAOC%2CEAQE%3BEACA%2CcAAA%3B%3BADnFN%2CoBC6FA%2CiCAEC%2CWAEC%3BEACC%3B%3BAACA%2CoBANH%2CiCAEC%2CWAEC%2CGAEE%3BEACA%3B%3BADpGJ%2CoBC6FA%2CiCAEC%2CWAEC%2CGAMC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAACA%2CoBArBJ%2CiCAEC%2CWAEC%2CGAMC%2CEAWE%3BEACA%2CmBAAA%3B%3BADnHL%2CoBC0HA%2CwBACC%3BEACC%2CyBAAA%3BEACA%3B%3BAD7HF%2CoBC0HA%2CwBACC%2CIAIC%3BEACC%3BEACA%3B%3BADjIH%2CoBC0HA%2CwBACC%2CIAIC%2CKAGC%3BEACC%3BEACA%3BEACA%3B%3BADrIJ%2CoBC0HA%2CwBACC%2CIAcC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BADhJH%2CoBC0HA%2CwBACC%2CIAcC%2CQAUC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BADzJJ%2CoBC0HA%2CwBACC%2CIAcC%2CQAmBC%3BEACC%3BEACA%3BEACA%2Ca7E7GgB%2C0B6E6GhB%3BEACA%3BEACA%3B%3BADjKJ%2CoBC0HA%2CwBACC%2CIAcC%2CQA2BC%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%2Ca7EtHgB%2C0B6EsHhB%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CoBAnDJ%2CwBACC%2CIAcC%2CQA2BC%2CEASE%3BEACA%2CcAAA%3B%3BADjGJ%2CoBAAC%2CkBACA%3BEACC%3B%3BAAIF%2CoBAAC%2CkBACA%3BEACC%3B%3BAAIF%2CoBAAC%2CkBACA%3BEACC%3B%3BAAIF%2CoBAAC%2CkBACA%3BEACC%3B%3BAAIF%2CoBAAC%2CkBAGA%3BEACC%3BEACA%3BEACA%3B%3BAANF%2CoBAAC%2CkBASA%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAbF%2CoBAAC%2CkBASA%2CmBAMC%3BEACC%3BEACA%3B%3BAAGD%2CoBApBD%2CkBASA%2CmBAWE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAGD%2CoBA9BD%2CkBASA%2CmBAqBE%3BEACA%2CSAAS%2CEAAT%3BE%5C%2FB3HA%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BE%2BByHA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArCH%2CoBAAC%2CkBASA%2CmBA%2BBC%3BEACC%3B%3BAAzCH%2CoBAAC%2CkBASA%2CmBAmCC%3BAA5CF%2CoBAAC%2CkBASA%2CmBAmCmC%3BAA5CpC%2CoBAAC%2CkBASA%2CmBAmCuD%3BEACrD%3B%3BA1E%5C%2FIF%2CoB0EkGA%2CkBASA%2CmBAuCC%2CiCACC%2CW1EnJD%3BAACD%2CoB0EiGA%2CkBASA%2CmBAuCC%2CiCACC%2CW1ElJD%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoB0E6FA%2CkBASA%2CmBAuCC%2CiCACC%2CW1E9ID%3BEACC%3B%3BAANF%2CoB0EkGA%2CkBASA%2CmBAuCC%2CiCACC%2CW1EnJD%3BAACD%2CoB0EiGA%2CkBASA%2CmBAuCC%2CiCACC%2CW1ElJD%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoB0E6FA%2CkBASA%2CmBAuCC%2CiCACC%2CW1E9ID%3BEACC%3B%3BA0E4FH%2CoBAAC%2CkBASA%2CmBAuCC%2CiCACC%2CWAGG%3BEACD%2CiBAAA%3B%3BAArDL%2CoBAAC%2CkBASA%2CmBAuCC%2CiCACC%2CWAGG%2CKAGC%3BEACD%2CiBAAA%3BEACA%3BEACA%3B%3BAAQN%2CoBAAC%2CkBACA%2CmBACC%2CiCACC%2CWAEG%2CKAEC%3BEACD%3B%3BAACA%2CoBATL%2CkBACA%2CmBACC%2CiCACC%2CWAEG%2CKAEC%2CKAEA%2CUAAU%3BEACV%3B%3BAAVP%2CoBAAC%2CkBACA%2CmBAgBC%2CuBAAuB%2CQAAU%2CMAAG%3BEACnC%3BEACA%3B%3BAE1LJ%3BEACC%3B%3BAADD%2CeAGC%3BEACC%3B%3BAAJF%2CeAOC%3BEACC%3BEACA%3BEACA%3B%3BAAVF%2CeAOC%2CqBAKC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CWAAW%2CeAAX%3B%3BAAlBH%2CeAOC%2CqBAcG%3BEACD%3BEACA%3B%3BAAvBH%2CeAOC%2CqBAmBC%2CEAAC%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAjCH%2CeAOC%2CqBAmBC%2CEAAC%2CGASA%3BEACC%3BEACA%3BEACA%3BEjC7BA%2CkBAAkB%2CyEAAlB%3BEACA%2CkBAAkB%2CoEAAlB%3BEACA%2CkBAAkB%2CqEAAlB%3BEACA%3BEACA%2CsHAAA%3BEiC2BA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALoC%3BEAKpC%2CeA7CH%2CqBAmBC%2CEAAC%2CGASA%3BIAaE%2CiCAAA%3B%3B%3BAAhDL%2CeAOC%2CqBAmBC%2CEAAC%2CGASA%2CSAiBC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7DL%2CeAOC%2CqBAmBC%2CEAAC%2CGASA%2CSA6BC%3BEACC%3BEAEA%3BEAEA%3BEACA%3BEACA%3B%3BAAvEL%2CeAOC%2CqBAmBC%2CEAAC%2CGASA%2CSAuCC%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjFL%2CeAOC%2CqBAmBC%2CEAAC%2CGASA%2CSAiDC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9E1Ce%2C0B8E0Cf%3BEACA%2CgBAAA%3B%3BAAKH%2CeA3FD%2CqBA2FE%2COACA%2CEAAC%2CGACA%3BEACC%3B%3BAACA%2CeA%5C%2FFJ%2CqBA2FE%2COACA%2CEAAC%2CGACA%2CSAEE%3BEACA%2CSAAS%2CWAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BA5EzGJ%2CoBAAC%3BAACD%2CoBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoBAAC%3BEACC%3B%3BAANF%2CoBAAC%3BAACD%2CoBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoBAAC%3BEACC%3B%3BA6EJF%2CoBAFD%2CmBAEE%3BEACA%2CiBAAA%3BEAEA%3B%3BAAHD%2CoBAFD%2CmBAEE%2CUAKC%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3B%3BAAYA%2CmBAVqC%3BEAUrC%2CoBAvBH%2CmBAEE%2CUAKC%3BIASC%3B%3BEAEA%2CoBAlBJ%2CmBAEE%2CUAKC%2CcAWE%3BIACA%3B%3B%3BAAOH%2CmBAHsC%3BEAGtC%2CoBA1BF%2CmBAEE%2CUAKC%3BIAiBC%3B%3B%3BAAKH%2CoBA7BD%2CmBA6BE%3BEACA%3BEACA%3B%3BAAFD%2CoBA7BD%2CmBA6BE%2CUAGC%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3B%3BAAKD%2CmBAHsC%3BEAGtC%2CoBAzCF%2CmBA6BE%2CUAGC%3BIAOC%3B%3B%3BAA1CL%2CoBAGC%2CmBA4CC%3BEACC%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArDH%2CoBAGC%2CmBA4CC%2CIAQC%3BEACC%3BEACA%3BElChDA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2C4EAAlB%3BEACA%2CkBAAkB%2C6EAAlB%3BEACA%3BEACA%2CsHAAA%3BEkC8CA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FDJ%2CoBAGC%2CmBA4CC%2CIAQC%2CSAYC%3BEACC%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAzEL%2CoBAGC%2CmBA4CC%2CIAQC%2CSAqBC%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnFL%2CoBAGC%2CmBA4CC%2CIAQC%2CSA%2BBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca%5C%2FE1Ce%2C0B%2BE0Cf%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAC%5C%2FFL%3BEAEC%3B%3BAAFD%2CcAGC%3BEACC%3B%3BAAJF%2CcAMC%2CKACC%3BEACC%3BEACA%3BEACA%3B%3BAAVH%2CcAaC%3B%3BEAEC%3BEACA%3B%3BAAhBF%2CcAaC%2CoBAMC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CcAhBF%2CoBAMC%2CUAUE%3BEACA%2CSAAS%2CmBAAT%3BEACA%3B%3BAA%5C%2FBJ%2CcAaC%2CoBAMC%2CUAgBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAxCJ%2CcAaC%2CoBAMC%2CUAgBC%2CSAOC%3BEACC%3B%3BAAKA%2CcAnCJ%2CoBAMC%2CUAgBC%2CSAWE%2COAEC%3BEACA%2CSAAU%2CoBAAoB%2CKAA9B%3BEACA%3B%3BAAlDN%2CcAaC%2CoBA2CC%2CSACG%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CqCAAA%3BEACA%3BEACA%3BEACA%3BEjF2HF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAiF1HN%2CcAzDH%2CoBA2CC%2CSACG%2CMAaA%3BEACA%2CmBAAA%3BEACA%3B%3BAAGD%2CcA9DH%2CoBA2CC%2CSACG%2CMAkBA%3BEACA%2CSAAS%2CEAAT%3BEACA%3B%3BAAID%2CcApEH%2CoBA2CC%2CSACG%2CMAwBA%3BEACA%3B%3BAAEA%2CcAvEJ%2CoBA2CC%2CSACG%2CMAwBA%2CSAGC%3BEACA%2CSAAS%2CGAAT%3B%3BAAIF%2CcA5EH%2CoBA2CC%2CSACG%2CMAgCA%3BEACA%3B%3BAAEA%2CcA%5C%2FEJ%2CoBA2CC%2CSACG%2CMAgCA%2CSAGC%3BEACA%2CSAAS%2CGAAT%3B%3BAA7FN%2CcAaC%2CoBAsFC%2CUAEC%2CIAAI%3BEACH%3B%3BAAGD%2CcA5FF%2CoBAsFC%2CUAME%2COACA%2CIAAI%3BEACJ%3B%3BAA3GJ%2CcAaC%2CoBAmGC%3BEACC%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CcA5GF%2CoBAmGC%2CIASE%3BEACA%3B%3BAAGD%2CcAhHF%2CoBAmGC%2CIAaE%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA9HJ%2CcAaC%2CoBAmGC%2CIAgCC%3BEACC%3BEACA%3BEACA%3BEnC1IA%2CkBAAkB%2CyEAAlB%3BEACA%2CkBAAkB%2CoEAAlB%3BEACA%2CkBAAkB%2CqEAAlB%3BEACA%3BEACA%2CsHAAA%3BEmCwIA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEjFmCF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAiF3BN%2CmBANoC%3BEAMpC%2CcAxJH%2CoBAmGC%2CIAgCC%3BInCvIC%2CkBAAkB%2CmFAAlB%3BIACA%2CkBAAkB%2C8EAAlB%3BIACA%2CkBAAkB%2C%2BEAAlB%3BIACA%3BIACA%2CsHAAA%3B%3B%3BAmCbJ%2CcAaC%2CoBAmGC%2CIAgCC%2CSAqBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CahF3He%2C0BgF2Hf%3BEACA%2CgBAAA%3B%3BAAKH%2CcAtKD%2CoBAsKE%2COACA%2CEAAC%2CGACA%3BEACC%3B%3BACtLL%2CiBAEC%3BEACC%3B%3BAAHF%2CiBAMC%3BEACC%3B%3BAAEA%2CiBAHD%2CgBAGE%3BEACA%3B%3BAAQF%2CmBALsC%3BEAKtC%2CiBAZA%2CgBAQE%3BIACC%3B%3B%3BACfJ%2CcACC%3BEACC%3BEACA%3B%3BACHF%2CyBAEE%3BEACE%3B%3BAAGF%2CyBAAC%2CkBACC%3BEACE%3BEACA%3BEACA%3B%3BAAJJ%2CyBAAC%2CkBACC%2CeAKE%3BEACE%3B%3BAAbR%2CyBAkBE%2COACE%3BEACE%3B%3BAApBN%2CyBAwBE%3BEAEE%3BEACA%3B%3B%3BEAIA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApCJ%2CyBAwBE%2CeAcE%3BEACE%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAA5CN%2CyBAwBE%2CeA0BE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzDN%2CyBAwBE%2CeA0BE%2CIASE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3B%3BAAlER%2CyBAwBE%2CeA0BE%2CIASE%2CQAUE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA3EV%2CyBAwBE%2CeA0BE%2CIASE%2CQAmBE%3BEACE%3BEACA%3BEACA%2CanF%5C%2FBU%2C0BmF%2BBV%3BEACA%3BEACA%3B%3BAAnFV%2CyBAwBE%2CeA0BE%2CIASE%2CQA2BE%3BEACE%2CgBAAA%3BEACA%3BEACA%3BEACA%2CanFxCU%2C0BmFwCV%3BEACA%3BEACA%3BEACA%3B%3BAC7FV%2CgBAEG%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAhBqCD%2CgBgB3CE%2CQhB2CD%3BEACA%2CSAAS%2CEAAT%3BEvBzBE%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAkB%2CoDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBuBF%3BEACA%3BEACA%3BEACA%2CYAAA%3BEACA%3B%3BAAGD%2CgBgBrDE%2CQhBqDD%3BEACA%2CSAAS%2CEAAT%3BEvBnCE%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAkB%2CoDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBiCF%3BEACA%3BEACA%3BEACA%2CYAAA%3BEACA%3B%3BAgB9DF%2CgBAaG%3BEACD%2CkBAAA%3BEACA%3B%3BAAfF%2CgBAaG%2CWAIC%3BEACD%3B%3BAAEA%2CgBAPA%2CWAIC%2CMAGA%3BEACA%3B%3BAArBJ%2CgBA0BC%3BAA1BD%2CgBA0BK%3BEACH%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CgBAXD%2CGAWE%3BAAAD%2CgBAXG%2CGAWF%3BEACC%2CSAAS%2CEAAT%3BEvC7BA%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuC2BA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5CJ%2CgBAgDC%3BEACC%3B%3BAAjDF%2CgBAgDC%2CyBAEC%3BEACC%3B%3BAAnDH%2CgBAgDC%2CyBAEC%2CIAEC%2CKACC%3BEACC%3BEACA%3BEACA%3B%3BAAxDL%2CgBAgDC%2CyBAEC%2CIAUC%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%2CapFhBgB%2C0BoFgBhB%3BEACA%3B%3BAAnEJ%2CgBAwEC%2CIAEC%3BEACC%3BEACA%3BEACA%2CiBAAA%3BEAEA%3BEACA%2CapF9BiB%2C0BoF8BjB%3B%3BAAhFH%2CgBAwEC%2CIAWC%3BEACC%3BEACA%3B%3BAArFH%2CgBAwEC%2CIAWC%2CGAIG%3BEACD%3BEACA%3BEACA%2CapFxCgB%2C0BoFwChB%3B%3BAA1FJ%2CgBAwEC%2CIAWC%2CGAIG%2CKAID%3BEACC%2CcAAA%3B%3BAAEA%2CgBAtBJ%2CIAWC%2CGAIG%2CKAID%2CEAGE%3BEACA%2CcAAA%3B%3BAAIF%2CgBA3BH%2CIAWC%2CGAIG%2CKAYA%3BEACA%3B%3BAApGL%2CgBA0GC%2C0BAEE%3BEACC%3B%3BAA7GJ%2CgBA0GC%2C0BAEE%2CGAEC%3BEACC%3BEACK%3B%3BAACL%2CgBAPJ%2C0BAEE%2CGAEC%2CGAGE%3BEACA%3B%3BAAlHN%2CgBA0GC%2C0BAEE%2CGAEC%2CGAOC%3BEACC%3BEAEA%3BEACA%3BEACA%2CapFxEc%2C0BoFwEd%3B%3BAAEA%2CgBAlBL%2C0BAEE%2CGAEC%2CGAOC%2CEAOE%3BEACA%2CcAAA%3B%3BAA7HP%2CgBAuIE%2CiCAEA%2CWAEC%3BEACC%3B%3BAA5IJ%2CgBAuIE%2CiCAEA%2CWAMC%3BEACC%3BEACI%3B%3BAACJ%2CgBAXF%2CiCAEA%2CWAMC%2CGAGE%3BEACA%3B%3BAAnJL%2CgBAuIE%2CiCAEA%2CWAMC%2CGAOC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAACA%2CgBA1BH%2CiCAEA%2CWAMC%2CGAOC%2CEAWE%3BEACA%2CmBAAA%3B%3BAA2FN%2CmBApFuC%3BEAoFvC%2CgBAlFK%3BIACD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAIC%2CgBALA%2CWAGD%2CmBACA%2CGACE%3BEAAD%2CgBALA%2CWAGmB%2CsBACpB%2CGACE%3BEAAS%2CgBALV%2CWAGD%2CmBACA%2CGACY%3BEAAD%2CgBALV%2CWAGmB%2CsBACpB%2CGACY%3BIACV%3B%3BEA4EN%2CgBAlFK%2CWAYF%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAGA%2CgBAnBC%2CWAYF%2CGAOE%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CmBAAA%3BIACA%3B%3BEAGD%2CgBA7BC%2CWAYF%2CGAiBE%3BIACA%2CSAAS%2CEAAT%3BIvChMD%2CkBAAkB%2CuDAAlB%3BIACA%2CkBAAkB%2CkDAAlB%3BIACA%2CkBAAkB%2CmDAAlB%3BIACA%3BIACA%2CsHAAA%3BIuC8LC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BElF5MH%2CgBkFwKG%2CWAwCD%2CkBACA%2CiCACC%2CWlFlNF%3BEACD%2CgBkFuKG%2CWAwCD%2CkBACA%2CiCACC%2CWlFjNF%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CgBkFmKG%2CWAwCD%2CkBACA%2CiCACC%2CWlF7MF%3BIACC%3B%3BEANF%2CgBkFwKG%2CWAwCD%2CkBACA%2CiCACC%2CWlFlNF%3BEACD%2CgBkFuKG%2CWAwCD%2CkBACA%2CiCACC%2CWlFjNF%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CgBkFmKG%2CWAwCD%2CkBACA%2CiCACC%2CWlF7MF%3BIACC%3B%3BEkF0MD%2CgBAxCE%2CWAwCD%2CkBACA%2CiCACC%2CWAGG%3BIACD%3B%3B%3B%3B%3B%3B%3B%3B%3BEAoCP%2CgBALK%3BIACF%3B%3B%3BACzPH%3BEAEC%3BEACA%3B%3BAAHD%2CqBAKI%3BEACD%3B%3BAAEA%2CqBAHC%2CMAGA%3BEACA%3B%3BAATJ%2CqBAcE%2CwBAGE%3BAAjBJ%2CqBAc2B%2CqBAGvB%3BAAjBJ%2CqBAciD%2C0BAG7C%3BAAjBJ%2CqBAc4E%2CiCAGxE%3BAAjBJ%2CqBAc8G%2CyBAG1G%3BAAjBJ%2CqBAeE%2CmBAEE%3BEACD%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CqBAlBD%2CwBAGE%2CKAeA%3BAAAD%2CqBAlBwB%2CqBAGvB%2CKAeA%3BAAAD%2CqBAlB8C%2C0BAG7C%2CKAeA%3BAAAD%2CqBAlByE%2CiCAGxE%2CKAeA%3BAAAD%2CqBAlB2G%2CyBAG1G%2CKAeA%3BAAAD%2CqBAjBD%2CmBAEE%2CKAeA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BExC5BA%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEwC0BA%3BEACA%3B%3BAAxCJ%2CqBA8CC%2CwBACC%3BAA%5C%2FCF%2CqBA8C0B%2CyBACxB%3BEACC%3BEACA%3BEACA%3B%3BAAlDH%2CqBA8CC%2CwBACC%2CIAIC%2CKACC%3BAApDJ%2CqBA8C0B%2CyBACxB%2CIAIC%2CKACC%3BEACC%3BEACA%3BEACA%3B%3BAAvDL%2CqBA8CC%2CwBACC%2CIAYC%3BAA3DH%2CqBA8C0B%2CyBACxB%2CIAYC%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%2CarFfgB%2C0BqFehB%3BEACA%3B%3BAAlEJ%2CqBAsEC%2CqBAEC%2CMACC%3BEACC%3BEACA%3BEACA%2CiBAAA%3BEAEA%3BEACA%2CarF7BgB%2C0BqF6BhB%3B%3BAA%5C%2FEJ%2CqBAsEC%2CqBAEC%2CMAUC%3BEACC%3BEACA%3B%3BAApFJ%2CqBAsEC%2CqBAEC%2CMAUC%2CGAIG%3BEACD%3BEACA%3BEACA%2CarFvCe%2C0BqFuCf%3B%3BAAzFL%2CqBAsEC%2CqBAEC%2CMAUC%2CGAIG%2CKAID%3BEACC%2CcAAA%3B%3BAAEA%2CqBAvBL%2CqBAEC%2CMAUC%2CGAIG%2CKAID%2CEAGE%3BEACA%2CcAAA%3B%3BAAIF%2CqBA5BJ%2CqBAEC%2CMAUC%2CGAIG%2CKAYA%3BEACA%3B%3BAAnGN%2CqBA0GC%2C0BAEE%3BEACC%3BEACA%3B%3BAA9GJ%2CqBA0GC%2C0BAEE%2CGAGC%3BEACC%3BEACK%3B%3BAACL%2CqBARJ%2C0BAEE%2CGAGC%2CGAGE%3BEACA%3B%3BAAnHN%2CqBA0GC%2C0BAEE%2CGAGC%2CGAOC%3BEACC%3BEAEA%3BEACA%3BEACA%2CarFzEc%2C0BqFyEd%3B%3BAAEA%2CqBAnBL%2C0BAEE%2CGAGC%2CGAOC%2CEAOE%3BEACA%2CcAAA%3B%3BAA9HP%2CqBAuIE%2CiCACA%3BEACC%2CkBAAA%3B%3BAAzIH%2CqBAuIE%2CiCACA%2CWAGC%3BEACC%3BEACI%3B%3BAACJ%2CqBAPF%2CiCACA%2CWAGC%2CGAGE%3BEACA%3B%3BAA%5C%2FIL%2CqBAuIE%2CiCACA%2CWAGC%2CGAOC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAACA%2CqBAtBH%2CiCACA%2CWAGC%2CGAOC%2CEAWE%3BEACA%2CmBAAA%3B%3BAA9JN%2CqBAqKE%2CmBACE%3BAAtKJ%2CqBAqKE%2CmBACM%3BEACF%2CcAAA%3B%3BACjKJ%2CmBAHsC%3BEAGtC%3BIAFC%3B%3B%3BAAJH%2C6BAMI%3BEACD%3B%3BAAEA%2C6BAHC%2CMAGA%3BEACA%3B%3BAAVJ%2C6BAeC%2CqBAGG%3BAAlBJ%2C6BAeuB%2C0BAGnB%3BAAlBJ%2C6BAekD%2CiCAG9C%3BAAlBJ%2C6BAeoF%2CyBAGhF%3BAAlBJ%2C6BAgBE%2CmBAEE%3BEACD%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FBH%2C6BAsCC%2CqBAEC%2CMACC%3BEACC%3BEACA%3BEACA%2CiBAAA%3BEAEA%3BEACA%2CatFGgB%2C0BsFHhB%3B%3BAA%5C%2FCJ%2C6BAsCC%2CqBAEC%2CMAUC%3BEACC%3BEACA%3B%3BAApDJ%2C6BAsCC%2CqBAEC%2CMAUC%2CGAIG%3BEACD%3BEACA%3BEACA%2CatFPe%2C0BsFOf%3B%3BAAzDL%2C6BAsCC%2CqBAEC%2CMAUC%2CGAIG%2CKAID%3BEACC%2CcAAA%3B%3BAAEA%2C6BAvBL%2CqBAEC%2CMAUC%2CGAIG%2CKAID%2CEAGE%3BEACA%2CcAAA%3B%3BAAIF%2C6BA5BJ%2CqBAEC%2CMAUC%2CGAIG%2CKAYA%3BEACA%3B%3BAAnEN%2C6BA0EC%3BEACC%3BEACA%3BEACA%3B%3BAA7EF%2C6BA0EC%2C0BAIC%2CWACC%3BEAEC%3B%3BAAjFJ%2C6BA0EC%2C0BAIC%2CWACC%2CGAGC%3BEACC%2CkBAAA%3B%3BAACA%2C6BAVJ%2C0BAIC%2CWACC%2CGAGC%2CGAEE%3BEACA%3B%3BAArFN%2C6BA0EC%2C0BAIC%2CWACC%2CGAGC%2CGAMC%3BEACC%3BEAEA%3BEACA%3BEACA%3BEACA%2CatF5Cc%2C0BsF4Cd%3BEACA%3BEACA%3B%3BAAEA%2C6BAxBL%2C0BAIC%2CWACC%2CGAGC%2CGAMC%2CEAUE%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2C6BAhCL%2C0BAIC%2CWACC%2CGAGC%2CGAMC%2CEAkBE%3BEACA%2CcAAA%3B%3BAAGC%2C6BApCP%2C0BAIC%2CWACC%2CGAGC%2CGAMC%2CEAkBE%2CMAGC%2CMACC%3BEACA%3B%3BAA%5C%2FGT%2C6BA2HE%2CiCACA%3BEACC%2CkBAAA%3B%3BAA7HH%2C6BA2HE%2CiCACA%2CWAGC%3BEACC%3B%3BAACA%2C6BANF%2CiCACA%2CWAGC%2CGAEE%3BEACA%3B%3BAAlIL%2C6BA2HE%2CiCACA%2CWAGC%2CGAMC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAACA%2C6BArBH%2CiCACA%2CWAGC%2CGAMC%2CEAWE%3BEACA%2CmBAAA%3B%3BACjJN%2CqBAEG%3BEACD%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%3BEACE%3BEACE%3BEACA%3BEACA%2C2CAAA%3BEACA%3B%3BAAXN%2CqBAcC%2CGAAE%2CiBACE%3BEAEI%3BEACA%3B%3BAAEA%2CqBANR%2CGAAE%2CiBACE%2CKAKK%2CIAAI%3BEAEH%3B%3BAAEA%2CqBAVV%2CGAAE%2CiBACE%2CKAKK%2CIAAI%2CaAIF%3BEAEC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3B%3BAAhCb%2CqBAcC%2CGAAE%2CiBACE%2CKAqBI%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACI%3BEACR%3B%3BAA3CN%2CqBAcC%2CGAAE%2CiBACE%2CKA%2BBI%3BEACE%2CyBAAA%3BEACA%2CavFES%2C0BuFFT%3BEACA%3BEACA%3BEACA%3B%3BAAnDX%2CqBAcC%2CGAAE%2CiBACE%2CKA%2BBI%2CEAME%3BEACC%3B%3BAAEA%2CqBAzCX%2CGAAE%2CiBACE%2CKA%2BBI%2CEAME%2CEAGE%3BEACA%3B%3BAAxDb%2CqBAcC%2CGAAE%2CiBACE%2CKA%2BCF%3BEACE%3BEACM%3BEACA%2CavFfS%2C0BuFeT%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAsCX%2CmBAjCsC%3BErFvEpC%2CqBqFwEC%2CWACA%2CGAAE%2CiBrFzEF%3BEACD%2CqBqFuEC%2CWACA%2CGAAE%2CiBrFxEF%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CqBqFmEC%2CWACA%2CGAAE%2CiBrFpEF%3BIACC%3B%3BEANF%2CqBqFwEC%2CWACA%2CGAAE%2CiBrFzEF%3BEACD%2CqBqFuEC%2CWACA%2CGAAE%2CiBrFxEF%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CqBqFmEC%2CWACA%2CGAAE%2CiBrFpEF%3BIACC%3B%3BEqFkEF%2CqBAAC%2CWACA%2CGAAE%2CiBAGC%3BIACD%3BIACA%3BIACK%3B%3BEAEJ%2CqBATH%2CWACA%2CGAAE%2CiBAGC%2CKAKC%2CIAAI%3BIACL%3B%3BEAGA%2CqBAbH%2CWACA%2CGAAE%2CiBAGC%2CKASC%2CIAAI%3BIAEE%3B%3BEAEA%2CqBAjBV%2CWACA%2CGAAE%2CiBAGC%2CKASC%2CIAAI%2CaAIG%3BIACC%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3B%3B%3BArDnGf%3BEAEC%3B%3BAAFD%2CoBAIC%2C%2BBACC%3BEACC%2CyBAAA%3BEACA%3B%3BAAPH%2CoBAIC%2C%2BBACC%2CGAIC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQD%2CmBALsC%3BEAKtC%2CoBArBF%2C%2BBACC%2CGAIC%3BIAYE%3B%3B%3BAArBL%2CoBAIC%2C%2BBACC%2CGAsBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAcF%2C8BAFD%2CyBAEE%2CkBAEA%3BEACC%3BEACA%3B%3BAAJF%2C8BAFD%2CyBAEE%2CkBAEA%2CcAIG%3BEACD%3BEACA%3BEACA%2CgBAAA%3B%3BAACA%2C8BAZJ%2CyBAEE%2CkBAEA%2CcAIG%2CKAIA%2CIAAI%3BEACJ%3B%3BAAGD%2C8BAhBJ%2CyBAEE%2CkBAEA%2CcAIG%2CKAQA%3BEACA%3B%3BAAGD%2C8BApBJ%2CyBAEE%2CkBAEA%2CcAIG%2CKAYA%3BEACA%3B%3BAAnBJ%2C8BAFD%2CyBAEE%2CkBAEA%2CcAIG%2CKAgBD%3BEACC%3B%3BAAEA%2C8BA3BL%2CyBAEE%2CkBAEA%2CcAIG%2CKAgBD%2CEAGE%3BEACA%3B%3BAAQL%2C8BApCD%2CyBAoCE%2CkBACA%2CcAGG%3BEACD%2CgBAAA%3B%3BAAKH%2C8BA9CD%2CyBA8CE%2CkBACA%3BEAEC%3B%3BAAHF%2C8BA9CD%2CyBA8CE%2CkBACA%2CcAIG%3BEACD%3BEACA%3B%3BAAPH%2C8BA9CD%2CyBA8CE%2CkBACA%2CcAIG%2CKAID%3BEACC%3B%3BAhCnGJ%2C8BgC2CD%2CyBA8DC%2CchCzGC%3BAACD%2C8BgC0CD%2CyBA8DC%2CchCxGC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C8BgCsCD%2CyBA8DC%2CchCpGC%3BEACC%3B%3BAANF%2C8BgC2CD%2CyBA8DC%2CchCzGC%3BAACD%2C8BgC0CD%2CyBA8DC%2CchCxGC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C8BgCsCD%2CyBA8DC%2CchCpGC%3BEACC%3B%3BAgCiCJ%2C8BAIC%2CyBA8DC%2CcAGG%3BEACD%3B%3BAAEA%2C8BApEH%2CyBA8DC%2CcAGG%2CKAGA%2CIAAI%3BEACJ%3B%3BAAzEL%2C8BAIC%2CyBA8DC%2CcAGG%2CKAOD%3BEACC%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3BEAEA%3BEACA%3BEnC4DH%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEmC3DL%3BEACA%3BEAEA%3B%3BAAEA%2C8BA5FJ%2CyBA8DC%2CcAGG%2CKAOD%2CEAoBE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3B%3BAAGD%2C8BAxGJ%2CyBA8DC%2CcAGG%2CKAOD%2CEAgCE%3BEACA%3B%3BAAGD%2C8BA5GJ%2CyBA8DC%2CcAGG%2CKAOD%2CEAoCE%3BEACA%3B%3BAAGD%2C8BAhHJ%2CyBA8DC%2CcAGG%2CKAOD%2CEAwCE%3BEACA%3BEACA%3B%3BAACA%2C8BAnHL%2CyBA8DC%2CcAGG%2CKAOD%2CEAwCE%2CaAGC%3BEACA%3B%3BAAxHP%2C8BAIC%2CyBA2HC%3BEACC%3BEACA%3B%3BAAjIH%2C8BAIC%2CyBAgIC%3BEACC%3BEACA%3B%3BAAEA%2C8BApIF%2CyBAgIC%2CgCAIE%3BEACA%3B%3BAAGA%2C8BAxIH%2CyBAgIC%2CgCAQG%2CMACA%2CmBAAmB%3BAADpB%2C8BAxIH%2CyBAgIC%2CgCAQG%2CMAC0B%2CGAAK%2CKAAG%3BEACjC%3B%3BAA9IN%2C8BAIC%2CyBAgIC%2CgCAcC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGA%2C8BA1JH%2CyBAgIC%2CgCAcC%2CsCAYE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACM%3BEACH%3BEACA%3BEACA%3BEACA%3BEACH%2CgDAAA%3BEnCxDH%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACC%2CcAAc%2CcAAd%3BEACG%2CWAAW%2CcAAX%3BEmCuDJ%3B%3BAAxKN%2C8BAIC%2CyBAgIC%2CgCAcC%2CsCA0BC%3BEACC%3BEACA%3BEACA%3B%3BAA%5C%2FKL%2C8BAIC%2CyBAgIC%2CgCAcC%2CsCA0BC%2CGAKC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzLN%2C8BAIC%2CyBAgIC%2CgCAcC%2CsCA0BC%2CGAgBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApMN%2C8BAIC%2CyBAgIC%2CgCAuEC%3BEACC%3BEACA%3BEAEA%3B%3BAA%5C%2FMJ%2C8BAIC%2CyBAgIC%2CgCAuEC%2CmBAOC%3BEACC%3B%3BAAnNL%2C8BAIC%2CyBAgIC%2CgCAuEC%2CmBAWC%3BEAEC%3BEACA%3BEACA%3BEV1FH%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CkCAAA%3B%3BAU1IF%2C8BAIC%2CyBAgIC%2CgCAuEC%2CmBAmBC%3BEAEC%3BEACA%3BEAGA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEnC1FH%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAmC2FL%2C8BA7OJ%2CyBAgIC%2CgCAuEC%2CmBAmBC%2CMAmBE%3BEACA%3B%3BAAlPN%2C8BAIC%2CyBAgIC%2CgCAuEC%2CmBA%2BCC%2CMAAK%2CQAAW%3BEACf%3B%3BAAIF%2C8BA3PF%2CyBAgIC%2CgCA2HE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApQJ%2C8BAIC%2CyBAgIC%2CgCAoIC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2C8BA1QH%2CyBAgIC%2CgCAoIC%2CGAME%3BEACA%3B%3BAhCtTH%2C8BgC2CD%2CyBAgIC%2CgCAoIC%2CGhC%5C%2FSA%3BAACD%2C8BgC0CD%2CyBAgIC%2CgCAoIC%2CGhC9SA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C8BgCsCD%2CyBAgIC%2CgCAoIC%2CGhC1SA%3BEACC%3B%3BAANF%2C8BgC2CD%2CyBAgIC%2CgCAoIC%2CGhC%5C%2FSA%3BAACD%2C8BgC0CD%2CyBAgIC%2CgCAoIC%2CGhC9SA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C8BgCsCD%2CyBAgIC%2CgCAoIC%2CGhC1SA%3BEACC%3B%3BAgCiCJ%2C8BAIC%2CyBAgIC%2CgCAoIC%2CGAYG%3BEACD%3B%3BAAEA%2C8BAnRJ%2CyBAgIC%2CgCAoIC%2CGAYG%2CKAGA%2CIAAI%3BEACJ%3B%3BAAxRN%2C8BAIC%2CyBAgIC%2CgCAoIC%2CGAYG%2CKAOD%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAEA%2C8BA%5C%2FRL%2CyBAgIC%2CgCAoIC%2CGAYG%2CKAOD%2CEAQE%3BEACA%3B%3BAAGD%2C8BAnSL%2CyBAgIC%2CgCAoIC%2CGAYG%2CKAOD%2CEAYE%3BAAAkB%2C8BAnSxB%2CyBAgIC%2CgCAoIC%2CGAYG%2CKAOD%2CEAYqB%3BEACnB%3B%3BAAxSP%2C8BAgTC%3BEACC%3B%3BAAEA%2C8BAHD%2C6BAGE%2CkBAEC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAzTL%2C8BAgTC%2C6BAcC%3BEAEC%3BEnC5KD%2CsBAAA%3BEACK%2CiBAAA%3BEACG%2CcAAA%3BEmC4KP%3BEACA%2CgBAAA%3BEACA%3BEACA%2CgBAAA%3B%3BAAEA%2C8BAvBF%2C6BAcC%2CkBASE%3BEACA%3B%3BAAxUJ%2C8BAgTC%2C6BA4BC%3BEAEC%3B%3BAA9UH%2C8BAmVC%3BEAEC%3BEACA%2CeAAA%3BEACA%3BEACA%3BEAEA%3BEACA%3B%3BAAEA%2C8BAVD%2CoCAUE%3BEACA%3BEACA%3B%3BAAFD%2C8BAVD%2CoCAUE%2CkBAGA%3BEACC%3BEACA%3B%3BAALF%2C8BAVD%2CoCAUE%2CkBAOA%2C0BACG%3BEACD%3B%3BAAKH%2C8BAxBD%2CoCAwBE%2CkBAEA%2C0BACG%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAhC1ZH%2C8BgC0XD%2CoCAwCC%2C0BhClaC%3BAACD%2C8BgCyXD%2CoCAwCC%2C0BhCjaC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C8BgCqXD%2CoCAwCC%2C0BhC7ZC%3BEACC%3B%3BAANF%2C8BgC0XD%2CoCAwCC%2C0BhClaC%3BAACD%2C8BgCyXD%2CoCAwCC%2C0BhCjaC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2C8BgCqXD%2CoCAwCC%2C0BhC7ZC%3BEACC%3B%3BAgCiCJ%2C8BAmVC%2CoCAwCC%2C0BAIG%3BEACD%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAApYJ%2C8BAmVC%2CoCAwCC%2C0BAIG%2CKASD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAOJ%2C8BAAC%2CWACC%2CyBAAyB%3BAAD3B%2C8BAAC%2CWAEC%2CyBAAyB%2CgCAAgC%3BAAF3D%2C8BAAC%2CWAGC%2CyBAAyB%2CgCAAgC%2CsCAAqC%3BEAC5F%3B%3BAAJJ%2C8BAAC%2CWAOC%2CeAAc%3BEACb%3BEACA%3B%3BAAMJ%3BEAGC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAARD%2CWAUC%3BEACC%3BEACA%3B%3BAAZF%2CWAUC%2COAIC%3BEACC%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArBH%2CWAUC%2COAIC%2CKASC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA3BJ%2CWAUC%2COAsBC%3BEAEC%3BEACA%3BEACA%3B%3B%3B%3BAAEA%2CWA5BF%2COAsBC%2CQAME%3BEACA%2CmBAAA%3B%3BAAGD%2CWAhCF%2COAsBC%2CQAUE%3BEACA%3B%3BAA3CJ%2CWAUC%2COAsBC%2CQAcC%3BAA9CH%2CWAUC%2COAsBC%2CQAcK%3BAA9CP%2CWAUC%2COAsBC%2CQAcS%3BEACP%3BEACA%3BEACA%3BEACA%3B%3BAAlDJ%2CWAUC%2COAsBC%2CQAqBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7DJ%2CWAUC%2COAsBC%2CQAiCC%3BEACC%3BEACA%3BEACA%3B%3BAApEJ%2CWAUC%2COAsBC%2CQAwCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%2CWAxEF%2COAsBC%2CQAkDE%3BEACA%3B%3BAADD%2CWAxEF%2COAsBC%2CQAkDE%2COAGA%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAMF%2CWArFF%2COAsBC%2CQA%2BDE%3BEACA%3B%3BAADD%2CWArFF%2COAsBC%2CQA%2BDE%2COAGA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAARF%2CWArFF%2COAsBC%2CQA%2BDE%2COAWA%3BEACC%3B%3BAAMF%2CWAvGF%2COAsBC%2CQAiFE%3BEACA%3B%3BAADD%2CWAvGF%2COAsBC%2CQAiFE%2COAGA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CWApHF%2COAsBC%2CQA8FE%3BEACA%3B%3BAADD%2CWApHF%2COAsBC%2CQA8FE%2COAGA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAARF%2CWApHF%2COAsBC%2CQA8FE%2COAWA%3BEACC%3B%3BAA1IL%2CWAsJC%3BEAEC%3BEACA%3BEnCvaA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEmCuaR%3B%3BAAEA%2CWAPD%2CgBAOE%3BEACA%2CmBAAA%3B%3BAAGD%2CWAXD%2CgBAWE%3BEACA%3B%3BAAlKH%2CWAsJC%2CgBAcC%3BEAEC%3BEACA%3BEACA%3B%3BAAxKH%2CWAsJC%2CgBAcC%2CKAMC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA9KJ%2CWAsJC%2CgBAcC%2CKAMC%2CkBAMC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtLL%2CWAsJC%2CgBAcC%2CKAMC%2CkBAgBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhML%2CWAsJC%2CgBAcC%2CKAMC%2CkBAyBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAxML%2CWAsJC%2CgBAcC%2CKA0CC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEnCjeF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAmCseR%2CWApED%2CgBAoEE%2CMACA%3BEACC%3BEAEA%3B%3BAA9NJ%2CWAmOC%3BEACC%3BEAEA%3BEACA%3BEACA%3BEnCtfA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEmCsfR%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CWAbD%2COAaE%3BEACA%2CmBAAA%3B%3BAAGD%2CWAjBD%2COAiBE%3BEACA%3B%3BAArPH%2CWAmOC%2COAqBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOF%2CWAAC%2CMACA%3BEACC%3B%3BAAxQH%2CWA6QC%3BEACC%3B%3BAA9QF%2CWAiRC%3BEACC%3B%3BAAID%2CWAAC%2CMACA%3BEACC%3B%3B%3BAAKH%2CaAAa%2CwBAAyB%2CgBAAgB%2CWACrD%2C%2BBAA%2BB%3BEAC9B%3BEACA%3B%3BAAHF%2CaAAa%2CwBAAyB%2CgBAAgB%2CWACrD%2C%2BBAA%2BB%2CoCAI9B%2C0BAA4B%3BEAC3B%3B%3BAANH%2CaAAa%2CwBAAyB%2CgBAAgB%2CWAUrD%3BEACC%3BEACA%3B%3BACnvBF%2CIACE%2CcACE%3BEACE%3B%3BAAHN%2CIACE%2CcACE%2CuBAGE%3BEACE%3B%3BEAEA%3B%3BEAEA%3B%3BEAEA%3B%3B%3BAAZR%2CIACE%2CcACE%2CuBAcE%2CiCACE%3BEACE%2CyBAAA%3BEACA%3B%3BAAnBV%2CIACE%2CcACE%2CuBAcE%2CiCACE%2CGAIE%3BEACE%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CmBAHuC%3BEAGvC%2CIAjCR%2CcACE%2CuBAcE%2CiCACE%2CGAIE%3BIAWI%3B%3B%3BAAhCd%2CIACE%2CcACE%2CuBAcE%2CiCACE%2CGAmBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA1CZ%2CIACE%2CcAiDE%3BEAEE%3BEACA%3B%3BAAGE%2CIAvDN%2CcAiDE%2CiCAKE%2CeACG%3BEACC%2CyBAAA%3BEACA%3B%3BAAMF%2CIA%5C%2FDN%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%3BEACE%3BEACA%3B%3BAAJJ%2CIA%5C%2FDN%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%2CcAII%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAEA%2CIA1EZ%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%2CcAII%2CKAKC%2CIAAI%3BEACH%3B%3BAAGF%2CIA9EZ%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%2CcAII%2CKASC%3BEACC%3B%3BAAGF%2CIAlFZ%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%2CcAII%2CKAaC%3BEACC%3B%3BAApBR%2CIA%5C%2FDN%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%2CcAII%2CKAiBA%3BEACE%3B%3BAAEA%2CIAzFd%2CcAiDE%2CiCAYE%2C2BAEG%2CkBAEC%2CcAII%2CKAiBA%2CEAGG%3BEACC%3B%3BAAQV%2CIAlGN%2CcAiDE%2CiCAYE%2C2BAqCG%2CkBACC%2CcAGI%3BEACA%2CgBAAA%3B%3BAAKN%2CIA5GN%2CcAiDE%2CiCAYE%2C2BA%2BCG%2CkBACC%3BEAEE%3B%3BAAHJ%2CIA5GN%2CcAiDE%2CiCAYE%2C2BA%2BCG%2CkBACC%2CcAII%3BEACA%3BEACA%3B%3BAAPN%2CIA5GN%2CcAiDE%2CiCAYE%2C2BA%2BCG%2CkBACC%2CcAII%2CKAIA%3BEACE%3B%3BAjCtHd%2CIiCAA%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcjC5HL%3BAACD%2CIiCDA%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcjC3HL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcjCvHL%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcjC5HL%3BAACD%2CIiCDA%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcjC3HL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcjCvHL%3BEACC%3B%3BAiCPJ%2CIACE%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%3BEACA%3B%3BAAEA%2CIAlIV%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAGC%2CIAAI%3BEACH%3B%3BAApId%2CIACE%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAOA%3BEACE%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3BEAEA%2CmBAAA%3BEACA%3BEpCyCZ%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEoCxCI%3BEACA%3BEACA%3BEAEA%3B%3BAAEA%2CIA3JZ%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAOA%2CEAqBG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3B%3BAAGF%2CIAvKZ%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAOA%2CEAiCG%3BEACC%3B%3BAAGF%2CIA3KZ%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAOA%2CEAqCG%3BEACC%3B%3BAAGF%2CIA%5C%2FKZ%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAOA%2CEAyCG%3BEACC%3B%3BAAEA%2CIAlLd%2CcAiDE%2CiCAYE%2C2BA%2BDE%2CcAGI%2CKAOA%2CEAyCG%2CaAGE%3BEACC%3B%3BAApLlB%2CIACE%2CcAiDE%2CiCAYE%2C2BA6HE%3BEACE%3BEACA%3B%3BAA7LV%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%3BEACE%2CmBAAA%3BEACA%3BEACA%3B%3BAAQA%2CmBANqC%3BEAMrC%2CIA1MR%2CcAiDE%2CiCAYE%2C2BAkIE%3BIAMI%3BIACA%3B%3B%3BAAvMZ%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%3BEACE%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIAtNV%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAYG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAaF%2CmBAVqC%3BEAUrC%2CIA3OV%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%3BIAwBI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAIF%2CIA3OV%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAiCG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgDAAA%3BEpC9FZ%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACC%2CcAAc%2CcAAd%3BEACG%2CWAAW%2CcAAX%3BEoC6FI%3B%3BAAKF%2CmBAHuC%3BEAGvC%2CIA1PV%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAiCG%3BIAaG%3B%3B%3BAAzPhB%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAkDE%3BEACE%3BEACA%3BEACA%3B%3BAAOA%2CmBALqC%3BEAKrC%2CIAtQZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAkDE%3BIAMI%3BIACA%3B%3B%3BAApQhB%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAkDE%2CGAUE%3BEACE%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CmBAHuC%3BEAGvC%2CIAnRZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAkDE%2CGAUE%3BIAWI%3B%3B%3BAAlRlB%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAWE%2CwCAkDE%2CGAyBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9RhB%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAzSZ%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBAME%3BEACE%3B%3BAA5Sd%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBAUE%3BEAEE%3BEACA%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIA3TZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBAUE%2CMAaG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3B%3BAAGF%2CIArUZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBAUE%2CMAuBG%3BEACC%2CSAAS%2CEAAT%3BEX0Dd%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2CgCAAA%3BEWlEc%3BEACA%3BEACA%3BEACA%3B%3BAAKF%2CIAhVZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAqGE%2CmBA2CE%2CMAAK%2CQAAW%2CQACb%3BEACC%3B%3BAAlVhB%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%3BEACE%3B%3BAAEA%2CIA1VV%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAGG%3BEACC%3B%3BAAKF%2CmBAHuC%3BEAGvC%2CIAhWV%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAGG%3BIAIG%3B%3B%3BAjC9Vd%2CIiCAA%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGjCvVP%3BAACD%2CIiCDA%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGjCtVP%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGjClVP%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGjCvVP%3BAACD%2CIiCDA%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGjCtVP%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGjClVP%3BEACC%3B%3BAiCPJ%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAaI%3BEACA%3B%3BAAEA%2CIAvWZ%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAaI%2CKAGC%2CIAAI%3BEACH%3B%3BAAzWhB%2CIACE%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAaI%2CKAOA%3BEACE%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIArXd%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAaI%2CKAOA%2CEAUG%3BEACC%3B%3BAAGF%2CIAzXd%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAaI%2CKAOA%2CEAcG%3BAACD%2CIA1Xd%2CcAiDE%2CiCAYE%2C2BAkIE%2CkCAwJE%2CGAaI%2CKAOA%2CEAeG%3BEACC%3B%3BAA5XlB%2CIACE%2CcAiDE%2CiCAkVE%3BEAEE%3B%3BAAtYR%2CIACE%2CcAiDE%2CiCAkVE%2CkCAIE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiDAAA%3BEpCtNR%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEoCsNA%3B%3BAAEA%2CIArZR%2CcAiDE%2CiCAkVE%2CkCAIE%2C8BAcG%3BEACC%3B%3BAAGF%2CIAzZR%2CcAiDE%2CiCAkVE%2CkCAIE%2C8BAkBG%3BEACC%3B%3BAA3ZZ%2CIACE%2CcAiDE%2CiCA8WE%3BEACE%3BEACA%3BEACA%3B%3BAAnaR%2CIACE%2CcAiDE%2CiCAoXE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA3aR%2CIACE%2CcAiDE%2CiCAoXE%2CqCAOE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlbV%2CIACE%2CcAiDE%2CiCAoXE%2CqCAeE%3BEACE%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIA5bR%2CcAiDE%2CiCAoXE%2CqCAeE%2CUAQG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2CYAAY%2CkEAAZ%3B%3BEAEA%2CYAAY%2CqEAAZ%3B%3BEAEA%2CYAAY%2CmEAAZ%3B%3BEAEA%2CQAAQ%2CyDAAyD%2CuBAAuB%2C4BAAxF%3B%3B%3BAAOA%2CIAjdV%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAEG%2CIAAI%3BEACH%3B%3BAAndd%2CIACE%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAMI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAA5dd%2CIACE%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAMI%2CYAQA%3BEACE%2CcAAA%3BEACA%3B%3BAAhehB%2CIACE%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%3BEACA%2CgBAAA%3BEAEA%3B%3BAjCteZ%2CIiCAA%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKjCneX%3BAACD%2CIiCDA%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKjCleX%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKjC9dX%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKjCneX%3BAACD%2CIiCDA%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKjCleX%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKjC9dX%3BEACC%3B%3BAiCPJ%2CIACE%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKAKE%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAA7ehB%2CIACE%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKAKE%2CKAMA%3BEACE%3B%3BAAIJ%2CIAnfZ%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKAgBC%2CgBACG%3BEACA%3B%3BAAFJ%2CIAnfZ%2CcAiDE%2CiCAoXE%2CqCAeE%2CUA2BE%2CUAoBI%2CKAgBC%2CgBACG%2CKAGA%2CWAAW%2CIAAI%3BEACb%3B%3BAAzfpB%2CIACE%2CcAiDE%2CiCAidE%3BEACE%3BEACA%2CiDAAA%3BEACA%3B%3BAAtgBR%2CIACE%2CcAiDE%2CiCAidE%2CsCAKE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAjC3gBR%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAKE%2CajCvgBL%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAKE%2CajCtgBL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAKE%2CajClgBL%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAKE%2CajCvgBL%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAKE%2CajCtgBL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAKE%2CajClgBL%3BEACC%3B%3BAiCPJ%2CIACE%2CcAiDE%2CiCAidE%2CsCAKE%2CaAOI%3BEACA%3B%3BAAhhBZ%2CIACE%2CcAiDE%2CiCAidE%2CsCAKE%2CaAOI%2CKAGA%3BEACE%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIA3hBZ%2CcAiDE%2CiCAidE%2CsCAKE%2CaAOI%2CKAGA%2CEAUG%3BEACC%2CcAAA%3B%3BAAIJ%2CIAhiBV%2CcAiDE%2CiCAidE%2CsCAKE%2CaAOI%2CKAkBC%2CIAAI%2CaACH%3BEACE%3BEACA%2C%2BBAAA%3B%3BAApiBhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%3BEACE%3BEACA%3BEACA%3B%3BAA7iBV%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAME%3BEAEE%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAAtjBZ%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAME%2CGAQE%3BEACE%3BEACA%3B%3BAA1jBd%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAoBE%3BEACE%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAlkBZ%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAoBE%2CYAME%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzkBd%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAoBE%2CYAeE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEpCzZZ%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAoC0ZI%2CIAvlBZ%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAoBE%2CYAeE%2COAWG%3BEACC%2CcAAA%3B%3BAAzlBhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%3BEAEE%3B%3BAjChmBV%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CajC9lBP%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CajC7lBP%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CajCzlBP%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CajC9lBP%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CajC7lBP%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CajCzlBP%3BEACC%3B%3BAiCPJ%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CaAIE%3BEACE%3BEACA%3BEACA%3BEAEA%2CcAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEpChbZ%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAoCibI%2CIA9mBZ%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CaAIE%2COAYG%3BEACC%2CcAAA%3B%3BAAGF%2CIAlnBZ%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CaAIE%2COAgBG%3BEACC%3B%3BAApnBhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAuCE%2CmBAqDE%2CaA0BE%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAA7nBd%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%3BEACE%3B%3BAApoBV%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%3BEACE%3BEAEA%3BEACA%3BEACA%2CwCAAA%3B%3BAjC5oBZ%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWjCvoBT%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWjCtoBT%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWjCloBT%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWjCvoBT%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWjCtoBT%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWjCloBT%3BEACC%3B%3BAiCwoBU%2CIA9oBZ%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAOG%2CUAAU%3BEACT%3B%3BAAGF%2CIAlpBZ%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAWG%2CUAAU%3BEACT%3B%3BAAGF%2CIAtpBZ%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAeG%2CUAAU%3BEACT%3B%3BAAGF%2CIA1pBZ%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAmBG%2CUAAU%3BEACT%3B%3BAAGF%2CIA9pBZ%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAuBG%2CUAAU%3BEACT%3B%3BAAGF%2CIAlqBZ%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWA2BG%2CUAAU%3BEACT%3B%3BAApqBhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%3BEACE%3BEACA%2CmBAAA%3BEACA%3BEACA%3B%3BAAGA%2CIA9qBd%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAOG%3BEACC%3B%3BAAGF%2CIAlrBd%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAWG%2CIAAI%3BEACH%2C0CAAA%3B%3BAAprBlB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAeE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAEA%2CIA9rBhB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAeE%2CeAQG%3BEACC%2CcAAA%3B%3BAAhsBpB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaA6BI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C0BAAA%3B%3BAAEA%2CIA3sBhB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaA6BI%2COAOC%3BEACC%3BEACA%3B%3BAAFF%2CIA3sBhB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaA6BI%2COAOC%2CMAIC%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAA1tBtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%3BEACE%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKI%2CIAzuBpB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAQG%2CQAEG%2CKACC%2CUAAU%3BEACT%3B%3BAAMA%2CIAhvBtB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAQG%2CQAQE%2COACG%2CKACC%2CUAAU%3BEACT%3B%3BAAlvB1B%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%3BEAKA%3B%3BAAJA%2CIAxvBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKACC%2CIAAI%3BEACH%3B%3BAAKF%2CIA9vBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAOC%2CUAAU%3BEACT%3B%3BAAGF%2CIAlwBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAWC%2CUAAU%3BEACT%3B%3BAAGF%2CIAtwBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAeC%2CUAAU%3BEACT%3B%3BAAGF%2CIA1wBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAmBC%2CUAAU%3BEACT%3B%3BAAGF%2CIA9wBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAuBC%2CUAAU%3BEACT%3B%3BAAGF%2CIAlxBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA2BC%2CUAAU%3BEACT%3B%3BAAGF%2CIAtxBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA%2BBC%2CUAAU%3BEACT%3B%3BAAGF%2CIA1xBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAmCC%2CUAAU%3BEACT%3B%3BAAGF%2CIA9xBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKAuCC%2CUAAU%3BEACT%3B%3BAAGF%2CIAlyBlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA2CC%2CUAAU%3BEACT%3B%3BAApyBtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA%2BCA%3BEACE%3BEACA%2CmBAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnzBtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA%2BCA%2CIAeE%3BEACE%3BEACA%3BEACA%3B%3BAAGF%2CIA3zBpB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA%2BCA%2CIAqBG%3BEACC%2CmBAAA%3B%3BAAGF%2CIA%5C%2FzBpB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA%2BCA%2CIAyBG%3BEACC%3B%3BAAIJ%2CIAp0BlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAgCE%2CaAuDE%2CYAyBI%2CKA6EC%3BEACC%3B%3BAAt0BtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAj1BhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%3BEACE%2CgBAAA%3B%3BAAp1BlB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%2CGAII%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAEA%2CIA31BlB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%2CGAII%2CKAKC%2CIAAI%3BEACH%3B%3BAA71BtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%2CGAII%2CKASA%3BEACE%3BEACA%2CkCAAA%3BEACA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA92BtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%2CGAII%2CKASA%2CIAgBE%3BEACE%3BEACA%3BEACA%3B%3BAAIF%2CIAt3BpB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%2CGAII%2CKASA%2CIAuBG%3BEACC%2CkCAAA%3B%3BAAGF%2CIA13BpB%2CcAiDE%2CiCAidE%2CsCAgIE%2C%2BBAGE%2CiBAEE%2CWAoME%2CkBAOE%2CGAII%2CKASA%2CIA2BG%3BEACC%2CkCAAA%3B%3BAA53BxB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%3BEACE%3BEACA%3BEACA%3B%3BAAz4BV%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAn5BZ%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%3BEAGE%2CaAAA%3BEAEA%3B%3BAjCz5BZ%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBjCp5BT%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBjCn5BT%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBjC%5C%2F4BT%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBjCp5BT%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBjCn5BT%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBjC%5C%2F4BT%3BEACC%3B%3BAiCs5BU%2CIA55BZ%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAQG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAv6BhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%3BEACE%3BEACA%3BEACA%3B%3BAAEA%2CIA%5C%2F6Bd%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAKG%2CIAAI%3BEACH%3B%3BAAGF%2CIAn7Bd%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYASG%3BEACC%3B%3BAAGF%2CIAv7Bd%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAaG%3BEACC%3B%3BAAz7BlB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAiBI%3BEACA%2CyBAAA%3BEACA%3BEAEA%3B%3BAAh8BlB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAiBI%2COAMA%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAv8BpB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAiBI%2COAeA%3BEACE%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CIA39BlB%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAiBI%2COAeA%2CMAiBG%3BEACC%2CmBAAA%3BEACA%3B%3BAA99BtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAwDE%3BEACE%3BEACA%3B%3BAAGE%2CIAv%2BBlB%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAwDE%2CYAII%2CKACC%2CIAAI%3BEACH%3B%3BAAGF%2CIA3%2BBlB%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAwDE%2CYAII%2CKAKC%3BEACC%3B%3BAA7%2BBtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsBE%2CYAwDE%2CYAII%2CKASA%2CWACE%3BEACE%3BEACA%3BEACA%3B%3BAAp%5C%2FBxB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%3BEACE%3BEACA%3BEACA%3B%3BAA9%5C%2FBhB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%2CkBAME%3BEAEE%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAIE%2CIAzgClB%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%2CkBAME%2CGAOE%2CGAEG%2CIAAI%3BEACH%3B%3BAA3gCtB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%2CkBAME%2CGAOE%2CGAME%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAEA%2CIAthCpB%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%2CkBAME%2CGAOE%2CGAME%2CIASG%3BEACC%2CmBAAA%3B%3BAAGF%2CIA1hCpB%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%2CkBAME%2CGAOE%2CGAME%2CIAaG%3BEACC%3B%3BAA5hCxB%2CIACE%2CcAiDE%2CiCAidE%2CsCAmYE%2C8BAME%2CeASE%2CgBAsGE%2CkBAME%2CGAOE%2CGAME%2CIAkBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtiCxB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAxjCV%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3B%3BAAGE%2CIApkCZ%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUACC%2CIAAI%3BEACH%3B%3BAAtkChB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAKA%3BEACE%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnlChB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAKA%2CGAYE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CIA5lCZ%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAyBC%3BEACC%3B%3BAADF%2CIA5lCZ%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAyBC%2CsBAGC%3BEACE%3B%3BAAJJ%2CIA5lCZ%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAyBC%2CsBAGC%2CWAGE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAGF%2CIA3mChB%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAyBC%2CsBAGC%2CWAYG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CqEAAA%3BEACA%3BEACA%3BEACA%3BEpC17BlB%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAoC67BU%2CIA1nClB%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUAyBC%2CsBAGC%2CWA0BG%2CMACE%3BEACC%3B%3BAA5nCtB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%3BEACE%3B%3BAAnoChB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%3BEAEE%3BEACA%3B%3BAjCvoChB%2CIiCAA%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWjCpoCb%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWjCnoCb%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWjC%5C%2FnCb%3BEACC%3B%3BAANF%2CIiCAA%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWjCpoCb%3BAACD%2CIiCDA%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWjCnoCb%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWjC%5C%2FnCb%3BEACC%3B%3BAiCooCc%2CIA1oChB%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWAMG%2CIAAI%3BEACH%3B%3BAA5oCpB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWAUE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FpCpB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWA8BE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7qCpB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAWE%2CiBASI%2CUA8DA%2CcAGE%2CWA4CE%2CgBACE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2C0BAAA%3B%3BAA1rCtB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAoJE%3BEACE%3BEACA%3B%3BAAtsCZ%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%3BEAEA%3BEACA%3BEACA%2C2CAAA%3B%3BAA9sCd%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%2CKAOA%3BEACE%3BEACA%3B%3BAAntChB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%2CKAOA%2CIAIE%3BEACE%3B%3BAAttClB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%2CKAOA%2CIAIE%2CKAGE%3BEACE%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9tCpB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%2CKAOA%2CIAIE%2CKAYE%3BEACE%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvuCpB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%2CKAOA%2CIAIE%2CKAYE%2CGAQE%3BEACE%2CcAAA%3B%3BAA1uCtB%2CIACE%2CcAiDE%2CiCAidE%2CsCA6iBE%2C8BAyJE%2CeACI%2CKAOA%2CIA8BE%2CMACE%3BEACE%2CanChsCH%2CyBmCgsCG%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAArvCpB%2CIACE%2CcAiDE%2CiCAidE%2CsCA0vBE%2CWACE%3BEACE%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIAvwCV%2CcAiDE%2CiCAidE%2CsCA0vBE%2CWACE%2CIAUG%3BEACC%2CmBAAA%3B%3BAAGF%2CIA3wCV%2CcAiDE%2CiCAidE%2CsCA0vBE%2CWACE%2CIAcG%3BEACC%3B%3BAA7wCd%2CIACE%2CcAiDE%2CiCAidE%2CsCA0vBE%2CWACE%2CIAkBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArxCd%2CIACE%2CcAiDE%2CiCAidE%2CsCA0vBE%2CWACE%2CIA0BE%3BEACE%3BEACA%3BEACA%3B%3BAA3xCd%2CIACE%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAEE%2CuBAEE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAA1yCd%2CIACE%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAEE%2CuBAUE%2COACE%3BEACE%3BEACA%3BEACA%3B%3BAAlzChB%2CIACE%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAEE%2CuBAUE%2COACE%2CQAKE%3BEACE%3BEACA%3BEACA%3B%3BAAvzClB%2CIACE%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAEE%2CuBA0BE%2COACE%2CKACE%3BEACE%3B%3BAAj0ClB%2CIACE%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAEE%2CuBA0BE%2COACE%2CKAKE%3BEACE%3BEACA%3B%3BAAMR%2CIA30CR%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBA0CG%2CUAEC%2CuBAAuB%2COAAO%3BAAFhC%2CIA30CR%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBA0CG%2CUAGC%2CuBAAuB%3BEACrB%2CmBAAA%3B%3BAAIJ%2CIAn1CR%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAkDG%2CSAEC%2CuBAAuB%2COAAO%3BAAFhC%2CIAn1CR%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBAkDG%2CSAGC%2CuBAAuB%3BEACrB%2CmBAAA%3B%3BAAIJ%2CIA31CR%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBA0DG%2CUAEC%2CuBAAuB%2COAAO%3BAAFhC%2CIA31CR%2CcAiDE%2CiCAidE%2CsCA%2BxBE%2CiBA0DG%2CUAGC%2CuBAAuB%3BEACrB%3B%3BAAh2Cd%2CIACE%2CcAiDE%2CiCAidE%2CsCAk2BE%3BEAEE%3B%3BAAv2CV%2CIACE%2CcAg3CE%3BEACE%3B%3BAjCj3CJ%2CIiCAA%2CcAg3CE%2CwCAGE%2CGjCn3CH%3BAACD%2CIiCDA%2CcAg3CE%2CwCAGE%2CGjCl3CH%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAg3CE%2CwCAGE%2CGjC92CH%3BEACC%3B%3BAANF%2CIiCAA%2CcAg3CE%2CwCAGE%2CGjCn3CH%3BAACD%2CIiCDA%2CcAg3CE%2CwCAGE%2CGjCl3CH%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CIiCLA%2CcAg3CE%2CwCAGE%2CGjC92CH%3BEACC%3B%3BAiCPJ%2CIACE%2CcAg3CE%2CwCAGE%2CGAGI%3BEACA%3BEAMA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAATA%2CIAz3CR%2CcAg3CE%2CwCAGE%2CGAGI%2CKAGC%2CIAAI%3BEACH%3B%3BAAUF%2CIAp4CR%2CcAg3CE%2CwCAGE%2CGAGI%2CKAcC%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKA%2CIAh5CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAyBC%2CKACE%3BEACC%2CmBAAA%3B%3BAAGF%2CIAp5CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAyBC%2CKAKE%3BEACC%2CkCAAA%3B%3BAAKF%2CIA15CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAmCC%2CIACE%3BEACC%2CmBAAA%3B%3BAAIF%2CIA%5C%2F5CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAmCC%2CIAME%3BEACC%2CkCAAA%3B%3BAAKF%2CIAr6CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKA8CC%2CKACE%3BEACC%3B%3BAAIJ%2CIA16CR%2CcAg3CE%2CwCAGE%2CGAGI%2CKAoDC%3BAACD%2CIA36CR%2CcAg3CE%2CwCAGE%2CGAGI%2CKAqDC%3BEACC%3B%3BAAEA%2CIA96CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAoDC%2CKAIE%3BAAAD%2CIA96CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAqDC%2CIAGE%3BEACC%3B%3BAAGF%2CIAl7CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAoDC%2CKAQE%3BAAAD%2CIAl7CV%2CcAg3CE%2CwCAGE%2CGAGI%2CKAqDC%2CIAOE%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA17Cd%2CIACE%2CcAi8CE%2C0BAA0B%2CMAAK%3BEAC7B%2CmBAAA%3BEACA%3B%3BAAp8CN%2CIACE%2CcAu8CE%3BEAEE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2F8CN%2CIACE%2CcAu8CE%2CmBASE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAEA%2CIAv9CN%2CcAu8CE%2CmBASE%2CaAOG%3BEACC%2CcAAA%3B%3BAAKJ%2CIA79CJ%2CcAu8CE%2CmBAsBG%3BEACC%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAv%2BCR%2CIACE%2CcAu8CE%2CmBAoCE%3BEACE%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAEA%2CIAv%5C%2FCN%2CcAu8CE%2CmBAoCE%2CkBAYG%3BEACC%3B%3BAAz%5C%2FCV%2CIACE%2CcAu8CE%2CmBAuDE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIArgDN%2CcAu8CE%2CmBAuDE%2CWAOG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7gDV%2CIACE%2CcAkhDE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzhDN%2CIACE%2CcAkhDE%2C8BASE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIAriDN%2CcAkhDE%2C8BASE%2CkBAUG%3BEACC%3B%3BAAviDV%2CIACE%2CcAkhDE%2C8BAyBE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIAljDN%2CcAkhDE%2C8BAyBE%2CWAOG%3BEACC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAqD5jDV%3BEAEC%3B%3BAAEA%2CiBAAC%2CcAEE%3BEAED%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAPD%2CcAEE%2CUAKA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C0CAAA%3BEACA%2CyCAAA%3BEACA%3BEACA%3B%3BAAGD%2CiBApBD%2CcAEE%2CUAkBA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2CAAA%3BEACA%2C4CAAA%3BEACA%3BEACA%3B%3BAAlCJ%2CiBAwCC%3BEAEC%3B%3BAtFvCA%2CiBsFqCD%2CGtFrCE%3BAACD%2CiBsFoCD%2CGtFpCE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CiBsFgCD%2CGtFhCE%3BEACC%3B%3BAANF%2CiBsFqCD%2CGtFrCE%3BAACD%2CiBsFoCD%2CGtFpCE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CiBsFgCD%2CGtFhCE%3BEACC%3B%3BAsFTJ%2CiBAwCC%2CGAIC%3BEACC%3BEACA%3BEAeA%3B%3BAAAA%2CmBAZqC%3BEAYrC%2CiBArBF%2CGAIC%3BIAME%3B%3BEAEA%2CiBAZH%2CGAIC%2CkCAQG%2CIAAI%3BIACJ%3B%3BEAGD%2CiBAhBH%2CGAIC%2CkCAYG%3BIACA%3B%3B%3BAAOD%2CiBAxBH%2CGAIC%2CkCAmBE%2CIAAI%2CaACH%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3B%3BAAQJ%2CiBAAC%2CiBACA%3BEACC%3B%3BAAFF%2CiBAAC%2CiBACA%2CQAEC%2CGACC%3BEACC%3B%3BAAaD%2CmBAXuC%3BEAWvC%2CiBAlBF%2CiBACA%2CQAEC%2CGACC%3BIAIE%3B%3BEAEA%2CiBAVJ%2CiBACA%2CQAEC%2CGACC%2CkCAMG%3BIACA%3B%3BEAGD%2CiBAdJ%2CiBACA%2CQAEC%2CGACC%2CkCAUG%2CUAAU%3BEAAK%2CiBAdpB%2CiBACA%2CQAEC%2CGACC%2CkCAUmB%2CUAAU%3BIAC1B%3B%3B%3BAA8BL%2CmBAxBuC%2CwBAAsB%3BEAC3D%2CiBAtBF%2CiBACA%2CQAqBG%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAED%2CiBAjCF%2CiBACA%2CQAgCG%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAMJ%2CiBAAC%2CiBACA%3BEACC%3B%3BAAFF%2CiBAAC%2CiBACA%2CQAEC%2CGACC%3BEACC%3B%3BAAiBD%2CmBAfuC%3BEAevC%2CiBAtBF%2CiBACA%2CQAEC%2CGACC%3BIAIE%3B%3BEAEA%2CiBAVJ%2CiBACA%2CQAEC%2CGACC%2CkCAMG%2CUAAU%3BEAAK%2CiBAVpB%2CiBACA%2CQAEC%2CGACC%2CkCAMmB%2CUAAU%3BIAC1B%3B%3BEAGD%2CiBAdJ%2CiBACA%2CQAEC%2CGACC%2CkCAUG%3BIACA%3B%3BEAGD%2CiBAlBJ%2CiBACA%2CQAEC%2CGACC%2CkCAcG%3BIACA%3B%3B%3BAA8BL%2CmBAxBwC%2CwBAAsB%3BEAC5D%2CiBA1BF%2CiBACA%2CQAyBG%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAED%2CiBArCF%2CiBACA%2CQAoCG%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIACA%3BIACA%3BIACA%2C8BAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAMJ%2CiBAAC%2CiBACA%2CGACC%3BEACC%3B%3BAAvLJ%2CiBA4LC%3BEACC%3B%3BAA7LF%2CiBA4LC%2CkCAGC%3BEACC%3BEAEA%3BEACA%3BEAGA%2CaxFnJc%2CyBwFmJd%3BEACA%2C0BAAA%3BEACA%3B%3BAAxMH%2CiBA4LC%2CkCAGC%2C0BAWC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA9MJ%2CiBA4LC%2CkCAsBC%3BEACC%3BEACA%2CaxFlKiB%2C0BwFkKjB%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3BAAKF%2CiBAAC%2CKACA%2CkCACC%3BEACC%3BEACA%3BEACA%3B%3BACpOJ%2CeAGG%2CUACC%2CaACC%3BEACD%3BEACA%3B%3BAvFJF%2CeuFAC%2CUACC%2CaACC%2CKvFFF%3BAACD%2CeuFDC%2CUACC%2CaACC%2CKvFDF%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CeuFLC%2CUACC%2CaACC%2CKvFGF%3BEACC%3B%3BAANF%2CeuFAC%2CUACC%2CaACC%2CKvFFF%3BAACD%2CeuFDC%2CUACC%2CaACC%2CKvFDF%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CeuFLC%2CUACC%2CaACC%2CKvFGF%3BEACC%3B%3BAuFTJ%2CeAGG%2CUACC%2CaACC%2CKAKC%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CeAlBF%2CUACC%2CaACC%2CKAKC%2CKAWA%2CUAAU%3BAAAK%2CeAlBlB%2CUACC%2CaACC%2CKAKC%2CKAWgB%2CUAAU%3BEACzB%3BEACE%3B%3BAAGJ%2CeAvBF%2CUACC%2CaACC%2CKAKC%2CKAgBA%2CUAAU%3BAAAQ%2CeAvBrB%2CUACC%2CaACC%2CKAKC%2CKAgBmB%2CUAAU%3BEAC3B%3BEACC%3B%3BAAKJ%2CeA9BF%2CUACC%2CaACC%2CKAKC%2CKAuBA%2CUAAU%3BEACP%3BEACA%3B%3BAAGJ%2CeAnCF%2CUACC%2CaACC%2CKAKC%2CKA4BA%2CUAAU%3BEACV%3BEACG%3B%3BAAGJ%2CeAxCF%2CUACC%2CaACC%2CKAKC%2CKAiCA%2CUAAU%3BEACV%3B%3BAAGD%2CeA5CF%2CUACC%2CaACC%2CKAKC%2CKAqCA%2CUAAU%3BEACV%3B%3BAAhDN%2CeAGG%2CUACC%2CaACC%2CKAKC%2CKAyCA%3BEACA%3BEACA%3B%3BAAEA%2CeApDH%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAIC%2CQAAS%2CEAAC%3BEACV%2CqEAAA%3B%3BAAGD%2CeAxDH%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAQC%2CUAAW%2CEAAC%3BEACZ%2CqEAAA%3B%3BAAGD%2CeA5DH%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAYC%2CSAAU%2CEAAC%3BEACX%2CsEAAA%3B%3BAAhEP%2CeAGG%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAgBA%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3BEACA%3B%3BAA9EP%2CeAGG%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAgBA%2CEAaC%3BEACC%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3B%3BAAID%2CeA3FJ%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAgBA%2CEA2BE%3BEAEA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEAEC%2CyBAAA%3BEACE%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3B%3BAAIH%2CeAhHL%2CUACC%2CaACC%2CKAKC%2CKAyCA%2CKAgBA%2CEA%2BCE%2CMACC%3BEACA%3BEACA%2CyBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3B%3BACxHT%3BEACC%3B%3BAADD%2CkBAEE%3BEACE%3B%3BACHJ%3BEACC%3BEACC%3B%3BAAFF%2CwCAGE%3BEACE%3BEACA%3B%3BAALJ%2CwCAOE%3BEACE%3BEACA%3B%3BACTF%2CwBACA%2CUACC%3BEACC%3B%3BAAHF%2CwBAMA%2CWACC%3BEACC%3B%3BAARF%2CwBAWA%2CYACC%3BEACC%3B%3BAAbF%2CwBAgBA%2CcACC%3BEACC%2CcAAA%3B%3BAAlBF%2CwBAqBA%2CaACC%3BEACC%3B%3BAAvBF%2CwBA2BA%3BEACC%3B%3BAA5BD%2CwBA2BA%2CyCAGC%3BEACC%3B%3BAACA%2CwBALF%2CyCAGC%2CaAEE%3BEACA%3B%3BAAjCH%2CwBA2BA%2CyCAGC%2CaAMC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAACA%2CwBApBH%2CyCAGC%2CaAMC%2CEAWE%3BEACA%2CmBAAA%3B%3BAxDhDN%3BEACI%3BEACA%3B%3BAAFJ%2CuBAII%3BEACI%3BEACA%3B%3BAANR%2CuBASI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAdR%2CuBASI%2CkBAOI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEAGA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CuBArBR%2CkBAOI%2CgBAcK%3BEACG%2CSAAS%2CEAAT%3BEZ6jBd%2CWAAA%3BEAGA%2CYAAA%3BEAOA%2C4BAAA%3B%3BAY5jBM%2CQAN2B%3BEAM3B%2CuBAjCJ%3BIA4BQ%3BIACA%3BIACA%3B%3B%3BAAOJ%2CQAJ0B%3BEAI1B%2CuBArCJ%3BIAkCQ%3B%3B%3BAA3CZ%2CuBASI%2CkBAqCI%3BAA9CR%2CuBASI%2CkBAsCI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArDZ%2CuBASI%2CkBAqCI%2COASI%3BAAvDZ%2CuBASI%2CkBAsCI%2CmBAQI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAA3DhB%2CuBASI%2CkBAqCI%2COAgBI%3BAA9DZ%2CuBASI%2CkBAsCI%2CmBAeI%3BAA9DZ%2CuBASI%2CkBAqCI%2COAiBI%3BAA%5C%2FDZ%2CuBASI%2CkBAsCI%2CmBAgBI%3BAA%5C%2FDZ%2CuBASI%2CkBAqCI%2COAkBI%3BAAhEZ%2CuBASI%2CkBAsCI%2CmBAiBI%3BEACI%3BEACA%3B%3BAAlEhB%2CuBASI%2CkBA6DI%3BEACI%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQA%2CQAN0B%3BEAM1B%2CuBA5ER%2CkBA6DI%3BIAUQ%3BIACA%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2CuBAjFR%2CkBA6DI%3BIAgBQ%3BIACA%3B%3B%3BAAGJ%2CuBAjFR%2CkBA6DI%2C0BAoBK%3BEACG%3B%3BAAGJ%2CuBArFR%2CkBA6DI%2C0BAwBK%3BEACG%3BEACA%3B%3BAAGJ%2CuBA1FR%2CkBA6DI%2C0BA6BK%3BEACG%3BEACA%3B%3BAArGhB%2CuBASI%2CkBA6DI%2C0BAkCI%3BEACI%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2CuBA1GZ%2CkBA6DI%2C0BAkCI%3BIAQQ%3B%3B%3BAAhHpB%2CuBASI%2CkBA6DI%2C0BAkCI%2CiBAWI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CapCrEH%2CyBoCqEG%3BEACA%3B%3BAAzHpB%2CuBASI%2CkBA6DI%2C0BAkCI%2CiBAqBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CapC%5C%2FEC%2C0BoC%2BED%3B%3BAAnIpB%2CuBASI%2CkBA6DI%2C0BAkEI%3BEACI%3BEACA%3BEACA%3B%3BAA3IhB%2CuBASI%2CkBA6DI%2C0BAkEI%2CoBAKI%3BEACI%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CuBArJhB%2CkBA6DI%2C0BAkEI%2CoBAKI%2CEAiBK%3BEACG%3BEACA%2CcAAA%3B%3BAAhKxB%2CuBAuKI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7KR%2CuBAuKI%2CUAQI%3BEACI%3B%3BAAhLZ%2CuBAuKI%2CUAQI%2CSAKI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CuBAnBZ%2CUAQI%2CSAKI%2CKAMK%3BEACG%3B%3BAAIR%2CuBAxBR%2CUAQI%2CSAgBK%2COACG%3BEACI%3B%3BAyDjMpB%3BEACI%3B%3BAADJ%2CsCAGI%2COACI%3BEACI%3BEACA%3BEACA%3B%3BAAOJ%2CQAL8B%3BEAK9B%2CsCAXJ%2COACI%3BIAMQ%3BIACA%3BIACA%3B%3B%3BAAZhB%2CsCAiBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CQAL0B%3BEAK1B%2CsCAjBJ%3BIAaQ%3BIACA%3B%3B%3BAA%5C%2FBZ%2CsCAiBI%2CSAiBI%3BEACI%3BEACA%2C4BAAA%3BEACA%3BEACA%3B%3BAAtCZ%2CsCAiBI%2CSAiBI%2COAMI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9ChB%2CsCAiBI%2CSAiBI%2COAeI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%2Ca7FLC%2CyB6FKD%3BEACA%3B%3BAAzDhB%2CsCAiBI%2CSAiBI%2COA0BK%3BEACG%3BEACA%3BEACA%3BEACA%2Ca7FZK%2C0B6FYL%3BEACA%3B%3BAAjEhB%2CsCAiBI%2CSAiBI%2COAkCI%3BEACI%3B%3BAArEhB%2CsCAiBI%2CSAiBI%2COAkCI%2CgBAGI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca7FzBC%2C0B6FyBD%3B%3BAAEA%2CsCA9DhB%2CSAiBI%2COAkCI%2CgBAGI%2CEAQK%3BEACG%2CcAAA%3B%3BAChFxB%3BEACI%3BEACA%2CoCAAA%3BEACA%3B%3BAAQA%2CQAN2B%3BEAM3B%3BIALI%2CgCAAA%3BIACA%2CmBAAA%3B%3B%3BAAQJ%2CQAJ0B%3BEAI1B%3BIAHI%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%3BIAJI%3B%3B%3BAAWA%2CQAN0B%3BEAM1B%2CgCAPJ%3BIAGQ%3BIACA%2CgBAAA%3B%3B%3BAAxBZ%2CgCAoBI%2CyBAOI%3BEACI%3BEACA%3BEACA%3B%3BAA9BZ%2CgCAoBI%2CyBAOI%2CEAKI%3BEACE%3B%3BAAjCd%2CgCAoBI%2CyBAOI%2CEAQI%3BEACI%3BEACA%3BEACA%3BEAEA%3BEACA%3BE%5C%2FFqJd%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE%2BFrJM%3BEACA%3BEACA%3BEAEA%3B%3BAA%5C%2FChB%2CgCAoBI%2CyBAOI%2CEAQI%2COAcI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIR%2CgCAvCR%2CyBAOI%2CEAgCK%2CMACG%3BEAEI%3B%3BAA9DpB%2CgCAoBI%2CyBAOI%2CEAuCI%3BEACI%3B%3BAAnEhB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAKI%2CKACI%2COAEI%3BEACI%3BEACA%3BEACA%3B%3BAA7E5B%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%3BEACI%3BEACA%3B%3BAApFpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQAII%3BAAtFpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQAKI%3BAAvFpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQAMI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2Ca9F3CH%2C0B8F2CG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApGxB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQAsBI%3BAAxGpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQAuBI%3BAAzGpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQAwBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2Ca9F9DH%2C0B8F8DG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzHxB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQA0CI%3BAA5HpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQA2CI%3BAA7HpB%2CgCAoBI%2CyBAOI%2CEAuCI%2COAgBI%2CQA4CI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9FjFH%2C0B8FiFG%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzIxB%2CgCAgJI%3BAAhJJ%2CgCAiJI%3BEACI%3BEACA%3B%3BAAnJR%2CgCAgJI%2C0BAKI%3BAArJR%2CgCAiJI%2CyBAII%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAzJZ%2CgCAgJI%2C0BAKI%2CaAMI%3BAA3JZ%2CgCAiJI%2CyBAII%2CaAMI%3BEACI%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CgCAxBZ%2C0BAKI%2CaAMI%2CEAaK%3BAAAD%2CgCAvBZ%2CyBAII%2CaAMI%2CEAaK%3BEACG%2CmBAAA%3B%3BAAzKpB%2CgCAgLI%3BEACI%3B%3BAAcA%2CQAZ2B%3BEACvB%2CgCAJR%2C0BAIS%3BIACG%2CSAAkB%2CEAAlB%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAA3LhB%2CgCAgLI%2C0BAeI%3BEACI%3B%3BAAhMZ%2CgCAgLI%2C0BAeI%2CsBAGI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9FpJK%2C0B8FoJL%3BEACA%3B%3BAAzMhB%2CgCAgLI%2C0BAeI%2CsBAaI%3BEACE%3B%3BAA7Md%2CgCAgLI%2C0BAeI%2CsBAaI%2CmBAEE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9FjKK%2C0B8FiKL%3B%3BAArNhB%2CgCAgLI%2C0BAeI%2CsBA0BI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9F3KK%2C0B8F2KL%3BEACA%3B%3BAAhOhB%2CgCAgLI%2C0BAeI%2CsBAoCI%2CEAAC%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CgCA3DZ%2C0BAeI%2CsBAoCI%2CEAAC%2CUAQI%3BEACG%2CcAAA%3B%3BAAgBZ%2CQAN2B%3BEAM3B%2CgCATJ%3BIAIQ%2CmBAAA%3BIACA%2C6BAAA%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2CgCAdJ%3BIAUQ%3B%3B%3BAA7PZ%2CgCAmPI%2CyBA0BI%3BEACI%3B%3BAA9QZ%2CgCAmPI%2CyBA0BI%2CsBAKI%3BEACI%3BEACA%2C%2BBAAA%3BEACA%3B%3BAAOA%2CQAL0B%3BEAK1B%2CgCAzCZ%2CyBA0BI%2CsBAKI%3BIAMQ%3B%3B%3BAAxRpB%2CgCAmPI%2CyBA0BI%2CsBAKI%2CEAUI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnSpB%2CgCAmPI%2CyBA0BI%2CsBAKI%2CEAUI%2CkBASI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9FvPH%2C0B8FuPG%3BEACA%3BEACA%3BEAEA%3B%3BAA%5C%2FSxB%2CgCAmPI%2CyBA0BI%2CsBAKI%2CEAiCI%2CSAEI%3BEACI%3BEAEA%3BEAEA%3BEACA%2CcAAA%3BEACA%3BEACA%2Ca9FzQH%2C0B8FyQG%3BEACA%3B%3BAA9TxB%2CgCAmPI%2CyBA0BI%2CsBAKI%2CEAiCI%2CSAeI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9FrRH%2C0B8FqRG%3B%3BAAzUxB%2CgCAmPI%2CyBA0BI%2CsBAKI%2CEAiCI%2CSA2BI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca9FhSH%2C0B8FgSG%3B%3BACpVxB%2C8BAEI%3BEACI%3BEACA%3B%3BAAJR%2C8BAEI%2CoCAII%3BEACI%2C0BAAA%3BEACA%3BEACA%2C8BAAA%3BEAEA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CoBAAA%3BEACA%3B%3BAAEA%2C8BAjBR%2CoCAII%2CWAaK%3BAACD%2C8BAlBR%2CoCAII%2CWAcK%3BEACG%3B%3BAAGJ%2C8BAtBR%2CoCAII%2CWAkBK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%3B%3BAAGJ%2C8BA5BR%2CoCAII%2CWAwBK%2CIAAI%3BEACD%3B%3BAA%5C%2FBhB%2C8BAoCI%2CcAAc%3BEACV%3B%3BAArCR%2C8BAwCI%2CcAAc%3BEACV%3B%3BAAzCR%2C8BA6CI%3BAA7CJ%2C8BA8CI%3BEACI%3BEACA%3BEACA%3B%3BAAjDR%2C8BAoDI%2CyBACI%3BEACE%3B%3BAAtDV%2C8BAoDI%2CyBACI%2COAEI%3BEACI%3BEACA%3BEACA%3B%3BAAOA%2CQAL2B%3BEAK3B%2C8BAbZ%2CyBACI%2COAEI%3BIAMQ%3BIACA%3B%3B%3BAAMR%2CQAH8B%3BEAG9B%2C8BAhBR%2CyBACI%2COAEI%3BIAWQ%3B%3B%3BAAlEpB%2C8BAoDI%2CyBAmBI%3BEACI%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAUA%2CQAR0B%3BEAQ1B%2C8BAnCR%2CyBAmBI%3BIASQ%3BIACA%3BIACA%3B%3B%3BAAlFhB%2C8BAoDI%2CyBAmBI%2CcAgBK%3BEAOG%3BEACA%2CuBAAuB%2CcAAvB%3B%3BAANA%2C8BArCZ%2CyBAmBI%2CcAgBK%2CSAEI%3BAACD%2C8BAtCZ%2CyBAmBI%2CcAgBK%2CSAGI%3BEACG%3B%3BAAaJ%2CQAP0B%3BEAO1B%2C8BApDZ%2CyBAmBI%2CcAgBK%3BIAWO%2CuBAAuB%2CcAAvB%3BIACA%2CkBAAA%3B%3B%3BAAnGpB%2C8BAoDI%2CyBAmBI%2CcAgBK%2CSAiBG%3BEACI%2CaAAa%2CyBAAb%3B%3BAAzGpB%2C8BAoDI%2CyBAmBI%2CcAgBK%2CSAiBG%2C4BAEI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjHxB%2C8BAoDI%2CyBAmBI%2CcAgBK%2CSAiBG%2C4BAYI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAA5HxB%2C8BAoDI%2CyBA%2BEI%2C2CAA4C%3BEACxC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%2Ca%5C%2FFvFS%2C0B%2BFuFT%3B%3BAA3IZ%2C8BAoDI%2CyBA%2BEI%2C2CAA4C%2CIAUxC%3BEACI%3BEACA%3BEACA%3B%3BAAEA%2C8BA9FZ%2CyBA%2BEI%2C2CAA4C%2CIAUxC%2CEAKK%3BEACG%2CcAAA%3B%3BACnJpB%2C6BAEI%3BEACI%3BEACA%3BEACA%3B%3BAALR%2C6BAQI%2CcACI%3BEACI%3BEACA%3BEACA%2CsCAAA%3BEACA%2CqBACI%2CkEACA%2CmEAFJ%3B%3BAAYA%2CQAR2B%3BEAQ3B%2C6BAjBR%2CcACI%3BIASQ%2CkCAAA%3BIACA%2CqBACI%2CkDACA%2CmDACA%2CmDAHJ%3B%3B%3BAAeJ%2CQAT0B%3BEAS1B%2C6BA1BR%2CcACI%3BIAiBQ%2C8BAAA%3BIACA%2CqBACI%2CkCACA%2CmCACA%2CmCACA%2CmCAJJ%3B%3B%3BAAmBJ%2CQAZ0B%3BEAY1B%2C6BAtCR%2CcACI%3BIA0BQ%3BIACA%2CqBACI%2CiBACA%2CmBACA%2CmBACA%2CkBACA%2CmBACA%2CkBACA%2CkBAPJ%3B%3B%3BAAgBJ%2CQAN0B%3BEAM1B%2C6BA5CR%2CcACI%3BIAsCQ%3BIACA%2CgBAAA%3B%3B%3BAAhDhB%2C6BAQI%2CcACI%2CmBA2CI%3BEACI%3B%3BAAMA%2CQAJ2B%3BEAI3B%2C6BAnDZ%2CcACI%2CmBA2CI%3BIAIQ%3B%3B%3BAAOJ%2CQAJ0B%3BEAI1B%2C6BAvDZ%2CcACI%2CmBA2CI%3BIAQQ%3B%3B%3BAAOR%2CQAJ8B%3BEAI9B%2C6BA3DR%2CcACI%2CmBA2CI%3BIAYQ%3BIACA%3B%3B%3BAAjEpB%2C6BAQI%2CcACI%2CmBA6DI%3BEACI%3B%3BAAMA%2C6BArEZ%2CcACI%2CmBAmEI%2CeACK%3BEACG%2C2BAAA%3B%3BAAGJ%2C6BAzEZ%2CcACI%2CmBAmEI%2CeAKK%3BEACG%2C2BAAA%3B%3BAAGJ%2C6BA7EZ%2CcACI%2CmBAmEI%2CeASK%3BEACG%2C2BAAA%3B%3BAAKJ%2C6BAnFZ%2CcACI%2CmBAiFI%2CaACK%3BEACG%2C0BAAA%3B%3BAAGJ%2C6BAvFZ%2CcACI%2CmBAiFI%2CaAKK%3BEACG%2C0BAAA%3B%3BAAGJ%2C6BA3FZ%2CcACI%2CmBAiFI%2CaASK%3BEACG%2C0BAAA%3B%3BAApGpB%2C6BAQI%2CcAkGI%3BEACI%3BEACA%3B%3BAAQA%2CQAN0B%3BEAM1B%2C6BA5GR%2CcAkGI%3BIAKQ%3BIACA%3BIACA%3B%3B%3BAAjHhB%2C6BAQI%2CcAkGI%2CgBAUI%3BEACI%3B%3BAArHhB%2C6BAQI%2CcAkGI%2CgBAUI%2COAII%3BEACI%3BEAEA%3BEACA%3BEACA%2CahGzEC%2C0BgGyED%3B%3BAA7HpB%2C6BAQI%2CcAkGI%2CgBAUI%2COAYI%3BAAhIhB%2C6BAQI%2CcAkGI%2CgBAUI%2COAaI%3BEACI%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoBAAA%3BEACA%3BEACA%3B%3BAAEA%2C6BA7IhB%2CcAkGI%2CgBAUI%2COAYI%2COAqBK%3BAAAD%2C6BA7IhB%2CcAkGI%2CgBAUI%2COAaI%2COAoBK%3BAACD%2C6BA9IhB%2CcAkGI%2CgBAUI%2COAYI%2COAsBK%3BAAAD%2C6BA9IhB%2CcAkGI%2CgBAUI%2COAaI%2COAqBK%3BEACG%2CyBAAA%3B%3BAAvJxB%2C6BAQI%2CcAkGI%2CgBAUI%2COAwCI%3BEACI%3BEACA%3BEACA%2CsBAAyB%2C6qBAAzB%3BEACA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3BEACA%3B%3BAAnKpB%2C6BAQI%2CcAkGI%2CgBAUI%2COAwCI%2COASI%3BEAEI%3BEACA%3BEACA%3B%3BAAzKxB%2C6BAQI%2CcAuKI%3BEACI%3B%3BAAhLZ%2C6BAQI%2CcAuKI%2CkBAII%3BEACI%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAAQA%2CQAN2B%3BEAM3B%2C6BA3LZ%2CcAuKI%2CkBAII%3BIAWQ%3BIACA%3BIACA%3B%3B%3BAAOJ%2CQAJ0B%3BEAI1B%2C6BA%5C%2FLZ%2CcAuKI%2CkBAII%3BIAiBQ%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2C6BApMZ%2CcAuKI%2CkBAII%3BIAqBQ%3B%3B%3BAAxMpB%2C6BAQI%2CcAuKI%2CkBAII%2CEAyBI%3BEACI%3BEACA%2CahG1JC%2C0BgG0JD%3B%3BAAEA%2C6BAxMhB%2CcAuKI%2CkBAII%2CEAyBI%2CEAIK%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2C6BAhNhB%2CcAuKI%2CkBAII%2CEAyBI%2CEAYK%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGJ%2C6BAzNhB%2CcAuKI%2CkBAII%2CEAyBI%2CEAqBK%3BEACG%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAArOxB%2C6BAQI%2CcAqOI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAnPZ%2C6BAQI%2CcAqOI%2CeAQI%3BAArPZ%2C6BAQI%2CcAqOI%2CeASI%3BAAtPZ%2C6BAQI%2CcAqOI%2CeAUI%3BEACI%3BEACA%3BEACA%3B%3BAA1PhB%2C6BAQI%2CcAqOI%2CeAgBI%3BEACI%2CahG1MK%2C0BgG0ML%3B%3BAA9PhB%2C6BAQI%2CcAqOI%2CeAoBI%2COACI%3BEACI%3B%3BAAnQpB%2C6BAQI%2CcAqOI%2CeAoBI%2COACI%2CKAGI%3BEACI%3BEACA%3BEACA%3B%3BAAxQxB%2C6BAQI%2CcAqOI%2CeAoBI%2COAWI%3BEACI%2CkBAAA%3BEACA%3B%3BAA9QpB%2C6BAQI%2CcAqOI%2CeAoBI%2COAWI%2CQAII%3BEACI%3BEACA%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAAzRxB%2C6BAQI%2CcAqOI%2CeAoBI%2COAWI%2CQAiBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArSxB%2C6BAQI%2CcAqOI%2CeAoBI%2COAWI%2CQA4BI%3BEACI%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9SxB%2C6BAQI%2CcAqOI%2CeAuEI%3BEACI%3BEACA%3BEACA%3BEACA%3BEjG1Hd%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEiG0HM%3BEACA%3B%3BAA3ThB%2C6BAQI%2CcAqOI%2CeAuEI%2COASI%3BEACI%3BEACA%3B%3BAA%5C%2FTpB%2C6BAQI%2CcAqOI%2CeAuEI%2COASI%2CKAII%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAArUxB%2C6BAQI%2CcAqOI%2CeAuEI%2COASI%2CKAWI%3BEACI%2CgBAAA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAA%5C%2FUxB%2C6BAQI%2CcAqOI%2CeAuEI%2COASI%2CKAqBI%3BEACI%2CahGjSJ%2C0BgGiSI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA1VxB%2C6BAQI%2CcAqOI%2CeAuEI%2COA0CI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2C6BA%5C%2FVhB%2CcAqOI%2CeAuEI%2COA0CI%2CQASK%3BEACG%2CmBAAA%3B%3BAAxWxB%2C6BAQI%2CcAqOI%2CeAuEI%2COA0CI%2CQAaI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2C6BA9WpB%2CcAqOI%2CeAuEI%2COAgEK%2CcACG%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2C6BApXZ%2CcAqOI%2CeAuEI%2COAwEK%2CmBACG%3BEACI%3B%3BAAFR%2C6BApXZ%2CcAqOI%2CeAuEI%2COAwEK%2CmBAKG%2CQACI%3BEACI%3B%3BAAGJ%2C6BA9XpB%2CcAqOI%2CeAuEI%2COAwEK%2CmBAKG%2CQAKK%3BEAKG%2CmBAAA%3B%3BAALJ%2C6BA9XpB%2CcAqOI%2CeAuEI%2COAwEK%2CmBAKG%2CQAKK%2CMACG%3BEACI%3B%3BAASpB%2C6BAzYR%2CcAqOI%2CeAoKK%2CMACG%3BEACI%3BEACA%3BEACA%3B%3BAArZpB%2C6BAQI%2CcAqOI%2CeA8KI%3BEACI%3B%3BAC5ZhB%3BEAEI%3B%3BAAFJ%2CmCAII%3BEACI%3BEACA%3B%3BAAEA%2CmCAJJ%2COAIK%3BEACG%2CSAAkB%2CEAAlB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhBZ%2CmCAII%2COAeI%3BEACI%3BEACA%3BEACA%3B%3BAAtBZ%2CmCA0BI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CQAL0B%3BEAK1B%2CmCAjBJ%3BIAaQ%3BIACA%3B%3B%3BAAxCZ%2CmCA0BI%2CSAiBI%3BEACI%3BEACA%2CgBAAA%3BEAEA%3BEACA%3B%3BAAhDZ%2CmCA0BI%2CSAiBI%2COAOI%3BEACI%3BEACA%3B%3BAApDhB%2CmCA0BI%2CSAiBI%2COAYI%3BEACI%3BEACA%3B%3BAAzDhB%2CmCA0BI%2CSAiBI%2COAiBI%3BEACI%3BEACA%3B%3BAA9DhB%2CmCA0BI%2CSAiBI%2COAsBI%3BEACI%3BEACA%3B%3BAAnEhB%2CmCA0BI%2CSAiBI%2COA2BI%3BEACI%3BEACA%3B%3BAAxEhB%2CmCA0BI%2CSAiBI%2COA2BI%2CoBAII%3BEACI%3BEACA%3BEACA%3BEACA%2CajG3BH%2CyBiG2BG%3BEACA%3B%3BAA%5C%2FEpB%2CmCA0BI%2CSAiBI%2COAyCI%3BEACI%3BEACA%3B%3BAAtFhB%2CmCA0BI%2CSAiBI%2COAyCI%2CmBAII%3BEACI%3BEACA%3BEACA%3B%3BAA3FpB%2CmCA0BI%2CSAiBI%2COAyCI%2CmBAWI%3BEACI%3B%3BAAhGpB%2CmCA0BI%2CSAiBI%2COAyCI%2CmBAWI%2CgBAGI%3BEACI%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CmCAnFpB%2CSAiBI%2COAyCI%2CmBAWI%2CgBAGI%2CEAWK%3BEACG%3BEACA%2CcAAA%3B%3B%3BAC%5C%2FG5B%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAFD%2CyBAKC%3BEACC%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CmBAJsC%3BEAItC%2CyBAZD%3BIASE%3B%3B%3BAAdH%2CyBAKC%2C6BAYC%3BEACC%3B%3BAAlBH%2CyBAKC%2C6BAiBC%3BEACC%3BEACA%3BEACA%3B%3BAAKD%2CmBAHsC%3BEAGtC%2CyBAzBD%2C6BAiBC%3BIAME%3B%3B%3BAA5BJ%2CyBAKC%2C6BA2BC%3BEACC%3BEACA%3BEACA%3BErD9BC%2CkBAAkB%2CyEAAlB%3BEACA%2CkBAAkB%2CoEAAlB%3BEACA%2CkBAAkB%2CqEAAlB%3BEACA%3BEACA%2CsHAAA%3BEqD4BD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEnG%2BID%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEmG%5C%2FIP%3B%3BAAEA%2CyBA1CF%2C6BA2BC%2CaAeE%3BEACA%3B%3BAAGD%2CyBA9CF%2C6BA2BC%2CaAmBE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CalGbgB%2C0BkGahB%3BEACA%2CgBAAA%3BEACA%3B%3BAA7DJ%2CyBAKC%2C6BA2BC%2CaAgCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CalG1BgB%2C0BkG0BhB%3BEACA%2CgBAAA%3B%3BAAzEJ%2CyBA8EC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2C0CAAA%3B%3BAAvFF%2CyBA8EC%2CqBAWC%3BEACC%3B%3BAA1FH%2CyBA8EC%2CqBAeC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAlGH%2CyBA8EC%2CqBAuBC%3BEACC%3B%3BAAtGH%2CyBA8EC%2CqBA4BC%3BEACC%3B%3BAAWD%2CmBARsC%3BEAQtC%2CyBAxCD%3BIAiCE%3B%3BEAOD%2CyBAxCD%2CqBAmCE%3BIACC%3B%3B%3BAAkBF%2CmBAduC%3BEAcvC%2CyBAtDD%3BIAyCE%3B%3BEAaD%2CyBAtDD%2CqBA2CE%3BIACC%3BIACA%3B%3BEASF%2CyBAtDD%2CqBAiDE%3BIACC%3B%3B%3BAAYF%2CmBARsC%3BEAQtC%2CyBA9DD%3BIAuDE%3B%3BEAOD%2CyBA9DD%2CqBAyDE%3BIACC%3B%3B%3BAAiBF%2CmBAbsC%3BEAatC%2CyBA3ED%3BIA%2BDE%3B%3BEAYD%2CyBA3ED%2CqBAiEE%3BIACE%3B%3BEASH%2CyBA3ED%2CqBAqEE%3BIACC%3B%3B%3BAApJJ%2CyBA8EC%2CqBA2EC%3BEACC%3B%3BAA1JH%2CyBA8EC%2CqBA%2BEC%2CmBACC%2CSACC%3BEACC%3BEACA%3B%3BACrKJ%2CiBAAiB%2CqBACd%3BEACI%3BEACA%3BEACA%3B%3BAAIA%2CmBAHsC%3BEAGtC%2CiBARU%2CqBACd%3BIAKQ%3B%3B%3BAAOJ%2CmBALsC%3BEAKtC%2CiBAbU%2CqBACd%3BIAQQ%3BIACA%3B%3B%3BAAOJ%2CmBAJqC%3BEAIrC%2CiBAjBU%2CqBACd%3BIAaQ%3BIACA%3B%3B%3BAAMJ%2CmBAJqC%3BEAIrC%2CiBArBU%2CqBACd%3BIAiBQ%3BIACA%3B%3B%3BAAMJ%2CmBAJqC%3BEAIrC%2CiBAzBU%2CqBACd%3BIAqBQ%3BIACA%3B%3B%3BAAMR%2CmBAJyC%3BEAIzC%2CiBA7Bc%2CqBACd%3BIAyBQ%3BIACA%3B%3B%3BAAIZ%2CiBAAiB%3BEACb%2CkEAAA%3B%3BAAEJ%2CcACI%3BAADY%2CiBAAiB%2CqBAC7B%3BEACI%3BEACA%2CgBAAA%3BEACA%3B%3BAAIA%2CmBAHsC%3BEAGtC%2CcAPJ%3BEAOI%2CiBARyB%2CqBAC7B%3BIAKQ%3B%3B%3BAAKJ%2CmBAHsC%3BEAGtC%2CcAVJ%3BEAUI%2CiBAXyB%2CqBAC7B%3BIAQQ%3B%3B%3BAAOJ%2CmBALoC%3BEAKpC%2CcAfJ%3BEAeI%2CiBAhByB%2CqBAC7B%3BIAWQ%3BIACA%3BIACA%3B%3B%3BAAMJ%2CmBAJqC%2CuBAAuB%3BEAI5D%2CcAnBJ%3BEAmBI%2CiBApByB%2CqBAC7B%3BIAgBQ%3BIACA%3B%3B%3BAAMR%2CmBAJyC%3BEAIzC%2CcAvBA%3BEAuBA%2CiBAxB6B%2CqBAC7B%3BIAoBQ%3BIACA%3B%3B%3BAAIZ%3BEACI%3BEACA%3B%3BAAKA%2CmBAJqC%3BEAIrC%3BIAHI%3BIACA%3B%3B%3BAALR%2CcAOI%3BAAPJ%2CcAOY%3BEACJ%3B%3BAARR%2CcAOI%2COAEI%3BAATR%2CcAOY%2CoBAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CmBAHyC%3BEAGzC%2CcAVJ%2COAEI%3BEAQA%2CcAVI%2CoBAEJ%3BIAMQ%3B%3B%3BAAfhB%2CcAOI%2COAWI%3BAAlBR%2CcAOY%2CoBAWJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CcArBR%2COAWI%2CGAUK%3BAAAD%2CcArBA%2CoBAWJ%2CGAUK%3BEACG%3BEACA%2CgCAAA%3BEACA%3B%3BAA%5C%2FBhB%2CcAOI%2COAWI%2CGAeI%3BAAjCZ%2CcAOY%2CoBAWJ%2CGAeI%3BEACI%3B%3BAAlChB%2CcAOI%2COA8BI%3BAArCR%2CcAOY%2CoBA8BJ%3BEACI%2CanG%5C%2FCK%2CyBmG%2BCL%3BEACA%3B%3BAAvCZ%2CcAOI%2COAkCI%3BAAzCR%2CcAOY%2CoBAkCJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9CZ%2CcAOI%2COAkCI%2CUAMI%3BAA%5C%2FCZ%2CcAOY%2CoBAkCJ%2CUAMI%3BEACI%3BEpGkFd%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAoGlFM%2CcA3CZ%2COAkCI%2CUAMI%2CQAGK%3BAAAD%2CcA3CJ%2CoBAkCJ%2CUAMI%2CQAGK%3BEACG%2CcAAA%3B%3BAAEJ%2CcA9CZ%2COAkCI%2CUAMI%2CQAMK%3BAAAD%2CcA9CJ%2CoBAkCJ%2CUAMI%2CQAMK%3BEACG%2CcAAA%3BEACA%3B%3BAAvDpB%2CcAOI%2COAqDI%3BAA5DR%2CcAOY%2CoBAqDJ%3BEACI%3BEACA%3BEACA%2CanGxEK%2CyBmGwEL%3B%3BAACA%2CcAzDR%2COAqDI%2CEAIK%2CIAAI%3BAAAL%2CcAzDA%2CoBAqDJ%2CEAIK%2CIAAI%3BEACD%3B%3BAAjEhB%2CcAOI%2COAqDI%2CEAOI%3BAAnEZ%2CcAOY%2CoBAqDJ%2CEAOI%3BEACI%3B%3BAACA%2CcA9DZ%2COAqDI%2CEAOI%2CEAEK%3BAAAD%2CcA9DJ%2CoBAqDJ%2CEAOI%2CEAEK%3BEACG%2CcAAA%3B%3BAAtEpB%2CcAOI%2COAmEI%3BAA1ER%2CcAOY%2CoBAmEJ%3BEACI%3B%3BAA3EZ%2CcAOI%2COAmEI%2C2BAEI%3BAA5EZ%2CcAOY%2CoBAmEJ%2C2BAEI%3BAA5EZ%2CcAOI%2COAmEI%2C2BAES%3BAA5EjB%2CcAOY%2CoBAmEJ%2C2BAES%3BEACD%3B%3BAA7EhB%2CcAOI%2COAmEI%2C2BAKI%3BAA%5C%2FEZ%2CcAOY%2CoBAmEJ%2C2BAKI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CcApFZ%2COAmEI%2C2BAKI%2CEAYK%3BAAAD%2CcApFJ%2CoBAmEJ%2C2BAKI%2CEAYK%3BEACG%2CmBAAA%3B%3BAA5FpB%2CcAiGI%3BEACI%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAvGR%2CcAiGI%2CsBAQI%3BEACI%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%2CmBAAA%3B%3BA%5C%2FBtJX%2Cc%2BBuIG%2CsBAQI%2CQ%5C%2FB%5C%2FIN%3BEACA%2CSAAS%2CEAAT%3BEvBdE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBYF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BAAGD%2Cc%2BB6HG%2CsBAQI%2CQ%5C%2FBrIN%3BEACA%2CSAAS%2CEAAT%3BEvBxBE%2CkBAAkB%2CuDAAlB%3BEACA%2CkBAAkB%2CkDAAlB%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBsBF%3BEACA%3BEACA%3BEACA%2CWAAA%3BEACA%3B%3BA%2BBwIU%2CcAlBR%2CsBAQI%2CQAUK%3BEACG%3B%3BAAEJ%2CcArBR%2CsBAQI%2CQAaK%3BEACG%3B%3BAAvHhB%2CcAiGI%2CsBAyBI%3BEACI%3BEACA%3B%3BAASA%2CmBARqC%3BEAQrC%2CcApCR%2CsBAyBI%3BIAIQ%3B%3BEAEI%2CcA%5C%2FBhB%2CsBAyBI%2CGAKU%2CKACG%2CIAAI%3BIACD%3B%3B%3BAAjIxB%2CcAiGI%2CsBAyBI%2CGAWM%3BEAIE%3BEACA%3BEACA%3B%3BAA3IhB%2CcAiGI%2CsBAyBI%2CGAWM%2CKACE%3BEACI%3B%3BAAvIpB%2CcAiGI%2CsBAyBI%2CGAWM%2CKAOE%3BEACI%3BEACA%3B%3BAAMJ%2CmBAL0C%3BEAK1C%2CcAnDZ%2CsBAyBI%2CGAWM%2CKAOE%3BIAIQ%3BIACA%3B%3B%3BAASZ%2CcAFR%2C2BACM%2CKACG%2CIAAI%3BEACD%3B%3BAA3JhB%2CcAwJI%2C2BACM%2CKAIE%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnKhB%2CcAwJI%2C2BACM%2CKAYE%3BEACI%2CanG%5C%2FKC%2CyBmG%2BKD%3B%3BAAtKhB%2CcAwJI%2C2BACM%2CKAeE%3BEAEI%2CcAAA%3B%3BAACA%2CcAnBZ%2C2BACM%2CKAeE%2CEAGK%3BEACG%2CcAAA%3B%3BAA5KpB%2CcAiLI%3BEACI%3BEACA%3B%3BAAnLR%2CcAiLI%2CsBAGI%2CMAAK%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BApGpJV%2CcoGuIE%2CsBAGI%2CMAAK%2CWpG1IV%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2CcoGmIE%2CsBAGI%2CMAAK%2CWpGtIV%3BEAAyB%2CcAAA%3B%3BAAC1B%2CcoGkIE%2CsBAGI%2CMAAK%2CWpGrIV%3BEAA%2BB%2CcAAA%3B%3BAALhC%2CcoGuIE%2CsBAGI%2CMAAK%2CWAYA%2CMpGtJV%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2CcoGmIE%2CsBAGI%2CMAAK%2CWAYA%2CMpGlJV%3BEAAyB%2CcAAA%3B%3BAAC1B%2CcoGkIE%2CsBAGI%2CMAAK%2CWAYA%2CMpGjJV%3BEAA%2BB%2CcAAA%3B%3BAoG%5C%2FClC%2CcAiLI%2CsBAmBI%2CMAAK%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CqEAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhNZ%2CcAmNI%3BEAEI%3BEACA%3B%3BAjG%5C%2FQN%2CciG4QE%2CwBjG5QD%3BAACD%2CciG2QE%2CwBjG3QD%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CciGuQE%2CwBjGvQD%3BEACC%3B%3BAANF%2CciG4QE%2CwBjG5QD%3BAACD%2CciG2QE%2CwBjG3QD%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CciGuQE%2CwBjGvQD%3BEACC%3B%3BAiGmDJ%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%3BAAvN1E%2CcAmNI%2CwBAI4E%3BEACpE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%3BEACA%3B%3BAAIA%2CmBAHsC%3BEAGtC%2CcAZR%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%3BEAQ9D%2CcAZR%2CwBAI4E%3BIAMhE%3B%3B%3BAAKJ%2CmBAHsC%3BEAGtC%2CcAfR%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%3BEAW9D%2CcAfR%2CwBAI4E%3BIAShE%3B%3B%3BAAKJ%2CmBAHoC%3BEAGpC%2CcAlBR%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%3BEAc9D%2CcAlBR%2CwBAI4E%3BIAYhE%3B%3B%3BAAKJ%2CmBAHoC%3BEAGpC%2CcArBR%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%3BEAiB9D%2CcArBR%2CwBAI4E%3BIAehE%3B%3B%3BAAtOhB%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%3BAAxOZ%2CcAmNI%2CwBAI4E%2CKAiBpE%3BEACI%3BEACA%2CmBAAA%3BEACA%3B%3BAACA%2CcAzBZ%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAIK%3BAAAD%2CcAzBZ%2CwBAI4E%2CKAiBpE%2CEAIK%3BEACG%3B%3BAAGJ%2CcA7BZ%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAQK%2CMACG%2CIACI%2CKACI%3BAAHZ%2CcA7BZ%2CwBAI4E%2CKAiBpE%2CEAQK%2CMACG%2CIACI%2CKACI%3BEpG%5C%2FL1B%2CmBAAmB%2CUAAnB%3BEACI%2CeAAe%2CUAAf%3BEACC%2CcAAc%2CUAAd%3BEACG%2CWAAW%2CUAAX%3B%3BAoGvDV%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIACI%3BAA1PpB%2CcAmNI%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIACI%3BEACI%3BEACA%3BEACA%3B%3BAAEI%2CcA5CxB%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIACI%2CKAIK%2CQACI%3BAAAD%2CcA5CxB%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIACI%2CKAIK%2CQACI%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEtD1S5B%2CkBAAkB%2CqEAAlB%3BEACA%2CkBAAkB%2CgEAAlB%3BEACA%2CkBAAkB%2CmEAAlB%3BEACA%3BEACA%2CsHAAA%3BEsDwS4B%3BEACA%3B%3BAAtQhC%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIACI%2CKAeI%3BAAzQxB%2CcAmNI%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIACI%2CKAeI%3BEACI%3BEACA%3BEACA%3BEACA%3BEpG3I1B%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEAhFR%2CmBAAmB%2CQAAnB%3BEACI%2CeAAe%2CQAAf%3BEACC%2CcAAc%2CQAAd%3BEACG%2CWAAW%2CQAAX%3B%3BAoGvDV%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIACI%2CKAuBI%3BAAjRxB%2CcAmNI%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIACI%2CKAuBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjS5B%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIA2CI%3BAApSpB%2CcAmNI%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIA2CI%3BEACI%3BEACA%3BEACA%3B%3BAAvSxB%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIA2CI%2CQAII%3BAAxSxB%2CcAmNI%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIA2CI%2CQAII%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CanGzTL%2C0BmGyTK%3B%3BAAjT1B%2CcAmNI%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIA2CI%2CQAeI%3BAAnTxB%2CcAmNI%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIA2CI%2CQAeI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CcA5GxB%2CwBAIM%2C2BAA2B%2CQAAQ%2CgBAAgB%2CaAAa%2CKAiB9D%2CEAiBI%2CIA2CI%2CQAeI%2CWAYK%3BAAAD%2CcA5GxB%2CwBAI4E%2CKAiBpE%2CEAiBI%2CIA2CI%2CQAeI%2CWAYK%3BEACG%2CSAAS%2CIAAT%3B%3BAAhUhC%2CcAwUI%2CeACI%2CcAAgB%3BAAzUxB%2CcAwUI%2CeAC0B%3BEAClB%2C6BAAA%3B%3BAACA%2CcAHR%2CeACI%2CcAAgB%2CKAEX%3BAAAD%2CcAHR%2CeAC0B%2CKAEjB%3BEACG%2CgCAAA%3B%3BAADJ%2CcAHR%2CeACI%2CcAAgB%2CKAEX%2CWAEG%3BAAFJ%2CcAHR%2CeAC0B%2CKAEjB%2CWAEG%3BEACI%2CgCAAA%3B%3BAA9UpB%2CcAwUI%2CeACI%2CcAAgB%2CKAQZ%3BAAjVZ%2CcAwUI%2CeAC0B%2CKAQlB%3BEACI%3BEACA%2C6BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAACA%2CcAzBd%2CeACI%2CcAAgB%2CKAQZ%2CEAgBO%3BAAAD%2CcAzBd%2CeAC0B%2CKAQlB%2CEAgBO%3BEACC%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3B%3BAAHF%2CcAzBd%2CeACI%2CcAAgB%2CKAQZ%2CEAgBO%2CMAIC%2CkBAAkB%3BAAJpB%2CcAzBd%2CeAC0B%2CKAQlB%2CEAgBO%2CMAIC%2CkBAAkB%3BEACd%3BEpGpOtB%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAoGsOQ%2CcAlCd%2CeACI%2CcAAgB%2CKAQZ%2CEAyBO%3BAAAD%2CcAlCd%2CeAC0B%2CKAQlB%2CEAyBO%3BEACC%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2CmBAHsC%3BEAGtC%2CcA5Cd%2CeACI%2CcAAgB%2CKAQZ%2CEAyBO%3BEAUD%2CcA5Cd%2CeAC0B%2CKAQlB%2CEAyBO%3BIAQK%3B%3B%3BAAlXxB%2CcAwUI%2CeACI%2CcAAgB%2CKAQZ%2CEAoCI%3BAArXhB%2CcAwUI%2CeAC0B%2CKAQlB%2CEAoCI%3BEAEE%3BEACA%3B%3BAAxXlB%2CcAwUI%2CeACI%2CcAAgB%2CKAQZ%2CEAoCI%2CGAKI%3BAA1XpB%2CcAwUI%2CeAC0B%2CKAQlB%2CEAoCI%2CGAKI%3BEACI%3B%3BAA3XxB%2CcAwUI%2CeACI%2CcAAgB%2CKAQZ%2CEA6CI%3BAA9XhB%2CcAwUI%2CeAC0B%2CKAQlB%2CEA6CI%3BEACI%3B%3BAACA%2CcAxDhB%2CeACI%2CcAAgB%2CKAQZ%2CEA6CI%2CkBAEK%3BAAAD%2CcAxDhB%2CeAC0B%2CKAQlB%2CEA6CI%2CkBAEK%3BEACG%3B%3BAAjYxB%2CcAwUI%2CeACI%2CcAAgB%2CKAQZ%2CEA6CI%2CkBAKI%3BAAnYpB%2CcAwUI%2CeAC0B%2CKAQlB%2CEA6CI%2CkBAKI%3BEACI%2CcAAA%3BEACA%3B%3BAArYxB%2CcA2YI%3BEACI%3B%3BAA5YR%2CcA2YI%2CiBAEI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3B%3BAApZZ%2CcA2YI%2CiBAWI%3BEAEI%3BEACA%3BEACA%3B%3BAjGndV%2CciGocE%2CiBAWI%2CoBjG%5C%2FcL%3BAACD%2CciGmcE%2CiBAWI%2CoBjG9cL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CciG%2BbE%2CiBAWI%2CoBjG1cL%3BEACC%3B%3BAANF%2CciGocE%2CiBAWI%2CoBjG%5C%2FcL%3BAACD%2CciGmcE%2CiBAWI%2CoBjG9cL%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CciG%2BbE%2CiBAWI%2CoBjG1cL%3BEACC%3B%3BAiG6dQ%2CmBAfsC%3BEAetC%2CcA%5C%2FBR%2CiBAWI%3BIAMQ%2CiBAAA%3BIACA%3BIACC%3BIACd%3B%3B%3BIAGA%2CmBAAA%3B%3B%3B%3B%3B%3BIAMA%3B%3B%3BAAxaH%2CcA2YI%2CiBAWI%2CoBAoBM%3BAA1ad%2CcA2YI%2CiBAWI%2CoBAoBU%2CcAAgB%3BEAElB%3BEACA%3BEACA%3B%3BAAOA%2CmBANsC%3BEAMtC%2CcA1CZ%2CiBAWI%2CoBAoBM%3BEAWE%2CcA1CZ%2CiBAWI%2CoBAoBU%2CcAAgB%3BIAMd%2C4BAAA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAOJ%2CmBALqC%3BEAKrC%2CcA%5C%2FCZ%2CiBAWI%2CoBAoBM%3BEAgBE%2CcA%5C%2FCZ%2CiBAWI%2CoBAoBU%2CcAAgB%3BIAYd%3B%3B%3BAAtbpB%2CcA2YI%2CiBAWI%2CoBAoBM%2CKAgBE%3BAA1bhB%2CcA2YI%2CiBAWI%2CoBAoBU%2CcAAgB%2CKAgBlB%3BEACI%3B%3BAACA%2CcAjDhB%2CiBAWI%2CoBAoBM%2CKAgBE%2CIAEK%3BAAAD%2CcAjDhB%2CiBAWI%2CoBAoBU%2CcAAgB%2CKAgBlB%2CIAEK%3BEACG%2CcAAA%3B%3BAA7bxB%2CcA2YI%2CiBAWI%2CoBAoBM%2CKAsBE%3BAAhchB%2CcA2YI%2CiBAWI%2CoBAoBU%2CcAAgB%2CKAsBlB%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAApcpB%2CcA2YI%2CiBAWI%2CoBAoBM%2CKA4BE%3BAAtchB%2CcA2YI%2CiBAWI%2CoBAoBU%2CcAAgB%2CKA4BlB%3BEACI%3BEACA%3BEACA%2CanGjdC%2C0BmGidD%3B%3BAAzcpB%2CcA2YI%2CiBAWI%2CoBAoBM%2CKA4BE%2CEAII%3BAA1cpB%2CcA2YI%2CiBAWI%2CoBAoBU%2CcAAgB%2CKA4BlB%2CEAII%3BEACI%3BEACA%3B%3BAAEJ%2CcAnEhB%2CiBAWI%2CoBAoBM%2CKA4BE%2CEAQK%2CIAAI%3BAAAL%2CcAnEhB%2CiBAWI%2CoBAoBU%2CcAAgB%2CKA4BlB%2CEAQK%2CIAAI%3BEACD%3B%3BAA%5C%2FcxB%2CcA2YI%2CiBAyEI%3BEACI%3BEACA%3BEACA%2CcAAA%3B%3BAACA%2CcA7ER%2CiBAyEI%2CmBAIK%3BEACG%2CcAAA%3B%3B%3BACnhBhB%3BEACI%3B%3BAADJ%2COAGI%3BEACI%3BEAEA%2CgBAAA%3B%3BAAMJ%2CQAJ%2BB%3BEAI%5C%2FB%2COATA%3BIAMQ%3B%3B%3BAATZ%2COAcI%3BEACI%2CgCAAA%3B%3BAASI%2CQAN2B%3BEAM3B%2COAVR%2CYAGI%3BIAEQ%3BIACA%3BIACA%3B%3B%3BAArBhB%2COAcI%2CYAGI%2CWAOI%3BEAGI%2CyBAAA%3BEACA%3BEACA%3B%3BAAOA%2CQAL2B%3BEAK3B%2COAtBZ%2CYAGI%2CWAOI%3BIAQQ%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2COA3BZ%2CYAGI%2CWAOI%3BIAaQ%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2COAhCZ%2CYAGI%2CWAOI%3BIAkBQ%3BIACA%3B%3B%3BAA6BJ%2CQA1B2B%3BEACvB%2COAjChB%2CYAGI%2CWAOI%2CiBAuBS%3BIACG%2CSAAkB%2CEAAlB%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CyBAAA%3B%3BEAIJ%2COA5ChB%2CYAGI%2CWAOI%2CiBAkCS%3BIACG%2CSAAc%2CEAAd%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2C2BAAA%3BIACA%2CyDAAA%3BIACA%3BIACA%3B%3B%3BAAnExB%2COAcI%2CYAGI%2CWAOI%2CiBAgDI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3B%3BAAlFpB%2COAcI%2CYAGI%2CWAOI%2CiBAgDI%2CGAYI%3BEACI%3BEACA%3B%3BAAQJ%2CQAL2B%3BEAK3B%2COAhFhB%2CYAGI%2CWAOI%2CiBAgDI%3BIAkBQ%3BIACA%3B%3B%3BAAcJ%2CQAX0B%3BEAW1B%2COA3FhB%2CYAGI%2CWAOI%2CiBAgDI%3BIAuBQ%3BIACA%3BIACA%3BIACA%3B%3BEAOJ%2COA3FhB%2CYAGI%2CWAOI%2CiBAgDI%2CGA4BQ%3BIACI%3B%3B%3BAAWZ%2CQAP8B%3BEAO9B%2COAlGZ%2CYAGI%2CWAOI%2CiBAgDI%3BIAkCQ%3B%3BEAMR%2COAlGZ%2CYAGI%2CWAOI%2CiBAgDI%2CGAoCQ%3BIACI%3B%3B%3BAA7G5B%2COAcI%2CYAGI%2CWAkGI%3BEACI%3B%3BAAMA%2CQAJ2B%3BEAI3B%2COA5GZ%2CYAGI%2CWAkGI%3BIAIQ%2CkBAAA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2COAjHZ%2CYAGI%2CWAkGI%3BIAQQ%3BIACA%3B%3B%3BAAYJ%2CQAT0B%3BEAS1B%2COA1HZ%2CYAGI%2CWAkGI%3BIAaQ%3BIACA%3BIACA%3BIACA%3B%3B%3BAAnIpB%2COAcI%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%3BEACG%3BEACA%3B%3BAASA%2CQAP0B%3BEAO1B%2COAtIpB%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%3BIAMO%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CkBAAA%3B%3B%3BAAaA%2CQAT0B%3BEAS1B%2COAhJxB%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%3BIAEO%2CmBAAA%3B%3BEAQJ%2COAhJxB%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAIO%3BIACI%3B%3B%3BAAKR%2COAhJxB%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAUI%2CIAAI%3BEACD%3B%3BAAMA%2CQAJ0B%3BEAI1B%2COAvJ5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAUI%2CIAAI%3BIAIG%3B%3B%3BAAMR%2CQAH8B%3BEAG9B%2COA1JxB%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAUI%2CIAAI%3BIAQG%3B%3B%3BAAtKpC%2COAcI%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAsBG%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2COA3K5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAsBG%3BIAYQ%3B%3B%3BAAOJ%2CQAJ0B%3BEAI1B%2COA%5C%2FK5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAsBG%3BIAgBQ%3B%3B%3BAAGJ%2COA%5C%2FK5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKAsBG%2CEAmBK%3BEACG%2CcAAA%3B%3BAA9LpC%2COAcI%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKA%2BCG%2CEAAC%3BEAsBG%3BEACA%2CyBAAA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAnBA%2CQAT2B%3BEAS3B%2COA%5C%2FL5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKA%2BCG%2CEAAC%3BIAEO%3B%3BEAGA%2COA1LhC%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKA%2BCG%2CEAAC%2CcAKQ%3BIACG%3B%3B%3BAAgBR%2CQAZ0B%3BEAY1B%2COA3M5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKA%2BCG%2CEAAC%3BIAWO%2CmBAAA%3BIACA%3BIACA%3BIACA%3B%3BEAQJ%2COA3M5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKA%2BCG%2CEAAC%2CcAgBO%3BIACI%3BIACA%3B%3B%3BAAaR%2COApN5B%2CYAGI%2CWAkGI%2CkBAqBI%2CIACK%2CQAWI%2CKA%2BCG%2CEAAC%2CcA%2BBI%3BEACG%2CmBAAA%3BEACA%3B%3BAApOpC%2COA8OI%3BEACI%3BEACA%3BEACA%2CoCAAA%3B%3BAAMA%2CQAH%2BB%3BEAG%5C%2FB%2COATJ%2CeAKI%3BIAEQ%3B%3B%3BAAUR%2CQAN2B%3BEAM3B%2COAjBJ%3BIAaQ%3BIACA%3B%3B%3BAAUJ%2CQAP0B%3BEAO1B%2COAxBJ%3BIAkBQ%3BIACA%3BIACA%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2COA7BJ%3BIAyBQ%3BIACA%3B%3B%3BAAxQZ%2COA8OI%2CeA6BI%3BEACI%3BEACA%3BEACA%3B%3BAAKJ%2CQAH%2BB%3BEAG%5C%2FB%2COArCJ%2CeA6BI%3BIAMQ%3B%3B%3BAAjRhB%2COA8OI%2CeAuCI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGA%2COArDR%2CeAuCI%2CgBAcK%3BEACG%3BEACA%3BEACA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAAxShB%2COA8OI%2CeAuCI%2CgBAsBI%3BEACI%2CaAAA%3BEACA%3B%3BAA7ShB%2COA8OI%2CeAuCI%2CgBA4BI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAeI%2CQAL2B%3BEAK3B%2COA1FhB%2CeAgFI%2CuBAGK%2CMACI%3BIAEO%3BIACA%3B%3B%3BAAaJ%2CQAV2B%3BEAU3B%2COApGhB%2CeAgFI%2CuBAGK%2CMACI%3BIAOO%3BIACA%3BIACA%2CoBAAA%3B%3BEAEA%2COA%5C%2FFpB%2CeAgFI%2CuBAGK%2CMACI%2CQAWQ%3BIACG%3B%3B%3BAAWA%2CQAJ2B%3BEAI3B%2COA3GxB%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAEI%3BIAEO%3B%3B%3BAAIA%2COA5G5B%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAEI%2CYAKG%2CQACK%3BEACG%2CSAAa%2CGAAb%3BEACA%3B%3BAAqBR%2CQAlB%2BB%3BEAkB%5C%2FB%2COAnIxB%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAEI%2CYAKG%3BIAWQ%3BIACA%2CmBAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAfA%2COAlHhC%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAEI%2CYAKG%2CQAOS%3BIACG%3B%3B%3BAAoBhB%2COAvIpB%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAmCI%2CIAAI%3BEACD%3B%3BAAMJ%2CQAJ%2BB%3BEAI%5C%2FB%2COA9IpB%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAmCI%2CIAAI%3BIAIG%3BIACA%3B%3B%3BAA1XhC%2COA8OI%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKA4CG%3BEACI%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAEA%2COAvJxB%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKA4CG%2CEAOK%3BEACG%2CcAAA%3B%3BAAtYhC%2COA8OI%2CeAgFI%2CuBAGK%2CMACI%2CQAgBI%2CKAwDG%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BACjZ5B%2CYACI%3BEACI%2CmBAAA%3BEACA%2CgCAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAQA%2CQAL0B%3BEAK1B%2CYAfJ%3BIAWQ%3BIACA%3B%3B%3BAAbZ%2CYACI%2CoBAeI%3BEACI%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAApBZ%2CYACI%2CoBAeI%2CKAMI%2CMAAK%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAtGqEd%2CYsGrGE%2CoBAeI%2CKAMI%2CMAAK%2CWtGgFd%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2CYsGzGE%2CoBAeI%2CKAMI%2CMAAK%2CWtGoFd%3BEAAyB%2CcAAA%3B%3BAAC1B%2CYsG1GE%2CoBAeI%2CKAMI%2CMAAK%2CWtGqFd%3BEAA%2BB%2CcAAA%3B%3BAALhC%2CYsGrGE%2CoBAeI%2CKAMI%2CMAAK%2CWAgBA%2CMtGgEd%3BEACC%2CcAAA%3BEACA%3B%3BAAEF%2CYsGzGE%2CoBAeI%2CKAMI%2CMAAK%2CWAgBA%2CMtGoEd%3BEAAyB%2CcAAA%3B%3BAAC1B%2CYsG1GE%2CoBAeI%2CKAMI%2CMAAK%2CWAgBA%2CMtGqEd%3BEAA%2BB%2CcAAA%3B%3BAsG3GlC%2CYACI%2CoBAeI%2CKA2BI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjDhB%2CYACI%2CoBAeI%2CKA2BI%2CcAQI%2CMAAK%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAyB%2CyjCAAzB%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3B%3BAA%5C%2FDpB%2CYAqEI%2CqBACI%3BEACI%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAAOA%2CQAL2B%3BEAK3B%2CYAZR%2CqBACI%3BIAOQ%3BIACA%3B%3B%3BAAYJ%2CQAT2B%3BEAS3B%2CYArBR%2CqBACI%3BIAYQ%3BIACA%2C8BAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2CYA1BR%2CqBACI%3BIAqBQ%3BIACA%3B%3B%3BAASJ%2CQAN0B%3BEAM1B%2CYAhCR%2CqBACI%3BIA0BQ%3BIACA%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2CYArCR%2CqBACI%3BIAgCQ%3BIACA%3B%3B%3BAAvGhB%2CYAqEI%2CqBACI%2CWAoCI%3BEACI%3B%3BAA3GhB%2CYAqEI%2CqBACI%2CWAoCI%2CSAGI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAjHpB%2CYAqEI%2CqBACI%2CWAoCI%2CSAUI%3BEACI%2CaAAe%2CyBAAf%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA1HpB%2CYAqEI%2CqBACI%2CWAoCI%2CSAmBI%2CWACI%3BEACI%3BEACA%3BEACA%3B%3BAAGI%2CYA%5C%2FDxB%2CqBACI%2CWAoCI%2CSAmBI%2CWACI%2CMAKK%2CKACI%2CIAAI%3BEACD%3B%3BAArIhC%2CYAqEI%2CqBACI%2CWAoCI%2CSAmBI%2CWACI%2CMAKK%2CKAKG%3BEACI%3BEACA%3B%3BAAEA%2CYAvE5B%2CqBACI%2CWAoCI%2CSAmBI%2CWACI%2CMAKK%2CKAKG%2CEAIK%3BEACG%2CcAAA%3B%3BAAGJ%2CYA3E5B%2CqBACI%2CWAoCI%2CSAmBI%2CWACI%2CMAKK%2CKAKG%2CEAQK%3BEACG%3B%3BAAjJpC%2CYAqEI%2CqBACI%2CWAuFI%2CSAGI%3BAAhKhB%2CYAqEI%2CqBACI%2CWAwFI%2CSAEI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtKpB%2CYAqEI%2CqBACI%2CWAuFI%2CSAYI%3BAAzKhB%2CYAqEI%2CqBACI%2CWAwFI%2CSAWI%3BEACE%3B%3BAA1KlB%2CYAqEI%2CqBACI%2CWAuFI%2CSAYI%2CMAEK%2CKACG%3BAA5KxB%2CYAqEI%2CqBACI%2CWAwFI%2CSAWI%2CMAEK%2CKACG%3BEACI%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAEA%2CYA%5C%2FGxB%2CqBACI%2CWAuFI%2CSAYI%2CMAEK%2CKACG%2CEAQK%3BAAAD%2CYA%5C%2FGxB%2CqBACI%2CWAwFI%2CSAWI%2CMAEK%2CKACG%2CEAQK%3BEACG%2CcAAA%3B%3BAAoBpB%2CQAZ%2BB%3BEAY%5C%2FB%2CYApIR%2CqBACI%2CWAsHI%3BIAEQ%3B%3BEAWR%2CYApIR%2CqBACI%2CWAsHI%2CSAIQ%3BIACI%3BIACA%2C8BAAA%3B%3B%3BAAKJ%2CQAVuB%2CwBAMO%3BEAI9B%2CYAlIhB%2CqBACI%2CWAsHI%2CSAIQ%3BIAIQ%2C8BAAA%3BIACA%2CkBAAA%3B%3B%3BAArM5B%2CYAqEI%2CqBACI%2CWAqII%3BEACI%3BEACA%2C8BAAA%3B%3BAAQA%2CQAN2B%3BEAM3B%2CYAhJZ%2CqBACI%2CWAqII%3BIAMQ%2CmBAAA%3BIACA%2C8BAAA%3B%3B%3BAASJ%2CQAN0B%3BEAM1B%2CYAtJZ%2CqBACI%2CWAqII%3BIAWQ%3BIACA%3BIACA%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2CYA3JZ%2CqBACI%2CWAqII%3BIAiBQ%3B%3B%3BAA5NpB%2CYAqEI%2CqBACI%2CWAqII%2CSAqBI%2CwBACI%3BEACI%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAL8B%3BEAK9B%2CYAtKhB%2CqBACI%2CWAqII%2CSAqBI%2CwBACI%3BIAMQ%2CkBAAA%3BIACA%2C8BAAA%3B%3B%3BAAqBhB%2CQAf%2BB%3BEAe%5C%2FB%2CYAxLR%2CqBACI%2CWAqII%2CSAoCQ%2CoBACI%3BIACI%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3B%3B%3BAAOJ%2CQAZmB%2CwBAOW%3BEAK9B%2CYArLpB%2CqBACI%2CWAqII%2CSAoCQ%2CoBACI%3BIAMQ%2CkBAAA%3BIACA%2C8BAAA%3B%3B%3BACpPhC%3BEACI%3BEACA%3B%3BAAMA%2CQAJ2B%3BEAI3B%3BIAHI%3B%3B%3BAAOJ%2CQAJ0B%3BEAI1B%3BIAHI%3B%3B%3BAAOJ%2CQAJ0B%3BEAI1B%3BIAHI%3B%3B%3BAAbR%2CkBAgBI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAQJ%2CQAH8B%3BEAG9B%2CkBAJA%3BIAEQ%3B%3B%3BAA1BZ%2CkBA8BI%2C2BACI%3BEACI%3BEACA%2CgBAAA%3B%3BAAjCZ%2CkBA8BI%2C2BACI%2CWAMI%3BEACI%3BEACA%3B%3BAASA%2CQAP2B%3BEAO3B%2CkBAlBZ%2C2BACI%2CWAMI%3BIAKQ%3BIACA%3B%3B%3BAAUJ%2CQAL0B%3BEAK1B%2CkBAvBZ%2C2BACI%2CWAMI%3BIAYQ%3BIACA%3B%3B%3BAAOR%2CQAJ8B%3BEAI9B%2CkBA3BR%2C2BACI%2CWAMI%3BIAiBQ%3BIACA%3B%3B%3BAAvDpB%2CkBA%2BDI%2CiBACI%2CGAAE%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CQAJ2B%3BEAI3B%2CkBAXR%2CiBACI%2CGAAE%3BIAOM%3B%3B%3BAAGJ%2CkBAXR%2CiBACI%2CGAAE%2CmBAUG%3BEACG%2CSAAkB%2CEAAlB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjFhB%2CkBA%2BDI%2CiBACI%2CGAAE%2CmBAoBE%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAC3FhB%2CaAEE%3BEACE%3BEACA%2CaAAa%2C0BAAb%3BEACA%3B%3BAALJ%2CaAOE%2CwCAAwC%3BEAEtC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAASF%2CmBAPwC%3BEAOxC%2CaAnBA%2CwCAAwC%3BIAapC%2C%2BBAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAxBN%2CaA2BE%3BEAEE%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAOA%2CmBALsC%3BEAKtC%2CaAdF%3BIAUI%3BIACA%3B%3B%3BAAtCN%2CaA2BE%2CcAcE%3BEAEE%3BEACA%3B%3BAA5CN%2CaA2BE%2CcAcE%2CWAKE%3BEAEE%3BEACA%3B%3BAAjDR%2CaA2BE%2CcAcE%2CWAYE%3BEAEE%3B%3BAAUF%2CmBARwC%3BEAQxC%2CaAtCJ%2CcAcE%2CWAYE%3BIAKI%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAA9DV%2CaA2BE%2CcAcE%2CWA0BE%3BEAEE%3BEACA%3BEACA%3B%3BAAQA%2CmBANsC%3BEAMtC%2CaApDN%2CcAcE%2CWA0BE%3BIAOI%3BIACA%3BIACA%3B%3B%3BAA5EV%2CaA2BE%2CcAcE%2CWA0BE%2CuBAYE%3BEAEE%3BEAEA%3BEACA%3BEACA%3B%3BAAQF%2CmBANwC%3BEAMxC%2CaAlEN%2CcAcE%2CWA0BE%2CuBAYE%3BIASI%2CkBAAA%3BIACA%3BIACA%3B%3B%3BAAWZ%3BEACE%3B%3BAADF%2CuBAEE%3BEACE%2CkGAAA%3BEACA%3B%3BAAIJ%3BEACE%3B%3BAADF%2C2BAEE%3BEACE%2CsGAAA%3BEACA%3B%3BACjHJ%2CyCAEE%3BEACE%3B%3BAAHJ%2CyCAEE%2CoBAEE%3BEACE%3B%3BAALN%2CyCASE%3BEACE%3BEACA%3B%3BACXJ%3BEAEE%3BEACA%3BEACA%2CaAAa%2C0BAAb%3BEACA%3BEACA%2CcAAA%3B%3BAANF%2CwBAQE%3BAARF%2CwBAQqB%3BEACjB%3BEACA%2CcAAA%3B%3BAAVJ%2CwBAaE%3BAAbF%2CwBAaW%3BEACP%3B%3BAAdJ%2CwBAiBE%3BEACE%3BEACA%2CsFAAA%3B%3B%3BApGnBJ%2CaAEC%3BEACC%3B%3BAAHF%2CaAMC%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%2CaAAe%2C0BAAf%3BEACA%3B%3BAAbF%2CaAMC%2CKASC%3BEACC%2CaAAa%2C0BAAb%3BEACA%3B%3BAAjBH%2CaAMC%2CKAcC%3BEACC%3B%3BAArBH%2CaAMC%2CKAkBC%2CwBACC%2C0BACC%3BEACC%3B%3BAA3BL%2CaAMC%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BEAC%5C%2FC%3BEACA%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CaAlCF%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%3BIAK9C%3B%3B%3BAArCJ%2CaAMC%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CuBAQ9C%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5CJ%2CaAMC%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CuBAQ9C%2CKAMA%3BEACC%2CcAAA%3B%3BAAEA%2CaA3CJ%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CuBAQ9C%2CKAMA%2CEAGE%3BEACA%2CcAAA%3B%3BAAIF%2CaAhDH%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CuBAQ9C%2CKAcC%3BEACA%2CSAAe%2CEAAf%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaA3DH%2CKA0BC%2CGAAE%2CIAAI%2CiBAAiB%2CIAAI%2CiBAAiB%2CIAAI%2CuBAQ9C%2CKAyBC%3BEACA%3B%3BAH%5C%2FDH%2CaGGD%2CKAkEC%2C0BHrEC%3BAACD%2CaGED%2CKAkEC%2C0BHpEC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKAkEC%2C0BHhEC%3BEACC%3B%3BAANF%2CaGGD%2CKAkEC%2C0BHrEC%3BAACD%2CaGED%2CKAkEC%2C0BHpEC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKAkEC%2C0BHhEC%3BEACC%3B%3BAGTJ%2CaAMC%2CKAkEC%2C0BAIC%3BEACC%3BEACA%3B%3BAAEA%2CaA1EH%2CKAkEC%2C0BAIC%2CWAIE%2CIAAI%3BEACJ%3B%3BAAjFL%2CaAMC%2CKAkEC%2C0BAaC%3BEACC%3B%3BAAtFJ%2CaAMC%2CKAoFC%2C4BAEC%3BAA5FH%2CaAMC%2CKAoFC%2C4BAGC%2CIAAG%3BAA7FN%2CaAMC%2CKAoFC%2C4BAIC%3BEACC%3B%3BAA%5C%2FFJ%2CaAMC%2CKA6FC%3BEuDpFA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA1DbA%2CaGGD%2CKA6FC%2CoBHhGC%3BAACD%2CaGED%2CKA6FC%2CoBH%5C%2FFC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKA6FC%2CoBH3FC%3BEACC%3B%3BAANF%2CaGGD%2CKA6FC%2CoBHhGC%3BAACD%2CaGED%2CKA6FC%2CoBH%5C%2FFC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKA6FC%2CoBH3FC%3BEACC%3B%3BAGTJ%2CaAMC%2CKA6FC%2CoBAKE%3BEuDnCF%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CavDxEC%2CKA6FC%2CoBAKE%3BIuD7BA%3BIACA%2CUAAA%3B%3B%3BAvD5EJ%2CaAMC%2CKA6FC%2CoBAKE%2CaAIA%3BEACC%3B%3BAAGD%2CaA1GH%2CKA6FC%2CoBAKE%2CaAQC%2CIAAI%3BEACJ%3B%3BAAjHL%2CaAMC%2CKAiHC%3BEAIC%3B%3BAHxHD%2CaGGD%2CKAiHC%2CWHpHC%3BAACD%2CaGED%2CKAiHC%2CWHnHC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKAiHC%2CWH%5C%2FGC%3BEACC%3B%3BAANF%2CaGGD%2CKAiHC%2CWHpHC%3BAACD%2CaGED%2CKAiHC%2CWHnHC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKAiHC%2CWH%5C%2FGC%3BEACC%3B%3BAGTJ%2CaAMC%2CKAiHC%2CWAMC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAjIJ%2CaAMC%2CKAiHC%2CWAaC%2CMAAK%3BAApIR%2CaAMC%2CKAiHC%2CWAcC%2CMAAK%3BAArIR%2CaAMC%2CKAiHC%2CWAeC%3BAAtIH%2CaAMC%2CKAiHC%2CWAgBC%3BAAvIH%2CaAMC%2CKAiHC%2CWAiBC%2CMAAK%3BEACJ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAAEA%2CaA5IH%2CKAiHC%2CWAaC%2CMAAK%2CaAcH%3BAAAD%2CaA5IH%2CKAiHC%2CWAcC%2CMAAK%2CcAaH%3BAAAD%2CaA5IH%2CKAiHC%2CWAeC%2COAYE%3BAAAD%2CaA5IH%2CKAiHC%2CWAgBC%2CSAWE%3BAAAD%2CaA5IH%2CKAiHC%2CWAiBC%2CMAAK%2CiBAUH%3BEACA%2CqBAAA%3B%3BAAnJL%2CaAMC%2CKAiHC%2CWAgCC%3BEACC%3BEACA%3BEACA%3B%3BAA1JJ%2CaAMC%2CKAiHC%2CWAsCC%3BEACC%3BEACA%3B%3BAA%5C%2FJJ%2CaAMC%2CKAiHC%2CWA2CsB%2CMAAK%3BAAlK7B%2CaAMC%2CKAiHC%2CWAwUF%2CCA7RwC%2CKAAK%3BEACb%3B%3BAAnKhC%2CaAMC%2CKAkKC%2CaAEC%3BAA1KH%2CaAMC%2CKAmKC%2CiBACC%3BEACC%3B%3BAA3KJ%2CaAMC%2CKAkKC%2CaAMC%3BAA9KH%2CaAMC%2CKAmKC%2CiBAKC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAlLJ%2CaAMC%2CKAgLC%3BEACC%3B%3BAAvLH%2CaAMC%2CKAoLC%3BAA1LF%2CaAMC%2CKAqLC%3BAA3LF%2CaAMC%2CKAsLC%2CiCAAiC%3BEAEhC%3B%3BAAEA%2CaA1LF%2CKAoLC%2CoBAME%3BAAAD%2CaA1LF%2CKAqLC%2CiBAKE%3BAAAD%2CaA1LF%2CKAsLC%2CiCAAiC%2CiCAI%5C%2FB%3BEACA%3B%3BAAjMJ%2CaAMC%2CKAoLC%2CoBAUC%3BAApMH%2CaAMC%2CKAqLC%2CiBASC%3BAApMH%2CaAMC%2CKAsLC%2CiCAAiC%2CiCAQhC%3BEAEC%3BEACA%3BEACA%3BEACA%3B%3BAAzMJ%2CaAMC%2CKAoLC%2CoBAkBC%3BAA5MH%2CaAMC%2CKAqLC%2CiBAiBC%3BAA5MH%2CaAMC%2CKAsLC%2CiCAAiC%2CiCAgBhC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaA%5C%2FMH%2CKAoLC%2CoBAkBC%2CMASE%3BAAAD%2CaA%5C%2FMH%2CKAqLC%2CiBAiBC%2CMASE%3BAAAD%2CaA%5C%2FMH%2CKAsLC%2CiCAAiC%2CiCAgBhC%2CMASE%3BEACA%2CSAAY%2CEAAZ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAAGD%2CaA1NH%2CKAoLC%2CoBAkBC%2CMAoBE%3BAAAD%2CaA1NH%2CKAqLC%2CiBAiBC%2CMAoBE%3BAAAD%2CaA1NH%2CKAsLC%2CiCAAiC%2CiCAgBhC%2CMAoBE%3BEACA%2CSAAkB%2CEAAlB%3BEACA%3BEACA%3BEACA%2CsBAAsB%2C68CAAtB%3BEACA%2C0BAAA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEN7CH%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAMmDN%2CaA7OH%2CKAoLC%2CoBAwDC%2CMAAK%2CQAAS%2CQACZ%3BAAAD%2CaA7OH%2CKAqLC%2CiBAuDC%2CMAAK%2CQAAS%2CQACZ%3BAAAD%2CaA7OH%2CKAsLC%2CiCAAiC%2CiCAsDhC%2CMAAK%2CQAAS%2CQACZ%3BEACA%3B%3BAASD%2CaAvPH%2CKAqPC%2CiBACC%2CMACE%3BEACA%3B%3BAAOD%2CaA%5C%2FPH%2CKA6PC%2CiCAAiC%2CiCAChC%2CMAAK%2CWAAY%2CQACf%3BEACA%3B%3BAAtQL%2CaAMC%2CKAqQC%2CqBAEC%2CoBAEC%3BAA%5C%2FQJ%2CaAMC%2CKAqQC%2CqBAGC%2CiBACC%3BEACC%3B%3BAH7QH%2CaGGD%2CKA%2BQC%2CgBHlRC%3BAACD%2CaGED%2CKA%2BQC%2CgBHjRC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKA%2BQC%2CgBH7QC%3BEACC%3B%3BAANF%2CaGGD%2CKA%2BQC%2CgBHlRC%3BAACD%2CaGED%2CKA%2BQC%2CgBHjRC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGFD%2CKA%2BQC%2CgBH7QC%3BEACC%3B%3BAGTJ%2CaAMC%2CKA%2BQC%2CgBAGC%3BEuDzQD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAvDhBF%2CaAMC%2CKA%2BQC%2CgBAGC%2CkBAIE%3BEuDnPH%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEvDkPG%3B%3BAuD5OL%2CQAJqC%3BEAIrC%2CavD5CC%2CKA%2BQC%2CgBAGC%2CkBAIE%3BIuD7OD%3BIACA%2CmBAAA%3B%3B%3BAvDhDJ%2CaAMC%2CKA%2BQC%2CgBAGC%2CkBAIE%2CaAIA%3BEACC%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAvSN%2CaAMC%2CKA%2BQC%2CgBAGC%2CkBAIE%2CaAcA%3BEACC%3BEACA%3BEACA%3B%3BAA7SN%2CaAMC%2CKA8SC%3BEACC%3B%3BAArTH%2CaAyTC%3BAAzTD%2CaA0TC%3BEAEC%3B%3BAHzTA%2CaGsTD%2CcHtTE%3BAAAD%2CaGuTD%2CQHvTE%3BAACD%2CaGqTD%2CcHrTE%3BAAAD%2CaGsTD%2CQHtTE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGiTD%2CcHjTE%3BAAAD%2CaGkTD%2CQHlTE%3BEACC%3B%3BAANF%2CaGsTD%2CcHtTE%3BAAAD%2CaGuTD%2CQHvTE%3BAACD%2CaGqTD%2CcHrTE%3BAAAD%2CaGsTD%2CQHtTE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaGiTD%2CcHjTE%3BAAAD%2CaGkTD%2CQHlTE%3BEACC%3B%3BAGuTF%2CaADD%2CWACE%2CIAAI%3BEACJ%3B%3BAAjUH%2CaAqUC%3BEACC%3B%3BAHnUA%2CaGkUD%2CYHlUE%3BAACD%2CaGiUD%2CYHjUE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaG6TD%2CYH7TE%3BEACC%3B%3BAANF%2CaGkUD%2CYHlUE%3BAACD%2CaGiUD%2CYHjUE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaG6TD%2CYH7TE%3BEACC%3B%3BAGTJ%2CaAqUC%2CYAIC%3BEACC%3B%3BAA1UH%2CaA8UC%2CaAAY%3BEACX%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAdD%2CaAAY%2CeAcV%3BEACA%2CmBAAA%3B%3BAAMD%2CaAFD%2CSAAQ%2CIAAI%2CuBAEV%2CIAAI%3BEACJ%2CyBAAA%3BEACA%3BEACA%3B%3BAAEA%2CaAPF%2CSAAQ%2CIAAI%2CuBAEV%2CIAAI%2CYAKH%2CIAAI%3BEACJ%3BEACA%3B%3BAAIF%2CaAbD%2CSAAQ%2CIAAI%2CuBAaV%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%3B%3BAAjXH%2CaAiWC%2CSAAQ%2CIAAI%2CuBAmBX%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAA1XH%2CaAiWC%2CSAAQ%2CIAAI%2CuBAmBX%2COAQC%3BEACC%2CeAAA%3B%3BAA7XJ%2CaAiWC%2CSAAQ%2CIAAI%2CuBAgCX%3BEACC%3BEACA%3B%3BAAnYH%2CaAwYC%2CcACC%3BEACC%3B%3BAA1YH%2CaAwYC%2CcACC%2CiBAEC%3BEACC%3BEACA%3BEACA%3B%3BAA9YJ%2CaAwYC%2CcACC%2CiBAQC%3BEACC%3BEACA%3BEACA%2CsBAAsB%2C68CAAtB%3BEACA%2C0BAAA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEN7NF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BEM6NN%3BEACA%3B%3BAA9ZJ%2CaAwYC%2CcACC%2CiBAwBC%2CMAAK%3BEACJ%3B%3BAAOJ%2CIAAI%2CGAAI%2CSAAQ%2CUACf%3BEACC%3B%3BAAIF%2CuBAEC%2CwBAEC%2CoBAEC%3BAALH%2CwBACC%2CwBAEC%2CoBAEC%3BAANH%2CuBAEC%2CwBAGC%2CiBACC%3BAALH%2CwBACC%2CwBAGC%2CiBACC%3BEACC%3B%3BAAPJ%2CuBAYC%3BAAXD%2CwBAWC%3BEACC%3B%3B%3B%3BAqG1bF%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3B%3BApG9BJ%3BEsDeE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAtDhBF%2CaAIG%3BEsDiED%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEtDjEA%3B%3BAsD2CF%2CQAJqC%3BEAIrC%2CatD9CG%3BIsD2CC%3BIACA%2CUAAA%3B%3B%3BAA8BJ%2CQAJqC%3BEAIrC%2CatD1EG%3BIsDuEC%3BIACA%2CmBAAA%3B%3B%3BAtDnEF%2CaALC%2CKAKA%2CUAAU%3BEACV%3B%3BAAVH%2CaAIG%2CKASD%3BEACC%2CmBAAA%3B%3BAAEA%2CaAZA%2CKASD%2CIAGE%2CMACA%2CKACC%3BEP8FH%2CmBAAmB%2CUAAnB%3BEACI%2CeAAe%2CUAAf%3BEACC%2CcAAc%2CUAAd%3BEACG%2CWAAW%2CUAAX%3B%3BAOnHV%2CaAIG%2CKASD%2CIAWC%3BEACC%3B%3BAAzBJ%2CaAIG%2CKASD%2CIAWC%2CKAEC%3BEACC%3BEACA%3BEACA%3BEPmFH%2CmBAAmB%2CQAAnB%3BEACI%2CeAAe%2CQAAf%3BEACC%2CcAAc%2CQAAd%3BEACG%2CWAAW%2CQAAX%3BEA2ER%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BAOhMV%2CaAIG%2CKASD%2CIAwBC%3BEACC%3B%3BAAtCJ%2CaAIG%2CKASD%2CIAwBC%2CQAGC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGC%2CaA3CH%2CKASD%2CIAwBC%2CQAGC%2CGAMC%2CEACE%3BEACA%2CcAAA%3B%3BAAhDP%2CaAIG%2CKASD%2CIAwBC%2CQAgBC%3BEACE%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAAoB%3BEACpB%3B%3BAA9DN%2CaAIG%2CKASD%2CIAwBC%2CQA4BC%3BEACC%3B%3BAAGC%2CaAjEH%2CKASD%2CIAwBC%2CQA4BC%2CWAGC%2CGACE%2CIAAI%3BEACJ%3B%3BAAtEP%2CaAIG%2CKASD%2CIAwBC%2CQAuCC%3BEACC%3B%3BAA7EL%2CaAIG%2CKASD%2CIAwBC%2CQAuCC%2COAEC%3BEACC%2CaN7Bc%2C0BM6Bd%3BEACA%3BEACA%3B%3BAAjFN%2CaAIG%2CKASD%2CIAwBC%2CQAuCC%2COAOG%3BEACD%3BEACA%3BEAMA%3B%3BAAJA%2CaAnFH%2CKASD%2CIAwBC%2CQAuCC%2COAOG%2CKAIA%2CIAAI%3BEACJ%3B%3BAAxFP%2CaAIG%2CKASD%2CIAwBC%2CQAuCC%2COAOG%2CKAUD%3BEACC%3B%3BAAGD%2CaA7FH%2CKASD%2CIAwBC%2CQAuCC%2COAOG%2CKAcA%3BEACA%3BEACA%3B%3BAAFD%2CaA7FH%2CKASD%2CIAwBC%2CQAuCC%2COAOG%2CKAcA%2CGAGA%3BEACC%3BEACA%3BEACA%3B%3BAAEA%2CaArGL%2CKASD%2CIAwBC%2CQAuCC%2COAOG%2CKAcA%2CGAGA%2CEAKE%2CIAAI%3BEACJ%3B%3BAATH%2CaA7FH%2CKASD%2CIAwBC%2CQAuCC%2COAOG%2CKAcA%2CGAGA%2CEASC%3BEACC%3BEACA%3BEACA%3B%3BAAWT%2CuBAEC%2CmBACC%3BEAEC%3B%3BAALH%2CuBAEC%2CmBACC%2CcAIC%3BEACC%3BEACA%3B%3BAATJ%2CuBAEC%2CmBACC%2CcASC%3BEACC%3BEACA%3B%3BAAdJ%2CuBAEC%2CmBACC%2CcASC%2CsBAIC%3BEAGC%3BEACA%3BEACA%3BEACA%3B%3BAAtBL%2CuBAEC%2CmBACC%2CcASC%2CsBAcC%3BAA1BJ%2CuBAEC%2CmBACC%2CcASC%2CsBAcQ%3BEAEN%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CuBAlCH%2CmBACC%2CcASC%2CsBAwBE%2CIAAI%3BEAEJ%3BEACA%3B%3BAAOD%2CmBALsC%3BEAKtC%2CuBA5CH%2CmBACC%2CcASC%2CsBAwBE%2CIAAI%3BIAMH%3BIACA%3BIACA%3B%3B%3BAAIF%2CuBA9CH%2CmBACC%2CcASC%2CsBAoCE%3BEAGA%3BEACA%3B%3BAAMA%2CmBAJsC%3BEAItC%2CuBAxDJ%2CmBACC%2CcASC%2CsBAoCE%3BIAOC%3B%3B%3BAAPF%2CuBA9CH%2CmBACC%2CcASC%2CsBAoCE%2CoBAUA%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEAGA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CuBAzEL%2CmBACC%2CcASC%2CsBAoCE%2CoBAUA%2CMAiBE%3BEACA%3BEACA%2CcAAA%3B%3BAAYP%2CaAEC%3BEsDjJC%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CatDwIC%3BIsD3IG%3BIACA%2CmBAAA%3B%3B%3BAtDwIJ%2CaAEC%2CKAGC%3BEACC%3BEACA%3BEACA%3B%3BAARH%2CaAYC%3BEsD3JC%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJqC%3BEAIrC%2CatDkJC%3BIsDrJG%3BIACA%2CmBAAA%3B%3B%3BAtDwIJ%2CaAYC%2CQAIC%3BEACC%3BEAEA%3BEACA%3B%3BAAGC%2CaAXH%2CQAIC%2CGAMC%2CEACE%3BEACA%2CcAAA%3B%3BAAxBL%2CaAYC%2CQAiBC%3BEACE%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvCJ%2CaAYC%2CQA8BC%3BEACC%3B%3BAA3CH%2CaAYC%2CQA8BC%2COAEG%3BEACD%3BEACA%3BEASA%3B%3BAAPA%2CaApCH%2CQA8BC%2COAEG%2CKAIA%3BEACA%3B%3BAAED%2CaAvCH%2CQA8BC%2COAEG%2CKAOA%2CIAAI%3BEACJ%3B%3BAApDL%2CaAYC%2CQA8BC%2COAEG%2CKAaD%3BEACC%3B%3BAAGD%2CaAjDH%2CQA8BC%2COAEG%2CKAiBA%3BEACA%3B%3BAADD%2CaAjDH%2CQA8BC%2COAEG%2CKAiBA%2CGAGA%3BEACC%3BEACA%3BEACA%3B%3BAAEA%2CaAzDL%2CQA8BC%2COAEG%2CKAiBA%2CGAGA%2CEAKE%2CIAAI%3BEACJ%3B%3BAATH%2CaAjDH%2CQA8BC%2COAEG%2CKAiBA%2CGAGA%2CEASC%3BEACC%3BEACA%3BEACA%3B%3BAA5EP%2CaAsFC%3BEACC%3BEACA%3BEACA%2C6BAAA%3B%3BAAKF%3BEsDnSE%2CkBAAA%3BEACA%2CmBAAA%3BEtDoSD%3B%3BAAFD%2CsBAGG%3BEsDhPD%3BEACA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEtDgPA%3B%3BAsDtQF%2CQAJqC%3BEAIrC%2CsBtDmQG%3BIsDtQC%3BIACA%2CUAAA%3B%3B%3BAA8BJ%2CQAJqC%3BEAIrC%2CsBtDuOG%3BIsD1OC%3BIACA%2CmBAAA%3B%3B%3BAtDsOJ%2CsBAGG%2CKAKD%2CeAAe%2COAAO%2CKAAK%3BEAC1B%3B%3BAqG3TH%2CaAAa%2C2BAA4B%2CMAAM%2CcAAc%3BEAC3D%3B%3BAAGF%3BEAEE%3B%3BAAMD%2CmBAJsC%3BEAItC%3BIAHC%3B%3B%3BAALF%2CaAQC%3BEACC%3BEACA%2CgBAAA%3BEACA%3B%3BAAXF%2CaAeC%3BEACC%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE5GiKA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA4G5LV%2CaAeC%2CGAaC%3BEACC%3B%3BAAOD%2CmBAJsC%3BEAItC%2CaArBD%3BIAkBE%3B%3B%3BAAGD%2CaArBD%2CGAqBE%3BEACA%3B%3BAADD%2CaArBD%2CGAqBE%2CWAGA%3BEACC%3B%3BAAxCJ%2CaAeC%2CGA6BC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAQA%2CmBALqC%3BEAKrC%2CaA7CF%2CGA6BC%3BIAYE%3B%3B%3BAAID%2CaA7CF%2CGA6BC%2CEAgBE%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9DJ%2CaAoEC%3BEAEG%3BEACA%3BEACA%3B%3BAAxEJ%2CaAoEC%2CoBAMC%3BEACC%3B%3BAA3EH%2CaAoEC%2CoBAUC%3BEACC%3B%3BAA%5C%2FEH%2CaAoFC%3BEACC%3BEACG%3BEACA%3BEACH%3BEACA%3B%3BAAYA%2CmBAVqC%3BEAUrC%2CaAjBD%3BIAQE%3BIACA%3BIACA%3BIACA%3B%3BEzGhGD%2CayGqFD%2CQzGrFE%3BEACD%2CayGoFD%2CQzGpFE%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CayGgFD%2CQzGhFE%3BIACC%3B%3BEANF%2CayGqFD%2CQzGrFE%3BEACD%2CayGoFD%2CQzGpFE%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CayGgFD%2CQzGhFE%3BIACC%3B%3B%3BAyGLJ%2CaAoFC%2CQAiBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOD%2CmBALsC%3BEAKtC%2CaAjCD%2CQAiBC%3BIAYE%3BIACA%3BIACA%3B%3B%3BAAnHJ%2CaAoFC%2CQAmCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAASA%2CmBAPqC%3BEAOrC%2CaAvDF%2CQAmCC%3BIAcE%3BIACA%3BIACA%3BIACA%3B%3B%3BAAGD%2CaAvDF%2CQAmCC%2CEAoBE%3BAAAQ%2CaAvDX%2CQAmCC%2CEAoBW%3BEACT%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3BEACA%3B%3BAA%5C%2FIJ%2CaAwJC%2CoBAEC%3BEACC%3B%3BAA3JH%2CaAwJC%2CoBAMC%3BEACC%3BEACA%3BEACA%3BEACG%3BEACA%3BE5GuBJ%2CsBAAA%3BEACK%2CiBAAA%3BEACG%2CcAAA%3BE4GtBP%3B%3BAAtKH%2CaAwJC%2CoBAMC%2CYAUC%3BEACC%3BE5GiBF%2CsBAAA%3BEACK%2CiBAAA%3BEACG%2CcAAA%3B%3BA4GfP%2CaArBF%2CoBAMC%2CYAeE%3BEACA%3BEACA%3BE5GWF%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA4GfP%2CaArBF%2CoBAMC%2CYAeE%2COAKA%3BEACC%3BEACK%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAlCT%2CoBAMC%2CYAeE%2COAKA%2CkBAQO%3BEACC%2CSAAS%2CIAAT%3BEACA%2CcAAA%3B%3BAAGF%2CaAvCT%2CoBAMC%2CYAeE%2COAKA%2CkBAaO%3BEACC%2CcAAA%3B%3BAAhMZ%2CaAwJC%2CoBAMC%2CYAwCG%3BEACD%3B%3BAAvMJ%2CaAwJC%2CoBAMC%2CYA4CC%2CiBAEC%3BEAGE%3BEACA%3BEACA%3B%3BAzGlNJ%2CayGyJD%2CoBAMC%2CYA4CC%2CiBAEC%2CiBzG7MD%3BAACD%2CayGwJD%2CoBAMC%2CYA4CC%2CiBAEC%2CiBzG5MD%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CayGoJD%2CoBAMC%2CYA4CC%2CiBAEC%2CiBzGxMD%3BEACC%3B%3BAANF%2CayGyJD%2CoBAMC%2CYA4CC%2CiBAEC%2CiBzG7MD%3BAACD%2CayGwJD%2CoBAMC%2CYA4CC%2CiBAEC%2CiBzG5MD%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CayGoJD%2CoBAMC%2CYA4CC%2CiBAEC%2CiBzGxMD%3BEACC%3B%3BAyGoNE%2CmBANsC%3BEAMtC%2CaAjEL%2CoBAMC%2CYA4CC%2CiBAEC%3BIAQG%3BIACA%3BIACA%3B%3B%3BAASD%2CmBANqC%3BEAMrC%2CaAvEL%2CoBAMC%2CYA4CC%2CiBAEC%3BIAcG%3BIACA%3BIACA%3B%3B%3BAASF%2CmBANsC%3BEAMtC%2CaA7EJ%2CoBAMC%2CYA4CC%2CiBAEC%3BIAoBG%3BIACA%3BIACA%3B%3B%3BAAlOP%2CaAwJC%2CoBAMC%2CYA4CC%2CiBAEC%2CiBAyBG%3BEAED%3B%3BAAvON%2CaAwJC%2CoBAMC%2CYA4CC%2CiBAEC%2CiBAyBG%2CaAID%3BEACC%3B%3BAA1OP%2CaAwJC%2CoBAMC%2CYA4CC%2CiBAEC%2CiBAyBG%2CaAQD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE5G1DL%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE4G0DH%3BEACA%3BEACA%3BEACA%3B%3BAAGA%2CaApGN%2CoBAMC%2CYA4CC%2CiBAEC%2CiBAyBG%2CaAQD%2CMAeE%3BEACA%3BEACA%2CmBAAA%3B%3BAA9PR%2CaAwJC%2CoBAMC%2CYA4CC%2CiBAEC%2CiBAyBG%2CaA6BD%2CMAAK%2CQAAW%3BEACf%3BEACC%2CmBAAA%3B%3BAApQR%2CaAwJC%2CoBAqHG%3BAA7QJ%2CaAwJC%2CoBAqH6B%3BEACxB%3BEACA%3B%3BAAEA%2CaAzHL%2CoBAqHG%2CyBAIG%3BAAAD%2CaAzHL%2CoBAqH6B%2C2BAIvB%3BEACC%3B%3BAAlRR%2CaAwJC%2CoBAqHG%2CyBAQD%2CiBAEC%3BAAvRJ%2CaAwJC%2CoBAqH6B%2C2BAQ3B%2CiBAEC%3BEAEC%3BEACA%3BEACA%3B%3BAAQA%2CmBANsC%3BEAMtC%2CaA3IJ%2CoBAqHG%2CyBAQD%2CiBAEC%3BEAYC%2CaA3IJ%2CoBAqH6B%2C2BAQ3B%2CiBAEC%3BIAOE%3BIACA%3BIACA%3B%3B%3BAASD%2CmBANsC%3BEAMtC%2CaAjJJ%2CoBAqHG%2CyBAQD%2CiBAEC%3BEAkBC%2CaAjJJ%2CoBAqH6B%2C2BAQ3B%2CiBAEC%3BIAaE%3BIACA%3BIACA%3B%3B%3BAASF%2CmBANuC%3BEAMvC%2CaAvJH%2CoBAqHG%2CyBAQD%2CiBAEC%3BEAwBA%2CaAvJH%2CoBAqH6B%2C2BAQ3B%2CiBAEC%3BIAmBE%3BIACA%3BIACA%3B%3B%3BAA5SN%2CaAqTC%3BEACC%3B%3BAAtTF%2CaAqTC%2CcAGC%3BEACC%3B%3BAACA%2CaALF%2CcAGC%2CeAEE%3BEACA%3B%3BAA3TJ%2CaAqTC%2CcAUC%3BAA%5C%2FTF%2CaAqTC%2CcAUa%3BEACX%3BEACA%3BEACA%3BEACA%3BE5GzID%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA4G6IT%2CaAAC%2CQACA%3BEACC%3BE5GjJD%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3B%3BA4GoJT%2CaAAC%2COACA%2CcAEC%3BAAHF%2CaAAC%2COACA%2CcAEsB%3BEACpB%3B%3BAApVJ%2CaA0VC%2CWAEC%3BEACC%3B%3BAA7VH%2CaA0VC%2CWAEC%2CeAKC%3BEACC%3BEACA%2Ca3GrTgB%2C0B2GqThB%3BEACA%3B%3BAAEA%2CaAZH%2CWAEC%2CeAKC%2CgBAKE%3BEACA%3B%3BAAvWL%2CaA0VC%2CWAEC%2CeAeC%3BEACC%3BEACA%3B%3BAzG9WF%2CayG2VD%2CWAEC%2CeAeC%2CmBzG5WA%3BAACD%2CayG0VD%2CWAEC%2CeAeC%2CmBzG3WA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CayGsVD%2CWAEC%2CeAeC%2CmBzGvWA%3BEACC%3B%3BAANF%2CayG2VD%2CWAEC%2CeAeC%2CmBzG5WA%3BAACD%2CayG0VD%2CWAEC%2CeAeC%2CmBzG3WA%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CayGsVD%2CWAEC%2CeAeC%2CmBzGvWA%3BEACC%3B%3BAyG8WC%2CmBAJqC%3BEAIrC%2CaAzBJ%2CWAEC%2CeAeC%3BIAKE%3B%3B%3BAAQD%2CmBALsC%3BEAKtC%2CaA9BH%2CWAEC%2CeAeC%3BIASU%3B%3B%3BAAIT%2CaA9BH%2CWAEC%2CeAeC%2CmBAaE%3BEACA%2CiBAAA%3B%3BAAzXL%2CaA0VC%2CWAEC%2CeAeC%2CmBAiBC%3BEACC%3B%3BAA7XL%2CaA0VC%2CWAEC%2CeAeC%2CmBAqBC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAArYL%2CaA0VC%2CWAEC%2CeAeC%2CmBAqBC%2CMAOC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAvCpWL%2CauCiTA%2CWAEC%2CeAeC%2CmBAqBC%2CMAOC%2CMvC9VH%3BEACA%2CSAAS%2CEAAT%3BEvBzBE%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAkB%2CoDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBuBF%3BEACA%3BEACA%3BEACA%2CYAAA%3BEACA%3B%3BAAGD%2CauCuSA%2CWAEC%2CeAeC%2CmBAqBC%2CMAOC%2CMvCpVH%3BEACA%2CSAAS%2CEAAT%3BEvBnCE%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3BEACA%2CkBAAkB%2CoDAAlB%3BEACA%3BEACA%2CsHAAA%3BEuBiCF%3BEACA%3BEACA%3BEACA%2CYAAA%3BEACA%3B%3BAuC1DF%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%3BEACC%3BEACA%3BEACA%3B%3B%3B%3B%3BAAtZL%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COASG%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaA9EL%2CWAEC%2CeAeC%2CmBAwCC%2COASG%2CSAYA%3BEAEA%2CmCAAA%3BEACA%3BEACA%3B%3BAAKD%2CaAvFL%2CWAEC%2CeAeC%2CmBAwCC%2COASG%2CSAqBA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtbP%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COASG%2CSA8BD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAvGL%2CWAEC%2CeAeC%2CmBAwCC%2COASG%2CSAqCA%2CMACA%3BEACC%2CcAAA%3B%3BAAncR%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAjdP%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAOA%2COACC%3BEACC%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaAlIR%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAOA%2COACC%2CKAQE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE9DjdN%2CkBAAkB%2CqEAAlB%3BEACA%2CkBAAkB%2CgEAAlB%3BEACA%2CkBAAkB%2CmEAAlB%3BEACA%3BEACA%2CsHAAA%3BE8D%2BcM%3B%3BAApeV%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAOA%2COACC%2CKAoBC%3BEACC%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAjfV%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAOA%2COAkCC%3BEACC%3BEACA%2CkBAAA%3BEACA%3BEACA%3B%3BAAzfT%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAOA%2COAkCC%2CQAMC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FfV%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAOA%2COAkCC%2CQAaC%3BEACC%2Ca3GrdU%2C0B2GqdV%3BEACA%3BEACA%3B%3BAArgBV%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGA%2BDE%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BE5GvVN%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE4GuVF%3BEAEA%3B%3BAAEA%2CaA7LP%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGA%2BDE%2CSAYA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5hBT%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGA%2BDE%2CSAqBD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2CaAjNN%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGA%2BFC%2CMACE%3BEACD%3B%3BAAIF%2CaAvNN%2CWAEC%2CeAeC%2CmBAwCC%2COAuDC%2CsBAEC%2CEAAC%2CGAqGC%3BEACA%3B%3BAAljBR%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAoKC%2CsBAAwB%3BEACvB%3B%3BAAxjBN%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAwKC%3BEACC%3BEACA%3BEACA%3B%3BAACA%2CaArOL%2CWAEC%2CeAeC%2CmBAwCC%2COAwKC%2CUAIE%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApkBP%2CaA0VC%2CWAEC%2CeAeC%2CmBAwCC%2COAwKC%2CUAYC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CaApPN%2CWAEC%2CeAeC%2CmBAwCC%2COAwKC%2CUAYC%2CEAOE%3BEACA%2CcAAA%3B%3BAASN%2CaA9PD%2CWA8PE%2CSACA%2CeACC%3BEACC%3B%3BAAHH%2CaA9PD%2CWA8PE%2CSACA%2CeAIE%3BEACC%3BEACA%3B%3BAAPJ%2CaA9PD%2CWA8PE%2CSACA%2CeAIE%2CmBAKC%2C0BAEG%3BEACD%3B%3BAAWR%3BEACC%2CiBAAA%3B%3BAzGlnBC%2CmBAAC%3BAACD%2CmBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CmBAAC%3BEACC%3B%3BAANF%2CmBAAC%3BAACD%2CmBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CmBAAC%3BEACC%3B%3BAyG2mBJ%2CmBAIG%3BEACD%2CiBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAMA%2CmBAJsC%3BEAItC%2CmBAVC%3BIAOA%3B%3B%3BAAOD%2CmBAJqC%3BEAIrC%2CmBAdC%3BIAWA%3B%3B%3BAAMF%2CmBAHsC%3BEAGtC%2CmBAjBE%3BIAeA%3B%3B%3BAAMH%3BEAEC%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAALD%2CcAQC%3BEACC%3BEACA%3B%3BAAVF%2CcAQC%2COAIC%3BEACC%3BEACA%3BEACA%2CkCAAA%3B%3BAAfH%2CcAQC%2COAIC%2CKAKC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvBJ%2CcAQC%2COAIC%2CKAKC%2CKAQC%3BEACC%3B%3BAA1BL%2CcAQC%2COA0BC%3BEAEC%3B%3BAApCH%2CcAQC%2COA0BC%2CQAIC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGA%2CcA1CH%2COA0BC%2CQAIC%2CGAYE%3BEACD%3BEACA%3BEACA%3B%3BAArDJ%2CcA2DC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BE5G%5C%2FgBA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE4G%2BgBR%3B%3BAAlEF%2CcA2DC%2COASC%3BEACC%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3BEACA%3BEACA%3B%3BAA1EH%2CcA2DC%2COASC%2CKAQC%3BEACC%3B%3BAA7EJ%2CcA2DC%2COASC%2CKAYC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAxFJ%2CcA2DC%2COASC%2CKAuBC%3BEACC%2Ca3GvrBgB%2C0B2GurBhB%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FFJ%2CcA2DC%2COAwCC%3BEACC%2CmBAAA%3B%3BAAEA%2CcA3CF%2COAwCC%2CMAGE%3BEACA%2CmBAAA%3B%3BAAvGJ%2CcA2DC%2COAwCC%2CMAOC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FGJ%2CcAqHC%3BEACC%3B%3BAAtHF%2CcAyHC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAC%2CMACA%3BEACC%3B%3BAASH%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3B%3BAAPD%2CsBASC%2COAGC%3BEACC%3B%3BAAbH%2CsBASC%2COAGC%2CKAEC%3BEACC%3BEACA%3BEACA%3B%3BAAjBJ%2CsBASC%2COAYC%3BEACC%2C4BAAA%3BEACA%3B%3BAAvBH%2CsBASC%2COAYC%2CQAKC%3BEACC%3BEACA%3BEACA%3B%3BAA7BJ%2CsBASC%2COAYC%2CQAYC%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtCJ%2CsBA4CC%3BEACC%3BEAEA%3BEACA%3BEACA%3BE5G3oBA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE4G2oBR%3BEACA%3B%3BAApDF%2CsBA4CC%2COAYC%3BEACC%3B%3BAAzDH%2CsBA4CC%2COAYC%2CKAGC%3BEACC%3BEACA%3BEACA%3B%3BAA9DJ%2CsBA4CC%2COAYC%2CKASC%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvEJ%2CsBA4CC%2COAYC%2CKAkBC%3BEACC%2Ca3GjzBgB%2C0B2GizBhB%3BEACA%3BEACA%3BEACA%3B%3BAA9EJ%2CsBA4CC%2COAsCC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACC%3BEACA%3BEACA%3B%3BAAED%2CsBA%5C%2FCF%2COAsCC%2CQASE%3BEACA%2CmBAAA%3B%3BAA5FJ%2CsBA4CC%2COAsCC%2CQAeC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAASA%2CsBAnEH%2COAiEE%2CcACA%2CQACE%3BEACA%2CmBAAA%3B%3BAAKH%2CsBAzED%2COAyEE%2CmBACA%3BEACC%3B%3BAAFF%2CsBAzED%2COAyEE%2CmBAIA%2CQACC%3BEACA%3B%3BAAEA%2CsBAjFH%2COAyEE%2CmBAIA%2CQAIE%3BEAIA%2CmBAAA%3B%3BAAJD%2CsBAjFH%2COAyEE%2CmBAIA%2CQAIE%2CMACA%3BEACA%3B%3BAASJ%2CsBAAC%2CMAEA%3BEACC%3BEACA%3B%3BAA5IH%2CsBA2JC%3BEACC%3B%3BAAID%2CsBAAC%2CMACA%3BEACC%3B%3BAAmDH%2CmBA7CsC%3BEAGrC%2C2CAEC%3BEAF4C%2CaAE5C%3BIACC%3B%3BEAHF%2C2CAEC%2CyBAEC%3BEAJ2C%2CaAE5C%2CyBAEC%3BIACC%3B%3BEALH%2C2CASC%2C2BAA2B%2CaAAc%2C8BACxC%3BEAV2C%2CaAS5C%2C2BAA2B%2CaAAc%2C8BACxC%3BIACC%3B%3BEAXH%2C2CASC%2C2BAA2B%2CaAAc%2C8BAKxC%3BEAd2C%2CaAS5C%2C2BAA2B%2CaAAc%2C8BAKxC%3BIACC%3BIACA%3BInF3uBF%2CWAAA%3BIAGA%2CYAAA%3BIAOA%2CkCAAA%3BImFyuBE%2CsBAAsB%2CgDAAtB%3B%3BEAxBH%2C2CASC%2C2BAA2B%2CaAAc%2C8BAKxC%2CgBAIC%3BEAlB0C%2CaAS5C%2C2BAA2B%2CaAAc%2C8BAKxC%2CgBAIC%3BIACC%3B%3BEAOD%2C2CAjBF%2C2BAA2B%2CaAAc%2C8BAKxC%2CgBAYE%3BEAAD%2CaAjBF%2C2BAA2B%2CaAAc%2C8BAKxC%2CgBAYE%3BInFpxBH%2CWAAA%3BIAGA%2CYAAA%3BIAOA%2CkCAAA%3B%3BEmFgvBD%2C2CAiCC%3BEAjC4C%2CaAiC5C%3BIACC%3B%3B%3B%3BAAUH%2CiBAEC%3BEACC%3BE5GpzBA%2CwBAAA%3BEACK%2CmBAAA%3BEACG%2CgBAAA%3BE4GozBR%3B%3BAALF%2CiBAEC%2CGAIC%3BEACC%2CyBAAA%3BEACA%2Ca3Gl8BmB%2CyB2Gk8BnB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAID%2CiBAdD%2CGAcE%2CWACA%3BEACC%3BEACA%3B%3BAAIF%2CiBArBD%2CGAqBE%2CWACA%3BEACC%3BEACA%3B%3BAASD%2CiBAJF%2CeAEE%2CUAEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca3G3%2BBkB%2CyB2G2%2BBlB%3B%3BAAOD%2CiBAzBF%2CeAuBE%2CUAEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca3GhgCkB%2CyB2GggClB%3BEACA%3B%3BAAWE%2CiBAHL%2CWACC%2CeAEK%3BEACH%3B%3BAAEA%2CiBANH%2CWACC%2CeAEK%2CUAGF%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CiBAhBH%2CWACC%2CeAEK%2CUAaF%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca3GviCiB%2CyB2GuiCjB%3BEACA%2CsBAAA%3BEACA%3B%3BAAKF%2CiBArCF%2CWACC%2CeAoCE%3BEACA%3B%3BAAEA%2CiBAxCH%2CWACC%2CeAoCE%2CUAGC%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CiBAlDH%2CWACC%2CeAoCE%2CUAaC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2Ca3GzkCiB%2CyB2GykCjB%3BEACA%3BEACA%2CyBAAA%3B%3BAAMD%2CmBAJsC%3BEAItC%2CiBAxEH%2CWACC%2CeAoCE%2CUAaC%3BIAmBC%3BIACA%3B%3B%3BAArJN%2CiBA%2BEC%2CWACC%2CeA2EC%3BEACC%3B%3BAAUH%2CaAAC%2CSACC%2CWAAW%2CeAAe%3BEAC1B%3B%3BAAFF%2CaAAC%2CSAKE%2CWAAW%2CeAAe%3BEAC3B%3BEACA%3BEACA%3BEACA%2C6BAAA%3B%3BAATF%2CaAAC%2CSAaG%2CWAAW%2CeAAe%2CmBAAmB%2COAAS%3BEACxD%3B%3B%3BACnqCH%2CUAEC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BEAC5E%3B%3BAAHF%2CUAMC%2CqBAAqB%3BEACb%3B%3BAAPT%2CUAUC%2CcAAc%3BEACN%3B%3BACXT%2CUAEC%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFrD%2CUAEX%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFzC%2CWAEvB%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAF5B%2CUAEpC%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFhB%2CUAEhD%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFJ%2CUAE5D%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFQ%2CUAExE%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFoB%2CUAEpF%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFgC%2CUAEhG%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BAAF4C%2CWAE5G%2CiBAAiB%2CiCAAiC%2CWAAW%2CGAAG%3BEAC%5C%2FD%3B%3BAAHF%2CUAMC%2CqBAAqB%3BAANV%2CUAMX%2CqBAAqB%3BAANE%2CWAMvB%2CqBAAqB%3BAANe%2CUAMpC%2CqBAAqB%3BAAN2B%2CUAMhD%2CqBAAqB%3BAANuC%2CUAM5D%2CqBAAqB%3BAANmD%2CUAMxE%2CqBAAqB%3BAAN%2BD%2CUAMpF%2CqBAAqB%3BAAN2E%2CUAMhG%2CqBAAqB%3BAANuF%2CWAM5G%2CqBAAqB%3BEACb%3B%3BAAPT%2CUAUC%2CcAAc%3BAAVH%2CUAUX%2CcAAc%3BAAVS%2CWAUvB%2CcAAc%3BAAVsB%2CUAUpC%2CcAAc%3BAAVkC%2CUAUhD%2CcAAc%3BAAV8C%2CUAU5D%2CcAAc%3BAAV0D%2CUAUxE%2CcAAc%3BAAVsE%2CUAUpF%2CcAAc%3BAAVkF%2CUAUhG%2CcAAc%3BAAV8F%2CWAU5G%2CcAAc%3BEACN%3B%3BACXT%2CUAEC%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAF1D%2CUAEX%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAF9C%2CUAEvB%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFlC%2CUAEnC%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFtB%2CUAE%5C%2FC%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFV%2CUAE3D%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFE%2CUAEvE%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFc%2CUAEnF%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%3BAAFtE%2CUAGC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAHlE%2CUAGX%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAHtD%2CUAGvB%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAH1C%2CUAGnC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAH9B%2CUAG%5C%2FC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAHlB%2CUAG3D%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAHN%2CUAGvE%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BAAHM%2CUAGnF%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%3BEAC5E%3B%3BAAJF%2CUAOC%2CqBAAqB%3BAAPV%2CUAOX%2CqBAAqB%3BAAPE%2CUAOvB%2CqBAAqB%3BAAPc%2CUAOnC%2CqBAAqB%3BAAP0B%2CUAO%5C%2FC%2CqBAAqB%3BAAPsC%2CUAO3D%2CqBAAqB%3BAAPkD%2CUAOvE%2CqBAAqB%3BAAP8D%2CUAOnF%2CqBAAqB%3BEACb%3B%3BAART%2CUAWC%2CcAAc%3BAAXH%2CUAWX%2CcAAc%3BAAXS%2CUAWvB%2CcAAc%3BAAXqB%2CUAWnC%2CcAAc%3BAAXiC%2CUAW%5C%2FC%2CcAAc%3BAAX6C%2CUAW3D%2CcAAc%3BAAXyD%2CUAWvE%2CcAAc%3BAAXqE%2CUAWnF%2CcAAc%3BEACN%3B%3BAAZT%2CUAeC%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAf3D%2CUAeX%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAf%5C%2FC%2CUAevB%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAfnC%2CUAenC%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAfvB%2CUAe%5C%2FC%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAfX%2CUAe3D%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAfC%2CUAevE%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAfa%2CUAenF%2CsBAAsB%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAfvE%2CUAgBC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhBnE%2CUAgBX%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhBvD%2CUAgBvB%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhB3C%2CUAgBnC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhB%5C%2FB%2CUAgB%5C%2FC%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhBnB%2CUAgB3D%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhBP%2CUAgBvE%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BAAhBK%2CUAgBnF%2C8BAA8B%2CiCAAiC%2CWAAW%2CGAAG%2CEAAC%3BEAC7E%3B%3BAAjBF%2CUAoBC%2CqBAAqB%2CEAAC%3BAApBX%2CUAoBX%2CqBAAqB%2CEAAC%3BAApBC%2CUAoBvB%2CqBAAqB%2CEAAC%3BAApBa%2CUAoBnC%2CqBAAqB%2CEAAC%3BAApByB%2CUAoB%5C%2FC%2CqBAAqB%2CEAAC%3BAApBqC%2CUAoB3D%2CqBAAqB%2CEAAC%3BAApBiD%2CUAoBvE%2CqBAAqB%2CEAAC%3BAApB6D%2CUAoBnF%2CqBAAqB%2CEAAC%3BEACd%3B%3BAArBT%2CUAwBC%2CcAAc%2CEAAC%3BAAxBJ%2CUAwBX%2CcAAc%2CEAAC%3BAAxBQ%2CUAwBvB%2CcAAc%2CEAAC%3BAAxBoB%2CUAwBnC%2CcAAc%2CEAAC%3BAAxBgC%2CUAwB%5C%2FC%2CcAAc%2CEAAC%3BAAxB4C%2CUAwB3D%2CcAAc%2CEAAC%3BAAxBwD%2CUAwBvE%2CcAAc%2CEAAC%3BAAxBoE%2CUAwBnF%2CcAAc%2CEAAC%3BEACP%3B%3BAAzBT%2CUA4BC%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5BnD%2CUA4BX%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5BvC%2CUA4BvB%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5B3B%2CUA4BnC%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5Bf%2CUA4B%5C%2FC%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5BH%2CUA4B3D%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5BS%2CUA4BvE%2CcAAa%2C2BAA4B%2CqBAAqB%3BAA5BqB%2CUA4BnF%2CcAAa%2C2BAA4B%2CqBAAqB%3BEAC7D%3B%3BAA7BF%2CUAgCQ%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhCjE%2CUAgCJ%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhCrD%2CUAgChB%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhCzC%2CUAgC5B%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhC7B%2CUAgCxC%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhCjB%2CUAgCpD%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhCL%2CUAgChE%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BAAhCO%2CUAgC5E%2CcAAa%2C2BAA4B%2CqBAAqB%2CQAAO%3BEAC3E%2CyDAAA%22%7D */