/*========== Container sizes ==========*/
/*========== Grid system ==========*/
/*========== Colors ==========*/
/*========== Scaffolding ==========*/
/*========== Typography ==========*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #8a8a8a;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #818182;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
  line-height: 1.1;
  color: #010400;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #cecece;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #cecece;
}
.text-primary {
  color: #bf2528;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #941d1f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #bf2528;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #941d1f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cecece;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ffffff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #cecece;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffffff;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px;
}
@media (min-width: 768px) {
  .container {
    width: 747px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 967px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row {
  margin-left: -13px;
  margin-right: -14px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 13px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13 {
  float: left;
}
.col-xs-13 {
  width: 100%;
}
.col-xs-12 {
  width: 92.30769230999999%;
}
.col-xs-11 {
  width: 84.61538462%;
}
.col-xs-10 {
  width: 76.92307692%;
}
.col-xs-9 {
  width: 69.23076923000001%;
}
.col-xs-8 {
  width: 61.53846154%;
}
.col-xs-7 {
  width: 53.84615385%;
}
.col-xs-6 {
  width: 46.15384615%;
}
.col-xs-5 {
  width: 38.46153846%;
}
.col-xs-4 {
  width: 30.76923077%;
}
.col-xs-3 {
  width: 23.07692308%;
}
.col-xs-2 {
  width: 15.38461538%;
}
.col-xs-1 {
  width: 7.69230769%;
}
.col-xs-pull-13 {
  right: 100%;
}
.col-xs-pull-12 {
  right: 92.30769230999999%;
}
.col-xs-pull-11 {
  right: 84.61538462%;
}
.col-xs-pull-10 {
  right: 76.92307692%;
}
.col-xs-pull-9 {
  right: 69.23076923000001%;
}
.col-xs-pull-8 {
  right: 61.53846154%;
}
.col-xs-pull-7 {
  right: 53.84615385%;
}
.col-xs-pull-6 {
  right: 46.15384615%;
}
.col-xs-pull-5 {
  right: 38.46153846%;
}
.col-xs-pull-4 {
  right: 30.76923077%;
}
.col-xs-pull-3 {
  right: 23.07692308%;
}
.col-xs-pull-2 {
  right: 15.38461538%;
}
.col-xs-pull-1 {
  right: 7.69230769%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-13 {
  left: 100%;
}
.col-xs-push-12 {
  left: 92.30769230999999%;
}
.col-xs-push-11 {
  left: 84.61538462%;
}
.col-xs-push-10 {
  left: 76.92307692%;
}
.col-xs-push-9 {
  left: 69.23076923000001%;
}
.col-xs-push-8 {
  left: 61.53846154%;
}
.col-xs-push-7 {
  left: 53.84615385%;
}
.col-xs-push-6 {
  left: 46.15384615%;
}
.col-xs-push-5 {
  left: 38.46153846%;
}
.col-xs-push-4 {
  left: 30.76923077%;
}
.col-xs-push-3 {
  left: 23.07692308%;
}
.col-xs-push-2 {
  left: 15.38461538%;
}
.col-xs-push-1 {
  left: 7.69230769%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-13 {
  margin-left: 100%;
}
.col-xs-offset-12 {
  margin-left: 92.30769230999999%;
}
.col-xs-offset-11 {
  margin-left: 84.61538462%;
}
.col-xs-offset-10 {
  margin-left: 76.92307692%;
}
.col-xs-offset-9 {
  margin-left: 69.23076923000001%;
}
.col-xs-offset-8 {
  margin-left: 61.53846154%;
}
.col-xs-offset-7 {
  margin-left: 53.84615385%;
}
.col-xs-offset-6 {
  margin-left: 46.15384615%;
}
.col-xs-offset-5 {
  margin-left: 38.46153846%;
}
.col-xs-offset-4 {
  margin-left: 30.76923077%;
}
.col-xs-offset-3 {
  margin-left: 23.07692308%;
}
.col-xs-offset-2 {
  margin-left: 15.38461538%;
}
.col-xs-offset-1 {
  margin-left: 7.69230769%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
    float: left;
  }
  .col-sm-13 {
    width: 100%;
  }
  .col-sm-12 {
    width: 92.30769230999999%;
  }
  .col-sm-11 {
    width: 84.61538462%;
  }
  .col-sm-10 {
    width: 76.92307692%;
  }
  .col-sm-9 {
    width: 69.23076923000001%;
  }
  .col-sm-8 {
    width: 61.53846154%;
  }
  .col-sm-7 {
    width: 53.84615385%;
  }
  .col-sm-6 {
    width: 46.15384615%;
  }
  .col-sm-5 {
    width: 38.46153846%;
  }
  .col-sm-4 {
    width: 30.76923077%;
  }
  .col-sm-3 {
    width: 23.07692308%;
  }
  .col-sm-2 {
    width: 15.38461538%;
  }
  .col-sm-1 {
    width: 7.69230769%;
  }
  .col-sm-pull-13 {
    right: 100%;
  }
  .col-sm-pull-12 {
    right: 92.30769230999999%;
  }
  .col-sm-pull-11 {
    right: 84.61538462%;
  }
  .col-sm-pull-10 {
    right: 76.92307692%;
  }
  .col-sm-pull-9 {
    right: 69.23076923000001%;
  }
  .col-sm-pull-8 {
    right: 61.53846154%;
  }
  .col-sm-pull-7 {
    right: 53.84615385%;
  }
  .col-sm-pull-6 {
    right: 46.15384615%;
  }
  .col-sm-pull-5 {
    right: 38.46153846%;
  }
  .col-sm-pull-4 {
    right: 30.76923077%;
  }
  .col-sm-pull-3 {
    right: 23.07692308%;
  }
  .col-sm-pull-2 {
    right: 15.38461538%;
  }
  .col-sm-pull-1 {
    right: 7.69230769%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-13 {
    left: 100%;
  }
  .col-sm-push-12 {
    left: 92.30769230999999%;
  }
  .col-sm-push-11 {
    left: 84.61538462%;
  }
  .col-sm-push-10 {
    left: 76.92307692%;
  }
  .col-sm-push-9 {
    left: 69.23076923000001%;
  }
  .col-sm-push-8 {
    left: 61.53846154%;
  }
  .col-sm-push-7 {
    left: 53.84615385%;
  }
  .col-sm-push-6 {
    left: 46.15384615%;
  }
  .col-sm-push-5 {
    left: 38.46153846%;
  }
  .col-sm-push-4 {
    left: 30.76923077%;
  }
  .col-sm-push-3 {
    left: 23.07692308%;
  }
  .col-sm-push-2 {
    left: 15.38461538%;
  }
  .col-sm-push-1 {
    left: 7.69230769%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-13 {
    margin-left: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 92.30769230999999%;
  }
  .col-sm-offset-11 {
    margin-left: 84.61538462%;
  }
  .col-sm-offset-10 {
    margin-left: 76.92307692%;
  }
  .col-sm-offset-9 {
    margin-left: 69.23076923000001%;
  }
  .col-sm-offset-8 {
    margin-left: 61.53846154%;
  }
  .col-sm-offset-7 {
    margin-left: 53.84615385%;
  }
  .col-sm-offset-6 {
    margin-left: 46.15384615%;
  }
  .col-sm-offset-5 {
    margin-left: 38.46153846%;
  }
  .col-sm-offset-4 {
    margin-left: 30.76923077%;
  }
  .col-sm-offset-3 {
    margin-left: 23.07692308%;
  }
  .col-sm-offset-2 {
    margin-left: 15.38461538%;
  }
  .col-sm-offset-1 {
    margin-left: 7.69230769%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13 {
    float: left;
  }
  .col-md-13 {
    width: 100%;
  }
  .col-md-12 {
    width: 92.30769230999999%;
  }
  .col-md-11 {
    width: 84.61538462%;
  }
  .col-md-10 {
    width: 76.92307692%;
  }
  .col-md-9 {
    width: 69.23076923000001%;
  }
  .col-md-8 {
    width: 61.53846154%;
  }
  .col-md-7 {
    width: 53.84615385%;
  }
  .col-md-6 {
    width: 46.15384615%;
  }
  .col-md-5 {
    width: 38.46153846%;
  }
  .col-md-4 {
    width: 30.76923077%;
  }
  .col-md-3 {
    width: 23.07692308%;
  }
  .col-md-2 {
    width: 15.38461538%;
  }
  .col-md-1 {
    width: 7.69230769%;
  }
  .col-md-pull-13 {
    right: 100%;
  }
  .col-md-pull-12 {
    right: 92.30769230999999%;
  }
  .col-md-pull-11 {
    right: 84.61538462%;
  }
  .col-md-pull-10 {
    right: 76.92307692%;
  }
  .col-md-pull-9 {
    right: 69.23076923000001%;
  }
  .col-md-pull-8 {
    right: 61.53846154%;
  }
  .col-md-pull-7 {
    right: 53.84615385%;
  }
  .col-md-pull-6 {
    right: 46.15384615%;
  }
  .col-md-pull-5 {
    right: 38.46153846%;
  }
  .col-md-pull-4 {
    right: 30.76923077%;
  }
  .col-md-pull-3 {
    right: 23.07692308%;
  }
  .col-md-pull-2 {
    right: 15.38461538%;
  }
  .col-md-pull-1 {
    right: 7.69230769%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-13 {
    left: 100%;
  }
  .col-md-push-12 {
    left: 92.30769230999999%;
  }
  .col-md-push-11 {
    left: 84.61538462%;
  }
  .col-md-push-10 {
    left: 76.92307692%;
  }
  .col-md-push-9 {
    left: 69.23076923000001%;
  }
  .col-md-push-8 {
    left: 61.53846154%;
  }
  .col-md-push-7 {
    left: 53.84615385%;
  }
  .col-md-push-6 {
    left: 46.15384615%;
  }
  .col-md-push-5 {
    left: 38.46153846%;
  }
  .col-md-push-4 {
    left: 30.76923077%;
  }
  .col-md-push-3 {
    left: 23.07692308%;
  }
  .col-md-push-2 {
    left: 15.38461538%;
  }
  .col-md-push-1 {
    left: 7.69230769%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-13 {
    margin-left: 100%;
  }
  .col-md-offset-12 {
    margin-left: 92.30769230999999%;
  }
  .col-md-offset-11 {
    margin-left: 84.61538462%;
  }
  .col-md-offset-10 {
    margin-left: 76.92307692%;
  }
  .col-md-offset-9 {
    margin-left: 69.23076923000001%;
  }
  .col-md-offset-8 {
    margin-left: 61.53846154%;
  }
  .col-md-offset-7 {
    margin-left: 53.84615385%;
  }
  .col-md-offset-6 {
    margin-left: 46.15384615%;
  }
  .col-md-offset-5 {
    margin-left: 38.46153846%;
  }
  .col-md-offset-4 {
    margin-left: 30.76923077%;
  }
  .col-md-offset-3 {
    margin-left: 23.07692308%;
  }
  .col-md-offset-2 {
    margin-left: 15.38461538%;
  }
  .col-md-offset-1 {
    margin-left: 7.69230769%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13 {
    float: left;
  }
  .col-lg-13 {
    width: 100%;
  }
  .col-lg-12 {
    width: 92.30769230999999%;
  }
  .col-lg-11 {
    width: 84.61538462%;
  }
  .col-lg-10 {
    width: 76.92307692%;
  }
  .col-lg-9 {
    width: 69.23076923000001%;
  }
  .col-lg-8 {
    width: 61.53846154%;
  }
  .col-lg-7 {
    width: 53.84615385%;
  }
  .col-lg-6 {
    width: 46.15384615%;
  }
  .col-lg-5 {
    width: 38.46153846%;
  }
  .col-lg-4 {
    width: 30.76923077%;
  }
  .col-lg-3 {
    width: 23.07692308%;
  }
  .col-lg-2 {
    width: 15.38461538%;
  }
  .col-lg-1 {
    width: 7.69230769%;
  }
  .col-lg-pull-13 {
    right: 100%;
  }
  .col-lg-pull-12 {
    right: 92.30769230999999%;
  }
  .col-lg-pull-11 {
    right: 84.61538462%;
  }
  .col-lg-pull-10 {
    right: 76.92307692%;
  }
  .col-lg-pull-9 {
    right: 69.23076923000001%;
  }
  .col-lg-pull-8 {
    right: 61.53846154%;
  }
  .col-lg-pull-7 {
    right: 53.84615385%;
  }
  .col-lg-pull-6 {
    right: 46.15384615%;
  }
  .col-lg-pull-5 {
    right: 38.46153846%;
  }
  .col-lg-pull-4 {
    right: 30.76923077%;
  }
  .col-lg-pull-3 {
    right: 23.07692308%;
  }
  .col-lg-pull-2 {
    right: 15.38461538%;
  }
  .col-lg-pull-1 {
    right: 7.69230769%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-13 {
    left: 100%;
  }
  .col-lg-push-12 {
    left: 92.30769230999999%;
  }
  .col-lg-push-11 {
    left: 84.61538462%;
  }
  .col-lg-push-10 {
    left: 76.92307692%;
  }
  .col-lg-push-9 {
    left: 69.23076923000001%;
  }
  .col-lg-push-8 {
    left: 61.53846154%;
  }
  .col-lg-push-7 {
    left: 53.84615385%;
  }
  .col-lg-push-6 {
    left: 46.15384615%;
  }
  .col-lg-push-5 {
    left: 38.46153846%;
  }
  .col-lg-push-4 {
    left: 30.76923077%;
  }
  .col-lg-push-3 {
    left: 23.07692308%;
  }
  .col-lg-push-2 {
    left: 15.38461538%;
  }
  .col-lg-push-1 {
    left: 7.69230769%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-13 {
    margin-left: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 92.30769230999999%;
  }
  .col-lg-offset-11 {
    margin-left: 84.61538462%;
  }
  .col-lg-offset-10 {
    margin-left: 76.92307692%;
  }
  .col-lg-offset-9 {
    margin-left: 69.23076923000001%;
  }
  .col-lg-offset-8 {
    margin-left: 61.53846154%;
  }
  .col-lg-offset-7 {
    margin-left: 53.84615385%;
  }
  .col-lg-offset-6 {
    margin-left: 46.15384615%;
  }
  .col-lg-offset-5 {
    margin-left: 38.46153846%;
  }
  .col-lg-offset-4 {
    margin-left: 30.76923077%;
  }
  .col-lg-offset-3 {
    margin-left: 23.07692308%;
  }
  .col-lg-offset-2 {
    margin-left: 15.38461538%;
  }
  .col-lg-offset-1 {
    margin-left: 7.69230769%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*========== Variables ===========*/
/*========== Fonts ==========*/
@font-face {
  font-family: 'Open Sans Regular';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-regular-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.open-sans-regular {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}
.open-sans-regular em,
.open-sans-regular i,
em .open-sans-regular,
i .open-sans-regular {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.open-sans-regular em strong,
.open-sans-regular i strong,
em .open-sans-regular strong,
i .open-sans-regular strong,
.open-sans-regular em b,
.open-sans-regular i b,
em .open-sans-regular b,
i .open-sans-regular b,
strong .open-sans-regular em,
strong .open-sans-regular i,
strong em .open-sans-regular,
strong i .open-sans-regular,
b .open-sans-regular em,
b .open-sans-regular i,
b em .open-sans-regular,
b i .open-sans-regular {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans Italic';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-italic-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.open-sans-italic {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
}
.open-sans-italic strong,
.open-sans-italic b,
strong .open-sans-italic,
b .open-sans-italic {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-bold-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.open-sans-bold {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}
.open-sans-bold em,
.open-sans-bold i,
em .open-sans-bold,
i .open-sans-bold {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.open-sans-bold-italic {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-bolditalic-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-bolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Light';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-light-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.open-sans-light {
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
}
.open-sans-light em,
.open-sans-light i,
em .open-sans-light,
i .open-sans-light {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.open-sans-light em b,
.open-sans-light i b,
em .open-sans-light b,
i .open-sans-light b,
.open-sans-light em strong,
.open-sans-light i strong,
em .open-sans-light strong,
i .open-sans-light strong,
b .open-sans-light em,
b .open-sans-light i,
b em .open-sans-light,
b i .open-sans-light,
strong .open-sans-light em,
strong .open-sans-light i,
strong em .open-sans-light,
strong i .open-sans-light {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.open-sans-light strong,
.open-sans-light b,
strong .open-sans-light,
b .open-sans-light {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.open-sans-light strong em,
.open-sans-light b em,
strong .open-sans-light em,
b .open-sans-light em,
.open-sans-light strong i,
.open-sans-light b i,
strong .open-sans-light i,
b .open-sans-light i,
em .open-sans-light strong,
em .open-sans-light b,
em strong .open-sans-light,
em b .open-sans-light,
i .open-sans-light strong,
i .open-sans-light b,
i strong .open-sans-light,
i b .open-sans-light {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans Light Italic';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-lightitalic-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-lightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.open-sans-light-italic {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
}
.open-sans-light-italic b,
.open-sans-light-italic strong,
b .open-sans-light-italic,
strong .open-sans-light-italic {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-semibold-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.open-sans-semibold {
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
}
.open-sans-semibold em,
.open-sans-semibold i,
em .open-sans-semibold,
i .open-sans-semibold {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.open-sans-semibold-italic {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'Open Sans Semibold Italic';
  src: url('/wp-content/themes/sapiens/fonts-v2/opensans-semibolditalic-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/opensans-semibolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tienne Regular';
  src: url('/wp-content/themes/sapiens/fonts-v2/tienne-regular-webfont.eot');
  src: url('/wp-content/themes/sapiens/fonts-v2/tienne-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/sapiens/fonts-v2/tienne-regular-webfont.woff2') format('woff2'), url('/wp-content/themes/sapiens/fonts-v2/tienne-regular-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/tienne-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/sapiens/fonts-v2/tienne-regular-webfont.svg#tienneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.tienne-regular {
  font-family: "Tienne Regular", 'Times New Roman', serif;
}
.tienne-regular b,
.tienne-regular strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
@font-face {
  font-family: 'Tienne Bold';
  src: url('/wp-content/themes/sapiens/fonts-v2/tienne-bold-webfont.eot');
  src: url('/wp-content/themes/sapiens/fonts-v2/tienne-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/sapiens/fonts-v2/tienne-bold-webfont.woff2') format('woff2'), url('/wp-content/themes/sapiens/fonts-v2/tienne-bold-webfont.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/tienne-bold-webfont.ttf') format('truetype'), url('/wp-content/themes/sapiens/fonts-v2/tienne-bold-webfont.svg#tiennebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo 700';
  src: url('/wp-content/themes/sapiens/fonts-v2/museo-700.eot');
  src: url('/wp-content/themes/sapiens/fonts-v2/museo-700.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/sapiens/fonts-v2/museo-700.woff2') format('woff2'), url('/wp-content/themes/sapiens/fonts-v2/museo-700.woff') format('woff'), url('/wp-content/themes/sapiens/fonts-v2/museo-700.ttf') format('truetype'), url('/wp-content/themes/sapiens/fonts-v2/museo-700.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.museo-700 {
  font-family: "Museo 700", 'Times New Roman', serif;
}
/*========== General ==========*/
.lt-ie9 * {
  zoom: 1 !important;
}
.lt-ie9 body {
  width: 100%;
}
body {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}
body em,
body i,
em body,
i body {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
body em strong,
body i strong,
em body strong,
i body strong,
body em b,
body i b,
em body b,
i body b,
strong body em,
strong body i,
strong em body,
strong i body,
b body em,
b body i,
b em body,
b i body {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
main {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}
.lt-ie8 a {
  cursor: pointer;
}
a:focus,
#view-comments:focus,
#load-more:focus,
.expand-button:focus,
.close-button:focus {
  outline: 2px dotted #818181;
}
a:hover,
a:active,
input[type="text"]:hover,
input[type="text"]:active,
input[type="email"]:hover,
input[type="email"]:active,
button:hover,
button:active,
#view-comments:hover,
#view-comments:active,
#load-more:hover,
#load-more:active {
  outline: 0px none;
}
.hamburger,
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: 0 !important;
  /* Remove when the keyboard navigation is solved */
}
b,
strong {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}
b em,
strong em,
b i,
strong i,
em b,
em strong,
i b,
i strong {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
blockquote {
  font-size: 100%;
  /*.open-sans-italic;*/
}
small {
  font-size: 10px;
}
ul,
ol {
  margin-left: 10px;
  padding-left: 10px;
  list-style-position: inside;
}
.entry-content ul li,
.entry-content ol li {
  line-height: 1.92;
}
.container {
  max-width: 1200px;
}
#main-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px;
  max-width: 1200px;
  padding-left: 13px;
  padding-right: 14px;
}
@media (min-width: 768px) {
  #main-wrapper {
    width: 747px;
  }
}
@media (min-width: 992px) {
  #main-wrapper {
    width: 967px;
  }
}
@media (min-width: 1200px) {
  #main-wrapper {
    width: 1200px;
  }
}
.lt-ie8 #main-wrapper {
  max-width: 1173px;
  /* 1200 - (14+13) */
}
figure {
  padding: 0;
  margin: 0;
}
.kicker {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 71%;
  margin-bottom: -1px;
}
.kicker em,
.kicker i,
em .kicker,
i .kicker {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.kicker a {
  color: #c1262c;
}
.kicker a:hover,
.kicker a:focus {
  color: #e68084;
}
.special-h3 {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 140%;
}
.special-h3 em,
.special-h3 i,
em .special-h3,
i .special-h3 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.widget h2,
.widget.google_top_posts h3,
.six-grid .widget.category h3.kicker {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 140%;
  color: #c1262c;
  margin-bottom: 5px;
  text-transform: none;
}
.widget h2 em,
.widget.google_top_posts h3 em,
.six-grid .widget.category h3.kicker em,
.widget h2 i,
.widget.google_top_posts h3 i,
.six-grid .widget.category h3.kicker i,
em .widget h2,
em .widget.google_top_posts h3,
em .six-grid .widget.category h3.kicker,
i .widget h2,
i .widget.google_top_posts h3,
i .six-grid .widget.category h3.kicker {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.not-hyphens {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.post-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.post-list li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
.post-list li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
.post-list li b,
.post-list li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
/*====== Grid ======*/
.lt-ie9 .col-md-1,
.lt-ie9 .col-md-2,
.lt-ie9 .col-md-3,
.lt-ie9 .col-md-4,
.lt-ie9 .col-md-5,
.lt-ie9 .col-md-6,
.lt-ie9 .col-md-7,
.lt-ie9 .col-md-8,
.lt-ie9 .col-md-9,
.lt-ie9 .col-md-10,
.lt-ie9 .col-md-11,
.lt-ie9 .col-md-12,
.lt-ie9 .col-md-13 {
  float: left;
}
.lt-ie9 .col-md-13 {
  width: 100%;
}
.lt-ie9 .col-md-12 {
  width: 92.30769230999999%;
}
.lt-ie9 .col-md-11 {
  width: 84.61538462%;
}
.lt-ie9 .col-md-10 {
  width: 76.92307692%;
}
.lt-ie9 .col-md-9 {
  width: 69.23076923000001%;
}
.lt-ie9 .col-md-8 {
  width: 61.53846154%;
}
.lt-ie9 .col-md-7 {
  width: 53.84615385%;
}
.lt-ie9 .col-md-6 {
  width: 46.15384615%;
}
.lt-ie9 .col-md-5 {
  width: 38.46153846%;
}
.lt-ie9 .col-md-4 {
  width: 30.76923077%;
}
.lt-ie9 .col-md-3 {
  width: 23.07692308%;
}
.lt-ie9 .col-md-2 {
  width: 15.38461538%;
}
.lt-ie9 .col-md-1 {
  width: 7.69230769%;
}
/*====== Forms ======*/
.field-div {
  position: relative;
}
.input-text {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-size: 84%;
  width: 100%;
}
.input-text b,
.input-text strong,
b .input-text,
strong .input-text {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.field-div label {
  position: absolute;
  cursor: text;
  line-height: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 3;
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-size: 84%;
  width: 100%;
}
.field-div label b,
.field-div label strong,
b .field-div label,
strong .field-div label {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.field-div label.on_focus {
  color: #bdbdbd;
}
.field-div label.with_text {
  opacity: 0;
}
input[type="text"],
input[type="email"] {
  padding: 2px 5px 2px 5px;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
/*====== Gradients ======*/
.multicolor-border {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
}
#mini-homepage {
  position: relative;
}
#mini-homepage:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
  background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  /*background-size: 1529px;*/
  background-size: 1537px;
  /* 8px offset */
  background-attachment: fixed;
  /*background-position: 50%;*/
  /*	background-repeat: no-repeat;	*/
  /* removed to fix the "disappearance" issue in Chrome and IE */
}
.lt-ie8 #mini-homepage {
  border-top: 1px solid #c1262c;
}
.lt-ie10 #mini-homepage:before {
  background: #c1262c !important;
}
.entry-content > figure,
.entry-content aside.column,
.entry-content aside.pull-quote,
.entry-content q,
#blogroll ul,
#posts-list,
#posts-grid {
  position: relative;
}
.entry-content > figure:before,
.entry-content aside.column:before,
.entry-content aside.pull-quote:before,
.entry-content q:before,
#blogroll ul:before,
#posts-list:before,
#posts-grid:before,
.entry-content > figure:after,
.entry-content aside.column:after,
.entry-content aside.pull-quote:after,
.entry-content q:after,
#blogroll ul:after,
#posts-list:after,
#posts-grid:after {
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
  background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  /*background-size: 1529px;*/
  background-size: 1537px;
  /* 8px offset */
  background-attachment: fixed;
  /*background-position: 50%;*/
  /*	background-repeat: no-repeat;	*/
  /* removed to fix the "disappearance" issue in Chrome and IE */
}
.entry-content > figure:before,
.entry-content aside.column:before,
.entry-content aside.pull-quote:before,
.entry-content q:before,
#blogroll ul:before,
#posts-list:before,
#posts-grid:before {
  top: 0;
}
.entry-content > figure:after,
.entry-content aside.column:after,
.entry-content aside.pull-quote:after,
.entry-content q:after,
#blogroll ul:after,
#posts-list:after,
#posts-grid:after {
  bottom: 0;
}
.lt-ie10 .entry-content > figure:before,
.lt-ie10 .entry-content aside.column:before,
.lt-ie10 .entry-content aside.pull-quote:before,
.lt-ie10 .entry-content q:before,
.lt-ie10 #blogroll ul:before,
.lt-ie10 #posts-list:before,
.lt-ie10 #posts-grid:before,
.lt-ie10 .entry-content > figure:after,
.lt-ie10 .entry-content aside.column:after,
.lt-ie10 .entry-content aside.pull-quote:after,
.lt-ie10 .entry-content q:after,
.lt-ie10 #blogroll ul:after,
.lt-ie10 #posts-list:after,
.lt-ie10 #posts-grid:after {
  background: #c1262c !important;
}
.lt-ie8 .entry-content > figure,
.lt-ie8 .entry-content aside.column,
.lt-ie8 .entry-content aside.pull-quote,
.lt-ie8 .entry-content q,
.lt-ie8 #blogroll ul,
.lt-ie8 #posts-list,
.lt-ie8 #posts-grid {
  border-top: 1px solid #c1262c !important;
  border-bottom: 1px solid #c1262c !important;
}
#listing-description .entry-header,
#listing-description .current-blogs,
.blogs-grid_of_six,
.features-watching,
.series {
  position: relative;
}
#listing-description .entry-header:after,
#listing-description .current-blogs:after,
.blogs-grid_of_six:after,
.features-watching:after,
.series:after {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
  background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  /*background-size: 1529px;*/
  background-size: 1537px;
  /* 8px offset */
  background-attachment: fixed;
  /*background-position: 50%;*/
  /*	background-repeat: no-repeat;	*/
  /* removed to fix the "disappearance" issue in Chrome and IE */
}
#listing-description .current-blogs {
  padding-bottom: 1px;
  margin-bottom: 30px;
}
#main > div:last-of-type {
  position: relative;
}
#main > div:last-of-type:after {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  content: none;
  display: none;
  background-color: transparent;
  background-image: none;
}
.lt-ie8 #listing-description .entry-header,
.lt-ie8 .blogs-grid_of_six,
.lt-ie8 .features-watching,
.lt-ie8 .series {
  border-bottom: 1px solid #c1262c;
}
.lt-ie10 #listing-description .entry-header:after,
.lt-ie10 .blogs-grid_of_six:after,
.lt-ie10 .features-watching:after,
.lt-ie10 .series:after {
  background: #c1262c !important;
}
/*========== Header ==========*/
.header {
  margin-left: -13px;
  margin-right: -14px;
  padding-top: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c1c1c1;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
#site-navigation,
.branding,
.social-search,
.lt-ie9 #site-navigation,
.lt-ie9 .branding,
.lt-ie9 .social-search {
  width: 33.3333333333%;
}
.lt-ie8 #site-navigation {
  width: 29.4750639386% !important;
  /* 33.3333333333% - 2.75% - 1.10826939471% [13px]*/
}
.lt-ie8 .branding {
  width: 31.031543052% !important;
  /* 33.3333333333% - 1.19352088662% [14px] - 1.10826939471% [13px]*/
}
.lt-ie8 .social-search {
  width: 29.3898124467% !important;
  /* 33.3333333333% - 1.19352088662% [14px] - 2.75% */
}
/*====== Nav ======*/
#site-navigation {
  padding-left: 2.75%;
  position: relative;
  padding-top: 1px;
}
.header-fixed-wrapper.fixed #site-navigation #primary-menu li {
  transition-property: none;
}
.lt-ie9 .header-fixed-wrapper.fixed #site-navigation {
  padding-left: 1.65%;
}
.hamburger {
  background-color: #FFFFFF;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px;
  width: 29px;
  /*height: 19px;
	width: 49px;*/
  height: 39px;
  width: 49px;
  font-size: 0px;
  text-indent: -9999px;
  -moz-appearance: none;
  box-shadow: none;
  border: medium none;
  cursor: pointer;
  z-index: 2;
  padding: 10px;
  left: -10px;
}
.lt-ie9 .hamburger {
  padding-top: 26px;
}
.hamburger .hamburger-middle {
  top: 18px;
  background: #838484;
  display: block;
  width: 29px;
  position: absolute;
  height: 3px;
  /*transition: background 0s ease 0.3s;*/
  -webkit-transition: opacity 0s ease 0.3s;
  transition: opacity 0s ease 0.3s;
  opacity: 1;
}
.hamburger .hamburger-top,
.hamburger .hamburger-bottom {
  position: absolute;
  display: block;
  background: #838484;
  width: 29px;
  height: 3px;
  /*padding-left: 29px;*/
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.hamburger .hamburger-top {
  top: 10px;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.hamburger .hamburger-bottom {
  bottom: 10px;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.lt-ie8 .hamburger .hamburger-top,
.lt-ie8 .hamburger .hamburger-middle,
.lt-ie8 .hamburger .hamburger-bottom {
  left: 0;
}
.toggled .hamburger {
  height: 38px;
}
.toggled .hamburger .hamburger-middle {
  /*background: transparent none repeat scroll 0px 0px;*/
  opacity: 0;
  height: 2px;
}
.toggled .hamburger .hamburger-top,
.toggled .hamburger .hamburger-bottom {
  height: 2px;
  background: #CDCCCC;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.toggled .hamburger .hamburger-top {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggled .hamburger .hamburger-bottom {
  bottom: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#primary-menu {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 39px 0px 26px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff);
  width: 264px;
  border-right: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  left: 18px;
  top: 1px;
  opacity: 0;
  z-index: -1;
  -webkit-transition-property: opacity, z-index;
  transition-property: opacity, z-index;
  -webkit-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
  -webkit-transition-duration: 0.5s, 0s;
  transition-duration: 0.5s, 0s;
}
.lt-ie9 #primary-menu {
  display: none;
  z-index: 0 !important;
}
#site-navigation.toggled #primary-menu,
.lt-ie10 #site-navigation.toggled #primary-menu {
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  z-index: 1;
}
.lt-ie9 #site-navigation.toggled #primary-menu {
  display: block;
  z-index: 1 !important;
}
#primary-menu li {
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  font-size: 116%;
  float: none;
  visibility: hidden;
  transition-property: visibility;
  transition-delay: 1s;
}
#primary-menu li em,
#primary-menu li i,
em #primary-menu li,
i #primary-menu li {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.toggled #primary-menu li {
  visibility: visible;
  transition-property: none;
}
/*#primary-menu li.divider {
	border-top: 2px solid rgba(0, 0, 0, 0.08);
}*/
#primary-menu li.divider:before {
  content: "";
  display: block;
  height: 2px;
  margin: 5px 10px 0 10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000);
}
#primary-menu li a {
  color: #71706E;
  display: block;
  padding: 2px 15px 1px 15px;
}
#primary-menu li a:hover,
#primary-menu li a:focus,
#primary-menu li.menu-item-object-category a:hover,
#primary-menu li.menu-item-object-category a:focus {
  background-color: #ea6c22;
  color: #FFFFFF;
  text-decoration: none;
}
#primary-menu li.menu-item-object-category {
  font-size: 148%;
}
#primary-menu li.menu-item-object-category a {
  color: #ea6c22;
  padding: 1px 15px 2px;
}
/*====== Branding ======*/
.branding {
  text-align: center;
}
.site-title {
  /*position: relative;
	margin: 0px 0px 9px;*/
  margin: 0px 0px -1px;
  height: 55px;
}
.lt-ie9 .site-title {
  min-height: 68px;
}
.branding .site-title img {
  width: 275px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.branding .site-title .sr-only {
  width: 0 !important;
  height: 0 !important;
  border: none;
  font-size: 0;
  line-height: 0;
  margin: 0 -10px 0 0;
  padding: 0;
}
.branding .site-title .color-logo.sr-only {
  margin: 0 -5px 0 0;
}
.lt-ie9 .branding .site-title img {
  width: 271px;
  height: 58px;
}
.site-title span {
  /*position: absolute;
	top: -500px;*/
  display: none;
}
#tagline {
  font-size: 89%;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  color: #c1c1c1;
  margin: 0px 0px 0px -156px;
  position: absolute;
  width: 312px;
  left: 50%;
  background-color: white;
  bottom: -20px;
  padding: 0 18px 0 18px;
}
#tagline img {
  width: 100%;
}
/* IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #tagline {
    width: 316px !important;
  }
}
.lt-ie10 #tagline {
  width: 316px;
}
.lt-ie9 #tagline {
  width: 312px;
}
.lt-ie9 #tagline img {
  height: 15px;
}
.lt-ie9 #tagline img {
  width: 271px;
}
.lt-ie8 #tagline {
  width: 276px;
}
/*========== Social links - Search ==========*/
.social-search {
  padding-right: 2.75%;
  padding-top: 12px;
}
.lt-ie9 .header-fixed-wrapper.fixed .social-search {
  padding-right: 1.65%;
}
/*====== Social links ======*/
.header .icons,
.header.fixed .icons {
  text-align: right;
}
.icons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lt-ie8 .header .icons ul {
  display: none;
}
.header .icons ul li {
  display: inline-block;
  margin-left: 8px;
  line-height: 1;
}
.header .icons ul li:last-child {
  margin-left: 20px;
}
.genericon-search {
  cursor: pointer;
}
.share-links-wrapper a.share_links {
  color: #989898;
  margin: 0;
}
.share-links-wrapper a.share_links span {
  color: #989898;
}
.header .icons a.share_links {
  padding: 3px;
}
.header .icons .genericon {
  font-size: 16px;
}
.header .icons.share-links-wrapper.colorized a.share_facebook:hover,
.header .icons.share-links-wrapper.colorized a.share_facebook:focus {
  border: 1px solid #3b5998 !important;
}
.header .icons.share-links-wrapper.colorized a.share_facebook:hover span,
.header .icons.share-links-wrapper.colorized a.share_facebook:focus span {
  color: #3b5998;
}
.header .icons.share-links-wrapper.colorized a.share_twitter:hover,
.header .icons.share-links-wrapper.colorized a.share_twitter:focus {
  border: 1px solid #55acee !important;
}
.header .icons.share-links-wrapper.colorized a.share_twitter:hover span,
.header .icons.share-links-wrapper.colorized a.share_twitter:focus span {
  color: #55acee;
}
.header .icons.share-links-wrapper.colorized a.share_search:hover,
.header .icons.share-links-wrapper.colorized a.share_search:focus {
  border: 1px solid #f5c51a !important;
}
.header .icons.share-links-wrapper.colorized a.share_search:hover span,
.header .icons.share-links-wrapper.colorized a.share_search:focus span {
  color: #f5c51a;
}
.header .icons.share-links-wrapper.colorized a.share_google:hover,
.header .icons.share-links-wrapper.colorized a.share_google:focus {
  border: 1px solid #dc4e41 !important;
}
.header .icons.share-links-wrapper.colorized a.share_google:hover span,
.header .icons.share-links-wrapper.colorized a.share_google:focus span {
  color: #dc4e41;
}
.header .icons.share-links-wrapper.colorized a.share_instagram:hover,
.header .icons.share-links-wrapper.colorized a.share_instagram:focus {
  border: 1px solid #3f729b !important;
}
.header .icons.share-links-wrapper.colorized a.share_instagram:hover span,
.header .icons.share-links-wrapper.colorized a.share_instagram:focus span {
  color: #3f729b;
}
.header .icons.share-links-wrapper.colorized a.share_reddit:hover,
.header .icons.share-links-wrapper.colorized a.share_reddit:focus {
  border: 1px solid #ff4500 !important;
}
.header .icons.share-links-wrapper.colorized a.share_reddit:hover span,
.header .icons.share-links-wrapper.colorized a.share_reddit:focus span {
  color: #ff4500;
}
.header .icons.share-links-wrapper.colorized a.share_tumblr:hover,
.header .icons.share-links-wrapper.colorized a.share_tumblr:focus {
  border: 1px solid #35465c !important;
}
.header .icons.share-links-wrapper.colorized a.share_tumblr:hover span,
.header .icons.share-links-wrapper.colorized a.share_tumblr:focus span {
  color: #35465c;
}
.header .icons.share-links-wrapper.colorized a.share_youtube:hover,
.header .icons.share-links-wrapper.colorized a.share_youtube:focus {
  border: 1px solid #cd201f !important;
}
.header .icons.share-links-wrapper.colorized a.share_youtube:hover span,
.header .icons.share-links-wrapper.colorized a.share_youtube:focus span {
  color: #cd201f;
}
.header .icons.share-links-wrapper.colorized a.share_pinterest:hover,
.header .icons.share-links-wrapper.colorized a.share_pinterest:focus {
  border: 1px solid #cc2127 !important;
}
.header .icons.share-links-wrapper.colorized a.share_pinterest:hover span,
.header .icons.share-links-wrapper.colorized a.share_pinterest:focus span {
  color: #cc2127;
}
.header .icons.share-links-wrapper.colorized a.share_feed:hover,
.header .icons.share-links-wrapper.colorized a.share_feed:focus {
  border: 1px solid #fa9b39 !important;
}
.header .icons.share-links-wrapper.colorized a.share_feed:hover span,
.header .icons.share-links-wrapper.colorized a.share_feed:focus span {
  color: #fa9b39;
}
/*====== Search ======*/
.search_wrapper {
  display: none;
  margin-top: -5px;
  position: relative;
}
.search_wrapper.show {
  display: block;
}
input.search-criteria,
.dataTables_filter input {
  width: 227px;
  background-color: #F5C51A;
  border-radius: 26px;
  border: medium none;
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  color: #FFF;
  padding: 1px 22px 3px;
  line-height: 134%;
}
input.search-criteria strong,
.dataTables_filter input strong,
input.search-criteria b,
.dataTables_filter input b,
strong input.search-criteria,
strong .dataTables_filter input,
b input.search-criteria,
b .dataTables_filter input {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
input.search-criteria:focus,
.dataTables_filter input:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 1px #c1c1c1;
  -moz-box-shadow: 0px 0px 5px 1px #c1c1c1;
  box-shadow: 0px 0px 5px 1px #c1c1c1;
}
input.search-criteria::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #FFFFFF;
}
input.search-criteria:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
  opacity: 1;
}
input.search-criteria::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}
input.search-criteria:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
input.search-criteria::-ms-input-placeholder {
  /* Edge */
  color: #FFFFFF;
}
.search-form {
  float: right;
  position: absolute;
  display: inline;
  top: -20px;
  right: -6px;
}
#submit-search {
  background-color: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
#submit-search span.genericon {
  font-size: 16px;
  color: #FFFFFF;
}
#submit-search span.text {
  display: none;
}
.home-outer-row:before,
.home-outer-row:after {
  content: " ";
  display: table;
}
.home-outer-row:after {
  clear: both;
}
/*========== Fixed header ==========*/
.header-fixed-wrapper.fixed {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  transition: .5s top ease;
}
.header-fixed-wrapper.fixed .header {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-1200.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 41px;
  border-bottom: none;
  position: relative;
  left: 0;
  max-width: 1200px;
  top: -41px;
  clear: both;
  margin: 0 auto;
}
.header-fixed-wrapper.fixed .header:before {
  content: "";
  width: 164px;
  left: -164px;
  height: 41px;
  position: absolute;
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-left.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.header-fixed-wrapper.fixed .header:after {
  content: "";
  width: 164px;
  right: -164px;
  height: 41px;
  position: absolute;
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-right.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.header-fixed-wrapper.fixed #site-navigation {
  padding-top: 0;
}
.header-fixed-wrapper.fixed .header .hamburger {
  background-color: transparent;
}
.header-fixed-wrapper.fixed .header .hamburger .hamburger-middle,
.header-fixed-wrapper.fixed .header .hamburger .hamburger-top,
.header-fixed-wrapper.fixed .header .hamburger .hamburger-bottom {
  background: #FFFFFF;
}
.header-fixed-wrapper.fixed .header .toggled .hamburger .hamburger-middle {
  height: 2px;
}
.header-fixed-wrapper.fixed .header #primary-menu {
  visibility: hidden;
}
.header-fixed-wrapper.fixed .header .toggled #primary-menu {
  visibility: visible;
}
.header-fixed-wrapper.fixed .header .title {
  text-align: center;
}
.header-fixed-wrapper.fixed .header .share-links-wrapper a.share_links {
  color: #FFFFFF;
  margin: 0;
  background-color: transparent !important;
}
.header-fixed-wrapper.fixed .header .share-links-wrapper a.share_links span {
  color: #FFFFFF !important;
}
.header-fixed-wrapper.fixed .header .icons.share-links-wrapper a.share_links {
  border: 1px solid #FFFFFF !important;
}
.header-fixed-wrapper.fixed .header .social-search {
  padding-top: 8px;
}
.big-white-logo {
  padding-top: 5px;
  text-align: center;
}
.big-white-logo h1.site-title {
  width: auto;
  font-size: 100%;
  line-height: 1;
  margin-bottom: 0;
  min-height: auto;
}
.big-white-logo h1.site-title img {
  width: 155px;
  height: 31px;
}
.header-fixed-wrapper.fixed .header .branding {
  padding-top: 5px;
  text-align: center;
}
.header-fixed-wrapper.fixed .header .branding h1.site-title {
  width: auto;
  font-size: 100%;
  line-height: 1;
  margin-bottom: 0;
  min-height: auto;
}
.header-fixed-wrapper.fixed .header .branding h1.site-title img {
  width: 155px;
  height: 31px;
}
body.single .header-fixed-wrapper.fixed .header .branding .site-title img {
  width: 107px;
  height: 31px;
  float: left;
}
.lt-ie9 body.single .header-fixed-wrapper.fixed .header .branding .site-title img {
  width: 107px;
  height: 22px;
}
.header-fixed-wrapper.fixed .header #tagline {
  display: none;
}
.header-fixed-wrapper.fixed {
  position: fixed;
  width: 100%;
  left: 0px;
  height: 41px;
  /*top: 0;*/
  top: -41px;
  z-index: 9;
}
.header-fixed-left,
.header-fixed-right {
  display: none;
}
.header-fixed-wrapper.fixed .header-fixed-left,
.header-fixed-wrapper.fixed .header-fixed-right {
  width: 50%;
  float: left;
  height: 41px;
  display: block;
}
.header-fixed-wrapper.fixed .header-fixed-left {
  background-color: #E22328;
  background-image: -webkit-gradient(linear, 0 0, 0 35, from(#e82e27), color-stop(0.08500000000000001, #e72b26), color-stop(0.142, #e52b26), color-stop(0.171, #e42926), color-stop(0.2, #e42926), color-stop(0.257, #e32827), color-stop(0.314, #e22628), color-stop(0.342, #e22328), color-stop(0.371, #e12428), color-stop(0.4, #e02228), color-stop(0.428, #df2228), color-stop(0.457, #de2028), color-stop(0.485, #dd2028), color-stop(0.571, #dc1f28), color-stop(0.571, #d91e27), color-stop(0.628, #d91f28), color-stop(0.657, #d91e27), color-stop(0.6850000000000001, #d91f28), color-stop(0.714, #d91e27), color-stop(0.771, #d72027), color-stop(0.828, #d72228), color-stop(0.9419999999999999, #d62329), color-stop(0.971, #d62329), color-stop(0.971, #d52028));
  background-image: -webkit-linear-gradient(#e82e27, #e72b26 8.5%, #e52b26 14.2%, #e42926 17.1%, #e42926 20%, #e32827, #e22628 31.4%, #e22328 34.2%, #e12428, #e02228 40%, #df2228 42.8%, #de2028 45.7%, #dd2028 48.5%, #dc1f28 57.1%, #d91e27 57.1%, #d91f28 62.8%, #d91e27 65.7%, #d91f28 68.5%, #d91e27 71.40000000000001%, #d72027 77.09999999999999%, #d72228 82.8%, #d62329 94.2%, #d62329 97.09999999999999%, #d52028 97.09999999999999%);
  background-image: -moz-linear-gradient(#e82e27, #e72b26 8.5%, #e52b26 14.2%, #e42926 17.1%, #e42926 20%, #e32827, #e22628 31.4%, #e22328 34.2%, #e12428, #e02228 40%, #df2228 42.8%, #de2028 45.7%, #dd2028 48.5%, #dc1f28 57.1%, #d91e27 57.1%, #d91f28 62.8%, #d91e27 65.7%, #d91f28 68.5%, #d91e27 71.40000000000001%, #d72027 77.09999999999999%, #d72228 82.8%, #d62329 94.2%, #d62329 97.09999999999999%, #d52028 97.09999999999999%);
  background-image: -o-linear-gradient(#e82e27, #e72b26 8.5%, #e52b26 14.2%, #e42926 17.1%, #e42926 20%, #e32827, #e22628 31.4%, #e22328 34.2%, #e12428, #e02228 40%, #df2228 42.8%, #de2028 45.7%, #dd2028 48.5%, #dc1f28 57.1%, #d91e27 57.1%, #d91f28 62.8%, #d91e27 65.7%, #d91f28 68.5%, #d91e27 71.40000000000001%, #d72027 77.09999999999999%, #d72228 82.8%, #d62329 94.2%, #d62329 97.09999999999999%, #d52028 97.09999999999999%);
  background-image: linear-gradient(#e82e27, #e72b26 8.5%, #e52b26 14.2%, #e42926 17.1%, #e42926 20%, #e32827, #e22628 31.4%, #e22328 34.2%, #e12428, #e02228 40%, #df2228 42.8%, #de2028 45.7%, #dd2028 48.5%, #dc1f28 57.1%, #d91e27 57.1%, #d91f28 62.8%, #d91e27 65.7%, #d91f28 68.5%, #d91e27 71.40000000000001%, #d72027 77.09999999999999%, #d72228 82.8%, #d62329 94.2%, #d62329 97.09999999999999%, #d52028 97.09999999999999%);
}
.lt-ie10 .header-fixed-wrapper.fixed .header-fixed-left {
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-left-ie.png");
  background-position: right center;
  background-repeat: repeat-x;
}
.header-fixed-wrapper.fixed .header-fixed-right {
  background-color: #0A78B3;
  background-image: -webkit-gradient(linear, 0 0, 0 37, from(#2ca480), color-stop(0.189, #229e95), color-stop(0.243, #1a9c9c), color-stop(0.27, #1e9ba0), color-stop(0.432, #1b90ae), color-stop(0.513, #138ab2), color-stop(0.54, #138ab2), color-stop(0.54, #0587b3), color-stop(0.594, #0d82b4), color-stop(0.621, #0380b4), color-stop(0.702, #0a78b3), color-stop(0.729, #0c77b3), color-stop(0.756, #0873b3), color-stop(0.783, #0071b2), color-stop(0.8100000000000001, #006db1), color-stop(0.972, #005ea8));
  background-image: -webkit-linear-gradient(#2ca480, #229e95 18.9%, #1a9c9c 24.3%, #1e9ba0 27%, #1b90ae 43.2%, #138ab2 51.3%, #138ab2 54%, #0587b3 54%, #0d82b4 59.4%, #0380b4 62.1%, #0a78b3 70.2%, #0c77b3, #0873b3, #0071b2, #006db1 81%, #005ea8 97.2%);
  background-image: -moz-linear-gradient(#2ca480, #229e95 18.9%, #1a9c9c 24.3%, #1e9ba0 27%, #1b90ae 43.2%, #138ab2 51.3%, #138ab2 54%, #0587b3 54%, #0d82b4 59.4%, #0380b4 62.1%, #0a78b3 70.2%, #0c77b3, #0873b3, #0071b2, #006db1 81%, #005ea8 97.2%);
  background-image: -o-linear-gradient(#2ca480, #229e95 18.9%, #1a9c9c 24.3%, #1e9ba0 27%, #1b90ae 43.2%, #138ab2 51.3%, #138ab2 54%, #0587b3 54%, #0d82b4 59.4%, #0380b4 62.1%, #0a78b3 70.2%, #0c77b3, #0873b3, #0071b2, #006db1 81%, #005ea8 97.2%);
  background-image: linear-gradient(#2ca480, #229e95 18.9%, #1a9c9c 24.3%, #1e9ba0 27%, #1b90ae 43.2%, #138ab2 51.3%, #138ab2 54%, #0587b3 54%, #0d82b4 59.4%, #0380b4 62.1%, #0a78b3 70.2%, #0c77b3, #0873b3, #0071b2, #006db1 81%, #005ea8 97.2%);
}
.lt-ie10 .header-fixed-wrapper.fixed .header-fixed-right {
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-right-ie.png");
  background-position: left center;
  background-repeat: repeat-x;
}
body.single .header-fixed-wrapper.fixed .header .branding {
  text-align: left;
  padding-left: 0px;
}
.header-fixed-wrapper .header .page-title,
.header-fixed-wrapper .header .debate-title {
  display: none;
}
body.single .header-fixed-wrapper.fixed .header .page-title {
  display: block;
  text-align: center;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Tienne Bold', serif;
  color: #FFFFFF;
  font-size: 139%;
}
body.single .header-fixed-wrapper.fixed .header #site-navigation {
  width: 76px !important;
}
body.single .header-fixed-wrapper.fixed .header .branding .internal-title {
  width: 100%;
  max-height: 41px;
  overflow: hidden;
  text-align: center;
  padding-left: 184px;
  position: absolute;
  left: 0;
  top: 0;
}
body.single .header-fixed-wrapper.fixed .header .branding {
  position: absolute;
  width: 100%;
  padding-right: 0px;
  padding-left: 76px;
}
body.single .header-fixed-wrapper.fixed .header .branding a.home-link {
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-link-object {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
#footer .home-link-object {
  width: 237px;
  height: 54px;
  left: 50%;
  margin-left: -118px;
  z-index: 1;
}
body.single .header-fixed-wrapper.fixed .header .home-link-object {
  left: 76px;
  width: 107px;
  height: 31px;
}
.lt-ie9 body.single .header-fixed-wrapper.fixed .header .branding a.home-link {
  padding-top: 4px;
}
body.single .header-fixed-wrapper.fixed .header .branding .site-title {
  width: 107px;
  height: 31px;
}
body.single .header-fixed-wrapper.fixed .header .social-search {
  display: none;
}
body.single-debate_post .header-fixed-wrapper.fixed {
  height: 57px;
}
body.single-debate_post .header-fixed-wrapper.fixed .header {
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-debate.png");
  height: 57px;
  top: -57px;
}
body.single-debate_post .header-fixed-wrapper.fixed #site-navigation {
  top: 8px;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .branding .internal-title {
  max-height: 57px;
  top: -2px;
  padding-right: 145px;
}
body.page-template-default .header-fixed-wrapper.fixed .header .branding .internal-title,
body.single-format-standard .header-fixed-wrapper.fixed .header .branding .internal-title {
  padding-right: 184px;
}
body.single-blog_post .header-fixed-wrapper.fixed .header .branding .internal-title {
  padding-right: 128px;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .debate-title {
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 68.75%;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .debate-title em,
body.single.single-debate_post .header-fixed-wrapper.fixed .header .debate-title i,
em body.single.single-debate_post .header-fixed-wrapper.fixed .header .debate-title,
i body.single.single-debate_post .header-fixed-wrapper.fixed .header .debate-title {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .debate-title a {
  color: #FFFFFF;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .page-title {
  line-height: 1.2;
  padding-top: 3px;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .branding h1.site-title {
  padding-top: 8px;
}
body.single.single-debate_post .header-fixed-wrapper.fixed .header .home-link-object {
  top: 14px;
}
body.single-debate_post .header-fixed-wrapper.fixed .header:before {
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-debate-left.png");
  height: 57px;
}
body.single-debate_post .header-fixed-wrapper.fixed .header-fixed-left {
  height: 57px;
  background-image: -webkit-gradient(linear, 0 0, 0 55, from(#e83126), color-stop(0.036, #e93127), color-stop(0.036, #e72f26), color-stop(0.054, #e72e26), color-stop(0.127, #e72c27), color-stop(0.145, #e72b26), color-stop(0.181, #e52b26), color-stop(0.2, #e42926), color-stop(0.236, #e42926), color-stop(0.272, #e42827), color-stop(0.29, #e32828), color-stop(0.4, #e02428), color-stop(0.454, #df2228), color-stop(0.763, #d71f28), color-stop(0.763, #d62027), color-stop(0.781, #d62128), color-stop(0.8179999999999999, #d62228), color-stop(0.836, #d72228), color-stop(0.872, #d52228), color-stop(0.927, #d62128));
  background-image: -webkit-linear-gradient(#e83126, #e93127 3.6%, #e72f26 3.6%, #e72e26 5.4%, #e72c27 12.7%, #e72b26 14.5%, #e52b26 18.1%, #e42926 20%, #e42926 23.6%, #e42827 27.2%, #e32828 29%, #e02428 40%, #df2228 45.4%, #d71f28 76.3%, #d62027 76.3%, #d62128 78.09999999999999%, #d62228 81.8%, #d72228 83.59999999999999%, #d52228 87.2%, #d62128 92.7%);
  background-image: -moz-linear-gradient(#e83126, #e93127 3.6%, #e72f26 3.6%, #e72e26 5.4%, #e72c27 12.7%, #e72b26 14.5%, #e52b26 18.1%, #e42926 20%, #e42926 23.6%, #e42827 27.2%, #e32828 29%, #e02428 40%, #df2228 45.4%, #d71f28 76.3%, #d62027 76.3%, #d62128 78.09999999999999%, #d62228 81.8%, #d72228 83.59999999999999%, #d52228 87.2%, #d62128 92.7%);
  background-image: -o-linear-gradient(#e83126, #e93127 3.6%, #e72f26 3.6%, #e72e26 5.4%, #e72c27 12.7%, #e72b26 14.5%, #e52b26 18.1%, #e42926 20%, #e42926 23.6%, #e42827 27.2%, #e32828 29%, #e02428 40%, #df2228 45.4%, #d71f28 76.3%, #d62027 76.3%, #d62128 78.09999999999999%, #d62228 81.8%, #d72228 83.59999999999999%, #d52228 87.2%, #d62128 92.7%);
  background-image: linear-gradient(#e83126, #e93127 3.6%, #e72f26 3.6%, #e72e26 5.4%, #e72c27 12.7%, #e72b26 14.5%, #e52b26 18.1%, #e42926 20%, #e42926 23.6%, #e42827 27.2%, #e32828 29%, #e02428 40%, #df2228 45.4%, #d71f28 76.3%, #d62027 76.3%, #d62128 78.09999999999999%, #d62228 81.8%, #d72228 83.59999999999999%, #d52228 87.2%, #d62128 92.7%);
}
body.single-debate_post .header-fixed-wrapper.fixed .header:after {
  background-image: url("/wp-content/themes/sapiens/images/header-fixed-debate-right.png");
  height: 57px;
}
body.single-debate_post .header-fixed-wrapper.fixed .header-fixed-right {
  height: 57px;
  background-image: -webkit-gradient(linear, 0 0, 0 55, from(#2fa578), color-stop(0.109, #2ba385), color-stop(0.163, #2aa28b), color-stop(0.181, #27a08d), color-stop(0.236, #219f94), color-stop(0.254, #219f94), color-stop(0.254, #1d9d97), color-stop(0.29, #1c9c9b), color-stop(0.381, #1c97a7), color-stop(0.454, #1e92ad), color-stop(0.472, #1a91ad), color-stop(0.618, #0784b3), color-stop(0.636, #0581b4), color-stop(0.654, #0980b4), color-stop(0.781, #0073b2), color-stop(0.8179999999999999, #006eb1), color-stop(0.836, #006eb1), color-stop(0.981, #0360a9));
  background-image: -webkit-linear-gradient(#2fa578, #2ba385 10.9%, #2aa28b 16.3%, #27a08d 18.1%, #219f94 23.6%, #219f94 25.4%, #1d9d97 25.4%, #1c9c9b 29%, #1c97a7 38.1%, #1e92ad 45.4%, #1a91ad 47.2%, #0784b3 61.8%, #0581b4, #0980b4 65.40000000000001%, #0073b2 78.09999999999999%, #006eb1 81.8%, #006eb1 83.59999999999999%, #0360a9 98.09999999999999%);
  background-image: -moz-linear-gradient(#2fa578, #2ba385 10.9%, #2aa28b 16.3%, #27a08d 18.1%, #219f94 23.6%, #219f94 25.4%, #1d9d97 25.4%, #1c9c9b 29%, #1c97a7 38.1%, #1e92ad 45.4%, #1a91ad 47.2%, #0784b3 61.8%, #0581b4, #0980b4 65.40000000000001%, #0073b2 78.09999999999999%, #006eb1 81.8%, #006eb1 83.59999999999999%, #0360a9 98.09999999999999%);
  background-image: -o-linear-gradient(#2fa578, #2ba385 10.9%, #2aa28b 16.3%, #27a08d 18.1%, #219f94 23.6%, #219f94 25.4%, #1d9d97 25.4%, #1c9c9b 29%, #1c97a7 38.1%, #1e92ad 45.4%, #1a91ad 47.2%, #0784b3 61.8%, #0581b4, #0980b4 65.40000000000001%, #0073b2 78.09999999999999%, #006eb1 81.8%, #006eb1 83.59999999999999%, #0360a9 98.09999999999999%);
  background-image: linear-gradient(#2fa578, #2ba385 10.9%, #2aa28b 16.3%, #27a08d 18.1%, #219f94 23.6%, #219f94 25.4%, #1d9d97 25.4%, #1c9c9b 29%, #1c97a7 38.1%, #1e92ad 45.4%, #1a91ad 47.2%, #0784b3 61.8%, #0581b4, #0980b4 65.40000000000001%, #0073b2 78.09999999999999%, #006eb1 81.8%, #006eb1 83.59999999999999%, #0360a9 98.09999999999999%);
}
/*====== Features - Watching ======*/
.features-watching {
  padding-top: 35px;
  padding-bottom: 30px;
}
.features-watching:after {
  position: relative;
  bottom: -32px;
}
/*====== Features ======*/
#features {
  width: 68.4569479966%;
  /* 803px */
  padding: 0 0 0 0.5115089514%;
  /* 0 0 0 6px */
}
.lt-ie8 #features {
  width: 67.9454390452% !important;
  /* 68.4569479966% - 0.5115089514% */
}
#features .feature {
  float: left;
}
#features .feature.feature-small {
  width: 38.6449184442%;
  /* 308px */
}
.lt-ie8 #features .feature.feature-small {
  width: 38.1449184442%;
  /* 38.6449184442% - 0.5% */
}
#features .feature.feature-medium {
  width: 61.3550815558%;
  /* 489 px */
}
.lt-ie8 #features .feature.feature-medium {
  width: 60.8550815558%;
  /* 61.3550815558% - 0.5% */
}
#features .feature.feature-medium,
#features .feature.feature-small {
  padding-left: 0.50188205771%;
  padding-right: 0.50188205771%;
}
#features .feature:first-of-type {
  padding-left: 0;
}
#features .feature:last-of-type {
  padding-right: 0;
}
#features .feature.feature-large {
  width: 100%;
  /* 797 px */
  padding-left: 0;
  padding-right: 0;
}
#features figure {
  margin-bottom: 7px;
}
#features figure img {
  width: 100%;
}
#features h3 {
  font-size: 209%;
  line-height: 1.09;
  margin-bottom: 0px;
  padding-right: 16px;
}
#features .feature p {
  padding-right: 16px;
}
#features .feature p,
.six-grid .feature p {
  color: #5e5f5f;
  font-size: 81.25%;
  line-height: 1.55;
}
p.byline a,
p.byline .ampersand {
  color: #575757;
}
article .entry-header .byline-container p.byline a,
article .entry-header .byline-container p.byline .ampersand {
  color: #000000;
}
p.byline a:hover,
p.byline a:focus,
article .entry-header .byline-container p.byline a:hover,
article .entry-header .byline-container p.byline a:focus {
  color: #818182;
}
.byline {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 84%;
  margin-bottom: 9px;
}
.byline em,
.byline i,
em .byline,
i .byline {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/*====== Watching ======*/
#watching {
  width: 31.5430520034%;
  /* 370px */
}
#watching .grey_border {
  display: none;
  content: "";
  position: absolute;
  left: 14px;
  height: 430px;
  top: 30px;
}
.lt-ie8 #watching {
  width: 29.2412617221% !important;
  /* 31.5430520034% - 1.19352088662% [14] - 1.10826939471% [13] */
}
#watching h2 {
  text-align: center;
  padding-left: 31px;
}
#watching-items {
  list-style-type: none;
  margin: 0px -3.65168539% 0px 0px;
  /* 0 -13px 0 0 */
  position: relative;
  max-height: 430px;
  padding: 0px 3.93258426966% 0px 1.96629213483%;
  /* 0 14px 0 7px */
}
.watching-read_more {
  font-size: 62.5%;
  /* 10px */
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  display: block;
  width: 90.5405405405%;
  /* 335px */
  text-align: center;
  color: #828080;
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  margin-left: 5.67567567568%;
  /* 21px */
  margin-right: 3.78378378378%;
  /* 14px */
  padding-top: 45px;
  padding-bottom: 4px;
  z-index: 3;
  display: none;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 10%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.7) 55%, #ffffff 70%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 10%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.7) 55%, #ffffff 70%);
  /* Opera */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 10%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.7) 55%, #ffffff 70%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10, rgba(255, 255, 255, 0.01)), color-stop(35, rgba(255, 255, 255, 0.45)), color-stop(45, rgba(255, 255, 255, 0.55)), color-stop(55, rgba(255, 255, 255, 0.7)), color-stop(70, #ffffff));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 10%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.7) 55%, #ffffff 70%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 10%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.7) 55%, #ffffff 70%);
}
.watching-read_more em,
.watching-read_more i,
em .watching-read_more,
i .watching-read_more {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.lt-ie8 #watching-items {
  padding-right: 0;
}
.watching-item {
  position: relative;
  padding: 11px 2.08955223881% 11px 0px;
  /* 11px 2.08955223881% 11px 0px */
}
.watching-item:before,
.watching-item:after {
  content: " ";
  display: table;
}
.watching-item:after {
  clear: both;
}
.lt-ie8 .watching-item {
  display: inline;
}
.watching-item.with-image .watching-item-time {
  margin-top: -5px;
}
.watching-item:hover {
  background-color: #F0F0F0;
}
#watching-items .separator {
  text-align: center;
  line-height: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#watching-items .separator .dot-container {
  background-color: #AF2F30;
  height: 5px;
  width: 5px;
  margin-left: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
#watching-items .separator .dot-container:first-child {
  margin-left: 0;
}
.watching-item-time,
.watching-item-content {
  float: left;
}
/* 49px */
.watching-item-time {
  position: absolute;
  width: 14.62686567%;
  padding-right: 4.17910447761%;
  /* 14px */
}
.lt-ie8 .watching-item-time {
  min-width: 35px;
  float: left;
  position: static;
  text-align: right;
}
#watching.weekend h2 {
  padding-left: 0;
  padding-right: 0;
}
#watching.weekend .watching-item-time {
  display: none;
}
#watching.weekend .watching-item-content {
  padding-left: 3.28358208955%;
  /* 11px */
}
#watching.weekend .watching-item {
  padding-right: 3.28358208955%;
  /* 11px */
}
.watching-item-time time {
  text-align: right;
  font-size: 71.6%;
  color: #b6b6b6;
  display: block;
}
.watching-item-content {
  font-size: 68.75%;
  /* 11px */
  padding-left: 14.62686567%;
}
.lt-ie8 .watching-item-content,
.lt-ie8 .watching-item {
  /*width: 85.0609756098%;*/
  padding-right: 0 !important;
}
.watching-item-content .twitter-meta img {
  width: auto;
}
.watching-item-content .item-image-container {
  width: 19.7452229299%;
  /* 62px */
  margin-right: 3.1847133758%;
  /* 10px */
  float: left;
}
.watching-item-content .teaser-container {
  width: 73.8853503185%;
  margin-left: 3.1847133758%;
  /* 10px */
  float: left;
  margin-top: -3px;
}
.from-twitter .watching-item-content .teaser-container {
  margin-top: 0;
}
.watching-item-content .item-image {
  min-height: 62px;
}
.watching-item.one-column .item-image-container,
.watching-item.one-column .teaser-container {
  width: 100%;
  /* 314px */
  float: none;
}
.watching-item.one-column .item-image-container {
  margin-bottom: 2px;
  margin-right: 0;
}
.watching-item.one-column .teaser-container {
  margin-left: 0;
  margin-top: 0;
}
.watching-item.one-column .item-image {
  max-height: 165px;
}
.watching-item-content .twitter-meta .item-image {
  min-height: 0px;
}
.watching-item-content img {
  width: 100%;
}
.watching-item-content .teaser {
  color: #666666;
  margin-bottom: 1px;
  line-height: 1.2;
}
.watching-item-content .teaser b,
.watching-item-content .teaser strong {
  color: #040404;
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
}
.watching-item-content .teaser b em,
.watching-item-content .teaser strong em,
.watching-item-content .teaser b i,
.watching-item-content .teaser strong i,
em .watching-item-content .teaser b,
em .watching-item-content .teaser strong,
i .watching-item-content .teaser b,
i .watching-item-content .teaser strong {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.watching-item-content .teaser a {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  color: #8e8e8e;
  position: relative;
  z-index: 3;
}
.watching-item-content .teaser a b,
.watching-item-content .teaser a strong,
b .watching-item-content .teaser a,
strong .watching-item-content .teaser a {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.watching-item-content .teaser a:hover,
.watching-item-content .teaser a:focus {
  color: #c1c1c1;
}
.watching-item-content .source {
  color: #777777;
}
.watching-item-content .source:before,
.watching-item-content .source:after {
  content: " ";
  display: table;
}
.watching-item-content .source:after {
  clear: both;
}
.source-url {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.source-url span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lt-ie8 #watching #watching-items .twitter-meta,
.lt-ie8 #watching .watching-item .twitter-meta,
.lt-ie8 #watching .watching-item-time .twitter-meta,
.lt-ie8 #watching .watching-item-content .twitter-meta,
.lt-ie8 #watching .watching-item-content .twitter-meta,
.lt-ie8 #watching #watching-items .item-image,
.lt-ie8 #watching .watching-item .item-image,
.lt-ie8 #watching .watching-item-time .item-image,
.lt-ie8 #watching .watching-item-content .item-image,
.lt-ie8 #watching .watching-item-content .item-image,
.lt-ie8 #watching #watching-items .item-image img,
.lt-ie8 #watching .watching-item .item-image img,
.lt-ie8 #watching .watching-item-time .item-image img,
.lt-ie8 #watching .watching-item-content .item-image img,
.lt-ie8 #watching .watching-item-content .item-image img,
.lt-ie8 #watching #watching-items .item-image figcaption,
.lt-ie8 #watching .watching-item .item-image figcaption,
.lt-ie8 #watching .watching-item-time .item-image figcaption,
.lt-ie8 #watching .watching-item-content .item-image figcaption,
.lt-ie8 #watching .watching-item-content .item-image figcaption,
.lt-ie8 #watching #watching-items .item-image figcaption .credit,
.lt-ie8 #watching .watching-item .item-image figcaption .credit,
.lt-ie8 #watching .watching-item-time .item-image figcaption .credit,
.lt-ie8 #watching .watching-item-content .item-image figcaption .credit,
.lt-ie8 #watching .watching-item-content .item-image figcaption .credit,
.lt-ie8 #watching #watching-items .teaser,
.lt-ie8 #watching .watching-item .teaser,
.lt-ie8 #watching .watching-item-time .teaser,
.lt-ie8 #watching .watching-item-content .teaser,
.lt-ie8 #watching .watching-item-content .teaser,
.lt-ie8 #watching #watching-items .tweet-comment,
.lt-ie8 #watching .watching-item .tweet-comment,
.lt-ie8 #watching .watching-item-time .tweet-comment,
.lt-ie8 #watching .watching-item-content .tweet-comment,
.lt-ie8 #watching .watching-item-content .tweet-comment,
.lt-ie8 #watching #watching-items .source,
.lt-ie8 #watching .watching-item .source,
.lt-ie8 #watching .watching-item-time .source,
.lt-ie8 #watching .watching-item-content .source,
.lt-ie8 #watching .watching-item-content .source {
  position: relative;
}
.lt-ie8 #watching .watching-item .source-url {
  z-index: 10;
}
.lt-ie8 #watching #watching-items {
  z-index: 9;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-time {
  z-index: 8;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-content {
  z-index: 8;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .item-image {
  z-index: 7;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .item-image img {
  z-index: 6;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .item-image figcaption {
  z-index: 6;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .item-image figcaption .credit {
  z-index: 5;
}
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .teaser,
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .tweet-comment,
.lt-ie8 #watching #watching-items .watching-item .watching-item-content .source {
  z-index: 7;
}
#watching-items .source-label {
  text-transform: uppercase;
  display: block;
  /*width: 91%;*/
  float: left;
}
.twitter-meta .item-image,
.twitter-meta .tweet-credits {
  float: left;
}
.twitter-meta .tweet-credits iframe {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  /* Firefox */
  -webkit-filter: grayscale(100%);
  /* Chrome */
  opacity: 0.8;
  z-index: 3;
  position: absolute !important;
  right: 0;
  top: 0;
}
.watching-item.from-twitter:hover .twitter-meta .tweet-credits iframe,
.watching-item.from-twitter:focus .twitter-meta .tweet-credits iframe {
  /* IE6-9 */
  filter: none;
  /* Firefox */
  -webkit-filter: none;
  /* Chrome */
  opacity: 1;
}
.twitter-meta {
  position: relative;
  line-height: 1;
  margin-bottom: 2px;
}
.twitter-meta:before,
.twitter-meta:after {
  content: " ";
  display: table;
}
.twitter-meta:after {
  clear: both;
}
.twitter-meta .item-image {
  width: 7.75862068966%;
  /* 18px */
  padding-left: 1px;
  margin-right: 2.58620689655%;
  /* 6px */
}
.twitter-meta .tweet-credits {
  width: 89.6551724138%;
  /* 208px */
  position: relative;
  color: #444446;
}
.twitter-follow-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*.tweet-name {
	margin-bottom: -4px;
	font-size: 85%;
	max-width: 73%;
}*/
.tweet-username {
  max-width: 73%;
  margin-bottom: 0;
}
.item-button {
  font-size: 80%;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  text-transform: lowercase;
  color: #c5c4c4;
  border: 1px solid #E9E8E8;
  border-radius: 5px;
  padding: 1px 2px 2px 21px;
  background-image: url('/wp-content/themes/sapiens/images/twitter_bird-follow.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  position: absolute;
  right: 57px;
  top: 0;
}
/*.tweet-comment {
	.open-sans-light-italic;
	color: #6c6c6c;
	line-height: 1.3;
	margin-bottom: 0;
}*/
/* Custom Scrollbar */
#watching-items.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #BE1C29 !important;
  right: -3px !important;
  width: 7px !important;
}
#watching-items.ps-container.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-radius: 0;
}
#watching-items.ps-container > .ps-scrollbar-y-rail,
#watching .grey_border {
  background-color: #BAB6B7 !important;
  background-image: -webkit-gradient(left top, left bottom, 0 0, 0 429, from(#ffffff), color-stop(0.013, #fbfbfb), color-stop(0.018, #f9faf9), color-stop(0.02, #f9f9f9), color-stop(0.023, #f7f8f8), color-stop(0.025, #f6f6f7), color-stop(0.034, #f1f2f2), color-stop(0.037, #f0f0f1), color-stop(0.039, #eeefef), color-stop(0.041, #ededee), color-stop(0.044, #ebecec), color-stop(0.062, #e2e1e1), color-stop(0.062, #dfdedf), color-stop(0.08799999999999999, #cbcacb), color-stop(0.116, #bab6b7), color-stop(0.892, #bbb7b8), color-stop(0.902, #c2bfc0), color-stop(0.911, #cac8c9), color-stop(0.918, #cfcecf), color-stop(0.92, #d1cfd0), color-stop(0.923, #d3d2d3), color-stop(0.9409999999999999, #e0e0e0), color-stop(0.953, #e9e8e9), color-stop(0.955, #eaeaea), color-stop(0.976, #f6f6f7), color-stop(0.979, #f7f8f8), color-stop(0.986, #fafbfb), color-stop(0.988, #fbfbfc));
  background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfb 1.3%, #f9faf9 1.8%, #f9f9f9 2%, #f7f8f8 2.3%, #f6f6f7 2.5%, #f1f2f2 3.4%, #f0f0f1 3.7%, #eeefef, #ededee 4.1%, #ebecec 4.4%, #e2e1e1 6.2%, #dfdedf 6.2%, #cbcacb 8.800000000000001%, #bab6b7 11.6%, #bbb7b8 89.2%, #c2bfc0 90.2%, #cac8c9 91.09999999999999%, #cfcecf 91.8%, #d1cfd0 92%, #d3d2d3 92.3%, #e0e0e0 94.09999999999999%, #e9e8e9 95.3%, #eaeaea 95.5%, #f6f6f7 97.59999999999999%, #f7f8f8 97.90000000000001%, #fafbfb 98.59999999999999%, #fbfbfc 98.8%);
  background-image: -moz-linear-gradient(top, #ffffff, #fbfbfb 1.3%, #f9faf9 1.8%, #f9f9f9 2%, #f7f8f8 2.3%, #f6f6f7 2.5%, #f1f2f2 3.4%, #f0f0f1 3.7%, #eeefef, #ededee 4.1%, #ebecec 4.4%, #e2e1e1 6.2%, #dfdedf 6.2%, #cbcacb 8.800000000000001%, #bab6b7 11.6%, #bbb7b8 89.2%, #c2bfc0 90.2%, #cac8c9 91.09999999999999%, #cfcecf 91.8%, #d1cfd0 92%, #d3d2d3 92.3%, #e0e0e0 94.09999999999999%, #e9e8e9 95.3%, #eaeaea 95.5%, #f6f6f7 97.59999999999999%, #f7f8f8 97.90000000000001%, #fafbfb 98.59999999999999%, #fbfbfc 98.8%);
  background-image: -o-linear-gradient(top, #ffffff, #fbfbfb 1.3%, #f9faf9 1.8%, #f9f9f9 2%, #f7f8f8 2.3%, #f6f6f7 2.5%, #f1f2f2 3.4%, #f0f0f1 3.7%, #eeefef, #ededee 4.1%, #ebecec 4.4%, #e2e1e1 6.2%, #dfdedf 6.2%, #cbcacb 8.800000000000001%, #bab6b7 11.6%, #bbb7b8 89.2%, #c2bfc0 90.2%, #cac8c9 91.09999999999999%, #cfcecf 91.8%, #d1cfd0 92%, #d3d2d3 92.3%, #e0e0e0 94.09999999999999%, #e9e8e9 95.3%, #eaeaea 95.5%, #f6f6f7 97.59999999999999%, #f7f8f8 97.90000000000001%, #fafbfb 98.59999999999999%, #fbfbfc 98.8%);
  background-image: linear-gradient(to bottom, #ffffff, #fbfbfb 1.3%, #f9faf9 1.8%, #f9f9f9 2%, #f7f8f8 2.3%, #f6f6f7 2.5%, #f1f2f2 3.4%, #f0f0f1 3.7%, #eeefef, #ededee 4.1%, #ebecec 4.4%, #e2e1e1 6.2%, #dfdedf 6.2%, #cbcacb 8.800000000000001%, #bab6b7 11.6%, #bbb7b8 89.2%, #c2bfc0 90.2%, #cac8c9 91.09999999999999%, #cfcecf 91.8%, #d1cfd0 92%, #d3d2d3 92.3%, #e0e0e0 94.09999999999999%, #e9e8e9 95.3%, #eaeaea 95.5%, #f6f6f7 97.59999999999999%, #f7f8f8 97.90000000000001%, #fafbfb 98.59999999999999%, #fbfbfc 98.8%);
  width: 1px !important;
}
#watching-items.ps-container > .ps-scrollbar-y-rail {
  right: 4px !important;
}
#watching-items.ps-container .ps-scrollbar-y:hover,
#watching-items.ps-container .ps-scrollbar-y:focus,
#watching-items.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #650f16 !important;
  cursor: pointer;
}
#watching-items.ps-container > .ps-scrollbar-y-rail {
  opacity: 1 !important;
}
#watching-items.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail,
#watching-items.ps-container:hover > .ps-scrollbar-x-rail,
#watching-items.ps-container:focus > .ps-scrollbar-x-rail,
#watching-items.ps-container:hover > .ps-scrollbar-y-rail,
#watching-items.ps-container:focus > .ps-scrollbar-y-rail {
  opacity: 1 !important;
}
.lt-ie9 .ps-container {
  overflow: auto !important;
  overflow-y: scroll !important;
}
/*====== Blogs - Grid of Six ======*/
.blogs-grid_of_six {
  padding-top: 40px;
  overflow: auto;
}
.blogs-grid_of_six:after {
  border-left: 13px solid #FFFFFF;
  border-right: 13px solid #FFFFFF;
  position: relative;
}
/*====== Blogs ======*/
.blogs,
.lt-ie9 .blogs {
  width: 30.4166666667%;
  /* 365px */
  padding-left: 1.9999999%;
  /* 23px */
  padding-right: 0;
  margin-bottom: 43px;
  float: right;
}
.blogs ul,
.lt-ie9 .blogs ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.blogs li .thumbnail,
.lt-ie9 .blogs li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
.blogs li,
.lt-ie9 .blogs li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
.blogs li b,
.lt-ie9 .blogs li b,
.blogs li strong,
.lt-ie9 .blogs li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
.lt-ie8 .blogs {
  width: 27.8898124467% !important;
  /* 30.4166666667% - 1.19352088662% [14] - 1.33333333333% */
  margin-bottom: 0;
  padding-bottom: 43px !important;
}
.blogs h2 {
  font-size: 140%;
  background-color: #eaeaea;
  padding: 7px 7px 7px 6px;
  margin-bottom: 2px;
}
.blogs li {
  background-color: #eaeaea;
  position: relative;
  margin-bottom: 2px;
  box-shadow: inset 0px 8px 0px -4px transparent, inset 0px -8px 0px -4px transparent;
  -webkit-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
.blogs li:hover {
  /* top and bottom borders */
  box-shadow: inset 0px 8px 0px -4px #818182, inset 0px -8px 0px -4px #818182;
}
.blogs li:before,
.blogs li:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
  background-color: #818182;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.blogs li:hover:before,
.blogs li:hover:after {
  opacity: 1;
}
.blogs li:before {
  /* left border */
  left: 0;
}
.blogs li:after {
  /* right border */
  right: 0;
}
.blogs li a {
  display: block;
}
.blogs li a:hover {
  color: #000000;
}
.lt-ie9 .blogs li:before,
.lt-ie9 .blogs li:after {
  content: none;
  display: none;
  position: static;
}
.lt-ie8 .blogs li {
  display: inline;
  width: 100%;
}
.li-hover-border {
  box-shadow: inset 0px 8px 0px -4px transparent, inset 0px -8px 0px -4px transparent;
  -webkit-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
.li-hover-border:hover {
  /* top and bottom borders */
  box-shadow: inset 0px 8px 0px -4px #818182, inset 0px -8px 0px -4px #818182;
}
.li-hover-border:before,
.li-hover-border:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
  background-color: #818182;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.li-hover-border:hover:before,
.li-hover-border:hover:after {
  opacity: 1;
}
.li-hover-border:before {
  /* left border */
  left: 0;
}
.li-hover-border:after {
  /* right border */
  right: 0;
}
.li-hover-border a {
  display: block;
}
.li-hover-border a:hover {
  color: #000000;
}
.blogs li a {
  padding: 15px 18px 17px 90px;
}
.blogs .post-title {
  font-size: 92%;
  margin-bottom: 7px;
  line-height: 1.15;
}
.blogs .byline {
  margin-bottom: 0;
  font-size: 84%;
}
.blogs .byline span {
  color: #c1262c;
}
.blogs .byline a:hover,
.last-post .byline a:hover {
  color: #e68084;
}
.blogs .byline .publication-date {
  color: #353535;
}
.blogs li .thumbnail {
  left: 2px;
  width: 77px;
  height: 77px;
  top: 14px;
}
.blogs li .kicker,
.last-post .kicker {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 90%;
  line-height: 1;
  margin-top: -1px;
  margin-bottom: 7px;
}
.blogs li .kicker em,
.last-post .kicker em,
.blogs li .kicker i,
.last-post .kicker i,
em .blogs li .kicker,
em .last-post .kicker,
i .blogs li .kicker,
i .last-post .kicker {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.blogs li .kicker a {
  color: #353535;
}
.blogs li .kicker a:hover {
  color: #818182;
}
.view-all {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  display: block;
  padding: 11px 28px 12px;
  color: #848685;
  font-size: 77%;
  /*background-image: url('@{images-url}/red_bullet.png');
	background-repeat: no-repeat;
	background-position: left 13px top 14px;*/
  position: relative;
}
.view-all em,
.view-all i,
em .view-all,
i .view-all {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.view-all:before {
  position: absolute;
  background-color: #c1262c;
  content: "";
}
.red-square:before {
  position: absolute;
  background-color: #c1262c;
  content: "";
}
.view-all:before {
  width: 10px;
  height: 10px;
  left: 12px;
  bottom: 16px;
}
.view-all:hover,
.view-all:focus {
  color: #c4c5c5;
}
/*====== Six Grid ======*/
/* 252px */
/* 25px */
/* 529px */
.six-grid,
.lt-ie9 .six-grid {
  width: 69.5%;
  /* 834px */
  padding-left: 1.16666666667%;
  /* 14px */
}
.lt-ie8 .six-grid {
  width: 67.2250639386% !important;
  /* 69.5% - 1.16666666667% - 1.10826939471% */
}
.six-grid .widget {
  float: left;
  width: 31.26550868%;
  margin-left: 3.10173697%;
  padding-right: 0;
}
.six-grid .widget,
.six-grid .widget-two {
  margin-bottom: 37px;
}
.lt-ie8 .six-grid .widget,
.lt-ie8 .six-grid .widget-two {
  margin-bottom: 0;
  padding-bottom: 37px;
}
.six-grid .widget:first-of-type,
.six-grid .widget-two:first-of-type {
  margin-left: 0;
}
.six-grid .widget .kicker,
.six-grid .widget-two .kicker {
  margin-bottom: 2px;
  font-size: 70%;
}
.six-grid .widget h3,
.categories .widget h3 {
  margin-bottom: 13px !important;
}
/*=== Feature ===*/
.six-grid .widget h3.feature-title {
  font-size: 147.6%;
  margin-bottom: 2px;
}
.six-grid .widget-two {
  float: left;
  width: 65.63275434000001%;
  margin-left: 3.10173697%;
}
.six-grid .widget.feature .byline {
  font-size: 82%;
}
.widget.feature .large-image {
  margin-bottom: 7px;
}
.lt-ie9 .six-grid .widget.feature .large-image img,
.lt-ie9 .six-grid .widget.feature .large-image {
  max-height: 132px !important;
}
/*=== Quote ===*/
.widget.quote {
  padding-top: 11px;
  border-top: 1px solid #656564;
  border-bottom: 1px solid #656564;
}
.widget.quote blockquote {
  font-size: 225%;
  border: none;
  font-family: 'Tienne Bold', serif;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  line-height: 1.06;
}
.widget.quote p {
  font-size: 84%;
  color: #5e5f5f;
  line-height: 1.46;
  margin-bottom: 11px;
  padding: 0 6.34920634921% 0 6.34920634921%;
}
.widget-two.quote {
  text-align: center;
  min-height: 250px;
}
.six-grid > .widget-two.quote:nth-child(2),
.six-grid > .widget-two.quote:nth-child(3) {
  border-bottom: 1px solid #A7A4A4;
}
.widget-two.quote blockquote {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  padding: 0;
  margin: 0 0 13px 0;
  color: #c1262c;
  font-size: 229%;
  border: none;
  line-height: 1.18;
}
.widget-two.quote blockquote b,
.widget-two.quote blockquote strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
.widget-two.quote p {
  font-family: 'Tienne Bold', serif;
  color: #000000;
  font-size: 140%;
  margin-bottom: 25px;
}
/*=== Subscribe // Cforms ===*/
.subscribe {
  text-align: center;
}
.subscribe-box {
  border: 1px solid #D5D3D3;
  width: 82.5396825397%;
  margin: 0 auto;
  padding: 13px 5.15873015873% 8px 5.15873015873%;
}
.subscribe-box.loading,
.subscribe-box.loading input,
.subscribe-box.loading button,
.subscribe-box.loading label {
  cursor: wait !important;
}
.subscribe h3 {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 140%;
  margin-bottom: 5px;
}
.subscribe h3 em,
.subscribe h3 i,
em .subscribe h3,
i .subscribe h3 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.subscribe .intro-copy,
.cform label,
.cf-box-title {
  font-size: 89%;
  color: #030504;
  line-height: 1.4;
  margin-bottom: 15px;
}
.subscribe form,
.cform {
  width: 88.3333333333%;
  margin: 0 auto 4em auto;
}
.subscribe input,
.cform input {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-size: 84%;
  color: #030504;
  border: 1px solid #DEDEDD;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.subscribe input b,
.cform input b,
.subscribe input strong,
.cform input strong,
b .subscribe input,
b .cform input,
strong .subscribe input,
strong .cform input {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
#main-wrapper .subscribe input:focus,
.cform input:focus {
  border: 1px solid #606060;
}
.subscribe button,
.cform button {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 93%;
  color: #5e5f5f;
  border: none;
  background: #FFFFFF;
  text-transform: lowercase;
}
.subscribe button em,
.cform button em,
.subscribe button i,
.cform button i,
em .subscribe button,
em .cform button,
i .subscribe button,
i .cform button {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.subscribe button:hover,
.cform button:hover,
.subscribe button:focus,
.cform button:focus {
  color: #000000;
  background-color: #f5f5f5;
}
.subscribe button.loading,
.cform button.loading {
  color: #9e9f9f;
  cursor: default;
}
.subscribe .success {
  background-color: #059D05;
  border: 1px solid #035603;
  padding: 5px;
  margin-bottom: 20px;
}
#main-wrapper .subscribe .success h3,
#main-wrapper .subscribe .success .intro-copy {
  color: #FFFFFF;
}
.subscribe .success h3 {
  font-size: 106.25%;
}
.subscribe .success .intro-copy {
  margin-bottom: 1px;
}
.subscribe .intro-copy.warning {
  background-color: #c1262c;
  color: #FFFFFF;
}
.cform ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  margin-top: 10px;
}
.cform textarea {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-size: 84%;
  width: 100%;
  color: #030504;
  background-color: #eef0ef;
  border: 1px solid #cac6c7;
  width: 96%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.cform textarea b,
.cform textarea strong,
b .cform textarea,
strong .cform textarea {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.cform input {
  background-color: #eef0ef;
  border: 1px solid #cac6c7;
  line-height: 1.6em;
  width: 300px;
  max-width: 96%;
}
.cform .sendbutton {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 93%;
  width: 100px;
  padding: 7px;
}
.cform .cf-sb {
  float: left;
  width: 15%;
  min-width: 105px;
  margin-left: 2%;
}
.cform .cf_hidden {
  display: none;
}
.cform .cf-box-group {
  width: 50%;
}
.cform .cf-box-title {
  line-height: 1.21em;
}
.cform label,
.cform .cf-ol li.cf-box-title {
  display: block;
  margin-bottom: 5px;
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}
.cform .cf-box-group label {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}
.cform .cf-box-group label,
.cform .cf-box-group input {
  display: inline;
  float: left;
}
.cform .cf-box-group input {
  width: 25px;
}
.cform .cf-box-group br {
  clear: left;
}
.cform .cf-ol li {
  margin-bottom: 20px;
}
.emailreqtxt,
.reqtxt {
  margin-left: 5px;
  display: none;
}
#usermessagea,
#usermessageb {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  background-color: none;
  border: none;
  margin: 0 auto;
  width: 88.3333%;
  font-size: 92%;
  padding: 9px 20px;
}
#usermessageb {
  width: 79%;
  float: left;
}
#usermessagea.failure,
#usermessageb.failure {
  border: 1px solid #C1262C;
  background-color: #FFD1D1;
  color: #C1262C;
  display: block;
}
#usermessagea.success,
#usermessageb.success {
  border: 1px solid #244A00;
  background-color: #BCDAAC;
  color: #244A00;
  display: block;
}
#usermessagea.waiting,
#usermessageb.waiting {
  border: 1px solid #cba300;
  background-color: #FFE57A;
  color: #cba300;
  display: block;
}
/*=== Two-column feature ===*/
.widget-two.feature .kicker {
  margin-top: -3px;
}
.widget-two.feature .medium-square-image {
  width: 47.6370510397%;
  /* 252px */
  float: left;
}
.lt-ie9 .widget-two.feature .medium-square-image,
.lt-ie9 .widget-two.feature .medium-square-image img {
  max-height: 252px;
}
.six-grid .widget-two.feature .feature-content {
  width: 52.3629489603%;
  /* 252px + 25px */
  float: left;
  padding-left: 5.61797752809%;
  /* 25px */
}
.lt-ie8 .six-grid .widget-two.feature .feature-content {
  width: 46.7449714322% !important;
  /* 52.3629489603% - 5.61797752809% */
}
.six-grid .widget-two h3.feature-title {
  font-size: 209%;
  line-height: 0.985;
  margin-bottom: 5px;
}
.widget-two.feature .byline {
  margin-bottom: 10px;
}
.widget-two.feature p {
  line-height: 1.48;
}
/*=== Most Popular ===*/
.six-grid .widget.google_top_posts,
.six-grid .widget.category {
  padding-left: 1.96078431373%;
}
.lt-ie8 .six-grid .widget.google_top_posts,
.lt-ie8 .six-grid .widget.category {
  width: 29.3047243712% !important;
  /* 31.2655086849% [@six-grid-column-width] - 1.96078431373% */
}
.widget.google_top_posts h3,
.six-grid .widget.category h3.kicker,
.six-grid .widget.category h3.kicker {
  margin-top: -4px;
  text-align: center;
}
.widget.google_top_posts ul,
.widget.category ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.widget.google_top_posts li .thumbnail,
.widget.category li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
.widget.google_top_posts li,
.widget.category li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
.widget.google_top_posts li b,
.widget.category li b,
.widget.google_top_posts li strong,
.widget.category li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
.widget.google_top_posts ul,
.widget.category ul {
  font-size: 84%;
}
.widget.google_top_posts ul li,
.widget.category ul li {
  line-height: 1.2;
  margin-bottom: 22px;
}
.widget.google_top_posts ul li:last-child {
  margin-bottom: 0;
}
.six-grid .widget.google_top_posts ol,
.blogs-grid_of_six #lists.google_top_posts ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  padding: 0;
  margin-bottom: 8px;
}
.six-grid .widget.google_top_posts ol li,
.blogs-grid_of_six #lists.google_top_posts ol li {
  font-family: 'Tienne Bold';
  font-size: 84%;
}
.six-grid .widget.google_top_posts ol a,
.blogs-grid_of_six #lists.google_top_posts ol a {
  position: relative;
  display: block;
  padding: 0 .4em 1.3em 1.4em;
  *padding: .4em;
  margin: 0;
  line-height: 1.1em;
}
.six-grid .widget.google_top_posts ol a:before,
.blogs-grid_of_six #lists.google_top_posts ol a:before {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -0.6em;
  top: -3px;
  background: #c1262c;
  color: #FFF;
  padding: 1px 5px;
  border: .3em solid #fff;
  text-align: center;
  border-radius: 2em;
  font-size: 11px;
}
.six-grid .widget.google_top_posts ol a:before em,
.blogs-grid_of_six #lists.google_top_posts ol a:before em,
.six-grid .widget.google_top_posts ol a:before i,
.blogs-grid_of_six #lists.google_top_posts ol a:before i,
em .six-grid .widget.google_top_posts ol a:before,
em .blogs-grid_of_six #lists.google_top_posts ol a:before,
i .six-grid .widget.google_top_posts ol a:before,
i .blogs-grid_of_six #lists.google_top_posts ol a:before {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.six-grid .widget.google_top_posts ol a:before em strong,
.blogs-grid_of_six #lists.google_top_posts ol a:before em strong,
.six-grid .widget.google_top_posts ol a:before i strong,
.blogs-grid_of_six #lists.google_top_posts ol a:before i strong,
em .six-grid .widget.google_top_posts ol a:before strong,
em .blogs-grid_of_six #lists.google_top_posts ol a:before strong,
i .six-grid .widget.google_top_posts ol a:before strong,
i .blogs-grid_of_six #lists.google_top_posts ol a:before strong,
.six-grid .widget.google_top_posts ol a:before em b,
.blogs-grid_of_six #lists.google_top_posts ol a:before em b,
.six-grid .widget.google_top_posts ol a:before i b,
.blogs-grid_of_six #lists.google_top_posts ol a:before i b,
em .six-grid .widget.google_top_posts ol a:before b,
em .blogs-grid_of_six #lists.google_top_posts ol a:before b,
i .six-grid .widget.google_top_posts ol a:before b,
i .blogs-grid_of_six #lists.google_top_posts ol a:before b,
strong .six-grid .widget.google_top_posts ol a:before em,
strong .blogs-grid_of_six #lists.google_top_posts ol a:before em,
strong .six-grid .widget.google_top_posts ol a:before i,
strong .blogs-grid_of_six #lists.google_top_posts ol a:before i,
strong em .six-grid .widget.google_top_posts ol a:before,
strong em .blogs-grid_of_six #lists.google_top_posts ol a:before,
strong i .six-grid .widget.google_top_posts ol a:before,
strong i .blogs-grid_of_six #lists.google_top_posts ol a:before,
b .six-grid .widget.google_top_posts ol a:before em,
b .blogs-grid_of_six #lists.google_top_posts ol a:before em,
b .six-grid .widget.google_top_posts ol a:before i,
b .blogs-grid_of_six #lists.google_top_posts ol a:before i,
b em .six-grid .widget.google_top_posts ol a:before,
b em .blogs-grid_of_six #lists.google_top_posts ol a:before,
b i .six-grid .widget.google_top_posts ol a:before,
b i .blogs-grid_of_six #lists.google_top_posts ol a:before {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.six-grid .widget.google_top_posts ol li:nth-child(n+10) a:before,
.blogs-grid_of_six #lists.google_top_posts ol li:nth-child(n+10) a:before {
  font-size: 9px;
  letter-spacing: -0.1em;
  text-indent: -2px;
}
.six-grid .subscribe h3 {
  color: #c1262c;
}
.six-grid .subscribe form label {
  color: #FFF;
}
.six-grid .subscribe form input {
  background-color: #D9D9D9;
}
.six-grid .subscribe form button {
  color: #7B7B7B;
  display: block;
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 77%;
  padding: 11px 28px 12px;
  position: relative;
  margin: 0 auto;
}
.six-grid .subscribe form button:before {
  bottom: 16px;
  height: 10px;
  left: 12px;
  width: 10px;
  background-color: #c1262c;
  content: "";
  position: absolute;
}
.six-grid .subscribe button:hover,
.six-grid .subscribe button:focus {
  color: #c4c5c5;
  background-color: #FFF;
}
/*====== Series ======*/
.series {
  overflow: auto;
  /* WARNING! */
  padding-top: 42px;
  padding-bottom: 43px;
}
.series .series-description .kicker {
  font-size: 150%;
  text-transform: none;
  padding-left: 28px;
  margin-bottom: 4px;
  position: relative;
}
.series .series-description .kicker:before {
  position: absolute;
  background-color: #c1262c;
  content: "";
}
.series .series-description .kicker a {
  color: #000000;
}
.series .series-description .kicker a .kicker-category {
  color: #c1262c;
}
.series .series-description .kicker:before {
  width: 18px;
  height: 18px;
  left: 2px;
  top: 9px;
}
.series .series-description .kicker a:hover,
.series .series-description .kicker a:focus {
  color: #818182;
}
.series .series-description .kicker a:hover .kicker-category,
.series .series-description .kicker a:focus .kicker-category {
  color: #e68084;
}
.series .series-description {
  width: 30.5%;
  /* 366px */
  /*padding-right: 1.08333333333%;*/
  /* 13px */
  padding-right: 0;
}
.series .series-description:before {
  position: absolute;
  background-color: #c1262c;
  content: "";
}
.lt-ie8 .series .series-description {
  width: 28.2231457801% !important;
  /* 30.5% - 1.19352088662% [14px] - 1.08333333333% */
}
.lt-ie8 .series .series-description .kicker {
  padding-left: 0;
}
.series .series-preview {
  width: 69.1666666667%;
  /* 830px */
  padding-left: 1.16666666667%;
  /* 14px */
}
.lt-ie8 .series .series-preview {
  width: 66.8917306053% !important;
  /* 69.1666666667% - 1.16666666667% - 1.10826939471% */
}
.series .series-title {
  color: #808081;
  font-size: 254%;
  line-height: 1.15;
}
.rectangular-feature-image {
  float: left;
  width: 63.7608966376%;
  /* 512px */
}
.square-reveal-image {
  float: left;
  width: 34.6201743462%;
  /* 278px */
  margin-left: 1.61892901619%;
  /* 13px */
}
/*====== Categories ======*/
.categories {
  overflow: auto;
  padding-top: 42px;
}
.categories .widget {
  margin-left: 2.30179028133%;
  /* 27px */
  width: 23.273657289%;
  /* 273px */
  float: left;
}
.categories .widget-two {
  margin-left: 2.30179028133%;
  /* 27px */
  width: 48.8491048593%;
  /* 23.273657289% * 2 + 2.30179028133% */
  float: left;
}
.categories .widget-two.feature .feature-content {
  float: left;
  width: 52.3629489603%;
  /* 252px + 27px */
  padding-left: 4.71204188482%;
  /* 27px */
}
/*.categories .widget:nth-of-type(2) {
	margin-left: 0.0852515%;				// 1px
}

.categories .widget:nth-of-type(3) {
	margin-left: 4.60358056266%;			// 54 px
}

.categories .widget:nth-of-type(4) {
	margin-left: 2.04603580563%;			// 24 px
}*/
.categories .widget:first-of-type,
.categories .widget-two:first-of-type {
  margin-left: 0;
}
.categories .widget.banner {
  text-align: center;
}
.categories .widget.banner:first-of-type {
  text-align: left;
}
.categories .widget.banner:last-child {
  text-align: right;
}
.categories .widget.category .kicker {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 71%;
  margin-bottom: 2px;
}
.categories .widget.category .kicker em,
.categories .widget.category .kicker i,
em .categories .widget.category .kicker,
i .categories .widget.category .kicker {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.widget.category .post-title {
  /*.hyphens;*/
  font-family: 'Tienne Bold', serif;
  font-size: 160%;
  line-height: 1.15;
  margin-bottom: -7px;
  display: block;
}
.widget.category li.summary {
  padding-left: 86px;
  position: relative;
  min-height: 77px;
  margin-bottom: 27px;
}
.widget.category li.summary p {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #5e5f5f;
  margin-bottom: 5px;
}
.widget.category li.summary .thumbnail {
  top: 3px;
  left: 0;
  width: 75px;
}
.lt-ie9 .widget.category li.summary .thumbnail img {
  width: 75px;
}
/*========== Footer ==========*/
#footer {
  padding: 37px 14px 0 13px;
  margin: 34px -14px 57px -13px;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
.three-grid:before,
#footer-links-nav:before,
.three-grid:after,
#footer-links-nav:after {
  content: " ";
  display: table;
}
.three-grid:after,
#footer-links-nav:after {
  clear: both;
}
/*====== Social icons ======*/
#footer .icons {
  position: relative;
  padding-top: 36px;
}
.lt-ie8 #footer .icons {
  width: 28.4674404887% !important;
  /* 30.76923077% - 1.19352088662% [14] - 1.10826939471% [13] */
}
.lt-ie8 #footer .about {
  width: 36.1597481787% !important;
  /* 38.46153846% - 1.19352088662% [14] - 1.10826939471% [13] */
}
.lt-ie8 #footer .subscribe {
  width: 28.4674404887% !important;
  /* 30.76923077% - 1.19352088662% [14] - 1.10826939471% [13] */
}
#footer .icons ul {
  font-size: 0;
  /* deletes the space after the inline-block elements */
  width: 255px;
  /* 285px */
  text-align: center;
  display: block;
  margin: 0 auto;
}
.lt-ie8 #footer .icons ul {
  display: none;
}
#footer .icons li {
  display: block;
  margin-right: 55px;
  margin-bottom: 30px;
  display: inline-block;
}
#footer .icons ul li:nth-child(3n),
#footer .icons ul li:last-child {
  margin-right: 0;
}
/*====== About ======*/
.about {
  text-align: center;
}
.about .site-title {
  margin-bottom: 22px;
}
.about .site-title img,
.about .site-title object {
  width: 237px;
  height: 54px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about .site-title {
  position: relative;
}
#footer .home-link-footer {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}
.lt-ie9 .about .site-title img {
  width: 233px;
  height: 49px;
}
#copyright {
  font-size: 116%;
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  color: #5c5c5c;
  line-height: 1.48;
  letter-spacing: 0.068em;
  padding: 0 12px 0 12px;
}
#copyright em,
#copyright i,
em #copyright,
i #copyright {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#copyright em strong,
#copyright i strong,
em #copyright strong,
i #copyright strong,
#copyright em b,
#copyright i b,
em #copyright b,
i #copyright b,
strong #copyright em,
strong #copyright i,
strong em #copyright,
strong i #copyright,
b #copyright em,
b #copyright i,
b em #copyright,
b i #copyright {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/*====== Subscribe ======*/
#footer .subscribe h3 {
  font-size: 128%;
  color: #404147;
}
#footer .subscribe .intro-copy {
  color: #777777;
  font-size: 84%;
}
#footer .subscribe .subscribe-box {
  border: none;
  width: 197px;
}
#footer .subscribe label {
  line-height: 2.2;
}
#footer .subscribe input {
  line-height: 1.6;
  background-color: #EEF0EF;
  border: 1px solid #CAC6C7;
}
#footer .subscribe label,
#footer .subscribe input {
  font-size: 73%;
}
/*====== Bottom navigation ======*/
#footer-links-nav {
  margin-top: 33px;
}
/* IE10+  */
.menu-footer-links-container {
  width: 100%;
}
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.flex-direction-row {
  -webkit-box-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  -ms-flexbox-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
ul#footer-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  -ms-flexbox-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
ul#footer-links li {
  font-size: 84%;
  list-style: none;
  -webkit-box-grow: 1;
  -moz-box-grow: 1;
  -ms-flex: 1 1 auto;
  -ms-flexbox-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
ul#footer-links li a {
  display: block;
  color: #6f6f6f;
  padding: 5px 0 5px 0;
}
ul#footer-links li a:hover,
ul#footer-links li a:focus {
  color: #bf2528;
}
/* IE9-  */
.lt-ie10 ul#footer-links {
  max-width: 1173px;
  width: 100% !important;
}
.lt-ie10 ul#footer-links li {
  width: 12.5%;
  display: block;
  float: left;
}
.lt-ie10 ul#footer-links li a {
  display: inline-block;
}
/* IE7- */
.lt-ie8 ul#footer-links li {
  width: 12.44671782%;
}
/*====== Back to top ======*/
.back-to-top {
  text-align: center;
  background-image: url('/wp-content/themes/sapiens/images/back_to_top.png');
  background-repeat: no-repeat;
  background-position: center top 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 68.75%;
  /* 11 px */
  color: #999999;
  padding-top: 20px;
  display: none;
}
/*========== Feature ==========*/
#article-detail-columns {
  position: relative;
}
#article-detail-columns:before,
#article-detail-columns:after {
  content: " ";
  display: table;
}
#article-detail-columns:after {
  clear: both;
}
#feature,
#basic-page {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
#feature,
#basic-page,
#blog-post,
#listing {
  padding: 32px 0px 11px 0;
}
#listing {
  padding-top: 41px;
}
/*====== Header ======*/
.entry-header .kicker {
  font-size: 110%;
  margin-bottom: 3px;
}
article .entry-header .byline-container p,
article .entry-header .title-container .description p {
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  font-size: 120%;
  line-height: 1.36;
  margin-bottom: 25px;
  color: #61615e;
}
article .entry-header .byline-container p em,
article .entry-header .title-container .description p em,
article .entry-header .byline-container p i,
article .entry-header .title-container .description p i,
em article .entry-header .byline-container p,
em article .entry-header .title-container .description p,
i article .entry-header .byline-container p,
i article .entry-header .title-container .description p {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
article .entry-header .byline-container p.byline {
  color: #575757;
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif !important;
  font-size: 97%;
  margin-bottom: 10px;
}
article .entry-header .byline-container p.byline em,
article .entry-header .byline-container p.byline i,
em article .entry-header .byline-container p.byline,
i article .entry-header .byline-container p.byline {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
.image-title {
  color: #000000;
}
#body-area:before,
#body-area:after {
  content: " ";
  display: table;
}
#body-area:after {
  clear: both;
}
#article-detail-header .featured-image {
  margin: 0 0 35px 0;
  min-height: 100px;
}
#body-area .featured-image > img,
#body-area .featured-image a.view-slideshow > img {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d000000, endColorstr=#0d000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d000000, endColorstr=#0d000000);
  min-height: 200px;
}
#featured-video-wrapper {
  display: inline-block !important;
  height: 0 !important;
  max-height: 100% !important;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  position: relative !important;
  width: 100% !important;
}
.featured-image.video iframe {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}
#body-area .view-slideshow {
  position: relative;
  display: block;
  min-height: 100px;
}
#body-area .view-slideshow-button {
  background-color: #EEEEEE;
  outline: none;
  border: none;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 13px;
  padding-bottom: 3px;
}
#body-area .view-slideshow-button:hover,
#body-area .view-slideshow-button:focus {
  background-color: #d5d5d5;
}
#body-area .featured-image .view-slideshow-button {
  position: absolute;
  left: 26px;
  bottom: 21px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);
  padding: 2px 12px 4px 14px;
}
#body-area .featured-image .view-slideshow-button span {
  display: block;
}
.view-slideshow-icon-cta {
  clear: both;
  border-bottom: 1px solid rgba(152, 152, 152, 0.5);
  overflow: auto;
}
.lt-ie9 .view-slideshow-icon-cta {
  border-bottom: 1px solid  #989898;
}
.view-slideshow-button-icon {
  width: 24px;
  height: 23px;
  float: left;
  padding-top: 6px;
  padding-left: 3px;
  padding-right: 4px;
}
.view-slideshow-button-icon img {
  display: block;
}
.view-slideshow-button-cta {
  float: left;
  font-size: 120%;
  /*padding-left: 21px;
	background: transparent url("@{images-url}/arrow_bullet.png") no-repeat scroll bottom 5px left 0;*/
}
.view-slideshow-button-number {
  font-size: 78%;
  line-height: 1.3;
  clear: both;
}
#body-area .featured-image figcaption {
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  font-size: 110%;
  color: #61615e;
  line-height: 1.36;
  padding: 7px 0 5px 0;
}
#body-area .featured-image figcaption em,
#body-area .featured-image figcaption i,
em #body-area .featured-image figcaption,
i #body-area .featured-image figcaption {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.entry-header h1 {
  font-size: 256%;
  line-height: 1.07;
  margin-bottom: 15px;
}
.entry-header h1 i,
h3.feature-title i,
.page-title i {
  font-family: inherit;
  margin-left: -2px;
  font-style: italic;
}
.entry-header h1 b,
h3.feature-title b,
.page-title b {
  font-family: inherit;
  margin-left: -2px;
  font-weight: 400;
  font-family: "Tienne Regular";
}
#main-wrapper.parallax {
  width: auto;
  max-width: unset;
  padding: 0;
}
#main-wrapper.parallax .header {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main-wrapper.parallax .header {
    width: 747px;
  }
}
@media (min-width: 992px) {
  #main-wrapper.parallax .header {
    width: 967px;
  }
}
@media (min-width: 1200px) {
  #main-wrapper.parallax .header {
    width: 1200px;
  }
}
#main-wrapper.parallax #article-detail-header {
  margin-top: 5px;
  position: relative;
  height: 0;
  padding-top: 597px;
}
@media (min-width: 768px) {
  #main-wrapper.parallax #article-detail-header {
    padding-top: 662px;
  }
}
@media (min-width: 1200px) {
  #main-wrapper.parallax #article-detail-header {
    padding-top: 724px;
  }
}
#main-wrapper.parallax #article-detail-header .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
#main-wrapper.parallax #article-detail-header .title-container {
  max-width: 1075px;
  margin: 0 auto;
  padding: 0 12px;
}
@media (min-width: 992px) {
  #main-wrapper.parallax #article-detail-header .title-container {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  #main-wrapper.parallax #article-detail-header .title-container {
    padding: 0;
  }
}
#main-wrapper.parallax #feature {
  padding-top: 4px;
  max-width: unset;
}
#main-wrapper.parallax #feature .entry-header {
  padding-left: 12px;
}
#main-wrapper.parallax #feature .entry-header .kicker-container,
#main-wrapper.parallax #feature .entry-header .byline-container {
  position: relative;
  z-index: 4;
  max-width: 1075px;
  margin: 0 auto;
}
#main-wrapper.parallax #feature .entry-header .byline-container {
  padding-top: 21px;
}
#main-wrapper.parallax #feature .entry-header .byline-container .byline {
  font-size: 84%;
  margin: 0;
}
@media (min-width: 768px) {
  #main-wrapper.parallax #feature .entry-header {
    padding-left: 0;
  }
  #main-wrapper.parallax #feature .entry-header .byline-container {
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  #main-wrapper.parallax #feature .entry-header .byline-container {
    padding-left: 136px;
  }
}
@media (min-width: 1200px) {
  #main-wrapper.parallax #feature .entry-header .kicker-container,
  #main-wrapper.parallax #feature .entry-header .byline-container {
    padding-left: 0;
    padding-right: 816px;
    text-align: center;
    padding-top: 14px;
    pointer-events: none;
  }
  #main-wrapper.parallax #feature .entry-header .kicker-container {
    padding-top: 23px;
  }
  #main-wrapper.parallax #feature .entry-header .byline-container .byline {
    font-size: 96%;
    color: #000;
    letter-spacing: -0.5px;
    pointer-events: auto;
  }
}
#main-wrapper.parallax #feature .entry-header h1 {
  color: #000;
  text-shadow: 2px 2px 2px #7c7c7c;
  width: 840px;
}
@media (max-width: 1024px) {
  #main-wrapper.parallax #feature .entry-header h1 {
    width: auto;
  }
}
#main-wrapper.parallax #feature .entry-header .title-container .description p {
  color: #000;
  text-shadow: 1px 1px 1px #7c7c7c;
  width: 840px;
}
@media (max-width: 1024px) {
  #main-wrapper.parallax #feature .entry-header .title-container .description p {
    width: auto;
  }
}
#main-wrapper.parallax #article-detail-columns {
  background-color: #fff;
  padding-top: 71px;
  position: relative;
  z-index: 3;
}
@media (min-width: 375px) {
  #main-wrapper.parallax #article-detail-columns {
    padding-top: 61px;
  }
}
@media (min-width: 768px) {
  #main-wrapper.parallax #article-detail-columns {
    padding-top: 41px;
  }
}
#main-wrapper.parallax #article-detail-columns .columns-container {
  max-width: 1075px;
  margin: 0 auto;
}
#main-wrapper.parallax #article-detail-columns .share-links-wrapper.share-links-post {
  top: 0;
  left: 30px;
}
@media (min-width: 1026px) {
  #main-wrapper.parallax #article-detail-columns .share-links-wrapper.share-links-post {
    top: 88px;
    left: 178px;
  }
}
@media (min-width: 1075px) {
  #main-wrapper.parallax #article-detail-columns .share-links-wrapper.share-links-post {
    left: 125px;
    top: 88px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #main-wrapper.parallax #article-detail-columns .share-links-wrapper.share-links-post {
    left: 100px;
  }
}
#main-wrapper.parallax #body-area .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 597px;
}
@media (min-width: 768px) {
  #main-wrapper.parallax #body-area .featured-image {
    height: 662px;
  }
}
@media (min-width: 1200px) {
  #main-wrapper.parallax #body-area .featured-image {
    height: 724px;
  }
}
#main-wrapper.parallax #body-area .featured-image.fixed {
  width: 100%;
  z-index: 2;
  position: fixed;
}
#main-wrapper.parallax #body-area .featured-image .featured-caption {
  position: absolute;
  right: 40px;
  bottom: -25px;
  width: 200px;
  z-index: 500;
  font-size: 92%;
  text-align: right;
  padding: 6px 12px;
  font-size: 85%;
}
#main-wrapper.parallax #body-area .featured-image .featured-caption small {
  font-size: 76%;
}
#main-wrapper.parallax #body-area .featured-image .featured-caption span {
  display: none;
}
@media (max-width: 480px) {
  #main-wrapper.parallax #body-area .featured-image .featured-caption {
    right: 0px;
    width: auto;
  }
}
#main-wrapper.parallax .entry-header .featured-caption {
  position: absolute;
  right: 40px;
  bottom: -25px;
  width: 200px;
  z-index: 8;
  font-size: 92%;
  text-align: right;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 85%;
}
#main-wrapper.parallax .entry-header .featured-caption small {
  font-size: 76%;
}
#main-wrapper.parallax .entry-header .featured-caption a {
  border-bottom: 1px solid #dedede;
  color: #9a9695;
}
#main-wrapper.parallax .entry-header .featured-caption a:hover,
#main-wrapper.parallax .entry-header .featured-caption a:focus {
  border-bottom: 1px solid #818182;
}
#main-wrapper.parallax .entry-header .featured-caption span {
  display: none;
}
@media (max-width: 480px) {
  #main-wrapper.parallax .entry-header .featured-caption {
    right: 0px;
    width: auto;
  }
}
#main-wrapper.parallax.inverted #feature h1 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  #main-wrapper.parallax.inverted #feature h1 {
    width: auto;
  }
}
#main-wrapper.parallax.inverted #feature .title-container .description p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 840px;
}
@media (max-width: 1024px) {
  #main-wrapper.parallax.inverted #feature .title-container .description p {
    width: auto;
  }
}
#main-wrapper.parallax #footer {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .parallax #body-copy {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .parallax #body-copy .byline {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*====== Social buttons ======*/
#article-detail-columns .share-links-wrapper {
  position: absolute;
  left: 68px;
}
#article-detail-columns .share-links-wrapper.share-links-post {
  float: left;
  padding-top: 13px;
}
.lt-ie8 #article-detail-columns .share-links-wrapper.share-links-post {
  display: none;
}
#feature #article-detail-columns .share-links-wrapper.share-links-post {
  width: 34px;
}
#article-detail-columns .share-links-wrapper.share-links-post ul {
  display: block;
  list-style-type: none;
  padding: 0;
  text-align: right;
}
#article-detail-columns .share-links-wrapper.share-links-post ul {
  margin: 0 37px 0 0;
}
#footer .icons a.share_links,
#article-detail-columns .share-links-wrapper.share-links-post a.share_links {
  padding: 4px;
}
#footer .icons .genericon {
  font-size: 29px;
}
#article-detail-columns .share-links-wrapper.share-links-post .genericon {
  font-size: 22px;
  color: #bbb;
}
#article-detail-columns .share-links-wrapper.share-links-post ul li {
  display: block;
  margin-bottom: 25px;
}
.header .icons.share-links-wrapper a.share_links {
  border: 1px solid #989898 !important;
}
#footer .icons.share-links-wrapper a.share_links {
  border: 2px solid #989898 !important;
}
#article-detail-columns .share-links-wrapper a.share_links {
  border: 2px solid #bbb !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:focus,
#footer .share-links-wrapper.colorized a.share_facebook:hover,
#footer .share-links-wrapper.colorized a.share_facebook:focus,
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:focus {
  border: 2px solid #3b5998 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:focus span,
#footer .share-links-wrapper.colorized a.share_facebook:hover span,
#footer .share-links-wrapper.colorized a.share_facebook:focus span,
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_facebook:focus span {
  color: #3b5998;
}
#article-detail-columns .share-links-wrapper.colorized a.share_twitter:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_twitter:focus,
#footer .share-links-wrapper.colorized a.share_twitter:hover,
#footer .share-links-wrapper.colorized a.share_twitter:focus,
.share-links-wrapper.colorized a.share_twitter:hover,
.share-links-wrapper.colorized a.share_twitter:focus {
  border: 2px solid #55acee !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_twitter:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_twitter:focus span,
#footer .share-links-wrapper.colorized a.share_twitter:hover span,
#footer .share-links-wrapper.colorized a.share_twitter:focus span,
.share-links-wrapper.colorized a.share_twitter:hover span,
.share-links-wrapper.colorized a.share_twitter:focus span {
  color: #55acee;
}
#article-detail-columns .share-links-wrapper.colorized a.share_reddit:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_reddit:focus,
#footer .share-links-wrapper.colorized a.share_reddit:hover,
#footer .share-links-wrapper.colorized a.share_reddit:focus,
.share-links-wrapper.colorized a.share_reddit:hover,
.share-links-wrapper.colorized a.share_reddit:focus {
  border: 2px solid #ff4500 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_reddit:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_reddit:focus span,
#footer .share-links-wrapper.colorized a.share_reddit:hover span,
#footer .share-links-wrapper.colorized a.share_reddit:focus span,
.share-links-wrapper.colorized a.share_reddit:hover span,
.share-links-wrapper.colorized a.share_reddit:focus span {
  color: #ff4500;
}
#article-detail-columns .share-links-wrapper.colorized a.share_pinterest:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_pinterest:focus,
#footer .share-links-wrapper.colorized a.share_pinterest:hover,
#footer .share-links-wrapper.colorized a.share_pinterest:focus,
.share-links-wrapper.colorized a.share_pinterest:hover,
.share-links-wrapper.colorized a.share_pinterest:focus {
  border: 2px solid #cc2127 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_pinterest:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_pinterest:focus span,
#footer .share-links-wrapper.colorized a.share_pinterest:hover span,
#footer .share-links-wrapper.colorized a.share_pinterest:focus span,
.share-links-wrapper.colorized a.share_pinterest:hover span,
.share-links-wrapper.colorized a.share_pinterest:focus span {
  color: #cc2127;
}
#article-detail-columns .share-links-wrapper.colorized a.share_tumblr:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_tumblr:focus,
#footer .share-links-wrapper.colorized a.share_tumblr:hover,
#footer .share-links-wrapper.colorized a.share_tumblr:focus,
.share-links-wrapper.colorized a.share_tumblr:hover,
.share-links-wrapper.colorized a.share_tumblr:focus {
  border: 2px solid #35465c !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_tumblr:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_tumblr:focus span,
#footer .share-links-wrapper.colorized a.share_tumblr:hover span,
#footer .share-links-wrapper.colorized a.share_tumblr:focus span,
.share-links-wrapper.colorized a.share_tumblr:hover span,
.share-links-wrapper.colorized a.share_tumblr:focus span {
  color: #35465c;
}
#article-detail-columns .share-links-wrapper.colorized a.share_instagram:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_instagram:focus,
#footer .share-links-wrapper.colorized a.share_instagram:hover,
#footer .share-links-wrapper.colorized a.share_instagram:focus,
.share-links-wrapper.colorized a.share_instagram:hover,
.share-links-wrapper.colorized a.share_instagram:focus {
  border: 2px solid #3f729b !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_instagram:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_instagram:focus span,
#footer .share-links-wrapper.colorized a.share_instagram:hover span,
#footer .share-links-wrapper.colorized a.share_instagram:focus span,
.share-links-wrapper.colorized a.share_instagram:hover span,
.share-links-wrapper.colorized a.share_instagram:focus span {
  color: #3f729b;
}
#article-detail-columns .share-links-wrapper.colorized a.share_youtube:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_youtube:focus,
#footer .share-links-wrapper.colorized a.share_youtube:hover,
#footer .share-links-wrapper.colorized a.share_youtube:focus,
.share-links-wrapper.colorized a.share_youtube:hover,
.share-links-wrapper.colorized a.share_youtube:focus {
  border: 2px solid #cd201f !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_youtube:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_youtube:focus span,
#footer .share-links-wrapper.colorized a.share_youtube:hover span,
#footer .share-links-wrapper.colorized a.share_youtube:focus span,
.share-links-wrapper.colorized a.share_youtube:hover span,
.share-links-wrapper.colorized a.share_youtube:focus span {
  color: #cd201f;
}
#article-detail-columns .share-links-wrapper.colorized a.share_google:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_google:focus,
#footer .share-links-wrapper.colorized a.share_google:hover,
#footer .share-links-wrapper.colorized a.share_google:focus,
.share-links-wrapper.colorized a.share_google:hover,
.share-links-wrapper.colorized a.share_google:focus {
  border: 2px solid #dc4e41 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_google:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_google:focus span,
#footer .share-links-wrapper.colorized a.share_google:hover span,
#footer .share-links-wrapper.colorized a.share_google:focus span,
.share-links-wrapper.colorized a.share_google:hover span,
.share-links-wrapper.colorized a.share_google:focus span {
  color: #dc4e41;
}
#article-detail-columns .share-links-wrapper.colorized a.share_mail:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_mail:focus,
#footer .share-links-wrapper.colorized a.share_mail:hover,
#footer .share-links-wrapper.colorized a.share_mail:focus,
.share-links-wrapper.colorized a.share_mail:hover,
.share-links-wrapper.colorized a.share_mail:focus {
  border: 2px solid #f4b400 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_mail:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_mail:focus span,
#footer .share-links-wrapper.colorized a.share_mail:hover span,
#footer .share-links-wrapper.colorized a.share_mail:focus span,
.share-links-wrapper.colorized a.share_mail:hover span,
.share-links-wrapper.colorized a.share_mail:focus span {
  color: #f4b400;
}
#article-detail-columns .share-links-wrapper.colorized a.share_print:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_print:focus,
#footer .share-links-wrapper.colorized a.share_print:hover,
#footer .share-links-wrapper.colorized a.share_print:focus,
.share-links-wrapper.colorized a.share_print:hover,
.share-links-wrapper.colorized a.share_print:focus {
  border: 2px solid #000000 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_print:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_print:focus span,
#footer .share-links-wrapper.colorized a.share_print:hover span,
#footer .share-links-wrapper.colorized a.share_print:focus span,
.share-links-wrapper.colorized a.share_print:hover span,
.share-links-wrapper.colorized a.share_print:focus span {
  color: #000000;
}
#article-detail-columns .share-links-wrapper.colorized a.share_feed:hover,
#article-detail-columns .share-links-wrapper.colorized a.share_feed:focus,
#footer .share-links-wrapper.colorized a.share_feed:hover,
#footer .share-links-wrapper.colorized a.share_feed:focus,
.share-links-wrapper.colorized a.share_feed:hover,
.share-links-wrapper.colorized a.share_feed:focus {
  border: 2px solid #fa9b39 !important;
}
#article-detail-columns .share-links-wrapper.colorized a.share_feed:hover span,
#article-detail-columns .share-links-wrapper.colorized a.share_feed:focus span,
#footer .share-links-wrapper.colorized a.share_feed:hover span,
#footer .share-links-wrapper.colorized a.share_feed:focus span,
.share-links-wrapper.colorized a.share_feed:hover span,
.share-links-wrapper.colorized a.share_feed:focus span {
  color: #fa9b39;
}
/*====== Article body ======*/
#body-copy {
  color: #575753;
  min-height: 450px;
}
#body-copy a {
  color: #575753;
}
#feature #body-copy {
  padding-right: 84px;
  padding-left: 136px;
  position: relative;
}
.lt-ie8 #feature #body-copy {
  /*width: 80.591843613% !important;*/
  /* 92.1860465116% - 11.5942028986% [136] */
  padding-right: 19.408156387% !important;
  /* why it isn't working? */
  padding-left: 0 !important;
}
.entry-content ul,
.entry-content ol {
  margin-left: 7px;
  list-style-position: outside;
}
.drop-cap .first-letter {
  float: left;
  font-family: "Museo 700", 'Times New Roman', serif;
  color: #bf2528;
  border: 1px solid #bf2528;
  font-size: 381.25%;
  /* 61px */
  line-height: 56px;
  margin: 10px 6px -7px 1px;
  width: 56px;
  height: 56px;
  text-align: center;
}
.drop-cap .first-letter.letter-M,
.drop-cap .first-letter.letter-Q,
.drop-cap .first-letter.letter-W {
  font-size: 337.5%;
  /* 54 px */
}
.drop-cap .first-letter.letter-ldquo {
  font-size: 800%;
  /* 128 px */
  line-height: 112px;
}
#feature .entry-content > p:first-of-type .first-letter,
#blog-post .entry-content > p:first-of-type .first-letter,
#debate-landing .entry-content > p:first-of-type .first-letter,
#debate-detail .entry-content > p:first-of-type .first-letter {
  float: left;
  font-family: "Museo 700", 'Times New Roman', serif;
  color: #bf2528;
  border: 1px solid #bf2528;
  font-size: 381.25%;
  /* 61px */
  line-height: 56px;
  margin: 10px 6px -7px 1px;
  width: 56px;
  height: 56px;
  text-align: center;
}
#feature .entry-content > p:first-of-type .first-letter.letter-M,
#blog-post .entry-content > p:first-of-type .first-letter.letter-M,
#debate-landing .entry-content > p:first-of-type .first-letter.letter-M,
#debate-detail .entry-content > p:first-of-type .first-letter.letter-M,
#feature .entry-content > p:first-of-type .first-letter.letter-Q,
#blog-post .entry-content > p:first-of-type .first-letter.letter-Q,
#debate-landing .entry-content > p:first-of-type .first-letter.letter-Q,
#debate-detail .entry-content > p:first-of-type .first-letter.letter-Q,
#feature .entry-content > p:first-of-type .first-letter.letter-W,
#blog-post .entry-content > p:first-of-type .first-letter.letter-W,
#debate-landing .entry-content > p:first-of-type .first-letter.letter-W,
#debate-detail .entry-content > p:first-of-type .first-letter.letter-W {
  font-size: 337.5%;
  /* 54 px */
}
#feature .entry-content > p:first-of-type .first-letter.letter-ldquo,
#blog-post .entry-content > p:first-of-type .first-letter.letter-ldquo,
#debate-landing .entry-content > p:first-of-type .first-letter.letter-ldquo,
#debate-detail .entry-content > p:first-of-type .first-letter.letter-ldquo {
  font-size: 800%;
  /* 128 px */
  line-height: 112px;
}
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter {
  float: none;
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  color: #575753;
  border: none;
  font-size: 100%;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
em #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
em #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
em #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
em #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
i #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
i #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
i #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
i #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em strong,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em strong,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em strong,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em strong,
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i strong,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i strong,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i strong,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i strong,
em #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
em #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
em #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
em #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
i #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
i #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
i #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
i #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter strong,
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em b,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em b,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em b,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em b,
#feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i b,
#blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i b,
#debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i b,
#debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i b,
em #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
em #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
em #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
em #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
i #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
i #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
i #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
i #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter b,
strong #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
strong #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
strong #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
strong #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
strong #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
strong #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
strong #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
strong #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
strong em #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong em #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong em #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong em #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong i #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong i #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong i #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
strong i #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
b #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
b #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
b #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter em,
b #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
b #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
b #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
b #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter i,
b em #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b em #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b em #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b em #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b i #feature.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b i #blog-post.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b i #debate-landing.shut_of_drop_cap .entry-content > p:first-of-type .first-letter,
b i #debate-detail.shut_of_drop_cap .entry-content > p:first-of-type .first-letter {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.entry-content {
  /*font-size: 104%; */
  /* 16px */
  /*margin-bottom: 31px;*/
  margin-bottom: 3em;
}
@media (min-width: 992px) {
  .entry-content {
    min-height: 395px;
  }
}
#listing-description .byline-container p a,
.entry-content p a,
.entry-content blockquote a,
.entry-content li a,
#bio-box div a,
.featured-image figcaption a {
  border-bottom: 2px solid #FCDD55;
}
#listing-description .byline-container p a,
.featured-image figcaption a {
  color: #5E5F5F;
}
#listing-description .byline-container p a:hover,
#listing-description .byline-container p a:focus,
.entry-content p a:hover,
.entry-content p a:focus,
.entry-content blockquote a:hover,
.entry-content blockquote a:focus,
.entry-content li a:hover,
.entry-content li a:focus,
#bio-box div a:hover,
#bio-box div a:focus {
  color: #0d0f04;
}
.featured-image figcaption a:hover,
.featured-image figcaption a:focus {
  color: #5e5f5f;
}
#listing-description .byline-container p a:not(:visited):hover,
#listing-description .byline-container p a:not(:visited):focus,
.entry-content p a:not(:visited):hover,
.entry-content p a:not(:visited):focus,
.entry-content blockquote a:not(:visited):hover,
.entry-content blockquote a:not(:visited):focus,
.entry-content li a:not(:visited):hover,
.entry-content li a:not(:visited):focus,
#bio-box div a:not(:visited):hover,
#bio-box div a:not(:visited):focus,
.featured-image figcaption a:not(:visited):hover,
.featured-image figcaption a:not(:visited):focus {
  background: #FCDD55;
}
#body-area figure figcaption small a:not(:visited):hover,
#body-area figure figcaption small a:not(:visited):focus,
#body-area figure figcaption small a:visited:hover,
#body-area figure figcaption small a:visited:focus {
  background: transparent;
}
#listing-description .byline-container p a:visited,
.entry-content p a:visited,
.entry-content blockquote a:visited,
.entry-content li a:visited,
#bio-box div a:visited {
  background-color: white;
  border-bottom-color: #C1C1C1;
}
#listing-description .byline-container p a:visited:hover,
#listing-description .byline-container p a:visited:focus,
.entry-content p a:visited:hover,
.entry-content p a:visited:focus,
.entry-content blockquote a:visited:hover,
.entry-content blockquote a:visited:focus,
.entry-content li a:visited:hover,
.entry-content li a:visited:focus,
#bio-box div a:visited:hover,
#bio-box div a:visited:focus {
  background: #C1C1C1;
}
/*.entry-content > p:last-of-type {
	margin-bottom: -9px;
}*/
.entry-content blockquote {
  color: #222222;
  background-color: #EEF0EF;
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  border: 0 none;
  margin-top: 28px;
  margin-bottom: 28px;
}
.entry-content blockquote p {
  /*margin-bottom: 34px;*/
  margin-bottom: 28px;
  line-height: 1.92;
}
.entry-content blockquote p:last-child {
  margin-bottom: 3px;
}
.entry-content > figure {
  padding: 17px 5px 11px;
  margin-left: -5px;
  margin-bottom: 8px;
}
.entry-content > figure:before,
.entry-content > figure:after {
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}
.entry-content > figure figcaption {
  padding: 4px 0 0 0;
}
.entry-content > figure figcaption p {
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
  color: #32322b;
  font-size: 79%;
}
.entry-content > figure figcaption p em,
.entry-content > figure figcaption p i,
em .entry-content > figure figcaption p,
i .entry-content > figure figcaption p {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.entry-content > figure figcaption p em b,
.entry-content > figure figcaption p i b,
em .entry-content > figure figcaption p b,
i .entry-content > figure figcaption p b,
.entry-content > figure figcaption p em strong,
.entry-content > figure figcaption p i strong,
em .entry-content > figure figcaption p strong,
i .entry-content > figure figcaption p strong,
b .entry-content > figure figcaption p em,
b .entry-content > figure figcaption p i,
b em .entry-content > figure figcaption p,
b i .entry-content > figure figcaption p,
strong .entry-content > figure figcaption p em,
strong .entry-content > figure figcaption p i,
strong em .entry-content > figure figcaption p,
strong i .entry-content > figure figcaption p {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.entry-content > figure figcaption p strong,
.entry-content > figure figcaption p b,
strong .entry-content > figure figcaption p,
b .entry-content > figure figcaption p {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.entry-content > figure figcaption p strong em,
.entry-content > figure figcaption p b em,
strong .entry-content > figure figcaption p em,
b .entry-content > figure figcaption p em,
.entry-content > figure figcaption p strong i,
.entry-content > figure figcaption p b i,
strong .entry-content > figure figcaption p i,
b .entry-content > figure figcaption p i,
em .entry-content > figure figcaption p strong,
em .entry-content > figure figcaption p b,
em strong .entry-content > figure figcaption p,
em b .entry-content > figure figcaption p,
i .entry-content > figure figcaption p strong,
i .entry-content > figure figcaption p b,
i strong .entry-content > figure figcaption p,
i b .entry-content > figure figcaption p {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.entry-content > figure figcaption p em,
.entry-content > figure figcaption p i {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
}
.entry-content > figure figcaption p em b,
.entry-content > figure figcaption p i b,
.entry-content > figure figcaption p em strong,
.entry-content > figure figcaption p i strong,
b .entry-content > figure figcaption p em,
b .entry-content > figure figcaption p i,
strong .entry-content > figure figcaption p em,
strong .entry-content > figure figcaption p i {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.entry-content > figure figcaption p {
  line-height: 1.6;
  margin-bottom: 6px;
}
.entry-content > figure figcaption p {
  line-height: 1.6;
  margin-bottom: 6px;
}
.entry-content > figure.has-iframe figcaption span {
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
  color: #32322b;
  font-size: 85%;
}
.entry-content > figure.has-iframe figcaption span em,
.entry-content > figure.has-iframe figcaption span i,
em .entry-content > figure.has-iframe figcaption span,
i .entry-content > figure.has-iframe figcaption span {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.entry-content > figure.has-iframe figcaption span em b,
.entry-content > figure.has-iframe figcaption span i b,
em .entry-content > figure.has-iframe figcaption span b,
i .entry-content > figure.has-iframe figcaption span b,
.entry-content > figure.has-iframe figcaption span em strong,
.entry-content > figure.has-iframe figcaption span i strong,
em .entry-content > figure.has-iframe figcaption span strong,
i .entry-content > figure.has-iframe figcaption span strong,
b .entry-content > figure.has-iframe figcaption span em,
b .entry-content > figure.has-iframe figcaption span i,
b em .entry-content > figure.has-iframe figcaption span,
b i .entry-content > figure.has-iframe figcaption span,
strong .entry-content > figure.has-iframe figcaption span em,
strong .entry-content > figure.has-iframe figcaption span i,
strong em .entry-content > figure.has-iframe figcaption span,
strong i .entry-content > figure.has-iframe figcaption span {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.entry-content > figure.has-iframe figcaption span strong,
.entry-content > figure.has-iframe figcaption span b,
strong .entry-content > figure.has-iframe figcaption span,
b .entry-content > figure.has-iframe figcaption span {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.entry-content > figure.has-iframe figcaption span strong em,
.entry-content > figure.has-iframe figcaption span b em,
strong .entry-content > figure.has-iframe figcaption span em,
b .entry-content > figure.has-iframe figcaption span em,
.entry-content > figure.has-iframe figcaption span strong i,
.entry-content > figure.has-iframe figcaption span b i,
strong .entry-content > figure.has-iframe figcaption span i,
b .entry-content > figure.has-iframe figcaption span i,
em .entry-content > figure.has-iframe figcaption span strong,
em .entry-content > figure.has-iframe figcaption span b,
em strong .entry-content > figure.has-iframe figcaption span,
em b .entry-content > figure.has-iframe figcaption span,
i .entry-content > figure.has-iframe figcaption span strong,
i .entry-content > figure.has-iframe figcaption span b,
i strong .entry-content > figure.has-iframe figcaption span,
i b .entry-content > figure.has-iframe figcaption span {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.entry-content > figure.has-iframe {
  /*float: none !important;*/
  display: block;
  margin: 8px auto;
}
.entry-content > figure.alignright {
  margin-top: 8px;
  margin-left: 15px;
  margin-right: -5px;
}
.entry-content > figure.alignleft {
  margin-top: 8px;
  margin-right: 15px;
}
.entry-content > figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
figure figcaption small {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  color: #9a9695;
  font-size: 10px;
  white-space: nowrap;
}
figure figcaption small em,
figure figcaption small i {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif !important;
}
figure figcaption small em strong,
figure figcaption small i strong,
figure figcaption small em b,
figure figcaption small i b,
strong figure figcaption small em,
strong figure figcaption small i,
b figure figcaption small em,
b figure figcaption small i {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
figure figcaption small strong,
figure figcaption small b {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif !important;
}
figure figcaption small strong em,
figure figcaption small b em,
figure figcaption small strong i,
figure figcaption small b i,
em figure figcaption small strong,
em figure figcaption small b,
i figure figcaption small strong,
i figure figcaption small b {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
figure figcaption small em strong,
figure figcaption small em b,
figure figcaption small strong em,
figure figcaption small b em,
figure figcaption small i strong,
figure figcaption small i b,
figure figcaption small strong i,
figure figcaption small b i {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif !important;
}
figure figcaption small a {
  color: #9a9695;
}
#body-area figure figcaption small a {
  border-bottom: 1px solid #dedede;
  color: #9a9695;
}
#body-area figure figcaption small a:hover,
#body-area figure figcaption small a:focus {
  border-bottom: 1px solid #818182;
}
.entry-content h2 {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  color: #bf2528;
  text-transform: uppercase;
  font-size: 112%;
}
.entry-content h2 em,
.entry-content h2 i,
em .entry-content h2,
i .entry-content h2 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.entry-content > p {
  line-height: 1.92;
  /*margin-bottom: 34px;*/
  margin-bottom: 28px;
}
.entry-content > ul,
.entry-content > ol {
  /*margin-bottom: 34px;*/
  margin-bottom: 28px;
}
.entry-content aside.column,
.entry-content aside.pull-quote,
.entry-content q {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  max-width: 376px;
  color: #373630;
  float: left;
  line-height: 1.2;
  padding: 14px 25px 7px;
  margin-bottom: 5px;
  /* INSET PULL QUOTE: */
  /*max-width: 358px;
	border-bottom: 5px white solid;*/
}
.entry-content aside.column b,
.entry-content aside.pull-quote b,
.entry-content q b,
.entry-content aside.column strong,
.entry-content aside.pull-quote strong,
.entry-content q strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
.entry-content aside figure {
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content aside small {
  text-align: right;
  display: block;
}
.entry-content aside.column,
.entry-content aside.pull-quote {
  line-height: 1.5;
  font-size: 87%;
  /* INSET PULL QUOTE: */
  /*-webkit-shape-outside: border-box;
	shape-outside: border-box;*/
}
/* INSET PULL QUOTE: */
/*.entry-content .top-5 {
	margin-top: 4em;
}*/
.entry-content aside.column,
.entry-content aside.pull-quote,
.entry-content q {
  margin-right: 18px;
  margin-top: 10px;
}
.entry-content aside.alignleft,
.entry-content q.alignleft {
  float: left;
  /* INSET PULL QUOTE: */
  /*border-top: 10px white solid;
	border-right: 18px white solid;
	margin-right: 0;*/
}
.entry-content aside.aligncenter,
.entry-content q.aligncenter {
  float: none;
  max-width: 100%;
  margin: 25px 0;
}
.entry-content aside.alignright,
.entry-content q.alignright {
  /* INSET PULL QUOTE: */
  float: right;
  /*border-top: 10px white solid;
	border-left: 18px white solid;
	margin-left: 0;*/
}
.entry-content .pull-quote,
.entry-content aside.pull-quote {
  text-align: center;
  font-size: 236%;
  line-height: 1.225;
}
.entry-content aside.pull-quote p {
  margin-bottom: 8px;
}
.entry-content aside.pull-quote p:last-child,
.entry-content aside.pull-quote p:last-of-type {
  /*margin-bottom: 0;*/
  border-bottom: none;
}
#tags {
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
  font-size: 120%;
  color: #a9a6a5;
  margin-bottom: 9px;
}
#tags em,
#tags i,
em #tags,
i #tags {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#tags em b,
#tags i b,
em #tags b,
i #tags b,
#tags em strong,
#tags i strong,
em #tags strong,
i #tags strong,
b #tags em,
b #tags i,
b em #tags,
b i #tags,
strong #tags em,
strong #tags i,
strong em #tags,
strong i #tags {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
#tags strong,
#tags b,
strong #tags,
b #tags {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#tags strong em,
#tags b em,
strong #tags em,
b #tags em,
#tags strong i,
#tags b i,
strong #tags i,
b #tags i,
em #tags strong,
em #tags b,
em strong #tags,
em b #tags,
i #tags strong,
i #tags b,
i strong #tags,
i b #tags {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#tags a {
  color: #a9a6a5;
}
#tags a:hover,
#tags a:focus {
  color: #c2c0bf;
}
/*====== Comments ======*/
#comments-block:before,
#comments-block:after {
  content: " ";
  display: table;
}
#comments-block:after {
  clear: both;
}
#comments-block #respond {
  display: none;
}
#blog-post #comments-block {
  /*margin-left: 10.0119189511%;*/
  /* 84px */
  margin-left: 84px;
}
#debate-detail #comments-block {
  width: 64.0569395018%;
  margin-left: 85px;
  margin-right: 0;
  /* 55px */
}
#feature #comments-block {
  /*margin-left: 12.6511627907%;*/
  /* 136px */
  margin-left: 136px;
}
.lt-ie8 #blog-post #comments-block,
.lt-ie8 #debate-detail #comments-block,
.lt-ie8 #feature #comments-block {
  margin-left: 0 !important;
}
#view-comments,
#load-more,
.republish,
.expand-button {
  font-size: 118%;
  margin-bottom: 50px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #4f4f4b;
  display: block;
  /*padding: 0 0 0 28px;
	background-image: url('@{images-url}/plus.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;*/
  line-height: 1em;
  padding-left: 0;
}
#view-comments:before,
#load-more:before,
.republish:before,
.expand-button:before {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  content: "+";
  /*width: 18px;
		height: 18px;*/
  color: #A11F1C;
  font-size: 36px;
  /*top: -15px;
		left: 0;*/
  font-weight: normal;
  vertical-align: -5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
#view-comments:before em,
#load-more:before em,
.republish:before em,
.expand-button:before em,
#view-comments:before i,
#load-more:before i,
.republish:before i,
.expand-button:before i,
em #view-comments:before,
em #load-more:before,
em .republish:before,
em .expand-button:before,
i #view-comments:before,
i #load-more:before,
i .republish:before,
i .expand-button:before {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#view-comments:before em strong,
#load-more:before em strong,
.republish:before em strong,
.expand-button:before em strong,
#view-comments:before i strong,
#load-more:before i strong,
.republish:before i strong,
.expand-button:before i strong,
em #view-comments:before strong,
em #load-more:before strong,
em .republish:before strong,
em .expand-button:before strong,
i #view-comments:before strong,
i #load-more:before strong,
i .republish:before strong,
i .expand-button:before strong,
#view-comments:before em b,
#load-more:before em b,
.republish:before em b,
.expand-button:before em b,
#view-comments:before i b,
#load-more:before i b,
.republish:before i b,
.expand-button:before i b,
em #view-comments:before b,
em #load-more:before b,
em .republish:before b,
em .expand-button:before b,
i #view-comments:before b,
i #load-more:before b,
i .republish:before b,
i .expand-button:before b,
strong #view-comments:before em,
strong #load-more:before em,
strong .republish:before em,
strong .expand-button:before em,
strong #view-comments:before i,
strong #load-more:before i,
strong .republish:before i,
strong .expand-button:before i,
strong em #view-comments:before,
strong em #load-more:before,
strong em .republish:before,
strong em .expand-button:before,
strong i #view-comments:before,
strong i #load-more:before,
strong i .republish:before,
strong i .expand-button:before,
b #view-comments:before em,
b #load-more:before em,
b .republish:before em,
b .expand-button:before em,
b #view-comments:before i,
b #load-more:before i,
b .republish:before i,
b .expand-button:before i,
b em #view-comments:before,
b em #load-more:before,
b em .republish:before,
b em .expand-button:before,
b i #view-comments:before,
b i #load-more:before,
b i .republish:before,
b i .expand-button:before {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#load-more {
  clear: both;
}
#view-comments span {
  /* Comment count */
  min-width: 27px;
  padding-left: 4px;
  padding-right: 5px;
  height: 27px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  line-height: 27px;
  text-align: center;
  background: #bf2528;
  display: inline-block;
  font-weight: bold;
  margin-left: 4px;
  letter-spacing: 0;
  top: -2px;
  position: relative;
}
.plus {
  /*padding: 0 0 0 28px;
	background-image: url('@{images-url}/plus.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;*/
  line-height: 1em;
  padding-left: 0;
}
.plus:before {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  content: "+";
  /*width: 18px;
		height: 18px;*/
  color: #A11F1C;
  font-size: 36px;
  /*top: -15px;
		left: 0;*/
  font-weight: normal;
  vertical-align: -5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.plus:before em,
.plus:before i,
em .plus:before,
i .plus:before {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.plus:before em strong,
.plus:before i strong,
em .plus:before strong,
i .plus:before strong,
.plus:before em b,
.plus:before i b,
em .plus:before b,
i .plus:before b,
strong .plus:before em,
strong .plus:before i,
strong em .plus:before,
strong i .plus:before,
b .plus:before em,
b .plus:before i,
b em .plus:before,
b i .plus:before {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.republish {
  display: block;
  margin-right: 100px;
}
.republish:before {
  color: #fcdd55;
  padding-right: 5px;
}
#comments-block #view-comments {
  float: left;
}
#comments-block .republish {
  float: right;
  white-space: nowrap;
}
#comments-block .republish .cc-logo {
  width: 60%;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 600px) {
  #comments-block #view-comments {
    float: none;
  }
  .republish {
    display: block;
    margin-right: 0px;
  }
  #comments-block .republish .cc-logo {
    width: 20%;
  }
}
@media (max-width: 480px) {
  #comments-block .republish {
    text-align: center;
  }
}
.entry-content .republish {
  float: none;
  border-bottom: none;
  margin: 8px 0px;
  display: inline;
}
button.cross:before {
  transform: rotate(-45deg) !important;
}
/*====== External info ======*/
.external-info {
  clear: both;
}
.external-info:before,
.external-info:after {
  content: " ";
  display: table;
}
.external-info:after {
  clear: both;
}
.external-info .label-container {
  padding-top: 3px;
}
.external-info .label-container .label {
  font-size: 105%;
  color: #FFFFFF;
  padding: 8px 15px 10px 11px;
  background-color: #C01A20;
  text-transform: uppercase;
  line-height: 2;
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
}
.external-info .label-container .label em,
.external-info .label-container .label i,
em .external-info .label-container .label,
i .external-info .label-container .label {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.external-info .label-container,
.external-info .info-detail-logo,
.external-info .info-detail,
.external-info .info-logo {
  float: left;
}
.external-info .info-detail-logo .info-detail {
  padding-top: 9px;
  width: 66.2251655629%;
  font-size: 112%;
  color: #000000;
}
.external-info .info-detail-logo .info-detail p {
  line-height: 1.1;
  margin: 0;
}
.external-info .info-detail-logo .info-logo {
  width: 33.7748344371%;
  text-align: right;
}
.external-info.callout {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  font-size: 96%;
}
.external-info.callout b,
.external-info.callout strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#body-area .external-info {
  margin-bottom: 27px;
}
#body-area .external-info .label-container {
  width: 15.7660818713%;
}
#body-area .external-info .info-detail-logo {
  width: 84.2339181287%;
}
#body-area #body-copy .external-info {
  margin-bottom: 7px;
}
#body-area #body-copy .external-info .label-container {
  width: 19.7660818713%;
}
#body-area #body-copy .external-info .info-detail-logo {
  width: 80.2339181287%;
}
/*====== Mini-homepage ======*/
#mini-homepage:before,
#mini-homepage:after {
  content: " ";
  display: table;
}
#mini-homepage:after {
  clear: both;
}
#mini-homepage ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#mini-homepage li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
#mini-homepage li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
#mini-homepage li b,
#mini-homepage li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#mini-homepage .internal {
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57px;
}
#mini-homepage li .thumbnail {
  width: 78px;
  height: 78px;
}
#mini-homepage li .post-title {
  font-size: 104%;
}
/*== Recommendations ==*/
#recommendations {
  padding: 0px 2.1472392638% 0px 1.53374233129%;
  /* 0 21px 0 15px */
  width: 64.3149284254%;
  /* 629px */
  float: left;
}
.lt-ie8 #recommendations {
  width: 60.6339468303% !important;
  /* 64.3149284254% - 1.53374233129% - 2.1472392638% */
}
#recommendations .widget-two {
  border-bottom: 1px solid #B3AEAE;
}
#recommendations .last-article {
  border-bottom: 1px solid #B3AEAE;
  padding: 17px 0 22px 0;
  list-style-type: none;
}
#recommendations .last-article:last-child {
  border-bottom: none;
}
#recommendations .last-article .kicker {
  margin-bottom: 2px;
}
#recommendations .widget-two:before,
#recommendations .widget-two:after {
  content: " ";
  display: table;
}
#recommendations .widget-two:after {
  clear: both;
}
#recommendations .widget-two.feature .medium-rectangular-image {
  width: 53.7942664418%;
  /*width: 319px;*/
  float: left;
}
#recommendations .widget-two.feature .medium-rectangular-image img {
  width: 100%;
  height: auto;
}
#recommendations .widget-two.feature {
  padding-bottom: 17px;
}
#recommendations .feature-title {
  font-size: 166%;
}
#recommendations .widget-two.feature .feature-content {
  width: 46.2057335582%;
  /* 274px */
  float: left;
  padding-left: 2.02360876897%;
  /* 12px */
}
.lt-ie8 #recommendations .widget-two.feature .feature-content {
  width: 44.1821247892% !important;
  /* 46.2057335582% - 2.02360876897% */
}
#recommendations .widget-two.feature .feature-content .feature-title {
  line-height: 1.125;
  margin-bottom: 6px;
}
#mini-homepage .last-post {
  padding: 0px 0px 0px 90px;
  min-height: 102px;
  border-bottom: 1px solid #B3AEAE;
  list-style-type: none;
}
#mini-homepage .last-post .byline {
  margin-bottom: 3px;
}
#recommendations .two-slots {
  padding-top: 17px;
}
#recommendations .two-slots .widget {
  float: left;
}
#recommendations .two-slots .feature {
  width: 45.1939291737%;
  /* 268px */
  padding-right: 2.52951096121%;
  /* 15px */
}
.lt-ie8 #recommendations .two-slots .feature {
  width: 42.6644182125% !important;
  /* 45.1939291737% - 2.52951096121% */
}
#recommendations .two-slots .feature .feature-title {
  line-height: 0.93;
  margin-bottom: 6px;
}
#recommendations .two-slots .feature img {
  width: 100%;
  height: auto;
}
#recommendations .two-slots .feature .kicker {
  margin-bottom: 3px;
}
#recommendations .two-slots .last-list {
  width: 54.8060708263%;
  /* 325px */
  padding-left: 2.02360876897%;
  /* 12px */
  border-left: 1px solid #B3AEAE;
}
.lt-ie8 #recommendations .two-slots .last-list {
  width: 52.7824620573% !important;
  /* 54.8060708263% - 2.02360876897% */
  max-width: 312px !important;
}
.lt-ie8 #recommendations .two-slots .last-list li {
  border-collapse: collapse !important;
  float: left !important;
  width: 100% !important;
  max-width: 100% !important;
  /* 312px -90px */
  clear: both !important;
  display: inline;
}
.lt-ie8 #recommendations .two-slots .last-list li.last-post {
  width: 71.1538461538% !important;
  max-width: 222px !important;
}
#recommendations .last-post .kicker {
  margin-bottom: 4px;
}
#recommendations .last-post .kicker a:hover,
#recommendations .last-post .kicker a:focus {
  color: #818182;
}
#recommendations .post-title {
  display: block;
  line-height: 1.3;
  margin-bottom: 3px;
}
/*== Lists ==*/
#lists {
  padding: 0px 1.53374233129% 0 2.1472392638%;
  /* 0px 15px 0px 21px */
  width: 35.6850715746%;
  /* 349px */
  float: left;
}
.lt-ie8 #lists {
  width: 32.0040899795% !important;
  /* 35.6850715746-2.1472392638-1.53374233129 */
  padding: 0px 15px 0px 21px;
}
#lists li {
  padding-left: 94px;
  line-height: 1.26;
  min-height: 78px;
  margin-bottom: 5px;
}
#lists h3 {
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
  color: #9a9795;
  font-size: 139%;
}
#lists h3 em,
#lists h3 i,
em #lists h3,
i #lists h3 {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#lists h3 em b,
#lists h3 i b,
em #lists h3 b,
i #lists h3 b,
#lists h3 em strong,
#lists h3 i strong,
em #lists h3 strong,
i #lists h3 strong,
b #lists h3 em,
b #lists h3 i,
b em #lists h3,
b i #lists h3,
strong #lists h3 em,
strong #lists h3 i,
strong em #lists h3,
strong i #lists h3 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
#lists h3 strong,
#lists h3 b,
strong #lists h3,
b #lists h3 {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#lists h3 strong em,
#lists h3 b em,
strong #lists h3 em,
b #lists h3 em,
#lists h3 strong i,
#lists h3 b i,
strong #lists h3 i,
b #lists h3 i,
em #lists h3 strong,
em #lists h3 b,
em strong #lists h3,
em b #lists h3,
i #lists h3 strong,
i #lists h3 b,
i strong #lists h3,
i b #lists h3 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#lists h3 a {
  color: #9a9795;
}
#lists h3 a:hover,
#lists h3 a:focus {
  color: #d8d7d6;
}
#lists h3 .current {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  color: #c1262c;
}
#lists h3 .current em,
#lists h3 .current i,
em #lists h3 .current,
i #lists h3 .current {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#lists.google_top_posts ol {
  margin-left: 5px;
}
.blogs-grid_of_six #lists.google_top_posts {
  width: 30.4166666667%;
  padding-right: 1.33333333333%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .blogs-grid_of_six #lists.google_top_posts {
    width: 100%;
    padding-left: 1.33333333333%;
  }
}
.blogs-grid_of_six #lists.google_top_posts h2 {
  margin-bottom: 10px;
}
.blogs-grid_of_six #lists.google_top_posts ol li {
  padding-left: 0;
  margin-bottom: 0;
  min-height: 0;
}
.blogs-grid_of_six #lists.google_top_posts ul {
  padding: 0;
  margin: 0;
}
.blogs-grid_of_six #lists.google_top_posts ul li {
  padding: 0;
  list-style: none;
  font-family: "Tienne Regular", 'Times New Roman', serif;
  clear: both;
  margin-bottom: 5px;
  position: static;
}
.blogs-grid_of_six #lists.google_top_posts ul li .thumbnail {
  width: 100px;
  float: left;
  margin-bottom: 5px;
  position: static;
  margin-right: 10px;
}
.blogs-grid_of_six #lists.google_top_posts ul li .post-title {
  width: 207px;
  float: left;
  font-size: 122%;
}
@media (max-width: 1200px) and (min-width: 871px) {
  .blogs-grid_of_six #lists.google_top_posts ul li .post-title {
    width: 120px;
  }
}
@media (max-width: 870px) and (min-width: 768px) {
  .blogs-grid_of_six #lists.google_top_posts ul li .post-title {
    width: 90px;
    font-size: 112%;
  }
}
@media (max-width: 768px) {
  .blogs-grid_of_six #lists.google_top_posts ul li .post-title {
    float: left;
    width: 64%;
  }
}
@media (max-width: 480px) {
  .blogs-grid_of_six #lists.google_top_posts ul li .post-title {
    font-size: 102%;
  }
}
/*========== Blog Specific Article ==========*/
#blog-post,
.blog-specific {
  width: 95.9931798806%;
  /* 1126px */
}
#blog-post,
#debate-landing,
#debate-detail {
  margin-left: 4.17732310315%;
  /* 49px */
}
#blog-post article:before,
#blog-post article:after {
  content: " ";
  display: table;
}
#blog-post article:after {
  clear: both;
}
#blog-post #body-area,
.blog-specific #listing-description {
  width: 74.5115452931%;
  /* 839px */
  margin-right: 1.42095914742%;
  /* 16px */
  float: left;
}
#blog-post #body-copy {
  /*width: 755px;*/
  width: 100%;
  /* 755px */
  /*padding-left: 10.0119189511%;*/
  /* 84px */
  padding-left: 84px;
  position: relative;
}
.lt-ie8 #blog-post #body-copy {
  padding-left: 0 !important;
}
#blog-sidebar {
  float: left;
  /* 16px */
  margin-left: 1.42095914742%;
  width: 22.6465364121%;
  /* 255px */
  padding-top: 33px;
}
#blog-sidebar aside {
  font-size: 92%;
  margin-bottom: 50px;
  /* provisorio */
}
#blog-sidebar h2 {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  color: #c1262c;
  font-size: 99%;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  #blog-post #article-detail-columns .share-links-wrapper.colorized.share-links-post {
    left: 49px;
  }
}
@media (min-width: 1075px) {
  #blog-post #article-detail-columns .share-links-wrapper.colorized.share-links-post {
    left: 97px;
  }
}
/*====== Bio Box ======*/
#blog-sidebar aside#bio-box {
  margin-bottom: 38px;
  min-height: 79px;
}
aside#bio-box div a {
  color: #8a8a8a;
}
.entry-header aside#bio-box {
  min-height: 89px;
}
#bio-box .thumbnail {
  float: left;
  margin-right: 7px;
  width: 79px;
  height: 79px;
}
#bio-box h2 {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  display: inline;
  text-transform: uppercase;
  font-size: 133%;
}
#bio-box h2 em,
#bio-box h2 i,
em #bio-box h2,
i #bio-box h2 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#bio-box h2 a {
  color: #c1262c;
}
#bio-box p {
  margin-bottom: 21px;
}
#bio-box button.collapse-learn_more,
#bio-box .ellipsis {
  display: none;
}
/*====== Twitter feed ======*/
#twitter-feed ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#twitter-feed li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
#twitter-feed li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
#twitter-feed li b,
#twitter-feed li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#twitter-feed iframe {
  max-width: 100% !important;
}
#twitter-feed h2 {
  text-align: center;
}
#twitter-feed h2 .genericon {
  font-size: 198%;
  border-radius: 200px;
  border: 2px solid #c1262c;
  color: #c1262c;
  padding: 3px;
}
#twitter-feed ul li {
  font-size: 85%;
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 16px;
}
#twitter-feed ul li a {
  color: #A2A3A7;
}
/*====== Most Recent Posts ======*/
#most-recent-posts ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#most-recent-posts li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
#most-recent-posts li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
#most-recent-posts li b,
#most-recent-posts li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#most-recent-posts ul li {
  line-height: 1.3;
  margin-bottom: 14px;
}
.lt-ie8 #most-recent-posts ul {
  list-style-position: outside;
}
/*====== Our Blogs ======*/
#blogroll ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#blogroll li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
#blogroll li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
#blogroll li b,
#blogroll li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#blogroll ul {
  padding-top: 11px;
}
.lt-ie8 #blogroll ul {
  list-style-position: outside;
}
#blogroll ul:after {
  bottom: -14px;
}
#blogroll ul li {
  min-height: 64px;
  margin-bottom: 26px;
  line-height: 1.3;
  position: relative;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
#blogroll ul li a {
  left: 0;
  padding-left: 80px;
  position: absolute;
  height: 100%;
  width: 100%;
}
#blogroll ul li .thumbnail {
  left: 3px;
  width: 62px;
  height: 62px;
}
#blogroll ul li .kicker {
  font-size: 100%;
  color: #c1262c;
  vertical-align: middle;
  height: 60px;
  display: table-cell;
}
#blogroll ul li:hover .kicker,
#blogroll ul li:focus .kicker {
  color: #e68084;
}
/*========== Debate Landing ==========*/
#debate-landing {
  width: 97.1014492754%;
  /* 1139px */
  padding-top: 28px;
  padding-bottom: 68px;
}
#debate-landing:before,
#debate-landing:after {
  content: " ";
  display: table;
}
#debate-landing:after {
  clear: both;
}
#debate-landing .entry-header {
  margin-bottom: 34px;
}
#debate-landing .entry-header h1 {
  margin-bottom: 5px;
}
#debate-landing #article-detail-columns {
  width: 43.6347673398%;
  /* 497px */
  float: left;
}
@media (min-width: 1024px) {
  #debate-landing #article-detail-columns .share-links-wrapper {
    left: 0;
  }
}
@media (min-width: 1075px) {
  #debate-landing #article-detail-columns .share-links-wrapper {
    left: 0;
  }
}
#debate-landing .share-links-wrapper ul,
#debate-detail .share-links-wrapper ul {
  margin-left: 4px;
}
#debate-landing #body-copy {
  width: 100%;
  /* 427px */
  float: left;
  color: #545554;
  padding-left: 14.0845070423%;
  /* 70px */
  padding-right: 11.6700201207%;
  /* 58px */
}
.lt-ie8 #debate-landing #body-copy {
  width: 88.3299798793%;
  /* 100% - 11.6700201207% */
  padding-left: 0 !important;
}
#posts-grid {
  width: 56.2774363477%;
  /* 641px */
  float: left;
}
#posts-grid:before,
#posts-grid:after {
  content: " ";
  display: table;
}
#posts-grid:after {
  clear: both;
}
#posts-grid .post-title {
  display: inline;
  font-size: 105%;
  line-height: 1.3;
  margin-bottom: 5px;
}
#posts-grid ul li p {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-size: 95%;
  line-height: 1.51;
}
#posts-grid ul li p strong,
#posts-grid ul li p b,
strong #posts-grid ul li p,
b #posts-grid ul li p {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#posts-grid ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#posts-grid ul li {
  width: 46.8018720749%;
  /* 300px */
  margin-right: 5.46021840874%;
  /* 35px */
  float: left;
  color: #545554;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  /* .li-hover-border; */
}
#posts-grid ul li:nth-child(2n) {
  margin-right: 0.93603744149%;
  /* 6px */
  clear: none;
}
#posts-grid ul li p.byline {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 81.25%;
  margin-bottom: 1px;
  margin-top: 3px;
  margin-bottom: 8px;
}
#posts-grid ul li p.byline em,
#posts-grid ul li p.byline i,
em #posts-grid ul li p.byline,
i #posts-grid ul li p.byline {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#posts-grid ul li p:last-child {
  margin-bottom: 0;
}
#posts-grid ul li .post-author {
  color: #c1262c;
}
#posts-grid ul li .post-author:hover,
#posts-grid ul li .post-author:focus {
  color: #e68084;
}
#posts-grid ul li .thumbnail {
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: -1;
  width: 118px;
  height: 118px;
}
#start-reading {
  text-align: center;
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 136%;
}
#start-reading em,
#start-reading i,
em #start-reading,
i #start-reading {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#start-reading a {
  color: #c1262c;
  position: relative;
  outline: medium none;
  padding: 5px 8px 5px 8px;
}
#start-reading a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #c1262c none repeat scroll 0% 0%;
  content: "";
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
#start-reading a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 2px;
  background: #c1262c none repeat scroll 0% 0%;
  content: "";
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
#start-reading a:hover,
#start-reading a:focus {
  outline: medium none;
}
#start-reading a:hover:before,
#start-reading a:focus:before {
  top: 100%;
  opacity: 1;
}
#start-reading a:hover:after,
#start-reading a:focus:after {
  height: 100%;
}
/*========== Debate Detail ==========*/
#debate-detail {
  padding-top: 29px;
}
#debate-detail #article-detail-columns {
  width: auto;
}
#debate-detail .share-links-wrapper.share-links-post {
  left: 97px;
}
@media (min-width: 1024px) {
  #debate-detail .share-links-wrapper.share-links-post {
    left: 36px;
  }
}
@media (min-width: 1075px) {
  #debate-detail .share-links-wrapper.share-links-post {
    left: 97px;
  }
}
#debate-detail #body-copy {
  float: left;
  width: 74.1103202847%;
  /*  778px */
  /*padding-left: 7.56227758007%;*/
  /* 85px */
  padding-left: 85px;
  padding-right: 2.49110320285%;
  /* 28px */
}
.lt-ie8 #debate-detail #body-copy {
  padding-left: 0 !important;
  width: 71.6192170818% !important;
  /* 74.1103202847% - 2.49110320285% */
}
#debate-detail .kicker a span {
  text-transform: none;
  color: #666666;
}
#debate-detail .kicker a:hover span,
#debate-detail .kicker a:focus span {
  color: #a6a6a6;
}
#debate-detail .entry-header {
  margin-bottom: 44px;
}
#debate-detail .entry-header .byline-container {
  min-height: 121px;
}
#debate-detail .entry-header .byline-container .thumbnail {
  border: 1px solid #555658;
  position: absolute;
  left: 0;
  top: 3px;
}
#debate-detail .entry-header .byline-container {
  position: relative;
  padding-left: 130px;
}
#debate-detail .entry-header .byline-container p {
  color: #000;
  margin-bottom: 5px;
}
#posts-list {
  float: left;
  width: 24.5551601423%;
  /* 276px */
  position: relative;
  padding-bottom: 8px;
}
#posts-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#posts-list li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
#posts-list li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
#posts-list li b,
#posts-list li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#posts-list ul {
  margin: 0px 0px 9px 0;
}
.lt-ie8 #posts-list ul {
  list-style-position: outside;
}
#posts-list li {
  min-height: 107px;
}
#posts-list li:not(.current) {
  /*border-bottom: 2px solid #E8E9EC;*/
  border-bottom: 1px solid #E8E9EC;
  box-shadow: inset 0px 8px 0px -4px transparent, inset 0px -8px 0px -4px transparent;
  -webkit-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
#posts-list li:not(.current):hover {
  /* top and bottom borders */
  box-shadow: inset 0px 8px 0px -4px #818182, inset 0px -8px 0px -4px #818182;
}
#posts-list li:not(.current):before,
#posts-list li:not(.current):after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
  background-color: #818182;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#posts-list li:not(.current):hover:before,
#posts-list li:not(.current):hover:after {
  opacity: 1;
}
#posts-list li:not(.current):before {
  /* left border */
  left: 0;
}
#posts-list li:not(.current):after {
  /* right border */
  right: 0;
}
#posts-list li:not(.current) a {
  display: block;
}
#posts-list li:not(.current) a:hover {
  color: #000000;
}
#posts-list li a {
  padding: 18px 0px 4px 88px;
  min-height: 108px;
}
#posts-list li.current {
  opacity: 0.3;
  border-bottom: 1px solid #A7A7A7;
  padding: 18px 0px 4px 88px;
}
#posts-list li:last-child {
  border-bottom: none;
}
#posts-list li .thumbnail {
  border: 1px solid #555658;
  left: 1px;
  top: 18px;
  width: 72px;
  height: 72px;
}
/*#posts-list li.current .thumbnail {				// as per comps
	border: none;
}*/
#posts-list li .byline {
  font-size: 78%;
  color: #c1262c;
}
#posts-list .post-title {
  line-height: 1.35;
  font-family: 'Tienne Bold', serif;
  font-size: 106%;
  margin: -4px 0 4px 0;
}
.view-intro {
  background: transparent url("/wp-content/themes/sapiens/images/arrow_box.png") no-repeat scroll bottom 4px left 3px;
  padding-left: 25px;
  font-size: 117%;
  color: #4d4d4d;
}
.author-bio {
  color: #686868;
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  font-size: 109%;
  margin-bottom: 26px;
}
.author-bio em,
.author-bio i,
em .author-bio,
i .author-bio {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.author-bio .author-name {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 71%;
  margin-bottom: -1px;
  font-size: 90%;
}
.author-bio .author-name em,
.author-bio .author-name i,
em .author-bio .author-name,
i .author-bio .author-name {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.author-bio .author-name a {
  color: #c1262c !important;
}
.author-bio .author-name a:hover,
.author-bio .author-name a:focus {
  color: #e68084 !important;
}
#up-next {
  font-size: 128%;
  text-align: right;
  margin-bottom: 35px;
}
#up-next a {
  color: #c1262c;
}
#up-next a span {
  color: #000000;
  font-family: 'Tienne Bold', serif;
  font-size: 69%;
  vertical-align: 2px;
}
#up-next a:hover,
#up-next a:focus {
  color: #e68084;
}
#up-next a:hover span,
#up-next a:focus span {
  color: #818182;
}
#debaters-up-next {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 131.25%;
  /* 21px */
  text-align: center;
  line-height: 1.05;
}
#debaters-up-next em,
#debaters-up-next i,
em #debaters-up-next,
i #debaters-up-next {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#debaters-up-next span {
  text-transform: uppercase;
  color: #c1262c;
  display: block;
}
.lt-ie8 #debaters-up-next {
  display: none;
}
.lt-ie8 .thumbnail img {
  height: 100% !important;
}
@media (min-width: 481px) {
  #debaters-up-next {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/*========== Listing: Generic ==========*/
#listing {
  margin-left: 0.4262574595%;
  /* 5px */
}
#listing:before,
#listing:after {
  content: " ";
  display: table;
}
#listing:after {
  clear: both;
}
.category #listing-description li .thumbnail {
  top: 2px;
}
#listing-description {
  width: 92.4326172208%;
  /* 1084px */
  margin: 0 auto;
}
#listing-description ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#listing-description li .thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
#listing-description li {
  font-family: "Tienne Regular", 'Times New Roman', serif;
  /*.hyphens;*/
  position: relative;
}
#listing-description li b,
#listing-description li strong {
  font-family: 'Tienne Bold', serif;
  font-weight: normal;
}
#listing-description h2.kicker {
  line-height: 1.57;
  font-size: 81.25%;
  /* 13px */
  color: #333333;
  margin-bottom: -20px;
}
#listing-description ul {
  margin-top: 11px;
}
#listing-description ul li {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
#listing-description ul li p {
  line-height: 1.57;
  font-size: 81.25%;
  /* 13px */
  color: #333333;
}
#listing-description ul li .thumbnail {
  width: 158px;
  height: 83px;
  top: 1px;
}
#listing-description ul li .thumbnail img {
  max-height: 100%;
}
#listing-description h1.kicker {
  font-size: 156.25%;
  /* 25 px */
  color: #c1262c;
  margin-bottom: 20px;
}
#listing-description h1.kicker span {
  color: #000000;
}
#listing-description .entry-header {
  padding-bottom: 1px;
  overflow: auto;
  /* WARNING! */
}
#listing-description .entry-header:before,
#listing-description .entry-header:after {
  content: " ";
  display: table;
}
#listing-description .entry-header:after {
  clear: both;
}
#listing-description .entry-header h1.kicker,
#listing-description .entry-header .byline-container {
  padding-left: 2px;
  padding-right: 2px;
}
#listing-description .byline-container p {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  font-size: 104%;
  line-height: 1.94;
  color: #5e5f5f;
  margin-bottom: 6px;
}
#listing-description h2.post-title {
  font-size: 166%;
  line-height: 0.94;
  margin-bottom: 7px;
}
.page-template-page-blogs-list #listing-description .thumbnail {
  width: 140px;
  height: 140px;
}
.page-template-page-blogs-list #listing-description .listing-posts li {
  min-height: 140px;
}
.lt-ie9 #listing-description ul li .thumbnail img {
  height: 83px;
}
.listing-posts .kicker {
  font-size: 118%;
  margin-bottom: 3px;
  line-height: 1;
}
.listing-posts .kicker a {
  color: #6d6d6d;
}
.listing-posts .kicker a:hover,
.listing-posts .kicker a:focus {
  color: #adadad;
}
.listing-posts li {
  padding-left: 183px;
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 46px;
  min-height: 86px;
}
.listing-posts li .byline {
  margin-bottom: 4px;
}
/*====== Pagination ======*/
.nav-links {
  text-align: center;
}
.nav-links a.page-numbers {
  font-size: 91%;
  color: #919191;
  vertical-align: 3px;
  margin: 0 5px 0 5px;
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
}
.nav-links a.page-numbers em,
.nav-links a.page-numbers i,
em .nav-links a.page-numbers,
i .nav-links a.page-numbers {
  font-family: "Open Sans Light Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.nav-links a.page-numbers em b,
.nav-links a.page-numbers i b,
em .nav-links a.page-numbers b,
i .nav-links a.page-numbers b,
.nav-links a.page-numbers em strong,
.nav-links a.page-numbers i strong,
em .nav-links a.page-numbers strong,
i .nav-links a.page-numbers strong,
b .nav-links a.page-numbers em,
b .nav-links a.page-numbers i,
b em .nav-links a.page-numbers,
b i .nav-links a.page-numbers,
strong .nav-links a.page-numbers em,
strong .nav-links a.page-numbers i,
strong em .nav-links a.page-numbers,
strong i .nav-links a.page-numbers {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
}
.nav-links a.page-numbers strong,
.nav-links a.page-numbers b,
strong .nav-links a.page-numbers,
b .nav-links a.page-numbers {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.nav-links a.page-numbers strong em,
.nav-links a.page-numbers b em,
strong .nav-links a.page-numbers em,
b .nav-links a.page-numbers em,
.nav-links a.page-numbers strong i,
.nav-links a.page-numbers b i,
strong .nav-links a.page-numbers i,
b .nav-links a.page-numbers i,
em .nav-links a.page-numbers strong,
em .nav-links a.page-numbers b,
em strong .nav-links a.page-numbers,
em b .nav-links a.page-numbers,
i .nav-links a.page-numbers strong,
i .nav-links a.page-numbers b,
i strong .nav-links a.page-numbers,
i b .nav-links a.page-numbers {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.nav-links a.page-numbers:hover,
.nav-links a.page-numbers:focus {
  color: #d1d1d1;
}
.nav-links a.prev,
.nav-links a.next {
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 70%;
  vertical-align: 3px;
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 1px;
}
.nav-links a.prev {
  padding-left: 15px;
  background-image: url("/wp-content/themes/sapiens/images/arrow-prev.png");
  background-position: left 0 top 1px;
}
.nav-links a.next {
  padding-right: 15px;
  background-image: url("/wp-content/themes/sapiens/images/arrow-next.png");
  background-position: right 0 top 1px;
}
.nav-links .page-numbers.current {
  color: #c1262c;
  font-size: 155%;
  margin: 0 2px 0 2px;
}
/*========== Listing: Blog Specific ==========*/
#listing.blog-specific {
  margin-left: 4.00682011935%;
}
/*.blog-specific,
.author-intros {*/
#listing-description ul {
  margin-top: 34px;
}
.blog-specific #listing-description h1.kicker span {
  color: #000000;
}
.blog-specific #listing-description li .thumbnail {
  top: 1px;
}
#load-more {
  display: none;
}
/*#listing-description .entry-header .byline-container {
	padding-bottom: 20px;
}*/
/*========== Listing: Author ==========*/
.author-intros #listing-description .entry-header {
  padding-bottom: 10px;
}
.author-intros #listing-description li .thumbnail {
  top: 1px;
}
.author-intros #listing-description .byline-container {
  /*min-height: 119px;*/
  min-height: 99px;
}
.author-intros #listing-description .byline-container p:last-child {
  /*margin-bottom: 0px;*/
  margin-bottom: -5px;
}
.author-intros #listing-description .byline-container img {
  float: left;
  width: 91px;
  height: 91px;
  border: 1px solid #000000;
  margin: 8px 10px 5px 0px;
}
.author-intros #listing-description .author-links {
  margin-top: 21px;
  margin-bottom: 44px;
}
.author-intros #listing-description .author-links:before,
.author-intros #listing-description .author-links:after {
  content: " ";
  display: table;
}
.author-intros #listing-description .author-links:after {
  clear: both;
}
.author-intros #listing-description .author-links h2 {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  text-transform: uppercase;
  color: #c1262c;
  margin-bottom: 26px;
}
.author-intros #listing-description .author-links h2 em,
.author-intros #listing-description .author-links h2 i,
em .author-intros #listing-description .author-links h2,
i .author-intros #listing-description .author-links h2 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.author-intros #listing-description .author-links .author-link {
  float: left;
  text-align: center;
  margin-left: 30px;
  margin-right: 53px;
}
.author-intros #listing-description .author-links .author-link:last-child {
  margin-right: 0;
}
.author-intros #listing-description .author-links .author-link a {
  display: block;
}
.author-intros #listing-description .author-links .author-link a:hover .author-link-description,
.author-intros #listing-description .author-links .author-link a:focus .author-link-description {
  text-decoration: underline #A19FA0;
}
.author-intros #listing-description .author-links .genericon {
  font-size: 181.25%;
  /* 29px */
  border-radius: 200px;
  padding: 5px;
}
.author-intros #listing-description .author-links .genericon-user {
  color: #BB222C;
  border: 1px solid #BB222C;
}
.author-intros #listing-description .author-links .genericon-twitter {
  color: #19B2C8;
  border: 1px solid #19B2C8;
}
.author-intros #listing-description .author-links .author-link-description {
  display: block;
  color: #A19FA0;
  text-transform: lowercase;
  font-size: 68.75%;
  /* 11 px*/
  margin-top: 2px;
}
/*========== Basic Page ==========*/
#basic-page #article-detail-columns {
  padding-top: 7px;
}
#basic-page h1.kicker {
  color: #c1262c;
  margin-bottom: 9px;
  font-size: 156.25%;
  /* 25 px */
}
/*========== Disqus ============*/
#disqus_thread {
  display: none;
}
/*========== Gallery ============*/
.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: relative;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  opacity: 0;
}
.overlay.visible {
  z-index: 6;
  position: fixed;
  opacity: 1;
}
.lightbox {
  background-color: #070707;
  width: 1477px;
  max-width: 100%;
  /*margin: 0 -25% 0 0;*/
  /* margin-left: cuarta parte del ancho del gallery */
  left: 50%;
  position: absolute;
  padding-left: 5.46505517604%;
  padding-right: 5.46505517604%;
  /* 104px */
  padding-top: 81px;
  padding-bottom: 77px;
  top: 94px;
  display: none;
  z-index: 1000;
  opacity: 0;
}
.lt-ie8 .lightbox {
  width: 1269px;
  /* 1477px - 104px - 104px */
}
.lightbox,
.lightbox a {
  color: #D8D8D8;
}
.lightbox h2 {
  color: #d8d8d8;
  font-size: 106.25%;
  padding-left: 19px;
  position: relative;
}
.lightbox h2:before {
  position: absolute;
  background-color: #c1262c;
  content: "";
}
.lightbox h2:before {
  width: 9px;
  height: 9px;
  left: 5px;
  bottom: 4px;
}
.lightbox .photo,
.lightbox .photo-description {
  float: left;
}
.slick-slider {
  max-width: 1269px;
}
.slick-list.draggable {
  max-width: 1269px;
}
.slick-initialized .slick-slide {
  max-width: 1269px;
}
.lightbox .photo {
  width: 78.8022064618%;
  /* 1000px */
  text-align: center;
  max-width: 1000px;
  /*position: relative;*/
}
.lightbox .photo-container {
  margin: 0 auto;
  max-width: 100%;
}
.lightbox .slick-slide .photo img {
  max-width: 100%;
  height: auto;
  display: inline;
}
.lightbox .slick-slide .photo small {
  text-align: left;
  display: block;
}
.lightbox .photo-description {
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  /*font-size: 106.25%;*/
  width: 21.1977935382%;
  /* 269px */
  padding-left: 2.20646178093%;
  /* 28px */
}
.lightbox .photo-description em,
.lightbox .photo-description i,
em .lightbox .photo-description,
i .lightbox .photo-description {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.lt-ie8 .lightbox .photo-description {
  width: 18.9913317573%;
  /* 21.1977935382% - 2.20646178093% */
}
.lightbox .photo-description h3 {
  line-height: 1.025;
  color: #be262b !important;
  font-size: 131.25%;
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #7B7B7B !important;
  padding-bottom: 11px;
  margin-bottom: 6px;
  overflow-x: hidden;
}
.lightbox .photo-description h3 em,
.lightbox .photo-description h3 i,
em .lightbox .photo-description h3,
i .lightbox .photo-description h3 {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.lightbox .photo-description p {
  line-height: 1.65;
}
.lightbox .photo-description a:link,
.lightbox .photo-description a:visited {
  border-bottom: 2px solid #fcdd55 !important;
}
.lightbox .photo-description a:hover {
  background-color: #fcdd55;
  color: #000;
}
.lightbox .gallery-wrapper {
  position: relative;
  max-width: 1269px;
}
.lightbox .arrows {
  position: absolute;
  width: 78.8022064618%;
  /* 1000px */
  top: 0;
  max-width: 1000px;
}
.lightbox .details {
  clear: both;
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  color: #b7b7b7;
  padding-top: 8px;
}
.lightbox .details em,
.lightbox .details i,
em .lightbox .details,
i .lightbox .details {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.lightbox .credits,
.lightbox .total {
  width: 50%;
  float: left;
  min-height: 1px;
}
.lightbox .credits small {
  font-size: 62.5%;
}
.lightbox .total {
  text-align: right;
  font-size: 75%;
}
/*.lightbox button.gallery-prev,
.lightbox button.gallery-next {
	background-repeat: no-repeat;
	font-size: 0px;
	width: 14px;
	height: 22px;
	background-color: transparent;
	outline: none;
	border: none;
	box-shadow: none;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	padding: 0px;
	display: block;
	cursor: pointer;
}

.lightbox button.gallery-prev {
	background-image: url('@{images-url}/prev.png');
	left: 9px;
}

.lightbox button.gallery-next {
	background-image: url('@{images-url}/next.png');
	right: 9px;
}*/
.lightbox button.gallery-prev,
.lightbox button.gallery-next,
.lightbox button.lightbox-close {
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  font-size: 331.25%;
  position: absolute;
  background-color: transparent;
  outline: none;
  border: none;
  text-shadow: 0px 0px 3px #000000;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.lightbox button.gallery-prev em,
.lightbox button.gallery-next em,
.lightbox button.lightbox-close em,
.lightbox button.gallery-prev i,
.lightbox button.gallery-next i,
.lightbox button.lightbox-close i,
em .lightbox button.gallery-prev,
em .lightbox button.gallery-next,
em .lightbox button.lightbox-close,
i .lightbox button.gallery-prev,
i .lightbox button.gallery-next,
i .lightbox button.lightbox-close {
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.lightbox button.gallery-prev em strong,
.lightbox button.gallery-next em strong,
.lightbox button.lightbox-close em strong,
.lightbox button.gallery-prev i strong,
.lightbox button.gallery-next i strong,
.lightbox button.lightbox-close i strong,
em .lightbox button.gallery-prev strong,
em .lightbox button.gallery-next strong,
em .lightbox button.lightbox-close strong,
i .lightbox button.gallery-prev strong,
i .lightbox button.gallery-next strong,
i .lightbox button.lightbox-close strong,
.lightbox button.gallery-prev em b,
.lightbox button.gallery-next em b,
.lightbox button.lightbox-close em b,
.lightbox button.gallery-prev i b,
.lightbox button.gallery-next i b,
.lightbox button.lightbox-close i b,
em .lightbox button.gallery-prev b,
em .lightbox button.gallery-next b,
em .lightbox button.lightbox-close b,
i .lightbox button.gallery-prev b,
i .lightbox button.gallery-next b,
i .lightbox button.lightbox-close b,
strong .lightbox button.gallery-prev em,
strong .lightbox button.gallery-next em,
strong .lightbox button.lightbox-close em,
strong .lightbox button.gallery-prev i,
strong .lightbox button.gallery-next i,
strong .lightbox button.lightbox-close i,
strong em .lightbox button.gallery-prev,
strong em .lightbox button.gallery-next,
strong em .lightbox button.lightbox-close,
strong i .lightbox button.gallery-prev,
strong i .lightbox button.gallery-next,
strong i .lightbox button.lightbox-close,
b .lightbox button.gallery-prev em,
b .lightbox button.gallery-next em,
b .lightbox button.lightbox-close em,
b .lightbox button.gallery-prev i,
b .lightbox button.gallery-next i,
b .lightbox button.lightbox-close i,
b em .lightbox button.gallery-prev,
b em .lightbox button.gallery-next,
b em .lightbox button.lightbox-close,
b i .lightbox button.gallery-prev,
b i .lightbox button.gallery-next,
b i .lightbox button.lightbox-close {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.lightbox button.gallery-prev {
  left: 0px;
  padding-left: 8px;
  padding-right: 120px;
}
.lightbox button.gallery-next {
  right: 0px;
  padding-right: 8px;
  padding-left: 120px;
}
.lightbox button.gallery-prev:hover,
.lightbox button.gallery-prev:focus,
.lightbox button.gallery-next:hover,
.lightbox button.gallery-next:focus,
.lightbox button.lightbox-close:hover,
.lightbox button.lightbox-close:focus {
  color: #FFFFFF;
}
.lightbox button.gallery-prev span,
.lightbox button.gallery-next span,
.lightbox button.lightbox-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lightbox button.lightbox-close {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 1;
}
/* Safari 9+ */
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
  .lightbox button.lightbox-close {
    max-width: 42px;
    max-height: 53px;
    right: 0;
  }
}
.gallery-slide,
.gallery-slide:focus,
.gallery-slide:active,
.gallery-slide *,
.gallery-slide *:focus,
.gallery-slide *:active {
  outline: 0 !important;
  border: none !important;
}
@media (min-width: 768px) {
  .single-blog_post .entry-content,
  .single-debate_post .entry-content,
  .single-debate .entry-content,
  .single-post .entry-content {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  #article-detail-columns .share-links-wrapper {
    left: 165px;
  }
  #blog-post .share-links-wrapper {
    left: 30px;
  }
}
@media (max-width: 960px) {
  #article-detail-columns .share-links-wrapper {
    left: 10%;
  }
  #blog-post .share-links-wrapper {
    left: 30px;
  }
}
@media (min-width: 1075px) {
  .entry-content > .wp-caption.aligncenter {
    max-width: 1075px;
  }
  .entry-content > .wp-caption.alignleft {
    margin-left: -290px;
  }
  .entry-content > .wp-caption.alignright {
    margin-right: -240px;
  }
  .entry-content aside.alignright,
  .entry-content q.alignright {
    margin-left: 18px;
    margin-right: -230px;
  }
  .entry-content aside.alignleft,
  .entry-content q.alignleft {
    margin-left: -230px;
  }
  #article-detail-columns .share-links-wrapper {
    left: 215px;
  }
}
/*========== Media queries ============*/
@media (min-width: 992px), (min-width: 768px) {
  .container {
    width: auto;
  }
  #main-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header .main-navigation,
  .header .branding,
  .header .social-search,
  #features,
  #watching,
  .widget.blogs,
  .six-grid,
  .series-description,
  .series-preview,
  .three-grid .icons,
  .three-grid .about,
  .three-grid .subscribe {
    float: left;
  }
}
.lt-ie9 .header .main-navigation,
.lt-ie9 .header .branding,
.lt-ie9 .header .social-search,
.lt-ie9 #features,
.lt-ie9 #watching,
.lt-ie9 .widget.blogs,
.lt-ie9 .six-grid,
.lt-ie9 .series-description,
.lt-ie9 .series-preview,
.lt-ie9 .three-grid .icons,
.lt-ie9 .three-grid .about,
.lt-ie9 .three-grid .subscribe {
  float: left;
}
@media (max-width: 1200px) {
  .blogs-grid_of_six {
    max-width: 906px;
    margin: 0 auto;
  }
  .six-grid {
    width: 60.1545253863%;
  }
  .six-grid .widget {
    width: 48.44913151%;
  }
  .six-grid .widget,
  .six-grid .widget-two {
    margin-left: 0;
  }
  .six-grid .widget:nth-of-type(2n),
  .six-grid .widget-two:nth-of-type(2n) {
    margin-left: 3.10173697%;
  }
  .six-grid div.medium-square-image {
    overflow: hidden;
  }
  .subscribe-box {
    width: 100%;
  }
  .widget.google_top_posts,
  .six-grid .widget.category {
    padding-left: 0;
  }
  .widget.category li.summary {
    padding-left: 0;
  }
  .widget.category li.summary .thumbnail {
    display: none;
  }
  .widget.category li.summary {
    min-height: auto;
    margin-bottom: 27px;
  }
  .series .series-description {
    width: 45%;
  }
  .series .series-preview {
    width: 55%;
  }
  #body-area .external-info .label-container {
    width: 20.7660818713%;
  }
  #body-area .external-info .info-detail-logo {
    width: 79.2339181287%;
  }
  #body-area #body-copy .external-info .label-container {
    width: 28.7660818713%;
  }
  #body-area #body-copy .external-info .info-detail-logo {
    width: 71.2339181287%;
  }
  .lightbox {
    margin-left: -47.1317218427%;
    width: 94.2634436854%;
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .lightbox .photo,
  .lightbox .photo-description {
    width: 100%;
    float: none;
    clear: both;
  }
  .lightbox .photo-description {
    padding-left: 0;
    padding-top: 20px;
  }
  .lightbox .arrows {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .watching-item-content .twitter-meta .item-image {
    min-height: 0px;
  }
}
@media (max-width: 992px) {
  /*.tweet-name {
		max-width: 63%;
	}*/
  .tweet-username {
    max-width: 63%;
  }
  #footer .subscribe,
  #footer .icons {
    width: 30.7692%;
  }
  #footer .about {
    width: 38.4615%;
  }
  .branding .site-title .color-logo.sr-only {
    margin-left: 0px;
  }
  .widget.category li.summary {
    margin-bottom: 29px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 2px;
    padding-bottom: 11px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .widget.category li.summary {
    margin-bottom: 28px;
  }
  .site-title {
    margin: 0px;
  }
  #site-navigation,
  .social-search,
  .branding {
    float: left;
  }
  #primary-menu {
    left: -2px;
    top: 11px;
  }
  .header-fixed-wrapper.fixed .header #primary-menu {
    top: 0px;
  }
  body.single.single-debate_post .header-fixed-wrapper.fixed .header .branding .internal-title {
    padding-right: 18px;
  }
  body.page-template-default .header-fixed-wrapper.fixed .header .branding .internal-title,
  body.single-format-standard .header-fixed-wrapper.fixed .header .branding .internal-title {
    padding-right: 23px;
  }
  body.single-blog_post .header-fixed-wrapper.fixed .header .branding .internal-title {
    padding-right: 12px;
  }
  #site-navigation,
  .social-search {
    width: 13.4375%;
    padding: 0;
  }
  #site-navigation {
    padding-top: 6px;
    padding-left: 13px;
  }
  .social-search {
    padding-right: 14px;
    padding-top: 14px;
  }
  input.search-criteria {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(115, 115, 115, 0.77);
    -moz-box-shadow: 0px 0px 15px 3px rgba(115, 115, 115, 0.77);
    box-shadow: 0px 0px 15px 3px rgba(115, 115, 115, 0.77);
  }
  .header .branding {
    width: 73.125%;
  }
  .header .icons ul li {
    margin-left: 0;
  }
  .header .icons ul li:nth-child(1),
  .header .icons ul li:nth-child(2) {
    display: none;
  }
  .header #tagline {
    display: none;
  }
  #tagline {
    position: static;
    text-align: center;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    background-color: transparent;
  }
  #tagline img {
    width: 311px;
    height: auto;
  }
  #features {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #features figure {
    margin-bottom: 4px;
  }
  #features h3 {
    font-size: 137.5%;
    /* 22px */
    line-height: 1.23;
    margin-bottom: 5px;
  }
  #features .feature p {
    font-size: 93.75%;
    /* 15px */
    line-height: 1.48;
  }
  #features .feature p.kicker {
    font-size: 81.25%;
    /* 13px */
    line-height: 1;
  }
  #features .feature p.byline {
    font-size: 75%;
    /* 12px */
    margin-bottom: 1px;
  }
  .blogs li .kicker,
  .last-post .kicker {
    margin-bottom: 5px;
    font-size: 100%;
  }
  .blogs .post-title {
    font-size: 106.25%;
    /* 17px */
    line-height: 1.25;
    margin-bottom: -1px;
    min-height: 43px;
  }
  #watching {
    display: none;
  }
  .blogs,
  .six-grid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /*.six-grid .widget {
		width: @six-grid-column-width;
	}*/
  .six-grid .widget .kicker {
    font-size: 81.25%;
    /* 13px */
  }
  .widget.google_top_posts,
  .six-grid .widget.category {
    padding-left: 5px;
    padding-right: 5px;
  }
  #features .widget.feature .large-image {
    overflow: hidden;
  }
  #features .widget.feature .large-image img {
    width: auto !important;
    max-width: none !important;
  }
  .blogs-grid_of_six::after {
    border-left: none;
    border-right: none;
  }
  .view-all {
    text-align: center;
    font-size: 112.5%;
    /* 18px */
  }
  .view-all:before {
    left: auto;
    bottom: 20px;
    margin-left: -15px;
  }
  .series .series-description .kicker {
    text-align: center;
    padding-left: 0;
  }
  .series .series-description .kicker::before {
    width: 16px;
    height: 16px;
    top: 5px;
    left: auto;
    margin-left: -20px;
  }
  .series .series-description,
  .series .series-preview {
    width: 100%;
  }
  .series .series-preview {
    padding-left: 14px;
    /* restores the original padding of .colm-md-9 */
  }
  .series .series-description .kicker,
  .series .series-title {
    font-size: 137.5%;
    /* 22px */
  }
  #footer {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0px 5px;
    border-bottom: none;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #footer .subscribe,
  #footer .icons,
  #footer .about {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row.three-grid {
    padding-left: 13px;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .icons {
    border-top: 1px dashed #C0C0C0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 9px;
    padding-bottom: 12px;
  }
  #footer .icons ul {
    width: 274px;
  }
  #footer .icons ul li {
    margin-right: 68px;
    margin-bottom: 20px;
    margin-top: 19px;
  }
  #footer .icons ul li a.share_links {
    border: 2px solid #606060 !important;
  }
  #footer .icons ul li a.share_links span {
    color: #606060;
  }
  #footer .icons .genericon {
    font-size: 34px;
  }
  #footer ul#footer-links {
    display: block;
    font-size: 143.75%;
    /* 24px */
    border-top: 1px dashed #C0C0C0;
    padding-top: 35px;
  }
  #footer ul#footer-links li {
    float: left;
    width: 50%;
    display: block;
    text-align: left;
    line-height: 1.2;
    padding-bottom: 9px;
    padding-left: 23px;
  }
  #footer ul#footer-links li:nth-child(2n) {
    border-left: 1px dashed #C0C0C0;
  }
  #footer ul#footer-links li a {
    color: #595959;
  }
  #footer ul#footer-links li a:hover,
  #footer ul#footer-links li a:focus {
    color: #bf2528;
  }
  #footer .about .site-title img {
    width: 303px;
    height: 59px;
  }
  #footer .home-link-object {
    width: 303px;
    height: 59px;
    margin-left: -151px;
  }
  #footer #copyright {
    display: none;
  }
  #footer .subscribe {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 30px;
  }
  #footer .subscribe .subscribe-box {
    width: 100%;
    padding: 0;
  }
  #footer .subscribe h3 {
    font-size: 212.5%;
    /* 34px */
  }
  #footer .subscribe .intro-copy {
    font-size: 125%;
    /* 20px */
    margin-bottom: 14px;
  }
  #footer .subscribe form {
    width: 99%;
  }
  #footer .subscribe button {
    color: #bf2528;
    font-size: 137.5%;
    /* 22px */
  }
  #footer .subscribe label,
  #footer .subscribe input {
    font-size: 112.5%;
    /* 18px */
  }
  #footer .subscribe input {
    line-height: 1.25;
    margin-bottom: 9px;
  }
  #footer .subscribe label {
    line-height: 1.5;
  }
  #footer .back-to-top {
    display: block;
  }
  #footer #footer-links-nav {
    max-width: 500px;
    margin: 0 auto 46px auto;
    margin-bottom: 46px;
  }
  #recommendations,
  #lists {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  body.single-blog_post #recommendations {
    padding-top: 8px;
    border-top: 1px solid #C0C0C0;
  }
  #lists {
    padding-top: 16px;
    padding-bottom: 13px;
    clear: both;
  }
  #blog-sidebar aside#bio-box {
    border-top: 1px solid #C0C0C0;
    padding-top: 19px;
  }
  #blog-sidebar aside#blogroll {
    margin-bottom: 0;
  }
  #blog-sidebar aside#blogroll ul {
    margin-bottom: 0;
  }
  #blog-sidebar aside#blogroll ul li:last-child {
    margin-bottom: 11px;
  }
  #recommendations .widget-two.feature .medium-rectangular-image img,
  #features .widget.feature .large-image img {
    width: 100%;
    height: auto;
  }
  #body-area .external-info {
    margin-bottom: 18px;
  }
  #body-area .external-info .label-container,
  #body-area .external-info .info-detail-logo,
  #body-area .external-info .info-detail-logo .info-detail,
  #body-area .external-info .info-detail-logo .info-logo {
    width: 100%;
    float: none;
  }
  #body-area .external-info .info-detail-logo .info-detail {
    margin-bottom: 8px;
  }
  #body-area .external-info .info-detail-logo .info-detail p {
    line-height: 1.1;
  }
  #body-area .external-info .info-detail-logo .info-logo {
    text-align: center;
    padding-bottom: 16px;
  }
  .external-info .label-container .label {
    margin-left: -13px;
  }
  #body-area #body-copy .external-info .label-container,
  #body-area #body-copy .external-info .info-detail-logo,
  #body-area #body-copy .external-info .info-detail-logo .info-detail,
  #body-area #body-copy .external-info .info-detail-logo .info-logo {
    float: left;
  }
  #body-area #body-copy .external-info .info-detail-logo .info-detail {
    width: 66.2251655629%;
  }
  #body-area #body-copy .external-info .info-detail-logo .info-logo {
    width: 33.7748344371%;
  }
  #body-area #body-copy .external-info .label-container .label {
    margin-left: 0;
  }
  #body-area #body-copy .external-info .label-container {
    width: 40.7660818713%;
  }
  #body-area #body-copy .external-info .info-detail-logo {
    width: 59.2339181287%;
  }
  #blogroll ul {
    position: relative;
  }
  #blogroll ul:before,
  #blogroll ul:after {
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  #blogroll ul:before {
    top: 0;
  }
  #blogroll ul:after {
    bottom: 0;
  }
  #feature #body-copy {
    width: 99.186%;
  }
  #body-copy,
  #posts-list {
    width: 100% !important;
    float: none !important;
  }
  .categories .widget {
    width: 48.4491315137%;
    margin-bottom: 37px;
  }
  .categories .widget:nth-of-type(3) {
    clear: both;
    margin-left: 0;
  }
  .categories .widget:nth-of-type(2),
  .categories .widget:nth-of-type(4) {
    margin-left: 3.1017369727%;
  }
  .categories .widget.banner:first-of-type,
  .categories .widget.banner:last-child {
    text-align: center;
  }
  .tax-blog #listing-description .entry-header {
    display: block;
  }
  .tax-blog #listing-description .entry-header .byline-container {
    display: none;
  }
  #blog-post #body-area,
  .blog-specific #listing-description,
  #blog-sidebar {
    width: 100%;
    float: none;
  }
  #blog-post,
  #debate-landing,
  #debate-detail {
    margin-left: 0;
  }
  #blog-post,
  .blog-specific {
    width: 100%;
  }
  #blog-sidebar {
    margin-left: 0;
  }
  #listing.blog-specific {
    margin-left: 0;
  }
  #debate-landing {
    width: 100%;
    padding-bottom: 0;
  }
  #debate-landing #body-copy {
    padding-right: 0;
    margin-bottom: 30px;
  }
  #debate-landing .entry-header {
    margin-bottom: 16px;
  }
  #debate-landing #article-detail-columns,
  #posts-grid {
    width: 100%;
    float: none;
  }
  #debate-detail #comments-block {
    width: auto;
  }
  #posts-grid {
    overflow: auto;
    position: relative;
  }
  #posts-grid:after {
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  #posts-grid ul li {
    width: 47.2698907956%;
  }
  #posts-grid ul li:nth-child(2n) {
    margin-right: 0;
  }
  #posts-grid ul li .thumbnail {
    width: 78px;
    height: 78px;
  }
  #posts-grid ul li p.byline {
    margin-top: 4px;
  }
  #article-detail-columns .share-links-wrapper.share-links-post {
    left: 17px;
  }
  #article-detail-columns #body-copy {
    padding-left: 80px !important;
  }
  #basic-page #article-detail-columns #body-copy {
    padding-left: 0 !important;
  }
  #feature #comments-block {
    margin-left: 80px;
  }
  #debate-detail #posts-list {
    border-top: 1px solid #C0C0C0;
    position: relative;
  }
  #debate-detail #posts-list:before,
  #debate-detail #posts-list:after {
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  #debate-detail #posts-list:before {
    top: 0;
  }
  #debate-detail #posts-list:after {
    bottom: 0;
  }
  #debate-detail #body-copy {
    padding-bottom: 40px;
  }
  #debate-detail #comments-block {
    margin-left: 0;
  }
  .lightbox {
    margin-left: -50%;
    width: 100%;
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (max-width: 480px) {
  #footer {
    border-top: 16px solid #C2262A;
  }
  #features .feature.feature-small,
  #features .feature.feature-medium,
  #features .feature.feature-large {
    float: none;
    width: 100%;
  }
  #features .feature article.feature {
    width: 100%;
  }
  #features .feature .large-image {
    overflow: hidden;
  }
  #features .feature-large .large-image img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .features-watching {
    padding-top: 0;
    position: relative;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 23px;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
  }
  .features-watching:after {
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  .features-watching:before,
  .features-watching:after {
    content: " ";
    display: table;
  }
  .features-watching:after {
    clear: both;
  }
  .blogs-grid_of_six {
    border-bottom: 1px solid #C0C0C0;
    position: relative;
    clear: both;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
  }
  .blogs-grid_of_six:after {
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  .blogs {
    border-bottom: 1px solid #787677;
    margin-bottom: 0;
  }
  .blogs li .kicker,
  .last-post .kicker {
    margin-bottom: 6px;
  }
  .blogs .post-title {
    margin-bottom: 0;
  }
  .six-grid,
  .categories {
    overflow: auto;
    max-width: 414px;
    margin: 0 auto;
  }
  .six-grid .widget {
    width: 100%;
  }
  .six-grid .widget,
  .six-grid .widget-two {
    margin-left: 0 !important;
  }
  .widget.quote {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
  }
  .six-grid .widget h3.feature-title,
  .widget.category .post-title {
    font-size: 137.5%;
    /* 22px */
  }
  .widget.google_top_posts ul,
  .widget.category ul {
    font-size: 106.25%;
    /* 17px */
  }
  #main-wrapper,
  #features .feature:nth-of-type(1),
  #features .feature:nth-of-type(2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .series {
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
    padding-bottom: 5px;
  }
  .series .series-description .kicker {
    margin-bottom: 11px;
  }
  .series .series-preview {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3px;
  }
  .series .series-title {
    padding-left: 7px;
    padding-right: 7px;
  }
  .rectangular-feature-image {
    float: none;
    width: 100%;
  }
  .square-reveal-image {
    display: none;
  }
  .feature .kicker,
  .widget.category .kicker,
  .feature h3,
  .widget.category h3,
  .feature p,
  .widget.category p,
  .feature ul,
  .widget.category ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  #body-area .view-slideshow-button {
    right: 0;
    left: auto !important;
  }
  #body-area .featured-image .view-slideshow-button {
    padding: 0;
  }
  .view-slideshow-icon-cta {
    border-bottom: none;
  }
  .view-slideshow-button-icon {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .view-slideshow-button-cta {
    font-size: 75%;
    /* 12px */
    padding-left: 8px;
    padding-right: 8px;
    width: 72px;
    line-height: 1.2;
    padding-top: 6px;
  }
  .lightbox button.gallery-prev {
    padding-right: 8px;
  }
  .lightbox button.gallery-next {
    padding-left: 8px;
  }
  #body-area span.view-slideshow-button-number {
    display: none !important;
  }
  .categories {
    position: relative;
  }
  .categories:before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  #mini-homepage {
    position: relative;
  }
  #mini-homepage:before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  #recommendations .two-slots .feature,
  #recommendations .two-slots .last-list {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #recommendations .two-slots .last-list {
    border-left: none;
    padding-left: 0;
  }
  #recommendations .widget-two.feature .medium-rectangular-image,
  #recommendations .widget-two.feature .feature-content {
    width: 100%;
    float: none;
  }
  #recommendations .widget-two.feature .medium-rectangular-image {
    margin-bottom: 11px;
  }
  #recommendations .widget-two.feature .feature-content {
    padding-left: 4px;
  }
  #recommendations .widget-two.feature .kicker,
  #recommendations .widget-two.feature h3,
  #recommendations .widget-two.feature p {
    padding-left: 0;
  }
  #recommendations p.kicker {
    margin-bottom: 2px !important;
  }
  #recommendations h2.feature-title {
    margin-bottom: 4px !important;
  }
  #recommendations .feature-title {
    font-size: 137.5%;
  }
  #recommendations .widget-two {
    border-bottom: none;
  }
  #recommendations .widget-two.feature .feature-content .feature-title,
  #recommendations .two-slots .feature .feature-title {
    line-height: 1.2;
  }
  #mini-homepage .last-post {
    padding-left: 92px;
    border-top: 1px solid #C0C0C0;
    padding-top: 15px;
    min-height: 110px;
  }
  #mini-homepage .last-post .thumbnail {
    top: 16px;
  }
  li.last-article {
    display: none;
  }
  #mini-homepage li .thumbnail {
    left: 4px;
  }
  #lists {
    border-top: 1px solid #C0C0C0;
  }
  #lists li {
    margin-bottom: 13px;
  }
  #lists h3 {
    padding-left: 4px;
  }
  .entry-header,
  #body-area .external-info,
  .entry-content > p,
  .entry-content > h2,
  #tags {
    padding-left: 12px !important;
    padding-right: 12px;
  }
  .entry-content blockquote {
    margin-left: 4px;
    margin-right: 4px;
  }
  #blog-post .entry-header .kicker,
  #feature .entry-header .kicker {
    font-size: 75%;
  }
  .entry-header h1 {
    font-size: 137.5%;
    line-height: 1.18;
    margin-bottom: 7px;
  }
  #article-detail-columns .share-links-wrapper.share-links-post {
    display: none;
  }
  #article-detail-columns #body-copy {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #body-copy {
    min-height: unset;
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .entry-content {
    font-size: 93.75%;
  }
  .entry-content > p,
  .entry-content blockquote > p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .entry-content blockquote p:last-child {
    margin-bottom: 9px;
  }
  #feature .entry-content > p:first-of-type .first-letter,
  #blog-post .entry-content > p:first-of-type .first-letter,
  #debate-landing .entry-content > p:first-of-type .first-letter,
  #debate-detail .entry-content > p:first-of-type .first-letter,
  .drop-cap .first-letter {
    margin-top: 6px;
  }
  #feature,
  #blog-post,
  #listing {
    padding-top: 0;
  }
  #body-area .featured-image {
    margin-bottom: 4px;
  }
  #body-area .featured-image figcaption {
    padding: 6px 12px;
    font-size: 85%;
  }
  #body-area .featured-image figcaption small {
    font-size: 76%;
  }
  .entry-content > figure {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
  }
  .entry-content > .alignleft,
  .entry-content > .aligncenter,
  .entry-content > .alignright,
  .entry-content > .alignnone {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  .entry-content > .alignleft:before,
  .entry-content > .aligncenter:before,
  .entry-content > .alignright:before,
  .entry-content > .alignnone:before,
  .entry-content > .alignleft:after,
  .entry-content > .aligncenter:after,
  .entry-content > .alignright:after,
  .entry-content > .alignnone:after {
    border-left: none !important;
    border-right: none !important;
  }
  .entry-content > figure figcaption p {
    font-size: 85%;
    margin-bottom: 1px;
    margin: 0 10px;
  }
  .entry-content > figure figcaption {
    padding: 4px 4px 0px;
  }
  .entry-content aside.column,
  .entry-content aside.pull-quote,
  .entry-content q {
    padding-top: 15px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .entry-content .pull-quote {
    font-size: 168.75%;
    line-height: 1.2;
  }
  #tags {
    font-size: 100%;
    line-height: 1.2;
    margin-bottom: 26px;
  }
  #body-area #body-copy .external-info .label-container,
  #body-area #body-copy .external-info .info-detail-logo,
  #body-area #body-copy .external-info .info-detail-logo .info-detail,
  #body-area #body-copy .external-info .info-detail-logo .info-logo {
    width: 100%;
    float: none;
  }
  #body-area .external-info .info-detail-logo .info-detail {
    padding-top: 6px !important;
    padding-left: 12px !important;
    margin-bottom: 12px !important;
  }
  .external-info .label-container .label {
    padding: 2px 33px 3px 15px !important;
    font-size: 68.75% !important;
    margin-left: -4px !important;
  }
  #view-comments {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  #mini-homepage::before,
  #mini-homepage::after {
    display: none;
  }
  #mini-homepage .internal {
    padding-top: 0;
  }
  #comments-block {
    margin-left: 0 !important;
  }
  .categories .widget {
    width: 100% !important;
    margin-left: 0 !important;
    float: none;
  }
  #bio-box {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    padding-left: 8px;
    padding-right: 8px;
  }
  #bio-box em,
  #bio-box i,
  em #bio-box,
  i #bio-box {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  #bio-box em strong,
  #bio-box i strong,
  em #bio-box strong,
  i #bio-box strong,
  #bio-box em b,
  #bio-box i b,
  em #bio-box b,
  i #bio-box b,
  strong #bio-box em,
  strong #bio-box i,
  strong em #bio-box,
  strong i #bio-box,
  b #bio-box em,
  b #bio-box i,
  b em #bio-box,
  b i #bio-box {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #bio-box em,
  #bio-box i {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  }
  #bio-box em em,
  #bio-box i em,
  #bio-box em i,
  #bio-box i i,
  em #bio-box em,
  em #bio-box i,
  i #bio-box em,
  i #bio-box i {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  #bio-box em em strong,
  #bio-box i em strong,
  #bio-box em i strong,
  #bio-box i i strong,
  em #bio-box em strong,
  em #bio-box i strong,
  i #bio-box em strong,
  i #bio-box i strong,
  #bio-box em em b,
  #bio-box i em b,
  #bio-box em i b,
  #bio-box i i b,
  em #bio-box em b,
  em #bio-box i b,
  i #bio-box em b,
  i #bio-box i b,
  strong #bio-box em em,
  strong #bio-box i em,
  strong #bio-box em i,
  strong #bio-box i i,
  strong em #bio-box em,
  strong em #bio-box i,
  strong i #bio-box em,
  strong i #bio-box i,
  b #bio-box em em,
  b #bio-box i em,
  b #bio-box em i,
  b #bio-box i i,
  b em #bio-box em,
  b em #bio-box i,
  b i #bio-box em,
  b i #bio-box i {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .entry-header #bio-box {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 92%;
  }
  #bio-box h2 {
    font-size: 100%;
  }
  #bio-box button.collapse-learn_more {
    font-size: 95.1086956522%;
    outline: medium none;
    box-shadow: none;
    border: medium none;
    background-color: transparent;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  #bio-box .collapse-hidden {
    display: none;
  }
  #bio-box .ellipsis {
    display: inline;
  }
  aside#most-recent-posts {
    padding-top: 14px;
    border-top: 1px solid #C0C0C0;
    margin-bottom: 14px;
  }
  aside#most-recent-posts button {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 150%;
    color: #000000;
    text-align: center;
    padding-left: 30px;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*padding: 0 0 0 28px;
	background-image: url('@{images-url}/plus.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;*/
    line-height: 1em;
    padding-left: 0;
  }
  aside#most-recent-posts button em,
  aside#most-recent-posts button i,
  em aside#most-recent-posts button,
  i aside#most-recent-posts button {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  aside#most-recent-posts button:before {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    display: inline-block;
    content: "+";
    /*width: 18px;
		height: 18px;*/
    color: #A11F1C;
    font-size: 36px;
    /*top: -15px;
		left: 0;*/
    font-weight: normal;
    vertical-align: -5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  aside#most-recent-posts button:before em,
  aside#most-recent-posts button:before i,
  em aside#most-recent-posts button:before,
  i aside#most-recent-posts button:before {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  aside#most-recent-posts button:before em strong,
  aside#most-recent-posts button:before i strong,
  em aside#most-recent-posts button:before strong,
  i aside#most-recent-posts button:before strong,
  aside#most-recent-posts button:before em b,
  aside#most-recent-posts button:before i b,
  em aside#most-recent-posts button:before b,
  i aside#most-recent-posts button:before b,
  strong aside#most-recent-posts button:before em,
  strong aside#most-recent-posts button:before i,
  strong em aside#most-recent-posts button:before,
  strong i aside#most-recent-posts button:before,
  b aside#most-recent-posts button:before em,
  b aside#most-recent-posts button:before i,
  b em aside#most-recent-posts button:before,
  b i aside#most-recent-posts button:before {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  aside#most-recent-posts button:before {
    vertical-align: -4px;
    width: 29px;
    transform-origin: 15px 11px;
  }
  aside#most-recent-posts ul {
    display: none;
  }
  aside#most-recent-posts ul {
    margin: 12px 0px 0px 5px;
  }
  #blogroll {
    border-top: 1px solid #C0C0C0;
    padding-top: 21px;
  }
  #blogroll h2 {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    padding-left: 4px;
    padding-right: 4px;
    color: #000000;
    font-size: 156.25%;
  }
  #blogroll h2 em,
  #blogroll h2 i,
  em #blogroll h2,
  i #blogroll h2 {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #blogroll ul li {
    line-height: 1.25;
    min-height: 78px;
    margin-bottom: 30px;
  }
  #blogroll ul li a {
    padding-left: 101px;
    padding-right: 4px;
  }
  #blogroll ul li .kicker {
    font-size: 137.5%;
    height: 78px;
  }
  #blogroll ul li .thumbnail {
    left: 4px;
    width: 76px;
    height: 76px;
  }
  #listing {
    margin-left: 0;
  }
  #listing-description {
    width: 100%;
  }
  .listing-posts li {
    min-height: auto;
  }
  /*#listing-description .entry-header {
		display: none;
	}*/
  .author-intros #listing-description .entry-header {
    display: block;
    padding-bottom: 25px;
  }
  .author-intros #listing-description .byline-container {
    min-height: 84px;
  }
  .author-intros #listing-description .byline-container img {
    width: 78px;
    height: 78px;
    margin-top: 6px;
  }
  .listing-posts .kicker {
    padding-left: 3px;
  }
  .listing-posts li {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 33px;
  }
  #listing-description ul li .thumbnail {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 9px;
  }
  #listing-description ul li .description {
    padding-left: 4px;
    padding-right: 4px;
  }
  #listing-description ul li .description p {
    font-size: 93.75%;
  }
  #listing-description ul li .thumbnail img {
    width: 100%;
  }
  #listing-description h2.post-title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 137.5%;
    line-height: 1.22;
    margin-bottom: 6px;
  }
  /*.navigation.pagination {
		display: none;
	}

	#listing-description #load-more {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}*/
  .listing-posts li .byline {
    padding-left: 4px;
    padding-right: 4px;
  }
  #debate-detail #body-copy {
    padding-right: 0;
    padding-bottom: 13px;
  }
  #debate-detail .entry-header {
    margin-bottom: 4px;
  }
  #debate-detail #posts-list {
    position: relative;
    padding-top: 15px;
    padding-bottom: 23px;
  }
  #debate-detail #posts-list:before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: none;
    display: none;
    background-color: transparent;
    background-image: none;
  }
  #debate-detail #posts-list nav ul {
    position: relative;
  }
  #debate-detail #posts-list nav ul:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
    background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
    background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
    background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
    background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
    /*background-size: 1529px;*/
    background-size: 1537px;
    /* 8px offset */
    background-attachment: fixed;
    /*background-position: 50%;*/
    /*	background-repeat: no-repeat;	*/
    /* removed to fix the "disappearance" issue in Chrome and IE */
  }
  #debaters-up-next {
    margin-bottom: 16px;
  }
  .author-bio {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-size: 93.75%;
    padding-left: 11px;
    padding-right: 11px;
  }
  .author-bio em,
  .author-bio i,
  em .author-bio,
  i .author-bio {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  .author-bio em strong,
  .author-bio i strong,
  em .author-bio strong,
  i .author-bio strong,
  .author-bio em b,
  .author-bio i b,
  em .author-bio b,
  i .author-bio b,
  strong .author-bio em,
  strong .author-bio i,
  strong em .author-bio,
  strong i .author-bio,
  b .author-bio em,
  b .author-bio i,
  b em .author-bio,
  b i .author-bio {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .author-bio em,
  .author-bio i {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  }
  .author-bio em em,
  .author-bio i em,
  .author-bio em i,
  .author-bio i i,
  em .author-bio em,
  em .author-bio i,
  i .author-bio em,
  i .author-bio i {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  .author-bio em em strong,
  .author-bio i em strong,
  .author-bio em i strong,
  .author-bio i i strong,
  em .author-bio em strong,
  em .author-bio i strong,
  i .author-bio em strong,
  i .author-bio i strong,
  .author-bio em em b,
  .author-bio i em b,
  .author-bio em i b,
  .author-bio i i b,
  em .author-bio em b,
  em .author-bio i b,
  i .author-bio em b,
  i .author-bio i b,
  strong .author-bio em em,
  strong .author-bio i em,
  strong .author-bio em i,
  strong .author-bio i i,
  strong em .author-bio em,
  strong em .author-bio i,
  strong i .author-bio em,
  strong i .author-bio i,
  b .author-bio em em,
  b .author-bio i em,
  b .author-bio em i,
  b .author-bio i i,
  b em .author-bio em,
  b em .author-bio i,
  b i .author-bio em,
  b i .author-bio i {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .author-bio .author-name {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 87.5%;
  }
  .author-bio .author-name em,
  .author-bio .author-name i,
  em .author-bio .author-name,
  i .author-bio .author-name {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #debate-detail .author-bio {
    padding-left: 4px;
    padding-right: 4px;
  }
  #posts-list li:not(.current),
  #posts-list li,
  #posts-list li.current {
    border-bottom: none;
    margin-bottom: 4px;
  }
  #posts-list li .thumbnail {
    top: 17px;
    left: 5px;
    width: 78px;
    height: 78px;
  }
  #posts-list li a,
  #posts-list li.current {
    padding-right: 5px;
    padding-left: 92px;
  }
  #posts-list .post-title {
    font-size: 118.75%;
    line-height: 1.15;
    margin-bottom: 3px;
  }
  #posts-list li .byline {
    line-height: 1;
  }
  #debate-detail .entry-header .byline-container {
    padding-left: 0;
    border-bottom: 1px solid #C0C0C0;
  }
  #debate-detail .entry-header .byline-container p {
    color: #686868;
    line-height: 1.45;
  }
  #debate-detail .entry-header .byline-container .thumbnail {
    width: 78px;
    height: 78px;
    position: relative;
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  #debate-detail .entry-header .byline-container p,
  #listing-description .byline-container p,
  article .entry-header .byline-container p {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-size: 92%;
    line-height: 1.55;
  }
  #debate-detail .entry-header .byline-container p em,
  #listing-description .byline-container p em,
  article .entry-header .byline-container p em,
  #debate-detail .entry-header .byline-container p i,
  #listing-description .byline-container p i,
  article .entry-header .byline-container p i,
  em #debate-detail .entry-header .byline-container p,
  em #listing-description .byline-container p,
  em article .entry-header .byline-container p,
  i #debate-detail .entry-header .byline-container p,
  i #listing-description .byline-container p,
  i article .entry-header .byline-container p {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  #debate-detail .entry-header .byline-container p em strong,
  #listing-description .byline-container p em strong,
  article .entry-header .byline-container p em strong,
  #debate-detail .entry-header .byline-container p i strong,
  #listing-description .byline-container p i strong,
  article .entry-header .byline-container p i strong,
  em #debate-detail .entry-header .byline-container p strong,
  em #listing-description .byline-container p strong,
  em article .entry-header .byline-container p strong,
  i #debate-detail .entry-header .byline-container p strong,
  i #listing-description .byline-container p strong,
  i article .entry-header .byline-container p strong,
  #debate-detail .entry-header .byline-container p em b,
  #listing-description .byline-container p em b,
  article .entry-header .byline-container p em b,
  #debate-detail .entry-header .byline-container p i b,
  #listing-description .byline-container p i b,
  article .entry-header .byline-container p i b,
  em #debate-detail .entry-header .byline-container p b,
  em #listing-description .byline-container p b,
  em article .entry-header .byline-container p b,
  i #debate-detail .entry-header .byline-container p b,
  i #listing-description .byline-container p b,
  i article .entry-header .byline-container p b,
  strong #debate-detail .entry-header .byline-container p em,
  strong #listing-description .byline-container p em,
  strong article .entry-header .byline-container p em,
  strong #debate-detail .entry-header .byline-container p i,
  strong #listing-description .byline-container p i,
  strong article .entry-header .byline-container p i,
  strong em #debate-detail .entry-header .byline-container p,
  strong em #listing-description .byline-container p,
  strong em article .entry-header .byline-container p,
  strong i #debate-detail .entry-header .byline-container p,
  strong i #listing-description .byline-container p,
  strong i article .entry-header .byline-container p,
  b #debate-detail .entry-header .byline-container p em,
  b #listing-description .byline-container p em,
  b article .entry-header .byline-container p em,
  b #debate-detail .entry-header .byline-container p i,
  b #listing-description .byline-container p i,
  b article .entry-header .byline-container p i,
  b em #debate-detail .entry-header .byline-container p,
  b em #listing-description .byline-container p,
  b em article .entry-header .byline-container p,
  b i #debate-detail .entry-header .byline-container p,
  b i #listing-description .byline-container p,
  b i article .entry-header .byline-container p {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #debate-detail .entry-header .byline-container p em,
  #listing-description .byline-container p em,
  article .entry-header .byline-container p em,
  #debate-detail .entry-header .byline-container p i,
  #listing-description .byline-container p i,
  article .entry-header .byline-container p i {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
  }
  #debate-detail .entry-header .byline-container p em em,
  #listing-description .byline-container p em em,
  article .entry-header .byline-container p em em,
  #debate-detail .entry-header .byline-container p i em,
  #listing-description .byline-container p i em,
  article .entry-header .byline-container p i em,
  #debate-detail .entry-header .byline-container p em i,
  #listing-description .byline-container p em i,
  article .entry-header .byline-container p em i,
  #debate-detail .entry-header .byline-container p i i,
  #listing-description .byline-container p i i,
  article .entry-header .byline-container p i i,
  em #debate-detail .entry-header .byline-container p em,
  em #listing-description .byline-container p em,
  em article .entry-header .byline-container p em,
  em #debate-detail .entry-header .byline-container p i,
  em #listing-description .byline-container p i,
  em article .entry-header .byline-container p i,
  i #debate-detail .entry-header .byline-container p em,
  i #listing-description .byline-container p em,
  i article .entry-header .byline-container p em,
  i #debate-detail .entry-header .byline-container p i,
  i #listing-description .byline-container p i,
  i article .entry-header .byline-container p i {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  #debate-detail .entry-header .byline-container p em em strong,
  #listing-description .byline-container p em em strong,
  article .entry-header .byline-container p em em strong,
  #debate-detail .entry-header .byline-container p i em strong,
  #listing-description .byline-container p i em strong,
  article .entry-header .byline-container p i em strong,
  #debate-detail .entry-header .byline-container p em i strong,
  #listing-description .byline-container p em i strong,
  article .entry-header .byline-container p em i strong,
  #debate-detail .entry-header .byline-container p i i strong,
  #listing-description .byline-container p i i strong,
  article .entry-header .byline-container p i i strong,
  em #debate-detail .entry-header .byline-container p em strong,
  em #listing-description .byline-container p em strong,
  em article .entry-header .byline-container p em strong,
  em #debate-detail .entry-header .byline-container p i strong,
  em #listing-description .byline-container p i strong,
  em article .entry-header .byline-container p i strong,
  i #debate-detail .entry-header .byline-container p em strong,
  i #listing-description .byline-container p em strong,
  i article .entry-header .byline-container p em strong,
  i #debate-detail .entry-header .byline-container p i strong,
  i #listing-description .byline-container p i strong,
  i article .entry-header .byline-container p i strong,
  #debate-detail .entry-header .byline-container p em em b,
  #listing-description .byline-container p em em b,
  article .entry-header .byline-container p em em b,
  #debate-detail .entry-header .byline-container p i em b,
  #listing-description .byline-container p i em b,
  article .entry-header .byline-container p i em b,
  #debate-detail .entry-header .byline-container p em i b,
  #listing-description .byline-container p em i b,
  article .entry-header .byline-container p em i b,
  #debate-detail .entry-header .byline-container p i i b,
  #listing-description .byline-container p i i b,
  article .entry-header .byline-container p i i b,
  em #debate-detail .entry-header .byline-container p em b,
  em #listing-description .byline-container p em b,
  em article .entry-header .byline-container p em b,
  em #debate-detail .entry-header .byline-container p i b,
  em #listing-description .byline-container p i b,
  em article .entry-header .byline-container p i b,
  i #debate-detail .entry-header .byline-container p em b,
  i #listing-description .byline-container p em b,
  i article .entry-header .byline-container p em b,
  i #debate-detail .entry-header .byline-container p i b,
  i #listing-description .byline-container p i b,
  i article .entry-header .byline-container p i b,
  strong #debate-detail .entry-header .byline-container p em em,
  strong #listing-description .byline-container p em em,
  strong article .entry-header .byline-container p em em,
  strong #debate-detail .entry-header .byline-container p i em,
  strong #listing-description .byline-container p i em,
  strong article .entry-header .byline-container p i em,
  strong #debate-detail .entry-header .byline-container p em i,
  strong #listing-description .byline-container p em i,
  strong article .entry-header .byline-container p em i,
  strong #debate-detail .entry-header .byline-container p i i,
  strong #listing-description .byline-container p i i,
  strong article .entry-header .byline-container p i i,
  strong em #debate-detail .entry-header .byline-container p em,
  strong em #listing-description .byline-container p em,
  strong em article .entry-header .byline-container p em,
  strong em #debate-detail .entry-header .byline-container p i,
  strong em #listing-description .byline-container p i,
  strong em article .entry-header .byline-container p i,
  strong i #debate-detail .entry-header .byline-container p em,
  strong i #listing-description .byline-container p em,
  strong i article .entry-header .byline-container p em,
  strong i #debate-detail .entry-header .byline-container p i,
  strong i #listing-description .byline-container p i,
  strong i article .entry-header .byline-container p i,
  b #debate-detail .entry-header .byline-container p em em,
  b #listing-description .byline-container p em em,
  b article .entry-header .byline-container p em em,
  b #debate-detail .entry-header .byline-container p i em,
  b #listing-description .byline-container p i em,
  b article .entry-header .byline-container p i em,
  b #debate-detail .entry-header .byline-container p em i,
  b #listing-description .byline-container p em i,
  b article .entry-header .byline-container p em i,
  b #debate-detail .entry-header .byline-container p i i,
  b #listing-description .byline-container p i i,
  b article .entry-header .byline-container p i i,
  b em #debate-detail .entry-header .byline-container p em,
  b em #listing-description .byline-container p em,
  b em article .entry-header .byline-container p em,
  b em #debate-detail .entry-header .byline-container p i,
  b em #listing-description .byline-container p i,
  b em article .entry-header .byline-container p i,
  b i #debate-detail .entry-header .byline-container p em,
  b i #listing-description .byline-container p em,
  b i article .entry-header .byline-container p em,
  b i #debate-detail .entry-header .byline-container p i,
  b i #listing-description .byline-container p i,
  b i article .entry-header .byline-container p i {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #debate-detail p.byline a.blogger-name,
  #debate-detail p.byline a.blogger-name:hover,
  #debate-detail p.byline a.blogger-name:focus {
    color: #c1262c;
  }
  #debate-detail .entry-header .kicker,
  #debate-landing .entry-header .kicker {
    font-size: 125%;
    line-height: 0.75;
    margin-bottom: 5px;
  }
  #debate-detail .entry-header .kicker a span,
  #debate-landing .entry-header .kicker a span {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-size: 70%;
    /* 14px */
  }
  #debate-detail .entry-header .kicker a span em,
  #debate-landing .entry-header .kicker a span em,
  #debate-detail .entry-header .kicker a span i,
  #debate-landing .entry-header .kicker a span i,
  em #debate-detail .entry-header .kicker a span,
  em #debate-landing .entry-header .kicker a span,
  i #debate-detail .entry-header .kicker a span,
  i #debate-landing .entry-header .kicker a span {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-style: normal;
  }
  #debate-detail .entry-header .kicker a span em strong,
  #debate-landing .entry-header .kicker a span em strong,
  #debate-detail .entry-header .kicker a span i strong,
  #debate-landing .entry-header .kicker a span i strong,
  em #debate-detail .entry-header .kicker a span strong,
  em #debate-landing .entry-header .kicker a span strong,
  i #debate-detail .entry-header .kicker a span strong,
  i #debate-landing .entry-header .kicker a span strong,
  #debate-detail .entry-header .kicker a span em b,
  #debate-landing .entry-header .kicker a span em b,
  #debate-detail .entry-header .kicker a span i b,
  #debate-landing .entry-header .kicker a span i b,
  em #debate-detail .entry-header .kicker a span b,
  em #debate-landing .entry-header .kicker a span b,
  i #debate-detail .entry-header .kicker a span b,
  i #debate-landing .entry-header .kicker a span b,
  strong #debate-detail .entry-header .kicker a span em,
  strong #debate-landing .entry-header .kicker a span em,
  strong #debate-detail .entry-header .kicker a span i,
  strong #debate-landing .entry-header .kicker a span i,
  strong em #debate-detail .entry-header .kicker a span,
  strong em #debate-landing .entry-header .kicker a span,
  strong i #debate-detail .entry-header .kicker a span,
  strong i #debate-landing .entry-header .kicker a span,
  b #debate-detail .entry-header .kicker a span em,
  b #debate-landing .entry-header .kicker a span em,
  b #debate-detail .entry-header .kicker a span i,
  b #debate-landing .entry-header .kicker a span i,
  b em #debate-detail .entry-header .kicker a span,
  b em #debate-landing .entry-header .kicker a span,
  b i #debate-detail .entry-header .kicker a span,
  b i #debate-landing .entry-header .kicker a span {
    font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #debate-landing #body-copy {
    margin-bottom: 4px;
  }
  #up-next {
    display: none;
  }
  #debaters-up-next {
    display: block;
  }
  #post-list {
    padding-bottom: 29px;
  }
  #posts-list ul {
    margin-bottom: 24px;
  }
  .view-intro {
    display: block;
    text-align: center;
    position: relative;
    background: none;
    padding-left: 23px;
  }
  .view-intro:before {
    content: "";
    position: absolute;
    background: transparent url("/wp-content/themes/sapiens/images/arrow_box.png") no-repeat scroll center center;
    width: 18px;
    height: 18px;
    margin-left: -23px;
    top: 4px;
  }
  #posts-grid {
    padding-top: 3px;
    padding-bottom: 7px;
  }
  #posts-grid ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 27px;
    width: 100%;
    float: none;
  }
  #posts-grid .post-title {
    font-size: 137.5%;
    line-height: 1.2;
  }
  #posts-grid ul li p {
    color: #686868;
  }
  #posts-grid ul li p.byline {
    margin-bottom: 1px;
    line-height: 1;
    margin-top: 7px;
  }
  #posts-grid ul li .thumbnail {
    margin-right: 9px;
    top: 3px;
  }
  #start-reading {
    font-size: 112.5%;
    padding-left: 9px;
    position: relative;
  }
  #start-reading:before {
    position: absolute;
    background-color: #c1262c;
    content: "";
  }
  #start-reading::before {
    width: 9px;
    height: 9px;
    margin-left: -9px;
    bottom: 8px;
  }
  #start-reading a::before,
  #start-reading a::after {
    display: none;
  }
  #debate-landing .entry-content {
    margin-bottom: 19px;
  }
  article .entry-header .byline-container p.byline {
    font-size: 75%;
    margin-bottom: -1px;
  }
  article .entry-header .byline-container p {
    font-size: 93.75%;
    color: #000;
  }
  #listing-description h1.kicker {
    /*padding-left: 6px;*/
    padding-left: 3px;
  }
  #basic-page h1.kicker,
  #listing-description h1.kicker {
    font-size: 125%;
  }
  .header-fixed-wrapper.fixed .header #site-navigation {
    position: absolute;
    left: 8px;
  }
  .header-fixed-wrapper.fixed .header #primary-menu {
    top: -4px;
    left: -8px;
  }
  .header-fixed-wrapper.fixed .header .branding {
    width: 100%;
  }
  body.single .header-fixed-wrapper.fixed .header .branding {
    padding-top: 5px;
    text-align: center;
    padding-left: 0;
    position: static;
  }
  body.single .header-fixed-wrapper.fixed .header .branding h1.site-title {
    width: auto;
    font-size: 100%;
    line-height: 1;
    margin-bottom: 0;
    min-height: auto;
  }
  body.single .header-fixed-wrapper.fixed .header .branding h1.site-title img {
    width: 155px;
    height: 31px;
  }
  .branding .site-title .color-logo.sr-only {
    margin-right: -6px;
  }
  .header-fixed-wrapper.fixed .header .branding .site-title {
    display: inline;
  }
  .header-fixed-wrapper.fixed .header .branding .site-title img {
    float: none !important;
  }
  .header-fixed-wrapper.fixed .header .home-link-object {
    left: 50% !important;
    top: -9px;
  }
  /*body.single .header-fixed-wrapper.fixed .header .home-link-object {
		width: 156px;
		height: 31px;
		margin-left: -78px;
	}*/
  body.single .header-fixed-wrapper.fixed .header .branding .internal-title {
    display: none;
  }
  .header-fixed-wrapper.fixed .header .social-search {
    display: block !important;
    position: absolute;
    right: 12px;
    top: 7px;
    padding: 0 !important;
    width: 26px;
    height: 26px;
  }
  .header-fixed-wrapper.fixed .header .social-search ul li:last-child {
    margin-left: 0px;
  }
  body.single-debate_post .header-fixed-wrapper.fixed,
  body.single-debate_post .header-fixed-wrapper.fixed .header,
  body.single-debate_post .header-fixed-wrapper.fixed .header-fixed-left,
  body.single-debate_post .header-fixed-wrapper.fixed .header-fixed-right,
  body.single-debate_post .header-fixed-wrapper.fixed .header::before,
  body.single-debate_post .header-fixed-wrapper.fixed .header::after {
    height: 41px;
  }
  body.single-debate_post .header-fixed-wrapper.fixed .header {
    top: -41px;
  }
  body.single-debate_post .header-fixed-wrapper.fixed .header {
    background-image: url("/wp-content/themes/sapiens/images/header-fixed-1200.png");
  }
  body.single-debate_post .header-fixed-wrapper.fixed #site-navigation {
    top: 0px;
  }
  #basic-page {
    padding-top: 9px;
  }
}
@media (max-width: 414px) {
  /* iPhone 6+ */
  .header {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .header .site-title {
    position: relative;
    z-index: 1;
  }
  .header-fixed-wrapper.fixed .header {
    height: 60px !important;
    top: -60px !important;
    background-image: url("/wp-content/themes/sapiens/images/header-fixed-mobile.png") !important;
    background-size: cover !important;
  }
  .header-fixed-wrapper.fixed,
  .header-fixed-wrapper.fixed .header-fixed-left,
  .header-fixed-wrapper.fixed .header-fixed-right,
  .header-fixed-wrapper.fixed .header::before,
  .header-fixed-wrapper.fixed .header::after {
    height: 60px !important;
  }
  .header-fixed-wrapper.fixed .header .branding .site-title {
    display: inline;
  }
  .header-fixed-wrapper.fixed .header .branding .site-title img {
    /*width: 213px !important;*/
    width: 210px !important;
    height: auto !important;
  }
  .header .branding {
    padding-left: 11px;
    padding-right: 12px;
  }
  .branding .site-title img {
    max-width: 274px;
    max-height: 55px;
    width: 213px;
  }
  .header-fixed-wrapper.fixed .header .home-link-object {
    width: 214px !important;
    height: 42px !important;
    margin-left: -107px !important;
  }
  .header-fixed-wrapper.fixed .header .branding .site-title .sr-only,
  .header .branding .site-title .sr-only {
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 -4px 0 0 !important;
    padding: 0 !important;
  }
  .header-fixed-wrapper.fixed .header .branding .site-title .color-logo.sr-only {
    margin-left: 5px;
  }
  .header-fixed-wrapper.fixed .header .branding {
    padding-top: 8px !important;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
  .header-fixed-wrapper.fixed .header .social-search {
    top: 17px !important;
  }
  .header-fixed-wrapper.fixed .header #site-navigation {
    top: 9px !important;
    padding-left: 2px;
  }
  .header-fixed-wrapper.fixed .header .hamburger .hamburger-top,
  .header-fixed-wrapper.fixed .header .hamburger .hamburger-middle,
  .header-fixed-wrapper.fixed .header .hamburger .hamburger-bottom {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
  }
  .header #site-navigation,
  .header .social-search {
    z-index: 6;
  }
  /*.header .branding {
		position: relative;
		z-index: 5;
	}*/
  #site-navigation {
    position: static;
  }
  #primary-menu {
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    border-bottom: 2px solid #E86C24;
    padding-top: 58px;
  }
  .header-fixed-wrapper.fixed .header #site-navigation.toggled #primary-menu {
    min-width: 320px;
    max-width: 414px;
    left: -8px;
    top: 51px;
    padding-top: 29px;
  }
  #mini-homepage {
    position: relative;
  }
  #mini-homepage:before {
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 0 0, 823 0, from(#d1232e), color-stop(0.004, #d1232f), color-stop(0.004, #d1212e), color-stop(0.015, #d2212f), color-stop(0.015, #d3212f), color-stop(0.018, #d3212f), color-stop(0.018, #d3202f), color-stop(0.02, #d3202f), color-stop(0.037, #d4202f), color-stop(0.037, #d62030), color-stop(0.057, #d62030), color-stop(0.057, #d61f30), color-stop(0.16, #dd1e39), color-stop(0.178, #de1f3a), color-stop(0.178, #de1e3a), color-stop(0.207, #e01e3d), color-stop(0.207, #e01f3d), color-stop(0.208, #e0203d), color-stop(0.222, #e0203e), color-stop(0.222, #e0213e), color-stop(0.235, #e02140), color-stop(0.235, #e22140), color-stop(0.284, #e32145), color-stop(0.284, #e21f45), color-stop(0.306, #e31f47), color-stop(0.306, #e32147), color-stop(0.317, #e32148), color-stop(0.317, #e32048), color-stop(0.331, #e32049), color-stop(0.331, #e3214a), color-stop(0.336, #e3214a), color-stop(0.336, #e3204a), color-stop(0.347, #e3204c), color-stop(0.347, #e3214c), color-stop(0.348, #e3224c), color-stop(0.377, #e22250), color-stop(0.377, #e22450), color-stop(0.379, #e22550), color-stop(0.383, #e12650), color-stop(0.393, #e02551), color-stop(0.405, #dd2752), color-stop(0.415, #dd2753), color-stop(0.415, #dc2753), color-stop(0.422, #dc2753), color-stop(0.422, #db2753), color-stop(0.426, #da2753), color-stop(0.426, #d92754), color-stop(0.431, #d92754), color-stop(0.431, #d92955), color-stop(0.436, #d92955), color-stop(0.436, #d82955), color-stop(0.439, #d82955), color-stop(0.439, #d62955), color-stop(0.441, #d62a56), color-stop(0.445, #d62a56), color-stop(0.445, #d62b57), color-stop(0.447, #d52c57), color-stop(0.448, #d52c57), color-stop(0.449, #d42c58), color-stop(0.45, #d32d58), color-stop(0.456, #d32d59), color-stop(0.456, #d22e5a), color-stop(0.461, #d12e5b), color-stop(0.461, #d1305c), color-stop(0.465, #d1305c), color-stop(0.465, #d0325c), color-stop(0.47, #cf325d), color-stop(0.47, #ce345d), color-stop(0.472, #cd335d), color-stop(0.476, #cc355e), color-stop(0.477, #cc355f), color-stop(0.482, #cb3560), color-stop(0.482, #c93660), color-stop(0.484, #c93661), color-stop(0.488, #c83662), color-stop(0.488, #c73762), color-stop(0.49, #c73763), color-stop(0.492, #c63863), color-stop(0.499, #c33a65), color-stop(0.5, #c33a65), color-stop(0.503, #c23a65), color-stop(0.503, #c23c66), color-stop(0.509, #bd3c68), color-stop(0.512, #bc3c68), color-stop(0.512, #bb3d69), color-stop(0.513, #bb3d6a), color-stop(0.517, #b83e6a), color-stop(0.518, #b83e6a), color-stop(0.522, #b63f6b), color-stop(0.523, #b63f6b), color-stop(0.523, #b5406c), color-stop(0.524, #b43f6c), color-stop(0.526, #b3406c), color-stop(0.527, #b3406c), color-stop(0.529, #b0416e), color-stop(0.533, #ae436f), color-stop(0.534, #ae4370), color-stop(0.538, #ab4371), color-stop(0.54, #a94472), color-stop(0.544, #a64574), color-stop(0.545, #a64574), color-stop(0.546, #a54574), color-stop(0.551, #a14777), color-stop(0.5600000000000001, #9a4979), color-stop(0.5610000000000001, #994979), color-stop(0.5629999999999999, #974a7a), color-stop(0.5649999999999999, #974a7a), color-stop(0.5659999999999999, #954a7b), color-stop(0.574, #8f4b7d), color-stop(0.575, #8f4b7d), color-stop(0.575, #8d4c7e), color-stop(0.577, #8d4b7e), color-stop(0.58, #8b4c7f), color-stop(0.582, #8b4c7f), color-stop(0.582, #894d7f), color-stop(0.584, #894d80), color-stop(0.584, #874e80), color-stop(0.591, #815083), color-stop(0.599, #7b5185), color-stop(0.601, #7a5186), color-stop(0.603, #775286), color-stop(0.607, #745287), color-stop(0.609, #725488), color-stop(0.613, #6f5489), color-stop(0.62, #69548b), color-stop(0.625, #67548b), color-stop(0.625, #64548c), color-stop(0.631, #61548c), color-stop(0.631, #60558d), color-stop(0.634, #5e558e), color-stop(0.642, #58568f), color-stop(0.646, #555590), color-stop(0.656, #4e5691), color-stop(0.66, #4c5692), color-stop(0.665, #485793), color-stop(0.667, #495794), color-stop(0.67, #475794), color-stop(0.67, #455895), color-stop(0.679, #405897), color-stop(0.6850000000000001, #3e5998), color-stop(0.6850000000000001, #3b5998), color-stop(0.716, #305c9d), color-stop(0.719, #305c9e), color-stop(0.719, #2f5d9f), color-stop(0.742, #275da0), color-stop(0.743, #265da0), color-stop(0.754, #245ca1), color-stop(0.759, #245da2), color-stop(0.759, #235ea2), color-stop(0.777, #205ea4), color-stop(0.777, #1f5fa4), color-stop(0.782, #205ea4), color-stop(0.784, #205fa4), color-stop(0.8100000000000001, #1d5ea5), color-stop(0.82, #1c5ea5), color-stop(0.82, #1d5da5), color-stop(0.826, #1d5da5), color-stop(0.826, #1e5ea5), color-stop(0.829, #1c5ea5), color-stop(0.833, #1c5da5), color-stop(0.833, #1b5ea5), color-stop(0.859, #175ea5), color-stop(0.859, #165da5), color-stop(0.861, #165da5), color-stop(0.861, #175ea5), color-stop(0.874, #175ea5), color-stop(0.874, #165da5), color-stop(0.89, #175ea5), color-stop(0.895, #145ea5), color-stop(0.912, #125da5), color-stop(0.912, #105ea5), color-stop(0.914, #125da4), color-stop(0.919, #105ea5), color-stop(0.998, #105da4), color-stop(0.998, #0e5ca4), to(#0e5ca4));
    background-image: -webkit-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: -moz-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: -o-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: linear-gradient(90deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-size: 414px;
  }
  .entry-content > figure,
  .entry-content aside.column,
  .entry-content aside.pull-quote,
  .entry-content q,
  #blogroll ul,
  #posts-list,
  #posts-grid {
    position: relative;
  }
  .entry-content > figure:before,
  .entry-content aside.column:before,
  .entry-content aside.pull-quote:before,
  .entry-content q:before,
  #blogroll ul:before,
  #posts-list:before,
  #posts-grid:before,
  .entry-content > figure:after,
  .entry-content aside.column:after,
  .entry-content aside.pull-quote:after,
  .entry-content q:after,
  #blogroll ul:after,
  #posts-list:after,
  #posts-grid:after {
    left: 0;
    background-image: -webkit-gradient(linear, 0 0, 823 0, from(#d1232e), color-stop(0.004, #d1232f), color-stop(0.004, #d1212e), color-stop(0.015, #d2212f), color-stop(0.015, #d3212f), color-stop(0.018, #d3212f), color-stop(0.018, #d3202f), color-stop(0.02, #d3202f), color-stop(0.037, #d4202f), color-stop(0.037, #d62030), color-stop(0.057, #d62030), color-stop(0.057, #d61f30), color-stop(0.16, #dd1e39), color-stop(0.178, #de1f3a), color-stop(0.178, #de1e3a), color-stop(0.207, #e01e3d), color-stop(0.207, #e01f3d), color-stop(0.208, #e0203d), color-stop(0.222, #e0203e), color-stop(0.222, #e0213e), color-stop(0.235, #e02140), color-stop(0.235, #e22140), color-stop(0.284, #e32145), color-stop(0.284, #e21f45), color-stop(0.306, #e31f47), color-stop(0.306, #e32147), color-stop(0.317, #e32148), color-stop(0.317, #e32048), color-stop(0.331, #e32049), color-stop(0.331, #e3214a), color-stop(0.336, #e3214a), color-stop(0.336, #e3204a), color-stop(0.347, #e3204c), color-stop(0.347, #e3214c), color-stop(0.348, #e3224c), color-stop(0.377, #e22250), color-stop(0.377, #e22450), color-stop(0.379, #e22550), color-stop(0.383, #e12650), color-stop(0.393, #e02551), color-stop(0.405, #dd2752), color-stop(0.415, #dd2753), color-stop(0.415, #dc2753), color-stop(0.422, #dc2753), color-stop(0.422, #db2753), color-stop(0.426, #da2753), color-stop(0.426, #d92754), color-stop(0.431, #d92754), color-stop(0.431, #d92955), color-stop(0.436, #d92955), color-stop(0.436, #d82955), color-stop(0.439, #d82955), color-stop(0.439, #d62955), color-stop(0.441, #d62a56), color-stop(0.445, #d62a56), color-stop(0.445, #d62b57), color-stop(0.447, #d52c57), color-stop(0.448, #d52c57), color-stop(0.449, #d42c58), color-stop(0.45, #d32d58), color-stop(0.456, #d32d59), color-stop(0.456, #d22e5a), color-stop(0.461, #d12e5b), color-stop(0.461, #d1305c), color-stop(0.465, #d1305c), color-stop(0.465, #d0325c), color-stop(0.47, #cf325d), color-stop(0.47, #ce345d), color-stop(0.472, #cd335d), color-stop(0.476, #cc355e), color-stop(0.477, #cc355f), color-stop(0.482, #cb3560), color-stop(0.482, #c93660), color-stop(0.484, #c93661), color-stop(0.488, #c83662), color-stop(0.488, #c73762), color-stop(0.49, #c73763), color-stop(0.492, #c63863), color-stop(0.499, #c33a65), color-stop(0.5, #c33a65), color-stop(0.503, #c23a65), color-stop(0.503, #c23c66), color-stop(0.509, #bd3c68), color-stop(0.512, #bc3c68), color-stop(0.512, #bb3d69), color-stop(0.513, #bb3d6a), color-stop(0.517, #b83e6a), color-stop(0.518, #b83e6a), color-stop(0.522, #b63f6b), color-stop(0.523, #b63f6b), color-stop(0.523, #b5406c), color-stop(0.524, #b43f6c), color-stop(0.526, #b3406c), color-stop(0.527, #b3406c), color-stop(0.529, #b0416e), color-stop(0.533, #ae436f), color-stop(0.534, #ae4370), color-stop(0.538, #ab4371), color-stop(0.54, #a94472), color-stop(0.544, #a64574), color-stop(0.545, #a64574), color-stop(0.546, #a54574), color-stop(0.551, #a14777), color-stop(0.5600000000000001, #9a4979), color-stop(0.5610000000000001, #994979), color-stop(0.5629999999999999, #974a7a), color-stop(0.5649999999999999, #974a7a), color-stop(0.5659999999999999, #954a7b), color-stop(0.574, #8f4b7d), color-stop(0.575, #8f4b7d), color-stop(0.575, #8d4c7e), color-stop(0.577, #8d4b7e), color-stop(0.58, #8b4c7f), color-stop(0.582, #8b4c7f), color-stop(0.582, #894d7f), color-stop(0.584, #894d80), color-stop(0.584, #874e80), color-stop(0.591, #815083), color-stop(0.599, #7b5185), color-stop(0.601, #7a5186), color-stop(0.603, #775286), color-stop(0.607, #745287), color-stop(0.609, #725488), color-stop(0.613, #6f5489), color-stop(0.62, #69548b), color-stop(0.625, #67548b), color-stop(0.625, #64548c), color-stop(0.631, #61548c), color-stop(0.631, #60558d), color-stop(0.634, #5e558e), color-stop(0.642, #58568f), color-stop(0.646, #555590), color-stop(0.656, #4e5691), color-stop(0.66, #4c5692), color-stop(0.665, #485793), color-stop(0.667, #495794), color-stop(0.67, #475794), color-stop(0.67, #455895), color-stop(0.679, #405897), color-stop(0.6850000000000001, #3e5998), color-stop(0.6850000000000001, #3b5998), color-stop(0.716, #305c9d), color-stop(0.719, #305c9e), color-stop(0.719, #2f5d9f), color-stop(0.742, #275da0), color-stop(0.743, #265da0), color-stop(0.754, #245ca1), color-stop(0.759, #245da2), color-stop(0.759, #235ea2), color-stop(0.777, #205ea4), color-stop(0.777, #1f5fa4), color-stop(0.782, #205ea4), color-stop(0.784, #205fa4), color-stop(0.8100000000000001, #1d5ea5), color-stop(0.82, #1c5ea5), color-stop(0.82, #1d5da5), color-stop(0.826, #1d5da5), color-stop(0.826, #1e5ea5), color-stop(0.829, #1c5ea5), color-stop(0.833, #1c5da5), color-stop(0.833, #1b5ea5), color-stop(0.859, #175ea5), color-stop(0.859, #165da5), color-stop(0.861, #165da5), color-stop(0.861, #175ea5), color-stop(0.874, #175ea5), color-stop(0.874, #165da5), color-stop(0.89, #175ea5), color-stop(0.895, #145ea5), color-stop(0.912, #125da5), color-stop(0.912, #105ea5), color-stop(0.914, #125da4), color-stop(0.919, #105ea5), color-stop(0.998, #105da4), color-stop(0.998, #0e5ca4), to(#0e5ca4));
    background-image: -webkit-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: -moz-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: -o-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: linear-gradient(90deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-size: 414px;
  }
  .entry-content > figure:before,
  .entry-content aside.column:before,
  .entry-content aside.pull-quote:before,
  .entry-content q:before,
  #blogroll ul:before,
  #posts-list:before,
  #posts-grid:before {
    top: 0;
  }
  .entry-content > figure:after,
  .entry-content aside.column:after,
  .entry-content aside.pull-quote:after,
  .entry-content q:after,
  #blogroll ul:after,
  #posts-list:after,
  #posts-grid:after {
    bottom: 0;
  }
  #listing-description .entry-header,
  .blogs-grid_of_six,
  .features-watching,
  .series {
    position: relative;
  }
  #listing-description .entry-header:after,
  .blogs-grid_of_six:after,
  .features-watching:after,
  .series:after {
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 0 0, 823 0, from(#d1232e), color-stop(0.004, #d1232f), color-stop(0.004, #d1212e), color-stop(0.015, #d2212f), color-stop(0.015, #d3212f), color-stop(0.018, #d3212f), color-stop(0.018, #d3202f), color-stop(0.02, #d3202f), color-stop(0.037, #d4202f), color-stop(0.037, #d62030), color-stop(0.057, #d62030), color-stop(0.057, #d61f30), color-stop(0.16, #dd1e39), color-stop(0.178, #de1f3a), color-stop(0.178, #de1e3a), color-stop(0.207, #e01e3d), color-stop(0.207, #e01f3d), color-stop(0.208, #e0203d), color-stop(0.222, #e0203e), color-stop(0.222, #e0213e), color-stop(0.235, #e02140), color-stop(0.235, #e22140), color-stop(0.284, #e32145), color-stop(0.284, #e21f45), color-stop(0.306, #e31f47), color-stop(0.306, #e32147), color-stop(0.317, #e32148), color-stop(0.317, #e32048), color-stop(0.331, #e32049), color-stop(0.331, #e3214a), color-stop(0.336, #e3214a), color-stop(0.336, #e3204a), color-stop(0.347, #e3204c), color-stop(0.347, #e3214c), color-stop(0.348, #e3224c), color-stop(0.377, #e22250), color-stop(0.377, #e22450), color-stop(0.379, #e22550), color-stop(0.383, #e12650), color-stop(0.393, #e02551), color-stop(0.405, #dd2752), color-stop(0.415, #dd2753), color-stop(0.415, #dc2753), color-stop(0.422, #dc2753), color-stop(0.422, #db2753), color-stop(0.426, #da2753), color-stop(0.426, #d92754), color-stop(0.431, #d92754), color-stop(0.431, #d92955), color-stop(0.436, #d92955), color-stop(0.436, #d82955), color-stop(0.439, #d82955), color-stop(0.439, #d62955), color-stop(0.441, #d62a56), color-stop(0.445, #d62a56), color-stop(0.445, #d62b57), color-stop(0.447, #d52c57), color-stop(0.448, #d52c57), color-stop(0.449, #d42c58), color-stop(0.45, #d32d58), color-stop(0.456, #d32d59), color-stop(0.456, #d22e5a), color-stop(0.461, #d12e5b), color-stop(0.461, #d1305c), color-stop(0.465, #d1305c), color-stop(0.465, #d0325c), color-stop(0.47, #cf325d), color-stop(0.47, #ce345d), color-stop(0.472, #cd335d), color-stop(0.476, #cc355e), color-stop(0.477, #cc355f), color-stop(0.482, #cb3560), color-stop(0.482, #c93660), color-stop(0.484, #c93661), color-stop(0.488, #c83662), color-stop(0.488, #c73762), color-stop(0.49, #c73763), color-stop(0.492, #c63863), color-stop(0.499, #c33a65), color-stop(0.5, #c33a65), color-stop(0.503, #c23a65), color-stop(0.503, #c23c66), color-stop(0.509, #bd3c68), color-stop(0.512, #bc3c68), color-stop(0.512, #bb3d69), color-stop(0.513, #bb3d6a), color-stop(0.517, #b83e6a), color-stop(0.518, #b83e6a), color-stop(0.522, #b63f6b), color-stop(0.523, #b63f6b), color-stop(0.523, #b5406c), color-stop(0.524, #b43f6c), color-stop(0.526, #b3406c), color-stop(0.527, #b3406c), color-stop(0.529, #b0416e), color-stop(0.533, #ae436f), color-stop(0.534, #ae4370), color-stop(0.538, #ab4371), color-stop(0.54, #a94472), color-stop(0.544, #a64574), color-stop(0.545, #a64574), color-stop(0.546, #a54574), color-stop(0.551, #a14777), color-stop(0.5600000000000001, #9a4979), color-stop(0.5610000000000001, #994979), color-stop(0.5629999999999999, #974a7a), color-stop(0.5649999999999999, #974a7a), color-stop(0.5659999999999999, #954a7b), color-stop(0.574, #8f4b7d), color-stop(0.575, #8f4b7d), color-stop(0.575, #8d4c7e), color-stop(0.577, #8d4b7e), color-stop(0.58, #8b4c7f), color-stop(0.582, #8b4c7f), color-stop(0.582, #894d7f), color-stop(0.584, #894d80), color-stop(0.584, #874e80), color-stop(0.591, #815083), color-stop(0.599, #7b5185), color-stop(0.601, #7a5186), color-stop(0.603, #775286), color-stop(0.607, #745287), color-stop(0.609, #725488), color-stop(0.613, #6f5489), color-stop(0.62, #69548b), color-stop(0.625, #67548b), color-stop(0.625, #64548c), color-stop(0.631, #61548c), color-stop(0.631, #60558d), color-stop(0.634, #5e558e), color-stop(0.642, #58568f), color-stop(0.646, #555590), color-stop(0.656, #4e5691), color-stop(0.66, #4c5692), color-stop(0.665, #485793), color-stop(0.667, #495794), color-stop(0.67, #475794), color-stop(0.67, #455895), color-stop(0.679, #405897), color-stop(0.6850000000000001, #3e5998), color-stop(0.6850000000000001, #3b5998), color-stop(0.716, #305c9d), color-stop(0.719, #305c9e), color-stop(0.719, #2f5d9f), color-stop(0.742, #275da0), color-stop(0.743, #265da0), color-stop(0.754, #245ca1), color-stop(0.759, #245da2), color-stop(0.759, #235ea2), color-stop(0.777, #205ea4), color-stop(0.777, #1f5fa4), color-stop(0.782, #205ea4), color-stop(0.784, #205fa4), color-stop(0.8100000000000001, #1d5ea5), color-stop(0.82, #1c5ea5), color-stop(0.82, #1d5da5), color-stop(0.826, #1d5da5), color-stop(0.826, #1e5ea5), color-stop(0.829, #1c5ea5), color-stop(0.833, #1c5da5), color-stop(0.833, #1b5ea5), color-stop(0.859, #175ea5), color-stop(0.859, #165da5), color-stop(0.861, #165da5), color-stop(0.861, #175ea5), color-stop(0.874, #175ea5), color-stop(0.874, #165da5), color-stop(0.89, #175ea5), color-stop(0.895, #145ea5), color-stop(0.912, #125da5), color-stop(0.912, #105ea5), color-stop(0.914, #125da4), color-stop(0.919, #105ea5), color-stop(0.998, #105da4), color-stop(0.998, #0e5ca4), to(#0e5ca4));
    background-image: -webkit-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: -moz-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: -o-linear-gradient(360deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-image: linear-gradient(90deg, #d1232e, #d1232f 0.4%, #d1212e 0.4%, #d2212f 1.5%, #d3212f 1.5%, #d3212f 1.8%, #d3202f 1.8%, #d3202f 2%, #d4202f 3.7%, #d62030 3.7%, #d62030 5.7%, #d61f30 5.7%, #dd1e39 16%, #de1f3a 17.8%, #de1e3a 17.8%, #e01e3d 20.7%, #e01f3d 20.7%, #e0203d 20.8%, #e0203e 22.2%, #e0213e 22.2%, #e02140 23.5%, #e22140 23.5%, #e32145 28.4%, #e21f45 28.4%, #e31f47 30.6%, #e32147 30.6%, #e32148 31.7%, #e32048 31.7%, #e32049 33.1%, #e3214a 33.1%, #e3214a 33.6%, #e3204a 33.6%, #e3204c 34.7%, #e3214c 34.7%, #e3224c 34.8%, #e22250 37.7%, #e22450 37.7%, #e22550 37.9%, #e12650 38.3%, #e02551 39.3%, #dd2752 40.5%, #dd2753 41.5%, #dc2753 41.5%, #dc2753 42.2%, #db2753 42.2%, #da2753 42.6%, #d92754 42.6%, #d92754 43.1%, #d92955 43.1%, #d92955 43.6%, #d82955 43.6%, #d82955 43.9%, #d62955 43.9%, #d62a56 44.1%, #d62a56 44.5%, #d62b57 44.5%, #d52c57 44.7%, #d52c57, #d42c58, #d32d58 45%, #d32d59 45.6%, #d22e5a 45.6%, #d12e5b 46.1%, #d1305c 46.1%, #d1305c 46.5%, #d0325c 46.5%, #cf325d 47%, #ce345d 47%, #cd335d 47.2%, #cc355e 47.6%, #cc355f 47.7%, #cb3560 48.2%, #c93660 48.2%, #c93661 48.4%, #c83662 48.8%, #c73762 48.8%, #c73763, #c63863 49.2%, #c33a65 49.9%, #c33a65 50%, #c23a65 50.3%, #c23c66 50.3%, #bd3c68 50.9%, #bc3c68 51.2%, #bb3d69 51.2%, #bb3d6a 51.3%, #b83e6a 51.7%, #b83e6a 51.8%, #b63f6b 52.2%, #b63f6b 52.3%, #b5406c 52.3%, #b43f6c 52.4%, #b3406c 52.6%, #b3406c 52.7%, #b0416e 52.9%, #ae436f 53.3%, #ae4370 53.4%, #ab4371 53.8%, #a94472 54%, #a64574 54.4%, #a64574, #a54574 54.6%, #a14777 55.1%, #9a4979 56%, #994979 56.1%, #974a7a, #974a7a 56.5%, #954a7b 56.6%, #8f4b7d 57.4%, #8f4b7d 57.5%, #8d4c7e 57.5%, #8d4b7e 57.7%, #8b4c7f 58%, #8b4c7f 58.2%, #894d7f 58.2%, #894d80 58.4%, #874e80 58.4%, #815083 59.1%, #7b5185 59.9%, #7a5186, #775286 60.3%, #745287 60.7%, #725488 60.9%, #6f5489 61.3%, #69548b 62%, #67548b 62.5%, #64548c 62.5%, #61548c 63.1%, #60558d 63.1%, #5e558e 63.4%, #58568f 64.2%, #555590 64.59999999999999%, #4e5691 65.59999999999999%, #4c5692 66%, #485793 66.5%, #495794 66.7%, #475794 67%, #455895 67%, #405897 67.90000000000001%, #3e5998 68.5%, #3b5998 68.5%, #305c9d 71.59999999999999%, #305c9e 71.90000000000001%, #2f5d9f 71.90000000000001%, #275da0 74.2%, #265da0 74.3%, #245ca1 75.40000000000001%, #245da2 75.90000000000001%, #235ea2 75.90000000000001%, #205ea4 77.7%, #1f5fa4 77.7%, #205ea4 78.2%, #205fa4 78.40000000000001%, #1d5ea5 81%, #1c5ea5 82%, #1d5da5 82%, #1d5da5 82.59999999999999%, #1e5ea5 82.59999999999999%, #1c5ea5 82.90000000000001%, #1c5da5 83.3%, #1b5ea5 83.3%, #175ea5 85.90000000000001%, #165da5 85.90000000000001%, #165da5 86.09999999999999%, #175ea5 86.09999999999999%, #175ea5 87.40000000000001%, #165da5 87.40000000000001%, #175ea5 89%, #145ea5 89.5%, #125da5 91.2%, #105ea5 91.2%, #125da4 91.40000000000001%, #105ea5 91.90000000000001%, #105da4 99.8%, #0e5ca4 99.8%, #0e5ca4);
    background-size: 414px;
  }
  #body-area .featured-image > img,
  #body-area .featured-image a.view-slideshow > img {
    min-height: 175px;
  }
}
/*========== Error Page ============*/
body#error-page nav {
  display: none;
}
body#error-page div.social-search {
  display: none;
}
body#error-page div.branding {
  margin-left: 33.5%;
}
body#error-page div.branding h1 {
  border-bottom: 0;
}
.home .blogs .publication-date {
  white-space: nowrap;
}
/*========== Podcasts ============*/
.sapienscast {
  position: relative;
  margin-top: 0px;
  overflow: auto;
  clear: both;
  width: 99%;
  float: none;
  margin-bottom: 25px;
}
.sapienscast:after {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
  background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  /*background-size: 1529px;*/
  background-size: 1537px;
  /* 8px offset */
  background-attachment: fixed;
  /*background-position: 50%;*/
  /*	background-repeat: no-repeat;	*/
  /* removed to fix the "disappearance" issue in Chrome and IE */
}
.sapienscast .mejs-controls {
  position: relative !important;
}
.sapienscast .mejs-button.mejs-volume-button {
  position: absolute !important;
  right: 0 !important;
}
.sapienscast .mejs-button.mejs-playpause-button {
  position: absolute !important;
  left: 0 !important;
}
.sapienscast .mejs-time-rail,
.sapienscast .mejs-controls .mejs-time-rail .mejs-time-total {
  padding-left: 15px !important;
  padding-right: 18px !important;
}
.mejs-time-total {
  width: calc(100% - 41px) !important;
}
.mejs-time-rail {
  width: calc(100% - 34px) !important;
}
.podcast-container {
  position: relative;
  margin-bottom: 25px;
  margin-top: 8px;
}
.podcast-container:after {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
  background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  /*background-size: 1529px;*/
  background-size: 1537px;
  /* 8px offset */
  background-attachment: fixed;
  /*background-position: 50%;*/
  /*	background-repeat: no-repeat;	*/
  /* removed to fix the "disappearance" issue in Chrome and IE */
}
.podcast-container .sapienscast {
  position: relative;
  margin-bottom: 0;
  margin-top: 0px;
}
.podcast-container .sapienscast:after {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  content: none;
  display: none;
  background-color: transparent;
  background-image: none;
}
.podcast-container.alignleft,
.podcast-container.alignright {
  margin-bottom: 0px;
}
.podcast-container:before,
.podcast-container:after {
  content: " ";
  display: table;
}
.podcast-container:after {
  clear: both;
}
.podcast-container.alignleft {
  margin-right: 15px;
}
.podcast-container.alignright {
  margin-left: 15px;
  float: right;
}
.podcast-container {
  width: 492px;
}
.podcast-container .sapienscast .mejs-button.mejs-volume-button,
.podcast-container .sapienscast .mejs-button.mejs-playpause-button {
  position: static !important;
}
.podcast-container .sapienscast .mejs-time-rail,
.podcast-container .sapienscast .mejs-controls .mejs-time-rail .mejs-time-total {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.podcast-container .sapienscast .mejs-controls {
  position: static !important;
}
.podcast-container .sapienscast .mejs-controls div.mejs-time-rail {
  max-width: 267px;
}
.podcast-container .sapienscast .mejs-controls .mejs-time-rail .mejs-time-total {
  max-width: 257px;
}
.podcast-container.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .podcast-container {
    width: 100%;
    overflow: auto;
    clear: both;
    margin-bottom: 25px;
  }
  .podcast-container::after {
    border-left: 4px solid white !important;
    border-right: 4px solid white !important;
  }
  .powerpress_player {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    text-align: center;
  }
  .sapienscast {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 12px !important;
  }
  .podcast-container .sapienscast {
    margin-bottom: 0 !important;
  }
  .podcast-container .powerpress_player {
    margin-bottom: 7px !important;
  }
  .mejs-controls div.mejs-time-rail {
    max-width: none !important;
  }
  .mejs-controls .mejs-time-rail .mejs-time-total {
    max-width: none !important;
  }
  .sapienscast-logo {
    left: 4px !important;
  }
}
@media (max-width: 480px) {
  .mejs-container.no-podcast {
    margin-left: 4px !important;
    margin-right: 4px !important;
    width: auto !important;
  }
}
.sapienscast {
  min-height: 129px;
  padding-bottom: 8px;
  position: relative;
}
.sapienscast h4 {
  font-size: 150%;
  /* 24px */
  text-transform: uppercase;
  font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
}
.sapienscast h4 em,
.sapienscast h4 i,
em .sapienscast h4,
i .sapienscast h4 {
  font-family: "Open Sans Semibold Italic", Helvetica, Arial, sans-serif;
}
.powerpress_player {
  margin-top: -3px;
  margin-bottom: 12px;
}
.podcast-icon {
  width: 19px;
  height: 19px;
  float: left;
  margin-right: 5px;
}
.podcast-icon img {
  vertical-align: -1px;
}
a.mejs-time-total {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls.mejs-container,
.mejs-container .mejs-controls,
.mejs-container .mejs-controls {
  background: none repeat scroll 0 0 transparent !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #49595A;
  height: 14px;
}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-duration,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-time {
  display: none !important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  /*display:none !important;*/
  position: absolute !important;
  visibility: hidden;
  left: -9999px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #E6E6E6 !important;
  border-radius: 8px;
  height: 12px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin-left: 2px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block !important;
  background-color: #c1262c !important;
  border-radius: 14px !important;
  border: 0px !important;
  left: -13px;
  top: -1px !important;
  margin-left: 12px !important;
  width: 14px !important;
  height: 14px !important;
}
.mejs-time-current {
  display: none;
}
.mejs-controls .mejs-button button {
  background: url('/wp-content/themes/sapiens/images/controls.svg') no-repeat !important;
  box-shadow: none;
  margin: 0 !important;
  /*	margin-left: 2px;
	margin-right: 2px;*/
}
.lt-ie9 .mejs-controls .mejs-button button {
  background: url('/wp-content/themes/sapiens/images/controls.png') no-repeat !important;
}
.no-svg .mejs-controls .mejs-button button {
  background: url('/wp-content/themes/sapiens/images/controls.png') no-repeat !important;
}
.mejs-container .mejs-controls div {
  /*width: 16px;*/
}
.mejs-controls .mejs-play button,
.no-svg .mejs-controls .mejs-play button {
  background-position: -25px -1px !important;
  background-size: 127px auto !important;
}
.mejs-controls .mejs-play,
.mejs-controls .mejs-play button,
.no-svg .mejs-controls .mejs-play button {
  width: 15px !important;
}
.mejs-controls .mejs-play {
  height: 26px !important;
  /* 18px + 8px */
}
.mejs-controls .mejs-play button,
.no-svg .mejs-controls .mejs-play button {
  height: 18px !important;
}
.mejs-controls .mejs-play,
.mejs-controls .mejs-pause {
  margin-right: 4px;
  padding-top: 8px !important;
}
.mejs-controls .mejs-pause button,
.no-svg .mejs-controls .mejs-pause button {
  background-position: -3px -1px !important;
  background-size: 127px auto !important;
}
.mejs-controls .mejs-pause,
.mejs-controls .mejs-pause button,
.no-svg .mejs-controls .mejs-pause button {
  width: 15px !important;
}
.mejs-controls .mejs-pause {
  height: 25px !important;
  /* 17 + 8 */
}
.mejs-button.mejs-volume-button {
  margin-left: -2px !important;
}
.mejs-controls .mejs-pause button,
.no-svg .mejs-controls .mejs-pause button {
  height: 17px !important;
}
.mejs-controls .mejs-mute button,
.no-svg .mejs-controls .mejs-mute button {
  background-position: -74px -1px !important;
  background-size: 148px auto !important;
}
.mejs-controls .mejs-mute,
.mejs-controls .mejs-mute button,
.no-svg .mejs-controls .mejs-mute button {
  width: 19px !important;
}
.mejs-controls .mejs-mute {
  height: 28px !important;
  /* 22 + 6 */
}
.mejs-controls .mejs-mute button,
.no-svg .mejs-controls .mejs-mute button {
  height: 22px !important;
}
.mejs-controls .mejs-unmute button,
.no-svg .mejs-controls .mejs-unmute button {
  background-position: -48px -1px !important;
  background-size: 144px auto !important;
}
.mejs-controls .mejs-unmute,
.mejs-controls .mejs-unmute button,
.no-svg .mejs-controls .mejs-unmute button {
  width: 13px !important;
}
.mejs-controls .mejs-unmute {
  height: 27px !important;
  /* 21 + 6 */
}
.mejs-controls .mejs-unmute button,
.no-svg .mejs-controls .mejs-unmute button {
  height: 21px !important;
}
.mejs-controls .mejs-unmute,
.mejs-controls .mejs-mute {
  padding-top: 6px !important;
}
.sapienscast-logo {
  width: 127px;
  position: absolute;
  top: 0;
  left: 0;
  /*height: auto;*/
  float: left;
  border: 1px solid #575753;
}
.sapienscast-extra {
  padding-left: 144px;
  font-size: 16px;
  min-height: 129px;
}
.sapienscast-extra p {
  font-size: 14px;
  color: #A4B3B2;
  margin-bottom: 8px;
  line-height: 1.5em;
}
.sapienscast-extra p a {
  color: #A4B3B2 !important;
  border-bottom: 0 none;
}
.sapienscast-extra p a:hover,
.sapienscast-extra p a:focus,
.sapienscast-extra p a:hover:not(:visited),
.sapienscast-extra p a:focus:not(:visited) {
  background: transparent;
  color: #c0caca !important;
}
.sapienscast-extra p span {
  background-color: #C70010;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 8px;
}
#features .feature .powerpress_player {
  padding-right: 16px;
}
.six-grid .feature .powerpress_player,
#features .feature .powerpress_player {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.six-grid .feature .powerpress_player .mejs-button.mejs-playpause-button,
#features .feature .powerpress_player .mejs-button.mejs-playpause-button {
  position: absolute;
  left: 0;
}
.six-grid .feature .powerpress_player .mejs-button.mejs-volume-button.mejs-mute,
#features .feature .powerpress_player .mejs-button.mejs-volume-button.mejs-mute {
  position: absolute;
  right: 0;
}
.six-grid .feature .powerpress_player .mejs-button.mejs-volume-button.mejs-unmute,
#features .feature .powerpress_player .mejs-button.mejs-volume-button.mejs-unmute {
  position: absolute;
  right: 6px;
}
.six-grid .feature .powerpress_player .mejs-controls div.mejs-time-rail,
#features .feature .powerpress_player .mejs-controls div.mejs-time-rail {
  padding-left: 15px !important;
  padding-right: 18px !important;
}
@media (max-width: 480px) {
  .six-grid .feature .powerpress_player,
  #features .feature .powerpress_player {
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
  }
  article .entry-header .byline-container p.byline {
    margin: 10px;
  }
  article .entry-header .byline-container .description {
    margin: 0px 10px 10px 10px;
  }
  .entry-header h1 {
    font-size: 200%;
  }
  #comments-block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header .icons ul li:last-child {
    margin-left: 4px;
  }
}
.nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .series .series-description .kicker::before {
    top: 5px;
  }
}
@media (max-width: 1185px) {
  #footer {
    margin: 34px 0px 57px 0px;
  }
}
@media (max-width: 480px) {
  .parallax .share-links-post {
    display: none !important;
  }
}
h2.post-title i {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
p.help,
.cform .counter {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.31em;
  margin-top: -3px;
  width: 90%;
}
.cform .counter {
  text-align: right;
  margin-top: -12px;
  color: #888;
  width: 96%;
}
.cform .counter.counterStrike {
  color: #c1262c;
  font-weight: bold;
}
.cform .cf_error {
  border: 1px solid #c1262c !important;
}
.cf_info.success {
  margin: 1em 0 3em 0;
}
.cform .area {
  padding: 5px;
}
aside.expanded-box {
  background-color: #eef0ef;
  width: 100%;
  float: none;
  max-width: 100%;
  margin-bottom: 30px;
  color: #222222;
  position: relative;
  padding: 15px 25px 35px 25px;
}
aside.expanded-box:before,
aside.expanded-box:after {
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 967.5 0, from(#de1f31), color-stop(0.501, #dc2952), color-stop(0.521, #d92c55), color-stop(0.525, #d92b56), color-stop(0.528, #d72d56), color-stop(0.541, #d52f59), color-stop(0.544, #d62f59), color-stop(0.544, #d5305a), color-stop(0.553, #d3325b), color-stop(0.571, #cf355d), color-stop(0.574, #cf345e), color-stop(0.578, #ce365e), color-stop(0.605, #c73b64), color-stop(0.635, #bc3e69), color-stop(0.635, #bb3f6a), color-stop(0.664, #af4471), color-stop(0.711, #984c7c), color-stop(0.716, #974c7d), color-stop(0.773, #765388), color-stop(0.836, #565792), color-stop(0.868, #475996), to(#1d5ca3));
  background-image: -webkit-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -moz-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: -o-linear-gradient(360deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  background-image: linear-gradient(90deg, #de1f31, #dc2952 50.1%, #d92c55 52.1%, #d92b56 52.5%, #d72d56 52.8%, #d52f59 54.1%, #d62f59 54.4%, #d5305a 54.4%, #d3325b 55.3%, #cf355d 57.1%, #cf345e 57.4%, #ce365e 57.8%, #c73b64 60.5%, #bc3e69 63.5%, #bb3f6a 63.5%, #af4471 66.40000000000001%, #984c7c 71.09999999999999%, #974c7d 71.59999999999999%, #765388 77.3%, #565792 83.59999999999999%, #475996 86.8%, #1d5ca3);
  /*background-size: 1529px;*/
  background-size: 1537px;
  /* 8px offset */
  background-attachment: fixed;
  /*background-position: 50%;*/
  /*	background-repeat: no-repeat;	*/
  /* removed to fix the "disappearance" issue in Chrome and IE */
}
aside.expanded-box:before {
  top: 0;
}
aside.expanded-box:after {
  bottom: 0;
}
aside.expanded-box h2 {
  color: #222222;
  font-family: 'Tienne Bold';
  text-transform: initial;
  font-size: 156%;
}
aside.expanded-box p {
  font-size: 16px;
  line-height: 1.92em;
  font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}
aside.expanded-box figure figcaption p {
  color: #32322b;
  font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
  font-size: 85%;
  line-height: 1.6;
  margin-bottom: 6px;
}
aside.expanded-box .expand-button,
aside.expanded-box .close-button {
  position: absolute;
  bottom: 20px;
  right: 25px;
  margin-bottom: 0;
  background-color: #eef0ef;
}
aside.expanded-box figure.alignleft {
  padding-right: 20px;
}
aside.expanded-box figure.wp-caption {
  margin-bottom: 0.91em;
}
aside.expanded-box p.kicker {
  font-size: 86%;
  margin-bottom: 8px;
}
.blogs .blog-list li {
  min-height: 105px;
}
.blogs .blog-list li .byline {
  padding-bottom: 5px;
}
.blogs .blog-list li .byline a {
  display: inline;
  padding: 0px 0px 0px 0px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation: fadeOut ease-in 1;
  -moz-animation: fadeOut ease-in 1;
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
@media (max-width: 480px) {
  .fade-in {
    display: none;
  }
}
.parallax #body-area #body-copy .external-info.callout {
  width: 780px;
}
.external-info.callout .info-detail-logo .info-detail {
  padding-top: 2px;
  width: 63.225%;
  margin-bottom: 15px;
}
.external-info.callout .info-detail-logo .info-logo {
  width: 35.7748344371%;
}
.dataTables_wrapper {
  font-size: 84%;
  margin-bottom: 35px;
}
.dataTables_wrapper .tablepress .sorting {
  background-color: #bbb;
}
.dataTables_wrapper .tablepress .sorting:hover {
  background-color: #bf2528;
  color: #FFF;
}
.paginate_button::after,
.paginate_button::before {
  color: #bbb;
}
.paginate_button:hover::after,
.paginate_button:hover::before {
  color: #bf2528;
}
.dataTables_scroll {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dataTables_paginate a {
  text-decoration: none;
}
.dataTables_paginate a,
.dataTables_paginate a:hover {
  color: #575753 !important;
}
.dataTables_paginate a.disabled:hover {
  color: #999 !important;
}
.paginate_button.disabled::after,
.paginate_button.disabled::before {
  color: #f9f9f9;
}
.dataTables_info {
  margin-left: 8px;
}
.dataTables_paginate {
  margin-right: 8px;
}
.dataTables_length select {
  width: 100px;
  background-color: #F5C51A;
  border-radius: 26px 0  0 26px;
  border: medium none;
  font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
  color: #FFF;
  padding: 1px 10px 0px;
  line-height: 134%;
}
.dataTables_length select strong,
.dataTables_length select b,
strong .dataTables_length select,
b .dataTables_length select {
  font-family: "Open Sans Bold Italic", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.dataTables_length select:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 1px #c1c1c1;
  -moz-box-shadow: 0px 0px 5px 1px #c1c1c1;
  box-shadow: 0px 0px 5px 1px #c1c1c1;
}
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #F5C51A !important;
  color: #FFF !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fnormalize.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fprint.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fscaffolding.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Fvendor-prefixes.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fcustom-variables.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Ftab-focus.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Fimage.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Ftype.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Ftext-emphasis.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Fbackground-variant.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Ftext-overflow.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fgrid.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Fgrid.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Fgrid-framework.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fcustom-other.less%22%2C%22nas%5C%2Fcontent%5C%2Flive%5C%2Fwgfsapiens%5C%2Fwp-content%5C%2Fthemes%5C%2Fsapiens%5C%2Fless%5C%2Fbootstrap%5C%2Fless%5C%2Fmixins%5C%2Fclearfix.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3BAAQA%3BEACE%3BEACA%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAaF%3BAACA%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%3BAAQF%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%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%3BAAQF%2CKAAK%3BEACH%3BEACA%3B%3BAASF%2CKAAK%2CeAAe%3BAACpB%2CKAAK%2CeAAe%3BEAClB%3B%3BAAOF%3BEACE%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAQF%3BEACE%3BEACA%3B%3BAAOF%3BEACE%3B%3BAAQF%3BEACE%3B%3BAAUF%3BEACE%3BEACA%3B%3BAAGF%3BAACA%3BEACE%3B%3B%3BACjUF%3BEA7FI%3BEACA%2CCAAC%3BEACD%2CCAAC%3BIACG%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%3B%3BEAGJ%2CCAAC%2CMAAM%3BIACH%2CSAAS%2CKAAK%2CWAAW%2CGAAzB%3B%3BEAGJ%2CIAAI%2COAAO%3BIACP%2CSAAS%2CKAAK%2CYAAY%2CGAA1B%3B%3BEAKJ%2CCAAC%2CWAAW%3BEACZ%2CCAAC%2CqBAAqB%3BIAClB%2CSAAS%2CEAAT%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3BIACA%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BEACA%3BIACI%3B%3BEAGJ%3BIACI%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%3BIACA%3B%3BEAGJ%3BEACA%3BIACI%3B%3BEAMJ%3BIACI%3B%3BEAEJ%2CIAEM%3BEADN%2COAAU%2COACJ%3BIACE%3B%3BEAGR%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%3B%3BEADJ%2CMAGI%3BEAHJ%2CMAII%3BIACI%3B%3BEAGR%2CeACI%3BEADJ%2CeAEI%3BIACI%2CiCAAA%3B%3B%3BACrFZ%3BECgEE%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BAD%5C%2FDV%2CCAAC%3BAACD%2CCAAC%3BEC4DC%2C8BAAA%3BEACG%2C2BAAA%3BEACK%2CsBAAA%3B%3BADvDV%3BEACE%3BEACA%2C6CAAA%3B%3BAAGF%3BEACE%2CaECiB%2CiDFDjB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIF%3BAACA%3BAACA%3BAACA%3BEACE%3BEACA%3BEACA%3B%3BAAMF%3BEACE%2CcAAA%3BEACA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CCAAC%3BEGrDD%2CoBAAA%3BEAEA%2C0CAAA%3BEACA%3B%3BAH6DF%3BEACE%3B%3BAAMF%3BEACE%3B%3BAAIF%3BEIvEE%2CcAAA%3BEACA%3BEACA%3B%3BAJ0EF%3BEACE%2CkBAAA%3B%3BAAMF%3BEACE%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEC6FA%2CwCAAA%3BEACK%2CmCAAA%3BEACG%2CgCAAA%3BEGvLR%2CqBAAA%3BEACA%3BEACA%3B%3BAJ8FF%3BEACE%3B%3BAAMF%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%3BEACA%2C6BAAA%3B%3BAAQF%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CMAAM%2CgBAAN%3BEACA%3B%3BAAQA%2CkBAAC%3BAACD%2CkBAAC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAWJ%3BEACE%3B%3BAKvJF%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BAAAK%3BEACvB%2CaHsBqB%2CoBGtBrB%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALF%2CEAOE%3BAAPE%2CEAOF%3BAAPM%2CEAON%3BAAPU%2CEAOV%3BAAPc%2CEAOd%3BAAPkB%2CEAOlB%3BAANF%2CGAME%3BAANG%2CGAMH%3BAANQ%2CGAMR%3BAANa%2CGAMb%3BAANkB%2CGAMlB%3BAANuB%2CGAMvB%3BAAPF%2CEAQE%3BAARE%2CEAQF%3BAARM%2CEAQN%3BAARU%2CEAQV%3BAARc%2CEAQd%3BAARkB%2CEAQlB%3BAAPF%2CGAOE%3BAAPG%2CGAOH%3BAAPQ%2CGAOR%3BAAPa%2CGAOb%3BAAPkB%2CGAOlB%3BAAPuB%2CGAOvB%3BEACE%3BEACA%3BEACA%2CcAAA%3B%3BAAIJ%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACF%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BAAJF%2CEAIE%3BAAJE%2CGAIF%3BAANF%2CEAOE%3BAAPE%2CGAOF%3BAANF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BEACE%3B%3BAAGJ%3BAAAI%3BAACJ%3BAAAI%3BAACJ%3BAAAI%3BEACF%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BAAJF%2CEAIE%3BAAJE%2CGAIF%3BAANF%2CEAOE%3BAAPE%2CGAOF%3BAANF%2CEAME%3BAANE%2CGAMF%3BAALF%2CEAKE%3BAALE%2CGAKF%3BEACE%3B%3BAAIJ%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAACV%3BAAAI%3BEAAM%2CeAAA%3B%3BAAMV%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CeAAA%3BEACA%3BEACA%3B%3BAAKF%2CQAHqC%3BEAGrC%3BIAFI%2CeAAA%3B%3B%3BAASJ%3BAACA%3BEACE%2CcAAA%3B%3BAAGF%3BAACA%3BEACE%2CyBAAA%3BEACA%3B%3BAAIF%3BEAAuB%3B%3BAACvB%3BEAAuB%3B%3BAACvB%3BEAAuB%3B%3BAACvB%3BEAAuB%3B%3BAACvB%3BEAAuB%3B%3BAAGvB%3BEAAuB%3B%3BAACvB%3BEAAuB%3B%3BAACvB%3BEAAuB%3B%3BAAGvB%3BEACE%2CcAAA%3B%3BAAEF%3BECrGE%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACA%2CcAAA%3B%3BADqGJ%3BECxGE%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACA%2CcAAA%3B%3BADwGJ%3BEC3GE%2CcAAA%3B%3BAACA%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACA%2CcAAA%3B%3BAD2GJ%3BEC9GE%2CcAAA%3B%3BAACA%2CCAAC%2CaAAC%3BAACF%2CCAAC%2CaAAC%3BEACA%2CcAAA%3B%3BAD8GJ%3BECjHE%2CcAAA%3B%3BAACA%2CCAAC%2CYAAC%3BAACF%2CCAAC%2CYAAC%3BEACA%2CcAAA%3B%3BADqHJ%3BEAGE%3BEE3HA%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACA%2CyBAAA%3B%3BAF2HJ%3BEE9HE%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACA%2CyBAAA%3B%3BAF8HJ%3BEEjIE%2CyBAAA%3B%3BAACA%2CCAAC%2CQAAC%3BAACF%2CCAAC%2CQAAC%3BEACA%2CyBAAA%3B%3BAFiIJ%3BEEpIE%2CyBAAA%3B%3BAACA%2CCAAC%2CWAAC%3BAACF%2CCAAC%2CWAAC%3BEACA%2CyBAAA%3B%3BAFoIJ%3BEEvIE%2CyBAAA%3B%3BAACA%2CCAAC%2CUAAC%3BAACF%2CCAAC%2CUAAC%3BEACA%2CyBAAA%3B%3BAF4IJ%3BEACE%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAQF%3BAACA%3BEACE%3BEACA%2CmBAAA%3B%3BAAHF%2CEAIE%3BAAHF%2CEAGE%3BAAJF%2CEAKE%3BAAJF%2CEAIE%3BEACE%3B%3BAAOJ%3BEACE%3BEACA%3B%3BAAIF%3BEALE%3BEACA%3BEAMA%3B%3BAAFF%2CYAII%3BEACA%3BEACA%3BEACA%3B%3BAAKJ%3BEACE%3BEACA%2CmBAAA%3B%3BAAEF%3BAACA%3BEACE%2CuBAAA%3B%3BAAEF%3BEACE%3B%3BAAEF%3BEACE%3B%3BAAyBF%2CQAZ6C%3BEAY7C%2CcAXI%3BIACE%3BIACA%2CYAAA%3BIACA%3BIACA%3BIGtNJ%3BIACA%3BIACA%3B%3BEH2NF%2CcAJI%3BIACE%2CkBAAA%3B%3B%3BAAUN%2CIAAI%3BAAEJ%2CIAAI%3BEACF%3BEACA%2CiCAAA%3B%3BAAEF%3BEACE%3BEA9IqB%3B%3BAAmJvB%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAKE%2CUAHF%2CEAGG%3BAAAD%2CUAFF%2CGAEG%3BAAAD%2CUADF%2CGACG%3BEACC%3B%3BAAVN%2CUAgBE%3BAAhBF%2CUAiBE%3BAAjBF%2CUAkBE%3BEACE%3BEACA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CUARF%2COAQG%3BAAAD%2CUAPF%2CMAOG%3BAAAD%2CUANF%2COAMG%3BEACC%2CSAAS%2CaAAT%3B%3BAAQN%3BAACA%2CUAAU%3BEACR%3BEACA%3BEACA%2C%2BBAAA%3BEACA%3BEACA%3B%3BAAME%2CmBAHF%2COAGG%3BAAAD%2CUAXM%2CWAQR%2COAGG%3BAAAD%2CmBAFF%2CMAEG%3BAAAD%2CUAXM%2CWASR%2CMAEG%3BAAAD%2CmBADF%2COACG%3BAAAD%2CUAXM%2CWAUR%2COACG%3BEAAU%2CSAAS%2CEAAT%3B%3BAACX%2CmBAJF%2COAIG%3BAAAD%2CUAZM%2CWAQR%2COAIG%3BAAAD%2CmBAHF%2CMAGG%3BAAAD%2CUAZM%2CWASR%2CMAGG%3BAAAD%2CmBAFF%2COAEG%3BAAAD%2CUAZM%2CWAUR%2COAEG%3BEACC%2CSAAS%2CaAAT%3B%3BAAMN%3BEACE%2CmBAAA%3BEACA%3BEACA%2CuBAAA%3B%3BAInSF%3BECHE%3BEACA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BADMA%2CQAHmC%3BEAGnC%3BIAFE%2CYAAA%3B%3B%3BAAKF%2CQAHmC%3BEAGnC%3BIAFE%2CYAAA%3B%3B%3BAAKJ%2CQAHqC%3BEAGrC%3BIAFI%2CaAAA%3B%3B%3BAAUJ%3BECvBE%3BEACA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAD6BF%3BECvBE%2CkBAAA%3BEACA%2CmBAAA%3B%3BACAE%3BEACE%3BEAEA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAgBF%3BEACE%3B%3BAAOJ%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CWAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CCAAC%3BEACZ%2CkBAAA%3B%3BAAcF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CWAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAAIF%2CKAAK%2CEAAQ%3BEACX%3B%3BAAhBF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CUAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CwBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CwBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CkBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CMAAM%3BEACjB%2CiBAAA%3B%3BAAIF%2CKAAK%2CEAAQ%3BEACX%3B%3BAAcF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CiBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2C%2BBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2C%2BBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CwBAAA%3B%3BAADF%2CKAAK%2CEAAQ%2CQAAQ%3BEACnB%2CeAAA%3B%3BAFJJ%2CQALmC%3BEEzB%5C%2FB%3BIACE%3B%3BEAOJ%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CkBAAA%3B%3BEAcF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEAIF%2CKAAK%2CEAAQ%3BIACX%3B%3BEAhBF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CiBAAA%3B%3BEAIF%2CKAAK%2CEAAQ%3BIACX%3B%3BEAcF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CiBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2C%2BBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2C%2BBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CeAAA%3B%3B%3BAFKJ%2CQALmC%3BEElC%5C%2FB%3BIACE%3B%3BEAOJ%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CkBAAA%3B%3BEAcF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEAIF%2CKAAK%2CEAAQ%3BIACX%3B%3BEAhBF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CiBAAA%3B%3BEAIF%2CKAAK%2CEAAQ%3BIACX%3B%3BEAcF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CiBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2C%2BBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2C%2BBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CeAAA%3B%3B%3BAFYJ%2CQAHmC%3BEE3C%5C%2FB%3BIACE%3B%3BEAOJ%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CCAAC%3BIACZ%2CkBAAA%3B%3BEAcF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CWAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CmBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEAIF%2CKAAK%2CEAAQ%3BIACX%3B%3BEAhBF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CUAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CkBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CMAAM%3BIACjB%2CiBAAA%3B%3BEAIF%2CKAAK%2CEAAQ%3BIACX%3B%3BEAcF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CiBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2C%2BBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2C%2BBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CyBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CwBAAA%3B%3BEADF%2CKAAK%2CEAAQ%2CQAAQ%3BIACnB%2CeAAA%3B%3B%3B%3B%3BAC7BJ%3BEACC%2CaAAa%2CmBAAb%3BEACA%2CSAAU%2CqEAA8C%2COAAO%2CaACvD%2CoEAA6C%2COAAO%2CWAD5D%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2CiDAAb%3B%3BAADD%2CkBAGC%3BAAHD%2CkBAIC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAeF%2CaAAa%2CgDAAb%3BEAbC%3B%3BAARF%2CkBAGC%2CGAoBA%3BAAvBD%2CkBAIC%2CEAmBA%3BAAlBA%2CEAAG%2CmBAkBH%3BAAjBA%2CCAAE%2CmBAiBF%3BAAvBD%2CkBAGC%2CGAqBA%3BAAxBD%2CkBAIC%2CEAoBA%3BAAnBA%2CEAAG%2CmBAmBH%3BAAlBA%2CCAAE%2CmBAkBF%3BAACA%2CMAAO%2CmBAtBP%3BAAsBA%2CMAAO%2CmBArBP%3BAAqBA%2CMAAO%2CGApBJ%3BAAoBH%2CMAAO%2CEAnBL%3BAAoBF%2CCAAE%2CmBAvBF%3BAAuBA%2CCAAE%2CmBAtBF%3BAAsBA%2CCAAE%2CGArBC%3BAAqBH%2CCAAE%2CEApBA%3BEA%2BCF%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAhBF%3BEACC%2CaAAa%2CkBAAb%3BEACA%2CSAAU%2CoEAA6C%2COAAO%2CaACxD%2CmEAA4C%2COAAO%2CWADzD%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2CgDAAb%3B%3BAADD%2CiBAGC%3BAAHD%2CiBAIC%3BAACA%2CMAAO%3BAACP%2CCAAE%3BEA2BF%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAIF%3BEACC%2CaAAa%2CgBAAb%3BEACA%2CSAAU%2CkEAA2C%2COAAO%2CaACtD%2CiEAA0C%2COAAO%2CWADvD%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2C8CAAb%3B%3BAADD%2CeAGC%3BAAHD%2CeAIC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAAIF%3BEACC%2CaAAa%2CqDAAb%3B%3BAAGD%3BEACC%2CaAAa%2CuBAAb%3BEACA%2CSAAS%2CwEAAiD%2COAAO%2CaAC3D%2CuEAAgD%2COAAO%2CWAD7D%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CSAAU%2CmEAA4C%2COAAO%2CaACvD%2CkEAA2C%2COAAO%2CWADxD%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2C%2BCAAb%3B%3BAADD%2CgBAGC%3BAAHD%2CgBAIC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAuBF%2CaAAa%2CsDAAb%3BEArBC%3B%3BAARF%2CgBAGC%2CGA4BA%3BAA%5C%2FBD%2CgBAIC%2CEA2BA%3BAA1BA%2CEAAG%2CiBA0BH%3BAAzBA%2CCAAE%2CiBAyBF%3BAA%5C%2FBD%2CgBAGC%2CGA6BA%3BAAhCD%2CgBAIC%2CEA4BA%3BAA3BA%2CEAAG%2CiBA2BH%3BAA1BA%2CCAAE%2CiBA0BF%3BAACA%2CCAAE%2CiBA9BF%3BAA8BA%2CCAAE%2CiBA7BF%3BAA6BA%2CCAAE%2CGA5BC%3BAA4BH%2CCAAE%2CEA3BA%3BAA4BF%2CMAAO%2CiBA%5C%2FBP%3BAA%2BBA%2CMAAO%2CiBA9BP%3BAA8BA%2CMAAO%2CGA7BJ%3BAA6BH%2CMAAO%2CEA5BL%3BEAzBF%2CaAAa%2CqDAAb%3B%3BAAmBD%2CgBAWC%3BAAXD%2CgBAYC%3BAACA%2CMAAO%3BAACP%2CCAAE%3BEA7CF%2CaAAa%2C8CAAb%3BEA%2BCC%3B%3BAAhBF%2CgBAWC%2COAxCA%3BAA6BD%2CgBAYC%2CEAzCA%3BAA0CA%2CMAAO%2CiBA1CP%3BAA2CA%2CCAAE%2CiBA3CF%3BAA6BD%2CgBAWC%2COAvCA%3BAA4BD%2CgBAYC%2CEAxCA%3BAAyCA%2CMAAO%2CiBAzCP%3BAA0CA%2CCAAE%2CiBA1CF%3BAACA%2CEAAG%2CiBAsCH%3BAAtCA%2CEAAG%2CiBAuCH%3BAAvCA%2CEAAG%2COAwCI%3BAAxCP%2CEAAG%2CEAyCD%3BAAxCF%2CCAAE%2CiBAqCF%3BAArCA%2CCAAE%2CiBAsCF%3BAAtCA%2CCAAE%2COAuCK%3BAAvCP%2CCAAE%2CEAwCA%3BEAjCF%2CaAAa%2CqDAAb%3BEALC%3B%3BAA4CF%3BEACC%2CaAAa%2CwBAAb%3BEACA%2CSAAU%2CyEAAkD%2COAAO%2CaAC7D%2CwEAAiD%2COAAO%2CWAD9D%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2CsDAAb%3B%3BAADD%2CuBAGC%3BAAHD%2CuBAIC%3BAACA%2CCAAE%3BAACF%2CMAAO%3BEArDP%2CaAAa%2CqDAAb%3B%3BAA0DD%3BEACC%2CaAAa%2CoBAAb%3BEACA%2CSAAU%2CsEAA%2BC%2COAAO%2CaAC1D%2CqEAA8C%2COAAO%2CWAD3D%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2CkDAAb%3B%3BAADD%2CmBAGC%3BAAHD%2CmBAIC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAMF%2CaAAa%2CyDAAb%3B%3BAADD%3BEACC%2CaAAa%2CyDAAb%3B%3BAAGD%3BEACC%2CaAAa%2C2BAAb%3BEACA%2CSAAU%2C4EAAqD%2COAAO%2CaAChE%2C2EAAoD%2COAAO%2CWADjE%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2CgBAAb%3BEACA%2CSAAU%2CiEAAV%3BEACA%2CSAAU%2CyEAAkD%2COAAO%2C0BAC7D%2CoEAA6C%2COAAO%2CcACpD%2CmEAA4C%2COAAO%2CaACnD%2CkEAA2C%2COAAO%2CiBAClD%2CgFAAyD%2COAAO%2CMAJtE%3BEAKA%3BEACA%3B%3BAAGD%3BEACC%2CaAAa%2C0CAAb%3B%3BAADD%2CeAGC%3BAAHD%2CeAIC%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAIF%3BEACC%2CaAAa%2CaAAb%3BEACA%2CSAAU%2C8DAAV%3BEACA%2CSAAU%2CsEAA%2BC%2COAAO%2C0BAC1D%2CiEAA0C%2COAAO%2CcACjD%2CgEAAyC%2COAAO%2CaAChD%2C%2BDAAwC%2COAAO%2CiBAC%5C%2FC%2C0EAAmD%2COAAO%2CMAJhE%3BEAKA%3BEACA%3B%3BAAGD%3BEACI%2CaAAa%2CWAAb%3BEACA%2CSAAS%2CoDAAT%3BEACA%2CSAAS%2C4DAAqC%2COAAO%2C0BAC5C%2CuDAAgC%2COAAO%2CcACvC%2CsDAA%2BB%2COAAO%2CaACtC%2CqDAA8B%2COAAO%2CiBACrC%2CqDAA8B%2COAAO%2CMAJ9C%3BEAKA%3BEACA%3B%3BAAGJ%3BEACC%2CaAAa%2CqCAAb%3B%3B%3BAAKD%2COAAQ%3BEACP%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%3BEAzMC%2CaAAa%2CiDAAb%3B%3BAAyMD%2CIAvMC%3BAAuMD%2CIAtMC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAeF%2CaAAa%2CgDAAb%3BEAbC%3B%3BAAkMF%2CIAvMC%2CGAoBA%3BAAmLD%2CIAtMC%2CEAmBA%3BAAlBA%2CEAAG%2CKAkBH%3BAAjBA%2CCAAE%2CKAiBF%3BAAmLD%2CIAvMC%2CGAqBA%3BAAkLD%2CIAtMC%2CEAoBA%3BAAnBA%2CEAAG%2CKAmBH%3BAAlBA%2CCAAE%2CKAkBF%3BAACA%2CMAAO%2CKAtBP%3BAAsBA%2CMAAO%2CKArBP%3BAAqBA%2CMAAO%2CGApBJ%3BAAoBH%2CMAAO%2CEAnBL%3BAAoBF%2CCAAE%2CKAvBF%3BAAuBA%2CCAAE%2CKAtBF%3BAAsBA%2CCAAE%2CGArBC%3BAAqBH%2CCAAE%2CEApBA%3BEA%2BCF%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAkLF%3BEACC%3B%3BAAKD%3BAACA%3BAACA%3BAACA%3BAACA%3BEACC%2CeAAA%3B%3BAAGD%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACC%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2CCAAC%3BAAED%2CcAAc%3BAACd%2CUAAU%3BAACV%2CcAAc%3BAACd%2CaAAa%3BEAET%2C2BAAA%3B%3BAAGJ%2CCAAC%3BAACD%2CCAAC%3BAAGD%2CKAAK%2CaAAa%3BAAClB%2CKAAK%2CaAAa%3BAAClB%2CKAAK%2CcAAc%3BAACnB%2CKAAK%2CcAAc%3BAACnB%2CMAAM%3BAACN%2CMAAM%3BAACN%2CcAAc%3BAACd%2CcAAc%3BAACd%2CUAAU%3BAACV%2CUAAU%3BEACN%2CiBAAA%3B%3BAAGJ%3BAACA%2CUAAU%3BAACV%2CUAAU%3BAACV%2CUAAU%3BEACT%3B%3B%3BAAGD%3BAACA%3BEAnOC%2CaAAa%2C8CAAb%3B%3BAAkOD%2CCAhOC%3BAAiOD%2CMAjOC%3BAAgOD%2CCA%5C%2FNC%3BAAgOD%2CMAhOC%3BAACA%2CEAAG%3BAAAH%2CEAAG%3BAACH%2CCAAE%3BAAAF%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAAgOF%3BEACC%3B%3B%3BAAID%3BEACC%3B%3BAAGD%3BAACA%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CGAAG%3BAAClB%2CcAAe%2CGAAG%3BEACjB%3B%3BAAGD%3BEACC%2CiBAAA%3B%3BAAGD%3BEFtVE%3BEACA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEEgVD%2CiBAAA%3BEAKA%3BEACA%3B%3BAHhVC%2CQAHmC%3BEAGnC%3BIAFE%2CYAAA%3B%3B%3BAAKF%2CQAHmC%3BEAGnC%3BIAFE%2CYAAA%3B%3B%3BAAKJ%2CQAHqC%3BEAGrC%3BIAFI%2CaAAA%3B%3B%3BAG%2BUJ%2COAAQ%3BEACP%3B%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%3BEA%5C%2FQC%2CaAAa%2C8CAAb%3BEAiRA%3BEACA%3BEACA%3B%3BAAJD%2COA7QC%3BAA6QD%2COA5QC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAA%2BQF%2COAAQ%3BEACP%2CcAAA%3B%3BAAGD%2COAAQ%2CEAAC%3BAACT%2COAAQ%2CEAAC%3BEACR%2CcAAA%3B%3BAAGD%3BEA%5C%2FRC%2CaAAa%2C8CAAb%3BEAiSA%3B%3BAAFD%2CWA7RC%3BAA6RD%2CWA5RC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAA6RF%2COAAQ%3BAACR%2COAAO%2CiBAAkB%3BAACzB%2CSAAU%2CQAAO%2CSAAU%2CGAAE%3BEAtS5B%2CaAAa%2C8CAAb%3BEAiSA%3BEAOA%2CcAAA%3BEACA%3BEACA%3B%3BAAND%2COAAQ%2CGAlSP%3BAAmSD%2COAAO%2CiBAAkB%2CGAnSxB%3BAAoSD%2CSAAU%2CQAAO%2CSAAU%2CGAAE%2COApS5B%3BAAkSD%2COAAQ%2CGAjSP%3BAAkSD%2COAAO%2CiBAAkB%2CGAlSxB%3BAAmSD%2CSAAU%2CQAAO%2CSAAU%2CGAAE%2COAnS5B%3BAACA%2CEAAG%2CQAgSI%3BAAhSP%2CEAAG%2CQAiSG%2CiBAAkB%3BAAjSxB%2CEAAG%2CUAkSM%2CQAAO%2CSAAU%2CGAAE%3BAAjS5B%2CCAAE%2CQA%2BRK%3BAA%5C%2FRP%2CCAAE%2CQAgSI%2CiBAAkB%3BAAhSxB%2CCAAE%2CUAiSO%2CQAAO%2CSAAU%2CGAAE%3BEA1R5B%2CaAAa%2CqDAAb%3BEALC%3B%3BAAsSF%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%2CUACC%3BEACC%3BEACA%3BEACA%3B%3BAAJF%2CUAOC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAXF%2CUAcC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAjBF%2CUAcC%2CGA7NA%3BAA%2BMD%2CUAcC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3B%3BAAmOF%2COACC%3BAADD%2COAEC%3BAAFD%2COAGC%3BAAHD%2COAIC%3BAAJD%2COAKC%3BAALD%2COAMC%3BAAND%2COAOC%3BAAPD%2COAQC%3BAARD%2COASC%3BAATD%2COAUC%3BAAVD%2COAWC%3BAAXD%2COAYC%3BAAZD%2COAaC%3BEACC%3B%3BAAdF%2COAiBC%3BEACC%3B%3BAAlBF%2COAqBC%3BEACC%3B%3BAAtBF%2COAyBC%3BEACC%3B%3BAA1BF%2COA6BC%3BEACC%3B%3BAA9BF%2COAiCC%3BEACC%3B%3BAAlCF%2COAqCC%3BEACC%3B%3BAAtCF%2COAyCC%3BEACC%3B%3BAA1CF%2COA6CC%3BEACC%3B%3BAA9CF%2COAgDC%3BEACA%3B%3BAAjDD%2COAoDC%3BEACC%3B%3BAArDF%2COAwDC%3BEACC%3B%3BAAzDF%2COA4DC%3BEACC%3B%3BAA7DF%2COAgEC%3BEACC%3B%3B%3BAAOF%3BEACC%3B%3BAAGD%3BEA1WC%2CaAAa%2CsDAAb%3BEA4WA%3BEACA%3B%3BAAHD%2CWAxWC%3BAAwWD%2CWAvWC%3BAACA%2CCAAE%3BAACF%2CMAAO%3BEArDP%2CaAAa%2CqDAAb%3B%3BAAgaD%2CUAAW%3BEACV%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%3BEAtXA%2CaAAa%2CsDAAb%3BEA4WA%3BEACA%3B%3BAAGD%2CUAAW%2CMA9WV%3BAA8WD%2CUAAW%2CMA7WV%3BAACA%2CCAAE%2CWA4WQ%3BAA3WV%2CMAAO%2CWA2WG%3BEAhaV%2CaAAa%2CqDAAb%3B%3BAA0aD%2CUAAW%2CMAAK%3BEACZ%2CcAAA%3B%3BAAGJ%2CUAAW%2CMAAK%3BEACZ%3B%3BAAGJ%2CKAAK%3BAACL%2CKAAK%3BEACJ%2CwBAAA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAMD%3BEACC%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3B%3BAA0ED%3BEAtEC%3B%3BAAEA%2CcAAC%3BEACA%3BEACA%3BEAXD%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEAoDA%3BEACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BEACA%2CkBAAkB%2CiZAAlB%3BEACA%2CkBAAkB%2C8YAAlB%3BEACA%2CkBAAkB%2C4YAAlB%3BEACA%2CkBAAkB%2CwYAAlB%3B%3BEAEA%3B%3BEACA%3B%3B%3B%3B%3BAAkBD%2COACC%3BEACC%2C6BAAA%3B%3BAAMA%2CQADD%2CeACE%3BEACA%2CmBAAA%3B%3BAAKH%2CcAAiB%3BAACjB%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CMAAK%3BAACpB%2CcAAe%3BAACf%2CSAAU%3BAACV%3BAACA%3BEA1EC%3B%3BAAEA%2CcAkEgB%2CSAlEf%3BAAAD%2CcAmEc%2CMAAK%2COAnElB%3BAAAD%2CcAoEc%2CMAAK%2CWApElB%3BAAAD%2CcAqEc%2CEArEb%3BAAAD%2CSAsES%2CGAtER%3BAAAD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CcAiEgB%2CSAjEf%3BAAAD%2CcAkEc%2CMAAK%2COAlElB%3BAAAD%2CcAmEc%2CMAAK%2CWAnElB%3BAAAD%2CcAoEc%2CEApEb%3BAAAD%2CSAqES%2CGArER%3BAAAD%2CWAAC%3BAAAD%2CWAAC%3BEACA%3BEA%5C%2FBD%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEAoDA%3BEACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BEACA%2CkBAAkB%2CiZAAlB%3BEACA%2CkBAAkB%2C8YAAlB%3BEACA%2CkBAAkB%2C4YAAlB%3BEACA%2CkBAAkB%2CwYAAlB%3B%3BEAEA%3B%3BEACA%3B%3B%3B%3B%3BAA5BA%2CcA4DgB%2CSA5Df%3BAAAD%2CcA6Dc%2CMAAK%2COA7DlB%3BAAAD%2CcA8Dc%2CMAAK%2CWA9DlB%3BAAAD%2CcA%2BDc%2CEA%5C%2FDb%3BAAAD%2CSAgES%2CGAhER%3BAAAD%2CWAAC%3BAAAD%2CWAAC%3BEACA%3B%3BAAGD%2CcAwDgB%2CSAxDf%3BAAAD%2CcAyDc%2CMAAK%2COAzDlB%3BAAAD%2CcA0Dc%2CMAAK%2CWA1DlB%3BAAAD%2CcA2Dc%2CEA3Db%3BAAAD%2CSA4DS%2CGA5DR%3BAAAD%2CWAAC%3BAAAD%2CWAAC%3BEACA%3B%3BAAyEA%2CQAPD%2CeAAiB%2CSAOf%3BAAAD%2CQAND%2CeAAe%2CMAAK%2COAMlB%3BAAAD%2CQALD%2CeAAe%2CMAAK%2CWAKlB%3BAAAD%2CQAJD%2CeAAe%2CEAIb%3BAAAD%2CQAHD%2CUAAU%2CGAGR%3BAAAD%2CQAFD%2CYAEE%3BAAAD%2CQADD%2CYACE%3BAACD%2CQARD%2CeAAiB%2CSAQf%3BAAAD%2CQAPD%2CeAAe%2CMAAK%2COAOlB%3BAAAD%2CQAND%2CeAAe%2CMAAK%2CWAMlB%3BAAAD%2CQALD%2CeAAe%2CEAKb%3BAAAD%2CQAJD%2CUAAU%2CGAIR%3BAAAD%2CQAHD%2CYAGE%3BAAAD%2CQAFD%2CYAEE%3BEACA%2CmBAAA%3B%3BAAKH%2COACC%2CeAAiB%3BAADlB%2COAEC%2CeAAe%2CMAAK%3BAAFrB%2COAGC%2CeAAe%2CMAAK%3BAAHrB%2COAIC%2CeAAe%3BAAJhB%2COAKC%2CUAAU%3BAALX%2COAMC%3BAAND%2COAOC%3BEACC%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAKF%2CoBAAqB%3BAACrB%2CoBAAqB%3BAACrB%3BAACA%3BAACA%3BEAzHC%3B%3BAAEA%2CoBAmHoB%2CcAnHnB%3BAAAD%2CoBAoHoB%2CeApHnB%3BAAAD%2CkBAAC%3BAAAD%2CkBAAC%3BAAAD%2COAAC%3BEACA%3BEACA%3BEArBD%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEAoDA%3BEACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BEACA%2CkBAAkB%2CiZAAlB%3BEACA%2CkBAAkB%2C8YAAlB%3BEACA%2CkBAAkB%2C4YAAlB%3BEACA%2CkBAAkB%2CwYAAlB%3B%3BEAEA%3B%3BEACA%3B%3B%3B%3B%3BAA%2BED%2CoBAAqB%3BEACpB%3BEACA%3B%3BAAGD%2CKAAQ%2CMAAG%3BEAlIV%3B%3BAAEA%2CKAgIO%2CMAAG%2CaAhIT%3BEACA%3BEACA%3BEAwBD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAqGD%2COACC%2CqBAAqB%3BAADtB%2COAEC%3BAAFD%2COAGC%3BAAHD%2COAIC%3BEACC%2CgCAAA%3B%3BAASA%2CQAJD%2CqBAAqB%2CcAInB%3BAAAD%2CQAHD%2CmBAGE%3BAAAD%2CQAFD%2CmBAEE%3BAAAD%2CQADD%2CQACE%3BEACA%2CmBAAA%3B%3B%3BAAOH%3BEFpsBE%2CkBAAA%3BEACA%2CmBAAA%3BEEqsBD%3BEACA%3BEACA%2CgCAAA%3B%3BAC1sBC%2COAAC%3BAACD%2COAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2COAAC%3BEACC%3B%3BADwsBJ%3BAACA%3BAACA%3BAACA%2COAAQ%3BAACR%2COAAQ%3BAACR%2COAAQ%3BEACP%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3B%3BAAKD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%2CiBAAiB%2CcAAc%3BEAC1D%3B%3BAAGD%2COAAQ%2CsBAAqB%2CMAAO%3BEACnC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BEAGA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2CUAAW%3BEACV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%3B%3BAAGD%2CUAAW%3BAACX%2CUAAW%3BEACV%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%2CuCAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CUAAW%3BEACV%3BEACA%2C2CAAA%3BEACA%2CmCAAA%3B%3BAAGD%2CUAAW%3BEACV%3BEACA%2C8CAAA%3BEACA%2CsCAAA%3B%3BAAGD%2COACC%2CWAAW%3BAADZ%2COAEC%2CWAAW%3BAAFZ%2COAGC%2CWAAW%3BEACV%3B%3BAAIF%2CQAAS%3BEACR%3B%3BAAGD%2CQAAS%2CWAAW%3B%3BEAEnB%3BEACA%3B%3BAAGD%2CQAAS%2CWAAW%3BAACpB%2CQAAS%2CWAAW%3BEACnB%3BEACA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CQAAS%2CWAAW%3BEACnB%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAGD%2CQAAS%2CWAAW%3BEACnB%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CWAAW%2CcAAX%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CsBAAA%3BEAsBA%2CyBAAA%3BEACA%2C0CAAA%3BEAGA%3BEACA%2C%2BBAAA%3BEACA%2CYAAa%2C4FAAb%3BEACA%2CkGAAA%3BEA3BA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C6CAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAiBD%2COAAQ%3BEACP%3BEACA%3B%3BAAGD%2CgBAAgB%2CQAAS%3BAACzB%2CQAAS%2CiBAAgB%2CQAAS%3BEACjC%2CgCAAA%3BEACA%2CwBAAA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CiBAAgB%2CQAAS%3BEAChC%3BEACA%3B%3BAAGD%2CaAAc%3BEAlvBb%2CaAAa%2CkDAAb%3BEAovBA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CaAAc%2CGAhvBb%3BAAgvBD%2CaAAc%2CGA%5C%2FuBb%3BAACA%2CEAAG%2CcA8uBU%3BAA7uBb%2CCAAE%2CcA6uBW%3BEAvuBb%2CaAAa%2CyDAAb%3B%3BAAgvBD%2CQAAS%2CcAAc%3BEACtB%3BEACA%3B%3B%3B%3B%3BAAOD%2CaAAc%2CGAAE%2CQAAQ%3BEACvB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%2CuBAAA%3BEAlDA%2CyBAAA%3BEACA%2CqCAAA%3BEAGA%3BEACA%2C%2BBAAA%3BEACA%2CYAAa%2C4FAAb%3BEACA%2CkGAAA%3B%3BAAiDD%2CaAAc%2CGAAG%3BEAChB%3BEACA%3BEACA%2C0BAAA%3B%3BAAGD%2CaAAc%2CGAAG%2CEAAC%3BAAClB%2CaAAc%2CGAAG%2CEAAC%3BAAClB%2CaAAc%2CGAAE%2C0BAA2B%2CEAAC%3BAAC5C%2CaAAc%2CGAAE%2C0BAA2B%2CEAAC%3BEAC3C%2CyBAAA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CGAAE%3BEACf%3B%3BAAGD%2CaAAc%2CGAAE%2C0BAA2B%3BEAC1C%2CcAAA%3BEACA%2CqBAAA%3B%3B%3BAAMD%3BEACC%3B%3BAAGD%3B%3B%3BEAGC%2CoBAAA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2CSAAU%2CYAAY%3BEACrB%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%2CSAAU%2CYAAY%3BEACrB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%3B%3BAAGD%2CSAAU%2CYAAY%2CYAAW%3BEAChC%2CkBAAA%3B%3BAAGD%2COAAQ%2CUAAU%2CYAAY%3BEAC7B%3BEACA%3B%3BAAGD%2CWAAY%3B%3B%3BEAGX%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2CyCAAA%3BEACA%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3B%3BAAXD%2CQAaC%3BEACC%3B%3B%3BAAYF%2CmBAN6C%2C6BAA4B%3BEACxE%3BIACC%3B%3B%3BAAIF%2CQAAS%3BEACR%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAADD%2COAAQ%2CSAGP%3BEACC%3B%3BAAIF%2COAAQ%2CSAAS%3BEAChB%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAKD%3BEACC%3BEACA%3B%3BAAGD%2COAAQ%2CsBAAqB%2CMAAO%3BEACnC%3B%3B%3BAAKD%2COAAQ%3BAACR%2COAAO%2CMAAO%3BEACb%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CQAAQ%2COAAO%3BEACtB%3B%3BAAKD%2COAAQ%2COAAO%2CGAAG%3BEACjB%3BEACA%3BEACA%3B%3BAAEA%2COALO%2COAAO%2CGAAG%2CGAKhB%3BEACA%3B%3BAAIF%3BEACC%3B%3BAAGD%2CoBAAqB%2CEAAC%3BEACrB%2CcAAA%3BEACA%3B%3BAAGD%2CoBAAqB%2CEAAC%2CYAAa%3BEAClC%2CcAAA%3B%3BAAGD%2COAAQ%2COAAO%2CEAAC%3BEACf%3B%3BAAiBD%2COAAQ%2COAAO%3BEACd%3B%3BAAGD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CeAAe%3BAAC7D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CeAAe%3BEAf5D%2CyBAAA%3B%3BAAcD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAjB5D%3BAAkBD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAlB5D%3BEACC%2CcAAA%3B%3BAAqBF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAAC5D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BEApB3D%2CyBAAA%3B%3BAAmBD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMAtB3D%3BAAuBD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMAvB3D%3BEACC%2CcAAA%3B%3BAA0BF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC3D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEAzB1D%2CyBAAA%3B%3BAAwBD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA3B1D%3BAA4BD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA5B1D%3BEACC%2CcAAA%3B%3BAA%2BBF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC3D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEA9B1D%2CyBAAA%3B%3BAA6BD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAhC1D%3BAAiCD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAjC1D%3BEACC%2CcAAA%3B%3BAAoCF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAAC9D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BEAnC7D%2CyBAAA%3B%3BAAkCD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMArC7D%3BAAsCD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAtC7D%3BEACC%2CcAAA%3B%3BAAyCF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC3D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEAxC1D%2CyBAAA%3B%3BAAuCD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA1C1D%3BAA2CD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA3C1D%3BEACC%2CcAAA%3B%3BAA8CF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC3D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEA7C1D%2CyBAAA%3B%3BAA4CD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA%5C%2FC1D%3BAAgDD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAhD1D%3BEACC%2CcAAA%3B%3BAAmDF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAAC5D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BEAlD3D%2CyBAAA%3B%3BAAiDD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMApD3D%3BAAqDD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMArD3D%3BEACC%2CcAAA%3B%3BAAwDF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAAC9D%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BEAvD7D%2CyBAAA%3B%3BAAsDD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAzD7D%3BAA0DD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMA1D7D%3BEACC%2CcAAA%3B%3BAA6DF%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACzD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%3BEA5DxD%2CyBAAA%3B%3BAA2DD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA9DxD%3BAA%2BDD%2COAAQ%2COAAM%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA%5C%2FDxD%3BEACC%2CcAAA%3B%3B%3BAAoEF%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CeAAe%3BEACd%3B%3BAAGD%2CKAAK%3BAAAkB%2CkBAAmB%3BEACzC%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEAtnCA%2CaAAa%2CgDAAb%3BEAwnCA%3BEACA%2CqBAAA%3BEACA%3B%3BAARD%2CKAAK%2CgBAhnCJ%3BAAgnCsB%2CkBAAmB%2CMAhnCzC%3BAAgnCD%2CKAAK%2CgBA%5C%2FmCJ%3BAA%2BmCsB%2CkBAAmB%2CMA%5C%2FmCzC%3BAACA%2CMAAO%2CMA8mCH%3BAA9mCJ%2CMAAO%2CmBA8mCkC%3BAA7mCzC%2CCAAE%2CMA6mCE%3BAA7mCJ%2CCAAE%2CmBA6mCuC%3BEAllCzC%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAsnCF%2CKAAK%2CgBAAgB%3BAAAQ%2CkBAAmB%2CMAAK%3BEACpD%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3B%3BAAGD%2CKAAK%2CgBAAgB%3B%3BEACpB%3B%3BAAGD%2CKAAK%2CgBAAgB%3B%3BEACpB%3BEACA%3B%3BAAGD%2CKAAK%2CgBAAgB%3B%3BEACpB%3BEACA%3B%3BAAGD%2CKAAK%2CgBAAgB%3B%3BEACpB%3B%3BAAGD%2CKAAK%2CgBAAgB%3B%3BEACpB%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CKAAI%3BEAClB%3BEACA%3B%3BAAID%2CcAAe%2CKAAI%3BEAClB%3B%3BAC%5C%2FuCC%2CeAAC%3BAACD%2CeAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CeAAC%3BEACC%3B%3B%3BADkvCJ%2CqBAAqB%3BEACpB%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3BEACA%2CwBAAA%3B%3BAAGD%2CqBAAqB%2CMAAO%3BEAC3B%3BEACA%3BEACA%2CsBAAsB%2C0DAAtB%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAO%3BEAClC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAsB%2C0DAAtB%3BEACA%2CiCAAA%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAO%3BEAClC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAsB%2C2DAAtB%3BEACA%2CgCAAA%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%3BEAC3B%3B%3BAAID%2CqBAAqB%2CMAAO%2CQAAQ%3BEACnC%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CWAAW%3BAAC%5C%2FC%2CqBAAqB%2CMAAO%2CQAAQ%2CWAAW%3BAAC%5C%2FC%2CqBAAqB%2CMAAO%2CQAAQ%2CWAAW%3BEAC9C%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CSAAS%2CWAAW%3BEACpD%3B%3BAAGJ%2CqBAAqB%2CMAAO%2CQAAQ%3BEACnC%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CSAAS%3BEAC5C%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BEACnC%3B%3BAAID%2CqBAAqB%2CMAAO%2CQAAQ%2CqBAAqB%2CEAAC%3BEACzD%3BEACA%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CqBAAqB%2CEAAC%2CYAAa%3BEACtE%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%2COAAM%2CoBAAqB%2CEAAC%3BEAC5D%2CoCAAA%3B%3BAAGJ%2CqBAAqB%2CMAAO%2CQAAQ%3BEACnC%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAFD%2CeAIC%2CGAAE%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAATF%2CeAIC%2CGAAE%2CWAOD%3BEACC%3BEACA%3B%3BAAKH%2CqBAAqB%2CMAAO%2CQAAQ%3BEAjBnC%3BEACA%3B%3BAAgBD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAdnC%2CGAAE%3BEACD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAASF%2CqBAAqB%2CMAAO%2CQAAQ%2CUAdnC%2CGAAE%2CWAOD%3BEACC%3BEACA%3B%3BAASH%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CYACzD%3BEACC%3BEACA%3BEACA%3B%3BAAIF%2COAAQ%2CKAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CYAAY%3BEAC7E%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BEACnC%3B%3BAAGD%2CqBAAqB%3BEACpB%3BEACA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%3B%3BAAGD%3BAACA%3BEACC%3B%3BAAGD%2CqBAAqB%2CMAAO%3BAAC5B%2CqBAAqB%2CMAAO%3BEAC3B%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%3BEAC3B%3BEACA%2CkBAAkB%2CoCAAoC%2CeAAe%2C0CAA4B%2C4BAA4B%2C4BAA4B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA4B%2C4BAA4B%2C2BAAzqB%3BEACA%2CkBAAkB%2C4ZAAlB%3BEACA%2CkBAAkB%2CyZAAlB%3BEACA%2CkBAAkB%2CuZAAlB%3BEACA%2CkBAAkB%2CoZAAlB%3B%3BAAID%2CQAAS%2CsBAAqB%2CMAAO%3BEACpC%2CsBAAsB%2C6DAAtB%3BEACA%2CiCAAA%3BEACA%3B%3BAAGD%2CqBAAqB%2CMAAO%3BEAC3B%3BEACA%2CkBAAkB%2CoCAAoC%2CeAAe%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2C2BAAzc%3BEACA%2CkBAAkB%2CuOAAlB%3BEACA%2CkBAAkB%2CoOAAlB%3BEACA%2CkBAAkB%2CkOAAlB%3BEACA%2CkBAAkB%2C%2BNAAlB%3B%3BAAGD%2CQAAS%2CsBAAqB%2CMAAO%3BEACpC%2CsBAAsB%2C8DAAtB%3BEACA%2CgCAAA%3BEACA%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BEAC5C%3BEACA%3B%3BAAGJ%2CqBAAsB%2CQAAQ%3BAAC9B%2CqBAAsB%2CQAAQ%3BEAC7B%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BEAC%5C%2FC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CaVj7CsB%2CoBUi7CtB%3BEACA%3BEACA%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BEAC%5C%2FC%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BEACzD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BEAC%5C%2FC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CEAAC%3BEAC1D%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BEAC%5C%2FC%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CKAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CEAAC%3BEAClE%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BEACzD%3BEACA%3B%3BAAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BEAC%5C%2FC%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%3BEAC5C%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACnD%2CsBAAsB%2C4DAAtB%3BEACA%3BEACA%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACnD%3B%3BAAGD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BEAC5E%3BEACA%3BEACA%3B%3BAAGD%2CIAAI%2CsBAAuB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BAACzE%2CIAAI%2CuBAAwB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BEACzE%3B%3BAAGD%2CIAAI%2CiBAAkB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BEACnE%3B%3BAAGD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%3BEA34ClE%2CaAAa%2CkDAAb%3BEA64CA%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3B%3BAAND%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%2CcAz4ClE%3BAAy4CD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%2CcAx4ClE%3BAACA%2CEAAG%2CKAu4CA%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%3BAAt4ClE%2CCAAE%2CKAs4CC%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%3BEAh4ClE%2CaAAa%2CyDAAb%3B%3BAAg4CD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%2CcAQlE%3BEACC%3B%3BAAIF%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%3BEAClE%3BEACA%3B%3BAAGD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CGAAE%3BEAC9E%3B%3BAAGD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%3BEAClE%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAO%3BEAC1D%2CsBAAsB%2CiEAAtB%3BEACA%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACnD%3BEACA%2CkBAAkB%2CoCAAoC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C2BAAxjB%3BEACA%2CkBAAkB%2C8UAAlB%3BEACA%2CkBAAkB%2C2UAAlB%3BEACA%2CkBAAkB%2CyUAAlB%3BEACA%2CkBAAkB%2CsUAAlB%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAO%3BEAC1D%2CsBAAsB%2CkEAAtB%3BEACA%3B%3BAAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACnD%3BEACA%2CkBAAkB%2CoCAAoC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA4B%2C4BAA4B%2C2BAApgB%3BEACA%2CkBAAkB%2C2UAAlB%3BEACA%2CkBAAkB%2CwUAAlB%3BEACA%2CkBAAkB%2CsUAAlB%3BEACA%2CkBAAkB%2CmUAAlB%3B%3B%3BAAKD%3BEACC%3BEACA%3B%3BAAEA%2CkBAAC%3BEACA%3BEACA%3B%3B%3BAAOF%3BEACC%3B%3BEACA%2C4BAAA%3B%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%2CSAAU%3BEACT%3B%3BAAGD%2CSAAU%2CSAAQ%3BEACjB%3B%3B%3BAAGD%2COAAQ%2CUAAU%2CSAAQ%3BEACzB%3B%3B%3BAAGD%2CSAAU%2CSAAQ%3BEACjB%3B%3B%3BAAGD%2COAAQ%2CUAAU%2CSAAQ%3BEACzB%3B%3B%3BAAGD%2CSAAU%2CSAAQ%3BAAClB%2CSAAU%2CSAAQ%3BEACjB%3BEACA%3B%3BAAGD%2CSAAU%2CSAAQ%3BEACjB%3B%3BAAGD%2CSAAU%2CSAAQ%3BEACjB%3B%3BAAGD%2CSAAU%2CSAAQ%3BEACjB%3B%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%3BEACT%3B%3BAAGD%2CSAAU%2COAAO%3BEAChB%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CSAAS%3BEAClB%3B%3BAAGD%2CSAAU%2CSAAS%3BAACnB%2CSAAU%2CSAAS%3BEAClB%2CcAAA%3BEACA%3BEACA%3B%3BAAGD%2CCAAC%2COAAQ%3BAACT%2CCAAC%2COAAQ%3BEACR%3B%3BAAGD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%2COAAQ%3BAACjD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%2COAAQ%3BEAChD%3B%3BAAGD%2CCAAC%2COAAQ%2CEAAC%3BAACV%2CCAAC%2COAAQ%2CEAAC%3BAACV%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%2COAAQ%2CEAAC%3BAAClD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%2COAAQ%2CEAAC%3BEACjD%2CcAAA%3B%3BAAGD%3BEA3nDC%2CaAAa%2C8CAAb%3BEA6nDA%3BEACA%3BEACA%3BEACA%3B%3BAALD%2COAznDC%3BAAynDD%2COAxnDC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3B%3BAA8nDF%3BEACC%3B%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2CgCAAA%3B%3BEACA%3BEACA%3BEACA%2C8CAAA%3B%3B%3BAAGD%3BEACC%3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEACA%3BEACA%3BEA7lDA%2CaAAa%2CkDAAb%3BEA%2BlDA%3B%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BEAEA%2CkBAAkB%2CgKAAlB%3B%3BEAGA%2CkBAAkB%2CiKAAlB%3B%3BEAGA%2CkBAAkB%2C%2BJAAlB%3B%3BEAGA%2CkBAAkB%2CgDAAgD%2C2CAA2C%2C2CAA2C%2C2CAA2C%2C0CAA0C%2CwBAA7O%3B%3BEAGA%2CkBAAkB%2CoKAAlB%3B%3BEAGA%2CkBAAkB%2CkKAAlB%3B%3BAAjCD%2CmBAllDC%3BAAklDD%2CmBAjlDC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAMF%2CaAAa%2CyDAAb%3B%3BAA6mDD%2COAAQ%3BEACP%3B%3BAAGD%3BEAEC%3BEACA%2CqCAAA%3B%3B%3BAC7xDC%2CcAAC%3BAACD%2CcAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcAAC%3BEACC%3B%3BAD0xDJ%2COAAQ%3BEACP%3B%3BAAGD%2CcAAc%2CWAAY%3BEACzB%3B%3BAAGD%2CcAAc%3BEACb%3B%3BAAGD%2CeAAgB%3BEACf%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CeAAgB%2CWAAW%3BEAC1B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CeAAgB%2CWAAW%2CeAAc%3BEACxC%3B%3BAAGD%3BAACA%3BEACC%3B%3B%3BAAKD%3BEACC%3BEACA%2CmBAAA%3BEACA%3B%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAS%2CQACR%3BEACC%3BEACA%3B%3BAAHF%2CSAAS%2CQAMR%3BEACC%3B%3BAAPF%2CSAAS%2CQAUR%3BEACC%3B%3B%3BAAXF%2CSAAS%2CQAcR%3BEACC%3B%3B%3BAAIF%2CmBAAoB%3BEACnB%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3B%3BEACA%2C0BAAA%3B%3BAAGD%2COAAQ%3BAACR%2COAAQ%3B%3BEAEP%3B%3BAAGD%2CsBAAuB%2CcAAc%3BEACpC%3B%3BAAGD%2CsBAAuB%3BEACtB%3B%3BEACA%3B%3BEACA%3B%3BAAGD%2CsBAAuB%3BEACtB%3BEACA%3B%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CuBAAuB%3BEACpC%3B%3BAAGD%2CsBAAuB%3BEACtB%3B%3BAAGD%2CcAAc%2CWAAY%3BAAC1B%2CcAAc%2CWAAY%3BEACzB%3B%3BEACA%3B%3BAAGD%2CcAAc%2CWAAY%3BEACzB%3BEACA%3B%3BAAGD%2CcAAc%2CWAAY%3BEACzB%3BEACA%3B%3BAAGD%2CcAAc%2CWAAY%3BEACzB%3B%3BAAGD%2CsBAAuB%2CcAAc%3BEACpC%3B%3BAAGD%2CsBAAuB%3BEACtB%3B%3BAAGD%2CsBAAuB%3BEACtB%3BEACA%3BEACA%3B%3BAAGD%2CsBAAuB%2CQAAQ%3BAAC%5C%2FB%2CsBAAuB%2CQAAQ%3BEAC9B%3BEA1xDA%2CaAAa%2CkDAAb%3B%3BAAwxDD%2CsBAAuB%2CQAAQ%2CEAtxD9B%3BAAuxDD%2CsBAAuB%2CQAAQ%2COAvxD9B%3BAAsxDD%2CsBAAuB%2CQAAQ%2CEArxD9B%3BAAsxDD%2CsBAAuB%2CQAAQ%2COAtxD9B%3BAACA%2CEAAG%2CuBAoxDmB%2CQAAQ%3BAApxD9B%2CEAAG%2CuBAqxDmB%2CQAAQ%3BAApxD9B%2CCAAE%2CuBAmxDoB%2CQAAQ%3BAAnxD9B%2CCAAE%2CuBAoxDoB%2CQAAQ%3BEA9wD9B%2CaAAa%2CyDAAb%3B%3BAAmxDD%2CsBAAuB%2CQAAQ%3BEAjzD9B%2CaAAa%2CsDAAb%3BEAmzDA%3BEACA%3BEACA%3B%3BAAJD%2CsBAAuB%2CQAAQ%2CEA%5C%2FyD9B%3BAA%2ByDD%2CsBAAuB%2CQAAQ%2CEA9yD9B%3BAACA%2CCAAE%2CuBA6yDoB%2CQAAQ%3BAA5yD9B%2CMAAO%2CuBA4yDe%2CQAAQ%3BEAj2D9B%2CaAAa%2CqDAAb%3B%3BAAw2DD%2CsBAAuB%2CQAAQ%2CEAAC%3BAAChC%2CsBAAuB%2CQAAQ%2CEAAC%3BEAC%5C%2FB%2CcAAA%3B%3BAAGD%2CsBAAuB%3BEACtB%3B%3BACz8DC%2CsBDw8DqB%2CQCx8DpB%3BAACD%2CsBDu8DqB%2CQCv8DpB%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CsBDm8DqB%2CQCn8DpB%3BEACC%3B%3BADu8DJ%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CWAAY%3BEZv2DV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CMAAM%2CgBAAN%3BEACA%3B%3BAYo2DF%2COAAQ%2CUACP%2CgBAKC%3BAANF%2COAAQ%2CUAEP%2CeAIC%3BAANF%2COAAQ%2CUAGP%2CoBAGC%3BAANF%2COAAQ%2CUAIP%2CuBAEC%3BAANF%2COAAQ%2CUAKP%2CuBACC%3BAANF%2COAAQ%2CUACP%2CgBAMC%3BAAPF%2COAAQ%2CUAEP%2CeAKC%3BAAPF%2COAAQ%2CUAGP%2CoBAIC%3BAAPF%2COAAQ%2CUAIP%2CuBAGC%3BAAPF%2COAAQ%2CUAKP%2CuBAEC%3BAAPF%2COAAQ%2CUACP%2CgBAOC%2CYAAY%3BAARd%2COAAQ%2CUAEP%2CeAMC%2CYAAY%3BAARd%2COAAQ%2CUAGP%2CoBAKC%2CYAAY%3BAARd%2COAAQ%2CUAIP%2CuBAIC%2CYAAY%3BAARd%2COAAQ%2CUAKP%2CuBAGC%2CYAAY%3BAARd%2COAAQ%2CUACP%2CgBAQC%2CYAAY%3BAATd%2COAAQ%2CUAEP%2CeAOC%2CYAAY%3BAATd%2COAAQ%2CUAGP%2CoBAMC%2CYAAY%3BAATd%2COAAQ%2CUAIP%2CuBAKC%2CYAAY%3BAATd%2COAAQ%2CUAKP%2CuBAIC%2CYAAY%3BAATd%2COAAQ%2CUACP%2CgBASC%2CYAAY%2CWAAW%3BAAVzB%2COAAQ%2CUAEP%2CeAQC%2CYAAY%2CWAAW%3BAAVzB%2COAAQ%2CUAGP%2CoBAOC%2CYAAY%2CWAAW%3BAAVzB%2COAAQ%2CUAIP%2CuBAMC%2CYAAY%2CWAAW%3BAAVzB%2COAAQ%2CUAKP%2CuBAKC%2CYAAY%2CWAAW%3BAAVzB%2COAAQ%2CUACP%2CgBAUC%3BAAXF%2COAAQ%2CUAEP%2CeASC%3BAAXF%2COAAQ%2CUAGP%2CoBAQC%3BAAXF%2COAAQ%2CUAIP%2CuBAOC%3BAAXF%2COAAQ%2CUAKP%2CuBAMC%3BAAXF%2COAAQ%2CUACP%2CgBAWC%3BAAZF%2COAAQ%2CUAEP%2CeAUC%3BAAZF%2COAAQ%2CUAGP%2CoBASC%3BAAZF%2COAAQ%2CUAIP%2CuBAQC%3BAAZF%2COAAQ%2CUAKP%2CuBAOC%3BAAZF%2COAAQ%2CUACP%2CgBAYC%3BAAbF%2COAAQ%2CUAEP%2CeAWC%3BAAbF%2COAAQ%2CUAGP%2CoBAUC%3BAAbF%2COAAQ%2CUAIP%2CuBASC%3BAAbF%2COAAQ%2CUAKP%2CuBAQC%3BEACC%3B%3BAAdH%2COAAQ%2CUAkBP%2CeAAe%3BEACd%3B%3BAAnBF%2COAAQ%2CUAsBP%3BEACC%3B%3BAAvBF%2COAAQ%2CUAsBP%2CgBAGC%2CeACC%3BEACC%3B%3BAA3BJ%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%3BEACC%3B%3BAA%5C%2FBJ%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAGC%3BEACC%3B%3BAAlCL%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAGC%2CYAGC%3BEACC%3B%3BAArCN%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAGC%2CYAOC%3BEACC%3B%3BAAzCN%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAGC%2CYAOC%2CWAGC%3BEACC%3B%3BAA5CP%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAmBC%3BAAjDJ%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAoBC%3BAAlDJ%2COAAQ%2CUAsBP%2CgBAGC%2CeAKC%2CuBAqBC%3BEACC%3B%3BAAOL%2CeAAgB%3BEACf%3BEACA%3B%3BEAEA%3B%3BAAGD%2CaAAc%3BAACd%2CaAAc%3BEACb%3B%3BAAGD%2CaAAc%2CeAAe%3BEAC5B%3B%3BEACA%2CQAAQ%2CeAAR%3B%3BEACA%2CgBAAgB%2CeAAhB%3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAc%2CaAAa%2CMAAO%2CcAAc%2CeAAe%3BAAC%5C%2FD%2CcAAc%2CaAAa%2CMAAO%2CcAAc%2CeAAe%3B%3BEAE9D%3B%3BEACA%3B%3BEACA%3B%3BAAED%3BEAEC%3BEACA%3BEACA%3B%3BACxjEC%2CaAAC%3BAACD%2CaAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CaAAC%3BEACC%3B%3BADqjEJ%2CaAAc%3BEACb%3B%3BEACA%3BEACA%3B%3B%3BAAGD%2CaAAc%3BEACb%3B%3BEACA%3BEACA%3B%3BAAGD%2CsBAAuB%3BEZv9DrB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CMAAM%2CgBAAN%3BEACA%3B%3B%3B%3B%3B%3B%3BAY09DF%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%2CyCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%2CsBAAqB%2C4DAArB%3BEACA%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYD%2CeAAe%2CaAAgB%2CuBAAuB%3BEAClD%3BEACA%3BEACA%3B%3BAAGJ%2CeAAe%2CaAAa%2CaAAgB%2CuBAAuB%3BEAClE%3B%3BAAGD%2CeAAe%2CaAAgB%3BAAC%5C%2FB%2CSAAU%3BEACT%3BEACA%2CkBAAkB%2CoDAAoD%2CeAAY%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C0CAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAAxyB%3BEACA%2CkBAAkB%2CmfAAlB%3BEACA%2CkBAAkB%2CgfAAlB%3BEACA%2CkBAAkB%2C8eAAlB%3BEACA%2CkBAAkB%2CifAAlB%3BEACA%3B%3BAAGD%2CeAAe%2CaAAgB%3BEAC9B%3B%3BAAGD%2CeAAe%2CaAAc%2CgBAAe%3BAAC5C%2CeAAe%2CaAAc%2CgBAAe%3BAAC5C%2CeAAe%2CgBAAmB%2CuBAAuB%3BEACxD%2CyBAAA%3BEACA%3B%3BAAGD%2CeAAe%2CaAAgB%3BEAC9B%3B%3BAAGD%2CeAAe%2CaAAa%2CgBAAmB%3BAAC%5C%2FC%2CeAAe%2CaAAa%2CMAAS%3BAACrC%2CeAAe%2CaAAa%2CMAAS%3BAACrC%2CeAAe%2CaAAa%2CMAAS%3BAACrC%2CeAAe%2CaAAa%2CMAAS%3BEACpC%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3B%3B%3BAAOD%3BEACC%3BEACA%3B%3BAAEA%2CkBAAC%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%3B%3B%3BAAQF%3BAACA%2COAAQ%3BEACP%3B%3BEACA%3B%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CMAjyDC%3BAAkyDD%2COAAQ%2COAlyDP%3BEACC%3BEACA%3BEACA%3B%3BAA8xDF%2CMA3xDC%2CGAAG%3BAA4xDJ%2COAAQ%2COA5xDP%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAuxDF%2CMApxDC%3BAAqxDD%2COAAQ%2COArxDP%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAixDF%2CMApxDC%2CGA7NA%3BAAk%5C%2FDD%2COAAQ%2COArxDP%2CGA7NA%3BAAi%5C%2FDD%2CMApxDC%2CGA5NA%3BAAi%5C%2FDD%2COAAQ%2COArxDP%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAw%5C%2FDF%2COAAQ%3BEACP%3B%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%2CyBAAA%3BEACA%3BEACA%3BEAmBA%2CmFAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CMA1BM%2CGA0BL%3B%3BEACA%2C2EAAA%3B%3BAAGD%2CMA9BM%2CGA8BL%3BAACD%2CMA%5C%2FBM%2CGA%2BBL%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGD%2CMA5CM%2CGA4CL%2CMAAM%3BAACP%2CMA7CM%2CGA6CL%2CMAAM%3BEACN%3B%3BAAGD%2CMAjDM%2CGAiDL%3B%3BEACA%3B%3BAAGD%2CMArDM%2CGAqDL%3B%3BEACA%3B%3BAAtDF%2CMAAO%2CGAyDN%3BEACC%3B%3BAA1DF%2CMAAO%2CGA6DN%2CEAAC%3BEACA%3B%3BAAtDD%2COADO%2COAAO%2CGACb%3BAACD%2COAFO%2COAAO%2CGAEb%3BEACA%3BEACA%3BEACA%3B%3BAAIF%2COAAQ%2COAAO%3BEACd%3BEACA%3B%3BAAGD%3BEACC%2CmFAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CgBAAC%3B%3BEACA%2C2EAAA%3B%3BAAGD%2CgBAAC%3BAACD%2CgBAAC%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGD%2CgBAAC%2CMAAM%3BAACP%2CgBAAC%2CMAAM%3BEACN%3B%3BAAGD%2CgBAAC%3B%3BEACA%3B%3BAAGD%2CgBAAC%3B%3BEACA%3B%3BAAjCF%2CgBAoCC%3BEACC%3B%3BAArCF%2CgBAwCC%2CEAAC%3BEACA%3B%3BAAKF%2CMAAO%2CGAAG%3BEACT%2C4BAAA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%3B%3BAAGD%2CMAAO%2CQAAQ%3BEACd%2CcAAA%3B%3BAAGD%2CMAAO%2CQAAQ%2CEAAC%3BAAChB%2CUAAW%2CQAAQ%2CEAAC%3BEACnB%2CcAAA%3B%3BAAGD%2CMAAO%2CQAAQ%3BEACd%3B%3BAAGD%2CMAAO%2CGAAG%3BEACT%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%2CGAAG%3BAACV%2CUAAW%3BEAnuEV%2CaAAa%2C8CAAb%3BEAquEA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CMAAO%2CGAAG%2CQAhuET%3BAAiuED%2CUAAW%2CQAjuEV%3BAAguED%2CMAAO%2CGAAG%2CQA%5C%2FtET%3BAAguED%2CUAAW%2CQAhuEV%3BAACA%2CEAAG%2COA8tEG%2CGAAG%3BAA9tET%2CEAAG%2CWA%2BtEO%3BAA9tEV%2CCAAE%2COA6tEI%2CGAAG%3BAA7tET%2CCAAE%2CWA8tEQ%3BEAvtEV%2CaAAa%2CqDAAb%3BEALC%3B%3BAAouEF%2CMAAO%2CGAAG%2CQAAQ%3BEACjB%3B%3BAAGD%2CMAAO%2CGAAG%2CQAAQ%2CEAAC%3BEAClB%2CcAAA%3B%3BAAGD%3BEAnvEC%2CaAAa%2C8CAAb%3BEAsvEA%2CyBAAA%3BEACA%3BEACA%2CuBAAA%3BEACA%3BEACA%3B%3B%3B%3BEAIA%3B%3BAAXD%2CSAjvEC%3BAAivED%2CSAhvEC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAA2vED%2CSAAC%3BEACA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAHD%2CWAAC%3BEACA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAKF%2CSAAS%3BEACR%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAS%3BAACT%2CSAAS%3BEACR%2CcAAA%3B%3B%3B%3B%3B%3BAASD%3BAACA%2COAAQ%3BEACP%3B%3BEACA%3B%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%3B%3BAAGD%2CSAAU%3BAACV%2CSAAU%3BEACT%3B%3BAAGD%2COACC%2CUAAU%3BAADX%2COAEC%2CUAAU%3BEACT%3BEACA%3B%3BAAKF%2CSAAU%2CQAAO%3BAACjB%2CSAAU%2CYAAW%3BEACpB%3B%3BAAGD%2CSAAU%2CQAAQ%3BAAClB%2CSAAU%2CYAAY%3BEAClB%3BEACA%3B%3BAAGJ%2CSAAU%2CQAAQ%3BAAClB%2CWAAY%2CQAAQ%3BEACnB%3B%3B%3BAAKD%2CSAAU%2CQAAQ%2CGAAE%3BEACnB%3BEACA%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAGD%2CSAAU%2CQAAO%2CQAAS%3BEACzB%3B%3BAAGD%2COAAO%2CQAAS%3BEACf%3B%3BAAGD%2COAAQ%2CUAAU%2CQAAO%2CQAAS%2CaAAa%3BAAC%5C%2FC%2COAAQ%2CUAAU%2CQAAO%2CQAAS%3BEACjC%3B%3B%3BAAKD%2COAAO%3BEACN%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAGD%2COAAO%2CMAAO%3BEACb%3BEACA%3BEACA%2CaV56EsB%2CoBU46EtB%3BEACA%2CkBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAO%2CMAAO%3BEACb%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2C0CAAA%3B%3BAAGD%2CWAAW%3BEACV%3BEACA%3B%3BAAGD%2CSAAY%2CcAAW%2CMAAM%2CUAAU%3BAACvC%2CSAAY%2CcAAW%2CMAAM%2CUAAU%3BEACtC%2CgCAAA%3B%3BAAGD%2CWAAW%2CMAAO%3BEAvxEjB%2CaAAa%2C0CAAb%3BEAyxEA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAPD%2CWAAW%2CMAAO%2CWArxEjB%3BAAqxED%2CWAAW%2CMAAO%2CWApxEjB%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAA4xEF%2CWAAW%2CMAAO%3BEACjB%2CaVh9EsB%2CoBUg9EtB%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%3BEACC%3B%3BAAGD%3BEACC%2CyBAAA%3BEACA%3BEACA%2CcAAA%3BEACA%2C%2BCAAA%3B%3BAAGD%2CcAAc%3BAACd%2CcAAc%2CQAAS%3BAACvB%2CcAAc%2CQAAS%3BAACvB%2CcAAc%2CQAAS%3BEACtB%3B%3BAAED%2CUAAW%3BEA76EV%2CaAAa%2C8CAAb%3BEAiSA%3BEA8oEA%3B%3BAAFD%2CUAAW%2CGA36EV%3BAA26ED%2CUAAW%2CGA16EV%3BAACA%2CEAAG%2CWAy6EO%3BAAx6EV%2CCAAE%2CWAw6EQ%3BEAj6EV%2CaAAa%2CqDAAb%3BEALC%3B%3BAA26EF%2CUAAW%3BAAAa%2CMAAO%3BAAAO%3BEACrC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%3BAAAM%3BEAChB%3BEACA%2CuBAAA%3B%3BAAGD%2CUAAW%3BAAAO%2CMAAO%3BEAl4ExB%2CaAAa%2CsDAAb%3BEA4WA%3BEAwhEA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CUAAW%2CMAh4EV%3BAAg4EiB%2CMAAO%2CMAh4ExB%3BAAg4ED%2CUAAW%2CMA%5C%2F3EV%3BAA%2B3EiB%2CMAAO%2CMA%5C%2F3ExB%3BAACA%2CCAAE%2CWA83EQ%3BAA93EV%2CCAAE%2COA83EsB%3BAA73ExB%2CMAAO%2CWA63EG%3BAA73EV%2CMAAO%2COA63EiB%3BEAl7ExB%2CaAAa%2CqDAAb%3B%3BAA07ED%2CaAAc%2CWAAW%2CMAAK%3BAAAQ%2CMAAO%2CMAAK%3BEACjD%2CyBAAA%3B%3BAAGD%2CUAAW%3BAAAQ%2CMAAO%3BEA18EzB%2CaAAa%2C8CAAb%3BEA48EA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CUAAW%2COAx8EV%3BAAw8EkB%2CMAAO%2COAx8EzB%3BAAw8ED%2CUAAW%2COAv8EV%3BAAu8EkB%2CMAAO%2COAv8EzB%3BAACA%2CEAAG%2CWAs8EO%3BAAt8EV%2CEAAG%2COAs8EsB%3BAAr8EzB%2CCAAE%2CWAq8EQ%3BAAr8EV%2CCAAE%2COAq8EuB%3BEA97EzB%2CaAAa%2CqDAAb%3BEALC%3B%3BAA28ED%2CUARU%2COAQT%3BAAAD%2CMARyB%2COAQxB%3BAACD%2CUATU%2COAST%3BAAAD%2CMATyB%2COASxB%3BEACA%3BEACA%3B%3BAAGD%2CUAdU%2COAcT%3BAAAD%2CMAdyB%2COAcxB%3BEACA%2CcAAA%3BEACA%3B%3BAAIF%2CUAAW%3BEACV%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CWAAW%2CSAAS%3BAAClC%2CaAAc%2CWAAW%2CSAAS%3BEACjC%3B%3BAAGD%2CUAAW%2CSAAS%3BEACnB%3B%3BAAGD%2CUAAW%2CSAAS%3BEACnB%3B%3BAAGD%2CUAAW%2CYAAW%3BEACrB%2CyBAAA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEAn8EN%2CaAAa%2CsDAAb%3BEA4WA%3BEACA%3BEAwlEA%3BEACA%3BEACG%2CyBAAA%3BEACH%3BEACA%3BEACA%3B%3BAAPD%2CMAAO%2CSAj8EN%3BAAi8ED%2CMAAO%2CSAh8EN%3BAACA%2CCAAE%2COA%2B7EI%3BAA97EN%2CMAAO%2COA87ED%3BEAn%5C%2FEN%2CaAAa%2CqDAAb%3B%3BAA4%5C%2FED%2CMAAO%3BEACN%3BEACG%2CyBAAA%3BEACA%3BEACA%3BEACH%3B%3BAAGD%2CMAAO%3BEACH%2CaAAa%2C8CAAb%3BEACA%3BEACA%3BEACA%3B%3BAAIJ%2CMAAO%3BEACN%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3B%3BAAGD%2CMAAO%3BEACN%3B%3BAAGD%2CMAAO%3BEACN%3B%3BAAGD%2CMAAO%3BAAAO%2CMAAO%2COAAO%2CGAAE%3BEAC7B%3BEACA%3BEACA%2CaAAa%2C8CAAb%3B%3BAAID%2CMAAO%2CcAAc%3BEACpB%2CaAAa%2CiDAAb%3B%3BAAGD%2CMAAO%2CcAAc%3BAAAO%2CMAAO%2CcAAc%3BEAChD%3BEACA%3B%3BAAGD%2CMAAO%2CcAAc%3BEACpB%3B%3BAAGD%2CMAAO%2CcAAc%3BEACpB%3B%3BAAGD%2CMAAO%2COAAO%3BEACb%3B%3BAAGD%3BAAAc%3BEACb%3BEACA%3B%3BAAGD%3BAAAe%3BEACd%2CaAAa%2CiDAAb%3BEACA%3BEACG%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACC%3BEACA%3B%3BAAID%2CaAAa%3BAAAU%2CaAAa%3BEACnC%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAa%3BAAAU%2CaAAa%3BEACnC%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAID%2CaAAa%3BAAAU%2CaAAa%3BEACnC%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAQD%2CWAAW%2CQAAS%3BEAChB%3B%3BAAGJ%2CWAAW%2CQAAS%3BEACnB%3B%3BEACA%3B%3BAAGD%2COACC%2CYAAW%2CQAAS%3BAADrB%2COAEC%2CYAAW%2CQAAS%2CqBAAqB%3BEACxC%3B%3BAAIF%2CSAAU%2CYAAW%2CQAAS%3BEAC7B%3B%3BEACA%3BEACA%3B%3B%3BAAGD%2COAAQ%2CUAAU%2CYAAW%2CQAAS%3BEACrC%3B%3B%3BAAGD%2CSAAU%2CYAAY%2CGAAE%3BEACvB%3BEACA%3BEACA%3B%3BAAGD%2CWAAW%2CQAAS%3BEACnB%3B%3BAAGD%2CWAAW%2CQAAS%3BEACnB%3B%3B%3BAAKD%2CSAAU%2CQAAO%3BAACjB%2CSAAU%2CQAAO%3BEAChB%3B%3BAAGD%2COACC%2CUAAU%2CQAAO%3BAADlB%2COAEC%2CUAAU%2CQAAO%3BEAChB%3B%3B%3BAAIF%2COAAO%2CiBAAkB%3BAACzB%2CSAAU%2CQAAO%2CSAAU%2CGAAE%3BAAC7B%2CSAAU%2CQAAO%2CSAAU%2CGAAE%3BEAC5B%3BEACA%3B%3BAAGD%2COAAO%2CiBAj3EN%3BAAk3ED%2COAAO%2CSAl3EN%3BEACC%3BEACA%3BEACA%3B%3BAA82EF%2COAAO%2CiBA32EN%2CGAAG%3BAA42EJ%2COAAO%2CSA52EN%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAu2EF%2COAAO%2CiBAp2EN%3BAAq2ED%2COAAO%2CSAr2EN%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAi2EF%2COAAO%2CiBAp2EN%2CGA7NA%3BAAkkFD%2COAAO%2CSAr2EN%2CGA7NA%3BAAikFD%2COAAO%2CiBAp2EN%2CGA5NA%3BAAikFD%2COAAO%2CSAr2EN%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAmkFF%2COAAO%2CiBAAkB%3BAACzB%2COAAO%2CSAAU%3BEAChB%3B%3BAAGD%2COAAO%2CiBAAkB%2CGAAG%3BAAC5B%2COAAO%2CSAAU%2CGAAG%3BEACnB%3BEACA%3B%3BAAGD%2COAAO%2CiBAAkB%2CGAAG%2CGAAE%3BEAC7B%3B%3BAAGD%2CSAAU%2CQAAO%2CiBAAkB%3BAAAI%2CkBAAmB%2COAAM%2CiBAAkB%3BEAChF%3B%3BEACE%3B%3BEACA%2CoBAAA%3B%3BEACA%3BEACA%3B%3BAALJ%2CSAAU%2CQAAO%2CiBAAkB%2CGAM%5C%2FB%3BAANmC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAM9E%3BEACC%2CaAAa%2CaAAb%3BEACA%3B%3BAARL%2CSAAU%2CQAAO%2CiBAAkB%2CGAWlC%3BAAXsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAWjF%3BEACC%3BEACA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAjBF%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAApBqC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BEArwFD%2CaAAa%2CiDAAb%3BEAuwFC%2CSAAS%2CWAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAjCF%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAnwFD%3BAA%2BuFsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAnwFD%3BAA%2BuFD%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAlwFD%3BAA8uFsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAlwFD%3BAACA%2CEAAG%2CUA6uFM%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAAjwFD%2CEAAG%2CmBA6uFsD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BAAhwFD%2CCAAE%2CUA4uFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAAhwFD%2CCAAE%2CmBA4uFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BEAjvFD%2CaAAa%2CgDAAb%3BEAbC%3B%3BAA0uFF%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAnwFD%2CGAoBA%3BAA2tFsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAnwFD%2CGAoBA%3BAA2tFD%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAlwFD%2CEAmBA%3BAA2tFsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAlwFD%2CEAmBA%3BAAlBA%2CEAAG%2CUA6uFM%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COA%5C%2FuFD%3BAAlBA%2CEAAG%2CmBA6uFsD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COA%5C%2FuFD%3BAAjBA%2CCAAE%2CUA4uFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COA%5C%2FuFD%3BAAjBA%2CCAAE%2CmBA4uFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COA%5C%2FuFD%3BAA2tFD%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAnwFD%2CGAqBA%3BAA0tFsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAnwFD%2CGAqBA%3BAA0tFD%2CSAAU%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAlwFD%2CEAoBA%3BAA0tFsC%2CkBAAmB%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAlwFD%2CEAoBA%3BAAnBA%2CEAAG%2CUA6uFM%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COA9uFD%3BAAnBA%2CEAAG%2CmBA6uFsD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COA9uFD%3BAAlBA%2CCAAE%2CUA4uFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COA9uFD%3BAAlBA%2CCAAE%2CmBA4uFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COA9uFD%3BAACA%2CMAAO%2CUAytFE%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAnwFD%3BAAsBA%2CMAAO%2CmBAytFkD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAnwFD%3BAAsBA%2CMAAO%2CUAytFE%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAlwFD%3BAAqBA%2CMAAO%2CmBAytFkD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAlwFD%3BAAqBA%2CMAAO%2CGApBJ%2CUA6uFM%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAA7uFD%2CMAAO%2CGApBJ%2CmBA6uFsD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BAA7uFD%2CMAAO%2CEAnBL%2CUA4uFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAA7uFD%2CMAAO%2CEAnBL%2CmBA4uFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BAA5uFD%2CCAAE%2CUAwtFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAnwFD%3BAAuBA%2CCAAE%2CmBAwtFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAnwFD%3BAAuBA%2CCAAE%2CUAwtFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%2COAlwFD%3BAAsBA%2CCAAE%2CmBAwtFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%2COAlwFD%3BAAsBA%2CCAAE%2CGArBC%2CUA6uFM%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAA5uFD%2CCAAE%2CGArBC%2CmBA6uFsD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BAA5uFD%2CCAAE%2CEApBA%2CUA4uFO%2CQAAO%2CiBAAkB%2CGAoBlC%2CEAAC%3BAA5uFD%2CCAAE%2CEApBA%2CmBA4uFuD%2COAAM%2CiBAAkB%2CGAoBjF%2CEAAC%3BEAjtFD%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAstFF%2CSAAU%2CQAAO%2CiBAAkB%2CGAmClC%2CGAAE%2CUAAU%2CMAAO%2CEAAC%3BAAnCkB%2CkBAAmB%2COAAM%2CiBAAkB%2CGAmCjF%2CGAAE%2CUAAU%2CMAAO%2CEAAC%3BEACnB%3BEACA%3BEACA%3B%3BAAKF%2CSAAU%2CWACT%3BEACC%3B%3BAAFF%2CSAAU%2CWAKT%2CKAAK%3BEACJ%3B%3BAANF%2CSAAU%2CWAST%2CKAAK%3BEACJ%3B%3BAAVF%2CSAAU%2CWAaT%2CKAAK%3BEACJ%3BEACA%3BEACA%2CaAAa%2C8CAAb%3BEACA%3BEACA%2CuBAAA%3BEACA%3BEACA%2CcAAA%3B%3BAApBF%2CSAAU%2CWAuBT%2CKAAK%2COAAM%3BEACV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3B%3BAAIF%2CSAAU%2CWAAW%2COAAM%3BAAC3B%2CSAAU%2CWAAW%2COAAM%3BEAC1B%2CcAAA%3BEACA%3B%3B%3BAASD%3BEACC%3B%3BEACA%3BEACA%2CoBAAA%3B%3BAAGD%2COAAQ%2CoBAAoB%3BEAE3B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA5iBA%2COAsiBO%2CoBAAoB%2CQAtiB1B%3BEACA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAmiBF%2COAAQ%2CoBAAoB%2CQAQ3B%3BEACC%3B%3BAATF%2COAAQ%2CoBAAoB%2CQAQ3B%2CEAGC%3BEACC%2CcAAA%3B%3BAAIF%2COAhBO%2CoBAAoB%2CQAgB1B%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApBF%2COAAQ%2CoBAAoB%2CQAuB3B%2CEAAC%3BAAvBF%2COAAQ%2CoBAAoB%2CQAwB3B%2CEAAC%3BEACA%2CcAAA%3B%3BAAzBF%2COAAQ%2CoBAAoB%2CQAuB3B%2CEAAC%2CMAIA%3BAA3BF%2COAAQ%2CoBAAoB%2CQAwB3B%2CEAAC%2CMAGA%3BEACC%2CcAAA%3B%3BAAKH%2COAAQ%3BEAEP%3B%3B%3B%3BEAEA%3B%3BAA3kBA%2COAukBO%2CoBAvkBN%3BEACA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAA2kBF%2COAAQ%2CQAAQ%3BEACf%3B%3B%3BAAGD%2COAAQ%2CQAAQ%2CoBAAoB%3BEACnC%3B%3BAAGD%2COAAQ%3BEACP%3B%3BEACA%3B%3B%3BAAGD%2COAAQ%2CQAAQ%3BEACf%3B%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3B%3BAAGD%3BEACC%3BEACA%3B%3BEACA%3B%3B%3B%3BAAKD%3BEACC%3BEACA%3B%3BAAGD%2CWAAY%3BEACX%3B%3BEACA%3B%3BEACA%3B%3BAAGD%2CWAAY%3BEACX%3B%3BEACA%3B%3BEACA%3B%3BAAGD%2CWAAY%2CYAAW%2CQAAS%3BEAC%5C%2FB%3BEACA%3B%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAeD%2CWAAY%2CQAAO%3BAACnB%2CWAAY%2CYAAW%3BEACtB%3B%3BAAGD%2CWAAY%2CQAAO%3BEAClB%3B%3BAAGD%2CWAAY%2CQAAO%2COAAO%3BEACzB%3B%3BAAGD%2CWAAY%2CQAAO%2COAAO%3BEACzB%3B%3BAAGD%2CWAAY%2CQAAO%2CSAAU%3BEAx6F5B%2CaAAa%2C8CAAb%3BEA06FA%3BEACA%3B%3BAAHD%2CWAAY%2CQAAO%2CSAAU%2CQAt6F5B%3BAAs6FD%2CWAAY%2CQAAO%2CSAAU%2CQAr6F5B%3BAACA%2CEAAG%2CYAo6FQ%2CQAAO%2CSAAU%3BAAn6F5B%2CCAAE%2CYAm6FS%2CQAAO%2CSAAU%3BEA55F5B%2CaAAa%2CqDAAb%3BEALC%3B%3BAAu6FF%2COAAO%2CSAAU%3B%3BEAEhB%2CaV5%2BFsB%2CoBU4%2BFtB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAO%2CSAAU%2CGAAE%3BEAClB%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAO%2CSAAU%2CGAAE%2CQAAS%3BEAC3B%2CaV%5C%2F%5C%2FFkB%2CiDU%2B%5C%2FFlB%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%2COAAO%2CSAAU%2CGAAE%2CQAAS%3BEAC3B%3BEACA%3BEAEA%3B%3BAAGD%2COAAQ%2CQAAO%2CSAAU%2CGAAE%2CQAAS%2CWAAW%3BEAE9C%3B%3B%3BAAKD%3BEACC%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BACtiGC%2COAAC%3BAACD%2COAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2COAAC%3BEACC%3B%3BAANF%2CWAAC%3BAAAD%2CiBAAC%3BAACD%2CWAAC%3BAAAD%2CiBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CWAAC%3BAAAD%2CiBAAC%3BEACC%3B%3B%3BADmjGJ%2COAAQ%3BEACP%3BEACA%3B%3BAAGD%2COAAQ%2CQAAQ%3BEACf%3B%3B%3BAAGD%2COAAQ%2CQAAQ%3BEACf%3B%3B%3BAAGD%2COAAQ%2CQAAQ%3BEACf%3B%3B%3BAAGD%2COAAQ%2COAAO%3BEACd%3B%3BEACA%3B%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%2COAAQ%2CQAAQ%2COAAO%3BEACtB%3B%3BAAGD%2COAAQ%2COAAO%3BEACd%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2COAAO%2CGAAG%2CGAAE%2CUAAU%3BAAC9B%2COAAQ%2COAAO%2CGAAG%2CGAAE%3BEACnB%3B%3B%3BAAKD%3BEACC%3B%3BAAGD%2CMAAO%3BEACN%3B%3BAAGD%2CMAAO%2CYAAY%3BAACnB%2CMAAO%2CYAAY%3BEAClB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2COAAO%2CYAAY%3BEAC1B%3BEACA%3B%3BAAGD%3BEACC%3BEAhmGA%2CaAAa%2CiDAAb%3BEAkmGA%3BEACA%3BEACA%3BEACA%2CsBAAA%3B%3BAAND%2CUA7lGC%3BAA6lGD%2CUA5lGC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAeF%2CaAAa%2CgDAAb%3BEAbC%3B%3BAAwlGF%2CUA7lGC%2CGAoBA%3BAAykGD%2CUA5lGC%2CEAmBA%3BAAlBA%2CEAAG%2CWAkBH%3BAAjBA%2CCAAE%2CWAiBF%3BAAykGD%2CUA7lGC%2CGAqBA%3BAAwkGD%2CUA5lGC%2CEAoBA%3BAAnBA%2CEAAG%2CWAmBH%3BAAlBA%2CCAAE%2CWAkBF%3BAACA%2CMAAO%2CWAtBP%3BAAsBA%2CMAAO%2CWArBP%3BAAqBA%2CMAAO%2CGApBJ%3BAAoBH%2CMAAO%2CEAnBL%3BAAoBF%2CCAAE%2CWAvBF%3BAAuBA%2CCAAE%2CWAtBF%3BAAsBA%2CCAAE%2CGArBC%3BAAqBH%2CCAAE%2CEApBA%3BEA%2BCF%2CaAAa%2CqDAAb%3BEAzBC%3B%3B%3BAA%2BkGF%2COAAQ%2CWAAW%3BEAClB%3BEACA%3B%3BAAGD%2COAAQ%2CWAAW%3BEAClB%3BEACA%3B%3BAAGD%2COAAQ%2CWAAW%3BEAClB%3BEACA%3B%3BAAGD%2COAAQ%2CWAAW%3BEAClB%3B%3BAAGD%2COAAQ%2CWAAW%3BEAClB%3BEACA%3BEACA%2CyBAAA%3B%3BAAGD%2COAAQ%2CWAAW%3BAACnB%2COAAQ%2CWAAW%3BEAClB%3B%3B%3BAAKD%3BEACC%3B%3B%3BAAKD%3BEACC%3B%3BAAGD%3BEACC%3B%3BEACA%3B%3BEACA%3B%3BEACA%3B%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAaD%2CEAAE%3BEA1BD%3B%3BEACA%3B%3BEACA%3B%3BEACA%3B%3BEACA%3BEAIA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAgBA%3BEACA%3B%3BAAGD%2CEAAE%2CaAAc%3BEACf%3BEACA%3BEAlBA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEAcA%3B%3BAAGD%2CEAAE%2CaAAc%2CGAAG%3BEAClB%3BEACA%3BEACA%2CoBAAA%3B%3BAAGD%2CEAAE%2CaAAc%2CGAAG%2CEAAC%3BAACpB%2CEAAE%2CaAAc%2CGAAG%2CEAAC%3BEACnB%2CcAAA%3B%3B%3BAAQD%2CQAAS%2CGAAE%3BEAEP%2CiBAAA%3BEACA%3B%3BAAGJ%2CQAAS%2CGAAE%2CaAAc%3BEACrB%2CYAAA%3BEACA%3BEACH%3B%3BAAGD%2CQAAS%2CGAAE%2CaAAc%2CGAAG%3BEAC3B%3B%3B%3BAAOD%2COAAQ%2CGAAE%2CaAAc%3BEACvB%2CmBAAA%3B%3B%3BAAMD%3BEACC%3BEACA%2CsBAAsB%2CoDAAtB%3BEACA%3BEACA%2CiCAAA%3BEACA%2CyCAAA%3BEACA%3BEACA%3B%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%3BEACC%3B%3BAC%5C%2FxGC%2CuBAAC%3BAACD%2CuBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CuBAAC%3BEACC%3B%3BAD%2BxGJ%3BAACA%3BEACC%2CiBAAA%3BEACA%3BEACA%3B%3BAAGD%3BAACA%3BAACA%3BAACA%3BEACC%2CwBAAA%3B%3BAAGD%3BEACC%3B%3B%3BAAKD%2CaAAc%3BEACb%3BEACA%3B%3BAAGD%2COAAQ%2CcAAc%2CkBAAkB%3BAACxC%2COAAQ%2CcAAc%2CiBAAiB%2CaAAa%3BEAjqGnD%2CaAAa%2CkDAAb%3BEAmqGA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2COAAQ%2CcAAc%2CkBAAkB%2CEA9pGvC%3BAA%2BpGD%2COAAQ%2CcAAc%2CiBAAiB%2CaAAa%2CEA%5C%2FpGnD%3BAA8pGD%2COAAQ%2CcAAc%2CkBAAkB%2CEA7pGvC%3BAA8pGD%2COAAQ%2CcAAc%2CiBAAiB%2CaAAa%2CEA9pGnD%3BAACA%2CEAAG%2CQA4pGI%2CcAAc%2CkBAAkB%3BAA5pGvC%2CEAAG%2CQA6pGI%2CcAAc%2CiBAAiB%2CaAAa%3BAA5pGnD%2CCAAE%2CQA2pGK%2CcAAc%2CkBAAkB%3BAA3pGvC%2CCAAE%2CQA4pGK%2CcAAc%2CiBAAiB%2CaAAa%3BEAtpGnD%2CaAAa%2CyDAAb%3B%3BAA8pGD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%3BEACxC%3BEAzvGA%2CaAAa%2C8CAAb%3BEA2vGA%3BEACA%3B%3BAAJD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%2COAtvGxC%3BAAsvGD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%2COArvGxC%3BAACA%2CEAAG%2CQAovGI%2CcAAc%2CkBAAkB%2CEAAC%3BAAnvGxC%2CCAAE%2CQAmvGK%2CcAAc%2CkBAAkB%2CEAAC%3BEA5uGxC%2CaAAa%2CqDAAb%3BEALC%3B%3BAAwvGF%3BEACC%3B%3BAC%5C%2F0GC%2CUAAC%3BAACD%2CUAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CUAAC%3BEACC%3B%3BADg1GJ%2CsBAAuB%3BEACtB%2CkBAAA%3BEACA%3B%3BAAID%2CUAAW%2CgBAAkB%3BAAC7B%2CUAAW%2CgBAAgB%2CEAAC%2CeAAkB%3BEAz%2BE7C%2CyBAAA%3BEACA%2CqCAAA%3BEAGA%3BEACA%2C%2BBAAA%3BEACA%2CYAAa%2C4FAAb%3BEACA%2CkGAAA%3BEAo%2BEA%3B%3BAAID%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CeAAe%2CMAAO%3BEACrB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%3BEACV%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%3BEACV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%2CuBAAsB%3BAACjC%2CUAAW%2CuBAAsB%3BEAChC%2CyBAAA%3B%3BAAGD%2CUAAW%2CgBAAgB%3BEAC1B%3BEACA%3BEACA%3BEAzhFA%2CyBAAA%3BEACA%2C0CAAA%3BEAGA%3BEACA%2C%2BBAAA%3BEACA%2CYAAa%2C4FAAb%3BEACA%2CkGAAA%3BEAohFA%2C0BAAA%3B%3BAALD%2CUAAW%2CgBAAgB%2CuBAO1B%3BEACC%3B%3BAAIF%3BEACC%3BEACA%2CiDAAA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%2CiCAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2C2BAQC%3BEACC%3B%3BAAIF%3BEACC%3BEACA%3B%3B%3B%3BAAKD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%2CgBAAgB%3BEA5xG1B%2CaAAa%2CkDAAb%3BEA8xGA%3BEACA%3BEACA%3BEACA%2CoBAAA%3B%3BAALD%2CUAAW%2CgBAAgB%2CWA1xG1B%3BAA0xGD%2CUAAW%2CgBAAgB%2CWAzxG1B%3BAACA%2CEAAG%2CWAwxGO%2CgBAAgB%3BAAvxG1B%2CCAAE%2CWAuxGQ%2CgBAAgB%3BEAjxG1B%2CaAAa%2CyDAAb%3B%3BAAyxGD%2CaAAc%3BEACb%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CGAAG%3BAACjB%2CEAAE%2CcAAe%3BAACjB%2CWAAY%3BEACX%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CGAAG%3BAACjB%2CEAAE%2CcAAe%3BAACjB%2CWAAY%3BEACX%3BEACA%3BEACA%3BEACA%2CaAAa%2CgBAAb%3B%3BAAGD%2CaAAa%3BEACX%3BEACA%3BEACA%3B%3BAAHF%2CaAAa%2CSAIX%3BEACE%2CcAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CaATS%2CSAIX%3BIAGI%3B%3B%3BAAKF%2CQAH0B%3BEAG1B%2CaAZS%2CSAIX%3BIAMI%3B%3B%3BAAKJ%2CQAH6B%3BEAG7B%2CaAfW%2CSAIX%3BIASI%3B%3B%3BAAbN%2CaAAa%2CSAgBX%3BEACC%3BEACC%3BEACA%3BEACA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CaAxBS%2CSAgBX%3BIAMI%3B%3B%3BAAKF%2CQAH2B%3BEAG3B%2CaA3BS%2CSAgBX%3BIASI%3B%3B%3BAAzBN%2CaAAa%2CSAgBX%2CuBAWE%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhCN%2CaAAa%2CSAgBX%2CuBAkBE%3BEACE%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CaAzCO%2CSAgBX%2CuBAkBE%3BIAKI%2CeAAA%3B%3B%3BAAKJ%2CQAH6B%3BEAG7B%2CaA5CS%2CSAgBX%2CuBAkBE%3BIAQI%3B%3B%3BAA1CR%2CaAAa%2CSA8CX%3BEACE%3BEACA%3B%3BAAhDJ%2CaAAa%2CSA8CX%2CSAGE%3BEACE%3B%3BAAlDN%2CaAAa%2CSA8CX%2CSAGE%2CcAEE%3BAAnDN%2CaAAa%2CSA8CX%2CSAGE%2CcAGE%3BEACE%3BEACA%3BEACA%3BEACA%2CcAAA%3B%3BAAxDR%2CaAAa%2CSA8CX%2CSAGE%2CcASE%3BEACE%3B%3BAA3DR%2CaAAa%2CSA8CX%2CSAGE%2CcAYE%2CkBAAkB%3BEAChB%3BEACA%3B%3BAAQF%2CQAN0B%3BEAM1B%2CaAvEO%2CSA8CX%2CSAGE%3BIAiBI%3B%3BEAKF%2CaAvEO%2CSA8CX%2CSAGE%2CcAkBI%3BIACE%3B%3B%3BAAQJ%2CQAL0B%3BEAK1B%2CaA5EO%2CSA8CX%2CSAGE%2CcAuBI%3BIACE%3B%3B%3BAAuBJ%2CQApB2B%3BEAoB3B%2CaAhGO%2CSA8CX%2CSAGE%2CcA4BI%3BEAmBF%2CaAhGO%2CSA8CX%2CSAGE%2CcA6BI%3BIACE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAaJ%2CaAhGO%2CSA8CX%2CSAGE%2CcAoCI%3BIACE%3B%3BEAUJ%2CaAhGO%2CSA8CX%2CSAGE%2CcAuCI%2CkBAAkB%3BIAChB%3BIACA%3BIACA%3BIACA%3B%3B%3BAA5FV%2CaAAa%2CSA8CX%2CSAGE%2CcA%2BCE%3BEACE%3BEACA%2CgCAAA%3BEACA%3B%3BAAIF%2CQAH6B%3BEAG7B%2CaAvGO%2CSA8CX%2CSAGE%2CcA%2BCE%3BIAKI%3B%3B%3BAArGV%2CaAAa%2CSA8CX%2CSAGE%2CcAuDE%2CiBAAiB%2CaAAa%3BEAC5B%3BEACA%2CgCAAA%3BEACA%3B%3BAAIF%2CQAH8B%3BEAG9B%2CaA%5C%2FGO%2CSA8CX%2CSAGE%2CcAuDE%2CiBAAiB%2CaAAa%3BIAK1B%3B%3B%3BAA7GV%2CaAAa%2CSAkHX%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CaA1HS%2CSAkHX%3BIAMI%3B%3B%3BAAKF%2CQAH0B%3BEAG1B%2CaA7HS%2CSAkHX%3BIASI%3B%3B%3BAA3HN%2CaAAa%2CSAkHX%2CwBAWE%3BEACE%3BEACA%2CcAAA%3B%3BAA%5C%2FHN%2CaAAa%2CSAkHX%2CwBAeE%2CqBAAoB%3BEAClB%3BEACA%3B%3BAAKA%2CQAJ2B%3BEAI3B%2CaAxIO%2CSAkHX%2CwBAeE%2CqBAAoB%3BIAIpB%3BIACA%3B%3B%3BAAMD%2CQAJ8B%3BEAI9B%2CaA5IU%2CSAkHX%2CwBAeE%2CqBAAoB%3BIAQhB%3BIACA%3B%3B%3BAAKJ%2CQAHyB%2CuBAAwB%3BEAGjD%2CaA%5C%2FIS%2CSAkHX%2CwBAeE%2CqBAAoB%3BIAYhB%3B%3B%3BAA7IR%2CaAAa%2CSAkJX%2CWAAW%3BEACT%3BEACA%3BEACA%3BEACA%3BEACD%3BEACD%3BEACA%3BEACE%3BEACA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CaA%5C%2FJS%2CSAkJX%2CWAAW%3BIAWP%3B%3B%3BAAKF%2CQAH2B%3BEAG3B%2CaAlKS%2CSAkJX%2CWAAW%3BIAcP%3B%3B%3BAAEF%2CaAlKS%2CSAkJX%2CWAAW%2CgBAgBR%3BEACD%3BEACE%3BEACA%3B%3BAArKN%2CaAAa%2CSAkJX%2CWAAW%2CgBAqBT%3BEACC%3BEACH%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACM%2CiBAAA%3BEACN%3B%3BAAhLF%2CaAAa%2CSAkJX%2CWAAW%2CgBAqBT%2CkBAUI%3BEACE%3B%3BAAlLV%2CaAAa%2CSAkJX%2CWAAW%2CgBAqBT%2CkBAaF%3BEACI%3B%3BAAMF%2CQAJ2B%3BEAI3B%2CaA3LS%2CSAkJX%2CWAAW%2CgBAqBT%3BIAiBE%3BIACF%3B%3B%3BAAzLJ%2CaAAa%2CSA6LX%2CcAAc%3BEACV%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%3B%3BAAvMN%2CaAAa%2CSA6LX%2CcAAc%2CkBAWV%3BEACE%3B%3BAAzMR%2CaAAa%2CSA6LX%2CcAAc%2CkBAcV%3BEACI%2CgCAAA%3BEACA%3B%3BAAEA%2CaA%5C%2FMG%2CSA6LX%2CcAAc%2CkBAcV%2CEAIK%3BAACD%2CaAhNG%2CSA6LX%2CcAAc%2CkBAcV%2CEAKK%3BEACG%2CgCAAA%3B%3BAAjNd%2CaAAa%2CSA6LX%2CcAAc%2CkBAuBV%3BEACI%3B%3BAAMR%2CQAJ8B%3BEAI9B%2CaA3NW%2CSA6LX%2CcAAc%3BIA2BN%3BIACI%3B%3B%3BAAGZ%2CaA5NW%2CSA4NV%2CSACC%2CSACE%3BEAEE%3BEACA%2C2CAAA%3B%3BAAIF%2CQAH6B%3BEAG7B%2CaArOO%2CSA4NV%2CSACC%2CSACE%3BIAKA%3B%3B%3BAAPJ%2CaA5NW%2CSA4NV%2CSACC%2CSASE%2CiBAAiB%2CaAAa%3BEAC5B%3BEACA%2C2CAAA%3BEACA%3B%3BAAIF%2CQAH6B%3BEAG7B%2CaA7OO%2CSA4NV%2CSACC%2CSASE%2CiBAAiB%2CaAAa%3BIAK9B%3B%3B%3BAA3ON%2CaAAa%2CSAgPX%3BEACC%3BEACA%3B%3BAAQF%2CQAH0B%3BEAG1B%2CSAJS%3BIAEH%3B%3B%3BAAON%2CQAJ2B%3BEAI3B%2CSATS%2CWAIT%3BIAEM%3BIACA%3B%3B%3B%3BAAOP%2CuBAAwB%3BEACvB%3BEACC%3B%3BAAGF%2CuBAAwB%2CqBAAoB%3BEAC3C%3BEACA%3B%3BAAGD%2COAAQ%2CwBAAwB%2CqBAAoB%3BEACnD%3B%3BAAGD%2CQAAS%2CwBAAwB%2CqBAAoB%3BEACpD%3B%3BAAGD%2CuBAAwB%2CqBAAoB%2CiBAAkB%3BEAC7D%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CuBAAwB%2CqBAAoB%2CiBAAkB%3BEAC7D%2CkBAAA%3B%3BAAGD%2COAAQ%2COAAO%2CEAAC%3BAAChB%2CuBAAwB%2CqBAAoB%2CiBAAkB%2CEAAC%3BEAC9D%3B%3BAAGD%2COAAQ%2COAAO%3BEACd%3B%3BAAED%2CuBAAwB%2CqBAAoB%2CiBAAkB%3BEAC5D%3BEACA%3B%3BAAGF%2CuBAAwB%2CqBAAoB%2CiBAAkB%2CGAAG%3BEAChE%3BEACA%3B%3BAAGD%2COAAQ%2COAAM%2CoBAAqB%2CEAAC%3BEACnC%2CyBAAA%3B%3BAAGD%2COAAQ%2COAAM%2CoBAAqB%2CEAAC%3BEACnC%2CyBAAA%3B%3BAAED%2CuBAAwB%2CqBAAqB%2CEAAC%3BEAC5C%2CiCAAA%3B%3BAAGF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%3BAACvE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%3BAACvE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%3BAACvD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%3BAACvD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%3BAACvE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%3BEAprFtE%2CyBAAA%3B%3BAA%2BqFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAlrFtE%3BAAmrFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAnrFtE%3BAAorFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAprFtD%3BAAqrFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMArrFtD%3BAAsrFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAtrFtE%3BAAurFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CeAAe%2CMAvrFtE%3BEACC%2CcAAA%3B%3BAA0rFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtD%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAAC9C%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BEA7rF7C%2CyBAAA%3B%3BAAwrFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA3rFrE%3BAA4rFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA5rFrE%3BAA6rFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA7rFrD%3BAA8rFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA9rFrD%3BAA%2BrFD%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA%5C%2FrF7C%3BAAgsFD%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMAhsF7C%3BEACC%2CcAAA%3B%3BAAmsFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC7C%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEAtsF5C%2CyBAAA%3B%3BAAisFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMApsFpE%3BAAqsFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMArsFpE%3BAAssFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAtsFpD%3BAAusFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAvsFpD%3BAAwsFD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAxsF5C%3BAAysFD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAzsF5C%3BEACC%2CcAAA%3B%3BAA4sFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAAChD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BEA%5C%2FsF%5C%2FC%2CyBAAA%3B%3BAA0sFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMA7sFvE%3BAA8sFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMA9sFvE%3BAA%2BsFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMA%5C%2FsFvD%3BAAgtFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAhtFvD%3BAAitFD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAjtF%5C%2FC%3BAAktFD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAltF%5C%2FC%3BEACC%2CcAAA%3B%3BAAqtFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC7C%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEAxtF5C%2CyBAAA%3B%3BAAmtFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAttFpE%3BAAutFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAvtFpE%3BAAwtFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAxtFpD%3BAAytFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAztFpD%3BAA0tFD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA1tF5C%3BAA2tFD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMA3tF5C%3BEACC%2CcAAA%3B%3BAA8tFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAACxD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BAAChD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%3BEAjuF%5C%2FC%2CyBAAA%3B%3BAA4tFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMA%5C%2FtFvE%3BAAguFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAhuFvE%3BAAiuFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAjuFvD%3BAAkuFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAluFvD%3BAAmuFD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMAnuF%5C%2FC%3BAAouFD%2CoBAAoB%2CUAAW%2CEAAC%2CgBAAgB%2CMApuF%5C%2FC%3BEACC%2CcAAA%3B%3BAAuuFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAACtD%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BAAC9C%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%3BEA1uF7C%2CyBAAA%3B%3BAAquFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMAxuFrE%3BAAyuFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMAzuFrE%3BAA0uFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA1uFrD%3BAA2uFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA3uFrD%3BAA4uFD%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA5uF7C%3BAA6uFD%2CoBAAoB%2CUAAW%2CEAAC%2CcAAc%2CMA7uF7C%3BEACC%2CcAAA%3B%3BAAivFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAACrD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BAAC7C%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%3BEApvF5C%2CyBAAA%3B%3BAA%2BuFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAlvFpE%3BAAmvFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAnvFpE%3BAAovFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMApvFpD%3BAAqvFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMArvFpD%3BAAsvFD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAtvF5C%3BAAuvFD%2CoBAAoB%2CUAAW%2CEAAC%2CaAAa%2CMAvvF5C%3BEACC%2CcAAA%3B%3BAA0vFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnD%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAAC3C%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%3BEA7vF1C%2CyBAAA%3B%3BAAwvFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA3vFlE%3BAA4vFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA5vFlE%3BAA6vFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA7vFlD%3BAA8vFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA9vFlD%3BAA%2BvFD%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA%5C%2FvF1C%3BAAgwFD%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMAhwF1C%3BEACC%2CcAAA%3B%3BAAmwFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%3BAACpE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%3BAACpE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%3BAACpD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%3BAACpD%2CoBAAoB%2CUAAW%2CEAAC%2CYAAY%3BAAC5C%2CoBAAoB%2CUAAW%2CEAAC%2CYAAY%3BEAtwF3C%2CyBAAA%3B%3BAAiwFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%2CMApwFnE%3BAAqwFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%2CMArwFnE%3BAAswFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%2CMAtwFnD%3BAAuwFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CYAAY%2CMAvwFnD%3BAAwwFD%2CoBAAoB%2CUAAW%2CEAAC%2CYAAY%2CMAxwF3C%3BAAywFD%2CoBAAoB%2CUAAW%2CEAAC%2CYAAY%2CMAzwF3C%3BEACC%2CcAAA%3B%3BAA4wFF%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnE%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnE%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAACnD%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%3BAAC3C%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%3BEA%5C%2FwF1C%2CyBAAA%3B%3BAA0wFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA7wFlE%3BAA8wFD%2CuBAAwB%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA9wFlE%3BAA%2BwFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMA%5C%2FwFlD%3BAAgxFD%2COAAQ%2CqBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMAhxFlD%3BAAixFD%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMAjxF1C%3BAAkxFD%2CoBAAoB%2CUAAW%2CEAAC%2CWAAW%2CMAlxF1C%3BEACC%2CcAAA%3B%3B%3BAAuxFF%3BEACC%3BEACA%3B%3BAAGD%2CUAAW%3BEACV%3B%3BAAGD%2CQAAS%3BEACP%3BEACD%3BEACC%3B%3BAAGF%2COAAQ%2CSAAS%3B%3B%3BEAEhB%3B%3BEACA%3B%3BAAGD%2CcACC%3BAADD%2CcAEC%3BEACC%3BEACA%3B%3BAAIF%2CSACC%3BEACC%3BEAzrHD%2CaAAa%2CqCAAb%3BEA2rHC%2CcAAA%3BEACA%2CyBAAA%3BEACA%3B%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CSAZD%2CcAYE%3BAACD%2CSAbD%2CcAaE%3BAACD%2CSAdD%2CcAcE%3BEACA%3B%3B%3BAAED%2CSAjBD%2CcAiBE%3BEACA%3B%3BEACA%3B%3BAAaH%2CQAIC%2CeAAiB%2CIAAC%2CcApClB%3BAAiCD%2CUAGC%2CeAAiB%2CIAAC%2CcApClB%3BAAkCD%2CeAEC%2CeAAiB%2CIAAC%2CcApClB%3BAAmCD%2CcACC%2CeAAiB%2CIAAC%2CcApClB%3BEACC%3BEAzrHD%2CaAAa%2CqCAAb%3BEA2rHC%2CcAAA%3BEACA%2CyBAAA%3BEACA%3B%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CQAwBD%2CeAAiB%2CIAAC%2CcApClB%2CcAYE%3BAAAD%2CUAwBD%2CeAAiB%2CIAAC%2CcApClB%2CcAYE%3BAAAD%2CeAwBD%2CeAAiB%2CIAAC%2CcApClB%2CcAYE%3BAAAD%2CcAwBD%2CeAAiB%2CIAAC%2CcApClB%2CcAYE%3BAACD%2CQAuBD%2CeAAiB%2CIAAC%2CcApClB%2CcAaE%3BAAAD%2CUAuBD%2CeAAiB%2CIAAC%2CcApClB%2CcAaE%3BAAAD%2CeAuBD%2CeAAiB%2CIAAC%2CcApClB%2CcAaE%3BAAAD%2CcAuBD%2CeAAiB%2CIAAC%2CcApClB%2CcAaE%3BAACD%2CQAsBD%2CeAAiB%2CIAAC%2CcApClB%2CcAcE%3BAAAD%2CUAsBD%2CeAAiB%2CIAAC%2CcApClB%2CcAcE%3BAAAD%2CeAsBD%2CeAAiB%2CIAAC%2CcApClB%2CcAcE%3BAAAD%2CcAsBD%2CeAAiB%2CIAAC%2CcApClB%2CcAcE%3BEACA%3B%3B%3BAAED%2CQAmBD%2CeAAiB%2CIAAC%2CcApClB%2CcAiBE%3BAAAD%2CUAmBD%2CeAAiB%2CIAAC%2CcApClB%2CcAiBE%3BAAAD%2CeAmBD%2CeAAiB%2CIAAC%2CcApClB%2CcAiBE%3BAAAD%2CcAmBD%2CeAAiB%2CIAAC%2CcApClB%2CcAiBE%3BEACA%3B%3BEACA%3B%3BAAsBH%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAAHlC%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAAFlC%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAADlC%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BEAChC%3BEAl6HD%2CaAAa%2CiDAAb%3BEAo6HC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAZF%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAA45HD%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAA65HD%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAA85HD%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAA25HD%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAA25HD%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAA45HD%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAA65HD%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAACA%2CEAAG%2CSAy5HI%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAA75HjC%2CEAAG%2CWA05HM%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAA75HjC%2CEAAG%2CgBA25HW%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAA75HjC%2CEAAG%2CeA45HU%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BAA55HjC%2CCAAE%2CSAw5HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAA55HjC%2CCAAE%2CWAy5HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAA55HjC%2CCAAE%2CgBA05HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAA55HjC%2CCAAE%2CeA25HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BEA74HjC%2CaAAa%2CgDAAb%3BEAbC%3B%3BAAs5HF%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAoBA%3BAAw4HD%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAoBA%3BAAy4HD%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAoBA%3BAA04HD%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAoBA%3BAAu4HD%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAmBA%3BAAw4HD%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAmBA%3BAAy4HD%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAmBA%3BAA04HD%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAmBA%3BAAlBA%2CEAAG%2CSAy5HI%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAlBA%2CEAAG%2CWA05HM%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAlBA%2CEAAG%2CgBA25HW%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAlBA%2CEAAG%2CeA45HU%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAjBA%2CCAAE%2CSAw5HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAjBA%2CCAAE%2CWAy5HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAjBA%2CCAAE%2CgBA05HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAjBA%2CCAAE%2CeA25HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA34HjC%3BAAu4HD%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAqBA%3BAAu4HD%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAqBA%3BAAw4HD%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAqBA%3BAAy4HD%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%2CGAqBA%3BAAs4HD%2CQAAQ%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAoBA%3BAAu4HD%2CUAAU%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAoBA%3BAAw4HD%2CeAAe%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAoBA%3BAAy4HD%2CcAAc%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%2CEAoBA%3BAAnBA%2CEAAG%2CSAy5HI%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAnBA%2CEAAG%2CWA05HM%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAnBA%2CEAAG%2CgBA25HW%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAnBA%2CEAAG%2CeA45HU%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAlBA%2CCAAE%2CSAw5HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAlBA%2CCAAE%2CWAy5HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAlBA%2CCAAE%2CgBA05HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAAlBA%2CCAAE%2CeA25HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA14HjC%3BAACA%2CMAAO%2CSAq4HA%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAsBA%2CMAAO%2CWAs4HE%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAsBA%2CMAAO%2CgBAu4HO%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAsBA%2CMAAO%2CeAw4HM%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAsBA%2CMAAO%2CSAq4HA%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAqBA%2CMAAO%2CWAs4HE%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAqBA%2CMAAO%2CgBAu4HO%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAqBA%2CMAAO%2CeAw4HM%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAqBA%2CMAAO%2CGApBJ%2CSAy5HI%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CGApBJ%2CWA05HM%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CGApBJ%2CgBA25HW%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CGApBJ%2CeA45HU%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CEAnBL%2CSAw5HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CEAnBL%2CWAy5HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CEAnBL%2CgBA05HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAAz4HjC%2CMAAO%2CEAnBL%2CeA25HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CSAo4HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAuBA%2CCAAE%2CWAq4HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAuBA%2CCAAE%2CgBAs4HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAuBA%2CCAAE%2CeAu4HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA%5C%2F5HjC%3BAAuBA%2CCAAE%2CSAo4HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAsBA%2CCAAE%2CWAq4HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAsBA%2CCAAE%2CgBAs4HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAsBA%2CCAAE%2CeAu4HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%2CcA95HjC%3BAAsBA%2CCAAE%2CGArBC%2CSAy5HI%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CGArBC%2CWA05HM%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CGArBC%2CgBA25HW%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CGArBC%2CeA45HU%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CEApBA%2CSAw5HK%2CiBAIP%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CEApBA%2CWAy5HO%2CiBAGT%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CEApBA%2CgBA05HY%2CiBAEd%2CeAAiB%2CIAAC%2CcAAe%3BAAx4HjC%2CCAAE%2CEApBA%2CeA25HW%2CiBACb%2CeAAiB%2CIAAC%2CcAAe%3BEA72HjC%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAk5HF%3B%3B%3B%3BEAGC%3B%3BAAID%2CQAHgC%3BEAGhC%3BIAFE%3B%3B%3BAAIF%2CoBAAqB%2CkBAAkB%2CEAAE%3BAACzC%2CcAAe%2CEAAE%3BAACjB%2CcAAe%2CWAAW%3BAAC1B%2CcAAe%2CGAAG%3BAAClB%2CQAAS%2CIAAI%3BAACb%2CeAAgB%2CWAAW%3BEAC1B%2CgCAAA%3B%3BAAGD%2CoBAAqB%2CkBAAkB%2CEAAE%3BAACzC%2CeAAgB%2CWAAW%3BEAC1B%3B%3BAAGD%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%3BAAC1C%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%3BAAC1C%2CcAAe%2CEAAE%2CEAAC%3BAAClB%2CcAAe%2CEAAE%2CEAAC%3BAAClB%2CcAAe%2CWAAW%2CEAAC%3BAAC3B%2CcAAe%2CWAAW%2CEAAC%3BAAC3B%2CcAAe%2CGAAG%2CEAAC%3BAACnB%2CcAAe%2CGAAG%2CEAAC%3BAACnB%2CQAAS%2CIAAI%2CEAAC%3BAACd%2CQAAS%2CIAAI%2CEAAC%3BEACb%3B%3BAAGD%2CeAAgB%2CWAAW%2CEAAC%3BAAC5B%2CeAAgB%2CWAAW%2CEAAC%3BEAC3B%3B%3BAAGD%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%2CIAAI%2CUAAU%3BAACxD%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%2CIAAI%2CUAAU%3BAACxD%2CcAAe%2CEAAE%2CEAAC%2CIAAI%2CUAAU%3BAAChC%2CcAAe%2CEAAE%2CEAAC%2CIAAI%2CUAAU%3BAAChC%2CcAAe%2CWAAW%2CEAAC%2CIAAI%2CUAAU%3BAACzC%2CcAAe%2CWAAW%2CEAAC%2CIAAI%2CUAAU%3BAACzC%2CcAAe%2CGAAG%2CEAAC%2CIAAI%2CUAAU%3BAACjC%2CcAAe%2CGAAG%2CEAAC%2CIAAI%2CUAAU%3BAACjC%2CQAAS%2CIAAI%2CEAAC%2CIAAI%2CUAAU%3BAAC5B%2CQAAS%2CIAAI%2CEAAC%2CIAAI%2CUAAU%3BAAC5B%2CeAAgB%2CWAAW%2CEAAC%2CIAAI%2CUAAU%3BAAC1C%2CeAAgB%2CWAAW%2CEAAC%2CIAAI%2CUAAU%3BEACzC%3B%3BAAGD%2CUAAW%2COAAO%2CWAAW%2CMAAM%2CEAAC%2CIAAI%2CUAAU%3BAAClD%2CUAAW%2COAAO%2CWAAW%2CMAAM%2CEAAC%2CIAAI%2CUAAU%3BAAClD%2CUAAW%2COAAO%2CWAAW%2CMAAM%2CEAAC%2CQAAQ%3BAAC5C%2CUAAW%2COAAO%2CWAAW%2CMAAM%2CEAAC%2CQAAQ%3BEACxC%3B%3BAAGJ%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%3BAAC1C%2CcAAe%2CEAAE%2CEAAC%3BAAClB%2CcAAe%2CWAAW%2CEAAC%3BAAC3B%2CcAAe%2CGAAG%2CEAAC%3BAACnB%2CQAAS%2CIAAI%2CEAAC%3BEACb%3BEACA%3B%3BAAGD%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%2CQAAQ%3BAAClD%2CoBAAqB%2CkBAAkB%2CEAAE%2CEAAC%2CQAAQ%3BAAClD%2CcAAe%2CEAAE%2CEAAC%2CQAAQ%3BAAC1B%2CcAAe%2CEAAE%2CEAAC%2CQAAQ%3BAAC1B%2CcAAe%2CWAAW%2CEAAC%2CQAAQ%3BAACnC%2CcAAe%2CWAAW%2CEAAC%2CQAAQ%3BAACnC%2CcAAe%2CGAAG%2CEAAC%2CQAAQ%3BAAC3B%2CcAAe%2CGAAG%2CEAAC%2CQAAQ%3BAAC3B%2CQAAS%2CIAAI%2CEAAC%2CQAAQ%3BAACtB%2CQAAS%2CIAAI%2CEAAC%2CQAAQ%3BEACrB%3B%3B%3B%3B%3BAAOD%2CcAAe%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CWAAW%3B%3BEAEzB%3BEACA%3B%3BAAGD%2CcAAe%2CWAAW%2CEAAC%3BEAC1B%3B%3BAAGD%2CcAAiB%3BEAChB%2CsBAAA%3BEACA%3BEACA%3B%3BAAGD%2CcAAiB%2CSAAM%3BAACvB%2CcAAiB%2CSAAM%3BEACtB%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAGD%2CcAAiB%2CSAAO%3BEACvB%2CkBAAA%3B%3BAAGD%2CcAAiB%2CSAAO%2CWAAW%3BEAp%2BHlC%2CaAAa%2C%2BCAAb%3BEAs%2BHA%3BEACA%3B%3BAAHD%2CcAAiB%2CSAAO%2CWAAW%2CEAl%2BHlC%3BAAk%2BHD%2CcAAiB%2CSAAO%2CWAAW%2CEAj%2BHlC%3BAACA%2CEAAG%2CeAg%2BHa%2CSAAO%2CWAAW%3BAA%5C%2F9HlC%2CCAAE%2CeA%2B9Hc%2CSAAO%2CWAAW%3BEAx8HlC%2CaAAa%2CsDAAb%3BEArBC%3B%3BAA69HF%2CcAAiB%2CSAAO%2CWAAW%2CEAl%2BHlC%2CGA4BA%3BAAs8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAj%2BHlC%2CEA2BA%3BAA1BA%2CEAAG%2CeAg%2BHa%2CSAAO%2CWAAW%2CEAt8HlC%3BAAzBA%2CCAAE%2CeA%2B9Hc%2CSAAO%2CWAAW%2CEAt8HlC%3BAAs8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAl%2BHlC%2CGA6BA%3BAAq8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAj%2BHlC%2CEA4BA%3BAA3BA%2CEAAG%2CeAg%2BHa%2CSAAO%2CWAAW%2CEAr8HlC%3BAA1BA%2CCAAE%2CeA%2B9Hc%2CSAAO%2CWAAW%2CEAr8HlC%3BAACA%2CCAAE%2CeAo8Hc%2CSAAO%2CWAAW%2CEAl%2BHlC%3BAA8BA%2CCAAE%2CeAo8Hc%2CSAAO%2CWAAW%2CEAj%2BHlC%3BAA6BA%2CCAAE%2CGA5BC%2CeAg%2BHa%2CSAAO%2CWAAW%3BAAp8HlC%2CCAAE%2CEA3BA%2CeA%2B9Hc%2CSAAO%2CWAAW%3BAAn8HlC%2CMAAO%2CeAm8HS%2CSAAO%2CWAAW%2CEAl%2BHlC%3BAA%2BBA%2CMAAO%2CeAm8HS%2CSAAO%2CWAAW%2CEAj%2BHlC%3BAA8BA%2CMAAO%2CGA7BJ%2CeAg%2BHa%2CSAAO%2CWAAW%3BAAn8HlC%2CMAAO%2CEA5BL%2CeA%2B9Hc%2CSAAO%2CWAAW%3BEAx%5C%2FHlC%2CaAAa%2CqDAAb%3B%3BAAw%5C%2FHD%2CcAAiB%2CSAAO%2CWAAW%2CEA19HlC%3BAA09HD%2CcAAiB%2CSAAO%2CWAAW%2CEAz9HlC%3BAACA%2CMAAO%2CeAw9HS%2CSAAO%2CWAAW%3BAAv9HlC%2CCAAE%2CeAu9Hc%2CSAAO%2CWAAW%3BEApgIlC%2CaAAa%2C8CAAb%3BEA%2BCC%3B%3BAAq9HF%2CcAAiB%2CSAAO%2CWAAW%2CEA19HlC%2COAxCA%3BAAkgID%2CcAAiB%2CSAAO%2CWAAW%2CEAz9HlC%2CEAzCA%3BAA0CA%2CMAAO%2CeAw9HS%2CSAAO%2CWAAW%2CEAlgIlC%3BAA2CA%2CCAAE%2CeAu9Hc%2CSAAO%2CWAAW%2CEAlgIlC%3BAAkgID%2CcAAiB%2CSAAO%2CWAAW%2CEA19HlC%2COAvCA%3BAAigID%2CcAAiB%2CSAAO%2CWAAW%2CEAz9HlC%2CEAxCA%3BAAyCA%2CMAAO%2CeAw9HS%2CSAAO%2CWAAW%2CEAjgIlC%3BAA0CA%2CCAAE%2CeAu9Hc%2CSAAO%2CWAAW%2CEAjgIlC%3BAACA%2CEAAG%2CeAggIa%2CSAAO%2CWAAW%2CEA19HlC%3BAAtCA%2CEAAG%2CeAggIa%2CSAAO%2CWAAW%2CEAz9HlC%3BAAvCA%2CEAAG%2COAwCI%2CeAw9HS%2CSAAO%2CWAAW%3BAAhgIlC%2CEAAG%2CEAyCD%2CeAu9Hc%2CSAAO%2CWAAW%3BAA%5C%2F%5C%2FHlC%2CCAAE%2CeA%2B%5C%2FHc%2CSAAO%2CWAAW%2CEA19HlC%3BAArCA%2CCAAE%2CeA%2B%5C%2FHc%2CSAAO%2CWAAW%2CEAz9HlC%3BAAtCA%2CCAAE%2COAuCK%2CeAw9HS%2CSAAO%2CWAAW%3BAA%5C%2F%5C%2FHlC%2CCAAE%2CEAwCA%2CeAu9Hc%2CSAAO%2CWAAW%3BEAx%5C%2FHlC%2CaAAa%2CqDAAb%3BEALC%3B%3BAA6%5C%2FHF%2CcAAiB%2CSAAO%2CWAAW%2CEAKlC%3BAALD%2CcAAiB%2CSAAO%2CWAAW%2CEAMlC%3BEA98HA%2CaAAa%2CsDAAb%3B%3BAAw8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAKlC%2CGA38HA%3BAAs8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAMlC%2CEA58HA%3BAAs8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAKlC%2CGA18HA%3BAAq8HD%2CcAAiB%2CSAAO%2CWAAW%2CEAMlC%2CEA38HA%3BAACA%2CCAAE%2CeAo8Hc%2CSAAO%2CWAAW%2CEAKlC%3BAAz8HA%2CCAAE%2CeAo8Hc%2CSAAO%2CWAAW%2CEAMlC%3BAAz8HA%2CMAAO%2CeAm8HS%2CSAAO%2CWAAW%2CEAKlC%3BAAx8HA%2CMAAO%2CeAm8HS%2CSAAO%2CWAAW%2CEAMlC%3BEA9%5C%2FHA%2CaAAa%2CqDAAb%3B%3BAAmgID%2CcAAiB%2CSAAO%2CWAAW%3BEAClC%3BEACA%3B%3BAAGD%2CcAAiB%2CSAAO%2CWAAW%3BEAC%5C%2FB%3BEACA%3B%3BAAGJ%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%3BEAz%5C%2FH7C%2CaAAa%2C%2BCAAb%3BEA2%5C%2FHA%3BEACA%3B%3BAAHD%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKAv%5C%2FH7C%3BAAu%5C%2FHD%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKAt%5C%2FH7C%3BAACA%2CEAAG%2CeAq%5C%2FHa%2CSAAM%2CWAAY%2CWAAW%3BAAp%5C%2FH7C%2CCAAE%2CeAo%5C%2FHc%2CSAAM%2CWAAY%2CWAAW%3BEA79H7C%2CaAAa%2CsDAAb%3BEArBC%3B%3BAAk%5C%2FHF%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKAv%5C%2FH7C%2CGA4BA%3BAA29HD%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKAt%5C%2FH7C%2CEA2BA%3BAA1BA%2CEAAG%2CeAq%5C%2FHa%2CSAAM%2CWAAY%2CWAAW%2CKA39H7C%3BAAzBA%2CCAAE%2CeAo%5C%2FHc%2CSAAM%2CWAAY%2CWAAW%2CKA39H7C%3BAA29HD%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKAv%5C%2FH7C%2CGA6BA%3BAA09HD%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKAt%5C%2FH7C%2CEA4BA%3BAA3BA%2CEAAG%2CeAq%5C%2FHa%2CSAAM%2CWAAY%2CWAAW%2CKA19H7C%3BAA1BA%2CCAAE%2CeAo%5C%2FHc%2CSAAM%2CWAAY%2CWAAW%2CKA19H7C%3BAACA%2CCAAE%2CeAy9Hc%2CSAAM%2CWAAY%2CWAAW%2CKAv%5C%2FH7C%3BAA8BA%2CCAAE%2CeAy9Hc%2CSAAM%2CWAAY%2CWAAW%2CKAt%5C%2FH7C%3BAA6BA%2CCAAE%2CGA5BC%2CeAq%5C%2FHa%2CSAAM%2CWAAY%2CWAAW%3BAAz9H7C%2CCAAE%2CEA3BA%2CeAo%5C%2FHc%2CSAAM%2CWAAY%2CWAAW%3BAAx9H7C%2CMAAO%2CeAw9HS%2CSAAM%2CWAAY%2CWAAW%2CKAv%5C%2FH7C%3BAA%2BBA%2CMAAO%2CeAw9HS%2CSAAM%2CWAAY%2CWAAW%2CKAt%5C%2FH7C%3BAA8BA%2CMAAO%2CGA7BJ%2CeAq%5C%2FHa%2CSAAM%2CWAAY%2CWAAW%3BAAx9H7C%2CMAAO%2CEA5BL%2CeAo%5C%2FHc%2CSAAM%2CWAAY%2CWAAW%3BEA7gI7C%2CaAAa%2CqDAAb%3B%3BAA6gID%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKA%5C%2F%2BH7C%3BAA%2B%2BHD%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKA9%2BH7C%3BAACA%2CMAAO%2CeA6%2BHS%2CSAAM%2CWAAY%2CWAAW%3BAA5%2BH7C%2CCAAE%2CeA4%2BHc%2CSAAM%2CWAAY%2CWAAW%3BEAzhI7C%2CaAAa%2C8CAAb%3BEA%2BCC%3B%3BAA0%2BHF%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKA%5C%2F%2BH7C%2COAxCA%3BAAuhID%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKA9%2BH7C%2CEAzCA%3BAA0CA%2CMAAO%2CeA6%2BHS%2CSAAM%2CWAAY%2CWAAW%2CKAvhI7C%3BAA2CA%2CCAAE%2CeA4%2BHc%2CSAAM%2CWAAY%2CWAAW%2CKAvhI7C%3BAAuhID%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKA%5C%2F%2BH7C%2COAvCA%3BAAshID%2CcAAiB%2CSAAM%2CWAAY%2CWAAW%2CKA9%2BH7C%2CEAxCA%3BAAyCA%2CMAAO%2CeA6%2BHS%2CSAAM%2CWAAY%2CWAAW%2CKAthI7C%3BAA0CA%2CCAAE%2CeA4%2BHc%2CSAAM%2CWAAY%2CWAAW%2CKAthI7C%3BAACA%2CEAAG%2CeAqhIa%2CSAAM%2CWAAY%2CWAAW%2CKA%5C%2F%2BH7C%3BAAtCA%2CEAAG%2CeAqhIa%2CSAAM%2CWAAY%2CWAAW%2CKA9%2BH7C%3BAAvCA%2CEAAG%2COAwCI%2CeA6%2BHS%2CSAAM%2CWAAY%2CWAAW%3BAArhI7C%2CEAAG%2CEAyCD%2CeA4%2BHc%2CSAAM%2CWAAY%2CWAAW%3BAAphI7C%2CCAAE%2CeAohIc%2CSAAM%2CWAAY%2CWAAW%2CKA%5C%2F%2BH7C%3BAArCA%2CCAAE%2CeAohIc%2CSAAM%2CWAAY%2CWAAW%2CKA9%2BH7C%3BAAtCA%2CCAAE%2COAuCK%2CeA6%2BHS%2CSAAM%2CWAAY%2CWAAW%3BAAphI7C%2CCAAE%2CEAwCA%2CeA4%2BHc%2CSAAM%2CWAAY%2CWAAW%3BEA7gI7C%2CaAAa%2CqDAAb%3BEALC%3B%3BAAuhIF%2CcAAiB%2CSAAM%3B%3BEAEtB%3BEACA%2CgBAAA%3B%3BAAID%2CcAAiB%2CSAAM%3BEACtB%3BEACA%3BEACA%3B%3BAAGD%2CcAAiB%2CSAAM%3BEACtB%3BEACA%3B%3BAAGD%2CcAAiB%2CSAAM%3BEACtB%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%2CWAAW%3BEACjB%2CaVvnIkB%2CiDUunIlB%3BEACA%3BEACA%3BEACA%3B%3BAAJD%2CMAAO%2CWAAW%2CMAMjB%3BAAND%2CMAAO%2CWAAW%2CMAOjB%3BEAjlIA%2CaAAa%2CgDAAb%3B%3BAA0kID%2CMAAO%2CWAAW%2CMAMjB%2CGA9kIA%3BAAwkID%2CMAAO%2CWAAW%2CMAOjB%2CEA%5C%2FkIA%3BAAwkID%2CMAAO%2CWAAW%2CMAMjB%2CGA7kIA%3BAAukID%2CMAAO%2CWAAW%2CMAOjB%2CEA9kIA%3BAACA%2CMAAO%2COAskID%2CWAAW%2CMAMjB%3BAA5kIA%2CMAAO%2COAskID%2CWAAW%2CMAOjB%3BAA5kIA%2CCAAE%2COAqkII%2CWAAW%2CMAMjB%3BAA3kIA%2CCAAE%2COAqkII%2CWAAW%2CMAOjB%3BEAjjIA%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAmkIF%2CMAAO%2CWAAW%2CMAWjB%3BAAXD%2CMAAO%2CWAAW%2CMAYjB%3BEAlkIA%2CaAAa%2C8CAAb%3B%3BAAsjID%2CMAAO%2CWAAW%2CMAWjB%2COA%5C%2FjIA%3BAAojID%2CMAAO%2CWAAW%2CMAYjB%2CEAhkIA%3BAAojID%2CMAAO%2CWAAW%2CMAWjB%2COA9jIA%3BAAmjID%2CMAAO%2CWAAW%2CMAYjB%2CEA%5C%2FjIA%3BAACA%2CEAAG%2COAkjIG%2CWAAW%2CMAWjB%3BAA7jIA%2CEAAG%2COAkjIG%2CWAAW%2CMAYjB%3BAA7jIA%2CCAAE%2COAijII%2CWAAW%2CMAWjB%3BAA5jIA%2CCAAE%2COAijII%2CWAAW%2CMAYjB%3BEAtjIA%2CaAAa%2CqDAAb%3BEALC%3B%3BAA%2BiIF%2CMAAO%2CWAAW%2CMAgBjB%2CGAAG%3BAAhBJ%2CMAAO%2CWAAW%2CMAiBjB%2CGAAG%3BAAjBJ%2CMAAO%2CWAAW%2CMAkBjB%2COAAO%3BAAlBR%2CMAAO%2CWAAW%2CMAmBjB%2CEAAE%3BAAnBH%2CMAAO%2CWAAW%2CMAoBjB%2CEAAE%3BAApBH%2CMAAO%2CWAAW%2CMAqBjB%2CEAAE%3BAArBH%2CMAAO%2CWAAW%2CMAsBjB%2COAAO%3BAAtBR%2CMAAO%2CWAAW%2CMAuBjB%2CEAAE%3BEAjkIF%2CaAAa%2CqDAAb%3B%3BAA0iID%2CMAAO%2CWAAW%2CMA2BjB%3BEACC%3B%3BAAIF%2CUAAW%2COAAO%2CWAAW%2CMAAM%3BEAClC%2CgCAAA%3BEACA%3B%3BAAEA%2CUAJU%2COAAO%2CWAAW%2CMAAM%2CEAIjC%3BAACD%2CUALU%2COAAO%2CWAAW%2CMAAM%2CEAKjC%3BEACA%2CgCAAA%3B%3BAAIF%2CcAAe%3BEAhmId%2CaAAa%2C8CAAb%3BEAkmIA%2CcAAA%3BEACA%3BEACA%3B%3BAAJD%2CcAAe%2CGA9lId%3BAA8lID%2CcAAe%2CGA7lId%3BAACA%2CEAAG%2CeA4lIW%3BAA3lId%2CCAAE%2CeA2lIY%3BEAplId%2CaAAa%2CqDAAb%3BEALC%3B%3BAAgmIF%2CcAAiB%3BEAChB%3B%3BEAEA%3B%3BAAGD%2CcAAiB%3BAACjB%2CcAAiB%3B%3BEAEhB%3B%3BAAGD%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CMAAK%3BAACpB%2CcAAe%3BEAngId%2CaAAa%2C0CAAb%3B%3BEAsgIA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAA%3BEACA%3B%3B%3B%3B%3BAAVD%2CcAAe%2CMAAK%2COA%5C%2F%5C%2FHnB%3BAAggID%2CcAAe%2CMAAK%2CWAhgInB%3BAAigID%2CcAAe%2CEAjgId%3BAA%2B%5C%2FHD%2CcAAe%2CMAAK%2COA9%5C%2FHnB%3BAA%2B%5C%2FHD%2CcAAe%2CMAAK%2CWA%5C%2F%5C%2FHnB%3BAAggID%2CcAAe%2CEAhgId%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAA8gIF%2CcAAe%2CMAAM%3BEACpB%3BEACA%3B%3BAAGD%2CcAAe%2CMAAM%3BEACpB%3BEACA%3B%3BAAGD%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CMAAK%3BEACnB%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAcD%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CMAAK%3BAACpB%2CcAAe%3BEACd%3BEACA%3B%3BAAGD%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CEAAC%3BEACf%3B%3B%3B%3B%3B%3BAAQD%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CEAAC%3BEACf%3BEACA%3BEACA%2CcAAA%3B%3BAAGD%2CcAAe%2CMAAK%3BAACpB%2CcAAe%2CEAAC%3B%3BEAGf%3B%3B%3B%3B%3BAAMD%2CcAAe%3BAAAa%2CcAAe%2CMAAK%3BEAC%5C%2FC%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CMAAK%2CWAAY%3BEAC%5C%2FB%3B%3BAAGD%2CcAAe%2CMAAK%2CWAAY%2CEAAC%3BAACjC%2CcAAe%2CMAAK%2CWAAY%2CEAAC%3B%3BEAGhC%3B%3BAAGD%3BEAnrIC%2CaAAa%2C%2BCAAb%3BEAqrIA%3BEACA%3BEACA%3B%3BAAJD%2CKAjrIC%3BAAirID%2CKAhrIC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAuBF%2CaAAa%2CsDAAb%3BEArBC%3B%3BAA4qIF%2CKAjrIC%2CGA4BA%3BAAqpID%2CKAhrIC%2CEA2BA%3BAA1BA%2CEAAG%2CMA0BH%3BAAzBA%2CCAAE%2CMAyBF%3BAAqpID%2CKAjrIC%2CGA6BA%3BAAopID%2CKAhrIC%2CEA4BA%3BAA3BA%2CEAAG%2CMA2BH%3BAA1BA%2CCAAE%2CMA0BF%3BAACA%2CCAAE%2CMA9BF%3BAA8BA%2CCAAE%2CMA7BF%3BAA6BA%2CCAAE%2CGA5BC%3BAA4BH%2CCAAE%2CEA3BA%3BAA4BF%2CMAAO%2CMA%5C%2FBP%3BAA%2BBA%2CMAAO%2CMA9BP%3BAA8BA%2CMAAO%2CGA7BJ%3BAA6BH%2CMAAO%2CEA5BL%3BEAzBF%2CaAAa%2CqDAAb%3B%3BAAusID%2CKAzqIC%3BAAyqID%2CKAxqIC%3BAACA%2CMAAO%3BAACP%2CCAAE%3BEA7CF%2CaAAa%2C8CAAb%3BEA%2BCC%3B%3BAAoqIF%2CKAzqIC%2COAxCA%3BAAitID%2CKAxqIC%2CEAzCA%3BAA0CA%2CMAAO%2CMA1CP%3BAA2CA%2CCAAE%2CMA3CF%3BAAitID%2CKAzqIC%2COAvCA%3BAAgtID%2CKAxqIC%2CEAxCA%3BAAyCA%2CMAAO%2CMAzCP%3BAA0CA%2CCAAE%2CMA1CF%3BAACA%2CEAAG%2CMAsCH%3BAAtCA%2CEAAG%2CMAuCH%3BAAvCA%2CEAAG%2COAwCI%3BAAxCP%2CEAAG%2CEAyCD%3BAAxCF%2CCAAE%2CMAqCF%3BAArCA%2CCAAE%2CMAsCF%3BAAtCA%2CCAAE%2COAuCK%3BAAvCP%2CCAAE%2CEAwCA%3BEAjCF%2CaAAa%2CqDAAb%3BEALC%3B%3BAAmtIF%2CKAAM%3BEACL%3B%3BAAEA%2CKAHK%2CEAGJ%3BAACD%2CKAJK%2CEAIJ%3BEACA%2CcAAA%3B%3B%3BAC9yIA%2CeAAC%3BAACD%2CeAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CeAAC%3BEACC%3B%3BAD8yIJ%2CeAGC%3BEACC%3B%3BAAIF%2CUAAW%3B%3B%3BEAEV%3B%3BAAGD%2CcAAe%3BEACd%3BEACA%3BEACA%3B%3B%3BAAGD%2CQAAS%3B%3B%3BEAER%3B%3BAAGD%2COACC%2CWAAW%3BAADZ%2COAEC%2CeAAe%3BAAFhB%2COAGC%2CSAAS%3BEACR%3B%3BAAIF%3BAACA%3BAAAY%3BAAAY%3BEACvB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3BEAmCA%3BEACA%3B%3BAAEA%2CcAAC%3BAAAD%2CUAAC%3BAAAD%2CUAAC%3BAAAD%2CcAAC%3BEA31ID%2CaAAa%2CiDAAb%3BEA81IC%3BEACA%2CSAAS%2CGAAT%3B%3B%3BEAGA%3BEACA%3B%3B%3BEAGA%3BEACA%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CWAAW%2CYAAX%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAlBD%2CcAAC%2COAz1ID%3BAAy1IA%2CUAAC%2COAz1ID%3BAAy1IA%2CUAAC%2COAz1ID%3BAAy1IA%2CcAAC%2COAz1ID%3BAAy1IA%2CcAAC%2COAx1ID%3BAAw1IA%2CUAAC%2COAx1ID%3BAAw1IA%2CUAAC%2COAx1ID%3BAAw1IA%2CcAAC%2COAx1ID%3BAACA%2CEAAG%2CeAu1IF%3BAAv1ID%2CEAAG%2CWAu1IF%3BAAv1ID%2CEAAG%2CWAu1IF%3BAAv1ID%2CEAAG%2CeAu1IF%3BAAt1ID%2CCAAE%2CeAs1ID%3BAAt1ID%2CCAAE%2CWAs1ID%3BAAt1ID%2CCAAE%2CWAs1ID%3BAAt1ID%2CCAAE%2CeAs1ID%3BEAv0ID%2CaAAa%2CgDAAb%3BEAbC%3B%3BAAo1ID%2CcAAC%2COAz1ID%2CGAoBA%3BAAq0IA%2CUAAC%2COAz1ID%2CGAoBA%3BAAq0IA%2CUAAC%2COAz1ID%2CGAoBA%3BAAq0IA%2CcAAC%2COAz1ID%2CGAoBA%3BAAq0IA%2CcAAC%2COAx1ID%2CEAmBA%3BAAq0IA%2CUAAC%2COAx1ID%2CEAmBA%3BAAq0IA%2CUAAC%2COAx1ID%2CEAmBA%3BAAq0IA%2CcAAC%2COAx1ID%2CEAmBA%3BAAlBA%2CEAAG%2CeAu1IF%2COAr0ID%3BAAlBA%2CEAAG%2CWAu1IF%2COAr0ID%3BAAlBA%2CEAAG%2CWAu1IF%2COAr0ID%3BAAlBA%2CEAAG%2CeAu1IF%2COAr0ID%3BAAjBA%2CCAAE%2CeAs1ID%2COAr0ID%3BAAjBA%2CCAAE%2CWAs1ID%2COAr0ID%3BAAjBA%2CCAAE%2CWAs1ID%2COAr0ID%3BAAjBA%2CCAAE%2CeAs1ID%2COAr0ID%3BAAq0IA%2CcAAC%2COAz1ID%2CGAqBA%3BAAo0IA%2CUAAC%2COAz1ID%2CGAqBA%3BAAo0IA%2CUAAC%2COAz1ID%2CGAqBA%3BAAo0IA%2CcAAC%2COAz1ID%2CGAqBA%3BAAo0IA%2CcAAC%2COAx1ID%2CEAoBA%3BAAo0IA%2CUAAC%2COAx1ID%2CEAoBA%3BAAo0IA%2CUAAC%2COAx1ID%2CEAoBA%3BAAo0IA%2CcAAC%2COAx1ID%2CEAoBA%3BAAnBA%2CEAAG%2CeAu1IF%2COAp0ID%3BAAnBA%2CEAAG%2CWAu1IF%2COAp0ID%3BAAnBA%2CEAAG%2CWAu1IF%2COAp0ID%3BAAnBA%2CEAAG%2CeAu1IF%2COAp0ID%3BAAlBA%2CCAAE%2CeAs1ID%2COAp0ID%3BAAlBA%2CCAAE%2CWAs1ID%2COAp0ID%3BAAlBA%2CCAAE%2CWAs1ID%2COAp0ID%3BAAlBA%2CCAAE%2CeAs1ID%2COAp0ID%3BAACA%2CMAAO%2CeAm0IN%2COAz1ID%3BAAsBA%2CMAAO%2CWAm0IN%2COAz1ID%3BAAsBA%2CMAAO%2CWAm0IN%2COAz1ID%3BAAsBA%2CMAAO%2CeAm0IN%2COAz1ID%3BAAsBA%2CMAAO%2CeAm0IN%2COAx1ID%3BAAqBA%2CMAAO%2CWAm0IN%2COAx1ID%3BAAqBA%2CMAAO%2CWAm0IN%2COAx1ID%3BAAqBA%2CMAAO%2CeAm0IN%2COAx1ID%3BAAqBA%2CMAAO%2CGApBJ%2CeAu1IF%3BAAn0ID%2CMAAO%2CGApBJ%2CWAu1IF%3BAAn0ID%2CMAAO%2CGApBJ%2CWAu1IF%3BAAn0ID%2CMAAO%2CGApBJ%2CeAu1IF%3BAAn0ID%2CMAAO%2CEAnBL%2CeAs1ID%3BAAn0ID%2CMAAO%2CEAnBL%2CWAs1ID%3BAAn0ID%2CMAAO%2CEAnBL%2CWAs1ID%3BAAn0ID%2CMAAO%2CEAnBL%2CeAs1ID%3BAAl0ID%2CCAAE%2CeAk0ID%2COAz1ID%3BAAuBA%2CCAAE%2CWAk0ID%2COAz1ID%3BAAuBA%2CCAAE%2CWAk0ID%2COAz1ID%3BAAuBA%2CCAAE%2CeAk0ID%2COAz1ID%3BAAuBA%2CCAAE%2CeAk0ID%2COAx1ID%3BAAsBA%2CCAAE%2CWAk0ID%2COAx1ID%3BAAsBA%2CCAAE%2CWAk0ID%2COAx1ID%3BAAsBA%2CCAAE%2CeAk0ID%2COAx1ID%3BAAsBA%2CCAAE%2CGArBC%2CeAu1IF%3BAAl0ID%2CCAAE%2CGArBC%2CWAu1IF%3BAAl0ID%2CCAAE%2CGArBC%2CWAu1IF%3BAAl0ID%2CCAAE%2CGArBC%2CeAu1IF%3BAAl0ID%2CCAAE%2CEApBA%2CeAs1ID%3BAAl0ID%2CCAAE%2CEApBA%2CWAs1ID%3BAAl0ID%2CCAAE%2CEApBA%2CWAs1ID%3BAAl0ID%2CCAAE%2CEApBA%2CeAs1ID%3BEAvyID%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAA%2BxIF%3BEACC%3B%3BAAGD%2CcAAe%3B%3BEACd%3BEACG%3BEACA%3BEACH%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACG%3BEACA%3BEACH%3B%3BAAGD%3B%3B%3B%3B%3B%3BEAOC%3BEACA%3B%3BAAEA%2CKAAC%3BEA31ID%2CaAAa%2CiDAAb%3BEA81IC%3BEACA%2CSAAS%2CGAAT%3B%3B%3BEAGA%3BEACA%3B%3B%3BEAGA%3BEACA%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CWAAW%2CYAAX%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAlBD%2CKAAC%2COAz1ID%3BAAy1IA%2CKAAC%2COAx1ID%3BAACA%2CEAAG%2CMAu1IF%3BAAt1ID%2CCAAE%2CMAs1ID%3BEAv0ID%2CaAAa%2CgDAAb%3BEAbC%3B%3BAAo1ID%2CKAAC%2COAz1ID%2CGAoBA%3BAAq0IA%2CKAAC%2COAx1ID%2CEAmBA%3BAAlBA%2CEAAG%2CMAu1IF%2COAr0ID%3BAAjBA%2CCAAE%2CMAs1ID%2COAr0ID%3BAAq0IA%2CKAAC%2COAz1ID%2CGAqBA%3BAAo0IA%2CKAAC%2COAx1ID%2CEAoBA%3BAAnBA%2CEAAG%2CMAu1IF%2COAp0ID%3BAAlBA%2CCAAE%2CMAs1ID%2COAp0ID%3BAACA%2CMAAO%2CMAm0IN%2COAz1ID%3BAAsBA%2CMAAO%2CMAm0IN%2COAx1ID%3BAAqBA%2CMAAO%2CGApBJ%2CMAu1IF%3BAAn0ID%2CMAAO%2CEAnBL%2CMAs1ID%3BAAl0ID%2CCAAE%2CMAk0ID%2COAz1ID%3BAAuBA%2CCAAE%2CMAk0ID%2COAx1ID%3BAAsBA%2CCAAE%2CGArBC%2CMAu1IF%3BAAl0ID%2CCAAE%2CEApBA%2CMAs1ID%3BEAvyID%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAs1IF%3BEACC%3BEACA%3B%3BAACA%2CUAAC%3BEACA%3BEACA%3B%3BAAIF%2CeAAgB%3BEACf%3B%3BAAGD%2CeAAgB%3BEACf%3BEACC%3B%3BAAGF%2CeAAgB%2CWAAW%3BEAC1B%3BEACA%3BEACA%3B%3BAAqBD%2CQAhBmC%3BEAClC%2CeAAgB%3BIACf%3B%3BEAED%3BIACC%3BIACA%3B%3BEAGD%2CeAAgB%2CWAAW%3BIACpB%3B%3B%3BAAYR%2CQAN%2BB%3BEAC9B%2CeAAgB%3BIACf%3B%3B%3BAAIF%2CcAAe%3BEACd%3BEACA%3BEACA%2CeAAA%3BEACA%3B%3BAAKA%2CMADK%2CMACJ%3BEACA%2CWAAW%2CcAAX%3B%3B%3BAAMF%3BEAEC%3B%3BAC19IC%2CcAAC%3BAACD%2CcAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcAAC%3BEACC%3B%3BADk9IJ%2CcAIC%3BEACC%3B%3BAALF%2CcAIC%2CiBAGC%3BEACC%3BEACA%3BEACA%2C2BAAA%3BEACA%3BEACA%3BEACA%3BEAv0IF%2CaAAa%2CkDAAb%3B%3BAA0zID%2CcAIC%2CiBAGC%2COA%5C%2FzID%3BAAwzID%2CcAIC%2CiBAGC%2COA9zID%3BAACA%2CEAAG%2CeA0zIH%2CiBAGC%3BAA5zID%2CCAAE%2CeAyzIF%2CiBAGC%3BEAtzID%2CaAAa%2CyDAAb%3B%3BAA%2ByID%2CcAkBC%3BAAlBD%2CcAmBC%3BAAnBD%2CcAoBC%3BAApBD%2CcAqBC%3BEACC%3B%3BAAtBF%2CcAyBC%2CkBAEC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FBH%2CcAyBC%2CkBAEC%2CaAMC%3BEACC%3BEACA%3B%3BAAnCJ%2CcAyBC%2CkBAcC%3BEACC%3BEACA%3B%3BAAMH%2CcAAc%3BEAt0Ib%2CaAAa%2C0CAAb%3BEAw0IA%3B%3BAAFD%2CcAAc%2CQAp0Ib%3BAAo0ID%2CcAAc%2CQAn0Ib%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAs0IF%2CUAAW%3BEACV%3B%3BAADD%2CUAAW%2CeAGV%3BEACC%3B%3BAAJF%2CUAAW%2CeAOV%3BEACC%3B%3BAAIF%2CUAAW%2CWAAW%3BEACrB%3B%3BAADD%2CUAAW%2CWAAW%2CeAGrB%3BEACC%3B%3BAAJF%2CUAAW%2CWAAW%2CeAOrB%3BEACC%3B%3B%3BAChiJA%2CcAAC%3BAACD%2CcAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcAAC%3BEACC%3B%3BADmiJJ%2CcAtpIC%3BEACC%3BEACA%3BEACA%3B%3BAAmpIF%2CcAhpIC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAA4oIF%2CcAzoIC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAsoIF%2CcAzoIC%2CGA7NA%3BAAs2ID%2CcAzoIC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAm2IF%2CcAIC%3BEACC%2CgBAAA%3BEACA%3BEACA%3BEACA%3B%3BAARF%2CcAWC%2CGAAG%3BEACF%3BEACA%3B%3BAAKF%2CcAAe%2CGAAG%3BEACjB%3B%3B%3BAAKD%3BEACC%2C6CAAA%3B%3BEACA%3B%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%2CgBAAiB%3BEAChB%2CgCAAA%3B%3BAAGD%2CgBAAiB%3BEAChB%2CgCAAA%3BEACA%2CsBAAA%3BEACA%3B%3BAAGD%2CgBAAiB%2CcAAa%3BEAC7B%3B%3BAAGD%2CgBAAiB%2CcAAc%3BEAC9B%3B%3BAC1lJC%2CgBD6lJe%2CYC7lJd%3BAACD%2CgBD4lJe%2CYC5lJd%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CgBDwlJe%2CYCxlJd%3BEACC%3B%3BAD2lJJ%2CgBAAiB%2CYAAW%2CQAAS%3BEACpC%3B%3BEAEA%3B%3BAAGD%2CgBAAiB%2CYAAW%2CQAAS%2C0BAA0B%3BEAC9D%3BEACA%3B%3BAAGD%2CgBAAiB%2CYAAW%3BEAC3B%3B%3BAAGD%2CgBAAiB%3BEAChB%3B%3BAAGD%2CgBAAiB%2CYAAW%2CQAAS%3BEACpC%3B%3BEACA%3BEACA%3B%3B%3BAAGD%2COAAQ%2CiBAAiB%2CYAAW%2CQAAS%3BEAC5C%3B%3B%3BAAGD%2CgBAAiB%2CYAAW%2CQAAS%2CiBAAiB%3BEACrD%3BEACA%3B%3BAAGD%2CcAAe%3BEACd%2CyBAAA%3BEACA%3BEACA%2CgCAAA%3BEACA%3B%3BAAGD%2CcAAe%2CWAAW%3BEACzB%3B%3BAAGD%2CgBAAiB%3BEAChB%3B%3BAAGD%2CgBAAiB%2CWAAW%3BEAC3B%3B%3BAAGD%2CgBAAiB%2CWAAW%3BEAC3B%3B%3BEACA%3B%3B%3BAAGD%2COAAQ%2CiBAAiB%2CWAAW%3BEACnC%3B%3B%3BAAGD%2CgBAAiB%2CWAAW%2CSAAS%3BEACpC%3BEACA%3B%3BAAGD%2CgBAAiB%2CWAAW%2CSAAS%3BEACpC%3BEACA%3B%3BAAGD%2CgBAAiB%2CWAAW%2CSAAS%3BEACpC%3B%3BAAGD%2CgBAAiB%2CWAAW%3BEAC3B%3B%3BEACA%3B%3BEACA%2C8BAAA%3B%3BAAGD%2COAAQ%2CiBAAiB%2CWAAW%3BEACnC%3B%3BEACA%3B%3BAAGD%2COAAQ%2CiBAAiB%2CWAAW%2CWAAW%3BEAC9C%3BEACA%3BEACA%3BEACA%3B%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CiBAAiB%2CWAAW%2CWAAW%2CGAAE%3BEAChD%3BEACA%3B%3BAAGD%2CgBAAiB%2CWAAW%3BEAC3B%3B%3BAAEC%2CgBAHe%2CWAAW%2CQAE3B%2CEACE%3BAACD%2CgBAJe%2CWAAW%2CQAE3B%2CEAEE%3BEACA%2CcAAA%3B%3BAAKH%2CgBAAiB%3BEAChB%3BEACA%3BEACA%3B%3B%3BAAKD%3BEACI%2C2CAAA%3B%3BEACH%3B%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3BEACA%2C0BAAA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEA3nJN%2CaAAa%2C%2BCAAb%3BEA6nJA%3BEACA%3B%3BAAHD%2CMAAO%2CGAznJN%3BAAynJD%2CMAAO%2CGAxnJN%3BAACA%2CEAAG%2COAunJG%3BAAtnJN%2CCAAE%2COAsnJI%3BEA%5C%2FlJN%2CaAAa%2CsDAAb%3BEArBC%3B%3BAAonJF%2CMAAO%2CGAznJN%2CGA4BA%3BAA6lJD%2CMAAO%2CGAxnJN%2CEA2BA%3BAA1BA%2CEAAG%2COAunJG%2CGA7lJN%3BAAzBA%2CCAAE%2COAsnJI%2CGA7lJN%3BAA6lJD%2CMAAO%2CGAznJN%2CGA6BA%3BAA4lJD%2CMAAO%2CGAxnJN%2CEA4BA%3BAA3BA%2CEAAG%2COAunJG%2CGA5lJN%3BAA1BA%2CCAAE%2COAsnJI%2CGA5lJN%3BAACA%2CCAAE%2COA2lJI%2CGAznJN%3BAA8BA%2CCAAE%2COA2lJI%2CGAxnJN%3BAA6BA%2CCAAE%2CGA5BC%2COAunJG%3BAA3lJN%2CCAAE%2CEA3BA%2COAsnJI%3BAA1lJN%2CMAAO%2COA0lJD%2CGAznJN%3BAA%2BBA%2CMAAO%2COA0lJD%2CGAxnJN%3BAA8BA%2CMAAO%2CGA7BJ%2COAunJG%3BAA1lJN%2CMAAO%2CEA5BL%2COAsnJI%3BEA%5C%2FoJN%2CaAAa%2CqDAAb%3B%3BAA%2BoJD%2CMAAO%2CGAjnJN%3BAAinJD%2CMAAO%2CGAhnJN%3BAACA%2CMAAO%2COA%2BmJD%3BAA9mJN%2CCAAE%2COA8mJI%3BEA3pJN%2CaAAa%2C8CAAb%3BEA%2BCC%3B%3BAA4mJF%2CMAAO%2CGAjnJN%2COAxCA%3BAAypJD%2CMAAO%2CGAhnJN%2CEAzCA%3BAA0CA%2CMAAO%2COA%2BmJD%2CGAzpJN%3BAA2CA%2CCAAE%2COA8mJI%2CGAzpJN%3BAAypJD%2CMAAO%2CGAjnJN%2COAvCA%3BAAwpJD%2CMAAO%2CGAhnJN%2CEAxCA%3BAAyCA%2CMAAO%2COA%2BmJD%2CGAxpJN%3BAA0CA%2CCAAE%2COA8mJI%2CGAxpJN%3BAACA%2CEAAG%2COAupJG%2CGAjnJN%3BAAtCA%2CEAAG%2COAupJG%2CGAhnJN%3BAAvCA%2CEAAG%2COAwCI%2COA%2BmJD%3BAAvpJN%2CEAAG%2CEAyCD%2COA8mJI%3BAAtpJN%2CCAAE%2COAspJI%2CGAjnJN%3BAArCA%2CCAAE%2COAspJI%2CGAhnJN%3BAAtCA%2CCAAE%2COAuCK%2COA%2BmJD%3BAAtpJN%2CCAAE%2CEAwCA%2COA8mJI%3BEA%5C%2FoJN%2CaAAa%2CqDAAb%3BEALC%3B%3BAA0pJF%2CMAAO%2CGAAG%3BEACT%3B%3BAAGD%2CMAAO%2CGAAG%2CEAAC%3BAACX%2CMAAO%2CGAAG%2CEAAC%3BEACV%2CcAAA%3B%3BAAGD%2CMAAO%2CGAAG%3BEA1qJT%2CaAAa%2C8CAAb%3BEA4qJA%2CcAAA%3B%3BAAFD%2CMAAO%2CGAAG%2CSAxqJT%3BAAwqJD%2CMAAO%2CGAAG%2CSAvqJT%3BAACA%2CEAAG%2COAsqJG%2CGAAG%3BAArqJT%2CCAAE%2COAqqJI%2CGAAG%3BEA9pJT%2CaAAa%2CqDAAb%3BEALC%3B%3BAAwqJF%2CMAAM%2CiBAAkB%3BEACvB%3B%3BAAED%2CkBACC%2COAAM%3BEACL%3BEACA%3BEACA%3B%3BAAKA%2CQAJ0B%3BEAI1B%2CkBARD%2COAAM%3BIAKJ%3BIACA%3B%3B%3BAAPH%2CkBACC%2COAAM%2CiBAQL%3BEACC%3B%3BAAVH%2CkBACC%2COAAM%2CiBAWL%2CGACC%3BEACA%3BEACA%3BEACA%3B%3BAAhBH%2CkBACC%2COAAM%2CiBAmBL%3BEACC%3BEACA%3B%3BAAtBH%2CkBACC%2COAAM%2CiBAmBL%2CGAGC%3BEACC%3BEACA%3BEACA%2CaAAa%2CkBAAkB%2CwBAA%5C%2FB%3BEACA%3BEACA%3BEACA%3B%3BAA7BJ%2CkBACC%2COAAM%2CiBAmBL%2CGAGC%2CGAOC%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAnCL%2CkBACC%2COAAM%2CiBAmBL%2CGAGC%2CGAcC%3BEACC%3BEACA%3BEACA%3B%3BAAKA%2CQAH0B%2CwBAAsB%3BEAGhD%2CkBA5CJ%2COAAM%2CiBAmBL%2CGAGC%2CGAcC%3BIAME%3B%3B%3BAAMD%2CQAJyB%2CuBAAsB%3BEAI%5C%2FC%2CkBAhDJ%2COAAM%2CiBAmBL%2CGAGC%2CGAcC%3BIASE%3BIACA%3B%3B%3BAAMD%2CQAJ0B%3BEAI1B%2CkBApDJ%2COAAM%2CiBAmBL%2CGAGC%2CGAcC%3BIAaE%3BIACA%3B%3B%3BAAKF%2CQAH2B%3BEAG3B%2CkBAvDH%2COAAM%2CiBAmBL%2CGAGC%2CGAcC%3BIAiBE%3B%3B%3B%3BAAWN%3BAACA%3BEACC%3B%3B%3BAAGD%3BAACA%3BAACA%3BEACC%3B%3B%3BAC10JC%2CUD60JS%2CQC70JR%3BAACD%2CUD40JS%2CQC50JR%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CUDw0JS%2CQCx0JR%3BEACC%3B%3BAD20JJ%2CUAAW%3BAACX%2CcAAe%3BEACd%3B%3BEACA%3B%3BEACA%3B%3BAAGD%2CUAAW%3B%3BEAEV%3B%3B%3B%3BEAEA%3BEACC%3B%3BAAGF%2COAAQ%2CWAAW%3BEAClB%3B%3BAAGD%3BEACC%3B%3BEACA%3BEACA%3B%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3B%3B%3BAAGD%2CaAAc%3BEACb%2CaVl2JkB%2CiDUk2JlB%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BAAOC%2CQAH2B%3BEAG3B%2CUAJS%2CwBAAwB%2CqBAAoB%2CUAAU%3BIAE7D%3B%3B%3BAAMJ%2CQAJ6B%3BEAI7B%2CUARW%2CwBAAwB%2CqBAAoB%2CUAAU%3BIAK7D%3B%3B%3B%3BAAQJ%2CaAAc%2CMAAK%3BEAClB%3BEACA%3B%3BAAGD%2CKAAK%2CQAAS%2CIAAI%3BEACjB%3B%3BAAGD%2CaAAc%2CMAAK%3BEAClB%3B%3BAAID%2CQAAS%3BEACR%3BEACA%3BEACA%3BEACA%3B%3BAAID%2CQAAS%3BEA30JR%2CaAAa%2C8CAAb%3BEA60JA%3BEACA%3BEACA%3B%3BAAJD%2CQAAS%2CGAz0JR%3BAAy0JD%2CQAAS%2CGAx0JR%3BAACA%2CEAAG%2CSAu0JK%3BAAt0JR%2CCAAE%2CSAs0JM%3BEA%5C%2FzJR%2CaAAa%2CqDAAb%3BEALC%3B%3BAA20JF%2CQAAS%2CGAAG%3BEACX%2CcAAA%3B%3BAAGD%2CQAAS%3BEACR%3B%3BAAGD%2CQAAS%2COAAM%3BAACf%2CQAAS%3BEACR%3B%3B%3BAAMD%2CaA9hJC%3BEACC%3BEACA%3BEACA%3B%3BAA2hJF%2CaAxhJC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAohJF%2CaAjhJC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAA8gJF%2CaAjhJC%2CGA7NA%3BAA8uJD%2CaAjhJC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAA%2BuJF%2CaAAc%3BEACb%3B%3BAAGD%2CaAAc%3BEACb%3B%3BAAGD%2CaAAc%2CGAAG%3BEAChB%3BEACA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%2CaAAc%2CGAAG%3BEAChB%3BEACA%2CaVx7JkB%2CiDUw7JlB%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CGAAG%2CGAAG%3BEACnB%3B%3B%3BAAKD%2CkBAhkJC%3BEACC%3BEACA%3BEACA%3B%3BAA6jJF%2CkBA1jJC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAsjJF%2CkBAnjJC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAgjJF%2CkBAnjJC%2CGA7NA%3BAAgxJD%2CkBAnjJC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAixJF%2CkBAAmB%2CGAAG%3BEACrB%3BEACA%3B%3BAAGD%2COAAQ%2CmBAAmB%3BEAC1B%3B%3B%3BAAKD%2CSA%5C%2FkJC%3BEACC%3BEACA%3BEACA%3B%3BAA4kJF%2CSAzkJC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAAqkJF%2CSAlkJC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAA%2BjJF%2CSAlkJC%2CGA7NA%3BAA%2BxJD%2CSAlkJC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAgyJF%2CSAAU%3BEACT%3B%3BAAGD%2COAAQ%2CUAAU%3BEACjB%3B%3BAAGD%2CSAAU%2CGAAE%3BEACX%3B%3BAAGD%2CSAAU%2CGAAG%3BEACZ%3BEACA%3BEACA%3BEACA%3BEAhnJA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAgnJD%2CSAAU%2CGAAG%2CGAAG%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CGAAG%2CGAAG%3BEACf%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CGAAG%2CGAAG%3BEACf%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CGAAG%2CGAAE%2CMAAO%3BAACtB%2CSAAU%2CGAAG%2CGAAE%2CMAAO%3BEACrB%2CcAAA%3B%3B%3BAAKD%3BEACC%3B%3BEACA%3BEACA%3B%3BAC1hKC%2CeAAC%3BAACD%2CeAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CeAAC%3BEACC%3B%3BADwhKJ%2CeAAgB%3BEACf%3B%3BAAGD%2CeAAgB%2CcAAc%3BEAC7B%3B%3BAAGD%2CeAAgB%3BEACf%3B%3BEACA%3B%3BAAQC%2CQAH2B%3BEAG3B%2CeALc%2CwBAAwB%3BIAGpC%3B%3B%3BAAKJ%2CQAH6B%3BEAG7B%2CeARgB%2CwBAAwB%3BIAMpC%3B%3B%3BAAKJ%2CeAAgB%2CqBAAqB%3BAACrC%2CcAAe%2CqBAAqB%3BEACnC%3B%3BAAGD%2CeAAgB%3BEACf%3B%3BEACA%3BEACA%3BEACA%3B%3BEACA%3B%3B%3BAAGD%2COAAQ%2CgBAAgB%3BEACvB%3B%3BEACA%3B%3BAAID%3BEACC%3B%3BEACA%3B%3BAC3kKC%2CWAAC%3BAACD%2CWAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CWAAC%3BEACC%3B%3BADykKJ%2CWAAY%3BEACX%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CWAAY%2CGAAG%2CGAAG%3BEA3hKjB%2CaAAa%2CgDAAb%3BEA6hKA%3BEACA%3B%3BAAHD%2CWAAY%2CGAAG%2CGAAG%2CEAzhKjB%3BAAyhKD%2CWAAY%2CGAAG%2CGAAG%2CEAxhKjB%3BAACA%2CMAAO%2CYAuhKI%2CGAAG%2CGAAG%3BAAthKjB%2CCAAE%2CYAshKS%2CGAAG%2CGAAG%3BEA3%5C%2FJjB%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAA0hKF%2CWAAY%3BEACX%3BEACA%3BEACA%3B%3BAAGD%2CWAAY%2CGAAG%3BEACd%3B%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAID%2CWAAY%2CGAAG%2CGAAE%2CUAAU%3BEAC1B%3B%3BEACA%3B%3BAAGD%2CWAAY%2CGAAG%2CGAAG%2CEAAC%3BEAniKlB%2CaAAa%2C8CAAb%3BEAqiKA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAND%2CWAAY%2CGAAG%2CGAAG%2CEAAC%2COAjiKlB%3BAAiiKD%2CWAAY%2CGAAG%2CGAAG%2CEAAC%2COAhiKlB%3BAACA%2CEAAG%2CYA%2BhKQ%2CGAAG%2CGAAG%2CEAAC%3BAA9hKlB%2CCAAE%2CYA8hKS%2CGAAG%2CGAAG%2CEAAC%3BEAvhKlB%2CaAAa%2CqDAAb%3BEALC%3B%3BAAqiKF%2CWAAY%2CGAAG%2CGAAG%2CEAAC%3BEAClB%3B%3BAAGD%2CWAAY%2CGAAG%2CGAAG%3BEACjB%2CcAAA%3B%3BAAGD%2CWAAY%2CGAAG%2CGAAG%2CaAAY%3BAAC9B%2CWAAY%2CGAAG%2CGAAG%2CaAAY%3BEAC7B%2CcAAA%3B%3BAAGD%2CWAAY%2CGAAG%2CGAAG%3BEACjB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEAnkKA%2CaAAa%2C8CAAb%3BEAqkKA%3B%3BAAHD%2CcAhkKC%3BAAgkKD%2CcA%5C%2FjKC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAAikKF%2CcAAe%3BEACd%2CcAAA%3BEACA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CcANc%2CEAMb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGD%2CcAlBc%2CEAkBb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGD%2CcA9Bc%2CEA8Bb%3BAACD%2CcA%5C%2FBc%2CEA%2BBb%3BEACA%2CoBAAA%3B%3BAAEA%2CcAlCa%2CEA8Bb%2CMAIC%3BAAAD%2CcAlCa%2CEA%2BBb%2CMAGC%3BEACA%3BEACA%3B%3BAAGD%2CcAvCa%2CEA8Bb%2CMASC%3BAAAD%2CcAvCa%2CEA%2BBb%2CMAQC%3BEACA%3B%3B%3BAASH%3BEACC%3B%3BAAGD%2CcAAe%3BEACd%3B%3BAAGD%2CcAAe%2CqBAAoB%3BEACjC%3B%3BAAID%2CQAH4B%3BEAG5B%2CcALc%2CqBAAoB%3BIAG%5C%2FB%3B%3B%3BAAKJ%2CQAH4B%3BEAG5B%2CcARe%2CqBAAoB%3BIAM%5C%2FB%3B%3B%3BAAIJ%2CcAAe%3BEACd%3BEACA%3B%3B%3B%3BEAEA%3BEACA%3B%3B%3BAAGD%2COAAQ%2CeAAe%3BEACtB%3BEACA%3B%3B%3BAAGD%2CcAAe%2CQAAQ%2CEAAE%3BEACxB%3BEACA%3B%3BAAGD%2CcAAe%2CQAAQ%2CEAAC%2CMAAO%3BAAC%5C%2FB%2CcAAe%2CQAAQ%2CEAAC%2CMAAO%3BEAC9B%2CcAAA%3B%3BAAGD%2CcAAe%3BEACd%3B%3BAAGD%2CcAAe%2CcAAc%3BEAC5B%3B%3BAAGD%2CcAAe%2CcAAc%2CkBAAkB%3BEAC9C%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CcAAc%3BEAC5B%3BEACA%3B%3BAAGD%2CcAAe%2CcAAc%2CkBAAkB%3BEAC9C%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3BEACA%3BEACA%3B%3BAAJD%2CWAv3JC%3BEACC%3BEACA%3BEACA%3B%3BAAo3JF%2CWAj3JC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAA62JF%2CWA12JC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAu2JF%2CWA12JC%2CGA7NA%3BAAukKD%2CWA12JC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAA4kKF%2CWAAY%3BEACX%2CqBAAA%3B%3BAAGD%2COAAQ%2CYAAY%3BEACnB%3B%3BAAGD%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%2CGAAE%2CIAAI%3B%3BEAEjB%2CgCAAA%3BEA%5C%2FjGA%2CmFAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CWAyjGW%2CGAAE%2CIAAI%2CUAzjGhB%3B%3BEACA%2C2EAAA%3B%3BAAGD%2CWAqjGW%2CGAAE%2CIAAI%2CUArjGhB%3BAACD%2CWAojGW%2CGAAE%2CIAAI%2CUApjGhB%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAGD%2CWAuiGW%2CGAAE%2CIAAI%2CUAviGhB%2CMAAM%3BAACP%2CWAsiGW%2CGAAE%2CIAAI%2CUAtiGhB%2CMAAM%3BEACN%3B%3BAAGD%2CWAkiGW%2CGAAE%2CIAAI%2CUAliGhB%3B%3BEACA%3B%3BAAGD%2CWA8hGW%2CGAAE%2CIAAI%2CUA9hGhB%3B%3BEACA%3B%3BAA6hGF%2CWAAY%2CGAAE%2CIAAI%2CUA1hGjB%3BEACC%3B%3BAAyhGF%2CWAAY%2CGAAE%2CIAAI%2CUAthGjB%2CEAAC%3BEACA%3B%3BAA2hGF%2CWAAY%2CGAAG%3BEACd%2C0BAAA%3BEACA%3B%3BAAGD%2CWAAY%2CGAAE%3BEACb%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CWAAY%2CGAAE%3BEACb%3B%3BAAGD%2CWAAY%2CGAAG%3BEACd%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3BAAOD%2CWAAY%2CGAAG%3BEACd%3BEACA%2CcAAA%3B%3BAAGD%2CWAAY%3BEACX%3BEACA%2CaVnzKsB%2CoBUmzKtB%3BEACA%3BEACA%2CoBAAA%3B%3BAAGD%3BEACC%2C4BAA4B%2CuFAA5B%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEArrKA%2CaAAa%2CkDAAb%3BEAurKA%3BEACA%3B%3BAAJD%2CWAlrKC%3BAAkrKD%2CWAjrKC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAMF%2CaAAa%2CyDAAb%3B%3BAAgrKD%2CWAAY%3BEA1wKX%2CaAAa%2C8CAAb%3BEAiRA%3BEACA%3BEACA%3BEAy%5C%2FJA%3B%3BAAFD%2CWAAY%2CaAxwKX%3BAAwwKD%2CWAAY%2CaAvwKX%3BAACA%2CEAAG%2CYAswKQ%3BAArwKX%2CCAAE%2CYAqwKS%3BEA9vKX%2CaAAa%2CqDAAb%3BEALC%3B%3BAAmwKF%2CWAAY%2CaAIX%3BEACC%2CcAAA%3B%3BAAEA%2CWAPU%2CaAIX%2CEAGE%3BAACD%2CWARU%2CaAIX%2CEAIE%3BEACA%2CcAAA%3B%3BAAKH%3BEACC%3BEACA%3BEACA%3B%3BAAHD%2CQAKC%3BEACC%2CcAAA%3B%3BAANF%2CQAKC%2CEAGC%3BEACC%3BEACA%2CaV91KoB%2CoBU81KpB%3BEACA%3BEACA%3B%3BAAGD%2CQAVD%2CEAUE%3BAACD%2CQAXD%2CEAWE%3BEACA%2CcAAA%3B%3BAAFD%2CQAVD%2CEAUE%2CMAIA%3BAAHD%2CQAXD%2CEAWE%2CMAGA%3BEACC%2CcAAA%3B%3BAAMJ%3BEAlzKC%2CaAAa%2C8CAAb%3BEAozKA%3B%3BEACA%3BEACA%3B%3BAAJD%2CiBAhzKC%3BAAgzKD%2CiBA%5C%2FyKC%3BAACA%2CEAAG%3BAACH%2CCAAE%3BEAOF%2CaAAa%2CqDAAb%3BEALC%3B%3BAA2yKF%2CiBAMC%3BEACC%3BEACA%2CcAAA%3BEACA%3B%3BAAIF%2COAAQ%3BEACP%3B%3BAAGD%2COAAQ%2CWAAW%3BEAClB%3B%3BAASD%2CQANqC%3BEACpC%3BIZvyKC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CMAAM%2CgBAAN%3BIACA%3B%3B%3B%3BAYuyKF%3BEACC%3B%3B%3BAC%5C%2F5KC%2CQAAC%3BAACD%2CQAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CQAAC%3BEACC%3B%3BAD%2B5KJ%2CSAAU%2CqBAAqB%2CGAAG%3BEACjC%3B%3BAAID%3BEAEC%3B%3BEACA%2CcAAA%3B%3BAAHD%2CoBAvhKC%3BEACC%3BEACA%3BEACA%3B%3BAAohKF%2CoBAjhKC%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3B%3BAA6gKF%2CoBA1gKC%3BEA%5C%2FNA%2CaAAa%2C0CAAb%3B%3BEAkOC%3B%3BAAugKF%2CoBA1gKC%2CGA7NA%3BAAuuKD%2CoBA1gKC%2CGA5NA%3BEACC%2CaVlLqB%2CoBUkLrB%3BEACA%3B%3BAAouKF%2CoBAKC%2CGAAE%3BEACC%3BEACA%3B%3BEACA%3BEACA%3B%3BAATJ%2CoBAWC%3BEACC%3B%3BAAZF%2CoBAWC%2CGAGC%3BEAljKD%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAgiKD%2CoBAWC%2CGAGC%2CGAGC%3BEACC%3BEACA%3B%3BEACA%3B%3BAApBJ%2CoBAWC%2CGAGC%2CGASC%3BEACC%3BEACA%3BEACA%3B%3BAA1BJ%2CoBAWC%2CGAGC%2CGASC%2CWAKC%3BEACC%3B%3BAA7BL%2CoBAmCC%2CGAAE%3BEACD%3B%3BEACA%2CcAAA%3BEACA%3B%3BAAtCF%2CoBAmCC%2CGAAE%2COAKD%3BEACC%3B%3BAAzCH%2CoBA6CC%3BEAEC%3BEACA%3B%3B%3BAC19KA%2CoBDu9KD%2CcCv9KE%3BAACD%2CoBDs9KD%2CcCt9KE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CoBDk9KD%2CcCl9KE%3BEACC%3B%3BADo6KJ%2CoBA6CC%2CcAKC%2CGAAE%3BAAlDJ%2CoBA6CC%2CcAMC%3BEACC%3BEACA%3B%3BAArDH%2CoBAyDC%2CkBAAkB%3BEACjB%2CaVr9KiB%2CiDUq9KjB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9DF%2CoBAiEC%2CGAAE%3BEACD%3BEACA%3BEACA%3B%3BAAIF%2C8BAA%2BB%2CqBAAqB%3BEACnD%3BEACA%3B%3BAAGD%2C8BAA%2BB%2CqBAAqB%2CeAAe%3BEAClE%3B%3BAAID%2COAAQ%2CqBAAqB%2CGAAG%2CGAAG%2CWAAW%3BEAC7C%3B%3BAAGD%2CcACC%3BEACC%3BEACA%3BEACA%3B%3BAAJF%2CcACC%2CQAKC%3BEACC%3B%3BAAEA%2CcARF%2CQAKC%2CEAGE%3BAACD%2CcATF%2CQAKC%2CEAIE%3BEACA%2CcAAA%3B%3BAAXJ%2CcAgBC%3BEACC%3BEACA%2CaVngLiB%2CiDUmgLjB%3BEACA%3BEACA%3B%3BAApBF%2CcAgBC%2CGAMC%3BEACC%3B%3B%3BAAOH%3BEACC%3B%3BAADD%2CUAGC%2CEAAC%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEAt7KD%2CaAAa%2C%2BCAAb%3B%3BAA%2B6KD%2CUAGC%2CEAAC%2CaAh7KD%3BAA66KD%2CUAGC%2CEAAC%2CaA%5C%2F6KD%3BAACA%2CEAAG%2CWA86KH%2CEAAC%3BAA76KD%2CCAAE%2CWA66KF%2CEAAC%3BEAt5KD%2CaAAa%2CsDAAb%3BEArBC%3B%3BAAw6KF%2CUAGC%2CEAAC%2CaAh7KD%2CGA4BA%3BAAi5KD%2CUAGC%2CEAAC%2CaA%5C%2F6KD%2CEA2BA%3BAA1BA%2CEAAG%2CWA86KH%2CEAAC%2CaAp5KD%3BAAzBA%2CCAAE%2CWA66KF%2CEAAC%2CaAp5KD%3BAAi5KD%2CUAGC%2CEAAC%2CaAh7KD%2CGA6BA%3BAAg5KD%2CUAGC%2CEAAC%2CaA%5C%2F6KD%2CEA4BA%3BAA3BA%2CEAAG%2CWA86KH%2CEAAC%2CaAn5KD%3BAA1BA%2CCAAE%2CWA66KF%2CEAAC%2CaAn5KD%3BAACA%2CCAAE%2CWAk5KF%2CEAAC%2CaAh7KD%3BAA8BA%2CCAAE%2CWAk5KF%2CEAAC%2CaA%5C%2F6KD%3BAA6BA%2CCAAE%2CGA5BC%2CWA86KH%2CEAAC%3BAAl5KD%2CCAAE%2CEA3BA%2CWA66KF%2CEAAC%3BAAj5KD%2CMAAO%2CWAi5KP%2CEAAC%2CaAh7KD%3BAA%2BBA%2CMAAO%2CWAi5KP%2CEAAC%2CaA%5C%2F6KD%3BAA8BA%2CMAAO%2CGA7BJ%2CWA86KH%2CEAAC%3BAAj5KD%2CMAAO%2CEA5BL%2CWA66KF%2CEAAC%3BEAt8KD%2CaAAa%2CqDAAb%3B%3BAAm8KD%2CUAGC%2CEAAC%2CaAx6KD%3BAAq6KD%2CUAGC%2CEAAC%2CaAv6KD%3BAACA%2CMAAO%2CWAs6KP%2CEAAC%3BAAr6KD%2CCAAE%2CWAq6KF%2CEAAC%3BEAl9KD%2CaAAa%2C8CAAb%3BEA%2BCC%3B%3BAAg6KF%2CUAGC%2CEAAC%2CaAx6KD%2COAxCA%3BAA68KD%2CUAGC%2CEAAC%2CaAv6KD%2CEAzCA%3BAA0CA%2CMAAO%2CWAs6KP%2CEAAC%2CaAh9KD%3BAA2CA%2CCAAE%2CWAq6KF%2CEAAC%2CaAh9KD%3BAA68KD%2CUAGC%2CEAAC%2CaAx6KD%2COAvCA%3BAA48KD%2CUAGC%2CEAAC%2CaAv6KD%2CEAxCA%3BAAyCA%2CMAAO%2CWAs6KP%2CEAAC%2CaA%5C%2F8KD%3BAA0CA%2CCAAE%2CWAq6KF%2CEAAC%2CaA%5C%2F8KD%3BAACA%2CEAAG%2CWA88KH%2CEAAC%2CaAx6KD%3BAAtCA%2CEAAG%2CWA88KH%2CEAAC%2CaAv6KD%3BAAvCA%2CEAAG%2COAwCI%2CWAs6KP%2CEAAC%3BAA98KD%2CEAAG%2CEAyCD%2CWAq6KF%2CEAAC%3BAA78KD%2CCAAE%2CWA68KF%2CEAAC%2CaAx6KD%3BAArCA%2CCAAE%2CWA68KF%2CEAAC%2CaAv6KD%3BAAtCA%2CCAAE%2COAuCK%2CWAs6KP%2CEAAC%3BAA78KD%2CCAAE%2CEAwCA%2CWAq6KF%2CEAAC%3BEAt8KD%2CaAAa%2CqDAAb%3BEALC%3B%3BAAk9KA%2CUAPD%2CEAAC%2CaAOC%3BAACD%2CUARD%2CEAAC%2CaAQC%3BEACA%2CcAAA%3B%3BAAZH%2CUAgBC%2CEAAC%3BAAhBF%2CUAiBC%2CEAAC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAxBF%2CUA2BC%2CEAAC%3BEACA%3BEACA%2CsBAAsB%2CmDAAtB%3BEACA%2CmCAAA%3B%3BAA9BF%2CUAiCC%2CEAAC%3BEACA%3BEACA%2CsBAAsB%2CmDAAtB%3BEACA%2CoCAAA%3B%3BAApCF%2CUAuCC%2CcAAa%3BEACZ%2CcAAA%3BEACA%3BEACA%2CmBAAA%3B%3B%3BAAMF%2CQAAQ%3BEACP%3B%3B%3B%3BAAKA%2CoBAAqB%3BEACpB%3B%3BAAIF%2CcAAe%2CqBACd%2CGAAE%2COAAQ%3BEACT%3B%3BAAFF%2CcAAe%2CqBAKd%2CGAAG%3BEACF%3B%3BAAIF%3BEACC%3B%3B%3B%3B%3B%3BAASD%2CcAAe%2CqBACd%3BEACC%3B%3BAAFF%2CcAAe%2CqBAKd%2CGAAG%3BEACF%3B%3BAANF%2CcAAe%2CqBASd%3B%3BEAEC%3B%3BAAXF%2CcAAe%2CqBASd%2CkBAIC%2CEAAC%3B%3BEAEA%3B%3BAAfH%2CcAAe%2CqBASd%2CkBASC%3BEACC%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAvBH%2CcAAe%2CqBA2Bd%3BEAEC%3BEACA%3B%3BAC3oLA%2CcD6mLa%2CqBA2Bd%2CcCxoLE%3BAACD%2CcD4mLa%2CqBA2Bd%2CcCvoLE%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CcDwmLa%2CqBA2Bd%2CcCnoLE%3BEACC%3B%3BADumLJ%2CcAAe%2CqBA2Bd%2CcAKC%3BEA9jLD%2CaAAa%2C8CAAb%3BEAgkLE%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAArCH%2CcAAe%2CqBA2Bd%2CcAKC%2CGA5jLD%3BAA4hLD%2CcAAe%2CqBA2Bd%2CcAKC%2CGA3jLD%3BAACA%2CEAAG%2CeA0hLW%2CqBA2Bd%2CcAKC%3BAAzjLD%2CCAAE%2CeAyhLY%2CqBA2Bd%2CcAKC%3BEAljLD%2CaAAa%2CqDAAb%3BEALC%3B%3BAAuhLF%2CcAAe%2CqBA2Bd%2CcAaC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CcA9CY%2CqBA2Bd%2CcAaC%2CaAME%3BEACA%3B%3BAA%5C%2FCJ%2CcAAe%2CqBA2Bd%2CcAaC%2CaAUC%3BEACC%3B%3BAAEA%2CcArDW%2CqBA2Bd%2CcAaC%2CaAUC%2CEAGE%2CMAEA%3BAADD%2CcAtDW%2CqBA2Bd%2CcAaC%2CaAUC%2CEAIE%2CMACA%3BEACC%2CkCAAA%3B%3BAAxDN%2CcAAe%2CqBA2Bd%2CcAmCC%3BEACC%3B%3BEACA%3BEACA%3B%3BAAjEH%2CcAAe%2CqBA2Bd%2CcAyCC%3BEACC%3BEACA%2CyBAAA%3B%3BAAtEH%2CcAAe%2CqBA2Bd%2CcA8CC%3BEACC%3BEACA%2CyBAAA%3B%3BAA3EH%2CcAAe%2CqBA2Bd%2CcAmDC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BEACA%3B%3B%3BAAOH%2CWAAY%3BEACX%3B%3BAAGD%2CWAAY%2CGAAE%3BEACb%2CcAAA%3BEACA%3BEACA%3B%3B%3B%3BAAID%3BEACC%3B%3B%3BAAKD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEA12JA%2CyBAAA%3BEACA%2CoCAAA%3BEAGA%3BEACA%2C%2BBAAA%3BEACA%2CYAAa%2C4FAAb%3BEACA%2CkGAAA%3BEAq2JA%3B%3BAAGD%2CQAAQ%3BEACP%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3B%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3B%3BAAGD%3BAACA%2CSAAU%3BEACT%3B%3BAAGD%2CSAAU%3BEAET%3BEACA%3BEACA%3BEACA%3B%3BAAv7GA%2CSAk7GS%2CGAl7GR%3BEACA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAu7GF%2CSAAU%2CGAAE%3BEACX%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%3BAACV%2CSAAU%3BEACT%3B%3BAAGD%3BEACC%3B%3BAAGD%2CWAAW%3BEACV%3B%3BAAGD%2CkBAAmB%3BEAClB%3B%3BAAGD%2CSAAU%3BEACT%3B%3BEACA%3BEAEA%3B%3B%3BAAID%2CSAAU%3BEACT%2CcAAA%3BEACA%3B%3BAAGD%2CSAAU%2CaAAa%2COAAO%3BEAC7B%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CaAAa%2COAAO%3BEAC7B%3BEACA%3B%3BAAGD%2CSAAU%3BEA5uLT%2CaAAa%2C8CAAb%3B%3BEA%2BuLA%3B%3BEACA%3B%3B%3BAAJD%2CSAAU%2CmBA1uLT%3BAA0uLD%2CSAAU%2CmBAzuLT%3BAACA%2CEAAG%2CUAwuLM%3BAAvuLT%2CCAAE%2CUAuuLO%3BEAhuLT%2CaAAa%2CqDAAb%3BEALC%3B%3BAA4uLF%2COAAQ%2CUAAU%3BEACjB%3B%3B%3BAAGD%2CSAAU%2CmBAAmB%3BEAC5B%3BEACA%3BEACA%3BEA1vLA%2CaAAa%2C8CAAb%3BEA4vLA%3BEACA%2C2CAAA%3BEACA%3BEACA%3BEACA%3B%3BAATD%2CSAAU%2CmBAAmB%2CGArvL5B%3BAAqvLD%2CSAAU%2CmBAAmB%2CGApvL5B%3BAACA%2CEAAG%2CUAmvLM%2CmBAAmB%3BAAlvL5B%2CCAAE%2CUAkvLO%2CmBAAmB%3BEA3uL5B%2CaAAa%2CqDAAb%3BEALC%3B%3BAA4vLF%2CSAAU%2CmBAAmB%3BEAC5B%3B%3BAAGD%2CSAAU%2CmBAAmB%2CEAAC%3BAAAO%2CSAAU%2CmBAAmB%2CEAAC%3BEAClE%2C2CAAA%3B%3BAAGD%2CSAAU%2CmBAAmB%2CEAAC%3BEAC7B%3BEACA%3B%3BAAID%2CSAAU%3BEACT%3BEACA%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%3B%3BEACA%3BEAEA%3B%3BAAGD%2CSAAU%3BEACT%3BEAhtLA%2CaAAa%2CkDAAb%3BEAktLA%3BEACA%3B%3BAAJD%2CSAAU%2CSA7sLT%3BAA6sLD%2CSAAU%2CSA5sLT%3BAACA%2CEAAG%2CUA2sLM%3BAA1sLT%2CCAAE%2CUA0sLO%3BEApsLT%2CaAAa%2CyDAAb%3B%3BAA2sLD%2CSAAU%3BAACV%2CSAAU%3BEACT%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CSAAS%3BEAClB%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%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%3BAA%2BBD%2CSAAU%2COAAM%3BAAChB%2CSAAU%2COAAM%3BAAChB%2CSAAU%2COAAM%3BEA33Lf%2CaAAa%2CiDAAb%3BEA63LA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAXD%2CSAAU%2COAAM%2CaAv3Lf%3BAAw3LD%2CSAAU%2COAAM%2CaAx3Lf%3BAAy3LD%2CSAAU%2COAAM%2CeAz3Lf%3BAAu3LD%2CSAAU%2COAAM%2CaAt3Lf%3BAAu3LD%2CSAAU%2COAAM%2CaAv3Lf%3BAAw3LD%2CSAAU%2COAAM%2CeAx3Lf%3BAACA%2CEAAG%2CUAq3LM%2COAAM%3BAAr3Lf%2CEAAG%2CUAs3LM%2COAAM%3BAAt3Lf%2CEAAG%2CUAu3LM%2COAAM%3BAAt3Lf%2CCAAE%2CUAo3LO%2COAAM%3BAAp3Lf%2CCAAE%2CUAq3LO%2COAAM%3BAAr3Lf%2CCAAE%2CUAs3LO%2COAAM%3BEAv2Lf%2CaAAa%2CgDAAb%3BEAbC%3B%3BAAk3LF%2CSAAU%2COAAM%2CaAv3Lf%2CGAoBA%3BAAo2LD%2CSAAU%2COAAM%2CaAx3Lf%2CGAoBA%3BAAq2LD%2CSAAU%2COAAM%2CeAz3Lf%2CGAoBA%3BAAm2LD%2CSAAU%2COAAM%2CaAt3Lf%2CEAmBA%3BAAo2LD%2CSAAU%2COAAM%2CaAv3Lf%2CEAmBA%3BAAq2LD%2CSAAU%2COAAM%2CeAx3Lf%2CEAmBA%3BAAlBA%2CEAAG%2CUAq3LM%2COAAM%2CaAn2Lf%3BAAlBA%2CEAAG%2CUAs3LM%2COAAM%2CaAp2Lf%3BAAlBA%2CEAAG%2CUAu3LM%2COAAM%2CeAr2Lf%3BAAjBA%2CCAAE%2CUAo3LO%2COAAM%2CaAn2Lf%3BAAjBA%2CCAAE%2CUAq3LO%2COAAM%2CaAp2Lf%3BAAjBA%2CCAAE%2CUAs3LO%2COAAM%2CeAr2Lf%3BAAm2LD%2CSAAU%2COAAM%2CaAv3Lf%2CGAqBA%3BAAm2LD%2CSAAU%2COAAM%2CaAx3Lf%2CGAqBA%3BAAo2LD%2CSAAU%2COAAM%2CeAz3Lf%2CGAqBA%3BAAk2LD%2CSAAU%2COAAM%2CaAt3Lf%2CEAoBA%3BAAm2LD%2CSAAU%2COAAM%2CaAv3Lf%2CEAoBA%3BAAo2LD%2CSAAU%2COAAM%2CeAx3Lf%2CEAoBA%3BAAnBA%2CEAAG%2CUAq3LM%2COAAM%2CaAl2Lf%3BAAnBA%2CEAAG%2CUAs3LM%2COAAM%2CaAn2Lf%3BAAnBA%2CEAAG%2CUAu3LM%2COAAM%2CeAp2Lf%3BAAlBA%2CCAAE%2CUAo3LO%2COAAM%2CaAl2Lf%3BAAlBA%2CCAAE%2CUAq3LO%2COAAM%2CaAn2Lf%3BAAlBA%2CCAAE%2CUAs3LO%2COAAM%2CeAp2Lf%3BAACA%2CMAAO%2CUAi2LE%2COAAM%2CaAv3Lf%3BAAsBA%2CMAAO%2CUAk2LE%2COAAM%2CaAx3Lf%3BAAsBA%2CMAAO%2CUAm2LE%2COAAM%2CeAz3Lf%3BAAsBA%2CMAAO%2CUAi2LE%2COAAM%2CaAt3Lf%3BAAqBA%2CMAAO%2CUAk2LE%2COAAM%2CaAv3Lf%3BAAqBA%2CMAAO%2CUAm2LE%2COAAM%2CeAx3Lf%3BAAqBA%2CMAAO%2CGApBJ%2CUAq3LM%2COAAM%3BAAj2Lf%2CMAAO%2CGApBJ%2CUAs3LM%2COAAM%3BAAl2Lf%2CMAAO%2CGApBJ%2CUAu3LM%2COAAM%3BAAn2Lf%2CMAAO%2CEAnBL%2CUAo3LO%2COAAM%3BAAj2Lf%2CMAAO%2CEAnBL%2CUAq3LO%2COAAM%3BAAl2Lf%2CMAAO%2CEAnBL%2CUAs3LO%2COAAM%3BAAl2Lf%2CCAAE%2CUAg2LO%2COAAM%2CaAv3Lf%3BAAuBA%2CCAAE%2CUAi2LO%2COAAM%2CaAx3Lf%3BAAuBA%2CCAAE%2CUAk2LO%2COAAM%2CeAz3Lf%3BAAuBA%2CCAAE%2CUAg2LO%2COAAM%2CaAt3Lf%3BAAsBA%2CCAAE%2CUAi2LO%2COAAM%2CaAv3Lf%3BAAsBA%2CCAAE%2CUAk2LO%2COAAM%2CeAx3Lf%3BAAsBA%2CCAAE%2CGArBC%2CUAq3LM%2COAAM%3BAAh2Lf%2CCAAE%2CGArBC%2CUAs3LM%2COAAM%3BAAj2Lf%2CCAAE%2CGArBC%2CUAu3LM%2COAAM%3BAAl2Lf%2CCAAE%2CEApBA%2CUAo3LO%2COAAM%3BAAh2Lf%2CCAAE%2CEApBA%2CUAq3LO%2COAAM%3BAAj2Lf%2CCAAE%2CEApBA%2CUAs3LO%2COAAM%3BEAv0Lf%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAA42LF%2CSAAU%2COAAM%3BEACf%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2COAAM%3BEACf%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2COAAM%2CaAAa%3BAAC7B%2CSAAU%2COAAM%2CaAAa%3BAAC7B%2CSAAU%2COAAM%2CaAAa%3BAAC7B%2CSAAU%2COAAM%2CaAAa%3BAAC7B%2CSAAU%2COAAM%2CeAAe%3BAAC%5C%2FB%2CSAAU%2COAAM%2CeAAe%3BEAC9B%3B%3BAAGD%2CSAAU%2COAAM%2CaAAc%3BAAC9B%2CSAAU%2COAAM%2CaAAc%3BAAC9B%2CSAAU%2COAAM%2CeAAgB%3BEZr1L9B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CMAAM%2CgBAAN%3BEACA%3B%3BAYk1LF%2CSAAU%2COAAM%3BEACf%3BEACA%3BEACA%3BEACA%3B%3B%3BAAKD%3BEACC%2CSAAU%2COAAM%3BIACf%3BIACA%3BIACA%3B%3B%3BAAIF%3BAACA%2CcAAc%3BAACd%2CcAAc%3BAACd%2CcAAe%3BAACf%2CcAAe%2CEAAC%3BAAChB%2CcAAe%2CEAAC%3BEACf%3BEACA%3B%3BAAqBD%2CQAlByB%3BEACvB%2CiBAIA%3BEAHA%2CmBAGA%3BEAFA%2CcAEA%3BEADA%2CYACA%3BIACG%3BIACA%3BIACA%3B%3BEAGH%2CuBAAwB%3BIACtB%3B%3BEAEH%2CUAAW%3BIACR%3B%3B%3BAAcJ%2CQAXyB%3BEACxB%2CuBAAwB%3BIACvB%3B%3BEAED%2CUAAW%3BIACV%3B%3B%3BAAkCF%2CQA5B0B%3BEACzB%2CcAAiB%2CcAAW%3BIAC3B%3B%3BEAGD%2CcAAiB%2CcAAW%3BIAC3B%3B%3BEAED%2CcAAiB%2CcAAW%3BIAC3B%3B%3BEAGD%2CcAAe%2CMAAK%3BEACpB%2CcAAe%2CEAAC%3BIACf%3BIACA%3B%3BEAGD%2CcAAe%2CMAAK%3BEACpB%2CcAAe%2CEAAC%3BIACf%3B%3BEAGD%2CuBAAwB%3BIACpB%3B%3B%3B%3BAAgBL%2CQAV%2BB%2CoBAA0B%3BEACxD%3BIACC%3B%3BEAGD%3BIACC%3B%3B%3BAAqBF%2CQAjB%2BB%3BEAC9B%2COAAQ%3BEACR%2COAAQ%3BEACR%2COAAQ%3BEACR%3BEACA%3BEACA%2COAAO%3BEACP%3BEACA%3BEACA%3BEACA%2CWAAY%3BEACZ%2CWAAY%3BEACZ%2CWAAY%3BIACX%3B%3B%3BAAIF%2COACC%2CQAAQ%3BAADT%2COAEC%2CQAAQ%3BAAFT%2COAGC%2CQAAQ%3BAAHT%2COAIC%3BAAJD%2COAKC%3BAALD%2COAMC%2CQAAO%3BAANR%2COAOC%3BAAPD%2COAQC%3BAARD%2COASC%3BAATD%2COAUC%2CYAAY%3BAAVb%2COAWC%2CYAAY%3BAAXb%2COAYC%2CYAAY%3BEACX%3B%3BAA4GF%2CQAvG%2BB%3BEAG9B%3BIACC%3BIACA%2CcAAA%3B%3BEAGD%3BIACC%3B%3BEAGD%2CSAAU%3BIACT%2CmBAAA%3B%3BEAGD%2CSAAU%3BEACV%2CSAAU%3BIACT%3B%3BEAGD%2CSAAU%2CQAAO%2CYAAY%3BEAC7B%2CSAAU%2CYAAW%2CYAAY%3BIAChC%2CwBAAA%3B%3BEAGD%2CSAAU%2CIAAG%3BIACZ%3B%3BEAGD%3BIACC%3B%3BEAGD%2COAAO%3BEACP%2CSAAU%2CQAAO%3BIAChB%3B%3BEAGD%2COAAO%2CSAAU%2CGAAE%3BIAClB%3B%3BEAGD%2COAAO%2CSAAU%2CGAAE%2CQAAS%3BIAC3B%3B%3BEAGD%2COAAO%2CSAAU%2CGAAE%3BIAClB%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%3B%3BEAGD%2COAAQ%3BIACP%3B%3BEAGD%2CUAAY%2CeAAe%3BIAC1B%3B%3BEAGD%2CUAAY%2CeAAe%3BIAC1B%3B%3BEAID%2CUAAW%2CWAAW%2CeAAe%3BIACpC%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%3BIACpC%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CSAAU%3BEACV%2CSAAU%3BIACT%3BIACA%3BIACA%3B%3BEAGD%2CSAAU%3BIACT%3BIACA%3B%3BEAGD%2CSAAU%3BIACT%3B%3B%3BAAYF%2CQAN2B%3BEAC1B%2CsBAAuB%2CcAAc%3BIACpC%3B%3B%3BAAkCF%2CQA9B%2BB%3B%3B%3B%3BEAM9B%3BIACC%3B%3BEAGD%2COACC%3BEADD%2COAEC%3BIACC%3B%3BEAHF%2COAMC%3BIACC%3B%3BEAIF%2CSAAU%2CYAAY%2CYAAW%3BIAChC%3B%3BEAGD%2COAAO%2CSAAU%2CGAAE%3BIAClB%3B%3B%3BAAsnBF%2CQAlnB%2BB%3BEAC9B%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2COAAO%2CSAAU%2CGAAE%3BIAClB%3B%3BEAGD%3BIACC%3B%3BEAGD%3BEACA%3BEACA%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3B%3BEAGD%2CIAAI%2COAAO%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BIAC5E%3B%3BEAGD%2CIAAI%2CsBAAuB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BEACzE%2CIAAI%2CuBAAwB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BIACzE%3B%3BEAGD%2CIAAI%2CiBAAkB%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BIACnE%3B%3BEAGD%3BEACA%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%2CKAAK%3BIACJ%2C8DAAA%3BIACA%2C2DAAA%3BIACA%2CsDAAA%3B%3BEAGD%2COAAQ%3BIACP%3B%3BEAGD%2COAAQ%2COAAO%2CGAAG%3BIAMjB%3B%3BEALA%2COADO%2COAAO%2CGAAG%2CGAChB%2CUAAU%3BEACX%2COAFO%2COAAO%2CGAAG%2CGAEhB%2CUAAU%3BIACV%3B%3BEAMF%2COAAQ%3BIACP%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CQAAS%3BIACR%3BIACA%3B%3BEAKD%3BIACC%3BIACA%3BIACA%3B%3BEAHD%2CSAKC%3BIACC%3B%3BEANF%2CSASC%3BIACC%3B%3BIACA%3BIACA%3B%3BEAZF%2CSAeC%2CSACC%3BIACC%3B%3BIACA%3B%3BEAEA%2CSALF%2CSACC%2CEAIE%3BIACA%3B%3BIACA%3B%3BEAGD%2CSAVF%2CSACC%2CEASE%3BIACA%3B%3BIACA%3B%3BEAMJ%2CMAAO%2CGAAG%3BEACV%2CUAAW%3BIACV%3BIACA%3B%3BEAGD%2CMAAO%3BIACN%3B%3BIACA%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%3BEACA%3BIACC%3BIACA%3BIACA%3B%3B%3B%3B%3BEAOD%2CSAAU%2CQAAQ%3BIACjB%3B%3B%3BEAGD%2COAAO%3BEACP%2CSAAU%2CQAAO%3BIACb%3BIACA%3B%3BEAGJ%2CSAAU%2CQAAO%2CQAAS%3BIACzB%3B%3BEADD%2CSAAU%2CQAAO%2CQAAS%2CaAGzB%3BIACC%3BIACA%3B%3BEAIF%2CkBAAkB%3BIACd%3BIACA%3B%3BEAGJ%3BIACC%3BIACA%3B%3B%3BEAGD%2CSAAS%3BIACR%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%2CoBAAoB%3BIAC3B%3BIACA%3B%3BEAGD%2COAAQ%2CoBAAoB%2CQAAO%3BIAClC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%3BEACR%2COAAQ%3BIACP%3B%3BEAGD%2COAAQ%3BIACP%3B%3B%3BEAGD%2COAAQ%2CoBAAoB%3BEAC5B%2COAAQ%3BIACP%3B%3B%3BEAGD%3BIACC%3BIACA%3BIACA%2CoBAAA%3BIACA%3BIACA%3BIACA%3B%3BEAND%2COAQC%3BEARD%2COASC%3BEATD%2COAUC%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAdF%2COAkBC%2CKAAI%3BIACH%3BIACA%3BIACA%3BIACA%3B%3BEAtBF%2COAyBC%3BIACC%2C8BAAA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEA9BF%2COAyBC%2COAOC%3BIACC%3B%3BEAjCH%2COAyBC%2COAOC%2CGAEC%3BIACC%3BIACA%3BIACA%3B%3BEArCJ%2COAyBC%2COAOC%2CGAEC%2CGAKC%2CEAAC%3BIACA%2CoCAAA%3B%3BEAxCL%2COAyBC%2COAOC%2CGAEC%2CGAKC%2CEAAC%2CYAGA%3BIACC%3B%3BEA3CN%2COAyBC%2COAwBC%3BIACC%3B%3BEAlDH%2COAsDC%2CGAAE%3BIACD%3BIACA%3B%3BIACA%2C8BAAA%3BIACA%3B%3BEA1DF%2COAsDC%2CGAAE%2CaAMD%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAEA%2COAfF%2CGAAE%2CaAMD%2CGASE%2CUAAU%3BIACV%2C%2BBAAA%3B%3BEAtEJ%2COAsDC%2CGAAE%2CaAMD%2CGAaC%3BIACC%3B%3BEAEA%2COAtBH%2CGAAE%2CaAMD%2CGAaC%2CEAGE%3BEACD%2COAvBH%2CGAAE%2CaAMD%2CGAaC%2CEAIE%3BIACA%2CcAAA%3B%3BEA9EL%2COAqFC%2COAAO%2CYAAY%3BIAClB%3BIACA%3B%3BEAvFF%2COA0FC%3BIACC%3BIACA%3BIACA%3B%3BEA7FF%2COAgGC%3BIACC%3B%3BEAjGF%2COAoGC%3BIACC%3BIACA%3BIACA%3B%3BEAvGF%2COAoGC%2CWAKC%3BIACC%3BIACA%3B%3BEA3GH%2COAoGC%2CWAUC%3BIACC%3B%3B%3BEA%5C%2FGH%2COAoGC%2CWAcC%3BIACC%3B%3BIACA%3B%3BEApHH%2COAoGC%2CWAmBC%3BIACC%3B%3BEAxHH%2COAoGC%2CWAuBC%3BIACC%2CcAAA%3BIACA%3B%3B%3BEA7HH%2COAoGC%2CWA4BC%3BEAhIF%2COAoGC%2CWA6BC%3BIACC%3B%3B%3BEAlIH%2COAoGC%2CWAiCC%3BIACC%3BIACA%3B%3BEAvIH%2COAoGC%2CWAsCC%3BIACC%3B%3BEA3IH%2COA%2BIC%3BIACC%3B%3BEAhJF%2COAmJC%3BIACC%3BIACA%2CwBAAA%3BIACA%3B%3BEAIF%3BEACA%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CIAAI%2CiBAAkB%3BIACrB%3BIACA%2C6BAAA%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3B%3BEAGD%2CaAAc%2CMAAK%3BIAClB%2C6BAAA%3BIACA%3B%3BEAGD%2CaAAc%2CMAAK%3BIAClB%3B%3BEADD%2CaAAc%2CMAAK%2CSAGlB%3BIACC%3B%3BEAJF%2CaAAc%2CMAAK%2CSAGlB%2CGAGC%2CGAAE%3BIACD%3B%3BEAKH%2CgBAAiB%2CYAAW%2CQAAS%2C0BAA0B%3BEAC%5C%2FD%2CSAAU%2CQAAO%2CQAAS%2CaAAa%3BIACtC%3BIACA%3B%3BEAGD%2CUAAW%3BIACV%3B%3BEAGD%2CUAAW%2CeAAe%3BEAC1B%2CUAAW%2CeAAe%3BEAC1B%2CUAAW%2CeAAe%2CkBAAkB%3BEAC5C%2CUAAW%2CeAAe%2CkBAAkB%3BIAC3C%3BIACA%3B%3BEAGD%2CUAAY%2CeAAe%2CkBAAkB%3BIAC5C%3B%3BEAGD%2CUAAY%2CeAAe%2CkBAAkB%2CaAAa%3BIACzD%3B%3BEAGD%2CUAAY%2CeAAe%2CkBAAkB%3BIAC5C%3BIACA%3B%3BEAGD%2CcAAe%2CiBAAiB%3BIAC%5C%2FB%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%3BEACrC%2CUAAW%2CWAAW%2CeAAe%3BEACrC%2CUAAW%2CWAAW%2CeAAe%2CkBAAkB%3BEACvD%2CUAAW%2CWAAW%2CeAAe%2CkBAAkB%3BIACtD%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%2CkBAAkB%3BIACtD%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%2CkBAAkB%3BIACtD%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%2CiBAAiB%3BIACrD%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%3BIACpC%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%3BIACpC%3B%3BEAGD%2CSAAU%3BIA%5C%2FnMV%3B%3BEAEA%2CSA6nMU%2CGA7nMT%3BEACD%2CSA4nMU%2CGA5nMT%3BIACA%3BIAcD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAfA%2CSAunMU%2CGAvnMT%3BIACA%3B%3BEAGD%2CSAmnMU%2CGAnnMT%3BIACA%3B%3BEAsnMD%2CQAAS%3BIACR%3B%3BEAGD%3BEACA%3BIACC%3BIACA%3B%3BEAGD%2CWAAY%3BIACX%3BIACA%3B%3BEAGD%2CWAAY%2CQAAO%2CYAAY%3BIAC9B%3BIACA%3B%3BEAGD%2CWAAY%2CQAAO%2CYAAY%3BEAC%5C%2FB%2CWAAY%2CQAAO%2CYAAY%3BIAC9B%3B%3BEAGD%2CWAAY%2CQAAO%2COAAO%3BEAC1B%2CWAAY%2CQAAO%2COAAO%3BIACzB%3B%3BEAGD%2CSAAU%2CqBAAqB%3BIAC9B%3B%3BEADD%2CSAAU%2CqBAAqB%2CcAG9B%3BIACC%3B%3BEAIF%2CUAAW%3BEACX%2CcAAe%3BEACf%3BIACC%3BIACA%3B%3BEAGD%3BEACA%3BEACA%3BIACC%3B%3BEAGD%3BEAAY%3BIACX%3B%3BEAGD%3BIACC%3B%3BEAGD%2CQAAQ%3BIACP%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%2CeAAgB%3BIACf%3BIACA%3B%3BEAGD%2CeAAgB%3BIACf%3B%3BEAGD%2CeAAgB%3BEAChB%3BIACC%3BIACA%3B%3BEAGD%2CcAAe%3BIACd%3B%3BEAGD%3BIACC%3BIAruMD%3B%3BEAEA%2CWAAC%3BIACA%3BIACA%3BIAwBD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAwsMA%2CWAAY%2CGAAG%3BIACd%3B%3BEAGD%2CWAAY%2CGAAG%2CGAAE%2CUAAU%3BIAC1B%3B%3BEAGD%2CWAAY%2CGAAG%2CGAAG%3BIACjB%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%2CGAAG%2CEAAC%3BIAClB%3B%3BEAGD%2CuBAAwB%2CqBAAoB%3BIAC3C%3B%3BEAGD%2CuBAAwB%3BIACvB%3B%3BEAGD%2CWAAY%2CwBAAwB%3BIACnC%3B%3BEAGD%2CQAAS%3BIACR%3B%3BEAGD%2CcAAe%3BIACd%2C6BAAA%3BIAjwMD%3B%3BEAEA%2CcA8vMe%2CYA9vMd%3BEACD%2CcA6vMe%2CYA7vMd%3BIACA%3BIAcD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAfA%2CcAwvMe%2CYAxvMd%3BIACA%3B%3BEAGD%2CcAovMe%2CYApvMd%3BIACA%3B%3BEAwvMD%2CcAAe%3BIACd%3B%3BEAGD%2CcAAe%3BIACd%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%3B%3B%3BAAm%2BBF%2CQA%5C%2F9B%2BB%3BEAE9B%3BIACC%2C8BAAA%3B%3BEAKC%2CSADD%2CSACE%3BEACD%2CSAFD%2CSAEE%3BEACD%2CSAHD%2CSAGE%3BIACA%3BIACA%3B%3BEANH%2CSACC%2CSAQC%2CQAAO%3BIACN%3B%3BEAVH%2CSACC%2CSAYC%3BIACC%3B%3BEAdH%2CSAkBC%2CeAAe%2CaAAa%3BIAC3B%3BIACA%3BIACA%3BIACA%3B%3BEAIF%3BIACC%3BIAh0MD%3BIAk0MC%2CgCAAA%3BIACA%3BIAGA%3BIACA%3BIACA%3B%3BEAt0MD%2CkBAAC%3BIACA%3BIACA%3BIAwBD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEC3kBC%2CkBAAC%3BEACD%2CkBAAC%3BIACC%2CSAAS%2CGAAT%3BIACA%3B%3BEAEF%2CkBAAC%3BIACC%3B%3BED%2B2NH%3BIACC%2CgCAAA%3BIA50MD%3BIA80MC%3BIAEA%3BIACA%3BIACA%3B%3BEAh1MD%2CkBAAC%3BIACA%3BIACA%3BIAwBD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAozMA%3BIACC%2CgCAAA%3BIACA%3B%3BEAGD%2CMAAO%2CGAAG%3BEACV%2CUAAW%3BIACV%3B%3BEAGD%2CMAAO%3BIACN%3B%3BEAGD%3BEACA%3BIACC%3BIACA%3BIACA%2CcAAA%3B%3BEAGD%2CSAAU%3BIACT%3B%3BEAGD%2CSAAU%3BEACV%2CSAAU%3BIACT%3B%3BEAGD%2COAAO%3BIACN%2C6BAAA%3BIACA%2CgCAAA%3B%3BEAGD%2CSAAU%2CQAAQ%2CGAAE%3BEACpB%2COAAO%2CSAAU%3BIAChB%3B%3B%3BEAGD%2COAAO%2CiBAAkB%3BEACzB%2COAAO%2CSAAU%3BIAChB%3B%3B%3BEAGD%3BEACA%2CSAAU%2CSAAQ%2CYAAY%3BEAC9B%2CSAAU%2CSAAQ%2CYAAY%3BIAC7B%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%2CoBAAoB%3BIAC3B%3B%3BEAGD%2COAAQ%3BIACP%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%2CQAEC%3BEADD%2COAAO%2CSACN%3BEAFD%2CQAGC%3BEAFD%2COAAO%2CSAEN%3BEAHD%2CQAIC%3BEAHD%2COAAO%2CSAGN%3BEAJD%2CQAKC%3BEAJD%2COAAO%2CSAIN%3BIACC%3BIACA%3B%3BEAIF%2CUAAW%3BIACV%3BIACA%3B%3BEAGD%2CUAAW%2CgBAAgB%3BIAC1B%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3B%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CSAAU%2COAAM%3BIACf%3B%3BEAGD%2CSAAU%2COAAM%3BIACf%3B%3BEAGD%2CUAAW%2CKAAI%3BIACd%3B%3BEAGD%3BIAt%2BMA%3B%3BEAEA%2CWAAC%3BIACA%3BIACA%3BIAkCD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEA%2B7MA%3BIA1%2BMA%3B%3BEAEA%2CcAAC%3BIACA%3BIACA%3BIAkCD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAm8MA%2CgBAAiB%2CWAAW%3BEAC5B%2CgBAAiB%2CWAAW%3BIAC3B%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CgBAAiB%2CWAAW%3BIAC3B%3BIACA%3B%3BEAGD%2CgBAAiB%2CYAAW%2CQAAS%3BEACrC%2CgBAAiB%2CYAAW%2CQAAS%3BIACpC%3BIACA%3B%3BEAGD%2CgBAAiB%2CYAAW%2CQAAS%3BIACpC%3B%3BEAGD%2CgBAAiB%2CYAAW%2CQAAS%3BIACpC%3B%3BEAGD%2CgBAAiB%2CYAAW%2CQAAS%3BEACrC%2CgBAAiB%2CYAAW%2CQAAS%3BEACrC%2CgBAAiB%2CYAAW%2CQAAS%3BIACpC%3B%3BEAGD%2CgBAAiB%2CEAAC%3BIACjB%3B%3BEAGD%2CgBAAiB%2CGAAE%3BIAClB%3B%3BEAGD%2CgBAAiB%3BIAChB%3B%3BEAGD%2CgBAAiB%3BIAChB%3B%3BEAGD%2CgBAAiB%2CYAAW%2CQAAS%2CiBAAiB%3BEACtD%2CgBAAiB%2CWAAW%2CSAAS%3BIACpC%3B%3BEAGD%2CcAAe%3BIACd%3BIACA%2C6BAAA%3BIACA%3BIACA%3B%3BEAID%2CcAAe%2CWAAW%3BIACzB%3B%3BEAGD%2CEAAE%3BIACD%3B%3BEAGD%2CcAAe%2CGAAG%3BIACjB%3B%3BEAGD%3BIACC%2C6BAAA%3B%3BEAGD%2CMAAO%3BIACN%3B%3BEAGD%2CMAAO%3BIACN%3B%3BEAGD%3BEACA%2CUAAW%3BEACX%2CcAAiB%3BEACjB%2CcAAiB%3BEACjB%3BIACC%3BIACA%3B%3BEAGD%2CcAAe%3BIACd%3BIACA%3B%3BEAGD%2CUAAW%2CcAAc%3BEACzB%2CQAAS%2CcAAc%3BIACtB%3B%3BEAGD%2CaAAc%3BIACb%3BIACA%3BIACA%3B%3BEAGD%2CuBAAwB%2CqBAAoB%3BIAC3C%3B%3BEAGD%2CuBAAwB%3BIACrB%3BIACF%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIAEA%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%2CcAAiB%3BEACjB%2CcAAe%2CWAAa%3BIAC3B%3BIACA%3B%3BEAGD%2CcAAe%2CWAAW%2CEAAC%3BIAC1B%3B%3BEAGD%2CQAAS%2CeAAiB%2CIAAC%2CcAAe%3BEAC1C%2CUAAW%2CeAAiB%2CIAAC%2CcAAe%3BEAC5C%2CeAAgB%2CeAAiB%2CIAAC%2CcAAe%3BEACjD%2CcAAe%2CeAAiB%2CIAAC%2CcAAe%3BEAChD%2CSAAU%3BIACT%3B%3BEAGD%3BEACA%3BEACA%3BIACC%3B%3BEAGD%2CUAAW%3BIACV%3B%3BEAGD%2CUAAW%2CgBAAgB%3BIACxB%2CiBAAA%3BIACF%3B%3BEAFD%2CUAAW%2CgBAAgB%2CWAGxB%3BIACE%3B%3BEAIL%2CcAAiB%3BIAChB%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CcAAiB%3BEACjB%2CcAAiB%3BEACjB%2CcAAiB%3BEACjB%2CcAAiB%3BIAChB%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAEA%2CcAVgB%2CaAUf%3BEAAD%2CcATgB%2CeASf%3BEAAD%2CcARgB%2CcAQf%3BEAAD%2CcAPgB%2CaAOf%3BEACD%2CcAXgB%2CaAWf%3BEAAD%2CcAVgB%2CeAUf%3BEAAD%2CcATgB%2CcASf%3BEAAD%2CcARgB%2CaAQf%3BIACA%3BIACA%3B%3BEAIF%2CcAAiB%2CSAAO%2CWAAW%3BIAClC%3BIACA%3BIACA%2CcAAA%3B%3BEAGD%2CcAAiB%2CSAAO%3BIACvB%2CoBAAA%3B%3BEAGD%2CcAAe%2CMAAK%3BEACpB%2CcAAe%2CMAAK%3BEACpB%2CcAAe%3BIACd%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CcAAe%3BIACd%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3B%3BEAGD%2CUAAW%2CWAAW%2CeAAe%3BEACrC%2CUAAW%2CWAAW%2CeAAe%3BEACrC%2CUAAW%2CWAAW%2CeAAe%2CkBAAkB%3BEACvD%2CUAAW%2CWAAW%2CeAAe%2CkBAAkB%3BIACtD%3BIACA%3B%3BEAGD%2CUAAW%2CeAAe%2CkBAAkB%3BIAC3C%3BIACA%3BIACA%3B%3BEAGD%2CcAAe%2CiBAAiB%3BIAC%5C%2FB%2CqCAAA%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3B%3BEAID%2CcAAc%3BEACd%2CcAAc%3BIACb%3B%3BEAGD%2CcAAe%3BIACd%3B%3BEAGD%3BIACC%3B%3BEAGD%2CWAAY%3BIACX%3BIACA%3BIACA%3B%3BEAGD%3BIApvOA%2CaAAa%2CiDAAb%3BIAsvOC%3BIACA%3B%3BEAHD%2CQAlvOA%3BEAkvOA%2CQAjvOA%3BEACA%2CEAAG%3BEACH%2CCAAE%3BIAeF%2CaAAa%2CgDAAb%3BIAbC%3B%3BEA6uOD%2CQAlvOA%2CGAoBA%3BEA8tOA%2CQAjvOA%2CEAmBA%3BEAlBA%2CEAAG%2CSAkBH%3BEAjBA%2CCAAE%2CSAiBF%3BEA8tOA%2CQAlvOA%2CGAqBA%3BEA6tOA%2CQAjvOA%2CEAoBA%3BEAnBA%2CEAAG%2CSAmBH%3BEAlBA%2CCAAE%2CSAkBF%3BEACA%2CMAAO%2CSAtBP%3BEAsBA%2CMAAO%2CSArBP%3BEAqBA%2CMAAO%2CGApBJ%3BEAoBH%2CMAAO%2CEAnBL%3BEAoBF%2CCAAE%2CSAvBF%3BEAuBA%2CCAAE%2CSAtBF%3BEAsBA%2CCAAE%2CGArBC%3BEAqBH%2CCAAE%2CEApBA%3BIA%2BCF%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEAytOD%2CQAKC%3BEALD%2CQAMC%3BIA1vOD%2CaAAa%2CiDAAb%3B%3BEAovOA%2CQAKC%2CGAvvOD%3BEAkvOA%2CQAMC%2CEAxvOD%3BEAkvOA%2CQAKC%2CGAtvOD%3BEAivOA%2CQAMC%2CEAvvOD%3BEACA%2CEAAG%2CSAqvOF%3BEArvOD%2CEAAG%2CSAsvOF%3BEArvOD%2CCAAE%2CSAovOD%3BEApvOD%2CCAAE%2CSAqvOD%3BIAtuOD%2CaAAa%2CgDAAb%3BIAbC%3B%3BEA6uOD%2CQAKC%2CGAvvOD%2CGAoBA%3BEA8tOA%2CQAMC%2CEAxvOD%2CGAoBA%3BEA8tOA%2CQAKC%2CGAtvOD%2CEAmBA%3BEA8tOA%2CQAMC%2CEAvvOD%2CEAmBA%3BEAlBA%2CEAAG%2CSAqvOF%2CGAnuOD%3BEAlBA%2CEAAG%2CSAsvOF%2CEApuOD%3BEAjBA%2CCAAE%2CSAovOD%2CGAnuOD%3BEAjBA%2CCAAE%2CSAqvOD%2CEApuOD%3BEA8tOA%2CQAKC%2CGAvvOD%2CGAqBA%3BEA6tOA%2CQAMC%2CEAxvOD%2CGAqBA%3BEA6tOA%2CQAKC%2CGAtvOD%2CEAoBA%3BEA6tOA%2CQAMC%2CEAvvOD%2CEAoBA%3BEAnBA%2CEAAG%2CSAqvOF%2CGAluOD%3BEAnBA%2CEAAG%2CSAsvOF%2CEAnuOD%3BEAlBA%2CCAAE%2CSAovOD%2CGAluOD%3BEAlBA%2CCAAE%2CSAqvOD%2CEAnuOD%3BEACA%2CMAAO%2CSAiuON%2CGAvvOD%3BEAsBA%2CMAAO%2CSAkuON%2CEAxvOD%3BEAsBA%2CMAAO%2CSAiuON%2CGAtvOD%3BEAqBA%2CMAAO%2CSAkuON%2CEAvvOD%3BEAqBA%2CMAAO%2CGApBJ%2CSAqvOF%3BEAjuOD%2CMAAO%2CGApBJ%2CSAsvOF%3BEAluOD%2CMAAO%2CEAnBL%2CSAovOD%3BEAjuOD%2CMAAO%2CEAnBL%2CSAqvOD%3BEAjuOD%2CCAAE%2CSAguOD%2CGAvvOD%3BEAuBA%2CCAAE%2CSAiuOD%2CEAxvOD%3BEAuBA%2CCAAE%2CSAguOD%2CGAtvOD%3BEAsBA%2CCAAE%2CSAiuOD%2CEAvvOD%3BEAsBA%2CCAAE%2CGArBC%2CSAqvOF%3BEAhuOD%2CCAAE%2CGArBC%2CSAsvOF%3BEAjuOD%2CCAAE%2CEApBA%2CSAovOD%3BEAhuOD%2CCAAE%2CEApBA%2CSAqvOD%3BIAtsOD%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEAouOD%2CaAAc%3BIACb%3BIACA%3BIACA%3B%3BEAGD%2CQAAS%3BIACR%3B%3BEAGD%2CQAAS%2COAAM%3BIACd%3BIACA%2CoBAAA%3BIACA%3BIACA%2CmBAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CQAAS%3BIACR%3B%3BEAGD%2CQAAS%3BIACR%3B%3BEAGD%2CKAAK%3BIACJ%3BIACA%2C6BAAA%3BIACA%3B%3BEAGD%2CKAAK%2CkBAAmB%3BIA3vOxB%2CaAAa%2C8CAAb%3BIA6vOC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3B%3B%3B%3BIAv9FD%3BIACA%3B%3BEA08FA%2CKAAK%2CkBAAmB%2COAzvOxB%3BEAyvOA%2CKAAK%2CkBAAmB%2COAxvOxB%3BEACA%2CEAAG%2CMAuvOE%2CkBAAmB%3BEAtvOxB%2CCAAE%2CMAsvOG%2CkBAAmB%3BIA%5C%2FuOxB%2CaAAa%2CqDAAb%3BIALC%3B%3BEA4yID%2CKAw8FK%2CkBAAmB%2COAx8FvB%3BIA31ID%2CaAAa%2CiDAAb%3BIA81IC%3BIACA%2CSAAS%2CGAAT%3B%3B%3BIAGA%3BIACA%3B%3B%3BIAGA%3BIACA%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3BIACA%2CkCAAA%3BIACA%2C0BAAA%3B%3BEAlBD%2CKAw8FK%2CkBAAmB%2COAx8FvB%2COAz1ID%3BEAy1IA%2CKAw8FK%2CkBAAmB%2COAx8FvB%2COAx1ID%3BEACA%2CEAAG%2CMA%2BxOE%2CkBAAmB%2COAx8FvB%3BEAt1ID%2CCAAE%2CMA8xOG%2CkBAAmB%2COAx8FvB%3BIAv0ID%2CaAAa%2CgDAAb%3BIAbC%3B%3BEAo1ID%2CKAw8FK%2CkBAAmB%2COAx8FvB%2COAz1ID%2CGAoBA%3BEAq0IA%2CKAw8FK%2CkBAAmB%2COAx8FvB%2COAx1ID%2CEAmBA%3BEAlBA%2CEAAG%2CMA%2BxOE%2CkBAAmB%2COAx8FvB%2COAr0ID%3BEAjBA%2CCAAE%2CMA8xOG%2CkBAAmB%2COAx8FvB%2COAr0ID%3BEAq0IA%2CKAw8FK%2CkBAAmB%2COAx8FvB%2COAz1ID%2CGAqBA%3BEAo0IA%2CKAw8FK%2CkBAAmB%2COAx8FvB%2COAx1ID%2CEAoBA%3BEAnBA%2CEAAG%2CMA%2BxOE%2CkBAAmB%2COAx8FvB%2COAp0ID%3BEAlBA%2CCAAE%2CMA8xOG%2CkBAAmB%2COAx8FvB%2COAp0ID%3BEACA%2CMAAO%2CMA2wOF%2CkBAAmB%2COAx8FvB%2COAz1ID%3BEAsBA%2CMAAO%2CMA2wOF%2CkBAAmB%2COAx8FvB%2COAx1ID%3BEAqBA%2CMAAO%2CGApBJ%2CMA%2BxOE%2CkBAAmB%2COAx8FvB%3BEAn0ID%2CMAAO%2CEAnBL%2CMA8xOG%2CkBAAmB%2COAx8FvB%3BEAl0ID%2CCAAE%2CMA0wOG%2CkBAAmB%2COAx8FvB%2COAz1ID%3BEAuBA%2CCAAE%2CMA0wOG%2CkBAAmB%2COAx8FvB%2COAx1ID%3BEAsBA%2CCAAE%2CGArBC%2CMA%2BxOE%2CkBAAmB%2COAx8FvB%3BEAl0ID%2CCAAE%2CEApBA%2CMA8xOG%2CkBAAmB%2COAx8FvB%3BIAvyID%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEAuxOA%2CKAfI%2CkBAAmB%2COAetB%3BIACA%3BIACA%3BIACA%2C2BAAA%3B%3BEAIF%2CKAAK%2CkBAAmB%3BIACvB%3B%3BEAGD%2CKAAK%2CkBAAmB%3BIACvB%2CwBAAA%3B%3BEAGD%3BIACC%2C6BAAA%3BIACA%3B%3BEAGD%2CSAAU%3BIA9xOV%2CaAAa%2C8CAAb%3BIAgyOC%3BIACA%3BIACA%3BIACA%3B%3BEALD%2CSAAU%2CGA5xOV%3BEA4xOA%2CSAAU%2CGA3xOV%3BEACA%2CEAAG%2CUA0xOO%3BEAzxOV%2CCAAE%2CUAyxOQ%3BIAlxOV%2CaAAa%2CqDAAb%3BIALC%3B%3BEA%2BxOD%2CSAAU%2CGAAG%3BIACZ%3BIACA%3BIACA%3B%3BEAGD%2CSAAU%2CGAAG%2CGAAG%3BIACf%3BIACA%3B%3BEAGD%2CSAAU%2CGAAG%2CGAAG%3BIACf%3BIACA%3B%3BEAGD%2CSAAU%2CGAAG%2CGAAG%3BIACf%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAGD%2CcAAe%3BIACd%3B%3B%3B%3B%3BEAOD%2CcAAe%2CqBAAqB%3BIACnC%3BIACA%3B%3BEAGD%2CcAAe%2CqBAAqB%3BIACnC%3B%3BEAGD%2CcAAe%2CqBAAqB%2CkBAAkB%3BIACrD%3BIACA%3BIACA%3B%3BEAGD%2CcAAe%3BIACd%3B%3BEAGD%2CcAAe%3BIACd%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CoBAAqB%2CGAAG%2CGAAG%3BIAC1B%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CoBAAqB%2CGAAG%2CGAAG%3BIAC1B%3BIACA%3B%3BEAGD%2CoBAAqB%2CGAAG%2CGAAG%2CaAAa%3BIACvC%3B%3BEAGD%2CoBAAqB%2CGAAG%2CGAAG%2CWAAW%3BIACrC%3B%3BEAGD%2CoBAAqB%2CGAAE%3BIACtB%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAeD%2CcAAe%2CGAAG%3BIACjB%3BIACA%3B%3BEAGD%2CcAAe%3BIACd%3BIACA%3B%3BEAGD%2CcAAe%3BIACd%3B%3BEAGD%2CcAAe%3BIA38Nf%3BIA68NC%3BIACA%3B%3BEA58ND%2CcAy8Ne%2CYAz8Nd%3BIACA%3BIACA%3BIAkCD%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAg6NA%2CcAAe%2CYAKd%2CIAAI%3BIAh9NL%3B%3BEAEA%2CcAy8Ne%2CYAKd%2CIAAI%2CGA98NJ%3BIACA%3BIACA%3BIAXD%3BIACA%3BIACA%2CSAAS%2CEAAT%3BIACA%3BIAoDA%3BIACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BIACA%2CkBAAkB%2CiZAAlB%3BIACA%2CkBAAkB%2C8YAAlB%3BIACA%2CkBAAkB%2C4YAAlB%3BIACA%2CkBAAkB%2CwYAAlB%3B%3BIAEA%3B%3BIACA%3B%3B%3B%3B%3BEA65NA%3BIACC%3B%3BEAGD%3BIAl9OA%2CaAAa%2CiDAAb%3BIAo9OC%3BIACA%3BIACA%3B%3BEAJD%2CWAh9OA%3BEAg9OA%2CWA%5C%2F8OA%3BEACA%2CEAAG%3BEACH%2CCAAE%3BIAeF%2CaAAa%2CgDAAb%3BIAbC%3B%3BEA28OD%2CWAh9OA%2CGAoBA%3BEA47OA%2CWA%5C%2F8OA%2CEAmBA%3BEAlBA%2CEAAG%2CYAkBH%3BEAjBA%2CCAAE%2CYAiBF%3BEA47OA%2CWAh9OA%2CGAqBA%3BEA27OA%2CWA%5C%2F8OA%2CEAoBA%3BEAnBA%2CEAAG%2CYAmBH%3BEAlBA%2CCAAE%2CYAkBF%3BEACA%2CMAAO%2CYAtBP%3BEAsBA%2CMAAO%2CYArBP%3BEAqBA%2CMAAO%2CGApBJ%3BEAoBH%2CMAAO%2CEAnBL%3BEAoBF%2CCAAE%2CYAvBF%3BEAuBA%2CCAAE%2CYAtBF%3BEAsBA%2CCAAE%2CGArBC%3BEAqBH%2CCAAE%2CEApBA%3BIA%2BCF%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEAu7OD%2CWAMC%3BEAND%2CWAOC%3BIAz9OD%2CaAAa%2CiDAAb%3B%3BEAk9OA%2CWAMC%2CGAt9OD%3BEAg9OA%2CWAOC%2CEAv9OD%3BEAg9OA%2CWAMC%2CGAr9OD%3BEA%2B8OA%2CWAOC%2CEAt9OD%3BEACA%2CEAAG%2CYAo9OF%3BEAp9OD%2CEAAG%2CYAq9OF%3BEAp9OD%2CCAAE%2CYAm9OD%3BEAn9OD%2CCAAE%2CYAo9OD%3BIAr8OD%2CaAAa%2CgDAAb%3BIAbC%3B%3BEA28OD%2CWAMC%2CGAt9OD%2CGAoBA%3BEA47OA%2CWAOC%2CEAv9OD%2CGAoBA%3BEA47OA%2CWAMC%2CGAr9OD%2CEAmBA%3BEA47OA%2CWAOC%2CEAt9OD%2CEAmBA%3BEAlBA%2CEAAG%2CYAo9OF%2CGAl8OD%3BEAlBA%2CEAAG%2CYAq9OF%2CEAn8OD%3BEAjBA%2CCAAE%2CYAm9OD%2CGAl8OD%3BEAjBA%2CCAAE%2CYAo9OD%2CEAn8OD%3BEA47OA%2CWAMC%2CGAt9OD%2CGAqBA%3BEA27OA%2CWAOC%2CEAv9OD%2CGAqBA%3BEA27OA%2CWAMC%2CGAr9OD%2CEAoBA%3BEA27OA%2CWAOC%2CEAt9OD%2CEAoBA%3BEAnBA%2CEAAG%2CYAo9OF%2CGAj8OD%3BEAnBA%2CEAAG%2CYAq9OF%2CEAl8OD%3BEAlBA%2CCAAE%2CYAm9OD%2CGAj8OD%3BEAlBA%2CCAAE%2CYAo9OD%2CEAl8OD%3BEACA%2CMAAO%2CYAg8ON%2CGAt9OD%3BEAsBA%2CMAAO%2CYAi8ON%2CEAv9OD%3BEAsBA%2CMAAO%2CYAg8ON%2CGAr9OD%3BEAqBA%2CMAAO%2CYAi8ON%2CEAt9OD%3BEAqBA%2CMAAO%2CGApBJ%2CYAo9OF%3BEAh8OD%2CMAAO%2CGApBJ%2CYAq9OF%3BEAj8OD%2CMAAO%2CEAnBL%2CYAm9OD%3BEAh8OD%2CMAAO%2CEAnBL%2CYAo9OD%3BEAh8OD%2CCAAE%2CYA%2B7OD%2CGAt9OD%3BEAuBA%2CCAAE%2CYAg8OD%2CEAv9OD%3BEAuBA%2CCAAE%2CYA%2B7OD%2CGAr9OD%3BEAsBA%2CCAAE%2CYAg8OD%2CEAt9OD%3BEAsBA%2CCAAE%2CGArBC%2CYAo9OF%3BEA%5C%2F7OD%2CCAAE%2CGArBC%2CYAq9OF%3BEAh8OD%2CCAAE%2CEApBA%2CYAm9OD%3BEA%5C%2F7OD%2CCAAE%2CEApBA%2CYAo9OD%3BIAr6OD%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEAm8OD%2CWAAY%3BIAt7OZ%2CaAAa%2C8CAAb%3BIAw7OC%3B%3BEAFD%2CWAAY%2CaAp7OZ%3BEAo7OA%2CWAAY%2CaAn7OZ%3BEACA%2CEAAG%2CYAk7OS%3BEAj7OZ%2CCAAE%2CYAi7OU%3BIA16OZ%2CaAAa%2CqDAAb%3BIALC%3B%3BEAo7OD%2CcAAe%3BIACd%3BIACA%3B%3BEAGD%2CWAAY%2CGAAE%2CIAAI%3BEAClB%2CWAAY%3BEACZ%2CWAAY%2CGAAE%3BIACb%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%3BIACd%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%3BEACf%2CWAAY%2CGAAE%3BIACb%3BIACA%3B%3BEAGD%2CWAAY%3BIACX%3BIACA%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%3BIACd%3B%3BEAGD%2CcAAe%2CcAAc%3BIAC5B%3BIACA%2CgCAAA%3B%3BEAFD%2CcAAe%2CcAAc%2CkBAI5B%3BIACC%3BIACA%3B%3BEAIF%2CcAAe%2CcAAc%2CkBAAkB%3BIAC9C%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CcAAe%2CcAAc%2CkBAAkB%3BEAC%5C%2FC%2CoBAAqB%2CkBAAkB%3BEACvC%2COAAQ%2CcAAc%2CkBAAkB%3BIA3hPxC%2CaAAa%2CiDAAb%3BIA6hPC%3BIACA%3B%3BEALD%2CcAAe%2CcAAc%2CkBAAkB%2CEAvhP%5C%2FC%3BEAwhPA%2CoBAAqB%2CkBAAkB%2CEAxhPvC%3BEAyhPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAzhPxC%3BEAuhPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAthP%5C%2FC%3BEAuhPA%2CoBAAqB%2CkBAAkB%2CEAvhPvC%3BEAwhPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAxhPxC%3BEACA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%3BEArhP%5C%2FC%2CEAAG%2CqBAshPkB%2CkBAAkB%3BEAthPvC%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%3BEAthPxC%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%3BEAphP%5C%2FC%2CCAAE%2CqBAqhPmB%2CkBAAkB%3BEArhPvC%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%3BIAvgPxC%2CaAAa%2CgDAAb%3BIAbC%3B%3BEAkhPD%2CcAAe%2CcAAc%2CkBAAkB%2CEAvhP%5C%2FC%2CGAoBA%3BEAogPA%2CoBAAqB%2CkBAAkB%2CEAxhPvC%2CGAoBA%3BEAqgPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAzhPxC%2CGAoBA%3BEAmgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAthP%5C%2FC%2CEAmBA%3BEAogPA%2CoBAAqB%2CkBAAkB%2CEAvhPvC%2CEAmBA%3BEAqgPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAxhPxC%2CEAmBA%3BEAlBA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAngP%5C%2FC%3BEAlBA%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEApgPvC%3BEAlBA%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEArgPxC%3BEAjBA%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAngP%5C%2FC%3BEAjBA%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEApgPvC%3BEAjBA%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEArgPxC%3BEAmgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAvhP%5C%2FC%2CGAqBA%3BEAmgPA%2CoBAAqB%2CkBAAkB%2CEAxhPvC%2CGAqBA%3BEAogPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAzhPxC%2CGAqBA%3BEAkgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAthP%5C%2FC%2CEAoBA%3BEAmgPA%2CoBAAqB%2CkBAAkB%2CEAvhPvC%2CEAoBA%3BEAogPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAxhPxC%2CEAoBA%3BEAnBA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAlgP%5C%2FC%3BEAnBA%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAngPvC%3BEAnBA%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEApgPxC%3BEAlBA%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAlgP%5C%2FC%3BEAlBA%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAngPvC%3BEAlBA%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEApgPxC%3BEACA%2CMAAO%2CeAigPQ%2CcAAc%2CkBAAkB%2CEAvhP%5C%2FC%3BEAsBA%2CMAAO%2CqBAkgPc%2CkBAAkB%2CEAxhPvC%3BEAsBA%2CMAAO%2CQAmgPC%2CcAAc%2CkBAAkB%2CEAzhPxC%3BEAsBA%2CMAAO%2CeAigPQ%2CcAAc%2CkBAAkB%2CEAthP%5C%2FC%3BEAqBA%2CMAAO%2CqBAkgPc%2CkBAAkB%2CEAvhPvC%3BEAqBA%2CMAAO%2CQAmgPC%2CcAAc%2CkBAAkB%2CEAxhPxC%3BEAqBA%2CMAAO%2CGApBJ%2CeAqhPY%2CcAAc%2CkBAAkB%3BEAjgP%5C%2FC%2CMAAO%2CGApBJ%2CqBAshPkB%2CkBAAkB%3BEAlgPvC%2CMAAO%2CGApBJ%2CQAuhPK%2CcAAc%2CkBAAkB%3BEAngPxC%2CMAAO%2CEAnBL%2CeAohPa%2CcAAc%2CkBAAkB%3BEAjgP%5C%2FC%2CMAAO%2CEAnBL%2CqBAqhPmB%2CkBAAkB%3BEAlgPvC%2CMAAO%2CEAnBL%2CQAshPM%2CcAAc%2CkBAAkB%3BEAlgPxC%2CCAAE%2CeAggPa%2CcAAc%2CkBAAkB%2CEAvhP%5C%2FC%3BEAuBA%2CCAAE%2CqBAigPmB%2CkBAAkB%2CEAxhPvC%3BEAuBA%2CCAAE%2CQAkgPM%2CcAAc%2CkBAAkB%2CEAzhPxC%3BEAuBA%2CCAAE%2CeAggPa%2CcAAc%2CkBAAkB%2CEAthP%5C%2FC%3BEAsBA%2CCAAE%2CqBAigPmB%2CkBAAkB%2CEAvhPvC%3BEAsBA%2CCAAE%2CQAkgPM%2CcAAc%2CkBAAkB%2CEAxhPxC%3BEAsBA%2CCAAE%2CGArBC%2CeAqhPY%2CcAAc%2CkBAAkB%3BEAhgP%5C%2FC%2CCAAE%2CGArBC%2CqBAshPkB%2CkBAAkB%3BEAjgPvC%2CCAAE%2CGArBC%2CQAuhPK%2CcAAc%2CkBAAkB%3BEAlgPxC%2CCAAE%2CEApBA%2CeAohPa%2CcAAc%2CkBAAkB%3BEAhgP%5C%2FC%2CCAAE%2CEApBA%2CqBAqhPmB%2CkBAAkB%3BEAjgPvC%2CCAAE%2CEApBA%2CQAshPM%2CcAAc%2CkBAAkB%3BIAv%2BOxC%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEA8%5C%2FOD%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%3BEAND%2CoBAAqB%2CkBAAkB%2CEAMtC%3BEALD%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%3BEAPD%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%3BEAPD%2CoBAAqB%2CkBAAkB%2CEAOtC%3BEAND%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%3BIAjiPD%2CaAAa%2CiDAAb%3B%3BEAyhPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%2CGA9hPD%3BEAwhPA%2CoBAAqB%2CkBAAkB%2CEAMtC%2CGA9hPD%3BEAyhPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%2CGA9hPD%3BEAuhPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA%5C%2FhPD%3BEAwhPA%2CoBAAqB%2CkBAAkB%2CEAOtC%2CEA%5C%2FhPD%3BEAyhPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%2CEA%5C%2FhPD%3BEAuhPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%2CGA7hPD%3BEAuhPA%2CoBAAqB%2CkBAAkB%2CEAMtC%2CGA7hPD%3BEAwhPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%2CGA7hPD%3BEAshPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA9hPD%3BEAuhPA%2CoBAAqB%2CkBAAkB%2CEAOtC%2CEA9hPD%3BEAwhPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%2CEA9hPD%3BEACA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAO9C%3BEA5hPD%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAMtC%3BEA5hPD%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAKvC%3BEA5hPD%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAQ9C%3BEA7hPD%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAOtC%3BEA7hPD%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAMvC%3BEA5hPD%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAO9C%3BEA3hPD%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAMtC%3BEA3hPD%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEAKvC%3BEA3hPD%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAQ9C%3BEA5hPD%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAOtC%3BEA5hPD%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEAMvC%3BIA7gPD%2CaAAa%2CgDAAb%3BIAbC%3B%3BEAkhPD%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%2CGA9hPD%2CGAoBA%3BEAogPA%2CoBAAqB%2CkBAAkB%2CEAMtC%2CGA9hPD%2CGAoBA%3BEAqgPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%2CGA9hPD%2CGAoBA%3BEAmgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA%5C%2FhPD%2CGAoBA%3BEAogPA%2CoBAAqB%2CkBAAkB%2CEAOtC%2CEA%5C%2FhPD%2CGAoBA%3BEAqgPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%2CEA%5C%2FhPD%2CGAoBA%3BEAmgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%2CGA7hPD%2CEAmBA%3BEAogPA%2CoBAAqB%2CkBAAkB%2CEAMtC%2CGA7hPD%2CEAmBA%3BEAqgPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%2CGA7hPD%2CEAmBA%3BEAmgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA9hPD%2CEAmBA%3BEAogPA%2CoBAAqB%2CkBAAkB%2CEAOtC%2CEA9hPD%2CEAmBA%3BEAqgPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%2CEA9hPD%2CEAmBA%3BEAlBA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAO9C%2CGA1gPD%3BEAlBA%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAMtC%2CGA1gPD%3BEAlBA%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAKvC%2CGA1gPD%3BEAlBA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA3gPD%3BEAlBA%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAOtC%2CEA3gPD%3BEAlBA%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAMvC%2CEA3gPD%3BEAjBA%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAO9C%2CGA1gPD%3BEAjBA%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAMtC%2CGA1gPD%3BEAjBA%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEAKvC%2CGA1gPD%3BEAjBA%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA3gPD%3BEAjBA%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAOtC%2CEA3gPD%3BEAjBA%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEAMvC%2CEA3gPD%3BEAmgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%2CGA9hPD%2CGAqBA%3BEAmgPA%2CoBAAqB%2CkBAAkB%2CEAMtC%2CGA9hPD%2CGAqBA%3BEAogPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%2CGA9hPD%2CGAqBA%3BEAkgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA%5C%2FhPD%2CGAqBA%3BEAmgPA%2CoBAAqB%2CkBAAkB%2CEAOtC%2CEA%5C%2FhPD%2CGAqBA%3BEAogPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%2CEA%5C%2FhPD%2CGAqBA%3BEAkgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAO9C%2CGA7hPD%2CEAoBA%3BEAmgPA%2CoBAAqB%2CkBAAkB%2CEAMtC%2CGA7hPD%2CEAoBA%3BEAogPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAKvC%2CGA7hPD%2CEAoBA%3BEAkgPA%2CcAAe%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA9hPD%2CEAoBA%3BEAmgPA%2CoBAAqB%2CkBAAkB%2CEAOtC%2CEA9hPD%2CEAoBA%3BEAogPA%2COAAQ%2CcAAc%2CkBAAkB%2CEAMvC%2CEA9hPD%2CEAoBA%3BEAnBA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAO9C%2CGAzgPD%3BEAnBA%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAMtC%2CGAzgPD%3BEAnBA%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAKvC%2CGAzgPD%3BEAnBA%2CEAAG%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA1gPD%3BEAnBA%2CEAAG%2CqBAshPkB%2CkBAAkB%2CEAOtC%2CEA1gPD%3BEAnBA%2CEAAG%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAMvC%2CEA1gPD%3BEAlBA%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAO9C%2CGAzgPD%3BEAlBA%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAMtC%2CGAzgPD%3BEAlBA%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEAKvC%2CGAzgPD%3BEAlBA%2CCAAE%2CeAohPa%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA1gPD%3BEAlBA%2CCAAE%2CqBAqhPmB%2CkBAAkB%2CEAOtC%2CEA1gPD%3BEAlBA%2CCAAE%2CQAshPM%2CcAAc%2CkBAAkB%2CEAMvC%2CEA1gPD%3BEACA%2CMAAO%2CeAigPQ%2CcAAc%2CkBAAkB%2CEAO9C%2CGA9hPD%3BEAsBA%2CMAAO%2CqBAkgPc%2CkBAAkB%2CEAMtC%2CGA9hPD%3BEAsBA%2CMAAO%2CQAmgPC%2CcAAc%2CkBAAkB%2CEAKvC%2CGA9hPD%3BEAsBA%2CMAAO%2CeAigPQ%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA%5C%2FhPD%3BEAsBA%2CMAAO%2CqBAkgPc%2CkBAAkB%2CEAOtC%2CEA%5C%2FhPD%3BEAsBA%2CMAAO%2CQAmgPC%2CcAAc%2CkBAAkB%2CEAMvC%2CEA%5C%2FhPD%3BEAsBA%2CMAAO%2CeAigPQ%2CcAAc%2CkBAAkB%2CEAO9C%2CGA7hPD%3BEAqBA%2CMAAO%2CqBAkgPc%2CkBAAkB%2CEAMtC%2CGA7hPD%3BEAqBA%2CMAAO%2CQAmgPC%2CcAAc%2CkBAAkB%2CEAKvC%2CGA7hPD%3BEAqBA%2CMAAO%2CeAigPQ%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA9hPD%3BEAqBA%2CMAAO%2CqBAkgPc%2CkBAAkB%2CEAOtC%2CEA9hPD%3BEAqBA%2CMAAO%2CQAmgPC%2CcAAc%2CkBAAkB%2CEAMvC%2CEA9hPD%3BEAqBA%2CMAAO%2CGApBJ%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAO9C%3BEAxgPD%2CMAAO%2CGApBJ%2CqBAshPkB%2CkBAAkB%2CEAMtC%3BEAxgPD%2CMAAO%2CGApBJ%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAKvC%3BEAxgPD%2CMAAO%2CGApBJ%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAQ9C%3BEAzgPD%2CMAAO%2CGApBJ%2CqBAshPkB%2CkBAAkB%2CEAOtC%3BEAzgPD%2CMAAO%2CGApBJ%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAMvC%3BEAzgPD%2CMAAO%2CEAnBL%2CeAohPa%2CcAAc%2CkBAAkB%2CEAO9C%3BEAxgPD%2CMAAO%2CEAnBL%2CqBAqhPmB%2CkBAAkB%2CEAMtC%3BEAxgPD%2CMAAO%2CEAnBL%2CQAshPM%2CcAAc%2CkBAAkB%2CEAKvC%3BEAxgPD%2CMAAO%2CEAnBL%2CeAohPa%2CcAAc%2CkBAAkB%2CEAQ9C%3BEAzgPD%2CMAAO%2CEAnBL%2CqBAqhPmB%2CkBAAkB%2CEAOtC%3BEAzgPD%2CMAAO%2CEAnBL%2CQAshPM%2CcAAc%2CkBAAkB%2CEAMvC%3BEAxgPD%2CCAAE%2CeAggPa%2CcAAc%2CkBAAkB%2CEAO9C%2CGA9hPD%3BEAuBA%2CCAAE%2CqBAigPmB%2CkBAAkB%2CEAMtC%2CGA9hPD%3BEAuBA%2CCAAE%2CQAkgPM%2CcAAc%2CkBAAkB%2CEAKvC%2CGA9hPD%3BEAuBA%2CCAAE%2CeAggPa%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA%5C%2FhPD%3BEAuBA%2CCAAE%2CqBAigPmB%2CkBAAkB%2CEAOtC%2CEA%5C%2FhPD%3BEAuBA%2CCAAE%2CQAkgPM%2CcAAc%2CkBAAkB%2CEAMvC%2CEA%5C%2FhPD%3BEAuBA%2CCAAE%2CeAggPa%2CcAAc%2CkBAAkB%2CEAO9C%2CGA7hPD%3BEAsBA%2CCAAE%2CqBAigPmB%2CkBAAkB%2CEAMtC%2CGA7hPD%3BEAsBA%2CCAAE%2CQAkgPM%2CcAAc%2CkBAAkB%2CEAKvC%2CGA7hPD%3BEAsBA%2CCAAE%2CeAggPa%2CcAAc%2CkBAAkB%2CEAQ9C%2CEA9hPD%3BEAsBA%2CCAAE%2CqBAigPmB%2CkBAAkB%2CEAOtC%2CEA9hPD%3BEAsBA%2CCAAE%2CQAkgPM%2CcAAc%2CkBAAkB%2CEAMvC%2CEA9hPD%3BEAsBA%2CCAAE%2CGArBC%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAO9C%3BEAvgPD%2CCAAE%2CGArBC%2CqBAshPkB%2CkBAAkB%2CEAMtC%3BEAvgPD%2CCAAE%2CGArBC%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAKvC%3BEAvgPD%2CCAAE%2CGArBC%2CeAqhPY%2CcAAc%2CkBAAkB%2CEAQ9C%3BEAxgPD%2CCAAE%2CGArBC%2CqBAshPkB%2CkBAAkB%2CEAOtC%3BEAxgPD%2CCAAE%2CGArBC%2CQAuhPK%2CcAAc%2CkBAAkB%2CEAMvC%3BEAxgPD%2CCAAE%2CEApBA%2CeAohPa%2CcAAc%2CkBAAkB%2CEAO9C%3BEAvgPD%2CCAAE%2CEApBA%2CqBAqhPmB%2CkBAAkB%2CEAMtC%3BEAvgPD%2CCAAE%2CEApBA%2CQAshPM%2CcAAc%2CkBAAkB%2CEAKvC%3BEAvgPD%2CCAAE%2CEApBA%2CeAohPa%2CcAAc%2CkBAAkB%2CEAQ9C%3BEAxgPD%2CCAAE%2CEApBA%2CqBAqhPmB%2CkBAAkB%2CEAOtC%3BEAxgPD%2CCAAE%2CEApBA%2CQAshPM%2CcAAc%2CkBAAkB%2CEAMvC%3BIA7%2BOD%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEA2gPD%2CcAAe%2CEAAC%2COAAQ%2CEAAC%3BEACzB%2CcAAe%2CEAAC%2COAAQ%2CEAAC%2CaAAa%3BEACtC%2CcAAe%2CEAAC%2COAAQ%2CEAAC%2CaAAa%3BIACrC%2CcAAA%3B%3BEAGD%2CcAAe%2CcAAc%3BEAC7B%2CeAAgB%2CcAAc%3BIAC7B%3BIACA%3BIACA%3B%3BEAJD%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%3BEALH%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%3BIAljPH%2CaAAa%2CiDAAb%3BIAojPE%3B%3B%3BEARF%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%2CKAhjPH%3BEA2iPA%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%2CKAhjPH%3BEA0iPA%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%2CKA%5C%2FiPH%3BEA0iPA%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%2CKA%5C%2FiPH%3BEACA%2CEAAG%2CeAwiPY%2CcAAc%2CQAM5B%2CEAAE%3BEA9iPH%2CEAAG%2CgBAyiPa%2CcAAc%2CQAK7B%2CEAAE%3BEA7iPH%2CCAAE%2CeAuiPa%2CcAAc%2CQAM5B%2CEAAE%3BEA7iPH%2CCAAE%2CgBAwiPc%2CcAAc%2CQAK7B%2CEAAE%3BIA9hPH%2CaAAa%2CgDAAb%3BIAbC%3B%3BEAqiPD%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%2CKAhjPH%2CGAoBA%3BEAuhPA%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%2CKAhjPH%2CGAoBA%3BEAshPA%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%2CKA%5C%2FiPH%2CEAmBA%3BEAuhPA%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%2CKA%5C%2FiPH%2CEAmBA%3BEAlBA%2CEAAG%2CeAwiPY%2CcAAc%2CQAM5B%2CEAAE%2CKA5hPH%3BEAlBA%2CEAAG%2CgBAyiPa%2CcAAc%2CQAK7B%2CEAAE%2CKA5hPH%3BEAjBA%2CCAAE%2CeAuiPa%2CcAAc%2CQAM5B%2CEAAE%2CKA5hPH%3BEAjBA%2CCAAE%2CgBAwiPc%2CcAAc%2CQAK7B%2CEAAE%2CKA5hPH%3BEAshPA%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%2CKAhjPH%2CGAqBA%3BEAshPA%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%2CKAhjPH%2CGAqBA%3BEAqhPA%2CcAAe%2CcAAc%2CQAM5B%2CEAAE%2CKA%5C%2FiPH%2CEAoBA%3BEAshPA%2CeAAgB%2CcAAc%2CQAK7B%2CEAAE%2CKA%5C%2FiPH%2CEAoBA%3BEAnBA%2CEAAG%2CeAwiPY%2CcAAc%2CQAM5B%2CEAAE%2CKA3hPH%3BEAnBA%2CEAAG%2CgBAyiPa%2CcAAc%2CQAK7B%2CEAAE%2CKA3hPH%3BEAlBA%2CCAAE%2CeAuiPa%2CcAAc%2CQAM5B%2CEAAE%2CKA3hPH%3BEAlBA%2CCAAE%2CgBAwiPc%2CcAAc%2CQAK7B%2CEAAE%2CKA3hPH%3BEACA%2CMAAO%2CeAohPQ%2CcAAc%2CQAM5B%2CEAAE%2CKAhjPH%3BEAsBA%2CMAAO%2CgBAqhPS%2CcAAc%2CQAK7B%2CEAAE%2CKAhjPH%3BEAsBA%2CMAAO%2CeAohPQ%2CcAAc%2CQAM5B%2CEAAE%2CKA%5C%2FiPH%3BEAqBA%2CMAAO%2CgBAqhPS%2CcAAc%2CQAK7B%2CEAAE%2CKA%5C%2FiPH%3BEAqBA%2CMAAO%2CGApBJ%2CeAwiPY%2CcAAc%2CQAM5B%2CEAAE%3BEA1hPH%2CMAAO%2CGApBJ%2CgBAyiPa%2CcAAc%2CQAK7B%2CEAAE%3BEA1hPH%2CMAAO%2CEAnBL%2CeAuiPa%2CcAAc%2CQAM5B%2CEAAE%3BEA1hPH%2CMAAO%2CEAnBL%2CgBAwiPc%2CcAAc%2CQAK7B%2CEAAE%3BEAzhPH%2CCAAE%2CeAmhPa%2CcAAc%2CQAM5B%2CEAAE%2CKAhjPH%3BEAuBA%2CCAAE%2CgBAohPc%2CcAAc%2CQAK7B%2CEAAE%2CKAhjPH%3BEAuBA%2CCAAE%2CeAmhPa%2CcAAc%2CQAM5B%2CEAAE%2CKA%5C%2FiPH%3BEAsBA%2CCAAE%2CgBAohPc%2CcAAc%2CQAK7B%2CEAAE%2CKA%5C%2FiPH%3BEAsBA%2CCAAE%2CGArBC%2CeAwiPY%2CcAAc%2CQAM5B%2CEAAE%3BEAzhPH%2CCAAE%2CGArBC%2CgBAyiPa%2CcAAc%2CQAK7B%2CEAAE%3BEAzhPH%2CCAAE%2CEApBA%2CeAuiPa%2CcAAc%2CQAM5B%2CEAAE%3BEAzhPH%2CCAAE%2CEApBA%2CgBAwiPc%2CcAAc%2CQAK7B%2CEAAE%3BIA9%5C%2FOH%2CaAAa%2CqDAAb%3BIAzBC%3B%3BEA6hPD%2CeAAgB%3BIACf%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAGD%3BIACC%3B%3BEAGD%2CWAAY%3BIACX%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CWAAW%3BIACV%2CSAAS%2CEAAT%3BIACA%3BIACA%2C4BAA4B%2CiFAA5B%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%3BIACd%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CWAAY%3BIACX%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%2CGAAG%3BIACjB%3B%3BEAGD%2CWAAY%2CGAAG%2CGAAG%2CEAAC%3BIAClB%3BIACA%3BIACA%3B%3BEAGD%2CWAAY%2CGAAG%2CGAAG%3BIACjB%3BIACA%3B%3BEAGD%3BIAEC%3BIACA%3BIACA%3B%3BEAz1KD%2CcAAC%3BIACA%3BIACA%2CyBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAy1KD%2CcAAc%3BIACb%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2CcAAe%2CEAAC%3BEAChB%2CcAAe%2CEAAC%3BIACf%3B%3BEAGD%2CeAAgB%3BIACf%3B%3BEAGD%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%3BIACxC%3BIACA%3B%3BEAGD%2COAAQ%2CcAAc%2CkBAAkB%3BIACvC%3BIACA%3B%3BEAGD%2CoBAAqB%2CGAAE%3B%3BIAEtB%3B%3BEAGD%2CWAAY%2CGAAE%3BEACd%2CoBAAqB%2CGAAE%3BIACtB%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3B%3BEAGD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%3BIAv4MhD%3BIACA%3BIAw4MC%3BIACA%3B%3BEAHD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAp4MhD%2CGAAE%3BIACD%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEA%2B3MD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAp4MhD%2CGAAE%2CWAOD%3BIACC%3BIACA%3B%3BEAi4MF%2CSAAU%2CYAAY%2CYAAW%3BIAChC%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BIAC7C%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CYAAY%3BIACzD%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3BIACA%3B%3B%3B%3B%3B%3B%3BEASD%2CIAAI%2COAAQ%2CsBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BIACzD%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAPD%2CqBAAqB%2CMAAO%2CQAAQ%2CeASnC%2CGAAG%2CGAAE%3BIACJ%3B%3BEAIF%2CIAAI%2CmBAAoB%2CsBAAqB%3BEAC7C%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACpD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACpD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BEACpD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAO%3BEAC3D%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%2CQAAO%3BIAC1D%3B%3BEAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BIACnD%3B%3BEAGD%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BIAChD%2CsBAAsB%2C0DAAtB%3B%3BEAGJ%2CIAAI%2CmBAAoB%2CsBAAqB%2CMAAO%3BIACnD%3B%3BEAGD%3BIACC%3B%3B%3BAA2JF%2CQAvJ0B%3B%3BEACzB%3BIACC%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%3BIAC3B%3BIACA%3BIACA%2CsBAAsB%2C4DAAtB%3BIACA%3B%3BEAGD%2CqBAAqB%3BEACrB%2CqBAAqB%2CMAAO%3BEAC5B%2CqBAAqB%2CMAAO%3BEAC5B%2CqBAAqB%2CMAAO%2CQAAO%3BEACnC%2CqBAAqB%2CMAAO%2CQAAO%3BIAClC%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAAU%3BIAC7C%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CYAAY%3B%3BIAEzD%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%3BIACA%3B%3BEAGD%2CSAAU%2CYACT%3BIACC%3BIACA%3BIACA%3B%3BEAIF%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3BIACA%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CYAAY%3BEAC1D%2COAAQ%2CUAAU%2CYAAY%3BIAC7B%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CkBAAA%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CUAAU%2CYAAY%2CYAAW%3BIACpE%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIAChC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGJ%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%3BIACnC%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CWAAW%3BEAC%5C%2FC%2CqBAAqB%2CMAAO%2CQAAQ%2CWAAW%3BEAC%5C%2FC%2CqBAAqB%2CMAAO%2CQAAQ%2CWAAW%3BIA7gO%5C%2FC%2CyBAAA%3BIACA%2C0CAAA%3BIAGA%3BIACA%2C%2BBAAA%3BIACA%2CYAAa%2C4FAAb%3BIACA%2CkGAAA%3B%3BEA0gOA%2COAAQ%3BEACR%2COAAQ%3BIACP%3B%3B%3B%3B%3B%3BEAQD%3BIACC%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3BIACA%2CgCAAA%3BIACA%3B%3BEAGD%2CqBAAqB%2CMAAO%2CQAAQ%2CiBAAgB%2CQAAS%3BIAC5D%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%3BIAn4OA%3B%3BEAEA%2CcAAC%3BIACA%3BIACA%3BIA0DD%2CkBAAkB%2CqCAAqC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2CyCAA4B%2CyCAA4B%2CyCAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2CyCAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAA3zJ%3BIACA%2CkBAAkB%2CmyFAAlB%3BIACA%2CkBAAkB%2CgyFAAlB%3BIACA%2CkBAAkB%2C8xFAAlB%3BIACA%2CkBAAkB%2C0xFAAlB%3BIACC%3B%3BEAo0OD%2CcAAiB%3BEACjB%2CcAAe%2CMAAK%3BEACpB%2CcAAe%2CMAAK%3BEACpB%2CcAAe%3BEACf%2CSAAU%3BEACV%3BEACA%3BIAz3OA%3B%3BEAEA%2CcAi3OiB%2CSAj3OhB%3BEAAD%2CcAk3Oe%2CMAAK%2COAl3OnB%3BEAAD%2CcAm3Oe%2CMAAK%2CWAn3OnB%3BEAAD%2CcAo3Oe%2CEAp3Od%3BEAAD%2CSAq3OU%2CGAr3OT%3BEAAD%2CWAAC%3BEAAD%2CWAAC%3BEACD%2CcAg3OiB%2CSAh3OhB%3BEAAD%2CcAi3Oe%2CMAAK%2COAj3OnB%3BEAAD%2CcAk3Oe%2CMAAK%2CWAl3OnB%3BEAAD%2CcAm3Oe%2CEAn3Od%3BEAAD%2CSAo3OU%2CGAp3OT%3BEAAD%2CWAAC%3BEAAD%2CWAAC%3BIACA%3BIAsCD%2CkBAAkB%2CqCAAqC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2CyCAA4B%2CyCAA4B%2CyCAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2CyCAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAA3zJ%3BIACA%2CkBAAkB%2CmyFAAlB%3BIACA%2CkBAAkB%2CgyFAAlB%3BIACA%2CkBAAkB%2C8xFAAlB%3BIACA%2CkBAAkB%2C0xFAAlB%3BIACC%3B%3BEAvCD%2CcA22OiB%2CSA32OhB%3BEAAD%2CcA42Oe%2CMAAK%2COA52OnB%3BEAAD%2CcA62Oe%2CMAAK%2CWA72OnB%3BEAAD%2CcA82Oe%2CEA92Od%3BEAAD%2CSA%2B2OU%2CGA%5C%2F2OT%3BEAAD%2CWAAC%3BEAAD%2CWAAC%3BIACA%3B%3BEAGD%2CcAu2OiB%2CSAv2OhB%3BEAAD%2CcAw2Oe%2CMAAK%2COAx2OnB%3BEAAD%2CcAy2Oe%2CMAAK%2CWAz2OnB%3BEAAD%2CcA02Oe%2CEA12Od%3BEAAD%2CSA22OU%2CGA32OT%3BEAAD%2CWAAC%3BEAAD%2CWAAC%3BIACA%3B%3BEAg3OD%2CoBAAqB%3BEACrB%3BEACA%3BEACA%3BIA14OA%3B%3BEAEA%2CoBAq4OqB%2CcAr4OpB%3BEAAD%2CkBAAC%3BEAAD%2CkBAAC%3BEAAD%2COAAC%3BIACA%3BIACA%3BIAgDD%2CkBAAkB%2CqCAAqC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C0BAA0B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2CyCAA4B%2CyCAA4B%2CyCAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2CyCAA4B%2CyCAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CyCAA2B%2C2BAA2B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C2BAA2B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAA3zJ%3BIACA%2CkBAAkB%2CmyFAAlB%3BIACA%2CkBAAkB%2CgyFAAlB%3BIACA%2CkBAAkB%2C8xFAAlB%3BIACA%2CkBAAkB%2C0xFAAlB%3BIACC%3B%3BEAs1OD%2CUAAW%2CgBAAkB%3BEAC7B%2CUAAW%2CgBAAgB%2CEAAC%2CeAAkB%3BIAC7C%3B%3B%3B%3BAAKF%2CIAAI%2CWACH%3BEACC%3B%3BAAFF%2CIAAI%2CWAIH%2CIAAG%3BEACF%3B%3BAALF%2CIAAI%2CWAOH%2CIAAG%3BEACF%3B%3BAARF%2CIAAI%2CWAOH%2CIAAG%2CSAEF%3BEACC%3B%3BAAKH%2CKAAM%2COAAO%3BEACX%3B%3B%3BAAKF%3BEA36OC%3BEA86OC%3BEAED%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAl7OA%2CYAAC%3BEACA%3BEACA%3BEArBD%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEAoDA%3BEACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BEACA%2CkBAAkB%2CiZAAlB%3BEACA%2CkBAAkB%2C8YAAlB%3BEACA%2CkBAAkB%2C4YAAlB%3BEACA%2CkBAAkB%2CwYAAlB%3B%3BEAEA%3B%3BEACA%3B%3B%3B%3B%3BAAy4OD%2CYAAa%3BEACZ%3B%3BAAGD%2CYAAa%2CaAAY%3BEACxB%3BEACA%3B%3BAAGD%2CYAAa%2CaAAY%3BEACxB%3BEACA%3B%3BAAGD%2CYAAa%3BAACb%2CYAAa%2CeAAe%2CgBAAgB%3BEAC3C%3BEACC%3B%3BAAGF%3BEACC%2CwBAAA%3B%3BAAGD%3BEACC%2CwBAAA%3B%3BAAGD%3BEAn9OC%3BEAq9OA%3BEACA%3B%3BAAp9OA%2CkBAAC%3BEACA%3BEACA%3BEArBD%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEAoDA%3BEACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BEACA%2CkBAAkB%2CiZAAlB%3BEACA%2CkBAAkB%2C8YAAlB%3BEACA%2CkBAAkB%2C4YAAlB%3BEACA%2CkBAAkB%2CwYAAlB%3B%3BEAEA%3B%3BEACA%3B%3B%3B%3B%3BAA26OD%2CkBAAmB%3BEAz9OlB%3BEA29OA%3BEACA%3B%3BAA19OA%2CkBAu9OkB%2CaAv9OjB%3BEACA%3BEACA%3BEAwBD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA87OD%2CkBAAkB%3BAAClB%2CkBAAkB%3BEACjB%3B%3BAC3gQC%2CkBAAC%3BAACD%2CkBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%3B%3BAAEF%2CkBAAC%3BEACC%3B%3BAD4gQJ%2CkBAAkB%3BEACjB%3B%3BAAGD%2CkBAAkB%3BEACjB%3BEACA%3B%3BAAGD%3BEACC%3B%3BAADD%2CkBAGC%2CaAAa%2CaAAY%3BAAH1B%2CkBAIC%2CaAAa%2CaAAY%3BEACxB%3B%3BAALF%2CkBAQC%2CaAAa%3BAARd%2CkBASC%2CaAAa%2CeAAe%2CgBAAgB%3BEAC3C%3BEACA%3B%3BAAXF%2CkBAcC%2CaAAa%3BEACZ%3B%3BAAfF%2CkBAkBC%2CaAAa%2CeAAe%2CIAAG%3BEAC9B%3B%3BAAnBF%2CkBAsBC%2CaAAa%2CeAAe%2CgBAAgB%3BEAC3C%3B%3BAAIF%2CkBAAkB%3BEACjB%3BEACA%3B%3BAAoDD%2CQAjD%2BB%3BEAE9B%3BIACC%3BIACA%3BIACA%3BIACA%3B%3BEAEA%2CkBAAC%3BIACA%2CuCAAA%3BIACA%2CwCAAA%3B%3BEAIF%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3B%3BEAGD%2CkBAAmB%3BIAClB%3B%3BEAGD%2CkBAAmB%3BIAClB%3B%3BEAGD%2CcAAe%2CIAAG%3BIACjB%3B%3BEAGD%2CcAAe%2CgBAAgB%3BIAC9B%3B%3BEAGD%3BIACC%3B%3B%3BAAYF%2CQAR%2BB%3BEAC9B%2CeAAe%3BIACd%3BIACA%3BIACA%3B%3B%3BAAIF%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CYAAa%3BEACZ%3B%3BEACA%3BEA99PA%2CaAAa%2CkDAAb%3BEAg%2BPA%3B%3BAAJD%2CYAAa%2CGA19PZ%3BAA09PD%2CYAAa%2CGAz9PZ%3BAACA%2CEAAG%2CaAw9PS%3BAAv9PZ%2CCAAE%2CaAu9PU%3BEAj9PZ%2CaAAa%2CyDAAb%3B%3BAAw9PD%3BEACC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3B%3BAAGD%2CCAAC%3BEACA%3BEACA%3B%3BAAGD%3BAACA%3BAACA%2CWAAY%3BAACZ%2CeAAgB%2CeAAc%3BAAC9B%2CeAAgB%3BAAChB%2CeAAgB%3BEACf%2CyDAAA%3B%3BAAGD%2CcAAe%2CgBAAgB%3BAAC%5C%2FB%2CcAAe%2C%2BBAA%2BB%3BEAC7C%3BEACA%3BEACA%2CyBAAA%3BEACA%3B%3BAAED%2CcAAe%2CgBAAgB%3BAAC%5C%2FB%3BAACA%2CcAAe%2C%2BBAA%2BB%3BAAC9C%3BAACA%2CeAAgB%2CeAAe%3BEAC9B%3B%3BAAGD%2CcAAe%2CEAAC%3B%3BEAEf%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CgBAAgB%3BEAC9B%3BEACA%3BEACA%3B%3BAAGD%2CcAAe%2CgBAAgB%3BEAC9B%3B%3BAAGD%2CcAAe%2CgBAAgB%3BEAC9B%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%2CcAAe%2CaAAa%3BEAC3B%2CgBAAgB%2C2DAAhB%3BEACA%3BEACA%3B%3B%3B%3BAAMD%2COAAQ%2CeAAe%2CaAAa%3BEACnC%2CgBAAgB%2C2DAAhB%3B%3BAAGD%2COAAQ%2CeAAe%2CaAAa%3BEACnC%2CgBAAgB%2C2DAAhB%3B%3BAAGD%2CeAAgB%2CeAAe%3B%3B%3BAAI%5C%2FB%2CcAAe%2CWAAW%3BAAC1B%2COAAQ%2CeAAe%2CWAAW%3BEACjC%2C%2BBAAA%3BEACA%2CsCAAA%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%2CWAAW%3BAAC1B%2COAAQ%2CeAAe%2CWAAW%3BEACjC%3B%3BAAGD%2CcAAe%3BEACd%3B%3B%3BAAGD%2CcAAe%2CWAAW%3BAAC1B%2COAAQ%2CeAAe%2CWAAW%3BEACjC%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%3BEACd%3BEACA%3B%3BAAGD%2CcAAe%2CYAAY%3BAAC3B%2COAAQ%2CeAAe%2CYAAY%3BEAClC%2C8BAAA%3BEACA%2CsCAAA%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%2CYAAY%3BAAC3B%2COAAQ%2CeAAe%2CYAAY%3BEAClC%3B%3BAAGD%2CcAAe%3BEACd%3B%3B%3BAAGD%2CYAAY%3BEACX%3B%3BAAGD%2CcAAe%2CYAAY%3BAAC3B%2COAAQ%2CeAAe%2CYAAY%3BEAClC%3B%3BAAGD%2CcAAe%2CWAAW%3BAAC1B%2COAAQ%2CeAAe%2CWAAW%3BEACjC%2C%2BBAAA%3BEACA%2CsCAAA%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%2CWAAW%3BAAC1B%2COAAQ%2CeAAe%2CWAAW%3BEACjC%3B%3BAAGD%2CcAAe%3BEACd%3B%3B%3BAAGD%2CcAAe%2CWAAW%3BAAC1B%2COAAQ%2CeAAe%2CWAAW%3BEACjC%3B%3BAAGD%2CcAAe%2CaAAa%3BAAC5B%2COAAQ%2CeAAe%2CaAAa%3BEACnC%2C%2BBAAA%3BEACA%2CsCAAA%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%2CaAAa%3BAAC5B%2COAAQ%2CeAAe%2CaAAa%3BEACnC%3B%3BAAGD%2CcAAe%3BEACd%3B%3B%3BAAGD%2CcAAe%2CaAAa%3BAAC5B%2COAAQ%2CeAAe%2CaAAa%3BEACnC%3B%3BAAGD%2CcAAe%3BAACf%2CcAAe%3BEACd%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%2CyBAAA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CkBAAmB%3BEAClB%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CkBAAmB%2CEAAE%3BEACpB%3BEACA%2CqBAAA%3B%3BAAGD%2CkBAAmB%2CEAAE%2CEAAC%3BAACtB%2CkBAAmB%2CEAAE%2CEAAC%3BAACtB%2CkBAAmB%2CEAAE%2CEAAC%2CMAAM%2CIAAI%3BAAChC%2CkBAAmB%2CEAAE%2CEAAC%2CMAAM%2CIAAI%3BEAC%5C%2FB%3BEACA%2CcAAA%3B%3BAAGD%2CkBAAmB%2CEAAE%3BEACpB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CSAAS%3BEAClB%3B%3BAAGD%2CSAAU%2CSAAS%3BAACnB%2CSAAU%2CSAAS%3BEAClB%3BEACA%3BEACA%3B%3BAAJD%2CSAAU%2CSAAS%2CmBAMlB%2CaAAY%3BAALb%2CSAAU%2CSAAS%2CmBAKlB%2CaAAY%3BEACX%3BEACA%3B%3BAARF%2CSAAU%2CSAAS%2CmBAWlB%2CaAAY%2CmBAAmB%3BAAVhC%2CSAAU%2CSAAS%2CmBAUlB%2CaAAY%2CmBAAmB%3BEAC9B%3BEACA%3B%3BAAbF%2CSAAU%2CSAAS%2CmBAgBlB%2CaAAY%2CmBAAmB%3BAAfhC%2CSAAU%2CSAAS%2CmBAelB%2CaAAY%2CmBAAmB%3BEAC9B%3BEACA%3B%3BAAlBF%2CSAAU%2CSAAS%2CmBAqBlB%2CeAAe%2CIAAG%3BAApBnB%2CSAAU%2CSAAS%2CmBAoBlB%2CeAAe%2CIAAG%3BEACjB%3BEACA%3B%3BAAkCF%2CQA9B%2BB%3BEAC9B%2CSAAU%2CSAAS%3BEACnB%2CSAAU%2CSAAS%3BIAChB%3BIACA%3BIACA%3B%3BEAGH%2COAAQ%2CcAAc%2CkBAAkB%2CEAAC%3BIACxC%3B%3BEAGD%2COAAQ%2CcAAc%2CkBAAkB%3BIACvC%2C0BAAA%3B%3BEAGD%2CaAAc%3BIACV%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGJ%2COAAQ%2COAAO%2CGAAG%2CGAAE%3BIACnB%3B%3B%3BAAIF%3BEACC%3B%3BAAUD%2CQAPgC%3BEAC%5C%2FB%2COAAQ%2CoBAAoB%2CQAAO%3BIAClC%3B%3B%3BAAWF%2CQAN4B%3BEAC3B%3BIACC%2CyBAAA%3B%3B%3BAAWF%2CQAP2B%3BEAC1B%2CSAAU%3BIACT%3B%3B%3BAAKF%2CEAAE%2CWAAY%3BEA%5C%2F2Qb%2CaAAa%2CqDAAb%3BEAi3QA%3B%3BAAGD%2CCAAC%3BAAAO%2CMAAO%3BEACd%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CMAAO%2CSAAQ%3BEACd%3BEACA%3B%3BAAGD%2CMAAO%3BEACN%2CoCAAA%3B%3BAAED%2CQAAQ%3BEACP%2CmBAAA%3B%3BAAED%2CMAAO%3BEACN%3B%3BAAID%2CKAAK%3BEAED%3BEACH%3BEACA%3BEACA%3BEACA%3BEACA%3BEAj8PA%3BEAm8PA%2C4BAAA%3B%3BAAj8PA%2CKAw7PI%2CaAx7PH%3BAACD%2CKAu7PI%2CaAv7PH%3BEACA%3BEA%5C%2FBD%3BEACA%3BEACA%2CSAAS%2CEAAT%3BEACA%3BEAoDA%3BEACA%2CkBAAkB%2CuCAAuC%2CeAAe%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2C4BAA4B%2CYAAxnB%3BEACA%2CkBAAkB%2CiZAAlB%3BEACA%2CkBAAkB%2C8YAAlB%3BEACA%2CkBAAkB%2C4YAAlB%3BEACA%2CkBAAkB%2CwYAAlB%3B%3BEAEA%3B%3BEACA%3B%3B%3B%3B%3BAA5BA%2CKAk7PI%2CaAl7PH%3BEACA%3B%3BAAGD%2CKA86PI%2CaA96PH%3BEACA%3B%3BAA66PF%2CKAAK%2CaAUH%3BEACC%3BEACA%2CaAAa%2CaAAb%3BEACA%3BEACA%3B%3BAAdH%2CKAAK%2CaAgBH%3BEACC%3BEACA%3BEACA%2CaAAa%2CiDAAb%3B%3BAAnBH%2CKAAK%2CaAqBH%2COACC%2CWACC%3BEACC%3BEACG%2CaAAa%2C%2BCAAb%3BEACA%3BEACA%3BEACA%3B%3BAA5BR%2CKAAK%2CaAgCH%3BAAhCF%2CKAAK%2CaAgCa%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKH%2CKAAK%2CaAAc%2COAAM%3BEACxB%3B%3BAAGD%2CKAAK%2CaAAc%2COAAM%3BEACxB%3B%3BAAED%2CKAAK%2CaAAc%2CEAAC%3BEACnB%3BEACA%3B%3BAAGD%2CMAAO%2CWAAW%3BEACjB%3B%3BAAGD%2CMAAO%2CWAAW%2CGAAG%3BEACpB%3B%3BAAED%2CMAAO%2CWAAW%2CGAAG%2CQAAQ%3BEAC5B%3BEACA%2CwBAAA%3B%3BAAID%3BEAA4B%3BIAAO%3B%3BEAAa%3BIAAK%3B%3B%3BAACrD%3BEAAyB%3BIAAO%3B%3BEAAa%3BIAAK%3B%3B%3BAAClD%3BEAAoB%3BIAAO%3B%3BEAAa%3BIAAK%3B%3B%3BAAE7C%3BEACE%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEAEA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAAIF%3BEAA6B%3BIAAO%3B%3BEAAa%3BIAAK%3B%3B%3BAACtD%3BEAA0B%3BIAAO%3B%3BEAAa%3BIAAK%3B%3B%3BAACnD%3BEAAqB%3BIAAO%3B%3BEAAa%3BIAAK%3B%3B%3BAAE9C%3BEACE%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEAEA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAAWF%2CQAN2B%3BEAC1B%3BIACC%3B%3B%3BAAIF%2CSAAU%2CWAAW%2CWAAW%2CeAAc%3BEAC7C%3B%3BAAGD%2CcAAc%2CQAAS%2CkBAAkB%3BEACxC%3BEACA%3BEACA%3B%3BAAGD%2CcAAc%2CQAAS%2CkBAAkB%3BEACxC%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAFD%2CmBAGC%2CYAAY%3BEACX%3B%3BAAJF%2CmBAMC%2CYAAY%2CSAAQ%3BEACnB%3BEACA%3B%3BAAIF%2CgBAAgB%3BAAAS%2CgBAAgB%3BEACxC%3B%3BAAED%2CgBAAgB%2CMAAM%3BAAAS%2CgBAAgB%2CMAAM%3BEACpD%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAGD%2CoBAAqB%3BEACpB%3B%3BAAGD%2CoBAAqB%3BAAAG%2CoBAAqB%2CEAAC%3BEAC7C%3B%3BAAID%2CoBAAqB%2CEAAC%2CSAAS%3BEAC9B%3B%3BAAGD%2CgBAAgB%2CSAAS%3BAAAS%2CgBAAgB%2CSAAS%3BEAC1D%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3B%3BAAGD%2CkBAAmB%3BEAClB%3BEACA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEAtmRA%2CaAAa%2CgDAAb%3BEAwmRA%3BEACA%2CqBAAA%3BEACA%3B%3BAARD%2CkBAAmB%2COAhmRlB%3BAAgmRD%2CkBAAmB%2COA%5C%2FlRlB%3BAACA%2CMAAO%2CmBA8lRW%3BAA7lRlB%2CCAAE%2CmBA6lRgB%3BEAlkRlB%2CaAAa%2CqDAAb%3BEAzBC%3B%3BAAsmRF%2CkBAAmB%2COAAM%3BEACxB%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3B%3BAAGD%2CWAAY%3BAAAc%2CWAAY%3BEACrC%3BEACA%22%7D */