/*Style Guide*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  /* FIX: To avoid vertical scrollbars in IE7 when there is no overflowing content */
  overflow: auto;
  font-size: 14px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
}
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  background-color: #ffffff;
}
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;
  color: #0052c2;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted #000;
  outline: auto 5px -webkit-focus-ring-color;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #efefef;
}
pre {
  overflow: auto;
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", 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-focusring {
  outline: 1px dotted ButtonText;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: inherit;
  color: #666666;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row,
.subtable-header {
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.frontend-only .col-xs-1,
.frontend-only .col-sm-1,
.frontend-only .col-md-1,
.frontend-only .col-lg-1,
.frontend-only .col-xs-2,
.frontend-only .col-sm-2,
.frontend-only .col-md-2,
.frontend-only .col-lg-2,
.frontend-only .col-xs-3,
.frontend-only .col-sm-3,
.frontend-only .col-md-3,
.frontend-only .col-lg-3,
.frontend-only .col-xs-4,
.frontend-only .col-sm-4,
.frontend-only .col-md-4,
.frontend-only .col-lg-4,
.frontend-only .col-xs-5,
.frontend-only .col-sm-5,
.frontend-only .col-md-5,
.frontend-only .col-lg-5,
.frontend-only .col-xs-6,
.frontend-only .col-sm-6,
.frontend-only .col-md-6,
.frontend-only .col-lg-6,
.frontend-only .col-xs-7,
.frontend-only .col-sm-7,
.frontend-only .col-md-7,
.frontend-only .col-lg-7,
.frontend-only .col-xs-8,
.frontend-only .col-sm-8,
.frontend-only .col-md-8,
.frontend-only .col-lg-8,
.frontend-only .col-xs-9,
.frontend-only .col-sm-9,
.frontend-only .col-md-9,
.frontend-only .col-lg-9,
.frontend-only .col-xs-10,
.frontend-only .col-sm-10,
.frontend-only .col-md-10,
.frontend-only .col-lg-10,
.frontend-only .col-xs-11,
.frontend-only .col-sm-11,
.frontend-only .col-md-11,
.frontend-only .col-lg-11,
.frontend-only .col-xs-12,
.frontend-only .col-sm-12,
.frontend-only .col-md-12,
.frontend-only .col-lg-12 {
  /* '.frontend-only' class makes sure that this rule only applies to the prototype and not DIF, PL, QA, etc. */
  position: relative;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:hover,
a:focus {
  color: #0073cf;
  text-decoration: underline;
}
/*a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/
figure {
  margin: 0;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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%;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #524940;
  margin: 0.5em 0;
}
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 {
  line-height: 1;
  color: #9d8e80;
  font-weight: inherit;
}
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 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: 40px;
  font-size: 2.85714rem;
}
h2,
.h2 {
  font-size: 36px;
  font-size: 2.57142rem;
}
h3,
.h3 {
  font-size: 30px;
  font-size: 2.14285rem;
}
h4,
.h4 {
  font-size: 24px;
  font-size: 1.71428rem;
}
h5,
.h5 {
  font-size: 20px;
  font-size: 1.42857rem;
}
h6,
.h6 {
  font-size: 18px;
  font-size: 1.28571rem;
}
p {
  margin: 0 0 9px;
}
.lead,
.text-summary {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead,
  .text-summary {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background: #fbe5d4;
  color: #000000;
}
.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: #cccccc;
}
.text-primary {
  color: #009cde;
}
a.text-primary:hover {
  color: #0078ab;
}
.text-success {
  color: #007700;
}
a.text-success:hover {
  color: #004400;
}
.text-info {
  color: #0099cc;
}
a.text-info:hover {
  color: #007399;
}
.text-warning {
  color: #cc6622;
}
a.text-warning:hover {
  color: #a0501b;
}
.text-danger {
  color: #cc0000;
}
a.text-danger:hover {
  color: #990000;
}
.bg-primary {
  color: #fff;
  background-color: #009cde;
}
a.bg-primary:hover {
  background-color: #0078ab;
}
.bg-success {
  background-color: #f0f9ed;
}
a.bg-success:hover {
  background-color: #d0ecc7;
}
.bg-info {
  background-color: #ecf6fd;
}
a.bg-info:hover {
  background-color: #bee0f8;
}
.bg-warning {
  background-color: #fdf3eb;
}
a.bg-warning:hover {
  background-color: #f8d7bd;
}
.bg-danger {
  background-color: #fff4f9;
}
a.bg-danger:hover {
  background-color: #ffc1dd;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #efefef;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
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: 18px;
}
dt,
dd {
  line-height: 1.3;
}
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 #cccccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.3;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
caption {
  text-align: left;
  line-height: 35px;
  font-weight: 700;
}
th {
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input::-ms-clear {
  display: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #efefef;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #007700;
}
.has-success .form-control {
  border-color: #007700;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #004400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00dd00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00dd00;
}
.has-success .input-group-addon {
  color: #007700;
  border-color: #007700;
  background-color: #f0f9ed;
}
.has-success .form-control-feedback {
  color: #007700;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #cc6622;
}
.has-warning .form-control {
  border-color: #cc6622;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a0501b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79e6d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79e6d;
}
.has-warning .input-group-addon {
  color: #cc6622;
  border-color: #cc6622;
  background-color: #fdf3eb;
}
.has-warning .form-control-feedback {
  color: #cc6622;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #cc0000;
}
.has-error .form-control {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #990000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
}
.has-error .input-group-addon {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #fff4f9;
}
.has-error .form-control-feedback {
  color: #cc0000;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.label {
  border: 1px solid #000;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #cccccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #009cde;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0078ab;
}
.label-success {
  background-color: #007700;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #004400;
}
.label-info {
  background-color: #0099cc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #007399;
}
.label-warning {
  background-color: #cc6622;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #a0501b;
}
.label-danger {
  background-color: #cc0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #990000;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ece6dd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.holdings-detail .panel-group {
  margin-bottom: 10px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #666666;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #009cde;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #009cde;
  border-color: #009cde;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #009cde;
}
.panel-primary > .panel-heading .badge {
  color: #009cde;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #009cde;
}
.panel-success {
  border-color: #6cc24a;
}
.panel-success > .panel-heading {
  color: #007700;
  background-color: #f0f9ed;
  border-color: #6cc24a;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6cc24a;
}
.panel-success > .panel-heading .badge {
  color: #f0f9ed;
  background-color: #007700;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6cc24a;
}
.panel-info {
  border-color: #0073cf;
}
.panel-info > .panel-heading {
  color: #0099cc;
  background-color: #ecf6fd;
  border-color: #0073cf;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0073cf;
}
.panel-info > .panel-heading .badge {
  color: #ecf6fd;
  background-color: #0099cc;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0073cf;
}
.panel-warning {
  border-color: #ea7600;
}
.panel-warning > .panel-heading {
  color: #cc6622;
  background-color: #fdf3eb;
  border-color: #ea7600;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ea7600;
}
.panel-warning > .panel-heading .badge {
  color: #fdf3eb;
  background-color: #cc6622;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ea7600;
}
.panel-danger {
  border-color: #d40014;
}
.panel-danger > .panel-heading {
  color: #cc0000;
  background-color: #fff4f9;
  border-color: #d40014;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d40014;
}
.panel-danger > .panel-heading .badge {
  color: #fff4f9;
  background-color: #cc0000;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d40014;
}
.close {
  float: right;
  /*font-size: 21px;*/
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  /*opacity: 0.2;*/
  /*filter: alpha(opacity=20);*/
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 350px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #d1c9c0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #d1c9c0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #d1c9c0;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #d1c9c0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #d1c9c0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #d1c9c0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #d1c9c0;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #d1c9c0;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #d1c9c0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  background-color: #fff;
  border: 1px solid #d1c9c0;
  padding: 20px;
}
.popover.popover-external {
  padding: 30px;
}
.popover.mm-flyout,
.popover.popover-external {
  border: none;
}
.popover.mm-flyout,
.popover.help-popover {
  padding: 20px;
}
.popover.irs-contribution-limits-help-flyout,
.popover.help-popover {
  border: 1px solid #d1c9c0;
}
.popover.top {
  margin-top: -10px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.right {
  margin-left: 10px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.bottom {
  margin-top: 10px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.left {
  margin-left: -10px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover-title {
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  background-color: #ffffff;
  border-bottom: 3px solid #d1c9c0;
  border-radius: 0px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 1.286rem;
  color: #524940;
}
.popover-content {
  padding: 0px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #d1c9c0;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #d1c9c0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #d1c9c0;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #d1c9c0;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #d1c9c0;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #d1c9c0;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #d1c9c0;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #d1c9c0;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.nav:before,
.nav:after,
.panel-a > .panel-header:before,
.panel-a > .panel-header:after,
.panel-a > .panel-body:before,
.panel-a > .panel-body:after,
.panel-acct h3.panel-header:before,
.panel-acct h3.panel-header:after,
.subtable-header:before,
.subtable-header:after,
.grid__col1:before,
.grid__col1:after,
.grid__col2:before,
.grid__col2:after,
.grid__col1-cwrap:before,
.grid__col1-cwrap:after,
.grid__col1:before,
.grid__col1:after,
.grid__col2:before,
.grid__col2:after,
.grid__col1-cwrap:before,
.grid__col1-cwrap:after,
.panel-acct h3.panel-header:before,
.panel-acct h3.panel-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-footer:after,
.nav:after,
.panel-a > .panel-header:after,
.panel-a > .panel-body:after,
.panel-acct h3.panel-header:after,
.subtable-header:after,
.grid__col1:after,
.grid__col2:after,
.grid__col1-cwrap:after,
.grid__col1:after,
.grid__col2:after,
.grid__col1-cwrap:after,
.panel-acct h3.panel-header:after {
  clear: both;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body {
  height: 100%;
}
a:active,
a:focus {
  color: #012169;
}
p {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.text-edge-blue {
  color: #009cde;
}
.text-bright-blue {
  color: #0073cf;
}
.text-royal-blue {
  color: #0052c2;
}
.text-dark-blue {
  color: #012169;
}
.text-night-blue {
  color: #000a23;
}
.text-bright-red {
  color: #dc1431;
}
.text-regal-red {
  color: #c41230;
}
.text-dark-red {
  color: #780032;
}
.text-smoke-gray-light {
  color: #efefef;
}
.text-smoke-gray {
  color: #dddddd;
}
.text-silver-gray {
  color: #cccccc;
}
.text-slate-gray {
  color: #999999;
}
.text-charcoal-gray {
  color: #666666;
}
.text-carbon-gray {
  color: #333333;
}
.text-pale-blue {
  color: #ecf6fd;
}
.text-winter-gray {
  color: #f9f7f4;
}
.text-pale-gray-light {
  color: #f3efe7;
}
.text-pale-gray {
  color: #ece6dd;
}
.text-warm-gray-light {
  color: #d1c9c0;
}
.text-warm-gray {
  color: #9d8e80;
}
.text-dark-gray {
  color: #857363;
}
.text-digital-gray {
  color: #414141;
}
.text-digital-gray-dark {
  color: #414141;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-10 {
  font-size: 10px;
}
.text-11 {
  font-size: 11px;
}
.text-12,
small,
.small {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-26 {
  font-size: 26px;
}
.text-28 {
  font-size: 28px;
}
.text-30 {
  font-size: 30px;
}
.text-32 {
  font-size: 32px;
}
.text-34 {
  font-size: 34px;
}
.text-36 {
  font-size: 36px;
}
.text-38 {
  font-size: 38px;
}
.text-40 {
  font-size: 40px;
}
.text-42 {
  font-size: 42px;
}
.text-44 {
  font-size: 44px;
}
.text-46 {
  font-size: 46px;
}
.text-48 {
  font-size: 48px;
}
.text-50 {
  font-size: 50px;
}
.weight-light {
  font-weight: 300;
}
.weight-regular {
  font-weight: 400;
}
.weight-medium {
  font-weight: 500;
}
ins,
u,
.text-underline {
  text-decoration: underline;
}
em,
i,
.text-italic {
  font-style: italic;
}
del,
s,
.text-strike {
  text-decoration: line-through;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-footnote {
  font-size: 12px;
  color: #999999;
}
.text-summary {
  color: #666666;
}
a.hint {
  border-bottom: 1px dotted #0073cf;
}
a.hint:hover {
  text-decoration: none;
}
.text-reset {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  text-align: left;
  text-transform: none;
}
.has-success input {
  background: #f0f9ed;
}
.has-success textarea {
  background: #f0f9ed;
}
.has-success select {
  background: #f0f9ed;
}
.has-warning input {
  background: #fdf3eb;
}
.has-warning textarea {
  background: #fdf3eb;
}
.has-warning select {
  background: #fdf3eb;
}
.has-error input {
  background: #fff4f9;
}
.has-error textarea {
  background: #fff4f9;
}
.has-error select {
  background: #fff4f9;
}
.btn {
  -webkit-appearance: none;
  background: #012169;
  color: #fff;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  line-height: 18px;
  display: inline-block;
}
.btn[disabled],
.btn:hover[disabled],
.btn:active[disabled],
.btn.btn-disabled,
.btn:hover.btn-disabled,
.btn:active.btn-disabled {
  background-color: #efefef !important;
  color: #999999 !important;
  border-color: #cccccc !important;
  cursor: not-allowed;
}
.btn:hover {
  text-decoration: none;
  background-color: #f3efe7;
  color: #0073cf;
  border-color: #d1c9c0;
}
.btn:active {
  text-decoration: none;
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
/*.btn:focus {
    outline: 0 none;
}*/
.btn.btn-xs {
  padding: 5px 7px;
  font-size: 11px;
  font-size: 0.785714rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-sm {
  padding: 7px 10px;
  font-size: 12px;
  font-size: 0.8571428rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-md {
  height: 40px;
}
.btn.btn-lg {
  padding: 13px 25px;
  font-size: 18px;
  font-size: 1.28571428rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.btn.btn-xl {
  padding: 20px 30px;
  font-size: 26px;
  font-size: 1.85714285rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-block {
  display: block;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.28571428rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.btn.btn-primary {
  background-color: #012169;
  color: #ffffff;
  border: 1px solid #012169;
}
.btn.btn-primary:hover {
  background-color: #002f99 !important;
  color: #ffffff;
}
.btn.btn-primary:active {
  background-color: #002f99;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #ea7600;
  color: #ffffff;
  border: 1px solid #ea7600;
}
.btn.btn-secondary:hover {
  background-color: #b94700;
  color: #ffffff;
  border-color: #b94700;
}
.btn.btn-secondary:active {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-link {
  background-color: transparent;
  color: #0052c2;
  border: 1px solid transparent;
  box-shadow: none;
}
.btn.btn-link:hover {
  background-color: transparent;
  color: #0073cf;
  border-color: transparent;
}
.btn.btn-link:active {
  background-color: transparent;
  color: #012169;
  border-color: transparent;
}
.close button {
  font-size: 11px;
  line-height: 14px;
  padding: 3px;
  background: #ece6dd;
  border: transparent;
}
/*
.alert {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    text-align: left;
    text-transform: none;
    overflow: hidden;
}


.alert .alert-icons {
    background-image: url(../images/styleguide/bg/sprite-alerts.png);
    float: left;
    display: inline-block;
    height: 25px;
    width: 25px;
}

.alert .alert-close {
    float: right;
    font-size: 12px;
    cursor: pointer;
}

.alert .alert-close strong {
    font-size: 14px;
}

.alert .alert-body {
    padding-left: 38px;
    margin-top:3px;//to align text with the icons.
}

.alert.alert-danger {
    background-color: #fff4f9;
    border: 1px solid #d40014;    
}

.alert.alert-danger .alert-icons {
    background-position: -59px -20px;
}

.alert.alert-danger.alert-lg .alert-icons {
    background-position: 0 0;
}

.alert.alert-danger.alert-sm .alert-icons {
    background-position: -100px -22px;
}

.alert.alert-success {
    background-color: #f0f9ed;
    border: 1px solid #6cc24a;
}

.alert.alert-success .alert-icons {
    background-position: -100px -78px;
}

.alert.alert-success.alert-lg .alert-icons {
    background-position: -1px -61px;
}

.alert.alert-success.alert-sm .alert-icons {
    background-position: -100px -82px;
}

.alert.alert-info {
    background-color: #ecf6fd;
    border: 1px solid #0073cf;
}

.alert.alert-info .alert-icons {
    background-position: -59px -137px;
}

.alert.alert-info.alert-lg .alert-icons {
    background-position: -1px -120px;
}

.alert.alert-info.alert-sm .alert-icons {
    background-position: -100px -142px;
}

.alert.alert-warning {
    background-color: #fdf3eb;
    border: 1px solid #ea7600;
}

.alert.alert-warning .alert-icons {
    background-position: -59px -198px;
}

.alert.alert-warning.alert-lg .alert-icons {
    background-position: 0 -181px;
}

.alert.alert-warning.alert-sm .alert-icons {
    background-position: -100px -202px;
}

.alert.alert-new {
    position: relative;
}

.alert.alert-new .alert-icons {
    background-position: -2px -238px;
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    left: 0;
    top: 0;
}

.alert.alert-lg {
    padding: 20px;
}

.alert.alert-lg .alert-icons {
    height: 40px;
    width: 40px;
}

.alert.alert-lg .alert-close {
    margin-right: -10px;
    margin-top: -10px;
}

.alert.alert-lg .alert-body {
    padding-left: 60px;
}
.alert.alert-sm{
    padding: 0 !important;
    border: medium none;
    box-shadow: none !important;
    background:none !important;
}
.alert.alert-sm .alert-icons {
    height: 18px;
    width: 18px;
}

.alert.alert-sm .alert-body {
    padding-left: 28px;
}

.alert.alert-dismissible .alert-body {
    padding-right: 80px;
}

.alert-dismissible {
    padding-right: 30px;
}
*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #efefef;
}
.nav > li.disabled > a {
  color: #cccccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.29;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #efefef #efefef #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.29;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #595959;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #009cde;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cccccc !important;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
/*.open > a {
    outline: 0;
}*/
.bg-edge {
  background-color: #009cde;
}
.bg-edge-secondary {
  background-color: #0073cf;
}
.bg-edge-alternate {
  background-color: #0052c2;
}
.bg-advisory {
  background-color: #012169;
}
.bg-advisory-secondary {
  background-color: #000a23;
}
.bg-bank {
  background-color: #dc1431;
}
.bg-bank-secondary {
  background-color: #c41230;
}
.bg-bank-alternate {
  background-color: #780032;
}
.bg-smoke-gray-l {
  background-color: #efefef;
}
.bg-smoke-gray {
  background-color: #dddddd;
}
.bg-silver-gray {
  background-color: #cccccc;
}
.bg-slate-gray {
  background-color: #999999;
}
.bg-charcoal-gray {
  background-color: #666666;
}
.bg-carbon-gray {
  background-color: #333333;
}
.bg-pale-blue {
  background-color: #ecf6fd;
}
.bg-winter-gray {
  background-color: #f9f7f4;
}
.bg-pale-gray-light {
  background-color: #f3efe7;
}
.bg-pale-gray {
  background-color: #ece6dd;
}
.bg-warm-gray-light {
  background-color: #d1c9c0;
}
.bg-warm-gray {
  background-color: #9d8e80;
}
.bg-dark-gray {
  background-color: #857363;
}
.bg-digital-gray {
  background-color: #6b5e51;
}
.bg-digital-gray-dark {
  background-color: #524940;
}
.bg-positive {
  background-color: #ecf6fd;
}
.bg-negative {
  background-color: #fff4f9;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-bright-purple {
  background-color: #673bb8;
}
.bg-purple {
  background-color: #5c068c;
}
.bg-dark-purple {
  background-color: #4b116f;
}
.bg-bright-crimson {
  background-color: #aa0061;
}
.bg-crimson {
  background-color: #840b55;
}
.bg-dark-crimson {
  background-color: #51284f;
}
.bg-bright-orange {
  background-color: #ea7600;
}
.bg-orange {
  background-color: #b94700;
}
.bg-dark-orange {
  background-color: #73381d;
}
.bg-bright-yellow {
  background-color: #ffcc00;
}
.bg-yellow {
  background-color: #e7a614;
}
.bg-dark-yellow {
  background-color: #73531d;
}
.bg-light-green {
  background-color: #6cc24a;
}
.bg-bright-green {
  background-color: #00ad50;
}
.bg-green {
  background-color: #007749;
}
.bg-dark-green {
  background-color: #154734;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
.ada-hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
/*
	Common & reusable CSS classes, e.g. margin, padding, positioning, floats and so on.
*/
/* 
	GENERIC PADDING CLASSES
		- Define padding around the elements
		- Available widths combinations are 0, 1, 2, 5, 10, 15, 20, 25 & 30 
		- Can be defined in all or either of the direction of the element (left, right, top, bottom or all)
*/
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 1px;
}
.p-2 {
  padding: 2px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 1px;
}
.pl-2 {
  padding-left: 2px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-2 {
  padding-right: 2px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
/* 
	GENERIC MARGIN CLASSES
  - Define margin around the elements
	- Available widths combinations are 0, 1, 2, 5, 10, 15, 20, 25 & 30 
	- Can be defined in all or either of the direction of the element (left, right, top, bottom or all)
*/
.m-0a {
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 1px;
}
.m-2 {
  margin: 2px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-25- {
  margin-top: -25px;
}
.mb-30- {
  margin-bottom: -30px;
}
/* 
	GENERIC WIDTH CLASSES
  - Define width of the elements as per the UX specifications
	- Available width combinations in pixels are from 0 to 800 (in multiples of 5).
	- Available width combinations in percent are from 0 to 100.
*/
.w-10pc {
  width: 10%;
}
.w-20pc {
  width: 20%;
}
.w-25pc {
  width: 25%;
}
.w-50pc {
  width: 50%;
}
.w-75pc {
  width: 75%;
}
.w-100pc {
  width: 100%;
}
/*	Background colors: Format: bg-<shade><progressive_number>
*/
.bg-white1 {
  background-color: #f8f7f3;
}
.bg-white2 {
  background-color: #f1f1f1;
}
.bg-white3 {
  background-color: #F9F8F4;
}
.bg-white4 {
  background-color: #F6F2EF;
}
.bg-gray1 {
  background-color: #F0EBE4;
}
.bg-gray2 {
  background-color: #E7E7E7;
}
.bg-blue1 {
  background-color: #009cd3;
}
.bg-blue2 {
  background-color: #0073D0;
}
.bgBannerGrey {
  background-color: #f3efe7;
}
.bgPaleGrayLight {
  background-color: #F9F7F4;
}
.bgPaleGray {
  background-color: #ECE6DD;
}
.bgWarmGrayLight {
  background-color: #D1C9C0;
}
.bgDarkGray {
  background-color: #857363;
}
.bgDigitalGray {
  background-color: #6B5E51;
}
.bgDigitalGrayDark {
  background-color: #524940;
}
.bgSlateGray {
  background-color: #333;
}
.bgCharcoalGray {
  background-color: #666;
}
.bgLightBlue {
  background-color: #ecf6fd;
}
.bgEdgeBlue {
  background-color: #009cde;
}
.bgBrightBlue {
  background-color: #0073CF;
}
.bgRoyalBlue {
  background-color: #0052C2;
}
.bgDarkBlue {
  background-color: #012169;
}
.bgBankRed {
  background-color: #c41230;
}
.bgBankRedLight {
  background-color: #dc1431;
}
.bgBankRedDark {
  background-color: #780032;
}
.bgLighterGreen {
  background-color: #f0f9ed;
}
.bgLightGreen {
  background-color: #6cc24a;
}
.bgBrightGreen {
  background-color: #00AD51;
}
.bgGreen {
  background-color: #007749;
}
.bgDarkGreen {
  background-color: #164734;
}
.bgLightOrange {
  background-color: #Fdf3eb;
}
.bgBrightOrange {
  background-color: #ea7600;
}
.bgOrange {
  background-color: #b94700;
}
.bgDarkOrange {
  background-color: #73381D;
}
.bgBrightPurple {
  background-color: #673BB8;
}
.bgPurple {
  background-color: #5C068C;
}
.bgDarkPurple {
  background-color: #4B116F;
}
.bgBrightCrimson {
  background-color: #aa0061;
}
.bgCrimson {
  background-color: #840b55;
}
.bgDarkCrimson {
  background-color: #51284f;
}
.bgPositive {
  background-color: #393;
}
.bgNegative {
  background-color: #C33;
}
/* 
	TYPOGRAPHY - Text Color (arranged in lighest to darkest shade) - 
*/
.txt-white {
  color: #fff;
}
.txt-gray1 {
  color: #999;
}
.txt-gray2 {
  color: #666;
}
.txt-gray3 {
  color: #333;
}
.txt-gray4 {
  color: #8c8c8c;
}
.txt-black {
  color: #000;
}
.txt-red1 {
  color: #bf0000;
}
.txt-blue1 {
  color: #009cde;
}
.txtBannerGrey {
  color: #f3efe7;
}
.txtPaleGrayLight {
  color: #F9F7F4;
}
.txtPaleGray {
  color: #ECE6DD;
}
.txtWarmGrayLight {
  color: #D1C9C0;
}
.txtDarkGray {
  color: #857363;
}
.txtDigitalGray {
  color: #6B5E51;
}
.txtDigitalGrayDark {
  color: #524940;
}
.txtSlateGray {
  color: #333;
}
.txtCharcoalGray {
  color: #666;
}
.txtLightBlue {
  color: #fcf6fd;
}
.txtEdgeBlue {
  color: #009cde;
}
.txtBrightBlue {
  color: #0073CF;
}
.txtRoyalBlue {
  color: #0052C2;
}
.txtDarkBlue {
  color: #012169;
}
.txtBankRed {
  color: #c41230;
}
.txtBankRedLight {
  color: #dc1431;
}
.txtBankRedDark {
  color: #780032;
}
.txtLighterGreen {
  color: #f0f9ed;
}
.txtLightGreen {
  color: #6cc24a;
}
.txtBrightGreen {
  color: #00AD51;
}
.txtGreen {
  color: #007749;
}
.txtDarkGreen {
  color: #164734;
}
.txtLightOrange {
  color: #edf3eb;
}
.txtBrightOrange {
  color: #ea7600;
}
.txtOrange {
  color: #b94700;
}
.txtDarkOrange {
  color: #73381D;
}
.txtBrightPurple {
  color: #673BB8;
}
.txtPurple {
  color: #5C068C;
}
.txtDarkPurple {
  color: #4B116F;
}
.txtBrightCrimson {
  color: #aa0061;
}
.txtCrimson {
  color: #840b55;
}
.txtDarkCrimson {
  color: #51284f;
}
.txtPositive {
  color: #c33;
}
.txtNegative {
  color: #393;
}
/* 
	TYPOGRAPHY - Font size (arranged in lowest to highest order)
*/
.txt-10 {
  font-size: 10px;
}
.txt-11 {
  font-size: 11px;
}
.txt-12 {
  font-size: 12px;
}
.txt-13 {
  font-size: 13px;
}
.txt-14 {
  font-size: 14px;
}
.txt-16 {
  font-size: 16px;
}
.txt-18 {
  font-size: 18px;
}
.itxt-18 {
  font-size: 18px !important;
}
.txt-20 {
  font-size: 20px;
}
.txt-22 {
  font-size: 22px;
}
.txt-24 {
  font-size: 24px;
}
.txt-34 {
  font-size: 34px;
}
.txt-35 {
  font-size: 35px;
}
.txt-36 {
  font-size: 36px;
}
.txt-38 {
  font-size: 38px;
}
.txt-62 {
  font-size: 62px;
}
/* 
	TYPOGRAPHY - Paragraph leading - line height
*/
.lead-10 {
  line-height: 10px;
}
.lead-11 {
  line-height: 11px;
}
.lead-12 {
  line-height: 12px;
}
.lead-14 {
  line-height: 14px;
}
.lead-16 {
  line-height: 16px;
}
.lead-18 {
  line-height: 18px;
}
.lead-20 {
  line-height: 20px;
}
.lead-24 {
  line-height: 24px;
}
.lead-100pc {
  line-height: 1;
}
.lead-125pc {
  line-height: 1.25;
}
.lead-150pc {
  line-height: 1.50;
}
.lead-170pc {
  line-height: 1.75;
}
/* 
	TYPOGRAPHY - Font styles (bold, non-bold, underlined, non-underlined)
*/
.bold,
b,
strong,
.weight-bold {
  font-weight: 700;
}
.unbold {
  font-weight: 400;
}
.uline {
  text-decoration: underline;
}
.no-uline {
  text-decoration: none !important;
}
/* 
	TYPOGRAPHY - Text alignment
*/
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}
.txt-brand {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.txt-brand-l {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.txt-brand-m {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.txt-brand-b {
  font-family: 'connections', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
/* 
	DISPLAY/VISIBILITY CLASSES
  - show/hide classes will show/hide elements. Hidden element will not occupy space on the web page. This is preferred approach.
	- visible/hidden classes will also show/hide element. However, hidden elements will occupy space event though it is not visible.
*/
.visible {
  visibility: visible;
}
/* 
	Box borders; Format: <direction>-<pixels>-<shade><progressive_number>
*/
.box-1-gray2 {
  border: 1px solid #d1d9c0;
}
.bottom-sep-1-gray2 {
  border-bottom: 1px solid #d1d9c0;
}
.bottom-sep-3-blue1 {
  border-bottom: 3px solid #009cde;
}
.top-sep-1-gray1 {
  border-top: 1px dotted #999;
}
.bottom-sep-1-gray1 {
  border-bottom: 1px dotted #999;
}
.sep-1 {
  border-width: 1px;
}
.left-sep-gray3 {
  border-left: 1px solid #ccc;
}
.bottom-sep-3-gray3 {
  border-bottom: 3px solid #ccc;
}
.top-sep-1-gray3 {
  border-top: 1px solid #ccc;
}
.bottom-sep-1-gray3 {
  border-bottom: 1px solid #ccc;
}
.right-sep-dotted {
  border-right: 1px dotted #333;
}
/* 
	Element positioning 
*/
.pos-abs {
  position: absolute;
}
.pos-rel {
  position: relative;
}
.pos-fix {
  position: fixed;
}
/* 
	Text Overflow 
*/
.oflo-hide {
  overflow: hidden;
}
.oflo-auto {
  overflow: auto;
}
.oflo-vibl {
  overflow: visible;
}
.oflo-scrl {
  overflow: scroll;
}
/*
Overlay and traparency
*/
.olay-10 {
  opacity: 0.10;
  filter: alpha(opacity=10);
}
.olay-20 {
  opacity: 0.20;
  filter: alpha(opacity=20);
}
.olay-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.olay-30 {
  opacity: 0.30;
  filter: alpha(opacity=30);
}
.olay-40 {
  opacity: 0.40;
  filter: alpha(opacity=40);
}
.olay-50 {
  opacity: 0.50;
  filter: alpha(opacity=50);
}
.olay-60 {
  opacity: 0.60;
  filter: alpha(opacity=60);
}
.olay-70 {
  opacity: 0.70;
  filter: alpha(opacity=70);
}
.olay-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.olay-80 {
  opacity: 0.80;
  filter: alpha(opacity=80);
}
.olay-90 {
  opacity: 0.90;
  filter: alpha(opacity=90);
}
.olay-100 {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* 
	z-index values for different ui elements 
*/
.z-modal {
  z-index: 9999;
}
.z-hover {
  z-index: 999;
}
.z-tooltip {
  z-index: 99;
}
.z-text {
  z-index: 10;
}
.z-bg {
  z-index: 9;
}
/*
	cursor values for UI elements
*/
.clickable {
  cursor: pointer;
}
.non-clickable {
  cursor: default;
}
/* 
	Controls and clears floats of elements.
*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
.fc-fix:before,
.fc-fix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.fc-fix:after {
  clear: both;
}
.fc-fix {
  zoom: 1;
  /* IE < 8 */
}
/*.text-branded {
  font-family: 'connections', Calibri, Candara, 'Segoe UI', Optima, Arial, sans-serif;
}*/
.btn-arrow {
  padding: 0;
  /* Don't remove !important from below. It is intentional. Disabled style would be overriden by primary and secondary styles otherwise. */
}
.btn-arrow,
.btn-arrow.btn-primary,
.btn-arrow.btn-secondary,
.btn-arrow:hover,
.btn-arrow.btn-primary:hover,
.btn-arrow.btn-secondary:hover,
.btn-arrow:active,
.btn-arrow.btn-primary:active,
.btn-arrow.btn-secondary:active,
.btn-arrow:focus,
.btn-arrow.btn-primary:focus,
.btn-arrow.btn-secondary:focus {
  background: none;
  box-shadow: none;
  border: 0;
}
.btn-arrow[disabled],
.btn-arrow:hover[disabled],
.btn-arrow:active[disabled],
.btn-arrow.btn-disabled,
.btn-arrow:hover.btn-disabled,
.btn-arrow:active.btn-disabled {
  background: none !important;
  box-shadow: none !important;
  border: 0;
}
.btn-arrow[disabled] span,
.btn-arrow:hover[disabled] span,
.btn-arrow:active[disabled] span,
.btn-arrow.btn-disabled span,
.btn-arrow:hover.btn-disabled span,
.btn-arrow:active.btn-disabled span {
  background-color: #efefef !important;
  color: #999999 !important;
}
.btn-arrow[disabled] i:last-child,
.btn-arrow:hover[disabled] i:last-child,
.btn-arrow:active[disabled] i:last-child,
.btn-arrow.btn-disabled i:last-child,
.btn-arrow:hover.btn-disabled i:last-child,
.btn-arrow:active.btn-disabled i:last-child {
  border-left: 15px solid #efefef !important;
  float: right;
}
.btn-arrow[disabled] i:first-child,
.btn-arrow:hover[disabled] i:first-child,
.btn-arrow:active[disabled] i:first-child,
.btn-arrow.btn-disabled i:first-child,
.btn-arrow:hover.btn-disabled i:first-child,
.btn-arrow:active.btn-disabled i:first-child {
  border-right: 15px solid #efefef !important;
  float: left;
}
.btn-arrow span {
  background: #ece6dd;
  float: left;
  padding: 8px 15px;
}
.btn-arrow i {
  background: none;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  height: 0;
  width: 0;
}
.btn-arrow i:last-child {
  border-left: 15px solid #ece6dd;
  float: right;
}
.btn-arrow i:first-child {
  border-right: 15px solid #ece6dd;
  float: left;
}
.btn-arrow.btn-xs span {
  padding: 5px 7px;
}
.btn-arrow.btn-xs i {
  border-top-width: 10px;
  border-bottom-width: 11px;
}
.btn-arrow.btn-xs i:last-child {
  border-left-width: 10px;
}
.btn-arrow.btn-xs i:first-child {
  border-right-width: 10px;
}
.btn-arrow.btn-sm span {
  padding: 7px 10px;
}
.btn-arrow.btn-sm i {
  border-top-width: 13px;
  border-bottom-width: 14px;
}
.btn-arrow.btn-sm i:last-child {
  border-left-width: 13px;
}
.btn-arrow.btn-sm i:first-child {
  border-right-width: 13px;
}
.btn-arrow.btn-md span {
  padding: 9px 15px;
}
.btn-arrow.btn-md i {
  border-top-width: 17px;
  border-bottom-width: 18px;
}
.btn-arrow.btn-md i:last-child {
  border-left-width: 17px;
}
.btn-arrow.btn-md i:first-child {
  border-right-width: 17px;
}
.btn-arrow.btn-lg span {
  padding: 13px 25px;
}
.btn-arrow.btn-lg i {
  border-top-width: 22px;
  border-bottom-width: 23px;
}
.btn-arrow.btn-lg i:last-child {
  border-left-width: 22px;
}
.btn-arrow.btn-lg i:first-child {
  border-right-width: 22px;
}
.btn-arrow.btn-xl span {
  padding: 20px 30px;
}
.btn-arrow.btn-xl i {
  border-top-width: 33px;
  border-bottom-width: 34px;
}
.btn-arrow.btn-xl i:last-child {
  border-left-width: 33px;
}
.btn-arrow.btn-xl i:first-child {
  border-right-width: 33px;
}
.btn-arrow:hover span {
  background-color: #f3efe7;
  color: #0073cf;
}
.btn-arrow:hover i:last-child {
  border-left-color: #f3efe7;
}
.btn-arrow:hover i:first-child {
  border-right-color: #f3efe7;
}
.btn-arrow:active span {
  background-color: #012169;
  color: #ffffff;
}
.btn-arrow:active i:last-child {
  border-left-color: #012169;
}
.btn-arrow:active i:first-child {
  border-right-color: #012169;
}
.btn-arrow.btn-primary span {
  background: #0052c2;
}
.btn-arrow.btn-primary i:last-child {
  border-left-color: #0052c2;
}
.btn-arrow.btn-primary i:first-child {
  border-right-color: #0052c2;
}
.btn-arrow.btn-primary:hover span {
  background-color: #0073cf;
  color: #ffffff;
}
.btn-arrow.btn-primary:hover i:last-child {
  border-left-color: #0073cf;
}
.btn-arrow.btn-primary:hover i:first-child {
  border-right-color: #0073cf;
}
.btn-arrow.btn-primary:active span {
  background-color: #012169;
  color: #ffffff;
}
.btn-arrow.btn-primary:active i:last-child {
  border-left-color: #012169;
}
.btn-arrow.btn-primary:active i:first-child {
  border-right-color: #012169;
}
.btn-arrow.btn-secondary span {
  background: #ea7600;
}
.btn-arrow.btn-secondary i:last-child {
  border-left-color: #ea7600;
}
.btn-arrow.btn-secondary i:first-child {
  border-right-color: #ea7600;
}
.btn-arrow.btn-secondary:hover span {
  background-color: #b94700;
  color: #ffffff;
}
.btn-arrow.btn-secondary:hover i:last-child {
  border-left-color: #b94700;
}
.btn-arrow.btn-secondary:hover i:first-child {
  border-right-color: #b94700;
}
.btn-arrow.btn-secondary:active span {
  background-color: #012169;
  color: #ffffff;
}
.btn-arrow.btn-secondary:active i:last-child {
  border-left-color: #012169;
}
.btn-arrow.btn-secondary:active i:first-child {
  border-right-color: #012169;
}
.tooltip.top .tooltip-inner {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.tooltip.bottom .tooltip-inner {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.tooltip.left .tooltip-inner {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.tooltip.right .tooltip-inner {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.tooltip.top .tooltip-arrow::before,
.tooltip.right .tooltip-arrow::before,
.tooltip.left .tooltip-arrow::before,
.tooltip.bottom .tooltip-arrow::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow::before {
  bottom: 3px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow::before {
  top: 50%;
  left: 2px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow::before {
  top: 50%;
  right: 3px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow::before {
  top: 2px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover button.close {
  margin: -15px -15px 10px 10px;
}
.popover button.close .close-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-size: 0.7692rem;
  font-weight: normal;
  color: #524940;
}
.popover button.close .close-symbol {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #ece6dd;
  color: #0052c2;
  font-size: 22px;
  font-size: 1.538rem;
}
.popover button.close:hover .close-text {
  color: #012169;
  text-decoration: underline;
}
.popover button.close:hover .close-symbol {
  background: #efefef;
  color: #0052c2;
}
.popover.popover-external {
  max-width: 800px;
}
.popover.popover-external .popover-content {
  max-height: 500px;
  overflow: auto;
}
.popover.popover-info-sm {
  max-width: 250px;
}
.popover.popover-info-sm .popover-header {
  margin: -20px -20px 20px -20px;
  padding: 6px 20px;
  background: #f9f7f4;
  border: none;
  font-size: 14px;
  font-size: 1rem;
  color: #524940;
}
.popover.popover-info-sm .popover-content {
  width: 100%;
  max-height: 265px;
  overflow: auto;
}
.popover.popover-info-md {
  max-width: 350px;
}
.popover.popover-info-md .popover-header {
  margin: -20px -20px 20px -20px;
  padding: 6px 20px;
  background: #f9f7f4;
  border: none;
  font-size: 14px;
  font-size: 1rem;
  color: #524940;
}
.popover.popover-info-md .popover-content {
  width: 100%;
  max-height: 365px;
  overflow: auto;
}
.popover.popover-info-lg {
  max-width: 500px;
}
.popover.popover-info-lg .popover-header {
  margin: -20px -20px 20px -20px;
  padding: 6px 20px;
  background: #f9f7f4;
  border: none;
  font-size: 14px;
  font-size: 1rem;
  color: #524940;
}
.popover.popover-info-lg .popover-content {
  width: 100%;
  max-height: 415px;
  overflow: auto;
}
.popover-footer {
  margin-top: 10px;
}
.popover.top {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.bottom {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.left {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.right {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.popover.top .arrow::before,
.popover.right .arrow::before,
.popover.left .arrow::before,
.popover.bottom .arrow::before {
  content: '';
  position: absolute;
  z-index: 1061;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.top .arrow::before {
  bottom: 3px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.right .arrow::before {
  top: 50%;
  left: 2px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.left .arrow::before {
  top: 50%;
  right: 3px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.bottom .arrow::before {
  top: 2px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.steps {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.steps .step {
  float: left;
  width: auto;
  overflow: hidden;
  margin: 5px 0;
}
.steps .step .step-num {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding-top: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  background: #d1c9c0;
  font-weight: bold;
  font-size: 1.538rem;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
}
.steps .step .step-desc {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 4px;
  max-width: calc(27%);
  font-weight: bold;
  font-size: 1.077rem;
  line-height: 1.34625rem;
  color: #d1c9c0;
  white-space: nowrap;
}
.steps .step.step-active .step-num {
  background: #dc1431;
}
.steps .step.step-active .step-desc {
  color: #dc1431;
}
.steps.steps-10 .step {
  width: 10%;
}
.steps.steps-10 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-9 .step {
  width: 11.11111111%;
}
.steps.steps-9 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-8 .step {
  width: 12.5%;
}
.steps.steps-8 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-7 .step {
  width: 14.28571429%;
}
.steps.steps-7 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-6 .step {
  width: 16.66666667%;
}
.steps.steps-6 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-5 .step {
  width: 20%;
}
.steps.steps-5 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-4 .step {
  width: 25%;
}
.steps.steps-4 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-3 .step {
  width: 33.33333333%;
}
.steps.steps-3 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-2 .step {
  width: 50%;
}
.steps.steps-2 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.steps.steps-1 .step {
  width: 100%;
}
.steps.steps-1 .step .step-desc {
  text-overflow: ellipsis;
  overflow: hidden;
}
.step-bar {
  background-color: #ece6dd;
  height: 6px;
  margin: 25px 0 50px 0;
  padding: 0;
  list-style: none;
}
.step-bar[data-animation='true'] .step-current {
  background-color: #ece6dd;
}
.step-bar[data-animation='true'] .step-bar-animation {
  height: 5px;
  width: 0;
  background-color: #9d8e80;
  position: absolute;
  left: 0;
}
.step-bar .step {
  float: left;
  width: 33.3333333333333%;
  height: 6px;
  position: relative;
}
.step-bar .step:first-child {
  position: relative;
  z-index: 1;
  width: 0;
}
.step-bar .step .step-num {
  float: right;
  width: 24px;
  height: 24px;
  background: #ece6dd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding-top: 2px;
  text-align: center;
  color: #6b5e51;
  margin: -10px 0 0 0;
}
.step-bar .step .step-num:hover {
  text-decoration: none;
  color: #9d8e80;
  cursor: default;
}
.step-bar .step .step-num:first-child {
  position: relative;
  z-index: 2;
}
.step-bar .step .step-name {
  width: 75px;
  font-size: 13px;
  color: #6b5e51;
  margin-top: 10px;
  display: block;
  position: absolute;
  right: -75px;
}
.step-bar .step:last-child .step-num {
  right: -2px;
}
.step-bar .step-completed {
  background-color: #6b5e51;
}
.step-bar .step-completed .step-num,
.step-bar .step-completed .step-num:hover {
  background-color: #6b5e51;
  cursor: pointer;
  color: #fff;
}
.step-bar .step-completed .step-name {
  color: #6b5e51;
}
.step-bar .step-current .step-num,
.step-bar .step-current .step-num:hover {
  background-color: #0052c2;
  color: #ffffff;
}
.step-bar .step-current .step-name {
  color: #0052c2;
}
.step-bar .step.step-current .step-name:focus {
  outline: 1px dotted #000 !important;
}
.steps-2 .step {
  width: 100%;
}
.steps-3 .step {
  width: 50%;
}
.steps-4 .step {
  width: 33.315%;
}
.steps-5 .step {
  width: 25%;
}
.steps-6 .step {
  width: 20%;
}
.steps-7 .step {
  width: 16.66666666666667%;
}
.steps-8 .step {
  width: 14.28571428571429%;
}
.steps-9 .step {
  width: 12.5%;
}
.steps-10 .step {
  width: 11.11111111111111%;
}
/*These styles are added to make BOL pages work*/
/*Please do not remove these styles from styleguide*/
@media only screen and (min-width: 940px) and (max-width: 950px) {
  .col-sm-3.col-md-2,
  .col-sm-6.col-md-2 {
    width: 16.66666667%;
  }
  .col-sm-6.col-md-3,
  .col-sm-6.col-md-3 {
    width: 25%;
  }
  .col-sm-8.col-md-5 {
    width: 41.66666667%;
  }
  .col-sm-9.col-md-4 {
    width: 33.33333333%;
  }
  .hidden-md,
  .hidden-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .need-help {
    display: none !important;
  }
}
.modal3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0 none;
  z-index: 1040;
  display: none;
}
.modal {
  position: relative;
  top: 0;
  left: 0;
  outline: 0 none;
  z-index: 10002;
  visibility: hidden;
}
.modal--width-constraint-sm {
  max-width: 768px;
}
.modal-backdrop {
  height: 100%;
  position: fixed !important;
  z-index: 1080;
  background-color: #000000;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modalBody .modal .body {
  margin: -15px;
}
.modal-in-iframe {
  margin: -14px -15px;
}
#posDetail.modal {
  padding: 15px;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-dialog {
  position: absolute !important;
  z-index: 1080;
  margin: 0;
  width: auto;
}
.modal-dialog.modal-md-lg {
  width: 750px;
}
.modal-dialog.modal-sm-md {
  width: 380px;
  min-width: 380px;
}
.modal-dialog.modal-xl {
  width: 995px;
  max-width: 995px;
}
#dialog_ShowRTFCancelModalPopup {
  max-width: 728px;
}
.modal3.in .modal-dialog {
  transform: translate(0px, 0px);
}
.modal3.fade .modal-dialog {
  transition: transform 0.3s ease-out 0s;
}
.modal-header {
  min-height: 16.3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}
.modal-header.interstitial-modal-head {
  min-height: 0;
  padding: 0;
}
.modal-body {
  max-height: none !important;
  overflow: hidden !important;
  padding: 30px 1px;
  position: relative;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.modal-body__iframe {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.modal-title {
  font-size: 20px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: normal;
}
h4.modal-title {
  color: #414141;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
  line-height: 60px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.modal-footer {
  padding: 0;
  text-align: left;
  border-top: 0;
}
.modal-sm {
  width: auto !important;
}
.modal-sm-md {
  width: 380px;
  min-width: 380px;
}
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0 none;
  position: relative;
  border: medium none !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  padding: 40px;
}
.modal-content > .close {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}
.modal-content .close:focus {
  outline: 1px dotted #000;
}
.modalBody .modal-content {
  padding: 0;
}
.modal-iframe-md-lg {
  width: 750px;
}
.close a {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  color: #6b5e51;
  text-shadow: none;
}
.close a:hover {
  text-decoration: none;
}
.close_char,
.close-char {
  color: #333;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  float: right;
}
.alert-dismissible .close_char,
.alert-dismissible .close-char {
  line-height: 20px;
}
:hover.close_char,
:hover.close-char {
  color: #012169;
}
:focus.close_char,
:focus.close-char {
  color: #012169;
  text-decoration: underline;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-footer .btn + .btn {
  margin-left: 10px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-close button.close {
  margin: 0;
}
.IRAgreementcontentscroll {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  height: 200px;
  margin: 15px 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px 25px;
}
.modal-lg {
  width: 900px;
}
.modal a.modalClose,
.modal button.modalClose {
  background: url("../images/sprite_icons.gif") no-repeat scroll right -990px !important;
  color: #fff !important;
  cursor: pointer;
  float: right !important;
  font-weight: normal !important;
  margin-right: 10px;
  padding-right: 15px !important;
}
.modal button.modalClose {
  border: none;
  background: transparent;
}
.modal .body {
  background: #fff;
  padding: 15px;
  text-align: left;
}
.modal .body:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.pageMask,
.pageMask2 {
  background: #666 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  visibility: hidden;
  width: 100% !important;
  z-index: 999;
  top: 0;
}
.modal .head,
.modalHead {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #012169;
  border-color: #333 #333 -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: #fff;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  padding-left: 10px;
  text-align: left;
  font-size: 12px;
}
.timerModalBackground {
  background: #666 none repeat scroll 0 0;
  opacity: 0.6;
  z-index: 9999998 !important;
}
.oneColModal .addPadding {
  padding: 10px;
  font-size: 12px;
}
.oneColModal .addPadding p {
  margin-top: 10px;
}
.historic-performance-modal .modal-dialog {
  width: 1056px;
  left: 0 !important;
}
@media only screen and (max-width: 529px) {
  .modal-footer .btn {
    margin-left: 0 !important;
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal-footer .btn + .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .modal-dialog {
    margin: 30px auto;
    width: auto;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.modal-dialog {
  position: fixed;
}
.modal-body .modal-body-header {
  font-weight: 700 !important;
}
.modal-content .close button {
  color: #6b5e51;
  padding: 0;
}
/*End Modal.less*/
.intro {
  background: #f4f4f4 url("../images/shaddow1.jpg") repeat-x scroll left bottom;
  padding: 20px 20px 15px;
}
.iP-M,
._iP-M * {
  padding: 10px !important;
}
.alertFont {
  font-size: 18px;
}
.m-m,
._m-m * {
  margin: 10px;
}
.topSep,
.topSep td,
.topSep th {
  border-top: 1px solid #d6d6d6 !important;
}
.p-m,
._p-m * {
  padding: 10px;
}
#modalbody_AccountRestriction {
  padding: 0 0 30px;
}
.oneColModal .modal-body {
  background: #fff;
  padding: 0;
}
#modalBody {
  background: #fff;
}
.pos-abs {
  position: absolute;
}
.modalInModalBackground {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 10002;
}
.loadImgL {
  background: url("../images/wait46x46.gif") no-repeat scroll 0 0;
  height: 46px;
  width: 46px;
}
.modal-background {
  background: none;
}
.accountconversion-modal {
  margin: -15px -15px 0 -15px;
}
#modalbody_popupbuttonAccConversionConfirm {
  padding: 0;
}
#modalbody_AccountEnrollment {
  padding-bottom: 0;
}
.modal-content-mask {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 0.5;
}
/*.flexbox body{background-color:#fff}*/
.switching-sites-modal .close {
  padding: 0 !important;
}
.modal-footer-content {
  padding: 30px 0;
}
.switching-sites-modal.inter-site-modal .close-char {
  background: url("../images/close_white.png") repeat scroll 0 0;
  height: 18px;
  font-size: 0;
  margin-top: 10px;
  width: 15px;
  margin-right: 3px;
  color: #012169;
}
.switching-sites-modal.inter-site-modal .close-char:focus {
  outline: 1px dotted #fff;
}
.switching-sites-modal.third-party-site-modal .close-char {
  background: url("../images/info_box_close.svg") no-repeat scroll 0 0;
  height: 16px;
  font-size: 0;
  margin-top: 10px;
  width: 16px;
  margin-right: 3px;
}
.compress-text .switching-sites-text {
  font-size: 24px;
  color: #524940;
  line-height: 30px;
}
.compress-text .text-into {
  color: #333333;
  clear: both;
  line-height: 18px;
  padding: 20px 0;
  margin: 0;
}
.switching-sites-text {
  color: #6b5e51;
  float: left;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 30px;
  width: auto;
  padding: 20px 0;
  margin: 0;
  line-height: 40px;
}
.switching-sites-misc p {
  font-size: 14px;
  width: 100%;
  line-height: 1.8;
}
.switching-sites-modal.inter-site-modal .modal-header {
  background: url("../images/interstitial_header_enterprise.png") repeat scroll 0 0;
  border: medium none;
  margin: 0;
  padding: 0;
  height: 50px;
}
.switching-sites-modal.third-party-site-modal .modal-header {
  border: medium none;
  margin: 0;
  padding: 0;
  height: 50px;
}
.switching-sites-site-name {
  display: block;
}
.modal-dialog.modal-md-lg.modal-going-to-other-site {
  width: auto !important;
}
.modal-going-to-other-site .modal-body {
  padding: 0 !important;
}
.modal-going-to-other-site .modal-content {
  padding: 0;
}
.modal-going-to-other-site .modal-content .close {
  top: 10px;
}
.switching-sites-text.confirm-first-text .switching-sites-site-name {
  display: inline;
}
.switching-sites-text.confirm-first-text {
  padding-bottom: 0;
}
.modal-content.switching-sites-modal {
  overflow: hidden !important;
  padding: 0;
}
.modal-body.switching-sites-wrapper {
  padding: 0 30px;
}
.modal-body.switching-sites-boafamily .frame {
  overflow: hidden !important;
}
/***end switching sites CSS***/
#AccountSettingsModal .modal-body {
  overflow: visible !important;
}
/*QC#587865*/
#modalbody_dvCloseAccountModal {
  padding-bottom: 15px;
}
/*new look and feel for SF timer modal*/
.sf-timer-modal {
  width: 450px;
}
@media only screen and (max-width: 529px) {
  .sf-timer-modal {
    width: auto;
  }
}
.sfSessionTimerModal,
.sfTimerModal {
  border: none !important;
  border-radius: 0 !important;
}
.sfSessionTimerModal .head,
.sfTimerModal .head {
  border-bottom: none !important;
  color: #524940;
  font-family: connectionsbold !important;
  font-size: 18px !important;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0 15px;
  margin: 0 0 20px;
}
.sfSessionTimerModal .stdBtn2,
.sfTimerModal .stdBtn2 {
  background: #012169 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px 20px !important;
  line-height: 18px !important;
  border: none !important;
  height: 40px;
}
.sfSessionTimerModal a.btn,
.sfTimerModal a.btn {
  border-radius: 4px !important;
  font-size: 18px !important;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px 20px !important;
  line-height: 18px !important;
  height: 40px;
  background-color: #FFF !important;
  color: #012169 !important;
  border: 1px solid #012169 !important;
}
.sfSessionTimerModal a.btn span,
.sfTimerModal a.btn span {
  background: #FFF !important;
  color: #012169;
  cursor: pointer;
  font-size: 18px !important;
  height: inherit !important;
  line-height: inherit !important;
  padding: 0;
  white-space: nowrap;
  border: none !important;
}
.sfSessionTimerModal a.stdBtn2 span,
.sfTimerModal a.stdBtn2 span {
  background: #012169 !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 18px !important;
  height: inherit !important;
  line-height: inherit !important;
  padding: 0;
  white-space: nowrap;
}
.sfSessionTimerModal a.stdBtn2:hover,
.sfSessionTimerModal a.stdBtn2:hover span,
.sfSessionTimerModal a.stdBtn2 span:hover,
.sfSessionTimerModal a.stdBtn2:active,
.sfSessionTimerModal a.stdBtn2:active span,
.sfSessionTimerModal a.stdBtn2 span:active,
.sfTimerModal a.stdBtn2:hover,
.sfTimerModal a.stdBtn2:hover span,
.sfTimerModal a.stdBtn2 span:hover,
.sfTimerModal a.stdBtn2:active,
.sfTimerModal a.stdBtn2:active span,
.sfTimerModal a.stdBtn2 span:active {
  background: #002f99 !important;
  color: #ffffff;
}
.sfSessionTimerModal a.btn:hover,
.sfSessionTimerModal a.btn:hover span,
.sfSessionTimerModal a.btn span:hover,
.sfSessionTimerModal a.btn:active,
.sfSessionTimerModal a.btn:active span,
.sfSessionTimerModal a.btn span:active,
.sfTimerModal a.btn:hover,
.sfTimerModal a.btn:hover span,
.sfTimerModal a.btn span:hover,
.sfTimerModal a.btn:active,
.sfTimerModal a.btn:active span,
.sfTimerModal a.btn span:active {
  background-color: #D1C9C0 !important;
  color: #002F99 !important;
  border: 1px solid #002F99;
}
.sfSessionTimerModal .txt-14.mb-s,
.sfTimerModal .txt-14.mb-s {
  margin-bottom: 20px !important;
}
.sfSessionTimerModal .txt-14.mt-m,
.sfTimerModal .txt-14.mt-m {
  margin-top: 20px !important;
}
.sfSessionTimerModal a,
.sfTimerModal a {
  cursor: pointer;
}
.modal2.sfTimerModal a.stdBtn2 {
  background: #012169 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px 20px !important;
  line-height: 18px !important;
  border: none !important;
  height: 40px;
}
.modal2.sfTimerModal a.btn {
  border-radius: 4px !important;
  font-size: 18px !important;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px 20px !important;
  line-height: 18px !important;
  height: 40px;
  background-color: #FFF !important;
  color: #012169 !important;
  border: 1px solid #012169 !important;
}
/******override new modal3 styles with modal2 and modal for FICO*******/
.modal-override-wrapper h4.modal-title,
.modal-confirmation h4.modal-title {
  text-align: left;
  padding-left: 10px;
  border-bottom: 0;
  margin: 0 !important;
  width: auto !important;
}
.modal-override-wrapper .modal-header,
.modal-confirmation .modal-header {
  padding: 0;
}
.modal-override-wrapper .close,
.modal-confirmation .close {
  z-index: 3000000000;
}
.modal-override-wrapper .close:focus,
.modal-confirmation .close:focus {
  outline: 1px dotted #000 !important;
}
.modal-override-wrapper .close a,
.modal-confirmation .close a {
  font-size: 12px !important;
  font-family: Arial !important;
}
.modal-override-wrapper .close .ada-hidden,
.modal-confirmation .close .ada-hidden,
.modal-override-wrapper .close .adahidden,
.modal-confirmation .close .adahidden {
  font-size: 12px !important;
  font-family: Arial !important;
  left: 0;
}
.modal-override-wrapper .close-char,
.modal-confirmation .close-char {
  float: right !important;
  font-weight: normal !important;
  background: transparent url(../images/info_box_close.svg) no-repeat 0 0;
  padding-right: 15px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 28px;
  text-shadow: none;
  font-family: Arial;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.modal-override-wrapper .modal-body {
  padding: 0 !important;
}
.modal-override-wrapper .modal-dialog {
  margin: 0;
}
.modal-confirmation .modal-body {
  padding: 0 !important;
}
.modal-override-wrapper .modal-footer {
  padding: 30px 15px !important;
}
.modal-confirmation .modal-footer {
  padding: 20px 0 0 0 !important;
}
.modal-confirmation p {
  margin-top: 0;
}
.modal-confirmation .ml-m.mr-m.mb-m {
  padding-bottom: 15px;
}
#AdobeReader.cta.blue {
  padding: 10px 20px;
  background: #012169;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 18px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
/*********modal2 override**********/
.modal2-override-wrapper .modal-dialog {
  border: 10px solid #666;
  border-radius: 15px;
  padding: 25px 15px 30px 15px;
  background: #fff;
  margin: 0;
}
.modal2-override-wrapper .modal-backdrop {
  opacity: 0.6 !important;
  background: #666;
}
.modal2-override-wrapper h4.modal-title {
  text-align: left;
  font-size: 18px !important;
  color: #333 !important;
  font-family: Arial !important;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #e0d9d3 !important;
  margin: 0 15px 15px 15px !important;
  font-weight: normal;
  width: auto !important;
  line-height: normal;
}
.modal2-override-wrapper .modal-content .close {
  margin-top: -20px;
  overflow: inherit;
}
.modal2-override-wrapper .modal-content .close:focus {
  outline: 1px dotted #000;
}
.modal2-override-wrapper .modal-header {
  padding: 0;
  line-height: 20px;
  border: none;
}
.modal2-override-wrapper .close a {
  font-size: 12px !important;
  font-family: Arial !important;
}
.modal2-override-wrapper .close-char {
  /*float: right !important;*/
  font-weight: normal !important;
  background: url("../images/ri_sprite_icons.png") no-repeat scroll 30px -173px !important;
  /*margin: -20px 0 0 !important;*/
  padding-right: 20px !important;
  cursor: pointer;
  font-size: 11px !important;
  line-height: 18px;
  color: #0052c2 !important;
  font-family: Arial;
  line-height: 21px;
}
.modal2-override-wrapper .modal-content {
  padding: 0;
}
.modal2-override-wrapper .modal-body {
  padding: 0 15px !important;
  line-height: 1.9;
}
.modal2-override-wrapper .modal-footer {
  padding: 30px 15px 0 15px !important;
}
/**********************************************************/
.indexes-modal__fieldset {
  font-size: 12px;
}
.indexes-modal__fieldset legend {
  font-size: 14px;
}
.indexes-modal__fieldset legend strong {
  line-height: 25px;
}
.indexes-modal__fieldset .icon-helpBlue {
  background: transparent url(../images/me/helpicon.png) no-repeat scroll left top;
  height: 13px;
  width: 13px;
  display: inline-block;
}
.indexes-modal__fieldset .checkboxWrap span.checkboxOption {
  float: left;
  width: 90%;
  padding-left: 5px;
}
.indexes-modal__fieldset .mt-l,
.indexes-modal__fieldset ._mt-l * {
  margin-top: 15px;
}
.indexes-modal__fieldset .checkboxWrap {
  font-weight: normal;
  display: inline;
}
.indexes-modal__fieldset .ml-s {
  margin-left: 5px;
}
.indexes-modal__fieldset .w-45pc {
  width: 45%;
}
#dialog_GEGlobalMarkUpModal {
  max-width: 728px;
}
#modalbody_openaccconvlnk {
  margin-bottom: -40px;
}
#modalbody_aRestrictionsLink1 {
  padding: 0;
}
#modalbody_undefined {
  margin-bottom: -60px;
}
.override-app-wrapper.modal-content {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /*.switching-sites-modal .override-app-wrapper .btn-md.btn-link{
        padding-left:0;
    }*/
  .modal-going-to-other-site .modal-body.switching-sites-boafamily {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .modal-body.switching-sites-wrapper + .ml-30.override-app-wrapper a.btn {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .modal-body.switching-sites-wrapper + .ml-30.override-app-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
#dvAccRestrictionsFooter {
  margin-top: 30px;
}
#modalbody_dvTransfer {
  margin-bottom: -60px;
}
#dialog_dvTransfer {
  width: 790px;
}
#modalbody_dvCancelPopupID {
  margin-bottom: -40px;
}
.IRAgreementcontentscroll {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  height: 350px !important;
  margin: 15px 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px 25px;
}
#modalbody_AgrmntPopupID {
  padding: 0;
  margin-bottom: -40px;
}
#divIAVAgreementCont p {
  line-height: 1.5;
}
#dvIAVAgrmntControl .align-r {
  text-align: left;
}
#dvIAVAgrmntControl .btn-primary {
  width: 170px;
}
#dvIAVAgrmntControl > .modal-body {
  padding: 0;
}
#modalbody_AgrmntPopupID .modal-content {
  padding: 10px 0 0 0;
}
#dvIAVAgrmntControl {
  width: 950px !important;
}
@font-face {
  font-family: 'connections';
  src: url('../fonts/connections_light-web.eot?v=3.19 0.15');
  src: url('../fonts/connections_light-web.eot?#iefix&v=3.19 0.15') format('embedded-opentype'), url('../fonts/connections_light-web.ttf?v=3.19 0.15') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsregular';
  src: url('../fonts/connections_regular-web.eot?v=3.19 0.15');
  src: url('../fonts/connections_regular-web.eot?#iefix&v=3.19 0.15') format('embedded-opentype'), url('../fonts/connections_regular-web.ttf?v=3.19 0.15') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsmedium';
  src: url('../fonts/connections_medium-web.eot?v=3.19 0.15');
  src: url('../fonts/connections_medium-web.eot?#iefix&v=3.19 0.15') format('embedded-opentype'), url('../fonts/connections_medium-web.ttf?v=3.19 0.15') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'connectionsbold';
  src: url('../fonts/connections_bold-web.eot?v=3.19 0.15');
  src: url('../fonts/connections_bold-web.eot?#iefix&v=3.19 0.15') format('embedded-opentype'), url('../fonts/connections_bold-web.ttf?v=3.19 0.15') format('truetype');
  font-weight: 600;
  font-style: normal;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.flexbox-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: middle;
  -moz-flex-basis: middle;
  -ms-flex-basis: middle;
  flex-basis: middle;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aao-paragraph {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .aao-paragraph {
    font-size: 14px;
    line-height: 24pt;
  }
}
.aao-paragraphBold {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .aao-paragraphBold {
    font-size: 14px;
    line-height: 24pt;
  }
}
.aao-paragraphWarning {
  color: #dc1431 !important;
}
.aao-sub-text {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 12px;
  line-height: 2;
}
.aao-sub-textBold {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.aao-link1,
.aao-link2 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052c2;
  transition: all 0.2s;
}
.aao-section-title {
  text-transform: uppercase;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .aao-section-title {
    font-size: 16px;
  }
}
.hideWhileLoading {
  display: none;
}
h1 {
  color: #009cde;
  margin-top: 0;
  font-size: 2.143em;
}
h2 {
  margin: 0 0 15px;
  padding: 0px;
  font-size: 40px;
  line-height: 60px;
  font-family: "connections", sans-serif;
  color: #414141;
}
h2.title-custom {
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  font-size: 20px;
}
h4 {
  margin: 0 0 15px;
  padding: 0px;
  font-size: 24px;
  line-height: 30px;
  font-family: "connectionsregular", sans-serif;
  color: #414141;
}
a:hover {
  color: #012169;
  text-decoration-skip-ink: none;
}
a:focus {
  color: #0052C2;
}
a .adahidden,
a .ada-hidden {
  left: 0 !important;
}
#jqProfileGoalNext .adahidden,
.jqRiskBack .adahidden,
.cta-back .adahidden,
.cta-next .adahidden {
  left: -10000px !important;
}
#content h1,
.heading,
.heading {
  zoom: 1;
  font-size: 30px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  line-height: 36px;
}
#content h1.mb-20,
.heading.mb-20 {
  margin-bottom: 20px;
}
#content h1.mb-30,
.heading.mb-30 {
  margin-bottom: 30px;
}
.text-default {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.text-branded {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded.bold,
.text-branded.weight-bold {
  font-weight: normal;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded-light {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded-medium {
  font-family: "connectionsmedium", Arial, Calibri, Helvetica, sans-serif;
}
.text-branded-bold {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.grouping:before,
.grouping:after,
.clearfix:before,
.clearfix:after,
.panel-a > .panel-header:before,
.panel-a > .panel-header:after,
.panel-a > .panel-body:before,
.panel-a > .panel-body:after,
.panel-acct h3.panel-header:before,
.panel-acct h3.panel-header:after,
.grid__col1:before,
.grid__col1:after,
.grid__col2:before,
.grid__col2:after,
.grid__col1-cwrap:before,
.grid__col1-cwrap:after,
.grid__col1:before,
.grid__col1:after,
.grid__col2:before,
.grid__col2:after,
.grid__col1-cwrap:before,
.grid__col1-cwrap:after,
.panel-acct h3.panel-header:before,
.panel-acct h3.panel-header:after {
  content: " ";
  display: table;
}
.grouping:after,
.clearfix:after,
.panel-a > .panel-header:after,
.panel-a > .panel-body:after,
.panel-acct h3.panel-header:after,
.grid__col1:after,
.grid__col2:after,
.grid__col1-cwrap:after,
.grid__col1:after,
.grid__col2:after,
.grid__col1-cwrap:after,
.panel-acct h3.panel-header:after {
  clear: both;
}
.grouping,
.clearfix,
.panel-a > .panel-header,
.panel-a > .panel-body,
.panel-acct h3.panel-header,
.grid__col1,
.grid__col2,
.grid__col1-cwrap,
.grid__col1,
.grid__col2,
.grid__col1-cwrap,
.panel-acct h3.panel-header {
  zoom: 1;
}
.clear-both {
  clear: both;
}
.ml-xl {
  margin-left: 20px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-10- {
  margin-top: -10px;
}
.mt-20- {
  margin-top: -20px;
}
.mt-30- {
  margin-top: -30px;
}
.mt-40- {
  margin-top: -40px;
}
.mt-50- {
  margin-top: -50px;
}
.TL_PVT_L1,
.TL_PVT_L2 {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h3.line-title {
  border-bottom: 3px solid #414141;
  color: #414141;
  font-size: 24px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 0 0 20px 20px;
  margin: 0;
}
h3.padding0-line-title {
  border-bottom: 3px solid #414141;
  color: #414141;
  font-size: 24px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 0 0 20px 20px;
  margin: 0;
}
h3.gray-line-title {
  border-bottom: 1px solid #999;
  padding: 0 0 20px 0;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 24px;
  margin: 0;
}
.page-help-support .col-xs-4 .pt-0 {
  padding-bottom: 30px;
}
.page-help-support .col-xs-4 .pt-20 {
  padding-top: 40px;
}
.app-title {
  color: #fff;
  padding: 1.2rem 0;
  font-size: 20px;
}
.app-title sup {
  font-size: .7rem;
}
.h1-sup {
  top: -2rem;
}
/*.text-digital-gray {
    color: @black-header !important;
}*/
.boa-logo {
  height: 28px;
  width: 221px;
  background: transparent url("../images/boa-logo-fpo.png") no-repeat scroll 0 0;
  background-size: contain;
}
.cursorHand {
  cursor: pointer !important;
}
.brd-right-gray {
  border-right: 1px solid #d1c9c0;
}
.brd-left-gray {
  border-left: 1px solid #d1c9c0;
}
.portfolio-wrap {
  box-shadow: 0px 1px 1px #d1c9c0;
  margin: 0 0 20px 0;
  background-color: #fff;
}
.ipq-grp .radio-label .ipq-radio-wrap {
  background-position: center top;
  width: 100%;
}
.ipq-grp .radio {
  margin-top: 0;
  margin-bottom: 5px;
}
.ipq-grp .radio-label {
  background-color: #f9f7f4;
  padding: 20px 15px !important;
  display: block;
  text-decoration: none;
}
.ipq0 {
  padding: 5px 0 15px;
  font-size: 16px;
}
.ipq-grp.ipq0 .radio .radio-label {
  padding: 10px 20px !important;
}
.ipq1,
.ipq2,
.ipq3,
.ipq4,
.ipq5,
.ipq6 {
  padding-top: 40px;
}
.ipq1 .radio-label {
  height: 255px;
}
.ipq2 .radio-label,
.ipq3 .radio-label {
  height: 195px;
}
.ret-inv-wrap {
  padding-top: 0;
}
.ret-inv-wrap .radio-label {
  height: 280px;
}
.ipq5 .radio-label.radio-horizontal {
  padding-top: 0 !important;
}
.ipq5 .radio-label .ipq-radio-wrap {
  margin-top: 10px;
}
.ipq-grp .radio-label:hover,
.goal-selected .radio-level2:hover {
  background-color: #ECF6FD;
  text-decoration: none;
}
.ipq-grp .radio-level1-selected:hover,
.ipq-grp .radio-level2-selected:hover,
.radio-level2-selected .radio-label:hover {
  background-color: #f9f7f4;
}
.goal-selected .radio-level2:hover {
  cursor: pointer;
}
.radio-level1-selected .radio .radio-label:hover {
  cursor: default !important;
}
.radio-horizontal {
  height: 50px !important;
  padding: 15px !important;
  width: 70%;
}
.ipq-grp .radio-selected .ipq-lb-wrap,
.ipq-grp .radio-selected .ipq-lb-wrap h2 {
  color: #fff;
}
.ipq-lb-wrap {
  padding: 10px 0 0 0;
}
.ipq-lb-wrap p {
  text-align: center;
}
.ipq-lb-wrap p.small {
  padding-top: 20px;
}
.goal-name-display {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
.radio-selected use {
  display: none;
}
.ret-step1 .radio-label {
  height: 215px;
}
.goal-select,
.goal-selected {
  background: #f9f7f4;
  cursor: pointer;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 30px;
}
.goal-selected {
  cursor: default;
}
.goal-select:hover,
.radio-level1:hover {
  background: #ECF6FD;
}
.radio-level1 {
  background: #F1EFEA;
  padding: 0 20px;
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
}
.goal-selected .radio-level1-selected:hover {
  background: #F1EFEA;
}
.radio-level1-selected:hover .radio-label {
  cursor: default;
}
.radio-level1-label {
  display: inline-block;
  padding-top: 2px;
}
.radio-level1 .radio-label {
  display: block;
}
.radio-level2 {
  background: #f9f7f4;
  margin: 0 0 5px 0;
  padding: 10px;
}
.radio-level2 .radio-label {
  background-color: transparent;
  font-size: 14px;
}
.radio-level2-footer {
  padding: 0 0 0 30px;
  cursor: pointer;
}
.radio-level2-label {
  font-size: 14px;
}
.radio-level2-input {
  padding: 0 0 10px 25px;
  clear: both;
}
.goal-selected .radio-level2 .radio-label {
  padding: 0 !important;
}
.goal-selected .radio-level2 .radio-label .icon-radio,
.goal-selected .radio-sm {
  background-position: 0 2px;
  background-color: none;
}
.ipq-grp .radio-label .radio-level2 {
  padding: 10px 20px !important;
}
.ipq-grp .radio-label .radio-level2-footer {
  padding: 0 20px 0 50px !important;
}
.txt-error {
  color: #DC1431 !important;
}
.tooltip {
  width: 250px;
  opacity: 1;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #bbb1a3;
  border-radius: 10px;
  color: #333;
  margin-left: 11px;
  padding: 10px;
  font-family: 'HelveticaNeue-Light', 'Segoe UI';
  display: none;
  text-align: left;
}
.tooltip:after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 15px 12px 15px 0;
  bottom: auto;
  content: "";
  display: block;
  left: -11px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 0;
}
.tooltip:before {
  border-color: transparent #bbb1a3;
  border-style: solid;
  border-width: 15px 12px 15px 0;
  bottom: auto;
  content: "";
  display: block;
  left: -12px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 0;
}
.tooltip2 {
  opacity: 1;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #bbb1a3;
  border-radius: 10px;
  color: #333;
  margin-bottom: 11px;
  padding: 10px;
  position: absolute;
  font-size: 14px;
  font-family: 'HelveticaNeue-Light', 'Segoe UI';
  display: none;
  margin-right: 20px;
}
.tooltip2:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 15px 12px 0;
  bottom: auto;
  content: "";
  display: block;
  left: 25px;
  position: absolute;
  top: 100%;
  width: 0;
  margin-top: -1px;
}
.tooltip2:before {
  border-color: #bbb1a3 transparent;
  border-style: solid;
  border-width: 15px 12px 0;
  bottom: auto;
  content: "";
  display: block;
  left: 25px;
  position: absolute;
  top: 100%;
  width: 0;
}
.popover.popover-external .popover-content {
  max-height: none !important;
  max-width: 600px;
}
.alert .popover {
  min-width: 160px;
}
.alert .popover a {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.alert .popover a:last-child {
  margin-bottom: 0;
}
.popover {
  box-shadow: none !important;
  z-index: 1070 !important;
}
.popover.popover-in-modal {
  z-index: 1090 !important;
}
.popover.right.right-m {
  margin-left: 18px !important;
}
.popover > .arrow-m::after {
  border-width: 20px;
  content: "";
}
.popover > .arrow-m,
.popover > .arrow-m::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.popover > .arrow-m {
  border-width: 9px;
  width: 10px;
}
.help-popover {
  max-width: 350px !important;
}
.popover.top .arrow-m::before,
.popover.right .arrow-m::before,
.popover.left .arrow-m::before,
.popover.bottom .arrow-m::before {
  border-color: transparent;
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1060;
}
.popover.right .arrow-m::before {
  border-right-color: #ffffff;
  border-width: 20px 20px 20px 0;
  left: -7px;
  margin-top: -19px;
  top: 50%;
}
.popover.right > .arrow-m::after {
  border-left-width: 0;
  border-right-color: #d1c9c0;
  bottom: -20px;
  content: " ";
  left: -9px;
}
.mm-flyout.popover.right > .arrow-m::after,
.popover-external:not(.help-popover):not(.irs-contribution-limits-help-flyout).popover.right > .arrow-m::after {
  border-right-width: 0;
}
.popover.right > .arrow-m {
  border-left-width: 0;
  border-right-color: #d1c9c0;
  left: -11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.popover.right.gets-masked > .arrow-m,
.popover.right.flyout-in-dropdown > .arrow-m {
  top: 45px;
}
.popover.right {
  margin-left: 20px;
}
.popover.left .arrow-m::before {
  border-left-color: #ffffff;
  border-width: 20px 0 20px 20px;
  right: -5px;
  margin-top: -19px;
  top: 50%;
}
.popover.left > .arrow-m::after {
  border-right-width: 0;
  border-left-color: #d1c9c0;
  bottom: -20px;
  content: " ";
  right: -9px;
}
.mm-flyout.popover.left > .arrow-m::after,
.popover-external:not(.help-popover):not(.irs-contribution-limits-help-flyout).popover.left > .arrow-m::after {
  border-left-width: 0;
}
.popover.left > .arrow-m {
  border-right-width: 0;
  border-left-color: #d1c9c0;
  right: -11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.popover.left {
  margin-left: -18px;
}
.popover.top .arrow-m::before {
  border-top-color: #fff;
  border-width: 20px 20px 0 20px;
  left: -9px;
  margin-top: -2px;
  top: 50%;
}
.popover.top > .arrow-m::after {
  border-bottom-width: 0;
  border-top-color: #d1c9c0;
  bottom: -20px;
  content: " ";
  left: -9px;
}
.mm-flyout.popover.top > .arrow-m::after,
.popover-external:not(.help-popover):not(.irs-contribution-limits-help-flyout).popover.top > .arrow-m::after {
  border-top-width: 0;
}
.popover.top > .arrow-m {
  border-right-width: 0;
  right: -11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: transparent;
  top: auto;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.popover.top {
  margin-top: -20px;
}
.popover.bottom .arrow-m::before {
  border-bottom-color: #fff;
  border-width: 0 20px 20px 20px;
  left: -9px;
  margin-top: -2px;
  top: 50%;
}
.mm-flyout.popover.bottom .arrow-m::before,
.popover-external:not(.help-popover):not(.irs-contribution-limits-help-flyout).popover.bottom .arrow-m::before {
  border-bottom-width: 0;
}
.popover.bottom > .arrow-m::after {
  border-top-width: 0;
  border-bottom-color: #d1c9c0;
  bottom: -16px;
  content: " ";
  left: -9px;
}
.popover.bottom > .arrow-m {
  border-right-width: 0;
  right: -11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: transparent;
  top: -17px;
  bottom: auto;
  left: 50%;
  margin-left: -20px;
}
.popover.bottom {
  margin-top: 22px;
}
.text-box .popover.bottom {
  margin-top: 39px;
}
button.link {
  background: none;
  border: none;
  color: #0052c2;
}
button.link:hover {
  text-decoration: underline;
}
.icol-xs-4 {
  width: 33.333% !important;
  float: left;
}
.iH-50px {
  height: 50px !important;
}
.txtStrongOrange {
  color: #bd4500;
}
.panel-title {
  font-size: 18px;
  line-height: 20px;
}
.panel-body {
  padding: 30px;
}
.panel-body-content {
  border: 1px solid #D1C9C0;
  padding: 20px;
  background-color: #fff;
}
.panel-footer {
  padding: 10px 30px;
}
.panel,
.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background: none;
  box-shadow: none;
  color: #524940 !important;
}
.carret-link {
  background: transparent url("../images/bg/dropdown-arrow.svg") no-repeat left center;
  background-size: 13px 13px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052c2;
  font-size: 12px;
  padding-left: 20px;
}
.carret-link.in,
.carret-link.carret-link.collapsed.help-more-info-toggle {
  background: transparent url("../images/bg/dropdown-arrow-up.svg") no-repeat left center;
  background-size: 13px 13px;
}
.popover button.close .close-symbol {
  background: none !important;
  text-indent: -99999px;
}
.popover button.close,
.fapd-close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 33px -79px;
}
.popover button.close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -79px;
  float: none;
  position: absolute;
  right: 0;
  margin: -10px 10px 0 0;
  height: 17px;
  width: 17px;
}
.popover-from-alert-close-btn {
  margin-left: -50px;
  margin-top: 0;
}
.popover-from-alert-close-btn a + a {
  margin-top: 10px;
}
.popover-from-alert-close-btn .arrow-m.arrow-m {
  margin-left: 41px;
}
.popover-from-alert-close-btn .arrow-m.arrow-m:before {
  border-width: 10px 10px 0 10px;
}
.popover-from-alert-close-btn .arrow-m.arrow-m:after {
  border-width: 10px;
}
.popover-from-alert-close-btn .close {
  display: none;
}
.popover-from-alert-close-btn .popover-content {
  margin-top: 0;
}
.popover-from-alert-close-btn .popover-content a {
  color: #012169;
  font-size: 1rem !important;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.popover-from-alert-close-btn .popover-content a:hover {
  text-decoration: underline;
}
.popover-from-alert-close-btn.popover-alert-lg {
  margin-top: -10px;
}
.fapd-close span {
  visibility: hidden;
}
.popover button.close:hover {
  background-position: 0 -118px;
}
.text-danger {
  color: #cc0000 !important;
}
.text-13 {
  font-size: 13px;
}
.bg-white {
  background-color: #fff;
}
.bg-light-grey {
  background-color: #F1EFEA;
}
.popover button.close .close-text {
  font-size: 15px !important;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  margin-left: -7px !important;
  color: #333 !important;
}
.popover button.close:hover .close-text {
  color: #0052c2 !important;
}
.help button.close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 39px -79px;
  margin: 5px 0;
}
.help button.close:hover {
  background-position: 39px -118px;
  color: #0052c2 !important;
}
.help button.close .close-text {
  visibility: hidden;
}
.help button.close .close-symbol {
  font-size: 1.538rem;
  background: none repeat scroll 0 0;
  text-indent: -99999px;
  color: #0052c2;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
}
.checkbox-label .icon-checkbox.md {
  font-size: 14px !important;
}
.conf-pannel .conf-pannel-head {
  padding: 15px 20px;
  margin-bottom: 2px;
}
.conf-pannel .conf-pannel-body {
  padding: 20px;
}
.page-onbrd .row-main ul li,
.page-interstitial .row-main ul li,
.page-onbrd .row ul li,
.page-interstitial .row ul li,
.page-onbrd .subtable-header ul li,
.page-interstitial .subtable-header ul li {
  font-size: 16px;
  /*margin-bottom: 15px; Removed for QC585627 for onboarding, are you a client page?*/
  line-height: 26px;
}
.alert.alert-danger .alert-text {
  font-size: 30px;
  color: #DC1A00;
}
.alert.alert-danger .alert-text-md {
  font-size: 24px;
  color: #DC1A00;
}
.alert.alert-info .alert-text {
  font-size: 24px;
}
.alert.alert-boa strong {
  display: block;
}
.alert.text-charcoal-gray {
  color: #666;
}
.alert.alert-bold.alert-sm.alert-success {
  color: #6cc24a;
}
.alert.alert-bold.alert-sm.alert-warning {
  color: #ea7600;
}
.alert.alert-bold.alert-sm.alert-info {
  color: #0073cf;
}
.alert.alert-bold.alert-sm.alert-danger {
  color: #d40014;
}
.alert-lg {
  margin-bottom: 10px;
}
.alert-default .alert {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}
.alert.alert-boa .alert-icons {
  width: 60px !important;
  height: 75px;
  background-position: 0 -300px;
}
.alert.alert-boa.alert-lg .alert-body {
  margin-left: 0;
}
.alert.alert-boa.alert-lg .alert-body p strong {
  font-weight: 700;
}
.preview-container .alert.mb-5 {
  margin-bottom: 5px !important;
}
.w-79px {
  width: 79px;
}
.w-120px {
  width: 120px;
}
.w-130px {
  width: 130px;
}
.w-300px {
  width: 300px;
}
.w-390px {
  width: 390px;
}
.page-title-line {
  border-bottom: 1px solid #D1C9C0;
  padding-bottom: 10px !important;
}
.meac-bg {
  background: #f9f7f4 url("../images/bg/meac-banner.png") no-repeat top right;
  height: 195px;
  margin-top: 30px;
}
.ipq1-bg {
  background: transparent url("../images/bg/ipq-banner1.png") no-repeat 0 0;
  height: 195px;
  padding-top: 30px;
}
.ipq-title {
  width: 370px;
  height: 120px;
  padding: 20px 0 20px 40px;
  position: absolute;
  top: 52px;
  left: 0;
  background-color: #009cde;
  background-color: rgba(0, 156, 222, 0.8);
}
.ipq-title * {
  color: #fff;
}
#content .ipq-title h1 {
  margin-bottom: 0;
}
.page-onbrd .col-left {
  margin-top: -30px;
}
.callout-right {
  border: 1px solid #d1c9c0;
  padding: 10px 20px 20px 20px;
  margin-left: 40px;
}
.panel-group .panel + .panel {
  margin-top: 3px;
}
.panel-heading {
  cursor: pointer;
  padding: 15px 30px;
}
.panel-heading.panel-acc {
  padding: 15px 20px 15px 5px;
}
.panel-group.accordion .panel-title {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 2px -382px;
  padding: 0 27px;
}
.panel-group.accordion .panel-title.in {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -413px;
}
.panel-group.accordion .panel-body {
  padding: 0 15px;
}
.panel-group.accordion .panel-collapse .panel-body .row.alt,
.panel-group.accordion .panel-collapse .panel-body .subtable-header.alt {
  background-color: #fff;
}
.panel-group.accordion .panel-collapse .panel-body .row:hover,
.panel-group.accordion .panel.panel-default .panel-heading:hover,
.panel-group.accordion .panel-collapse .panel-body .row:hover .bg-winter-gray,
.panel-group.accordion .panel-collapse .panel-body .subtable-header:hover,
.panel-group.accordion .panel-collapse .panel-body .subtable-header:hover .bg-winter-gray {
  background-color: #ECF6FD;
}
.panel-group.accordion .panel-collapse .panel-body .main-row {
  padding: 10px 0 5px 25px;
}
.panel-group.accordion .panel-collapse .panel-body .main-row.alt {
  background-color: #fff;
}
.panel-group.accordion .panel-collapse .panel-body .main-row:hover,
.panel-group.accordion .panel.panel-default .panel-heading:hover {
  background-color: #ECF6FD;
}
.panel-group.accordion .panel.panel-default .panel-heading.in:hover {
  background-color: #ece6dd;
}
.panel-group.accordion .panel.panel-default .panel-heading.bgLightBlue {
  background-color: #ECF6FD;
}
.panel-group.accordion .panel.panel-default .panel-body .row.bgLightBlue,
.panel-group.accordion .panel.panel-default .panel-body .subtable-header.bgLightBlue {
  background-color: #ECF6FD;
}
.panel .panel-title.acc.in .bullet {
  background-color: transparent !important;
}
.panel .panel-title.acc + .row-caption {
  display: none;
}
.panel .panel-title.acc.in + .row-caption {
  display: block;
}
.ui-widget-content {
  background: #a39382;
  border: 1px solid #aaaaaa;
  color: #222222;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-silder-content {
  margin: 100px 0 0 80px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-range {
  background-color: #009CDE;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: -2px;
}
.ui-slider .ui-slider-range-disable {
  background-color: #D1C9C0;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: -2px;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  top: -22px;
  z-index: 2;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range,
.ui-slider-range-disable {
  height: 10px;
}
.ui-slider-lb {
  font-size: 13px;
  padding: 0 0 0 5px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #6b5e51;
  margin-top: 41px;
  background-color: #f9f7f4;
  margin-right: -24px;
}
.ui-slider-lb.disabled {
  opacity: 0.5;
}
.ui-slider-lb-left {
  margin-left: -10px;
}
.slider-input {
  margin-top: -20px;
}
/* Slider with popover */
.popover-slider {
  background-clip: padding-box;
  border: 1px solid #D1C9C0;
  position: absolute;
  z-index: 1001;
  text-align: center;
  width: 150px;
  top: -77px;
  left: -50px;
}
.popover-slider .text-box {
  border: 1px solid #D1C9C0;
}
.popover-slider input[type="text"][disabled],
.popover-slider .disabled-field {
  background-color: transparent;
}
.popover-slider.popover-slider-l {
  left: -50px;
}
.popover-slider .text-box .z-textbox {
  text-align: center;
}
.popover-slider .text-box .text-box_currency {
  text-align: left;
}
.arrow-slider {
  border-top-color: #D1C9C0 !important;
  border-width: 10px 10px 0;
  margin-top: -9px;
  bottom: -17%;
  left: 41%;
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
  z-index: 1060;
}
.arrow-slider.active {
  border-top-color: #19AC5C !important;
}
.arrow-slider.error {
  border-top-color: #DE213C !important;
}
.arrow-slider.disabled {
  border-top-color: #D1C9C0 !important;
}
.text-box.active .arrow-slider {
  border-top-color: #19AC5C !important;
}
.text-box.error .arrow-slider,
.text-box.inactive-error .arrow-slider {
  border-top-color: #DE213C !important;
}
.text-box.disabled .arrow-slider {
  border-top-color: #D1C9C0 !important;
}
.arrow-slider:before {
  border-top-color: #fff !important;
  border-width: 10px 10px 0;
  margin-top: -12px;
  left: -10px;
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
  z-index: 1060;
}
.arrow-slider.disabled:before {
  border-top-color: #F9F7F4 !important;
}
/* end of popover slider */
.text-box-m {
  float: left;
  text-align: center;
  width: 5.5em;
  height: 2.5em !important;
}
.pos-rel {
  position: relative;
}
.green1 {
  color: #007749;
}
.green2 {
  color: #00AD50;
}
.green3 {
  color: #6CC24A;
}
.mrkt-wrap,
.est-wrap {
  float: left;
  padding: 10px 10px 20px 30px;
  background-image: url("../images/bg/icons-sprite.png");
  background-repeat: no-repeat;
}
.mrkt-wrap {
  background-position: 0 -482px;
  padding-right: 0;
}
.est-wrap {
  background-position: 0 -567px;
}
.perf-lb {
  float: left;
  background: url("../images/bg/icons-sprite.png") no-repeat 0 -651px;
  height: 80px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .modal-footer .btn + .btn {
    margin-left: 0;
    margin-bottom: 0;
  }
  #modalFooter_dvDeleteGoalModal .btn + .btn {
    margin-left: 10px;
  }
}
.page-interstitial #pageTitle h1 {
  padding-bottom: 20px;
}
.help-link {
  font-family: Arial;
  font-size: 14px;
}
h1.line-Height40 {
  line-height: 40px;
}
.page-title-white {
  background-color: #fff;
  border-bottom: 1px solid #d1c9c0;
}
.page-title-white h1 {
  color: #524940;
  margin-top: 10px;
}
.page-title-white h1 span {
  font-size: 20px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.rec-port .col-md-1 {
  width: 40px;
  text-align: right;
  padding-right: 0;
  padding-left: 6px;
  margin-right: 5px;
}
.rec-port .col-md-5 {
  padding: 0;
  width: 219px;
}
.rec-port .panel-collapse div.col-md-1 {
  width: 40px;
  padding: 0;
}
.rec-port .panel-collapse .col-md-5 {
  padding-left: 0;
  width: 250px;
}
.rec-port .panel-collapse .col-md-2 {
  padding-left: 10px;
  width: 88px;
}
.rec-port .col-md-6 {
  width: 260px;
}
.rec-port .collapsed .col-md-6 {
  padding-right: 12px;
  float: right;
}
.rec-port .col-md-11 {
  width: 90%;
}
.rec-port .not-collapsible {
  background-image: none !important;
  cursor: default !important;
}
.rec-port .panel-group.accordion .panel-title {
  padding-right: 0;
}
.alert-lg .alert-close {
  font-size: 18px;
}
.alert-dismissible {
  padding-right: 10px !important;
  overflow: inherit;
}
.alert-dismissible.alert-lg {
  padding-right: 0 !important;
}
.oao-app .alert-dismissible {
  overflow: hidden;
}
.close a:hover {
  text-decoration: none;
}
.alert.alert-lg .alert-close {
  margin: -20px 0 0 0;
}
.close-icon,
.close-char,
.close .close-icon {
  font-size: 40px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: normal;
}
.alert-md .close-icon,
.alert-md .close-char,
.alert-md .close .close-icon {
  position: relative;
  right: -5px;
}
.goal-promo-modal .modal-header {
  background: #E3DCD6 url("../images/bg/header-bg.png") no-repeat top center;
  background-size: 160%;
}
.goal-promo-modal .modal-header .logo {
  margin: 0 0 0 15px;
  margin-right: 30px;
}
.goal-promo-modal .modal-header .heading-group h2 {
  margin-top: 0;
}
.goal-promo-modal .list {
  margin-left: 30px;
}
.switching-sites-modal .close {
  background: transparent;
}
.switching-sites-modal img {
  max-width: 100%;
}
.switching-sites-text {
  font-size: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #6b5e51;
  float: left;
  width: auto;
}
.close-icon.close button {
  background: none;
}
.close-fsd {
  background: url("../images/close-button-fsd.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.info-box_message p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.info-list .ssnNo,
.info-list .dobNo,
.info-list .taxIDNo {
  display: inline-block;
  width: 110px;
}
.flex-h {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-v {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.arrow-box {
  position: relative;
  padding: 20px;
}
.arrow-box:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-top: 130px solid transparent;
  border-right: 130px solid transparent;
  border-bottom: 147px solid transparent;
  border-left: 40px solid #f9f7f4;
}
.key-wrap {
  display: table;
}
.key-row {
  display: table-row;
}
.key-item {
  display: table-cell;
  color: #6b5e51;
}
.key-amt {
  font-weight: bold;
  text-align: right;
  padding: 0 10px 0 10px;
  width: 125px;
}
.fapd-links a {
  width: 195px;
}
.pt-3 {
  padding-top: 3px;
}
.pb-3 {
  padding-bottom: 3px;
}
.iMB-20 {
  margin-bottom: 20px !important;
}
.preferred-rewards-container {
  float: right;
}
.preferred-rewards-badge {
  float: right;
  width: 90px;
  height: 80px;
  margin-top: 0;
  margin-left: 10px;
  padding: 15px 10px 10px 10px;
  background-color: #58585a;
  border-bottom: 3px solid;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  overflow: visible;
}
.preferred-rewards-badge > p {
  width: 95px;
}
.preferred-rewards-badge .rewards-level {
  text-transform: none;
}
.preferred-rewards-badge .rewards-level:after {
  display: block;
  font-size: 12px;
}
.preferred-rewards-badge.silver {
  border-color: #ddd;
}
.preferred-rewards-badge.silver .rewards-level:after {
  content: 'Silver';
}
.preferred-rewards-badge.gold {
  border-color: #e7b33c;
}
.preferred-rewards-badge.gold .rewards-level:after {
  content: 'Gold';
}
.preferred-rewards-badge.platinum {
  border-color: #00ffff;
}
.preferred-rewards-badge.platinum .rewards-level:after {
  content: 'Platinum';
}
.preferred-rewards-meta {
  text-align: right;
  float: right;
  font-size: 12px;
  margin-top: 31px;
  font-family: Arial, Helvetica, sans-serif;
}
.rewards-level {
  text-transform: uppercase;
}
.rwdebl-link {
  background: url("../images/prw-logo.png") no-repeat scroll right bottom;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px 15px 0 0;
  padding: 30px 0 0 0;
  text-align: right;
  width: 235px;
  float: left;
  line-height: 15px;
  min-height: 80px;
}
.rwdebl-link.gold {
  background-image: url(../images/prw-logo-gold.jpg);
  padding-right: 90px;
}
.rwdebl-link.platinum {
  background-image: url(../images/prw-logo-platinum.jpg);
  padding-right: 90px;
}
.rwdebl-link.honors {
  background-image: url(../images/prw-logo-honors.jpg);
  padding-right: 90px;
}
.rwdebl-link.mlwm {
  background-image: url(../images/prw-logo-mlwm.jpg);
  padding-right: 90px;
}
.rwdebl-link a {
  font-size: 14px;
  color: #fff !important;
  display: inline-block;
}
div#pageTitle span.rwdebl-link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #666 !important;
  float: left;
  font-family: Arial;
  font-size: 12px !important;
  margin: 0;
  padding: 12px 0 0;
  width: auto;
}
#pageTitle .rewardActTotalWrap {
  width: 450px;
}
.rewardActTotalWrap > span:first-child {
  float: left;
  width: 210px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.lead-45 {
  line-height: 45px;
}
.no-background {
  background: none !important;
}
.txtDarkChoco {
  color: #52473F;
}
.txtDarkBlue {
  color: #001f66;
}
.panel-header-bggray {
  background-color: #ece6dd;
}
.iconcash {
  background: url("../images/icon_cash.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 22px;
  width: 50px;
  margin-top: 5px;
}
.iconMonthlycash {
  background: url("../images/icon_monthlycash.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 22px;
  width: 50px;
  margin-top: 5px;
}
.iconinvestment {
  background: url("../images/icon_investment.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  width: 43px;
  margin-top: 5px;
}
.check-checked {
  background: url("../images/check_True_filled.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 26px;
  width: 25px;
}
.check-unchecked {
  background: url("../images/check_unfilled.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 26px;
  width: 25px;
}
.text-disabled,
.text-disabled:hover,
.text-disabled:focus {
  color: #777 !important;
  cursor: not-allowed;
  text-decoration: none;
}
a[href='#disc1'] {
  color: #524940;
}
.Addaccountcontainer .btn[disabled],
.Addaccountcontainer .btn[disabled]:hover,
.Addaccountcontainer .btn[disabled]:active,
.Addaccountcontainer .btn.btn-disabled,
.Addaccountcontainer .btn.btn-disabled:hover,
.Addaccountcontainer .btn.btn-disabled:active {
  background-color: #0052c2 !important;
  border: 1px solid #0052c2 !important;
  color: #ffffff !important;
  cursor: pointer;
}
.alert-warning .field-error-label {
  color: #ea7600;
}
.alert.alert-warning.alert-sm .alert-icons {
  position: absolute;
}
.alert-multi .alert-row {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}
.alert-multi .alert-row:first-child {
  border-top: none;
  padding-top: 0;
}
.alert-multi.alert-lg .alert-info.alert-icons {
  background-position: -1px -120px;
}
.alert-multi.alert-lg .alert-success.alert-icons {
  background-position: -1px -61px;
}
.alert-multi.alert-lg .alert-warning.alert-icons {
  background-position: 0 -181px;
}
.alert-multi.alert-lg .alert-danger.alert-icons {
  background-position: 0 0;
}
.alert-multi.alert-md .alert-info.alert-icons {
  background-position: -57px -139px;
}
.alert-multi.alert-md .alert-success.alert-icons {
  background-position: -57px -78px;
}
.alert-multi.alert-md .alert-warning.alert-icons {
  background-position: -57px -198px;
}
.alert-multi.alert-md .alert-danger.alert-icons {
  background-position: -57px -18px;
}
.alert-multi.alert-lg .alert-close {
  margin-right: 0;
  margin-top: 0;
}
.alert-action-link {
  border-left: 1px solid #333;
  padding-left: 5px;
}
.alert-action-link:first-child {
  border-left: none;
  padding-left: 0;
}
.dropdown .divider {
  margin-left: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.text-editable {
  border: 1px solid #D1C9C0;
  height: 4.525rem;
  padding: 0.2rem 0.4rem;
}
.text-editable .columns {
  padding: 0;
}
.text-link {
  margin-top: -4px;
}
.text-output {
  color: #524940;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.utility-wrapper {
  margin: 10px 0 15px 0;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: 14px;
}
.utility-wrapper .text-11.txtCharcoalGray {
  font-size: 12px;
  color: #414141;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.utility-wrapper a {
  color: #0052c2;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 0 0 0 30px;
}
.utility-wrapper a span.ico-print {
  background: none;
  width: 0;
  margin: 0;
}
.close {
  font-size: 15px;
}
.close a {
  color: #6b5e51;
  font-weight: normal;
}
.close a:hover {
  color: #0073CF !important;
}
.close button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none rgba(0, 0, 0, 0);
  font-size: 15px;
}
.close button:hover {
  color: #0073CF !important;
}
.close button .close-icon {
  background: rgba(0, 0, 0, 0) url("../images/bg/icons-sprite.png") no-repeat scroll 33px -79px;
}
.iP-0 {
  padding: 0 !important;
}
.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-row-stretch {
  min-height: 93%;
  height: auto;
}
.flex-col {
  border-right: 3px solid #ffffff;
  padding: 20px;
  min-height: 104px;
  background-color: #f9f7f4;
}
.flex-col.bb {
  background-color: #ecf6fd;
}
.flex-col:last-child {
  border-right: 0;
}
.flex-col.lg {
  padding: 20px 30px;
}
.flex-col.no-brd {
  border-right: 0;
}
.flex-colflex-col- {
  padding: 0;
}
.flex-col.goal-details-activity-block {
  padding: 0;
  margin: 20px 0;
}
.flex-col.goal-details-activity-block h3 {
  background: #fff;
}
.flex-col.goal-details-historical-perf-block {
  padding: 0;
  margin: 20px 20px 20px 0;
}
.flex-col.goal-details-historical-perf-block .line-title {
  background-color: #fff;
  z-index: auto !important;
}
.flex-col.board {
  margin-top: 0;
}
.goal-container .flex-col {
  padding-bottom: 30px;
}
.flex-rows {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 100%;
}
.flex-rows.flex-rows-3 .flex-row {
  height: 33%;
}
.flex-row {
  line-height: 30px;
  border-bottom: 3px solid #fff;
  padding: 20px;
}
.flex-row:last-child {
  border-bottom: 0;
}
.acc-res-delete {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat scroll 0px -78px;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 15px;
}
.search_container {
  background-color: #fff;
  border: 2px solid #F1EFEA;
  margin-top: 40px;
  position: absolute;
  width: 400px;
  z-index: 10;
}
.symBol_Textbox {
  background-color: #ece6dd;
  height: 40px;
  padding: 10px;
  margin-top: 10px;
}
.symbolText {
  color: #524940;
  font-size: 18px;
  line-height: 21px;
}
.quote_completionListElement {
  background-color: #fff;
  border: 1px solid #000;
  margin: 40px 0 0 0;
  position: absolute;
  width: 400px !important;
  z-index: 10;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.frontend-only .quote_completionListElement {
  margin: 25px 0 0 0;
}
.quote_listItem_firstColumn {
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
.quote_listItem_secondColumn {
  display: inline-block;
  width: 265px;
  word-wrap: break-word;
  line-height: 20px;
  padding-top: 10px;
}
.autocompclose {
  background: transparent url("../images/sprite_icons.gif") no-repeat scroll right -945px !important;
  display: inline-block;
  padding-right: 14px !important;
  cursor: pointer;
}
.quote_headerrow {
  background: #e2f1fa none repeat scroll 0 0;
  border-top: 1px solid #666;
  clear: both;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 0;
  min-height: 13px;
  padding: 7px 10px 7px 15px;
  width: 100%;
}
.quote_headerrow ul li {
  list-style-type: none;
}
.panel .row-caption {
  font-size: 14px;
  width: 75%;
  margin-left: 103px;
}
.modal3 .panel .row-caption {
  margin-left: 100px;
}
.restrictionsHeader {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  color: #524940;
  font-weight: bold;
  margin-bottom: 10px;
}
.noAccountsAlert .alert-text,
.confirmationAlert .alert-text {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 14px;
}
.searchText {
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
.searchTextname {
  display: inline-block;
  width: 265px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 20px;
  padding-top: 10px;
}
.quote_listItem ul,
.quote_highlightedListItem ul {
  display: block;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
.search.quote_completionListElement {
  max-height: none !important;
}
*:first-child + html .quote_completionListElement .ac_Msg {
  margin: 0 10px 0 10px;
}
.quote_completionListElement .ac_Msg {
  background: url("../images/alert-danger-icon.png") no-repeat scroll 0 5px;
  border: 1px solid #f00 !important;
  list-style-type: none;
  margin: 10px;
  padding: 6px 10px 6px 44px !important;
  color: #333;
  font-size: 11px;
  border-radius: 6px;
  font-weight: bold;
}
.quote_headerrow ul li a {
  margin: 0 !important;
}
.quote_headerrow ul {
  padding: 0 !important;
}
.quote_headerrow span {
  background-image: none !important;
  margin-left: 4px;
  color: #0052c2;
}
.input330 {
  width: 330px;
}
.quote_completionListElement li > ul {
  padding: 0;
}
.quote_completionListElement li.quote_listItem,
.quote_completionListElement li.quote_highlightedListItem {
  background-color: #fff;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}
.quote_completionListElement li:nth-child(2n).quote_listItem,
.quote_completionListElement li:nth-child(2n).quote_highlightedListItem {
  background: #f7f7f7;
}
.goal {
  float: left;
  height: 120px;
  margin: -20px 0 0 -20px;
  width: 140px;
}
.rightArrow1 {
  background: url(../images/sprite_arrows.png) no-repeat scroll 0 -11px transparent;
  width: 13px;
  height: 23px;
}
.rightArrow2 {
  background: url(../images/sprite_arrows.png) no-repeat scroll 0 -77px transparent;
  width: 13px;
  height: 23px;
}
.rightArrow3 {
  background: url(../images/sprite_arrows.png) no-repeat scroll 0 -44px transparent;
  width: 13px;
  height: 23px;
}
.rightArrow4 {
  background: url(../images/sprite_arrows.png) no-repeat scroll 0 -110px transparent;
  width: 13px;
  height: 23px;
}
.bg-amount1 {
  background: #36c;
}
.bg-amount2 {
  background: #007749;
}
.bg-amount3 {
  background: #6cc24a;
}
.bg-amount4 {
  background: #cfc9bf;
}
.alert.alert-nb {
  background: none repeat scroll 0 0 !important;
  border: none !important;
  padding: 0 20px !important;
}
.alert.alert-nb .alert-body {
  padding-left: 50px !important;
}
.alert.alert-nb .alert-title {
  font-size: 16px;
  padding-top: 5px;
}
h3.line-title-s {
  border-bottom: 2px solid #009cde;
  color: #6b5e51;
  margin: 0;
  padding: 0 0 5px;
}
.jqcancelPopup .modal-footer {
  min-width: 620px;
}
.textSmaller .radiogroup-label {
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.429rem;
  color: #524940;
}
.textSmaller .icon-radio {
  font-size: 1rem;
  font-weight: 700;
}
.textSmaller select optgroup {
  font-weight: 700;
  padding-bottom: 5px;
  padding-left: 5px;
}
.textSmaller select option:first-child {
  padding-top: 5px;
}
.textSmaller select option {
  font-weight: normal !important;
  padding-bottom: 5px;
}
.optBorder {
  padding-bottom: 5px;
  border-bottom: solid 1px #D1C9C0;
}
.Addaccountcontainer .loadingtext {
  background-color: white !important;
  border: 1px solid #524940 !important;
  display: block !important;
  font-size: 16px !important;
  width: 550px !important;
  z-index: 100 !important;
}
.ico-checkmark-large {
  background: url("../images/checkMark_large.png") no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
}
.offer-code-wrapper {
  float: left;
  padding: 10px 0 0 10px;
  display: inline-block;
}
/*.offer-code-wrapper{
     background: url("../images/checkMark_large.png") no-repeat 0 0;
     padding-left:50px;
     height:40px;
     strong{
         padding-top:10px;
         display:inline-block
     }
}*/
.jqRetirement ul.sub-main li {
  margin: 0;
  font-size: 14px;
  margin-bottom: 10px !important;
  line-height: 1 !important;
}
.jqRetirement ul.sub-main {
  padding-left: 15px;
  color: #6b5e51;
}
input[type=text]::-ms-clear {
  display: none;
}
.utilityLinks .bottomlinks a {
  display: block;
  float: left;
  margin-left: 21px;
  margin-top: 0;
  z-index: 1;
}
.header .bottomlinks {
  bottom: 0;
  color: #fff;
  float: right;
  padding: 10px 15px 0 0;
  position: absolute;
  right: 0;
}
.bottomlinks li {
  list-style-type: none;
}
.bottomlinks .icon-smc-mail {
  height: 18px;
  margin-top: 1px !important;
  position: relative;
  width: 23px;
}
.bottomlinks .icon-smc-mail span:first-child {
  background: #ea7600 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  left: -11px;
  line-height: 17px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: -5px;
}
.bullet {
  background-color: #019cdf;
  border-radius: 50%;
  content: "";
  float: left;
  height: 1em;
  line-height: 1em;
  margin: 3px 10px 0 2px;
  width: 1em;
}
.bullet.a {
  background-color: #009CDE;
}
.bullet.a1 {
  background-color: #14537F;
}
.bullet.a2 {
  background-color: #1572B8;
}
.bullet.a3 {
  background-color: #009CDE;
}
.bullet.a4 {
  background-color: #4FCEFF;
}
.bullet.a5 {
  background-color: #8BE6FF;
}
.bullet.a6 {
  background-color: #B4EFFF;
}
.bullet.a7 {
  background-color: #d4f6ff;
}
.bullet.b {
  background-color: #012169;
}
.bullet.b1 {
  background-color: #012169;
}
.bullet.b2 {
  background-color: #0052c2;
}
.bullet.b3 {
  background-color: #3570DF;
}
.bullet.b4 {
  background-color: #6E8EFF;
}
.bullet.b5 {
  background-color: #3570DF;
}
.bullet.b6 {
  background-color: #4F7FFF;
}
.bullet.c {
  background-color: #EA7600;
}
.bullet.c1 {
  background-color: #B94700;
}
.bullet.c2 {
  background-color: #EA7600;
}
.bullet.c3 {
  background-color: #FD9C51;
}
.bullet.c4 {
  background-color: #EA7600;
}
.bullet.c5 {
  background-color: #EB8D3C;
}
.bullet.c6 {
  background-color: #FD9C51;
}
.bullet.d {
  background-color: #6CC24A;
}
.bullet.d1 {
  background-color: #6CC24A;
}
.bullet.d2 {
  background-color: #00AD50;
}
.bullet.d3 {
  background-color: #6CC24A;
}
.bullet.d4 {
  background-color: #87D369;
}
.bullet-empty {
  padding-left: 23px;
}
.content-loading {
  width: 46px;
  height: 46px;
  margin: 50px auto;
  background: url("../images/loading_icon.gif") 0 0 no-repeat;
}
.content-loading.sm {
  width: 50px;
  height: 50px;
  margin: 35px auto;
}
.loading-text .content-loading {
  margin: 40px auto;
}
.content-loading-sm {
  width: 20px;
  height: 30px;
  margin-left: 50px;
  float: left;
  background: url("../images/bg/infoLoading_20x20_brand.gif") 0 10px no-repeat;
}
.content-loading2 {
  width: 46px;
  height: 46px;
  margin: 0;
  background: url("../images/loading_icon.gif") 0 0 no-repeat;
}
.portfolio-details-main-message {
  padding: 20px 20px 20px 20px;
  font-size: 16px;
  background-color: #ECE6DD;
}
.portfolio-details-main-message p:last-child {
  margin-bottom: 0;
}
.pie-chart-legend {
  clear: both;
  font-size: 14px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.pie-chart-legend-percent {
  float: left;
  margin-left: -75px;
  width: 50px;
  text-align: right;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.annual-review-chart-container-current .pie-chart-legend-percent,
.annual-review-chart-container-target .pie-chart-legend-percent {
  margin-left: -68px;
}
.pie-chart-legend-name {
  float: right;
  margin-left: 5px;
  width: 100px;
  white-space: normal;
}
.pie-chart-legend-percent,
.pie-chart-legend-name {
  margin-bottom: 5px;
}
.tornado-tip {
  width: 230px;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.tornado-likelihood-title {
  font-size: 16px;
  margin: 0 0 20px 10px;
}
.highcharts-axis-labels text {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
label[for=projwithdrawals] .no-hover,
label[for=projwithdrawals1] .no-hover,
label[for=projwithdrawals2] .no-hover {
  text-decoration: none;
  cursor: default;
  color: #012169;
}
label[for=projwithdrawals] .no-hover.active,
label[for=projwithdrawals1] .no-hover.active,
label[for=projwithdrawals2] .no-hover.active {
  visibility: hidden;
}
label[for=projwithdrawals] .no-hover.active .radio-level1-label,
label[for=projwithdrawals1] .no-hover.active .radio-level1-label,
label[for=projwithdrawals2] .no-hover.active .radio-level1-label {
  visibility: visible;
}
label[for=projwithdrawals] .no-hover.active .radio-level1-label:hover,
label[for=projwithdrawals1] .no-hover.active .radio-level1-label:hover,
label[for=projwithdrawals2] .no-hover.active .radio-level1-label:hover {
  color: #524940;
}
label[for=projwithdrawals] .no-hover .radio-level1-label,
label[for=projwithdrawals1] .no-hover .radio-level1-label,
label[for=projwithdrawals2] .no-hover .radio-level1-label {
  text-decoration: none;
  color: #012169;
}
label[for=projwithdrawals] .active .radio-level1-label,
label[for=projwithdrawals1] .active .radio-level1-label,
label[for=projwithdrawals2] .active .radio-level1-label {
  color: #524940;
}
label[for=projwithdrawals] .active .radio-level1-label:hover,
label[for=projwithdrawals1] .active .radio-level1-label:hover,
label[for=projwithdrawals2] .active .radio-level1-label:hover {
  color: #012169;
}
label[for=projwithdrawals]:hover .radio-level1-label,
label[for=projwithdrawals1]:hover .radio-level1-label,
label[for=projwithdrawals2]:hover .radio-level1-label {
  text-decoration: underline;
}
label[for=projwithdrawals]:hover .no-hover .radio-level1-label,
label[for=projwithdrawals1]:hover .no-hover .radio-level1-label,
label[for=projwithdrawals2]:hover .no-hover .radio-level1-label {
  text-decoration: none;
  color: #012169;
}
label[for=projwithdrawals]:hover .active .radio-level1-label,
label[for=projwithdrawals1]:hover .active .radio-level1-label,
label[for=projwithdrawals2]:hover .active .radio-level1-label {
  color: #012169;
}
.bg-title,
.bg-light2 {
  background: #f1efea none repeat scroll 0 0;
}
.mt-xxxl {
  margin-top: 30px;
}
.mt-m {
  margin-top: 10px;
}
.pb-m {
  padding-bottom: 10px;
}
.iconSprite2 {
  background: url("../images/sprite_icons2.png") no-repeat scroll 0 0;
  display: inline-block;
}
.iconSprite2.iconPhone {
  background-position: 0 -87px;
  height: 72px;
  width: 44px;
}
.iconSprite2.iconEmail {
  background-position: 0 -39px;
  height: 38px;
  width: 60px;
}
.h-45px {
  height: 45px;
}
.cell {
  display: table-cell;
}
.alignMiddle {
  vertical-align: middle;
}
.frmFldSep {
  border-top: 1px dashed #ccc;
}
.content-mask {
  cursor: not-allowed;
  opacity: 0.25;
  position: relative;
  z-index: 1;
}
.getAuthorizationCodeModal .modal-content-loading {
  background-position: 175px center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  position: absolute;
  text-align: center;
  top: 200px;
  width: 549px;
  padding-left: 15px;
}
.ellipsis {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ellipsis.w-265px {
  width: 265px;
}
.ellipsis.w-162px {
  width: 162px;
}
h4.closeAccountTitle {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 16px;
  color: #524940;
  margin: 0;
}
.bg-desktop {
  background: url("../images/Modal_Enrollment.jpg") no-repeat scroll;
  height: 240px;
  width: 280px;
}
.bg-MEGI-desktop {
  background: url("../images/MEGI_screenshot.png") no-repeat scroll;
  height: 240px;
  width: 280px;
}
.alert.alert-info .alert-text {
  color: #524940;
  font-size: 22px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.alert.alert-info .alert-text.l {
  font-size: 30px;
}
.info-note {
  color: #333;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bg-confirm-answer {
  background-color: #f7f8f3;
}
.goal-box-small-container .goal-box-small {
  margin-top: 5px;
}
.goal-box-small-container .goal-box-small:first-child {
  margin-top: 0;
}
.contact-section-phone,
.contact-section-email {
  height: 85px;
  overflow-y: auto;
}
.disabled-link {
  text-decoration: none !important;
  color: #333;
}
.txt-0 {
  font-size: 0;
}
.caps {
  text-transform: capitalize;
}
.bg-center {
  background-position: center;
}
.iML-0 {
  margin-left: 0 !important;
}
.iMT-10 {
  margin-top: 10px !important;
}
.icon-pdf {
  background: url("../images/acrobat1.jpeg") no-repeat scroll right 0;
  display: inline-block;
  padding-right: 20px;
}
.panel-a {
  margin-top: 20px;
  padding-bottom: 10px;
}
.panel-a.panel-info {
  background-color: #ECF5FD;
}
.panel-a > .panel-header {
  width: 100%;
  padding: 20px;
}
.panel-a > .panel-body {
  padding: 30px;
  background-color: #fff;
  margin: 0 10px;
}
.panel-a > .panel-footer {
  width: 100%;
}
.flex-nobd {
  border-right: 0;
}
.w-250px {
  width: 250px;
}
.w-325px {
  width: 325px;
}
.w-420px {
  width: 420px;
}
.flex-col.bg-pale-gray {
  background-color: #f7f7f7;
}
.arrow-right {
  width: 0;
  height: 0;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.arrow-right:before {
  content: "";
  position: absolute;
  top: 120px;
  width: 0;
  height: 0;
  z-index: 999;
  border-top: 40px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 40px solid transparent;
}
.compare-wrap {
  position: relative;
  left: -135px;
}
.btn-white {
  display: inline-block;
  line-height: 20px;
  padding: 5px 10px;
  background-color: #fff;
}
.time-stamp {
  font-size: 12px;
  color: #414141;
  float: right;
  padding-top: 15px;
}
#SafePassGetCode1 fieldset.nopadding div.mt-m {
  line-height: 17px;
  margin-top: 5px;
}
.bg-darkwhite div.mt-m input[type="checkbox"],
.bg-darkwhite div.mt-m input[type="radio"] {
  margin-top: 0;
}
.pb-m.m-0 {
  font-size: 12px;
}
.sPassEMailWrap {
  max-height: 55px !important;
}
.sPassEMailWrap div {
  line-height: 17px;
}
#dvsymbolName {
  position: static !important;
}
.optout-modal {
  margin-left: -15px;
  margin-top: -15px;
}
.errorLabel {
  color: #f00;
  font-size: 12px;
}
#dvPrintHeader,
#dvPrintBody {
  padding: 10px;
}
li.disc-type {
  list-style-type: disc;
}
#refreshingOverlay {
  background: #dfecf4;
  border: 1px solid #2a61ae;
  opacity: .8;
  padding: 50px 10px;
  position: fixed !important;
  text-align: center;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  left: 45%;
  top: 45%;
}
#refreshingOverlay div.body {
  background: none repeat scroll 0 center;
  border: 0 none;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#refreshingOverlay div.body a.close {
  margin-left: 10px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}
#refreshingOverlay div.footer {
  background: #999 none repeat scroll 0 0;
  display: none;
  font-size: 1px !important;
  height: 0;
  overflow: hidden;
  padding: 0;
}
/*[x-apple-data-detectors].contact-item-call-body {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}*/
.jqConvertAccountStep1 {
  margin-right: -40px;
}
.csPopup {
  padding: 15px;
  background: #fff;
  width: 300px;
  text-align: center;
  position: absolute;
  z-index: 100004;
}
.client-simulation-table tr {
  background: #fff;
}
.client-simulation-table td {
  padding: 7px 5px;
  font-size: 12px;
}
.client-simulation-table h2 {
  font-size: 1.83em;
  margin: 0;
  padding-bottom: 5px;
  font-family: Arial !important;
}
.terms_condition_css {
  background-color: #f9f7f4;
}
.depositerroralerttxtclr {
  color: red !important;
}
.contentTrialDiv {
  color: #6b5e51;
}
.style_Header {
  margin-top: 0;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #009cde;
  font-family: 'connectionsbold', Arial, Helvetica, sans-serif;
  line-height: 26px;
  font-weight: normal;
}
.pdl-15 {
  padding-left: 15px;
}
.bankDetails {
  width: 50%;
  float: left;
}
.bankparam {
  font-size: 13px;
  color: #6b5e51;
}
.bankparamval {
  font-size: 16px;
}
.contentDiv {
  background-color: #f9f7f4;
}
.Trial-Deposits {
  font-size: 16px;
  color: #524940;
}
.PostAccountLabels > div:first-child,
.PostAccountValues > div:first-child {
  visibility: hidden;
}
.banner button.close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat scroll 0 -79px;
  height: 18px;
  margin: 5px;
  width: 15px;
}
.banner button.close:hover,
.banner button.close:focus {
  background-position: 0 -118px;
  color: #0052c2;
}
button.banner-close:focus {
  display: inline-block;
  outline: 1px dotted;
}
.shared-app-performance .performanceTable .grid-header td,
.shared-app-performance .performanceTable .grid-header th {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  vertical-align: middle;
  background: #e3e3e3;
  white-space: nowrap;
  box-sizing: content-box;
}
.shared-app-performance .performanceTable tr td:first-child,
.shared-app-performance .performanceTable tr th:first-child {
  padding: 10px 16px 10px 20px;
  text-align: left;
  border-left: 0px solid #D1C9C0;
}
.shared-app-performance .performanceTable tr,
.shared-app-performance .performanceTable tr td {
  border: none;
}
.shared-app-performance .performanceTable tr.ep-evenRow td,
.shared-app-performance .performanceTable tr.ep-evenRow th {
  background: #F1EFEA;
}
.shared-app-performance .performanceTable tr.ep-oddRow:hover td,
.shared-app-performance .performanceTable tr.ep-evenRow:hover td,
.shared-app-performance .performanceTable tr.ep-oddRow:hover th,
.shared-app-performance .performanceTable tr.ep-evenRow:hover th {
  background: #ECF6FD;
}
.shared-app-performance .performanceTable tr.footerRow td,
.shared-app-performance .performanceTable tr.footerRow:hover td,
.shared-app-performance .performanceTable tr.footerRow th,
.shared-app-performance .performanceTable tr.footerRow:hover th {
  background: #ECE6DD;
  font-weight: bold;
}
.shared-app-performance .performanceTable tr.ep-ACCIndexHeader td,
.shared-app-performance .performanceTable tr.ep-ACCIndexHeader:hover td,
.shared-app-performance .performanceTable tr.ep-ACCIndexHeader th,
.shared-app-performance .performanceTable tr.ep-ACCIndexHeader:hover th {
  background: #ece6dd;
  border-top: 2px solid #fff;
  border-left: none;
}
.shared-app-performance .performanceTable tr.ep-gridIndexHeader td,
.shared-app-performance .performanceTable tr.ep-gridIndexHeader:hover td,
.shared-app-performance .performanceTable tr.ep-gridIndexHeader th,
.shared-app-performance .performanceTable tr.ep-gridIndexHeader:hover th {
  background: #ece6dd;
  border-left: none;
}
.shared-app-performance .performanceTable tr td,
.shared-app-performance .performanceTable tr th {
  padding: 10px 16px 10px 0px;
  line-height: 14px;
  border-left: 1px solid #D1C9C0;
  text-align: right;
}
.annual-review-banner .alert {
  padding: 0;
  border: none;
  color: #524940;
}
.annual-review-banner .alert-body {
  padding-right: 0 !important;
  line-height: inherit !important;
}
.annual-review-banner .alert.alert-lg .alert-close {
  margin: 5px 10px;
}
.annual-review-banner .alert-dismissible {
  padding-right: 0px !important;
}
.contentDiv label.checkbox-label {
  position: relative;
  display: block;
}
.contentDiv input.checkMarkBtn {
  left: 0;
}
.contentDiv span.icon-checkbox:focus,
.contentDiv input.checkMarkBtn:focus {
  outline: 1px dotted #000;
}
.contentDiv span.icon-checkbox {
  padding: 0;
  width: 30px;
}
.contentDiv label.checkbox-label::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account-form-container .hidden-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .account-form-container .hidden-sm {
    display: none !important;
  }
}
.brokerCheckHeading {
  color: #012169;
  font-family: connectionsmedium;
  font-size: 22px;
}
.brokerCheckList {
  background-color: #f9f7f4;
  padding: 15px 25px;
}
.brokerCheckList ul li {
  color: #333;
  font-family: connectionsregular;
  font-size: 15px;
  list-style-type: square;
  padding: 10px;
}
.brokerCheckLink {
  border-bottom: 1px dotted #36c;
  text-decoration: none !important;
}
.brokerCheckList + .mt-xxl.mb-xxxl {
  margin: 25px 0 30px 0;
}
.jq_chkmodalmodalClose.cta.blue {
  padding: 0 0 0 15px;
  line-height: 22px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #124e89;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  background: linear-gradient(to bottom, #007dc3 0, #0067b1 100%);
  font-family: Arial !important;
  text-shadow: none !important;
  letter-spacing: inherit;
  box-sizing: content-box;
}
.jq_chkmodalmodalClose.cta.blue span {
  display: inline-block;
  padding: 0 15px 0 0;
  cursor: pointer;
}
.tooltip.w-200px:after {
  border-color: none !important;
  border-style: none !important;
  border-width: 15px 12px 15px 0;
  bottom: inherit !important;
  content: none !important;
  display: none !important;
  left: inherit !important;
  margin-top: inherit !important;
  position: absolute;
  top: inherit !important;
  width: inherit !important;
}
.tooltip.w-200px:before {
  border-color: none !important;
  border-style: none !important;
  border-width: 15px 12px 15px 0;
  bottom: inherit !important;
  content: none !important;
  display: none !important;
  left: inherit !important;
  margin-top: inherit !important;
  position: absolute;
  top: inherit !important;
  width: inherit !important;
}
.tooltip.w-200px {
  border: none !important;
  text-align: left !important;
}
.tooltip.w-200px .tooltip-inner {
  text-align: left !important;
}
#addAccScrn.override-app-wrapper {
  margin: -19px 0 -15px -15px;
  padding-bottom: 20px;
}
#addAccScrn.override-app-wrapper .alert {
  margin: 10px 0;
}
#AddAccPageIntroCtrlContainer {
  margin-top: 10px;
}
.loading {
  background: #fff url("../images/loading_icon.gif") center center no-repeat !important;
}
.jqIPQContent .btn {
  float: none !important;
}
.jqIPQContent .btn + .btn {
  margin-bottom: 0 !important;
  margin-left: 10px !important;
}
.data-sharing-table thead th {
  background: #0073cf;
  padding: 20px;
  text-align: left;
  color: #fff;
}
.data-sharing-table table {
  table-layout: fixed;
}
.data-sharing-table .col-1 {
  width: 140px;
}
.data-sharing-table .col-2 {
  width: 110px;
}
.data-sharing-table .col-3 {
  width: 170px;
}
.data-sharing-table .col-4 {
  width: 70px;
}
.data-sharing-table tbody th {
  font-weight: normal;
}
.data-sharing-table td,
.data-sharing-table tbody th {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #d1c9c0;
}
.data-sharing-table .consent-date {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #d1c9c0;
}
.data-sharing-table .consent-date:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.third-party-content {
  line-height: 21px;
  width: 500px;
}
.intro-text {
  font-size: 16px;
}
#authSessionTmr_btnLogout {
  margin-left: 20px;
}
.help button.close:hover,
.help button.close:focus,
.modal-close button.close:hover,
.modal-close button.close:focus,
.popover button.close:hover,
.popover button.close:focus,
.choose-goal-question-wrap button.close:hover,
.choose-goal-question-wrap button.close:focus {
  background-position: 0 -118px;
  color: #0052c2 !important;
}
.help button.close,
.modal-close button.close,
.choose-goal-question-wrap button.close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -79px;
  margin: 5px;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popover button.close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -79px;
  width: 15px;
  height: 18px;
}
.annual_restrictionsGreyBox {
  padding: 20px;
}
.annual_addRestrictionsRow .annual_addRestrictionsSymbolCol {
  width: 50%;
}
.annual_addRestrictionsRow .annual_addRestrictionsBtnCol {
  width: 50%;
  padding-left: 0;
  margin-bottom: 40px;
}
.investableDDL_width {
  width: 40%;
  margin-left: 15px;
}
.gridRow .grid_col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.annual_restrictionsGreyBox {
  padding-top: 40px;
  background: #f9f7f4;
  padding: 30px;
}
a.jqAddSymbols:focus {
  outline: 1px dotted;
  display: inline-block;
}
.alert:focus {
  outline: 1px dotted;
}
button.close-icon:focus {
  outline: 1px dotted;
}
.ontrackLoading {
  float: left;
}
.ontrackLoading .content-loading {
  margin: 0 15px;
}
/* Enroll page style start*/
.re-enroll-goals-container .re-enroll-goal {
  color: #414141;
}
.re-enroll-goals-container .re-enroll-goal .flex-col {
  background-color: #fff;
  padding-left: 60px;
}
.re-enroll-goals-container .re-enroll-goal .alert.alert-danger .alert-title {
  font-weight: normal;
  color: #414141;
}
.re-enroll-goals-container .re-enroll-goal .flex-wrap {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 0px 15px 20px;
  padding: 0;
  width: auto;
}
.re-enroll-goals-container .re-enroll-goal .jqBalanceAmount {
  font-size: 24px;
  line-height: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
}
.re-enroll-summary__goal-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 40px;
  color: #414141;
}
.re-enroll-summary__goal-name-container .goalTile__trackOff {
  color: #b94700;
}
.re-enroll-summary__goal-name-container .goalTile__trackOn {
  color: #007749;
}
.re-enroll-review__page-wrapper .flex-col:not(.bg-pale-gray) {
  background: transparent;
}
.re-enroll-review__page-wrapper .arrow-right:before {
  top: 150px;
}
.re-enroll-review__data-bundle-container {
  margin-bottom: 20px;
}
.re-enroll-review__data-bundle-container--stand-alone {
  margin: 0 20px;
}
.re-enroll-review__data-bundle-label {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 12px;
  line-height: 2;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.re-enroll-review__data-bundle-label .text-box {
  margin-bottom: 0;
}
.re-enroll-review__data-bundle-label .text-box_type {
  margin: 12px 0px 0 8px;
}
.re-enroll-review__data-bundle-label .text-box_currency.text-box_currency {
  padding-left: 20px;
}
.re-enroll-review__data-bundle-label-icon {
  margin-left: 10px;
}
.re-enroll-review__data-bundle-value {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .re-enroll-review__data-bundle-value {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px) {
  .re-enroll-review__data-bundle-value {
    font-size: 14px;
    line-height: 24pt;
  }
}
.re-enroll-review__data-bundle-value .added-symbol-box.added-symbol-box.added-symbol-box {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .re-enroll-review__data-bundle-value .added-symbol-box.added-symbol-box.added-symbol-box {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px) {
  .re-enroll-review__data-bundle-value .added-symbol-box.added-symbol-box.added-symbol-box {
    font-size: 14px;
    line-height: 24pt;
  }
}
.re-enroll-review__data-bundle-value .alert-body {
  line-height: 1.25;
}
.re-enroll-review__data-bundle-link {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052c2;
  transition: all 0.2s;
  line-height: 1.25;
}
.re-enroll-review__allocation-labels p {
  margin-bottom: 0;
}
.re-enroll-review__no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[id="dvTYPopup"] {
  width: 600px;
}
.re-enroll-time-horizon__widget-wrapper .goal-icon-title {
  margin-bottom: 25px;
}
.re-enroll-time-horizon__widget-wrapper .re-enroll-time-horizon__secondary-headline {
  margin-bottom: 25px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .re-enroll-time-horizon__widget-wrapper .re-enroll-time-horizon__secondary-headline {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px) {
  .re-enroll-time-horizon__widget-wrapper .re-enroll-time-horizon__secondary-headline {
    font-size: 14px;
    line-height: 24pt;
  }
}
.re-enroll-time-horizon__widget-wrapper .help-slide-wrap {
  margin-bottom: 25px;
}
.re-enroll-time-horizon__widget-wrapper .help-slide-wrap .aao-link2 {
  font-size: 12px;
  line-height: 2;
}
.re-enroll-time-horizon__widget-wrapper .help-link-wrap {
  margin-bottom: 0;
}
.re-enroll-time-horizon__widget-wrapper .aao-pp-form__field-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 10px;
}
.re-enroll-time-horizon__widget-wrapper .aao-pp-checkbox {
  width: auto;
  min-width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.re-enroll-time-horizon__widget-wrapper .z-textbox {
  max-width: 300px;
}
.re-enroll-time-horizon__widget-wrapper .z-textbox.txt-error {
  color: #414141 !important;
  border-color: #cc0000;
}
.re-enroll-time-horizon__widget-wrapper .btn-row {
  margin-top: 25px;
}
.re-enroll-time-horizon__widget-wrapper .aao-pp-form__msg {
  margin-bottom: 25px;
}
.re-enroll-time-horizon__widget-wrapper .aao-pp-form__msg .alert-body strong {
  font-weight: normal;
}
.page-re-enroll {
  color: #414141;
}
.page-re-enroll #pageTitle .title-wrap {
  min-height: 165px;
}
.page-re-enroll .step-index {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .page-re-enroll .step-index {
    font-size: 26px;
  }
}
.page-re-enroll .annual-review-goal-container .bg-winter-gray {
  background-color: #fff;
}
.page-re-enroll .annual-review-goal-container .added-symbol-box {
  font-size: 20px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 700;
}
.page-re-enroll .txtSlateGray {
  color: #414141;
}
.page-re-enroll .annual-review-restrictions {
  background-color: #fff;
}
.page-re-enroll .jqCurrentAssetAllocation {
  background-color: #fff;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.page-re-enroll .annual-review-goals {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
}
.page-re-enroll .annual-review-goals .panel-a > .panel-header,
.page-re-enroll .annual-review-goals .panel-a > .panel-body {
  padding: 20px 60px;
  margin: 0;
}
.page-re-enroll .annual-review-goals .panel-a.panel-info {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.page-re-enroll .annual-review-goals .modal-goal-name {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .page-re-enroll .annual-review-goals .modal-goal-name {
    font-size: 18px;
  }
}
.page-re-enroll .annual-review-goals .account-name {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .page-re-enroll .annual-review-goals .account-name {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px) {
  .page-re-enroll .annual-review-goals .account-name {
    font-size: 14px;
    line-height: 24pt;
  }
}
.page-re-enroll .annual-review-goals .annual-review-goal-container a {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052c2;
  transition: all 0.2s;
  font-weight: 700;
  font-size: 12px;
}
.page-re-enroll .annual-review-goals .goal-details-activity-block .text-branded-bold {
  font-size: 24px;
  line-height: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
}
.page-re-enroll .reenrollment_btn-wrap {
  padding: 40px 0 20px 15px;
}
.reenrollment_btn-wrap {
  padding: 40px 0 20px 0;
}
.reenrollment__next-btn {
  float: left;
  margin-right: 20px;
}
page-semi-annual-review {
  color: #414141;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.checkedImage {
  height: 20px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url("../images/sprite-alerts.png") no-repeat scroll -82px -80px;
  margin-left: -15px;
  float: left;
  display: inline-block;
}
.alerterrimage {
  height: 20px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url("../images/sprite-alerts.png") no-repeat scroll -82px -20px;
  margin-left: -15px;
  float: left;
  margin-top: 7px;
  display: inline-block;
}
.agreements-ol > li {
  padding-bottom: 10px;
}
#divInvestableAssestsModal {
  font-size: 18px;
  color: #414141;
}
#divInvestableAssestsModal .regForm_RequiredLbWrap {
  font-size: 12px;
}
.regForm_RequiredLbWrap {
  margin-right: 20px;
}
.jqSaveInterstitableAssets {
  margin-right: 15px;
}
/* Enroll page style end*/
/* style added by Pratic for advisor collaboration start*/
.csPopup .mr-m {
  margin-right: 10px;
}
/* style added by Pratic for advisor collaboration end*/
.readChart-content {
  margin: 0 -15px;
}
.readChartWrap {
  background: #f1efea none repeat scroll 0 0;
  padding: 30px 20px;
  margin: 15px -15px 0 -15px;
}
.cal-CalendarText {
  border-style: none !important;
  border-color: inherit !important;
  border-width: 0 !important;
  padding: 0 3px;
  width: 80px;
  background: none !important;
  font-weight: 900;
  color: #524940 !important;
}
#svgSprite {
  display: none;
}
.icon {
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg-ico {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-lock {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2220px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2020%2028%22%20enable-background%3D%22new%200%200%2020%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M4%2C11c0-3.87%2C2.69-7%2C6-7s6%2C3.13%2C6%2C7c0%2C0.34-0.021%2C0.67-0.061%2C1h4.02C19.991%2C11.67%2C20%2C11.34%2C20%2C11%20c0-6.08-4.48-11-10-11S0%2C4.92%2C0%2C11c0%2C0.34%2C0.01%2C0.67%2C0.04%2C1h4.02C4.021%2C11.67%2C4%2C11.34%2C4%2C11z%22%2F%3E%3Crect%20y%3D%2214%22%20fill%3D%22%23333333%22%20width%3D%2220%22%20height%3D%2214%22%2F%3E%3C%2Fsvg%3E');
}
.icon-lock.sm {
  width: 9px;
  height: 11px;
}
.icon-smc-mail {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2223px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2023%2017%22%20enable-background%3D%22new%200%200%2023%2017%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M11.5%2C12.92L0%2C0.95V17h23V1.14L11.5%2C12.92z%20M22.51%2C0H0.67l10.84%2C11.279L22.51%2C0z%22%2F%3E%3C%2Fsvg%3E');
}
.ico-fees {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22svg-fees%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2049%2045%22%20enable-background%3D%22new%200%200%2049%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23D1C9BF%22%20points%3D%229.59%2C0%209.59%2C24.05%200%2C24.05%2024.8%2C45%2049%2C24.23%2038.92%2C24.18%2038.92%2C0%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2212.25%2C19.68%2012.25%2C12.46%2017.12%2C12.46%2017.12%2C13.56%2013.78%2C13.56%2013.78%2C15.52%2016.39%2C15.52%20%20%20%2016.39%2C16.57%2013.78%2C16.57%2013.78%2C19.68%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2218.21%2C19.68%2018.21%2C12.46%2023.13%2C12.46%2023.13%2C13.55%2019.75%2C13.55%2019.75%2C15.39%2022.59%2C15.39%20%20%20%2022.59%2C16.42%2019.75%2C16.42%2019.75%2C18.58%2023.27%2C18.58%2023.27%2C19.68%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2224.5%2C19.68%2024.5%2C12.46%2029.42%2C12.46%2029.42%2C13.55%2026.04%2C13.55%2026.04%2C15.39%2028.88%2C15.39%2028.88%2C16.42%20%20%20%2026.04%2C16.42%2026.04%2C18.58%2029.56%2C18.58%2029.56%2C19.68%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M35.62%2C12.84l-0.391%2C1.05c-0.699-0.29-1.41-0.36-1.921-0.36c-0.64%2C0-1.05%2C0.32-1.05%2C0.93%20%20%20c0%2C0.55%2C0.689%2C0.73%2C1.42%2C0.91c0.979%2C0.25%2C2.391%2C0.56%2C2.391%2C2.27c0%2C1.36-1.011%2C2.15-3%2C2.15c-0.729%2C0-1.779-0.15-2.609-0.58%20%20%20l0.4-1.09c1.01%2C0.41%2C1.85%2C0.47%2C2.318%2C0.47c0.852%2C0%2C1.28-0.26%2C1.28-0.95c0-0.61-0.479-0.79-1.171-0.98%20%20%20c-1.399-0.36-2.641-0.66-2.641-2.14c0-1.31%2C0.91-2.19%2C2.711-2.19C34.069%2C12.33%2C34.93%2C12.45%2C35.62%2C12.84z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 50px;
  height: 60px;
}
.ico-folder {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22svg-folder%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249px%22%20height%3D%2239px%22%20viewBox%3D%220.5%2050.5%2049%2039%22%20enable-background%3D%22new%200.5%2050.5%2049%2039%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M24.633%2C55.061c-1.117%2C0-2.565-0.754-3.213-1.67l-0.87-1.229c-0.646-0.916-2.096-1.662-3.212-1.662H8.263%20%20%20c-1.116%2C0-2.292%2C0.881-2.616%2C1.958l-0.188%2C0.645c-0.324%2C1.077-1.5%2C1.958-2.616%2C1.958H2.537c-1.125%2C0-2.037%2C0.916-2.037%2C2.044%20%20%20v26.96c0%2C1.129%2C0.912%2C2.044%2C2.037%2C2.044h41.09c1.127%2C0%2C2.038-0.915%2C2.038-2.044v-26.96c0-1.128-0.911-2.044-2.038-2.044H24.633z%22%20%20%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M36.803%2C76.986c0.11%2C0.059%2C0.264-0.076%2C0.066-0.272c-0.223-0.211-0.535-0.313-0.901-0.313%20%20c-0.377%2C0-0.699%2C0.103-0.912%2C0.313c-0.195%2C0.196-0.044%2C0.331%2C0.066%2C0.272c0.23-0.111%2C0.528-0.17%2C0.846-0.17%20%20C36.265%2C76.816%2C36.564%2C76.875%2C36.803%2C76.986z%20M34.159%2C73.696c-0.023%2C0.501%2C0.258%2C0.864%2C0.829%2C0.9%20%20C35.004%2C74.086%2C34.73%2C73.722%2C34.159%2C73.696z%20M45.204%2C72.856c0.221%2C0.146%2C0.854%2C0.382%2C1.414%2C0.382c0.562%2C0%2C1.185-0.594%2C1.433-0.925%20%20h-2.437C44.905%2C72.313%2C44.974%2C72.713%2C45.204%2C72.856z%20M44.044%2C81.292c-0.894%2C0-1.473%2C0.57-1.473%2C1.291%20%20c0%2C0.727%2C0.323%2C1.415%2C1.143%2C1.906c0.817%2C0.492%2C2.105%2C0.984%2C2.479%2C1.129c0.894%2C0.347%2C1.03%2C0.872%2C0.545%2C1.848%20%20c-0.307%2C0.609-0.75%2C1.399-0.75%2C1.399h1.065c0.188-0.747%2C0.817-2.256%2C1.22-2.883c-0.451-0.272-0.792-0.729-1.015-1.152%20%20c-0.23-0.417-0.614-1.079-0.845-1.536C46.193%2C82.836%2C45.238%2C81.292%2C44.044%2C81.292z%20M44.361%2C85.813%20%20c0.023%2C0.329%2C0.136%2C0.872%2C0.587%2C0.915c0.443%2C0.033%2C0.784-0.153%2C0.887-0.331C45.63%2C86.185%2C44.718%2C85.889%2C44.361%2C85.813z%20%20%20M41.037%2C88.848h0.674c0.34-0.637%2C1.438-2.579%2C1.678-2.774l0.043-0.271c-0.451%2C0.01-1.14%2C0.086-1.517%2C0.246%20%20C41.915%2C87.176%2C41.311%2C88.414%2C41.037%2C88.848z%20M39.658%2C84.964l1.567-0.331c-0.068%2C0.145-0.094%2C0.399-0.068%2C0.637l1.567-0.415%20%20c-0.433-0.441-0.938-1.476-0.938-2.213c0-0.746%2C0.393-1.595%2C1.013-1.814c-0.469-0.152-1.687-0.95-2.003-1.433%20%20c0.059%2C0.482-0.188%2C1.356-0.562%2C1.882c-0.479%2C0.67-1.569%2C1.203-2.055%2C1.814C39.11%2C83.183%2C39.751%2C84.107%2C39.658%2C84.964z%20%20%20M38.312%2C87.278c0.059-0.229%2C0.109-0.747%2C0.076-1.01c-0.417%2C0.093-1.534%2C0.093-1.695-0.178c0.289-0.348%2C0.92-0.381%2C1.15-0.457%20%20c0.222-0.076%2C1.075-0.545%2C1.075-0.95s-0.325-0.755-0.843-0.755c-0.598%2C0-0.999%2C0.34-1.45%2C0.941%20%20c-0.384%2C0.509-0.527%2C0.838-0.527%2C1.077c0%2C0.28%2C0.256%2C0.755%2C0.835%2C1.01C37.392%2C87.16%2C37.979%2C87.278%2C38.312%2C87.278z%20M33.427%2C85.904%20%20c0-0.635-0.459-1.203-0.604-1.399c-0.17-0.211-0.536-0.693-0.639-0.693c-0.138%2C0-0.24%2C0.135-0.24%2C0.278%20%20c0%2C0.306%2C0.112%2C0.738%2C0.428%2C1.715c0.358%2C1.077%2C0.315%2C2.237%2C0.077%2C3.061h0.545C33.096%2C88.558%2C33.427%2C86.541%2C33.427%2C85.904z%20%20%20M37.851%2C73.73c-0.546%2C0.025-0.92%2C0.347-0.877%2C0.94C37.518%2C74.637%2C37.886%2C74.315%2C37.851%2C73.73z%20M34.082%2C72.652%20%20c-0.33%2C0-0.799-0.405-0.901-0.627c-0.12-0.236-0.154-0.627%2C0.041-0.992c-0.459%2C0.052-0.92%2C0.398-0.92%2C1.018%20%20c0%2C0.746%2C0.751%2C1.382%2C1.391%2C1.466c-0.179%2C1.434-1.124%2C3.927-1.552%2C4.857c-0.093%2C0.212-0.213%2C0.703%2C0.23%2C0.907%20%20c0.527%2C0.229%2C1.577%2C1.348%2C1.705%2C2.408h-0.597c-0.059-0.304-0.376-0.831-0.545-1.053c-0.486-0.625-0.974-0.703-1.228-0.464%20%20c-0.264%2C0.229-0.341%2C0.771%2C0.018%2C1.517c0.485%2C1.019%2C2.523%2C3.611%2C2.685%2C3.815c0.17%2C0.203%2C0.519%2C0.236%2C0.749%2C0.035%20%20c0.223-0.196%2C0.732-0.654%2C1.023-1.248c0.604-1.219%2C1.338-1.849%2C2.452-2.509c0.733-0.433%2C1.476-1.348%2C1.476-2.774%20%20c0-1.651-1.578-3.788-2.055-4.483c-0.256%2C0.109-0.758%2C0.584-0.758%2C1.06c0%2C0.204%2C0.136%2C0.221%2C0.136%2C0.492%20%20c0%2C0.271-0.266%2C0.354-0.374%2C0.354c-0.12%2C0-0.197-0.066-0.325-0.127c-0.136-0.051-0.366-0.084-0.518-0.1%20%20c-0.189-0.025-0.513-0.043-0.735%2C0.018c-0.118%2C0.023-0.22%2C0.041-0.399%2C0.135c-0.087%2C0.041-0.333-0.127-0.333-0.383%20%20c0-0.185%2C0.23-0.33%2C0.374-0.33c0.154%2C0%2C0.315%2C0.068%2C0.443%2C0.109c0.232%2C0.087%2C0.538%2C0.077%2C0.81-0.023%20%20c0.3-0.12%2C0.256-0.297%2C0.215-0.416c-0.054-0.119-0.103-0.279-0.103-0.66c0-0.383%2C0.203-0.941%2C0.52-1.255h1.141%20%20c0.819%2C0.051%2C1.263-0.78%2C1.263-1.272c0-0.482-0.41-1.051-0.691-1.211c0.085%2C0.202%2C0.169%2C0.457%2C0.085%2C0.83%20%20c-0.085%2C0.338-0.443%2C0.822-1.056%2C0.822c-0.146%2C0-0.571-0.093-0.741-0.272h-2.292C34.628%2C72.469%2C34.415%2C72.652%2C34.082%2C72.652z%20%20%20M31.534%2C89.5c0.409-1.289%2C0.555-3.053%2C0.035-4.07c-0.451-0.863-0.52-2.179-0.144-2.645c-0.589-0.737-1.152-1.935-0.027-4.493%20%20c0.727-1.652%2C1.108-2.915%2C1.313-3.757c-0.445%2C0.256-0.784%2C0.348-1.143%2C0.381c-0.112-0.365%2C0.008-1.194%2C0.436-1.466%20%20c-0.461-0.499-0.571-0.966-0.571-1.526c0-1%2C1.15-1.865%2C2.054-1.865c0.552%2C0%2C0.893%2C0.152%2C1.046%2C0.298%20%20c-0.382%2C0.16-0.638%2C0.524-0.638%2C0.78c0%2C0.254%2C0.153%2C0.567%2C0.417%2C0.567c0.267%2C0%2C0.272-0.076%2C0.416-0.187l2.276%2C0.008%20%20c0.145%2C0.171%2C0.315%2C0.213%2C0.485%2C0.213c0.384%2C0%2C0.622-0.339%2C0.622-0.609c0-0.281-0.155-0.704-0.597-0.832%20%20C37.766%2C70.11%2C38.081%2C70%2C38.386%2C70c0.741%2C0%2C1.893%2C0.848%2C1.893%2C2.188c0%2C0.524-0.068%2C0.991-0.504%2C1.425%20%20c0.281%2C0.279%2C0.53%2C0.803%2C0.589%2C1.203c-0.188%2C0.033-0.955%2C0.06-1.133%2C0.06c0.195%2C0.263%2C0.895%2C1.645%2C1.065%2C2.06%20%20c0.426%2C1.084%2C1.21%2C2.484%2C2.479%2C3.078c1.577%2C0.722%2C3.137%2C1.094%2C4.808%2C0.661c0.663-0.169%2C1.132-0.892%2C1.132-1.45%20%20c0-0.763-1.242-1.688-2.395-2.044c-1.678-0.533-5.036-0.872-5.003-3.433c0.018-1.195%2C1.391-2.213%2C3.146-2.213%20%20c0.963%2C0%2C4.847-0.078%2C4.847-0.078c-0.185%2C0.875-1.258%2C2.502-2.536%2C2.502c-1.271%2C0-1.348-0.355-1.824-0.611%20%20c-0.486-0.254-1.091-0.475-1.501-0.475c-0.51%2C0-1.286%2C0.305-1.286%2C1.179c0%2C0.585%2C0.408%2C1.238%2C1.681%2C1.636%20%20c1.721%2C0.543%2C5.658%2C1.195%2C5.658%2C3.578c0%2C1.34-1.245%2C2.316-3.204%2C2.375c0.535%2C0.746%2C0.93%2C1.509%2C1.106%2C1.941%20%20c0.248%2C0.559%2C1.102%2C1.822%2C2.003%2C1.991c-0.725%2C1.06-1.55%2C2.841-1.55%2C3.927h-3.214c0.409-0.51%2C1.124-1.814%2C1.312-2.179%20%20c-0.528%2C0.221-1.491%2C0.145-1.763-0.323c-0.256-0.473-0.461-0.058-0.604%2C0.127c-0.154%2C0.181-1.109%2C1.756-1.33%2C2.375h-2.692%20%20c0.827-0.874%2C1.611-2.543%2C1.501-3.341c-0.453%2C0.094-0.766%2C0.125-0.766%2C0.125c0.016-0.337-0.472-0.811-1.187-0.253%20%20c0.077%2C0.525%2C0.017%2C1.527-0.12%2C2.11c-1.492%2C0.019-3.153-0.721-3.502-1.704c-0.059-0.187-0.332%2C0.111-0.553%2C0.119%20%20c-0.315%2C0.008-0.589-0.168-0.658-0.255c-0.033%2C0.459-0.374%2C1.476-0.436%2C1.909c-0.051%2C0.433-0.128%2C1.05-0.068%2C1.289H31.534z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 54px;
  height: 60px;
}
.ico-questions {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22svg-questions%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20%20y%3D%220px%22%20width%3D%2242px%22%20height%3D%2250px%22%20viewBox%3D%220.5%2050.5%2042%2050%22%20enable-background%3D%22new%200.5%2050.5%2042%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M22.848%2C50.538c-7.978%2C0.51-14.121%2C5.989-13.725%2C12.239c0.18%2C2.816%2C1.661%2C5.303%2C3.961%2C7.143l1.857%2C5.131%20%20l2.728-2.699c2.011%2C0.66%2C4.26%2C0.965%2C6.616%2C0.814c7.972-0.51%2C14.118-5.988%2C13.72-12.24C37.606%2C54.678%2C30.821%2C50.027%2C22.848%2C50.538%22%20%20%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M8.539%2C80.815c-0.616%2C0.864-1.75%2C2.019-3.425%2C2.019c-0.071%2C0-0.145-0.004-0.221-0.009%20%20c0.049%2C3.337%2C2.184%2C6.021%2C4.813%2C6.021c2.662%2C0%2C4.817-2.746%2C4.817-6.136v-0.021C11.148%2C83.01%2C9.399%2C81.837%2C8.539%2C80.815%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M7.938%2C79.372l1.137-0.015c0.451%2C0.921%2C1.742%2C2.416%2C5.34%2C2.072c-0.463-2.773-2.397-4.854-4.71-4.854%20%20c-2.351%2C0-4.306%2C2.148-4.728%2C4.986C6.853%2C81.658%2C7.926%2C79.395%2C7.938%2C79.372%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M5.681%2C94.654H6.3v5.846h7.419c0%2C0-0.68-8.476-1.614-9.303c-1.479-1.316-1.009-0.883-1.009-0.883%20%20L9.215%2C91.76L6.89%2C89.574c-0.552%2C0.444-3.853%2C2.1-4.847%2C2.855C1.052%2C93.181%2C0.5%2C100.5%2C0.5%2C100.5h5.181V94.654z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.461%2C80.815c0.614%2C0.864%2C1.75%2C2.019%2C3.424%2C2.019c0.072%2C0%2C0.146-0.004%2C0.22-0.009%20%20c-0.051%2C3.337-2.181%2C6.021-4.812%2C6.021c-2.659%2C0-4.817-2.746-4.817-6.136v-0.021C31.852%2C83.01%2C33.6%2C81.837%2C34.461%2C80.815%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M35.06%2C79.372l-1.137-0.015c-0.449%2C0.921-1.744%2C2.416-5.34%2C2.072c0.464-2.773%2C2.395-4.854%2C4.71-4.854%20%20c2.352%2C0%2C4.305%2C2.148%2C4.728%2C4.986C36.145%2C81.658%2C35.072%2C79.395%2C35.06%2C79.372%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.697%2C94.654h0.62v5.846H42.5c0%2C0-0.553-7.319-1.546-8.07c-0.993-0.756-4.298-2.412-4.849-2.855%20%20l-2.322%2C2.186l-1.885-1.445c0%2C0%2C0.471-0.433-1.007%2C0.883c-0.931%2C0.827-1.613%2C9.303-1.613%2C9.303h7.419V94.654z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 50px;
  height: 60px;
}
.ico-rebalancing {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2271px%22%20height%3D%2241px%22%20viewBox%3D%2213.417%2047.75%2071%2041%22%20enable-background%3D%22new%2013.417%2047.75%2071%2041%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2244.88%2C78.44%2032.607%2C88.473%2041.008%2C88.473%2049.417%2C81.523%2057.829%2C88.75%2066.227%2C88.75%2053.018%2C77.737%20%20%20%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M53.018%2C77.737l32.398-2.806l-0.311-3.565l-10.469%2C0.911v-1.276c3.641-0.545%2C5.789-2.771%2C5.789-6.027%20%20%20c0-4.831-3.99-5.82-6.398-6.415c-1.951-0.484-3.221-0.881-3.221-1.9c0-1.672%2C1.43-1.92%2C2.279-1.92c1.211%2C0%2C2.471%2C0.069%2C4.52%2C0.891%20%20%20l0.48%2C0.188l1.42-3.653l-0.391-0.207c-1.539-0.842-3.318-1.168-4.479-1.287v-2.92h-3.371v2.97c-3.469%2C0.554-5.52%2C2.812-5.52%2C6.107%20%20%20c0%2C4.167%2C3.27%2C5.058%2C6.729%2C5.999l0.262%2C0.068c2%2C0.584%2C2.6%2C1.069%2C2.6%2C2.079c0%2C0.861-0.271%2C1.999-2.689%2C1.999%20%20%20c-1.9%2C0-3.801-0.396-5.641-1.188l-0.49-0.218l-1.42%2C3.78l0.391%2C0.207c1.93%2C1.031%2C4.131%2C1.396%2C5.779%2C1.507v1.506l-45.629%2C3.949%20%20%20v1.653h-3.37v-1.361l-8.85%2C0.766l0.31%2C3.565l31.154-2.698l4.537-3.708L53.018%2C77.737z%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2249.417%2C74.733%2044.88%2C78.44%2053.018%2C77.737%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M25.638%2C75.229c3.63-0.544%2C5.79-2.762%2C5.79-6.028c0-4.831-3.99-5.82-6.41-6.414%20%20c-1.94-0.485-3.22-0.882-3.22-1.901c0-1.672%2C1.43-1.92%2C2.29-1.92c1.21%2C0%2C2.47%2C0.069%2C4.52%2C0.891l0.47%2C0.188l1.42-3.652l-0.38-0.208%20%20c-1.55-0.842-3.33-1.168-4.48-1.287v-2.92h-3.37v2.97c-3.47%2C0.554-5.53%2C2.812-5.53%2C6.107c0%2C4.167%2C3.27%2C5.058%2C6.73%2C5.999l0.27%2C0.068%20%20c1.99%2C0.584%2C2.6%2C1.069%2C2.6%2C2.079c0%2C0.86-0.28%2C2-2.69%2C2c-1.91%2C0-3.81-0.396-5.64-1.187l-0.5-0.219l-1.41%2C3.78l0.39%2C0.218%20%20c1.92%2C1.03%2C4.12%2C1.386%2C5.78%2C1.496v1.52l3.37-0.292V75.229z%22%2F%3E%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2225.638%2C78.17%2025.638%2C76.517%2022.267%2C76.809%2022.267%2C78.17%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 76px;
  height: 60px;
}
.ico-print {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22svg-print%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2250px%22%20height%3D%2241px%22%20viewBox%3D%220.5%2050.5%2050%2041%22%20enable-background%3D%22new%200.5%2050.5%2050%2041%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cdefs%3E%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220.5%22%20y%3D%2250.5%22%20width%3D%2250%22%20height%3D%2241%22%2F%3E%20%20%20%3C%2Fdefs%3E%20%20%20%3CclipPath%20id%3D%22SVGID_2_%22%3E%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%20%20%20%3C%2FclipPath%3E%20%20%20%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill%3D%22%23CDC4BB%22%20d%3D%22M47.408%2C73.927h-5.844V59.285l-8.763-8.786H9.435v23.428H3.593%20%20%20%20c-1.442%2C0-2.92%2C1.481-2.92%2C2.931V91.5h49.654V76.857C50.327%2C75.408%2C48.852%2C73.927%2C47.408%2C73.927%20M12.355%2C53.426h17.526v8.787%20%20%20%20h8.764v11.714h-26.29V53.426z%20M41.565%2C88.572H9.435v-2.93h32.13V88.572z%20M44.483%2C79.785h-2.919v-2.928h2.919V79.785z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 20px;
  height: 23px;
  margin-right: 5px;
}
.ico-phone,
.ico-chat {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -4px;
  float: left;
  margin-right: 0.625rem;
}
.page-onbrd .ico-phone {
  margin-top: 0;
}
.page-onbrd .ico-phone.l {
  margin-top: 5px;
}
.contact-wiget-sm .ico-phone {
  width: 23px;
  height: 25px;
  margin: 0 5px 0 0;
}
.contact-wiget-sm .ico-chat {
  width: 26px;
  height: 26px;
  margin: 0 5px 0 0;
}
.ico-user {
  width: 72px;
  height: 63px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2275px%22%20height%3D%2275px%22%20viewBox%3D%220%200%2075%2075%22%20enable-background%3D%22new%200%200%2075%2075%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.424%2C14.062l2.86-0.04c1.02%2C2.09%2C3.76%2C5.33%2C10.91%2C5.33c0.79%2C0%2C1.63-0.04%2C2.529-0.12%20%20c-1.17-6.96-6.029-12.17-11.85-12.17c-5.92%2C0-10.84%2C5.38-11.9%2C12.49l0.31%2C0.01C20.865%2C19.562%2C23.395%2C14.133%2C23.424%2C14.062z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M12.344%2C43.842c0.12%2C0.281%2C0.17%2C0.43%2C0.17%2C0.43S12.464%2C44.122%2C12.344%2C43.842z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M27.875%2C59.323V44.631l-5.661%2C4.332l-2.72-8.131c-0.71%2C0.57-3.88%2C1.74-7.15%2C3.01%20%20%20c0.12%2C0.28%2C0.17%2C0.43%2C0.17%2C0.43s-0.05-0.148-0.17-0.43c-3.13%2C1.211-6.35%2C2.51-7.57%2C3.43c-1.17%2C0.881-2.1%2C5.381-2.75%2C9.91%20%20%20c-0.75%2C5.131-1.14%2C10.301-1.14%2C10.301h26.95h0.01h0.05h0.01h26.95c0.001%2C0-0.227-3.007-0.662-6.711H29.325%20%20%20C28.525%2C60.771%2C27.875%2C60.123%2C27.875%2C59.323z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M29.325%2C33.133h7.24c2.12-2.768%2C3.43-6.537%2C3.43-10.7v-0.05c-0.97%2C0.08-1.88%2C0.13-2.74%2C0.13%20%20%20%20c-6.73%2C0-10.4-2.56-12.33-4.83c-1.54%2C2.16-4.39%2C5.06-8.61%2C5.06c-0.18%2C0-0.36-0.02-0.55-0.03c0.119%2C8.36%2C5.489%2C15.09%2C12.11%2C15.09%20%20%20%20v-3.22C27.875%2C33.783%2C28.525%2C33.133%2C29.325%2C33.133z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M71.436%2C33.133H36.565c-2.203%2C2.876-5.28%2C4.67-8.69%2C4.67v6.828l0.129-0.099l5.43%2C4.431l2.82-8.131%20%20%20%20c0.54%2C0.43%2C2.521%2C1.221%2C4.891%2C2.141c3.689%2C1.42%2C8.299%2C3.15%2C9.819%2C4.299c1.031%2C0.771%2C1.87%2C4.342%2C2.511%2C8.262%20%20%20%20c0.28%2C1.746%2C0.52%2C3.563%2C0.717%2C5.238h17.244c0.799%2C0%2C1.448-0.648%2C1.448-1.448v-24.74C72.884%2C33.783%2C72.234%2C33.133%2C71.436%2C33.133z%22%20%20%20%20%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M36.565%2C33.133h-7.24c-0.8%2C0-1.45%2C0.65-1.45%2C1.45v3.22C31.285%2C37.803%2C34.362%2C36.009%2C36.565%2C33.133z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M50.964%2C47.271c-1.521-1.148-6.13-2.879-9.819-4.299c-2.369-0.92-4.351-1.711-4.891-2.141l-2.82%2C8.131%20%20%20l-5.43-4.431l-0.129%2C0.099v14.692c0%2C0.8%2C0.65%2C1.448%2C1.45%2C1.448h24.866c-0.197-1.675-0.437-3.492-0.717-5.238%20%20%20C52.834%2C51.613%2C51.995%2C48.043%2C50.964%2C47.271z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.575%2C51.512c-1.49-0.398-4.11-1.16-4.521-1.629c-0.41-0.471-0.75-0.601-0.609-1.341%20%20%20c0.14-0.729%2C1.77-2.44%2C1.77-4.181c0-1.459-0.21-4.09-3-4.271v-0.01l-0.17-0.011h-0.07h-0.06l-0.17%2C0.011v0.01%20%20%20c-2.79%2C0.181-3%2C2.812-3%2C4.271c0%2C1.74%2C1.63%2C3.451%2C1.771%2C4.181c0.141%2C0.74-0.201%2C0.87-0.609%2C1.341%20%20%20c-0.41%2C0.469-3.03%2C1.229-4.521%2C1.629c-1.5%2C0.4-1.43%2C1.312-1.43%2C1.312v2.09h16.05v-2.09C49.004%2C52.823%2C49.075%2C51.913%2C47.575%2C51.512%20%20%20z%22%2F%3E%20%20%3Crect%20x%3D%2256.424%22%20y%3D%2240.073%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.71%22%20height%3D%221.72%22%2F%3E%20%20%3Crect%20x%3D%2250.384%22%20y%3D%2244.453%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.75%22%20height%3D%221.729%22%2F%3E%20%20%3Crect%20x%3D%2254.254%22%20y%3D%2248.663%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.721%22%2F%3E%20%20%3Crect%20x%3D%2254.275%22%20y%3D%2253.143%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.858%22%20height%3D%221.729%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-user.s {
  width: 40px;
  height: 33px;
}
h1 .ico-user.s {
  margin: -20px 10px 0 0;
}
.ico-percent {
  width: 67px;
  height: 67px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2260px%22%20height%3D%2261px%22%20viewBox%3D%220%200%2060%2061%22%20enable-background%3D%22new%200%200%2060%2061%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22yourself%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M53.475%2C55.533c-0.641-3.92-1.479-7.49-2.511-8.262c-1.521-1.148-6.13-2.879-9.819-4.299%0D%0A%09%09%09%09c-2.369-0.921-4.351-1.712-4.891-2.142l-2.82%2C8.131l-5.43-4.431l-5.79%2C4.431l-2.72-8.131c-0.71%2C0.569-3.88%2C1.739-7.15%2C3.01%0D%0A%09%09%09%09c0.12%2C0.28%2C0.17%2C0.431%2C0.17%2C0.431s-0.05-0.148-0.17-0.431c-3.13%2C1.211-6.35%2C2.511-7.57%2C3.431c-1.17%2C0.881-2.1%2C5.381-2.75%2C9.91%0D%0A%09%09%09%09c-0.75%2C5.131-1.14%2C10.301-1.14%2C10.301h26.95h0.01h0.05h0.01h26.95C54.855%2C67.482%2C54.375%2C61.143%2C53.475%2C55.533z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.424%2C14.062l2.86-0.04c1.02%2C2.09%2C3.76%2C5.33%2C10.91%2C5.33c0.79%2C0%2C1.63-0.04%2C2.529-0.12%0D%0A%09%09%09%09c-1.17-6.96-6.029-12.17-11.85-12.17c-5.92%2C0-10.84%2C5.38-11.9%2C12.49l0.31%2C0.01C20.865%2C19.562%2C23.395%2C14.133%2C23.424%2C14.062z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M27.875%2C37.803c6.69%2C0%2C12.12-6.88%2C12.12-15.37v-0.05c-0.97%2C0.08-1.88%2C0.13-2.74%2C0.13%0D%0A%09%09%09%09c-6.73%2C0-10.4-2.56-12.33-4.83c-1.54%2C2.16-4.39%2C5.06-8.61%2C5.06c-0.18%2C0-0.36-0.02-0.55-0.03%0D%0A%09%09%09%09C15.884%2C31.073%2C21.254%2C37.803%2C27.875%2C37.803z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M72.884%2C59.323c0%2C0.8-0.649%2C1.448-1.448%2C1.448H29.326c-0.8%2C0-1.45-0.648-1.45-1.448v-24.74%0D%0A%09%09%09c0-0.8%2C0.65-1.45%2C1.45-1.45h42.109c0.799%2C0%2C1.448%2C0.65%2C1.448%2C1.45V59.323z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.575%2C51.512c-1.49-0.397-4.11-1.16-4.521-1.629c-0.41-0.471-0.75-0.601-0.609-1.341%0D%0A%09%09%09%09c0.14-0.729%2C1.77-2.44%2C1.77-4.181c0-1.459-0.21-4.09-3-4.271v-0.01l-0.17-0.012h-0.07h-0.06l-0.17%2C0.012v0.01%0D%0A%09%09%09%09c-2.79%2C0.182-3%2C2.813-3%2C4.271c0%2C1.74%2C1.63%2C3.451%2C1.771%2C4.181c0.142%2C0.74-0.201%2C0.87-0.608%2C1.341%0D%0A%09%09%09%09c-0.41%2C0.469-3.03%2C1.229-4.521%2C1.629c-1.5%2C0.4-1.43%2C1.313-1.43%2C1.313v2.09h16.05v-2.09%0D%0A%09%09%09%09C49.004%2C52.823%2C49.075%2C51.913%2C47.575%2C51.512z%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2256.424%22%20y%3D%2240.073%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.71%22%20height%3D%221.72%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2250.384%22%20y%3D%2244.453%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.75%22%20height%3D%221.729%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2254.254%22%20y%3D%2248.663%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.721%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2254.275%22%20y%3D%2253.143%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.857%22%20height%3D%221.729%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20d%3D%22M39.2%2C47.235c-2.539%2C0-2.92%2C2.882-2.92%2C5.163c0%2C2.881%2C0.5%2C5.054%2C2.92%2C5.054c2.24%2C0%2C2.74-2.443%2C2.74-5.084%0D%0A%09%09C41.94%2C50.155%2C41.671%2C47.235%2C39.2%2C47.235z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20d%3D%22M20.99%2C46.926c2.241%2C0%2C2.73-2.451%2C2.73-5.014c0-2.242-0.27-5.163-2.73-5.163c-0.972%2C0-1.626%2C0.42-2.064%2C1.064%0D%0A%09%09c0.705%2C1.139%2C1.555%2C2.171%2C2.54%2C3.046l-3.234%2C3.288C18.514%2C45.824%2C19.251%2C46.926%2C20.99%2C46.926z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M18.926%2C37.813c-0.712%2C1.045-0.855%2C2.686-0.855%2C4.098c0%2C0.819%2C0.048%2C1.568%2C0.161%2C2.235l3.234-3.288%0D%0A%09%09C20.481%2C39.984%2C19.63%2C38.952%2C18.926%2C37.813z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M30.001%2C0C13.43%2C0%2C0%2C13.615%2C0%2C30.41c0%2C8.861%2C3.745%2C16.835%2C9.715%2C22.394l5.569-5.661%0D%0A%09%09c-0.853-1.439-1.165-3.291-1.165-5.23c0-2.968%2C0.779-5.978%2C3.321-7.383c-0.401-1.315-0.631-2.713-0.631-4.169%0D%0A%09%09c0-7.605%2C5.911-13.774%2C13.19-13.774c7.279%2C0%2C13.189%2C6.169%2C13.189%2C13.774c0%2C4.175-1.783%2C7.908-4.59%2C10.436l4.408%2C4.415%0D%0A%09%09c0.623%2C0.409%2C1.123%2C0.925%2C1.516%2C1.517l5.919%2C5.925C56.32%2C47.102%2C60%2C39.191%2C60%2C30.41C60.002%2C13.615%2C46.572%2C0%2C30.001%2C0z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M39.2%2C44.204c-5.42%2C0-6.869%2C4.138-6.869%2C8.164c0%2C4.296%2C1.449%2C8.084%2C6.84%2C8.084%0D%0A%09%09c5.04%2C0%2C6.711-3.907%2C6.711-8.084c0-1.994-0.32-4.076-1.357-5.641l-1.516-1.517C42.058%2C44.584%2C40.819%2C44.204%2C39.2%2C44.204z%0D%0A%09%09%20M39.2%2C57.452c-2.42%2C0-2.92-2.174-2.92-5.054c0-2.281%2C0.381-5.163%2C2.92-5.163c2.471%2C0%2C2.74%2C2.92%2C2.74%2C5.133%0D%0A%09%09C41.94%2C55.009%2C41.44%2C57.452%2C39.2%2C57.452z%22/%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2234.271%2C32.294%2022.32%2C61%2025.621%2C61%2037.53%2C32.294%20%09%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M20.99%2C36.75c2.46%2C0%2C2.73%2C2.92%2C2.73%2C5.163c0%2C2.563-0.49%2C5.014-2.73%2C5.014c-1.739%2C0-2.476-1.102-2.759-2.778%0D%0A%09%09l-2.947%2C2.995c1.002%2C1.691%2C2.754%2C2.813%2C5.666%2C2.813c5.051%2C0%2C6.721-3.938%2C6.721-8.084c0-3.897-1.22-8.163-6.681-8.163%0D%0A%09%09c-1.456%2C0-2.618%2C0.307-3.549%2C0.82c0.357%2C1.172%2C0.858%2C2.273%2C1.484%2C3.286C19.364%2C37.17%2C20.018%2C36.75%2C20.99%2C36.75z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M43.009%2C45.209l1.516%2C1.518C44.132%2C46.135%2C43.632%2C45.62%2C43.009%2C45.209z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M14.12%2C41.912c0%2C1.939%2C0.312%2C3.791%2C1.165%2C5.23l2.947-2.995c-0.113-0.667-0.161-1.416-0.161-2.235%0D%0A%09%09c0-1.412%2C0.143-3.052%2C0.855-4.097c-0.626-1.013-1.127-2.114-1.484-3.286C14.899%2C35.935%2C14.12%2C38.944%2C14.12%2C41.912z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}
.ico-page {
  width: 42px;
  height: 50px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22svg-page%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2235px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2035%2042%22%20enable-background%3D%22new%200%200%2035%2042%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22yourself%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M37.405%2C43.828c-0.444-2.722-1.026-5.201-1.743-5.737c-1.057-0.797-4.258-1.999-6.819-2.985%0D%0A%09%09%09%09c-1.646-0.64-3.021-1.189-3.396-1.487l-1.958%2C5.646l-3.771-3.077l-4.021%2C3.077l-1.889-5.646%0D%0A%09%09%09%09c-0.493%2C0.396-2.694%2C1.208-4.965%2C2.091c0.083%2C0.193%2C0.118%2C0.299%2C0.118%2C0.299s-0.035-0.104-0.118-0.299%0D%0A%09%09%09%09c-2.173%2C0.84-4.41%2C1.743-5.257%2C2.382c-0.813%2C0.612-1.458%2C3.737-1.91%2C6.882c-0.521%2C3.563-0.792%2C7.154-0.792%2C7.154h18.715h0.007%0D%0A%09%09%09%09h0.035h0.007h18.715C38.363%2C52.127%2C38.03%2C47.725%2C37.405%2C43.828z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M16.537%2C15.029l1.986-0.028c0.708%2C1.451%2C2.611%2C3.701%2C7.577%2C3.701c0.549%2C0%2C1.132-0.028%2C1.756-0.083%0D%0A%09%09%09%09c-0.813-4.833-4.187-8.452-8.229-8.452c-4.111%2C0-7.528%2C3.736-8.264%2C8.674l0.215%2C0.007C14.76%2C18.849%2C16.517%2C15.079%2C16.537%2C15.029z%0D%0A%09%09%09%09%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M19.628%2C31.516c4.646%2C0%2C8.417-4.777%2C8.417-10.673v-0.035c-0.674%2C0.056-1.307%2C0.09-1.903%2C0.09%0D%0A%09%09%09%09c-4.674%2C0-7.222-1.778-8.563-3.354c-1.069%2C1.5-3.049%2C3.514-5.979%2C3.514c-0.125%2C0-0.25-0.014-0.382-0.021%0D%0A%09%09%09%09C11.301%2C26.842%2C15.03%2C31.516%2C19.628%2C31.516z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M50.884%2C46.461c0%2C0.555-0.45%2C1.005-1.005%2C1.005H20.635c-0.555%2C0-1.007-0.45-1.007-1.005V29.279%0D%0A%09%09%09c0-0.555%2C0.452-1.006%2C1.007-1.006h29.243c0.555%2C0%2C1.005%2C0.451%2C1.005%2C1.006L50.884%2C46.461L50.884%2C46.461z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M33.309%2C41.036c-1.035-0.276-2.854-0.806-3.14-1.132s-0.521-0.417-0.423-0.931%0D%0A%09%09%09%09c0.097-0.507%2C1.229-1.694%2C1.229-2.903c0-1.014-0.146-2.84-2.083-2.967v-0.006l-0.118-0.009h-0.049h-0.041l-0.118%2C0.009v0.006%0D%0A%09%09%09%09c-1.938%2C0.127-2.083%2C1.954-2.083%2C2.967c0%2C1.208%2C1.131%2C2.396%2C1.229%2C2.903c0.099%2C0.514-0.14%2C0.604-0.423%2C0.931%0D%0A%09%09%09%09c-0.284%2C0.326-2.104%2C0.854-3.139%2C1.132c-1.042%2C0.278-0.993%2C0.911-0.993%2C0.911v1.452h11.146v-1.452%0D%0A%09%09%09%09C34.301%2C41.946%2C34.35%2C41.314%2C33.309%2C41.036z%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2239.453%22%20y%3D%2233.092%22%20fill%3D%22%23FFFFFF%22%20width%3D%226.743%22%20height%3D%221.195%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2235.259%22%20y%3D%2236.134%22%20fill%3D%22%23FFFFFF%22%20width%3D%2210.938%22%20height%3D%221.201%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2237.946%22%20y%3D%2239.058%22%20fill%3D%22%23FFFFFF%22%20width%3D%228.235%22%20height%3D%221.195%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%2237.961%22%20y%3D%2242.169%22%20fill%3D%22%23FFFFFF%22%20width%3D%228.234%22%20height%3D%221.2%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Goal%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M5.211%2C31.313c0-11.701%2C9.327-21.188%2C20.834-21.188c11.506%2C0%2C20.833%2C9.486%2C20.833%2C21.188%0D%0A%09%09%09%09c0%2C11.694-9.327%2C21.181-20.833%2C21.181C14.538%2C52.493%2C5.211%2C43.007%2C5.211%2C31.313z%22/%3E%0D%0A%09%09%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2226.045%2C32.549%2040.968%2C47.541%2036.496%2C51.055%2026.697%2C53.875%2016.669%2C51.688%2011.288%2C47.598%20%09%09%09%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M16.885%2C31.277c0-5.299%2C4.104-9.597%2C9.16-9.597c5.055%2C0%2C9.158%2C4.298%2C9.158%2C9.597%0D%0A%09%09%09c0%2C5.307-4.104%2C9.604-9.158%2C9.604C20.989%2C40.882%2C16.885%2C36.584%2C16.885%2C31.277z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M23.003%2C52.625h-2.292l8.299-20h2.264L23.003%2C52.625z%20M32.412%2C52.243c-3.743%2C0-4.75-2.64-4.75-5.632%0D%0A%09%09%09%09c0-2.806%2C1.007-5.688%2C4.771-5.688c3.8%2C0%2C4.64%2C2.966%2C4.64%2C5.688C37.072%2C49.521%2C35.912%2C52.243%2C32.412%2C52.243z%20M32.433%2C43.035%0D%0A%09%09%09%09c-1.763%2C0-2.028%2C2.008-2.028%2C3.598c0%2C2.008%2C0.348%2C3.521%2C2.028%2C3.521c1.556%2C0%2C1.903-1.702%2C1.903-3.542%0D%0A%09%09%09%09C34.336%2C45.069%2C34.148%2C43.035%2C32.433%2C43.035z%20M19.76%2C44.931c-3.743%2C0-4.743-2.667-4.743-5.604c0-2.826%2C1-5.715%2C4.771-5.715%0D%0A%09%09%09%09c3.792%2C0%2C4.639%2C2.973%2C4.639%2C5.688C24.426%2C42.188%2C23.267%2C44.931%2C19.76%2C44.931z%20M19.788%2C35.729c-1.771%2C0-2.028%2C2.008-2.028%2C3.598%0D%0A%09%09%09%09c0%2C2.008%2C0.34%2C3.493%2C2.028%2C3.493c1.555%2C0%2C1.896-1.708%2C1.896-3.493C21.683%2C37.764%2C21.496%2C35.729%2C19.788%2C35.729z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22IP_questions%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M0%2C42h28.424V0H0V42z%20M5.147%2C15.554h4.584v4.473H5.147V15.554z%20M11.824%2C17.108h10.493v1.365H11.824V17.108%0D%0A%09%09%09z%20M5.147%2C23.724h4.584v4.662H5.147V23.724z%20M11.824%2C25.277h10.493v1.553H11.824V25.277z%20M5.147%2C32.081h4.584v4.474H5.147V32.081z%0D%0A%09%09%09%20M11.824%2C33.445h10.493v1.556H11.824V33.445z%22/%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%2307A9E0%22%20points%3D%2222.316%2C26.83%2017.547%2C26.83%2017.596%2C26.411%2018.35%2C25.277%2022.316%2C25.277%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2216.984%2C31.604%2017.547%2C26.83%2022.316%2C26.83%2022.316%2C25.277%2018.35%2C25.277%2028.424%2C10.766%20%0D%0A%09%09%0928.424%2C19.376%2021.61%2C29.238%20%09%09%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%2307A9E0%22%20d%3D%22M28.424%2C19.446v-0.07V19.446z%20M28.424%2C19.376v-8.61l2.196-3.248c0.473-0.679%2C1.208-1.043%2C1.969-1.043%0D%0A%09%09%09%09%09c0.48%2C0%2C0.955%2C0.147%2C1.38%2C0.448c1.099%2C0.784%2C1.358%2C2.324%2C0.591%2C3.437l0.034%2C0.007L28.424%2C19.376z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2228.424%2C9.212%2028.424%2C6.454%2028.513%2C6.272%2029.806%2C7.189%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2222.666%2C14.756%2028.424%2C6.454%2028.424%2C9.212%2024.607%2C14.721%20%09%09%22/%3E%0D%0A%09%09%3Crect%20x%3D%225.339%22%20y%3D%224.473%22%20fill%3D%22%23F9F8F4%22%20width%3D%221.146%22%20height%3D%225.25%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M8.969%2C5.25V7h0.79c0.398%2C0%2C0.769-0.252%2C0.769-0.868c0-0.602-0.343-0.882-0.803-0.882H8.969z%0D%0A%09%09%09%09%20M9.971%2C7.777H9.038l0.006%2C1.946H8.008v-5.25h1.874c1.18%2C0%2C1.771%2C0.658%2C1.771%2C1.645C11.652%2C6.874%2C11.186%2C7.777%2C9.971%2C7.777z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M14.192%2C6.391L13.89%2C5.25h-0.034L13.54%2C6.433l-0.384%2C1.344h1.42L14.192%2C6.391z%20M15.159%2C9.723%0D%0A%09%09%09%09l-0.364-1.169h-1.88l-0.364%2C1.169h-1.104l1.757-5.25h1.393l1.703%2C5.25H15.159z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Layer_4%22%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M26.033%2C18.674c-0.938%2C0-2.153-0.625-2.701-1.396l-0.729-1.028c-0.548-0.764-1.764-1.389-2.701-1.389%0D%0A%09%09%09H12.27c-0.938%2C0-1.931%2C0.736-2.194%2C1.632l-0.167%2C0.542c-0.271%2C0.903-1.257%2C1.639-2.194%2C1.639H7.45%0D%0A%09%09%09c-0.938%2C0-1.708%2C0.771-1.708%2C1.708v22.577c0%2C0.943%2C0.771%2C1.715%2C1.708%2C1.715h34.563c0.943%2C0%2C1.715-0.771%2C1.715-1.715V20.382%0D%0A%09%09%09c0-0.938-0.77-1.708-1.715-1.708H26.033z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M32.776%2C42.181c-4.236%2C0-7.674-3.438-7.674-7.675c0-4.242%2C3.438-7.672%2C7.674-7.672%0D%0A%09%09%09c4.237%2C0%2C7.675%2C3.43%2C7.675%2C7.672C40.45%2C38.743%2C37.013%2C42.181%2C32.776%2C42.181z%20M42.158%2C39.632c0.819-1.521%2C1.285-3.264%2C1.285-5.118%0D%0A%09%09%09c0-5.965-4.834-10.798-10.799-10.798s-10.799%2C4.833-10.799%2C10.798s4.834%2C10.806%2C10.799%2C10.806c1.848%2C0%2C3.59-0.472%2C5.117-1.291%0D%0A%09%09%09l6.861%2C6.869l4.403-4.396L42.158%2C39.632z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}
.ico-portfolio {
  width: 72px;
  height: 63px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2275px%22%20height%3D%2275px%22%20viewBox%3D%220%200%2075%2075%22%20enable-background%3D%22new%200%200%2075%2075%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22yourself%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M53.475%2C55.533c-0.641-3.92-1.479-7.49-2.511-8.262c-1.521-1.148-6.13-2.879-9.819-4.299%20%20%20%20c-2.369-0.92-4.351-1.711-4.891-2.141l-2.82%2C8.131l-5.43-4.431l-5.79%2C4.431l-2.72-8.131c-0.71%2C0.57-3.88%2C1.74-7.15%2C3.01%20%20%20%20c0.12%2C0.28%2C0.17%2C0.43%2C0.17%2C0.43s-0.05-0.148-0.17-0.43c-3.13%2C1.211-6.35%2C2.51-7.57%2C3.43c-1.17%2C0.881-2.1%2C5.381-2.75%2C9.91%20%20%20%20c-0.75%2C5.131-1.14%2C10.301-1.14%2C10.301h26.95h0.01h0.05h0.01h26.95C54.855%2C67.482%2C54.375%2C61.143%2C53.475%2C55.533z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M23.424%2C14.062l2.86-0.04c1.02%2C2.09%2C3.76%2C5.33%2C10.91%2C5.33c0.79%2C0%2C1.63-0.04%2C2.529-0.12%20%20%20%20c-1.17-6.96-6.029-12.17-11.85-12.17c-5.92%2C0-10.84%2C5.38-11.9%2C12.49l0.31%2C0.01C20.865%2C19.562%2C23.395%2C14.133%2C23.424%2C14.062z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M27.875%2C37.803c6.69%2C0%2C12.12-6.88%2C12.12-15.37v-0.05c-0.97%2C0.08-1.88%2C0.13-2.74%2C0.13%20%20%20%20c-6.73%2C0-10.4-2.56-12.33-4.83c-1.54%2C2.16-4.39%2C5.06-8.61%2C5.06c-0.18%2C0-0.36-0.02-0.55-0.03%20%20%20%20C15.884%2C31.073%2C21.254%2C37.803%2C27.875%2C37.803z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M72.884%2C59.323c0%2C0.8-0.649%2C1.448-1.448%2C1.448h-42.11c-0.8%2C0-1.45-0.648-1.45-1.448v-24.74%20%20%20c0-0.8%2C0.65-1.45%2C1.45-1.45h42.11c0.799%2C0%2C1.448%2C0.65%2C1.448%2C1.45V59.323z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.575%2C51.512c-1.49-0.398-4.11-1.16-4.521-1.629c-0.41-0.471-0.75-0.601-0.609-1.341%20%20%20%20c0.14-0.729%2C1.77-2.44%2C1.77-4.181c0-1.459-0.21-4.09-3-4.271v-0.01l-0.17-0.011h-0.07h-0.06l-0.17%2C0.011v0.01%20%20%20%20c-2.79%2C0.181-3%2C2.812-3%2C4.271c0%2C1.74%2C1.63%2C3.451%2C1.771%2C4.181c0.141%2C0.74-0.201%2C0.87-0.609%2C1.341%20%20%20%20c-0.41%2C0.469-3.03%2C1.229-4.521%2C1.629c-1.5%2C0.4-1.43%2C1.312-1.43%2C1.312v2.09h16.05v-2.09%20%20%20%20C49.004%2C52.823%2C49.075%2C51.913%2C47.575%2C51.512z%22%2F%3E%20%20%20%3Crect%20x%3D%2256.424%22%20y%3D%2240.073%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.71%22%20height%3D%221.72%22%2F%3E%20%20%20%3Crect%20x%3D%2250.384%22%20y%3D%2244.453%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.75%22%20height%3D%221.729%22%2F%3E%20%20%20%3Crect%20x%3D%2254.254%22%20y%3D%2248.663%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.721%22%2F%3E%20%20%20%3Crect%20x%3D%2254.275%22%20y%3D%2253.143%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.858%22%20height%3D%221.729%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Goal%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M7.115%2C37.51c0-16.85%2C13.43-30.51%2C30-30.51s30%2C13.66%2C30%2C30.51c0%2C16.84-13.43%2C30.5-30%2C30.5%20%20%20%20S7.115%2C54.35%2C7.115%2C37.51z%22%2F%3E%20%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2237.115%2C39.29%2058.605%2C60.88%2052.165%2C65.939%2038.055%2C70%2023.615%2C66.85%2015.865%2C60.96%20%20%20%20%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M23.925%2C37.46c0-7.63%2C5.91-13.82%2C13.19-13.82c7.279%2C0%2C13.189%2C6.19%2C13.189%2C13.82%20%20%20c0%2C7.64-5.91%2C13.83-13.189%2C13.83C29.835%2C51.29%2C23.925%2C45.1%2C23.925%2C37.46z%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M32.735%2C68.2h-3.3l11.95-28.8h3.26L32.735%2C68.2z%20M46.285%2C67.65c-5.391%2C0-6.84-3.801-6.84-8.11%20%20%20%20c0-4.04%2C1.449-8.19%2C6.869-8.19c5.471%2C0%2C6.681%2C4.271%2C6.681%2C8.19C52.995%2C63.73%2C51.325%2C67.65%2C46.285%2C67.65z%20M46.314%2C54.391%20%20%20%20c-2.539%2C0-2.92%2C2.89-2.92%2C5.18c0%2C2.89%2C0.5%2C5.07%2C2.92%2C5.07c2.24%2C0%2C2.74-2.451%2C2.74-5.101%20%20%20%20C49.055%2C57.32%2C48.785%2C54.391%2C46.314%2C54.391z%20M28.065%2C57.12c-5.39%2C0-6.83-3.84-6.83-8.07c0-4.069%2C1.44-8.229%2C6.87-8.229%20%20%20%20c5.46%2C0%2C6.68%2C4.279%2C6.68%2C8.189C34.785%2C53.17%2C33.115%2C57.12%2C28.065%2C57.12z%20M28.105%2C43.87c-2.55%2C0-2.92%2C2.89-2.92%2C5.18%20%20%20%20c0%2C2.89%2C0.49%2C5.03%2C2.92%2C5.03c2.24%2C0%2C2.73-2.46%2C2.73-5.03C30.835%2C46.8%2C30.565%2C43.87%2C28.105%2C43.87z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22IP_questions%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M14.293%2C67.5h41.42v-60h-41.42V67.5z%20M21.793%2C29.72h6.68v6.39h-6.68V29.72z%20M31.523%2C31.94h15.29v1.95%20%20%20h-15.29V31.94z%20M21.793%2C41.391h6.68v6.659h-6.68V41.391z%20M31.523%2C43.609h15.29v2.221h-15.29V43.609z%20M21.793%2C53.33h6.68v6.39%20%20%20h-6.68V53.33z%20M31.523%2C55.28h15.29v2.22h-15.29V55.28z%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2246.812%2C45.83%2039.863%2C45.83%2039.934%2C45.23%2041.034%2C43.609%2046.812%2C43.609%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%2307A9E0%22%20points%3D%2239.043%2C52.65%2039.863%2C45.83%2046.812%2C45.83%2046.812%2C43.609%2041.034%2C43.609%2055.713%2C22.88%2055.713%2C35.18%20%20%20%2045.784%2C49.27%20%20%20%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%2307A9E0%22%20d%3D%22M55.713%2C35.28v-0.1V35.28z%20M55.713%2C35.18v-12.3l3.2-4.64c0.69-0.97%2C1.76-1.49%2C2.87-1.49%20%20%20%20%20c0.699%2C0%2C1.39%2C0.21%2C2.01%2C0.64c1.6%2C1.12%2C1.98%2C3.32%2C0.859%2C4.91l0.051%2C0.01L55.713%2C35.18z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2255.713%2C20.66%2055.713%2C16.72%2055.843%2C16.46%2057.725%2C17.77%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2247.323%2C28.58%2055.713%2C16.72%2055.713%2C20.66%2050.152%2C28.53%20%20%20%22%2F%3E%20%20%3Crect%20x%3D%2222.073%22%20y%3D%2213.89%22%20fill%3D%22%23F9F8F4%22%20width%3D%221.67%22%20height%3D%227.5%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M27.363%2C15v2.5h1.15c0.58%2C0%2C1.12-0.36%2C1.12-1.24c0-0.86-0.5-1.26-1.17-1.26H27.363z%20M28.823%2C18.61h-1.36%20%20%20%20l0.01%2C2.78h-1.51v-7.5h2.73c1.72%2C0%2C2.58%2C0.94%2C2.58%2C2.35C31.273%2C17.32%2C30.593%2C18.61%2C28.823%2C18.61z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23F9F8F4%22%20d%3D%22M34.974%2C16.63L34.534%2C15h-0.05l-0.46%2C1.69l-0.56%2C1.92h2.07L34.974%2C16.63z%20M36.383%2C21.39l-0.53-1.67h-2.74%20%20%20%20l-0.53%2C1.67h-1.61l2.56-7.5h2.03l2.48%2C7.5H36.383z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M30.069%2C43.12c0-8.59%2C6.96-15.55%2C15.55-15.55s15.55%2C6.96%2C15.55%2C15.55c0%2C2.67-0.67%2C5.18-1.851%2C7.37%20%20l3.261%2C3.261V21.77c0-1.35-1.11-2.46-2.47-2.46h-23.01c-1.35%2C0-3.1-0.9-3.89-2.01l-1.05-1.48c-0.79-1.1-2.54-2-3.89-2h-10.99%20%20c-1.35%2C0-2.78%2C1.06-3.16%2C2.35l-0.24%2C0.78c-0.39%2C1.3-1.81%2C2.36-3.16%2C2.36h-0.38c-1.35%2C0-2.46%2C1.11-2.46%2C2.46v32.51%20%20c0%2C1.36%2C1.11%2C2.47%2C2.46%2C2.47h27.783C33.322%2C54.101%2C30.069%2C48.99%2C30.069%2C43.12z%22%2F%3E%20%3Cpath%20fill%3D%22%23CEC4BB%22%20d%3D%22M45.809%2C32.06c-6.1%2C0-11.05%2C4.94-11.05%2C11.049c0%2C6.101%2C4.95%2C11.051%2C11.05%2C11.051%20%20c6.101%2C0%2C11.051-4.95%2C11.051-11.051C56.859%2C37%2C51.909%2C32.06%2C45.809%2C32.06z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M62.579%2C53.751v0.529c0%2C1.36-1.11%2C2.47-2.47%2C2.47H38.122c2.224%2C1.228%2C4.777%2C1.93%2C7.497%2C1.93%20%20c2.66%2C0%2C5.17-0.68%2C7.369-1.859l9.881%2C9.89l6.34-6.33L62.579%2C53.751z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M62.579%2C54.28v-0.529l-3.261-3.261c1.181-2.19%2C1.851-4.7%2C1.851-7.37c0-8.59-6.96-15.55-15.55-15.55%20%20s-15.55%2C6.96-15.55%2C15.55c0%2C5.87%2C3.253%2C10.98%2C8.053%2C13.63h21.987C61.469%2C56.75%2C62.579%2C55.641%2C62.579%2C54.28z%20M45.809%2C54.16%20%20c-6.1%2C0-11.05-4.95-11.05-11.051c0-6.109%2C4.95-11.049%2C11.05-11.049c6.101%2C0%2C11.051%2C4.94%2C11.051%2C11.049%20%20C56.859%2C49.21%2C51.909%2C54.16%2C45.809%2C54.16z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-compass-laptop {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249px%22%20height%3D%2232px%22%20viewBox%3D%220.678%209.282%2049%2032%22%20enable-background%3D%22new%200.678%209.282%2049%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M33.049%2C21.437l-1.227%2C0.343c0%2C0.206%2C0%2C0.412%2C0%2C0.618c0%2C0.206%2C0%2C0.413%2C0%2C0.618l1.227%2C0.344V21.437z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M31.822%2C21.78l-2.113%2C0.618l2.113%2C0.618c0-0.206%2C0-0.412%2C0-0.618C31.89%2C22.192%2C31.822%2C21.986%2C31.822%2C21.78%20%20%20z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M31.822%2C21.78l-2.113%2C0.618l2.113%2C0.618c0-0.206%2C0-0.412%2C0-0.618C31.89%2C22.192%2C31.822%2C21.986%2C31.822%2C21.78%20%20%20z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M24.121%2C14.844L24.121%2C14.844v0.893c0.205%2C0%2C0.34-0.069%2C0.545-0.069V15.6%20%20%20C24.461%2C15.325%2C24.326%2C15.119%2C24.121%2C14.844z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M26.165%2C16.629L26.165%2C16.629l0.068-0.961c-0.204%2C0-0.408-0.068-0.681-0.068c0%2C0%2C0%2C0.068%2C0.067%2C0.068%20%20%20L26.165%2C16.629z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M27.12%2C13.471h-0.955v2.197c0.342%2C0.069%2C0.614%2C0.138%2C0.955%2C0.207V13.471z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M24.121%2C14.844L24.121%2C14.844c0.205%2C0.275%2C0.34%2C0.481%2C0.477%2C0.756v0.068c0.205%2C0%2C0.341%2C0%2C0.545%2C0%20%20%20c0.136%2C0%2C0.272%2C0%2C0.341%2C0c-0.478-0.755-0.886-1.441-1.363-2.128h-0.954v2.472c0.272-0.068%2C0.613-0.137%2C0.954-0.206V14.844z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M24.121%2C18.072v-2.404c-0.341%2C0.069-0.613%2C0.138-0.954%2C0.207v2.197H24.121z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M24.598%2C15.668l1.5%2C2.404h0.952v-2.129c-0.34-0.068-0.612-0.137-0.952-0.206v0.961h-0.069l-0.545-0.961%20%20%20c0%2C0%2C0-0.069-0.068-0.069c-0.136%2C0-0.272%2C0-0.341%2C0C25.007%2C15.6%2C24.803%2C15.6%2C24.598%2C15.668z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2220.509%2C27.136%2025.688%2C22.947%2024.667%2C21.848%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M30.254%2C17.934l2.317-2.953l-2.93%2C2.334C29.846%2C17.522%2C30.05%2C17.728%2C30.254%2C17.934z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M20.1%2C26.861l-2.181%2C2.884l2.862-2.266C20.509%2C27.274%2C20.305%2C27.067%2C20.1%2C26.861z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M30.254%2C17.934c-0.204-0.206-0.408-0.48-0.681-0.687l-5.316%2C4.12L20.1%2C26.793%20%20%20c0.205%2C0.206%2C0.409%2C0.412%2C0.613%2C0.617l5.385-4.188L30.254%2C17.934z%20M20.509%2C27.136l4.157-5.288l1.022%2C1.03L20.509%2C27.136z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M30.254%2C17.934c-0.204-0.206-0.408-0.48-0.681-0.687l-5.316%2C4.12L20.1%2C26.793%20%20%20c0.205%2C0.206%2C0.409%2C0.412%2C0.613%2C0.617l5.385-4.188L30.254%2C17.934z%20M20.509%2C27.136l4.157-5.288l1.022%2C1.03L20.509%2C27.136z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M31.822%2C21.78c-0.137-1.442-0.682-2.747-1.568-3.777l-4.089%2C5.356l-5.383%2C4.188%20%20%20c1.022%2C0.893%2C2.385%2C1.511%2C3.816%2C1.648l0.545-1.991l0.545%2C1.991c3.271-0.275%2C5.861-2.885%2C6.134-6.112l-2.113-0.618L31.822%2C21.78z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M24.598%2C29.127l-0.409%2C1.374h1.84l-0.409-1.374c-0.204%2C0-0.34%2C0-0.545%2C0%20%20%20C24.939%2C29.127%2C24.803%2C29.127%2C24.598%2C29.127z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M24.598%2C29.127c0.205%2C0%2C0.341%2C0%2C0.545%2C0c0.204%2C0%2C0.341%2C0%2C0.545%2C0l-0.545-1.991L24.598%2C29.127z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M24.598%2C29.127c0.205%2C0%2C0.341%2C0%2C0.545%2C0c0.204%2C0%2C0.341%2C0%2C0.545%2C0l-0.545-1.991L24.598%2C29.127z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M27.12%2C15.943v2.129h-0.955l-1.499-2.404c-0.205%2C0-0.341%2C0.069-0.545%2C0.069v2.335h-0.954v-2.129%20%20%20c-2.589%2C0.824-4.43%2C3.09-4.703%2C5.837l2.113%2C0.618l-2.113%2C0.618c0.137%2C1.511%2C0.75%2C2.815%2C1.636%2C3.846l4.157-5.425l5.316-4.121%20%20%20C28.892%2C16.698%2C28.073%2C16.217%2C27.12%2C15.943z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M18.464%2C21.78l-1.226-0.343v1.854l1.226-0.343c0-0.206%2C0-0.412%2C0-0.618%20%20%20C18.464%2C22.192%2C18.464%2C21.986%2C18.464%2C21.78z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M18.464%2C21.78c0%2C0.206%2C0%2C0.412%2C0%2C0.618c0%2C0.206%2C0%2C0.413%2C0%2C0.618l2.113-0.618L18.464%2C21.78z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M18.464%2C21.78c0%2C0.206%2C0%2C0.412%2C0%2C0.618c0%2C0.206%2C0%2C0.413%2C0%2C0.618l2.113-0.618L18.464%2C21.78z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M45.384%2C33.315V11.411v-0.549c0-0.893-0.682-1.58-1.567-1.58H25.211l0%2C0H6.675%20%20%20c-0.886%2C0-1.568%2C0.687-1.568%2C1.58v0.549v21.905l-4.429%2C4.533v1.854c0%2C0%2C0%2C1.579%2C1.567%2C1.579h22.966l0%2C0H48.11%20%20%20c1.567%2C0%2C1.567-1.579%2C1.567-1.579v-1.854L45.384%2C33.315z%20M42.454%2C32.011H25.211l0%2C0H7.97V12.166h17.242l0%2C0h17.243V32.011z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 49px;
  height: 32px;
}
.icon-pie,
.ico-chart {
  background-image: url("../images/bg/life-priority-icon__giving.svg");
}
.ico-nest {
  background-image: url("../images/bg/life-priority-icon__finances.svg");
}
.ico-merge {
  width: 63px;
  height: 70px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2270px%22%20%20height%3D%2270px%22%20viewBox%3D%22-3.5%200%2070%2070%22%20enable-background%3D%22new%20-3.5%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer_1%22%20display%3D%22none%22%3E%20%3Cg%20display%3D%22inline%22%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M34.34%2C68.811H12.28V23.22c3.39%2C18.62%2C13.08%2C30.23%2C22.06%2C37.23V68.811z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M52.1%2C70c0%2C0-8.49-2.32-17.76-9.55V23.22h12.27H34.34v0.22c0.01%2C1.7%2C0.42%2C13.82%2C10.08%2C21.8%20%20%20%20%20C54.83%2C53.83%2C63%2C55.68%2C63%2C55.68L52.1%2C70z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M34.34%2C60.45c-8.98-7-18.67-18.61-22.06-37.23h-1.44H0L23.3%2C0l23.31%2C23.22H34.34V60.45z%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M34.34%2C60.45c-8.98-7-18.67-18.61-22.06-37.23h-1.44H0L23.3%2C0l23.31%2C23.22H34.34V60.45z%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Layer_2%22%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M43.168%2C31.106c0%2C3.749-3.041%2C6.789-6.79%2C6.789c-3.745%2C0-6.786-3.04-6.786-6.789%20%20%20c0-3.749%2C3.041-6.789%2C6.786-6.789C40.127%2C24.317%2C43.168%2C27.357%2C43.168%2C31.106%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M17.937%2C31.106c0-10.168%2C8.274-18.444%2C18.441-18.444c10.173%2C0%2C18.448%2C8.275%2C18.448%2C18.444%20%20%20%20c0%2C10.167-8.275%2C18.441-18.448%2C18.441c-4.543%2C0-8.702-1.66-11.919-4.396v7.129c3.525%2C1.991%2C7.59%2C3.135%2C11.919%2C3.135%20%20%20%20c13.409%2C0%2C24.312-10.906%2C24.312-24.309c0-13.408-10.903-24.311-24.312-24.311c-13.405%2C0-24.309%2C10.903-24.309%2C24.311%20%20%20%20c0%2C3.813%2C0.885%2C7.423%2C2.457%2C10.639h6.816C19.206%2C38.735%2C17.937%2C35.069%2C17.937%2C31.106z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M50.514%2C31.106c0-7.794-6.344-14.134-14.136-14.134c-7.79%2C0-14.131%2C6.34-14.131%2C14.134%20%20%20%20c0%2C7.789%2C6.342%2C14.128%2C14.131%2C14.128C44.17%2C45.234%2C50.514%2C38.895%2C50.514%2C31.106z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M54.826%2C31.106c0-10.168-8.275-18.444-18.448-18.444c-10.167%2C0-18.441%2C8.275-18.441%2C18.444%20%20%20%20c0%2C3.963%2C1.269%2C7.629%2C3.406%2C10.639h3.116v3.406c3.218%2C2.735%2C7.376%2C4.396%2C11.919%2C4.396C46.551%2C49.547%2C54.826%2C41.273%2C54.826%2C31.106%20%20%20%20z%20M22.247%2C31.106c0-7.794%2C6.342-14.134%2C14.131-14.134c7.792%2C0%2C14.136%2C6.34%2C14.136%2C14.134c0%2C7.789-6.344%2C14.128-14.136%2C14.128%20%20%20%20C28.588%2C45.234%2C22.247%2C38.895%2C22.247%2C31.106z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.378%2C2.486c-15.782%2C0-28.62%2C12.84-28.62%2C28.62c0%2C3.759%2C0.736%2C7.347%2C2.059%2C10.639h4.709%20%20%20%20c-1.572-3.216-2.457-6.826-2.457-10.639c0-13.408%2C10.904-24.311%2C24.309-24.311c13.409%2C0%2C24.312%2C10.903%2C24.312%2C24.311%20%20%20%20c0%2C13.403-10.903%2C24.309-24.312%2C24.309c-4.329%2C0-8.395-1.144-11.919-3.135v4.835c3.631%2C1.671%2C7.667%2C2.61%2C11.919%2C2.61%20%20%20%20C52.16%2C59.726%2C65%2C46.885%2C65%2C31.106C65%2C15.326%2C52.16%2C2.486%2C36.378%2C2.486z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M24.458%2C52.28v-7.129c-1.176-0.999-2.221-2.146-3.116-3.406h-6.816%20%20%20%20C16.695%2C46.181%2C20.176%2C49.859%2C24.458%2C52.28z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M9.817%2C41.745H6.134l4.797%2C4.792L-2%2C59.468l8.162%2C8.153l12.925-12.924l5.371%2C5.371v-2.953%20%20%20%20C17.824%2C54.062%2C12.552%2C48.547%2C9.817%2C41.745z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M21.343%2C41.745c0.895%2C1.261%2C1.939%2C2.407%2C3.116%2C3.406v-3.406H21.343z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M14.526%2C41.745H9.817c2.735%2C6.802%2C8.007%2C12.317%2C14.642%2C15.37V52.28%20%20%20%20C20.176%2C49.859%2C16.695%2C46.181%2C14.526%2C41.745z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-merge.white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2072%2070%22%20enable-background%3D%22new%200%200%2072%2070%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M48.537%2C30.757c0%2C4.029-3.268%2C7.294-7.295%2C7.294s-7.294-3.265-7.294-7.294c0-4.026%2C3.267-7.294%2C7.294-7.294%20%20S48.537%2C26.73%2C48.537%2C30.757%22%2F%3E%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2227.237%2C43.383%208.741%2C43.383%2013.894%2C47.342%200%2C61.238%208.77%2C70%2022.66%2C56.11%2027.237%2C61.881%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M41.242%2C0C24.28%2C0%2C10.485%2C13.799%2C10.485%2C30.757c0%2C3.7%2C0.658%2C7.249%2C1.86%2C10.538h5%20%20c-1.43-3.227-2.229-6.789-2.229-10.538c0-14.407%2C11.719-26.126%2C26.125-26.126c14.407%2C0%2C26.124%2C11.719%2C26.124%2C26.126%20%20c0%2C14.407-11.717%2C26.124-26.124%2C26.124c-4.291%2C0-8.341-1.046-11.915-2.888v5.118c3.665%2C1.547%2C7.692%2C2.401%2C11.915%2C2.401%20%20c16.959%2C0%2C30.758-13.799%2C30.758-30.757C71.999%2C13.798%2C58.201%2C0%2C41.242%2C0%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M41.242%2C10.938c-10.928%2C0-19.816%2C8.892-19.816%2C19.818c0%2C3.875%2C1.132%2C7.481%2C3.062%2C10.538h3.944%20%20c0.494%2C0%2C0.896%2C0.401%2C0.896%2C0.896v4.365c3.321%2C2.514%2C7.44%2C4.021%2C11.915%2C4.021c10.931%2C0%2C19.818-8.893%2C19.818-19.819%20%20C61.06%2C19.83%2C52.173%2C10.938%2C41.242%2C10.938%20M41.242%2C45.944c-8.373%2C0-15.188-6.814-15.188-15.188c0-8.375%2C6.814-15.188%2C15.188-15.188%20%20c8.372%2C0%2C15.192%2C6.813%2C15.192%2C15.188C56.434%2C39.129%2C49.614%2C45.944%2C41.242%2C45.944%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-add-goal {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2241px%22%20height%3D%2243.5px%22%20viewBox%3D%220%200%2041%2043.5%22%20enable-background%3D%22new%200%200%2041%2043.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC4BB%22%20d%3D%22M18.24%2C34.15v2.45h-1.98v-2.43c-1.75-0.07-3.61-0.44-5.11-1.25%20%20%20l0.91-2.46c2.13%2C0.94%2C3.9%2C1.06%2C4.93%2C1.06c1.62%2C0%2C2.7-0.59%2C2.7-2.13c0-1.28-1-1.75-2.5-2.19c-2.95-0.81-5.6-1.45-5.6-4.76%20%20%20c0-2.63%2C1.67-4.49%2C4.67-4.84v-2.47h1.98v2.45c1.31%2C0.1%2C2.8%2C0.42%2C4%2C1.08l-0.9%2C2.35c-1.77-0.71-2.87-0.78-3.98-0.78%20%20%20c-1.43%2C0-2.36%2C0.71-2.36%2C2.06c0%2C1.25%2C1.48%2C1.64%2C3.05%2C2.04c2.06%2C0.51%2C5.08%2C1.25%2C5.08%2C5.06C23.13%2C32.11%2C21.21%2C33.83%2C18.24%2C34.15z%20%20%20%20M32.67%2C27.63c0.07-0.58%2C0.11-1.16%2C0.11-1.75v-0.01v-0.02c0-0.49-0.03-0.97-0.08-1.45l-0.05-0.46c-0.04-0.33-0.09-0.66-0.15-0.98%20%20%20l-0.11-0.51c-0.07-0.31-0.15-0.62-0.24-0.93l-0.13-0.45c-0.12-0.39-0.26-0.77-0.42-1.14l-0.06-0.17c-0.18-0.43-0.39-0.84-0.6-1.25%20%20%20l-0.21-0.37c-0.16-0.28-0.33-0.56-0.51-0.83l-0.27-0.4c-0.18-0.26-0.37-0.51-0.56-0.75L29.1%2C15.8c-0.25-0.29-0.5-0.57-0.76-0.84%20%20%20l-0.17-0.18c-0.33-0.32-0.67-0.63-1.02-0.92l-0.29-0.24c-0.27-0.21-0.54-0.41-0.81-0.6l-0.4-0.26c-0.26-0.18-0.53-0.34-0.81-0.5%20%20%20l-0.4-0.22c-0.33-0.17-0.66-0.33-1-0.48l-0.27-0.12c-0.4-0.17-0.81-0.33-1.22-0.46v0.01c-1.52-0.49-3.13-0.76-4.81-0.76%20%20%20c-8.64%2C0-15.64%2C7-15.64%2C15.63c0%2C8.64%2C7%2C15.64%2C15.64%2C15.64c7.35%2C0%2C13.5-5.08%2C15.17-11.91l0.02%2C0.01l0.05-0.26%20%20%20c0.08-0.38%2C0.15-0.77%2C0.21-1.15C32.61%2C28%2C32.65%2C27.82%2C32.67%2C27.63z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M31.16%2C18.94l-0.22-0.43l-0.21-0.37c-0.16-0.28-0.33-0.56-0.51-0.83l-0.28-0.4%20%20%20c-0.17-0.26-0.36-0.51-0.55-0.75L29.1%2C15.8c-0.25-0.29-0.5-0.57-0.76-0.84l-0.17-0.18c-0.33-0.32-0.67-0.63-1.02-0.92l-0.29-0.24%20%20%20c-0.27-0.21-0.54-0.41-0.81-0.6l-0.4-0.26c-0.26-0.18-0.54-0.34-0.81-0.5l-0.4-0.22c-0.33-0.17-0.66-0.33-1-0.48l-0.26-0.12%20%20%20c-0.36-0.15-0.73-0.29-1.1-0.42c-0.02-0.26-0.03-0.52-0.03-0.79c0-4.82%2C3.9-8.73%2C8.72-8.73s8.73%2C3.91%2C8.73%2C8.73%20%20%20C39.5%2C14.92%2C35.8%2C18.74%2C31.16%2C18.94z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M30.77%2C18.95c-4.55%2C0-8.29-3.48-8.69-7.93c0.37%2C0.13%2C0.74%2C0.27%2C1.1%2C0.42l0.26%2C0.12%20%20%20c0.34%2C0.15%2C0.67%2C0.31%2C1%2C0.48l0.4%2C0.22c0.27%2C0.16%2C0.55%2C0.32%2C0.81%2C0.5l0.4%2C0.26c0.27%2C0.19%2C0.54%2C0.39%2C0.81%2C0.61l0.29%2C0.23%20%20%20c0.35%2C0.29%2C0.69%2C0.6%2C1.02%2C0.92l0.17%2C0.18c0.26%2C0.27%2C0.51%2C0.55%2C0.76%2C0.84l0.29%2C0.36c0.19%2C0.24%2C0.38%2C0.49%2C0.56%2C0.75l0.27%2C0.4%20%20%20c0.18%2C0.27%2C0.35%2C0.55%2C0.51%2C0.83l0.21%2C0.37l0.22%2C0.43L30.77%2C18.95z%22%2F%3E%20%20%3Crect%20x%3D%2226.26%22%20y%3D%229.26%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.03%22%20height%3D%221.93%22%2F%3E%20%20%3Crect%20x%3D%2229.81%22%20y%3D%225.71%22%20fill%3D%22%23FFFFFF%22%20width%3D%221.93%22%20height%3D%229.03%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-add-goal,
.icon-pie,
.ico-nest,
.ico-chart {
  width: 72px;
  height: 72px;
}
.ico-add-goal.s,
.icon-pie.s,
.ico-nest.s,
.ico-chart.s {
  width: 40px;
  height: 40px;
}
.ico-add-goal.xs,
.icon-pie.xs,
.ico-nest.xs,
.ico-chart.xs {
  width: 25px;
  height: 25px;
}
.ico-nest.xs,
.ico-chart.xs,
.ico-merge.xs {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.ico-slider {
  width: 46px;
  height: 46px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22600px%22%20height%3D%22600px%22%20viewBox%3D%220.5%20792.5%20600%20600%22%20enable-background%3D%22new%200.5%20792.5%20600%20600%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M300.5%2C1379.167c-157.334%2C0-286.665-128.001-286.665-286.667c0-158.667%2C129.331-286.667%2C286.665-286.667%20%20%20s286.665%2C128%2C286.665%2C286.667C587.165%2C1251.166%2C459.167%2C1379.167%2C300.5%2C1379.167z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M300.5%2C819.166c150.664%2C0%2C273.335%2C122.668%2C273.335%2C273.334S451.164%2C1365.834%2C300.5%2C1365.834%20%20%20S27.165%2C1243.166%2C27.165%2C1092.5S149.831%2C819.166%2C300.5%2C819.166%20M300.5%2C792.5c-165.332%2C0-300%2C134.667-300%2C300s134.668%2C300%2C300%2C300%20%20%20s300-134.667%2C300-300C600.5%2C927.166%2C465.832%2C792.5%2C300.5%2C792.5L300.5%2C792.5z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%22373.835%22%20y%3D%221005.833%22%20fill%3D%22%230052C2%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22280.5%22%20y%3D%221005.833%22%20fill%3D%22%230052C2%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22187.165%22%20y%3D%221005.833%22%20fill%3D%22%230052C2%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-slider-hover,
.ico-slider:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22600px%22%20height%3D%22600px%22%20viewBox%3D%22-299.5%20492.5%20600%20600%22%20enable-background%3D%22new%20-299.5%20492.5%20600%20600%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M0.5%2C1079.167c-157.333%2C0-286.667-128.001-286.667-286.667c0-158.667%2C129.333-286.667%2C286.667-286.667%20%20%20c157.333%2C0%2C286.666%2C128%2C286.666%2C286.667C287.166%2C951.166%2C159.167%2C1079.167%2C0.5%2C1079.167z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0.5%2C519.166c150.666%2C0%2C273.334%2C122.668%2C273.334%2C273.334S151.166%2C1065.834%2C0.5%2C1065.834%20%20%20c-150.667%2C0-273.333-122.668-273.333-273.334S-150.167%2C519.166%2C0.5%2C519.166%20M0.5%2C492.5c-165.333%2C0-300%2C134.667-300%2C300%20%20%20s134.667%2C300%2C300%2C300c165.333%2C0%2C300-134.667%2C300-300C300.5%2C627.166%2C165.833%2C492.5%2C0.5%2C492.5L0.5%2C492.5z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%2273.833%22%20y%3D%22705.833%22%20fill%3D%22%23012169%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22-19.5%22%20y%3D%22705.833%22%20fill%3D%22%23012169%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22-112.833%22%20y%3D%22705.833%22%20fill%3D%22%23012169%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-slider-disabled,
.ico-slider.disabled {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22600px%22%20height%3D%22600px%22%20viewBox%3D%220%200.5%20600%20600%22%20enable-background%3D%22new%200%200.5%20600%20600%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23ECE6DD%22%20d%3D%22M300%2C586.667C142.667%2C586.667%2C13.333%2C458.666%2C13.333%2C300C13.333%2C141.333%2C142.667%2C13.333%2C300%2C13.333%20%20%20c157.333%2C0%2C286.666%2C128%2C286.666%2C286.667C586.666%2C458.666%2C458.667%2C586.667%2C300%2C586.667z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M300%2C26.667c150.666%2C0%2C273.334%2C122.667%2C273.334%2C273.333c0%2C150.666-122.668%2C273.334-273.334%2C273.334%20%20%20C149.333%2C573.334%2C26.667%2C450.666%2C26.667%2C300C26.667%2C149.333%2C149.333%2C26.667%2C300%2C26.667%20M300%2C0C134.667%2C0%2C0%2C134.667%2C0%2C300%20%20%20s134.667%2C300%2C300%2C300c165.333%2C0%2C300-134.667%2C300-300C600%2C134.667%2C465.333%2C0%2C300%2C0L300%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%22373.333%22%20y%3D%22213.333%22%20fill%3D%22%23D1C9C0%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22280%22%20y%3D%22213.333%22%20fill%3D%22%23D1C9C0%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%20%3Crect%20x%3D%22186.667%22%20y%3D%22213.333%22%20fill%3D%22%23D1C9C0%22%20width%3D%2240%22%20height%3D%22186.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ui-slider-handle:hover {
  cursor: pointer;
  cursor: -webkit-grab;
}
.ui-slider-handle:hover.ui-state-active {
  cursor: -webkit-grabbing;
}
.ico-meter {
  height: 195px;
  width: 100%;
}
.ico-meter-all {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20353.3%2048.2%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3B%7D%20.st1%7Benable-background%3Anew%20%3B%7D%20.st2%7Bfill%3A%23857363%3B%7D%20.st3%7Bfill%3A%23D1C9C0%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M126.8%200h99.7v29.3h-99.7z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M152.8%205.7l-3.4%208.6H147l-3.3-8.5h-.1v8.5h-2.8V.6h3.6l3.7%2010h.2l3.9-10h3.5v13.7h-2.9V5.7zM167.3%209.1v1h-6.4c0%201.5.7%202.3%202.5%202.3%201.1%200%202.1-.2%203.2-.6l.6%201.8c-1.3.7-2.8%201-4.2%201-4%200-4.9-2.3-4.9-5%200-2.2.9-5.2%204.8-5.2%204.1-.1%204.4%202.9%204.4%204.7zm-6.4-.8h3.8c0-1.3-.4-2.2-1.8-2.2s-1.9%201-2%202.2zM175.7%204.9V0h2.9v14.3H176l-.1-.9h-.1c-1%20.8-2.2%201.1-3%201.1-3.1%200-3.9-2.2-3.9-4.8%200-3%201.1-5.4%204.2-5.4.6%200%201.7.1%202.6.6zm0%202c-.5-.3-1.3-.5-2-.5-1%200-2%20.6-2%203.3%200%202.3.9%202.8%201.9%202.8.6%200%201.6-.4%202-.7V6.9zM182.5%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM186.5%2011.2V4.5h2.9v6.1c0%20.9.1%201.8%201.3%201.8.6%200%201.4-.3%202.1-.9v-7h2.9v9.8H193c0-.3%200-.7-.1-1.1h-.1c-1.2%201-2.6%201.3-3.3%201.3-2.6%200-3-1.5-3-3.3zM210%2014.3V8.1c0-1.1-.3-1.6-1.3-1.6-.6%200-1.5.3-2.1.7.1.4.1.9.1%201.3v5.9h-2.8V8c0-.9-.4-1.4-1.2-1.4-.7%200-1.5.3-2.2.7v7.1h-2.9V4.5h2.7l.1%201h.1c1.1-.8%202.5-1.2%203.4-1.2%201.1%200%201.9.4%202.4%201.3%201-.7%202.5-1.3%203.5-1.3%202.6%200%203.1%201.6%203.1%203.5v6.6H210z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M119.4%2028.2h114.4v20H119.4z%22/%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M21%200h72.5v23.1H21z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M38.9%2014.3V.5h3v11.7h7v2.1h-10zM54.7%2014.5c-3.6%200-4.9-2.3-4.9-5.1s1.4-5.1%205-5.1c3.7%200%204.9%202.4%204.9%205.1.1%202.7-1.2%205.1-5%205.1zm.2-8.2c-1.6%200-2.1%201.6-2.1%203.1%200%201.7.3%203.1%202.1%203.1%201.6%200%202-1.5%202-3.1-.1-1.6-.4-3.1-2-3.1zM72%2012l.6-2.9%201.1-4.6h2.8l-2.7%209.8h-3.3l-1.2-4.2-.7-3.2h-.1l-.7%203.2-1.1%204.2h-3.3l-2.7-9.8h2.8L64.6%209l.6%203h.1l.7-3.1%201.2-4.5h2.7L71.2%209l.7%202.9h.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M0%2028.2h114.4v20H0z%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M260.3%200h71.6v29.1h-71.6z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M284.5%2014.3V8.1h-5.3v6.2h-3V.5h3v5.6h5.3V.5h3v13.8h-3zM291.9%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM302.4%204.5l3.5-.2v1.6h-1.6l-.1.1c.3.4.5%201.1.5%201.7%200%202-1.8%203.2-4.2%203.2h-1.2c-.9%200-1.3.4-1.3.8s.3.6.9.6h3.4c2%200%203.4.9%203.4%202.7%200%201.9-1.8%203.8-5.7%203.8-3.8%200-4.6-1.7-4.6-2.8%200-.9.7-1.8%201.4-2.1-2-.7-1.6-3.5.5-3.8v-.2c-.6-.4-1.1-1.1-1.1-2.2%200-2.4%202-3.4%204.2-3.4.7%200%201.4%200%202%20.2zm-3.3%209.6c-.5.2-.9.7-.9%201.2%200%20.6.4%201.4%202.1%201.4%201.7%200%202.5-.7%202.5-1.5%200-.6-.3-1.1-1.6-1.1h-2.1zm1.4-7.9c-.9%200-1.4.7-1.4%201.4s.4%201.4%201.3%201.4c.8%200%201.4-.5%201.4-1.4.1-.7-.3-1.4-1.3-1.4zM310%205.4c1.1-.7%202.5-1.1%203.4-1.1%202.7%200%203.1%201.5%203.1%203.4v6.7h-2.9V8.2c0-1-.1-1.8-1.4-1.8-.7%200-1.6.3-2.2.7v7.1h-2.9V0h2.8v3.2l-.1%202.1.2.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M238.9%2028.2h114.4v20H238.9z%22/%3E%3C/g%3E%3C/svg%3E');
}
.ico-meter-aggressive {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20353.3%2048.2%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3B%7D%20.st1%7Benable-background%3Anew%20%3B%7D%20.st2%7Bfill%3A%23857363%3B%7D%20.st3%7Bfill%3A%23D1C9C0%3B%7D%20.st4%7Bfill%3A%23007749%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M126.8%200h99.7v29.3h-99.7z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M152.8%205.7l-3.4%208.6H147l-3.3-8.5h-.1v8.5h-2.8V.6h3.6l3.7%2010h.2l3.9-10h3.5v13.7h-2.9V5.7zM167.3%209.1v1h-6.4c0%201.5.7%202.3%202.5%202.3%201.1%200%202.1-.2%203.2-.6l.6%201.8c-1.3.7-2.8%201-4.2%201-4%200-4.9-2.3-4.9-5%200-2.2.9-5.2%204.8-5.2%204.1-.1%204.4%202.9%204.4%204.7zm-6.4-.8h3.8c0-1.3-.4-2.2-1.8-2.2s-1.9%201-2%202.2zM175.7%204.9V0h2.9v14.3H176l-.1-.9h-.1c-1%20.8-2.2%201.1-3%201.1-3.1%200-3.9-2.2-3.9-4.8%200-3%201.1-5.4%204.2-5.4.6%200%201.7.1%202.6.6zm0%202c-.5-.3-1.3-.5-2-.5-1%200-2%20.6-2%203.3%200%202.3.9%202.8%201.9%202.8.6%200%201.6-.4%202-.7V6.9zM182.5%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM186.5%2011.2V4.5h2.9v6.1c0%20.9.1%201.8%201.3%201.8.6%200%201.4-.3%202.1-.9v-7h2.9v9.8H193c0-.3%200-.7-.1-1.1h-.1c-1.2%201-2.6%201.3-3.3%201.3-2.6%200-3-1.5-3-3.3zM210%2014.3V8.1c0-1.1-.3-1.6-1.3-1.6-.6%200-1.5.3-2.1.7.1.4.1.9.1%201.3v5.9h-2.8V8c0-.9-.4-1.4-1.2-1.4-.7%200-1.5.3-2.2.7v7.1h-2.9V4.5h2.7l.1%201h.1c1.1-.8%202.5-1.2%203.4-1.2%201.1%200%201.9.4%202.4%201.3%201-.7%202.5-1.3%203.5-1.3%202.6%200%203.1%201.6%203.1%203.5v6.6H210z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M119.4%2028.2h114.4v20H119.4z%22/%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M21%200h72.5v23.1H21z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M38.9%2014.3V.5h3v11.7h7v2.1h-10zM54.7%2014.5c-3.6%200-4.9-2.3-4.9-5.1s1.4-5.1%205-5.1c3.7%200%204.9%202.4%204.9%205.1.1%202.7-1.2%205.1-5%205.1zm.2-8.2c-1.6%200-2.1%201.6-2.1%203.1%200%201.7.3%203.1%202.1%203.1%201.6%200%202-1.5%202-3.1-.1-1.6-.4-3.1-2-3.1zM72%2012l.6-2.9%201.1-4.6h2.8l-2.7%209.8h-3.3l-1.2-4.2-.7-3.2h-.1l-.7%203.2-1.1%204.2h-3.3l-2.7-9.8h2.8L64.6%209l.6%203h.1l.7-3.1%201.2-4.5h2.7L71.2%209l.7%202.9h.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M0%2028.2h114.4v20H0z%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M260.3%200h71.6v29.1h-71.6z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M284.5%2014.3V8.1h-5.3v6.2h-3V.5h3v5.6h5.3V.5h3v13.8h-3zM291.9%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM302.4%204.5l3.5-.2v1.6h-1.6l-.1.1c.3.4.5%201.1.5%201.7%200%202-1.8%203.2-4.2%203.2h-1.2c-.9%200-1.3.4-1.3.8s.3.6.9.6h3.4c2%200%203.4.9%203.4%202.7%200%201.9-1.8%203.8-5.7%203.8-3.8%200-4.6-1.7-4.6-2.8%200-.9.7-1.8%201.4-2.1-2-.7-1.6-3.5.5-3.8v-.2c-.6-.4-1.1-1.1-1.1-2.2%200-2.4%202-3.4%204.2-3.4.7%200%201.4%200%202%20.2zm-3.3%209.6c-.5.2-.9.7-.9%201.2%200%20.6.4%201.4%202.1%201.4%201.7%200%202.5-.7%202.5-1.5%200-.6-.3-1.1-1.6-1.1h-2.1zm1.4-7.9c-.9%200-1.4.7-1.4%201.4s.4%201.4%201.3%201.4c.8%200%201.4-.5%201.4-1.4.1-.7-.3-1.4-1.3-1.4zM310%205.4c1.1-.7%202.5-1.1%203.4-1.1%202.7%200%203.1%201.5%203.1%203.4v6.7h-2.9V8.2c0-1-.1-1.8-1.4-1.8-.7%200-1.6.3-2.2.7v7.1h-2.9V0h2.8v3.2l-.1%202.1.2.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M238.9%2028.2h114.4v20H238.9z%22/%3E%3C/g%3E%3C/svg%3E');
}
.ico-meter-moderate {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20353.3%2048.2%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3B%7D%20.st1%7Benable-background%3Anew%20%3B%7D%20.st2%7Bfill%3A%23007749%3B%7D%20.st3%7Bfill%3A%23857363%3B%7D%20.st4%7Bfill%3A%23D1C9C0%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M126.8%200h99.7v29.3h-99.7z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M152.8%205.7l-3.4%208.6H147l-3.3-8.5h-.1v8.5h-2.8V.6h3.6l3.7%2010h.2l3.9-10h3.5v13.7h-2.9V5.7zM167.3%209.1v1h-6.4c0%201.5.7%202.3%202.5%202.3%201.1%200%202.1-.2%203.2-.6l.6%201.8c-1.3.7-2.8%201-4.2%201-4%200-4.9-2.3-4.9-5%200-2.2.9-5.2%204.8-5.2%204.1-.1%204.4%202.9%204.4%204.7zm-6.4-.8h3.8c0-1.3-.4-2.2-1.8-2.2s-1.9%201-2%202.2zM175.7%204.9V0h2.9v14.3H176l-.1-.9h-.1c-1%20.8-2.2%201.1-3%201.1-3.1%200-3.9-2.2-3.9-4.8%200-3%201.1-5.4%204.2-5.4.6%200%201.7.1%202.6.6zm0%202c-.5-.3-1.3-.5-2-.5-1%200-2%20.6-2%203.3%200%202.3.9%202.8%201.9%202.8.6%200%201.6-.4%202-.7V6.9zM182.5%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM186.5%2011.2V4.5h2.9v6.1c0%20.9.1%201.8%201.3%201.8.6%200%201.4-.3%202.1-.9v-7h2.9v9.8H193c0-.3%200-.7-.1-1.1h-.1c-1.2%201-2.6%201.3-3.3%201.3-2.6%200-3-1.5-3-3.3zM210%2014.3V8.1c0-1.1-.3-1.6-1.3-1.6-.6%200-1.5.3-2.1.7.1.4.1.9.1%201.3v5.9h-2.8V8c0-.9-.4-1.4-1.2-1.4-.7%200-1.5.3-2.2.7v7.1h-2.9V4.5h2.7l.1%201h.1c1.1-.8%202.5-1.2%203.4-1.2%201.1%200%201.9.4%202.4%201.3%201-.7%202.5-1.3%203.5-1.3%202.6%200%203.1%201.6%203.1%203.5v6.6H210z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M119.4%2028.2h114.4v20H119.4z%22/%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M21%200h72.5v23.1H21z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M38.9%2014.3V.5h3v11.7h7v2.1h-10zM54.7%2014.5c-3.6%200-4.9-2.3-4.9-5.1s1.4-5.1%205-5.1c3.7%200%204.9%202.4%204.9%205.1.1%202.7-1.2%205.1-5%205.1zm.2-8.2c-1.6%200-2.1%201.6-2.1%203.1%200%201.7.3%203.1%202.1%203.1%201.6%200%202-1.5%202-3.1-.1-1.6-.4-3.1-2-3.1zM72%2012l.6-2.9%201.1-4.6h2.8l-2.7%209.8h-3.3l-1.2-4.2-.7-3.2h-.1l-.7%203.2-1.1%204.2h-3.3l-2.7-9.8h2.8L64.6%209l.6%203h.1l.7-3.1%201.2-4.5h2.7L71.2%209l.7%202.9h.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M0%2028.2h114.4v20H0z%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M260.3%200h71.6v29.1h-71.6z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M284.5%2014.3V8.1h-5.3v6.2h-3V.5h3v5.6h5.3V.5h3v13.8h-3zM291.9%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM302.4%204.5l3.5-.2v1.6h-1.6l-.1.1c.3.4.5%201.1.5%201.7%200%202-1.8%203.2-4.2%203.2h-1.2c-.9%200-1.3.4-1.3.8s.3.6.9.6h3.4c2%200%203.4.9%203.4%202.7%200%201.9-1.8%203.8-5.7%203.8-3.8%200-4.6-1.7-4.6-2.8%200-.9.7-1.8%201.4-2.1-2-.7-1.6-3.5.5-3.8v-.2c-.6-.4-1.1-1.1-1.1-2.2%200-2.4%202-3.4%204.2-3.4.7%200%201.4%200%202%20.2zm-3.3%209.6c-.5.2-.9.7-.9%201.2%200%20.6.4%201.4%202.1%201.4%201.7%200%202.5-.7%202.5-1.5%200-.6-.3-1.1-1.6-1.1h-2.1zm1.4-7.9c-.9%200-1.4.7-1.4%201.4s.4%201.4%201.3%201.4c.8%200%201.4-.5%201.4-1.4.1-.7-.3-1.4-1.3-1.4zM310%205.4c1.1-.7%202.5-1.1%203.4-1.1%202.7%200%203.1%201.5%203.1%203.4v6.7h-2.9V8.2c0-1-.1-1.8-1.4-1.8-.7%200-1.6.3-2.2.7v7.1h-2.9V0h2.8v3.2l-.1%202.1.2.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M238.9%2028.2h114.4v20H238.9z%22/%3E%3C/g%3E%3C/svg%3E');
}
.ico-meter-conservative {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20353.3%2048.2%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3B%7D%20.st1%7Benable-background%3Anew%20%3B%7D%20.st2%7Bfill%3A%23857363%3B%7D%20.st3%7Bfill%3A%23D1C9C0%3B%7D%20.st4%7Bfill%3A%23007749%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M126.8%200h99.7v29.3h-99.7z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M152.8%205.7l-3.4%208.6H147l-3.3-8.5h-.1v8.5h-2.8V.6h3.6l3.7%2010h.2l3.9-10h3.5v13.7h-2.9V5.7zM167.3%209.1v1h-6.4c0%201.5.7%202.3%202.5%202.3%201.1%200%202.1-.2%203.2-.6l.6%201.8c-1.3.7-2.8%201-4.2%201-4%200-4.9-2.3-4.9-5%200-2.2.9-5.2%204.8-5.2%204.1-.1%204.4%202.9%204.4%204.7zm-6.4-.8h3.8c0-1.3-.4-2.2-1.8-2.2s-1.9%201-2%202.2zM175.7%204.9V0h2.9v14.3H176l-.1-.9h-.1c-1%20.8-2.2%201.1-3%201.1-3.1%200-3.9-2.2-3.9-4.8%200-3%201.1-5.4%204.2-5.4.6%200%201.7.1%202.6.6zm0%202c-.5-.3-1.3-.5-2-.5-1%200-2%20.6-2%203.3%200%202.3.9%202.8%201.9%202.8.6%200%201.6-.4%202-.7V6.9zM182.5%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM186.5%2011.2V4.5h2.9v6.1c0%20.9.1%201.8%201.3%201.8.6%200%201.4-.3%202.1-.9v-7h2.9v9.8H193c0-.3%200-.7-.1-1.1h-.1c-1.2%201-2.6%201.3-3.3%201.3-2.6%200-3-1.5-3-3.3zM210%2014.3V8.1c0-1.1-.3-1.6-1.3-1.6-.6%200-1.5.3-2.1.7.1.4.1.9.1%201.3v5.9h-2.8V8c0-.9-.4-1.4-1.2-1.4-.7%200-1.5.3-2.2.7v7.1h-2.9V4.5h2.7l.1%201h.1c1.1-.8%202.5-1.2%203.4-1.2%201.1%200%201.9.4%202.4%201.3%201-.7%202.5-1.3%203.5-1.3%202.6%200%203.1%201.6%203.1%203.5v6.6H210z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M119.4%2028.2h114.4v20H119.4z%22/%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M21%200h72.5v23.1H21z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M38.9%2014.3V.5h3v11.7h7v2.1h-10zM54.7%2014.5c-3.6%200-4.9-2.3-4.9-5.1s1.4-5.1%205-5.1c3.7%200%204.9%202.4%204.9%205.1.1%202.7-1.2%205.1-5%205.1zm.2-8.2c-1.6%200-2.1%201.6-2.1%203.1%200%201.7.3%203.1%202.1%203.1%201.6%200%202-1.5%202-3.1-.1-1.6-.4-3.1-2-3.1zM72%2012l.6-2.9%201.1-4.6h2.8l-2.7%209.8h-3.3l-1.2-4.2-.7-3.2h-.1l-.7%203.2-1.1%204.2h-3.3l-2.7-9.8h2.8L64.6%209l.6%203h.1l.7-3.1%201.2-4.5h2.7L71.2%209l.7%202.9h.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M0%2028.2h114.4v20H0z%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M260.3%200h71.6v29.1h-71.6z%22/%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M284.5%2014.3V8.1h-5.3v6.2h-3V.5h3v5.6h5.3V.5h3v13.8h-3zM291.9%203.3c-1.1%200-1.6-.7-1.6-1.5%200-.9.6-1.5%201.6-1.5%201.1%200%201.7.7%201.7%201.5s-.6%201.5-1.7%201.5zm-1.4%2011V4.5h2.9v9.8h-2.9zM302.4%204.5l3.5-.2v1.6h-1.6l-.1.1c.3.4.5%201.1.5%201.7%200%202-1.8%203.2-4.2%203.2h-1.2c-.9%200-1.3.4-1.3.8s.3.6.9.6h3.4c2%200%203.4.9%203.4%202.7%200%201.9-1.8%203.8-5.7%203.8-3.8%200-4.6-1.7-4.6-2.8%200-.9.7-1.8%201.4-2.1-2-.7-1.6-3.5.5-3.8v-.2c-.6-.4-1.1-1.1-1.1-2.2%200-2.4%202-3.4%204.2-3.4.7%200%201.4%200%202%20.2zm-3.3%209.6c-.5.2-.9.7-.9%201.2%200%20.6.4%201.4%202.1%201.4%201.7%200%202.5-.7%202.5-1.5%200-.6-.3-1.1-1.6-1.1h-2.1zm1.4-7.9c-.9%200-1.4.7-1.4%201.4s.4%201.4%201.3%201.4c.8%200%201.4-.5%201.4-1.4.1-.7-.3-1.4-1.3-1.4zM310%205.4c1.1-.7%202.5-1.1%203.4-1.1%202.7%200%203.1%201.5%203.1%203.4v6.7h-2.9V8.2c0-1-.1-1.8-1.4-1.8-.7%200-1.6.3-2.2.7v7.1h-2.9V0h2.8v3.2l-.1%202.1.2.1z%22/%3E%3C/g%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M238.9%2028.2h114.4v20H238.9z%22/%3E%3C/g%3E%3C/svg%3E');
}
.ico-si {
  width: 266px;
  height: 65px;
}
.icon-EDGE_icon_cash-tran {
  height: 25px;
  width: 52px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%2090%2042.555%22%20viewBox%3D%2212%204%2069%2029.566%22%20height%3D%2225px%22%20width%3D%2252px%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M8.639%2C5.223v30.729h55.014V5.223H8.639z%22%20fill%3D%22%23D1C9C0%22%20%2F%3E%20%3C%2Fg%3E%3Cellipse%20ry%3D%2212.814%22%20rx%3D%2210.014%22%20cy%3D%2220.584%22%20cx%3D%2236.145%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3Cg%3E%3Cpath%20d%3D%22M35.279%2C28.74c-1.711-0.077-3.541-0.433-5.008-1.231l0.889-2.407c2.097%2C0.913%2C3.83%2C1.038%2C4.841%2C1.038%20%20%20c1.588%2C0%2C2.649-0.582%2C2.649-2.097c0-1.256-0.986-1.712-2.455-2.147c-2.893-0.791-5.492-1.417-5.492-4.668%20%20%20c0-2.583%2C1.64-4.409%2C4.576-4.749v-2.431h1.951v2.41c1.278%2C0.096%2C2.746%2C0.411%2C3.923%2C1.059l-0.89%2C2.309%20%20%20c-1.732-0.696-2.816-0.767-3.902-0.767c-1.397%2C0-2.312%2C0.701-2.312%2C2.02c0%2C1.229%2C1.445%2C1.616%2C2.987%2C2.001%20%20%20c2.025%2C0.504%2C4.983%2C1.229%2C4.983%2C4.963c0%2C2.672-1.875%2C4.36-4.79%2C4.668v2.413h-1.951V28.74z%22%20fill%3D%22%23009CDE%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2280.639%2C20.584%2066.71%2C8.015%2066.71%2C13.997%2050.822%2C13.997%2050.822%2C27.177%2066.71%2C27.177%2066.71%2C33.159%20%22%20fill%3D%22%23009CDE%22%20%2F%3E%3Cpolyline%20points%3D%2263.71%2C14.034%2050.822%2C14.034%2050.822%2C27.214%2063.71%2C27.214%20%22%20fill%3D%22%230078A3%22%20%2F%3E%3C%2Fsvg%3E');
}
.icon-Edge_icon_acc-tran {
  width: 52px;
  height: 46px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%20%3F%3E%3C!DOCTYPE%20SVG%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20%20%20%20width%3D%2252px%22%20height%3D%2246px%22%20viewBox%3D%2219%2010%2063%2074%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Crect%20x%3D%2236.27%22%20y%3D%2242.993%22%20fill%3D%22%23FFFFFF%22%20width%3D%2213.91%22%20height%3D%223.621%22%20%2F%3E%3Crect%20x%3D%2236.27%22%20y%3D%2233.744%22%20fill%3D%22%23FFFFFF%22%20width%3D%2225.085%22%20height%3D%223.621%22%20%2F%3E%3Crect%20x%3D%2236.27%22%20y%3D%2252.244%22%20fill%3D%22%23FFFFFF%22%20width%3D%2219.498%22%20height%3D%223.621%22%20%2F%3E%3Crect%20x%3D%2236.27%22%20y%3D%2261.496%22%20fill%3D%22%23FFFFFF%22%20width%3D%2236.259%22%20height%3D%223.619%22%20%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M27.538%2C74.744c0%2C0.945%2C0.768%2C1.705%2C1.708%2C1.705h45.939v0.004h4.11c0.94%2C0%2C1.703-0.764%2C1.703-1.709V60.502%20%20V28.335V17.043v-4.422c0-0.944-0.763-1.708-1.703-1.708h-50.05c-0.941%2C0-1.708%2C0.764-1.708%2C1.708V74.744z%20M36.27%2C33.744h25.085%20%20v3.621H36.27V33.744z%20M36.27%2C42.993h13.91v3.621H36.27V42.993z%20M36.27%2C52.244h19.498v3.621H36.27V52.244z%20M72.529%2C65.115H36.27%20%20v-3.619h36.259V65.115L72.529%2C65.115z%22%20%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M27.539%2C18.423c-10.049%2C0-18.232%2C7.999-18.528%2C17.978C9.004%2C36.585%2C9%2C36.774%2C9%2C36.963%20%20c0%2C6.863%2C3.736%2C12.859%2C9.279%2C16.062c0%2C0.004%2C0%2C0.004%2C0%2C0.004c2.726%2C1.57%2C5.887%2C2.471%2C9.259%2C2.471%20%20c10.241%2C0%2C18.538-8.301%2C18.538-18.539C46.076%2C26.728%2C37.779%2C18.423%2C27.539%2C18.423z%22%20%2F%3E%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M46.076%2C36.96c0-10.233-8.297-18.537-18.538-18.537l0%2C0V55.5l0%2C0C37.779%2C55.5%2C46.076%2C47.199%2C46.076%2C36.96z%22%20%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.846%2C46.779v2.912h-2.354v-2.885c-2.067-0.089-4.278-0.523-6.052-1.485l1.076-2.908%20%20c2.532%2C1.107%2C4.624%2C1.254%2C5.85%2C1.254c1.917%2C0%2C3.199-0.703%2C3.199-2.53c0-1.519-1.192-2.07-2.967-2.592%20%20c-3.493-0.961-6.635-1.719-6.635-5.645c0-3.115%2C1.98-5.329%2C5.528-5.737V24.23h2.354v2.907c1.546%2C0.116%2C3.319%2C0.5%2C4.746%2C1.282%20%20l-1.076%2C2.791c-2.096-0.839-3.407-0.931-4.714-0.931c-1.69%2C0-2.793%2C0.848-2.793%2C2.444c0%2C1.483%2C1.747%2C1.951%2C3.608%2C2.415%20%20c2.447%2C0.61%2C6.022%2C1.488%2C6.022%2C6C34.638%2C44.365%2C32.37%2C46.402%2C28.846%2C46.779z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M36.244%2C46.768h7.074c0.693-1.134%2C1.27-2.344%2C1.709-3.621h-8.783V46.768z%22%20%2F%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M36.244%2C37.519h9.786c0.004-0.135%2C0.021-0.267%2C0.021-0.403c0-1.1-0.113-2.171-0.299-3.218h-9.508V37.519z%22%20%2F%3E%3Cpath%20fill%3D%22%2300A9E0%22%20d%3D%22M36.244%2C53.468c0.606-0.324%2C1.191-0.682%2C1.754-1.069h-1.754V53.468z%22%20%2F%3E%3C%2Fsvg%3E');
}
.icon-EDGE_icon_recurring_pay1 {
  height: 25px;
  width: 50px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%2090%2090%22%20viewBox%3D%2225%2029%2045%2034.566%22%20height%3D%2225px%22%20width%3D%2250px%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%3E%3Cg%3E%3Cpath%20d%3D%22M10.515%2C29.979v29.595h52.981V29.979H10.515z%22%20fill%3D%22%23D1C9C0%22%20%2F%3E%3Cpath%20d%3D%22M46.65%2C44.774c0%2C6.817-4.32%2C12.341-9.647%2C12.341c-5.324%2C0-9.644-5.523-9.644-12.341%20%20s4.32-12.341%2C9.644-12.341C42.331%2C32.434%2C46.65%2C37.957%2C46.65%2C44.774z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3Cpath%20d%3D%22M36.17%2C52.63c-1.648-0.074-3.41-0.417-4.823-1.187l0.856-2.318c2.019%2C0.88%2C3.688%2C1%2C4.662%2C1%20%20c1.531%2C0%2C2.551-0.56%2C2.551-2.02c0-1.209-0.948-1.648-2.365-2.068c-2.785-0.762-5.288-1.365-5.288-4.497%20%20c0-2.487%2C1.58-4.246%2C4.406-4.573v-2.341h1.879v2.321c1.232%2C0.092%2C2.646%2C0.396%2C3.779%2C1.02l-0.857%2C2.224%20%20c-1.668-0.669-2.712-0.738-3.758-0.738c-1.346%2C0-2.226%2C0.675-2.226%2C1.945c0%2C1.184%2C1.39%2C1.557%2C2.877%2C1.927%20%20c1.95%2C0.486%2C4.799%2C1.184%2C4.799%2C4.781c0%2C2.574-1.807%2C4.199-4.614%2C4.496v2.323H36.17V52.63z%22%20fill%3D%22%23D1C9C0%22%20%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2270.041%2C52.044%2070.041%2C49.545%2070.041%2C46.525%2058.938%2C46.525%2057.302%2C46.525%2057.302%2C44.891%2057.302%2C40.772%2053.271%2C40.772%2053.271%2C51.027%2066.012%2C51.027%2066.012%2C55.682%20%22%20fill%3D%22%2300A9E0%22%20%2F%3E%3Cpolygon%20points%3D%2282.515%2C39.762%2071.677%2C29.979%2071.677%2C33.97%2071.677%2C34.635%2063.496%2C34.635%2063.496%2C44.891%2071.677%2C44.891%2071.677%2C49.545%20%22%20fill%3D%22%2300A9E0%22%20%2F%3E%3Crect%20height%3D%2210.255%22%20width%3D%224.559%22%20fill%3D%22%230078A3%22%20y%3D%2234.634%22%20x%3D%2258.938%22%20%2F%3E%3Cpolygon%20points%3D%2263.496%2C46.555%2058.938%2C46.555%2057.302%2C46.555%2057.302%2C44.92%2057.302%2C40.802%2053.271%2C40.802%2053.271%2C51.057%2063.496%2C51.057%20%22%20fill%3D%22%230078A3%22%20%2F%3E%3C%2Fsvg%3E');
}
.ico-nest.s,
.ico-pie.s {
  width: 40px;
  height: 40px;
}
.icon-edge_icon_401krollover1 {
  width: 52px;
  height: 50px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2252px%22%20height%3D%2250px%22%20viewBox%3D%220%2010%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M31.566%2C38.55h-3.205l-5.526%2C7.889v2.018h5.566v3.4h3.165v-3.4h1.783v-2.484h-1.783V38.55z%20M26.252%2C45.973%20%20l2.204-3.178v3.178H26.252z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M39.991%2C38.347c-3.363%2C0-5.292%2C2.521-5.292%2C6.911c0%2C4.476%2C1.774%2C6.746%2C5.275%2C6.746%20%20c3.331%2C0%2C5.236-2.475%2C5.236-6.782C45.21%2C40.79%2C43.359%2C38.347%2C39.991%2C38.347%20M39.991%2C49.314c-1.431%2C0-2.017-1.17-2.017-4.038%20%20c0-2.868%2C0.641-4.202%2C2.017-4.202c1.346%2C0%2C1.947%2C1.29%2C1.947%2C4.184C41.938%2C47.949%2C41.282%2C49.314%2C39.991%2C49.314%22%2F%3E%20%3Cpolygon%20fill%3D%22%23009CDE%22%20points%3D%2246.343%2C39.462%2046.343%2C41.825%2048.916%2C41.583%2048.916%2C51.857%2052.152%2C51.857%2052.152%2C38.55%20%20%2049.488%2C38.55%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M57.656%2C46.254c0-2.349%2C0.859-3.876%2C1.225-4.424l0.125-0.182l-1.031-0.651l-0.121%2C0.133%20%20c-0.469%2C0.51-2.002%2C2.393-2.002%2C5.16c0%2C2.883%2C1.4%2C4.697%2C2.004%2C5.35l0.125%2C0.129l1.037-0.693l-0.125-0.18%20%20C58.43%2C50.232%2C57.656%2C48.742%2C57.656%2C46.254%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M65.473%2C49.422c-0.166-0.271-0.566-0.904-0.965-1.529c-0.377-0.598-0.752-1.188-0.934-1.475l-0.289-0.34%20%20l2.354-2.458h-2.443l-1.576%2C1.696c0.014-0.352%2C0.025-0.798%2C0.025-1.169l0.014-3.102h-2.107v8.7h2.105v-2.119l0.244-0.25%20%20c0.453%2C0.766%2C0.92%2C1.523%2C1.381%2C2.268l0.062%2C0.102h2.324L65.473%2C49.422z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M66.684%2C41.129l-0.119-0.132l-1.047%2C0.65l0.125%2C0.183c0.369%2C0.536%2C1.227%2C2.038%2C1.227%2C4.412%20%20c0%2C1.83-0.426%2C3.441-1.229%2C4.658l-0.113%2C0.176l1.008%2C0.684l0.123-0.133c0.604-0.652%2C2.014-2.482%2C2.014-5.338%20%20C68.672%2C43.613%2C67.281%2C41.787%2C66.684%2C41.129%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M20.694%2C59.625c3.458%2C5.884%2C8.922%2C10.453%2C15.451%2C12.743c0.035%2C0.012%2C0.069%2C0.023%2C0.104%2C0.035%20%20%20c0.527%2C0.183%2C1.063%2C0.349%2C1.604%2C0.501c0.077%2C0.021%2C0.152%2C0.045%2C0.229%2C0.065c1.143%2C0.312%2C2.313%2C0.553%2C3.508%2C0.723%20%20%20c0.15%2C0.021%2C0.301%2C0.039%2C0.451%2C0.058c0.446%2C0.057%2C0.896%2C0.102%2C1.348%2C0.138c0.167%2C0.013%2C0.333%2C0.027%2C0.501%2C0.038%20%20%20c0.592%2C0.036%2C1.188%2C0.061%2C1.79%2C0.061c9.99%2C0%2C18.814-5.079%2C24.028-12.791c0.521-0.771%2C1.007-1.568%2C1.453-2.39%20%20%20c2.233-4.106%2C3.503-8.811%2C3.503-13.806c0-2.631-0.361-5.177-1.027-7.598l0.012%2C0.004c0%2C0%2C0%2C0%2C0-0.001L62.84%2C33.776l7.623-3.795%20%20%20C65.375%2C21.612%2C56.17%2C16.01%2C45.68%2C16.01C29.694%2C16.01%2C16.693%2C29.016%2C16.693%2C45c0%2C2.439%2C0.306%2C4.806%2C0.876%2C7.071l10.474%2C4.854%20%20%20L20.694%2C59.625z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M43.89%2C73.926c-0.168-0.011-0.334-0.025-0.501-0.038C43.556%2C73.9%2C43.722%2C73.915%2C43.89%2C73.926z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M42.041%2C73.75c-0.15-0.019-0.301-0.036-0.451-0.058C41.74%2C73.714%2C41.891%2C73.73%2C42.041%2C73.75z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M71.161%2C58.806c-0.446%2C0.821-0.932%2C1.619-1.453%2C2.39C70.229%2C60.425%2C70.715%2C59.627%2C71.161%2C58.806z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M40.859%2C78.232c-0.689-0.1-1.373-0.216-2.048-0.357C39.486%2C78.017%2C40.169%2C78.134%2C40.859%2C78.232z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M38.618%2C77.831C38%2C77.697%2C37.39%2C77.546%2C36.785%2C77.38C37.39%2C77.546%2C38%2C77.698%2C38.618%2C77.831z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.375%2C76.621c-0.678-0.243-1.347-0.508-2.004-0.793C33.029%2C76.113%2C33.697%2C76.378%2C34.375%2C76.621z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.331%2C77.25c-0.593-0.173-1.181-0.358-1.76-0.562C35.15%2C76.892%2C35.737%2C77.078%2C36.331%2C77.25z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M32.286%2C75.789c-0.624-0.272-1.237-0.565-1.84-0.874C31.049%2C75.224%2C31.662%2C75.517%2C32.286%2C75.789z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M81%2C24.737l-6.418%2C3.194C68.73%2C18.056%2C57.971%2C11.417%2C45.68%2C11.417c-18.519%2C0-33.583%2C15.066-33.583%2C33.583%20%20%20c0%2C3.244%2C0.471%2C6.377%2C1.333%2C9.346l1.598-3.453l2.542%2C1.178C17%2C49.806%2C16.693%2C47.438%2C16.693%2C45c0-15.983%2C13-28.989%2C28.986-28.989%20%20%20c10.49%2C0%2C19.695%2C5.602%2C24.783%2C13.971l-7.623%2C3.795l10.809%2C3.629c0%2C0%2C0%2C0%2C0%2C0.001l2.789%2C0.936l1.199-3.575%20%20%20c1.045%2C3.227%2C1.621%2C6.66%2C1.621%2C10.233c0%2C14.469-9.191%2C26.829-22.043%2C31.543C70.067%2C71.828%2C79.26%2C59.469%2C79.26%2C45%20%20%20c0-3.58-0.568-7.029-1.611-10.268L81%2C24.737z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M45.68%2C78.584C45.68%2C78.584%2C45.68%2C78.584%2C45.68%2C78.584c-0.709%2C0-1.412-0.029-2.111-0.073%20%20%20C44.268%2C78.555%2C44.97%2C78.584%2C45.68%2C78.584z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M16.305%2C61.234l-0.01%2C0.004c3.209%2C5.785%2C8.078%2C10.523%2C13.958%2C13.578%20%20%20C24.378%2C71.759%2C19.514%2C67.018%2C16.305%2C61.234z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M36.249%2C72.403c-0.035-0.012-0.069-0.023-0.104-0.035C36.18%2C72.38%2C36.214%2C72.392%2C36.249%2C72.403z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M45.68%2C73.986L45.68%2C73.986c9.99%2C0%2C18.814-5.079%2C24.028-12.791C64.494%2C68.907%2C55.67%2C73.986%2C45.68%2C73.986z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M42.979%2C78.466c-0.54-0.043-1.077-0.099-1.61-0.168C41.902%2C78.366%2C42.439%2C78.423%2C42.979%2C78.466z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M38.082%2C72.97c-0.077-0.021-0.152-0.044-0.229-0.065C37.93%2C72.926%2C38.005%2C72.948%2C38.082%2C72.97z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M45.68%2C78.584c4.051%2C0%2C7.937-0.721%2C11.535-2.041C53.616%2C77.863%2C49.731%2C78.584%2C45.68%2C78.584L45.68%2C78.584z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M34.57%2C76.688c-0.064-0.022-0.13-0.043-0.195-0.066C34.44%2C76.645%2C34.506%2C76.665%2C34.57%2C76.688z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M43.569%2C78.511c-0.197-0.013-0.393-0.029-0.589-0.045C43.176%2C78.481%2C43.372%2C78.498%2C43.569%2C78.511z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M36.785%2C77.38c-0.152-0.042-0.303-0.086-0.455-0.13C36.482%2C77.294%2C36.633%2C77.338%2C36.785%2C77.38z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M41.369%2C78.298c-0.17-0.021-0.341-0.04-0.51-0.065C41.028%2C78.258%2C41.199%2C78.276%2C41.369%2C78.298z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M38.811%2C77.875c-0.065-0.014-0.128-0.03-0.193-0.044C38.682%2C77.845%2C38.746%2C77.861%2C38.811%2C77.875z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M41.59%2C73.692c-1.194-0.17-2.365-0.411-3.508-0.723C39.225%2C73.28%2C40.396%2C73.523%2C41.59%2C73.692z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M74.664%2C45c0-2.627-0.357-5.172-1.016-7.594l-0.012-0.004C74.303%2C39.823%2C74.664%2C42.369%2C74.664%2C45z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M32.371%2C75.828c-0.029-0.013-0.057-0.026-0.085-0.039C32.314%2C75.802%2C32.342%2C75.815%2C32.371%2C75.828z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M36.145%2C72.368c-6.529-2.29-11.993-6.859-15.451-12.743l7.349-2.701L17.569%2C52.07%20%20%20C19.953%2C61.547%2C27.014%2C69.178%2C36.145%2C72.368z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M37.853%2C72.904c-0.541-0.152-1.077-0.318-1.604-0.501C36.777%2C72.586%2C37.312%2C72.752%2C37.853%2C72.904z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M9%2C63.914l7.295-2.676c-1.2-2.163-2.164-4.473-2.866-6.893L9%2C63.914z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M43.389%2C73.888c-0.452-0.036-0.901-0.081-1.348-0.138C42.487%2C73.806%2C42.937%2C73.852%2C43.389%2C73.888z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M30.445%2C74.915c-0.064-0.033-0.129-0.065-0.193-0.099C30.316%2C74.85%2C30.381%2C74.882%2C30.445%2C74.915z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M45.68%2C73.986C45.68%2C73.986%2C45.68%2C73.986%2C45.68%2C73.986c-0.601%2C0-1.197-0.024-1.79-0.061%20%20%20C44.482%2C73.962%2C45.078%2C73.986%2C45.68%2C73.986z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M79.258%2C45c0-3.573-0.576-7.007-1.621-10.233l-1.199%2C3.575l-2.789-0.936%20%20%20c0.658%2C2.421%2C1.016%2C4.966%2C1.016%2C7.594c0%2C4.996-1.27%2C9.7-3.503%2C13.806c-0.446%2C0.821-0.932%2C1.619-1.453%2C2.39%20%20%20C64.494%2C68.907%2C55.67%2C73.986%2C45.68%2C73.986l0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.602%2C0-1.197-0.024-1.79-0.061c-0.168-0.011-0.334-0.025-0.501-0.038%20%20%20c-0.452-0.036-0.901-0.082-1.348-0.138c-0.15-0.02-0.301-0.036-0.451-0.058c-1.194-0.169-2.365-0.412-3.508-0.723%20%20%20c-0.077-0.021-0.152-0.044-0.229-0.065c-0.542-0.152-1.076-0.318-1.604-0.501c-0.035-0.012-0.069-0.023-0.104-0.035%20%20%20c-9.131-3.19-16.192-10.821-18.576-20.298l-2.542-1.178l-1.598%2C3.453c0.702%2C2.42%2C1.666%2C4.729%2C2.866%2C6.893l0.01-0.004%20%20%20c3.209%2C5.783%2C8.073%2C10.524%2C13.948%2C13.582c0.064%2C0.033%2C0.128%2C0.065%2C0.193%2C0.099c0.604%2C0.309%2C1.216%2C0.602%2C1.84%2C0.874%20%20%20c0.029%2C0.013%2C0.057%2C0.026%2C0.085%2C0.039c0.657%2C0.285%2C1.326%2C0.55%2C2.004%2C0.793c0.064%2C0.023%2C0.13%2C0.044%2C0.195%2C0.066%20%20%20c0.579%2C0.204%2C1.167%2C0.39%2C1.76%2C0.562c0.151%2C0.044%2C0.302%2C0.088%2C0.455%2C0.13c0.604%2C0.166%2C1.215%2C0.317%2C1.833%2C0.451%20%20%20c0.064%2C0.014%2C0.128%2C0.03%2C0.193%2C0.044c0.675%2C0.142%2C1.359%2C0.258%2C2.048%2C0.357c0.169%2C0.025%2C0.34%2C0.044%2C0.51%2C0.065%20%20%20c0.533%2C0.069%2C1.07%2C0.125%2C1.61%2C0.168c0.196%2C0.016%2C0.392%2C0.032%2C0.589%2C0.045c0.699%2C0.044%2C1.401%2C0.073%2C2.111%2C0.073%20%20%20c4.051%2C0%2C7.936-0.721%2C11.535-2.041C70.066%2C71.828%2C79.258%2C59.469%2C79.258%2C45z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M79.258%2C45c0-3.573-0.576-7.007-1.621-10.233l-1.199%2C3.575l-2.789-0.936%20%20%20c0.658%2C2.421%2C1.016%2C4.966%2C1.016%2C7.594c0%2C4.996-1.27%2C9.7-3.503%2C13.806c-0.446%2C0.821-0.932%2C1.619-1.453%2C2.39%20%20%20C64.494%2C68.907%2C55.67%2C73.986%2C45.68%2C73.986l0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.602%2C0-1.197-0.024-1.79-0.061c-0.168-0.011-0.334-0.025-0.501-0.038%20%20%20c-0.452-0.036-0.901-0.082-1.348-0.138c-0.15-0.02-0.301-0.036-0.451-0.058c-1.194-0.169-2.365-0.412-3.508-0.723%20%20%20c-0.077-0.021-0.152-0.044-0.229-0.065c-0.542-0.152-1.076-0.318-1.604-0.501c-0.035-0.012-0.069-0.023-0.104-0.035%20%20%20c-9.131-3.19-16.192-10.821-18.576-20.298l-2.542-1.178l-1.598%2C3.453c0.702%2C2.42%2C1.666%2C4.729%2C2.866%2C6.893l0.01-0.004%20%20%20c3.209%2C5.783%2C8.073%2C10.524%2C13.948%2C13.582c0.064%2C0.033%2C0.128%2C0.065%2C0.193%2C0.099c0.604%2C0.309%2C1.216%2C0.602%2C1.84%2C0.874%20%20%20c0.029%2C0.013%2C0.057%2C0.026%2C0.085%2C0.039c0.657%2C0.285%2C1.326%2C0.55%2C2.004%2C0.793c0.064%2C0.023%2C0.13%2C0.044%2C0.195%2C0.066%20%20%20c0.579%2C0.204%2C1.167%2C0.39%2C1.76%2C0.562c0.151%2C0.044%2C0.302%2C0.088%2C0.455%2C0.13c0.604%2C0.166%2C1.215%2C0.317%2C1.833%2C0.451%20%20%20c0.064%2C0.014%2C0.128%2C0.03%2C0.193%2C0.044c0.675%2C0.142%2C1.359%2C0.258%2C2.048%2C0.357c0.169%2C0.025%2C0.34%2C0.044%2C0.51%2C0.065%20%20%20c0.533%2C0.069%2C1.07%2C0.125%2C1.61%2C0.168c0.196%2C0.016%2C0.392%2C0.032%2C0.589%2C0.045c0.699%2C0.044%2C1.401%2C0.073%2C2.111%2C0.073%20%20%20c4.051%2C0%2C7.936-0.721%2C11.535-2.041C70.066%2C71.828%2C79.258%2C59.469%2C79.258%2C45z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.ico-phone,
.icon-phone,
.icon-phone2 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.75px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2043.75%2048%22%20enable-background%3D%22new%200%200%2043.75%2048%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M34.255%2C39.092l-3.12-3.031c8.43-8.189%2C8.43-21.529%2C0-29.719l3.12-3.04%20%20C44.415%2C13.171%2C44.415%2C29.23%2C34.255%2C39.092z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M27.656%2C14.522V27.88C30.122%2C23.764%2C30.122%2C18.638%2C27.656%2C14.522z%22%2F%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M23.025%2C28.172l-3.03-2.941c1.06-1.03%2C1.72-2.459%2C1.72-4.029c0-1.58-0.66-3-1.72-4.03l3.03-2.95%20%20%20c0.921%2C0.896%2C1.618%2C1.924%2C2.11%2C3.02V5.601H4.396v30.59h20.74v-11.04C24.643%2C26.248%2C23.946%2C27.277%2C23.025%2C28.172z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M27.656%2C27.88V14.522c-0.582-0.971-1.285-1.891-2.141-2.721l2.141-2.085V5.061c0-2-1.68-3.63-3.74-3.63%20%20%20h-18.3c-2.061%2C0-3.74%2C1.63-3.74%2C3.63v37.74c0%2C2%2C1.68%2C3.631%2C3.74%2C3.631h18.3c2.061%2C0%2C3.74-1.631%2C3.74-3.631V32.68l-2.141-2.078%20%20%20C26.371%2C29.771%2C27.074%2C28.851%2C27.656%2C27.88z%20M4.396%2C36.191V5.601h20.74v11.64c1.13%2C2.517%2C1.129%2C5.396%2C0%2C7.911v11.04H4.396z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M28.635%2C8.761l-0.979%2C0.955v4.807c2.466%2C4.116%2C2.466%2C9.242%2C0%2C13.357v4.8l0.979%2C0.951%20%20%20C35.696%2C26.781%2C35.696%2C15.621%2C28.635%2C8.761z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M27.656%2C14.522V9.716l-2.141%2C2.085C26.371%2C12.631%2C27.074%2C13.552%2C27.656%2C14.522z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M25.515%2C30.602l2.141%2C2.078v-4.8C27.074%2C28.851%2C26.371%2C29.771%2C25.515%2C30.602z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M19.996%2C17.171c1.06%2C1.03%2C1.72%2C2.45%2C1.72%2C4.03c0%2C1.57-0.66%2C3-1.72%2C4.029l3.03%2C2.941%20%20%20c0.92-0.895%2C1.618-1.924%2C2.11-3.021v-7.911c-0.492-1.095-1.189-2.124-2.11-3.02L19.996%2C17.171z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M25.135%2C17.241v7.911C26.264%2C22.636%2C26.265%2C19.758%2C25.135%2C17.241z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 35px;
  width: 30px;
}
.ico-phone.l,
.icon-phone.l,
.icon-phone2.l {
  width: 45px;
  height: 57px;
}
.icon-chat,
.ico-chat {
  height: 35px;
  width: 40px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2290px%22%20height%3D%2290px%22%20viewBox%3D%220%200%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.836%2C36.908c0-1.211%2C0.156-2.394%2C0.451-3.538c-0.985-0.101-1.987-0.158-3.008-0.158%20%20c-12.646%2C0-22.896%2C7.993-22.896%2C17.854c0%2C4.445%2C2.092%2C8.503%2C5.535%2C11.625l2.419%2C8.256l4.579-3.972%20%20c3.109%2C1.239%2C6.627%2C1.945%2C10.363%2C1.945c11.084%2C0%2C20.329-6.147%2C22.435-14.313C43.499%2C53.457%2C34.836%2C45.975%2C34.836%2C36.908z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M57.721%2C19.055c-11.084%2C0-20.328%2C6.152-22.433%2C14.315c11.216%2C1.15%2C19.878%2C8.631%2C19.878%2C17.695%20%20c0%2C1.213-0.156%2C2.396-0.451%2C3.541c0.984%2C0.101%2C1.986%2C0.158%2C3.006%2C0.158c1.395%2C0%2C2.758-0.114%2C4.084-0.297l6.232%2C5.396l2.363-8.087%20%20c6.158-3.211%2C10.217-8.667%2C10.217-14.868C80.617%2C27.051%2C70.369%2C19.055%2C57.721%2C19.055z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M35.288%2C33.37c-0.295%2C1.144-0.451%2C2.327-0.451%2C3.538c0%2C9.066%2C8.662%2C16.549%2C19.878%2C17.698%20%20c0.295-1.145%2C0.451-2.328%2C0.451-3.541C55.166%2C42.001%2C46.504%2C34.52%2C35.288%2C33.37z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-OAO_CreditCard {
  height: 30px;
  width: 44px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2244px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2044%2030%22%20enable-background%3D%22new%200%200%2044%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cimage%20overflow%3D%22visible%22%20width%3D%2244%22%20height%3D%2230%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAYAAABXNvynAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw%2FeHBhY2tldCBiZWdpbj0i77u%2FIiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3RjI2NkI5QTczMTFFNUI4RDU5RTU2NDZGNjA3QUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3RjI2NkM5QTczMTFFNUI4RDU5RTU2NDZGNjA3QUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRDdGMjY2OTlBNzMxMUU1QjhENTlFNTY0NkY2MDdBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRDdGMjY2QTlBNzMxMUU1QjhENTlFNTY0NkY2MDdBQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI%2FPsrGwL0AAAMASURBVHja1Ji9btNQFMePS5qEpk1SgqBhacrSBSlBYkAsMQwMLLwAEgMPQBdm6BNQHgCJ52AAZ0KCCmzE0LDkZqApHyFO2uKQuDXnXPmmdnC%2BGtttj3R1r51W%2FuV%2F%2Fufc60iWZUF%2FfH5fknGS4fSFEhnwAcE%2BPYXAMANnLM4ccOQkH77bPYRy04QP9b%2Bw%2FeeAj816B55cS8KDq4mTBd781YFvBkGZfL3V6sJe1%2FL8WwIPTWGhFKlG6tG6jHCTRLnZ9R9YpJOU4lD4EEqnH7HVmhKYYCidHIpSi4A14yAw%2B5BVSIQrc%2BeGA0svK2mcCncjkhxvN7iCk6bTT2t5AiPkBkHaI0U3X%2F%2BUAHQjNDh55RLkFhOgVH4Aa%2Bzze1QDNy5GPRV%2BHBYYQeXSCQ5YyC7y6%2FxSuvf5%2Bpsv8AzHsE5BwBqOfBCAa7dWOVQBoYoIOc4XOqobcyAwCwr44fUcV3JUqLUGMH2fW6IHPKB2CFjFcT8IYG1HdwHr7Q7C6T2vEmTJAenVnVZTs%2F8BK0GdzF59rMCn7QaoCK4hKAFPEtRKvYBZYIdXVE8ZoqCIdDyKmUjzbJA9xP%2BQwneW4m5g69EKw9YWWgsjKIJzdotU%2FEjFF%2B%2B%2BOoDNgRtHCUcxzBbmDOFtUpd839uiPc4UApi5gGdjAPHk%2BI1%2FOQOFywsIOIdzEttYElIx711f%2Fd7CYjP4rFTrUG0a%2FNoV9rNrVk9MEUyidzq0xBpePB%2BZzkwUcvMRnGMgZ%2BN8vTzvDcb2TGC7Jig1g6%2B136ji8Q5Ht9G2Sr%2FCqqsIojMcTs6e51C5hQgU%2B8zvKq5am0OpuJ0SFMHpnUPf3OVlCRfw23tZDuylGgFxMITScE33gt7RXQc08ZqPttDF4WfjZgbyF6IciuAotaWddhhNpGrXk2KLyNAO6iBgxe9OMSJKAopmp0%2FHfQlVAwLWBJStHKl27M2qH3iaaDqhbNVUv7%2B9E5hNmE6hmmrD6WH4SHL%2BtoY%2BtjyKQHUMFoRq0%2FyQsk475SRFEHb8E2AAkyyY9K89BwEAAAAASUVORK5CYII%3D%22%3E%3C%2Fimage%3E%3C%2Fsvg%3E');
}
.ico-user {
  width: 72px;
  height: 63px;
}
.ico-user.s {
  width: 40px;
  height: 33px;
}
h1 .ico-user.s {
  margin-top: -20px;
}
.ico-page {
  width: 72px;
  height: 63px;
}
.ico-percent {
  width: 67px;
  height: 63px;
}
.icon-mail {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-mail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.75px%22%20height%3D%2233.5px%22%20viewBox%3D%220%200%2043.75%2033.5%22%20enable-background%3D%22new%200%200%2043.75%2033.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Crect%20x%3D%2236.86%22%20y%3D%224.417%22%20fill%3D%22%23FFFFFF%22%20width%3D%223.649%22%20height%3D%223.84%22%2F%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23D0C8BF%22%20points%3D%2242.5%2C2.087%2010.84%2C2.087%2010.84%2C9.083%2032.89%2C5.368%2019.17%2C17.637%2010.84%2C14.064%2010.84%2C16.554%20%20%20%2019.57%2C20.297%2033.63%2C7.737%2035.96%2C23.137%2042.5%2C23.137%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%2210.84%2C16.554%202.5%2C12.978%205.25%2C31.088%2036.37%2C25.848%2035.96%2C23.137%2010.84%2C23.137%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2219.57%2C20.297%2010.84%2C16.554%2010.84%2C23.137%2035.96%2C23.137%2033.63%2C7.737%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23179BD7%22%20points%3D%222.5%2C10.487%2010.84%2C14.064%2010.84%2C9.083%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2232.89%2C5.368%2010.84%2C9.083%2010.84%2C14.064%2019.17%2C17.637%20%20%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 33px;
}
.icon-security-center {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-securityCenter%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2237.5px%22%20height%3D%2243.375px%22%20viewBox%3D%220%200%2037.5%2043.375%22%20enable-background%3D%22new%200%200%2037.5%2043.375%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23F9F7F4%22%20d%3D%22M18.808%2C36.887h-0.101h-0.09%20%20%20c-7.44-1.42-13.06-11.059-13.06-22.439c0-0.67%2C0.02-1.33%2C0.06-1.99c0.021-0.34%2C0.29-0.62%2C0.55-0.62h0.05l0.341%2C0.01%20%20%20c4.729%2C0%2C9.109-2.11%2C11.699-5.65c0.12-0.15%2C0.28-0.23%2C0.45-0.23s0.34%2C0.08%2C0.45%2C0.23c2.59%2C3.54%2C6.97%2C5.65%2C11.71%2C5.65l0.32-0.01%20%20%20c0.33%2C0.03%2C0.58%2C0.26%2C0.609%2C0.62c0.04%2C0.65%2C0.061%2C1.32%2C0.061%2C1.99C31.857%2C25.828%2C26.236%2C35.467%2C18.808%2C36.887z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M18.626%2C5.987c-0.138%2C0.022-0.269%2C0.085-0.369%2C0.21c-2.59%2C3.54-6.97%2C5.65-11.699%2C5.65l-0.341-0.01h-0.05%20%20%20c-0.26%2C0-0.529%2C0.28-0.55%2C0.62c-0.04%2C0.66-0.06%2C1.32-0.06%2C1.99c0%2C11.363%2C5.603%2C20.988%2C13.026%2C22.432%20%20%20C18.556%2C29.887%2C18.537%2C12.356%2C18.626%2C5.987z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M35.627%2C9.827c-0.029-0.46-0.37-0.77-0.77-0.8l-0.431%2C0.01c-6.13%2C0-11.79-2.73-15.14-7.3%20%20%20c-0.14-0.19-0.36-0.31-0.58-0.31s-0.431%2C0.12-0.58%2C0.31c-3.351%2C4.57-9.01%2C7.3-15.13%2C7.3l-0.439-0.01%20%20%20c-0.351-0.05-0.75%2C0.34-0.781%2C0.8c-0.039%2C0.85-0.069%2C1.7-0.069%2C2.57c0%2C14.72%2C7.26%2C27.19%2C16.88%2C29.021%20%20%20c0.04%2C0.01%2C0.08%2C0.01%2C0.12%2C0.01s0.09%2C0%2C0.12-0.01c9.63-1.83%2C16.88-14.301%2C16.88-29.021C35.707%2C11.527%2C35.677%2C10.677%2C35.627%2C9.827z%20%20%20%20M18.817%2C39.227c-0.03%2C0.012-0.07%2C0.012-0.11%2C0.012s-0.11%2C0.02-0.11-0.012c-0.004-0.501-0.008-1.316-0.013-2.348%20%20%20C11.16%2C35.436%2C5.558%2C25.811%2C5.558%2C14.447c0-0.67%2C0.02-1.33%2C0.06-1.99c0.021-0.34%2C0.29-0.62%2C0.55-0.62h0.05l0.341%2C0.01%20%20%20c4.729%2C0%2C9.109-2.11%2C11.699-5.65c0.1-0.125%2C0.231-0.188%2C0.369-0.21c0.021-1.479%2C0.047-2.37%2C0.081-2.37c0.2%2C0%2C0.39%2C0.1%2C0.521%2C0.28%20%20%20c2.989%2C4.07%2C8.04%2C6.5%2C13.499%2C6.5l0.391-0.01c0.359%2C0.03%2C0.66%2C0.3%2C0.689%2C0.71c0.041%2C0.76%2C0.061%2C1.52%2C0.061%2C2.29%20%20%20C33.867%2C26.498%2C27.396%2C37.598%2C18.817%2C39.227z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M18.707%2C36.887h0.101c7.429-1.42%2C13.05-11.059%2C13.05-22.439c0-0.67-0.021-1.34-0.061-1.99%20%20%20c-0.029-0.36-0.279-0.59-0.609-0.62l-0.32%2C0.01c-4.74%2C0-9.12-2.11-11.71-5.65c-0.11-0.15-0.28-0.23-0.45-0.23%20%20%20c-0.028%2C0-0.053%2C0.015-0.081%2C0.02c-0.089%2C6.37-0.07%2C23.9-0.042%2C30.892c0.011%2C0.002%2C0.022%2C0.006%2C0.033%2C0.008H18.707z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M33.117%2C10.387l-0.391%2C0.01c-5.459%2C0-10.51-2.43-13.499-6.5c-0.131-0.18-0.32-0.28-0.521-0.28%20%20%20c-0.034%2C0-0.06%2C0.891-0.081%2C2.37c0.028-0.004%2C0.053-0.02%2C0.081-0.02c0.17%2C0%2C0.34%2C0.08%2C0.45%2C0.23c2.59%2C3.54%2C6.97%2C5.65%2C11.71%2C5.65%20%20%20l0.32-0.01c0.33%2C0.03%2C0.58%2C0.26%2C0.609%2C0.62c0.04%2C0.65%2C0.061%2C1.32%2C0.061%2C1.99c0%2C11.381-5.621%2C21.02-13.05%2C22.439h-0.101h-0.09%20%20%20c-0.011-0.002-0.022-0.006-0.033-0.008c0.004%2C1.031%2C0.009%2C1.847%2C0.013%2C2.348c0%2C0.031%2C0.07%2C0.012%2C0.11%2C0.012s0.08%2C0%2C0.11-0.012%20%20%20c8.579-1.629%2C15.05-12.729%2C15.05-25.839c0-0.77-0.02-1.53-0.061-2.29C33.777%2C10.687%2C33.477%2C10.417%2C33.117%2C10.387z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 37px;
  height: 43px;
}
.icon-account-settings {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%EF%BB%BF%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2239.375px%22%20viewBox%3D%220%200%2043.125%2039.375%22%20enable-background%3D%22new%200%200%2043.125%2039.375%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M25.387%2C19.021l0.666%2C0.672c0.63-0.38%2C1.32-0.67%2C2.05-0.86v-0.5h-2.49%20%20C25.554%2C18.569%2C25.462%2C18.791%2C25.387%2C19.021z%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M20.714%2C24.682h0.358l-0.119-0.119C20.877%2C24.607%2C20.792%2C24.639%2C20.714%2C24.682z%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M15.853%2C12.012c-2.05%2C0-3.71%2C1.67-3.71%2C3.74c0%2C2.07%2C1.66%2C3.75%2C3.71%2C3.75c2.04%2C0%2C3.7-1.68%2C3.7-3.75%20%20C19.553%2C13.682%2C17.893%2C12.012%2C15.853%2C12.012z%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M30.133%2C23.742c-1.641%2C0-2.961%2C1.34-2.961%2C3c0%2C1.65%2C1.32%2C2.99%2C2.961%2C2.99c1.64%2C0%2C2.97-1.34%2C2.97-2.99%20%20C33.103%2C25.082%2C31.772%2C23.742%2C30.133%2C23.742z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M19.082%2C24.682h1.632c0.078-0.043%2C0.163-0.074%2C0.239-0.119l0.119%2C0.119h1.25%20%20c0.19-0.738%2C0.48-1.439%2C0.85-2.08l-2.289-2.309c-0.15-0.15-0.15-0.39%2C0-0.54l2.34-2.37c0.15-0.15%2C0.39-0.15%2C0.54%2C0l1.624%2C1.638%20%20c0.075-0.229%2C0.167-0.452%2C0.226-0.688h2.49v-2.771c0-0.21%2C0.17-0.38%2C0.38-0.38h1.65v-1.52c0-0.27-0.211-0.48-0.471-0.48h-4.05%20%20c-0.229-0.92-0.59-1.79-1.06-2.6l2.859-2.89c0.19-0.19%2C0.19-0.49%2C0-0.68l-2.93-2.96c-0.18-0.19-0.48-0.19-0.67%2C0l-2.859%2C2.9%20%20c-0.791-0.48-1.65-0.84-2.561-1.08v-4.09c0-0.27-0.21-0.48-0.471-0.48h-4.14c-0.27%2C0-0.479%2C0.21-0.479%2C0.48v4.09%20%20c-0.91%2C0.24-1.771%2C0.6-2.561%2C1.08l-2.859-2.9c-0.19-0.19-0.49-0.19-0.67%2C0l-2.931%2C2.96c-0.19%2C0.19-0.19%2C0.49%2C0%2C0.68l2.86%2C2.89%20%20c-0.46%2C0.81-0.82%2C1.68-1.061%2C2.6h-4.05c-0.26%2C0-0.47%2C0.21-0.47%2C0.48v4.19c0%2C0.26%2C0.21%2C0.48%2C0.47%2C0.48h4.05%20%20c0.24%2C0.92%2C0.601%2C1.79%2C1.061%2C2.589l-2.86%2C2.891c-0.19%2C0.189-0.19%2C0.49%2C0%2C0.68l2.931%2C2.961c0.18%2C0.189%2C0.479%2C0.189%2C0.67%2C0%20%20l2.859-2.891c0.79%2C0.471%2C1.65%2C0.83%2C2.561%2C1.07v4.1c0%2C0.26%2C0.21%2C0.48%2C0.479%2C0.48h4.14c0.261%2C0%2C0.471-0.221%2C0.471-0.48v-4.1%20%20c0.106-0.029%2C0.205-0.074%2C0.311-0.105v-0.465C18.703%2C24.852%2C18.873%2C24.682%2C19.082%2C24.682z%20M15.853%2C19.502%20%20c-2.05%2C0-3.71-1.68-3.71-3.75c0-2.07%2C1.66-3.74%2C3.71-3.74c2.04%2C0%2C3.7%2C1.67%2C3.7%2C3.74C19.553%2C17.822%2C17.893%2C19.502%2C15.853%2C19.502z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M41.183%2C24.682h-3.24c-0.18-0.738-0.47-1.439-0.84-2.08l2.28-2.309c0.149-0.15%2C0.149-0.39%2C0-0.54%20%20l-2.34-2.37c-0.15-0.15-0.381-0.15-0.53%2C0l-2.29%2C2.31c-0.631-0.38-1.32-0.67-2.051-0.86v-3.271c0-0.21-0.17-0.38-0.379-0.38h-1.66%20%20v2.67c0%2C0.26-0.211%2C0.48-0.471%2C0.48h-1.56v0.5c-0.729%2C0.19-1.42%2C0.479-2.05%2C0.86l-0.666-0.672c-0.22%2C0.664-0.484%2C1.308-0.834%2C1.901%20%20l2.859%2C2.9c0.19%2C0.18%2C0.19%2C0.48%2C0%2C0.67l-2.93%2C2.961c-0.18%2C0.189-0.48%2C0.189-0.67%2C0l-2.74-2.771h-0.358%20%20c-0.632%2C0.354-1.305%2C0.635-2.011%2C0.846v2.885c0%2C0.211%2C0.17%2C0.391%2C0.379%2C0.391h3.24c0.19%2C0.73%2C0.48%2C1.43%2C0.85%2C2.07l-2.289%2C2.32%20%20c-0.15%2C0.148-0.15%2C0.389%2C0%2C0.539l2.34%2C2.369c0.15%2C0.15%2C0.39%2C0.15%2C0.54%2C0l2.29-2.318c0.63%2C0.379%2C1.32%2C0.67%2C2.05%2C0.859v3.279%20%20c0%2C0.211%2C0.17%2C0.381%2C0.38%2C0.381h3.311c0.209%2C0%2C0.379-0.17%2C0.379-0.381v-3.279c0.73-0.189%2C1.42-0.48%2C2.051-0.859l2.29%2C2.318%20%20c0.149%2C0.15%2C0.38%2C0.15%2C0.53%2C0l2.34-2.369c0.149-0.15%2C0.149-0.391%2C0-0.539l-2.28-2.32c0.37-0.641%2C0.66-1.34%2C0.84-2.07h3.24%20%20c0.21%2C0%2C0.38-0.18%2C0.38-0.391v-3.35C41.562%2C24.852%2C41.393%2C24.682%2C41.183%2C24.682z%20M30.133%2C29.732c-1.641%2C0-2.961-1.34-2.961-2.99%20%20c0-1.66%2C1.32-3%2C2.961-3c1.64%2C0%2C2.97%2C1.34%2C2.97%2C3C33.103%2C28.393%2C31.772%2C29.732%2C30.133%2C29.732z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M23.223%2C17.382l-2.34%2C2.37c-0.15%2C0.15-0.15%2C0.39%2C0%2C0.54l2.289%2C2.309c-0.369%2C0.641-0.659%2C1.342-0.85%2C2.08%20%20h-1.25l2.74%2C2.771c0.189%2C0.189%2C0.49%2C0.189%2C0.67%2C0l2.93-2.961c0.19-0.189%2C0.19-0.49%2C0-0.67l-2.859-2.9%20%20c0.35-0.594%2C0.614-1.238%2C0.834-1.901l-1.624-1.638C23.612%2C17.232%2C23.373%2C17.232%2C23.223%2C17.382z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M19.082%2C24.682c-0.209%2C0-0.379%2C0.17-0.379%2C0.381v0.465c0.706-0.211%2C1.379-0.492%2C2.011-0.846H19.082z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M28.103%2C15.562v2.771h1.56c0.26%2C0%2C0.471-0.22%2C0.471-0.48v-2.67h-1.65%20%20C28.272%2C15.182%2C28.103%2C15.352%2C28.103%2C15.562z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 39px;
}
.icon-deregister {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%EF%BB%BF%3Csvg%20version%3D%221.1%22%20id%3D%22deregisterfromMEOA%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2239.375px%22%20viewBox%3D%220%200%2084%2070.667%22%20enable-background%3D%22new%200%200%2084%2070.667%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M28.542%2C10.344l2.862-0.045c1.016%2C2.093%2C3.757%2C5.331%2C10.907%2C5.331c0.788%2C0%2C1.63-0.038%2C2.526-0.124%20C43.667%2C8.551%2C38.811%2C3.34%2C32.99%2C3.34c-5.918%2C0-10.84%2C5.382-11.898%2C12.493c0.103%2C0.004%2C0.207%2C0.008%2C0.309%2C0.008%20C25.975%2C15.841%2C28.509%2C10.405%2C28.542%2C10.344z%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M32.994%2C55.598V40.906l-5.668%2C4.33l-2.721-8.125c-0.709%2C0.564-3.881%2C1.741-7.147%2C3.007%20%20c-3.131%2C1.213-6.346%2C2.509-7.571%2C3.432c-1.169%2C0.883-2.098%2C5.378-2.752%2C9.906H7.133C6.393%2C58.59%2C6%2C63.765%2C6%2C63.765h26.954h0.009%20%20h0.047h0.011h26.952c0%2C0-0.229-3.01-0.665-6.716H34.443C33.643%2C57.049%2C32.994%2C56.399%2C32.994%2C55.598z%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M34.443%2C29.408h7.233c2.119-2.766%2C3.429-6.534%2C3.429-10.696v-0.056c-0.963%2C0.087-1.875%2C0.13-2.734%2C0.13%20%20%20c-6.728%2C0-10.401-2.559-12.329-4.83c-1.541%2C2.166-4.395%2C5.065-8.611%2C5.065c-0.179%2C0-0.364-0.017-0.55-0.032%20%20%20C21%2C27.346%2C26.367%2C34.076%2C32.99%2C34.076c0.001%2C0%2C0.002%2C0%2C0.004%2C0v-3.22C32.994%2C30.057%2C33.643%2C29.408%2C34.443%2C29.408z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M76.551%2C29.408H41.676c-2.202%2C2.875-5.276%2C4.667-8.682%2C4.668v6.83l0.123-0.094l5.431%2C4.424l2.819-8.125%20%20%20c0.543%2C0.431%2C2.527%2C1.222%2C4.893%2C2.138c3.688%2C1.426%2C8.299%2C3.151%2C9.822%2C4.301c1.031%2C0.773%2C1.871%2C4.336%2C2.508%2C8.258%20%20%20c0.28%2C1.747%2C0.521%2C3.565%2C0.718%2C5.241h17.243c0.801%2C0%2C1.449-0.649%2C1.449-1.451V30.856C78%2C30.057%2C77.352%2C29.408%2C76.551%2C29.408z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M41.676%2C29.408h-7.233c-0.801%2C0-1.449%2C0.648-1.449%2C1.448v3.22C36.4%2C34.075%2C39.475%2C32.283%2C41.676%2C29.408z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M41.676%2C29.408h-7.233c-0.801%2C0-1.449%2C0.648-1.449%2C1.448v3.22C36.4%2C34.075%2C39.475%2C32.283%2C41.676%2C29.408z%22%20%20%20%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M56.082%2C43.55c-1.523-1.149-6.135-2.875-9.822-4.301c-2.366-0.916-4.35-1.707-4.893-2.138l-2.819%2C8.125%20%20l-5.431-4.424l-0.123%2C0.094v14.691c0%2C0.802%2C0.648%2C1.451%2C1.449%2C1.451h24.864c-0.197-1.676-0.438-3.494-0.718-5.241%20%20C57.953%2C47.886%2C57.113%2C44.323%2C56.082%2C43.55z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M56.082%2C43.55c-1.523-1.149-6.135-2.875-9.822-4.301c-2.366-0.916-4.35-1.707-4.893-2.138l-2.819%2C8.125%20%20l-5.431-4.424l-0.123%2C0.094v14.691c0%2C0.802%2C0.648%2C1.451%2C1.449%2C1.451h24.864c-0.197-1.676-0.438-3.494-0.718-5.241%20%20C57.953%2C47.886%2C57.113%2C44.323%2C56.082%2C43.55z%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Crect%20x%3D%2261.545%22%20y%3D%2236.348%22%20fill%3D%22%23FFFFFF%22%20width%3D%229.709%22%20height%3D%221.726%22%2F%3E%20%3Crect%20x%3D%2255.496%22%20y%3D%2240.732%22%20fill%3D%22%23FFFFFF%22%20width%3D%2215.758%22%20height%3D%221.724%22%2F%3E%20%3Crect%20x%3D%2259.371%22%20y%3D%2244.94%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.861%22%20height%3D%221.724%22%2F%3E%20%3Crect%20x%3D%2259.395%22%20y%3D%2249.425%22%20fill%3D%22%23FFFFFF%22%20width%3D%2211.859%22%20height%3D%221.725%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%2236.933%22%20y%3D%2240.853%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-16.8853%2044.6628%29%22%20fill%3D%22%23FFFFFF%22%20width%3D%2217.077%22%20height%3D%223.724%22%2F%3E%3Crect%20x%3D%2236.933%22%20y%3D%2240.853%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2043.5202%20-19.6424%29%22%20fill%3D%22%23FFFFFF%22%20width%3D%2217.078%22%20height%3D%223.724%22%2F%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 39px;
}
.icon-secure-email {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-secureEmail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2229.75px%22%20viewBox%3D%220%200%2043.125%2029.75%22%20enable-background%3D%22new%200%200%2043.125%2029.75%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22%23D1C9BF%22%20points%3D%2224.962%2C22.378%2018.202%2C22.378%2019.774%2C15.845%201.582%2C4.247%201.582%2C27.897%2041.582%2C27.897%2041.582%2C4.247%20%20%2023.383%2C15.849%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M21.572%2C9.327c1.609%2C0%2C2.92%2C1.36%2C2.92%2C3.03c0%2C0.163-0.035%2C0.316-0.059%2C0.472L41.582%2C1.897h-40%20%20l17.137%2C10.925c-0.023-0.154-0.057-0.305-0.057-0.465C18.662%2C10.687%2C19.962%2C9.327%2C21.572%2C9.327z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M23.383%2C15.849l-0.23-0.952c0.686-0.449%2C1.149-1.2%2C1.281-2.068l-2.852%2C1.818l-2.863-1.825%20%20c0.13%2C0.871%2C0.594%2C1.624%2C1.283%2C2.075l-0.228%2C0.948l1.808%2C1.152L23.383%2C15.849z%22%2F%3E%20%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2224.962%2C22.378%2023.383%2C15.849%2021.582%2C16.997%2019.774%2C15.845%2018.202%2C22.378%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M24.434%2C12.829c0.023-0.156%2C0.059-0.309%2C0.059-0.472c0-1.67-1.311-3.03-2.92-3.03%20%20c-1.61%2C0-2.91%2C1.36-2.91%2C3.03c0%2C0.161%2C0.034%2C0.311%2C0.057%2C0.465l2.863%2C1.825L24.434%2C12.829z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 30px;
}
.icon-locate-office {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22svg-locate-office%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2243.125px%22%20height%3D%2253.375px%22%20viewBox%3D%220%200%2043.125%2053.375%22%20enable-background%3D%22new%200%200%2043.125%2053.375%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22none%22%20d%3D%22M28.37%2C15.741c0-4.06-3.3-7.35-7.37-7.35s-7.38%2C3.29-7.38%2C7.35s3.31%2C7.35%2C7.38%2C7.35S28.37%2C19.801%2C28.37%2C15.741%20%20z%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M25.538%2C40.625c-2.542%2C3.586-4.519%2C6.027-4.519%2C6.027s-1.778-2.486-4.131-6.059%20%20C7.819%2C41.136%2C1%2C43.436%2C1%2C46.201c0%2C3.16%2C8.96%2C5.73%2C20%2C5.73s20-2.57%2C20-5.73C41%2C43.479%2C34.391%2C41.213%2C25.538%2C40.625z%22%2F%3E%20%3Cpath%20fill%3D%22%23179BD7%22%20d%3D%22M25.538%2C40.625C30.133%2C34.142%2C36.58%2C23.9%2C36.58%2C17.461c0-8.58-6.98-15.53-15.58-15.53%20%20S5.42%2C8.881%2C5.42%2C17.461c0%2C4.896%2C6.847%2C16.116%2C11.469%2C23.132c1.327-0.08%2C2.701-0.123%2C4.111-0.123%20%20C22.563%2C40.471%2C24.078%2C40.527%2C25.538%2C40.625z%20M13.62%2C15.741c0-4.06%2C3.31-7.35%2C7.38-7.35s7.37%2C3.29%2C7.37%2C7.35s-3.3%2C7.35-7.37%2C7.35%20%20S13.62%2C19.801%2C13.62%2C15.741z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M25.538%2C40.625c-1.46-0.098-2.975-0.154-4.538-0.154c-1.41%2C0-2.784%2C0.043-4.111%2C0.123%20%20c2.353%2C3.572%2C4.131%2C6.059%2C4.131%2C6.059S22.996%2C44.211%2C25.538%2C40.625z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 53px;
}
.icon-me-logo-old {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2246px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2046%2016%22%20enable-background%3D%22new%200%200%2046%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M3.618%2C3.375H2.665V0.966H2.659L2.051%2C3.375h-0.65L0.777%2C0.966h-0.01v2.409H0V0.001h1.335l0.474%2C1.792h0.01%20%20l0.453-1.792h1.345%20M6.739%2C3.375H4.243V0.001h2.496v0.778h-1.5v0.491h1.214v0.755h-1.21v0.544h1.498%20M8.768%2C1.363%20%20c0.22%2C0%2C0.488-0.032%2C0.488-0.324c0-0.112-0.057-0.22-0.158-0.272C9.011%2C0.722%2C8.905%2C0.722%2C8.806%2C0.722h-0.41v0.644h0.372V1.363z%20%20%20M9.2%2C3.375L8.716%2C2.089h-0.32v1.286H7.365V0h1.69c0.29%2C0%2C0.61%2C0.04%2C0.86%2C0.206c0.274%2C0.178%2C0.408%2C0.477%2C0.408%2C0.807%20%20c0%2C0.445-0.197%2C0.709-0.586%2C0.894l0.6%2C1.47H9.202L9.2%2C3.375z%20M12.342%2C1.363c0.22%2C0%2C0.488-0.032%2C0.488-0.324%20%20c0-0.112-0.06-0.22-0.162-0.272c-0.084-0.045-0.192-0.045-0.288-0.045h-0.415v0.644h0.377V1.363z%20M12.77%2C3.375l-0.484-1.286h-0.32%20%20v1.286h-1.032V0h1.691c0.292%2C0%2C0.61%2C0.04%2C0.857%2C0.206c0.278%2C0.178%2C0.408%2C0.477%2C0.408%2C0.807c0%2C0.445-0.193%2C0.709-0.586%2C0.894%20%20l0.6%2C1.47h-1.133L12.77%2C3.375z%20M15.559%2C1.121v2.254h-1.03V0.001h1.03%20M18.627%2C3.375h-2.33V0.001h1.028v2.551h1.302%20M21.492%2C3.375%20%20h-2.33V0.001h1.027v2.551h1.303%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M38.291%2C8.001c0.07%2C0.036%2C0.164-0.05%2C0.041-0.174c-0.129-0.132-0.325-0.197-0.547-0.197%20c-0.224%2C0-0.42%2C0.064-0.552%2C0.196c-0.12%2C0.124-0.027%2C0.21%2C0.041%2C0.173c0.139-0.066%2C0.32-0.107%2C0.511-0.107%20c0.183%2C0%2C0.364%2C0.041%2C0.506%2C0.107V8.001z%20M36.69%2C5.931c-0.016%2C0.313%2C0.154%2C0.545%2C0.5%2C0.563C37.201%2C6.177%2C37.033%2C5.943%2C36.69%2C5.931z%20%20M43.391%2C5.406c0.14%2C0.09%2C0.52%2C0.233%2C0.862%2C0.233c0.337%2C0%2C0.716-0.373%2C0.863-0.58h-1.479c-0.428%2C0-0.381%2C0.25-0.248%2C0.347H43.391z%20%20M42.686%2C10.71c-0.541%2C0-0.896%2C0.355-0.896%2C0.814c0%2C0.455%2C0.196%2C0.89%2C0.694%2C1.197c0.5%2C0.311%2C1.279%2C0.621%2C1.504%2C0.709%20c0.548%2C0.22%2C0.628%2C0.547%2C0.333%2C1.166c-0.185%2C0.383-0.455%2C0.873-0.455%2C0.873h0.646c0.117-0.465%2C0.5-1.414%2C0.738-1.813%20c-0.27-0.172-0.477-0.46-0.609-0.723c-0.141-0.26-0.377-0.684-0.515-0.971C43.991%2C11.683%2C43.416%2C10.709%2C42.686%2C10.71L42.686%2C10.71z%20%20M42.883%2C13.554c0.01%2C0.207%2C0.077%2C0.551%2C0.351%2C0.573c0.272%2C0.021%2C0.476-0.093%2C0.542-0.206%20C43.652%2C13.785%2C43.098%2C13.603%2C42.883%2C13.554L42.883%2C13.554z%20M40.863%2C15.464h0.412c0.199-0.402%2C0.869-1.621%2C1.014-1.75l0.023-0.17%20c-0.271%2C0.01-0.69%2C0.061-0.92%2C0.16C41.393%2C14.412%2C41.023%2C15.194%2C40.863%2C15.464L40.863%2C15.464z%20M40.023%2C13.017l0.953-0.207%20c-0.043%2C0.094-0.058%2C0.252-0.043%2C0.402l0.951-0.264c-0.264-0.273-0.57-0.924-0.57-1.395c0-0.47%2C0.24-1.002%2C0.617-1.14%20c-0.283-0.094-1.021-0.595-1.215-0.903c0.035%2C0.311-0.111%2C0.855-0.341%2C1.188c-0.288%2C0.424-0.952%2C0.754-1.241%2C1.146%20c0.56%2C0.053%2C0.947%2C0.64%2C0.889%2C1.174V13.017z%20M39.206%2C14.474c0.04-0.143%2C0.07-0.47%2C0.046-0.633c-0.25%2C0.062-0.93%2C0.062-1.026-0.113%20c0.177-0.217%2C0.561-0.242%2C0.696-0.283c0.133-0.051%2C0.65-0.346%2C0.65-0.604c0-0.26-0.193-0.476-0.51-0.476%20c-0.36%2C0-0.604%2C0.214-0.88%2C0.593c-0.229%2C0.325-0.319%2C0.53-0.319%2C0.678c0%2C0.178%2C0.153%2C0.478%2C0.508%2C0.641%20c0.275%2C0.125%2C0.635%2C0.203%2C0.835%2C0.199V14.474z%20M36.247%2C13.61c0-0.396-0.275-0.756-0.37-0.878c-0.1-0.136-0.325-0.438-0.385-0.438%20c-0.084%2C0-0.146%2C0.085-0.146%2C0.174c0%2C0.197%2C0.069%2C0.469%2C0.263%2C1.075c0.215%2C0.685%2C0.19%2C1.412%2C0.046%2C1.931h0.326%20C36.044%2C15.286%2C36.248%2C14.013%2C36.247%2C13.61L36.247%2C13.61z%20M38.93%2C5.95c-0.33%2C0.02-0.555%2C0.218-0.533%2C0.588%20c0.33-0.016%2C0.554-0.222%2C0.533-0.586V5.95z%20M36.644%2C5.276c-0.203%2C0-0.487-0.258-0.553-0.402c-0.07-0.15-0.09-0.392%2C0.032-0.62%20c-0.28%2C0.033-0.562%2C0.25-0.562%2C0.638c0%2C0.47%2C0.457%2C0.871%2C0.847%2C0.925c-0.113%2C0.903-0.688%2C2.47-0.94%2C3.058%20c-0.062%2C0.135-0.134%2C0.439%2C0.141%2C0.57c0.316%2C0.145%2C0.949%2C0.845%2C1.029%2C1.516h-0.362c-0.035-0.189-0.226-0.525-0.326-0.66%20c-0.3-0.397-0.59-0.443-0.75-0.3c-0.156%2C0.146-0.205%2C0.487%2C0.012%2C0.96c0.296%2C0.641%2C1.528%2C2.272%2C1.634%2C2.397%20c0.099%2C0.128%2C0.313%2C0.153%2C0.453%2C0.026c0.133-0.125%2C0.442-0.412%2C0.619-0.787c0.367-0.765%2C0.813-1.16%2C1.486-1.58%20c0.446-0.271%2C0.896-0.844%2C0.896-1.744c0-1.039-0.957-2.385-1.248-2.819c-0.152%2C0.063-0.459%2C0.367-0.459%2C0.668%20c0%2C0.125%2C0.08%2C0.136%2C0.08%2C0.306s-0.16%2C0.225-0.228%2C0.225s-0.116-0.042-0.193-0.078c-0.08-0.036-0.22-0.053-0.314-0.064%20c-0.11-0.014-0.313-0.024-0.442%2C0.01c-0.073%2C0.021-0.136%2C0.026-0.242%2C0.086c-0.052%2C0.029-0.206-0.082-0.206-0.239%20c0-0.12%2C0.145-0.208%2C0.23-0.208c0.093%2C0%2C0.193%2C0.043%2C0.271%2C0.07c0.137%2C0.05%2C0.322%2C0.043%2C0.487-0.021%20c0.181-0.069%2C0.153-0.185%2C0.127-0.26c-0.028-0.074-0.06-0.179-0.06-0.416c0-0.242%2C0.123-0.595%2C0.313-0.79h0.689%20c0.5%2C0.031%2C0.771-0.49%2C0.771-0.8c0-0.306-0.248-0.66-0.417-0.765c0.047%2C0.127%2C0.098%2C0.287%2C0.047%2C0.524%20c-0.051%2C0.213-0.265%2C0.515-0.637%2C0.515c-0.09%2C0-0.352-0.06-0.453-0.174h-1.389c-0.052%2C0.11-0.181%2C0.233-0.382%2C0.233L36.644%2C5.276z%20%20M35.097%2C15.871c0.252-0.812%2C0.34-1.917%2C0.023-2.558c-0.273-0.547-0.316-1.372-0.092-1.666c-0.352-0.463-0.698-1.217-0.014-2.83%20c0.439-1.038%2C0.67-1.834%2C0.795-2.36c-0.27%2C0.164-0.477%2C0.22-0.689%2C0.242c-0.07-0.229%2C0.006-0.757%2C0.264-0.925%20c-0.281-0.316-0.351-0.61-0.351-0.961c0-0.631%2C0.7-1.172%2C1.248-1.172c0.34%2C0%2C0.546%2C0.093%2C0.637%2C0.186%20c-0.229%2C0.104-0.387%2C0.33-0.387%2C0.49s0.096%2C0.359%2C0.253%2C0.359c0.158%2C0%2C0.16-0.05%2C0.257-0.117l1.375%2C0.004%20c0.092%2C0.105%2C0.189%2C0.135%2C0.296%2C0.135c0.235%2C0%2C0.378-0.213%2C0.378-0.383c0-0.178-0.094-0.444-0.359-0.522%20c0.146-0.12%2C0.336-0.19%2C0.521-0.19c0.453%2C0%2C1.148%2C0.535%2C1.148%2C1.381c0%2C0.326-0.04%2C0.626-0.307%2C0.893%20c0.178%2C0.174%2C0.323%2C0.508%2C0.358%2C0.758c-0.112%2C0.02-0.576%2C0.039-0.688%2C0.039c0.121%2C0.168%2C0.549%2C1.035%2C0.646%2C1.299%20c0.26%2C0.68%2C0.734%2C1.56%2C1.507%2C1.934c0.955%2C0.455%2C1.9%2C0.689%2C2.914%2C0.42c0.41-0.109%2C0.69-0.561%2C0.69-0.914%20c0-0.48-0.752-1.061-1.45-1.29c-1.021-0.335-3.06-0.545-3.038-2.16c0.014-0.753%2C0.848-1.39%2C1.906-1.39%20c0.59%2C0%2C2.945-0.051%2C2.945-0.051c-0.115%2C0.553-0.77%2C1.576-1.541%2C1.576c-0.771%2C0-0.813-0.225-1.11-0.39%20c-0.294-0.155-0.658-0.29-0.908-0.29c-0.31%2C0-0.78%2C0.19-0.78%2C0.74c0%2C0.365%2C0.247%2C0.773%2C1.02%2C1.025C43.607%2C7.522%2C46%2C7.937%2C46%2C9.433%20c0%2C0.845-0.757%2C1.459-1.945%2C1.498c0.324%2C0.467%2C0.563%2C0.944%2C0.674%2C1.224c0.147%2C0.351%2C0.666%2C1.146%2C1.215%2C1.25%20c-0.443%2C0.666-0.94%2C1.786-0.94%2C2.47h-1.95c0.25-0.318%2C0.684-1.143%2C0.795-1.369c-0.315%2C0.135-0.906%2C0.092-1.067-0.207%20c-0.158-0.293-0.28-0.031-0.372%2C0.084c-0.092%2C0.112-0.667%2C1.104-0.805%2C1.492h-1.633c0.5-0.547%2C0.977-1.596%2C0.91-2.102%20c-0.273%2C0.057-0.469%2C0.082-0.469%2C0.082c0.016-0.217-0.279-0.512-0.716-0.159c0.045%2C0.33%2C0.008%2C0.96-0.073%2C1.325%20c-0.906%2C0.015-1.913-0.45-2.121-1.07c-0.036-0.12-0.202%2C0.07-0.336%2C0.074c-0.196%2C0-0.356-0.105-0.399-0.16%20c-0.023%2C0.283-0.229%2C0.925-0.264%2C1.197c-0.029%2C0.274-0.076%2C0.666-0.044%2C0.813h-1.36L35.097%2C15.871z%20M31.251%2C6.554V4.509h-5.16%20v11.364h5.157v-2.04h-2.926v-2.668h2.514V9.121h-2.514V6.554h2.925H31.251z%20M21.816%2C6.427c0.85%2C0%2C0.927%2C0.859%2C0.945%2C1.34h2.229%20c-0.047-1.039-0.364-1.931-0.956-2.539c-0.538-0.525-1.275-0.846-2.22-0.846c-1.256%2C0-1.917%2C0.512-2.437%2C1.135%20c-0.896%2C1.084-0.832%2C3.142-0.832%2C4.675c0%2C1.53-0.063%2C3.59%2C0.832%2C4.68c0.52%2C0.617%2C1.18%2C1.13%2C2.437%2C1.13%20c1.917%2C0%2C3.175-1.23%2C3.175-3.494V9.618h-3.16v1.835h0.928v1.183c0%2C0.619-0.207%2C1.319-0.945%2C1.319c-0.406%2C0-0.609-0.187-0.736-0.442%20c-0.268-0.525-0.3-1.947-0.3-3.319c0-1.373%2C0.032-2.792%2C0.3-3.318c0.127-0.257%2C0.33-0.45%2C0.738-0.45L21.816%2C6.427z%20M4.907%2C15.873%20h5.157v-2.04H7.14v-2.668h2.514V9.121H7.139V6.554h2.925V4.509H4.907V15.873z%20M32.205%2C5.038h0.14c0.047%2C0%2C0.121-0.01%2C0.121-0.088%20c0-0.04-0.025-0.085-0.109-0.085h-0.149v0.174L32.205%2C5.038z%20M32.205%2C5.402h-0.133v-0.64h0.296c0.035%2C0%2C0.24%2C0%2C0.24%2C0.191%20c0%2C0.122-0.09%2C0.157-0.117%2C0.17l0.115%2C0.278h-0.146l-0.102-0.257h-0.154V5.402z%20M32.322%2C5.572c0.264%2C0%2C0.479-0.22%2C0.479-0.49%20c0-0.274-0.217-0.489-0.479-0.489s-0.484%2C0.215-0.484%2C0.489C31.838%2C5.353%2C32.056%2C5.572%2C32.322%2C5.572L32.322%2C5.572z%20M32.322%2C4.484%20c0.319%2C0%2C0.586%2C0.263%2C0.586%2C0.598c0%2C0.327-0.265%2C0.597-0.585%2C0.597c-0.327%2C0-0.59-0.27-0.59-0.596%20C31.733%2C4.748%2C32%2C4.485%2C32.322%2C4.484L32.322%2C4.484z%20M15.109%2C13.339c-0.14%2C0.283-0.42%2C0.493-0.833%2C0.493h-0.877V6.554h0.877%20c0.41%2C0%2C0.692%2C0.207%2C0.833%2C0.494c0.27%2C0.526%2C0.27%2C1.867%2C0.27%2C3.129C15.379%2C11.435%2C15.379%2C12.812%2C15.109%2C13.339z%20M16.777%2C5.612%20c-0.502-0.59-1.194-1.104-2.45-1.104h-3.165v11.365h3.164c1.257%2C0%2C1.95-0.51%2C2.45-1.104c0.896-1.051%2C0.834-3.094%2C0.834-4.579%20C17.61%2C8.709%2C17.673%2C6.665%2C16.777%2C5.612L16.777%2C5.612z%22%2F%3E%3C%2Fsvg%3E');
  width: 131px;
  height: 45px;
}
.icon-me-logo-old.l {
  width: 230px;
  height: 80px;
}
.header .icon-me-logo-old {
  background-size: contain;
}
.icon-me-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2270px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2070%2045%22%20enable-background%3D%22new%200%200%2070%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C37.111v1.939h-4.85v0.021l4.85%2C1.236v1.327l-4.85%2C1.275v0.021h4.85v1.562H0.362v-2.721%20%20%20%20l3.604-0.971v-0.019l-3.604-0.932v-2.742H7.153z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C30.738v5.098H0.362v-5.098h1.564v3.059h0.99v-2.474h1.515v2.474H5.53v-3.059H7.153z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C25.71L4.56%2C26.701v0.652h2.594v2.109H0.362v-3.455c0-0.594%2C0.08-1.247%2C0.416-1.752%20%20%20%20c0.356-0.564%2C0.96-0.832%2C1.623-0.832c0.892%2C0%2C1.426%2C0.397%2C1.792%2C1.198l2.96-1.228V25.71z%20M3.104%2C26.593%20%20%20%20c0-0.456-0.069-1.001-0.654-1.001c-0.226%2C0-0.445%2C0.118-0.554%2C0.328c-0.089%2C0.177-0.089%2C0.395-0.089%2C0.594v0.84h1.297V26.593z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C18.414L4.56%2C19.403v0.654h2.594v2.107H0.362V18.71c0-0.595%2C0.08-1.247%2C0.416-1.751%20%20%20%20c0.356-0.564%2C0.96-0.832%2C1.623-0.832c0.892%2C0%2C1.426%2C0.396%2C1.792%2C1.198l2.96-1.227V18.414z%20M3.104%2C19.294c0-0.455-0.069-1-0.654-1%20%20%20%20c-0.226%2C0-0.445%2C0.119-0.554%2C0.327c-0.089%2C0.179-0.089%2C0.396-0.089%2C0.595v0.841h1.297V19.294z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M2.619%2C12.723h4.535v2.099H0.362v-2.099H2.619z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C6.454v4.761H0.362V9.116H5.49V6.454H7.153z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M7.153%2C0.603v4.762H0.362v-2.1H5.49V0.603H7.153z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M10.176%2C19.357c0.39-1.244%2C0.526-2.934%2C0.036-3.912c-0.424-0.836-0.491-2.095-0.139-2.544%20%20%20%20c-0.549-0.712-1.084-1.863-0.026-4.326c0.689-1.588%2C1.042-2.804%2C1.237-3.608c-0.417%2C0.248-0.737%2C0.333-1.073%2C0.367%20%20%20%20c-0.106-0.353%2C0.01-1.154%2C0.409-1.413c-0.435-0.481-0.543-0.932-0.543-1.465c0-0.968%2C1.085-1.795%2C1.936-1.795%20%20%20%20c0.527%2C0%2C0.847%2C0.143%2C0.987%2C0.282c-0.361%2C0.157-0.6%2C0.505-0.6%2C0.753c0%2C0.244%2C0.148%2C0.549%2C0.395%2C0.549%20%20%20%20c0.246%2C0%2C0.252-0.076%2C0.395-0.183l2.141%2C0.009c0.136%2C0.162%2C0.293%2C0.205%2C0.457%2C0.205c0.36%2C0%2C0.585-0.326%2C0.585-0.589%20%20%20%20c0-0.268-0.147-0.68-0.561-0.796c0.228-0.185%2C0.525-0.288%2C0.813-0.288c0.704%2C0%2C1.78%2C0.812%2C1.78%2C2.106%20%20%20%20c0%2C0.5-0.059%2C0.956-0.472%2C1.365c0.271%2C0.268%2C0.5%2C0.779%2C0.554%2C1.157c-0.173%2C0.035-0.893%2C0.057-1.066%2C0.057%20%20%20%20c0.185%2C0.26%2C0.846%2C1.586%2C1.002%2C1.989c0.401%2C1.038%2C1.138%2C2.385%2C2.336%2C2.952c1.481%2C0.694%2C2.949%2C1.059%2C4.521%2C0.641%20%20%20%20c0.63-0.165%2C1.067-0.854%2C1.067-1.393c0-0.734-1.167-1.623-2.249-1.972c-1.586-0.514-4.747-0.834-4.71-3.298%20%20%20%20c0.019-1.153%2C1.309-2.129%2C2.956-2.129c0.913%2C0%2C4.57-0.072%2C4.57-0.072c-0.179%2C0.839-1.193%2C2.408-2.392%2C2.408%20%20%20%20c-1.197%2C0-1.266-0.346-1.72-0.592c-0.458-0.241-1.024-0.45-1.411-0.45c-0.479%2C0-1.21%2C0.294-1.21%2C1.131%20%20%20%20c0%2C0.561%2C0.384%2C1.188%2C1.58%2C1.572c1.619%2C0.519%2C5.328%2C1.15%2C5.328%2C3.44c0%2C1.286-1.172%2C2.23-3.018%2C2.286%20%20%20%20c0.506%2C0.715%2C0.875%2C1.446%2C1.047%2C1.869c0.228%2C0.538%2C1.033%2C1.75%2C1.883%2C1.917c-0.685%2C1.016-1.458%2C2.726-1.458%2C3.772h-3.026%20%20%20%20c0.389-0.488%2C1.057-1.747%2C1.233-2.096c-0.493%2C0.208-1.405%2C0.142-1.656-0.313c-0.243-0.454-0.437-0.051-0.576%2C0.124%20%20%20%20c-0.142%2C0.175-1.037%2C1.693-1.251%2C2.286h-2.529c0.773-0.839%2C1.512-2.443%2C1.408-3.213c-0.425%2C0.088-0.722%2C0.123-0.722%2C0.123%20%20%20%20c0.018-0.33-0.44-0.781-1.111-0.243c0.067%2C0.505%2C0.01%2C1.467-0.115%2C2.026c-1.404%2C0.022-2.97-0.69-3.294-1.634%20%20%20%20c-0.06-0.184-0.314%2C0.107-0.522%2C0.113c-0.3%2C0.002-0.551-0.166-0.621-0.246c-0.035%2C0.438-0.35%2C1.417-0.406%2C1.833%20%20%20%20c-0.048%2C0.42-0.121%2C1.014-0.07%2C1.242H10.176z%20M12.577%2C3.159c-0.315%2C0-0.754-0.392-0.853-0.61%20%20%20%20C11.612%2C2.32%2C11.581%2C1.95%2C11.77%2C1.601c-0.437%2C0.049-0.869%2C0.383-0.869%2C0.974c0%2C0.717%2C0.708%2C1.331%2C1.31%2C1.411%20%20%20%20c-0.173%2C1.381-1.065%2C3.778-1.46%2C4.672c-0.093%2C0.207-0.203%2C0.678%2C0.217%2C0.874c0.494%2C0.22%2C1.477%2C1.292%2C1.601%2C2.318h-0.564%20%20%20%20c-0.051-0.294-0.35-0.805-0.508-1.013c-0.461-0.607-0.914-0.676-1.159-0.453c-0.245%2C0.223-0.32%2C0.745%2C0.017%2C1.465%20%20%20%20c0.458%2C0.979%2C2.373%2C3.474%2C2.532%2C3.665c0.157%2C0.196%2C0.488%2C0.23%2C0.704%2C0.037c0.209-0.19%2C0.685-0.629%2C0.965-1.204%20%20%20%20c0.568-1.167%2C1.258-1.771%2C2.303-2.408c0.693-0.419%2C1.388-1.297%2C1.388-2.673c0-1.587-1.476-3.645-1.928-4.308%20%20%20%20c-0.243%2C0.102-0.72%2C0.56-0.72%2C1.021c0%2C0.191%2C0.129%2C0.209%2C0.129%2C0.47c0%2C0.261-0.249%2C0.342-0.353%2C0.342%20%20%20%20c-0.105%2C0-0.182-0.067-0.303-0.12c-0.123-0.054-0.342-0.079-0.492-0.097c-0.174-0.025-0.479-0.04-0.683%2C0.018%20%20%20%20c-0.114%2C0.023-0.212%2C0.038-0.378%2C0.129C13.438%2C6.762%2C13.2%2C6.594%2C13.2%2C6.354c0-0.184%2C0.221-0.32%2C0.36-0.32%20%20%20%20c0.14%2C0%2C0.294%2C0.068%2C0.416%2C0.11c0.212%2C0.077%2C0.502%2C0.068%2C0.757-0.03c0.28-0.112%2C0.244-0.286%2C0.2-0.397%20%20%20%20c-0.044-0.115-0.095-0.272-0.095-0.637c0-0.37%2C0.191-0.909%2C0.493-1.208h1.071c0.774%2C0.049%2C1.194-0.747%2C1.194-1.22%20%20%20%20c0-0.469-0.387-1.011-0.651-1.169c0.073%2C0.195%2C0.154%2C0.443%2C0.073%2C0.804c-0.077%2C0.324-0.41%2C0.789-0.988%2C0.789%20%20%20%20c-0.138%2C0-0.543-0.091-0.698-0.265h-2.163C13.092%2C2.973%2C12.89%2C3.159%2C12.577%2C3.159%20M16.125%2C4.192%20%20%20%20c-0.514%2C0.027-0.865%2C0.335-0.832%2C0.9C15.81%2C5.064%2C16.158%2C4.75%2C16.125%2C4.192%20M11.961%2C15.901c0-0.61-0.432-1.159-0.57-1.347%20%20%20%20c-0.161-0.206-0.51-0.667-0.601-0.667c-0.133%2C0-0.229%2C0.133-0.229%2C0.27c0%2C0.296%2C0.106%2C0.712%2C0.406%2C1.642%20%20%20%20c0.336%2C1.039%2C0.296%2C2.156%2C0.07%2C2.947h0.509C11.646%2C18.456%2C11.961%2C16.514%2C11.961%2C15.901%20M16.556%2C17.218%20%20%20%20c0.058-0.217%2C0.108-0.715%2C0.07-0.967c-0.389%2C0.093-1.445%2C0.093-1.597-0.175c0.28-0.33%2C0.872-0.364%2C1.087-0.433%20%20%20%20c0.207-0.073%2C1.007-0.528%2C1.007-0.917c0-0.394-0.301-0.729-0.791-0.729c-0.561%2C0-0.937%2C0.328-1.364%2C0.908%20%20%20%20c-0.361%2C0.494-0.5%2C0.811-0.5%2C1.033c0%2C0.27%2C0.239%2C0.728%2C0.791%2C0.977C15.689%2C17.106%2C16.243%2C17.225%2C16.556%2C17.218%20M17.823%2C14.994%20%20%20%20l1.479-0.316c-0.068%2C0.141-0.086%2C0.385-0.068%2C0.612l1.476-0.402c-0.407-0.42-0.879-1.415-0.879-2.129%20%20%20%20c0-0.716%2C0.371-1.534%2C0.952-1.747c-0.441-0.141-1.586-0.908-1.883-1.378c0.053%2C0.47-0.176%2C1.311-0.53%2C1.815%20%20%20%20c-0.445%2C0.647-1.474%2C1.153-1.93%2C1.747C17.313%2C13.282%2C17.909%2C14.174%2C17.823%2C14.994%20M19.127%2C18.729h0.634%20%20%20%20c0.315-0.613%2C1.35-2.479%2C1.577-2.67l0.04-0.261c-0.422%2C0.016-1.076%2C0.09-1.428%2C0.245C19.95%2C17.121%2C19.377%2C18.317%2C19.127%2C18.729%20%20%20%20%20M22.257%2C15.814c0.019%2C0.312%2C0.122%2C0.836%2C0.547%2C0.874c0.417%2C0.034%2C0.737-0.14%2C0.837-0.313%20%20%20%20C23.452%2C16.166%2C22.588%2C15.888%2C22.257%2C15.814%20M21.956%2C11.466c-0.844%2C0-1.389%2C0.542-1.389%2C1.242c0%2C0.696%2C0.303%2C1.361%2C1.074%2C1.832%20%20%20%20c0.774%2C0.472%2C1.985%2C0.946%2C2.336%2C1.081c0.846%2C0.336%2C0.972%2C0.84%2C0.514%2C1.783c-0.288%2C0.586-0.705%2C1.339-0.705%2C1.339h1.003%20%20%20%20c0.177-0.713%2C0.771-2.163%2C1.143-2.773c-0.423-0.259-0.739-0.699-0.949-1.102c-0.217-0.4-0.583-1.043-0.793-1.483%20%20%20%20C23.976%2C12.951%2C23.081%2C11.466%2C21.956%2C11.466%20M23.045%2C3.354c0.213%2C0.138%2C0.808%2C0.362%2C1.336%2C0.362c0.527%2C0%2C1.112-0.574%2C1.341-0.889%20%20%20%20h-2.291C22.763%2C2.828%2C22.834%2C3.211%2C23.045%2C3.354%20M12.649%2C4.16c-0.022%2C0.481%2C0.241%2C0.833%2C0.777%2C0.859%20%20%20%20C13.442%2C4.535%2C13.184%2C4.179%2C12.649%2C4.16%20M15.132%2C7.323c0.112%2C0.052%2C0.253-0.074%2C0.066-0.264c-0.205-0.201-0.504-0.3-0.852-0.3%20%20%20%20c-0.347%2C0-0.653%2C0.099-0.852%2C0.3c-0.19%2C0.189-0.046%2C0.316%2C0.065%2C0.264c0.212-0.105%2C0.495-0.163%2C0.787-0.163%20%20%20%20C14.634%2C7.16%2C14.915%2C7.218%2C15.132%2C7.323%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M9.44%2C44.495v-22.86h10.533v4.108h-5.972v5.171h5.134v4.108h-5.134v5.363h5.972v4.109H9.44z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M33.681%2C42.28c-1.028%2C1.188-2.44%2C2.215-5.007%2C2.215h-6.456v-22.86h6.456c2.567%2C0%2C3.979%2C1.029%2C5.007%2C2.216%20%20%20%20c1.832%2C2.12%2C1.703%2C6.228%2C1.703%2C9.212C35.384%2C36.05%2C35.513%2C40.161%2C33.681%2C42.28z%20M30.278%2C26.741%20%20%20%20c-0.288-0.578-0.866-0.998-1.7-0.998H26.78v14.643h1.798c0.834%2C0%2C1.413-0.42%2C1.7-0.995c0.548-1.06%2C0.548-3.822%2C0.548-6.358%20%20%20%20S30.826%2C27.802%2C30.278%2C26.741z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M43.972%2C44.749c-2.565%2C0-3.914-1.026-4.976-2.276c-1.827-2.183-1.699-6.327-1.699-9.409%20%20%20%20c0-3.08-0.128-7.222%2C1.699-9.406c1.062-1.251%2C2.41-2.279%2C4.976-2.279c1.929%2C0%2C3.438%2C0.643%2C4.529%2C1.701%20%20%20%20c1.217%2C1.223%2C1.862%2C3.019%2C1.955%2C5.106H45.9c-0.034-0.963-0.192-2.698-1.929-2.698c-0.832%2C0-1.252%2C0.387-1.506%2C0.9%20%20%20%20c-0.549%2C1.06-0.613%2C3.916-0.613%2C6.676c0%2C2.762%2C0.064%2C5.618%2C0.613%2C6.681c0.254%2C0.514%2C0.674%2C0.896%2C1.506%2C0.896%20%20%20%20c1.509%2C0%2C1.929-1.41%2C1.929-2.665v-2.373h-1.894v-3.691h6.449v5.811C50.456%2C42.28%2C47.891%2C44.749%2C43.972%2C44.749z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M52.704%2C44.495v-22.86h10.535v4.108h-5.972v5.171h5.134v4.111h-5.134v5.36h5.972v4.109H52.704z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M67.418%2C22.784c0%2C0.369-0.134%2C0.685-0.396%2C0.948c-0.262%2C0.263-0.578%2C0.395-0.947%2C0.395%20%20%20%20s-0.685-0.132-0.949-0.395c-0.263-0.263-0.394-0.58-0.394-0.948c0-0.368%2C0.131-0.684%2C0.394-0.947%20%20%20%20c0.265-0.264%2C0.58-0.396%2C0.949-0.396s0.686%2C0.132%2C0.947%2C0.396C67.284%2C22.101%2C67.418%2C22.417%2C67.418%2C22.784z%20M67.228%2C22.784%20%20%20%20c0-0.317-0.112-0.589-0.34-0.814c-0.225-0.225-0.497-0.339-0.813-0.339c-0.315%2C0-0.588%2C0.114-0.812%2C0.34%20%20%20%20c-0.228%2C0.225-0.34%2C0.497-0.34%2C0.813c0%2C0.318%2C0.112%2C0.589%2C0.337%2C0.814s0.497%2C0.338%2C0.815%2C0.338c0.316%2C0%2C0.589-0.113%2C0.813-0.338%20%20%20%20C67.112%2C23.372%2C67.228%2C23.101%2C67.228%2C22.784z%20M66.709%2C23.566h-0.257l-0.3-0.666h-0.431v0.666h-0.228v-1.562h0.658%20%20%20%20c0.179%2C0%2C0.311%2C0.045%2C0.398%2C0.137s0.134%2C0.193%2C0.134%2C0.305c0%2C0.083-0.024%2C0.162-0.072%2C0.239s-0.126%2C0.13-0.228%2C0.162%20%20%20%20L66.709%2C23.566z%20M65.722%2C22.717h0.406c0.104%2C0%2C0.185-0.025%2C0.235-0.079s0.078-0.118%2C0.078-0.195c0-0.081-0.027-0.141-0.08-0.183%20%20%20%20c-0.057-0.042-0.126-0.062-0.209-0.062h-0.431V22.717z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
}
.icon-ml-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22435.594px%22%20height%3D%22105.933px%22%20viewBox%3D%220%200%20435.594%20105.933%22%20enable-background%3D%22new%200%200%20435.594%20105.933%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Logo%22%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M14.605%2C91.82c1.664-5.349%2C2.261-12.642%2C0.146-16.844c-1.817-3.605-2.12-9.032-0.606-10.977%20%20%20%20c-2.358-3.062-4.663-8.023-0.095-18.632c2.958-6.837%2C4.482-12.076%2C5.323-15.544c-1.806%2C1.07-3.186%2C1.437-4.621%2C1.581%20%20%20%20c-0.462-1.533%2C0.045-4.971%2C1.771-6.076c-1.873-2.089-2.344-4.025-2.344-6.333c0-4.156%2C4.685-7.734%2C8.335-7.734%20%20%20%20c2.271%2C0%2C3.648%2C0.615%2C4.254%2C1.229c-1.554%2C0.666-2.585%2C2.163-2.585%2C3.231c0%2C1.049%2C0.63%2C2.371%2C1.69%2C2.371%20%20%20%20c1.064%2C0%2C1.108-0.327%2C1.711-0.782l9.21%2C0.029c0.591%2C0.697%2C1.285%2C0.895%2C1.968%2C0.895c1.572%2C0%2C2.539-1.408%2C2.539-2.554%20%20%20%20c0-1.144-0.642-2.925-2.417-3.428c0.979-0.789%2C2.249-1.236%2C3.514-1.236c3.03%2C0%2C7.66%2C3.499%2C7.66%2C9.062%20%20%20%20c0%2C2.163-0.257%2C4.141-2.031%2C5.884c1.163%2C1.174%2C2.151%2C3.378%2C2.389%2C5.008c-0.751%2C0.146-3.854%2C0.236-4.595%2C0.236%20%20%20%20c0.8%2C1.116%2C3.636%2C6.83%2C4.312%2C8.57c1.732%2C4.468%2C4.897%2C10.281%2C10.07%2C12.709c6.383%2C3.005%2C12.708%2C4.574%2C19.473%2C2.778%20%20%20%20c2.724-0.716%2C4.619-3.687%2C4.619-6.013c0-3.15-5.049-6.993-9.695-8.491c-6.845-2.214-20.464-3.58-20.306-14.215%20%20%20%20c0.081-4.966%2C5.632-9.175%2C12.732-9.175c3.94%2C0%2C19.698-0.305%2C19.698-0.305c-0.766%2C3.62-5.153%2C10.378-10.309%2C10.378%20%20%20%20c-5.155%2C0-5.449-1.501-7.421-2.553c-1.968-1.051-4.396-1.953-6.065-1.953c-2.065%2C0-5.223%2C1.281-5.223%2C4.886%20%20%20%20c0%2C2.412%2C1.669%2C5.111%2C6.817%2C6.771c6.973%2C2.236%2C22.952%2C4.961%2C22.952%2C14.813c0%2C5.545-5.057%2C9.616-13.027%2C9.855%20%20%20%20c2.202%2C3.081%2C3.789%2C6.235%2C4.546%2C8.049c0.974%2C2.321%2C4.441%2C7.546%2C8.107%2C8.266c-2.957%2C4.373-6.295%2C11.729-6.295%2C16.242H67.783%20%20%20%20c1.662-2.096%2C4.54-7.521%2C5.298-9.023c-2.117%2C0.903-6.057%2C0.605-7.115-1.353c-1.065-1.955-1.898-0.223-2.502%2C0.521%20%20%20%20c-0.609%2C0.758-4.469%2C7.296-5.38%2C9.855h-10.91c3.329-3.608%2C6.512-10.527%2C6.063-13.836c-1.814%2C0.379-3.104%2C0.521-3.104%2C0.521%20%20%20%20c0.081-1.425-1.899-3.372-4.778-1.048c0.299%2C2.188%2C0.038%2C6.325-0.493%2C8.732c-6.068%2C0.1-12.796-2.974-14.201-7.042%20%20%20%20c-0.266-0.782-1.362%2C0.454-2.257%2C0.489c-1.301%2C0.029-2.368-0.719-2.661-1.054c-0.158%2C1.888-1.522%2C6.098-1.75%2C7.898%20%20%20%20c-0.218%2C1.814-0.523%2C4.358-0.295%2C5.339H14.605z%20M24.938%2C22.034c-1.362%2C0-3.244-1.688-3.684-2.632%20%20%20%20c-0.471-0.983-0.599-2.586%2C0.227-4.085c-1.901%2C0.224-3.761%2C1.649-3.761%2C4.201c0%2C3.086%2C3.055%2C5.734%2C5.654%2C6.078%20%20%20%20c-0.751%2C5.958-4.604%2C16.275-6.306%2C20.129c-0.391%2C0.889-0.882%2C2.928%2C0.938%2C3.764c2.126%2C0.96%2C6.363%2C5.569%2C6.899%2C9.992h-2.431%20%20%20%20c-0.225-1.278-1.513-3.459-2.193-4.361c-1.986-2.615-3.937-2.926-5-1.957c-1.036%2C0.961-1.376%2C3.221%2C0.072%2C6.318%20%20%20%20c1.97%2C4.213%2C10.229%2C14.967%2C10.914%2C15.798c0.682%2C0.825%2C2.118%2C0.974%2C3.025%2C0.15c0.909-0.833%2C2.956-2.707%2C4.165-5.19%20%20%20%20c2.458-5.027%2C5.425-7.639%2C9.927-10.374c2.985-1.817%2C5.985-5.596%2C5.985-11.512c0-6.854-6.365-15.718-8.327-18.574%20%20%20%20c-1.039%2C0.445-3.072%2C2.41-3.072%2C4.4c0%2C0.824%2C0.532%2C0.899%2C0.532%2C2.032c0%2C1.123-1.065%2C1.466-1.518%2C1.466%20%20%20%20c-0.448%2C0-0.774-0.293-1.301-0.509c-0.531-0.229-1.477-0.357-2.109-0.432c-0.768-0.09-2.074-0.159-2.951%2C0.074%20%20%20%20c-0.477%2C0.119-0.91%2C0.177-1.63%2C0.564c-0.338%2C0.181-1.362-0.533-1.362-1.583c0-0.789%2C0.948-1.37%2C1.543-1.37%20%20%20%20c0.615%2C0%2C1.269%2C0.288%2C1.798%2C0.475c0.913%2C0.328%2C2.171%2C0.296%2C3.252-0.131c1.218-0.484%2C1.055-1.233%2C0.869-1.713%20%20%20%20c-0.187-0.496-0.419-1.175-0.419-2.751c0-1.581%2C0.831-3.907%2C2.119-5.202h4.622c3.339%2C0.229%2C5.146-3.213%2C5.146-5.246%20%20%20%20c0-2.031-1.662-4.363-2.793-5.041c0.304%2C0.828%2C0.661%2C1.903%2C0.304%2C3.456c-0.327%2C1.395-1.771%2C3.396-4.254%2C3.396%20%20%20%20c-0.598%2C0-2.34-0.393-3.024-1.146h-9.312C27.165%2C21.225%2C26.295%2C22.034%2C24.938%2C22.034%20M40.236%2C26.474%20%20%20%20c-2.214%2C0.126-3.725%2C1.464-3.59%2C3.89C38.866%2C30.243%2C40.364%2C28.896%2C40.236%2C26.474%20M22.292%2C76.935c0-2.636-1.861-5.001-2.465-5.797%20%20%20%20c-0.688-0.898-2.194-2.89-2.574-2.89c-0.575%2C0-0.991%2C0.578-0.991%2C1.169c0%2C1.276%2C0.458%2C3.076%2C1.745%2C7.071%20%20%20%20c1.448%2C4.474%2C1.282%2C9.275%2C0.304%2C12.692h2.196C20.929%2C87.941%2C22.292%2C79.562%2C22.292%2C76.935%20M42.096%2C82.61%20%20%20%20c0.231-0.938%2C0.46-3.075%2C0.301-4.167c-1.691%2C0.401-6.247%2C0.401-6.893-0.764c1.211-1.427%2C3.75-1.575%2C4.666-1.871%20%20%20%20c0.901-0.305%2C4.354-2.263%2C4.354-3.953c0-1.696-1.283-3.122-3.405-3.122c-2.427%2C0-4.031%2C1.406-5.882%2C3.909%20%20%20%20c-1.55%2C2.118-2.151%2C3.502-2.151%2C4.438c0%2C1.164%2C1.03%2C3.149%2C3.407%2C4.213C38.345%2C82.124%2C40.734%2C82.642%2C42.096%2C82.61%20M47.548%2C73.023%20%20%20%20l6.369-1.354c-0.302%2C0.593-0.378%2C1.658-0.302%2C2.629l6.365-1.735c-1.751-1.802-3.791-6.092-3.791-9.17%20%20%20%20c0-3.08%2C1.592-6.609%2C4.09-7.522c-1.888-0.606-6.819-3.914-8.109-5.941c0.23%2C2.027-0.75%2C5.651-2.275%2C7.822%20%20%20%20c-1.925%2C2.784-6.359%2C4.971-8.318%2C7.523C45.354%2C65.652%2C47.924%2C69.488%2C47.548%2C73.023%20M53.162%2C89.116h2.727%20%20%20%20c1.361-2.635%2C5.826-10.673%2C6.809-11.506l0.157-1.122c-1.817%2C0.064-4.625%2C0.369-6.139%2C1.054%20%20%20%20C56.716%2C82.187%2C54.243%2C87.338%2C53.162%2C89.116%20M66.645%2C76.553c0.074%2C1.353%2C0.526%2C3.606%2C2.348%2C3.769%20%20%20%20c1.814%2C0.149%2C3.181-0.598%2C3.63-1.353C71.794%2C78.065%2C68.078%2C76.857%2C66.645%2C76.553%20M65.35%2C57.83c-3.636%2C0-5.977%2C2.331-5.977%2C5.343%20%20%20%20c0%2C3.005%2C1.288%2C5.863%2C4.616%2C7.9c3.334%2C2.031%2C8.562%2C4.06%2C10.073%2C4.65c3.636%2C1.452%2C4.172%2C3.62%2C2.207%2C7.679%20%20%20%20c-1.238%2C2.532-3.041%2C5.778-3.041%2C5.778h4.317c0.762-3.076%2C3.333-9.318%2C4.928-11.947c-1.815-1.129-3.182-3.013-4.084-4.74%20%20%20%20c-0.914-1.731-2.509-4.513-3.418-6.392C74.062%2C64.23%2C70.202%2C57.83%2C65.35%2C57.83%20M70.048%2C22.864%20%20%20%20c0.917%2C0.603%2C3.488%2C1.575%2C5.762%2C1.575c2.269%2C0%2C4.778-2.479%2C5.759-3.838h-9.861C68.833%2C20.602%2C69.143%2C22.261%2C70.048%2C22.864%20%20%20%20%20M25.243%2C26.345c-0.084%2C2.071%2C1.048%2C3.594%2C3.351%2C3.693C28.68%2C27.966%2C27.549%2C26.435%2C25.243%2C26.345%20M35.944%2C39.974%20%20%20%20c0.488%2C0.238%2C1.103-0.324%2C0.286-1.132c-0.866-0.858-2.172-1.292-3.665-1.292c-1.502%2C0-2.811%2C0.434-3.67%2C1.292%20%20%20%20c-0.809%2C0.808-0.207%2C1.37%2C0.28%2C1.132c0.92-0.453%2C2.137-0.699%2C3.39-0.699C33.806%2C39.274%2C35.013%2C39.521%2C35.944%2C39.974%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M107.861%2C91.82V74.155h6.668c1.365%2C0%2C2.447%2C0.052%2C3.631%2C0.824c1.184%2C0.799%2C1.854%2C2.034%2C1.854%2C3.476%20%20%20%20c0%2C2.01-1.185%2C3.502-3.116%2C3.965v0.053c2.189%2C0.463%2C3.657%2C2.215%2C3.657%2C4.48c0%2C1.494-0.515%2C2.807-1.699%2C3.734%20%20%20%20c-1.339%2C1.055-2.73%2C1.133-4.352%2C1.133H107.861z%20M113.5%2C81.727c1.107%2C0%2C2.317%2C0.025%2C3.218-0.67%20%20%20%20c0.721-0.514%2C1.107-1.469%2C1.107-2.318c0-1.055-0.412-1.803-1.312-2.342c-0.772-0.438-1.571-0.438-2.447-0.438h-3.991v5.769H113.5%20%20%20%20z%20M114.4%2C89.939c0.979%2C0%2C2.06-0.104%2C2.833-0.719c0.748-0.568%2C1.108-1.418%2C1.108-2.369c0-1.057-0.465-2.111-1.289-2.756%20%20%20%20c-0.849-0.67-1.956-0.67-2.96-0.67h-4.017v6.514H114.4z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M131.646%2C83.707v-0.564c0-2.293-1.004-3.166-3.322-3.166c-1.648%2C0-3.218%2C0.514-3.579%2C2.316l-1.879-0.309%20%20%20%20c0.36-2.73%2C3.245-3.58%2C5.639-3.58c1.416%2C0%2C3.038%2C0.154%2C4.017%2C1.289c1.081%2C1.156%2C1.081%2C2.805%2C1.081%2C4.299v5.072%20%20%20%20c0%2C0.953%2C0.026%2C1.906%2C0.284%2C2.756h-2.008l-0.232-2.447c-0.928%2C1.881-2.498%2C2.705-4.584%2C2.705c-2.446%2C0-4.557-1.365-4.557-3.967%20%20%20%20c0-1.57%2C0.978-2.986%2C2.421-3.629c1.468-0.697%2C3.398-0.775%2C5.021-0.775H131.646z%20M131.646%2C85.229h-1.674%20%20%20%20c-2.06%2C0-5.304%2C0.283-5.304%2C2.988c0%2C1.619%2C1.391%2C2.291%2C2.833%2C2.291c2.472%2C0%2C4.146-2.111%2C4.146-4.43V85.229z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M138.682%2C81.16h0.052c0.747-1.623%2C2.214-2.756%2C4.067-2.756c1.572%2C0%2C2.884%2C0.67%2C3.708%2C2.035%20%20%20%20c0.67%2C1.107%2C0.619%2C2.857%2C0.619%2C4.145v7.236h-2.008v-8.086c0-0.773%2C0.026-1.75-0.361-2.42c-0.437-0.748-1.39-1.186-2.24-1.186%20%20%20%20c-1.056%2C0-2.009%2C0.49-2.704%2C1.314c-0.849%2C1.029-1.03%2C2.215-1.03%2C3.527v6.85h-2.008V78.738h1.905V81.16z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M159.444%2C91.82l-3.811-7.289l-2.807%2C3.246v4.043h-2.008V74.155h2.008v11.306l6.051-6.67h2.163%20%20%20%20l-4.068%2C4.584l4.609%2C8.445H159.444z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M170.553%2C85.176c0-3.629%2C2.061-6.771%2C6-6.771c3.836%2C0%2C5.742%2C3.348%2C5.742%2C6.799%20%20%20%20c0%2C3.656-2.111%2C6.875-6.077%2C6.875C172.304%2C92.078%2C170.553%2C88.627%2C170.553%2C85.176z%20M179.411%2C88.523%20%20%20%20c0.541-1.029%2C0.644-2.213%2C0.644-3.348c0-1.234-0.154-2.521-0.824-3.58c-0.618-0.951-1.7-1.545-2.833-1.545%20%20%20%20c-1.261%2C0-2.394%2C0.723-2.96%2C1.855c-0.489%2C0.953-0.645%2C2.215-0.645%2C3.27c0%2C1.184%2C0.18%2C2.549%2C0.748%2C3.58%20%20%20%20c0.566%2C1.004%2C1.673%2C1.648%2C2.857%2C1.648C177.737%2C90.404%2C178.792%2C89.709%2C179.411%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M190.486%2C80.336h-3.039V91.82h-2.009V80.336h-2.317v-1.598h2.317c-0.103-2.755%2C0.85-5.149%2C4.017-4.841%20%20%20%20l1.802%2C0.18V75.7c-0.54-0.103-1.081-0.205-1.648-0.205c-2.214%2C0-2.188%2C1.597-2.163%2C3.243h3.039V80.336z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M210.347%2C91.82l-1.777-5.15h-6.541l-1.57%2C5.15h-1.854l5.717-17.665h2.549l5.742%2C17.665H210.347z%20%20%20%20%20M205.376%2C76.525l-2.73%2C8.471h5.434L205.376%2C76.525z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M216.327%2C78.738v2.525h0.052c0.67-1.57%2C2.086-2.859%2C3.914-2.859c1.905%2C0%2C3.271%2C1.289%2C3.682%2C3.115%20%20%20%20c0.722-1.801%2C2.216-3.115%2C4.224-3.115c1.339%2C0%2C2.626%2C0.748%2C3.296%2C1.879c0.644%2C1.082%2C0.618%2C2.525%2C0.618%2C3.734v7.803h-2.009v-7.803%20%20%20%20c0-0.875%2C0.052-1.803-0.36-2.602c-0.438-0.85-1.287-1.365-2.189-1.365c-1.003%2C0-1.931%2C0.619-2.522%2C1.469%20%20%20%20c-0.747%2C1.057-0.721%2C2.008-0.721%2C3.246v7.055h-2.009v-8.293c0-0.719-0.051-1.57-0.438-2.213%20%20%20%20c-0.464-0.771-1.314-1.264-2.189-1.264c-0.901%2C0-1.829%2C0.594-2.368%2C1.291c-0.67%2C0.848-0.799%2C1.902-0.799%2C2.984v7.494h-2.009%20%20%20%20V78.738H216.327z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M246.137%2C88.24c-0.772%2C2.395-3.063%2C3.838-5.562%2C3.838c-3.966%2C0-6-3.141-6-6.797%20%20%20%20c0-3.607%2C2.139-6.877%2C6.052-6.877c4.068%2C0%2C5.819%2C3.4%2C5.716%2C7.029h-9.502c0%2C1.029%2C0.052%2C1.984%2C0.541%2C2.963%20%20%20%20c0.618%2C1.234%2C1.983%2C1.98%2C3.348%2C1.98c1.699%2C0%2C2.936-0.977%2C3.503-2.521L246.137%2C88.24z%20M244.129%2C83.941%20%20%20%20c0.025-2.164-1.185-3.992-3.502-3.992c-2.189%2C0-3.605%2C1.93-3.683%2C3.992H244.129z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M251.022%2C78.738v3.066h0.051c0.618-1.779%2C1.726-3.426%2C3.838-3.426l0.746%2C0.051v1.932h-0.413%20%20%20%20c-1.545%2C0-2.625%2C0.746-3.373%2C2.059c-0.539%2C0.955-0.644%2C1.779-0.644%2C2.809v6.592h-2.008V78.738H251.022z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M260.374%2C76.422h-2.216v-2.267h2.216V76.422z%20M260.27%2C91.82h-2.008V78.738h2.008V91.82z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M273.844%2C87.494c-0.464%2C2.652-2.24%2C4.584-5.047%2C4.584c-3.889%2C0-5.562-3.373-5.562-6.797%20%20%20%20c0-3.402%2C1.699-6.877%2C5.588-6.877c2.832%2C0%2C4.583%2C1.828%2C5.021%2C4.531l-1.855%2C0.336c-0.18-1.725-1.235-3.168-3.115-3.168%20%20%20%20c-2.729%2C0-3.501%2C2.857-3.501%2C5.047c0%2C2.111%2C0.644%2C5.201%2C3.372%2C5.201c1.957%2C0%2C2.91-1.414%2C3.244-3.193L273.844%2C87.494z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M285%2C83.707v-0.564c0-2.293-1.004-3.166-3.322-3.166c-1.648%2C0-3.219%2C0.514-3.579%2C2.316l-1.88-0.309%20%20%20%20c0.361-2.73%2C3.244-3.58%2C5.639-3.58c1.417%2C0%2C3.039%2C0.154%2C4.018%2C1.289c1.081%2C1.156%2C1.081%2C2.805%2C1.081%2C4.299v5.072%20%20%20%20c0%2C0.953%2C0.026%2C1.906%2C0.284%2C2.756h-2.009L285%2C89.373c-0.928%2C1.881-2.498%2C2.705-4.584%2C2.705c-2.446%2C0-4.558-1.365-4.558-3.967%20%20%20%20c0-1.57%2C0.978-2.986%2C2.421-3.629c1.467-0.697%2C3.398-0.775%2C5.02-0.775H285z%20M285%2C85.229h-1.674c-2.061%2C0-5.305%2C0.283-5.305%2C2.988%20%20%20%20c0%2C1.619%2C1.391%2C2.291%2C2.832%2C2.291c2.473%2C0%2C4.146-2.111%2C4.146-4.43V85.229z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M310.889%2C86.311c-0.824%2C3.346-2.807%2C5.768-6.539%2C5.768c-5.1%2C0-7.185-4.92-7.185-9.27%20%20%20%20c0-4.559%2C2.24-8.911%2C7.363-8.911c3.554%2C0%2C5.64%2C2.395%2C6.36%2C5.64l-2.085%2C0.387c-0.618-2.24-1.726-4.171-4.353-4.171%20%20%20%20c-3.836%2C0-4.867%2C4.171-4.867%2C7.235c0%2C1.391%2C0.232%2C3.115%2C0.824%2C4.404c0.721%2C1.57%2C2.086%2C2.832%2C3.941%2C2.832%20%20%20%20c2.703%2C0%2C3.965-2.035%2C4.531-4.354L310.889%2C86.311z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M312.898%2C85.176c0-3.629%2C2.059-6.771%2C6-6.771c3.836%2C0%2C5.741%2C3.348%2C5.741%2C6.799%20%20%20%20c0%2C3.656-2.111%2C6.875-6.077%2C6.875C314.648%2C92.078%2C312.898%2C88.627%2C312.898%2C85.176z%20M321.756%2C88.523%20%20%20%20c0.541-1.029%2C0.644-2.213%2C0.644-3.348c0-1.234-0.154-2.521-0.824-3.58c-0.617-0.951-1.699-1.545-2.833-1.545%20%20%20%20c-1.261%2C0-2.395%2C0.723-2.961%2C1.855c-0.488%2C0.953-0.644%2C2.215-0.644%2C3.27c0%2C1.184%2C0.181%2C2.549%2C0.747%2C3.58%20%20%20%20c0.566%2C1.004%2C1.674%2C1.648%2C2.857%2C1.648C320.082%2C90.404%2C321.139%2C89.709%2C321.756%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M329.438%2C78.738v3.066h0.051c0.617-1.779%2C1.726-3.426%2C3.837-3.426l0.747%2C0.051v1.932h-0.412%20%20%20%20c-1.546%2C0-2.627%2C0.746-3.374%2C2.059c-0.54%2C0.955-0.644%2C1.779-0.644%2C2.809v6.592h-2.009V78.738H329.438z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M338.041%2C96.096h-2.008V78.738h1.828v2.525h0.051c0.67-1.727%2C2.086-2.859%2C4.043-2.859%20%20%20%20c3.656%2C0%2C5.176%2C3.631%2C5.176%2C6.771c0%2C1.494-0.283%2C3.143-1.056%2C4.455c-0.9%2C1.443-2.343%2C2.447-4.12%2C2.447%20%20%20%20c-1.803%2C0-3.013-0.824-3.914-2.318V96.096z%20M338.041%2C86.695c0%2C1.803%2C1.598%2C3.682%2C3.451%2C3.682c1.106%2C0%2C2.137-0.668%2C2.678-1.596%20%20%20%20c0.593-1.004%2C0.695-2.369%2C0.695-3.527c0-2.137-0.67-5.072-3.373-5.072c-1.777%2C0-3.09%2C1.57-3.451%2C3.193V86.695z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M348.98%2C85.176c0-3.629%2C2.059-6.771%2C5.999-6.771c3.836%2C0%2C5.742%2C3.348%2C5.742%2C6.799%20%20%20%20c0%2C3.656-2.112%2C6.875-6.077%2C6.875C350.73%2C92.078%2C348.98%2C88.627%2C348.98%2C85.176z%20M357.838%2C88.523%20%20%20%20c0.541-1.029%2C0.643-2.213%2C0.643-3.348c0-1.234-0.153-2.521-0.823-3.58c-0.618-0.951-1.699-1.545-2.833-1.545%20%20%20%20c-1.261%2C0-2.395%2C0.723-2.961%2C1.855c-0.488%2C0.953-0.645%2C2.215-0.645%2C3.27c0%2C1.184%2C0.181%2C2.549%2C0.748%2C3.58%20%20%20%20c0.566%2C1.004%2C1.674%2C1.648%2C2.857%2C1.648C356.163%2C90.404%2C357.221%2C89.709%2C357.838%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M365.519%2C78.738v3.066h0.052c0.617-1.779%2C1.725-3.426%2C3.836-3.426l0.747%2C0.051v1.932h-0.412%20%20%20%20c-1.545%2C0-2.626%2C0.746-3.374%2C2.059c-0.539%2C0.955-0.643%2C1.779-0.643%2C2.809v6.592h-2.01V78.738H365.519z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M380.664%2C83.707v-0.564c0-2.293-1.004-3.166-3.322-3.166c-1.648%2C0-3.219%2C0.514-3.579%2C2.316l-1.88-0.309%20%20%20%20c0.361-2.73%2C3.245-3.58%2C5.64-3.58c1.416%2C0%2C3.038%2C0.154%2C4.017%2C1.289c1.081%2C1.156%2C1.081%2C2.805%2C1.081%2C4.299v5.072%20%20%20%20c0%2C0.953%2C0.026%2C1.906%2C0.284%2C2.756h-2.009l-0.231-2.447c-0.928%2C1.881-2.498%2C2.705-4.584%2C2.705c-2.446%2C0-4.558-1.365-4.558-3.967%20%20%20%20c0-1.57%2C0.978-2.986%2C2.421-3.629c1.468-0.697%2C3.398-0.775%2C5.021-0.775H380.664z%20M380.664%2C85.229h-1.674%20%20%20%20c-2.061%2C0-5.305%2C0.283-5.305%2C2.988c0%2C1.619%2C1.391%2C2.291%2C2.832%2C2.291c2.473%2C0%2C4.146-2.111%2C4.146-4.43V85.229z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M392.277%2C91.922l-1.93%2C0.156c-2.857%2C0-3.709-1.674-3.709-4.275v-7.57h-2.316v-1.596h2.316v-3.245%20%20%20%20l2.01-0.207v3.452h2.91v1.596h-2.91v7.906c0%2C1.518%2C0.438%2C2.316%2C2.086%2C2.316l1.543-0.127V91.922z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M397.254%2C76.422h-2.215v-2.267h2.215V76.422z%20M397.15%2C91.82h-2.008V78.738h2.008V91.82z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M400.27%2C85.176c0-3.629%2C2.059-6.771%2C6-6.771c3.836%2C0%2C5.742%2C3.348%2C5.742%2C6.799%20%20%20%20c0%2C3.656-2.111%2C6.875-6.078%2C6.875C402.02%2C92.078%2C400.27%2C88.627%2C400.27%2C85.176z%20M409.127%2C88.523%20%20%20%20c0.541-1.029%2C0.645-2.213%2C0.645-3.348c0-1.234-0.154-2.521-0.824-3.58c-0.617-0.951-1.699-1.545-2.834-1.545%20%20%20%20c-1.26%2C0-2.395%2C0.723-2.961%2C1.855c-0.488%2C0.953-0.645%2C2.215-0.645%2C3.27c0%2C1.184%2C0.182%2C2.549%2C0.748%2C3.58%20%20%20%20c0.566%2C1.004%2C1.674%2C1.648%2C2.857%2C1.648C407.453%2C90.404%2C408.51%2C89.709%2C409.127%2C88.523z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M416.543%2C81.16h0.053c0.746-1.623%2C2.215-2.756%2C4.068-2.756c1.572%2C0%2C2.885%2C0.67%2C3.707%2C2.035%20%20%20%20c0.67%2C1.107%2C0.619%2C2.857%2C0.619%2C4.145v7.236h-2.008v-8.086c0-0.773%2C0.025-1.75-0.361-2.42c-0.438-0.748-1.391-1.186-2.24-1.186%20%20%20%20c-1.057%2C0-2.008%2C0.49-2.703%2C1.314c-0.85%2C1.029-1.029%2C2.215-1.029%2C3.527v6.85h-2.01V78.738h1.904V81.16z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M107.861%2C17.325h14.337l4.381%2C22.64h0.115l5.182-22.64h13.938v40.407H135.57V27.885h-0.113l-6.995%2C29.847%20%20%20h-6.205l-6.425-30.866h-0.116v30.866h-7.855V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M234.722%2C44.215v-26.89h9.214v40.407h-9.214V44.215z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M248.386%2C17.325h9.217v15.952v24.455h-9.217V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M277.697%2C17.325h10.237v33.26h13.885v7.146h-24.122V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M312.813%2C29.247l3.355%2C16.515h0.121l3.925-16.515h7.215l-9.615%2C29.399%20%20%20c-1.932%2C5.895-6.146%2C7.602-11.6%2C7.602c-0.91%2C0-1.823-0.111-2.729-0.229v-6.522c0.797%2C0.172%2C1.648%2C0.279%2C2.45%2C0.279%20%20%20c2.779%2C0%2C5.175-0.791%2C5.175-3.402c0-0.681-0.126-1.649-0.404-2.555l-7.4-24.572H312.813z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M385.396%2C17.325h9.21v15.726h0.11c1.939-2.893%2C4.835-4.484%2C8.139-4.484c3.691%2C0%2C6.087%2C2.497%2C6.087%2C6.414%20%20%20v22.751h-9.217V37.588c0-1.532-0.517-2.552-2.221-2.552c-0.97%2C0-1.759%2C0.396-2.395%2C1.188l-0.504%2C0.688v20.82h-9.21V17.325z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M347.81%2C28.577c-3.605%2C0-6.125%2C1.639-8.003%2C3.572h-0.128l-0.062-2.925h-8.992v28.508h9.196V37.349%20%20%20c0.839-1.067%2C1.957-1.767%2C2.992-1.767c1.554%2C0%2C2.117%2C0.916%2C2.117%2C2.532v19.619h9.199V35.199%20%20%20C354.13%2C31.285%2C351.834%2C28.577%2C347.81%2C28.577%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M161.979%2C28.577c-8.455%2C0-12.677%2C6.8-12.677%2C14.863c0%2C7.883%2C3.992%2C14.98%2C12.778%2C14.98%20%20%20c8.177%2C0%2C10.979-6.485%2C11.417-7.77l-6.218-2.267c-0.444%2C2.304-2.326%2C3.906-4.544%2C3.906c-3.706%2C0-4.355-4.234-4.24-6.739h15.361%20%20%20v-1.944C173.856%2C36.178%2C170.817%2C28.577%2C161.979%2C28.577%20M165.375%2C40.11h-6.879c-0.141-2.712%2C0.801-5.749%2C3.381-5.749%20%20%20C165.087%2C34.361%2C165.453%2C37.438%2C165.375%2C40.11%22%2F%3E%20%20%3Cg%3E%20%20%20%3Cpolygon%20fill%3D%22%230052C2%22%20points%3D%22219.942%2C43.487%20219.942%2C57.732%20229.146%2C57.732%20229.146%2C29.228%20219.942%2C29.228%20%20%20%20%22%2F%3E%20%20%20%3Cpolygon%20fill%3D%22%230052C2%22%20points%3D%22219.942%2C25.488%20229.146%2C25.488%20229.146%2C17.328%20224.782%2C17.328%20219.942%2C17.328%20%20%20%20%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M370.784%2C34.352c1.488%2C0%2C2.219%2C0.801%2C2.662%2C1.934c0.423%2C1.067%2C0.471%2C2.454%2C0.471%2C3.571h7.82%20%20%20c0-2.823-1.461-11.29-11.214-11.29c-8.675%2C0-13.001%2C7.769-13.001%2C15.534c0%2C7.034%2C4.326%2C14.308%2C12.58%2C14.308%20%20%20c6.703%2C0%2C10.672-3.638%2C11.36-10.543l-7.168-1.03c0%2C2.163-0.273%2C5.442-3.511%2C5.442c-2.363%2C0-3.4-2.085-3.4-8.506%20%20%20C367.384%2C38.113%2C367.734%2C34.352%2C370.784%2C34.352%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M186.431%2C33.101h-0.125l-0.102-3.877h-8.899v28.508h9.204V39.285c1.081-1.311%2C2.708-2.217%2C5.022-2.217%20%20%20c1.602%2C0%2C2.733%2C0.383%2C3.756%2C0.791v-9.282C191.746%2C28.577%2C188.321%2C30.099%2C186.431%2C33.101%22%2F%3E%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M207.499%2C33.101h-0.125l-0.102-3.877h-8.899v28.508h9.205V39.285c1.08-1.311%2C2.708-2.217%2C5.021-2.217%20%20%20c1.602%2C0%2C2.733%2C0.383%2C3.756%2C0.791v-9.282C212.814%2C28.577%2C209.389%2C30.099%2C207.499%2C33.101%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M412.527%2C54.094c0-1.989%2C1.636-3.598%2C3.624-3.598c1.981%2C0%2C3.605%2C1.609%2C3.605%2C3.598%20%20%20%20c0%2C1.995-1.624%2C3.638-3.605%2C3.638C414.163%2C57.732%2C412.527%2C56.089%2C412.527%2C54.094%20M413.154%2C54.094%20%20%20%20c0%2C1.668%2C1.331%2C2.998%2C2.997%2C2.998c1.643%2C0%2C2.976-1.33%2C2.976-2.998c0-1.642-1.333-2.996-2.976-2.996%20%20%20%20C414.485%2C51.099%2C413.154%2C52.452%2C413.154%2C54.094%20M417.794%2C55.966h-0.604l-0.744-1.566h-1.048v1.566h-0.577V52.22h1.625%20%20%20%20c0.753%2C0%2C1.272%2C0.445%2C1.272%2C1.064c0%2C0.479-0.272%2C0.822-0.704%2C1.003L417.794%2C55.966z%20M415.397%2C53.908h0.969%20%20%20%20c0.467%2C0%2C0.766-0.224%2C0.766-0.624c0-0.337-0.271-0.563-0.687-0.563h-1.048V53.908z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Clear_Space%22%3E%20%3Crect%20x%3D%22-28.976%22%20y%3D%22-23.082%22%20fill%3D%22none%22%20width%3D%22494.372%22%20height%3D%22159.583%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-ml-logo.l {
  width: 200px;
  height: 50px;
}
.icon-me-logo-white {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22svg-melogo-white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20%20y%3D%220px%22%20width%3D%2243px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2043%2015%22%20enable-background%3D%22new%200%200%2043%2015%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20x%3D%22-95.5%22%20y%3D%22-58.5%22%20display%3D%22none%22%20fill%3D%22%23CC2198%22%20width%3D%22348%22%20height%3D%22246%22%2F%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%223.381%2C3.164%202.491%2C3.164%202.491%2C0.903%202.485%2C0.903%201.917%2C3.164%201.31%2C3.164%200.726%2C0.903%20%20%20%200.715%2C0.903%200.715%2C3.164%200%2C3.164%200%2C0%201.247%2C0%201.69%2C1.68%201.7%2C1.68%202.124%2C0%203.381%2C0%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%226.299%2C3.164%203.965%2C3.164%203.965%2C0%206.299%2C0%206.299%2C0.73%204.897%2C0.73%204.897%2C1.19%206.03%2C1.19%206.03%2C1.897%20%20%20%204.897%2C1.897%204.897%2C2.407%206.299%2C2.407%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8.196%2C1.277c0.207%2C0%2C0.456-0.03%2C0.456-0.303c0-0.107-0.053-0.207-0.147-0.256%20%20%20C8.423%2C0.673%2C8.324%2C0.673%2C8.232%2C0.673H7.848v0.604H8.196z%20M8.6%2C3.164L8.147%2C1.957H7.848v1.207H6.883V0h1.579%20%20%20c0.272%2C0%2C0.571%2C0.037%2C0.804%2C0.193C9.522%2C0.36%2C9.647%2C0.64%2C9.647%2C0.95c0%2C0.417-0.184%2C0.664-0.548%2C0.836L9.66%2C3.164H8.6z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.538%2C1.277c0.207%2C0%2C0.457-0.03%2C0.457-0.303c0-0.107-0.056-0.207-0.151-0.256%20%20%20c-0.079-0.044-0.18-0.044-0.269-0.044h-0.388v0.604H11.538z%20M11.938%2C3.164l-0.453-1.207h-0.299v1.207h-0.965V0h1.582%20%20%20c0.273%2C0%2C0.571%2C0.037%2C0.801%2C0.193c0.259%2C0.167%2C0.38%2C0.447%2C0.38%2C0.757c0%2C0.417-0.181%2C0.664-0.548%2C0.836l0.562%2C1.377H11.938z%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2214.544%2C1.05%2014.544%2C3.164%2013.583%2C3.164%2013.583%2C0%2014.544%2C0%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2217.413%2C3.164%2015.233%2C3.164%2015.233%2C0%2016.195%2C0%2016.195%2C2.39%2017.413%2C2.39%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2220.091%2C3.164%2017.912%2C3.164%2017.912%2C0%2018.874%2C0%2018.874%2C2.39%2020.091%2C2.39%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M35.795%2C7.5c0.064%2C0.034%2C0.154-0.047%2C0.039-0.164c-0.123-0.123-0.305-0.183-0.514-0.183%20%20%20s-0.393%2C0.06-0.514%2C0.183c-0.113%2C0.117-0.025%2C0.197%2C0.039%2C0.164C34.975%2C7.438%2C35.145%2C7.4%2C35.32%2C7.4%20%20%20C35.492%2C7.4%2C35.664%2C7.438%2C35.795%2C7.5z%20M34.299%2C5.561c-0.014%2C0.293%2C0.143%2C0.51%2C0.469%2C0.526C34.777%2C5.79%2C34.619%2C5.57%2C34.299%2C5.561z%20%20%20%20M40.561%2C5.067c0.131%2C0.083%2C0.488%2C0.22%2C0.809%2C0.22c0.314%2C0%2C0.668-0.35%2C0.807-0.543h-1.383C40.393%2C4.744%2C40.436%2C4.977%2C40.561%2C5.067%20%20%20z%20M39.902%2C10.041c-0.504%2C0-0.836%2C0.333-0.836%2C0.763c0%2C0.427%2C0.184%2C0.833%2C0.65%2C1.124c0.467%2C0.29%2C1.195%2C0.58%2C1.404%2C0.663%20%20%20c0.514%2C0.207%2C0.588%2C0.513%2C0.313%2C1.093c-0.174%2C0.358-0.426%2C0.819-0.426%2C0.819h0.602c0.109-0.436%2C0.467-1.326%2C0.689-1.7%20%20%20c-0.252-0.16-0.445-0.43-0.57-0.676c-0.131-0.244-0.352-0.64-0.48-0.911C41.121%2C10.954%2C40.584%2C10.041%2C39.902%2C10.041z%20%20%20%20M40.088%2C12.707c0.01%2C0.194%2C0.072%2C0.513%2C0.328%2C0.538c0.254%2C0.02%2C0.443-0.087%2C0.506-0.193%20%20%20C40.807%2C12.924%2C40.289%2C12.753%2C40.088%2C12.707z%20M38.199%2C14.498h0.385c0.188-0.377%2C0.814-1.521%2C0.949-1.641l0.023-0.16%20%20%20c-0.254%2C0.01-0.646%2C0.056-0.861%2C0.151C38.695%2C13.51%2C38.352%2C14.245%2C38.199%2C14.498z%20M37.416%2C12.204l0.889-0.193%20%20%20c-0.039%2C0.087-0.051%2C0.237-0.039%2C0.377l0.889-0.247c-0.244-0.257-0.531-0.867-0.531-1.307s0.225-0.94%2C0.574-1.07%20%20%20c-0.266-0.087-0.953-0.557-1.135-0.847c0.033%2C0.29-0.105%2C0.803-0.318%2C1.113c-0.268%2C0.396-0.891%2C0.707-1.162%2C1.074%20%20%20C37.107%2C11.154%2C37.469%2C11.703%2C37.416%2C12.204z%20M36.65%2C13.57c0.037-0.132%2C0.066-0.439%2C0.043-0.593%20%20%20c-0.232%2C0.058-0.869%2C0.058-0.961-0.106c0.166-0.203%2C0.525-0.227%2C0.652-0.267c0.125-0.047%2C0.607-0.323%2C0.607-0.563%20%20%20c0-0.243-0.18-0.447-0.475-0.447c-0.34%2C0-0.566%2C0.2-0.822%2C0.557c-0.217%2C0.303-0.301%2C0.495-0.301%2C0.633%20%20%20c0%2C0.165%2C0.143%2C0.446%2C0.475%2C0.6C36.129%2C13.5%2C36.465%2C13.574%2C36.65%2C13.57z%20M33.883%2C12.76c0-0.373-0.258-0.709-0.344-0.823%20%20%20c-0.096-0.127-0.305-0.41-0.361-0.41c-0.078%2C0-0.137%2C0.08-0.137%2C0.163c0%2C0.184%2C0.064%2C0.437%2C0.244%2C1.007%20%20%20c0.201%2C0.64%2C0.18%2C1.324%2C0.043%2C1.81h0.307C33.693%2C14.331%2C33.883%2C13.137%2C33.883%2C12.76z%20M36.393%2C5.58%20%20%20c-0.309%2C0.017-0.52%2C0.204-0.5%2C0.55C36.201%2C6.114%2C36.412%2C5.92%2C36.393%2C5.58z%20M34.256%2C4.947c-0.191%2C0-0.459-0.24-0.518-0.376%20%20%20C33.674%2C4.43%2C33.654%2C4.204%2C33.77%2C3.99c-0.264%2C0.03-0.525%2C0.233-0.525%2C0.597c0%2C0.44%2C0.428%2C0.817%2C0.791%2C0.867%20%20%20C33.93%2C6.3%2C33.391%2C7.771%2C33.156%2C8.32c-0.057%2C0.127-0.127%2C0.414%2C0.129%2C0.534c0.297%2C0.136%2C0.891%2C0.793%2C0.963%2C1.424H33.91%20%20%20c-0.033-0.18-0.209-0.494-0.305-0.621c-0.279-0.373-0.553-0.417-0.699-0.28c-0.148%2C0.137-0.193%2C0.457%2C0.01%2C0.901%20%20%20c0.275%2C0.6%2C1.428%2C2.13%2C1.525%2C2.246c0.092%2C0.121%2C0.293%2C0.144%2C0.424%2C0.024c0.125-0.117%2C0.414-0.387%2C0.58-0.737%20%20%20c0.342-0.717%2C0.758-1.086%2C1.389-1.48c0.418-0.257%2C0.838-0.794%2C0.838-1.637c0-0.974-0.893-2.236-1.166-2.643%20%20%20c-0.145%2C0.06-0.43%2C0.343-0.43%2C0.627c0%2C0.116%2C0.074%2C0.126%2C0.074%2C0.287c0%2C0.16-0.15%2C0.209-0.213%2C0.209s-0.107-0.04-0.18-0.073%20%20%20c-0.076-0.033-0.207-0.05-0.295-0.06c-0.105-0.014-0.293-0.024-0.414%2C0.009c-0.068%2C0.017-0.129%2C0.023-0.227%2C0.081%20%20%20c-0.049%2C0.026-0.193-0.077-0.193-0.224c0-0.113%2C0.135-0.196%2C0.215-0.196c0.088%2C0%2C0.182%2C0.04%2C0.254%2C0.066%20%20%20c0.129%2C0.046%2C0.303%2C0.04%2C0.457-0.02c0.168-0.066%2C0.145-0.173%2C0.117-0.243c-0.025-0.07-0.055-0.167-0.055-0.391%20%20%20c0-0.227%2C0.115-0.556%2C0.295-0.739h0.646c0.467%2C0.03%2C0.719-0.46%2C0.719-0.751c0-0.286-0.232-0.62-0.391-0.716%20%20%20c0.043%2C0.12%2C0.092%2C0.27%2C0.043%2C0.494c-0.047%2C0.199-0.246%2C0.483-0.594%2C0.483c-0.086%2C0-0.328-0.057-0.424-0.163h-1.301%20%20%20C34.564%2C4.831%2C34.441%2C4.947%2C34.256%2C4.947z%20M32.807%2C14.881c0.238-0.761%2C0.32-1.798%2C0.023-2.396%20%20%20c-0.256-0.514-0.295-1.287-0.084-1.564c-0.33-0.434-0.654-1.14-0.016-2.653c0.414-0.974%2C0.629-1.72%2C0.746-2.213%20%20%20c-0.252%2C0.153-0.445%2C0.207-0.646%2C0.227c-0.066-0.217%2C0.006-0.71%2C0.246-0.867c-0.264-0.296-0.328-0.574-0.328-0.9%20%20%20c0-0.594%2C0.656-1.101%2C1.168-1.101c0.316%2C0%2C0.51%2C0.087%2C0.596%2C0.174c-0.217%2C0.096-0.361%2C0.31-0.361%2C0.46%20%20%20c0%2C0.15%2C0.088%2C0.336%2C0.236%2C0.336c0.146%2C0%2C0.15-0.047%2C0.24-0.11l1.285%2C0.003c0.086%2C0.1%2C0.178%2C0.127%2C0.277%2C0.127%20%20%20c0.219%2C0%2C0.354-0.2%2C0.354-0.36c0-0.167-0.088-0.417-0.338-0.49c0.137-0.113%2C0.314-0.176%2C0.488-0.176%20%20%20c0.424%2C0%2C1.074%2C0.5%2C1.074%2C1.293c0%2C0.306-0.037%2C0.586-0.287%2C0.836c0.166%2C0.163%2C0.303%2C0.477%2C0.336%2C0.71%20%20%20c-0.104%2C0.02-0.539%2C0.037-0.643%2C0.037c0.111%2C0.157%2C0.512%2C0.97%2C0.604%2C1.217c0.242%2C0.637%2C0.688%2C1.464%2C1.408%2C1.813%20%20%20c0.893%2C0.427%2C1.775%2C0.646%2C2.725%2C0.394c0.381-0.104%2C0.643-0.524%2C0.643-0.857c0-0.45-0.703-0.993-1.355-1.21%20%20%20c-0.955-0.313-2.859-0.51-2.838-2.024c0.014-0.707%2C0.791-1.303%2C1.781-1.303c0.551%2C0%2C2.754-0.046%2C2.754-0.046%20%20%20c-0.107%2C0.517-0.719%2C1.476-1.439%2C1.476c-0.723%2C0-0.764-0.209-1.039-0.363c-0.275-0.147-0.617-0.273-0.85-0.273%20%20%20c-0.289%2C0-0.729%2C0.18-0.729%2C0.693c0%2C0.344%2C0.229%2C0.727%2C0.951%2C0.963C40.766%2C7.054%2C43%2C7.441%2C43%2C8.844%20%20%20c0%2C0.791-0.705%2C1.367-1.818%2C1.403c0.305%2C0.436%2C0.527%2C0.887%2C0.629%2C1.146c0.139%2C0.327%2C0.625%2C1.074%2C1.137%2C1.174%20%20%20c-0.414%2C0.622-0.881%2C1.674-0.881%2C2.313h-1.82c0.232-0.297%2C0.637-1.07%2C0.74-1.284c-0.295%2C0.126-0.846%2C0.087-0.996-0.193%20%20%20c-0.148-0.276-0.264-0.03-0.35%2C0.077c-0.084%2C0.105-0.623%2C1.036-0.752%2C1.4h-1.525c0.467-0.514%2C0.912-1.497%2C0.852-1.971%20%20%20c-0.258%2C0.054-0.438%2C0.077-0.438%2C0.077c0.014-0.204-0.264-0.48-0.67-0.151c0.043%2C0.311%2C0.008%2C0.9-0.068%2C1.244%20%20%20c-0.848%2C0.013-1.789-0.424-1.982-1.004c-0.035-0.113-0.191%2C0.066-0.314%2C0.069c-0.186%2C0-0.336-0.099-0.375-0.149%20%20%20c-0.023%2C0.267-0.215%2C0.867-0.246%2C1.123c-0.029%2C0.257-0.072%2C0.623-0.043%2C0.761L32.807%2C14.881L32.807%2C14.881z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.213%2C6.144V4.227h-4.822v10.654h4.822v-1.914h-2.734v-2.5h2.35V8.55h-2.35V6.144H29.213z%20M20.393%2C6.024%20%20%20c0.794%2C0%2C0.867%2C0.806%2C0.883%2C1.256h2.085c-0.043-0.974-0.339-1.81-0.893-2.38c-0.502-0.494-1.192-0.793-2.075-0.793%20%20%20c-1.175%2C0-1.792%2C0.48-2.277%2C1.063c-0.837%2C1.017-0.778%2C2.947-0.778%2C4.383s-0.059%2C3.367%2C0.778%2C4.387%20%20%20C18.602%2C14.521%2C19.218%2C15%2C20.393%2C15c1.793%2C0%2C2.968-1.152%2C2.968-3.275V9.017H20.41v1.72h0.867v1.107%20%20%20c0%2C0.583-0.194%2C1.239-0.883%2C1.239c-0.38%2C0-0.571-0.176-0.689-0.416c-0.25-0.494-0.279-1.827-0.279-3.114s0.029-2.617%2C0.279-3.11%20%20%20C19.822%2C6.204%2C20.013%2C6.024%2C20.393%2C6.024z%20M4.585%2C14.881h4.822v-1.914H6.673v-2.5h2.35V8.55h-2.35V6.144h2.734V4.227H4.585V14.881%20%20%20z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M30.105%2C4.724h0.131c0.043%2C0%2C0.113-0.01%2C0.113-0.083c0-0.037-0.025-0.081-0.104-0.081h-0.141V4.724%20%20%20L30.105%2C4.724z%20M30.105%2C5.063H29.98v-0.6h0.277c0.033%2C0%2C0.223%2C0%2C0.223%2C0.18c0%2C0.113-0.082%2C0.146-0.109%2C0.16l0.109%2C0.26h-0.135%20%20%20l-0.096-0.24h-0.145V5.063L30.105%2C5.063z%20M30.215%2C5.224c0.246%2C0%2C0.449-0.207%2C0.449-0.46c0-0.257-0.203-0.46-0.449-0.46%20%20%20s-0.453%2C0.203-0.453%2C0.46C29.762%2C5.017%2C29.965%2C5.224%2C30.215%2C5.224z%20M30.215%2C4.204c0.299%2C0%2C0.547%2C0.247%2C0.547%2C0.56%20%20%20c0%2C0.307-0.246%2C0.56-0.547%2C0.56c-0.307%2C0-0.553-0.253-0.553-0.56C29.662%2C4.451%2C29.912%2C4.204%2C30.215%2C4.204z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.124%2C12.503c-0.131%2C0.269-0.394%2C0.464-0.778%2C0.464h-0.82V6.144h0.82c0.384%2C0%2C0.646%2C0.193%2C0.778%2C0.463%20%20c0.253%2C0.494%2C0.253%2C1.75%2C0.253%2C2.934C14.377%2C10.721%2C14.377%2C12.011%2C14.124%2C12.503z%20M15.684%2C5.26%20%20c-0.47-0.553-1.116-1.033-2.292-1.033h-2.958v10.654h2.958c1.175%2C0%2C1.822-0.478%2C2.292-1.035c0.837-0.985%2C0.778-2.899%2C0.778-4.293%20%20C16.461%2C8.164%2C16.521%2C6.247%2C15.684%2C5.26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-edge-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22239.334px%22%20height%3D%22193.333px%22%20viewBox%3D%220%200%20239.334%20193.333%22%20enable-background%3D%22new%200%200%20239.334%20193.333%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M18.502%2C179.236v-10.793h4.072c0.834%2C0%2C1.49%2C0.031%2C2.217%2C0.502c0.719%2C0.488%2C1.129%2C1.246%2C1.129%2C2.125%20%20%20c0%2C1.223-0.719%2C2.135-1.898%2C2.418v0.039c1.332%2C0.281%2C2.229%2C1.346%2C2.229%2C2.734c0%2C0.91-0.312%2C1.715-1.033%2C2.273%20%20%20c-0.82%2C0.652-1.668%2C0.701-2.662%2C0.701H18.502z%20M21.939%2C173.066c0.678%2C0%2C1.426%2C0.016%2C1.969-0.406c0.439-0.316%2C0.68-0.9%2C0.68-1.414%20%20%20c0-0.648-0.254-1.105-0.801-1.436c-0.477-0.273-0.961-0.273-1.494-0.273h-2.441v3.529H21.939z%20M22.496%2C178.083%20%20%20c0.596%2C0%2C1.26-0.061%2C1.725-0.438c0.465-0.35%2C0.684-0.869%2C0.684-1.449c0-0.648-0.289-1.289-0.787-1.688%20%20%20c-0.521-0.402-1.197-0.402-1.812-0.402h-2.453v3.977H22.496z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M33.029%2C174.279v-0.346c0-1.396-0.615-1.936-2.033-1.936c-1.006%2C0-1.965%2C0.318-2.184%2C1.412l-1.15-0.188%20%20%20c0.221-1.668%2C1.98-2.18%2C3.445-2.18c0.865%2C0%2C1.859%2C0.086%2C2.453%2C0.777c0.66%2C0.717%2C0.66%2C1.719%2C0.66%2C2.627v3.1%20%20%20c0%2C0.584%2C0.018%2C1.164%2C0.172%2C1.689h-1.227l-0.137-1.502c-0.574%2C1.152-1.523%2C1.66-2.801%2C1.66c-1.492%2C0-2.785-0.834-2.785-2.426%20%20%20c0-0.955%2C0.596-1.822%2C1.479-2.221c0.9-0.428%2C2.074-0.469%2C3.066-0.469H33.029z%20M33.029%2C175.203h-1.023%20%20%20c-1.258%2C0-3.242%2C0.178-3.242%2C1.828c0%2C0.992%2C0.852%2C1.402%2C1.73%2C1.402c1.512%2C0%2C2.535-1.293%2C2.535-2.713V175.203z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M37.326%2C172.722h0.035c0.449-0.994%2C1.344-1.68%2C2.48-1.68c0.959%2C0%2C1.76%2C0.406%2C2.262%2C1.238%20%20%20c0.414%2C0.678%2C0.377%2C1.748%2C0.377%2C2.533v4.422h-1.225v-4.947c0-0.469%2C0.016-1.066-0.217-1.471c-0.268-0.457-0.85-0.729-1.369-0.729%20%20%20c-0.645%2C0-1.223%2C0.295-1.656%2C0.803c-0.52%2C0.635-0.625%2C1.359-0.625%2C2.152v4.191h-1.227v-7.99h1.164V172.722z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M50.008%2C179.236l-2.326-4.447l-1.715%2C1.973v2.475h-1.23v-10.793h1.23v6.91l3.695-4.078h1.318l-2.48%2C2.797%20%20%20l2.814%2C5.164H50.008z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M56.791%2C175.177c0-2.219%2C1.258-4.135%2C3.668-4.135c2.336%2C0%2C3.5%2C2.039%2C3.5%2C4.148%20%20%20c0%2C2.232-1.281%2C4.203-3.707%2C4.203C57.863%2C179.394%2C56.791%2C177.283%2C56.791%2C175.177z%20M62.209%2C177.218%20%20%20c0.322-0.631%2C0.391-1.352%2C0.391-2.041c0-0.76-0.094-1.541-0.504-2.189c-0.385-0.578-1.043-0.943-1.734-0.943%20%20%20c-0.77%2C0-1.465%2C0.438-1.807%2C1.133c-0.307%2C0.586-0.396%2C1.348-0.396%2C2c0%2C0.725%2C0.105%2C1.557%2C0.461%2C2.184%20%20%20c0.344%2C0.615%2C1.02%2C1.006%2C1.742%2C1.006C61.178%2C178.367%2C61.822%2C177.945%2C62.209%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M68.963%2C172.214h-1.852v7.021h-1.227v-7.021h-1.42v-0.969h1.42c-0.062-1.686%2C0.523-3.15%2C2.449-2.961%20%20%20l1.109%2C0.111v0.986c-0.34-0.057-0.672-0.119-1.016-0.119c-1.348%2C0-1.33%2C0.975-1.316%2C1.982h1.852V172.214z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M81.092%2C179.236l-1.082-3.15h-3.992l-0.961%2C3.15h-1.129l3.488-10.793h1.559l3.504%2C10.793H81.092z%20%20%20%20M78.061%2C169.89l-1.664%2C5.168h3.32L78.061%2C169.89z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M84.893%2C171.246v1.535h0.027c0.412-0.961%2C1.281-1.738%2C2.395-1.738c1.164%2C0%2C2%2C0.777%2C2.25%2C1.9%20%20%20c0.438-1.104%2C1.352-1.9%2C2.578-1.9c0.816%2C0%2C1.605%2C0.453%2C2.016%2C1.148c0.395%2C0.656%2C0.371%2C1.535%2C0.371%2C2.275v4.77h-1.223v-4.77%20%20%20c0-0.533%2C0.033-1.102-0.223-1.588c-0.266-0.518-0.785-0.834-1.336-0.834c-0.617%2C0-1.178%2C0.379-1.539%2C0.898%20%20%20c-0.457%2C0.641-0.443%2C1.227-0.443%2C1.98v4.312h-1.225v-5.066c0-0.443-0.035-0.965-0.266-1.352c-0.281-0.475-0.801-0.773-1.34-0.773%20%20%20c-0.549%2C0-1.115%2C0.365-1.445%2C0.789c-0.412%2C0.516-0.488%2C1.16-0.488%2C1.822v4.58h-1.229v-7.99H84.893z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M102.963%2C177.041c-0.48%2C1.469-1.871%2C2.354-3.398%2C2.354c-2.426%2C0-3.668-1.922-3.668-4.158%20%20%20c0-2.201%2C1.301-4.193%2C3.693-4.193c2.488%2C0%2C3.553%2C2.068%2C3.492%2C4.291h-5.799c0%2C0.627%2C0.027%2C1.211%2C0.328%2C1.807%20%20%20c0.379%2C0.75%2C1.211%2C1.209%2C2.039%2C1.209c1.039%2C0%2C1.797-0.598%2C2.141-1.541L102.963%2C177.041z%20M101.729%2C174.417%20%20%20c0.021-1.32-0.723-2.432-2.139-2.432c-1.342%2C0-2.197%2C1.174-2.248%2C2.432H101.729z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M105.938%2C171.246v1.865h0.033c0.379-1.082%2C1.051-2.088%2C2.344-2.088l0.453%2C0.035v1.172h-0.246%20%20%20c-0.941%2C0-1.609%2C0.461-2.059%2C1.258c-0.332%2C0.584-0.402%2C1.088-0.402%2C1.715v4.033h-1.219v-7.99H105.938z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M111.652%2C169.828h-1.354v-1.385h0.852h0.502V169.828z%20M111.588%2C179.236h-1.229v-3.717v-4.273h1.229%20%20%20V179.236z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M119.596%2C176.587c-0.293%2C1.625-1.369%2C2.807-3.086%2C2.807c-2.375%2C0-3.395-2.061-3.395-4.158%20%20%20c0-2.076%2C1.035-4.193%2C3.414-4.193c1.73%2C0%2C2.791%2C1.111%2C3.066%2C2.766l-1.137%2C0.205c-0.111-1.055-0.75-1.938-1.902-1.938%20%20%20c-1.664%2C0-2.139%2C1.744-2.139%2C3.086c0%2C1.287%2C0.393%2C3.176%2C2.062%2C3.176c1.193%2C0%2C1.779-0.865%2C1.979-1.947L119.596%2C176.587z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M126.691%2C174.279v-0.346c0-1.396-0.615-1.936-2.029-1.936c-1.004%2C0-1.969%2C0.318-2.186%2C1.412l-1.143-0.188%20%20%20c0.211-1.668%2C1.977-2.18%2C3.445-2.18c0.855%2C0%2C1.852%2C0.086%2C2.453%2C0.777c0.656%2C0.717%2C0.656%2C1.719%2C0.656%2C2.627v3.1%20%20%20c0%2C0.584%2C0.02%2C1.164%2C0.17%2C1.689h-1.229l-0.139-1.502c-0.564%2C1.152-1.529%2C1.66-2.803%2C1.66c-1.488%2C0-2.785-0.834-2.785-2.426%20%20%20c0-0.955%2C0.604-1.822%2C1.48-2.221c0.902-0.428%2C2.078-0.469%2C3.07-0.469H126.691z%20M126.691%2C175.203h-1.023%20%20%20c-1.256%2C0-3.24%2C0.178-3.24%2C1.828c0%2C0.992%2C0.854%2C1.402%2C1.734%2C1.402c1.506%2C0%2C2.529-1.293%2C2.529-2.713V175.203z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M142.504%2C175.867c-0.498%2C2.039-1.711%2C3.527-3.994%2C3.527c-3.113%2C0-4.387-3.004-4.387-5.668%20%20%20c0-2.783%2C1.371-5.441%2C4.496-5.441c2.174%2C0%2C3.441%2C1.461%2C3.885%2C3.443l-1.275%2C0.24c-0.375-1.371-1.047-2.551-2.654-2.551%20%20%20c-2.346%2C0-2.971%2C2.551-2.971%2C4.418c0%2C0.852%2C0.137%2C1.9%2C0.502%2C2.689c0.443%2C0.963%2C1.273%2C1.732%2C2.404%2C1.732%20%20%20c1.654%2C0%2C2.426-1.238%2C2.77-2.658L142.504%2C175.867z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M143.732%2C175.177c0-2.219%2C1.258-4.135%2C3.668-4.135c2.342%2C0%2C3.504%2C2.039%2C3.504%2C4.148%20%20%20c0%2C2.232-1.289%2C4.203-3.711%2C4.203C144.805%2C179.394%2C143.732%2C177.283%2C143.732%2C175.177z%20M149.143%2C177.218%20%20%20c0.328-0.631%2C0.395-1.352%2C0.395-2.041c0-0.76-0.094-1.541-0.504-2.189c-0.379-0.578-1.035-0.943-1.732-0.943%20%20%20c-0.771%2C0-1.463%2C0.438-1.811%2C1.133c-0.295%2C0.586-0.391%2C1.348-0.391%2C2c0%2C0.725%2C0.109%2C1.557%2C0.459%2C2.184%20%20%20c0.346%2C0.615%2C1.021%2C1.006%2C1.742%2C1.006C148.115%2C178.367%2C148.762%2C177.945%2C149.143%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M153.553%2C171.246v1.865h0.031c0.375-1.082%2C1.051-2.088%2C2.342-2.088l0.455%2C0.035v1.172h-0.25%20%20%20c-0.949%2C0-1.609%2C0.461-2.062%2C1.258c-0.328%2C0.584-0.393%2C1.088-0.393%2C1.715v4.033h-1.225v-7.99H153.553z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M159.229%2C181.845h-1.223v-10.6h1.117v1.535h0.031c0.402-1.053%2C1.27-1.738%2C2.465-1.738%20%20%20c2.232%2C0%2C3.164%2C2.213%2C3.164%2C4.135c0%2C0.908-0.172%2C1.918-0.643%2C2.713c-0.553%2C0.887-1.428%2C1.504-2.521%2C1.504%20%20%20c-1.098%2C0-1.836-0.508-2.391-1.418V181.845z%20M159.229%2C176.099c0%2C1.104%2C0.977%2C2.25%2C2.109%2C2.25c0.678%2C0%2C1.309-0.404%2C1.631-0.977%20%20%20c0.365-0.611%2C0.428-1.439%2C0.428-2.148c0-1.307-0.406-3.102-2.059-3.102c-1.082%2C0-1.889%2C0.959-2.109%2C1.949V176.099z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M166.049%2C175.177c0-2.219%2C1.258-4.135%2C3.666-4.135c2.35%2C0%2C3.51%2C2.039%2C3.51%2C4.148%20%20%20c0%2C2.232-1.293%2C4.203-3.711%2C4.203C167.125%2C179.394%2C166.049%2C177.283%2C166.049%2C175.177z%20M171.463%2C177.218%20%20%20c0.33-0.631%2C0.391-1.352%2C0.391-2.041c0-0.76-0.088-1.541-0.5-2.189c-0.371-0.578-1.041-0.943-1.729-0.943%20%20%20c-0.771%2C0-1.467%2C0.438-1.809%2C1.133c-0.299%2C0.586-0.396%2C1.348-0.396%2C2c0%2C0.725%2C0.109%2C1.557%2C0.461%2C2.184%20%20%20c0.348%2C0.615%2C1.023%2C1.006%2C1.744%2C1.006C170.447%2C178.367%2C171.084%2C177.945%2C171.463%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M175.729%2C171.246v1.865h0.027c0.383-1.082%2C1.062-2.088%2C2.348-2.088l0.457%2C0.035v1.172h-0.254%20%20%20c-0.939%2C0-1.605%2C0.461-2.062%2C1.258c-0.326%2C0.584-0.391%2C1.088-0.391%2C1.715v4.033h-1.223v-7.99H175.729z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M185.119%2C174.279v-0.346c0-1.396-0.609-1.936-2.027-1.936c-1.008%2C0-1.965%2C0.318-2.186%2C1.412l-1.146-0.188%20%20%20c0.219-1.668%2C1.977-2.18%2C3.445-2.18c0.863%2C0%2C1.852%2C0.086%2C2.453%2C0.777c0.654%2C0.717%2C0.654%2C1.719%2C0.654%2C2.627v3.1%20%20%20c0%2C0.584%2C0.018%2C1.164%2C0.182%2C1.689h-1.225l-0.15-1.502c-0.57%2C1.152-1.523%2C1.66-2.799%2C1.66c-1.49%2C0-2.787-0.834-2.787-2.426%20%20%20c0-0.955%2C0.602-1.822%2C1.482-2.221c0.896-0.428%2C2.076-0.469%2C3.064-0.469H185.119z%20M185.119%2C175.203h-1.016%20%20%20c-1.258%2C0-3.242%2C0.178-3.242%2C1.828c0%2C0.992%2C0.848%2C1.402%2C1.725%2C1.402c1.518%2C0%2C2.533-1.293%2C2.533-2.713V175.203z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M192.215%2C179.294l-1.174%2C0.1c-1.748%2C0-2.264-1.027-2.264-2.617v-4.623h-1.422v-0.977h1.422v-1.977%20%20%20l1.219-0.129v2.105h1.779v0.977h-1.779v4.832c0%2C0.92%2C0.275%2C1.41%2C1.279%2C1.41l0.939-0.076V179.294z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M195.393%2C169.828h-1.35v-1.385h0.57h0.779V169.828z%20M195.332%2C179.236h-1.227v-7.99h0.588h0.639V179.236z%22%20%20%20%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M197.1%2C175.177c0-2.219%2C1.254-4.135%2C3.66-4.135c2.346%2C0%2C3.51%2C2.039%2C3.51%2C4.148%20%20%20c0%2C2.232-1.291%2C4.203-3.717%2C4.203C198.17%2C179.394%2C197.1%2C177.283%2C197.1%2C175.177z%20M202.506%2C177.218%20%20%20c0.328-0.631%2C0.391-1.352%2C0.391-2.041c0-0.76-0.094-1.541-0.5-2.189c-0.379-0.578-1.043-0.943-1.73-0.943%20%20%20c-0.768%2C0-1.461%2C0.438-1.809%2C1.133c-0.301%2C0.586-0.395%2C1.348-0.395%2C2c0%2C0.725%2C0.107%2C1.557%2C0.457%2C2.184%20%20%20c0.344%2C0.615%2C1.025%2C1.006%2C1.746%2C1.006C201.484%2C178.367%2C202.127%2C177.945%2C202.506%2C177.218z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M207.033%2C172.722h0.031c0.457-0.994%2C1.359-1.68%2C2.486-1.68c0.959%2C0%2C1.76%2C0.406%2C2.268%2C1.238%20%20%20c0.406%2C0.678%2C0.377%2C1.748%2C0.377%2C2.533v4.422h-1.229v-4.947c0-0.469%2C0.01-1.066-0.221-1.471c-0.268-0.457-0.846-0.729-1.367-0.729%20%20%20c-0.648%2C0-1.229%2C0.295-1.658%2C0.803c-0.516%2C0.635-0.621%2C1.359-0.621%2C2.152v4.191h-1.23v-7.99h1.164V172.722z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M38.348%2C69.921h-5.977V54.979h-0.061l-3.812%2C14.941h-4.086l-3.934-14.941h-0.062v14.941H15.6V49.003h8.385%20%20%20l2.988%2C11.1h0.061l2.867-11.1h8.447V69.921z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M57.982%2C69.921H42.277V49.003h15.705v4.816h-9.424v3.051h7.625v4.664h-7.625v3.387h9.424V69.921z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M73.469%2C69.921l-3.049-7.988h-2.014v7.988h-6.494V49.003h10.643c1.828%2C0%2C3.842%2C0.244%2C5.396%2C1.281%20%20%20c1.738%2C1.098%2C2.562%2C2.957%2C2.562%2C5c0%2C2.744-1.221%2C4.391-3.689%2C5.52l3.781%2C9.117H73.469z%20M70.754%2C57.448%20%20%20c1.404%2C0%2C3.082-0.213%2C3.082-2.012c0-0.701-0.367-1.373-1.008-1.707c-0.549-0.275-1.219-0.275-1.83-0.275h-2.592v3.994H70.754z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M95.947%2C69.921l-3.049-7.988h-2.014v7.988h-6.494V49.003h10.643c1.83%2C0%2C3.844%2C0.244%2C5.398%2C1.281%20%20%20c1.738%2C1.098%2C2.561%2C2.957%2C2.561%2C5c0%2C2.744-1.221%2C4.391-3.689%2C5.52l3.781%2C9.117H95.947z%20M93.234%2C57.448%20%20%20c1.402%2C0%2C3.08-0.213%2C3.08-2.012c0-0.701-0.367-1.373-1.006-1.707c-0.551-0.275-1.221-0.275-1.83-0.275h-2.594v3.994H93.234z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M113.477%2C55.952v13.969h-6.465V49.003h6.465V55.952z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M132.791%2C69.921h-14.668V49.003h6.465v15.795h8.203V69.921z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M150.814%2C69.921h-14.668V49.003h6.465v15.795h8.203V69.921z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22none%22%20points%3D%22247.169%2C200.159%20-5.503%2C200.159%20-5.503%2C-8.706%20247.169%2C-8.706%20247.169%2C200.159%20%20%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cg%3E%20%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M160.088%2C69.927c1.199-3.829%2C1.621-9.037%2C0.109-12.047c-1.307-2.576-1.512-6.456-0.426-7.842%20%20%20%20%20c-1.691-2.189-3.34-5.736-0.078-13.323c2.117-4.895%2C3.211-8.642%2C3.809-11.116c-1.287%2C0.76-2.27%2C1.025-3.305%2C1.128%20%20%20%20%20c-0.328-1.089%2C0.031-3.556%2C1.262-4.35c-1.34-1.484-1.672-2.874-1.672-4.515c0-2.979%2C3.344-5.528%2C5.961-5.528%20%20%20%20%20c1.625%2C0%2C2.609%2C0.438%2C3.039%2C0.869c-1.109%2C0.486-1.848%2C1.555-1.848%2C2.318c0%2C0.751%2C0.457%2C1.691%2C1.219%2C1.691%20%20%20%20%20c0.752%2C0%2C0.775-0.235%2C1.215-0.564l6.592%2C0.027c0.424%2C0.498%2C0.908%2C0.631%2C1.41%2C0.631c1.111%2C0%2C1.805-1.003%2C1.805-1.812%20%20%20%20%20c0-0.827-0.455-2.096-1.73-2.455c0.705-0.567%2C1.617-0.885%2C2.51-0.885c2.164%2C0%2C5.48%2C2.501%2C5.48%2C6.487%20%20%20%20%20c0%2C1.539-0.18%2C2.943-1.453%2C4.205c0.836%2C0.826%2C1.539%2C2.4%2C1.707%2C3.566c-0.531%2C0.105-2.752%2C0.176-3.283%2C0.176%20%20%20%20%20c0.566%2C0.799%2C2.607%2C4.887%2C3.088%2C6.124c1.234%2C3.198%2C3.504%2C7.349%2C7.195%2C9.095c4.566%2C2.142%2C9.086%2C3.262%2C13.928%2C1.978%20%20%20%20%20c1.943-0.509%2C3.289-2.632%2C3.289-4.292c0-2.263-3.596-4.999-6.928-6.075c-4.889-1.582-14.621-2.569-14.512-10.161%20%20%20%20%20c0.059-3.551%2C4.031-6.558%2C9.105-6.558c2.812%2C0%2C14.076-0.223%2C14.076-0.223c-0.549%2C2.584-3.674%2C7.415-7.365%2C7.415%20%20%20%20%20c-3.688%2C0-3.898-1.068-5.301-1.824c-1.41-0.744-3.156-1.386-4.346-1.386c-1.477%2C0-3.729%2C0.903-3.729%2C3.484%20%20%20%20%20c0%2C1.727%2C1.184%2C3.66%2C4.867%2C4.843c4.988%2C1.598%2C16.414%2C3.543%2C16.414%2C10.595c0%2C3.962-3.613%2C6.871-9.301%2C7.044%20%20%20%20%20c1.562%2C2.204%2C2.703%2C4.454%2C3.23%2C5.755c0.699%2C1.656%2C3.18%2C5.392%2C5.799%2C5.904c-2.109%2C3.128-4.494%2C8.397-4.494%2C11.62h-9.322%20%20%20%20%20c1.197-1.5%2C3.256-5.379%2C3.799-6.456c-1.516%2C0.642-4.328%2C0.438-5.098-0.964c-0.75-1.396-1.348-0.156-1.775%2C0.381%20%20%20%20%20c-0.438%2C0.54-3.193%2C5.215-3.855%2C7.039h-7.791c2.379-2.584%2C4.654-7.525%2C4.334-9.897c-1.305%2C0.273-2.221%2C0.376-2.221%2C0.376%20%20%20%20%20c0.055-1.014-1.355-2.404-3.426-0.748c0.211%2C1.559%2C0.031%2C4.521-0.352%2C6.245c-4.326%2C0.066-9.15-2.127-10.148-5.036%20%20%20%20%20c-0.184-0.563-0.971%2C0.33-1.609%2C0.35c-0.928%2C0.008-1.699-0.51-1.914-0.756c-0.105%2C1.347-1.078%2C4.361-1.25%2C5.646%20%20%20%20%20c-0.148%2C1.292-0.371%2C3.121-0.215%2C3.821H160.088z%20M167.486%2C20.027c-0.973%2C0-2.328-1.205-2.633-1.88%20%20%20%20%20c-0.34-0.704-0.438-1.844%2C0.145-2.92c-1.348%2C0.153-2.678%2C1.182-2.678%2C3.003c0%2C2.208%2C2.182%2C4.1%2C4.037%2C4.346%20%20%20%20%20c-0.535%2C4.257-3.281%2C11.64-4.5%2C14.393c-0.285%2C0.638-0.625%2C2.091%2C0.672%2C2.693c1.52%2C0.678%2C4.547%2C3.979%2C4.93%2C7.142h-1.738%20%20%20%20%20c-0.16-0.905-1.078-2.482-1.566-3.12c-1.418-1.872-2.812-2.083-3.572-1.395c-0.752%2C0.685-0.982%2C2.294%2C0.051%2C4.515%20%20%20%20%20c1.412%2C3.015%2C7.311%2C10.7%2C7.803%2C11.288c0.482%2C0.603%2C1.504%2C0.708%2C2.166%2C0.113c0.646-0.588%2C2.111-1.938%2C2.975-3.708%20%20%20%20%20c1.75-3.599%2C3.873-5.458%2C7.094-7.42c2.135-1.292%2C4.277-3.996%2C4.277-8.233c0-4.89-4.551-11.229-5.943-13.272%20%20%20%20%20c-0.748%2C0.313-2.213%2C1.723-2.213%2C3.145c0%2C0.587%2C0.395%2C0.646%2C0.395%2C1.448c0%2C0.807-0.766%2C1.053-1.086%2C1.053%20%20%20%20%20c-0.326%2C0-0.561-0.207-0.934-0.368c-0.379-0.168-1.053-0.246-1.512-0.301c-0.539-0.074-1.482-0.121-2.105%2C0.055%20%20%20%20%20c-0.352%2C0.074-0.652%2C0.117-1.168%2C0.399c-0.242%2C0.125-0.977-0.392-0.977-1.132c0-0.567%2C0.684-0.986%2C1.105-0.986%20%20%20%20%20c0.434%2C0%2C0.91%2C0.207%2C1.285%2C0.337c0.654%2C0.238%2C1.547%2C0.211%2C2.33-0.091c0.865-0.348%2C0.752-0.881%2C0.615-1.226%20%20%20%20%20c-0.137-0.352-0.289-0.837-0.289-1.961c0-1.14%2C0.586-2.8%2C1.514-3.719h3.301c2.385%2C0.148%2C3.676-2.299%2C3.676-3.759%20%20%20%20%20c0-1.448-1.189-3.116-2.004-3.603c0.227%2C0.6%2C0.479%2C1.362%2C0.227%2C2.475c-0.238%2C0.998-1.264%2C2.431-3.045%2C2.431%20%20%20%20%20c-0.424%2C0-1.672-0.281-2.154-0.817h-6.658C169.07%2C19.456%2C168.447%2C20.027%2C167.486%2C20.027%20M178.416%2C23.21%20%20%20%20%20c-1.586%2C0.082-2.666%2C1.03-2.564%2C2.772C177.441%2C25.896%2C178.514%2C24.929%2C178.416%2C23.21%20M165.588%2C59.277%20%20%20%20%20c0-1.876-1.328-3.567-1.758-4.146c-0.496-0.634-1.568-2.059-1.848-2.059c-0.41%2C0-0.703%2C0.411-0.703%2C0.833%20%20%20%20%20c0%2C0.909%2C0.324%2C2.193%2C1.25%2C5.059c1.035%2C3.199%2C0.91%2C6.641%2C0.215%2C9.076h1.57C164.615%2C67.15%2C165.588%2C61.169%2C165.588%2C59.277%20%20%20%20%20%20M179.744%2C63.338c0.176-0.67%2C0.332-2.204%2C0.215-2.98c-1.203%2C0.286-4.455%2C0.286-4.922-0.539c0.861-1.019%2C2.686-1.124%2C3.348-1.336%20%20%20%20%20c0.635-0.227%2C3.102-1.625%2C3.102-2.827c0-1.213-0.926-2.243-2.436-2.243c-1.73%2C0-2.885%2C1.011-4.201%2C2.796%20%20%20%20%20c-1.113%2C1.523-1.539%2C2.502-1.539%2C3.184c0%2C0.829%2C0.736%2C2.243%2C2.436%2C3.01C177.072%2C62.993%2C178.775%2C63.357%2C179.744%2C63.338%20%20%20%20%20%20M183.646%2C56.486l4.555-0.972c-0.213%2C0.431-0.268%2C1.187-0.213%2C1.883l4.545-1.24c-1.252-1.292-2.709-4.357-2.709-6.558%20%20%20%20%20c0-2.205%2C1.143-4.726%2C2.932-5.38c-1.357-0.435-4.885-2.799-5.801-4.244c0.164%2C1.445-0.541%2C4.036-1.633%2C5.587%20%20%20%20%20c-1.371%2C1.996-4.541%2C3.555-5.943%2C5.383C182.072%2C51.213%2C183.908%2C53.96%2C183.646%2C56.486%20M187.66%2C67.993h1.953%20%20%20%20%20c0.971-1.888%2C4.162-7.636%2C4.857-8.227l0.123-0.803c-1.301%2C0.047-3.312%2C0.274-4.396%2C0.752%20%20%20%20%20C190.197%2C63.036%2C188.432%2C66.724%2C187.66%2C67.993%20M197.303%2C59.011c0.059%2C0.964%2C0.375%2C2.577%2C1.684%2C2.69%20%20%20%20%20c1.285%2C0.105%2C2.27-0.431%2C2.58-0.964C200.982%2C60.096%2C198.324%2C59.238%2C197.303%2C59.011%20M196.375%2C45.617%20%20%20%20%20c-2.6%2C0-4.279%2C1.672-4.279%2C3.825c0%2C2.146%2C0.932%2C4.193%2C3.309%2C5.646c2.383%2C1.453%2C6.111%2C2.913%2C7.195%2C3.328%20%20%20%20%20c2.605%2C1.034%2C2.996%2C2.589%2C1.582%2C5.493c-0.887%2C1.805-2.172%2C4.127-2.172%2C4.127h3.09c0.547-2.197%2C2.375-6.664%2C3.523-8.543%20%20%20%20%20c-1.305-0.799-2.281-2.154-2.926-3.395c-0.668-1.233-1.793-3.214-2.443-4.569C202.6%2C50.194%2C199.84%2C45.617%2C196.375%2C45.617%20%20%20%20%20%20M199.729%2C20.631c0.66%2C0.423%2C2.492%2C1.116%2C4.121%2C1.116c1.621%2C0%2C3.422-1.767%2C4.129-2.741h-7.059%20%20%20%20%20C198.861%2C19.006%2C199.08%2C20.188%2C199.729%2C20.631%20M167.705%2C23.112c-0.066%2C1.48%2C0.742%2C2.565%2C2.395%2C2.647%20%20%20%20%20C170.15%2C24.268%2C169.354%2C23.171%2C167.705%2C23.112%20M175.357%2C32.857c0.342%2C0.16%2C0.781-0.23%2C0.201-0.813%20%20%20%20%20c-0.627-0.62-1.555-0.925-2.623-0.925c-1.07%2C0-2.012%2C0.305-2.625%2C0.925c-0.582%2C0.583-0.141%2C0.974%2C0.199%2C0.813%20%20%20%20%20c0.656-0.325%2C1.527-0.505%2C2.426-0.505C173.82%2C32.353%2C174.686%2C32.532%2C175.357%2C32.857%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M46.467%2C147.371V76.944h32.445v12.656H60.514v15.926h15.82v12.66h-15.82v16.523h18.398v12.66H46.467z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M121.143%2C140.542c-3.166%2C3.664-7.516%2C6.828-15.426%2C6.828H85.83V76.944h19.887%20%20%20%20c7.91%2C0%2C12.26%2C3.168%2C15.426%2C6.824c5.643%2C6.531%2C5.244%2C19.188%2C5.244%2C28.387S126.785%2C134.015%2C121.143%2C140.542z%20M110.658%2C92.675%20%20%20%20c-0.887-1.781-2.668-3.074-5.24-3.074h-5.535v45.11h5.535c2.572%2C0%2C4.354-1.293%2C5.24-3.066c1.688-3.262%2C1.688-11.777%2C1.688-19.586%20%20%20%20C112.346%2C104.246%2C112.346%2C95.94%2C110.658%2C92.675z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M152.842%2C148.156c-7.906%2C0-12.061-3.164-15.33-7.016c-5.631-6.727-5.236-19.488-5.236-28.984%20%20%20%20s-0.395-22.25%2C5.236-28.981c3.27-3.855%2C7.424-7.023%2C15.33-7.023c5.941%2C0%2C10.586%2C1.98%2C13.957%2C5.242%20%20%20%20c3.746%2C3.766%2C5.727%2C9.297%2C6.018%2C15.73h-14.033c-0.102-2.969-0.594-8.312-5.941-8.312c-2.562%2C0-3.854%2C1.191-4.645%2C2.773%20%20%20%20c-1.682%2C3.266-1.881%2C12.067-1.881%2C20.571c0%2C8.508%2C0.199%2C17.309%2C1.881%2C20.578c0.791%2C1.578%2C2.082%2C2.762%2C4.645%2C2.762%20%20%20%20c4.646%2C0%2C5.941-4.344%2C5.941-8.207v-7.316h-5.836v-11.371h19.869V126.5C172.816%2C140.542%2C164.912%2C148.156%2C152.842%2C148.156z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M179.74%2C147.371V76.944h32.453v12.656h-18.395v15.926h15.814v12.668h-15.814v16.512h18.395v12.664H179.74%20%20%20%20z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M223.502%2C80.474c0%2C1.137-0.405%2C2.11-1.216%2C2.921s-1.784%2C1.216-2.921%2C1.216s-2.11-0.405-2.921-1.216%20%20%20s-1.216-1.784-1.216-2.921c0-1.133%2C0.405-2.105%2C1.216-2.918s1.784-1.219%2C2.921-1.219s2.11%2C0.406%2C2.921%2C1.219%20%20%20S223.502%2C79.341%2C223.502%2C80.474z%20M222.916%2C80.474c0-0.979-0.347-1.814-1.042-2.509c-0.694-0.694-1.531-1.042-2.509-1.042%20%20%20c-0.974%2C0-1.81%2C0.349-2.506%2C1.045s-1.045%2C1.531-1.045%2C2.506c0%2C0.979%2C0.347%2C1.814%2C1.038%2C2.509c0.693%2C0.694%2C1.53%2C1.042%2C2.513%2C1.042%20%20%20c0.974%2C0%2C1.81-0.349%2C2.506-1.045S222.916%2C81.448%2C222.916%2C80.474z%20M221.316%2C82.882h-0.785l-0.926-2.051h-1.324v2.051h-0.709v-4.811%20%20%20h2.034c0.549%2C0%2C0.959%2C0.141%2C1.23%2C0.423c0.273%2C0.282%2C0.409%2C0.595%2C0.409%2C0.939c0%2C0.255-0.075%2C0.499-0.224%2C0.734%20%20%20c-0.15%2C0.234-0.384%2C0.401-0.702%2C0.499L221.316%2C82.882z%20M218.281%2C80.269h1.249c0.326%2C0%2C0.568-0.081%2C0.727-0.244%20%20%20c0.16-0.163%2C0.239-0.363%2C0.239-0.603c0-0.247-0.085-0.435-0.253-0.562c-0.17-0.128-0.381-0.191-0.637-0.191h-1.325V80.269z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-edge-logo.l {
  width: 200px;
  height: 150px;
}
.icon-boa-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22288px%22%20height%3D%2236px%22%20viewBox%3D%22137.5%2061.5%20288%2036%22%20enable-background%3D%22new%20137.5%2061.5%20288%2036%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M394.161%2C96.086c0-0.758%2C0.636-1.383%2C1.427-1.383c0.782%2C0%2C1.416%2C0.625%2C1.416%2C1.383%20%20c0%2C0.782-0.634%2C1.404-1.416%2C1.404C394.797%2C97.49%2C394.161%2C96.868%2C394.161%2C96.086%20M394.431%2C96.086c0%2C0.638%2C0.516%2C1.131%2C1.157%2C1.131%20%20c0.634%2C0%2C1.14-0.493%2C1.14-1.131c0-0.61-0.506-1.11-1.14-1.11C394.944%2C94.976%2C394.431%2C95.476%2C394.431%2C96.086%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M396.291%2C96.877h-0.267l-0.457-0.723h-0.276v0.723h-0.229v-1.561h0.686c0.14%2C0%2C0.268%2C0.009%2C0.388%2C0.076%20%20c0.118%2C0.063%2C0.177%2C0.203%2C0.177%2C0.333c0%2C0.307-0.219%2C0.419-0.504%2C0.429L396.291%2C96.877z%20M395.549%2C95.965%20%20c0.228%2C0%2C0.534%2C0.041%2C0.534-0.244c0-0.202-0.18-0.225-0.387-0.225h-0.405v0.469H395.549z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M215.676%2C79.979c5%2C0%2C7.476%2C3.698%2C7.476%2C8.694c0%2C5.194-2.376%2C8.827-7.476%2C8.827%20%20c-5.09%2C0-7.475-3.632-7.475-8.827C208.201%2C83.677%2C210.687%2C79.979%2C215.676%2C79.979%20M215.676%2C94.108c1.326%2C0%2C1.921-1.201%2C1.921-5.436%20%20c0-3.859-0.397-5.298-1.921-5.298c-1.516%2C0-1.912%2C1.438-1.912%2C5.298C213.764%2C92.907%2C214.357%2C94.108%2C215.676%2C94.108%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M226.605%2C84.217h-2.178V80.42h2.178v-1.865c0-4.096%2C2.012-5.6%2C5.555-5.6c1.059%2C0%2C1.853%2C0.105%2C2.711%2C0.205%20%20v4.129c-0.295-0.066-0.692-0.137-0.99-0.137c-1.416%2C0-1.92%2C0.561-1.92%2C1.57v1.697h2.91v3.796h-2.91v12.923h-5.356L226.605%2C84.217%20%20L226.605%2C84.217z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M164.13%2C85.082c0-1-0.463-1.66-1.394-1.66c-1.287%2C0-1.693%2C1.22-1.752%2C2.195l-4.664-0.965%20%20c0.594-3.297%2C3.575-4.628%2C6.614-4.628c3.207%2C0%2C6.553%2C1.399%2C6.553%2C5.091v9.328c0%2C1.905%2C0.298%2C2.469%2C0.494%2C2.702h-5.521%20%20c-0.1-0.463-0.139-1.251-0.169-1.534c-0.912%2C0.977-2.495%2C1.855-4.078%2C1.855c-2.665%2C0-4.703-1.82-4.624-4.896%20%20c0.118-4.351%2C5-5.64%2C8.542-6.049V85.082z%20M164.13%2C89.116c-1.878%2C0.175-3.276%2C0.898-3.276%2C3.028c0%2C1.172%2C0.594%2C1.775%2C1.556%2C1.775%20%20c0.604%2C0%2C1.258-0.431%2C1.721-1.037L164.13%2C89.116L164.13%2C89.116z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M177.975%2C85.187v11.958h-5.356V80.422h5.237l0.029%2C1.711h0.068c1.109-1.135%2C2.586-2.108%2C4.674-2.108%20%20c2.338%2C0%2C3.684%2C1.595%2C3.684%2C3.897v13.223h-5.355V85.631c0-0.951-0.336-1.479-1.238-1.479%20%20C179.112%2C84.151%2C178.461%2C84.549%2C177.975%2C85.187%22%2F%3E%20%3Cpolygon%20fill%3D%22%230052C2%22%20points%3D%22189.638%2C73.426%20194.994%2C73.426%20194.994%2C85.468%20195.063%2C85.468%20199.002%2C80.422%20204.33%2C80.422%20%20%20199.854%2C85.563%20204.358%2C97.14%20198.804%2C97.14%20196.191%2C89.841%20196.123%2C89.841%20194.994%2C91.151%20194.994%2C97.14%20189.638%2C97.14%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M149.877%2C84.804c2.554%2C0.849%2C4.404%2C2.958%2C4.404%2C5.987c0%2C4.061-3.238%2C6.349-7.712%2C6.349H137.5V73.426h9.306%20%20c4.179%2C0%2C6.912%2C2.518%2C6.912%2C5.794c0%2C3.104-2.137%2C4.73-3.84%2C5.399L149.877%2C84.804L149.877%2C84.804z%20M143.282%2C92.749h2.179%20%20c1.296%2C0%2C3.009-0.569%2C3.009-2.999c0-1.77-1.082-2.937-3.009-2.937h-2.179V92.749z%20M143.282%2C82.822h1.95%20%20c2.156%2C0%2C3.01-1.167%2C3.01-2.569c0-2.262-1.524-2.629-2.873-2.629h-2.087V82.822z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M343.463%2C85.082c0-1-0.455-1.66-1.386-1.66c-1.287%2C0-1.693%2C1.22-1.752%2C2.195l-4.664-0.965%20%20c0.594-3.297%2C3.573-4.628%2C6.612-4.628c3.209%2C0%2C6.547%2C1.399%2C6.547%2C5.091v9.328c0%2C1.905%2C0.304%2C2.469%2C0.504%2C2.702H343.8%20%20c-0.098-0.463-0.138-1.251-0.168-1.534c-0.921%2C0.977-2.493%2C1.855-4.079%2C1.855c-2.673%2C0-4.703-1.82-4.623-4.896%20%20c0.119-4.351%2C5-5.64%2C8.533-6.049V85.082L343.463%2C85.082z%20M343.463%2C89.116c-1.87%2C0.175-3.275%2C0.898-3.275%2C3.028%20%20c0%2C1.172%2C0.604%2C1.775%2C1.563%2C1.775c0.604%2C0%2C1.258-0.431%2C1.713-1.037V89.116z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M288.387%2C89.945c-0.07%2C1.482%2C0.315%2C3.962%2C2.484%2C3.962c1.285%2C0%2C2.377-0.95%2C2.645-2.298l3.604%2C1.333%20%20c-0.227%2C0.767-1.883%2C4.558-6.645%2C4.558c-5.127%2C0-7.438-4.161-7.438-8.795c0-4.723%2C2.438-8.727%2C7.367-8.727%20%20c5.168%2C0%2C6.949%2C4.463%2C6.949%2C8.83v1.137H288.387z%20M292.395%2C86.738c0.051-1.546-0.166-3.359-2.02-3.359%20%20c-1.523%2C0-2.066%2C1.785-1.988%2C3.359H292.395z%22%2F%3E%20%3Crect%20x%3D%22311.8%22%20y%3D%2280.422%22%20fill%3D%22%230052C2%22%20width%3D%225.356%22%20height%3D%2216.723%22%2F%3E%20%3Crect%20x%3D%22311.8%22%20y%3D%2273.426%22%20fill%3D%22%230052C2%22%20width%3D%225.356%22%20height%3D%224.799%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M329.048%2C86.609c0-0.667-0.039-1.469-0.267-2.098c-0.268-0.669-0.694-1.133-1.547-1.133%20%20c-1.791%2C0-1.987%2C2.199-1.987%2C5.531c0%2C3.762%2C0.594%2C4.996%2C1.987%2C4.996c1.884%2C0%2C2.05-1.931%2C2.05-3.203l4.157%2C0.604%20%20c-0.395%2C4.064-2.703%2C6.192-6.612%2C6.192c-4.821%2C0-7.337-4.258-7.337-8.393c0-4.564%2C2.516-9.127%2C7.564-9.127%20%20c5.693%2C0%2C6.555%2C4.959%2C6.555%2C6.63L329.048%2C86.609L329.048%2C86.609z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M244.189%2C73.432h7.803l5.027%2C23.713h-5.781l-0.93-4.791h-5.456l-1.028%2C4.791h-5.158L244.189%2C73.432z%20%20%20M245.676%2C88.151h3.809l-1.69-9.661h-0.127L245.676%2C88.151z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M299.555%2C80.422h5.188l0.061%2C2.267h0.078c1.102-1.763%2C3.098-2.664%2C5.158-2.664v5.463%20%20c-0.604-0.24-1.258-0.468-2.178-0.468c-1.367%2C0-2.307%2C0.543-2.94%2C1.3v10.826h-5.364V80.422H299.555z%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M272.368%2C85.213V97.14h-5.259V85.683c0-0.899-0.267-1.498-1.258-1.498c-0.563%2C0-1.365%2C0.411-1.822%2C1.028%20%20V97.14h-5.256V80.422h5.229l0.027%2C1.706h0.062c1.127-1.065%2C2.81-2.104%2C4.802-2.104c1.633%2C0%2C2.719%2C0.949%2C3.228%2C2.237h0.067%20%20c0.933-1.021%2C2.535-2.237%2C4.774-2.237c2.228%2C0%2C3.741%2C1.479%2C3.741%2C3.792v13.324h-5.258V85.683c0-0.899-0.266-1.498-1.25-1.498%20%20C273.486%2C84.185%2C272.714%2C84.753%2C272.368%2C85.213%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M382.146%2C70.383c2.109%2C0.836%2C4.181%2C1.732%2C6.238%2C2.692c-6.544%2C2.668-12.852%2C5.837-18.882%2C9.46%20%20c-2.038-1.074-4.106-2.099-6.198-3.047C369.315%2C75.959%2C375.61%2C72.908%2C382.146%2C70.383%22%2F%3E%20%3Cpath%20fill%3D%22%230052C2%22%20d%3D%22M374.354%2C67.613c-6.781%2C2.165-13.314%2C4.992-19.504%2C8.434c1.971%2C0.715%2C3.928%2C1.482%2C5.858%2C2.301%20%20c6.001-3.555%2C12.338-6.547%2C18.933-8.92C377.899%2C68.777%2C376.136%2C68.172%2C374.354%2C67.613%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M396.315%2C70.111c-5.338-2.594-10.871-4.785-16.563-6.527c-2%2C0.578-3.991%2C1.213-5.961%2C1.902%20%20c5.871%2C1.747%2C11.573%2C3.961%2C17.06%2C6.61C392.649%2C71.398%2C394.481%2C70.733%2C396.315%2C70.111%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M405.017%2C67.5c-5.465-2.4-11.099-4.404-16.869-6c-1.834%2C0.385-3.664%2C0.808-5.468%2C1.282%20%20c5.722%2C1.681%2C11.289%2C3.813%2C16.654%2C6.353C401.216%2C68.551%2C403.106%2C68.006%2C405.017%2C67.5%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M418.985%2C72.23c-13.69%2C4.645-26.515%2C11.27-38.115%2C19.555c2.9%2C1.792%2C5.73%2C3.696%2C8.482%2C5.705%20%20c10.94-8.738%2C23.08-16.021%2C36.147-21.551C423.362%2C74.64%2C421.194%2C73.402%2C418.985%2C72.23%22%2F%3E%20%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M409.571%2C67.718c-14.228%2C3.792-27.613%2C9.913-39.674%2C17.966c2.713%2C1.347%2C5.387%2C2.79%2C8.002%2C4.313%20%20c11.819-8.232%2C24.938-14.653%2C38.928-18.887C414.442%2C69.903%2C412.026%2C68.775%2C409.571%2C67.718%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-boa-logo.l {
  width: 200px;
  height: 35px;
}
.icon-ust-logo {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22466.177%22%20height%3D%22126.47%22%20viewBox%3D%220%200%20466.177%20126.47%22%3E%3Cg%20fill%3D%22%23717073%22%3E%3Cpath%20d%3D%22M17.412%20109.788V94.52h5.763c1.18%200%202.115.045%203.14.712%201.022.69%201.6%201.758%201.6%203.005%200%201.736-1.023%203.026-2.692%203.427v.045c1.892.4%203.16%201.912%203.16%203.87%200%201.292-.444%202.426-1.468%203.23-1.158.91-2.36.977-3.76.977H17.41zm4.874-8.724c.957%200%202.002.022%202.78-.58.625-.444.958-1.268.958-2.002%200-.912-.356-1.558-1.134-2.024-.667-.38-1.358-.38-2.114-.38h-3.45v4.986h2.96zm.778%207.098c.846%200%201.78-.09%202.448-.62.646-.492.957-1.226.957-2.05%200-.912-.4-1.824-1.113-2.38-.734-.58-1.69-.58-2.56-.58h-3.47v5.63h3.737zM37.97%20102.776v-.49c0-1.98-.87-2.735-2.873-2.735-1.424%200-2.78.445-3.093%202.003l-1.624-.266c.31-2.36%202.804-3.096%204.874-3.096%201.224%200%202.626.135%203.472%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.023%201.647.246%202.38H38.17l-.2-2.113c-.802%201.625-2.16%202.337-3.96%202.337-2.116%200-3.94-1.18-3.94-3.428%200-1.357.845-2.58%202.092-3.136%201.27-.602%202.937-.67%204.34-.67h1.467zm0%201.315H36.52c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.203%201.98%202.448%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM44.05%20100.575h.045c.646-1.402%201.914-2.383%203.516-2.383%201.36%200%202.493.58%203.205%201.76.58.958.535%202.47.535%203.583v6.253h-1.735V102.8c0-.668.022-1.512-.312-2.092-.377-.646-1.2-1.024-1.936-1.024-.913%200-1.736.424-2.337%201.137-.734.89-.89%201.915-.89%203.05v5.92h-1.735V98.48h1.646v2.093zM61.995%20109.788l-3.293-6.3-2.426%202.807v3.493H54.54V94.52h1.735v9.77l5.23-5.762h1.87l-3.516%203.96%203.982%207.3h-1.847zM71.596%20104.045c0-3.136%201.782-5.854%205.186-5.854%203.315%200%204.963%202.896%204.963%205.878%200%203.16-1.825%205.942-5.253%205.942-3.382%200-4.896-2.982-4.896-5.965zm7.656%202.894c.467-.89.556-1.915.556-2.895%200-1.067-.133-2.18-.712-3.093-.534-.822-1.47-1.335-2.448-1.335-1.09%200-2.07.624-2.56%201.604-.422.824-.556%201.915-.556%202.826%200%201.024.156%202.204.646%203.095.49.868%201.446%201.425%202.47%201.425%201.157%200%202.07-.602%202.604-1.626zM88.824%2099.863h-2.627v9.925H84.46v-9.925h-2v-1.38h2c-.087-2.382.736-4.452%203.474-4.185l1.558.155v1.403c-.467-.088-.934-.177-1.425-.177-1.914%200-1.89%201.377-1.87%202.802h2.628v1.38zM105.99%20109.788l-1.537-4.45H98.8l-1.357%204.45H95.84l4.94-15.267h2.204l4.963%2015.268h-1.958zm-4.296-13.22l-2.36%207.322h4.697l-2.336-7.32zM111.16%2098.482v2.182h.043c.58-1.357%201.803-2.472%203.383-2.472%201.646%200%202.826%201.115%203.182%202.694.623-1.557%201.914-2.694%203.65-2.694%201.157%200%202.27.647%202.848%201.626.557.935.534%202.182.534%203.227v6.743h-1.736v-6.743c0-.757.044-1.558-.312-2.248-.378-.734-1.112-1.18-1.892-1.18-.867%200-1.67.534-2.18%201.27-.646.912-.623%201.735-.623%202.803v6.098h-1.736v-7.167c0-.62-.043-1.356-.378-1.913-.4-.668-1.135-1.09-1.892-1.09-.778%200-1.58.512-2.047%201.113-.58.735-.69%201.646-.69%202.582v6.476h-1.736V98.482h1.582zM136.922%20106.694c-.668%202.07-2.648%203.316-4.807%203.316-3.428%200-5.186-2.714-5.186-5.874%200-3.117%201.847-5.945%205.23-5.945%203.515%200%205.028%202.94%204.94%206.077h-8.213c0%20.89.045%201.714.468%202.56.535%201.07%201.713%201.714%202.893%201.714%201.47%200%202.537-.843%203.027-2.18l1.647.334zm-1.735-3.716c.022-1.87-1.024-3.45-3.027-3.45-1.892%200-3.117%201.668-3.182%203.45h6.21zM141.144%2098.482v2.65h.045c.533-1.538%201.49-2.962%203.315-2.962l.645.044v1.67h-.355c-1.336%200-2.27.645-2.916%201.78-.468.823-.558%201.536-.558%202.426v5.697h-1.735V98.482h1.557zM149.227%2096.48h-1.915v-1.96h1.915v1.96zm-.09%2013.308h-1.735V98.482h1.735v11.306zM160.87%20106.05c-.4%202.29-1.938%203.96-4.363%203.96-3.36%200-4.807-2.915-4.807-5.874%200-2.94%201.468-5.945%204.83-5.945%202.448%200%203.96%201.582%204.34%203.92l-1.604.29c-.156-1.49-1.068-2.738-2.692-2.738-2.36%200-3.026%202.47-3.026%204.36%200%201.826.556%204.497%202.915%204.497%201.69%200%202.515-1.224%202.804-2.76l1.602.29zM170.51%20102.776v-.49c0-1.98-.867-2.735-2.87-2.735-1.425%200-2.783.445-3.094%202.003l-1.624-.266c.31-2.36%202.804-3.096%204.873-3.096%201.224%200%202.625.135%203.473%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.023%201.647.246%202.38h-1.736l-.2-2.113c-.802%201.625-2.16%202.337-3.96%202.337-2.116%200-3.94-1.18-3.94-3.428%200-1.357.845-2.58%202.09-3.136%201.27-.602%202.94-.67%204.34-.67h1.47zm0%201.315h-1.446c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.202%201.98%202.448%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM181.514%20109.788V94.52h5.118c1.314%200%202.627.156%203.672%201.024%201.002.846%201.558%202.27%201.558%203.562%200%201.18-.49%202.403-1.335%203.227-1.024%201-2.293%201.247-3.672%201.247h-3.427v6.208h-1.914zm5.14-7.79c.913%200%201.714-.09%202.426-.778.556-.556.846-1.335.846-2.114%200-.915-.334-1.825-1.068-2.403-.646-.514-1.292-.58-2.07-.58h-3.36v5.875h3.227zM195.72%2098.482v2.65h.044c.533-1.538%201.49-2.962%203.315-2.962l.645.044v1.67h-.356c-1.337%200-2.27.645-2.917%201.78-.467.823-.556%201.536-.556%202.426v5.697h-1.736V98.482h1.56zM203.8%2096.48h-1.914v-1.96h1.915v1.96zm-.09%2013.308h-1.733V98.482h1.734v11.306zM211.46%20109.788h-1.826l-4.028-11.306h1.936l3.16%209.19%203.094-9.19h1.558l-3.895%2011.306zM224.44%20102.776v-.49c0-1.98-.87-2.735-2.872-2.735-1.424%200-2.782.445-3.093%202.003l-1.625-.266c.312-2.36%202.804-3.096%204.874-3.096%201.224%200%202.626.135%203.472%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.022%201.647.245%202.38h-1.735l-.2-2.113c-.803%201.625-2.16%202.337-3.962%202.337-2.115%200-3.94-1.18-3.94-3.428%200-1.357.846-2.58%202.092-3.136%201.27-.602%202.938-.67%204.34-.67h1.47zm0%201.315h-1.448c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.202%201.98%202.448%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM234.478%20109.876l-1.67.134c-2.47%200-3.204-1.446-3.204-3.694v-6.544h-2.002v-1.38h2.002V95.59l1.736-.18v2.983h2.515v1.38h-2.515v6.832c0%201.312.378%202.002%201.803%202.002l1.335-.11v1.38zM245.475%20106.694c-.668%202.07-2.648%203.316-4.807%203.316-3.428%200-5.186-2.714-5.186-5.874%200-3.117%201.848-5.945%205.23-5.945%203.516%200%205.03%202.94%204.94%206.077h-8.212c0%20.89.044%201.714.468%202.56.535%201.07%201.713%201.714%202.893%201.714%201.47%200%202.54-.843%203.028-2.18l1.647.334zm-1.735-3.716c.02-1.87-1.024-3.45-3.027-3.45-1.892%200-3.116%201.668-3.182%203.45h6.21zM267.763%20109.788h-1.913l-3.317-11.84-3.116%2011.84h-1.937l-3.872-15.267h1.96l3.047%2012.374h.045l3.226-12.373h1.536l3.472%2012.374h.044l2.828-12.373h1.67l-3.673%2015.268zM282.19%20106.694c-.67%202.07-2.648%203.316-4.808%203.316-3.427%200-5.184-2.714-5.184-5.874%200-3.117%201.847-5.945%205.23-5.945%203.516%200%205.028%202.94%204.94%206.077h-8.214c0%20.89.045%201.714.467%202.56.536%201.07%201.715%201.714%202.895%201.714%201.468%200%202.537-.843%203.028-2.18l1.647.334zm-1.736-3.716c.022-1.87-1.024-3.45-3.027-3.45-1.892%200-3.116%201.668-3.18%203.45h6.207zM291.81%20102.776v-.49c0-1.98-.867-2.735-2.872-2.735-1.423%200-2.78.445-3.092%202.003l-1.624-.266c.31-2.36%202.804-3.096%204.874-3.096%201.223%200%202.625.135%203.472%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.022%201.647.245%202.38h-1.735l-.2-2.113c-.803%201.625-2.16%202.337-3.96%202.337-2.116%200-3.94-1.18-3.94-3.428%200-1.357.845-2.58%202.09-3.136%201.27-.602%202.938-.67%204.34-.67h1.468zm0%201.315h-1.446c-1.78%200-4.585.245-4.585%202.583%200%201.4%201.202%201.98%202.448%201.98%202.136%200%203.582-1.824%203.582-3.828v-.734zM296.513%20109.788V94.52h1.735v15.268h-1.735zM307.242%20109.876l-1.67.134c-2.47%200-3.204-1.446-3.204-3.694v-6.544h-2.004v-1.38h2.004V95.59l1.735-.18v2.983h2.514v1.38h-2.514v6.832c0%201.312.378%202.002%201.803%202.002l1.335-.11v1.38zM316.39%20109.788V103.2c0-.69%200-1.58-.24-2.248-.313-.844-1.115-1.335-2.027-1.335-.89%200-1.736.534-2.292%201.204-.777.934-.866%201.98-.866%203.16v5.81h-1.738V94.52h1.738v6.055h.065c.71-1.515%201.758-2.383%203.517-2.383%201.2%200%202.337.56%202.98%201.58.69%201.114.602%202.183.602%203.43v6.586h-1.74zM329.757%20109.788h-1.604V94.52h2.85l4.604%2012.218%204.497-12.217h2.804v15.268h-1.914v-13.33h-.09l-4.83%2013.33h-1.288l-4.94-13.33h-.09v13.33zM353.072%20102.776v-.49c0-1.98-.87-2.735-2.872-2.735-1.424%200-2.78.445-3.093%202.003l-1.625-.266c.312-2.36%202.804-3.096%204.873-3.096%201.225%200%202.627.135%203.473%201.116.934%201%20.934%202.425.934%203.716v4.384c0%20.823.024%201.647.247%202.38h-1.738l-.2-2.113c-.8%201.625-2.158%202.337-3.963%202.337-2.114%200-3.94-1.18-3.94-3.428%200-1.357.847-2.58%202.095-3.136%201.268-.602%202.937-.67%204.34-.67h1.467zm0%201.315h-1.447c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.202%201.98%202.448%201.98%202.137%200%203.584-1.824%203.584-3.828v-.734zM359.152%20100.575h.046c.645-1.402%201.914-2.383%203.517-2.383%201.356%200%202.49.58%203.203%201.76.58.958.535%202.47.535%203.583v6.253h-1.734V102.8c0-.668.02-1.512-.313-2.092-.38-.646-1.202-1.024-1.937-1.024-.914%200-1.737.424-2.337%201.137-.734.89-.89%201.915-.89%203.05v5.92h-1.736V98.48h1.646v2.093zM377.12%20102.776v-.49c0-1.98-.868-2.735-2.87-2.735-1.426%200-2.783.445-3.094%202.003l-1.626-.266c.312-2.36%202.806-3.096%204.874-3.096%201.226%200%202.627.135%203.473%201.116.935%201%20.935%202.425.935%203.716v4.384c0%20.823.022%201.647.244%202.38h-1.735l-.2-2.113c-.8%201.625-2.158%202.337-3.96%202.337-2.114%200-3.94-1.18-3.94-3.428%200-1.357.846-2.58%202.093-3.136%201.268-.602%202.938-.67%204.34-.67h1.467zm0%201.315h-1.447c-1.78%200-4.584.245-4.584%202.583%200%201.4%201.2%201.98%202.447%201.98%202.136%200%203.583-1.824%203.583-3.828v-.734zM390.725%2096.724l.443.022.023%201.402h-.178c-1.023%200-1.824.11-2.002%201.29.688.758%201.09%201.758%201.09%202.782%200%201.113-.6%202.16-1.446%202.828-.823.623-1.846.868-2.87.868-.268%200-.534%200-.8-.067-.18-.023-.536-.11-.735-.11-.536%200-1.205.466-1.205%201.043%200%20.535.356.823.846.958.78.178%201.87.157%202.673.178.98.046%202.426.068%203.316.4%201.045.403%201.735%201.38%201.735%202.494%200%202.87-3.406%203.25-5.588%203.25-1.044%200-2.336-.068-3.314-.446-1.09-.444-1.937-1.245-1.937-2.493%200-1.18.645-1.913%201.714-2.29-.646-.424-1.092-.937-1.092-1.783%200-1.113.646-1.603%201.56-2.024-.958-.758-1.47-1.758-1.47-2.982%200-2.45%202.07-3.852%204.34-3.852.778%200%201.58.156%202.29.492.29-1.605%201.07-1.96%202.607-1.96zm-4.295%2012.798l-2.716-.18c-.67.312-1.224.736-1.224%201.537%200%201.556%202.403%201.824%203.56%201.824.846%200%202.16-.134%202.917-.49.62-.268.98-.645.98-1.335%200-1.16-1.537-1.315-2.404-1.337l-1.113-.02zm1.913-7.48c0-1.424-1.135-2.47-2.516-2.47-1.47%200-2.537%201.046-2.537%202.493%200%201.536%201.003%202.493%202.537%202.493%201.514%200%202.516-1.002%202.516-2.515zM401.725%20106.694c-.666%202.07-2.648%203.316-4.808%203.316-3.426%200-5.185-2.714-5.185-5.874%200-3.117%201.846-5.945%205.23-5.945%203.518%200%205.03%202.94%204.94%206.077h-8.212c0%20.89.045%201.714.467%202.56.535%201.07%201.714%201.714%202.894%201.714%201.47%200%202.538-.843%203.027-2.18l1.648.334zm-1.737-3.716c.023-1.87-1.023-3.45-3.027-3.45-1.89%200-3.113%201.668-3.18%203.45h6.208zM405.776%2098.482v2.182h.044c.58-1.357%201.803-2.472%203.383-2.472%201.647%200%202.827%201.115%203.184%202.694.622-1.557%201.914-2.694%203.65-2.694%201.157%200%202.27.647%202.85%201.626.555.935.533%202.182.533%203.227v6.743h-1.738v-6.743c0-.757.046-1.558-.31-2.248-.38-.734-1.113-1.18-1.893-1.18-.87%200-1.67.534-2.183%201.27-.645.912-.622%201.735-.622%202.803v6.098h-1.736v-7.167c0-.62-.045-1.356-.378-1.913-.402-.668-1.137-1.09-1.894-1.09-.777%200-1.58.512-2.047%201.113-.578.735-.69%201.646-.69%202.582v6.476h-1.734V98.482h1.58zM431.54%20106.694c-.668%202.07-2.648%203.316-4.807%203.316-3.43%200-5.186-2.714-5.186-5.874%200-3.117%201.848-5.945%205.23-5.945%203.515%200%205.03%202.94%204.94%206.077h-8.213c0%20.89.044%201.714.468%202.56.535%201.07%201.713%201.714%202.894%201.714%201.468%200%202.537-.843%203.025-2.18l1.65.334zm-1.734-3.716c.02-1.87-1.024-3.45-3.028-3.45-1.89%200-3.116%201.668-3.183%203.45h6.21zM435.932%20100.575h.044c.646-1.402%201.914-2.383%203.517-2.383%201.358%200%202.493.58%203.203%201.76.58.958.535%202.47.535%203.583v6.253h-1.734V102.8c0-.668.022-1.512-.312-2.092-.38-.646-1.203-1.024-1.938-1.024-.91%200-1.734.424-2.336%201.137-.734.89-.89%201.915-.89%203.05v5.92h-1.736V98.48h1.647v2.093zM451.716%20109.876l-1.67.134c-2.47%200-3.203-1.446-3.203-3.694v-6.544h-2.004v-1.38h2.003V95.59l1.736-.18v2.983h2.514v1.38h-2.515v6.832c0%201.312.376%202.002%201.802%202.002l1.334-.11v1.38z%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M152.9%2057.27c0%206.824.498%207.257%206.657%207.637v1.44h-18.34v-1.44c5.906-.38%206.4-.812%206.4-7.636V27.694h-2.943c-5.588%200-7.284.81-8.233%201.998-.69.884-1.446%202.635-2.193%205.39h-1.58c.255-3.816.642-7.83.765-11.023h.88c.937%201.44%201.575%201.564%203.26%201.564h25.758c1.626%200%201.94-.37%202.95-1.563h.88c.063%202.63.368%207.207.69%2010.844l-1.57.18c-.626-3.006-1.323-4.766-2.255-5.754-1.07-1.192-3.022-1.632-6.92-1.632h-4.203V57.27zM185.068%2057.27c0%206.824.502%207.257%205.646%207.637v1.44H174.01v-1.44c5.273-.38%205.78-.812%205.78-7.636V34.708c0-6.832-.507-7.26-5.532-7.642V25.62h15.95c4.034%200%207.61.574%209.93%202.133%202.51%201.566%204.143%204.388%204.143%208.016%200%205.21-3.2%208.903-8.278%2010.967%201.114%201.874%203.706%206.208%205.577%208.96%202.27%203.322%203.59%205.013%205.28%206.896%201.325%201.56%202.447%202.564%204.71%203.128l-.126%201.195h-.874c-7.23-.198-9.424-2.39-11.818-5.83-1.938-2.81-4.582-7.45-6.336-10.404-1.012-1.624-2.01-2.25-3.966-2.25h-3.38v8.84zm0-10.656h3.64c2.565%200%204.583-.317%206.272-1.698%202.716-2.132%203.644-5.2%203.644-8.262%200-6.588-4.764-9.208-9.472-9.208-2.142%200-3.026.122-3.523.307-.38.122-.562.44-.562%201.688v17.174zM228.404%2025.62v1.445c-5.02.38-5.53.817-5.53%207.642V47.8c0%205.332.696%209.337%202.647%2012.158%201.95%202.755%204.832%204.323%209.035%204.323%203.973%200%207.23-1.687%209.24-4.7%202.082-3.127%202.83-8.64%202.83-13.908v-3.378c0-6.58-.246-10.032-.495-11.98-.32-2.18-2.026-3.06-6.15-3.248v-1.444h15.07v1.444c-3.462.13-5.105%201.067-5.415%203.248-.24%201.948-.49%205.4-.49%2011.98v4.2c0%207.26-1.133%2012.395-4.78%2016.277-2.697%202.882-7.225%204.52-11.62%204.52-3.452%200-7.41-.81-10.306-3.196-3.322-2.7-4.832-6.957-4.832-14.1V34.708c0-6.824-.508-7.26-5.777-7.642V25.62h16.574zM260.823%2055.316c.996%202.958%204.206%209.902%2010.86%209.902%204.767%200%207.784-3.192%207.784-8.082%200-5.325-4.076-7.52-8.104-9.463-2.07-.994-10.54-3.944-10.54-11.465%200-6.205%204.693-11.52%2012.916-11.52%201.778%200%203.912.365%205.23.808.8.25%201.693.566%202.383.697.256%202.19.622%204.688%201.127%208.447l-1.566.19c-1.064-3.695-2.83-8.078-8.554-8.078-4.448%200-6.778%203.25-6.778%206.947%200%204.64%203.33%206.705%208.108%208.84%204.142%201.813%2010.74%204.388%2010.74%2012.15%200%207.272-5.96%2012.597-13.94%2012.597-2.263%200-4.403-.44-5.976-.94-1.56-.503-2.696-1-3.448-1.315-.502-1.63-1.197-6.08-1.825-9.455l1.583-.26zM310.28%2057.27c0%206.824.49%207.257%206.647%207.637v1.44h-18.325v-1.44c5.893-.38%206.397-.812%206.397-7.636V27.694h-2.958c-5.586%200-7.274.81-8.223%201.998-.693.884-1.448%202.635-2.203%205.39h-1.564c.26-3.816.628-7.83.76-11.023h.864c.95%201.44%201.58%201.564%203.278%201.564h25.762c1.615%200%201.932-.37%202.934-1.563h.888c.06%202.63.375%207.207.69%2010.844l-1.577.18c-.614-3.006-1.317-4.766-2.257-5.754-1.062-1.192-3.018-1.632-6.912-1.632h-4.202V57.27zM29.74%2025.66v1.438c-5.006.37-5.507.804-5.507%207.61v13.043c0%205.305.69%209.295%202.626%2012.107%201.94%202.735%204.822%204.3%209.008%204.3%203.94%200%207.2-1.686%209.19-4.678%202.07-3.117%202.815-8.61%202.815-13.853v-3.364c0-6.553-.246-9.99-.5-11.92-.304-2.19-1.996-3.057-6.124-3.246v-1.44h15.017v1.44c-3.447.122-5.075%201.056-5.38%203.245-.26%201.93-.503%205.368-.503%2011.92v4.18c0%207.23-1.134%2012.348-4.762%2016.22-2.682%202.87-7.19%204.48-11.57%204.48-3.435%200-7.38-.798-10.256-3.166-3.31-2.686-4.817-6.932-4.817-14.036V34.71c0-6.808-.497-7.242-5.758-7.61v-1.44H29.74zM56.502%2063.158c0-2.185%201.617-3.743%203.685-3.743%202.132%200%203.76%201.56%203.76%203.743%200%202.31-1.628%203.81-3.76%203.81-2.067%200-3.685-1.5-3.685-3.81M77.568%2055.236c1.006%202.926%204.193%209.86%2010.82%209.86%204.758%200%207.76-3.184%207.76-8.05%200-5.3-4.066-7.488-8.066-9.425-2.065-.993-10.513-3.93-10.513-11.415%200-6.18%204.69-11.48%2012.885-11.48%201.75%200%203.882.37%205.193.81.812.254%201.696.563%202.375.687.256%202.186.63%204.68%201.125%208.43l-1.565.182c-1.055-3.68-2.816-8.044-8.497-8.044-4.44%200-6.764%203.236-6.764%206.92%200%204.618%203.322%206.674%208.072%208.8%204.12%201.813%2010.7%204.366%2010.7%2012.106%200%207.236-5.95%2012.53-13.892%2012.53-2.25%200-4.38-.43-5.94-.928-1.56-.5-2.687-1-3.434-1.312-.51-1.624-1.193-6.053-1.815-9.424l1.555-.246zM108.846%2063.158c0-2.185%201.617-3.743%203.685-3.743%202.13%200%203.76%201.56%203.76%203.743%200%202.31-1.63%203.81-3.76%203.81-2.067%200-3.684-1.5-3.684-3.81%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230052C2%22%20d%3D%22M381.848%2025.647c3.186%201.28%206.342%202.623%209.447%204.07-9.89%204.02-19.47%208.794-28.598%2014.224-3.1-1.623-6.23-3.13-9.42-4.577%209.135-5.337%2018.662-9.892%2028.57-13.716M370.05%2021.49c-10.288%203.268-20.18%207.54-29.56%2012.694%203%201.065%205.947%202.222%208.86%203.455%209.114-5.324%2018.702-9.85%2028.73-13.403-2.658-1.004-5.348-1.9-8.03-2.747%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E31932%22%20d%3D%22M403.31%2025.258c-8.08-3.914-16.46-7.202-25.095-9.827-3.023.857-6.04%201.825-9.016%202.86%208.88%202.632%2017.507%205.946%2025.83%209.946%202.736-1.052%205.52-2.056%208.28-2.978M416.477%2021.335c-8.246-3.62-16.805-6.638-25.54-9.047-2.788.575-5.54%201.22-8.284%201.935%208.668%202.532%2017.107%205.743%2025.244%209.556%202.86-.868%205.718-1.7%208.58-2.445M437.666%2028.426c-20.752%206.99-40.156%2016.962-57.752%2029.408%204.393%202.724%208.672%205.6%2012.86%208.616%2016.595-13.173%2034.98-24.11%2054.753-32.422-3.213-1.946-6.515-3.848-9.86-5.602M423.396%2021.658C401.85%2027.36%20381.562%2036.55%20363.29%2048.686c4.12%202.025%208.144%204.19%2012.118%206.49%2017.914-12.39%2037.783-22.038%2059.004-28.43-3.625-1.8-7.293-3.513-11.016-5.088%22%20%2F%3E%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M403.557%2062.836c0-1.98%201.623-3.577%203.6-3.577%201.97%200%203.584%201.597%203.584%203.576%200%201.98-1.614%203.614-3.583%203.614-1.977%200-3.6-1.633-3.6-3.614m.62%200c0%201.656%201.32%202.978%202.98%202.978%201.634%200%202.956-1.322%202.956-2.978%200-1.632-1.322-2.98-2.957-2.98-1.658%200-2.98%201.348-2.98%202.98m4.615%201.857h-.604l-.738-1.554h-1.04v1.553h-.573v-3.725h1.613c.752%200%201.264.445%201.264%201.06%200%20.475-.27.82-.7.998l.78%201.667zm-2.382-2.045h.963c.464%200%20.76-.223.76-.62%200-.334-.27-.56-.683-.56h-1.04v1.18z%22%20%2F%3E%3C%2Fsvg%3E');
}
.icon-ust-logo.l {
  width: 200px;
  height: 35px;
}
.icon-edge_icon_onlinepymt1 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2249.253px%22%20height%3D%2237.312px%22%20viewBox%3D%220%200%2049.253%2037.312%22%20enable-background%3D%22new%200%200%2049.253%2037.312%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22none%22%20points%3D%2210.625%2C11.693%2012.89%2C9.573%209.5%2C9.573%209.5%2C28.014%2025.66%2C28.014%2025.696%2C28.014%2041.857%2C28.014%20%20%20%2041.857%2C9.573%2025.696%2C9.573%2025.66%2C9.573%2022.261%2C9.573%2022.634%2C13.375%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M21.513%2C1.943L21.411%2C0.91l-2.958%2C2.827C9.873-2.063%2C0.6%2C8.181%2C0.6%2C8.181%20%20%20C3.68%2C6.823%2C7.996%2C5.83%2C10.838%2C6.834h11.155L21.513%2C1.943z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078AB%22%20d%3D%22M13.376%2C9.117L12.89%2C9.573h9.371l-0.269-2.738H10.837C11.98%2C7.238%2C12.892%2C7.956%2C13.376%2C9.117z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M9.5%2C9.573h3.391l0.486-0.456c-0.485-1.161-1.396-1.88-2.539-2.283H8.255C7.431%2C6.834%2C6.76%2C7.5%2C6.76%2C8.33%20%20%20v0.499v4.554l2.74%2C0.384V9.573z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M44.593%2C29.258V8.829V8.33c0-0.829-0.67-1.495-1.496-1.495H25.696H25.66h-3.667l0.269%2C2.738h3.397h0.036%20%20%20h16.161v18.44H25.696H25.66H9.5v-4.122c-0.906-0.109-1.822-0.348-2.739-0.75v6.116l-4.118%2C4.21v1.742c0%2C0%2C0%2C1.494%2C1.495%2C1.494%20%20%20H25.66h0.036h21.521c1.494%2C0%2C1.494-1.494%2C1.494-1.494v-1.742L44.593%2C29.258z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M0.863%2C12.556l1.121%2C11.436l0.104%2C1.032l2.956-2.828c0.57%2C0.386%2C1.143%2C0.695%2C1.716%2C0.946v-9.759%20%20%20L0.863%2C12.556z%22%2F%3E%20%20%3Cg%3E%20%20%20%20%20%20%20%3Crect%20x%3D%2228.034%22%20y%3D%2216.578%22%20transform%3D%22matrix%28-1%20-0.0012%200.0012%20-1%2064.1517%2035.1182%29%22%20fill%3D%22none%22%20width%3D%228.104%22%20height%3D%221.923%22%2F%3E%20%20%20%3Cpath%20fill%3D%22none%22%20d%3D%22M36.181%2C21.746l0.002-1.282l-16.345-0.021c-0.576%2C0.428-1.214%2C0.864-1.911%2C1.279L36.181%2C21.746z%22%2F%3E%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%2228.034%22%20y%3D%2216.578%22%20transform%3D%22matrix%28-1%20-0.0012%200.0012%20-1%2064.1517%2035.1182%29%22%20fill%3D%22none%22%20width%3D%228.104%22%20height%3D%221.923%22%2F%3E%20%20%20%20%3Cpolygon%20fill%3D%22%23009CDE%22%20points%3D%2222.261%2C9.573%2012.89%2C9.573%2010.625%2C11.693%2017.654%2C12.677%2022.566%2C12.684%20%20%20%20%20%22%2F%3E%20%20%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M22.566%2C12.684l0.068%2C0.691l-4.98-0.698l-4.186-0.005l-0.009%2C6.65c2.809%2C0.598%2C6.636-0.336%2C9.438-1.57%20%20%20%20%20c0%2C0-1.172%2C1.288-3.059%2C2.69l16.345%2C0.021l-0.002%2C1.282l-18.254-0.024c-1.323%2C0.79-2.843%2C1.495-4.473%2C1.896l-0.002%2C1.367%20%20%20%20%20l25.108%2C0.033l0.017-12.313L22.566%2C12.684z%20M36.137%2C18.506l-8.104-0.01l0.004-1.923l8.104%2C0.01L36.137%2C18.506z%22%2F%3E%20%20%20%20%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2222.566%2C12.684%2017.654%2C12.677%2022.634%2C13.375%20%20%20%20%20%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M10.12%2C16.816l2.751-2.576L9.5%2C13.767v10.125c1.358%2C0.166%2C2.688%2C0.037%2C3.954-0.274l0.005-4.295%20%20%20%20C11.94%2C19%2C10.714%2C18.237%2C10.12%2C16.816z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M15.439%2C21.719l2.488%2C0.003c0.697-0.415%2C1.335-0.852%2C1.911-1.279l-4.398-0.006L15.439%2C21.719z%22%2F%3E%20%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M15.439%2C21.719l0.001-1.282l4.398%2C0.006c1.887-1.402%2C3.059-2.69%2C3.059-2.69%20%20%20%20c-2.802%2C1.234-6.629%2C2.168-9.438%2C1.57l-0.005%2C4.295c1.63-0.4%2C3.15-1.105%2C4.473-1.896L15.439%2C21.719z%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20fill%3D%22%230078AB%22%20d%3D%22M9.5%2C13.767l-2.74-0.384v9.759c0.917%2C0.402%2C1.833%2C0.641%2C2.739%2C0.75L9.5%2C13.767L9.5%2C13.767z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 66px;
  height: 52px;
}
.icon-edge_icon_single_deposit1 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2274.3px%22%20height%3D%2272.683px%22%20viewBox%3D%220%200%2074.3%2072.683%22%20enable-background%3D%22new%200%200%2074.3%2072.683%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Crect%20x%3D%226.793%22%20y%3D%2257.935%22%20fill%3D%22none%22%20width%3D%2260.647%22%20height%3D%223.746%22%2F%3E%20%3Crect%20x%3D%2243.602%22%20y%3D%2246.587%22%20fill%3D%22none%22%20width%3D%2223.7%22%20height%3D%225.624%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M44.751%2C35.24l-10.47%2C12.92L24.4%2C35.24H1v36h72v-36H44.751z%20M43.602%2C46.587h23.7v5.624h-23.7V46.587z%20%20%20M67.44%2C61.681H6.793v-3.746H67.44V61.681z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M52.293%2C25.934l-8.703-0.09l-0.042-0.938C42.58%2C4.105%2C22.379%2C1%2C10.425%2C1C9.381%2C1%2C8.419%2C1.024%2C7.563%2C1.062%20%20c9.407%2C4.034%2C18.225%2C10.094%2C18.225%2C23.965v0.996l-8.472-0.044L24.4%2C35.24h20.351L52.293%2C25.934z%22%2F%3E%20%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2244.751%2C35.24%2024.4%2C35.24%2034.282%2C48.16%20%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%230078A3%22%20points%3D%2244.751%2C35.24%2024.4%2C35.24%2034.282%2C48.16%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 54px;
  height: 52px;
}
.icon-transfer-arrows,
.icon-OAO_Arrow,
.icon-EDGE_transfer1 {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2245px%22%20viewBox%3D%220%200%2072%2045%22%20enable-background%3D%22new%200%200%2072%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2247.853%2C19.032%2016.984%2C19.032%2016.984%2C17.994%2016.984%2C10.111%200%2C27.057%2016.984%2C44%2016.984%2C35.076%20%20%2047.853%2C35.076%20%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23159BD7%22%20points%3D%2272%2C16.944%2055.016%2C0%2055.016%2C7.884%2055.016%2C8.928%2023.701%2C8.928%2023.701%2C24.969%2055.016%2C24.969%20%20%2055.016%2C33.892%20%20%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%2223.701%22%20y%3D%2219.032%22%20fill%3D%22%230078A4%22%20width%3D%2224.151%22%20height%3D%225.937%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  width: 72px;
  height: 44px;
}
.icon-OAO_Arrow {
  height: 28px;
  width: 52px;
}
.icon-account-review,
.icon-edge_icon_account_review {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22190px%22%20height%3D%22137px%22%20viewBox%3D%2277%20101%20190%20137%22%20enable-background%3D%22new%2077%20101%20190%20137%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M175.438%2C195.52h-9.428V184.37h6.708c-0.092-1.075-0.147-2.158-0.147-3.25c0-2.827%2C0.322-5.601%2C0.928-8.29%20%20h-7.488v-11.16h11.998c1.543-2.531%2C3.395-4.898%2C5.542-7.05c1.691-1.681%2C3.515-3.177%2C5.443-4.49H166.01v-11.159h58.9v7.719%20%20c4.311%2C1.854%2C8.273%2C4.519%2C11.689%2C7.931c2.078%2C2.075%2C3.854%2C4.339%2C5.34%2C6.731V101H77v112.29h113.842%20%20c-2.621-1.569-5.068-3.478-7.292-5.7C180.031%2C204.076%2C177.297%2C199.98%2C175.438%2C195.52z%20M94.93%2C116.279h129.98v11.16H94.93V116.279z%20%20%20M144.061%2C197.1c-1.112-1.36-2.649-3.224-4.394-5.328c-4.724%2C3.896-10.78%2C6.237-17.388%2C6.237%20%20c-15.09%2C0.011-27.339-12.2-27.349-27.29c-0.01-15.078%2C12.23-27.318%2C27.32-27.328c0.001%2C0%2C0.003%2C0%2C0.004%2C0l-0.004-6.91%20%20c18.92%2C0%2C34.26%2C15.319%2C34.26%2C34.209C156.52%2C181.32%2C151.67%2C190.811%2C144.061%2C197.1z%22%2F%3E%20%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M224.91%2C172.83h-40.079c-0.799%2C2.535-1.231%2C5.232-1.231%2C8.029c0%2C1.191%2C0.086%2C2.361%2C0.237%2C3.511h41.073%20%20v11.149h-36.926c4.783%2C7.271%2C13.016%2C12.07%2C22.375%2C12.07c14.771%2C0%2C26.75-11.96%2C26.75-26.73c0-14.76-11.979-26.729-26.75-26.729%20%20c-7.238%2C0-13.801%2C2.876-18.617%2C7.54h33.168V172.83z%22%2F%3E%20%3Crect%20x%3D%2294.93%22%20y%3D%22116.279%22%20fill%3D%22%23F9F7F4%22%20width%3D%22129.98%22%20height%3D%2211.16%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M166.01%2C138.971v11.159h22.983c6.179-4.208%2C13.455-6.479%2C21.077-6.479c5.195%2C0%2C10.218%2C1.052%2C14.84%2C3.039%20%20v-7.719H166.01z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M184.831%2C172.83h40.079v-11.16h-33.168C188.588%2C164.725%2C186.182%2C168.542%2C184.831%2C172.83z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M166.01%2C172.83h7.487c0.89-3.949%2C2.405-7.709%2C4.51-11.16H166.01V172.83z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M224.91%2C184.37h-41.073c0.536%2C4.079%2C1.988%2C7.866%2C4.147%2C11.149h36.926V184.37z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M166.01%2C184.37v11.149h9.428c-1.471-3.523-2.388-7.276-2.72-11.149H166.01z%22%2F%3E%20%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M122.254%2C143.391c-0.001%2C0-0.002%2C0-0.004%2C0c-15.09%2C0.01-27.33%2C12.25-27.32%2C27.33%20%20c0.01%2C15.09%2C12.259%2C27.299%2C27.349%2C27.289c6.607%2C0%2C12.664-2.341%2C17.388-6.236c-7.007-8.455-17.397-20.863-17.397-20.863%20%20L122.254%2C143.391z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M122.25%2C136.48l0.004%2C6.91c15.107-0.009%2C27.346%2C12.231%2C27.355%2C27.31c0%2C8.481-3.869%2C16.063-9.942%2C21.071%20%20c1.744%2C2.104%2C3.281%2C3.968%2C4.394%2C5.328c7.609-6.289%2C12.459-15.779%2C12.449-26.41C156.51%2C151.8%2C141.17%2C136.48%2C122.25%2C136.48z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M149.609%2C170.7c-0.01-15.078-12.248-27.318-27.355-27.31l0.016%2C27.52c0%2C0%2C10.391%2C12.408%2C17.397%2C20.861%20%20C145.74%2C186.764%2C149.609%2C179.184%2C149.609%2C170.7z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M243.13%2C198.79c6.28-11.708%2C5.882-26.062-1.19-37.438v51.938h-51.098c5.76%2C3.452%2C12.354%2C5.28%2C19.229%2C5.28%20%20c6.3%2C0%2C12.34-1.521%2C17.74-4.42L251.68%2C238L267%2C222.67L243.13%2C198.79z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M241.939%2C161.352c-1.486-2.393-3.262-4.656-5.34-6.731c-3.416-3.412-7.379-6.077-11.689-7.931v3.439%20%20h-35.917c-1.929%2C1.313-3.752%2C2.809-5.443%2C4.49c-2.147%2C2.15-3.999%2C4.52-5.542%2C7.05h13.735c4.817-4.664%2C11.379-7.54%2C18.618-7.54%20%20c14.77%2C0%2C26.75%2C11.971%2C26.75%2C26.73c0%2C14.77-11.98%2C26.729-26.75%2C26.729c-9.36%2C0-17.592-4.8-22.375-12.069h-12.549%20%20c1.86%2C4.459%2C4.595%2C8.556%2C8.112%2C12.069c2.224%2C2.224%2C4.673%2C4.13%2C7.292%2C5.7h51.098V161.352z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M183.6%2C180.859c0-2.797%2C0.433-5.494%2C1.231-8.029h-11.334c-0.604%2C2.689-0.927%2C5.463-0.927%2C8.29%20%20c0%2C1.092%2C0.055%2C2.175%2C0.146%2C3.25h11.12C183.686%2C183.221%2C183.6%2C182.051%2C183.6%2C180.859z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M188.993%2C150.13h35.917v-3.44c-4.622-1.986-9.645-3.039-14.84-3.039%20%20C202.448%2C143.65%2C195.172%2C145.922%2C188.993%2C150.13z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M184.831%2C172.83c1.351-4.288%2C3.757-8.105%2C6.911-11.16h-13.735c-2.104%2C3.451-3.62%2C7.211-4.51%2C11.16H184.831z%20%20%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M172.717%2C184.37c0.332%2C3.873%2C1.249%2C7.626%2C2.719%2C11.149h12.549c-2.16-3.283-3.612-7.07-4.147-11.149H172.717%20%20z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M122.25%2C136.48l0.004%2C6.91c15.107-0.009%2C27.346%2C12.231%2C27.355%2C27.31c0%2C8.481-3.869%2C16.063-9.942%2C21.071%20c1.744%2C2.104%2C3.281%2C3.968%2C4.394%2C5.328c7.609-6.289%2C12.459-15.779%2C12.449-26.41C156.51%2C151.8%2C141.17%2C136.48%2C122.25%2C136.48z%22%2F%3E%3C%2Fsvg%3E');
}
.icon-edge_icon_generalInvesting {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2290px%22%20height%3D%2290px%22%20viewBox%3D%220%200%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M66.448%2C33.685c-0.511-0.823-1.05-1.637-1.644-2.43c-0.666-0.89-1.373-1.731-2.111-2.529L41.127%2C45.014%20%20L24.414%2C22.767c-1.154%2C0.652-2.283%2C1.376-3.372%2C2.191c-5.555%2C4.155-9.088%2C9.167-11.141%2C15.787%20%20c-2.465%2C7.983-1.682%2C16.438%2C2.213%2C23.821c3.893%2C7.395%2C10.435%2C12.818%2C18.415%2C15.291c9.53%2C2.947%2C19.995%2C1.14%2C27.999-4.844v-0.008%20%20c5.309-3.968%2C9.15-9.427%2C11.117-15.773c0.385-1.246%2C0.691-2.494%2C0.924-3.738L47.188%2C48.23L66.448%2C33.685z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M62.693%2C28.726l7.849-5.928C57.516%2C7.643%2C36.218%2C5.582%2C20.208%2C15.236l-0.982%2C0.626l5.188%2C6.905%20%20C36.945%2C15.683%2C52.87%2C18.124%2C62.693%2C28.726z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M62.693%2C28.726c-9.823-10.602-25.749-13.042-38.28-5.958l16.713%2C22.247L62.693%2C28.726z%22%2F%3E%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M74.275%2C27.773l-7.827%2C5.912c4.116%2C6.634%2C5.543%2C14.187%2C4.12%2C21.81l8.111%2C2.521l0.522%2C0.168l0.159-0.522%20%20C81.66%2C47.164%2C80.547%2C36.844%2C74.275%2C27.773z%22%2F%3E%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M66.448%2C33.685L47.188%2C48.23l23.381%2C7.264C71.991%2C47.871%2C70.564%2C40.318%2C66.448%2C33.685z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-re-enroll,
.icon-Edge_icon_Re-enroll {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22154px%22%20height%3D%22145px%22%20viewBox%3D%2258%20103%20154%20145%22%20enable-background%3D%22new%2058%20103%20154%20145%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M119.2%2C145.83l-0.421-0.02c1.48-9.92%2C8.281-17.431%2C16.471-17.431c8.061%2C0%2C14.79%2C7.271%2C16.4%2C16.97%20c-1.25%2C0.121-2.42%2C0.18-3.521%2C0.18c-9.87%2C0-13.659-4.529-15.08-7.43l-3.96%2C0.061C129.05%2C138.24%2C125.54%2C145.83%2C119.2%2C145.83z%22%2F%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M135.25%2C171.279c-9.16%2C0-16.59-9.389-16.76-21.049c0.26%2C0.02%2C0.52%2C0.029%2C0.77%2C0.029%20c5.83%2C0%2C9.78-4.039%2C11.92-7.06c2.65%2C3.159%2C7.73%2C6.739%2C17.041%2C6.739c1.189%2C0%2C2.459-0.06%2C3.799-0.189v0.08%20C152.02%2C161.68%2C144.51%2C171.279%2C135.25%2C171.279z%22%2F%3E%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M172.59%2C212.58h-24.33H135.3h-0.021h-0.059H135.2H97.9c0%2C0%2C1.93-25.51%2C5.379-28.141%20c3.461-2.64%2C18.451-7.379%2C20.371-8.93l3.76%2C11.35l8.01-6.189l7.52%2C6.189l3.92-11.35c1.91%2C1.551%2C16.891%2C6.36%2C20.361%2C9%20c0.439%2C0.34%2C0.859%2C1.061%2C1.25%2C2.051l0.1%2C0.26l0.06%2C0.15l0.08%2C0.219l0.05%2C0.16l0.08%2C0.24l0.051%2C0.16l0.08%2C0.25l0.049%2C0.16l0.08%2C0.279%20l0.041%2C0.16l0.1%2C0.34l0.02%2C0.101c0.09%2C0.319%2C0.17%2C0.64%2C0.25%2C0.979l0.01%2C0.03l0.11%2C0.48l0.021%2C0.069l0.1%2C0.45l0.02%2C0.07l0.101%2C0.46%20l0.01%2C0.02C171.65%2C200.029%2C172.59%2C212.58%2C172.59%2C212.58z%22%2F%3E%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M172.6%2C151.93l16.541-8.3c-11.041-18.319-31.011-30.569-53.781-30.569c-34.68%2C0-62.889%2C28.459-62.889%2C63.439%20c0%2C5.29%2C0.65%2C10.43%2C1.86%2C15.35l-5.25-2.449l-3.48%2C7.58l-0.14%2C0.299c-1.93-6.59-2.97-13.569-2.97-20.779%20c0-40.529%2C32.689-73.5%2C72.869-73.5c26.67%2C0%2C50.021%2C14.529%2C62.721%2C36.141l13.92-6.98l-9.67%2C29.77L172.6%2C151.93z%22%2F%3E%3Cpath%20fill%3D%22%23CCC3BA%22%20d%3D%22M97.529%2C199.07l-16.589%2C8.3c11.07%2C18.319%2C31.11%2C30.569%2C53.951%2C30.569c34.799%2C0%2C63.1-28.459%2C63.1-63.439%20c0-5.29-0.65-10.43-1.87-15.35l5.271%2C2.449l3.489-7.58l0.14-0.299c1.94%2C6.59%2C2.98%2C13.569%2C2.98%2C20.779%20c0%2C40.529-32.8%2C73.5-73.109%2C73.5c-26.761%2C0-50.181-14.529-62.92-36.141L58%2C218.84l9.7-29.77L97.529%2C199.07z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-edge_icon_retirement {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2290px%22%20height%3D%2290px%22%20viewBox%3D%220%200%2090%2090%22%20enable-background%3D%22new%200%200%2090%2090%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M76.631%2C69.503h-0.02c-1.782%2C0.008-3.586-0.024-5.379-0.093c1.139-0.596%2C2.246-1.234%2C3.287-1.926%20%20c1.114-0.74%2C1.42-2.248%2C0.674-3.361c-0.737-1.112-2.24-1.42-3.36-0.682c-1.099%2C0.73-2.271%2C1.41-3.491%2C2.015%20%20c-2.828%2C1.408-5.828%2C2.396-8.908%2C2.931c-0.086%2C0.014-0.166%2C0.043-0.244%2C0.069c-2.873-0.358-5.732-0.793-8.57-1.334%20%20c-3.202-0.604-6.385-1.347-9.536-2.187c-7.007-1.865-13.872-4.287-20.532-7.273c-1.226-0.545-2.659%2C0-3.207%2C1.221%20%20c-0.544%2C1.229%2C0%2C2.663%2C1.223%2C3.207c4.103%2C1.838%2C8.283%2C3.451%2C12.521%2C4.887c-1.774%2C0.262-3.548%2C0.5-5.327%2C0.672%20%20c-1.76%2C0.168-3.521%2C0.274-5.281%2C0.355c-0.403-0.083-0.81-0.066-1.195%2C0.053c-2.575%2C0.084-5.156%2C0.07-7.734-0.055%20%20c-1.33-0.061-2.479%2C0.966-2.546%2C2.305c-0.064%2C1.342%2C0.969%2C2.479%2C2.307%2C2.543c1.674%2C0.084%2C3.346%2C0.12%2C5.021%2C0.12%20%20c1.071%2C0%2C2.146-0.036%2C3.219-0.071c5.508%2C3.07%2C11.435%2C5.39%2C17.638%2C6.865c2.812%2C0.662%2C5.636%2C1.152%2C8.392%2C1.454%20%20c0.087%2C0.013%2C0.175%2C0.019%2C0.266%2C0.019c1.223%2C0%2C2.276-0.92%2C2.409-2.163c0.147-1.332-0.815-2.529-2.151-2.675%20%20c-2.552-0.281-5.181-0.735-7.794-1.354c-3.126-0.748-6.177-1.724-9.135-2.913c2.286-0.29%2C4.57-0.626%2C6.84-1.064%20%20c1.697-0.328%2C3.384-0.715%2C5.07-1.123c6.293%2C1.619%2C12.691%2C2.817%2C19.169%2C3.547c5.147%2C0.584%2C10.375%2C0.873%2C15.543%2C0.873%20%20c0.282%2C0%2C0.568-0.004%2C0.851-0.004c1.342-0.008%2C2.422-1.101%2C2.408-2.441C79.046%2C70.582%2C77.962%2C69.503%2C76.631%2C69.503%22%2F%3E%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M80.936%2C50.075c-0.275-1.208-1.33-2.054-2.566-2.054c-0.194%2C0-0.398%2C0.024-0.588%2C0.069%20%20c-5.406%2C1.229-10.979%2C2.148-16.545%2C2.736c-4.984%2C0.522-10.346%2C0.791-15.935%2C0.791c-11.088%2C0-22.336-1.062-31.672-2.998%20%20c-1.41-0.29-2.827%2C0.657-3.113%2C2.051c-0.144%2C0.688-0.007%2C1.392%2C0.377%2C1.981c0.386%2C0.584%2C0.979%2C0.988%2C1.666%2C1.132%20%20c9.667%2C2.002%2C21.309%2C3.104%2C32.772%2C3.104c5.761%2C0%2C11.3-0.277%2C16.459-0.82c0.708-0.075%2C1.424-0.159%2C2.131-0.248%20%20c-5.82%2C3.22-11.941%2C5.837-18.217%2C7.783c-0.124%2C0.037-0.209%2C0.158-0.207%2C0.287c0.004%2C0.133%2C0.1%2C0.246%2C0.229%2C0.272%20%20c2.896%2C0.679%2C5.949%2C1.271%2C9.074%2C1.765c0.018%2C0.004%2C0.029%2C0.004%2C0.045%2C0.004c0.037%2C0%2C0.076-0.006%2C0.108-0.018%20%20c6.149-2.459%2C12.099-5.537%2C17.685-9.154c0.826-0.539%2C1.28-1.502%2C1.182-2.479c1.923-0.36%2C3.6-0.704%2C5.129-1.053%20%20c0.689-0.156%2C1.271-0.572%2C1.648-1.168C80.968%2C51.47%2C81.091%2C50.761%2C80.936%2C50.075%22%2F%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M42.207%2C34.301c1.698-4.424%2C5.874-10.152%2C10.848-13.707c-2.886-6.297-7.673-11.83-14.339-11.83%20%20%20c-10.094%2C0-16.993%2C15.104-17.551%2C23.815c-0.383%2C5.986%2C0.619%2C10.518%2C2.398%2C13.916c5.4%2C0.692%2C11.117%2C1.135%2C16.886%2C1.295%20%20%20C39.75%2C44.175%2C40.127%2C39.709%2C42.207%2C34.301z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M40.449%2C47.79c1.617%2C0.044%2C3.236%2C0.074%2C4.853%2C0.074c2.644%2C0%2C5.233-0.066%2C7.759-0.185%20%20%20c-2.525%2C0.118-5.115%2C0.184-7.759%2C0.184C43.685%2C47.863%2C42.066%2C47.834%2C40.449%2C47.79z%22%2F%3E%20%20%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M64.836%2C17.714c-3.906-1.221-8.064%2C0.225-11.781%2C2.88c1.883%2C4.108%2C2.959%2C8.542%2C3.211%2C11.985%20%20%20c0.491%2C6.648-0.887%2C11.564-3.205%2C15.101c2.812-0.134%2C5.549-0.335%2C8.176-0.611c4.188-0.439%2C8.377-1.07%2C12.496-1.874%20%20%20c0.084-0.315%2C0.168-0.629%2C0.246-0.959C75.863%2C36.161%2C74.801%2C20.83%2C64.836%2C17.714z%22%2F%3E%20%20%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M56.266%2C32.579c-0.252-3.443-1.328-7.877-3.211-11.985c-4.974%2C3.555-9.15%2C9.283-10.848%2C13.707%20%20%20c-2.08%2C5.408-2.457%2C9.874-1.758%2C13.489c1.617%2C0.044%2C3.236%2C0.073%2C4.853%2C0.073c2.644%2C0%2C5.233-0.065%2C7.759-0.184%20%20%20C55.379%2C44.143%2C56.757%2C39.227%2C56.266%2C32.579z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-help {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2236px%22%20height%3D%2236px%22%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22none%22%20d%3D%22z%22/%3E%0D%0A%3Cg%20id%3D%22Layer_x25_201%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%230073CF%22%20d%3D%22M36%2C18c0%2C9.94-8.062%2C18-18.001%2C18C8.058%2C36%2C0%2C27.94%2C0%2C18S8.058%2C0%2C17.999%2C0C27.938%2C0%2C36%2C8.06%2C36%2C18z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.112%2C10.925c-0.881%2C0-1.561%2C0.217-2.042%2C0.648c0.496%2C0.4%2C0.744%2C0.848%2C0.744%2C1.344%20%20%20%20c0%2C0.623-0.24%2C1.156-0.719%2C1.596c-0.48%2C0.439-1.057%2C0.66-1.729%2C0.66c-0.736%2C0-1.336-0.244-1.801-0.732%20%20%20%20c-0.462-0.488-0.694-1.123-0.694-1.908c0-1.375%2C0.632-2.516%2C1.896-3.42c1.264-0.902%2C2.863-1.355%2C4.799-1.355%20%20%20%20c1.888%2C0%2C3.407%2C0.465%2C4.56%2C1.393s1.728%2C2.152%2C1.728%2C3.672c0%2C0.672-0.141%2C1.324-0.419%2C1.955c-0.281%2C0.633-0.652%2C1.117-1.117%2C1.453%20%20%20%20c-0.608%2C0.463-1.365-0.271-2.386%2C1.049c-0.238%2C0.309-0.729%2C1.626-0.84%2C1.739c-0.111%2C0.111-0.549%2C0.931-0.564%2C1.203%20%20%20%20c-0.016%2C0.447-0.104%2C0.736-0.264%2C0.865c-0.16%2C0.125-0.514%2C0.207-1.057%2C0.238l-0.672%2C0.047h-0.24c-0.623%2C0-1.057-0.121-1.295-0.371%20%20%20%20c-0.24-0.246-0.361-0.689-0.361-1.331c0-0.816%2C0.339-1.317%2C0.564-1.812c0.29-0.638%2C1.19%2C0.042%2C2.076-0.924%20%20%20%20c1.087-1.184%2C2.351-3.039%2C2.351-4.064c0-0.576-0.23-1.043-0.694-1.404C19.471%2C11.104%2C18.863%2C10.925%2C18.112%2C10.925z%20M17.512%2C28.605%20%20%20%20c-0.625%2C0-1.156-0.227-1.596-0.672c-0.441-0.449-0.66-0.984-0.66-1.609s0.219-1.16%2C0.66-1.609%20%20%20%20c0.439-0.445%2C0.971-0.672%2C1.596-0.672c0.623%2C0%2C1.16%2C0.227%2C1.607%2C0.672c0.447%2C0.449%2C0.672%2C0.984%2C0.672%2C1.609%20%20%20%20s-0.225%2C1.16-0.672%2C1.609C18.672%2C28.379%2C18.135%2C28.605%2C17.512%2C28.605z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22none%22%20d%3D%22z%22/%3E%0D%0A%3C/svg%3E');
  width: 18px;
  height: 18px;
}
.icon-annual-review {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22203px%22%20height%3D%22151px%22%20viewBox%3D%220%200%20203%20151%22%20enable-background%3D%22new%200%200%20203%20151%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M106.437%2C102.02H97.01V90.87h6.708c-0.092-1.075-0.147-2.158-0.147-3.25c0-2.827%2C0.322-5.601%2C0.927-8.29%0D%0A%09%09H97.01V68.17h11.998c1.543-2.531%2C3.395-4.899%2C5.542-7.05c1.691-1.681%2C3.515-3.177%2C5.443-4.49H97.01V45.47h58.9v7.719%0D%0A%09%09c4.311%2C1.854%2C8.273%2C4.519%2C11.69%2C7.931c2.078%2C2.076%2C3.853%2C4.339%2C5.34%2C6.731V7.5H8v112.29h113.842c-2.621-1.57-5.069-3.477-7.292-5.7%0D%0A%09%09C111.031%2C110.576%2C108.297%2C106.48%2C106.437%2C102.02z%20M25.93%2C22.78h129.98v11.16H25.93V22.78z%20M75.06%2C103.6%0D%0A%09%09c-1.112-1.361-2.649-3.224-4.393-5.328c-4.724%2C3.896-10.781%2C6.237-17.387%2C6.237c-15.09%2C0.01-27.34-12.2-27.35-27.29%0D%0A%09%09C25.92%2C62.14%2C38.16%2C49.9%2C53.25%2C49.89c0.001%2C0%2C0.003%2C0%2C0.004%2C0l-0.004-6.91c18.92%2C0%2C34.26%2C15.32%2C34.26%2C34.21%0D%0A%09%09C87.52%2C87.82%2C82.67%2C97.31%2C75.06%2C103.6z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23D0C8BF%22%20d%3D%22M155.91%2C79.33h-40.079c-0.799%2C2.535-1.231%2C5.232-1.231%2C8.03c0%2C1.191%2C0.086%2C2.361%2C0.237%2C3.51h41.073v11.15%0D%0A%09%09h-36.925c4.782%2C7.27%2C13.015%2C12.07%2C22.375%2C12.07c14.77%2C0%2C26.75-11.96%2C26.75-26.73c0-14.76-11.98-26.73-26.75-26.73%0D%0A%09%09c-7.239%2C0-13.801%2C2.876-18.618%2C7.54h33.168V79.33z%22/%3E%0D%0A%09%3Crect%20x%3D%2225.93%22%20y%3D%2222.78%22%20fill%3D%22%23F9F7F4%22%20width%3D%22129.98%22%20height%3D%2211.16%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M97.01%2C45.47v11.16h22.983c6.179-4.208%2C13.455-6.48%2C21.077-6.48c5.195%2C0%2C10.218%2C1.052%2C14.84%2C3.04V45.47%0D%0A%09%09H97.01z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M115.831%2C79.33h40.079V68.17h-33.168C119.588%2C71.224%2C117.182%2C75.042%2C115.831%2C79.33z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M97.01%2C79.33h7.487c0.889-3.949%2C2.406-7.709%2C4.51-11.16H97.01V79.33z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M155.91%2C90.87h-41.073c0.536%2C4.079%2C1.988%2C7.866%2C4.148%2C11.15h36.925V90.87z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M97.01%2C90.87v11.15h9.427c-1.47-3.524-2.387-7.277-2.719-11.15H97.01z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23F9F7F4%22%20d%3D%22M53.254%2C49.89c-0.001%2C0-0.002%2C0-0.004%2C0C38.16%2C49.9%2C25.92%2C62.14%2C25.93%2C77.22%0D%0A%09%09c0.01%2C15.09%2C12.26%2C27.3%2C27.35%2C27.29c6.606%2C0%2C12.663-2.341%2C17.387-6.237C63.66%2C89.819%2C53.27%2C77.41%2C53.27%2C77.41L53.254%2C49.89z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M53.25%2C42.98l0.004%2C6.91C68.362%2C49.882%2C80.6%2C62.122%2C80.61%2C77.2c0%2C8.482-3.87%2C16.063-9.943%2C21.072%0D%0A%09%09c1.744%2C2.104%2C3.281%2C3.967%2C4.393%2C5.328c7.61-6.29%2C12.46-15.78%2C12.45-26.41C87.51%2C58.3%2C72.17%2C42.98%2C53.25%2C42.98z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M80.61%2C77.2C80.6%2C62.122%2C68.362%2C49.882%2C53.254%2C49.89l0.016%2C27.52c0%2C0%2C10.39%2C12.409%2C17.397%2C20.862%0D%0A%09%09C76.74%2C93.263%2C80.61%2C85.683%2C80.61%2C77.2z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M174.13%2C105.29c6.28-11.708%2C5.882-26.062-1.19-37.439v51.939h-51.098c5.76%2C3.452%2C12.354%2C5.28%2C19.228%2C5.28%0D%0A%09%09c6.3%2C0%2C12.34-1.52%2C17.74-4.42l23.87%2C23.85L198%2C129.17L174.13%2C105.29z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M172.94%2C67.851c-1.487-2.392-3.262-4.655-5.34-6.731c-3.417-3.412-7.379-6.077-11.69-7.931v3.44h-35.917%0D%0A%09%09c-1.928%2C1.313-3.752%2C2.809-5.443%2C4.49c-2.148%2C2.151-3.999%2C4.519-5.542%2C7.05h13.735c4.817-4.664%2C11.379-7.54%2C18.618-7.54%0D%0A%09%09c14.77%2C0%2C26.75%2C11.97%2C26.75%2C26.73c0%2C14.77-11.98%2C26.73-26.75%2C26.73c-9.36%2C0-17.592-4.8-22.375-12.07h-12.549%0D%0A%09%09c1.861%2C4.46%2C4.595%2C8.556%2C8.113%2C12.07c2.224%2C2.224%2C4.672%2C4.13%2C7.292%2C5.7h51.098V67.851z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M114.6%2C87.36c0-2.798%2C0.432-5.495%2C1.231-8.03h-11.334c-0.605%2C2.689-0.927%2C5.463-0.927%2C8.29%0D%0A%09%09c0%2C1.092%2C0.055%2C2.175%2C0.147%2C3.25h11.12C114.686%2C89.721%2C114.6%2C88.551%2C114.6%2C87.36z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M119.993%2C56.63h35.917v-3.44c-4.622-1.987-9.645-3.04-14.84-3.04%0D%0A%09%09C133.448%2C50.15%2C126.172%2C52.422%2C119.993%2C56.63z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M115.831%2C79.33c1.351-4.288%2C3.757-8.106%2C6.911-11.16h-13.735c-2.104%2C3.451-3.621%2C7.211-4.51%2C11.16H115.831z%0D%0A%09%09%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23009CDE%22%20d%3D%22M103.717%2C90.87c0.332%2C3.873%2C1.249%2C7.626%2C2.719%2C11.15h12.549c-2.161-3.284-3.613-7.071-4.148-11.15H103.717z%0D%0A%09%09%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22%230078A3%22%20d%3D%22M53.25%2C42.98l0.004%2C6.91C68.362%2C49.882%2C80.6%2C62.122%2C80.61%2C77.2c0%2C8.482-3.87%2C16.063-9.943%2C21.072%0D%0A%09c1.744%2C2.104%2C3.281%2C3.967%2C4.393%2C5.328c7.61-6.29%2C12.46-15.78%2C12.45-26.41C87.51%2C58.3%2C72.17%2C42.98%2C53.25%2C42.98z%22/%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  width: 230px;
  height: 145px;
}
.icon-showhide-down-hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d1c9c0%3B%7D.cls-2%7Bfill%3A%23012169%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_on_hover%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%224.18%205%203%206.25%207.5%2011%2012%206.22%2010.85%205%207.53%208.53%204.18%205%22%2F%3E%3C%2Fsvg%3E');
}
.icon-showhide-down {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ece6dd%3B%7D.cls-2%7Bfill%3A%230052c2%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_on%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%224.18%205%203%206.25%207.5%2011%2012%206.22%2010.85%205%207.53%208.53%204.18%205%22%2F%3E%3C%2Fsvg%3E');
}
.icon-blue-arrow-up-hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-300%20393%2011%207%22%20style%3D%22enable-background%3Anew%20-300%20393%2011%207%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text/css%22%3E%0D%0A%09.st0%7Bfill%3A%23012169%3B%7D%0D%0A%3C/style%3E%0D%0A%3Ctitle%3Edark_blue_down%3C/title%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-300%2C398.4l1.5%2C1.6l3.9-3.9l3.9%2C3.9l1.6-1.5l-5.4-5.5L-300%2C398.4%22/%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
}
.icon-showhide-right-hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d1c9c0%3B%7D.cls-2%7Bfill%3A%23012169%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_off_hover%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%225%2010.82%206.25%2012%2011%207.5%206.22%203%205%204.15%208.53%207.47%205%2010.82%22%2F%3E%3C%2Fsvg%3E');
}
.icon-showhide-right {
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ece6dd%3B%7D.cls-2%7Bfill%3A%230052c2%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eshowhide_off%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%225%2010.82%206.25%2012%2011%207.5%206.22%203%205%204.15%208.53%207.47%205%2010.82%22%2F%3E%3C%2Fsvg%3E');
}
.icon-fax {
  background-image: url("../images/bg/ico_fax.png");
  height: 47px;
  width: 44px;
}
.icon-postal {
  background-image: url("../images/bg/ico_mail.png");
  height: 40px;
  width: 58px;
}
.icon-remove {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220px%22%20height%3D%2220px%22%20preserveAspectRatio%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Eremove_resting%3C/title%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23ebe5dd%22/%3E%3Cpath%20fill%3D%22%230073cf%22%20d%3D%22M15.18%2013.55l-1.63%201.63L10%2011.63l-3.55%203.55-1.63-1.63L8.37%2010%204.82%206.45l1.63-1.63L10%208.37l3.55-3.55%201.63%201.63L11.63%2010l3.55%203.55%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  width: 20px;
  height: 20px;
}
.icon-remove:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220px%22%20height%3D%2220px%22%20preserveAspectRatio%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Eremove_hover%3C/title%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23d1c9c0%22/%3E%3Cpath%20fill%3D%22%23232c65%22%20d%3D%22M15.18%2013.55l-1.63%201.63L10%2011.63l-3.55%203.55-1.63-1.63L8.37%2010%204.82%206.45l1.63-1.63L10%208.37l3.55-3.55%201.63%201.63L11.63%2010l3.55%203.55%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.icon-remove:focus,
.icon-remove:active {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2023%2023%22%20width%3D%2223px%22%20height%3D%2223px%22%20preserveAspectRatio%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Eremove_focus%3C/title%3E%3Ccircle%20cx%3D%2211.67%22%20cy%3D%2211.87%22%20r%3D%2210%22%20fill%3D%22%23d1c9c0%22/%3E%3Cpath%20fill%3D%22%23232c65%22%20d%3D%22M16.84%2015.41l-1.63%201.64-3.54-3.55-3.55%203.55-1.63-1.64%203.55-3.54-3.55-3.55%201.63-1.63%203.55%203.55%203.54-3.55%201.63%201.63-3.54%203.55%203.54%203.54%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M22.5%2022v.5H22%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M21%2022.5H1.5%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1%2022.5H.5V22%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M.5%2021V1.5%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M.5%201V.5H1%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M2%20.5h19.5%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%20.5h.5V1%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M22.5%202v19.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
/* templates styles start */
body {
  background-color: #f3efea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #524940;
  line-height: 1.44;
}
.modalBody {
  background: #fff none repeat scroll 0 0;
  padding: 0 1px;
}
html.ie-7 .header .logo,
html.ie-8 .header .logo {
  background: transparent url("../images/bg/edge-logo.gif") no-repeat 15px 15px;
  width: 160px;
  height: 65px;
}
html.ie-9 .header .logo svg {
  width: 143px;
  height: 45px;
}
.header {
  clear: both;
  background: #E3DCD6 url("../images/bg/header-bg.png") no-repeat center center;
  width: auto;
  min-width: 1010px;
  /*Do not remove from Accountopening*/
}
.client-stateless .header,
.pre-client .header {
  background-position: center -95px;
}
.page-ao .header,
.page-co .header {
  min-width: auto;
  min-width: initial;
}
.header .shell {
  position: relative;
}
.header .utilityLinks a {
  display: inline-block;
  font-size: 13px;
  color: #0052c2;
  font-weight: bold;
}
.header .utilityLinks a:hover {
  color: #012169;
}
.header .toplinks {
  color: #fff;
  padding: 10px 15px 0 0;
  float: right;
}
.header .toplinks li {
  display: inline !important;
  float: left;
  padding: 0 0 0 30px;
  list-style-type: none;
}
.header .toplinks li:first-child {
  padding-left: 0;
}
.header .toplinks .gotoboa {
  background: url("../images/bg/boa-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  padding-right: 0;
  text-align: left;
  width: 125px;
  padding-left: 0;
  margin-top: 0;
  display: block;
}
.header .toplinks .logout:focus,
.header .toplinks .logout:hover {
  text-decoration: underline !important;
}
a.printLink {
  background: none;
}
.heading-container .logo {
  float: left;
  margin: 15px 0 15px 15px;
  padding: 0;
  width: 70px;
  height: 45px;
  margin-right: 30px;
}
.heading-container .heading-group {
  float: left;
}
.heading-container .heading-group h2,
.heading-container .heading-group h3 {
  color: #524940;
  padding: 0;
  margin: 0;
}
.heading-container .heading-group h2 {
  font-size: 26px;
  margin: 19px 0 5px 0;
  font-family: "connectionsmedium", Arial, Calibri, Helvetica, sans-serif;
}
.heading-container .heading-group h3 {
  font-size: 14px;
}
.home-banner .heading-container .logo {
  width: 100px;
  height: 65px;
  margin-right: 30px;
}
.home-banner .heading-container .heading-group h2 {
  font-size: 35px;
  margin: 19px 0 5px 0;
  line-height: 1;
}
.home-banner .heading-container .heading-group h3 {
  font-size: 22px;
}
.boa-browser-2 {
  padding: 0 20px;
}
.shell {
  width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-onbrd,
.ao-bg {
  padding-bottom: 50px;
}
.page-onbrd .row-main {
  min-height: 195px;
}
.row-main ul li {
  font-size: 16px;
  line-height: 26px !important;
  margin-bottom: 15px !important;
  list-style-type: inherit !important;
}
.pre-client #pageTitle {
  padding: 0;
  clear: both;
}
.pre-client .home-banner {
  background: transparent url("../images/bg/father-son-computer.png") no-repeat top right;
  height: 300px;
}
.pre-client #pageTitle h1 {
  color: #524940;
}
.pre-client.gtng-started #pageTitle {
  padding: 0 0 60px 0;
  height: 300px;
  clear: both;
  background: #E3DCD6 url("../images/bg/header-bg.png") no-repeat top center;
}
.pre-client.gtng-started #pageTitle .heading-container {
  margin-top: 55px;
}
.pre-client.gtng-started #pageTitle .heading-container .logo {
  margin-left: 0;
}
.pre-client.gtng-started #pageTitle h1 {
  font-size: 55px;
  padding: 50px 0 0 0 !important;
}
.pre-client.gtng-started #pageTitle h1 sup {
  font-size: 12px;
}
.client-stateless .header .logo {
  width: 70px;
  background-size: contain;
}
#pageTitle {
  background-color: #fff;
  padding: 10px 0 0 0;
  clear: both;
  min-width: 1010px;
}
.page-ao #pageTitle,
.page-co #pageTitle {
  min-width: auto;
  min-width: initial;
}
#pageTitle h1 {
  color: #524940;
  height: auto;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px;
  margin: auto;
  min-height: 40px;
  position: relative;
}
#pageTitle h1.bold {
  font-weight: normal;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
#pageTitle h1::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
#pageTitle .divider2 h1 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  margin-top: 6px;
}
.welcome-name {
  float: left;
  font-size: 20px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  line-height: 0.8;
  padding-bottom: 10px;
}
.page-title-dynamic-messaging,
.last-login {
  font-size: 13px;
  clear: both;
  padding-bottom: 5px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}
.welcome-links {
  float: left;
  padding: 1px 0 0 0;
  clear: both;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.welcome-links .txt-white {
  color: #fff;
}
.title-col1 {
  width: 30%;
  float: left;
  padding: 10px 0 0 15px;
}
.title-col2 {
  width: 70%;
  float: left;
  padding: 0 15px 0 15px;
}
.title-line {
  border-bottom: 1px solid #d1c9c0;
  clear: both;
  margin: 0 15px;
  padding: 15px 0 0 0;
}
#content {
  background-color: #fff;
  width: auto;
  min-width: 1010px;
}
.page-ao #content,
.page-co #content {
  min-width: auto;
  min-width: initial;
}
.ipq-banner-wrap {
  position: relative;
}
.ipq-banner {
  height: 200px;
  background-color: #ECF6FD;
  position: relative;
  margin-top: 30px;
}
.ipq-banner1 {
  background: transparent url("../images/bg/banner-ipq1.png") no-repeat top center;
}
.ipq-banner2 {
  background: transparent url("../images/bg/banner-ipq2.png") no-repeat top center;
}
.ipq-banner3 {
  background: transparent url("../images/bg/banner-ipq3.png") no-repeat top center;
}
.ipq-banner4 {
  background: transparent url("../images/bg/banner-ipq4.png") no-repeat top center;
}
.ipq-banner5 {
  background: transparent url("../images/bg/banner-ipq5.png") no-repeat top center;
}
.ipq-title-bg {
  background-color: #009cde;
  opacity: .8;
  position: absolute;
  top: 30px;
  height: 138px;
  opacity: 0.8;
  width: 40%;
}
#footer {
  background-color: #f3efea;
  color: #666;
  font-size: 11px;
  padding: 20px 0 0 0;
}
div#footer table th,
div#footer table td {
  padding: 7px 5px;
}
#emcode {
  font-size: 11px;
  margin: auto;
  width: 100%;
  background-color: #F3EFEA;
}
#siteNav {
  z-index: 1;
  position: relative;
  width: 940px;
  padding: 0;
  margin: 0 0 0 15px;
  list-style: none;
}
#siteNav li {
  background-color: #009cde;
  height: 45px;
  margin-right: 2px;
  float: left;
}
#siteNav li:hover {
  background-color: #012169;
}
#siteNav li.l1-wrap .px {
  position: absolute;
  left: 0;
  top: 35px;
  background: #999;
  width: 0;
  height: 1px;
  display: none;
}
#siteNav li.last {
  width: 0;
  border-right: 1px solid #fff;
}
#siteNav li a {
  display: block;
  padding: 13px 20px 0 20px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
#siteNav li a:hover {
  text-decoration: none;
}
#siteNav li.selected {
  background-color: #fff;
  border-bottom: 0 solid #fff;
}
#siteNav li.selected a {
  background-color: #fff;
  height: 35px;
  z-index: 998;
  color: #333;
  font-weight: normal;
}
#siteNav li.activeSitenav a {
  text-decoration: none;
  background-color: #fff !important;
  position: relative;
  height: 35px;
  z-index: 999999;
}
#siteNav.fc-fix:before,
#siteNav.fc-fix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: inherit !important;
}
#siteNav.fc-fix:after,
.clear {
  clear: both;
}
.overlapbg {
  background: none repeat scroll 0 0 #fff;
  color: #fff;
  left: 1px;
  padding: 0 12px 0 13px;
  position: absolute;
  top: -5px;
  z-index: 9999;
}
#footer a.indent {
  border-left: 1px solid #c2c2c2;
  line-height: 20px;
  margin-left: 5px;
  padding-left: 5px;
}
.secure-text {
  color: #666;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 29px;
}
.secure-text .icon-lock {
  background-size: contain;
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}
a.secure-text:active,
a.secure-text:hover,
a.secure-text:link,
a.secure-text:focus {
  color: #666;
}
a.secure-text:hover,
a.secure-text:focus {
  text-decoration: underline;
}
.row-page-disclaimer {
  font-size: 13px;
  color: #666;
  width: 99%;
}
/* templates styles end */
.popover button.close .close-text {
  visibility: hidden;
}
#TDAuthHeaderId {
  width: 95%;
}
span.modal-title-text {
  padding-left: 15px;
}
.width-15 {
  width: 15%;
}
.width-85 {
  width: 85%;
}
/*Nexus 7 Landscape QC 564088.*/
@media only screen and (min-device-width: 959px) and (max-device-width: 960px) and (orientation: landscape) {
  .page-co .header,
  .page-ao .header,
  .page-co #pageTitle,
  .page-ao #pageTitle {
    width: 1010px;
  }
  .shell {
    width: auto;
  }
}
.cta-bar.m {
  line-height: 36px;
  height: 36px;
}
.cta-bar.s {
  line-height: 24px;
  height: 24px;
}
.cta-next,
.cta-back,
.cta-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.cta-next.m,
.cta-back.m,
.cta-link.m {
  height: 45px;
  line-height: 45px;
}
:hover.cta-next,
:hover.cta-back {
  text-decoration: none;
}
.cta-next span {
  display: block;
  height: 30px;
  padding: 0 10px 0 20px;
}
.cta-back span {
  display: block;
  height: 30px;
  padding: 0 20px 0 10px;
}
.cta-next.m span,
.cta-back.m span {
  height: 45px;
  font-size: 24px;
}
.cta-next span {
  float: left;
}
.cta-back span {
  float: left;
}
.cta-next .arrow,
.cta-back .arrow {
  background: transparent;
  border-bottom: 17px solid transparent;
  border-top: 16px solid transparent;
  height: 0;
  width: 0;
  display: block;
}
.cta-next.m .arrow,
.cta-back.m .arrow {
  background: transparent;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  height: 0;
  width: 0;
  display: block;
}
.cta-next .arrow {
  border-left: 17px solid transparent;
  float: left;
}
.cta-back .arrow {
  border-right: 17px solid transparent;
  float: left;
}
.cta-next.m .arrow {
  border-left: 23px solid transparent;
  float: left;
}
.cta-back.m .arrow {
  border-right: 23px solid transparent;
  float: left;
}
.cta-next.blue span,
.cta-back.blue span {
  background: #0052C2;
  color: #fff;
}
.cta-next.blue .arrow {
  border-left: 17px solid #0052C2;
  margin-left: -1px;
  margin-top: -1px;
}
.cta-back.blue .arrow {
  border-right: 17px solid #0052C2;
  margin-right: -1px;
  margin-top: -1px;
}
.cta-next.m.blue .arrow {
  border-left: 23px solid #0052C2;
  margin-left: -1px;
  margin-top: -1px;
}
.cta-back.m.blue .arrow {
  border-right: 23px solid #0052C2;
  margin-right: -1px;
  margin-top: -1px;
}
:hover.cta-next.blue span,
:hover.cta-back.blue span {
  background: #012169;
  color: #fff;
}
:hover.cta-next.blue .arrow {
  border-left: 17px solid #012169;
}
:hover.cta-back.blue .arrow {
  border-right: 17px solid #012169;
}
:hover.cta-next.m.blue .arrow {
  border-left: 23px solid #012169;
}
:hover.cta-back.m.blue .arrow {
  border-right: 23px solid #012169;
}
.cta-next.gray,
.cta-back.gray {
  color: #0052C2;
}
.cta-next.gray span,
.cta-back.gray span {
  background: #ece6dd;
}
.cta-next.gray .arrow {
  border-left: 17px solid #ece6dd;
}
.cta-back.gray .arrow {
  border-right: 17px solid #ece6dd;
}
.cta-next.m.gray .arrow {
  border-left: 23px solid #ece6dd;
}
.cta-back.m.gray .arrow {
  border-right: 23px solid #ece6dd;
}
:hover.cta-next.gray span,
:hover.cta-back.gray span {
  color: #012169;
  background: #d1c9c0;
}
:hover.cta-next.gray .arrow {
  border-left: 17px solid #d1c9c0;
}
:hover.cta-back.gray .arrow {
  border-right: 17px solid #d1c9c0;
}
:hover.cta-next.m.gray .arrow {
  border-left: 23px solid #d1c9c0;
}
:hover.cta-back.m.gray .arrow {
  border-right: 23px solid #d1c9c0;
}
.cta-next.disabled,
.cta-back.disabled,
a.disabled,
a.disabled:hover {
  color: #A39281 !important;
  cursor: text !important;
  text-decoration: none !important;
}
a.disabled:focus {
  outline: none;
}
:hover.disabled {
  text-decoration: none !important;
}
.cta-next.disabled span,
.cta-back.disabled span,
:hover.cta-next.disabled span,
:hover.cta-back.disabled span {
  background: #ECE6DD !important;
}
.cta-next.disabled .arrow,
:hover.cta-next.disabled .arrow {
  border-left: 17px solid #ECE6DD !important;
}
.cta-back.disabled .arrow,
:hover.cta-back.disabled .arrow {
  border-right: 17px solid #ECE6DD !important;
}
.cta-next.m.disabled .arrow,
:hover.cta-next.m.disabled .arrow {
  border-left: 23px solid #ECE6DD !important;
}
.cta-back.m.disabled .arrow,
:hover.cta-back.m.disabled .arrow {
  border-right: 23px solid #ECE6DD !important;
}
/* buttons styles end */
/* buttons styless - Primary and secondary as per the buttons layer -  need to be added to style guide */
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-disabled,
.btn:hover .cta.btn-primary,
.cta.btn-secondary,
.cta.btn-disabled,
.cta:hover,
.stdBtn2,
.stdBtn2:hover,
.btn.btn-whiteprimary,
.btn.btn-whiteprimary:hover,
.btn.btn-whitedisabled,
.btn.btn-whitedisabled:hover,
.btn:focus {
  text-decoration: none;
}
/*
.btn, .cta, .stdBtn2 {
    border-radius: 0px !important;
    border: 0px !important;
    font-weight: 400;
    letter-spacing: -0.04rem;
}

.btn, .btn-sm, .cta, .stdBtn2 {
    font-size: 16px !important;
    padding: 7px 15px !important;
    display: inline-block;
    font-family: @connections-light;
}
*/
.btn-md,
.cta.m {
  padding: 10px 20px !important;
  display: inline-block;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.goal-summary-list .btn-md {
  padding: 10px 15px !important;
}
.btn-lg {
  font-size: 32px !important;
  padding: 14px 30px !important;
  display: inline-block;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
/*.btn.btn-primary,.cta.blue,.stdBtn2{background-color:#0073CF !important;color:#FFF !important} Tanya: removed as per Matthew's request*/
.btn.btn-primary:hover,
.cta.blue:hover,
.stdBtn2:hover {
  background-color: #002f99 !important;
  color: #FFF !important;
}
.btn.btn-primary:hover[disabled],
.cta.blue:hover[disabled],
.stdBtn2:hover[disabled] {
  background-color: #efefef !important;
  color: #999 !important;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-secondary,
.btn.btn-naked {
  background-color: #FFF !important;
  color: #012169 !important;
  border: 1px solid #012169;
}
.btn.btn-secondary:hover,
.btn.btn-naked:hover {
  background-color: #D1C9C0 !important;
  color: #002F99 !important;
  border: 1px solid #002F99;
}
.btn.btn-secondary:active {
  background-color: #012169;
  color: #ffffff;
  border-color: #012169;
}
.btn.btn-whiteprimary {
  background-color: #FFF !important;
  color: #012169 !important;
  border: 1px solid #012169;
}
.btn.btn-whiteprimary:hover {
  background-color: #FFF !important;
  color: #002f99 !important;
  border: 1px solid #002f99;
}
.btn.btn-whiteprimary.btn-disabled,
.btn.btn-whiteprimary.btn-disabled:hover {
  background: #808080 !important;
  color: #fff !important;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  border: none;
}
.popover .btn[disabled],
.popover .btn:hover[disabled],
.popover .btn:active[disabled],
.popover .btn.btn-disabled,
.popover .btn:hover.btn-disabled,
.popover .btn:active.btn-disabled {
  background-color: #0052c2 !important;
  color: #fff !important;
  cursor: default;
}
/*
.modal3 .btn[disabled],
.modal3 .btn:hover[disabled],
.modal3 .btn:active[disabled],
.modal3 .btn.btn-disabled,
.modal3 .btn:hover.btn-disabled,
.modal3 .btn:active.btn-disabled {
    background-color: #0052c2 !important;
    color: #fff !important;
    cursor: default;
}*/
.btn.btn-disabled,
.btn.btn-disabled:hover,
.stdBtn2.disable {
  -webkit-appearance: none;
  background: #808080 !important;
  color: #fff !important;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
/* buttons styles - Primary and secondary as per the buttons layer  end */
.btn-disabled-visibly.btn-disabled-visibly.btn-disabled-visibly,
.btn-disabled-visibly.btn-disabled-visibly.btn-disabled-visibly:hover {
  background-color: #ECE6DD !important;
  color: #A39382 !important;
}
.caret {
  border: 0;
  background: url("../images/bg/icons-sprite.png") no-repeat scroll 0 -216px;
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
/*Buttons with Drop down Need to move to style guide*/
.dropdown-sm .btn {
  min-width: 114px;
  padding: 10px 15px !important;
}
.dropdown-sm .btn:focus,
.dropdown-sm .btn:hover {
  color: #012169;
  background-color: #d1c9c0;
}
.dropdown-sm .dropdown-menu {
  margin-top: 10px;
  min-width: 220px;
  margin-left: -20px;
}
.dropdown-sm .caret {
  background-position: 0 -860px;
  width: 12px;
  height: 7px;
  right: 15px;
}
.minimal-dropdown-style {
  display: inline-block;
}
.minimal-dropdown-style .btn:focus,
.minimal-dropdown-style .btn:hover {
  color: #012169;
  background: none;
}
.minimal-dropdown-style .btn:focus .caret,
.minimal-dropdown-style .btn:hover .caret {
  background-position: 0 -846px;
}
.minimal-dropdown-style > a {
  min-width: 60px;
}
.minimal-dropdown-style > a.btn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.minimal-dropdown-style .caret {
  top: 10px;
  right: 12px;
}
.minimal-dropdown-style.dropdown .arrow {
  position: absolute;
  top: 35px;
  left: 32px;
}
.minimal-dropdown-style .dropdown-menu {
  margin: 0;
  top: 44px;
  left: 50%;
  margin-left: -96px;
}
.dropdown a {
  cursor: pointer;
}
.dropdown .arrow {
  position: relative;
  top: 1px;
  background: #fff;
  z-index: 1001;
  left: 36px;
}
.dropdown .arrow:after,
.dropdown .arrow:before {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown .arrow:after {
  border-color: rgba(213, 36, 195, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.dropdown .arrow:before {
  border-color: rgba(245, 221, 221, 0);
  border-bottom-color: #d1c9c0;
  border-width: 22px;
  margin-left: -22px;
}
.dropdown-sm .btn {
  box-shadow: none;
  border: none;
}
.dropdown-sm .dropdown-menu {
  border: none;
  border-radius: 4px;
  box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.3);
}
.dropdown-sm .dropdown-menu > li > a {
  padding: 10px 20px 10px 20px !important;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
  color: #0052c2;
}
.dropdown-sm .dropdown-menu > li > a:hover {
  color: #1075ff;
  background: #fff !important;
}
/*.dropdown-sm .dropdown-menu > li > a:active {
    color:@blue-link-active;
}*/
.dropdown-md .dropdown-toggle {
  border: 1px solid #d1c9c0;
  color: #524940;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  height: 50px;
}
.dropdown-md .dropdown-toggle .caret {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%3E%3Ctitle%3Ewhite_down%3C/title%3E%3Cpolygon%20points%3D%2215%202.14%2012.86%200%207.5%205.36%202.14%200%200%202.14%207.5%209.64%2015%202.14%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 25px;
  border: 0 none;
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  width: 25px;
}
.dropdown-menu {
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.3);
  top: 50px;
  left: 0;
}
.dropdown-md .dropdown-menu > li > a {
  padding: 10px 20px 10px 40px !important;
  font-size: 18px;
}
.menu-no-goals span {
  padding: 10px 20px 10px 40px;
}
.dropdown-menu > li > a:hover {
  background-color: #f7f7f7 !important;
}
.dropdown-menu > li.menu-link > a,
.dropdown-menu > li.menu-header > a {
  padding-left: 20px !important;
}
.dropdown-menu > li.current-goal > a {
  color: #857363;
  background-color: #ecf6fd;
}
.dropdown-menu > li.current-goal > a:focus,
.dropdown-menu > li.current-goal > a:hover {
  color: #857363 !important;
  background: #ecf6fd !important;
  cursor: default;
}
.dropdown-menu > li.menu-link.menu-no-goals > a {
  padding-left: 40px !important;
}
.dropdown-menu > li.menu-divider > a {
  border-top: 1px solid #e3e3e3;
}
.dropdown-menu > li:first-child,
.dropdown-menu > li:first-child > a {
  border-top: none;
}
.dropdown .divider {
  border-top: 1px solid #e3e3e3;
}
.dropdown-sm .divider {
  margin: 0 !important;
  padding: 0;
}
.dropdown-sm .divider a {
  font-weight: bold;
}
.dropdown-menu > li.menu-link > a {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  color: #0052C1 !important;
  font-size: 18px;
}
.dropdown-menu > li.menu-subheader > a {
  color: #595959;
}
.dropdown-menu > li.menu-subheader > a,
.dropdown-menu > li.menu-subheader > a:hover {
  color: #595959 !important;
  text-decoration: none;
  cursor: default;
}
.caret {
  background: rgba(0, 0, 0, 0) url("../images/bg/icons-sprite.png") no-repeat scroll 0 -216px;
  border: 0 none;
  display: inline-block;
  height: 9px;
  margin-left: 10px;
  width: 12px;
}
/*End of Buttons with Drop down*/
.popover-title {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
}
.popover-content {
  overflow: visible !important;
}
.flyout-title {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.bold {
  font-family: "connections", sans-serif;
}
.text-box,
.select-box,
.textarea-box {
  border: 1px solid #e3ded7;
  height: 4.525rem;
  margin-bottom: .625rem;
  padding: 0;
  position: relative;
}
.text-box,
.select-box {
  border: none !important;
  height: auto;
}
.text-box .icon-help,
.select-box .icon-help {
  height: 16px !important;
  width: 16px !important;
}
.text-box:after,
.select-box:after {
  clear: both;
}
.text-box:before,
.select-box:before,
.text-box:after,
.select-box:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.textarea-box {
  min-height: 4.525rem;
  height: auto;
  overflow: hidden;
}
.textarea-box label.text-box_label.active,
.textarea-box label.text-box_label.inactive,
.textarea-box label.text-box_label.error {
  background: transparent;
  z-index: 1;
  padding-top: calc(.438rem - 1px);
  margin-top: 1px;
  width: calc(100% - 25px);
}
.textarea-box textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 150px;
  height: 3.145rem;
  min-height: 3.145rem;
  padding: 0 .563rem .563rem;
  margin-top: 1.18rem;
  border: none;
  display: block;
  overflow: auto;
  background: transparent;
  color: #000;
  font-size: 1.250rem;
}
.select-box.no-lable {
  height: 3.33rem;
}
select {
  width: 100%;
}
.pdl-15 {
  padding-left: 15px;
}
.style_Header {
  margin-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #009cde;
  font-family: 'connectionsbold', Arial, Helvetica, sans-serif;
  line-height: 26px;
}
.text-box input[type="text"],
.text-box input[type="password"],
.text-box input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF !important;
  border: 0;
  box-shadow: none;
  color: #414141;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-family: connections;
  line-height: 19px;
}
.text-box input[type="text"]:focus,
.text-box input[type="password"]:focus,
.text-box input[type="tel"]:focus {
  outline: none;
}
.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important;
  background-image: url('../images/bg/dropdown-small.svg');
  background-position: 96% 15px;
  background-repeat: no-repeat;
  background-color: white !important;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 8px 20px 8px 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e3ded7;
  border-radius: 5px;
  background-size: 10px 10px;
  line-height: 19px;
  font-family: connections;
  height: 41px;
}
.select-box select option {
  font-family: connections;
}
.select-box .col-xs-10.columns select {
  background-position: 92% 16px;
  padding: 10px 55px 10px 10px;
}
.select-box .help-section {
  right: 11px !important;
}
.select-box.no-lable section {
  margin: 0.91rem 0 0;
}
.select-box select option {
  font-family: connections;
}
.select-box select::-ms-expand {
  display: none;
}
.text-box_type {
  cursor: text;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 13px 0px 0 0.563rem;
  position: absolute;
  text-align: right;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.text-box_type-m {
  cursor: text;
  font-weight: 400;
  margin: 1.02rem 0 0 0.763rem;
  position: absolute;
  text-align: right;
}
input[type="text"].text-box_currency {
  padding-left: 18px;
}
.text-box .button-help,
.select-box .button-help {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.text-box .image-help,
.select-box .image-help {
  margin-top: 0;
}
.text-box .postfix .image-help,
.select-box .postfix .image-help {
  margin-top: 1.125rem;
}
.text-box .help-section,
.select-box .help-section {
  height: 3.938rem;
  top: .25rem;
  text-align: right;
  position: absolute;
  right: 10px;
}
.text-box .help-section > a,
.select-box .help-section > a {
  margin-top: 38px;
  display: inline-block;
}
.text-box .help-section > .postfix,
.select-box .help-section > .postfix {
  margin-top: 0;
}
.text-box-v .help-section,
.select-box .help-section,
.textarea-box .help-section {
  border-left: 1px solid #d1c9c0;
}
.text-box-v .help-section,
.text-box .help-section,
.select-box .help-section {
  border: none;
  width: 5%;
}
.text-box i {
  background-color: transparent;
  font-style: normal;
  position: relative;
  width: 100%;
}
.text-box.active input,
.select-box.active input,
.text-box.active select,
.select-box.active select {
  border: 1px solid #19ac5c;
}
.text-box.error input,
.text-box.inactive-error input,
.select-box.error input,
.select-box.inactive-error input,
.text-box.error select,
.text-box.inactive-error select,
.select-box.error select,
.select-box.inactive-error select {
  border: 1px solid #de213c;
}
.text-box_label,
.select-box_label {
  font-family: connections;
  color: #414141;
  cursor: text;
  font-size: 12px !important;
  line-height: 24px;
  margin: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-weight: 400;
  width: 100%;
}
.text-box_hint-text,
.select-box_hint-text {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0 0 !important;
  font-family: connections;
}
.text-box_dollar-sign {
  color: #000;
  display: none;
  font-size: 1.250rem;
  left: 1.250rem;
  line-height: 1.8rem;
  position: absolute;
  top: 1.125rem;
}
input[type="tel"].text-box--currency {
  padding-left: 1.375rem;
}
.ada-hidden,
.adahidden {
  position: absolute;
  left: -10000px !important;
  top: auto !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.image-help {
  height: 1.550rem;
  width: 1.550rem;
}
.goal-details-alerts-container .image-help,
.goal-container-help .image-help {
  width: 18px;
  height: 18px;
}
.icon-help2 {
  background: url('../images/bg/help_icon_2x.svg') no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  background-size: 16px 16px;
  height: 18px;
  width: 16px;
}
.icon-info {
  background: url("../images/bg/info_icon_2x.svg") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  background-size: 16px 16px;
  min-height: 20px;
}
.pl-xl {
  padding-left: 20px;
}
.info-box {
  background: #E3E3E3;
  margin: 20px 0 10px 0;
  position: relative;
  padding: 40px 20px 20px;
  clear: both;
  font-family: "connections", Arial, Helvetica, sans-serif;
}
.info-box_close-btn {
  float: right;
}
.icon-help-close {
  background: transparent url("../images/bg/info_box_close.svg") no-repeat 0 0;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.icon-help-close:focus {
  outline: 1px dotted #000;
}
.image-close {
  border: 0.0625rem solid #0073cf;
  border-radius: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
}
.radio .info-box,
.radio .info-box_message label {
  cursor: default;
}
.info-box_message label {
  color: #0052c2;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
  min-height: 0;
  font-family: connections;
}
.info-box_message label:not(:first-child) {
  margin-top: 15px;
}
.info-box_message p {
  margin: 0;
  line-height: 24px;
  font-family: "connections", sans-serif;
  font-size: 14px;
}
label .info-box {
  margin-top: 5px;
}
.list {
  margin: 0;
  padding: 0;
}
.list.list-ruled .list-item:first-child {
  border-top: 2px solid #dde2e6;
}
.list.list-ruled .list-item {
  border-bottom: 2px solid #dde2e6;
  display: block;
}
.column,
.columns {
  float: left;
  padding-left: 0.625em;
  padding-right: 0.625em;
  position: relative;
}
.field-error-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25rem;
  margin: 0.050rem 0;
  padding: 0 0 0 1.8rem;
  font-family: connections;
}
.alert-warning .field-error-label {
  color: #ea7600;
}
.jqtextError,
.textError {
  margin: .725rem 0;
  clear: both;
}
/*.alert.alert-danger.alert-sm .alert-icons, 
.alert.alert-warning.alert-sm .alert-icons {
    position: absolute;
}*/
.row .text-box .columns,
.row .select-box .columns,
.subtable-header .text-box .columns,
.subtable-header .select-box .columns {
  padding: 0;
}
.text-box .col-xs-10.columns,
.select-box .col-xs-10.columns {
  width: 100%;
}
.postfix.button {
  border: 0 none;
  line-height: 2.125rem;
  padding: 0;
  text-align: center;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
.button-help,
.button-help:hover,
.button-help:focus {
  background-color: transparent;
}
.button {
  border-radius: 3px;
  font-family: Arial, sans-serif;
}
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.required-text {
  margin-bottom: 0.625rem;
  text-align: right;
  font-size: 0.928em;
}
.page-onbrd .required-text {
  margin-right: 15px;
}
.page-ao .required-text,
.page-co .required-text {
  margin-right: 10px;
  float: right;
}
input.checkMarkBtn[type="radio"],
input.checkMarkBtn[type="checkbox"] {
  border: 0 none;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 12;
}
.radiogroup-label {
  display: inline-block;
  color: #414141;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.75rem;
  font-weight: normal;
  font-family: connections;
}
.radio-label,
.checkbox-label {
  font-size: 16px;
  padding: 0 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
}
.radio-label .icon-radio {
  background: url('../images/bg/radio_unfilled_green.svg') no-repeat scroll left 3px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  min-height: 26px;
  font-size: 18px;
  padding: 1px 0 0 40px;
  font-family: connections;
}
.radio-label .icon-radio.focus,
input[type="radio"]:focus + .icon-radio {
  background-image: url('../images/bg/radio_filled_green_focus.svg');
}
.radio-label .icon-radio.focus.active,
input[type="radio"]:focus + .icon-radio.active {
  background-image: url('../images/bg/radio_filled_focus_green.svg');
}
.radio-level2 .radio-label .icon-radio,
.radio-label .icon-radio.radio-sm {
  min-height: 19px;
  padding-left: 28px;
  background-size: 22px;
}
.active .radio-level1-label,
.active .radio-level2-label {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.radio-label .icon-radio-disabled {
  background: transparent url("../images/bg/radio_unfilled_green_disabled.svg") no-repeat scroll left 3px;
  display: inline-block;
  min-height: 26px;
  font-size: 18px;
  padding: 1px 0 0 35px;
  color: #6B5E51;
  cursor: default;
  font-family: connections;
}
.radio-label .active {
  background-image: url('../images/bg/radio_filled_green.svg');
  cursor: default;
}
.radio-label .icon-radio.active.radio-sm {
  background-size: 22px;
}
.radio-label .active.icon-radio-disabled {
  background: transparent url("../images/bg/radio_filled_green_disabled.svg") no-repeat scroll left 3px;
  cursor: default;
}
.checkbox-label .icon-checkbox {
  background-image: url('../images/bg/checkbox_off_green.png');
  background-position: left 5px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  min-height: 25px;
  font-size: 18px;
  padding: 2px 0 0 35px;
  font-family: connections;
}
.checkbox-label .active {
  background-image: url('../images/bg/checkbox_on_green.png');
  background-position: left 5px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  min-height: 25px;
}
.checkbox-label .icon-checkbox-disabled {
  background-image: url('../images/bg/icon-checkbox-disabled_green.svg');
}
.icon-checkbox.error,
.radiogroup-label.error {
  color: #c00;
}
input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly] {
  background-color: #efefef;
  color: #857363;
  cursor: default;
}
.disabled-field {
  background-color: #efefef;
  cursor: default;
}
.disabled-field.text-box {
  background: none;
}
.disabled-field.text-box input {
  background-color: #efefef;
}
.disabled-field.select-box {
  background: none;
}
.disabled-field.select-box select {
  background-color: #efefef;
}
.plus-minus {
  float: right;
  width: 1em;
}
.summaryHeader {
  background: url("../images/bg/checkMark_large.png") no-repeat scroll 0 0 transparent;
  padding: 5px 0 10px 45px;
}
.divider {
  border-top: 1px solid #d1c9c0;
  padding: 10px 0 10px 0;
}
.divider2 {
  border-bottom: 1px solid #d1c9c0;
}
.divider-dotted {
  border-bottom: 1px dotted #d1c9c0;
}
.page-section {
  background-color: #f9f7f4;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 130px;
  padding-top: 15px;
}
.fixedContactUs {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  top: 41px;
}
@media only screen and (max-width: 777px) {
  .top-bar {
    margin: 0 auto;
    max-width: 72.5em;
    padding-top: 5px;
    background-color: #fff;
  }
  .step-bar-container {
    border-bottom: 1px solid #d1c9c0;
  }
}
@media only screen and (min-width: 776px) {
  .top-bar {
    border-bottom: 1px solid #d1c9c0;
    margin: 0 auto;
    max-width: 72.5em;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 600px) and (max-width: 775px) {
  .top-bar {
    margin: 0 auto;
    max-width: 72.5em;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
span.arrow {
  border-right: 0.3em solid #0073cf;
  border-top: 0.3em solid #0073cf;
  display: inline-block;
  font-style: normal;
  height: 0.8em;
  margin: 0.5px 0 0 10px;
  position: relative;
  top: 2pt;
  transform: rotate(135deg) translateY(2px);
  width: 0.8em;
  transition: transform 0.5s ease 0s;
  float: left;
}
span.arrow.clicked {
  border-left: 0.3em solid #0073cf;
  border-top: 0.3em solid #0073cf;
  border-right: none !important;
  transform: rotate(45deg) translateY(2px);
}
.z-window-modal {
  padding: 0 50px;
  background: #fff none repeat scroll 0 0;
  border-radius: 0.75rem;
  box-shadow: none;
  width: 500px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .z-window-modal {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px) {
  .z-window-modal {
    font-size: 14px;
    line-height: 24pt;
  }
}
.z-window-modal .content-loading {
  margin: 0;
}
#helpMenu {
  display: none;
  line-height: 2.75rem;
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.help-menu_cell {
  padding: 0 0.625rem;
}
#needHelp {
  cursor: pointer;
  margin-top: 2px;
}
.help-menu_image {
  float: left;
  height: 1.5rem;
  margin-right: 0.625rem;
  width: 1.5rem;
}
.help-menu_link .help-menu_image {
  float: none;
}
.help-menu_link,
.help-menu_link:hover {
  color: #333;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
}
.help-menu_cell:active {
  background-color: #f9f7f4;
}
.help-menu_link::after {
  color: #d1c9c0;
  float: right;
  transform: rotate(-90deg);
}
.need-help {
  padding: 0.6rem 0.3rem;
  text-align: center;
}
.page-heading {
  background: #0067b1;
  color: #fff;
  font-size: 1.75em;
  padding: .625rem;
  margin: 0;
}
.secure-logo {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat scroll 0 -233px;
  font: bold 0.8em/1.5 Arial, Helvetica, sans-serif;
  padding: 18px 0 0 8px;
  float: right;
}
.secure-link {
  float: right;
  font: bold 0.8em/1.5 Arial, Helvetica, sans-serif;
  padding: 16px 0 0 3px;
  cursor: none;
}
a.secure-link:active,
a.secure-link:hover,
a.secure-link:link,
a.secure-link:focus {
  outline: 0 none;
  color: #666;
  text-decoration: none;
}
.info-list {
  margin: 1rem 0;
}
.page-co .info-list {
  margin: 0 !important;
}
.info-list dt {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2rem;
}
.info-list dd {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  line-height: 1.4rem;
  word-wrap: break-word;
  width: 100%;
}
.h-40 {
  height: 40px;
}
.h-180 {
  height: 180px;
}
.h-300 {
  height: 300px;
}
.h-130px {
  height: 130px;
}
.h-140px {
  height: 140px;
}
.h-240px {
  height: 240px;
}
ul.listA {
  list-style-type: square;
  margin: 0 0 30px -25px;
}
ul.listA li {
  padding-bottom: 10px;
}
.edit-title {
  border: medium none;
  background: transparent;
  float: left;
  font-size: 23px;
  padding-top: 7px;
}
.ao-button {
  border-radius: 0.1875rem;
  font-family: Arial, sans-serif;
  background-color: #0052c2;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  padding: 1rem 2rem 1.0625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
}
.ao-button.primary {
  font-size: 1.125rem;
  text-decoration: none;
}
.ao-button:link,
.ao-button:visited {
  background-color: #0052c2;
  color: white;
}
.ao-button:hover,
.ao-button:hover {
  background-color: #012169;
  color: white;
}
hr {
  border-color: #ddd7cd;
  border-style: solid none none;
  border-width: 0.0625rem 0 0;
  height: 0.0625rem;
  margin: 1.25rem 1.25rem;
}
.frm-reg .form-group {
  margin-bottom: 0;
}
.mt-3 {
  margin-top: 3px;
}
.iM-0 {
  margin: 0 !important;
}
select optgroup option {
  color: #000;
  padding-top: 5px;
}
.inactive-error .text-box_label2 {
  display: none;
}
input[type="checkbox"]:focus,
.icon-checkbox:focus {
  outline: .0625rem dotted #666;
}
input::-ms-clear {
  display: none;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.text-editable {
  border: none;
}
.text-editable > .text-digital-gray.text-12 {
  position: static;
  line-height: 24px;
  font-family: connections;
  color: #414141;
}
.text-editable .text-output {
  color: #524940;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  margin-top: 0;
  border: 1px solid #d1c9c0;
  line-height: 16px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}
.text-editable .text-output + .text-14 {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0 0;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.text-editable .text-output .icon-help {
  width: 16px;
  height: 16px;
  margin-top: -3px;
}
.popover-masking {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.flyout-dw {
  min-width: 600px;
}
.flyout-dw select[disabled],
.flyout-dw input[type='text'][disabled],
.flyout-dw input[type='password'][disabled],
.flyout-dw a[disabled] {
  background-color: transparent;
  cursor: not-allowed;
}
.flyout-dw .spinner-over-disabled-loading {
  width: 600px;
  text-align: initial;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -23px 0 0 0;
  z-index: 10;
}
.flyout-dw .jqcontainer.disabled-content-while-loading {
  opacity: .25;
  position: relative;
  cursor: not-allowed;
  z-index: 1;
}
.field-container {
  background-color: #f9f7f4;
  padding: 20px;
}
.field-container + .field-container {
  margin-top: 5px;
}
.flyout-dw .flyout-title,
.transfer-flyout-container .flyout-title {
  margin: 0 0 20px 0;
}
.flyout-dw .select-box,
.transfer-flyout-container .select-box,
.flyout-dw .text-box,
.transfer-flyout-container .text-box {
  margin-bottom: 0;
}
.flyout-dw .ira-chart-top-container,
.transfer-flyout-container .ira-chart-top-container,
.flyout-dw .ira-chart-deductible-container,
.transfer-flyout-container .ira-chart-deductible-container {
  background-color: #f9f7f4;
  padding: 20px;
  margin-top: 5px;
}
.flyout-dw .ira-chart-details-container,
.transfer-flyout-container .ira-chart-details-container,
.flyout-dw .ira-chart-actual-container,
.transfer-flyout-container .ira-chart-actual-container {
  background-color: transparent;
}
.flyout-dw .ira-chart-details-container,
.transfer-flyout-container .ira-chart-details-container {
  padding: 0;
}
.flyout-dw .ira-chart-actual-container,
.transfer-flyout-container .ira-chart-actual-container {
  padding: 10px 20px 0 0;
}
.dataToolTip:not(.gets-masked) .ira-chart-actual-container {
  padding: 0;
}
.preview-container .row,
.preview-container .subtable-header {
  margin: 0;
  background-color: #f9f7f4;
}
.account-selector-calendar-container + .preview-container {
  max-width: 550px;
}
.preview-box {
  margin: 0;
  padding: 15px 20px;
  background-color: #f9f7f4;
}
.preview-box p {
  margin: 0;
}
.preview-box-label {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 13px;
  color: #6b5e51;
}
.preview-box-value-emphasis {
  font-size: 16px;
  font-weight: bold;
}
.flyout-account-selector-container {
  margin-bottom: 20px;
  padding: 0;
}
.flyout-error,
.transfer-flyout-container .jqtextError,
.transfer-flyout-container .textError {
  margin: 10px 0 0 0;
}
.flyout-account-name-container {
  clear: both;
  margin: 20px 0 0 0;
  /*&.account-selector-flyout {
        margin: 20px 0 0 0;
    }*/
}
.transfer-flyout-container .flyout-account-name-container,
.flyout-dw .flyout-account-name-container {
  margin: 0 0 20px 0;
}
.flyout-account-name-container p {
  margin-bottom: 0;
  line-height: 1;
}
.flyout-account-name-container p .preview-box-value {
  display: block;
  margin-top: 3px;
}
.flyout-calendar-container {
  margin-top: 18px;
}
.flyout-calendar-label {
  line-height: 1;
}
.preview-container .flyout-alerts-container {
  margin-top: 10px;
}
.flyout-alerts-container .alert {
  margin-bottom: 10px !important;
}
/*.hypo-proj-chart-container {
    margin: 10px 0 0 0;
    padding: 0;
    .review-hypo-proj-link {
        margin: 0;
    }
    .tab-header {
        margin-left: 0;
    }
}*/
.flyout-select-account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flyout-select-account .jqtextError {
  margin: .725rem 0 0 0;
}
.flyout-select-account .deposit-withdrawal-toggle {
  height: 60px;
}
.flyout-select-account .deposit-withdrawal-toggle .radio {
  line-height: 27px;
}
.flyout-select-account .deposit-withdrawal-toggle .radio:first-child {
  margin-top: 0;
}
.flyout-select-account .account-selector-container .select-box {
  margin-bottom: 0;
}
.flyout-select-account.is-withdrawal .flyout-account-name-container {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0;
  margin-bottom: 20px;
}
.no-flexbox .flyout-select-account.is-withdrawal .flyout-account-name-container {
  margin-top: 20px;
  margin-bottom: 0;
}
.flyout-select-account.is-withdrawal .account-selector-container {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.flyout-mask {
  height: 100%;
  z-index: 1038 !important;
  background-color: #000000;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.flyout-container {
  z-index: 1039 !important;
}
.flyout-close {
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  margin-top: -10px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  background: transparent url("../images/sprite-smallicons.png") no-repeat scroll -46px 0;
  display: inline-block;
  height: 13px;
  width: 14px;
}
.flyout-close:hover,
.flyout-close:focus,
.flyout-close:active {
  text-decoration: none;
}
.dataToolTip {
  z-index: 999;
  background: #fff;
  border: 1px solid #d1c9c0;
  padding: 30px;
  position: absolute;
  display: none;
  zoom: 1;
  color: #524940;
}
.dataToolTip .help-inside-dataToolTip {
  margin: -10px;
}
.dataToolTip.gets-masked {
  border: none;
}
.dataToolTip .arrow {
  margin: 0;
  width: 20px;
  height: 40px;
  position: absolute;
  left: -20px;
  right: -20px;
  top: 67px;
  color: transparent;
}
.dataToolTip .arrow:before,
.dataToolTip .arrow:after {
  background-color: transparent;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.dataToolTip.arrow-top-middle .arrow,
.dataToolTip.arrow-bottom-middle .arrow {
  width: 40px;
  height: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dataToolTip.arrow-top-middle .arrow {
  top: -20px;
}
.dataToolTip.arrow-top-middle .arrow:before {
  border-bottom-color: #d1c9c0;
  border-width: 0 21px 21px 21px;
  margin-left: -1px;
  margin-top: -1px;
}
.dataToolTip.arrow-top-middle .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 20px 20px 20px;
}
.dataToolTip.arrow-bottom-middle .arrow {
  bottom: -20px;
  top: auto;
}
.dataToolTip.arrow-bottom-middle .arrow:before {
  border-top-color: #d1c9c0;
  border-width: 21px 21px 0 21px;
  margin-left: -1px;
  margin-top: -1px;
}
.dataToolTip.arrow-bottom-middle .arrow:after {
  border-top-color: #fff;
  border-width: 20px 20px 0 20px;
}
.dataToolTip.arrow-left-center .arrow,
.dataToolTip.arrow-right-center .arrow {
  width: 20px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dataToolTip.arrow-left-center .arrow {
  left: -20px;
  right: auto;
}
.dataToolTip.arrow-left-center .arrow:before {
  border-right-color: #d1c9c0;
  border-width: 21px 21px 21px 0;
  margin-left: -1px;
  margin-top: -1px;
}
.dataToolTip.arrow-left-center .arrow:after {
  border-right-color: #fff;
  border-width: 20px 20px 20px 0;
}
.dataToolTip.arrow-right-center .arrow {
  left: auto;
  right: -20px;
}
.dataToolTip.arrow-right-center .arrow:before {
  border-left-color: #d1c9c0;
  border-width: 21px 0 21px 21px;
  margin-left: 1px;
  margin-top: -1px;
}
.dataToolTip.arrow-right-center .arrow:after {
  border-left-color: #fff;
  border-width: 20px 0 20px 20px;
}
.dataToolTip.arrow-top-left .arrow,
.dataToolTip.arrow-top-right .arrow,
.dataToolTip.arrow-top .arrow {
  width: 40px;
  height: 20px;
  top: -20px;
}
.dataToolTip.arrow-top-left .arrow:after,
.dataToolTip.arrow-top-right .arrow:after,
.dataToolTip.arrow-top .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 20px 20px 20px;
}
.dataToolTip.arrow-top-left .arrow {
  left: 30px;
  right: auto;
}
.dataToolTip.arrow-top-right .arrow {
  left: auto;
  right: 30px;
}
.dataToolTip.arrow-top .arrow {
  left: 142px;
}
.dataToolTip.arrow-bottom .arrow {
  width: 40px;
  height: 20px;
  bottom: -20px;
  left: 134px;
  top: auto;
}
.dataToolTip.arrow-bottom .arrow:after {
  border-top-color: #fff;
  border-width: 20px 20px 0 20px;
}
.dataToolTip.arrow-left-top .arrow,
.dataToolTip.arrow-right-top .arrow {
  width: 20px;
  height: 40px;
}
.dataToolTip.arrow-left-top .arrow {
  left: -20px;
  top: 50px;
}
.dataToolTip.arrow-left-top .arrow:after {
  border-right-color: #fff;
  border-width: 20px 20px 20px 0;
}
.dataToolTip.arrow-right-top .arrow {
  left: auto;
  right: -20px;
  top: 50px;
}
.dataToolTip.arrow-right-top .arrow:after {
  border-left-color: #fff;
  border-width: 20px 0 20px 20px;
}
.dataToolTip-title {
  padding-bottom: 4px;
  font-family: connectionsbold;
  font-size: 18px;
}
.dataToolTip-close {
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  background: transparent url(../images/bubble-close.png) no-repeat 100% 0;
  padding-right: 25px;
  margin-top: -24px;
  text-decoration: none;
  position: absolute;
  right: 5px;
}
.dataToolTip-close:hover,
.dataToolTip-close:focus,
.dataToolTip-close:active {
  text-decoration: none;
}
.flyout-spinner {
  height: 300px;
  width: 100%;
  background-position: center center;
}
.flyout-holdings {
  width: 455px;
}
.acToolTipLeft-1 {
  width: 40%;
  float: left;
  text-align: right;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 13px;
}
.acToolTipRight-1 {
  font-size: 13px;
  width: 56%;
  float: right;
  margin-top: 20px;
}
.acToolTipLeft-2 {
  width: 20%;
  float: left;
  text-align: right;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 13px;
}
.acToolTipRight-2 {
  font-size: 13px;
  width: 76%;
  float: right;
  margin-top: 20px;
}
.acRowRight-1 {
  float: right;
  text-align: right;
  width: 20%;
}
.acRowLeft-1 {
  width: 80%;
  float: left;
}
.acRowRight-49pc {
  float: right;
  text-align: right;
  width: 49%;
}
.acRowLeft-50pc {
  width: 50%;
  float: left;
}
.spinner {
  height: 100%;
  width: 100%;
  background-position: center center;
}
.spinner-300px {
  height: 300px;
  width: 100%;
  background-position: center center;
}
.ac-spinnerwrap {
  height: 260px;
  width: 100%;
  background-position: center center;
}
.acActivityLC {
  max-width: 120px;
}
.flyout-help {
  width: 300px;
}
.flyout-summary-content {
  max-width: 310px;
  width: auto;
}
.boa-date-input {
  background: #ffffff url("../images/calendar-icon.png") no-repeat 95% 50%;
  font-size: 13px;
  padding: 0 0 0 3px !important;
}
.ui-datepicker.ui-widget {
  font-family: Arial;
  font-size: 11px;
  width: 268px;
  padding: 0;
  height: auto;
  background: none;
  background-color: #fff;
  margin-top: 4px;
  border: 1px solid #ccc;
  display: none;
}
.ui-datepicker .content-body .ui-state-default {
  padding: 5px 5px 5px 5px;
  background: none;
  font-size: 16px;
  text-align: center;
  outline: none;
  color: #3366CC;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 9px;
  height: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 14px;
}
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  border-bottom: 1px #000 dotted !important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: #ccc;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0px;
  background: url(../images/me/calendar-sprite.png) no-repeat 0 -70px !important;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-next {
  left: 134px;
  background: url(../images/me/calendar-sprite.png) no-repeat 2px -16px !important;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-next:focus {
  border-bottom: 2px solid #3366CC !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-disabled {
  background: url(../images/me/calendar-sprite.png) no-repeat 0 -30px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-disabled {
  background: url(../images/me/calendar-sprite.png) no-repeat 0 -84px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-disabled:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-disabled:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
}
.ui-datepicker .ui-datepicker-next-hover {
  left: 134px;
}
.ancCalendarImage:focus img {
  border: 1px #3366CC dotted !important;
}
.calendarButton {
  padding: 2px 0 0 5px;
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 14px;
  width: 115px;
  line-height: 1.2em;
  text-align: center;
  position: relative;
  color: #524940;
  font-weight: bold;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-title span {
  color: #666666;
}
.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1.1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}
.ui-datepicker .content-body {
  width: 248px;
}
.ui-datepicker .ui-datepicker-unselectable {
  color: #616a7b;
}
.ui-datepicker .content-body .ui-datepicker-bottom-link {
  border-top: 1px dotted #ccc;
  margin-top: 12px;
  padding: 12px 0 5px 10px;
}
.ui-datepicker .content-body .ui-datepicker-bottom-link a {
  color: #3366cc;
}
.ui-datepicker-calendar thead {
  background-color: #524940;
}
.ui-datepicker-calendar thead th {
  color: #fff;
  width: 31px;
}
.ui-datepicker table {
  width: 250px;
  font-size: .9em;
  border-collapse: separate;
  margin-top: 12px;
}
.ui-datepicker th {
  background-color: #524940;
  padding: 0 2px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .1em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
}
.ui-datepicker td span.adahidden,
.ui-datepicker td span.ada-hidden {
  left: -100000px !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border: 0 none;
  height: 18px;
  margin: 0;
  padding: 0 0.5em 0 !important;
  padding: 0 0.5em .4em;
  background: url(/pa/global-assets/1.0/graphic/dialog_large_titlebar.png) no-repeat scroll left top transparent;
  width: 315px;
  line-height: 19px;
  padding: 0;
  position: relative;
  display: block;
}
.ui-datepicker a.ui-datepicker-close {
  cursor: pointer;
  color: #3366CC;
  overflow: visible;
  font-size: 11px;
  height: 15px;
  line-height: 11px;
  margin: 0;
  padding: 2px 20px 0 0;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: -5px;
  white-space: nowrap;
  background: url(../images/me/calendar-close.png) no-repeat right top transparent;
}
.ui-datepicker a.ui-datepicker-close:hover,
.ui-datepicker a.ui-datepicker-close:focus {
  color: #3366CC;
}
.ui-datepicker .content-body td a {
  border: 1px solid #fff;
}
.ui-datepicker .content-body td.ui-datepicker-unselectable span {
  border: 1px solid #fff;
}
.ui-datepicker .ui-datepicker-unselectable:focus {
  outline: none;
}
.ui-datepicker .ui-datepicker-unselectable:hover {
  outline: none;
}
.ui-datepicker .content-body td.ui-datepicker-days-cell-over a:hover {
  border: 1px solid #0073BE;
}
.ui-datepicker .content-body td a.ui-state-default:focus,
.ui-datepicker .content-body td a.ui-state-default:hover,
.ui-datepicker .content-body .ui-widget-content a.ui-state-default:focus {
  border: 1px solid #0073BE;
  background-color: #fff;
}
.ui-datepicker .content-body td.ui-datepicker-today a,
.ui-datepicker .content-body td.ui-datepicker-today span {
  border-color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #3366CC;
}
.ui-datepicker .content-body td.ui-datepicker-selected-day a {
  border: 1px solid #0073BE;
}
.ui-datepicker .content-body td.ui-datepicker-current-day.ui-datepicker-selected-day a {
  background-color: #0073BE;
  color: #fff;
}
.ui-datepicker .content-body td.ui-datepicker-unselectable span:hover {
  border: 1px solid #A39382;
  outline: none;
}
.ui-datepicker .content-body td.ui-datepicker-unselectable span {
  color: #857363;
}
.ui-datepicker .content-body td.ui-datepicker-unselectable.ui-datepicker-days-cell-over span {
  border: 1px solid #A39382;
  outline: none;
}
.ui-datepicker .content-body td.ui-datepicker-other-month span {
  /*background-color: #E5F1FA; border-color: #3366CC;*/
  color: #524940;
}
.ui-datepicker .content-body td.ui-datepicker-unselectable.ui-datepicker-week-end span {
  /*background-color: #F9F7F4; border-color: #DAD1C4;*/
  color: #857363;
}
.ui-datepicker .content-body td.ui-datepicker-holiday span {
  /*background-color: #F9F7F4; border-color: #DAD1C4;*/
  color: #857363;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker .ui-widget-content td.ui-state-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.ui-datepicker .legend-divider {
  height: 1px;
  border-top: 1px dotted #999;
  margin: 15px 0 5px;
  *font-size: 1px;
}
.ui-datepicker-calendar-legend {
  margin-left: 5px;
  color: #524940;
}
.ui-datepicker-calendar-legend .legend-title,
.ui-datepicker-calendar-legend .legend-title a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #524940;
}
.ui-datepicker-calendar-legend .legend-show,
.ui-datepicker-calendar-legend .legend-hide {
  padding-left: 17px;
}
.ui-datepicker-calendar-legend .legend-show .arrow {
  background: url(../images/me/calendar-sprite.png) no-repeat 0 -59px;
  width: 4px;
  height: 7px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  *font-size: 6px;
  *top: 4px;
}
.ui-datepicker-calendar-legend .legend-hide .arrow {
  background: url(../images/me/calendar-sprite.png) no-repeat 0 -66px;
  width: 7px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  *font-size: 4px;
  *top: 7px;
}
.ui-datepicker-calendar-legend .legend-content {
  margin-top: 15px;
  width: 100%;
}
.ui-datepicker-calendar-legend .legend-row {
  margin-bottom: 8px;
  float: left;
  clear: both;
  width: 100%;
}
.ui-datepicker-calendar-legend .legend-row:last {
  margin-bottom: 2px;
}
.ui-datepicker-calendar-legend .legend-row .legend-icon {
  border: 1px solid #999;
  width: 18px;
  height: 18px;
  float: left;
  clear: both;
}
.ui-datepicker-calendar-legend .legend-row .current-icon {
  background-color: #DAD1C4;
  border: 1px solid #857363;
}
.ui-datepicker-calendar-legend .legend-row .holiday-icon {
  background-color: #F9F7F4;
  border: 1px solid #DAD1C4;
}
.ui-datepicker-calendar-legend .legend-row .available-icon {
  background-color: #fff;
  border: 1px solid #857363;
}
.ui-datepicker-calendar-legend .legend-row .selected-icon {
  background-color: #0067B1;
  border: 1px solid #0067B1;
}
.ui-datepicker-calendar-legend .legend-row .available-other-month-icon {
  background-color: #E5F1FA;
  border: 1px solid #857363;
}
.ui-datepicker-calendar-legend .legend-row .inactive-icon {
  background-color: #F9F7F4;
  border: 1px solid #DAD1C4;
}
.ui-datepicker-calendar-legend .legend-row .legend-text {
  margin: 2px 0 0 10px;
  float: left;
  font-size: 12px;
}
.ui-datepicker-calendar-legend .legend-row.last {
  margin-bottom: 20px;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
  padding: 0 10px 15px;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin-top: 12px;
}
.ui-datepicker-multi-1 .ui-datepicker-group {
  width: 100%;
  margin: 0 !important;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 100%;
  margin: 0 !important;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 100%;
  margin: 0 !important;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 100%;
  margin: 0 !important;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  border: 0 none;
  height: 32px;
  margin: 0;
  padding: 0 0.5em .7em !important;
  padding: 0 0.5em .4em;
}
.ui-datepicker-row-break {
  clear: both;
  width: auto;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-calendar thead th abbr {
  border: none;
  padding: 0;
}
.ui-datepicker-calendar thead th:first-child abbr {
  border-left: none;
}
.ui-datepicker-calendar thead th {
  border: none;
  border-right: 1px solid #fff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
}
.ui-datepicker-calendar td a:hover {
  margin: 0 !important;
  background: #fff;
  border: 1px solid #0073be;
}
.ui-datepicker .ui-datepicker-title {
  color: #524940;
  font-size: 17px;
  font-weight: bold;
  line-height: 0.9em;
  margin: 0 10px;
  position: relative;
  text-align: center;
  width: 131px;
}
.ui-datepicker .ui-datepicker-next {
  left: 144px !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  margin: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  border-bottom: 0px !important;
}
.ui-datepicker-current-day.ui-datepicker-today a,
.ui-datepicker-today a {
  color: #3366cc !important;
  background: none !important;
  font-size: 20px !important;
  font-weight: bold !important;
  border: 1px solid transparent !important;
}
.ui-datepicker-current-day.ui-datepicker-today a:hover,
.ui-datepicker-today a:hover {
  margin: 0 !important;
  background: #fff !important;
  border: 1px solid #0073be !important;
}
.ui-datepicker td {
  padding: 1px 0 0 0;
}
.ui-datepicker .ui-datepicker-header {
  margin: 5px 0;
}
.ui-datepicker th {
  background-color: #524940;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px !important;
  text-align: center;
}
.ui-datepicker-next.ui-state-disabled {
  background: rgba(0, 0, 0, 0) url("http://uxdesign.bankofamerica.com/ux/projects/ui-shared/1/2/utilities/calendar-util/2.0/graphic/calendar-sprite.png") no-repeat scroll 2px -84px !important;
  left: 144px !important;
  text-decoration: none;
}
.ui-datepicker-prev.ui-state-disabled {
  background: rgba(0, 0, 0, 0) url("http://uxdesign.bankofamerica.com/ux/projects/ui-shared/1/2/utilities/calendar-util/2.0/graphic/calendar-sprite.png") no-repeat scroll 0 -29px !important;
  left: 0;
  text-decoration: none;
}
.ui-datepicker.ui-widget {
  padding: 10px;
  z-index: 999;
}
.ui-datepicker-current-day a {
  background-color: #0073be !important;
  color: #fff !important;
  border: 1px solid #0073be !important;
  margin: 0 !important;
}
.ui-datepicker-unselectable.ui-state-disabled span:hover {
  border: 1px solid #a39382;
  margin: 0 !important;
}
.getRecords .loading {
  background: url(../images/wait.gif) center center no-repeat !important;
}
.getRecords .paddingLeft_5px {
  padding-left: 5px !important;
}
.getRecords .txtCenter {
  text-align: center !important;
}
.getRecords .paddingTop_10px {
  padding-top: 10px !important;
}
.getRecords .txtLarge {
  font-size: 1.17em !important;
}
.getRecords .paddingBottom_10px {
  padding-bottom: 10px !important;
}
.getRecords .txtBold,
.getRecords .txtBold td,
.getRecords .txtBold td div {
  font-weight: bold !important;
}
.getRecords .box {
  padding: 15px;
}
.getRecords .paddingRight_5px {
  padding-right: 5px !important;
}
.getRecords .messageModule,
.getRecords .alertModule {
  display: none;
  margin: 0;
}
.getRecords div.alertModule .body {
  border: 0 solid #e8c5c5 !important;
  padding: 10px !important;
  background: #f5e9e9 !important;
  border-width: 0 1px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}
.getRecords .alertModule span.corner {
  background: #e8c5c5 !important;
}
.getRecords .messageModule span.top,
.getRecords .alertModule span.top {
  margin-top: 10px;
}
.getRecords .messageModule span.bottom,
.getRecords .alertModule span.bottom {
  margin-bottom: 10px;
}
.getRecords .txtLeft,
.getRecords .align-l,
.getRecords ._align-l * {
  text-align: left;
}
.getRecords a.btn {
  background: linear-gradient(to bottom, #f6f5f2 0px, #e6e2dc 100%) repeat scroll 0 0 !important;
  border: 1px solid #bbb1a3 !important;
  border-radius: 5px !important;
  box-sizing: content-box;
  color: #36c !important;
  display: inline-block !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  height: 22px !important;
  padding: 0 15px !important;
}
.getRecords a.btn span {
  background: none repeat scroll 0 0 !important;
  color: #36c !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 13px !important;
  height: 22px !important;
  line-height: 22px;
  padding: 0 !important;
  white-space: nowrap !important;
}
.getRecords a.btn:hover {
  background: linear-gradient(to bottom, #e6e2dc 0, #f6f5f2 100%) repeat scroll 0 0 !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.getRecords .alertModule.visible {
  display: block;
}
div.alertModule a.closelnk {
  background: transparent url("../images/me/img_alert_close.gif") no-repeat scroll 0 0;
  float: right;
  height: 12px;
  position: relative;
  right: 5px;
  top: 0;
  width: 14px;
  z-index: 99;
}
div.alertModule .content {
  background-color: #f5e9e9;
  border-color: #e77575;
  border-style: solid;
  border-width: 0 2px;
  padding: 0 13px;
  font-size: 12px;
}
.alertModule .content {
  word-break: normal !important;
}
div.alertModule div.bottom {
  background-position: -1px -101px !important;
}
div.alertModule .b-shadow {
  margin-bottom: 10px;
}
div.alertModule div.bottom span {
  background-position: -1594px -101px !important;
}
div.alertModule .alertMessage {
  background: transparent url("../images/me/sprite_alert_myml.gif") no-repeat scroll -1600px -247px;
  min-height: 24px;
  padding: 1px 5px 0 38px !important;
}
.alertMessage {
  padding: 0 0 10px 40px !important;
}
div.alertModule div.top {
  background-position: -1px -86px;
}
div.alertModule div.top,
div.alertModule div.bottom,
div.alertModule div.bottom span,
div.alertModule div.top span {
  background: url(../images/sprite_alert_mledge.gif) no-repeat scroll 0 -75px #fff;
  height: 10px;
}
div.alertModule a.closelnk {
  background: url(../images/img_alert_close.gif) no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  height: 12px;
  position: relative;
  right: 5px;
  top: 0;
  width: 14px;
  z-index: 99;
}
div.alertModule .content {
  background-color: #fff !important;
  border-color: #cd3535 !important;
  border-style: solid !important;
  border-width: 0 2px !important;
  padding: 0 18px 0 13px !important;
}
div.alertModule div.top,
div.alertModule div.bottom,
div.alertModule div.bottom span,
div.alertModule div.top span {
  background: url(../images/sprite_alert_mledge.gif) no-repeat scroll 0 -75px #fff;
  height: 10px;
}
div.alertModule div.bottom {
  background-position: 0 -89px !important;
}
div.alertModule div.bottom span {
  background-position: -1593px -89px !important;
}
div.alertModule div.top span,
div.alertModule div.bottom span {
  float: right;
  width: 7px;
}
div.alertModule div.bottom,
div.alertModule div.bottom span {
  height: 10px;
}
div.alertModule div.top span {
  background-position: -1593px -75px !important;
}
.messageModule,
.alertModule {
  display: none;
}
.icon-print_2 {
  background: url("../images/print.gif") no-repeat scroll 0 0;
  padding-left: 20px !important;
}
.clntEmID {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
  height: 15px;
}
.welcome-links span {
  float: left;
  display: inline-block;
}
.welcome-links .pl-s {
  padding-left: 5px;
}
.welcome-links .pr-s {
  padding-right: 5px;
}
.alertMessage {
  background: url("../images/icon_error.gif") no-repeat scroll left top;
  padding: 0 0 10px 40px !important;
}
.alert-warning .alertMessage {
  background: url("../images/icon_warning.png") no-repeat scroll -4px -4px !important;
  padding: 0 0 0 40px !important;
}
.alert-danger .alertMessage {
  background: url("../images/icon_error_new.png") no-repeat scroll left -4px !important;
  padding: 0 0 0 40px !important;
}
.align-r {
  text-align: right;
}
.mb-l {
  margin-bottom: 15px;
}
.oneColModal .addPadding .list {
  margin-left: 30px;
}
.helpModalContent {
  font-size: 12px;
  line-height: 16px;
  box-sizing: content-box;
}
.modal2 {
  background: #fff none repeat scroll 0 0 padding-box;
  border: 10px solid #666;
  border-radius: 15px;
  padding: 25px 15px 30px;
  position: absolute;
  visibility: hidden;
  box-sizing: content-box;
}
.modal2 .head {
  border-bottom: 3px solid #e0d9d3;
  color: #333;
  font-size: 18px;
  height: auto !important;
  margin: 0 15px 15px;
  padding: 0 0 10px;
}
.modal2 a.close,
.modal2 a.modalClose,
.modal2 button.close,
.modal2 button.modalClose,
.modal2 .iconClosePopup {
  background: rgba(0, 0, 0, 0) url("../images/ri_sprite_icons.png") no-repeat scroll 36px -173px !important;
  cursor: pointer;
  float: right;
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  margin: -20px 0 0;
  padding-right: 22px;
}
.modal2 button.close,
.modal2 button.modalClose {
  border: none;
}
.modal2 .body {
  background: #fff none repeat scroll 0 0 !important;
  padding: 0 15px;
}
.top-sep-1-gray3 {
  border-top: 1px solid #ccc;
}
.txtLight,
.asOfDate,
.disclaimer {
  color: #666 !important;
}
#content.twoColLanding #pageContent {
  padding: 20px 15px 30px;
  width: 940px;
}
.mt-xl,
._mt-xl * {
  margin-top: 20px;
}
.pb-xxxl,
._pb-xxxl * {
  padding-bottom: 30px;
}
.pt-s,
._pt-s * {
  padding-top: 5px;
}
.pb-xl,
._pb-xl * {
  padding-bottom: 20px;
}
.pr-xxl,
._pr-xxl * {
  padding-right: 25px;
}
.pr-l,
._pr-l * {
  padding-right: 15px;
}
.pr-xl,
._pr-xl * {
  padding-right: 20px;
}
.cta.blue {
  background: #007dc3;
  background: linear-gradient(to bottom, #7EAFE3 0, #007DC3 5%, #0067B1 100%) repeat scroll 0 0 transparent;
  border-color: #124E89;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
}
a.cta.blue:hover,
input.cta.blue:hover {
  background: #0067B1;
  background: linear-gradient(to bottom, #1B5898 0, #0067B1 5%, #007DC3 100%) repeat scroll 0 0 transparent;
  border-color: #123e89;
  color: #fff;
}
a.cta.blue:active,
input.cta.blue:active {
  background: #0067B1;
  background: linear-gradient(to bottom, #1B5898 0, #153687 5%, #1B4BA4 100%) repeat scroll 0 0 transparent;
  border-color: #123e89;
  color: #fff;
}
.radioFix {
  margin: 2px 5px 0 0 !important;
}
#HelpModal {
  font-size: 12px;
}
#helpModalContent .fl.bg-white.paddingBottom_10px {
  width: 100%;
}
#helpModalContent .helpColWrap {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 880px;
}
#helpModalContent .marginLeft_20px {
  margin-left: 20px;
}
#helpModalContent .marginBottom_10px {
  margin-bottom: 10px !important;
}
#helpModalContent .marginTop_0px {
  margin-top: 0 !important;
}
#helpModalContent #leftContentCol {
  float: left;
  width: 200px;
}
#helpModalContent #level4Nav {
  background: #eaeaea none repeat scroll 0 0;
  padding: 5px 4px;
}
#helpModalContent #level4Nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 192px;
}
#helpModalContent #level4Nav ul li {
  margin: 0;
  padding: 0;
}
#helpModalContent #level4Nav ul li a {
  display: block;
  outline: 0 none;
  padding: 0;
  width: 100%;
}
#helpModalContent #level4Nav ul li a.selected {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#helpModalContent #level4Nav ul li a.selected span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff url("../images/sprite_icons.gif") no-repeat scroll right -790px;
  border-color: #fff;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
}
#helpModalContent span.corner {
  border: 0 none;
  display: block;
  font-size: 1px;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
}
#helpModalContent #level4Nav ul li a span {
  display: block;
  padding: 4px 15px 4px 10px;
}
#helpModalContent #level4Nav ul li a span.corner {
  border: 0 none;
  padding: 0;
}
#helpModalContent #level4Nav ul li a.selected span.corner {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  padding: 0;
}
#helpModalContent .helpCol2 {
  float: right;
  height: 520px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  text-align: left;
  width: 650px;
  margin-right: 15px;
}
#helpModalContent .helpCol2 {
  width: 640px;
}
#helpModalContent .helpCol2 {
  height: auto;
  overflow: visible;
}
#helpModalContent h4 {
  font-family: Arial !important;
  font-weight: bold;
  margin: 20px 0 0;
  padding-bottom: 5px;
}
#helpModalContent .txtLarge {
  font-size: 14px !important;
}
#helpModalContent .intro {
  padding-top: 10px;
  margin: 0 0 10px;
}
.ContextualHelpQuestionMarkIcon a.contetualHelpIcon:hover span,
.ContextualHelpQuestionMarkIcon a.contetualHelpIcon span {
  background: transparent url("../images/quesitonMark.png") no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: super;
  margin-left: 3px;
}
.required-notation {
  margin-top: -54px;
  float: right;
}
.onbrd-heading-group {
  font-size: 18px;
  margin-bottom: 30px;
  padding-right: 0;
}
.risk-question {
  font-size: 18px;
  margin-bottom: 20px;
}
.home-banner .heading-container-para {
  font-size: 16px;
  width: 411px;
}
.getting-started-icon-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
}
.getting-started-icon-list h1 {
  margin-bottom: 20px;
}
.getting-started-icon-list p {
  padding: 0 0 0 20px;
  margin: 0;
}
.getting-started-icon-list .icon {
  padding: 0;
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  background-size: contain;
  background-position: center center;
}
.getting-started-icon-list li {
  margin-left: 0;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.getting-started-icon-list li .icon,
.getting-started-icon-list li p {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 485px;
}
.getting-started-icon-list.getting-started-icon-list.getting-started-icon-list li {
  margin-bottom: 30px !important;
}
.sidebar-getting-started {
  background-color: #ecf6fd;
  padding: 20px;
  margin-top: 10px;
}
.sidebar-getting-started .sidebar-heading {
  font-size: 18px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  line-height: 26px;
  color: #524940;
  margin-bottom: 20px;
}
.sidebar-getting-started ul {
  padding-left: 20px;
}
.sidebar-getting-started.sidebar-getting-started ul li,
.sidebar-getting-started p {
  font-size: 12px;
  line-height: 16px !important;
  color: #524940;
}
.choose-goal-type-shade {
  height: 300px;
  -webkit-transform: translateY(370px);
  -moz-transform: translateY(370px);
  -ms-transform: translateY(370px);
  -o-transform: translateY(370px);
  transform: translateY(370px);
  background-color: rgba(0, 156, 222, 0.85);
  -o-transition: 0.5s background-color ease-out;
  -webkit-transition: 0.5s background-color ease-out;
  -moz-transition: 0.5s background-color ease-out;
  transition: 0.5s background-color ease-out;
}
.choose-goal-type-shade * {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -o-transition: 0.5s color ease-out;
  -webkit-transition: 0.5s color ease-out;
  -moz-transition: 0.5s color ease-out;
  transition: 0.5s color ease-out;
}
.choose-goal-type-shade .icon {
  margin: 30px auto 20px auto;
  display: block;
  width: 90px;
  height: 90px;
  opacity: 0;
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.choose-goal-type-shade h4 {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 30px;
}
.choose-goal-type-shade h4 .chevron {
  -o-transition: 0.5s all ease-out;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  margin-left: 0;
}
.choose-goal-type-shade figcaption {
  font-size: 18px;
  line-height: 26px;
  width: 80%;
}
.choose-goal-type-shade.slide-begin * {
  color: #ffffff;
}
.choose-goal-type-shade.slide-begin .icon {
  opacity: 1;
}
.choose-goal-type-shade.slide-complete {
  background-color: rgba(82, 73, 64, 0.85);
}
.choose-goal-type-shade.slide-complete:hover,
.choose-goal-type-shade.slide-complete:focus {
  background-color: rgba(0, 156, 222, 0.85);
}
.choose-goal-type-shade.slide-complete:hover h4,
.choose-goal-type-shade.slide-complete:focus h4 {
  text-decoration: underline;
}
.goal-selected .slide-complete h4 .chevron {
  opacity: 0;
  margin-left: -15px;
}
.goal-selected .slide-complete:hover,
.goal-selected .slide-complete:focus {
  cursor: default;
}
.goal-selected .slide-complete:hover h4,
.goal-selected .slide-complete:focus h4 {
  text-decoration: none;
}
.choose-goal-question-wrap {
  display: none;
  background-color: #ecf6fd;
  background: #f9f7f4;
  cursor: pointer;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 30px;
}
.choose-goal-question-wrap .goal-type-question-heading {
  font-size: 20px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.choose-goal-question-wrap .close {
  margin-top: -20px;
  margin-right: -15px;
}
.choose-goal-question-wrap .radio-level1-selected {
  padding-bottom: 15px;
}
.choose-goal-question-wrap .radio-level2-input {
  padding-left: 28px;
}
.choose-goal-question-wrap .radio-level2-input .col-xs-6 {
  padding: 0;
}
.goal-not-selected {
  display: none;
}
.goal-not-selected + .choose-goal-question-wrap {
  display: none;
}
.choose-goal-switch-type {
  margin: 10px 0 0;
}
figure.goal-selected.choose-goal-type-gen-invest {
  background: url("../images/bg/goal-type-gen-invest.png") no-repeat 0 0;
  background: url("../images/bg/goal-type-gen-invest.png") no-repeat 0 0, #009cde;
}
figure.goal-selected.choose-goal-type-retirement {
  background: url("../images/bg/goal-type-retirement.png") no-repeat 0 0;
  background: url("../images/bg/goal-type-retirement.png") no-repeat 0 0, #009cde;
}
.goal-selected .choose-goal-type-shade {
  background: rgba(0, 156, 222, 0.85) url("../images/bg/blue-fade-flat.png") repeat-x 0 250px;
}
.goal-selected.ready-for-slide-out + .choose-goal-question-wrap {
  display: block;
  float: left;
  width: 660px;
  -webkit-transform: translateX(-640px);
  -moz-transform: translateX(-640px);
  -ms-transform: translateX(-640px);
  -o-transform: translateX(-640px);
  transform: translateX(-640px);
}
.ira-radio-note {
  font-size: 14px;
  display: block;
}
.choose-goal-question-wrap .radio-level1 .info-box,
.radio-label .info-box {
  margin-top: 0;
  margin-left: 35px;
}
.radio-level1 .info-box {
  margin-bottom: 20px;
}
#RTAResultNextDiv {
  font-size: 18px;
}
.heading-blue-padding {
  padding-right: 200px;
}
.listA.txt-13 li {
  font-size: 13px !important;
  line-height: 18.72px !important;
}
.listA.txt-13 {
  margin-bottom: 0;
}
/*//QC#588140*/
.alert-default .alert-body p {
  color: #524940;
}
.alert-default .alert-body {
  padding-right: 20px;
}
.accConversion .alert-default .alert-body {
  padding-right: 0;
}
/*//QC #595711*/
.jqNewRet .popover-slider {
  width: 150px;
  left: -50px;
}
/*//QC#596069*/
#jqSelectGoalStep1 h1 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
/*//QC 598630*/
.client-stateless #jqSelectGoalStep1 h1 {
  margin-top: 10px;
}
/*//QC#607131*/
.client-stateless #divMeacIntercept .mt-40 {
  margin-top: 0;
}
#txtTransferGI_error,
#txtNewGI_error {
  width: 300px;
}
.jqHardErrorStep4 {
  margin-top: 30px;
}
.help-slide-wrap .aao-link2,
.help-slide-wrap .help-link {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052c2;
  transition: all 0.2s;
  font-size: 12px;
  line-height: 2;
}
.icon-blue-arrow-down,
.icon-blue-arrow-up {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 18px;
  padding-left: 20px;
  background-size: 14px 14px;
}
.icon-blue-arrow-down {
  background-image: url("../images/bg/dropdown-arrow-down.svg");
}
.icon-blue-arrow-up {
  background-image: url("../images/bg/dropdown-arrow-up.svg");
}
.info-box {
  background-color: #eeeeee;
  border: 0 none;
  margin: 15px 0 0 0;
  padding: 0;
}
.info-box button.help-close {
  background: url("../images/bg/close-icon.svg") no-repeat !important;
  margin: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.info-box .info-box_message p,
.info-box .info-box_message ul {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
  color: #414141;
}
.info-box_message.info-box_message {
  padding: 28px 30px !important;
}
.info-box_message .listA {
  margin-left: 10px;
  margin-right: 0;
}
.info-box_message .listA li + li {
  margin-top: 5px;
}
.info-box_message p + ul,
.info-box_message ul + p,
.info-box_message p + p {
  margin-top: 10px;
}
.top-navigation {
  background-color: #fff;
  border-bottom: 1px solid #E3DCD6;
}
.top-navigation ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.top-navigation ul li:first-child {
  border-right: 1px solid #d3d3d3;
}
.top-navigation ul a {
  display: block;
  color: #0052c2;
  height: auto;
  line-height: 17px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 13px;
}
.top-navigation ul a.active {
  cursor: default;
  color: #857363;
  font-weight: normal;
}
.top-navigation ul a.active:hover,
.top-navigation ul a.active:focus,
.top-navigation ul a.active:active {
  color: #857363 !important;
  text-decoration: none;
}
/***This less file contains all FA presence styles from authenticated me site. ***/
a.fa-presence {
  float: left;
  margin: 15px 0 0 30px;
  color: #fff;
  position: relative;
}
.fap-img-wrap {
  position: relative;
  float: left;
}
.fap-alert {
  position: absolute;
  right: -12px;
  top: -5px;
  background: url(../images/x-sprite.png) no-repeat 0 -840px;
  height: 22px;
  width: 22px;
}
.fap-img-wrap {
  height: 47px;
  margin: 0 10px 0 0;
}
.fap-img-individual {
  width: 47px;
}
.fap-img-adv-team {
  width: 60px;
}
.fap-img {
  border: 1px solid #fff;
}
.fap-description {
  float: left;
  width: 220px;
}
.fap-caption {
  display: block;
}
.fap-title {
  display: block;
  font-size: 13px;
  margin: 3px 0 0;
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -812px;
  padding: 0 13px 0 10px;
  float: left;
  position: relative;
}
.fa-presence:hover .fap-title {
  text-decoration: underline;
}
a.fa-presence {
  float: left;
  color: #0052c2;
  position: relative;
}
.fap-caption {
  display: block;
}
.fap-title .fap-alert {
  bottom: 0;
  top: -1px;
}
.fa-presence-detail {
  padding: 30px 5px 20px 20px;
  border: 1px solid #d9c9c0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  font-size: 14px;
  color: #333;
  background: #fff;
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 223px;
  display: none;
}
.fapd-meac,
.fapd-mesd {
  left: auto;
  right: 88px;
  top: 33px;
  width: 375px;
}
.fapd-image {
  border: 1px solid #D1C9C0;
  margin: 0 20px 0 0;
  float: left;
}
.fapd-who {
  font-size: 16px;
  font-weight: bold;
}
.fapd-generic .fapd-contact,
.fapd-mesd .fapd-contact {
  font-size: 20px;
  margin: 5px 0 0;
}
.fapd-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 13px;
  padding: 0 25px 0 0;
  line-height: 20px;
}
.fapd-close span {
  color: #6b5e51;
}
:hover.fapd-close {
  text-decoration: none;
}
.fapd-main {
  overflow: hidden;
}
.fapd-advisor {
  width: 350px;
  overflow: hidden;
  float: left;
}
.fapd-desc {
  margin-left: 65px;
}
.fapd-aside {
  width: 200px;
  background: #f9f7f4;
  padding: 10px;
  margin: 0 20px 0 70px;
  float: right;
}
.fapd-alert {
  background: url(../images/x-sprite.png) no-repeat 0 -840px;
  padding: 0 0 0 25px;
  line-height: 22px;
}
.fapd-aside ul li {
  margin: 20px 0 0;
}
.fapd-links {
  margin: 20px 0 0;
  overflow: hidden;
  width: 440px;
}
.fapd-links a {
  float: left;
  margin: 10px 20px 0 0;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 35px;
  width: auto;
}
.fapdl-smc {
  background: url(../images/x-sprite.png) no-repeat 0 -556px;
}
.fapdl-office {
  background: url(../images/x-sprite.png) no-repeat 0 -720px;
}
.fapdl-appt {
  background: url(../images/x-sprite.png) no-repeat 0 -617px;
}
.fapdl-adv {
  background: url(../images/x-sprite.png) no-repeat 0 -680px;
}
.fapd-team-info {
  margin: 20px 15px 0 0;
  min-width: 600px;
}
.fapd-ti-link {
  line-height: 15px;
  padding: 0 0 0 20px;
}
.fapd-ti-list {
  width: 100%;
}
.fapd-ti-list th,
.fapd-ti-list td {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #d1d9c0;
  text-align: left;
}
.fapd-ti-list tr:first-child th,
.fapd-ti-list tr:first-child td {
  border-top: 0;
}
.fapd-scheduled-appt {
  margin: 20px -5px -20px -20px;
}
.fapd-scheduled-appt .alert {
  overflow: visible;
}
.fapd-scheduled-appt .fapd-appt-icon {
  background: url(../images/x-sprite.png) no-repeat 0 -780px;
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
}
.iML-0,
._iML-0 * {
  margin-left: 0 !important;
}
/**** AAO My Advisor widget. ***/
/*** Styles below are shared with auth site fa-presence.less ***/
.fa-presence .icon-close,
.fa-presence .icon-close-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.fa-presence .icon-close:before,
.fa-presence .icon-close-arrow:before,
.fa-presence .icon-close:after,
.fa-presence .icon-close-arrow:after {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #524940;
  transform: translate3d(-3px, 8px, 0px) rotate(135deg);
  transition: all 0.35s ease-in-out;
}
.fa-presence .icon-close:after,
.fa-presence .icon-close-arrow:after {
  transform: translate3d(-3px, 8px, 0px) rotate(-135deg);
}
.fa-presence .icon-close:hover .icon-close:before,
.fa-presence .icon-close-arrow:hover .icon-close:before,
.fa-presence .icon-close:active .icon-close:before,
.fa-presence .icon-close-arrow:active .icon-close:before,
.fa-presence .icon-close:focus .icon-close:before,
.fa-presence .icon-close-arrow:focus .icon-close:before,
.fa-presence .icon-close:hover .icon-close:after,
.fa-presence .icon-close-arrow:hover .icon-close:after,
.fa-presence .icon-close:active .icon-close:after,
.fa-presence .icon-close-arrow:active .icon-close:after,
.fa-presence .icon-close:focus .icon-close:after,
.fa-presence .icon-close-arrow:focus .icon-close:after {
  background: #9d8e80;
}
.fa-presence .icon-close-arrow:before,
.fa-presence .icon-close-arrow:after {
  width: 10px;
  height: 3px;
  transform: translate3d(7px, 8px, 0px) rotate(-135deg);
}
.fa-presence .icon-close-arrow:after {
  transform: translate3d(2px, 8px, 0px) rotate(135deg);
}
.fa-presence .fa-presence__aside .icon {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(bg/fap-sprites.png) no-repeat;
  background-position: 0 0;
}
.fa-presence .fa-presence__aside .icon.icon--secure-msg {
  background-position: -5px 0;
}
.fa-presence .fa-presence__aside .icon.icon--appointment {
  background-position: -38px 0;
}
.fa-presence .fa-presence__aside .icon.icon--advisor-page {
  background-position: -66px 0;
}
.fa-presence .fa-presence__spinner {
  position: relative;
  width: 100px;
  height: 28px;
  margin: 0 auto;
  display: block;
  background-image: url(bg/wait28x28.gif);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}
.fa-presence .fa-presence__spinner:after {
  content: 'loading content...';
  position: absolute;
  top: 30px;
  width: 100px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
}
.fa-presence__nav-wrap {
  position: relative;
  overflow: hidden;
}
.fa-presence__nav-wrap:not([data-fap-toggle="active"]) .fa-presence__close-btn-wrapper {
  opacity: 0;
  visibility: hidden;
}
.fa-presence__nav-wrap h3 {
  font-size: 14px;
  display: block;
  color: #fff;
  text-transform: none;
}
.fa-presence__nav-wrap h3:hover {
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__nav-wrap h3 {
    display: none;
  }
}
.fa-presence__nav-wrap p {
  position: relative;
  padding-right: 10px;
  height: auto;
  margin: 0;
  display: inline-block;
}
.fa-presence__nav-wrap p [data-fap-trigger="active"] {
  font-weight: 600;
}
.fa-presence__nav-wrap p:last-of-type {
  padding-left: 10px;
  padding-right: 0;
}
.fa-presence__nav-wrap p:last-of-type:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 15%;
  height: 75%;
  width: 1px;
  background: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__nav-wrap p:last-of-type:before {
    top: 30%;
    height: 40%;
    background: #524940;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__nav-wrap p {
    line-height: 40px;
  }
  .fa-presence__nav-wrap p a {
    color: #333;
  }
}
.fa-presence__nav-wrap .fa-presence__close-btn-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .fa-presence__nav-wrap .fa-presence__close-btn-wrapper {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__nav-wrap .fa-presence__close-btn-wrapper {
    display: block;
  }
}
.fa-presence__nav-wrap .fa-presence__info-img,
.fa-presence__nav-wrap .fa-presence__info-content {
  display: inline-block;
  vertical-align: middle;
}
.fa-presence__nav-wrap .fa-presence__info-img {
  margin-right: 10px;
  max-height: 50px;
  max-width: 100px;
  overflow: hidden;
}
.fa-presence__nav-wrap .fa-presence__info-img img {
  max-width: 100px;
  max-height: 50px;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .fa-presence__nav-wrap .fa-presence__info-img {
    display: none;
  }
}
.fa-presence__nav-wrap .fa-presence__info-content p {
  margin-bottom: 0;
}
.fa-presence__nav-wrap[data-entitlement="generic"] h3,
.fa-presence__nav-wrap[data-entitlement="mloli"] h3 {
  font-weight: 400;
}
.fa-presence__nav-wrap[data-entitlement="generic"] p,
.fa-presence__nav-wrap[data-entitlement="mloli"] p {
  padding-right: 0;
  padding-left: 0;
}
.fa-presence__nav-wrap[data-entitlement="generic"] p:before,
.fa-presence__nav-wrap[data-entitlement="mloli"] p:before {
  display: none;
}
.fa-presence__nav-wrap[data-entitlement="generic"] p .toggle-trigger,
.fa-presence__nav-wrap[data-entitlement="mloli"] p .toggle-trigger {
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__nav-wrap[data-entitlement="generic"] p .toggle-trigger,
  .fa-presence__nav-wrap[data-entitlement="mloli"] p .toggle-trigger {
    font-weight: 400;
  }
}
.fa-presence__nav-wrap[data-entitlement="generic"] .toggle-trigger span,
.fa-presence__nav-wrap[data-entitlement="mloli"] .toggle-trigger span {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__nav-wrap[data-entitlement="generic"] .toggle-trigger span,
  .fa-presence__nav-wrap[data-entitlement="mloli"] .toggle-trigger span {
    display: inline;
  }
}
.fa-presence__content-wrap {
  position: relative;
  display: none;
  padding-top: 40px;
  margin-top: -40px;
}
.fa-presence__content-wrap:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -100vw;
  width: 1000%;
  height: 100%;
  display: block;
  background: #f9f7f4;
}
.fa-presence__content-wrap .fa-presence__toggler {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  display: none;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-target='active'] {
  display: block;
}
.fa-presence__content-wrap .fa-presence__toggler-content {
  position: relative;
  overflow: hidden;
  max-width: 1296px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fa-presence__content-wrap .fa-presence__toggler-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__toggler-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.fa-presence__content-wrap .fa-presence__close-btn-wrapper {
  position: relative;
  max-width: 1296px;
  z-index: 1;
  height: 30px;
  margin: 0 auto -30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__close-btn-wrapper {
    display: none;
  }
}
.fa-presence__content-wrap .fa-presence__close-btn {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.fa-presence__content-wrap .fa-presence__content {
  display: flex;
  flex-wrap: wrap;
}
.fa-presence__content-wrap .fa-presence__aside {
  min-width: 320px;
  margin-left: auto;
}
.fa-presence__content-wrap .fa-presence__team-list,
.fa-presence__content-wrap .fa-presence__brokercheck-link {
  width: 100%;
}
.fa-presence__content-wrap .fa-presence__team-list-table {
  width: 100%;
  display: none;
}
.fa-presence__content-wrap .fa-presence__team-list-table[data-fap-target='active'] {
  display: block;
}
.fa-presence__content-wrap .fa-presence__info {
  order: 1;
}
.fa-presence__content-wrap .fa-presence__aside {
  order: 2;
}
.fa-presence__content-wrap .fa-presence__team-list {
  order: 3;
}
.fa-presence__content-wrap .fa-presence__brokercheck-link,
.fa-presence__content-wrap .fa-presence__buttons {
  order: 4;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__team-list {
    order: 1;
  }
  .fa-presence__content-wrap .fa-presence__aside {
    width: 100%;
    order: 2;
  }
  .fa-presence__content-wrap .fa-presence__brokercheck-link {
    order: 3;
  }
}
.fa-presence__content-wrap .fa-presence__info-img,
.fa-presence__content-wrap .fa-presence__info-content {
  display: inline-block;
  vertical-align: top;
}
.fa-presence__content-wrap .fa-presence__info-img {
  margin-right: 10px;
  max-width: 100px;
  overflow: hidden;
}
.fa-presence__content-wrap .fa-presence__info-img img {
  max-width: 100px;
  width: 100%;
}
.fa-presence__content-wrap .fa-presence__info-content p {
  margin-bottom: 0;
}
.fa-presence__content-wrap .fa-presence__info-content .fa-presence__contact {
  margin: 0 0 0;
}
.fa-presence__content-wrap .fa-presence__info-content .fa-presence__contact .presence__contact-title {
  display: none;
}
.fa-presence__content-wrap .fa-presence__contact {
  margin: 20px 0;
}
.fa-presence__content-wrap .fa-presence__contact p {
  margin-bottom: 0;
}
.fa-presence__content-wrap .fa-presence__contact a {
  color: #333;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__contact a {
    color: #0052c2;
  }
}
.fa-presence__content-wrap .presence__contact-title {
  font-weight: 600;
  font-size: 12px;
}
.fa-presence__content-wrap .fa-presence__info-address span {
  display: block;
  font-style: normal;
}
.fa-presence__content-wrap .fa-presence__team-list-trigger {
  display: inline-block;
  margin-left: -10px;
  color: #333;
}
.fa-presence__content-wrap .fa-presence__team-list-trigger .icon-close-arrow {
  position: relative;
  transition: all 0.35s ease-in-out;
  transform: rotate(90deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.fa-presence__content-wrap .fa-presence__team-list-trigger[data-fap-trigger="active"] .icon-close-arrow {
  transform: rotate(180deg);
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__team-list-trigger {
    display: block;
    padding: 15px 10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 0px;
    border-top: 1px solid #ece6dd;
    border-bottom: 1px solid #ece6dd;
  }
  .fa-presence__content-wrap .fa-presence__team-list-trigger .icon-close-arrow {
    transform: rotate(180deg);
    margin-left: -5px;
  }
  .fa-presence__content-wrap .fa-presence__team-list-trigger[data-fap-trigger="active"] .icon-close-arrow {
    transform: rotate(0deg);
  }
}
.fa-presence__content-wrap .fa-presence__team-list-table {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0px 20px;
  margin-bottom: 30px;
  max-height: 388px;
  overflow-y: auto;
}
.fa-presence__content-wrap .fa-presence__team-list-table table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.fa-presence__content-wrap .fa-presence__team-list-table tr:last-child td {
  border-bottom: none;
}
.fa-presence__content-wrap .fa-presence__team-list-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #ece6dd;
}
.fa-presence__content-wrap .fa-presence__team-list-table a {
  color: #333;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__team-list-table a {
    color: #0052c2;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__team-list-table {
    width: calc(120%);
    max-height: 322px;
    padding: 0px 10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ece6dd;
  }
  .fa-presence__content-wrap .fa-presence__team-list-table tr {
    width: 100%;
    clear: both;
  }
  .fa-presence__content-wrap .fa-presence__team-list-table td {
    display: block;
    border: none;
    padding: 0;
  }
  .fa-presence__content-wrap .fa-presence__team-list-table td,
  .fa-presence__content-wrap .fa-presence__team-list-table td:nth-child(2) {
    text-align: left;
  }
  .fa-presence__content-wrap .fa-presence__team-list-table td:first-child {
    padding-top: 8px;
  }
  .fa-presence__content-wrap .fa-presence__team-list-table td:last-child {
    padding-bottom: 8px;
    border-bottom: 2px solid #ece6dd;
  }
  .fa-presence__content-wrap .fa-presence__team-list-table tr:last-child td:last-child {
    border-bottom: none;
  }
}
.fa-presence__content-wrap .fa-presence__brokercheck-link {
  margin-bottom: 0;
  margin-top: 20px;
}
.fa-presence__content-wrap .fa-presence__availability {
  margin-top: 20px;
}
.fa-presence__content-wrap .fa-presence__availability .fa-presence__availability-title {
  font-weight: 600;
}
.fa-presence__content-wrap .fa-presence__availability p {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__availability {
    margin-bottom: 20px;
  }
}
.fa-presence__content-wrap .fa-presence__contact-list .fa-presence__contact-region {
  font-weight: 600;
  font-size: 12px;
}
.fa-presence__content-wrap .fa-presence__contact-list li:not(:last-child) {
  margin-bottom: 20px;
}
.fa-presence__content-wrap .fa-presence__contact-morecontact {
  margin-bottom: 0;
}
.fa-presence__content-wrap .fa-presence__aside ul {
  border-left: 1px solid #e7dfd3;
  padding: 10px 20px;
}
.fa-presence__content-wrap .fa-presence__aside li {
  padding-bottom: 5px;
}
.fa-presence__content-wrap .fa-presence__aside li:last-child {
  padding-top: 10px;
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap .fa-presence__aside ul {
    border: none;
    padding: 0;
  }
  .fa-presence__content-wrap .fa-presence__aside li:last-child {
    border-top: 1px solid #ece6dd;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] ul li {
  list-style: disc;
  padding-bottom: 0;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] ul li:last-child {
  margin-bottom: 0;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .fa-presence__info-content:not(:nth-of-type(1)) {
  margin: 10px 0 15px;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .brokerCheckHeading {
  font-size: 16px;
  font-weight: 600;
  font-family: Connections, Calibri, sans-serif;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .brokerCheckList {
  width: 100%;
  padding: 0;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .cta.blue,
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .linkColor.blue {
  background: #0052c2;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  min-width: 80px;
  height: auto;
  text-align: center;
  border: 0;
  font-family: Connections, Calibri, sans-serif;
  font-weight: 400 !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .cta.blue span,
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .linkColor.blue span {
  padding: 0;
  margin: 0;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .linkColor.blue {
  background: #ece6dd;
  color: #0052c2;
  margin-left: 20px;
}
.fa-presence__content-wrap .fa-presence__toggler[data-fap-toggle="brokercheck"] .mt-xxl.mb-xxxl {
  margin: 10px 0 15px;
}
.fa-presence__content-wrap[data-entitlement="generic"] .fa-presence__contact {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fa-presence__content-wrap[data-entitlement="generic"] .fa-presence__contact {
    margin-bottom: 20px;
  }
}
.fa-presence__content-wrap[data-entitlement="generic"] .fa-presence__contact-phone {
  font-size: 18px;
}
.fa-presence__content-wrap[data-entitlement="generic"] .fa-presence__aside li:last-child {
  margin-bottom: 0;
}
.nav-bar__fa-presence .fa-presence__content-wrap {
  width: calc(120%);
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.fa-presence__body-widget {
  background: #f9f7f4;
  padding: 15px;
  margin-bottom: 15px;
}
.fa-presence__body-widget .fa-presence__nav-wrap {
  display: none;
}
.fa-presence__body-widget .fa-presence__toggler-content {
  padding: 0;
  margin: 0;
}
.fa-presence__body-widget .fa-presence__content-wrap {
  display: block;
}
.fa-presence__body-widget .fa-presence__content-wrap:before {
  display: none;
}
.fa-presence__body-widget .fa-presence__team-list {
  order: 1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .fa-presence__body-widget .fa-presence__team-list {
    margin-bottom: 0;
  }
}
.fa-presence__body-widget .fa-presence__info,
.fa-presence__body-widget .fa-presence__aside {
  width: 100%;
}
.fa-presence__body-widget .fa-presence__info ul,
.fa-presence__body-widget .fa-presence__aside ul {
  border: none;
  padding-left: 0;
}
.fa-presence__body-widget .fa-presence__aside ul {
  padding-right: 0;
}
.fa-presence__body-widget .fa-presence__aside li:last-child {
  border-top: 1px solid #ece6dd;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}
/**** end fa-presence.less from auth site***/
/*** aao modifyers***/
.dashboard-summary-list .fa-presence__content-wrap {
  padding: 0px;
  margin-top: 0;
}
.dashboard-summary-list .fa-presence__body-widget {
  margin: 0px -15px 40px;
}
.dashboard-summary-list .fa-presence__toggler {
  padding: 20px 40px;
}
.dashboard-summary-list .fa-presence__content-wrap:before {
  left: -5vw;
  width: 110%;
}
.dashboard-summary-list .fa-presence__body-widget .fa-presence__aside {
  width: 60%;
}
.dashboard-summary-list .fa-presence__content-wrap .fa-presence__aside {
  min-width: 500px;
  padding: 20px;
  background: #fff;
}
.dashboard-summary-list .personalinfo {
  margin-top: 10px;
  display: flex;
}
.dashboard-summary-list .personalinfo .phonecontainer {
  width: 40%;
}
.dashboard-summary-list .personalinfo .emailcontainer {
  width: 59%;
}
.dashboard-summary-list .personalinfo .emailcontainer div > p {
  margin-top: -5px;
}
.dashboard-summary-list .personalinfo .paracontainer {
  width: 100%;
}
.dashboard-summary-list .personalinfo .icon-email {
  width: 22px;
  height: 30px;
  background: transparent url("../images/bg/email-icon.svg") no-repeat scroll center top;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
.dashboard-summary-list .personalinfo .icon-phone {
  width: 22px;
  height: 57px;
  background: transparent url("../images/bg/phone-icon.svg") no-repeat scroll center top;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
.dashboard-summary-list .help-close {
  background: url("../images/bg/close-icon.svg") no-repeat;
  width: 15px;
  height: 15px;
}
.dashboard-summary-list button.help-close:focus {
  outline: 1px dotted;
  display: inline-block;
}
.dashboard-summary-list a.close-icon:focus {
  outline: 1px dotted;
  display: inline-block;
}
.addGoal__mainCol {
  padding: 0;
}
.addGoal__ctaBTNContainer {
  padding-top: 20px;
  float: right;
}
.addGoal__ctaBTNContainer .addGoal__ctaBtn {
  -webkit-appearance: none;
  background: #012169;
  color: #fff;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  border: none;
  padding: 10px;
  height: 40px;
  width: 210px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  line-height: 18px;
  float: right;
}
.addGoal__ctaBTNContainer .addGoal__ctaBtn:hover {
  color: #fff !important;
  background-color: #002f99;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.addGoal__ctaBTNContainer .addGoal__ctaBtn:active {
  box-shadow: none;
}
.dashboard-summary-list .gridRow:before,
#dvGoalDetailsControlMain .gridRow:before,
.goalDetails_tabContainer .gridRow:before,
.closed-goals-container .gridRow:before,
.dashboard-summary-list .gridRow:after,
#dvGoalDetailsControlMain .gridRow:after,
.goalDetails_tabContainer .gridRow:after,
.closed-goals-container .gridRow:after {
  content: " ";
  display: table;
}
.dashboard-summary-list .gridRow:after,
#dvGoalDetailsControlMain .gridRow:after,
.goalDetails_tabContainer .gridRow:after,
.closed-goals-container .gridRow:after {
  clear: both;
}
.dashboard-summary-list .gridRow,
#dvGoalDetailsControlMain .gridRow,
.goalDetails_tabContainer .gridRow,
.closed-goals-container .gridRow {
  margin-left: -20px;
  margin-right: -20px;
}
.dashboard-summary-list .layout .lyt_row .lyt_col,
#dvGoalDetailsControlMain .layout .lyt_row .lyt_col,
.goalDetails_tabContainer .layout .lyt_row .lyt_col,
.closed-goals-container .layout .lyt_row .lyt_col,
.dashboard-summary-list .template .tpl_row .tpl_col,
#dvGoalDetailsControlMain .template .tpl_row .tpl_col,
.goalDetails_tabContainer .template .tpl_row .tpl_col,
.closed-goals-container .template .tpl_row .tpl_col,
.dashboard-summary-list .gridRow .grid_col,
#dvGoalDetailsControlMain .gridRow .grid_col,
.goalDetails_tabContainer .gridRow .grid_col,
.closed-goals-container .gridRow .grid_col {
  padding-left: 20px;
  padding-right: 20px;
}
.dashboard-summary-list .goalTile__wrap .dashbrd__goalColMain,
#dvGoalDetailsControlMain .goalTile__wrap .dashbrd__goalColMain,
.goalDetails_tabContainer .goalTile__wrap .dashbrd__goalColMain,
.closed-goals-container .goalTile__wrap .dashbrd__goalColMain {
  padding: 0;
}
.dashboard-summary-list h2,
#dvGoalDetailsControlMain h2,
.goalDetails_tabContainer h2,
.closed-goals-container h2 {
  text-transform: uppercase;
  color: #414141;
  font-size: 24px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 600;
  margin: 20px -15px 0 -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.dashboard-summary-list .goalTile__ctaBtn,
#dvGoalDetailsControlMain .goalTile__ctaBtn,
.goalDetails_tabContainer .goalTile__ctaBtn,
.closed-goals-container .goalTile__ctaBtn {
  -webkit-appearance: none;
  background: #012169;
  color: #fff;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  border: none;
  padding: 10px 20px;
  height: 40px;
  min-width: 210px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  line-height: 18px;
  float: right;
}
.dashboard-summary-list .goalTile__ctaBtn:hover,
#dvGoalDetailsControlMain .goalTile__ctaBtn:hover,
.goalDetails_tabContainer .goalTile__ctaBtn:hover,
.closed-goals-container .goalTile__ctaBtn:hover {
  color: #fff !important;
  background-color: #002f99;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.dashboard-summary-list .goalTile__ctaBtn:active,
#dvGoalDetailsControlMain .goalTile__ctaBtn:active,
.goalDetails_tabContainer .goalTile__ctaBtn:active,
.closed-goals-container .goalTile__ctaBtn:active {
  box-shadow: none;
}
.dashboard-summary-list .fa-presence__header h2 {
  float: left;
}
.dashboard-summary-list .fa-presence__header .fa-presence__icon-link {
  float: left;
  margin-top: 40px;
  padding: 0 25px;
  line-height: 18px;
  font-weight: 700;
}
.dashboard-summary-list .fa-presence__header .icon-blue-arrow-down {
  background-image: url("../images/bg/dropdown-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
}
.dashboard-summary-list .fa-presence__header .icon-blue-arrow-up {
  background-image: url("../images/bg/dropdown-arrow-up.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.goalDetails_tabContainer h2 {
  text-transform: none !important;
}
.goalModal_goalAcctWrap {
  float: left;
}
.goalModal_goalName {
  font-size: 32px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  line-height: 40px;
}
.goalModal_goalAcctNum {
  font-size: 18px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141 !important;
  line-height: 30px;
}
.heading {
  padding: 20px 0;
}
.dashboard-summary-list {
  margin: 0;
}
.dashboard-summary-list .gridRow .dashbrd__goalColMain {
  padding: 0;
}
#dvGoalDetailsControlMain,
.goalDetails_tabContainer {
  margin: 0;
  padding: 0;
}
.goal-container .goalTile__wrap {
  width: 981px;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.goal-container .goalTile__wrap .flex-row {
  border: none;
}
.goal-container .goalTile__wrap .goalTile__mainRow {
  padding: 10px 40px 10px 40px;
  width: 100%;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap {
  padding-bottom: 15px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__channelType {
  font-size: 18px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 30px 0 15px;
  text-transform: uppercase;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__goalName {
  font-size: 32px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  display: inline-block;
  line-height: 40px;
  overflow-wrap: break-word;
  word-break: break-all;
  float: left;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .rename-goal-link {
  margin: 0 0 0 10px;
  display: inline-block;
  padding-top: 13px;
  font-size: 12px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__trackOn {
  font-size: 32px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 40px;
  float: left;
  color: #007749;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__trackOff {
  font-size: 32px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 40px;
  float: left;
  color: #b94700;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__acctType {
  clear: both;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  color: #414141;
  padding-left: 60px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__acctTypeInput {
  margin: 0 10px;
  line-height: 10px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap {
  margin: 30px -60px 0;
  padding: 5px 60px 2px 60px;
  background: #f7f7f7;
  width: 114%;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert {
  background: none;
  border: none;
  padding: 10px 0 0 0;
  box-shadow: none;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert.alert-danger .alert-title {
  color: inherit;
  font-weight: normal;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  margin-bottom: 0;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert .alert-body {
  padding-left: 30px;
  margin: 0;
  margin-bottom: 3px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap strong {
  font-weight: normal;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert.alert-sm .alert-icons {
  height: 25px;
  width: 25px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert.alert-danger.alert-sm .alert-icons {
  background-position: -100px -20px;
  /* QC fix*/
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert.alert-success.alert-sm .alert-icons {
  background-position: -100px -80px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert.alert-info.alert-sm .alert-icons {
  background-position: -100px -140px;
  /* QC fix*/
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .alert.alert-warning.alert-sm .alert-icons {
  background-position: -100px -202px;
  /* QC fix*/
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .removable-alert .alert-close {
  margin: 0;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap .removable-alert .alert-dismissible .close {
  top: 0;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__timeHorizon {
  padding: 15px 20px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__timeHorizon .goalTile__timeCol1,
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__timeHorizon .goalTile__timeCol2 {
  width: 41.66666667%;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__timeHorizon .goalTile__timeCol1DataPoint1 {
  font-size: 24px;
  color: #414141;
  line-height: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances {
  padding: 0 20px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow {
  padding: 0;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol {
  width: 25%;
  padding: 0 !important;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint {
  padding: 10px 20px;
  color: #414141;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint a {
  font-size: 12px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__balancesColDataPointLB {
  font-size: 12px;
  line-height: 1.5;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__balancesColDataPointAmount {
  font-size: 24px;
  margin: 0;
  margin-right: 5px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__balancesColLinkAcctWrap {
  font-size: 12px;
  line-height: 20px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__nextDate {
  margin-right: 5px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__skipLink {
  font-size: 14px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap {
  padding: 5px 20px 30px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol1,
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol2 {
  width: 50%;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol3 {
  width: 16.66666667%;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown-sm {
  margin-top: 5px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown-sm a.dropdown-toggle {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2211%22%20height%3D%227%22%20preserveAspectRatio%3D%22xMidYMin%22%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath%20fill%3D%22%230052c2%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 16px !important;
  display: inline-block;
  line-height: 18px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown-sm a.dropdown-toggle .caret {
  display: none;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown-sm a.dropdown-toggle:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2211px%22%20height%3D%227px%22%20preserveAspectRation%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Edark_blue_down%3C/title%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E') !important;
  background-position: right 6px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown-sm .dropdown-menu {
  margin-top: 5px;
  left: 20px;
  top: 25px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown-sm .btn {
  text-align: left;
  min-width: inherit;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .btn {
  background: #fff;
  color: #0052c2;
  font-size: 18px !important;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 0px !important;
  line-height: 29px;
  min-width: 81px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .caret {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2211%22%20height%3D%227%22%20preserveAspectRatio%3D%22xMidYMin%22%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath%20fill%3D%22%230052c2%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 0px;
  position: static;
  margin: 0px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .btn:hover {
  background: #fff !important;
  color: #012169 !important;
  text-decoration: underline;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown .arrow {
  left: 23px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__action .dropdown.open .arrow {
  display: none;
}
.goalTile__dash {
  color: #414141;
  padding: 0 5px;
}
.goalTile__acctIcon {
  float: left;
  margin-right: 20px;
}
.action-modal-close-account .goalTile__wrap {
  width: auto;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 1px 2px 20px;
}
.action-modal-close-account .goalModal_goalAcctNum {
  padding-left: 60px;
}
.goal-box-small-container .goalTile__wrap,
.action-modal-close-account .goalTile__wrap {
  width: auto;
  margin: 1px 2px 20px;
}
.goal-box-small-container .goalTile__wrap .goalTile__mainRow,
.action-modal-close-account .goalTile__wrap .goalTile__mainRow {
  padding: 20px 40px;
}
.goal-box-small-container .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap,
.action-modal-close-account .goalTile__wrap .goalTile__mainRow .goalTile__alertWrap {
  width: 110.8%;
  margin: 20px -40px 0;
  padding: 5px 40px;
}
.goalDetails_goalMessages .alert {
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.goalDetails_goalMessages .alert.alert-danger .alert-title {
  color: inherit;
  font-weight: normal;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap {
  width: 986px;
  margin-left: 0;
  box-shadow: none;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow {
  padding-top: 0;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances {
  padding: 0 20px 30px 20px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap {
  padding-top: 0;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .jqGoalNameInput .columns {
  padding: 0 15px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .jqGoalNameInput .renameGoal__CTAs {
  margin-top: 35px;
  float: left;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .jqGoalNameInput .renameGoal__CTAs .btn-secondary {
  margin-left: 10px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__alertWrap {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__goalNameWrap .goalTile__alertWrap .alert {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 20px 10px 100px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap {
  padding-bottom: 15px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol1 {
  width: 33.33333333%;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol1 .btn-primary {
  width: 100%;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol2 {
  width: 100%;
  float: right;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol2 .goalTile_CTAlink {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 40px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__ctaWrap .goalTile__ctaCol2 .goalTile__buttons a {
  width: 100%;
  margin-left: 0;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesFirstRow .goalTile__balancesCol {
  width: 33.33333333%;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesFirstRow .goalTile__balancesCol .goalTile__balancesColDataPointLB {
  margin-bottom: 10px;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalTile__mainRow .goalTile__balances .goalTile__balancesFirstRow .goalTile__balancesCol .goalTile__balancesColDataPointAmount {
  font-size: 40px !important;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif !important;
  font-weight: 300 !important;
}
.goalDetails_tabContainer .goal-container .goalTile__wrap .goalDetails__ctaCol {
  float: right;
  padding-top: 25px;
}
.goalDetails__goalColMiddle {
  padding-top: 50px;
  width: 100%;
}
.goalDetails__goalColMiddle .goalColMiddle__dataCol {
  width: 75%;
  padding: 0 !important;
}
.goalDetails__goalColMiddle .goalColMiddle__ctaCol {
  width: 25%;
}
.goalDetails__goalColMiddle .goalColMiddle__ctaCol .editProjections__ctaBtn {
  width: 100%;
  float: right;
  padding: 10px 15px;
}
.page-goal-details .hypProjTornadoChartWrapCol {
  padding: 0 !important;
}
.page-goal-details .hypProjTornadoChartWrapCol {
  margin-bottom: 17px;
}
.page-goal-details .hypProjTornadoChartWrapCol .gridRow {
  margin-left: 0px;
  margin-right: 0px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalColMiddle__dataCol .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol {
  width: 33.33333333%;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalColMiddle__dataCol .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__balancesColDataPointLB {
  margin-bottom: 10px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .goalColMiddle__dataCol .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPoint .goalTile__balancesColDataPointAmount {
  font-size: 18px;
}
.flex-col {
  background-color: #fff;
}
.alert.alert-gray .alert-title {
  color: #333;
  font-weight: normal;
}
.alert .alert-title {
  color: #333;
  font-weight: normal;
}
/*
    .goal-name {
        display: inline-block;
        line-height: 36px;
        overflow-wrap: break-word;
        width: 380px;
        word-break: break-all;
    }

    .goal-name .rename-goal-link {
        display: inline-block;
    }

    .column-2 {
        line-height: 1;
    }

    .column-2 {
        .flex-row {
            line-height: 1;
        }
    }

    .column-3 {
        .flex-row {
            line-height: 1;
            padding: 20px;
        }
    }
*/
.alert-msg .alert-icons {
  background: none;
  height: 0;
}
.alert-msg .alert-body {
  padding: 0;
}
.goal-alert-container {
  margin-top: 20px;
  padding-right: 10px;
}
.goal-alert-container .alert {
  margin-top: 10px;
}
.goal-alert-container .alert p {
  margin-bottom: 0;
}
.removable-alert .alert-dismissible {
  padding-right: 0 !important;
}
.removable-alert .alert-dismissible .alert-body {
  padding-right: 0;
}
.removable-alert .alert-close {
  margin-top: 5px;
  background-size: 100%;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220px%22%20height%3D%2220px%22%20preserveAspectRatio%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Eremove_resting%3C/title%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23ebe5dd%22/%3E%3Cpath%20fill%3D%22%230073cf%22%20d%3D%22M15.18%2013.55l-1.63%201.63L10%2011.63l-3.55%203.55-1.63-1.63L8.37%2010%204.82%206.45l1.63-1.63L10%208.37l3.55-3.55%201.63%201.63L11.63%2010l3.55%203.55%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  width: 20px;
  height: 20px;
}
.removable-alert .alert-close:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220px%22%20height%3D%2220px%22%20preserveAspectRatio%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Eremove_hover%3C/title%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23d1c9c0%22/%3E%3Cpath%20fill%3D%22%23232c65%22%20d%3D%22M15.18%2013.55l-1.63%201.63L10%2011.63l-3.55%203.55-1.63-1.63L8.37%2010%204.82%206.45l1.63-1.63L10%208.37l3.55-3.55%201.63%201.63L11.63%2010l3.55%203.55%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.removable-alert .alert-close:focus,
.removable-alert .alert-close:active {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2023%2023%22%20width%3D%2223px%22%20height%3D%2223px%22%20preserveAspectRatio%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Eremove_focus%3C/title%3E%3Ccircle%20cx%3D%2211.67%22%20cy%3D%2211.87%22%20r%3D%2210%22%20fill%3D%22%23d1c9c0%22/%3E%3Cpath%20fill%3D%22%23232c65%22%20d%3D%22M16.84%2015.41l-1.63%201.64-3.54-3.55-3.55%203.55-1.63-1.64%203.55-3.54-3.55-3.55%201.63-1.63%203.55%203.55%203.54-3.55%201.63%201.63-3.54%203.55%203.54%203.54%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M22.5%2022v.5H22%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M21%2022.5H1.5%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M1%2022.5H.5V22%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M.5%2021V1.5%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M.5%201V.5H1%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M2%20.5h19.5%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%20.5h.5V1%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23857363%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%221%201%22%20d%3D%22M22.5%202v19.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.removable-alert .alert-close .close-char {
  display: none;
}
.alert-additional-investment {
  width: 280px;
}
.goal-container-help {
  margin-left: 10px;
  display: inline-block;
}
.goal-container-help:hover {
  text-decoration: none;
}
.goal-details-alerts-container .alert.alert-danger .alert-title {
  color: #d40014;
}
.goal-details-alerts-container .alert-msg .alert-icons {
  background: none;
  height: 0;
}
.goal-details-alerts-container .alert-msg .alert-body {
  padding: 0;
}
.heading-group a {
  line-height: 2;
}
.rename-goal-input {
  height: 24px;
  margin-bottom: 12px;
}
.page-goals figure img {
  max-width: 100%;
}
.page-goals .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.page-goals .panel-body .border-bottom {
  border-bottom: 1px solid #ddd;
}
.page-goals .goals-note {
  font-size: 12px;
  color: #666;
  text-align: right;
  padding-right: 0;
  margin-top: -30px;
}
.page-goals .your-portfolio {
  background-color: #EAEAEA;
  padding: 30px;
}
.page-goals .actions-container {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.page-goals .hi-chart-container {
  height: 150px;
  padding-top: 50px;
  margin: 15px;
  background-color: #94cdff;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.page-goals .goal-boxes-container {
  /*  min-height: 212px;*/
  border-left: 3px solid #fff;
  /* margin: 0;
        padding: 0;*/
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}
.page-goals .goal-boxes {
  flex: 1;
}
.page-goals .goal-box {
  /*min-height: 70px;*/
  padding: 15px;
  height: 50%;
  line-height: 30px;
  border-top: 3px solid #fff;
}
.page-goals .goal-box:first-child {
  border-top: none;
  padding-top: 5px;
}
.page-goals .goal-box p {
  text-align: left;
}
.page-goals .rows-2 .goal-box {
  /*min-height: 105px;*/
  height: 45%;
}
.page-goals .rows-3 .goal-box {
  height: 33% !important;
  /*  min-height: 70px;*/
}
.page-goals h2 {
  margin-bottom: 20px;
}
.page-goals .dropdown ~ a,
.page-goals .dropdown ~ span,
.page-goals .dropdown ~ .alert-sm {
  line-height: 28px;
}
.page-goals .dropdown ~ .btn {
  line-height: 1;
}
.page-goals .dropdown ~ .alert-sm {
  margin-bottom: -10px;
}
.page-goals .closed-goals-container {
  margin: 0 0 80px 0;
}
.page-goals .closed-goals-container a:active,
.page-goals .closed-goals-container a:focus {
  outline: none;
  text-decoration: none;
}
.page-goals .closed-goals-container a:active:hover,
.page-goals .closed-goals-container a:focus:hover {
  text-decoration: underline;
}
.page-goals #dvClosedGoals {
  overflow: visible !important;
}
.page-goals .caret.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-goals .welcome-wrap {
  float: left;
  padding: 0 0 40px 0;
}
.page-goals .welcome-wrap .welcome-name,
.page-goals .welcome-wrap .page-title-dynamic-messaging,
.page-goals .welcome-wrap .last-login,
.page-goals .welcome-wrap .welcome-links {
  float: none;
  text-align: left;
  display: block;
}
.goal-logo {
  padding-right: 0;
  padding-left: 20px;
}
.goal-logo figure.md {
  width: 47px;
  height: 47px;
}
.goal-account-total {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  text-align: right;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-top: none;
  color: #414141;
  background-color: #fff;
  text-transform: uppercase;
}
.goal-account-total + .goals-note {
  margin: 10px 0 0 0;
}
.goal-account-total-amount {
  padding: 0 60px 0 10px;
}
.add-new-goal-row {
  margin-bottom: 30px;
}
.totals-row {
  margin-bottom: 20px;
}
/* Panel Account details - Using BAU */
.panel-acct .panel {
  color: #524940 !important;
  margin-bottom: 0 !important;
}
.panel-acct h3.panel-title {
  padding: 0 20px 5px;
  height: 30px;
  background-color: #ffffff !important;
  border-bottom: 3px solid #009CDE;
  color: #6B5E51 !important;
  font-family: connections;
  font-size: 24px;
  font-weight: 400 !important;
}
.panel-acct h3.panel-header {
  padding: 6px 20px;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff none repeat scroll 0 0 !important;
  color: #6b5e51 !important;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.panel-acct .tmacct {
  width: 100%;
}
.panel-acct h3 {
  font-weight: 400 !important;
}
.panel-acct .panel-row,
.panel-acct .panel-row-details,
.panel-acct .panel-footer-main {
  padding: 15px 20px 10px;
  background-color: #f9f7f4;
  font-size: 13px;
}
.panel-acct .panel .panel-row {
  padding: 15px 20px 15px;
  border-top: 3px solid #fff !important;
  border-bottom: medium none !important;
}
.panel-acct .panel .panel-row:first-child {
  border-width: 0 !important;
}
.panel-acct .panel-note {
  padding: 5px 20px 20px 0;
  text-align: right;
  font-size: 12px;
}
.panel-acct .panel .panel-row.panel-footer {
  text-align: right;
  line-height: 20px;
  padding: 10px 20px 10px !important;
}
.panel-acct h3.panel-header .panel-link {
  padding-left: 30px;
}
.panel-acct h3.panel-header .panel-link:hover,
.panel-acct .panel-link:hover {
  color: #012169 !important;
  text-decoration: underline;
}
.panel-acct .panel-link-grey {
  color: #6b5e51 !important;
}
.panel-acct .panel-link-grey:hover {
  color: #524940 !important;
}
.panel-acct .panel-row .panel-col2 {
  text-align: right;
}
.panel-logo {
  display: inline-block;
  height: 20px;
}
.panel-logo.merl {
  background: url("../images/bg/bull-xs.png") no-repeat scroll left top;
  padding-left: 30px;
}
.panel-logo.merl .panel-logo-text {
  padding-left: 48px;
}
.panel-logo.boa {
  background: url("../images/bg/boa-xs.png") no-repeat scroll left top;
  padding-left: 48px;
  padding-bottom: 0;
}
.panel-logo.ust {
  background: url("../images/bg/ust.png") no-repeat scroll left top;
  padding-left: 155px;
}
.up {
  color: #007700;
  /*.historical-content-box-2 &:before {
        content:"+";
        font-family: @arial;
    }*/
}
.down {
  color: #cc0000;
  /*.historical-content-box-2 &:before {
        content:"-";
        font-family: @arial;
    }*/
}
.symbol-up-down {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.price-up {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -757px;
  color: #007700;
  padding-left: 22px;
}
.price-down {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -780px;
  color: #cc0000;
  padding-left: 22px;
}
.box-dashed {
  background: #f9f7f4 none repeat scroll 0 0;
  border: 1px dashed #d1c9c0;
  font-size: 13px;
  line-height: 41px;
  padding: 20px;
}
.add-new-goal-row .ico-add-goal {
  margin-right: 20px;
  float: left;
}
.sep {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.sep::after {
  content: '';
  border-left: 1px solid #52463F;
  position: absolute;
  height: 60%;
  left: 100%;
  top: 25%;
}
.info-header {
  width: 100%;
  display: inline-block;
}
.info-header.reenroll {
  background: #F9F7F4 url("../images/bg/reenroll-info-header.png") no-repeat scroll 0 0;
  background-position: center right;
}
.info-header .title {
  /*  margin-left:20px;
      margin-top:40px;*/
  margin: 0;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 2.15rem;
  color: #009cde;
}
.inputs-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inputs-col.inputs-resize {
  margin-bottom: -15rem \9 !important;
  padding-bottom: 16rem \9 !important;
}
.notes {
  font-size: 12px;
  color: #666;
  text-align: right;
  padding-right: 0;
  margin-top: -30px;
}
.table.table-a > thead > tr > th,
.table.table-a > tbody > tr > th,
.table.table-a > tfoot > tr > th,
.table.table-a > thead > tr > td,
.table.table-a > tbody > tr > td,
.table.table-a > tfoot > tr > td {
  line-height: 1.3 !important;
  padding: 15px 15px 15px 20px !important;
  font-size: 14px;
  font-weight: 400;
}
.table.table-a > thead > tr > th {
  background-color: #fff;
  font-weight: 700;
}
.table.table-a > tfoot > tr > td {
  background-color: #ECF6FD;
  border-top: 3px solid #fff;
}
.table.table-a caption {
  background-color: #ECE6DD;
  font-size: 18px;
  font-weight: 700;
  color: #52463f;
  padding: 5px 20px;
}
.table-striped.table-a > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f7f4;
}
.table-striped.table-a > tbody > tr:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0);
}
.step-index {
  color: #001F66;
  font-size: 1.43rem;
  font-weight: bold;
}
/* Panel Accounts End */
/*Panel Pattern - A*/
.panel,
.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  color: #52463F;
}
.panel-default > .panel-heading,
.panel-default > .panel-headering .panel-title {
  background-color: #ece6dd;
  font-size: 18px !important;
  font-family: Connections;
}
.panel-default > .panel-body {
  background: #f9f7f4 none repeat scroll 0 0;
  border-top: 1px solid #ffffff;
  font-size: 16px;
}
.panel-default > .panel-footer {
  background: #ecf6fd none repeat scroll 0 0;
  border-top: 3px solid #ffffff;
  font-size: 14px;
}
.link-icon-svg {
  width: 30px;
  height: 30px;
}
.rec-port {
  margin: 0;
}
.rec-port h2 {
  margin-top: 0;
}
.lead-25 {
  line-height: 25px;
}
.pb-3 {
  padding-bottom: 3px;
}
.panel-acct h3.panel-title {
  font-size: 24px;
}
.dropdown .arrow {
  display: none;
}
.dropdown.open .arrow {
  display: block;
}
.page-goals-summary .dropdown-menu .menu-header {
  display: none;
}
/*.highcharts-anchor {
    &:hover {
        text-decoration: none;
    }
}*/
.line-chart-wrapper rect:not(.highcharts-background),
.line-chart-wrapper .highcharts-series {
  cursor: pointer;
}
.historical-performance .dropdown-sm .btn {
  padding: 0 15px 0 5px !important;
}
.historical-performance .dropdown-sm .caret {
  background-position: 0 -831px;
  height: 11px;
}
.page-goal-edit .text-box,
.page-goal-edit .select-box {
  margin-bottom: 3px;
}
.portfolio-details h2 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  margin-top: 0;
}
.portfolio-details .flex-col {
  padding: 20px 28px;
}
.portfolio-wrapper-overlay {
  z-index: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.portfolio-wrapper-overlay + .portfolio-wrapper {
  opacity: .5;
}
.portfolio-wrapper h4 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  margin-top: 0;
  /*line-height:35px;*/
  /* QC : 587836*/
}
.portfolio-wrapper .flex-col {
  padding: 20px 30px;
}
.goal-details-widget {
  padding: 30px;
}
.goal-details-widget .col {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0 10px 0 0;
}
.goal-details-widget .col1 {
  width: 26%;
}
.goal-details-widget .col5 {
  width: 16.6%;
}
.goal-details-widget .col3 {
  width: 18.5%;
}
.goal-details-widget .col2 {
  width: 26.5%;
}
.goal-details-widget .col1.retCol {
  width: 24%;
}
.goal-details-widget .col3.retCol {
  width: 25%;
}
.goal-details-widget .col2.retCol {
  width: 25.5%;
}
.goal-details-widget .text-box_label2 {
  font-weight: normal;
}
.inactive-error .text-box_label2 {
  display: none;
}
.goal-amount {
  color: #524940;
  font-size: 18px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  margin: 0;
  margin-right: 10px;
}
.portfolio-details-chart-intro {
  height: 98px;
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-details-chart-intro.no-content {
  height: auto;
}
.ta-allocation-wrap {
  margin: 0;
  font-size: 18px;
  clear: both;
}
.ta-allocation-wrap p {
  color: #333;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.doublechart-col {
  width: 510px;
}
.portfolio-wrapper .disclaimer {
  font-size: 12px;
}
.container-fluid #cDCl {
  margin: 0 -15px;
}
.chart-table {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.panel-default .panel-body .bg-winter-gray {
  background: none;
}
.chart-table__title {
  font-weight: 700;
}
#DivPageTitleLineContainer.divider2 {
  margin-bottom: 35px;
}
#dvLowerRight {
  margin-top: -20px;
}
/*Compare chart changes-QC-604201*/
.mainrow-col1 {
  padding: 0 0 0 5px;
  width: 13.33333333%;
  float: left;
  text-align: right;
}
.mainrow-col2 {
  padding: 0 0 0 3px;
  width: 49.66666667%;
  float: left;
}
.mainrow-col3 {
  text-align: right;
  width: 37%;
  float: left;
  padding-right: 15px;
}
.subrow-col1 {
  padding: 0 0 0 5px;
  text-align: right;
  width: 16%;
  float: left;
}
.subrow-col2 {
  padding: 0 0 0 2px;
  float: left;
  width: 84%;
}
.subrow-cash-col1 {
  padding: 0 0 0 5px;
  text-align: right;
  width: 16%;
  float: left;
  min-height: 1px;
}
.subrow-cash-col2 {
  padding: 0 0 0 2px;
  float: left;
  width: 60%;
  font-weight: 700;
}
.subrow-cash-col2 .bullet-empty {
  padding-left: 26px;
}
.subrow-cash-col3 {
  padding: 0 15px 0 0;
  float: left;
  width: 24%;
  text-align: right;
}
.subtable-col1 {
  padding: 0 0 0 5px;
  text-align: right;
  width: 16%;
  float: left;
  min-height: 1px;
}
.subtable-header {
  color: #6b5e51;
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
}
.subtable-col2 {
  padding: 0 0 0 28px;
  float: left;
  width: 22%;
  text-align: left;
}
.subtable-col3 {
  padding: 0 0 0 20px;
  float: left;
  width: 36%;
  text-align: left;
}
.subtable-col3 .w-162px {
  width: 146px;
}
.subtable-col4 {
  padding: 0 15px 0 0;
  float: left;
  width: 26%;
  text-align: right;
}
.chart-switch {
  padding: 0 20px 0 30px;
  background-color: #F1EFEA;
}
.switchbox {
  padding: 10px 20px 10px 30px;
  background-color: #F1EFEA;
}
.switchbox__selectbox {
  margin-bottom: 10px;
}
.switchbox__grid {
  margin-left: 35px;
}
.grid__caption {
  font-weight: 700;
  font-size: 13px;
}
.grid_content {
  font-size: 12px;
  padding-right: 0 !important;
}
.grid__row {
  display: flex;
}
.grid__col1,
.grid__col2 {
  /*width:38%;  */
  /*float:left;*/
  min-height: 1px;
  padding-right: 40px;
}
.grid__col1 .est-wrap,
.grid__col2 .est-wrap {
  padding-top: 0;
  padding-right: 0;
  background-position: 0 -581px;
}
.grid__col1 {
  flex: none;
  width: auto;
  max-width: 61%;
}
.grid__col2 {
  padding-left: 12px;
}
.grid__col2 p {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.grid__col1-cwrap {
  line-height: 19px;
}
.grid__col1-indicator {
  float: left;
  color: #6B5e51;
  padding-right: 20px;
}
.grid__col1-amount {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  float: right;
}
.content-intro {
  /*padding-top:40px;*/
}
/*QC 605455*/
#dvLineTitle.mt-20 {
  margin-top: 0;
}
/*QC 603984 removed for adding class*/
/*#projectedWithdrawals1{
    margin-top:-18px;
}*/
#projectedWithdrawals1 .col-xs-auto {
  margin-left: 12px;
  font-family: arial !important;
}
#dvAverageLikelihood1,
#dvHighLikelihood1,
#dvLowLikelihood1 {
  color: #6B5e51;
}
#highMonthly1,
#avgMonthly1,
#lowMonthly1 {
  font-family: arial;
  font-weight: bold;
}
#divAssetAllocChart {
  margin-top: 18px;
}
.content-center {
  margin: 50px -50% 50px 50%;
}
.doublechart-col [data-charttitle] {
  font-size: 18px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.hide-seek:hover {
  cursor: pointer;
}
.icon-tiny {
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  background-size: contain;
  background-position: center center;
  align-self: center;
  vertical-align: middle;
  overflow: hidden;
  height: 26px;
  width: 30px;
}
.icon-hide-seek {
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%230052C2%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Eshowhide_off%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C10.8%206.2%2C12%2011%2C7.5%206.2%2C3%205%2C4.2%208.5%2C7.5%20%22/%3E%0A%3C/svg%3E%0A');
  background-repeat: no-repeat;
}
.icon-hide-seek:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23012169%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Eshowhide_off_hover%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C10.8%206.2%2C12%2011%2C7.5%206.2%2C3%205%2C4.2%208.5%2C7.5%20%22/%3E%0A%3C/svg%3E%0A');
  background-repeat: no-repeat;
}
.icon-hide-seek.in {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%230052C2%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Eshowhide_on%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%224.2%2C5%203%2C6.2%207.5%2C11%2012%2C6.2%2010.9%2C5%207.5%2C8.5%20%22/%3E%0A%3C/svg%3E%0A');
  background-repeat: no-repeat;
}
.icon-hide-seek.in:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23012169%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Eshowhide_on_hover%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%224.2%2C5%203%2C6.2%207.5%2C11%2012%2C6.2%2010.9%2C5%207.5%2C8.5%20%22/%3E%0A%3C/svg%3E%0A');
  background-repeat: no-repeat;
}
#ctl00_ctl00_cphNestedPage_PgAl .alert {
  margin-bottom: 20px;
}
.goal-box-small {
  min-height: 67px;
}
.banner__annualReview {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 700;
}
.banner__annualReview h3 {
  margin-top: 3px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #414141;
}
.banner__annualReview .banner__annualReviewCol1 {
  width: 63.33%;
  padding: 0;
  font-size: 14px;
}
.banner__annualReview .banner__annualReviewCol2 {
  width: 36.66%;
  padding: 0;
}
.banner__annualReview .banner__annualReviewCol2 a {
  float: right;
  display: inline-block;
}
.banner__annualReview .banner__annualReviewCol2 .annualreview__ctaBtn {
  width: 280px;
  margin-top: 25px;
}
.jqAlertContainer {
  margin-bottom: 20px;
}
.annualReview-container {
  margin-right: 0;
  margin-left: 0;
}
.annualReview-container .alert-body {
  padding-left: 0 !important;
}
.editRTAModal {
  width: 100%;
  color: #414141;
}
.editRTAModal .editRTAModal__introPara {
  margin-bottom: 30px;
}
.editRTAModal .editRTAModal__introWrap {
  font-size: 18px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 30px;
  padding: 0 1px 20px 1px;
}
.editRTAModal .aao-rta-widget .aao-rta-widget__container {
  width: 100%;
  padding: 0 1px 0 1px;
}
.editRTAModal .aao-rta-widget .aao-rta-widget__container .aao-rta-widget__btnWrap {
  margin-top: 20px;
  margin-bottom: -30px;
  padding-left: 5px;
}
.editRTAModal .editRTAModal__goalName {
  font-size: 24px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 30px;
  margin-bottom: 25px;
}
.editRTAModal .riskTolResult {
  margin-top: 20px;
}
.editRTAModal .aao-paragraph {
  margin-bottom: 40px;
}
.editRTAModal .icon-blue-arrow-down,
.editRTAModal .icon-blue-arrow-down:hover {
  background-image: url("../images/bg/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  background-size: 14px 14px;
}
.editRTAModal .icon-blue-arrow-up,
.editRTAModal .icon-blue-arrow-up:hover {
  background-image: url("../images/bg/dropdown-arrow-up.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 14px 14px;
}
.editRTAModal__cancelLink {
  float: left;
  font-size: 18px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  line-height: 24px;
}
.editRTAModal__CancelUpdateLink {
  float: left;
  padding-top: 10px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .external-accounts__main-col,
.goal-container .goalTile__wrap .goalTile__mainRow .ss-accounts__main-col {
  width: 100%;
  padding: 0 !important;
}
.goal-container .goalTile__wrap .goalTile__mainRow .external-accounts__main-col .goalTile__balancesColDataPointLB,
.goal-container .goalTile__wrap .goalTile__mainRow .ss-accounts__main-col .goalTile__balancesColDataPointLB {
  margin-bottom: 10px;
}
.goal-container .goalTile__wrap .goalTile__mainRow .external-accounts__main-col .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPointAmount,
.goal-container .goalTile__wrap .goalTile__mainRow .ss-accounts__main-col .goalTile__balances .goalTile__balancesRow .goalTile__balancesCol .goalTile__balancesColDataPointAmount {
  font-size: 18px;
}
.banner__sso-link {
  margin: 10px -15px;
}
.banner__sso-content {
  overflow: hidden;
  margin-top: -10px;
  padding: 15px 60px;
  border: 1px solid #d1c9c0;
  border-top: none;
  border-radius: 5px;
}
.banner__sso-col1 {
  float: left;
  padding-top: 15px;
}
.banner__sso-col2 {
  float: left;
  padding-left: 15px;
  width: 64.7%;
  color: #414141;
}
.banner__sso-col3 {
  float: left;
  margin-top: 15px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.banner__sso-text {
  font-size: 16px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.banner__sso-textSub {
  font-size: 12px;
}
.banner__sso-btn {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
}
.banner__sso-btnText {
  font-size: 16px;
}
.alert-custom.alert {
  background-color: #fff;
}
.faqPanel a.carret-link {
  font-size: 18px;
  font-weight: bold;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-293%20417.9%209%206%22%20style%3D%22enable-background%3Anew%20-293%20417.9%209%206%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text/css%22%3E%0D%0A%09.st0%7Bfill%3A%230052C2%3B%7D%0D%0A%3C/style%3E%0D%0A%3Ctitle%3EDropdown%20Arrow%3C/title%3E%0D%0A%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0D%0A%3Cg%20id%3D%22ONBOARDING-Designs%22%3E%0D%0A%09%3Cg%20id%3D%22_x31_2-RT-Q1-option1-Copy%22%20transform%3D%22translate%28-101.000000%2C%20-631.000000%29%22%3E%0D%0A%09%09%3Cg%20id%3D%22COPY%22%20transform%3D%22translate%28100.000000%2C%20396.000000%29%22%3E%0D%0A%09%09%09%3Cpath%20id%3D%22Dropdown-Arrow%22%20class%3D%22st0%22%20d%3D%22M-287.5%2C656.5l-3.1-3c-0.2-0.2-0.5-0.2-0.7%2C0l-0.1%2C0.1c-0.2%2C0.2-0.2%2C0.5%2C0%2C0.7l3.6%2C3.5%0D%0A%09%09%09%09c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1c0.1%2C0%2C0.2-0.1%2C0.3-0.1l3.5-3.6c0.2-0.2%2C0.2-0.5%2C0-0.7l-0.1-0.1c-0.2-0.2-0.5-0.2-0.7%2C0L-287.5%2C656.5z%22%0D%0A%09%09%09%09/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 12px;
  padding-left: 25px;
}
.faqPanel a.carret-link:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2211px%22%20height%3D%227px%22%20preserveAspectRation%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Edark_blue_down%3C/title%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E') !important;
  background-position: 0 8px;
  background-size: 12px;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  padding-left: 25px;
}
.faqPanel a.carret-link.in {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-293%20417.9%209%206%22%20style%3D%22enable-background%3Anew%20-293%20417.9%209%206%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text/css%22%3E%0D%0A%09.st0%7Bfill%3A%230052C2%3B%7D%0D%0A%3C/style%3E%0D%0A%3Ctitle%3EDropdown%20Arrow%3C/title%3E%0D%0A%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0D%0A%3Cg%20id%3D%22ONBOARDING-Designs%22%3E%0D%0A%09%3Cg%20id%3D%22_x31_2-RT-Q1-option1-Copy%22%20transform%3D%22translate%28-101.000000%2C%20-631.000000%29%22%3E%0D%0A%09%09%3Cg%20id%3D%22COPY%22%20transform%3D%22translate%28100.000000%2C%20396.000000%29%22%3E%0D%0A%09%09%09%3Cpath%20id%3D%22Dropdown-Arrow%22%20class%3D%22st0%22%20d%3D%22M-287.5%2C654.8l3%2C3c0.2%2C0.2%2C0.5%2C0.2%2C0.7%2C0l0.1-0.1c0.2-0.2%2C0.2-0.5%2C0-0.7l-3.5-3.5%0D%0A%09%09%09%09c-0.1-0.1-0.2-0.1-0.4-0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1l-3.5%2C3.5c-0.2%2C0.2-0.2%2C0.5%2C0%2C0.7l0.1%2C0.1c0.2%2C0.2%2C0.5%2C0.2%2C0.7%2C0L-287.5%2C654.8z%0D%0A%09%09%09%09%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
  background-position: 0 8px;
  background-size: 12px;
}
.faqPanel a.carret-link.in:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-300%20393%2011%207%22%20style%3D%22enable-background%3Anew%20-300%20393%2011%207%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text/css%22%3E%0D%0A%09.st0%7Bfill%3A%23012169%3B%7D%0D%0A%3C/style%3E%0D%0A%3Ctitle%3Edark_blue_down%3C/title%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-300%2C398.4l1.5%2C1.6l3.9-3.9l3.9%2C3.9l1.6-1.5l-5.4-5.5L-300%2C398.4%22/%3E%0D%0A%3C/svg%3E%0D%0A') !important;
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 25px;
  background-size: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faqPanel {
    /* IE10+ specific styles go here */
  }
  .faqPanel a.carret-link,
  .faqPanel a.carret-link.in {
    background-position: -162px 8px;
    background-size: 35%;
    display: block;
  }
  .faqPanel a.carret-link.in:hover {
    background-position: -137px 8px;
    background-size: 30%;
    display: block;
  }
}
.faqAnswer {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px 0 0 30px;
  font: 14px/20px;
  color: #333;
}
.help-rectangle {
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-left: 40px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  border: none;
}
.no-flexbox .help-rectangle {
  max-width: 300px;
}
.help-rectangle:first-child {
  margin-left: 0;
}
.help-rectangle .contact-info-label {
  font-size: 13px;
  color: #6b5e51;
}
.help-rectangle .contact-info-item {
  font-size: 14px;
  color: #524940;
  font-weight: bold;
  margin-bottom: 20px;
}
.help-rectangle-heading {
  min-height: 60px;
}
.help-rectangle-heading figure {
  display: none;
}
.help-rectangle-heading h2 {
  margin-left: -5px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 24px;
  color: #414141;
  width: 100%;
}
.help-rectangle-heading h2 a {
  margin: 0;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
}
.help-rectangle-intro-text {
  color: #524940;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.help-rectangle-basic-list {
  margin: 0;
  padding: 0;
}
.help-rectangle-basic-list li {
  list-style: none;
  margin-bottom: .5em;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.page-help-support .error {
  color: red;
}
.page-help-support .confirm-password p {
  margin-bottom: 20px;
}
.page-help-support .confirm-password label {
  display: block;
  font-weight: bold;
}
.page-help-support .confirm-password input {
  display: block;
  margin-bottom: 10px;
}
.faq-container {
  -webkit-transition: 2s ease-in-out all;
  -moz-transition: 2s ease-in-out all;
  transition: 2s ease-in-out all;
  padding: 5px;
}
.faqPanel,
.faq-container {
  padding-left: 0;
}
.faqs-container section h2 {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.5;
  padding: 0;
  color: #414141;
}
.faqs-container .row,
.faqs-container .subtable-header {
  border-bottom: 1px solid #ece6dd;
}
.highlighted-faq {
  background-color: #FAF9F7;
}
.deleteSymbol-sign {
  display: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  float: right;
  background: transparent url("../images/bg/icons-sprite.png") no-repeat scroll 13px -68px;
}
.help-boxes-contact-container {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.help-boxes-contact-container .flex-col {
  background: none;
  padding: 0;
}
.help-boxes-contact-container .brd-right-gray {
  border-right: 1px solid #d1c9c0;
}
.help-boxes-contact-container .col-xs-10 {
  padding-left: 30px;
}
.help-boxes-contact-more-contact-info {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.help-boxes-contact-more-contact-info .help-more-info-toggle {
  margin-bottom: 20px;
  margin-left: 65px;
  display: block;
  line-height: 14px;
}
.help-boxes-contact-more-contact-info .help-more-info-toggle:focus {
  text-decoration: none;
}
.help-boxes-contact-more-contact-info .help-more-info-toggle.collapsed {
  background: rgba(0, 0, 0, 0) url("../images/bg/icons-sprite.png") no-repeat 0 5px;
}
.help-boxes-contact-more-contact-info a.collapsed span,
.help-boxes-contact-more-contact-info a.expanded span {
  width: auto;
  overflow: auto;
  visibility: unset;
  display: inline;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.help-more-info-contact-container {
  padding: 20px 45px;
}
/*Forms libarary Auth css*/
.topRoundedCorners {
  margin: 5px 0 0 30px;
}
#l4tabs_list {
  border-bottom: 1px solid #999;
  margin: 20px 0;
}
ul.tabsStyleA {
  /* float:left; */
  height: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.tabsStyleA li {
  float: left;
  height: 31px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid transparent;
}
ul.tabsStyleA li.selected {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background-image: none !important;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #a99d91 !important;
  border-right: 1px solid #a99d91 !important;
  border-left: 1px solid #a99d91 !important;
}
ul.tabsStyleA li.selected:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff !important;
}
ul.tabsStyleA li a {
  text-decoration: none;
  font-size: 14px;
}
ul.tabsStyleA li.selected a {
  color: #52483f !important;
}
ul.tabsStyleA li:hover {
  border: 1px solid #a99d91 !important;
  border-radius: 5px 5px 0 0;
  text-decoration: underline;
  color: #36c !important;
}
label.contact-info-item {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
  word-wrap: normal;
}
h3.line-title + .pt-30 {
  padding-top: 40px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.addRestrictions .annual_restrictionsGreyBox {
  padding: 0;
  background: none;
}
.addRestrictions .annual_addRestrictionsSymbolCol {
  padding-left: 0;
}
.addRestrictions .annual_addRestrictionsBtnCol {
  padding: 10px;
}
.addRestrictions .bg-winter-gray {
  background-color: #fff;
  padding-left: 0;
}
.addRestrictions h2.txtDarkBlue {
  margin: 0;
  color: currentColor;
}
.acctRestrictions button.close.close-icon {
  margin-right: -20px;
}
.quote_completionListElement li.quote_listItem {
  background-color: #fff;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}
.quote_completionListElement li.quote_listItem:nth-child(even) {
  background-color: #f1efea;
}
.quote_listItem_firstColumn {
  display: inline-block;
  width: 85px;
  vertical-align: top;
  color: #0052c2;
}
.quote_listItem_secondColumn {
  display: inline-block;
  width: 265px;
  word-wrap: break-word;
  line-height: 20px;
  padding-top: 10px;
}
.autocompclose {
  background: transparent url("../images/sprite_icons.gif") no-repeat scroll right -945px !important;
  display: inline-block;
  padding-right: 14px !important;
  cursor: pointer;
}
.quote_headerrow {
  background: #e2f1fa none repeat scroll 0 0;
  border-top: 1px solid #666;
  clear: both;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 0;
  min-height: 13px;
  padding: 7px 10px 7px 15px;
  width: 100%;
}
.quote_headerrow ul li {
  list-style-type: none;
}
.quote_completionListElement {
  background-color: #fff;
  border: 1px solid #000;
  margin: 40px 0 0 0;
  position: absolute;
  width: 400px !important;
  z-index: 10;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.frontend-only .quote_completionListElement {
  margin: 25px 0 0 0;
}
.quote_completionListElement .ac_Msg {
  border: none;
  padding: 0;
}
.quote_headerrow {
  background: none;
}
.quote_completionListElement {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.quote_completionListElement li:nth-child(2n).quote_listItem,
.quote_completionListElement li:nth-child(2n).quote_listItem:hover,
.quote_completionListElement li:nth-child(2n).quote_highlightedListItem:hover {
  background: #f7f7f7 !important;
}
.goal-para-container {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.jqAccountEnrollmentContainer .bg-info,
#accountconversion-modal .bg-info,
.modalbody_divpopupbuttonAccEnroll .bg-info,
#dvDisplayAccDetails .bg-info,
#modalbody_divpopupbuttonAccEnroll .bg-info {
  background: none;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  padding: 10px 40px;
  margin: 1px 1px 10px 5px;
}
#dvAddEditRestrictions .symbolPanel {
  padding-top: 10px;
}
.help-pg__col-wrap {
  font-size: 18px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.help-title-wrap h3.line-title {
  padding-left: 0;
}
/* Page body level tabs*/
.nav-tabs > li > a {
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff;
  color: #524940;
}
.inputs-row {
  position: relative;
  overflow: visible;
  display: flex;
}
.inputs-row .inputs-first-col {
  padding: 20px;
}
.inputs-row .inputs-col {
  padding: 20px 20px 20px 17px;
  border-left: 3px solid #fff;
}
.inputs-row .inputs-last-col {
  padding: 20px 20px 20px 17px;
  border-left: 3px solid #fff;
}
.inputs-row-sm {
  height: 100px;
}
.inputs-row-md {
  height: 150px;
}
.inputs-row-lg {
  height: 200px;
}
.inputs-row-xl {
  height: 250px;
}
.loading-text {
  background-color: white;
  border: 1px solid #524940;
  color: #524940;
  font-size: 18px;
  height: 191px;
  left: 35%;
  position: absolute;
  top: 30%;
  width: 320px;
  z-index: 100;
  display: block;
}
.portfolio-section {
  position: relative;
}
.goal-inputs-container {
  display: table;
  background-color: #f9f7f4;
}
.goal-inputs-container .inputs-col {
  display: table-cell;
  padding: 20px 20px 20px 17px;
}
.goal-inputs-container .col-border {
  border-left: 3px solid #fff;
}
.portfolio-details {
  font-size: 14px;
  color: #524940;
}
.portfolio-details .asof {
  color: #666;
}
.portfolio-details table {
  width: 100%;
}
.portfolio-details td {
  padding: .4em;
  font-size: 14px;
}
.portfolio-details td a {
  color: #0052c2;
}
.portfolio-details .category {
  background-color: #ece6dd;
  font-weight: bold;
  padding: .50em;
  text-transform: capitalize;
}
.portfolio-details .cash:before {
  content: "";
  line-height: 1em;
  width: 1em;
  height: 1em;
  float: left;
  margin: 0.25em 0.50em 0 .25em;
  border-radius: 50%;
  background-color: #6AC047;
}
.portfolio-details .asset:before {
  content: "";
  line-height: 1em;
  width: 1em;
  height: 1em;
  float: left;
  margin: 0.25em 0.50em 0 .25em;
  border-radius: 50%;
  background-color: #D2C9C0;
}
.portfolio-details .stock:before {
  content: "";
  line-height: 1em;
  width: 1em;
  height: 1em;
  float: left;
  margin: 0.25em 0.50em 0 .25em;
  border-radius: 50%;
  background-color: #019CDF;
}
.portfolio-details .bond:before {
  content: "";
  line-height: 1em;
  width: 1em;
  height: 1em;
  float: left;
  margin: 0.25em 0.50em 0 .25em;
  border-radius: 50%;
  background-color: #01216A;
}
.portfolio-details .etf {
  color: #012169;
}
.portfolio-details .alt {
  background-color: #f9f7f4;
}
.portfolio-options .ipq1 .radio-label {
  height: 450px;
}
.portfolio-options .ipq1 .radio-label .current {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
  background-color: #012169;
  color: #fff;
  margin: -30px -16px 20px;
}
.portfolio-options .ipq1 .radio-label .recommended {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
  background-color: #009cde;
  color: #fff;
  margin: -30px -16px 20px;
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (min-width: 980px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}
/*
.panel-group-custom .col-xs-1,.panel-group-custom .col-xs-2,.panel-group-custom .col-xs-8,.panel-group-custom .col-xs-10,.panel-group-custom .col-xs-11,.panel-group-custom .col-xs-4,.panel-group-custom .col-xs-5,.panel-group-custom .col-xs-6{
  border:1px solid red;
}*/
.panel-group-custom.accordion .panel-title {
  padding: 0 20px;
  background-position: 10px -382px;
}
.panel-group-custom.accordion .panel-title.in {
  background-position: 7px -413px;
}
.panel-group-custom .panel-heading.panel-acc {
  padding: 15px 20px 15px 0;
}
.panel-group-custom .col-shrink-2 {
  width: 14%;
}
.panel-group-custom .col-shrink-2 .bg-winter-gray {
  background-color: none;
}
.panel-group-custom .col-padd-2 {
  width: 19.33%;
}
.panel-group-custom .col-padd-6 {
  width: 52.66%;
}
.panel-group-custom .col-padd-10 {
  width: 86%;
}
.panel-group-custom .bullet {
  float: right;
  margin-right: -18px;
}
.edit-confirmation-modal-container .alert {
  margin-bottom: 10px !important;
}
.edit-confirmation-modal-container .main-section {
  background-color: #f9f7f4;
  padding: 10px;
  margin-bottom: 20px;
}
.edit-confirmation-modal-container .main-section p:not(.text-box_hint-text) {
  margin: 0;
}
.edit-confirmation-modal-container .section-title {
  margin-bottom: 20px;
}
.edit-confirmation-modal-container .section-heading-minor {
  margin: 0 0 10px 0;
}
.edit-confirmation-modal-container .section-account-name {
  font-size: 18px;
  margin-bottom: 0;
}
.edit-confirmation-modal-container .section-amount {
  font-size: 24px;
  padding-bottom: 0;
}
.edit-confirmation-modal-container .section-main-info {
  margin-bottom: 10px;
}
.edit-confirmation-modal-container .section-pin-container {
  margin-bottom: 10px;
  padding: 0;
  width: 220px;
}
.edit-confirmation-modal-container .section-ira-chart,
.edit-confirmation-modal-container .section-deductible-toggle {
  margin-bottom: 10px;
}
.edit-confirmation-modal-container .modal-footer {
  padding: 10px 30px 30px 30px;
}
.bb-blue3px {
  border-bottom: 3px solid #009cde !important;
}
.pl-100 {
  padding-left: 100px;
}
.nav_new {
  position: fixed;
}
.inv_guid_navbar_MfEdu {
  position: fixed;
  font-size: 14px;
  margin: 0 0 50px;
  text-align: center;
  top: 0;
  width: 980px;
  z-index: 9;
}
.inv_guid_navbar_MfEdu ul {
  border-right: 0 none !important;
}
.inv_guid_navbar_MfEdu li {
  background: #3366cc none repeat scroll 0 0;
  border-left: 0 none !important;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  line-height: 20px !important;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.navbar ul {
  border-right: 1px solid #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.slotWidth {
  float: left;
  margin-right: 5px;
}
.slot a[rel] {
  text-decoration: none !important;
}
.bg_top {
  display: block;
  background-color: #F1EFEA;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
}
.navbar li {
  border-left: 1px solid #fff;
  float: left;
}
.navbar_font {
  font-size: 16px !important;
}
.navbar a {
  color: #fff;
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 14px;
}
.iPR-XXXL,
._iPR-XXXL * {
  padding-right: 30px !important;
}
.paddingLeft_0 {
  padding-left: 0 !important;
}
.txt-brand {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052C1;
}
.navbar .active {
  background-color: #009cde;
}
.inv_guid_navbar_MfEdu .to-top {
  background: rgba(0, 0, 0, 0) url("../images/inv-guid-to-top.png") no-repeat scroll center center;
  height: 30px;
  width: 13%;
}
.backTop_MfEdu {
  background: #3366cc url("../images/inv-guid-to-top.png") no-repeat scroll 98px center !important;
  border-top: 1px solid #ffffff;
  float: right !important;
  height: 30px;
  padding-top: 5px !important;
  width: 120px !important;
  font-size: 12px;
}
.inv_guid_navbar_MfEdu li:hover {
  background-color: #009cde !important;
  text-decoration: none !important;
}
.invest-heading {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 30px;
  color: #009cde;
}
.lowertext {
  background-color: #ECE6DD;
  display: block;
}
.sso-modal-container div.close {
  margin-top: 0;
}
.sso-modal-container .sso-text-section {
  margin-top: 20px;
}
.sso-modal-container .sso-disclaimer-section {
  margin-top: 0;
}
.sso-disclaimer-section {
  margin-top: -40px;
}
@media only screen and (max-width: 529px) {
  .sso-modal-container .modal-body {
    padding: 0 20px;
  }
  .sso-modal-container .sso-text-section {
    margin-top: 10px;
  }
  .sso-disclaimer-section {
    margin-top: -40px;
  }
}
.annual-review-restrictions {
  background-color: #f9f7f4;
  margin-top: 3px;
  padding: 20px;
}
.no-restrictions-text {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  color: #333;
}
.added-symbol-box {
  float: left;
  margin: 0 5px 0 0;
}
.added-symbol-box:after {
  content: ",";
}
.added-symbol-box:last-child {
  margin-right: 0;
}
.added-symbol-box:last-child:after {
  content: none;
}
.page-semi-annual-review .hypothetical-projections-modal .portfolio-wrapper {
  width: 935px;
}
.page-semi-annual-review .table {
  width: 100%;
}
.annual-review-goal-container[data-re-enroll=true] {
  display: none;
}
.page-re-enroll .annual-review-goal-container[data-re-enroll=true] {
  display: block;
}
.annual-review-goal-container[data-re-enroll=false] {
  display: block;
}
.page-re-enroll .annual-review-goal-container[data-re-enroll=false] {
  display: none;
}
.annual-review-chart-container {
  min-height: 130px;
  margin-top: -10px;
}
.ira-chart-details-container .radiogroup-label,
.ira-chart-deductible-container .radiogroup-label {
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.429rem;
  color: #524940;
}
.ira-chart-top-container {
  background-color: white;
  margin-bottom: 5px;
}
.ira-chart-details-container,
.ira-chart-actual-container,
.ira-chart-deductible-container {
  font-size: 13px;
  background-color: white;
}
.ira-chart-year-toggle .icon-radio {
  line-height: 26px;
}
.ira-chart-details-container {
  padding: 20px 0 0 20px;
}
.ira-chart-actual-container {
  padding: 10px 20px 0px 20px;
}
.ira-chart-deductible-container {
  padding: 20px 20px 10px 20px;
}
.ira-chart-deductible-container label {
  margin: 0;
}
.ira-chart-deductible-container .info-box {
  margin-top: 10px;
}
.ira-chart-deductible-container .remove-hover:focus,
.ira-chart-deductible-container .remove-hover:active,
.ira-chart-deductible-container .remove-hover:hover {
  color: transparent;
}
.ira-chart-actual-container .info-box,
.ira-chart-deductible-container .info-box {
  padding-left: 0;
  padding-right: 0;
}
.popover .ira-chart-details-container .radiogroup-label,
.transfer-flyout-container .ira-chart-details-container .radiogroup-label,
.popover .ira-chart-deductible-container .radiogroup-label,
.transfer-flyout-container .ira-chart-deductible-container .radiogroup-label {
  font-size: 1rem;
}
.popover .ira-chart-top-container,
.transfer-flyout-container .ira-chart-top-container {
  margin-bottom: 0;
}
.popover .ira-chart-deductible-container,
.transfer-flyout-container .ira-chart-deductible-container {
  padding-bottom: 10px;
}
.popover .ira-chart-details-container,
.transfer-flyout-container .ira-chart-details-container {
  padding-bottom: 0;
}
.popover .ira-chart-year-toggle,
.transfer-flyout-container .ira-chart-year-toggle,
.popover .ira-chart-year-details,
.transfer-flyout-container .ira-chart-year-details {
  padding-left: 0;
}
.popover .ira-chart-year-toggle .radio,
.transfer-flyout-container .ira-chart-year-toggle .radio {
  float: left;
  padding-left: 0;
  margin-right: 50px;
}
.popover .ira-chart-year-toggle .radio + .radio,
.transfer-flyout-container .ira-chart-year-toggle .radio + .radio {
  margin-top: 10px;
}
.popover .image-help-flyout,
.transfer-flyout-container .image-help-flyout {
  width: 16px;
  height: 16px;
}
.modal3 .image-help-flyout {
  width: 16px;
  height: 16px;
}
.irs-contribution-limits-help-flyout {
  width: 450px;
}
.irs-contribution-limits-help-flyout .ira-chart-details-container {
  float: none;
  width: auto;
  padding-top: 0;
}
.irs-contribution-limits-help-flyout .ira-chart-actual-container {
  float: none;
  width: auto;
  padding-top: 20px;
}
.irs-contribution-limits-help-flyout [data-popover-class="help-popover"] {
  display: none;
}
.chart-container {
  height: 24px;
}
.clearboth {
  clear: both;
  height: 1px;
  visibility: hidden;
  line-height: 1pt;
  font-size: 0px;
}
.hidden,
.hide {
  display: none;
}
.fl-lt,
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear-both {
  clear: both;
}
.h-100 {
  height: 100%;
}
/*[data-font] { visibility: hidden; }*/
.cf-cnx-light-active .cnx-light {
  font-family: "cnx-light", Arial, sans-serif;
  visibility: visible;
}
.cf-cnx-medium-active .cnx-medium {
  font-family: "cnx-medium", Arial, sans-serif;
  visibility: visible;
}
.cf-cnx-regular-active .cnx-regular {
  font-family: "cnx-regular", Arial, sans-serif;
  visibility: visible;
}
ul.gray-sq-bullet li {
  padding-left: 5px;
  font-size: 14px !important;
}
.h2-fsd-sw-gray {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #52483F;
}
.guillemet-rt::after,
.guillemet-rt .after {
  content: " »";
  font-weight: bold;
  letter-spacing: -1px;
}
.sw-std-pad {
  padding: 0px 15px;
}
.fsd-layout.fsd-full-width .top-nav-module .fsd-skin ul.nav-list > li.last::after,
.lt-ie8 .fsd-layout.fsd-full-width .top-nav-module .fsd-skin ul.nav-list > li.last .ie-after {
  content: " ";
  display: block;
  position: absolute;
  right: -3px;
  top: 0px;
  height: 34px;
  width: 1px;
  border-left: 1px solid #ffffff;
  background: transparent none repeat scroll 0% 0%;
}
.fsd-layout.fsd-full-width .top-nav-module .two-col-drop-skin ul.nav-list > li.last::after,
.lt-ie8 .fsd-layout.fsd-full-width .top-nav-module .two-col-drop-skin ul.nav-list > li.last .ie-after {
  content: " ";
  display: block;
  position: absolute;
  right: -3px;
  top: 0px;
  height: 34px;
  width: 1px;
  border-left: 1px solid #ffffff;
  background: transparent none repeat scroll 0% 0%;
}
.page-title-module .red-grad-bar-skin {
  background: #dc1431 none repeat scroll 0% 0%;
  padding: 0px 25px;
}
.page-title-module .red-grad-bar-skin h1 {
  color: #ffffff;
  line-height: 60px;
  font-size: 22px;
}
.fsd-layout.fsd-full-width .page-title-module .red-grad-bar-skin {
  padding: 0px;
}
.fsd-layout.fsd-full-width .page-title-module .red-grad-bar-skin h1 {
  padding-left: 25px;
  margin: 0px auto;
  width: 955px;
}
html.lt-ie10 .gfm-gs .toggled > .toggle-action::after {
  left: -2px;
  margin-top: -2px;
  border-width: 4px 4px 0px;
  border-style: solid solid none;
  border-color: #3366cc transparent -moz-use-text-color;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}
.fsd-layout .footer-inner .disclaimers-module .fsd-skin {
  border-bottom: 1px solid #d6d6d6;
  margin: 0px 25px;
  padding: 26px 0px 14px;
}
.engagement-module .loud-header-skin .big-bubbly-button :lang(es-us) {
  line-height: 18px;
}
.Section-u-laquo::before {
  content: " «";
  font-weight: bold;
  letter-spacing: -1px;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.ie .Section-u-laquo::before {
  position: relative;
  top: -1px;
}
.Section-u-raquo::after {
  content: " »";
  font-weight: bold;
  letter-spacing: -1px;
  vertical-align: text-bottom;
}
.ie .Section-u-raquo::after {
  position: relative;
  top: -1px;
}
.u-cf::before,
.u-cf::after {
  content: " ";
  display: table;
}
.u-cf::after {
  clear: both;
}
.fsd-layout .fsd-border .center-content .columns {
  margin-bottom: 30px;
}
.bs-pbiw-mod {
  font: 14px/17px Arial, Helvetica, sans-serif;
}
.bs-pbiw-mod .bs-sprite {
  background: transparent url('../images/bg/browser-support-sprite.png') no-repeat scroll 0px 0px;
}
.bs-pbiw-mod .bs-sprite.chrome {
  background-position: -826px 0px;
  width: 100px;
  height: 99px;
}
.bs-pbiw-mod .bs-sprite.ff {
  background-position: -623px -198px;
  width: 102px;
  height: 99px;
}
.bs-pbiw-mod .bs-sprite.ie {
  background-position: -725px -99px;
  width: 100px;
  height: 99px;
}
.bs-pbiw-mod .bs-sprite.safari {
  background-position: -533px -297px;
  width: 90px;
  height: 100px;
}
.bs-pbiw-mod .bs-sprite.check {
  background-position: -433px -397px;
  width: 100px;
  height: 100px;
}
.bs-pbiw-mod .bs-sprite.error {
  background-position: -333px -497px;
  width: 100px;
  height: 100px;
}
.bs-pbiw-mod .bs-sprite.mac {
  background-position: -72px -839px;
}
.bs-pbiw-mod .bs-sprite.win {
  background-position: 0px -915px;
}
.bs-pbiw-mod-cs h2 {
  font-size: 30px;
  color: #6B5E51;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 26px;
}
.bs-pbiw-mod-cs .alt-red {
  font-size: 30px;
  color: #e31837;
}
.bs-pbiw-mod-cs .bs-col {
  float: left;
  width: 58%;
  border-right: 1px solid #D1C9C0;
}
.bs-pbiw-mod-cs .bs-col.mac-col {
  width: 42%;
}
.bs-pbiw-mod-cs .bs-col h3 {
  font-size: 26px;
  color: #52483f;
  line-height: 27px;
  padding-bottom: 27px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.bs-pbiw-mod-cs .desktop-section.opt-req .win-col .win {
  margin-left: 20px;
  padding: 20px 2px 10px 92px;
  height: 64px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.bs-pbiw-mod-cs .mac-col {
  border-right: 0px none;
}
.bs-pbiw-mod-cs .mac-col .mac {
  margin-left: 33px;
  padding: 20px 2px 0px 81px;
  height: 74px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.bs-pbiw-mod-cs .win-col ul {
  margin-left: 90px;
}
.bs-pbiw-mod-cs .mac-col ul {
  margin-left: 60px;
}
.bs-pbiw-mod-cs .desktop-section.opt-req {
  margin: 0px 0px 32px;
}
.bs-pbiw-mod-cs .gray-sq-bullet li {
  padding-bottom: 0;
  margin-bottom: 10px;
  background-position: 0px 7px;
}
.bs-pbiw-mod.eng-skin {
  background-color: #e6e2da;
  min-height: 186px;
  margin-bottom: 50px;
}
.fsd-layout.fsd-full-width .bs-pbiw-mod.eng-skin .container {
  margin: 0px auto;
  padding-left: 25px;
  width: 955px;
}
.bs-pbiw-mod.eng-skin .container {
  padding: 35px 0px 20px;
}
.bs-pbiw-mod.eng-skin .container .col-left {
  padding: 0 30px 0 50px;
  margin-top: 0px;
}
.bs-pbiw-mod.eng-skin .container .col-right {
  max-width: 740px;
}
.bs-pbiw-mod.eng-skin .container h2 {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #6B5E51;
  font-weight: 700;
}
.bs-pbiw-mod.eng-skin .container .msg {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 20px;
}
.bs-pbiw-mod.eng-skin .unsupported-browser .top {
  padding-left: 50px;
}
.bs-pbiw-mod.eng-skin .unsupported-browser .bot {
  text-align: center;
}
.bs-pbiw-mod.eng-skin .unsupported-browser .btn-section {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.bs-pbiw-mod.eng-skin .unsupported-browser .btn-section .browser {
  float: left;
  margin: 0px 25px;
}
.bs-pbiw-mod.eng-skin .unsupported-browser .btn-section .bs-sprite {
  margin: 0px auto 20px;
}
.bs-pbiw-mod.eng-skin .unsupported-browser .btn-section .btn-bofa {
  min-width: 120px;
}
.bs-pbiw-mod.sw-skin {
  font-size: 12px;
  line-height: 18px;
}
.bs-pbiw-mod.sw-skin .sw-outer {
  background: transparent none repeat scroll 0px center;
}
.bs-pbiw-mod.sw-skin ul {
  padding: 10px 20px;
}
.bs-pbiw-mod.sw-skin ul li {
  padding-bottom: 9px;
}
.bs-pbiw-mod.sw-skin p.bottom-link {
  padding-left: 20px;
  padding-bottom: 20px;
}
.align_li {
  margin-bottom: 0px !important;
}
.hide-close#browserUpgradeNoticeBar #browserUpgradeNoticeBarClose {
  DISPLAY: none;
}
.boa-browser-1#browserUpgradeNoticeBar {
  BORDER-BOTTOM: #e31838 1px solid;
  BACKGROUND-COLOR: #fff4f9;
}
.boa-browser-1#browserUpgradeNoticeBar .msg-icon-sprite-fsd {
  WIDTH: 24px;
  BACKGROUND-POSITION: -70px 0px;
  HEIGHT: 24px;
}
.boa-browser-2#browserUpgradeNoticeBar {
  BORDER-BOTTOM: #fc7800 1px solid;
  BACKGROUND-COLOR: #fff5d7;
}
.boa-browser-2#browserUpgradeNoticeBar .msg-icon-sprite-fsd {
  background: url('../images/styleguide/bg/sprite-alerts.png') -59px -198px;
  WIDTH: 24px;
  HEIGHT: 24px;
}
.close-fsd {
  background: url("../images/close-button-fsd.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.lang-es#browserUpgradeNoticeBar SPAN {
  FONT-SIZE: 13px !important;
}
.lang-es#browserUpgradeNoticeBar SPAN {
  FONT-SIZE: 13px !important;
}
.PBIGlogo {
  background: url("../images/PBIG_logo.gif.png") repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin-top: 15px;
  width: 230px;
}
/*Start:Password Strenght Rules*/
.passwordrules-wrapper-inline {
  background-color: #ecf6fd;
  border: #b6dcfc solid 1px;
  padding: 10px;
}
.passwordrules-title {
  font-weight: 700;
}
.min-max-char,
.oneUpCaseOneLowCaseOneNumber,
.no-nonRepeating3Char,
.no-allowedSpecialChars {
  /*padding-left:5px;*/
  margin-top: 3px;
}
.format-checker-yes,
.format-checker-no {
  background-image: url("../images/format-checker-spirite.png");
  background-repeat: no-repeat;
  float: left;
}
.format-checker-yes {
  width: 14px;
  height: 12px;
  margin: 0 2px 0 0;
  background-position: 0 0;
}
.format-checker-no {
  width: 10px;
  height: 10px;
  margin: 3px 5px 0 0;
  background-position: -2px -62px;
}
.rule-text {
  display: inline-block;
  margin-left: 3px;
  width: 90%;
}
/* END:Password Strenght Rules*/
/*login history pages*/
#content.twoColRight #pageContent #contentCol {
  float: left;
  width: 710px;
}
#content.twoColRight #pageContent #contentCol {
  float: left;
  width: 710px;
}
#pageContent #contentCol {
  min-height: 250px;
  padding: 0 0 30px;
}
.loginhistorytable th a {
  color: #000 !important;
}
.page-interrupt.smc-app .alert {
  margin-bottom: 10px;
}
#gridLoginHistory_tableh_0 #gridLoginHistory_th_0 td {
  background: #012169 none repeat scroll 0 0;
  color: #ffffff;
}
.loginhistorytable {
  margin-top: 10px;
}
.loginhistorytable th {
  background: #ece6dd none repeat scroll 0 0;
  color: #000;
  padding: 20px;
}
.loginhistorytable td {
  border-bottom: 1px solid #d1c9c0;
  padding: 20px;
  box-sizing: border-box;
}
.loading-text {
  background-color: white;
  border: 1px solid #524940;
  color: #524940;
  display: block;
  font-size: 18px;
  height: 191px;
  left: 40%;
  position: absolute;
  top: 40%;
  width: 320px;
  z-index: 999999;
}
.loading-text-changeSection {
  background-color: white;
  border: 1px solid #524940;
  color: #524940;
  display: block;
  font-size: 18px;
  height: 140px;
  left: 31%;
  position: absolute;
  top: 4%;
  width: 250px;
  z-index: 999999;
}
.loading-text-changeSection.alerts {
  top: -45%;
}
.loading-text-changeSection.hide {
  display: none;
}
.b-s,
._b-s *,
.b-s_tr td {
  border: 1px solid #d6d6d6;
}
.mb-xl,
._mb-xl * {
  margin-bottom: 20px;
}
.headingType20 {
  border-bottom: 1px solid #d6d6d6;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.iUNBOLD,
._iUNBOLD * {
  font-weight: normal !important;
}
#rightContentCol .callwapper {
  background: url("../images/me/phone.png") no-repeat scroll 0 3px;
  padding: 0 0 0 30px;
}
.txt-xxxl {
  font-size: 1.5em;
}
.pb-l,
._pb-l * {
  padding-bottom: 15px;
}
.p-l {
  padding: 15px;
}
#content.twoColRight #pageContent #rightContentCol {
  float: right;
  margin-left: 25px;
  width: 200px;
}
.bg-lightpink {
  background: #f9f7f4 none repeat scroll 0 0;
}
#rightContentCol .icon-security-guarantee {
  background: transparent url("../images/me/edge_guarantee.png") no-repeat scroll 0 0;
  height: 20px;
  padding-left: 25px;
  padding-top: 0;
}
.override-app-wrapper .text-wrap {
  word-break: break-all;
  word-wrap: break-word;
}
.override-app-wrapper .bg-shades-rom {
  background-color: #f1efea;
}
.override-app-wrapper .info-box-tip {
  background-color: #fff;
  border: 1px solid #d1c9c0;
  margin-bottom: 15px;
  padding: 10px 20px 15px;
}
.override-app-wrapper .info-box-tip-message label {
  width: 100%;
  border-bottom: 1px solid #d1c9c0;
  color: #524940;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: "connectionsregular", Calibri, Candara, "Segoe UI", Optima, Arial, sans-serif;
  display: block;
}
.override-app-wrapper ul.info-box-list {
  padding-left: 0;
  margin-bottom: 0;
}
.override-app-wrapper ul.info-box-list li {
  list-style-type: square;
  margin-left: 16px;
  float: left;
  color: #666666;
}
.w-18pc {
  width: 18%;
}
.w-40pc {
  width: 40%;
}
.w-35pc {
  width: 35%;
}
.override-app-wrapper .selectDelivery-content-loading,
.override-app-wrapper .changeUFID-content-loading,
.override-app-wrapper .removeSecurity-content-loading {
  background: url("../images/loading_icon.gif") no-repeat scroll 0 0;
  height: 46px;
  margin: 50px auto;
  width: 46px;
  background-position: 175px center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 14px;
  position: absolute;
  text-align: center;
  top: 90px;
  width: 549px;
}
.override-app-wrapper .changeUFID-content-loading {
  top: 85px;
  background-position: 245px center;
  width: 100%;
}
.override-app-wrapper .removeSecurity-content-loading {
  top: 20px;
  margin-top: -25px;
  z-index: 10;
}
.override-app-wrapper .content-loading {
  position: absolute;
  top: 40%;
  left: 30%;
  width: 360px;
  z-index: 10;
  margin: 0;
}
.override-app-wrapper .content-loading .loading-spinner {
  background: url("../images/loading_icon.gif") no-repeat scroll 0 0;
  float: left;
  height: 46px;
  width: 46px;
}
.override-app-wrapper .content-loading .loading-spinner-text {
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 15px;
  width: 280px;
}
.override-app-wrapper th a.sortable,
.override-app-wrapper div a.sortable {
  background: transparent url("../images/sprite_icons.gif") no-repeat scroll right -892px;
  display: inline-block;
  color: #fff;
  outline: medium none;
  padding-right: 10px;
  text-decoration: none !important;
}
.override-app-wrapper .spinner-icon {
  background: url("../images/loading_icon.gif") no-repeat scroll 0 0;
  display: inline-block;
  height: 65px;
  padding: 10px 0 0 60px;
}
.min-H-120px {
  min-height: 120px;
}
.min-H-80px {
  min-height: 80px;
}
.override-app-wrapper .p-xl {
  padding: 20px;
}
.changeSection.in {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 99999;
}
.changePasswordSection.in {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 1037;
}
.changeSection #dvChangeUseridPAContainer {
  outline: 0 none !important;
}
.changeSection .p-20.pt-40 {
  padding-top: 40px;
}
.override-app-wrapper div a.sortable.sortedDesc {
  background-position: right -892px;
}
.override-app-wrapper div a.sortable.sortedAsec {
  background-position: right -841px;
}
.override-app-wrapper .modal-footer,
.modal-footer.override-app-wrapper {
  padding: 30px 0 !important;
}
.w-564px.override-app-wrapper {
  width: 564px;
}
.override-app-wrapper .btn.btn-disabled,
.override-app-wrapper .btn.btn-disabled:hover,
.override-app-wrapper .btn[disabled]:hover {
  background: #efefef none repeat scroll 0 0 !important;
  border-color: #cccccc !important;
  color: #999999 !important;
}
#SafePassGetCode1 legend {
  margin-bottom: 0px !important;
  font-size: 14px;
  border-bottom: none !important;
}
#SafePassGetCode1 label {
  display: inline !important;
}
#ctmConfirmFooter #btnctmClose {
  margin-right: 10px;
}
.modal-content.override-app-wrapper .row,
.modal-content.override-app-wrapper .subtable-header {
  margin-right: 0;
}
.breakword {
  word-wrap: break-word;
}
.pr-155 {
  padding-right: 155px;
}
.w-450px {
  width: 450px;
}
.w-365 {
  width: 365px;
}
.w-200 {
  width: 200px;
}
.bg-confirm-answer {
  background-color: #f7f8f3;
}
.jqalertscommWidget {
  margin-top: 10px;
}
.icon-Edge_paperless {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2253.012px%22%20height%3D%2276.018px%22%20viewBox%3D%220%200%2053.012%2076.018%22%20enable-background%3D%22new%200%200%2053.012%2076.018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M28.946%2C51.522h-0.44v0.844h0.43c0.223%2C0%2C0.431-0.08%2C0.431-0.421C29.366%2C51.64%2C29.167%2C51.522%2C28.946%2C51.522z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M28.853%2C50.786c-0.951%2C0-1.715%2C0.771-1.715%2C1.707c0%2C0.929%2C0.754%2C1.698%2C1.715%2C1.698%20c0.979%2C0%2C1.708-0.77%2C1.708-1.698C30.561%2C51.558%2C29.813%2C50.786%2C28.853%2C50.786z%20M29.392%2C53.676l-0.464-1.042h-0.422v1.042h-0.363%20v-2.419h0.826c0.467%2C0%2C0.762%2C0.226%2C0.762%2C0.682c0%2C0.207-0.13%2C0.512-0.445%2C0.644l0.503%2C1.094H29.392z%22%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M50.709-0.116c0%2C0-21.602%2C4.312-30.195%2C19.073c1.93%2C1.115%2C3.725%2C2.388%2C5.222%2C3.833%20c2.753%2C2.322%2C4.608%2C5.704%2C4.888%2C9.577c0.445%2C6.185-3.244%2C11.716-8.722%2C13.879L9.512%2C76.018l5.635-0.234l10.429-27.801%20c4.838%2C0.545%2C16.708%2C0.416%2C23.927-12.215C56.575%2C23.388%2C50.709-0.116%2C50.709-0.116z%22%2F%3E%3Cpath%20fill%3D%22%2301AD50%22%20d%3D%22M20.403%2C19.137c0.035-0.061%2C0.075-0.119%2C0.11-0.18c-8.501-4.913-19.632-6.758-19.632-6.758%20s-3.699%2C17.256%2C4.228%2C28.569c0.593%2C0.936%2C1.305%2C1.783%2C2.092%2C2.551c0.149%2C0.145%2C0.298%2C0.284%2C0.439%2C0.417%20c0.06%2C0.051%2C0.118%2C0.104%2C0.176%2C0.154c0.258%2C0.225%2C0.517%2C0.427%2C0.762%2C0.595c2.568%2C1.902%2C5.794%2C2.94%2C9.23%2C2.692%20c1.442-0.104%2C2.815-0.427%2C4.092-0.932l0.123-0.294C19.101%2C42.063%2C13.185%2C31.772%2C20.403%2C19.137z%22%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M30.623%2C32.367c-0.279-3.873-2.135-7.254-4.888-9.577c-1.497-1.445-3.292-2.718-5.222-3.833%20c-0.036%2C0.061-0.076%2C0.119-0.11%2C0.18c-7.218%2C12.635-1.302%2C22.927%2C1.62%2C26.815l-0.123%2C0.294%20C27.379%2C44.083%2C31.068%2C38.552%2C30.623%2C32.367z%22%2F%3E%3Cpath%20fill%3D%22%23218B3E%22%20d%3D%22M30.623%2C32.367c-0.279-3.873-2.135-7.254-4.888-9.577c-1.497-1.445-3.292-2.718-5.222-3.833%20c-0.036%2C0.061-0.076%2C0.119-0.11%2C0.18c-7.218%2C12.635-1.302%2C22.927%2C1.62%2C26.815l-0.123%2C0.294%20C27.379%2C44.083%2C31.068%2C38.552%2C30.623%2C32.367z%22%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M28.853%2C50.503c-1.126%2C0-2.012%2C0.888-2.012%2C1.99c0%2C1.094%2C0.895%2C1.98%2C2.012%2C1.98%20c1.113%2C0%2C2.006-0.887%2C2.006-1.98C30.858%2C51.391%2C29.966%2C50.503%2C28.853%2C50.503z%20M28.853%2C54.191c-0.961%2C0-1.715-0.77-1.715-1.698%20c0-0.936%2C0.764-1.707%2C1.715-1.707c0.961%2C0%2C1.708%2C0.771%2C1.708%2C1.707C30.561%2C53.422%2C29.831%2C54.191%2C28.853%2C54.191z%22%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M29.73%2C51.938c0-0.456-0.295-0.682-0.762-0.682h-0.826v2.419h0.363v-1.042h0.422l0.464%2C1.042h0.396%20l-0.503-1.094C29.601%2C52.45%2C29.73%2C52.146%2C29.73%2C51.938z%20M28.936%2C52.366h-0.43v-0.844h0.44c0.221%2C0%2C0.42%2C0.117%2C0.42%2C0.423%20C29.366%2C52.286%2C29.158%2C52.366%2C28.936%2C52.366z%22%2F%3E%3C%2Fsvg%3E');
  width: 53px;
  height: 76px;
}
.icon-envelope {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2273.017px%22%20height%3D%2246.011px%22%20viewBox%3D%220%200%2073.017%2046.011%22%20enable-background%3D%22new%200%200%2073.017%2046.011%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2236.513%2C26.845%200.008%2C4.412%200.008%2C46.019%2073.024%2C46.019%2073.024%2C4.412%20%22%2F%3E%3Cpolygon%20fill%3D%22%23D1C9C0%22%20points%3D%2273.024%2C0.142%200.008%2C0.142%2036.513%2C22.565%20%22%2F%3E%3C%2Fsvg%3E');
  width: 73px;
  height: 46px;
}
.icon-Edgeapp {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M0%2C6.808C0%2C2.975%2C2.974%2C0%2C6.807%2C0h16.385C27.024%2C0%2C30%2C2.975%2C30%2C6.808v16.385%0D%0A%09%09%09%09C30%2C27.025%2C27.024%2C30%2C23.191%2C30H6.807C2.974%2C30%2C0%2C27.025%2C0%2C23.192V6.808z%22/%3E%0D%0A%09%09%3C/defs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22/%3E%0D%0A%09%09%3C/clipPath%3E%0D%0A%09%09%3Cg%20clip-path%3D%22url%28%23SVGID_2_%29%22%3E%0D%0A%09%09%09%3Crect%20x%3D%220%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230077D1%22%20width%3D%2230.13%22%20height%3D%2230.131%22/%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%220%22%20width%3D%2230.13%22%20height%3D%2230.131%22/%3E%0D%0A%09%09%09%09%3C/defs%3E%0D%0A%09%09%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22/%3E%0D%0A%09%09%09%09%3C/clipPath%3E%0D%0A%09%09%09%09%3Cg%20clip-path%3D%22url%28%23SVGID_4_%29%22%3E%0D%0A%09%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23009CDE%22%20d%3D%22M6.234%2C4.732c2.655%2C1.053%2C5.277%2C2.187%2C7.863%2C3.396%0D%0A%09%09%09%09%09%09%09C5.852%2C11.498-2.108%2C15.494-9.711%2C20.07c-2.566-1.359-5.172-2.646-7.818-3.849C-9.947%2C11.774-2.004%2C7.922%2C6.234%2C4.732z%22/%3E%0D%0A%09%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23009CDE%22%20d%3D%22M-3.584%2C1.236C-12.139%2C3.97-20.381%2C7.543-28.19%2C11.881%0D%0A%09%09%09%09%09%09%09c2.492%2C0.899%2C4.956%2C1.871%2C7.389%2C2.906c7.566-4.486%2C15.564-8.265%2C23.885-11.262C0.884%2C2.706-1.342%2C1.943-3.584%2C1.236z%22/%3E%0D%0A%09%09%09%09%09%3C/g%3E%0D%0A%09%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23009CDE%22%20d%3D%22M24.105%2C4.393c-6.725-3.28-13.707-6.038-20.885-8.242%0D%0A%09%09%09%09%09%09%09C0.691-3.115-1.811-2.317-4.295-1.45c7.394%2C2.207%2C14.583%2C5.003%2C21.504%2C8.344C19.485%2C6.014%2C21.787%2C5.177%2C24.105%2C4.393z%22/%3E%0D%0A%09%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23009CDE%22%20d%3D%22M35.08%2C1.093c-6.886-3.024-13.996-5.557-21.273-7.567%0D%0A%09%09%09%09%09%09%09c-2.315%2C0.481-4.616%2C1.02-6.898%2C1.613c7.217%2C2.126%2C14.241%2C4.813%2C21.012%2C8.023C30.289%2C2.423%2C32.674%2C1.732%2C35.08%2C1.093z%22/%3E%0D%0A%09%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23009CDE%22%20d%3D%22M52.694%2C7.063C35.428%2C12.923%2C19.257%2C21.286%2C4.63%2C31.744%0D%0A%09%09%09%09%09%09%09c3.655%2C2.262%2C7.226%2C4.663%2C10.695%2C7.195C29.119%2C27.914%2C44.434%2C18.726%2C60.91%2C11.748C58.219%2C10.104%2C55.479%2C8.541%2C52.694%2C7.063z%22%0D%0A%09%09%09%09%09%09%09/%3E%0D%0A%09%09%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23009CDE%22%20d%3D%22M40.824%2C1.374C22.879%2C6.157%2C5.998%2C13.879-9.213%2C24.049%0D%0A%09%09%09%09%09%09%09c3.428%2C1.697%2C5.388%2C4.451%2C8.684%2C6.377C14.379%2C20.027%2C32.33%2C10.993%2C49.977%2C5.649C46.973%2C4.127%2C43.916%2C2.703%2C40.824%2C1.374z%22/%3E%0D%0A%09%09%09%09%09%3C/g%3E%0D%0A%09%09%09%09%3C/g%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.883%2C20.119%205.883%2C20.863%204.034%2C20.863%204.034%2C20.87%20%0D%0A%09%09%095.883%2C21.346%205.883%2C21.854%204.034%2C22.343%204.034%2C22.352%205.883%2C22.352%205.883%2C22.951%203.295%2C22.951%203.295%2C21.906%204.669%2C21.535%20%0D%0A%09%09%094.669%2C21.528%203.295%2C21.171%203.295%2C20.119%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.883%2C17.675%205.883%2C19.63%203.295%2C19.63%203.295%2C17.675%20%0D%0A%09%09%093.892%2C17.675%203.892%2C18.848%204.269%2C18.848%204.269%2C17.898%204.845%2C17.898%204.845%2C18.848%205.264%2C18.848%205.264%2C17.675%20%09%09%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.34%2C15.961c0-0.175-0.027-0.384-0.25-0.384%0D%0A%09%09%09c-0.087%2C0-0.169%2C0.047-0.211%2C0.126c-0.035%2C0.068-0.035%2C0.151-0.035%2C0.227v0.323H4.34V15.961z%20M5.883%2C15.624l-0.988%2C0.378v0.251%0D%0A%09%09%09h0.988v0.809H3.295v-1.324c0-0.229%2C0.03-0.479%2C0.158-0.673c0.136-0.215%2C0.366-0.318%2C0.619-0.318c0.339%2C0%2C0.542%2C0.152%2C0.683%2C0.459%0D%0A%09%09%09l1.127-0.471V15.624z%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.34%2C13.287c0-0.175-0.027-0.384-0.25-0.384%0D%0A%09%09%09c-0.087%2C0-0.169%2C0.046-0.211%2C0.125c-0.035%2C0.069-0.035%2C0.152-0.035%2C0.229v0.323H4.34V13.287z%20M5.883%2C12.949l-0.988%2C0.38v0.251%0D%0A%09%09%09h0.988v0.808H3.295v-1.325c0-0.227%2C0.03-0.478%2C0.158-0.671c0.136-0.217%2C0.366-0.319%2C0.619-0.319c0.339%2C0%2C0.542%2C0.152%2C0.683%2C0.46%0D%0A%09%09%09l1.127-0.471V12.949z%22/%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.155%2C10.643%205.883%2C10.643%205.883%2C11.447%203.295%2C11.447%20%0D%0A%09%09%093.295%2C10.643%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.883%2C8.363%205.883%2C10.188%203.295%2C10.188%203.295%2C9.384%20%0D%0A%09%09%095.249%2C9.384%205.249%2C8.363%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.883%2C6.12%205.883%2C7.946%203.295%2C7.946%203.295%2C7.141%20%0D%0A%09%09%095.249%2C7.141%205.249%2C6.12%20%09%09%22/%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%226.754%2C22.951%206.754%2C14.184%2010.77%2C14.184%2010.77%2C15.76%20%0D%0A%09%09%098.493%2C15.76%208.493%2C17.742%2010.451%2C17.742%2010.451%2C19.318%208.493%2C19.318%208.493%2C21.376%2010.77%2C21.376%2010.77%2C22.951%20%09%09%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.698%2C16.143c-0.111-0.222-0.331-0.383-0.649-0.383h-0.685%0D%0A%09%09%09v5.616h0.685c0.318%2C0%2C0.538-0.161%2C0.649-0.383c0.209-0.405%2C0.209-1.465%2C0.209-2.438C14.907%2C17.584%2C14.907%2C16.549%2C14.698%2C16.143z%0D%0A%09%09%09%20M15.995%2C22.101c-0.392%2C0.456-0.93%2C0.851-1.909%2C0.851h-2.46v-8.767h2.46c0.979%2C0%2C1.517%2C0.395%2C1.909%2C0.851%0D%0A%09%09%09c0.698%2C0.812%2C0.648%2C2.387%2C0.648%2C3.532C16.644%2C19.712%2C16.693%2C21.289%2C15.995%2C22.101z%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.918%2C22.924c-0.979%2C0-1.494-0.395-1.897-0.873%0D%0A%09%09%09c-0.696-0.836-0.648-2.426-0.648-3.607c0-1.183-0.048-2.771%2C0.648-3.607c0.403-0.479%2C0.918-0.875%2C1.897-0.875%0D%0A%09%09%09c0.734%2C0%2C1.309%2C0.247%2C1.727%2C0.652c0.463%2C0.469%2C0.708%2C1.158%2C0.744%2C1.958h-1.736c-0.013-0.369-0.074-1.034-0.734-1.034%0D%0A%09%09%09c-0.317%2C0-0.477%2C0.148-0.576%2C0.345c-0.207%2C0.407-0.231%2C1.502-0.231%2C2.561c0%2C1.06%2C0.024%2C2.153%2C0.231%2C2.562%0D%0A%09%09%09c0.1%2C0.196%2C0.259%2C0.344%2C0.576%2C0.344c0.574%2C0%2C0.734-0.541%2C0.734-1.022v-0.91H19.93V18h2.459v2.229%0D%0A%09%09%09C22.389%2C21.977%2C21.411%2C22.924%2C19.918%2C22.924z%22/%3E%0D%0A%09%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%2223.245%2C22.951%2023.245%2C14.184%2027.26%2C14.184%2027.26%2C15.76%20%0D%0A%09%09%0924.984%2C15.76%2024.984%2C17.742%2026.941%2C17.742%2026.941%2C19.318%2024.984%2C19.318%2024.984%2C21.374%2027.26%2C21.374%2027.26%2C22.951%20%09%09%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M8.925%2C8.697c0.042%2C0.02%2C0.097-0.028%2C0.025-0.102%0D%0A%09%09%09C8.873%2C8.519%2C8.757%2C8.48%2C8.625%2C8.48c-0.132%2C0-0.249%2C0.039-0.325%2C0.115C8.228%2C8.668%2C8.284%2C8.716%2C8.325%2C8.697%0D%0A%09%09%09c0.081-0.041%2C0.188-0.063%2C0.299-0.063C8.735%2C8.634%2C8.841%2C8.656%2C8.925%2C8.697z%20M7.979%2C7.484C7.97%2C7.668%2C8.07%2C7.803%2C8.274%2C7.813%0D%0A%09%09%09C8.28%2C7.628%2C8.182%2C7.49%2C7.979%2C7.484z%20M11.94%2C7.175c0.082%2C0.053%2C0.309%2C0.139%2C0.51%2C0.139c0.202%2C0%2C0.424-0.22%2C0.511-0.341h-0.873%0D%0A%09%09%09C11.832%2C6.973%2C11.86%2C7.12%2C11.94%2C7.175z%20M11.526%2C10.286c-0.323%2C0-0.531%2C0.208-0.531%2C0.475s0.117%2C0.522%2C0.41%2C0.703%0D%0A%09%09%09c0.296%2C0.181%2C0.756%2C0.363%2C0.891%2C0.414c0.323%2C0.128%2C0.371%2C0.322%2C0.196%2C0.685c-0.11%2C0.224-0.269%2C0.513-0.269%2C0.513h0.383%0D%0A%09%09%09c0.067-0.273%2C0.293-0.828%2C0.435-1.063c-0.162-0.099-0.281-0.268-0.362-0.423c-0.082-0.152-0.221-0.398-0.302-0.567%0D%0A%09%09%09C12.295%2C10.855%2C11.955%2C10.286%2C11.526%2C10.286z%20M11.639%2C11.952c0.008%2C0.12%2C0.048%2C0.32%2C0.209%2C0.335%0D%0A%09%09%09c0.158%2C0.014%2C0.281-0.054%2C0.32-0.119C12.095%2C12.087%2C11.767%2C11.981%2C11.639%2C11.952z%20M10.446%2C13.07h0.242%0D%0A%09%09%09c0.12-0.234%2C0.515-0.95%2C0.601-1.023l0.015-0.101c-0.16%2C0.006-0.41%2C0.035-0.544%2C0.094C10.76%2C12.453%2C10.542%2C12.912%2C10.446%2C13.07z%0D%0A%09%09%09%20M9.95%2C11.639l0.563-0.121c-0.025%2C0.054-0.033%2C0.148-0.025%2C0.234l0.562-0.155c-0.155-0.16-0.335-0.543-0.335-0.816%0D%0A%09%09%09s0.141-0.587%2C0.362-0.669c-0.167-0.054-0.604-0.348-0.717-0.528c0.021%2C0.18-0.067%2C0.502-0.202%2C0.695%0D%0A%09%09%09c-0.171%2C0.248-0.562%2C0.442-0.736%2C0.67C9.756%2C10.982%2C9.983%2C11.323%2C9.95%2C11.639z%20M9.467%2C12.491c0.022-0.083%2C0.042-0.274%2C0.027-0.371%0D%0A%09%09%09c-0.149%2C0.036-0.551%2C0.036-0.61-0.067c0.108-0.127%2C0.333-0.139%2C0.416-0.166c0.078-0.028%2C0.383-0.202%2C0.383-0.353%0D%0A%09%09%09c0-0.151-0.114-0.278-0.3-0.278c-0.214%2C0-0.357%2C0.125-0.521%2C0.347C8.725%2C11.792%2C8.67%2C11.915%2C8.67%2C12%0D%0A%09%09%09c0%2C0.104%2C0.093%2C0.278%2C0.302%2C0.374C9.137%2C12.449%2C9.348%2C12.493%2C9.467%2C12.491z%20M7.715%2C11.985c0-0.233-0.164-0.444-0.217-0.516%0D%0A%09%09%09c-0.061-0.079-0.194-0.257-0.229-0.257c-0.051%2C0-0.087%2C0.052-0.087%2C0.105c0%2C0.112%2C0.041%2C0.271%2C0.154%2C0.629%0D%0A%09%09%09c0.128%2C0.397%2C0.114%2C0.827%2C0.027%2C1.13h0.194C7.596%2C12.966%2C7.715%2C12.222%2C7.715%2C11.985z%20M9.303%2C7.496%0D%0A%09%09%09C9.107%2C7.505%2C8.974%2C7.624%2C8.986%2C7.842C9.184%2C7.83%2C9.315%2C7.71%2C9.303%2C7.496z%20M7.95%2C7.101c-0.12%2C0-0.287-0.151-0.326-0.235%0D%0A%09%09%09C7.583%2C6.777%2C7.57%2C6.637%2C7.642%2C6.502c-0.166%2C0.019-0.33%2C0.146-0.33%2C0.374c0%2C0.275%2C0.269%2C0.51%2C0.499%2C0.541%0D%0A%09%09%09C7.745%2C7.946%2C7.405%2C8.866%2C7.255%2C9.208c-0.036%2C0.079-0.078%2C0.26%2C0.083%2C0.336c0.188%2C0.084%2C0.563%2C0.495%2C0.61%2C0.888H7.732%0D%0A%09%09%09c-0.02-0.112-0.133-0.308-0.193-0.387C7.363%2C9.812%2C7.191%2C9.785%2C7.097%2C9.87c-0.093%2C0.085-0.121%2C0.286%2C0.006%2C0.562%0D%0A%09%09%09c0.175%2C0.375%2C0.904%2C1.332%2C0.966%2C1.405c0.06%2C0.076%2C0.185%2C0.088%2C0.268%2C0.015c0.081-0.073%2C0.262-0.242%2C0.368-0.462%0D%0A%09%09%09c0.217-0.449%2C0.48-0.679%2C0.879-0.924c0.265-0.16%2C0.529-0.498%2C0.529-1.024c0-0.609-0.564-1.399-0.736-1.653%0D%0A%09%09%09C9.284%2C7.828%2C9.103%2C8.005%2C9.103%2C8.181c0%2C0.073%2C0.048%2C0.081%2C0.048%2C0.181s-0.094%2C0.13-0.134%2C0.13c-0.039%2C0-0.069-0.025-0.115-0.045%0D%0A%09%09%09C8.854%2C8.426%2C8.771%2C8.416%2C8.714%2C8.41C8.647%2C8.4%2C8.53%2C8.395%2C8.454%2C8.416C8.411%2C8.425%2C8.373%2C8.431%2C8.309%2C8.467%0D%0A%09%09%09c-0.03%2C0.015-0.121-0.05-0.121-0.143c0-0.07%2C0.085-0.122%2C0.137-0.122c0.054%2C0%2C0.112%2C0.025%2C0.159%2C0.042%0D%0A%09%09%09c0.081%2C0.029%2C0.191%2C0.026%2C0.289-0.011C8.88%2C8.19%2C8.865%2C8.123%2C8.849%2C8.081C8.832%2C8.036%2C8.812%2C7.977%2C8.812%2C7.836%0D%0A%09%09%09c0-0.142%2C0.072-0.349%2C0.187-0.462h0.41c0.294%2C0.018%2C0.455-0.287%2C0.455-0.468c0-0.181-0.148-0.389-0.249-0.449%0D%0A%09%09%09c0.028%2C0.075%2C0.059%2C0.169%2C0.028%2C0.308C9.614%2C6.89%2C9.487%2C7.067%2C9.267%2C7.067C9.215%2C7.067%2C9.059%2C7.033%2C9%2C6.966H8.176%0D%0A%09%09%09C8.147%2C7.028%2C8.07%2C7.101%2C7.95%2C7.101z%20M7.035%2C13.312c0.148-0.477%2C0.201-1.126%2C0.014-1.5c-0.162-0.322-0.187-0.804-0.052-0.976%0D%0A%09%09%09c-0.209-0.273-0.413-0.715-0.011-1.659c0.263-0.608%2C0.398-1.075%2C0.473-1.383c-0.16%2C0.094-0.281%2C0.127-0.41%2C0.139%0D%0A%09%09%09C7.008%2C7.798%2C7.053%2C7.49%2C7.206%2C7.392C7.04%2C7.208%2C6.998%2C7.035%2C6.998%2C6.83c0-0.371%2C0.414-0.688%2C0.738-0.688%0D%0A%09%09%09c0.2%2C0%2C0.323%2C0.054%2C0.375%2C0.108C7.974%2C6.311%2C7.883%2C6.444%2C7.883%2C6.538c0%2C0.094%2C0.057%2C0.211%2C0.151%2C0.211%0D%0A%09%09%09c0.093%2C0%2C0.096-0.028%2C0.151-0.07L9%2C6.684c0.052%2C0.061%2C0.112%2C0.077%2C0.175%2C0.077c0.138%2C0%2C0.223-0.124%2C0.223-0.226%0D%0A%09%09%09c0-0.103-0.055-0.26-0.213-0.305C9.27%2C6.158%2C9.384%2C6.12%2C9.494%2C6.12c0.268%2C0%2C0.679%2C0.311%2C0.679%2C0.807%0D%0A%09%09%09c0%2C0.191-0.022%2C0.366-0.181%2C0.523c0.103%2C0.103%2C0.191%2C0.299%2C0.212%2C0.444c-0.065%2C0.013-0.34%2C0.022-0.406%2C0.022%0D%0A%09%09%09c0.07%2C0.1%2C0.323%2C0.608%2C0.381%2C0.762c0.153%2C0.397%2C0.435%2C0.915%2C0.891%2C1.132c0.565%2C0.268%2C1.124%2C0.406%2C1.724%2C0.247%0D%0A%09%09%09C13.034%2C9.994%2C13.2%2C9.729%2C13.2%2C9.523c0-0.282-0.444-0.623-0.856-0.756c-0.605-0.198-1.81-0.32-1.796-1.265%0D%0A%09%09%09c0.007-0.442%2C0.499-0.818%2C1.127-0.818c0.348%2C0%2C1.741-0.026%2C1.741-0.026c-0.067%2C0.321-0.454%2C0.922-0.91%2C0.922%0D%0A%09%09%09c-0.458%2C0-0.483-0.133-0.656-0.227c-0.175-0.091-0.39-0.172-0.538-0.172c-0.183%2C0-0.46%2C0.112-0.46%2C0.433%0D%0A%09%09%09c0%2C0.216%2C0.145%2C0.456%2C0.601%2C0.604c0.617%2C0.198%2C2.031%2C0.44%2C2.031%2C1.318c0%2C0.493-0.447%2C0.854-1.151%2C0.876%0D%0A%09%09%09c0.194%2C0.274%2C0.335%2C0.554%2C0.4%2C0.717c0.085%2C0.205%2C0.393%2C0.671%2C0.718%2C0.734c-0.262%2C0.39-0.556%2C1.046-0.556%2C1.447h-1.154%0D%0A%09%09%09c0.148-0.188%2C0.404-0.67%2C0.47-0.805c-0.187%2C0.081-0.535%2C0.056-0.631-0.119c-0.093-0.174-0.166-0.02-0.218%2C0.048%0D%0A%09%09%09c-0.055%2C0.067-0.396%2C0.648-0.479%2C0.876H9.917c0.294-0.322%2C0.577-0.938%2C0.537-1.232c-0.162%2C0.033-0.275%2C0.046-0.275%2C0.046%0D%0A%09%09%09c0.008-0.126-0.167-0.299-0.423-0.093c0.025%2C0.194%2C0.004%2C0.562-0.043%2C0.777c-0.535%2C0.007-1.133-0.265-1.255-0.628%0D%0A%09%09%09c-0.024-0.07-0.121%2C0.042-0.2%2C0.045c-0.114%2C0-0.209-0.064-0.236-0.094c-0.014%2C0.167-0.133%2C0.542-0.154%2C0.703%0D%0A%09%09%09c-0.019%2C0.16-0.046%2C0.389-0.027%2C0.476H7.035z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M27.947%2C14.589h0.106c0.036%2C0%2C0.093-0.009%2C0.093-0.067%0D%0A%09%09%09%09c0-0.028-0.02-0.064-0.084-0.064h-0.115V14.589z%20M27.947%2C14.861h-0.102V14.38h0.225c0.028%2C0%2C0.182%2C0%2C0.182%2C0.144%0D%0A%09%09%09%09c0%2C0.091-0.064%2C0.118-0.089%2C0.129l0.089%2C0.209h-0.108l-0.077-0.191h-0.119V14.861z%20M28.034%2C14.991%0D%0A%09%09%09%09c0.204%2C0%2C0.368-0.166%2C0.368-0.369c0-0.208-0.164-0.372-0.368-0.372c-0.198%2C0-0.366%2C0.164-0.366%2C0.372%0D%0A%09%09%09%09C27.668%2C14.825%2C27.832%2C14.991%2C28.034%2C14.991z%20M28.034%2C14.169c0.243%2C0%2C0.448%2C0.199%2C0.448%2C0.453c0%2C0.247-0.199%2C0.45-0.448%2C0.45%0D%0A%09%09%09%09c-0.247%2C0-0.446-0.204-0.446-0.45C27.588%2C14.368%2C27.789%2C14.169%2C28.034%2C14.169z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.icon-Advapp {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M0%2C6.808C0%2C2.975%2C2.974%2C0%2C6.807%2C0h16.385C27.024%2C0%2C30%2C2.975%2C30%2C6.808v16.385%0D%0A%09%09%09%09C30%2C27.025%2C27.024%2C30%2C23.191%2C30H6.807C2.974%2C30%2C0%2C27.025%2C0%2C23.192V6.808z%22/%3E%0D%0A%09%09%3C/defs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22/%3E%0D%0A%09%09%3C/clipPath%3E%0D%0A%09%09%3Cg%20clip-path%3D%22url%28%23SVGID_2_%29%22%3E%0D%0A%09%09%09%3Crect%20x%3D%220%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2314377D%22%20width%3D%2230.13%22%20height%3D%2230.131%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20clip-path%3D%22url%28%23SVGID_2_%29%22%3E%0D%0A%09%09%09%0D%0A%09%09%09%09%3Cimage%20display%3D%22none%22%20overflow%3D%22visible%22%20width%3D%2275%22%20height%3D%2275%22%20xlink%3Ahref%3D%22data%3Aimage/jpeg%3Bbase64%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%0A7TceVf/Z%22%20transform%3D%22matrix%280.4066%200%200%200.4066%20-0.333%20-0.3862%29%22%3E%0D%0A%09%09%09%3C/image%3E%0D%0A%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.116%2C17.923c0.273%2C0.127%2C0.631-0.183%2C0.165-0.658%0D%0A%09%09%09%09c-0.503-0.498-1.25-0.749-2.112-0.749c-0.854%2C0-1.612%2C0.251-2.105%2C0.749c-0.465%2C0.476-0.104%2C0.785%2C0.165%2C0.658%0D%0A%09%09%09%09c0.525-0.263%2C1.223-0.409%2C1.941-0.409C13.885%2C17.514%2C14.571%2C17.66%2C15.116%2C17.923z%20M8.98%2C10.06%0D%0A%09%09%09%09c-0.058%2C1.193%2C0.592%2C2.064%2C1.918%2C2.135C10.937%2C10.99%2C10.298%2C10.098%2C8.98%2C10.06z%20M34.671%2C8.052%0D%0A%09%09%09%09c0.532%2C0.342%2C2.003%2C0.902%2C3.306%2C0.902c1.309%2C0%2C2.752-1.425%2C3.313-2.21h-5.662C33.97%2C6.744%2C34.152%2C7.694%2C34.671%2C8.052z%0D%0A%09%09%09%09%20M31.984%2C28.227c-2.092%2C0-3.442%2C1.346-3.442%2C3.08c0%2C1.736%2C0.758%2C3.386%2C2.656%2C4.56c1.921%2C1.172%2C4.905%2C2.357%2C5.777%2C2.685%0D%0A%09%09%09%09c2.097%2C0.834%2C2.407%2C2.093%2C1.27%2C4.44c-0.716%2C1.454-1.744%2C3.325-1.744%2C3.325h2.482c0.437-1.773%2C1.899-5.369%2C2.821-6.893%0D%0A%09%09%09%09c-1.048-0.641-1.825-1.734-2.346-2.746c-0.534-0.987-1.435-2.585-1.958-3.679C36.976%2C31.923%2C34.767%2C28.227%2C31.984%2C28.227z%0D%0A%09%09%09%09%20M32.72%2C39.033c0.05%2C0.778%2C0.311%2C2.079%2C1.359%2C2.174c1.023%2C0.087%2C1.82-0.349%2C2.074-0.772C35.678%2C39.907%2C33.547%2C39.22%2C32.72%2C39.033%0D%0A%09%09%09%09z%20M24.985%2C46.286h1.569c0.776-1.521%2C3.338-6.164%2C3.897-6.637l0.098-0.653c-1.037%2C0.037-2.656%2C0.224-3.531%2C0.609%0D%0A%09%09%09%09C27.019%2C42.284%2C25.604%2C45.26%2C24.985%2C46.286z%20M21.767%2C37.001l3.654-0.785c-0.164%2C0.347-0.212%2C0.959-0.164%2C1.52l3.644-1.008%0D%0A%09%09%09%09c-1.007-1.037-2.173-3.52-2.173-5.293c0-1.775%2C0.914-3.807%2C2.347-4.343c-1.083-0.348-3.918-2.257-4.651-3.423%0D%0A%09%09%09%09c0.137%2C1.166-0.437%2C3.26-1.309%2C4.51c-1.106%2C1.608-3.644%2C2.869-4.771%2C4.346C20.508%2C32.745%2C21.979%2C34.955%2C21.767%2C37.001z%0D%0A%09%09%09%09%20M18.635%2C42.527c0.146-0.541%2C0.271-1.778%2C0.174-2.405c-0.968%2C0.232-3.575%2C0.232-3.955-0.437c0.7-0.822%2C2.163-0.902%2C2.694-1.076%0D%0A%09%09%09%09c0.508-0.185%2C2.484-1.311%2C2.484-2.285c0-0.983-0.74-1.806-1.948-1.806c-1.387%2C0-2.318%2C0.812-3.375%2C2.248%0D%0A%09%09%09%09c-0.89%2C1.23-1.242%2C2.027-1.242%2C2.579c0%2C0.668%2C0.602%2C1.803%2C1.96%2C2.424C16.494%2C42.254%2C17.86%2C42.542%2C18.635%2C42.527z%20M7.273%2C39.25%0D%0A%09%09%09%09c0-1.515-1.064-2.88-1.406-3.345c-0.396-0.515-1.261-1.669-1.482-1.669c-0.329%2C0-0.563%2C0.339-0.563%2C0.68%0D%0A%09%09%09%09c0%2C0.727%2C0.263%2C1.762%2C1.001%2C4.08c0.833%2C2.576%2C0.737%2C5.36%2C0.173%2C7.331h1.261C6.498%2C45.608%2C7.273%2C40.782%2C7.273%2C39.25z%0D%0A%09%09%09%09%20M17.571%2C10.136c-1.272%2C0.061-2.134%2C0.826-2.059%2C2.242C16.796%2C12.302%2C17.646%2C11.523%2C17.571%2C10.136z%20M8.796%2C7.571%0D%0A%09%09%09%09c-0.776%2C0-1.862-0.981-2.115-1.526c-0.27-0.57-0.349-1.482%2C0.117-2.353C5.724%2C3.815%2C4.657%2C4.641%2C4.657%2C6.114%0D%0A%09%09%09%09c0%2C1.786%2C1.745%2C3.307%2C3.236%2C3.509c-0.427%2C3.433-2.634%2C9.396-3.606%2C11.614c-0.231%2C0.515-0.504%2C1.687%2C0.536%2C2.182%0D%0A%09%09%09%09c1.222%2C0.542%2C3.653%2C3.209%2C3.955%2C5.76H7.381c-0.127-0.728-0.865-1.999-1.251-2.514c-1.143-1.513-2.258-1.682-2.869-1.133%0D%0A%09%09%09%09c-0.602%2C0.552-0.785%2C1.852%2C0.037%2C3.646c1.135%2C2.433%2C5.865%2C8.638%2C6.265%2C9.112c0.385%2C0.493%2C1.2%2C0.573%2C1.735%2C0.099%0D%0A%09%09%09%09c0.523-0.476%2C1.698-1.572%2C2.384-2.998c1.406-2.91%2C3.114-4.401%2C5.7-5.989c1.716-1.04%2C3.433-3.229%2C3.433-6.644%0D%0A%09%09%09%09c0-3.952-3.656-9.072-4.77-10.722c-0.602%2C0.254-1.776%2C1.399-1.776%2C2.542c0%2C0.475%2C0.312%2C0.523%2C0.312%2C1.172%0D%0A%09%09%09%09c0%2C0.649-0.612%2C0.846-0.871%2C0.846c-0.254%2C0-0.447-0.165-0.747-0.291c-0.302-0.137-0.843-0.203-1.214-0.244%0D%0A%09%09%09%09c-0.434-0.06-1.19-0.099-1.684%2C0.041c-0.282%2C0.057-0.526%2C0.096-0.94%2C0.329c-0.196%2C0.095-0.786-0.322-0.786-0.925%0D%0A%09%09%09%09c0-0.453%2C0.552-0.792%2C0.89-0.792c0.352%2C0%2C0.729%2C0.165%2C1.029%2C0.272c0.522%2C0.19%2C1.241%2C0.17%2C1.872-0.07%0D%0A%09%09%09%09c0.697-0.282%2C0.601-0.715%2C0.494-0.988c-0.107-0.292-0.234-0.678-0.234-1.589c0-0.922%2C0.465-2.261%2C1.212-2.996h2.66%0D%0A%09%09%09%09c1.907%2C0.114%2C2.947-1.862%2C2.947-3.034c0-1.174-0.964-2.52-1.613-2.91c0.185%2C0.484%2C0.38%2C1.096%2C0.185%2C1.999%0D%0A%09%09%09%09c-0.193%2C0.804-1.018%2C1.957-2.441%2C1.957c-0.339%2C0-1.351-0.222-1.737-0.659h-5.341C10.075%2C7.103%2C9.572%2C7.571%2C8.796%2C7.571z%0D%0A%09%09%09%09%20M2.862%2C47.851c0.959-3.095%2C1.301-7.303%2C0.088-9.725c-1.048-2.088-1.212-5.216-0.339-6.331c-1.358-1.773-2.676-4.636-0.07-10.761%0D%0A%09%09%09%09c1.707-3.944%2C2.581-6.972%2C3.066-8.967c-1.039%2C0.611-1.825%2C0.823-2.657%2C0.898c-0.263-0.87%2C0.029-2.868%2C1.016-3.508%0D%0A%09%09%09%09C2.894%2C8.267%2C2.622%2C7.143%2C2.622%2C5.816c0-2.407%2C2.685-4.461%2C4.788-4.461c1.298%2C0%2C2.093%2C0.351%2C2.435%2C0.699%0D%0A%09%09%09%09C8.952%2C2.45%2C8.359%2C3.315%2C8.359%2C3.923c0%2C0.61%2C0.371%2C1.367%2C0.979%2C1.367c0.601%2C0%2C0.621-0.183%2C0.978-0.456L15.6%2C4.867%0D%0A%09%09%09%09c0.339%2C0.396%2C0.729%2C0.5%2C1.135%2C0.5c0.893%2C0%2C1.443-0.804%2C1.443-1.463c0-0.668-0.357-1.684-1.383-1.976%0D%0A%09%09%09%09c0.559-0.469%2C1.299-0.719%2C2.013-0.719c1.736%2C0%2C4.401%2C2.017%2C4.401%2C5.234c0%2C1.241-0.146%2C2.375-1.172%2C3.395%0D%0A%09%09%09%09c0.668%2C0.667%2C1.241%2C1.938%2C1.374%2C2.878c-0.424%2C0.085-2.205%2C0.146-2.633%2C0.146c0.455%2C0.649%2C2.092%2C3.946%2C2.47%2C4.943%0D%0A%09%09%09%09c0.991%2C2.579%2C2.821%2C5.934%2C5.779%2C7.341c3.661%2C1.735%2C7.288%2C2.635%2C11.177%2C1.599c1.561-0.41%2C2.635-2.124%2C2.635-3.461%0D%0A%09%09%09%09c0-1.83-2.878-4.04-5.556-4.905c-3.926-1.282-11.737-2.073-11.648-8.201c0.048-2.869%2C3.236-5.304%2C7.308-5.304%0D%0A%09%09%09%09c2.26%2C0%2C11.292-0.171%2C11.292-0.171c-0.436%2C2.084-2.945%2C5.979-5.9%2C5.979c-2.967%2C0-3.132-0.862-4.256-1.473%0D%0A%09%09%09%09c-1.136-0.593-2.531-1.114-3.49-1.114c-1.185%2C0-2.986%2C0.725-2.986%2C2.808c0%2C1.4%2C0.939%2C2.958%2C3.897%2C3.92%0D%0A%09%09%09%09c4.002%2C1.287%2C13.174%2C2.858%2C13.174%2C8.55c0%2C3.199-2.899%2C5.541-7.464%2C5.68c1.259%2C1.779%2C2.173%2C3.594%2C2.596%2C4.653%0D%0A%09%09%09%09c0.556%2C1.325%2C2.551%2C4.354%2C4.655%2C4.759c-1.697%2C2.528-3.606%2C6.787-3.606%2C9.387h-7.485c0.961-1.218%2C2.617-4.345%2C3.045-5.22%0D%0A%09%09%09%09c-1.211%2C0.525-3.471%2C0.36-4.089-0.772c-0.604-1.126-1.076-0.126-1.417%2C0.311c-0.358%2C0.434-2.567%2C4.204-3.104%2C5.682h-6.251%0D%0A%09%09%09%09c1.91-2.088%2C3.742-6.081%2C3.481-7.991c-1.049%2C0.213-1.786%2C0.302-1.786%2C0.302c0.05-0.815-1.083-1.938-2.741-0.601%0D%0A%09%09%09%09c0.163%2C1.261%2C0.026%2C3.644-0.282%2C5.039c-3.473%2C0.048-7.348-1.715-8.143-4.071c-0.154-0.456-0.785%2C0.271-1.297%2C0.293%0D%0A%09%09%09%09c-0.739%2C0-1.359-0.421-1.533-0.614c-0.089%2C1.087-0.864%2C3.518-1%2C4.558c-0.124%2C1.039-0.297%2C2.521-0.174%2C3.086H2.862z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.icon-Ustapp {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20enable-background%3D%22new%200%200%2030%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M0%2C6.807C0%2C2.975%2C2.976%2C0%2C6.808%2C0h16.385C27.025%2C0%2C30%2C2.975%2C30%2C6.807v16.384C30%2C27.024%2C27.025%2C30%2C23.193%2C30%0D%0A%09%09%09H6.808C2.976%2C30%2C0%2C27.024%2C0%2C23.191V6.807z%22/%3E%0D%0A%09%3C/defs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22/%3E%0D%0A%09%3C/clipPath%3E%0D%0A%09%3Cg%20clip-path%3D%22url%28%23SVGID_2_%29%22%3E%0D%0A%09%09%0D%0A%09%09%09%3Cimage%20overflow%3D%22visible%22%20width%3D%2287%22%20height%3D%2287%22%20id%3D%22Background_xA0_Image%22%20xlink%3Ahref%3D%22data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAFkAAABZCAYAAABVC4ivAAAACXBIWXMAAB+uAAAfrgF/G/83AAAA%0AGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ5JREFUeNrs0CERACAQAMF/OiDQ%0A9I+ERhAChhDv9sQF2AiVl39nr4uipj5mNgz1QYYMWZAhQxZkyIIMGbIgQ4YsyJAFGTJkQYYsyJAh%0ACzJkyIIMWZAhQxZkyIIMGbIgQ4YsyJAFGTJkQYYsyJAhCzJkyIIMWZAhQxZkyIIMGbIgQ4YsyJAF%0AGTJkQYYsyJAhCzJkyIIMWZAhQxZk6QkwAB5WBK6Z4+02AAAAAElFTkSuQmCC%22%20transform%3D%22matrix%280.3494%200%200%200.3494%20-0.1875%20-0.1724%29%22%3E%0D%0A%09%09%3C/image%3E%0D%0A%09%09%3Cg%20id%3D%22Path%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23F9F8F5%22%20d%3D%22M-0.188%2C16.152c4.96-2.654%2C10.052-5.074%2C15.278-7.205c-2.419-1.13-4.872-2.189-7.356-3.172%0D%0A%09%09%09%09%09C5.059%2C6.809%2C2.419%2C7.922-0.188%2C9.103V16.152z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_1_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23F9F8F5%22%20d%3D%22M-0.188%2C6.561C1.458%2C5.892%2C3.114%2C5.25%2C4.788%2C4.648c-1.644-0.61-3.306-1.177-4.976-1.721V6.561z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_2_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23F9F8F5%22%20d%3D%22M-0.188%2C0.622c6.237%2C1.959%2C12.321%2C4.345%2C18.189%2C7.171c2.131-0.821%2C4.283-1.603%2C6.453-2.334%0D%0A%09%09%09%09%09c-4.357-2.119-8.836-3.988-13.404-5.631H-0.188V0.622z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_3_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23F9F8F5%22%20d%3D%22M17.355-0.172c3.619%2C1.348%2C7.183%2C2.833%2C10.668%2C4.482c0.727-0.226%2C1.457-0.439%2C2.188-0.655V0.498%0D%0A%09%09%09%09%09c-0.579-0.231-1.164-0.447-1.746-0.67H17.355z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_4_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23F9F8F5%22%20d%3D%22M26.314%2C30.227c1.284-0.888%2C2.589-1.746%2C3.896-2.602V16.676c-7.977%2C3.938-15.621%2C8.467-22.865%2C13.551%0D%0A%09%09%09%09%09H26.314z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_5_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23F9F8F5%22%20d%3D%22M-0.188%2C27.257c0.972%2C0.54%2C1.949%2C1.071%2C2.909%2C1.631c8.618-5.997%2C17.822-11.173%2C27.49-15.431V5.629%0D%0A%09%09%09%09%09C19.556%2C9.233%2C9.373%2C13.962-0.188%2C19.687V27.257z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_6_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%236F6E72%22%20d%3D%22M26.496%2C13.027h-0.146c-0.168%2C0.199-0.22%2C0.259-0.489%2C0.259h-4.277c-0.279%2C0-0.386-0.02-0.541-0.259%0D%0A%09%09%09%09%09h-0.146c-0.02%2C0.532-0.084%2C1.201-0.127%2C1.835h0.262c0.125-0.458%2C0.25-0.75%2C0.365-0.897c0.157-0.199%2C0.439-0.333%2C1.367-0.333%0D%0A%09%09%09%09%09h0.488v4.923c0%2C1.137-0.082%2C1.208-1.062%2C1.271v0.239h3.045v-0.239c-1.022-0.063-1.105-0.135-1.105-1.271v-4.923h0.698%0D%0A%09%09%09%09%09c0.647%2C0%2C0.972%2C0.074%2C1.148%2C0.271c0.155%2C0.166%2C0.271%2C0.458%2C0.375%2C0.959l0.261-0.03C26.558%2C14.228%2C26.506%2C13.464%2C26.496%2C13.027z%22%0D%0A%09%09%09%09%09/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_7_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%236F6E72%22%20d%3D%22M7.265%2C13.302v0.241c0.685%2C0.03%2C0.966%2C0.174%2C1.017%2C0.539c0.042%2C0.323%2C0.083%2C0.894%2C0.083%2C1.985v0.56%0D%0A%09%09%09%09%09c0%2C0.873-0.124%2C1.787-0.467%2C2.307c-0.331%2C0.498-0.871%2C0.778-1.526%2C0.778c-0.694%2C0-1.173-0.261-1.495-0.717%0D%0A%09%09%09%09%09C4.555%2C18.527%2C4.44%2C17.863%2C4.44%2C16.98V14.81c0-1.133%2C0.083-1.207%2C0.914-1.267v-0.241H2.612v0.241%0D%0A%09%09%09%09%09c0.873%2C0.06%2C0.956%2C0.134%2C0.956%2C1.267v2.536c0%2C1.182%2C0.25%2C1.889%2C0.8%2C2.335c0.477%2C0.395%2C1.132%2C0.527%2C1.702%2C0.527%0D%0A%09%09%09%09%09c0.727%2C0%2C1.476-0.268%2C1.921-0.743c0.603-0.646%2C0.79-1.498%2C0.79-2.702v-0.695c0-1.091%2C0.041-1.662%2C0.083-1.985%0D%0A%09%09%09%09%09c0.051-0.365%2C0.322-0.519%2C0.894-0.539v-0.241H7.265z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_8_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%236F6E72%22%20d%3D%22M15.296%2C16.127c-0.789-0.355-1.339-0.698-1.339-1.467c0-0.613%2C0.385-1.152%2C1.122-1.152%0D%0A%09%09%09%09%09c0.944%2C0%2C1.236%2C0.727%2C1.412%2C1.34l0.26-0.031c-0.082-0.625-0.145-1.04-0.188-1.402c-0.113-0.021-0.26-0.073-0.395-0.114%0D%0A%09%09%09%09%09c-0.217-0.074-0.57-0.135-0.862-0.135c-1.36%2C0-2.14%2C0.882-2.14%2C1.911c0%2C1.246%2C1.402%2C1.734%2C1.746%2C1.9%0D%0A%09%09%09%09%09c0.664%2C0.323%2C1.34%2C0.688%2C1.34%2C1.568c0%2C0.811-0.499%2C1.34-1.289%2C1.34c-1.1%2C0-1.629-1.153-1.796-1.641l-0.258%2C0.04%0D%0A%09%09%09%09%09c0.104%2C0.562%2C0.217%2C1.3%2C0.301%2C1.569c0.124%2C0.053%2C0.312%2C0.137%2C0.571%2C0.219c0.258%2C0.084%2C0.611%2C0.154%2C0.986%2C0.154%0D%0A%09%09%09%09%09c1.319%2C0%2C2.306-0.881%2C2.306-2.085C17.072%2C16.854%2C15.979%2C16.428%2C15.296%2C16.127z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_9_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%236F6E72%22%20d%3D%22M11.035%2C15.948c-0.343%2C0-0.611%2C0.259-0.611%2C0.622c0%2C0.385%2C0.269%2C0.635%2C0.611%2C0.635%0D%0A%09%09%09%09%09c0.355%2C0%2C0.625-0.25%2C0.625-0.635C11.66%2C16.207%2C11.39%2C15.948%2C11.035%2C15.948z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%20id%3D%22Path_10_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%236F6E72%22%20d%3D%22M19.309%2C15.948c-0.344%2C0-0.611%2C0.259-0.611%2C0.622c0%2C0.385%2C0.268%2C0.635%2C0.611%2C0.635%0D%0A%09%09%09%09%09c0.354%2C0%2C0.624-0.25%2C0.624-0.635C19.933%2C16.207%2C19.662%2C15.948%2C19.309%2C15.948z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M10.627%2C10.33c0%2C0.438%2C0.029%2C0.464%2C0.379%2C0.49v0.091H9.961V10.82c0.336-0.025%2C0.364-0.052%2C0.364-0.49%0D%0A%09%09%09%09V8.436h-0.167c-0.319%2C0-0.415%2C0.053-0.47%2C0.13C9.65%2C8.621%2C9.607%2C8.734%2C9.564%2C8.909H9.475c0.014-0.244%2C0.036-0.5%2C0.043-0.706h0.05%0D%0A%09%09%09%09c0.053%2C0.092%2C0.089%2C0.1%2C0.186%2C0.1h1.467c0.093%2C0%2C0.111-0.023%2C0.168-0.1h0.05c0.003%2C0.167%2C0.021%2C0.461%2C0.04%2C0.694l-0.09%2C0.011%0D%0A%09%09%09%09c-0.036-0.192-0.076-0.304-0.128-0.368c-0.061-0.076-0.172-0.105-0.394-0.105h-0.24V10.33z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M12.46%2C10.33c0%2C0.438%2C0.028%2C0.464%2C0.321%2C0.49v0.091H11.83V10.82c0.3-0.025%2C0.329-0.052%2C0.329-0.49V8.885%0D%0A%09%09%09%09c0-0.437-0.029-0.466-0.315-0.49V8.303h0.909c0.229%2C0%2C0.434%2C0.038%2C0.565%2C0.138c0.143%2C0.1%2C0.236%2C0.28%2C0.236%2C0.513%0D%0A%09%09%09%09c0%2C0.334-0.182%2C0.569-0.471%2C0.702c0.063%2C0.12%2C0.211%2C0.398%2C0.317%2C0.574c0.13%2C0.213%2C0.205%2C0.321%2C0.301%2C0.441%0D%0A%09%09%09%09c0.076%2C0.1%2C0.14%2C0.164%2C0.269%2C0.201l-0.007%2C0.077h-0.05c-0.412-0.013-0.537-0.154-0.672-0.374%0D%0A%09%09%09%09c-0.111-0.18-0.262-0.478-0.361-0.666c-0.058-0.104-0.114-0.145-0.226-0.145H12.46V10.33z%20M12.46%2C9.648h0.207%0D%0A%09%09%09%09c0.146%2C0%2C0.261-0.021%2C0.357-0.11c0.155-0.136%2C0.208-0.333%2C0.208-0.527c0-0.423-0.272-0.592-0.541-0.592%0D%0A%09%09%09%09c-0.122%2C0-0.172%2C0.009-0.201%2C0.021C12.47%2C8.449%2C12.46%2C8.468%2C12.46%2C8.549V9.648z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M14.928%2C8.303v0.092c-0.287%2C0.024-0.315%2C0.053-0.315%2C0.49v0.839c0%2C0.341%2C0.039%2C0.598%2C0.15%2C0.779%0D%0A%09%09%09%09c0.111%2C0.175%2C0.276%2C0.276%2C0.515%2C0.276c0.226%2C0%2C0.412-0.108%2C0.526-0.301c0.119-0.2%2C0.161-0.553%2C0.161-0.89V9.371%0D%0A%09%09%09%09c0-0.421-0.015-0.642-0.028-0.766c-0.018-0.14-0.115-0.196-0.35-0.209V8.303h0.857v0.092c-0.197%2C0.009-0.29%2C0.07-0.308%2C0.209%0D%0A%09%09%09%09c-0.015%2C0.124-0.028%2C0.345-0.028%2C0.766V9.64c0%2C0.465-0.064%2C0.794-0.272%2C1.043c-0.153%2C0.184-0.411%2C0.289-0.662%2C0.289%0D%0A%09%09%09%09c-0.196%2C0-0.422-0.05-0.587-0.205c-0.189-0.173-0.274-0.445-0.274-0.903V8.885c0-0.437-0.029-0.466-0.329-0.49V8.303H14.928z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M16.775%2C10.204c0.057%2C0.191%2C0.238%2C0.635%2C0.617%2C0.635c0.272%2C0%2C0.445-0.204%2C0.445-0.517%0D%0A%09%09%09%09c0-0.341-0.233-0.482-0.463-0.606c-0.117-0.064-0.6-0.252-0.6-0.734c0-0.397%2C0.268-0.739%2C0.734-0.739%0D%0A%09%09%09%09c0.103%2C0%2C0.225%2C0.025%2C0.299%2C0.052c0.046%2C0.016%2C0.097%2C0.037%2C0.136%2C0.046c0.015%2C0.14%2C0.036%2C0.3%2C0.065%2C0.541l-0.09%2C0.012%0D%0A%09%09%09%09c-0.061-0.238-0.161-0.517-0.488-0.517c-0.253%2C0-0.385%2C0.208-0.385%2C0.443c0%2C0.298%2C0.189%2C0.431%2C0.461%2C0.567%0D%0A%09%09%09%09c0.236%2C0.116%2C0.613%2C0.281%2C0.613%2C0.778c0%2C0.465-0.341%2C0.806-0.796%2C0.806c-0.128%2C0-0.251-0.027-0.34-0.061%0D%0A%09%09%09%09c-0.089-0.03-0.153-0.063-0.196-0.083c-0.028-0.104-0.068-0.389-0.104-0.604L16.775%2C10.204z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M19.592%2C10.33c0%2C0.438%2C0.028%2C0.464%2C0.379%2C0.49v0.091h-1.043V10.82c0.335-0.025%2C0.363-0.052%2C0.363-0.49%0D%0A%09%09%09%09V8.436h-0.168c-0.317%2C0-0.414%2C0.053-0.469%2C0.13c-0.039%2C0.055-0.082%2C0.168-0.125%2C0.343H18.44c0.015-0.244%2C0.036-0.5%2C0.043-0.706%0D%0A%09%09%09%09h0.049c0.056%2C0.092%2C0.091%2C0.1%2C0.187%2C0.1h1.469c0.092%2C0%2C0.109-0.023%2C0.166-0.1h0.051c0.004%2C0.167%2C0.021%2C0.461%2C0.039%2C0.694%0D%0A%09%09%09%09l-0.09%2C0.011c-0.035-0.192-0.074-0.304-0.128-0.368c-0.062-0.076-0.171-0.105-0.394-0.105h-0.24V10.33z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M3.611%2C8.305v0.093c-0.284%2C0.023-0.313%2C0.05-0.313%2C0.487v0.836c0%2C0.34%2C0.04%2C0.595%2C0.15%2C0.776%0D%0A%09%09%09%09c0.11%2C0.174%2C0.274%2C0.274%2C0.513%2C0.274c0.224%2C0%2C0.41-0.107%2C0.523-0.299c0.117-0.2%2C0.161-0.552%2C0.161-0.887V9.369%0D%0A%09%09%09%09c0-0.419-0.015-0.639-0.028-0.764c-0.019-0.14-0.114-0.194-0.35-0.207V8.305h0.856v0.093C4.926%2C8.406%2C4.833%2C8.465%2C4.816%2C8.605%0D%0A%09%09%09%09C4.801%2C8.73%2C4.787%2C8.95%2C4.787%2C9.369v0.269c0%2C0.462-0.064%2C0.791-0.271%2C1.039c-0.153%2C0.183-0.41%2C0.286-0.66%2C0.286%0D%0A%09%09%09%09c-0.195%2C0-0.42-0.051-0.584-0.203c-0.188-0.171-0.274-0.443-0.274-0.898V8.885c0-0.437-0.028-0.464-0.328-0.487V8.305H3.611z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M5.136%2C10.708c0-0.14%2C0.092-0.24%2C0.209-0.24c0.122%2C0%2C0.214%2C0.1%2C0.214%2C0.24%0D%0A%09%09%09%09c0%2C0.147-0.093%2C0.244-0.214%2C0.244C5.228%2C10.952%2C5.136%2C10.854%2C5.136%2C10.708%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M6.335%2C10.201c0.058%2C0.187%2C0.239%2C0.63%2C0.617%2C0.63c0.271%2C0%2C0.44-0.204%2C0.44-0.515%0D%0A%09%09%09%09c0-0.339-0.23-0.48-0.458-0.604c-0.117-0.063-0.599-0.251-0.599-0.73c0-0.396%2C0.268-0.736%2C0.734-0.736%0D%0A%09%09%09%09c0.1%2C0%2C0.221%2C0.024%2C0.296%2C0.052c0.046%2C0.016%2C0.096%2C0.036%2C0.135%2C0.044c0.015%2C0.141%2C0.036%2C0.299%2C0.064%2C0.54L7.476%2C8.894%0D%0A%09%09%09%09c-0.06-0.236-0.161-0.515-0.484-0.515c-0.253%2C0-0.385%2C0.207-0.385%2C0.442c0%2C0.295%2C0.189%2C0.429%2C0.459%2C0.563%0D%0A%09%09%09%09c0.235%2C0.117%2C0.609%2C0.28%2C0.609%2C0.776c0%2C0.464-0.338%2C0.802-0.79%2C0.802c-0.129%2C0-0.25-0.026-0.339-0.059%0D%0A%09%09%09%09c-0.089-0.032-0.153-0.064-0.196-0.083c-0.029-0.104-0.068-0.388-0.103-0.603L6.335%2C10.201z%22/%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23717073%22%20d%3D%22M8.117%2C10.708c0-0.14%2C0.092-0.24%2C0.21-0.24c0.121%2C0%2C0.213%2C0.1%2C0.213%2C0.24%0D%0A%09%09%09%09c0%2C0.147-0.093%2C0.244-0.213%2C0.244C8.209%2C10.952%2C8.117%2C10.854%2C8.117%2C10.708%22/%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230052C2%22%20d%3D%22M23.669%2C8.305c0.181%2C0.083%2C0.362%2C0.168%2C0.538%2C0.261%0D%0A%09%09%09%09%09c-0.563%2C0.257-1.109%2C0.563-1.629%2C0.911c-0.176-0.104-0.354-0.201-0.537-0.292C22.562%2C8.841%2C23.104%2C8.551%2C23.669%2C8.305%22/%3E%0D%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230052C2%22%20d%3D%22M22.997%2C8.041c-0.587%2C0.208-1.149%2C0.481-1.685%2C0.812%0D%0A%09%09%09%09%09c0.172%2C0.068%2C0.34%2C0.143%2C0.505%2C0.222c0.521-0.341%2C1.066-0.632%2C1.638-0.859C23.303%2C8.151%2C23.15%2C8.094%2C22.997%2C8.041%22/%3E%0D%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E31932%22%20d%3D%22M24.892%2C8.28c-0.46-0.25-0.938-0.46-1.429-0.628%0D%0A%09%09%09%09%09c-0.174%2C0.055-0.344%2C0.116-0.514%2C0.183c0.506%2C0.167%2C0.996%2C0.38%2C1.471%2C0.636C24.576%2C8.403%2C24.734%2C8.34%2C24.892%2C8.28%22/%3E%0D%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E31932%22%20d%3D%22M25.642%2C8.029c-0.47-0.231-0.958-0.425-1.456-0.579%0D%0A%09%09%09%09%09c-0.158%2C0.036-0.313%2C0.079-0.471%2C0.125c0.494%2C0.161%2C0.975%2C0.367%2C1.438%2C0.612C25.316%2C8.131%2C25.479%2C8.077%2C25.642%2C8.029%22/%3E%0D%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E31932%22%20d%3D%22M26.85%2C8.484c-1.184%2C0.447-2.288%2C1.086-3.29%2C1.882%0D%0A%09%09%09%09%09c0.251%2C0.174%2C0.495%2C0.358%2C0.731%2C0.552c0.945-0.843%2C1.993-1.544%2C3.119-2.076C27.229%2C8.717%2C27.039%2C8.595%2C26.85%2C8.484%22/%3E%0D%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E31932%22%20d%3D%22M26.036%2C8.048c-1.228%2C0.366-2.384%2C0.956-3.424%2C1.732%0D%0A%09%09%09%09%09c0.235%2C0.13%2C0.464%2C0.269%2C0.689%2C0.416c1.021-0.793%2C2.152-1.411%2C3.362-1.82C26.457%2C8.261%2C26.248%2C8.151%2C26.036%2C8.048%22/%3E%0D%0A%09%09%09%09%3Cpath%20fill%3D%22%23E31932%22%20d%3D%22M24.906%2C10.687c0-0.127%2C0.092-0.229%2C0.204-0.229c0.113%2C0%2C0.204%2C0.102%2C0.204%2C0.229%0D%0A%09%09%09%09%09c0%2C0.126-0.091%2C0.231-0.204%2C0.231C24.998%2C10.918%2C24.906%2C10.813%2C24.906%2C10.687%20M24.941%2C10.687c0%2C0.106%2C0.076%2C0.19%2C0.169%2C0.19%0D%0A%09%09%09%09%09c0.094%2C0%2C0.169-0.083%2C0.169-0.19c0-0.105-0.075-0.19-0.169-0.19C25.018%2C10.497%2C24.941%2C10.582%2C24.941%2C10.687%20M25.204%2C10.806%0D%0A%09%09%09%09%09H25.17l-0.043-0.101h-0.059v0.101h-0.033v-0.238h0.092c0.043%2C0%2C0.073%2C0.029%2C0.073%2C0.068c0%2C0.031-0.017%2C0.051-0.04%2C0.063%0D%0A%09%09%09%09%09L25.204%2C10.806z%20M25.068%2C10.674h0.055c0.027%2C0%2C0.043-0.015%2C0.043-0.039c0-0.022-0.015-0.037-0.039-0.037h-0.059V10.674z%22/%3E%0D%0A%09%09%09%3C/g%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22none%22%20d%3D%22M0.005%2C6.702c0-3.805%2C2.955-6.76%2C6.76-6.76h16.271%0D%0A%09%09%09c3.806%2C0%2C6.76%2C2.955%2C6.76%2C6.76v16.271c0%2C3.806-2.954%2C6.761-6.76%2C6.761H6.766c-3.806%2C0-6.76-2.955-6.76-6.761V6.702z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.icon-msedge {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22612px%22%20height%3D%22792px%22%20viewBox%3D%220%200%20612%20792%22%20enable-background%3D%22new%200%200%20612%20792%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%233177BC%22%20d%3D%22M0%2C358.204C19.482%2C204.85%2C124.03%2C65.735%2C311.536%2C63.89c113.204%2C2.162%2C206.357%2C53.45%2C261.714%2C151.262%0D%0A%09c27.848%2C51.051%2C36.536%2C104.655%2C38.381%2C163.764v69.488H195.532c1.905%2C171.606%2C252.488%2C165.763%2C360.435%2C90.108v139.684%0D%0A%09c-63.199%2C37.981-206.512%2C71.811-317.533%2C28.294C143.866%2C670.97%2C76.515%2C572.096%2C76.977%2C476.913%0D%0A%09c-3.075-123.477%2C61.354-205.127%2C161.458-251.566c-21.22%2C26.341-37.366%2C55.357-45.823%2C105.485l234.958%2C0.001%0D%0A%09c0%2C0%2C13.742-140.407-132.964-140.407c-138.392%2C4.89-238.188%2C85.357-294.621%2C167.762L0%2C358.204z%22/%3E%0D%0A%3C/svg%3E%0D%0A');
  background-repeat: no-repeat;
  height: 48px;
  width: 40px;
}
.icon-android {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22111px%22%20height%3D%22111px%22%20viewBox%3D%220%200%20111%20111%22%20enable-background%3D%22new%200%200%20111%20111%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22_x32_oSC3F_1_%22%3E%20%20%20%3Cimage%20overflow%3D%22visible%22%20width%3D%22111%22%20height%3D%22111%22%20id%3D%22_x32_oSC3F_2_%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAG8AAABvCAIAAABtpwk3AAAACXBIWXMAAAsSAAALEgHS3X78AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAHyRJREFUeNrsXQmUXFWZvturqu7qJZ1OJ92dJhuEsIZNWQaEyACGgVHAQY%2BO48igHkdm8Bz0HETR4QzKoqAcQWdGUUFEBAFFooJhJ5BAMAkBIQlJZ%2B1Ob%2Bl0d1XX9t69%2F9zlVfWrqlevlq4GPIc6nTqdruXd999%2F%2Bf714lgsJoTACAnB0XuPmh6EUFDPhHEhkODwHkmm8TCMKP%2BR92hRTyZ9jwR1fLC3%2F5KYvH1bCFKPBb8BAUb43UJNrFcCUEgmgnEREbH7CcBlvq46gkHQa5SA0ERzvx6DeT%2B4VJbKDiP5HuG9kXeGmkRSSNGGANFL9fAcRrQ0yerL6jj4NUz83o5damJNP5A3Yn6RZMaV8vW0qInBXYohm9xnRLH5BcPfmv7NLtilLcndI2AsQEDurxI%2BAq4rNc0WS2pKVtQCS%2BRGZiVX7WxOlKZ9kzAzTFrFlygeIXolVGgUicEgSIHKkpVVwpJESbPmQa0OIV%2BoqyZlAclyVAB1pWmgvnwt7lXqNRBafYTKz0qeMUQUkoVA1EjNnFwjqci1glTiLJ8qXY28PuQRCxeRz3wZIHe98u9QhuECeDe3wVCgmtVVtE6UUpzTSJXRF%2Bu3Ycqk7EselcqWBxKUlfs6SUaqL14ZkJjiC1BYVtGUlLI9rqVSNBS5y9VDmvNvWK4f9OXlMxXuCuX%2BKeqiKe4ItmbEfBwTrncfqqcm1spR7U%2FwTRhRMldQokqMmjdKIUfFAEqVJWKVMko8SxNGMclf9HqIu7HahCs8kjXugUrR3BpGWu71%2F0WVkm7Ao9zYYFJigzawkjRJfkGzEGRGKFUzZc0vBmzKZepdxgaRuvSaIispRVKNBeU9KnETVfKm3ExahimRAWdSlDQHIwp6TdVSENcVgQbp1uyVPGpLeBST4mVcYMSKfBD5EJwgPwXKgrG5%2F41mRVsTjeCsb6alicws7bwAAPuDM5%2FvLyIwoGKymo9KQ8UDZN9oUFwCxvhTkyqNSRS%2BLMn0Zj2UKAlRly1Fx4pol%2F8mQC6ekJYUl1iCErgsWjNejNLYxgTjQmsEuDTbZr%2FftfxEgSK9VVr2i6VeLY4Y2yoq5U1SmjGzgSctNYrtGaFFkuSBF6UFD0gQpYVatxt4xYXIlgiJ27BLSBdWFqFfTItc2eLFZP8A1JUvwqXQceBOKfBrzLLvbbESng%2BUdKe1G6Q%2BKZkX8ORkIpGc5FxglG%2FCSRZNTsHNwi%2BEfNzp3X5CaDgcam5usRjlArQ6c5U0IZay1LG1OL0HO2kdRYHiL6kwQuBaZ70zetURJ3IoiZ4IVkTwpHyVyCsT7GOiAYpVJyuB20nJ5RDJ%2F8wiLJWM7ezdOTExIaTjBYULrQTkB0MSaQHDjdEFCxfP6ZjjKIEUVFKRhWDsWbLrazT%2BpsdclLtkNZpaSiU0H%2BUccguJvk%2BIFKfS4pA8kQdNfA3mC1QrHhsfR%2FkZIfl1VOpDQgvXJz%2BtIRujbDI%2BueWN1zKZDKUU19cke4WdC8mXS5Yd3tPVbUsWpQyN%2Fom9%2BSkpiIIhhilkeaqeF5Wb5AjMWOqIB1HLGcDT2kUvcKUBuK24yHvrhJJgxJon4IqYSqGCELt39kpSMsYKNCWZ9sN4mrnlMYL37NgRTySke4czB6wdX1Qsacmtplo%2By5MSsPsjsrwcHLxQGChEhXAadn4B8aR2BaFC8SUlLk98jKgkplD0ik2MxSfGJFcWO3QwrR%2BSu1%2BvPbRtZ7B%2FgEokNnIfTo5rwXEtXCWkNNhA%2FWiA7mAXwwd5gIDk3Yn4ID6wChFm%2FOpCS4R96MlK6Bnsq1HMF8UnJ3nWh8gtuyna%2FMDDv%2FvFPXdLdqpNxBxb9HR33XTDDQ2RMOfcu%2FJEckJadzr5KoJqtErE1u6gqw2UpkszsEkWDeEyLgAGmljL8aUKMynBJPk8ijUviiBqqvBecd5GWxmcjfEIIQrRkJZKqYIHhoeno7PsTMbEIgqWBNpsY0gFheyICUFq2CmfLLjiO3Ne3TZhhYnRB%2FK7r72860Nn7BFxqsJh6krYdTRxISRw7xXSU1%2Btfkh1ETmsdhP7ibm7M4bHfdC8ysHQYipX4xFCOBwuFarCem1lIkcRGyyFOpSysvgrW8jGrXGiVq8dAkJGx0C0Zoh8k8ZVOE0hg00qoxhh4WymQ%2B8mLsCqRhcXaNTq8kLvbAgjCFAxBBG%2Bq7dz3Rvh%2FSNCaVaKx%2BL9JijjbrBAO%2FqdTX9ZIiZc33Bp18G2roSIEVIaXqmcA0c46%2Fx5mVeaK45qoibGuLZsBVSTnIjFYlAlPFRcxVQ655rb2n%2F04EDG4ToMJ7CRYKoi5u7KCXzrZ7u%2B%2FbOp6NacZnzrVUsu%2FYfdEKPlwrfY4CKPf6gzjPksy3yMIMlnYOxqkVoYE9Dxxy7vnDfPsdNQTgPI225rmy0hmBDFiAQC3AIIZ668seMnj%2FRLECg5hjJpB5Vf6qpgz3WN6aQq3Im54wxNwGev3334%2FJ7jlu9FccvHumc5yd0SAh6fP4u%2Fq%2BXNmvP38uKf%2B7fLVq48XyIqKM9lko5ObDxWVX0ZDts7tnbd%2BWi%2FAL5scfTaf52%2FdB4Ph0SASEg9cCBlPbk2%2FZ37%2BjJO5qZfjN53Ky3PmBXYA1awGYVVBa7zjfNQfTV55ngycXBsJD4Rm2YeXcMzHwqJiHhwDROcM2J974r5Z1%2B4nYwxN%2BPmD6eUaQYqTjtLDI913Pno4KqXYnu2dy1aOARJJpmXiBIGQ0JWkc9XhKi%2FePaNoMLwnl%2BOZXrOmw6A4nrYmqJ1yJtPWA8%2FPShf6u4InXVsHx1owJMWTlo4wXCS%2Bv1Y6jlm4Tj55w81SUPvZPjdfyK8QWlczKsLzRYsifigNozfnda82I2EiL1pS%2Ffm3rTcsA9%2FoI12ZAp959LglCStk4%2FpW7YgIr%2FmnicO2IMNzJpulRspzl8ggQM2hFTJZCFmhSORcCgcCZd5SK8%2FAABgLVne2IRKP1rigSfSgjvSd%2FjEByMko%2Fa8otCcvJBkw5bMJ87pIJjtG0g%2B%2BlK3iGbyrg9%2B8VlcDXqv%2B2P%2F8HBvb28iMVlqITkL3tDQ0D67TVRW%2FaPAeFMGp6wHnz8ob%2FvEZY0nnbxPochmXnlQCTPncxdO3PxLkkg5P3108JKLBZXOaMoKjOwFeUTlqOlm9mrO4uDvfveWW3D5ihj5%2BofO%2Ffubr79eRQgrICaJ8l27O%2B%2F6Hd49sE%2FeRP9B%2FpErw44DVaLikCX5mQkg4tmN8W%2Fe0P1fnz8YCjsoTSuymdJkC%2BLNBrNCJFwgyfnVb7XZEijCBb4GpsKSNCV%2FEbH5zfkrruhLpbipMOsbTOwfpGUrW%2Fy5hSqnU6KCW%2B7v%2B8vW5t%2FfCpbE8sK1nzmYrInAg9mCFMWvcNUx9Aoi7GVz8lorksq%2BTqpL%2BO69E4lkRgIdqf4osihiKtNBdVafVvpDmA59ACWC6l4A%2FPSm2O0PdEKTDZ6M0zSsUN1d6AoewhOaKk9OyUfjoc3bU%2BrLHbj8grlrftHzv1cvjkZCQlRXYyccOOOElqd%2BvPi3tyxZ2hXmegGr1hwgaUoIRtVH9VkFiRtcDnUFXoAyYhwzKKlbVb6Ki1CotPrXbIuFcZSFw0k8pUpijj%2Bs8Y6vj4N1YPmJ%2FGB88Vfv2KmDkBVRQZK%2BJWrdf12obcF2FIYfkcNWXrWTA7dVqJWa7A8Upko04ME12nQxTeaVq7nm6q9%2B4LRTJpOTSOCA%2B5TvlBBqfGIiADjrGj0X3%2BiAGMyaZUEoRZISe4ueDmq%2BB2MTvISyujwapXOa05CSyEy0z3KMvSUeHwaKc4eBrDTjCGl266zuefMmJuMVMItwHAdVICzanKptfm5T7Ne%2FW3Lpyr7e1zq%2F9bM%2BXbGAy5PSxHEpHhhKf%2FPOjqs%2FL9Kj4f%2B%2Ba8IRPFeeWNujEmq6Qf%2FaDHqGZ9KOnbEzqL65Ra1rped82Q07vn1XpG%2BkP5GyGauympagm%2B%2Fb96uno%2BlkbGjMJgzxsvEWb7ZZMzL3xJHehg6XmemTI7kNhrf2JQyvVWmE3PrhPQNx9XFWodEp0H55APcd6BeqF1SYIiydXnSK1rtfSNVwlQAohTXuBFeVN1R1J5XrojL9CDr8K6jC1KrTFk%2F1%2F2TX6qItVN73clsjslhDfZVAbnpYRZX51DW9vlx%2BDrDAwLvUNKTEMwA%2Fo9HorLbZLAD9eGgln2LxeMa2cUC0gqr080hMZe%2Bl2ZCc5RIUqwQOQbSSyJ4xYlLtIpIt9TIFslillBDJqCK4OuBNguuo6OSG333vPU8%2BtTrj2NpJhbI4%2F58uuvjII45MZ5IlmdMh1HJ%2B%2BOUFcQff88j%2B9VsmiOZ%2BCuj7Vy5esIiRDFSiKGgDeez5yTse6jeyJzhc%2F9lFK8%2FEEQl9M8Oq4QDwtKlZ34gkQi%2BvX%2F9yNR857ZRTjzvumHSm1PZIFAQhTD55Ua%2BYhTdunv3KGzGTyJLKauXJmUOOfQulIpUEsHmbc%2BDAofghnT%2FU7HnEEuvo92%2BnowSlwqZ4DvIBpqqfVy7EO0RNqDK9Lu%2FKYlZwS54L4CfC1LGTmal3chDJNMXxCE6W1yqqTItBLGFyccbhEZNJwAlNyrpFi9%2FdljyPphgcLkzxprQZjWHaM%2B8gdiprBFK%2BVK6tRmVJpcac1YQRp9NZXy39Obo0Lc9LxNoJAZ1rhGk8srEPUkhEVRGLtL3GUwqU08suaG9tDIODLIt947IF0dkZYdPKFDoiSXrhqfFl3WHEJaCh550cXfG%2BfsWbWcKApvOM600rFILCoih12WhTdFZzM6E1bq8imBCRSLjQL5Quh8Xk%2FQurw7OFIFLk3NN2b7irY2A40t6aWbJ4n0hQqKzdXF0hzbo6R5%2F%2BcdMLr7U3hNAHT%2BinTPCMXr4bXgEU6gKowhjlVcNKRc6Y5SkcF7pJleYpLEoz6eSrGzYoL4wQr%2FOpuubEdNpOleJnuofEG0W2bWfpUUd3z%2B92Dqymr3%2BM6Ip3zcU6Rmk5IFENcNDqklSqoN1SLSwZI2wrcUuFHEcQ3VCa3S4ndfRjpPn9yt5nN1ggx9uSIVW8o6NOxg1g1XOQiDQ0dnbN37trlxUiXu%2BV6erV6frfKkjpWgb5X9uxm9vaujo75bKh7Rwx51w0%2BARYSq9QVVvMJYsh0wNaTXPqVJ%2BdjbEdMldmutmeY0E4AVuIzktwy8mIO5U7x7VIOuf8kEWLbNse3N%2BnHQqCs14MLwobQHH8p4SzMhVP0JiFC8G5aGptPfqY5UpCtO9DDr9T8EvJyHpB5fsz7iCGbP05QOnrlQzmeH4Rul1NRQ45dJxnH%2FpDXK3jX62k6wYF%2BcSklB8cGRkaGEgmU1w4COoZ4yCEhMPhWbPbO%2Bf3hCxmq54PR9UOEqa4d%2BAn9MAqlN6BeQLVbywHSLllsyHcg9o%2Bbnd%2BSpWK8Ywugp3S5MGSXhM1dbWjZIswsXT5uShbqlt1yN6t3FWNBI4K9Aj1hE3VDnVnDuRuESp29svxmoJKjNgSdjm2aasp%2BFyd9SboXi%2F5SxhTAc7L%2B9Jvjdl2aZCeK2yqwjTqisG5Tey0zkhbRFlaATqLCMYKYofzfQfXxFN9OjxhCn9xXpS%2BhKBgVxlAYZPaVBszNEd65rWdKm2AzauOHFdNTZMniTD6ykjyP5%2Fbv2MwwRzg0iZoahWXBtAiKpYtH8h9VWNL%2BNpTei4%2FMqpAqEtKumto9bqt3xyJWS76xlWEokxTGQQqJKnB5jTDqctuPKT976RtqKfe1D2ChZIeoWTjUPKC3%2B%2BGlM0tliUxVCPGJd%2Bf95LDqQNfWtHz1RM6hLAJsbb2PfjnTT%2BQr4csKGieq9jVLf%2BetI0tAucd%2F42FHedwqTo95TPBkl41oKEIMhwue34QJx0eYqYeHaqUiKB0m9d9ZMwO4dvWDmweSkhSTqYGXnjzNnlB6T0gXMiY0lpIF1%2BtkCk8ap4JyS%2FC1W30lARW5mIUDkn4il9887q0M4al3at4x6qmpkXIM%2Fsn%2BwfjdhjXN0lhjDOe6s7RpJGPlP2TraqcZvv%2BX08kqWUBFj5d1E4GjQ2p25kcV31H8llblbyy5HBYSKWfShD5JVYoqDREvuFAwto5%2BAeGq5ioUz3YpvjVA0lL7p0ysnWNaeixBCztkIyj%2B5opMol4Sl4cTsjXhyZep6aDoqhQL9Io1jw%2Bed3nN7%2F1urj16q2vPJu%2B%2BctbNrxg3%2FKVt7ZscMKNimzyectGdNOXtl3%2Fxdfu%2BEbv6CBRPB74GI79xXspXVBfX2qC1JbInTtR30faaWxp%2BJdTOs9fPldxm3aKkK6BzE60LAlwpN6Oj6UzyUx83BkdTEwcSI8NJMdG0v29yViMK9EmKJMg996xfe%2F22MHh1Osvjd3%2Fo14SSE01CEnlhKtgmVp8IT2FQZiObnAH5mBPqVjVHCsXzBJ2x8KWpy5cPDusEOyNbey25%2FrU6BzPFCAdKS4pd7rWRT1bTPkWmKrOTGlBqUp14JAldu8ko%2FtTqg5WjZKAbX%2BNj%2BxnbXO4UzJvonx2UU3kIb9GDumwRZndkJieZAu4c3llwI4C9MQtDqjOLpGk0764Zc2Fi5ssgx%2FwUS1hEki7kpKDs12vuLC9J5kE1%2FHVltPJQDoVNLHNTDwjBeWS%2BZ375Sq1a%2FHIME6DdIuY9KvTKZRxRDWVf9LItHe1PH%2BBIqUR7Unbufrl%2Faqlu77KJL%2FuWLdP1VlXsekSUq4xk1l%2BaOtPP7hg6xh%2Fpm%2F8sX3xvtGkSNpqpAPFgjGEs7yiWUHVt5gGMfm%2FVGZ2Z8uzFy1uDanoFMEk7fCzH90TG0iKiCHutO545nrnfaM35amZmyTjNnLl8z3m%2FNAlravOXxxi5JAm65yeyLdOmds%2FydcOJJ%2FtSz7RP35wIkUSuhSQUYdy1YsJRHfUAks5c%2Ba1PHXxoe0RIt%2Bh%2Bq5AfHR1%2F55dB0VDGGqa0BdtVMomFFbuZiiUdWtnaCyzp%2Be9Hryp5l6Qb5%2FUGWIEuZEWtf7uKPvooc3yB0HHW%2BPO2v3x1X2TLw7GJ8cdkUpLzSppypGYM6%2FpqYsXS1JqGyIVNv3I4%2F2btgyLxlANpDSE27hm0HHEpjWDcj0bnhvgGSAEo5lm0MqoWYlWhU%2Bu2nXJke1XnzT3kCjJlbTkuraWzrKWzmr79JFtklqbhtNrBxNP9o%2Bt25fsbLSeukhypeRHrp1X8rGn973y5qCI1MiVRqhfeGxQgvttmw5Im75lw6i28vXlTVIrNQH5dgUqNiI5LIS5w3%2B7vv%2FhbaP%2FccKcK5e3NVmWp9DRWyOITpwblj9XHNt2IOU0MtygS9pMHOAzzww8u2kARcL%2BnZSofPBUTx2VkAjMiBUdI9EzYzjUzpukKDUD0%2BW%2BcsxJMI%2BGIOnc%2Fty%2B43%2Fde9cbo2ULUdsjtIGCDnWr2OjXXux%2FfKMhZc3WBkWiVi7xmb2QIm8oQqpvLqgH32LfgUGVJYs4EzxiTY6lr1m9530P9D62O%2BH9bJHw6j5ojee%2Bvnbg7nUDPDwtDW6nyXGnNrOQXIRWlG6AB3oOazriOJZJ10lx4jLx5nxqQlGfCTZ1Y6Jc6FpXQiLEGeYhum9w4jOPbF35yK51A4ksIsWoyFXCClryn78xaltkmoYik8KdC8TVtx9%2F3Cnt3DbJd7TyY4uvumlpqAG4jWtiNCjANlBueu2M1HqAxYRFNu4eu%2Fg32z%2FzZN%2BWMf%2B0n7Q%2FUYue3NNCBUxfxjKTeNly%2B4Qzu7GpTAP4u5VzmtqEnZ4x0KkrAEpTE%2Bpn%2FYAiyxIEPb55aMUv%2F7p6X8KPn9XVz%2B6OEl6HEfYYg%2BTQVErkJn%2Bnkkg4qJ7ttlCG%2F8pfyu1yqE6RGq0BCp6AOHXp7NPmNRZ%2F3vDM6Z1NmTA1U21KIg9wXWSCA8LM%2BcP3AKY5Ch%2F5NjRO26ZjqNUosmTm2GWzHzxXekm4VITpxI5Qc1tYFQG8XRj7bbLp7lYUlgGJSpK72B0uOtW9EUrZnQubHl25SMJKh6v92J9wfts7UWy%2FTp%2FbSgWUyX7VQc25ISZcK6sW82pBNXZhnyXgIrOFC8VGzQcpHD%2BqXGyctkkqbSVtluKheHrOgpZn%2FnFxWIcXGVXm%2B8I%2F7PzCH3cNJgqN0lnzG5EbIfW%2FU1NGCNMB4QiHI7hzUXPz7HA1dVqe0Z9FBh0Aqo56eBRG6Wp0xw5HQteetcARsCfm9E6mCef%2Fs2J%2Bc4iayNBw0j7vkT1DA5NMiBs3jN52xlzv58%2FobBAhhgBmTtilgepeiK7%2F%2BZI%2F3Zd4%2BP%2B26dqtqsp0fXZaMR8PpCZAPosInNsQ71hib1e2%2FEioIfLLlQtW9ESLRUuSctt46qI%2F7jk4EAfpTtr0vtcHrjx21pLWUO590pdvnWWNjSQQm8laZ9VTpAenY5NlherEHBXUaJvAdF48m5SxWaa%2FKfDCli0%2BvLQ1S0ruMVnyy8nm0dTZj%2Bw8ODQpVI8uFgxYwrl2%2FUhewBjjs7pbrJk%2FF05wXOuhaUV1HzpISaqPvZNgd8oJkYf%2BOnrM%2Fb2%2F2hpT50rkA7xrNwyjwUmR7XCRG%2BOE2ZNbR14aSnnftqI7KvC70agDyrqCfgNJK0FIvlGcAKWmWqJGBmNffmz78Q9sv%2FetCfcb9B5QB%2BwwRVMTgokqgHP4Vev6c8dXyOdT5kZFmE4bIs4ADjATuw1uzzO%2BauRwgT0jfjjCl2LBkBNLV1IyYP9Q%2FCurdjy9N2mcc6Nd3BmDuZpdqbsttn3X%2BJ%2F12wz%2BOqyVzp3dRJ135SmQkCVLnvSI4gMzCqlZEqfrdn1wiwtLvoUwy2Hoypf6c%2BVTHdEGnw3Sq7pm3X6tNF34dWZ3GL9rielj5SvxhVQJOc8zPICyHG4KqbKjRX25GCuCjuwd%2F5WSd%2FWpkUSK%2BB0AAxbt75%2B4d%2Ft49twK9JGFrbpiGJfCLqBQLX7bSWmKBQrLhDBAsZdLfBSFqrPwPVBJuH6RELhEPNRk0jmj173cL%2F9z26vDa7eM2CHqC1dsiq5dN5TmwnQ9vj6azHbqQzko%2FbapzeyNF888Ez4D9UjlvO3aouyk%2BqAWV0YmxjIrHtl509pBbqlchQ8jY6CMZYZid745Jv%2F3g83D33l2r2AM%2BwUQubu7guDyxcHB0pgzdGpaV7nwA5QYGW3%2BWKwVWQncTwqPI5gyZzCvUXrewDWyL%2BkdYfTG3glQs1ssgbhOHefVbJqgkW2R7706OJ50blun6mSMOOffjjqvY4nm7nBoDoLtgdFdHG1i5l4tEgqHcbETaUq8VXCb4mi0zLjGBtauIRIpgjDA%2FRqJSElHqhjG6x8u%2BIqusGiwMA9E9ViNm8lWyRolU3yQCuAQnRi3b3%2BxX94cKhqao8%2FqEPKSFyxplv%2Ftbl9JcdC8ynQKH3dy6MSz2ju6oud8%2FJB5PaKgNzudxCed3nzC6bMXL2v%2BxBWHBxQhSQKEKMxvP99%2FnhT2n5tZeBaBOY5NjcGn1D%2FQikWjBV9bH7977X67wZq%2BKlPVdhyrA%2FqA5IuV%2Bt1KOrPnN62%2FaKFFqEBk9Wuf3rJvbzQiSqFDytSJBakkbmgUmQwpDoexEFi6yFvCRUlc%2F5NPACUyZHnPsR844vtCOIWcpdxzR7XfFHIm9TnZwXUJlQqjyC9ciomIUHTli2MPbR7hRph0U5uuw8oeI1DasZnSGSJ7QpfQBWF6yr35i1Ke8o9czOtqvv%2FcrmWtkSSX0MvKiPiTmy%2FfMTTMiA8dTEjPFBbz4vZVT2W3T4Al%2B6pBNId3Ljrz6B9SFOFgF%2BJudag39znuLoia6vAE7H9kqj6nqYHhVbuSd22LbYmnM1yNGhCeUdFl67G8kUZc6O2qI0ZaGsTHF7X%2B%2B1GzGhhKc4PJ1NkYklrb9v%2Bmd%2FBB1ZPh4goohahKmVjsxh8QzrdZ8r9N4UVL5l20ZN4loHoXDIzxFoQL%2BXepNauhppl5oY5xoP6epG4ha1Al4UTS0gYzKszjMeEKjlQpKAr09JlI3gyF9LRm7qQF9ZBMqWJGmLzFjJNRnRuozLxWd%2BsKZuQXE1q1JCq7atGwqvsWDvh72FxJEPeDA6WoidxzxJAqK8VF8g7GSSU5xZcDLqrfUX9SFI5E9YLTCnP0evaYOUVPkPwwqxkjkDdEsLglEPKFOP%2BvAF6I7EVTQh%2FiUDiPXO%2BAGl2s%2BNI%2FxxrQfWUQou6KL6qPxXmgAdScwdwJjFwf%2B4zN%2FWPf8SyVxoqyR1oBKeJrPAX6SoNlKD3XHHDuYMtshAx7lwf%2B64QyubvS1DTQhoMJWmBSWePfVGyTZ28idwoWCXJxpz0auTgV6HOdHLLhODvLsoqWRX0UjAjIQpSJdUslIWWauNO%2BSfkL594g8o%2FhVQ2FPPhTef5SWX8c%2BzYRixI5HeJBEQGRgJIOlsmMcbNBtc44NIKsq6%2BQHoSBXXVaBVmztQKouixyDYHO0jxTfARxRXoGsol54RkTGvSoKA%2BjBlEKXUuklLAGk%2FpcsurqKPDfTL7cjWho1WHoOAWgpknNqa7CbMKTCGJaN%2FTJqnrcJaLTWz%2Be2Ux6BeRTgxiMrRBuHLewF6ICZqglRyjcE4rdIIpERTkMBXmjmAwsrcSU14OUUPqep%2BJG4EUsU%2FY2FwUsXw1Yb2oWXEz1wfqbsOzRzPkbXFhdSOqkBExsFaaqG0URTYLmVtVjQ2d4VlfR6n1iL3Uv%2FH3ndMbf1qyud%2FvjPWrW88EoIaZSpqozkt575LEkoaDn5Py%2FAAMAHa6AWVCsrKMAAAAASUVORK5CYII%3D%22%3E%20%3C%2Fimage%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 40px;
  width: 40px;
}
.icon-boa {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2277.759px%22%20height%3D%2277.762px%22%20viewBox%3D%220%200%2077.759%2077.762%22%20enable-background%3D%22new%200%200%2077.759%2077.762%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%23E31837%22%20d%3D%22M77.759%2C64.985c0%2C7.047-5.717%2C12.777-12.791%2C12.777H12.798C5.73%2C77.762%2C0%2C72.032%2C0%2C64.985v-52.19%20%20%20C0%2C5.736%2C5.73%2C0%2C12.798%2C0h52.169c7.074%2C0%2C12.791%2C5.736%2C12.791%2C12.795V64.985z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M42.609%2C53.493c0-0.703%2C0.593-1.278%2C1.323-1.278%20%20%20c0.745%2C0%2C1.334%2C0.575%2C1.334%2C1.278c0%2C0.727-0.589%2C1.306-1.334%2C1.306C43.202%2C54.798%2C42.609%2C54.219%2C42.609%2C53.493%20M42.854%2C53.493%20%20%20c0%2C0.596%2C0.476%2C1.055%2C1.078%2C1.055c0.6%2C0%2C1.075-0.459%2C1.075-1.055c0-0.562-0.476-1.023-1.075-1.023%20%20%20C43.33%2C52.469%2C42.854%2C52.931%2C42.854%2C53.493%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M44.595%2C54.223h-0.252l-0.424-0.665h-0.262v0.665h-0.214v-1.438%20%20%20h0.638c0.148%2C0%2C0.262%2C0.004%2C0.372%2C0.069c0.11%2C0.052%2C0.169%2C0.187%2C0.169%2C0.307c0%2C0.282-0.217%2C0.386-0.479%2C0.396L44.595%2C54.223z%20%20%20%20M43.905%2C53.382c0.2%2C0%2C0.496%2C0.041%2C0.496-0.221c0-0.187-0.165-0.21-0.358-0.21h-0.386v0.431H43.905z%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M31.379%2C29.656c1.979%2C0.782%2C3.904%2C1.604%2C5.828%2C2.502%20%20%20c-6.117%2C2.471-12.006%2C5.417-17.644%2C8.766c-1.898-1.001-3.835-1.943-5.789-2.82C19.397%2C34.835%2C25.276%2C32%2C31.379%2C29.656%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.101%2C27.087c-6.33%2C2.013-12.443%2C4.628-18.212%2C7.831%20%20%20c1.837%2C0.665%2C3.66%2C1.363%2C5.469%2C2.121c5.6-3.289%2C11.52-6.074%2C17.688-8.262C27.42%2C28.171%2C25.776%2C27.603%2C24.101%2C27.087%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M44.622%2C29.408c-4.99-2.412-10.155-4.44-15.473-6.055%20%20%20c-1.871%2C0.538-3.735%2C1.12-5.579%2C1.766c5.486%2C1.614%2C10.824%2C3.668%2C15.935%2C6.127C41.2%2C30.597%2C42.913%2C29.98%2C44.622%2C29.408%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M52.755%2C26.984c-5.104-2.228-10.38-4.083-15.769-5.563%20%20%20c-1.712%2C0.353-3.429%2C0.737-5.1%2C1.192c5.348%2C1.544%2C10.531%2C3.53%2C15.559%2C5.888C49.191%2C27.961%2C50.956%2C27.451%2C52.755%2C26.984%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M65.805%2C31.367c-12.802%2C4.313-24.776%2C10.46-35.618%2C18.149%20%20%20c2.709%2C1.644%2C5.349%2C3.422%2C7.93%2C5.282c10.225-8.108%2C21.559-14.847%2C33.768-19.981C69.892%2C33.607%2C67.855%2C32.459%2C65.805%2C31.367%22%2F%3E%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M57%2C27.182c-13.288%2C3.515-25.8%2C9.201-37.051%2C16.661%20%20%20c2.522%2C1.255%2C5.024%2C2.595%2C7.471%2C4.005C38.454%2C40.209%2C50.715%2C34.26%2C63.782%2C30.33C61.549%2C29.215%2C59.299%2C28.164%2C57%2C27.182%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 40px;
  width: 40px;
}
.icon-comp {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2272px%22%20height%3D%2259.363px%22%20viewBox%3D%220%200%2072%2059.363%22%20enable-background%3D%22new%200%200%2072%2059.363%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M38.446%2C28.04V16.958H36.03h-0.06H10.715V45.78H35.97h0.06h25.258V33.554H43.967%20C40.919%2C33.554%2C38.446%2C31.081%2C38.446%2C28.04z%22%2F%3E%3Cpath%20fill%3D%22%23D1C9C0%22%20d%3D%22M61.288%2C33.554V45.78H36.03h-0.06H10.715V16.958H35.97h0.06h2.417v-4.279H36.03h-0.06H8.772%20c-1.289%2C0-2.337%2C1.042-2.337%2C2.337v0.779v31.931L0%2C54.304v2.722c0%2C0%2C0%2C2.337%2C2.337%2C2.337H35.97h0.06h33.636%20C72%2C59.363%2C72%2C57.026%2C72%2C57.026v-2.722l-6.436-6.579V33.554H61.288z%22%2F%3E%3Cpath%20fill%3D%22%23E31837%22%20d%3D%22M65.564%2C15.015v0.779v17.76h0.915c3.052%2C0%2C5.521-2.474%2C5.521-5.514V5.521C72%2C2.475%2C69.531%2C0%2C66.479%2C0H43.967%20c-3.048%2C0-5.521%2C2.475-5.521%2C5.521v7.158h24.781C64.52%2C12.678%2C65.564%2C13.72%2C65.564%2C15.015z%22%2F%3E%3Cpath%20fill%3D%22%23E31837%22%20d%3D%22M38.446%2C16.958V28.04c0%2C3.041%2C2.473%2C5.514%2C5.521%2C5.514h17.321V16.958H38.446z%22%2F%3E%3Cpath%20fill%3D%22%23AD1528%22%20d%3D%22M61.288%2C16.958v16.597h4.276v-17.76v-0.779c0-1.295-1.045-2.337-2.337-2.337H38.446v4.279H61.288z%22%2F%3E%3Cg%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M56.83%2C23.082c0-0.304%2C0.259-0.552%2C0.574-0.552%20%20c0.316%2C0%2C0.572%2C0.249%2C0.572%2C0.552c0%2C0.313-0.256%2C0.563-0.572%2C0.563C57.089%2C23.645%2C56.83%2C23.395%2C56.83%2C23.082%20M56.937%2C23.082%20%20c0%2C0.256%2C0.207%2C0.454%2C0.468%2C0.454c0.255%2C0%2C0.462-0.197%2C0.462-0.454c0-0.243-0.207-0.443-0.462-0.443%20%20C57.144%2C22.639%2C56.937%2C22.839%2C56.937%2C23.082%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M57.688%2C23.397H57.58l-0.184-0.288h-0.112v0.288h-0.093v-0.621%20%20h0.275c0.062%2C0%2C0.111%2C0.001%2C0.158%2C0.03c0.049%2C0.022%2C0.073%2C0.08%2C0.073%2C0.133c0%2C0.122-0.091%2C0.167-0.206%2C0.171L57.688%2C23.397z%20%20%20M57.391%2C23.035c0.087%2C0%2C0.214%2C0.017%2C0.214-0.096c0-0.081-0.071-0.09-0.154-0.09h-0.166v0.186H57.391z%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M51.986%2C12.795c0.853%2C0.338%2C1.685%2C0.693%2C2.515%2C1.081%20%20c-2.639%2C1.065-5.181%2C2.337-7.616%2C3.782c-0.816-0.432-1.653-0.838-2.496-1.217C46.813%2C15.031%2C49.354%2C13.808%2C51.986%2C12.795%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M48.845%2C11.688c-2.732%2C0.868-5.368%2C1.998-7.858%2C3.378%20%20c0.795%2C0.287%2C1.58%2C0.588%2C2.36%2C0.915c2.417-1.418%2C4.973-2.62%2C7.631-3.564C50.276%2C12.156%2C49.567%2C11.91%2C48.845%2C11.688%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M57.698%2C12.689c-2.152-1.04-4.381-1.916-6.676-2.612%20%20c-0.809%2C0.231-1.609%2C0.483-2.405%2C0.762c2.366%2C0.698%2C4.67%2C1.583%2C6.876%2C2.644C56.222%2C13.202%2C56.962%2C12.936%2C57.698%2C12.689%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M61.209%2C11.644c-2.203-0.962-4.479-1.763-6.805-2.402%20%20c-0.738%2C0.153-1.479%2C0.319-2.201%2C0.515c2.308%2C0.666%2C4.546%2C1.525%2C6.714%2C2.542C59.671%2C12.065%2C60.433%2C11.844%2C61.209%2C11.644%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M66.841%2C13.535c-5.524%2C1.86-10.692%2C4.513-15.369%2C7.829%20%20c1.167%2C0.711%2C2.307%2C1.478%2C3.421%2C2.28c4.411-3.499%2C9.301-6.407%2C14.57-8.622C68.603%2C14.5%2C67.725%2C14.006%2C66.841%2C13.535%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M63.042%2C11.729c-5.734%2C1.517-11.133%2C3.97-15.989%2C7.19%20%20c1.09%2C0.542%2C2.169%2C1.119%2C3.224%2C1.727c4.763-3.296%2C10.052-5.863%2C15.69-7.56C65.005%2C12.606%2C64.032%2C12.152%2C63.042%2C11.729%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 40px;
  width: 48px;
}
.icon-moz {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.0//EN%22%20%22http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%22%20%5B%0D%0A%20%20%20%3C%21ENTITY%20ns_imrep%20%22http%3A//ns.adobe.com/ImageReplacement/1.0/%22%3E%0D%0A%20%20%20%3C%21ENTITY%20ns_svg%20%22http%3A//www.w3.org/2000/svg%22%3E%0D%0A%20%20%20%3C%21ENTITY%20ns_xlink%20%22http%3A//www.w3.org/1999/xlink%22%3E%0D%0A%20%5D%3E%0D%0A%3Csvg%20xmlns%3D%22%26ns_svg%3B%22%20xmlns%3Axlink%3D%22%26ns_xlink%3B%22%20width%3D%22132.72%22%20height%3D%22127.219%22%20viewBox%3D%220%200%20132.72%20127.219%22%20overflow%3D%22visible%22%20enable-background%3D%22new%200%200%20132.72%20127.219%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%0D%0A%20%20%20%3Ctitle%3EFirefox%20Logo%3C/title%3E%0D%0A%20%20%20%3Cdesc%3EFirefox%20logo%20in%20SVG%2C%20authored%20by%20Jon%20Hicks%2C%20made%20in%20Adobe%20Illustrator%20%20%28file%20format%20cleaned%20up%20and%20slightly%20modified%20by%20Doug%20Schepers%29%3C/desc%3E%0D%0A%0D%0A%20%20%20%3Cg%20id%3D%22Firefox%22%3E%0D%0A%20%20%20%20%20%20%3Cg%20id%3D%22Globe%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cellipse%20fill%3D%22%23110070%22%20cx%3D%2263.755%22%20cy%3D%2259.375%22%20rx%3D%2259.336%22%20ry%3D%2259.375%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_61_%22%20cx%3D%2264.5688%22%20cy%3D%227.2266%22%20r%3D%22104.221%22%20fx%3D%2264.5688%22%20fy%3D%227.2266%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%2367C5D5%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.1604%22%20style%3D%22stop-color%3A%2366C2D3%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.2795%22%20style%3D%22stop-color%3A%2362B9CE%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3852%22%20style%3D%22stop-color%3A%235CA8C6%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.4832%22%20style%3D%22stop-color%3A%235392BA%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.5759%22%20style%3D%22stop-color%3A%234874AA%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.6646%22%20style%3D%22stop-color%3A%233A5097%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7485%22%20style%3D%22stop-color%3A%232A2781%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8146%22%20style%3D%22stop-color%3A%231B006D%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23596AAD%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cellipse%20fill%3D%22url%28%23XMLID_61_%29%22%20cx%3D%2263.755%22%20cy%3D%2259.375%22%20rx%3D%2258.215%22%20ry%3D%2258.254%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_62_%22%20cx%3D%2264.5518%22%20cy%3D%2214.1748%22%20r%3D%2252.2317%22%20fx%3D%2264.5518%22%20fy%3D%2214.1748%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_62_%29%22%20d%3D%22M55.405%2C89.446c-0.072-0.316-0.857-1.233-1.458-1.438%20c-0.599-0.205-1.188%2C0.884-1.574-0.924c-1.266%2C0.726-1.812-0.2-1.812-0.2s-1.365%2C0.08-1.629%2C1.751%20c-0.65%2C0.769-2.316%2C3.566-1.431%2C0.657c0.891-2.927-0.94-0.23-1.11%2C1.24c-0.318%2C0.653-0.855%2C0.719-0.517-2.218%20c-1.173-0.405-1.772-3.127-1.129-3.179c-0.747-1.041-0.16-2.633%2C0.462-2.548c0.622%2C0.08%2C1.69-1.36%2C1.657-1.694%20c-0.033-0.333%2C0.482-0.095%2C0.45-2.336c-0.033-2.247%2C0.847-2.803%2C0.919-0.924c0.076%2C1.872%2C1.194-0.613%2C1.079-1.566%20c-0.116-0.949%2C0.112-3.094%2C0.793-1.826c-0.793-3.137-0.167-3.261%2C0.309-1.173c1.193%2C0.094%2C1.234%2C0.73%2C1.234%2C0.73%20c1.321-0.325%2C1.954%2C0.67%2C2.056%2C1.228c1.224-1.445%2C2.46%2C0.113%2C2.46%2C0.113s0.853-0.283%2C0.445%2C1.2%20c-0.41%2C1.478%2C1.772%2C0.678%2C1.251-0.384c1.073-0.543%2C2.666%2C1.102%2C3.168%2C2.224c0.502%2C1.127-0.86%2C2.723%2C0.202%2C3.109%20c1.068%2C0.384%2C0.6%2C2.242%2C0.6%2C2.242s2.232%2C1.238%2C0.683%2C2.301l-0.528%2C1.265c0%2C0%2C1.01%2C1.127%2C1.354%2C0.456%20c0.344-0.672%2C0.466%2C0.683%2C0.466%2C0.683c-0.129-0.24%2C0.248%2C1.396%2C1.64%2C1.74c1.398%2C0.341%2C2.283%2C2.55%2C0.731%2C2.578%20c-1.546%2C0.025-1.666-0.017-2.085%2C0.886c-0.417%2C0.899-2.391%2C0.931-3.413-0.233c-1.087%2C0.368-3.021-0.106-2.452-0.976%20c-0.938%2C0.547-1.824-0.922-1.091-1.577c0.733-0.653-0.412-1.499-0.797-0.563c-0.381%2C0.935-2.404%2C1.396-2.263-0.195%20c0.042-0.472%2C1.12-0.748%2C1.134-0.354C55.406%2C89.996%2C55.486%2C89.505%2C55.405%2C89.446z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_63_%22%20cx%3D%2264.5537%22%20cy%3D%2214.1758%22%20r%3D%2252.2289%22%20fx%3D%2264.5537%22%20fy%3D%2214.1758%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_63_%29%22%20d%3D%22M103.541%2C43.916c0.309%2C0.306%2C0.917%2C0.238%2C1.254%2C0.144%20c0.339-0.097%2C0.291-0.337%2C0.583-0.431c0.287-0.097%2C1.397%2C0.431%2C1.107%2C1.584c-0.673%2C0.094-0.917%2C0.912-0.917%2C0.912%20s-0.673%2C0.287-1.013%2C0.144c-0.338-0.144-0.338-0.097-0.821-0.05c-0.483%2C0.05-1.643-0.622-0.387-0.622%20c1.257%2C0-0.143-0.577-0.675-0.577c-0.53%2C0-0.097-0.528%2C0.532-0.384C102.768%2C43.916%2C103.009%2C43.385%2C103.541%2C43.916z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_64_%22%20cx%3D%2264.5488%22%20cy%3D%2214.1724%22%20r%3D%2252.2373%22%20fx%3D%2264.5488%22%20fy%3D%2214.1724%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_64_%29%22%20d%3D%22M99.188%2C46.524c-0.337%2C0.334%2C0.049%2C1.344%2C0.483%2C1.294%20c0.433-0.047%2C1.11-0.238%2C1.11-0.238s0.337%2C0.672%2C0%2C0.866c-0.337%2C0.19-1.319%2C0.106-0.047%2C0.575%20c1.304%2C0.479%2C1.64%2C0.334%2C1.737%2C0.094c0.097-0.238%2C0.53-1.054%2C0.773-1.006c0.193-0.431-0.676-0.815-0.192-1.105%20c0.479-0.288%2C0.096-1.343%2C0.096-1.343s-0.677%2C0.047-0.966%2C0.528c-0.29%2C0.48-0.674-0.047-0.964-0.047%20c-0.049%2C0.287-0.243%2C0.527-0.243%2C0.527l-0.193-0.434C100.781%2C46.234%2C99.428%2C46.188%2C99.188%2C46.524z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/g%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_65_%22%20cx%3D%2265.4053%22%20cy%3D%2219.1201%22%20r%3D%2257.3827%22%20fx%3D%2265.4053%22%20fy%3D%2219.1201%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.2643%22%20style%3D%22stop-color%3A%230B629B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8439%22%20style%3D%22stop-color%3A%23031747%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300022F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_65_%29%22%20d%3D%22M90.165%2C47.314c-0.042-0.123%2C0.384-0.62%2C0.27%2C0.024%20c-0.262%2C0.458%2C1.058%2C0.87%2C1.428%2C0.36c1.241-1.7-1.17-2.522-2.216-1.732c-1.056%2C0.797-1.638-0.912-0.425-1.155%20c1.209-0.245%2C1.311-2.43-0.021-2.438c1.176-0.58-0.453-2.318-1.799-2.615c-0.217-1.87-2.189-3.059-3.226-2.38%20c-1.047%2C0.681-1.137%2C0.561-2.671-0.37c-1.528-0.927-2.264%2C1.928-1.14%2C3.175c1.131%2C1.256%2C0.311%2C3.281%2C0.358%2C2.935%20c0%2C0-0.426%2C0.766-0.398%2C1.053c-1.294%2C0.439-1.672-1.383-2.475-1.786c-0.585%2C0.763-1.53%2C1.17-1.53%2C1.17l0.071-1.553%20c0%2C0-4.017-2.188-5.251-1.575c-1.521%2C0.47-1.881%2C3.991-0.5%2C4.506c1.383%2C0.521-1.735%2C1.818%2C1.393%2C5.116%20c3.213%2C3.386%2C4.455%2C3.483%2C5.111%2C2.932c0.162-0.139%2C0.442-0.347%2C0.784-0.578c0.031%2C0.13%2C0.083%2C0.255%2C0.163%2C0.373%20c0.804%2C1.209-1.869%2C2.162-2.242%2C3.894c-0.379%2C1.751-0.03%2C5.007%2C1.556%2C5.118c0.302-1.735%2C3.27-1.122%2C1.655%2C0.45%20c-1.644%2C1.603-0.491%2C1.886-0.491%2C1.886s0.078%2C3.003%2C2.592%2C2.043c-0.073%2C0.172-0.132%2C0.392-0.167%2C0.632%20c-0.703-0.142-2.421-0.357-2.841%2C0.841c-0.53%2C1.512-2.774-0.512-4.344%2C0.167c-1.563%2C0.674-3.844%2C2.887-3.076%2C4.443%20c1.476-0.7%2C2.606%2C2.456%2C0.544%2C1.808c-2.069-0.65-1.667%2C0.583-1.667%2C0.583s-2.154%2C1.699-0.137%2C3.508%20c-0.775%2C0.118-2.152%2C0.981-1.688%2C2.874c0%2C0-0.885%2C0.032-1.004%2C1.726c-2.887%2C0.582-2.711%2C1.478%2C1.633%2C0.496%20c-1.753%2C0.91%2C1.226%2C1.338%2C2.546%2C1.217c1.322-0.12%2C4.792%2C1.591%2C2.185%2C1.608c-2.612%2C0.016-1.834%2C1.294%2C1.294%2C1.355%20c3.123%2C0.064%2C2.795%2C0.788%2C3.259%2C0.756c0.464-0.032%2C2.484%2C1.561%2C2.374%2C2.444c-0.113%2C0.884%2C2.116%2C1.801%2C3.566%2C0.788%20c0.074%2C0.919%2C3.886%2C0.202%2C4.45-1.455c4.128%2C0.631%2C4.033-0.139%2C3.114-0.629c-2.067-0.316-5.86-3.063-1.746-1.65%20c4.093%2C1.411%2C0.15-1.11-0.929-2.079c-2.35-0.457-2.47-2.416-2.47-2.416s1.298-0.739%2C0.274-2.586%20c2.539-0.471%2C1.006-1.364%2C1.291-2.215c0.285-0.854%2C1.574-1.942%2C2.016-2.03c0.084-0.115%2C0.775%2C0.023%2C0.134%2C0.283%20c-0.554%2C0.006-0.161%2C1.566%2C0.502%2C1.646c2.242%2C0.273%2C1.586-2.654%2C0.269-3.243c-1.32-0.594-0.135-2.204%2C0.792-1.12%20c0.927%2C1.082%2C2.993-0.133%2C2.218-1.504c1.232%2C0.854%2C1.896-1.909%2C1.372-3.495c1.648-1.429%2C1.595-4.278%2C0.32-4.915%20c-0.627-0.313-0.93-0.516-1.082-0.905c0.757-0.358%2C1.761-0.622%2C2.155-0.269c0.641%2C0.579%2C2.425-1.018%2C2.312-2.885%20c0.751%2C0.412%2C1.947-3.395%2C0.931-4.727c2.326-3.252%2C1.699-3.547%2C0.921-3.002c-1.17%2C1.622-5.013%2C3.563-2.034%2C0.688%20c2.892-2.791-0.769-0.675-1.994-0.222c-1.441%2C1.805-2.97%2C0.938-2.97%2C0.938s0.065-1.479-1.796-1.509%20c0.86-2.373-0.526-1.516-1.011-2.164C90.191%2C49.301%2C90.016%2C47.719%2C90.165%2C47.314z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_66_%22%20cx%3D%2264.5508%22%20cy%3D%2214.1733%22%20r%3D%2252.2333%22%20fx%3D%2264.5508%22%20fy%3D%2214.1733%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_66_%29%22%20d%3D%22M60.007%2C23.541c-0.361%2C0.941%2C1.178%2C2.47%2C1.951%2C1.978%20c0.775-0.495%2C1.885-1.482%2C1.885-1.482s1.177%2C0.945%2C0.701%2C1.619c-0.479%2C0.672-2.386%2C1.428%2C0.374%2C1.122%20c2.831-0.313%2C3.347-0.897%2C3.333-1.437c-0.015-0.538%2C0.141-2.469%2C0.631-2.603c0.015-0.99-1.925-0.898-1.253-1.889%20c0.672-0.986-0.905-2.606-0.905-2.606s-1.228%2C0.719-1.382%2C1.888c-0.155%2C1.167-1.304%2C0.538-1.848%2C0.806%20c0.141%2C0.584-0.026%2C1.212-0.026%2C1.212l-0.711-0.629C62.758%2C21.519%2C60.186%2C22.688%2C60.007%2C23.541z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CradialGradient%20id%3D%22XMLID_67_%22%20cx%3D%2264.5518%22%20cy%3D%2214.1646%22%20r%3D%2252.2415%22%20fx%3D%2264.5518%22%20fy%3D%2214.1646%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/radialGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_67_%29%22%20d%3D%22M64.61%2C72.966c-0.337%2C0.334%2C0.05%2C1.343%2C0.483%2C1.296%20c0.434-0.049%2C1.11-0.24%2C1.11-0.24s0.337%2C0.672%2C0%2C0.865c-0.339%2C0.19-1.319%2C0.108-0.049%2C0.575%20c1.303%2C0.48%2C1.642%2C0.336%2C1.739%2C0.096c0.095-0.24%2C0.529-1.056%2C0.771-1.009c0.195-0.431-0.676-0.814-0.193-1.102%20c0.483-0.291%2C0.099-1.346%2C0.099-1.346s-0.676%2C0.048-0.966%2C0.529c-0.29%2C0.479-0.676-0.049-0.966-0.049%20c-0.049%2C0.288-0.24%2C0.528-0.24%2C0.528l-0.193-0.431C66.204%2C72.678%2C64.851%2C72.63%2C64.61%2C72.966z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cellipse%20id%3D%22XMLID_8_%22%20cx%3D%2263.755%22%20cy%3D%2259.375%22%20rx%3D%2258.215%22%20ry%3D%2258.254%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/defs%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22XMLID_68_%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23XMLID_8_%22%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/clipPath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_69_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2276.3716%22%20y1%3D%2216.5918%22%20x2%3D%2293.2318%22%20y2%3D%2218.0293%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20clip-path%3D%22url%28%23XMLID_68_%29%22%20fill%3D%22url%28%23XMLID_69_%29%22%20d%3D%22M65.061%2C1.002%20c-0.912%2C0.203%2C0.613%2C3.503%2C0.613%2C3.503s-0.055%2C2.216%2C0.321%2C2.329c0.374%2C0.113%2C2.852%2C0.733%2C4.147%2C2.345%20c1.301%2C1.614%2C0.625%2C2.463-0.458%2C1.997c-1.084-0.465-0.797%2C0.959-0.797%2C0.959s3.27%2C1.063%2C0.8%2C0.995%20c-2.475-0.066%2C1.666%2C1.741%2C1.393%2C1.93c-0.273%2C0.191-0.429%2C1.231-0.429%2C1.231s-2.183%2C0.182-0.333%2C0.959%20c6.26%2C2.637-0.669%2C1.925-0.669%2C1.925l-0.884%2C1.087l1.749%2C2.194l1.345%2C0.962c0%2C0%2C2.833-0.945%2C3.716-1.093%20c0.884-0.146%2C3.114-1.815%2C3.114-1.815s0.669%2C0.478%2C0.169-0.497c-0.501-0.976%2C1.841-0.54%2C2.425%2C0.186l4.134%2C1.867%20c0.054%2C0.144%2C0.146%2C0.274%2C0.292%2C0.375c0.806%2C0.565-0.729%2C1.535-0.573%2C2.562c0.156%2C1.016%2C1.093%2C2.704%2C2.121%2C2.526%20c-0.18-0.969%2C1.851-1.086%2C1.144-0.006c-0.706%2C1.077%2C0.077%2C1.056%2C0.077%2C1.056s0.653%2C1.521%2C2.034%2C0.676%20c-0.056%2C0.464%2C0.227%2C1.397%2C1.413%2C1.459c0%2C0-0.126%2C0.506%2C0.848%2C0.865c-0.132%2C1.737%2C0.424%2C1.792%2C0.561-0.846%20c0.245%2C1.157%2C0.992-0.471%2C1.141-1.25c0.15-0.784%2C1.756-2.505%2C1.322-0.984c-0.431%2C1.508%2C4.735%2C2.06%2C5.308%2C0.259%20c0.578-1.815%2C2.637-2.763%2C2.699-3.038c0.062-0.281-4.583-0.712-4.07-0.493c0.514%2C0.219%2C1.47-0.948%2C1.115-1.986%20c0.576%2C0.116%2C0.83-2.301-0.083-2.927c1.143-2.405%2C0.651-2.48%2C0.182-2.001c-0.57%2C1.205-2.922%2C3.023-1.327%2C0.783%20c1.609-2.263-0.653-0.284-1.438%2C0.208c-0.689%2C1.341-1.899%2C1.08-1.899%2C1.08s-0.222-0.911-1.516-0.607%20c0.151-1.612-0.653-0.838-1.12-1.154c-0.285-0.193-0.558-0.627-0.726-0.999c1.115%2C0.452%2C2.612%2C0.933%2C2.354%2C0.104%20c-0.167-0.542%2C2.112%2C0.643%2C2.192%2C0.396l2.848-0.396l2.769-1.75C85.388%2C0.164%2C65.061%2C1.002%2C65.061%2C1.002z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_70_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2238.4917%22%20y1%3D%2219.147%22%20x2%3D%2229.1739%22%20y2%3D%2232.8324%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%230F80BC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3376%22%20style%3D%22stop-color%3A%230A5F9E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%2300145A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20clip-path%3D%22url%28%23XMLID_68_%29%22%20fill%3D%22url%28%23XMLID_70_%29%22%20d%3D%22M38.752%2C6.095%20c-10.573%2C4.747-18.551%2C14.531-18.551%2C14.531s0.938%2C2.145%2C1.265%2C1.987c0.33-0.156-2.361%2C5.628-0.386%2C5.954%20c1.985%2C0.325%2C7.696-3.578%2C6.637-3.22c-1.056%2C0.356%2C0.595-2.112%2C0.595-2.112s2.972-1.318%2C1.214%2C0.202%20c-1.743%2C1.511%2C2.318%2C0.187%2C2.255%2C0.496c-0.064%2C0.311%2C0.525%2C1.147%2C0.525%2C1.147s-1.393%2C1.494%2C0.406%2C0.892%20c6.172-2.075%2C0.812%2C1.779%2C0.812%2C1.779l0.106%2C1.312l2.67%2C0.464l1.578-0.15c0%2C0%2C1.381-2.436%2C1.914-3.098%20c0.535-0.663%2C1.028-3.284%2C1.028-3.284s0.803-0.084-0.213-0.468c-1.016-0.385%2C0.972-1.583%2C1.886-1.434l4.303-1.336%20c0.138%2C0.068%2C0.292%2C0.103%2C0.47%2C0.082c0.985-0.114%2C0.489%2C1.603%2C1.294%2C2.25c0.796%2C0.644%2C2.627%2C1.264%2C3.283%2C0.469%20c-0.784-0.594%2C0.674-2.011%2C0.86-0.751c0.187%2C1.249%2C0.767%2C0.723%2C0.767%2C0.723s1.543-2.654%2C2.036-4.177%20c0.27%2C0.377%2C2.788-3.309%2C2.025-5.067c-0.771-1.78%2C0.479-3.456%2C0.34-3.715c-0.143-0.256-0.896%2C0.528-0.34%2C0.34%20c0.561-0.192-1.589%2C0.772-1.874-2.061c-0.288-2.89-0.707%2C0.243-0.985%2C1.169c0.377%2C1.508%2C4.29-6.093%2C4.29-6.093l5.044-2.057%20C64.006%2C0.873%2C52.525-0.088%2C38.752%2C6.095z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/g%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_71_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2262.6519%22%20y1%3D%2234.5464%22%20x2%3D%2262.6519%22%20y2%3D%2211.8951%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0137%22%20style%3D%22stop-color%3A%23000000%22%20stop-opacity%3D%270%27/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.65%22%20style%3D%22stop-color%3A%23C4E0E3%22%20stop-opacity%3D%270.2%27/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8224%22%20style%3D%22stop-color%3A%23C4E0E3%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8498%22%20style%3D%22stop-color%3A%23CDE5E8%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9443%22%20style%3D%22stop-color%3A%23E8F4F7%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2FAFC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cellipse%20opacity%3D%220.5%22%20fill%3D%22url%28%23XMLID_71_%29%22%20cx%3D%2262.652%22%20cy%3D%2223.271%22%20rx%3D%2230.825%22%20ry%3D%2219.971%22/%3E%0D%0A%20%20%20%20%20%20%3C/g%3E%0D%0A%0D%0A%0D%0A%20%20%20%20%20%20%3Cfilter%20id%3D%27blurshadow%27%20x%3D%27-25%25%27%20y%3D%27-25%25%27%20width%3D%27150%25%27%20height%3D%27150%25%27%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CfeGaussianBlur%20in%3D%27SourceAlpha%27%20stdDeviation%3D%271.5%27%20result%3D%27blur%27%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CfeOffset%20dx%3D%271%27%20dy%3D%271%27%20in%3D%27blur%27%20result%3D%27shift%27%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CfeMerge%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%27shift%27/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%27SourceGraphic%27/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/feMerge%3E%0D%0A%20%20%20%20%20%20%3C/filter%3E%0D%0A%20%20%20%20%20%20%3Cg%20id%3D%22Fox%22%20filter%3D%27url%28%23blurshadow%29%27%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_74_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2264.4775%22%20y1%3D%2256.3008%22%20x2%3D%2278.4661%22%20y2%3D%2248.0854%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.5449%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7014%22%20style%3D%22stop-color%3A%23EC8811%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8593%22%20style%3D%22stop-color%3A%23F4950B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F79A09%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_74_%29%22%20d%3D%22M125.321%2C43.084l-1.426%2C9.15c0%2C0-2.039-16.94-4.538-23.273%20c-3.83-9.704-5.534-9.626-5.545-9.612c2.565%2C6.519%2C2.1%2C10.021%2C2.1%2C10.021s-4.545-12.387-16.562-16.328%20c-14.232-4.665-21.482-2.979-21.428-2.914c0.054%2C0.066%2C14.709%2C2.562%2C17.308%2C6.133c0%2C0-6.225%2C0-12.42%2C1.785%20c-0.28%2C0.08%2C22.793%2C2.882%2C27.51%2C25.938c0%2C0-2.529-5.277-5.657-6.173c2.057%2C6.258%2C1.529%2C18.133-0.43%2C24.035%20c-0.252%2C0.759-0.51-3.281-4.369-5.021c1.236%2C8.857-0.074%2C22.905-6.219%2C26.775c-0.479%2C0.301%2C3.852-13.868%2C0.871-8.39%20c-17.797%2C27.287-38.956%2C11.04-47.538%2C5.249c6.888%2C1.688%2C14.205%2C0.472%2C18.441-2.423c4.275-2.922%2C6.804-5.058%2C9.075-4.553%20c2.27%2C0.507%2C3.781-1.771%2C2.018-3.792c-1.765-2.025-6.051-4.808-11.849-3.291c-4.089%2C1.071-9.156%2C5.595-16.891%2C1.014%20c-6.599-3.91-6.554-7.085-6.554-9.108c0-2.024%2C1.8-5.1%2C5.076-4.595c2.934%2C0.453%2C1.388-1.27%2C4.545%2C0%20c0.86%2C0.346-0.086-4.129-1.31-6.996c2.357-4.919%2C10.004-6.381%2C10.575-6.812c1.034-0.782%2C0.465-1.172%2C0.818-2.35%20c0.33-1.097%2C0.541-4.062-8.017-3.243c-3.938%2C0.377-6.443-4.726-7.264-5.965c0.266-1.577%2C0.693-3.018%2C1.271-4.338%20c0.587-1.203%2C1.228-2.305%2C1.868-3.139c0.2-0.261%2C0.374-0.49%2C0.532-0.703c1.276-1.488%2C2.842-2.76%2C4.722-3.818%20c0.981-0.554-10.969-0.035-16.346%2C6.974c-1.443%2C0.188-3.423-0.228-5.636-0.228c-2.774%2C0-4.953%2C0.303-6.97%2C0.81%20c-0.323%2C0.081-0.844%2C0.037-1.481-0.115c-1.775-1.839-6.797-6.259-7.027-12.254c0%2C0-7.302%2C5.612-6.209%2C20.912%20c-0.096%2C8.461-2.594%2C6.042-3.879%2C10.634c-0.598%2C2.176%2C0.899%2C3.815%2C0.899%2C3.879c-0.002%2C0.033%2C1.796-1.946%2C1.796-1.946%20s-11.323%2C19.617%2C3.3%2C44.66c12.604%2C21.589%2C33.755%2C31.13%2C55.703%2C29.272c3.839-0.25%2C7.706-0.822%2C11.564-1.754%20C130.881%2C104.828%2C125.321%2C43.084%2C125.321%2C43.084z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/g%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_75_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2241.8389%22%20y1%3D%2236.9619%22%20x2%3D%2252.6969%22%20y2%3D%2237.8922%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0112%22%20style%3D%22stop-color%3A%23941403%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8972%22%20style%3D%22stop-color%3A%23E85C0A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_75_%29%22%20d%3D%22M45.469%2C27.61c0%2C0%2C2.21%2C6.039%2C7.167%2C6.019%20c9.457-0.038%2C9.646%2C0.093%2C9.707%2C1.243c0.188%2C3.5-1.54%2C4.647-2.201%2C5.145c-0.663%2C0.497-9.668%2C5.718-9.999%2C7.211%20C49.812%2C48.72%2C39.752%2C33.03%2C39.752%2C33.03L45.469%2C27.61z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_76_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2224.4502%22%20y1%3D%2233.9526%22%20x2%3D%2263.643%22%20y2%3D%2238.8517%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0112%22%20style%3D%22stop-color%3A%23941403%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.1357%22%20style%3D%22stop-color%3A%23A32104%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.4978%22%20style%3D%22stop-color%3A%23C84107%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7893%22%20style%3D%22stop-color%3A%23DF5509%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.972%22%20style%3D%22stop-color%3A%23E85C0A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_76_%29%22%20d%3D%22M50.504%2C34.12c0%2C0%2C3.072%2C3.922%2C0.749%2C5.491%20c-2.838%2C1.916%2C4.012%2C2.335%2C6.494%2C0.942s4.006-3.44%2C4.093-3.745s0.902-3.054-4.279-2.096%20C54.285%2C35.318%2C53.085%2C35.458%2C50.504%2C34.12z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_77_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2248.731%22%20y1%3D%2244.3203%22%20x2%3D%2251.8565%22%20y2%3D%2242.9451%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23F2C8A9%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23FFFFCC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_77_%29%22%20d%3D%22M60.143%2C40.017c0.502-0.378%2C1.616-1.137%2C2.042-3.011%20c-0.311%2C0.126-0.34-0.23-0.707-0.076c-6.955%2C7.255-7.221%2C2.203-11.017%2C3.22c-3.46%2C0.947-4.237%2C2.246-4.383%2C2.347%20c0.051%2C0.073%2C0.104%2C0.148%2C0.155%2C0.221c0.997%2C0.506%2C1.953%2C2.122%2C2.671%2C3.564c0.702%2C0.836%2C1.173%2C1.248%2C1.241%2C0.945%20C50.475%2C45.734%2C59.48%2C40.513%2C60.143%2C40.017z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_78_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2238.7676%22%20y1%3D%2282.5825%22%20x2%3D%2291.3391%22%20y2%3D%2284.7472%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23B30000%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_78_%29%22%20d%3D%22M8.18%2C45.782C6.76%2C48.761-2.352%2C64.159%2C12.519%2C89.787%20c14.552%2C25.084%2C39.737%2C33.276%2C65.45%2C27.71c7.34-1.588%2C15.803-7.331%2C21.196-11.545c-3.465-8.74-1.414-8.412-3.271-7.262%20c-20.714%2C12.823-37.18%2C0.174-49.924-1.443C-0.913%2C91.305%2C8.345%2C45.689%2C8.345%2C45.689L8.18%2C45.782z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_79_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2251.2778%22%20y1%3D%2274.4243%22%20x2%3D%2278.6891%22%20y2%3D%2284.2116%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23941403%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_79_%29%22%20d%3D%22M47.219%2C80.933c4.419%2C1.325%2C14.06%2C0.183%2C18.201-2.897%20c2.79-2.074%2C4.898-3.638%2C6.671-4.292c-3.134-2.129-3.184%2C0.889-9.774%2C2.415c-13.728%2C3.185-20.393-3.695-20.393-3.695%20c0.972%2C5.444%2C4.372%2C8.095%2C5.902%2C9.036C47.42%2C81.14%2C47.207%2C80.929%2C47.219%2C80.933z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_80_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%226.1064%22%20y1%3D%2287.0566%22%20x2%3D%2232.8281%22%20y2%3D%2287.0566%22%20gradientTransform%3D%22matrix%280.9988%200.049%20-0.049%200.9988%204.7153%20-1.2399%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23B30000%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23DE5C01%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_80_%29%22%20d%3D%22M32.332%2C105.794c0%2C0-11.428-12.896-14.618-27.338%20c-4.704-4.443-8.042-8.2-10.259-10.917C8.735%2C77.816%2C13.975%2C93.771%2C32.332%2C105.794z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_81_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22209.7227%22%20y1%3D%22-130.6592%22%20x2%3D%22224.2611%22%20y2%3D%22-85.6186%22%20gradientTransform%3D%22matrix%280.9929%200.1186%20-0.1186%200.9929%20-207.2682%20181.2932%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_81_%29%22%20d%3D%22M22.799%2C94.082c0%2C0-7.887-11.228-4.93-20.762%20c2.66-8.571-0.565-3.472-2.441-1.64c-1.895%2C1.851-2.869-5.464-2.821-6.307c0.003-0.018%2C0.001-0.026-0.001-0.027%20C12.487%2C65.321%2C8.852%2C82.872%2C22.799%2C94.082z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_82_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2212.4712%22%20y1%3D%2261.1074%22%20x2%3D%2212.4712%22%20y2%3D%22111.4548%22%20gradientTransform%3D%22matrix%280.999%200.0448%20-0.0448%200.999%203.2321%20-0.6968%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_82_%29%22%20d%3D%22M11.115%2C84.294c0%2C0-1.798-22.788%2C3.885-26.009%20c9.025-5.115%2C0.753-3.919-1.864-2.499c-2.645%2C1.433-2.4-8-2.026-8.896C11.477%2C46.007%2C1.795%2C55.808%2C11.115%2C84.294z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23A40000%22%20d%3D%22M50.601%2C17.239c0%2C0-7.145%2C7.257-7.092%2C7.282c0.054%2C0.026%2C0.205%2C9.315%2C0.438%2C11.948%20c0.856%2C1.011%2C3.524%2C7.588%2C1.482%2C6.128c-2.086-1.49-0.582-1.522-0.4-0.765c0.005%2C0.025%2C0.005%2C0.037%2C0%2C0.037%20C44.891%2C41.933%2C39.844%2C30.946%2C50.601%2C17.239z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_83_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2218.3477%22%20y1%3D%2230.8462%22%20x2%3D%2212.8857%22%20y2%3D%2216.8496%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0112%22%20style%3D%22stop-color%3A%23941403%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.4719%22%20style%3D%22stop-color%3A%23E85C0A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F9BD5F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_83_%29%22%20d%3D%22M16.613%2C11.647c0%2C0-7.594%2C5.825-6.143%2C21.805%20c5.878-5.277%2C14.19-9.222%2C14.19-9.222C23.265%2C23.352%2C16.866%2C18.233%2C16.613%2C11.647z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_84_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2241.7036%22%20y1%3D%2234.0576%22%20x2%3D%2254.7924%22%20y2%3D%2216.8533%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.1966%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8427%22%20style%3D%22stop-color%3A%23F9BD5F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23FFFCCF%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_84_%29%22%20d%3D%22M35.328%2C29.122l11.406%2C14.185c-3.291-13.93-0.761-22.288%2C7.34-26.847%20C55.273%2C15.784%2C37.149%2C16.703%2C35.328%2C29.122z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_85_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2234.7837%22%20y1%3D%2257.5415%22%20x2%3D%2248.0524%22%20y2%3D%2284.0789%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0169%22%20style%3D%22stop-color%3A%23941403%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.5%22%20style%3D%22stop-color%3A%23E35100%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_85_%29%22%20d%3D%22M27.292%2C64.164C29.237%2C51.908%2C46.294%2C53.71%2C46.294%2C53.71%20c-0.761%2C0.565-3.683%2C0.903-4.52%2C3.241c-2.762%2C7.719-0.128%2C24.581%2C17.078%2C31.653C60.667%2C89.352%2C24.418%2C82.276%2C27.292%2C64.164z%22%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_86_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2254.8252%22%20y1%3D%2241.2671%22%20x2%3D%2258.1387%22%20y2%3D%2244.27%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23EEA272%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.1865%22%20style%3D%22stop-color%3A%23EFA777%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.4064%22%20style%3D%22stop-color%3A%23F2B585%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.643%22%20style%3D%22stop-color%3A%23F6CD9C%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8898%22%20style%3D%22stop-color%3A%23FCEEBB%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23FFFFCC%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_86_%29%22%20d%3D%22M62.087%2C37.338c-0.084-0.015-0.158-0.013-0.195%2C0.037%20c-0.21%2C0.281-1.021%2C1.239-2.95%2C2.81c-3.583%2C2.915-5.093%2C2.177-7.762%2C2.774c-1.215%2C0.271-2.37%2C1.087-3.148%2C1.741%20c0.315%2C0.509%2C0.609%2C1.057%2C0.871%2C1.582c0.702%2C0.836%2C1.173%2C1.248%2C1.241%2C0.945c0.331-1.493%2C9.336-6.714%2C9.999-7.211%20C60.613%2C39.663%2C61.611%2C38.962%2C62.087%2C37.338z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_87_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2235.5%22%20y1%3D%2248.3613%22%20x2%3D%2250.7214%22%20y2%3D%2263.8933%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.1966%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8427%22%20style%3D%22stop-color%3A%23F9BD5F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23FFFCCF%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_87_%29%22%20d%3D%22M51.09%2C55.865c0.1-2.59-0.081-8.881-2.774-11.611%20c-2.057-2.085-2.54-4.474-2.816-7.201c-22.363%2C8.353-25.556%2C19.272-23.32%2C18.917C40.066%2C53.135%2C45.094%2C52.788%2C51.09%2C55.865z%22%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_88_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22847.4707%22%20y1%3D%22-1065.021%22%20x2%3D%22847.4707%22%20y2%3D%22-1007.9581%22%20gradientTransform%3D%22matrix%280.9673%200.2537%20-0.2537%200.9673%20-1076.6656%20855.2322%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_88_%29%22%20d%3D%22M3.411%2C71.171c0%2C0%2C1.554-20.192%2C11.661-27.582%20c7.935-5.805%2C1.773-3.696-1.291-3.456c-3.231%2C0.256-4.954%2C2.221-4.331%2C1.498c0.027-0.03%2C0.036-0.047%2C0.031-0.055%20C9.375%2C41.451%2C1.897%2C47.726%2C3.411%2C71.171z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_89_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2215.8564%22%20y1%3D%2236.4131%22%20x2%3D%22-3.4365%22%20y2%3D%2267.833%22%20gradientTransform%3D%22matrix%280.9897%20-0.0801%200.0949%201.1727%20-3.8203%20-4.9468%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C06E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_89_%29%22%20d%3D%22M2.347%2C55.658c0%2C0%2C5.416-17.192%2C16.362-17.047%20c7.259%2C0.097%2C1.501-6.134-0.695-7.081c-2.291-0.981-2.839-0.943-3.374-0.469C13.838%2C31.771%2C6.636%2C31.497%2C2.347%2C55.658z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_90_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2280.9292%22%20y1%3D%2267.8447%22%20x2%3D%2260.4332%22%20y2%3D%2271.7597%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0047%22%20style%3D%22stop-color%3A%23FFFAEE%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.2757%22%20style%3D%22stop-color%3A%23F5F89B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3102%22%20style%3D%22stop-color%3A%23F3ED91%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.4668%22%20style%3D%22stop-color%3A%23ECC267%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.6182%22%20style%3D%22stop-color%3A%23E6A046%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7611%22%20style%3D%22stop-color%3A%23E2872E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8921%22%20style%3D%22stop-color%3A%23E07820%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23DF731B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_90_%29%22%20d%3D%22M76.185%2C72.486c0.823-0.807%2C0.249-3.903-4.924-5.78%20c-4.694-1.705-12.021%2C2.63-14.195%2C3.486c0%2C0%2C8.299-1.555%2C11.411-1.037C72.695%2C69.857%2C74.177%2C74.456%2C76.185%2C72.486z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_91_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-411.2729%22%20y1%3D%22427.6279%22%20x2%3D%22-411.2729%22%20y2%3D%22475.3195%22%20gradientTransform%3D%22matrix%280.992%200.1261%20-0.1261%200.992%20477.0624%20-332.3914%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C06E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_91_%29%22%20d%3D%22M10.342%2C66.822c0%2C0-0.899-16.902%2C6.676-24.121%20c5.947-5.67%2C1.069-3.255-1.444-2.724c-2.65%2C0.562-3.865%2C2.377-3.426%2C1.71c0.019-0.028%2C0.023-0.043%2C0.019-0.049%20C12.064%2C41.547%2C6.548%2C47.557%2C10.342%2C66.822z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_92_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-414.4365%22%20y1%3D%22422.6836%22%20x2%3D%22-414.4365%22%20y2%3D%22470.3703%22%20gradientTransform%3D%22matrix%280.9324%200.3616%20-0.3616%200.9324%20554.92%20-207.713%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C06E%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_92_%29%22%20d%3D%22M4.508%2C61.453c0%2C0%2C3.201-16.621%2C12.293-21.801%20c7.138-4.069%2C1.823-2.901-0.745-2.991c-2.708-0.093-4.324%2C1.375-3.738%2C0.834c0.025-0.022%2C0.033-0.037%2C0.03-0.042%20C12.272%2C37.338%2C5.47%2C41.842%2C4.508%2C61.453z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_93_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2213.8481%22%20y1%3D%2255.7974%22%20x2%3D%220.5692%22%20y2%3D%2275.7157%22%20gradientTransform%3D%22matrix%280.8104%20-0.5859%200.5859%200.8104%20-28.537%2020.3312%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C072%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_93_%29%22%20d%3D%22M15.303%2C68.275c0%2C0-1.75-10.074%2C2.021-15.033%20c3.01-3.957%2C0.367-2.021-1.03-1.451c-1.458%2C0.596-2.011%2C1.771-1.812%2C1.34C14.675%2C52.71%2C7.994%2C57.887%2C15.303%2C68.275z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_94_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2221.0347%22%20y1%3D%2249.271%22%20x2%3D%227.7561%22%20y2%3D%2269.1888%22%20gradientTransform%3D%22matrix%280.8104%20-0.5859%200.5859%200.8104%20-28.537%2020.3312%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C072%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_94_%29%22%20d%3D%22M17.303%2C58.775c0%2C0-1.75-10.074%2C2.021-15.033%20c3.01-3.957%2C0.367-2.021-1.03-1.451c-1.458%2C0.596-2.011%2C1.771-1.812%2C1.34C16.675%2C43.21%2C9.994%2C48.387%2C17.303%2C58.775z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_95_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2212.3135%22%20y1%3D%2237.8647%22%20x2%3D%226.504%22%20y2%3D%2248.7088%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23EED8A5%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_95_%29%22%20d%3D%22M6.725%2C45.003c0%2C0%2C4.087-8.375%2C9.52-10.024%20c4.336-1.315%2C1.35-1.296%2C0.014-1.622c-1.396-0.338-2.431%2C0.234-2.054%2C0.022C14.573%2C33.172%2C6.875%2C33.428%2C6.725%2C45.003z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_96_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2211.7305%22%20y1%3D%2244.4917%22%20x2%3D%225.9211%22%20y2%3D%2255.3354%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23EED8A5%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_96_%29%22%20d%3D%22M6.142%2C51.631c0%2C0%2C4.087-8.375%2C9.52-10.024%20c4.336-1.315%2C1.35-1.296%2C0.014-1.622c-1.396-0.338-2.431%2C0.234-2.054%2C0.022C13.989%2C39.799%2C6.291%2C40.056%2C6.142%2C51.631z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_97_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2218.313%22%20y1%3D%2239.8911%22%20x2%3D%2212.6977%22%20y2%3D%2253.833%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C072%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_97_%29%22%20d%3D%22M9.109%2C49.803c0%2C0%2C7.209-14.774%2C16.794-17.684%20c7.65-2.32%2C2.382-2.287%2C0.024-2.86c-2.462-0.597-4.288%2C0.414-3.624%2C0.039C22.953%2C28.931%2C9.373%2C29.383%2C9.109%2C49.803z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_98_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2220.4468%22%20y1%3D%2233.1045%22%20x2%3D%227.1675%22%20y2%3D%2253.0234%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C072%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_98_%29%22%20d%3D%22M14.037%2C41.846c0%2C0%2C4.484-9.189%2C10.445-10.999%20c4.758-1.443%2C1.481-1.422%2C0.015-1.779c-1.532-0.371-2.667%2C0.257-2.254%2C0.024C22.647%2C28.864%2C14.201%2C29.145%2C14.037%2C41.846z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_99_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2221.3408%22%20y1%3D%2237.1255%22%20x2%3D%229.2385%22%20y2%3D%2255.279%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C072%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_99_%29%22%20d%3D%22M15.499%2C45.092c0%2C0%2C4.087-8.375%2C9.52-10.024%20c4.336-1.315%2C1.35-1.296%2C0.014-1.622c-1.396-0.338-2.431%2C0.234-2.054%2C0.022C23.346%2C33.26%2C15.648%2C33.517%2C15.499%2C45.092z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_100_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2260.2861%22%20y1%3D%2234.2974%22%20x2%3D%2261.245%22%20y2%3D%2236.0061%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%238B8B89%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23120500%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_100_%29%22%20d%3D%22M62.344%2C34.872c-0.047-0.873-0.176-1.158-4.356-1.229%20c0.479%2C0.217%2C1.305%2C0.652%2C2.214%2C1.398c1.201%2C0.984%2C1.396%2C2.081%2C1.52%2C3.217C62.129%2C37.484%2C62.427%2C36.417%2C62.344%2C34.872z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_101_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2222.5596%22%20y1%3D%2228.4922%22%20x2%3D%2222.5596%22%20y2%3D%2223.2452%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_101_%29%22%20d%3D%22M37.802%2C23.206l-3.625%2C5.833c0%2C0-14.496-2.273-26.785%2C9.616%20C6.376%2C39.637%2C15.43%2C17.632%2C37.802%2C23.206z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_102_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2223.0117%22%20y1%3D%2234.751%22%20x2%3D%2233.9931%22%20y2%3D%2221.918%22%20gradientTransform%3D%22matrix%280.9992%200.0398%20-0.0398%200.9992%200.9958%20-1.3319%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_102_%29%22%20d%3D%22M24.784%2C33.646c0%2C0%2C3.863-7.172%2C8.872-9.339%20C31.067%2C24.389%2C25.253%2C26.413%2C24.784%2C33.646z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_103_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2215.5088%22%20y1%3D%2233.5078%22%20x2%3D%229.6995%22%20y2%3D%2244.3515%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23EED8A5%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_103_%29%22%20d%3D%22M9.92%2C40.646c0%2C0%2C4.087-8.375%2C9.52-10.024%20c4.336-1.315%2C1.35-1.296%2C0.014-1.622c-1.396-0.338-2.431%2C0.234-2.054%2C0.022C17.768%2C28.815%2C10.069%2C29.071%2C9.92%2C40.646z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_104_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2216.3398%22%20y1%3D%2235.8047%22%20x2%3D%2227.0674%22%20y2%3D%2223.2683%22%20gradientTransform%3D%22matrix%280.9946%200.1039%20-0.1039%200.9946%203.786%20-2.0567%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_104_%29%22%20d%3D%22M18.482%2C34.745c0%2C0%2C4.217-6.751%2C9.235-8.548%20C25.19%2C26.114%2C19.394%2C27.723%2C18.482%2C34.745z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_105_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2213.3721%22%20y1%3D%2222.876%22%20x2%3D%2226.2598%22%20y2%3D%2224.641%22%20gradientTransform%3D%22matrix%280.9959%200.0903%20-0.0903%200.9959%202.3457%20-2.346%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_105_%29%22%20d%3D%22M25.712%2C23.214c0%2C0-3.18%2C1.389-8.787-0.942l4.999%2C2.513L25.712%2C23.214z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_106_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%226.9834%22%20y1%3D%2223.1094%22%20x2%3D%2225.1783%22%20y2%3D%2225.6012%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_106_%29%22%20d%3D%22M24.175%2C24.105c0%2C0-4.238%2C1.642-12.394-0.802l6.977%2C2.776%20C19.621%2C25.281%2C24.175%2C24.105%2C24.175%2C24.105z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_107_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2215.8809%22%20y1%3D%2222.228%22%20x2%3D%2227.7244%22%20y2%3D%2223.85%22%20gradientTransform%3D%22matrix%280.9959%200.0903%20-0.0903%200.9959%202.3457%20-2.346%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_107_%29%22%20d%3D%22M27.268%2C22.759c0%2C0-2.813%2C0.856-8.009-1.154l4.999%2C2.513%20C24.786%2C23.651%2C27.268%2C22.759%2C27.268%2C22.759z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_108_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2215.2012%22%20y1%3D%2226.9399%22%20x2%3D%224.5215%22%20y2%3D%2225.8437%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_108_%29%22%20d%3D%22M18.496%2C25.993c0%2C0-2.09%2C1.735-7.443%2C1.806l4.63%2C0.151L18.496%2C25.993z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_109_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2210.9453%22%20y1%3D%2237.0996%22%20x2%3D%2225.7187%22%20y2%3D%2219.8352%22%20gradientTransform%3D%22matrix%280.9946%200.1039%20-0.1039%200.9946%203.786%20-2.0567%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_109_%29%22%20d%3D%22M13.411%2C34.871c0%2C0%2C7.153-9.318%2C13.044-11.428%20C23.487%2C23.346%2C14.48%2C26.629%2C13.411%2C34.871z%22/%3E%0D%0A%20%20%20%20%20%20%3C/g%3E%0D%0A%20%20%20%20%20%20%3Cg%20id%3D%22Fire%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_110_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2288.3306%22%20y1%3D%22117.3682%22%20x2%3D%22117.2648%22%20y2%3D%2272.7407%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23DE5C01%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_110_%29%22%20d%3D%22M124.199%2C50.76c0%2C0%2C0.771%2C17.288-23.244%2C41.304%20c-2.669%2C2.668-17.16%2C16.244-16.65%2C20.317C84.484%2C113.82%2C122.326%2C106.576%2C124.199%2C50.76z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_111_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22105.1567%22%20y1%3D%2222.7378%22%20x2%3D%2286.2112%22%20y2%3D%2214.4171%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23F79A09%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_111_%29%22%20d%3D%22M77.64%2C10.096c28.926%2C2.222%2C34.528%2C23.021%2C34.53%2C21.748%20C112.243%2C11.624%2C84.726%2C10.089%2C77.64%2C10.096z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_112_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22117.8823%22%20y1%3D%2241.729%22%20x2%3D%2291.3593%22%20y2%3D%2217.106%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23DE5C01%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_112_%29%22%20d%3D%22M86.449%2C18.003c0%2C0%2C20.053%2C4.099%2C25.709%2C25.354%20c0.75%2C2.815-2.416-17.267-1.439-15.361C111.694%2C29.912%2C102.648%2C18.638%2C86.449%2C18.003z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_113_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%221.1396%22%20y1%3D%22145.4453%22%20x2%3D%22-9.9659%22%20y2%3D%22133.9595%22%20gradientTransform%3D%22matrix%280.9996%20-0.0282%200.0282%200.9996%20104.7769%20-104.6242%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23F79A09%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_113_%29%22%20d%3D%22M94.464%2C17.483c0%2C0%2C18.11%2C3.775%2C18.29%2C32.509%20c0.127%2C20.338%2C3.141%2C7.635%2C6.131%2C3.064c2.578-3.948%2C0.816-8.76%2C0.754-8.748c-0.01%2C0.003-1.305-3.743-0.432-2.156%20c0.039%2C0.07-1.216-1.034-1.207-1.035C118.201%2C41.087%2C117.303%2C20.465%2C94.464%2C17.483z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_114_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22113.4365%22%20y1%3D%2255.834%22%20x2%3D%22119.687%22%20y2%3D%2234.3323%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23F79A09%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_114_%29%22%20d%3D%22M114.857%2C21.376c0%2C0%2C6.505%2C16.945-0.389%2C25.371%20c-2.25%2C2.75-2.502%2C16.839%2C0.247%2C15.545c2.756-1.296%2C2.157%2C7.481%2C1.796%2C8.48c-0.008%2C0.019-0.01%2C0.028-0.006%2C0.031%20C116.685%2C70.914%2C130.097%2C49.143%2C114.857%2C21.376z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_115_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-51.9663%22%20y1%3D%22212.7881%22%20x2%3D%22-52.1943%22%20y2%3D%22196.4341%22%20gradientTransform%3D%22matrix%280.9992%20-0.0412%200.0412%200.9992%20151.8961%20-153.906%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23F79A09%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_115_%29%22%20d%3D%22M105.814%2C39.215c0%2C0%2C4.095%2C11.989-0.193%2C20.56l3.244%2C7.245%20C111.244%2C61.176%2C114.273%2C48.817%2C105.814%2C39.215z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_116_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-172.7212%22%20y1%3D%22332.082%22%20x2%3D%22-161.4561%22%20y2%3D%22309.8933%22%20gradientTransform%3D%22matrix%280.9975%20-0.0707%200.0707%200.9975%20254.6004%20-268.4704%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23F79A09%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_116_%29%22%20d%3D%22M113.016%2C37.789c0%2C0%2C2.832%2C19.03-7.387%2C36.208%20c0.158%2C3.973-0.539%2C7.569-1.496%2C10.532c0.445%2C0.586%2C1.041%2C0.987%2C1.827%2C1.057c-0.347%2C0.32-0.692%2C0.62-1.026%2C0.904%20c-0.614%2C0.271-1.243%2C0.558-1.852%2C0.853c-0.13%2C0.303-0.261%2C0.597-0.389%2C0.879c0.68-0.477%2C1.438-1.056%2C2.24-1.731%20c2.087-0.922%2C3.965-1.638%2C3.961-1.642c0%2C0-0.383%2C0.143-1.303%2C0.478c-0.619%2C0.225-1.16%2C0.301-1.632%2C0.259%20C113.851%2C78.394%2C124.665%2C62.311%2C113.016%2C37.789z%20M101.109%2C88.379c-0.902%2C0.529-1.558%2C1.025-1.698%2C1.408%20c-0.103%2C0.279%2C0.512%2C0.118%2C1.575-0.479C101.041%2C88.989%2C101.086%2C88.676%2C101.109%2C88.379z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_117_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2299.2056%22%20y1%3D%2287.7466%22%20x2%3D%22100.7206%22%20y2%3D%2263.1691%22%20gradientTransform%3D%22matrix%280.9975%20-0.0707%200.0707%200.9975%20-10.9669%2013.6507%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23DE5C01%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.736%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7783%22%20style%3D%22stop-color%3A%23FEFE26%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8369%22%20style%3D%22stop-color%3A%23FFFE54%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.889%22%20style%3D%22stop-color%3A%23FFFF76%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.932%22%20style%3D%22stop-color%3A%23FFFF8B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9607%22%20style%3D%22stop-color%3A%23FFFF92%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_117_%29%22%20d%3D%22M100.412%2C58.065c0%2C0%2C8.057%2C22.932-17.693%2C44.432%20c-1.519%2C1.269%2C10.452%2C0.726%2C11.5%2C0.25c3.086-1.402%2C6.733-10.757%2C6.303-9.637C100.095%2C94.229%2C112.479%2C76.574%2C100.412%2C58.065z%22%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_118_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2258.3691%22%20y1%3D%22113.8594%22%20x2%3D%22105.8753%22%20y2%3D%2285.4649%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20style%3D%22stop-color%3A%23B9120D%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.078%22%20style%3D%22stop-color%3A%23BB180D%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.1822%22%20style%3D%22stop-color%3A%23C0290C%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.3013%22%20style%3D%22stop-color%3A%23C8450A%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.4314%22%20style%3D%22stop-color%3A%23D36C08%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.5706%22%20style%3D%22stop-color%3A%23E29E05%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7151%22%20style%3D%22stop-color%3A%23F4DA02%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.7921%22%20style%3D%22stop-color%3A%23FEFD00%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8136%22%20style%3D%22stop-color%3A%23FEFD07%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8455%22%20style%3D%22stop-color%3A%23FEFD1B%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.8837%22%20style%3D%22stop-color%3A%23FEFE3C%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9268%22%20style%3D%22stop-color%3A%23FFFE69%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.9736%22%20style%3D%22stop-color%3A%23FFFFA3%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23FFFFC7%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_118_%29%22%20d%3D%22M111.68%2C72.61c0%2C0-4.86%2C29.744-38.461%2C32.137%20c-13.157%2C0.938-32.048-2.141-30.375%2C2.877c0.519%2C1.556%2C2.992%2C8.043%2C8.636%2C9.548C66.755%2C121.247%2C107.395%2C119.913%2C111.68%2C72.61z%20%22/%3E%0D%0A%20%20%20%20%20%20%3C/g%3E%0D%0A%20%20%20%20%20%20%3Cg%20id%3D%22Layer_6%22%20%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_119_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2254.2402%22%20y1%3D%2293.5825%22%20x2%3D%22102.9066%22%20y2%3D%22100.176%22%20gradientTransform%3D%22matrix%280.9951%200.0989%20-0.0989%200.9951%2010.3843%20-6.0754%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_119_%29%22%20d%3D%22M83.657%2C95.119c0%2C0-20.559%2C4.697-33.878-6.641%20c-12.187-10.377-6.141-1.643-4.488%2C2.665c1.698%2C4.418-7.853%2C1.042-9.289%2C0.332C34.571%2C90.774%2C58.625%2C105.859%2C83.657%2C95.119z%22%20/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_120_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2239.0127%22%20y1%3D%2289.8896%22%20x2%3D%2295.5219%22%20y2%3D%22107.6497%22%20gradientTransform%3D%22matrix%280.9895%200.1448%20-0.1448%200.9895%2014.2829%20-5.8352%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_120_%29%22%20d%3D%22M70.408%2C106.325c0%2C0-24.525-4.82-32.29-21.438%20c-6.635-14.197-4.879-3.779-5.178%2C0.962c-0.314%2C4.877-7.191-1.783-8.11-2.942c-0.026-0.028-0.044-0.047-0.046-0.042%20C24.647%2C82.955%2C37.433%2C102.999%2C70.408%2C106.325z%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22XMLID_121_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-601.4673%22%20y1%3D%22628.9609%22%20x2%3D%22-574.5974%22%20y2%3D%22680.4042%22%20gradientTransform%3D%22matrix%280.9837%20-0.1799%200.1799%200.9837%20500.9515%20-643.7268%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220.0562%22%20style%3D%22stop-color%3A%23DE7210%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20style%3D%22stop-color%3A%23F6C08F%22/%3E%0D%0A%20%20%20%20%20%20%20%20%20%3C/linearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22url%28%23XMLID_121_%29%22%20d%3D%22M43.617%2C104.176c0%2C0-11.714-9.073-16.995-21.514%20c-4.438-1.542-10.339-5.067-10.456-5.67C18.041%2C86.659%2C27.912%2C97.946%2C43.617%2C104.176z%22/%3E%0D%0A%20%20%20%20%20%20%3C/g%3E%0D%0A%20%20%20%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
  height: 40px;
  width: 40px;
}
.icon-fiserve {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22111px%22%20height%3D%2256px%22%20viewBox%3D%220%200%20111%2056%22%20enable-background%3D%22new%200%200%20111%2056%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22_x34_5Capg_1_%22%3E%20%20%20%3Cimage%20overflow%3D%22visible%22%20width%3D%22111%22%20height%3D%2256%22%20id%3D%22_x34_5Capg_2_%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAG8AAAA4CAIAAAB8LDF4AAAACXBIWXMAAAsSAAALEgHS3X78AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAC4tJREFUeNrsXHtsFMcd3pnde%2FlsbA6%2FMOC3axtwEAZctQlyGwUFikigBAGqmgQkR0la0kdUtY2qhLaGpqEF0gKiVZQ2QKBKw6MQqlAg0EIKGGqbmocNNvhJz9g%2Bv%2B58j92d6e7d2b6d2T3f2ecjf9xq%2FzjP7c785pvf85s5A4wxo3Yhaz26dUZo%2BKfYVI3scgu0GMxbbjAAMrFL4%2BJUcLx7kT%2B%2FV2i8ih08FgGDYyiNF03hX39wHnxn%2BC8QAyisS2G26GGj89A7ms%2BCGLjhoCle3hfErrHTGcMrDEsX7lWrPsTOSIbJWTApPRaCwkAT9z%2BgrJuJ21DJlq2PIRW2pWO3i%2FhaVzI%2FBuW40MSIobwml7sohtE4dVPNExhiGEUOTRzL3SOIZuyKoRlDM4Zm7NJEU6pz6FKH1cUw0rrQ3YvoYaMiA8I9zT4ssehhBIEM6QNWbGtjsChnozojSMyQPmBbq%2FznMPRYFKAlk%2BH05Ggij5qvYettqQfscTIQAlMSmJYDZpXA9KJQxMVtNajjJra1YJddGhHo44BlFkgrgtkL1FM3wYNsrYDlhgXjQUIaME3xJSeo4Txqv844%2B7llP5GEx71tgdqjOQuqW39uHp%2BC2mqhM4dJzR9VyIGXc5UzICvLUTWeZjRX3pSqT%2FtPFxOPmTfthbOXBOZVwqe%2Fdl%2F4ANk8KsIBhp2VZiivYB%2FfoI6iKAint7svHUCdDnWDSuT0i56VQAFmi0JZbpxy7H41cC7Gp9fqVm3FzVXO%2Fa%2BIHX2%2B5oTf1WGHzf5GOdFt3LffZL%2F6goo4n78%2FdGALMQXz5lNw6kx5PQIWgBuDDA78VhS9IiMG0Uof0MS7ne8uFxrvB%2BlTbO0c2l%2FJXTtseuUjRh9HcAXOXd8U27qCmVi%2F4DpzGFYdNVX8CRY8ETBJTEwHGMzY3uXYuQ67%2FHoBjBhjESRlQDPj21MY7bazgVUdznqH6BaaAbRkMZxuAlFohN8MynO691UEgzLQgG7fdu5VkgC8e2j7suBQjk5yAA39%2FnlkrQ%2F%2BmPvAphEova9JtyjpFEieQXbY3aI%2BUE8riUTKTBrKMNEUvQoIg72CW6o9Vz8PvUvh1g10%2FcQomCd%2FiTrtpOgsw%2BZkckXFkqshh%2FMA9%2F7vaC8%2F4676mL9%2BlZJSngibmkvOr6ddfd42sp1%2B12%2FpMD5gERyk3wR6DPRQbsUYJFpIo6Yu%2FsqHdKNh8VJu0TpJtcXaY66zR6lXDhrmrfAppufiIVLuGRZjxX5%2F1MJIOLfH%2BdcdgUIKTc2o6RLM%2B4q6WlkHtERl0wsY5oIC5L5OWW0hSzhx3PeQfHd6oTqa5l%2Fd9K8jEhybF6JeRdwwLnuJW%2FJD32L6LR2JwXTtHqkIXH6u%2Flu7%2FYZQ8IRo6%2BBrqhTSWu8OJxwXCEcmCWXa%2BD4YSQAA5J78rr75mqdKgYJYc0QdTbWQgPlhB5peTH5l92B7N5iSpmh0dONBnrTo6cXqaEp5z4gOqez86ExU0qAdtkQe26xkB8WK0Kmbt5xAE%2FNuP5ot1yj1SQQzSsgOF64h0BSaa8bMimFKnL70GZi1AExJlxI1uSU1j0RTAFLyR6DJ2FqxSK4xSNGwdKU3waouJsQLexzYI5BBKiFFIYk5Wct1o%2B5m0u9NzVRxhlMzSHPu%2FZ%2FMdWlvAhqXrNGt2kKacEouMGHsVLwlJ9fZCkoXSS2EACYMknMnv7IUpPyfnr1yk5nlNBfD2U8lEWriASqNcbsZXnMHUPfYfN3qt0ko5eQpASYlkTJ0NVEt90jIpqYQWd2k1em0fiA%2BVNUWhfGNiRHCWNOb6596TdP8KWNHXffHbIEaAT3SaOoMDKU35NrSQUxEoRUPIThuenGlnGTmXM2wTqEpUqkl3cKm50cDTcl2gIksnz21JwlL92ZdAbcpYfKICaAHgNXcjIHTZ1MumEwtab9Jv6UWhSIgO2QzilHvdWWB4eI%2F%2FpHuuW1%2BUb5Ubt5apSgBIPuoSCCQmk%2BxPAOM28EYzP4%2FXYN4cJDwXzCtIEr8pm7RKrrRdeaI8I%2FfjupmfDKIs4zexsRJBEwqyrXTEpCaBzisjIQA9bYF5PMdRNCXynwmOTdKaLIL18JEFX13HtkjfPKL8NlXFfFw5ChXKbUEiSbSJwfWkdJnojhMjCeIq8mM6ZzeuHqz6jfOTz7w%2FOX74SmWFOU9Q%2BTt6IugvDA5k%2BI4WlQ%2F%2B9UlOS%2FY7CNuW2zZen3tCU%2F1FRU65%2FwJ1NthfOlgiJS%2B2HDD8UYJsQvtNdyIndaTArTQcEeZhDSqfh52mrnB1mYynJVh45%2FZzFR1WuR6tXP709jVH5puyhQkcoDAm3BkE9XNtMIgvBxdnrEZs6ONpmTvpu%2BdZKerhxehqWXo7XI8YGW%2BABdMLwzCv4m2DipwFUQdTbket5h%2BfI7Ly9IgygaHtj2FBx9GKHBP4N3kHMJtyPybryoTBdzbSdS0IC3%2FEaDpTSYSTa%2Bf1i%2FQYB67nM6dy%2BXS%2FtHqpiUTxkOSl3N0ez90YbugDOh6MCU9qlFIKSxrqDgAU37m%2BvSQSpDpsLkPvGp48T1N4fJzjOt3jJ1RyvVV%2FLidEpiWwQy2B%2FJyjK2VkVDrbSOqfzkBCHoemIvC%2ButWVsKUXHnbjzJJz%2BVzusWazDmIS6L5zVCYlvDCemqO2NyuTJJa2ewyejuIDWrmTNTOerCPbzS%2FvFN1NP6z3dopkhgN2dILKKamSZ2LSy%2F8QqApjzRvRdyLW1VCfONVZrxcXGT8ezrFfXhZONR9f8x0ahItHTv78IP6QA4cQABmlY4wxGzZWt2VQ%2FzNOoXoAwLuawfTskMdxjOEGs4H6AFiWD0s%2Bvq42ROa5fQlSWJPG%2BlQUvOihyaqOT607%2BdEY%2FzWc8CSGUCLPEegKTtTKVUKGU1svePYvYlIXMy%2FqfGfkBlXkkRsaUgFmzdVUvymQgr90JIZRUtnWbXulRyMmkDY45rQKAbMwPGHImBMgJapiia7Hfe0eLm4gMek0K96SilqfpPe%2BAJ6o1q0EcII15PwkzqoJNmwW0Qt%2F8EekQj9Y%2Fcz%2BU5euSmoCpCXeQPsON2O7J3BhChnIvWRUk7U9O%2BRnffh0F84dvI6%2BbEcjp306GSSESSQm8PYpUK%2B4SHq%2BIbe4OthAtU6edqAr79AhX7lM2okdGR3Msje5BF5pU909NDWDKakeKckZSp%2FVyD%2FoFkmNJXbrejeJao6zJig%2BQNqc0Ls6CaEhGmjAV288qHrWOXkWjpQHkTwGbZYd0qx5rXHSQkSWN8pBFhUTqVcgP%2Fbm4qWwYfus38kNWLCPxEjtzSomo04kYAdvajXQ9%2BR1E0wq0RyX0Rt6zq6zSi42KKvMQgLNUc8l86QPit3vi8hhdNnszmZ4n1FPec6e1TsadeVrgSmJPSgzv3Ze6ifDFncgjUTlTw%2BBSSacI9magGTLCNbb%2F6kbLL9piQTW1gi3KpTZj%2FAeXgXw%2BzSeku%2FePSEsXHlZseOjaQLq70q3ZokwJx5IKt04qESJmejnvrQM%2FxoxHTjqrfCIiG42XPhnKWj0hSWG5eG8SNZGM8YXtgToWo9N6xaPgQ0UWinunAQY58ft6EyxHSFzcowVuynCSfT8udDEj0tLu4Hx4ITjqEfSgteg1MnEtCYlg7AFAsUAthmjBkjxRsCFiZAUsyAIoEtW2%2BeMddz%2Bl2h%2FiIe5FWO67EYpiTpv7yWW%2FK66iEvbsVb5pJv8Gd3CQ2XkF1USC69rsMwLVW%2FcDX35GvyWR3FpPWQkNdsBqHV73DmYzA%2BVDSBwQzNKqfyQOB%2F8MGttVg%2BbDb8EBal1AEkKPfLRB631eBALcZIEkXhpH3LZ61Htcc9tSfE5gcjlsAVFutLn4Vl64Bh7AMzuKNOrD7ivvwR8sYHCUduTplu%2FjPsgtXqv3BxO1D7f0cJXWlqnA5mloaUPwm89wCpevUFsxcGsirY3o2tDXQs%2Br8AAwCdAahf8ZxvbgAAAABJRU5ErkJggg%3D%3D%22%3E%20%3C%2Fimage%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 40px;
  width: 40px;
}
.icon-chrome {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22170.218px%22%20height%3D%22170.775px%22%20viewBox%3D%220%200%20170.218%20170.775%22%20enable-background%3D%22new%200%200%20170.218%20170.775%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20id%3D%22circle47_1_%22%20fill%3D%22%23FFFFFF%22%20cx%3D%2285.314%22%20cy%3D%2285.713%22%20r%3D%2283.805%22%2F%3E%3Cpath%20id%3D%22path49_1_%22%20fill-opacity%3D%220.1%22%20d%3D%22M138.644%2C100.95c0-29.454-23.877-53.331-53.33-53.331%20c-29.454%2C0-53.331%2C23.877-53.331%2C53.331H47.22c0-21.039%2C17.055-38.094%2C38.093-38.094s38.093%2C17.055%2C38.093%2C38.094%22%2F%3E%3Ccircle%20id%3D%22circle51_1_%22%20fill-opacity%3D%220.1%22%20cx%3D%2289.123%22%20cy%3D%2296.379%22%20r%3D%2228.951%22%2F%3E%3ClinearGradient%20id%3D%22circle53_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-246.1118%22%20y1%3D%22-187.6252%22%20x2%3D%22-246.1118%22%20y2%3D%22-186.8635%22%20gradientTransform%3D%22matrix%2882%200%200%2082%2020266.4707%2015439.8037%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%2381B4E0%22%2F%3E%20%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%230C5A94%22%2F%3E%3C%2FlinearGradient%3E%3Ccircle%20id%3D%22circle53_1_%22%20fill%3D%22url%28%23circle53_2_%29%22%20cx%3D%2285.314%22%20cy%3D%2285.712%22%20r%3D%2231.236%22%2F%3E%3ClinearGradient%20id%3D%22path55_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-114.5195%22%20y1%3D%22361.6082%22%20x2%3D%22-114.5195%22%20y2%3D%22430.9385%22%20gradientTransform%3D%22matrix%281%200%200%201%20202.5%20-361.2246%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23F06B59%22%2F%3E%20%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23DF2227%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path55_1_%22%20fill%3D%22url%28%23path55_2_%29%22%20d%3D%22M161.5%2C47.619C140.525%2C5.419%2C89.312-11.788%2C47.111%2C9.186%20c-13.159%2C6.54-24.405%2C16.366-32.65%2C28.529l34.284%2C59.426c-6.314-20.068%2C4.837-41.456%2C24.905-47.77%20c3.529-1.109%2C7.203-1.701%2C10.902-1.752%22%2F%3E%3ClinearGradient%20id%3D%22path57_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-181.7383%22%20y1%3D%22507.5896%22%20x2%3D%22-146.6931%22%20y2%3D%22449.6888%22%20gradientTransform%3D%22matrix%281%200%200%201%20202.5%20-361.2246%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23388B41%22%2F%3E%20%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%234CB749%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path57_1_%22%20fill%3D%22url%28%23path57_2_%29%22%20d%3D%22M14.461%2C37.716C-11.78%2C76.86-1.32%2C129.864%2C37.824%2C156.105%20c12.111%2C8.119%2C26.1%2C12.999%2C40.633%2C14.175l35.808-60.948c-13.389%2C16.229-37.397%2C18.529-53.625%2C5.141%20c-5.512-4.548-9.634-10.553-11.895-17.33%22%2F%3E%3ClinearGradient%20id%3D%22path59_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-64.3379%22%20y1%3D%22513.7468%22%20x2%3D%22-101.6691%22%20y2%3D%22423.8472%22%20gradientTransform%3D%22matrix%281%200%200%201%20202.5%20-361.2246%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23E4B022%22%2F%3E%20%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23FCD209%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path59_1_%22%20fill%3D%22url%28%23path59_2_%29%22%20d%3D%22M78.457%2C170.28c46.991%2C3.552%2C87.965-31.662%2C91.518-78.653%20c1.146-15.162-1.779-30.354-8.476-44.007H84.552c21.037%2C0.097%2C38.014%2C17.23%2C37.917%2C38.269c-0.039%2C8.511-2.928%2C16.766-8.205%2C23.443%22%20%2F%3E%3ClinearGradient%20id%3D%22path61_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-170.1353%22%20y1%3D%22456.0808%22%20x2%3D%22-170.1353%22%20y2%3D%22395.1327%22%20gradientTransform%3D%22matrix%281%200%200%201%20202.5%20-361.2246%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.15%22%2F%3E%20%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.06%22%2F%3E%20%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.03%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path61_1_%22%20fill%3D%22url%28%23path61_2_%29%22%20d%3D%22M14.461%2C37.716l34.284%2C59.426c-2.54-8.548-2-17.715%2C1.523-25.904L15.984%2C35.43%22%2F%3E%3ClinearGradient%20id%3D%22path63_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-86.0093%22%20y1%3D%22475.7625%22%20x2%3D%22-127.911%22%20y2%3D%22518.426%22%20gradientTransform%3D%22matrix%281%200%200%201%20202.5%20-361.2246%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.15%22%2F%3E%20%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.06%22%2F%3E%20%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.03%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path63_1_%22%20fill%3D%22url%28%23path63_2_%29%22%20d%3D%22M78.457%2C170.28l35.808-60.948c-5.65%2C6.737-13.456%2C11.312-22.094%2C12.951%20L76.933%2C170.28%22%2F%3E%3ClinearGradient%20id%3D%22path65_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-86.6162%22%20y1%3D%22488.0359%22%20x2%3D%22-80.5216%22%20y2%3D%22427.8518%22%20gradientTransform%3D%22matrix%281%200%200%201%20202.5%20-361.2246%29%22%3E%20%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.15%22%2F%3E%20%3Cstop%20%20offset%3D%220.3%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.06%22%2F%3E%20%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0.03%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path65_1_%22%20fill%3D%22url%28%23path65_2_%29%22%20d%3D%22M161.5%2C47.619H84.552c11.59%2C0.054%2C22.526%2C5.381%2C29.712%2C14.476l48.759-12.189%22%2F%3E%3C%2Fsvg%3E');
  height: 40px;
  width: 40px;
}
.icon-fis {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22111px%22%20height%3D%22111px%22%20viewBox%3D%220%200%20111%20111%22%20enable-background%3D%22new%200%200%20111%20111%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22wrqb1M_1_%22%3E%20%20%20%3Cimage%20overflow%3D%22visible%22%20width%3D%22111%22%20height%3D%22111%22%20id%3D%22wrqb1M_2_%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAG8AAABvCAIAAABtpwk3AAAACXBIWXMAAAsSAAALEgHS3X78AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAKYJJREFUeNrkfWmUZVd13pnu8Kaaq3qQ1E13qxskIUsWGixLgEEIGYMwBAUWkR2CwWSZaWVgkYWB5cR%2FcLDxjyyvhB%2FGWdhJjBMIZggIJIEQEhJCDJFES9Dd6lbPXVVdXVVvuNMZss859926976hXlV3IxFeVb%2Bud999d9hn7%2F19ezjnsT179qChDwEPKZM4gf%2FjOOIcXkn4h5BS8A%2BN9MDmecSdf3kfbN09CCGUUt%2FzMMZSGUHCQ%2BkHTxItWSGSJIHNgoPcBXxE9hxEDRCx%2BpWTJiVKSzEVEciUOQy2YIKtiJXWUZCLUkbGCedakTmPkzhOuBa%2F0u%2BiwSL%2B%2F0asbPRdrdTMzWMQJTyDjEBWegvBVou1rBmr%2BH62kScg1iSVL7zQP1wWpad%2BRXRTK5so3yzooFXG%2FD7wUkvZeAMraPvSqnC1WgFZw85xFFvhwiMMQ%2BOChfwVkaYVhxVf%2BS2CQc1c1w2jqFqpcMG1S1XSYQ7on%2Bd6sEXbvtSCBt9qjwbPIFxQXqu58C7s3Gl3QLIgZ%2BtP5C%2Bth6VTU1PrWfjA7ZTROI7HxsY6nQ4YOMiCUQaycxwnCEL4G7ZYCRotxWu6rLR8QZQa4gj1QL6VSr1eAylPTE6AT9Dik%2BkY4jVS0P2vLGv8yyPNoZoLIguDQCu5w5bOLoEcrTP1fI%2BDUDAe8lmQqWUHVvdArr7vt5ptSsjc3Fy1WnUYA5cBzkD1qKp2IwjjXz7dHKK1BtlBy0AxwQ%2F%2B1qteFYXhysoK3LzjMJDpMGkSbD2pVVUtXKmazdble%2Fdcd93LDh9%2BFo5Zq9XqjXqj0QBPQs0OmcIOUdVfMmnam7dABBIB17m0dO7jH%2F%2FYn33iE9de%2B%2Btfv%2Bfr4E8tqQJXMMhR2JHIxA2KCcg01mh85jN%2F8973%2FhEc%2Bd5v3gdDYvcEJR0bH6vXan6lwjDsi4HlvgA9KemrNRYiNP4oZZ81%2BzFqqDG64oOsgNJrLykVuE5KyY6dO%2BEju%2Ffs8T0%2FiiLQLNgBxGoPZY%2BWYpH5A96FZ6Og%2BhrgJeg1qOFLrrwCXu7du89uhCOAD9EEIAjhMioVf3JqEvzAtq1bZ6emGtUqfSGZex%2FdBEEAjwGQBR4D7s8SmFarBXcO6gB3BZoI%2FAfMzvVcC8TgOp95%2BmkQ4Gc%2F%2B9nvPvSQ63mgaHDnrWYLwiM9OkSHAKCJQADgCHAK0Ogo0gS%2F3WqDEOEZznLq1Oljx44uryx%2F8j%2F%2B2eLiIogPvGcU6rHJ%2B1l4wBYYVHi3VqtWfV%2B%2F9QLQVlyK0y1FByHu2%2Ffi5eXl48eOwZZGo759%2ByXHjh9fPnfuhhtv3LFjR6vZfPDBB8HNzcxMb9%2B%2BnTlOs7kKt%2B24TsWvOI578tQJEPquXS%2BqVWtHnjsCHAje0sq7azc8P3f0Odi5Xq9fdtkOEO%2FBQ4cmJye2bd0Gb505cwYEDfo4Pj4B2nrs2DFAM1DSLBjrDXytu4Dd2vDodMBW5PPErsrShOs%2BMz9%2F5513%2Ft3f%2Fu25lZU3%2Fe4bH330sb%2F81F%2B8733vu%2F%2F%2B%2B8E2X%2Fva19o9H3%2F88be97W1TU5MPf%2B9R1zg4eBcidc914e%2BPfOSP%2F%2F7v%2F8cjjz4KJvnud7%2F781%2F4wsT4%2BLbt2775jXsBW%2B6%2B%2B%2B4vfPGLH%2FzA%2B%2F%2Fiz%2F%2F8uaNHb3jZ9e99%2F%2Fv%2B%2FZ%2F8iab3CQf5wGWAFIIwuuOO2w8%2FexhGAiyjJESTLpBZyAA8Fzaa1EwMg9cJgphz9Yvlqaw3YwTeEG7G0GxfU0hGwZzg5W233QbPP%2FrRj6u16kte%2FOLrr7%2F%2BnX%2FwB%2F%2Fwuc8dP3Z0bHwCjK5a0QHlqdOnQTdb7Rbch%2Bt6SD%2B7mnuCZ3Ddig6KdKSPkbJnoWDFBAMTOLt0DvzAlrlZ2A50FThsq9UEuYB0XDNCeQOC0AAbXpDeBmU6%2BcIT2AhOAHzruBoHT7K6ugouSyj1%2FKAQ3AnBafCTcheE4yi0YnrTm998%2B%2B2vAfV84Nvfhi3X%2Ffp18%2FPzd9111403Xv9fP%2FPXsOXnPz%2Fwut%2B%2B4zWvefU993x9fHwcVMbKC9waHBaIOjdAZKVjQQnOBb77K1%2F%2B8m23verO1%2F%2FOkcOHQSvhaDfdeMNdb3nLwuIiOAQr9zxX1ddJSQaYOhYAqMSp1cMAwDMM79zs7CXbt082xjzmDCL5%2BOLpplSyZB1S8yEt9IMHDtx3731T01PA0g8cOgjs0vc9uKuFhYX5hcXASBzA9%2Fjxk3BPjueONcYgqjGJjwRsEDQFFMpqE%2BhL%2Fi5Am1ab%2BgE6lCT6I%2BBkAJGs3zAZQNk3V5CXb%2BGuTJaLS2651%2FTM9BRSgH7LKyug9RvNuZgwQWkyYnI9WZYSxg5sgthTm2e2bnIzywaB%2FUPw5xjqw5iGFHCT8Ay6A5cI2%2B1HavUanCDWGU8BJ4UtkaZQmslA8E7MoSCUVMUh1CgPcZQhZNZEgDC4ro6sLDDijTChvKx1KkAmlhfPzs7AluVzy4BWvBhi2cgK%2FoGAzC2au2QUG5gz198NN0xCp%2B9AsqEsXYI4dDrYSA0%2BZ1PF%2BhxrzJQY8OFd6RseA7GQDttTQcCl2HB%2Befkc136ZGstV%2Besw8aUZdvNMCcluEpSrVxk35s6An5l4155xdm52MuHgUgGr4EQQDcMOQEvgmuGRiUwHIN18WFeLlb0S%2B0eauFEqu7x1M3KAlekJkLlh%2B7c1PdiQptNsqqhoPnAu6%2B9mpmeanU4YRi%2B9%2Bmq7f9AJcC5hakfYInLmXrIb0CEDwvg8WLoOEyixowIXAOTMmlRjrKFJtL6ONNWdpmNy2lfye6qrIvZodjdrQDpr0Z%2FTs9Trg6sH%2Bm2FQgzps9Ek7uoO6Kk%2BLsausX04ESiXZuZxfPbs0vyZ0%2BCy3vEv3hHF0fbt297%2Bz37P4j5YsQXiDOvsbWheaa6V6ZBUowrANGzsVUyrbvnby4wOd71bJguK4bAyjcSMslvUQgLFIpFa1tSasyVeSKda9HE10HV1055IjwoiVvqZHK326Hd7PY6Or434IMrQA2tMG%2BlEhguXWalUAGqY2QGiHfhbB38m%2BaY%2FUtMfAaIDFwZv%2Fa%2FPfx5eAp36y0996kP%2F9kOTExM55cV2zEBBqL4bYrJJEPzUrHMw6oqtLlt%2FmgWpa4UTuSZHm4rVI23klW4xqSZjsgbxjZSz9LTZCDtTe4q0wGV003rNgn80h7Tyyc6bq0fo3z6RJRwmDAM45QMPPAD020ZzZxcXv%2FnNew8fflbnyrkAyS6eXbj%2FW986ePCgDeQTzleWl7%2F97QeeePJJEI3raCx%2B4oknzpyZ9zwXeM%2BXvvylj370jyHs2f%2FTp%2BDIQacD52q3W%2Ffdd%2F8TT%2FxfS24A9%2BHwzz576IEHvnPq5CnX5PdSa%2BqmmtIEgkma2E9ZnYKxscmELL2dL1jlXxYqCKrLBbWUdfRh%2FrSiw%2Fn8qalvoeF4iHsrwHBNAYC0KTPUGw1QQAii4T7houuNGhwUBq3VbkNs7sN7Gp31SIb6EyF8FpQXLB1OqSvHSgKAVkysbbSAmHKynJ6ehufApALgViAcSLMknDdXm9aZQPBu4V6bv6nUZaWRVHkzyoHxmroVzb%2Fvy5IopYn%2FM%2F5rjyy1n8E2Gs7vXJKmKqJFWZraYRsype%2FNxBuwBQ4KwoJn2fWhIAvAQHgL%2FKMWqMlHwJ1rORpHAyAOegJbQLgwNr7vc12%2FTJ2RPiZzLLcHgVoyDx8B5mQlmC%2FhZXTdGjIlNOXFSvXhQ108GSLZvCCsSuahL1%2Bm0oTJcayW9qUWJWmWLT3VEUOz7f1oN0o027Lpca0m5hDWkTMToYO7ccxZwVTgb0vR7c3rpBzQzzhWhhJl7owbYq%2BpCWMpVgDaILUmApNz0tcDP47%2BoQaYbdI9s%2FoSsS%2BV7Mo3XzD5riy6GpoeQbcEmOy1Bi5dBrS%2BzmbCbBJFDQhVe2Ihqz6Y2DqErZ5nNQl7h2XGgFS2j1WilD%2Fl7iQfGtrtWnaWmqg1v2YNGaRFHWpiXJv%2FtLGjRCmTkXm9WOMoJcGh4S9LEaAdQlPN1pzJVgfhepC2OGDTGn%2BkhabM2GV6AUNrllldbC1Jvh7XG2WfPjlp40YyPNGah4lJuTBTcaIWP1M5dqOmvH2t0ZShOJO38YxPdVm3zIvSjlcOndZ4N08UN5ZnaT5cMZhJyRQYep4e1odgk3zTcaTrUlqgawnnvTmEvqIs%2BsE%2BONPnZU6CeVEW3lWp69RVQDMk4MtNNwA4egiSXUNScd7qnx9p2ivQg6yH2WEmCu4ibKqJ1Cqv0Rb4S9hqMnhtkLlQwxG8JN%2B%2B7tJKMAP0rguVBa20BdVMn3EKGEEYcJ7AlYNMSU6gF1KaluhlgVcWPJQiFtiiccVxXQNc1lnrdrDcIOsUAcUhhyAmgQO0JKISjSeoU6VuG0gAEemt9ceZjfpKe8YyRqdildmzySIYDNTVMIhbAK254%2BkbsZ9lF9Z403QAStk1Np4l22gBGs5tPaPlVZkJG6Oy6gmxG9EBVcNHZ03MV1eadwYxivhSg000E%2BAZNrGmlOqV3fn4yrzJZy%2Fz0ATXI0n6MVBSzRF9D6i3vs7zqaf3ydbgNPFnGXWaLaa6m8PzgHQCN3XBQDBOY5u8aXdVxo4LOAG%2F3Tkx5%2B9dDpRAx7wQL8w4cy0ZIBE5hJkPXzzYQZmXUAXNzTsCK2W4fqukmkpeQGlaUE5ZjAlmQRmrFV3jgMGzuSib%2BjWkx%2BimKrLF7qUz4gou%2FQo%2Bt7JC9%2FKr33%2FT8TNx48B8Z9yrtJWrCMdq07CjyrCjBomy1wkUd%2Bk2raA0xr%2BguqkAK3SsCycAzKvV9Y9Ohhqjzuq3RtQ5A1c23S%2F1SGvY1EOuZMdRuL08jrfM%2F%2F6fvWxywv%2FJVfuqzyy0F1fwWJ2GnJP0%2Fq2QkLpgsFPAt6LmGm69trPs2n4mX7IJqCmlc%2FK9WqCbfsVvmHYXiCltlqh73cp2OdhEXFErwRE5CkaBcYEEnIMJqtokmDp796du2e4uLMTn9voV%2Fu9uGRurOAsr8xMuSnRdgUhOwC%2BbZODoyJPHurKDHPiq%2FNnMiQFP1nley0M2pJtWs9LcrTLJZ5UeF8wc6ELNPACulUko2oHsFk5wRoPsEUzLcapNIE0dwpGOAOKhPBXLdq39uk%2FsuXJSBLJyJhk7nHjbGTt%2B62X48efq84Gq11s8qDqYKhJJg3qZr1T9fKVpYNJaWTDqPrBT9JVKlbUXFZXXNq6mwc7GdNOmEO0ZLB%2BSuhhJPN8bHxsfa4wBCdeJQi5yIZq1F5VPDGc23vWVJOQhcjj8TJBx3JEr7PQr%2FnTPzdtnVpMOjBrDDEZmRfJra7XlD75cVTEPmzWHNIGluASi2tS0h6YkVDGiL1Oiwb4yx5bSP%2FPXn0rUDOLGdDPNmGZk1WEAL6CMADVg1Jo0mjxB1oIxKDuQZTdk5u%2BI%2FnUSGgi%2BzE6%2F%2BgNX3fpSfyk6C8fyaG0hcU6IhodFU8Z7Jyf372v433u22uQO8ZaxYKYXaaCvtMpVjnaKOJ4n%2F0N95Zpi9ru1DVp6t%2FBk2oAqVfitVYHLgOnqTCVStmFI0yOZ2UcBW22FWRlEl9m9SMTAnSKRhPGyal31zsvf8FuzbR5xRSbcMTDk%2BVgsysaqCGcoOSvifTNTT85V%2BI8Oz7LxUAkKuml9z2iwg5DanCi7F1%2BWb%2FbZgdJM2wFV2XDA71ZsL1U11UdruiZxC0IUabZpgFZad4kl4I5pzpKgcAK5IhKhz%2BvNleBFb5q565%2Fs6SQLHNVc6rd4VGPOfIxP8rExQgLF68RZlXLfZTNHXSd%2B7GDFrcDAcBgKo%2Bg2A6tygF1AaiWH4EzJmfaFneGfLUszq37kKwdaH03mHOQIcA0qCYEhOMe0%2FK3yaSecDX6fYMlQClsUUkgnNVxVkXEbtItQZ3Ux3HrD1n%2F6gV1CHFd4DuMwkcInGmIWEv8Er0t9CifWhTx9ipm9l5xZWnGePiUaVZm2i5oQS2sizqglyjP4DDrUIIquBlHL4S1NFmlJn9SOkLZKZSN8W0sAujM1OTXWaNhebNvI2ae6ovomY3LuyhBLnRLlzEOsRRYjT1XUDDlDKvui131kd40mCI8jtWxHR5WvWDMEikhHKhehre96JX%2FpVrS0DCDlCszbIXwgiJNBDXUXKmfTD9zRQEzPkl2AMyBHwOvGWAOAG7bYIqWt9Nv6Wl9R5rdbrcxbilFSCtopUUTc2rnWSjx%2B7vUfv3maHj4XLxNckSoecjuJQnVClkV7l8Pwh19Jpr0kiMDtOIRClAeEFxs7tR5TSamyCqfqXlfKM7L%2F8u9mM0lSqpVefHdLN2pQa5WCrqaT3ugwq1IA3QE5wsNcH47CCDaCblIT3oClr9W2snOoNRqUkaHsUqTKSD5KkIwJ2HkNB5UVvPibH75i30TMFfOpH%2BtGl9qwFl6MYiXGqbco2ldXamff%2B5sBQctxSB0GphVGkSpqUt5dZrDTlyrJnjaLPBlSayIsvMwGpSxN3bKOlO%2F7ExMT01PTvmkmsBW0dIqgkn2TlUrJERlryg3A81JVDaPl%2BeTqt%2By%2B5ZpaKzmLyVQiqVQRRu6w3g3TwBCpBMjEaR7fctVl9bfegOKYmKyebiZN6acsJthUL0vPb%2BnZG%2FXk5wa%2FNPIlFkls4odz3WRerzcmJieqps9As%2FRihb6QnS1axuh5YmOtCeKx7LgzN8d33nUpYDomE0KCHJUDgaXiw10%2B2B9GBHbysAqU2v2Gy9m122Wr43geBr%2BJlSEbayacErauEsm1dpk%2BaU0b%2FZS807p9dFqarokC04bHWhWgpmH6JTOG39uI089M%2BsNOIWbI1QgBlquixdqVY972Oz883WBxohoQQ1k%2FbvPdo6NCAGiO8fS%2FuW1hmrqtTkKxurAopIYV7PJ0lej5e8YbQkgzPT0NUJOGjFLmmyzSMR6M4ANhpxs%2ByjwpAabJ8XIsfuNDeFdFuzyC2gjTTfagYrIq%2BB7HkX%2F0CpJEJNXEiww7%2BXe7vEq7QuDic1vmQCttS6aNwfMdAPlW4wLArAc7a5G4hQJDYS1zX27LLbfj194Qr4pxn9aS82gohCjdw3hJBK%2B4ZufS716BmrGtjyGFRol28gy%2FFIMPgx20Jt9szAjIccz0qADxSRM8ZK3229u%2B1D%2BXNaS8kVJfiaUjVCxZjBMqo9i5tHrXv7ycKwfgXSLi0AZSYnPSBIjXeTyEItl%2Bye%2Fdync1qkGCiZAajTADz09GSrKtgzP9YKf0rm61yBobs0yMjbL75jG7OEBGFGV32CD6A7hlgWj5ggSi87L3XjrlgBaNQVDKZSJkjDaebM0qhS5moaKGhyL%2BrutD5tUCEQuQqYN0%2Fa735geKKp2Z0G2wWzcKKsRCqkQc%2BvV%2FDuFDQ2BH5kI2BLzHW0JJdSy4pMVXpl8x85qrGk3uoVy%2Fxnmk%2FEliw0nsBTK87iWXh6%2F%2FNfDMFe4wGbVZcoGnuai%2BAsmkmXfCWSRbhJ0135DD8eGwU4A8yRGpJck84U57TL3xPbuCZGHTsNMjTQ1yLqax0sSKqs5Vb9%2Fa3Ar2D6Q%2BYbghTDKhQJgKd5zCk0wjJ5nfuEZLi7BTFEh6IaRX9ZRSg1%2FKvji%2BJkeVz1rK7kupU52JU3X809GBa9%2Bxa0clClVt044yH7uZX8wQg0A1lBHDTqT4NPNbf%2FjmFkfCRwxitkSU2OQQhzi8nlGijDmGn%2Bt7zyX%2FUamZIE%2BGcodQfWOvQgLYMDC4FZ3uBEcrgjioz10v7rh1aoVjpts2Ns0KdR8vgDmFAFWno4DGC9DNBnFj3eHmPEdvuv2mPT%2B8abX5gy9WK6gSORFKOXsp2inchSqKqZyOVIPCqizfREb0sn0DxKE7KCGo5KbtFysuUCX2Orh5%2BbuvqJClWEQcYqENKyG2v7rpATGi42JOdFCkN4ZaVisOqcf%2BHZOVOzx3d%2FC%2BdzmqLmIAOJ6noL0qNzx3iYbFeYU1ocigBNLA6opCQ6IdueYBsOOgRHR0Wp5LjzpLgfOiW%2FzXX%2BYv86pDJN4sghvNlA5ahf8j1IiRFyMGwvXQQpPdjGp%2FuMW9chydPSSqb7j0cvo7d7ih4C66gFNX1WDhElWKtgfATs4Fr4FP32gnl%2Ffmrqc7huEvilTTC37t7m1YnkLIB4ZIzmteOVi3o0EchVQtO%2FIkwrW4%2BsHp%2BlurGHFEV6THED8jx%2Bl73oOcGgp0nmRU2MnCni74lGKUtWCyZ4RIj%2Br1h53Su2vUpwA7am071hk8ikFwvuN5S2dOX3ELu27LxHzsOJhL5MoNQpCpI2cOHyzdxyqiKlZki3RvxdV%2F7jn7mDjNZdjCjQRXqypYluyW2u74jW%2Bjscj3EKwDO8PbaNUwuyd52Mn3meTlmA1Nvqqe%2BRpZtP1UvlIw6klMtb%2BKY6fuvfLtO1vJKiFzQkVCuWRjpgdxTZLoNB02jhKUcwXOxMklkXc7qb7dpZNYLrfJbMy2V%2BWShyHqCjzUaaMa%2Ff13ynqFCkGsHpAi7OSlnMPrNUqUg528mg2T5uguIzXwQWPUFbQeCUIC1KI0kMvh%2BM27t8wKiCMZ%2BDoEpD1UG2h2NEUnpTwdg1K9BItaoZgEzo2sclfFvZZqI44UrjIVE9nmuCKUdIiPZdQRwc3jlzi3vAZzVVXShUO5kpyHD%2B0GSHigNEeBnUHw1%2BMru5OltGNsu2ENxaTp%2Blf%2BdrVKie0s3UQro1TAByaq6KyvFiPFYrqHV95Z8V6F2HaEBJYrygJA2tooXdV2VKhLJUrUiRJvfQ%2F3ZloOBPKJG2kvJEcqXo4kkEKMm0%2F9Ft1lH2faN9rpFaURANhk7HInSnBlb%2BWavazFA4KrmxCmThig0JEL5%2FBkDSd1tkt4dzh0XGJHAOtUMgFYKwaaHEAJMZ9gR4kTSUS2xvE4cld4DEdSVYEiXOSMhfIOKuWcSvXOYYtfsuHJoUHZgb6%2BstjtByhTEWil1eJX3lyd88KFqMLIJo0LYlCJ62C8K%2B5tDe%2BaKjAFsYqxQ7ErsIMw%2BNMCexXY88E6VHgoPB4ce8Jzj8uXb%2FX%2F9yKnQONjndBSanj2d7AmljAK90OhDcJOAfrzarvmN2SsKpx0KmPVK15dDQSAcnWjpK%2B75hl8irXYVaxyt%2B%2FfCIYsFA%2FoLPhHoENUdhwUKjP9FqIEeJdgUkFhkJx5ZPXH8fFvxMGPscLylpclrE4xpU5CyQiwg1SR3vQKFase77n%2BGoe9UVdp4GRvaUVvxcoJa3Et3NG%2BrJIEcgtDLYM8IwmU6DauxCHAbaRPWoTeMu69DaPIk8s6j4kcVwVmvpsDggKnEiniYc%2FOgHOQOBafOTv%2F%2FWrzZ5LSanVOJcKdGG%2B%2FaBIdeM7FDhfnnx9Ic9GquKQN2RzslN7tM%2BvE9NKthJ2d125t6NUBZL%2B1C0fPEtlEY6LSVedM1K2dM5yHAnhPqxMdPSW%2BCmPw3ZXvrZz4Mm4dpeA2CYlZIJHuJanv2aH0DCW50UzwBjKtvQ0aZdgpZdgGwM5alt42v0kJKBvIZPtNYwRzpPtkNgfow1LRtjuCgyLTndOqdTA41Jr%2FSb11ijtN5kwjMa5EBPpteh8Vf%2FFWdA8WeqIjXJpEw1qz1TrR%2BWBpjgQ75XeVQkMmQtmeTODojdrkDjcQCUFmdt2FEyUYtdMtuEAo2RLip6vfnzj3IEjLcyYRmkSCKpVgQrGqEJP14JdMuJ4fx8F6KbjNDznrm2Qr9fdLVa4459%2FtK0rdE5vw2uzUhF7fQy%2B1YFs8zkc7uzZuF97giLgeppGSi%2FHC2YXPT7VCIerMYdqPIk%2BRtnQjXeRKmBIudll9shpOTqhTHUVVb9NHOSe51teFNyzNDSXxZSlROODOSSTptqhKOpTUE8mBzYw%2B7MYSuU3KmGltQIZ0YYnoxLCuqDkIoLm%2BzMMnV344Nv8IQiGivkMAkhIz80MzfqxcCMiQLmULFSPC3NZMhZ4A6MJ4AwtO9VKigeyKrUv95VBQGqSYWic492v6Drmp153PImRKx%2BnCUYAnAogBIbUVtWU1eGJx5btjy6cRrjFc1RwOGenBDwSegsqIOHpCskZEIVpywiOTLO0DQusXIDeHQsOKZYMCx17YKc9ulHqL7%2FoOBNRC%2BJQkavPr45kmGSpwxdPTyEiLt57ofHfq1H4Un0K%2BqxCXpYYqBRrqUcWM3CQHuU6qXR5tTejkdaRGQR61SUwvU8t%2BODMK7BQm6eE0wFabTe%2FnmZ3SLQi4QRiVK09H8%2BLMk758BNFtSm1NwoDVuDb%2BgiCkaWKGv8BLBu6Ee6nLpqhAMhH6Bkkpdiyq5AVAoWLzW2nufA%2FsFIokss98R2mmBiVJLJRgxDV5kE0akHVVLlYJn3%2Bo%2FfTUmccVX63gnQJ3GFg8YZi7xYKdrholel6IQJNqi0cnKWh0GEhH6ckb3dlgA2GnAHob6ohiA3Bmk0Qhv1AQwyhcosIsQKBDaV2dHS1QN3cLDjCWMBK%2BUG2KkhPhydWFr483T0jsETIGSKNrveATpV1C2rSoSd2Wo%2Bfv6PlHoT%2BJtzPh4xj8QFuJKaqcc502klThEW2iF3yGGxlZF3bKdGzYShmFti%2FMyOrSUltUKOJcCg0PIzJOQ170koi6K0ZfYSs5Gxz5ktN6To8%2FJcqJpElzYEXtrEkEATrH0vTD696RRnNmxrnUYZrnKggeIO40IdF8s0KYVGpDsKNGJkmklGorwU4pEs%2B7y3LLXFGU%2BlMENxeWz0SsyuwRxAate61xpyNXk%2BQkUByCZ6WoKFXK3BBwJrq6oWLhxWxc7K3jKRIi1RKKMwxGgjziHIkjudixs8dQsR96iLtUue%2BfWddaSalHo1DbyXVwqFxXGCp2zaG%2By0Ho%2BfpMdfCR7yzCWRziSqVG75AxFWYKFqpnC2JNELAaU8IxkyZcggrpKLBurkLJOBpTU2N4pwdhksAqItrbUohudeMOokuPHEfNJIFBJViV5weqdSnnKI6P5GEn3%2B6ST8FlFc3%2BRaR%2By0HoiUPU81B9%2F8OnW3pylG%2B6pfAGbF2vWKZhA3g70S6yokgLe4vKXZEqsCEK0ehsumIc4Uw4l1TcOQKQ1IwVFnq1BXgG9w2EX%2BdLku8eGMMUfoyy9qk79k2ybQjmN1%2FUXu8BPn91jNTbP2QPH1dVckYox9B4F6MIqP3wCjA16VyMOhQ7erE37Ue5olW9qIKKAWJMtY0BSkGgJMbkZVPRZaztoQBIUKTL6xDvIKrrcaCVyifkiRML7o9OA2nlRLOtQbCDc2VRlQp7A3BM1i2LqOEohPozebhZHgpejWPc3P%2FXPw%2FUVopWKGpyCczFc4mjO9vXbRjRrlabPFyl6ygCPCdiMnGI8EFQQiTI6XiT0a6q9DFITXStC5yoznMIHZgCaYHAwY3%2F8wN60W3AoFiQ9QJjtdmePVIqiJdhJ99b3LPsUM%2BCD%2FmX0kHVoNJ2J9Xi94L77jlaZTUQBkIBxpVYMo9soKXWjDDXy1LiKsWeXutRRMAlp6bxZSysoWWhvefaN5Mk%2BoYohGHgTxu08vDDP%2FWemhegeMDXwAmk570AsNOLQoUiTxl2ZBHHVc8SbYPWf5AoAq%2FXiVHMq3T6ob955sHDeMbfwXUbmwIGGOsZmSP6GWyxl9j1c1BbOKuVLWi2kkyRAAyeI6fXXAC4EhltdaYfPTPPPv3QKnyYkkYkE6pbzPKNDv2c5GZEWagLFWKr4ZF4ce3LAQxJcUex2K8J79zEMm3VH%2FzYM4%2BvBNv8WMpVRrJFas1s%2BfWWAjOEnujvfgP%2FMK7mptFOFs2QSE8bRixAjdItUR3Tihln7AfNpeQ%2FfM1f5azmQEDWxnpyKFHrW%2FTmwjaSNVKbL1Drk7VMVz0RfZzNWhc2Ks5%2FMK7DURpUI4acRHquCBfVP%2Fyrh59pT427jpBNsyytYDhQqpNIpQljrtShdGmXS%2BTpZJBew5XHQBxpuz4b7K6KKZ24MLOydc87aGboIJ1fihSlOnfngMecYdUnw3D5o%2F8ojy4D6ok2RBAqNrOEMz6Xh50SpuPu78Z1c%2BOwMxiFckcwky8SIZikHCU%2BjZxnK59%2Bx%2Ff3N5MJpy1Nd4ZCY1U2XtETs3tnuMjusiMgMu7V2tOz%2Fja9TG2U6OgHAYpxW89Dqqkg2EQTRAYiAA8zRes%2Fbi6e%2FdDn2KFzETF93PbbDM9nLelReMzc3By6OKvdpXvYb74EvoJdF3j4avDYV0551%2B3aNweG24L4PdHf6sYNirAceye2lESIS1Ewn0w0veoUiRWwdF3DcGVOkXUjBOA4EStC%2BMTdQuVDz50Q%2F%2FpL4em2osRBGYarEXD8vKRNZ2Zn8ompbPH8QdSnsFZO8SUavGgBlSRw2klFeny7n9CffPWpsD6978ppCDqX41WHMN2cVIiF9IpY5g%2BQZrjIx84J2CE0LUS6epH%2FIhysg1a1Ksksc4CKPvS1x8Unv8Pb3Ac65OqUSz7ppXp4mVqz6fNVXDo7NzsK7KB%2Bq90VVyEatv4DYIJDfN5R4NME6VDkHXzozLPPBFtevuMSP9JEAhenqeoI3ZJNl%2BJgIZk%2BzCsQL1pfIFC5%2FbNKxBT1DsVi%2F1%2Fd6%2FzPp8BxJvY7eHQKRKpC8bkX8wqUCJ%2B%2FNEsJ4DxkD8wVqcIaA3b1qGy1puK6Ymb49WomRNF2EErH8zzXXToW%2FPCbh%2BKdc9fsHMdoMZLU0bnHMaEShpsgRwGuFCdgrIsJPsFr9iukzEZKsA54hOnQqmo34jzy5JHOx77sPbWgqBsQBSF9jLvfPFZU5B6tVAUudp7SLHmV%2FrCjBr0slToGLxyIhdQ6qhdkMhQhZkinLvff9%2BzPTsW7b7p6xg0i6Qt5us5ER24lGHQWMcwJduYTdpLXqM6aEEMYdPNMqOdaqXHqH0nEwf%2F2cPjp73ltGeg0qpnrhWTPZQ7ozbmAKDRjvjriYiyymqlsIfGVLjhlqpJKVfG4jxvzP1t87J5Das%2FMlZfqTkxg5x4JtbPVDEiv%2F7WQuCd43UgTm0WtlIeTKmEV4jxy5HTnw19KHjs%2BhtwQ5OxjJaXqt4TUxYCdHmlOz2wadnIcoM9qd8OWaNPA5AjqxTKUNKKeSFai%2FV89evAkv%2FQ39l5SUW0eE6yTeBC5EEzz0rQLMs8y%2F2jCn%2FpP36b%2F5eF2K0KMQnDFdRMe9iTmUg3RyjzsqAuqn3RmZmbTsJMX5Yir3eWKFRASxszTlDcEkTrMZd7KoeSx%2F3OA7Jreu2OO4VYsqZGm1s2TvKHTkghXgTQR597HjrQ%2F9o9o%2FxlUrWrbZ8pFxCwISLD5zji1voGrC27tqTRHKlGonrW9SwWqgsj6rAtdmtOsYVuIJOQuc3UnIIodEEXAfvK1QwcOnBu%2F%2BUV7azjQ3ytYm4%2FjY9yvYrKFuQfj%2BNlPfl393Q9EIJDvRVFo16QzX05iZkj3tA5fPNjpI831cKYP7PRm8FS64o5C6%2By4ljqyjhYIOvB3MFMtET0FGuyVLh9u7%2F%2FKkWNzk9fsUhUSnExmIjROsfetB5%2BO%2FvSrnZ8vIkoRJZILYr8VxGT207rosNTUxf26Rjo9Mz0UZ9aJdvKUKMvFFdYHHbYyqEKod4aeWcUMsDyUR%2B8%2FduLn0eStu2vUua%2FlH%2Firb9T%2B%2B4%2FDdlJzfA3ZKo2lB62Q%2BwuAnfJY7du3r9CdIOWwl4W5mGtLugxctXYjS7TlFRjCUMIwYmG4iukYu%2FRNu%2BfvPdGY78xDgKS%2FHkY3yajeNV3Xge%2F%2BsHMhLX16enowzgyGndw8gxFFmSdMw5doM6VdxRQJJSYUORE%2B95N5pxO3NPtH%2Bqub1Ea7cC4W7PTvnBnhmxFK6Z0ytewL4qVVlFH3q6nXzbNLCvGQqIoq5x1BuGIkUIhIBG5SN28TrNBI7S691n1RvyyUrdu%2F0PfmdU6iZ%2FtokhppbrhOKwkuSVNPlZLInowbldQ1zJ4pOS%2BQByvhzICibi4SzylmafVu1dN71ruUemmBFzR0YriUKt%2FCh7vOZ8Q%2BrF8A7PRIUw79nomiTg1aRbnverV9YCe%2FT89aOSVO2ntANHJf4HDYQRfV0tG6X9kx4nd0bESUQ%2Bz9wlnwL9oVsL41iRHX718HR80q0L1bM2nZtXKkKUUMEeKADqwXBOz0qQsptYGlqHOVhj5bRyqMD%2BZG603Se8HBzkCGtAnYKdyyKiztmf9iiWJtuUeIuYXaUL%2BpEgi9cGGnpwJcatkoJoBlMQE8fBXlzZChXlHmhVichTtElLni7fOpwGyjsFNi6YUl6gZr5aB154toVtTxzTSlP8%2Bu4P8JMAAPpZqrUovrZQAAAABJRU5ErkJggg%3D%3D%22%3E%20%3C%2Fimage%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 40px;
  width: 40px;
}
.icon-ie {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22326px%22%20height%3D%22326px%22%20%20viewBox%3D%22234.5%20213.5%20326%20326%22%20enable-background%3D%22new%20234.5%20213.5%20326%20326%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22g10%22%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C0%2C750%29%22%3E%20%3Cg%20id%3D%22g12%22%3E%20%20%3Cg%3E%20%20%20%3Cdefs%3E%20%20%20%20%3Crect%20id%3D%22SVGID_1_%22%20x%3D%22-59.8%22%20y%3D%22-75.8%22%20width%3D%22750%22%20height%3D%22750%22%2F%3E%20%20%20%3C%2Fdefs%3E%20%20%20%3CclipPath%20id%3D%22SVGID_2_%22%3E%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%20%20%20%3C%2FclipPath%3E%20%20%20%3Cg%20id%3D%22g14%22%20clip-path%3D%22url%28%23SVGID_2_%29%22%3E%20%20%20%20%3Cg%20id%3D%22g20%22%20transform%3D%22translate%28418.6694%2C307.1215%29%22%3E%20%20%20%20%20%3Cpath%20id%3D%22path22%22%20fill%3D%22%233276BC%22%20d%3D%22M15.2-0.8c0%2C70.5-49.5%2C118.75-114.75%2C120c-67-0.75-113.5-48-121-114.25%20%20%20%20%20%20c24%2C39.25%2C71.25%2C65.5%2C113%2C65.5c34.5%2C0%2C52.25-18.5%2C52.25-54.5h-91c1.75%2C15.25%2C8.5%2C31%2C18%2C40.5c-36.75-14.75-62.75-48.5-62.75-93%20%20%20%20%20%20c0-54.75%2C43.75-100%2C105.5-100c31.5%2C0%2C57.25%2C7%2C79.25%2C18.5v54.25c-20-12.5-43.75-19.5-70.5-19.5c-39.5%2C0-68.5%2C19-68.5%2C54H15.2%20%20%20%20%20%20V-0.8z%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.icon-safari {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22460px%22%20height%3D%22460px%22%20viewBox%3D%2226%2026.619%20460%20460%22%20enable-background%3D%22new%2026%2026.619%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Ccircle%20fill%3D%22%23E6E6E6%22%20cx%3D%22256%22%20cy%3D%22256.619%22%20r%3D%22230%22%2F%3E%20%3Cg%3E%20%20%3Ccircle%20fill%3D%22%2331AFBC%22%20cx%3D%22256.001%22%20cy%3D%22256.619%22%20r%3D%22195%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpolygon%20fill%3D%22%23E6E6E6%22%20points%3D%22262.443%2C263.152%20262.512%2C263.076%20249.595%2C250.07%20249.467%2C250.176%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20cx%3D%22256.059%22%20cy%3D%22256.407%22%20r%3D%2261.185%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22237.751%2C203.619%20274.227%2C203.619%20256.08%2C125.295%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22237.751%2C203.619%20274.227%2C203.619%20256.08%2C125.295%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22309.224%2C238.441%20309.224%2C274.918%20387.548%2C256.771%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22309.224%2C238.441%20309.224%2C274.918%20387.548%2C256.771%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22274.163%2C309.619%20237.686%2C309.619%20255.835%2C387.943%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22274.163%2C309.619%20237.686%2C309.619%20255.835%2C387.943%20%20%20%22%2F%3E%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%22203.224%2C274.854%20203.224%2C238.377%20124.9%2C256.525%20%20%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cg%3E%20%20%20%3Cpolygon%20fill%3D%22%23D04742%22%20points%3D%22239.6%2C239.994%20256.067%2C256.574%20272.995%2C273.619%20272.961%2C273.65%20273.146%2C273.836%20381.217%2C122.968%20%20%20%20%20%20%20%20%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Cpolygon%20fill%3D%22%23E6E6E6%22%20points%3D%22255.977%2C256.667%20239.437%2C240.128%20239.6%2C239.994%20239.405%2C239.797%20130.811%2C390.287%20272.961%2C273.65%20%20%20%20%20%20%20%20%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.icon-on_off1 {
  background: url("../images/sc-icon-on.png") repeat-x scroll 0 0;
  width: 98px;
  height: 26px;
}
.icon-on_off2 {
  background: url("../images/sc-icon-off.png") repeat-x scroll 0 0;
  width: 98px;
  height: 26px;
}
.icon-no-image {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.5%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22115px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20115%20100%22%20enable-background%3D%22new%200%200%20115%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-832.665%2C111.5h-14.412c-0.823%2C0-1.495%2C0.666-1.495%2C1.496v0.499v4.554l0.001%2C9.759v6.115l-4.118%2C4.21v1.742%0D%0A%09c0%2C0%2C0%2C1.494%2C1.496%2C1.494h21.521h0.035h21.521c1.494%2C0%2C1.494-1.494%2C1.494-1.494v-1.742l-4.117-4.209v-20.429v-0.499%0D%0A%09c0-0.829-0.67-1.495-1.496-1.495h-17.402h-0.035h-3.667l0.269%2C2.738h3.398h0.035h16.16v18.44h-16.16h-0.035h-16.16v-4.122v-10.124%0D%0A%09v-4.194h14.001%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-733.832%2C186.68v-4.122v-10.124v-4.194l-2.74-0.744v4.554l0.001%2C9.759v6.115L-733.832%2C186.68z%22/%3E%0D%0A%3Cg%20opacity%3D%220.6%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23CB2026%22%20d%3D%22M-827.341%2C123.615h4.105l2.307%2C3.422l2.282-3.422h3.98l-4.31%2C6.135l4.843%2C6.971h-4.107l-2.738-4.132%0D%0A%09%09l-2.737%2C4.132h-4.031l4.716-6.894L-827.341%2C123.615z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-753.839%2C139.096c-0.023-6.783-0.072-13.055-0.072-20.353c0-3.202%2C2.729-3.917%2C5.176-3.925%0D%0A%09c8.167-0.028%2C16.334-0.056%2C24.501-0.084c2.529-0.009%2C4.388%2C1.573%2C5.271%2C3.896c0.023%2C6.784%2C0.048%2C13.569%2C0.071%2C20.354%0D%0A%09c0%2C2.684-2.189%2C3.811-5.258%2C3.811c-8.259%2C0.028-16.518%2C0.059-24.778%2C0.082c-0.41%2C0.001-0.832%2C0-1.231-0.084%0D%0A%09C-751.633%2C142.481-753.839%2C141.667-753.839%2C139.096z%20M-751.494%2C137.963c0.006%2C1.822%2C0.768%2C2.588%2C2.571%2C2.581%0D%0A%09c8.366-0.028%2C16.731-0.058%2C25.098-0.087c1.817-0.006%2C2.584-0.77%2C2.58-2.574c-0.014-4.366-0.031-8.731-0.046-13.098%0D%0A%09c-0.002-0.26-0.003%2C0.48-0.004%2C0.182c-10.107%2C0.035-20.121%2C0.07-30.248%2C0.104c0.001%2C0.312%2C0.002-0.446%2C0.003-0.207L-751.494%2C137.963%0D%0A%09z%20M-721.298%2C122.558c-0.003-0.964-0.006-1.84-0.012-2.716c-0.007-2.067-0.711-2.77-2.771-2.762%0D%0A%09c-8.246%2C0.026-16.492%2C0.055-24.737%2C0.086c-0.315%2C0.001-0.638%2C0.004-0.947%2C0.055c-0.918%2C0.145-1.646%2C0.736-1.716%2C1.643%0D%0A%09c-0.099%2C1.252-0.017%2C2.515-0.013%2C3.798C-741.43%2C122.627-731.411%2C122.592-721.298%2C122.558z%22/%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23D1C9BF%22%20d%3D%22M-746.036%2C119.94c-0.008%2C0.72-0.637%2C1.337-1.373%2C1.343%0D%0A%09c-0.732%2C0.006-1.363-0.604-1.377-1.328c-0.015-0.753%2C0.637-1.396%2C1.4-1.38C-746.661%2C118.588-746.03%2C119.229-746.036%2C119.94z%22/%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23D1C9BF%22%20d%3D%22M-741.927%2C119.894c0.016%2C0.728-0.59%2C1.353-1.33%2C1.373%0D%0A%09c-0.753%2C0.021-1.365-0.546-1.4-1.294c-0.032-0.761%2C0.595-1.412%2C1.359-1.411C-742.56%2C118.561-741.942%2C119.16-741.927%2C119.894z%22/%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23D1C9BF%22%20d%3D%22M-737.817%2C119.882c0.009%2C0.741-0.576%2C1.348-1.325%2C1.368%0D%0A%09c-0.764%2C0.022-1.353-0.529-1.379-1.294c-0.024-0.789%2C0.569-1.413%2C1.346-1.41C-738.433%2C118.549-737.827%2C119.144-737.817%2C119.882z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-871.052%2C182.833h-57.78c-3.3%2C0-5.993%2C2.67-5.993%2C5.998v2.002v18.256l0.003%2C39.123v24.518l-16.51%2C16.879%0D%0A%09v6.984c0%2C0%2C0%2C5.99%2C5.998%2C5.99h86.281h0.143h86.281c5.99%2C0%2C5.99-5.99%2C5.99-5.99v-6.984l-16.506-16.875v-81.9v-2.002%0D%0A%09c0-3.324-2.686-5.994-5.998-5.994h-69.768h-0.143h-14.7l1.076%2C10.979h13.624h0.143h64.787v73.93h-64.787h-0.143h-64.787v-16.525%0D%0A%09v-40.588v-16.816h56.132%22/%3E%0D%0A%3Cg%20opacity%3D%220.6%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23CB2026%22%20d%3D%22M-852.064%2C230.237h16.46l9.248%2C13.721l9.149-13.721h15.959l-17.278%2C24.598l19.415%2C27.945h-16.467%0D%0A%09%09l-10.978-16.564l-10.975%2C16.564h-16.163l18.907-27.637L-852.064%2C230.237z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-596.332%2C300.352c0%2C2.199-1.881%2C3.98-4.205%2C3.98h-96.59c-2.324%2C0-4.205-1.781-4.205-3.98v-72.037%0D%0A%09%09c0-2.199%2C1.881-3.982%2C4.205-3.982h96.59c2.324%2C0%2C4.205%2C1.783%2C4.205%2C3.982V300.352z%20M-601.332%2C229.333h-95v70h95V229.333z%22/%3E%0D%0A%09%3Crect%20x%3D%22-701.332%22%20y%3D%22240.333%22%20fill%3D%22%23D1C9BF%22%20width%3D%22105%22%20height%3D%225%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-688.832%22%20cy%3D%22235.167%22%20r%3D%222.5%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-680.832%22%20cy%3D%22235.167%22%20r%3D%222.5%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-672.832%22%20cy%3D%22235.167%22%20r%3D%222.5%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-520.507%2C41.162c0%2C1.441-1.232%2C2.609-2.756%2C2.609h-63.313c-1.523%2C0-2.756-1.168-2.756-2.609V-6.057%0D%0A%09%09c0-1.441%2C1.232-2.61%2C2.756-2.61h63.313c1.523%2C0%2C2.756%2C1.169%2C2.756%2C2.61V41.162z%20M-523.784-5.39h-62.271v45.884h62.271V-5.39z%22/%3E%0D%0A%09%3Crect%20x%3D%22-589.332%22%20y%3D%221.82%22%20fill%3D%22%23D1C9BF%22%20width%3D%2268.825%22%20height%3D%223.277%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-581.139%22%20cy%3D%22-1.566%22%20r%3D%221.639%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-575.895%22%20cy%3D%22-1.566%22%20r%3D%221.639%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-570.651%22%20cy%3D%22-1.566%22%20r%3D%221.639%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20opacity%3D%220.8%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-509.464%2C36.315c0%2C12.435-10.09%2C22.499-22.5%2C22.499c-12.435%2C0-22.5-10.064-22.5-22.499%0D%0A%09%09%09s10.065-22.5%2C22.5-22.5C-519.554%2C13.815-509.464%2C23.881-509.464%2C36.315z%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M-532.533%2C48.871c-0.758%2C0-1.372-0.265-1.896-0.782%0D%0A%09%09%09c-0.52-0.543-0.782-1.185-0.782-1.922c0-0.73%2C0.263-1.372%2C0.782-1.895c0.523-0.542%2C1.138-0.805%2C1.896-0.805%0D%0A%09%09%09c0.734%2C0%2C1.373%2C0.263%2C1.895%2C0.805c0.521%2C0.522%2C0.807%2C1.164%2C0.807%2C1.895c0%2C0.737-0.286%2C1.379-0.807%2C1.922%0D%0A%09%09%09C-531.16%2C48.606-531.799%2C48.871-532.533%2C48.871z%20M-531.823%2C27.932c-1.044%2C0-1.848%2C0.26-2.418%2C0.782%0D%0A%09%09%09c0.57%2C0.473%2C0.88%2C0.996%2C0.88%2C1.586c0%2C0.731-0.285%2C1.372-0.854%2C1.893c-0.567%2C0.523-1.255%2C0.782-2.059%2C0.782%0D%0A%09%09%09c-0.854%2C0-1.565-0.305-2.134-0.875c-0.545-0.568-0.804-1.327-0.804-2.251c0-1.633%2C0.734-2.984%2C2.226-4.048%0D%0A%09%09%09c1.516-1.093%2C3.41-1.61%2C5.684-1.61c2.251%2C0%2C4.052%2C0.538%2C5.4%2C1.633c1.375%2C1.115%2C2.062%2C2.562%2C2.062%2C4.354%0D%0A%09%09%09c0%2C0.809-0.166%2C1.567-0.494%2C2.325c-0.334%2C0.735-0.785%2C1.332-1.33%2C1.702c-0.733%2C0.569-2.207%2C1.086-2.749%2C1.419%0D%0A%09%09%09s-0.875%2C1.468-1.062%2C1.901s-0.604%2C1.141-0.688%2C1.417c-0.166%2C0.545-0.12%2C0.879-0.31%2C1.021c-0.188%2C0.162-0.615%2C0.261-1.254%2C0.286%0D%0A%09%09%09l-0.78%2C0.065h-0.286c-0.734%2C0-1.252-0.162-1.537-0.448c-0.286-0.285-0.429-0.809-0.429-1.586c0-0.95%2C0.406-1.54%2C0.664-2.134%0D%0A%09%09%09c0.357-0.758%2C1.887-0.847%2C2.932-1.981c1.277-1.425%2C2.303-2.705%2C2.303-3.935c0-0.668-0.26-1.231-0.805-1.66%0D%0A%09%09%09C-530.21%2C28.146-530.947%2C27.932-531.823%2C27.932z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M98.381%2C71.827c0%2C1.789-1.529%2C3.238-3.419%2C3.238h-78.56c-1.891%2C0-3.42-1.449-3.42-3.238V13.239%0D%0A%09%09%09c0-1.788%2C1.529-3.239%2C3.42-3.239h78.56c1.89%2C0%2C3.419%2C1.451%2C3.419%2C3.239V71.827z%20M94.314%2C14.066H17.049v56.932l77.266%2C0V14.066z%22/%3E%0D%0A%09%09%3Crect%20x%3D%2212.982%22%20y%3D%2223.013%22%20fill%3D%22%23D1C9BF%22%20width%3D%2285.398%22%20height%3D%224.066%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2223.148%22%20cy%3D%2218.812%22%20r%3D%222.033%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2229.655%22%20cy%3D%2218.812%22%20r%3D%222.033%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2236.162%22%20cy%3D%2218.812%22%20r%3D%222.033%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-58.072%2C50.177c-2.507%2C0-4.443%2C0.615-5.811%2C1.845c1.414%2C1.139%2C2.121%2C2.415%2C2.121%2C3.826%0D%0A%09%09%09c0%2C1.776-0.685%2C3.292-2.052%2C4.543c-1.363%2C1.254-3.005%2C1.879-4.92%2C1.879c-2.096%2C0-3.801-0.693-5.122-2.084%0D%0A%09%09%09c-1.323-1.389-1.983-3.199-1.983-5.432c0-3.917%2C1.799-7.163%2C5.4-9.736c3.596-2.574%2C8.15-3.861%2C13.665-3.861%0D%0A%09%09%09c5.375%2C0%2C9.702%2C1.322%2C12.98%2C3.963c3.278%2C2.643%2C4.921%2C6.127%2C4.921%2C10.454c0%2C1.914-0.401%2C3.771-1.197%2C5.569%0D%0A%09%09%09c-0.799%2C1.8-1.854%2C3.178-3.175%2C4.133c-1.735%2C1.322-4.443%2C2.393-8.133%2C3.212c-1.093%2C0.228-1.8%2C0.501-2.117%2C0.819%0D%0A%09%09%09c-0.321%2C0.319-0.502%2C0.866-0.549%2C1.64c-0.044%2C1.276-0.296%2C2.096-0.751%2C2.459c-0.454%2C0.366-1.456%2C0.593-3.007%2C0.683l-1.912%2C0.137%0D%0A%09%09%09h-0.682c-1.778%2C0-3.008-0.353-3.69-1.06c-0.686-0.705-1.026-1.969-1.026-3.791c0-2.323%2C0.536-4.042%2C1.607-5.159%0D%0A%09%09%09c1.068-1.116%2C3.042-1.993%2C5.908-2.631c4.466-1.001%2C6.698-2.96%2C6.698-5.875c0-1.64-0.66-2.973-1.984-3.997%0D%0A%09%09%09C-54.201%2C50.689-55.933%2C50.177-58.072%2C50.177z%20M-59.782%2C89.124c-1.773%2C0-3.288-0.639-4.544-1.914%0D%0A%09%09%09c-1.252-1.274-1.879-2.801-1.879-4.578s0.627-3.302%2C1.879-4.578c1.256-1.274%2C2.771-1.913%2C4.544-1.913%0D%0A%09%09%09c1.779%2C0%2C3.305%2C0.639%2C4.578%2C1.913c1.276%2C1.276%2C1.915%2C2.801%2C1.915%2C4.578s-0.639%2C3.304-1.915%2C4.578%0D%0A%09%09%09C-56.478%2C88.485-58.003%2C89.124-59.782%2C89.124z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-48.667%2C71.112c0%2C1.787-1.528%2C3.235-3.417%2C3.235h-78.497c-1.889%2C0-3.417-1.448-3.417-3.235V12.57%0D%0A%09%09%09c0-1.787%2C1.528-3.236%2C3.417-3.236h78.497c1.889%2C0%2C3.417%2C1.449%2C3.417%2C3.236V71.112z%20M-52.73%2C13.396h-77.204v56.887h77.204V13.396z%22%0D%0A%09%09%09/%3E%0D%0A%09%09%3Crect%20x%3D%22-133.998%22%20y%3D%2222.336%22%20fill%3D%22%23D1C9BF%22%20width%3D%2285.331%22%20height%3D%224.063%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-123.84%22%20cy%3D%2218.138%22%20r%3D%222.031%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-117.338%22%20cy%3D%2218.138%22%20r%3D%222.032%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-110.836%22%20cy%3D%2218.138%22%20r%3D%222.032%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M-53.954%2C70.279c-0.044%2C0.202-0.073%2C0.419-0.089%2C0.669c-0.044%2C1.276-0.296%2C2.096-0.751%2C2.459%0D%0A%09%09%09c-0.454%2C0.366-1.456%2C0.593-3.007%2C0.683l-1.912%2C0.137h-0.682c-1.778%2C0-3.008-0.353-3.69-1.06c-0.562-0.577-0.893-1.559-0.994-2.889%0D%0A%09%09%09H-53.954z%20M-48.666%2C67.794c-0.831%2C0.249-1.745%2C0.48-2.711%2C0.694c-0.547%2C0.114-1.006%2C0.239-1.358%2C0.375v-9.358%0D%0A%09%09%09c1.226-1.001%2C1.838-2.267%2C1.838-3.794c0-1.559-0.642-2.839-1.838-3.842V41.431c1.429%2C0.206%2C2.837%2C0.527%2C4.069%2C0.965V67.794z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M724.492%2C668.829c0%2C1.441-1.232%2C2.609-2.756%2C2.609h-63.313c-1.523%2C0-2.756-1.168-2.756-2.609V621.61%0D%0A%09%09c0-1.441%2C1.232-2.609%2C2.756-2.609h63.313c1.523%2C0%2C2.756%2C1.168%2C2.756%2C2.609V668.829z%20M721.215%2C622.278h-62.271v45.883h62.271%0D%0A%09%09V622.278z%22/%3E%0D%0A%09%3Crect%20x%3D%22655.667%22%20y%3D%22629.488%22%20fill%3D%22%23D1C9BF%22%20width%3D%2268.825%22%20height%3D%223.277%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22663.86%22%20cy%3D%22626.102%22%20r%3D%221.639%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22669.104%22%20cy%3D%22626.102%22%20r%3D%221.639%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22674.348%22%20cy%3D%22626.102%22%20r%3D%221.639%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-46.106%2C199.112c0%2C1.787-1.528%2C3.235-3.417%2C3.235h-78.497c-1.889%2C0-3.417-1.448-3.417-3.235V140.57%0D%0A%09%09%09c0-1.787%2C1.528-3.236%2C3.417-3.236h78.497c1.889%2C0%2C3.417%2C1.449%2C3.417%2C3.236V199.112z%20M-50.17%2C141.397h-77.204v56.887h77.204%0D%0A%09%09%09V141.397z%22/%3E%0D%0A%09%09%3Crect%20x%3D%22-131.438%22%20y%3D%22150.337%22%20fill%3D%22%23D1C9BF%22%20width%3D%2285.331%22%20height%3D%224.063%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-121.279%22%20cy%3D%22146.139%22%20r%3D%222.031%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-114.778%22%20cy%3D%22146.139%22%20r%3D%222.032%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-108.276%22%20cy%3D%22146.139%22%20r%3D%222.032%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22unhsFy.tif%22%3E%0D%0A%09%0D%0A%09%09%3Cimage%20overflow%3D%22visible%22%20width%3D%22416%22%20height%3D%22280%22%20id%3D%22Layer_0_1_%22%20xlink%3Ahref%3D%22data%3Aimage/png%3Bbase64%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%3D%3D%22%20transform%3D%22matrix%281.0141%200%200%201.0141%20-456.9287%20-454.9717%29%22%3E%0D%0A%09%3C/image%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22x20Ltp.tif%22%3E%0D%0A%09%0D%0A%09%09%3Cimage%20overflow%3D%22visible%22%20width%3D%2240%22%20height%3D%2240%22%20id%3D%22Layer_0_2_%22%20xlink%3Ahref%3D%22data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAACXBIWXMAAAsSAAALEgHS3X78AAAA%0AGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABIhJREFUeNrUmd9rW2UYx5+chsQ2%0ATZrUtmurqbNrJ3Q66pRhsUxU3CYbCm7ghc4bYYJ4IbI/Y3glAwUvlO5Ky/BC7ECHVEdxa7EwCGPt%0A6pZ1SdtlWZumyfLrxO9z9uws6bL0PSeBZQ98ODnvSU8+Pe/v5zjIZjz/1dl2HIbAMBgAfSBQ8pU7%0AIAzmwSwI/ff1gbid33JYFGvFYS84KHI9wA+4vAW4Sr6eBSmQBKsgKrIT4AKEk3WVhJxL5D4Br4Nu%0A4ANOC/9jHiTAEjgPfhTZbM2SEORq/BgcBTtErtZg2avgZzAG0bBtSQjy0/scHABdQKP6hQ5WwFlw%0ACqIXLElK9Y6CL8DbdXp61Z7qH+Ab8Hel6n9Um3oNfAnelE6xdTRp5PU1k7fFTeupDK0n0kQFXeUv%0A+QG8Iy7cbie3fJJSxSfAu6qCfdva6P1Xe2mkv42aXU2UzhZoamGNfpmOUHh5TfWJcm//DZzcXPVN%0AFTrJcekkXpU7twc89OFIkI7t7aHBzmbq9rnomTY37dzmoZxDo7lbKUrfzanciptYEBQCI8dCq1Nj%0A5n+nbWqHh0VQuQ2O7gjQe7s76WmPkxxSL3zkcy7n6xbCJ79/WHzKJRF7RLLHyl2DATcF/e7K11DO%0A1y1Gj3jsKZOUmWS/DNSWhhmndg+r16qEJh77xcsU2i1DjuWhJryaM7B6TaHaR8XLlHxRsBzn5+P0%0A55XblCsUy8r5nMv5us0wnZpkNfOBjImWKyedydPcSpJuJnXSHU5KZHQKLd+l0xejNP5PmJbjKSoW%0Ai3Ykm8ECevpFpyyx+i0uFh7MbbpOi7c26MzUdfrrUpRcaITZvE6xZJYSKUwe9gTvTzTs1ccftgv2%0AAyKJjYxBncNwY8kOwX5gShzu76AjL3fTQIeb5mMZGv93iWYXYqpT46PCcHPK6qazljsNb2+nT/c9%0AR28MtFGrS6NdQZ38Xjd9j6YwezVWy63Zq0uT6chVy51eCXpNQQ4+8jmX1xiGW13Wh61uzRQ0y3DO%0A5fUIjZ6AYMm40IhhuD0xkovgZoNKstciS14TGjEMN5aMgCuyfG+kSIpXRJPd2WWezBtMkn0us9/9%0AIWgazDSY5Ix4meMkV/nvnFRqEMGQ+ERMSTxS3u+ek0169jELZsXjnHiVzTgrkpuZfMySk+Kx8tC0%0ACGtd2sBpq9W+tJ432KpMsZr596fF5+HkADbkOSzXOcPFu6dB3vur3Hk9W6RO/1P0QlcLlpYOY38z%0AEbpNZ2aitKa+EOZk6ynwEwQTKgmrXhw+kmzGwJZrXix6ezs8NPisn3wet7FCn1tcpUhsgwpqi14W%0A/I6fIgQjqgkrTnT+IAMqZ9aGqv0Ci9zAZix6J01OCOdxns8VVPc3IcmojYOYnfwkV/c+8Bl4q9bF%0AcYVezCPKt9xZquXTVTK9LVLlh+hexneoTuPgGPiVqxqCqWpfVs2Za9KJWJCTqgflc6sFsaTITcg4%0AyJ/jpb24JskSWafIdst28yUqf0XSvmktWPqK5JKsapZETnl8ctitL0nNcc5G9RVJQuVNQ6X4X4AB%0AADpenEkuUjjVAAAAAElFTkSuQmCC%22%20transform%3D%22matrix%281%200%200%201%20-277.832%20106.9995%29%22%3E%0D%0A%09%3C/image%3E%0D%0A%3C/g%3E%0D%0A%3Ccircle%20fill%3D%22%233479BD%22%20cx%3D%22-330.388%22%20cy%3D%22116.667%22%20r%3D%2220%22/%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%22-330.388%22%20cy%3D%22107.667%22%20r%3D%224%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-327.388%2C127.75c0%2C1.611-1.342%2C2.917-3%2C2.917l0%2C0c-1.656%2C0-3-1.306-3-2.917v-11.166%0D%0A%09%09c0-1.611%2C1.344-2.917%2C3-2.917l0%2C0c1.658%2C0%2C3%2C1.306%2C3%2C2.917V127.75z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%230A7EC2%22%20d%3D%22M-294.82%2C158.971c-4.964-0.012-8.988-4.054-8.977-9.017c0.012-4.965%2C4.054-8.988%2C9.018-8.977%0D%0A%09%09c4.963%2C0.011%2C8.987%2C4.053%2C8.976%2C9.018C-285.814%2C154.958-289.857%2C158.983-294.82%2C158.971z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-294.835%2C146.491c0.952-0.009%2C2.076-0.376%2C2.079-1.836c0.004-1.461-1.318-2.152-2.049-2.164%0D%0A%09%09c-0.572-0.023-2.097%2C0.714-2.101%2C2.176C-296.908%2C146.126-295.861%2C146.51-294.835%2C146.491z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-296.58%2C150.754c0.003-1.166%2C0.62-2.37%2C1.784-2.368h0.03c1.177%2C0.003%2C1.703%2C1.041%2C1.701%2C2.205%0D%0A%09%09l-0.011%2C4.434c-0.003%2C1.164-0.587%2C1.831-1.762%2C1.828l0.042%2C0.021c-1.175-0.003-1.829-1.062-1.826-2.227L-296.58%2C150.754z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-294.835%2C146.491c0.952-0.009%2C2.076-0.376%2C2.079-1.836c0.004-1.461-1.318-2.152-2.049-2.164%0D%0A%09%09c-0.572-0.023-2.097%2C0.714-2.101%2C2.176C-296.908%2C146.126-295.861%2C146.51-294.835%2C146.491z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-296.58%2C150.754c0.003-1.166%2C0.62-2.37%2C1.784-2.368h0.03c1.177%2C0.003%2C1.703%2C1.041%2C1.701%2C2.205%0D%0A%09%09l-0.011%2C4.434c-0.003%2C1.164-0.587%2C1.831-1.762%2C1.828l0.042%2C0.021c-1.175-0.003-1.829-1.062-1.826-2.227L-296.58%2C150.754z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Crect%20x%3D%22-131.333%22%20y%3D%22150.337%22%20fill%3D%22%23D1C9BF%22%20width%3D%2285.331%22%20height%3D%224.063%22/%3E%0D%0A%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-121.175%22%20cy%3D%22146.139%22%20r%3D%222.031%22/%3E%0D%0A%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-114.673%22%20cy%3D%22146.139%22%20r%3D%222.032%22/%3E%0D%0A%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-108.171%22%20cy%3D%22146.139%22%20r%3D%222.032%22/%3E%0D%0A%3Cg%20display%3D%22none%22%3E%0D%0A%09%3Cg%20display%3D%22inline%22%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M-59.997%2C216.334c-13.058%2C0-23.663-10.606-23.663-23.664c0-13.057%2C10.605-23.663%2C23.663-23.663%0D%0A%09%09%09c13.059%2C0%2C23.664%2C10.606%2C23.664%2C23.663C-36.333%2C205.728-46.938%2C216.334-59.997%2C216.334z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-60.108%2C183.511c2.507-0.027%2C5.457-1.002%2C5.457-4.843c0-3.843-3.479-5.652-5.402-5.68%0D%0A%09%09%09c-1.5-0.056-5.512%2C1.893-5.512%2C5.735C-65.565%2C182.565-62.809%2C183.566-60.108%2C183.511z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-64.676%2C194.732c0-3.064%2C1.615-6.237%2C4.679-6.237h0.084c3.089%2C0%2C4.48%2C2.728%2C4.48%2C5.79v11.667%0D%0A%09%09%09c0%2C3.062-1.53%2C4.814-4.621%2C4.814l0.113%2C0.058c-3.091%2C0-4.816-2.784-4.816-5.848L-64.676%2C194.732z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-60.108%2C183.511c2.507-0.027%2C5.457-1.002%2C5.457-4.843c0-3.843-3.479-5.652-5.402-5.68%0D%0A%09%09%09c-1.5-0.056-5.512%2C1.893-5.512%2C5.735C-65.565%2C182.565-62.809%2C183.566-60.108%2C183.511z%22/%3E%0D%0A%09%09%3Cpath%20opacity%3D%220%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M-64.676%2C194.732c0-3.064%2C1.615-6.237%2C4.679-6.237h0.084c3.089%2C0%2C4.48%2C2.728%2C4.48%2C5.79v11.667%0D%0A%09%09%09c0%2C3.062-1.53%2C4.814-4.621%2C4.814l0.113%2C0.058c-3.091%2C0-4.816-2.784-4.816-5.848L-64.676%2C194.732z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20display%3D%22inline%22%20fill%3D%22%230078A4%22%20d%3D%22M-82.937%2C198.284h32.871v-27.076c0%2C0%2C1.171%2C0.537%2C2.187%2C1.146%0D%0A%09%09c0.703%2C0.422%2C1.877%2C1.234%2C1.877%2C1.234v25.523c0%2C1.787-1.528%2C3.235-3.417%2C3.235h-32.163c0%2C0-0.417-0.929-0.75-1.888%0D%0A%09%09S-82.937%2C198.284-82.937%2C198.284z%22/%3E%0D%0A%09%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23D1C9BF%22%20points%3D%22-55.425%2C202.343%20-64.727%2C202.343%20-64.678%2C198.276%20-55.425%2C198.277%20%09%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M90.665%2C201.111c0%2C1.787-1.528%2C3.235-3.417%2C3.235H8.751c-1.889%2C0-3.417-1.448-3.417-3.235v-58.542%0D%0A%09%09%09%09c0-1.787%2C1.528-3.236%2C3.417-3.236h78.497c1.889%2C0%2C3.417%2C1.449%2C3.417%2C3.236V201.111z%20M86.602%2C143.396H9.397v56.887h77.204V143.396%0D%0A%09%09%09%09z%22/%3E%0D%0A%09%09%09%3Crect%20x%3D%225.334%22%20y%3D%22152.336%22%20fill%3D%22%23D1C9BF%22%20width%3D%2285.331%22%20height%3D%224.062%22/%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2215.492%22%20cy%3D%22148.138%22%20r%3D%222.031%22/%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2221.994%22%20cy%3D%22148.138%22%20r%3D%222.032%22/%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2228.496%22%20cy%3D%22148.138%22%20r%3D%222.032%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%225.334%22%20y%3D%22152.336%22%20fill%3D%22%23D1C9BF%22%20width%3D%2285.331%22%20height%3D%224.062%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2215.492%22%20cy%3D%22148.138%22%20r%3D%222.031%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2221.994%22%20cy%3D%22148.138%22%20r%3D%222.032%22/%3E%0D%0A%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%2228.496%22%20cy%3D%22148.138%22%20r%3D%222.032%22/%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23D1C9BF%22%20points%3D%2281.242%2C204.342%2071.94%2C204.342%2071.989%2C200.275%2081.242%2C200.276%20%09%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-254.667%2C222.333c0%2C1.657-1.343%2C3-3%2C3l0%2C0c-1.657%2C0-3-1.343-3-3v-24c0-1.657%2C1.343-3%2C3-3l0%2C0%0D%0A%09c1.657%2C0%2C3%2C1.343%2C3%2C3V222.333z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-254.667%2C266.333c0%2C1.657-1.343%2C3-3%2C3l0%2C0c-1.657%2C0-3-1.343-3-3v-24c0-1.657%2C1.343-3%2C3-3l0%2C0%0D%0A%09c1.657%2C0%2C3%2C1.343%2C3%2C3V266.333z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-247.667%2C235.333c-1.657%2C0-3-1.343-3-3l0%2C0c0-1.657%2C1.343-3%2C3-3h24c1.657%2C0%2C3%2C1.343%2C3%2C3l0%2C0%0D%0A%09c0%2C1.657-1.343%2C3-3%2C3H-247.667z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-291.667%2C235.333c-1.657%2C0-3-1.343-3-3l0%2C0c0-1.657%2C1.343-3%2C3-3h24c1.657%2C0%2C3%2C1.343%2C3%2C3l0%2C0%0D%0A%09c0%2C1.657-1.343%2C3-3%2C3H-291.667z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-247.887%2C226.798c-1.171%2C1.172-3.07%2C1.172-4.242%2C0l0%2C0c-1.172-1.172-1.172-3.071%2C0-4.243l16.969-16.972%0D%0A%09c1.172-1.172%2C3.07-1.172%2C4.242%2C0l0%2C0c1.172%2C1.172%2C1.173%2C3.071%2C0.001%2C4.243L-247.887%2C226.798z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-280.168%2C259.084c-1.172%2C1.172-3.071%2C1.172-4.243%2C0l0%2C0c-1.172-1.172-1.172-3.071%2C0-4.243l16.969-16.972%0D%0A%09c1.172-1.172%2C3.071-1.172%2C4.243%2C0l0%2C0c1.172%2C1.172%2C1.172%2C3.071%2C0%2C4.243L-280.168%2C259.084z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-252.133%2C242.109c-1.172-1.171-1.172-3.071%2C0-4.242l0%2C0c1.172-1.172%2C3.072-1.172%2C4.244%2C0l16.975%2C16.971%0D%0A%09c1.172%2C1.173%2C1.172%2C3.07%2C0%2C4.242l0%2C0c-1.172%2C1.172-3.072%2C1.173-4.244%2C0.001L-252.133%2C242.109z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-284.424%2C209.824c-1.172-1.172-1.172-3.071%2C0-4.243l0%2C0c1.172-1.171%2C3.072-1.171%2C4.244%2C0.001l16.975%2C16.971%0D%0A%09c1.172%2C1.172%2C1.172%2C3.071%2C0%2C4.243l0%2C0c-1.172%2C1.172-3.072%2C1.171-4.244-0.001L-284.424%2C209.824z%22/%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M76.541%2C177.942c0%2C1.32-1.07%2C2.391-2.391%2C2.391l0%2C0c-1.32%2C0-2.391-1.07-2.391-2.391v-15.14%0D%0A%09%09c0-1.32%2C1.07-2.391%2C2.391-2.391l0%2C0c1.32%2C0%2C2.391%2C1.07%2C2.391%2C2.391V177.942z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M76.541%2C213.002c0%2C1.32-1.07%2C2.39-2.391%2C2.39l0%2C0c-1.32%2C0-2.391-1.069-2.391-2.39v-15.14%0D%0A%09%09c0-1.321%2C1.07-2.391%2C2.391-2.391l0%2C0c1.32%2C0%2C2.391%2C1.069%2C2.391%2C2.391V213.002z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M66.721%2C180.851c1.144%2C0.661%2C1.534%2C2.123%2C0.875%2C3.266l0%2C0c-0.66%2C1.144-2.121%2C1.536-3.266%2C0.876%0D%0A%09%09l-13.111-7.57c-1.145-0.66-1.535-2.122-0.875-3.266l0%2C0c0.66-1.143%2C2.121-1.535%2C3.266-0.875L66.721%2C180.851z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M97.084%2C198.381c1.144%2C0.661%2C1.535%2C2.123%2C0.875%2C3.266l0%2C0c-0.661%2C1.144-2.122%2C1.535-3.266%2C0.876%0D%0A%09%09l-13.111-7.57c-1.145-0.66-1.535-2.122-0.875-3.266l0%2C0c0.66-1.144%2C2.121-1.535%2C3.266-0.876L97.084%2C198.381z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M83.971%2C184.992c-1.144%2C0.661-2.605%2C0.27-3.266-0.875l0%2C0c-0.659-1.144-0.269-2.604%2C0.875-3.265%0D%0A%09%09l13.112-7.569c1.144-0.661%2C2.604-0.27%2C3.265%2C0.874l0%2C0c0.66%2C1.145%2C0.27%2C2.605-0.875%2C3.266L83.971%2C184.992z%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%23149BD7%22%20d%3D%22M53.607%2C202.522c-1.144%2C0.66-2.604%2C0.27-3.266-0.875l0%2C0c-0.659-1.144-0.268-2.605%2C0.875-3.265l13.111-7.57%0D%0A%09%09c1.145-0.66%2C2.605-0.269%2C3.266%2C0.875l0%2C0c0.66%2C1.144%2C0.27%2C2.605-0.875%2C3.265L53.607%2C202.522z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2271.76%22%20y%3D%22200.276%22%20fill%3D%22%230078A4%22%20width%3D%224.781%22%20height%3D%224.078%22/%3E%0D%0A%09%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2290.668%2C200.172%2086.59%2C197.815%2086.59%2C192.323%2090.682%2C194.716%20%09%22/%3E%0D%0A%09%3Cpolygon%20fill%3D%22%230078A4%22%20points%3D%2290.684%2C181.135%2086.621%2C183.495%2086.621%2C177.948%2090.659%2C175.614%20%09%22/%3E%0D%0A%09%3Cpath%20fill%3D%22%230078A4%22%20d%3D%22M57.478%2C200.287l-3.87%2C2.235c-1.144%2C0.66-2.604%2C0.27-3.266-0.875l0%2C0c-0.247-0.429-0.347-0.902-0.314-1.361%0D%0A%09%09L57.478%2C200.287z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22mFitAW.tif%22%3E%0D%0A%09%0D%0A%09%09%3Cimage%20overflow%3D%22visible%22%20width%3D%22128%22%20height%3D%22128%22%20id%3D%22Layer_0_3_%22%20xlink%3Ahref%3D%22data%3Aimage/png%3Bbase64%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%22%20transform%3D%22matrix%281%200%200%201%20-140.333%20236.6665%29%22%3E%0D%0A%09%3C/image%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22%23F4F1F0%22%20d%3D%22M96.001%2C308.667c0%2C27.617-22.384%2C50-50%2C50s-50-22.383-50-50c0-27.615%2C22.384-50%2C50-50%0D%0A%09S96.001%2C281.051%2C96.001%2C308.667z%22/%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M77.487%2C330.268c0%2C1.32-1.128%2C2.389-2.521%2C2.389h-57.93c-1.394%2C0-2.521-1.068-2.521-2.389v-43.201%0D%0A%09%09%09c0-1.32%2C1.128-2.389%2C2.521-2.389h57.93c1.394%2C0%2C2.521%2C1.068%2C2.521%2C2.389V330.268z%20M74.488%2C287.676H17.514v41.98h56.975V287.676z%22%0D%0A%09%09%09/%3E%0D%0A%09%09%3Crect%20x%3D%2214.515%22%20y%3D%22294.274%22%20fill%3D%22%23159BD7%22%20width%3D%2262.973%22%20height%3D%222.998%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23159BD7%22%20cx%3D%2222.011%22%20cy%3D%22291.176%22%20r%3D%221.499%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23159BD7%22%20cx%3D%2226.809%22%20cy%3D%22291.176%22%20r%3D%221.5%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23159BD7%22%20cx%3D%2231.608%22%20cy%3D%22291.176%22%20r%3D%221.5%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M326.501%2C304.667c0%2C27.617-22.384%2C50-50%2C50s-50-22.383-50-50c0-27.615%2C22.384-50%2C50-50%0D%0A%09S326.501%2C277.051%2C326.501%2C304.667z%22/%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M307.987%2C326.268c0%2C1.32-1.128%2C2.389-2.521%2C2.389h-57.93c-1.394%2C0-2.521-1.068-2.521-2.389v-43.201%0D%0A%09%09%09c0-1.32%2C1.128-2.389%2C2.521-2.389h57.93c1.394%2C0%2C2.521%2C1.068%2C2.521%2C2.389V326.268z%20M304.988%2C283.676h-56.975v41.98h56.975V283.676z%0D%0A%09%09%09%22/%3E%0D%0A%09%09%3Crect%20x%3D%22245.015%22%20y%3D%22290.274%22%20fill%3D%22%23FFFFFF%22%20width%3D%2262.973%22%20height%3D%222.998%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%22252.511%22%20cy%3D%22287.176%22%20r%3D%221.499%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%22257.309%22%20cy%3D%22287.176%22%20r%3D%221.5%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%22262.108%22%20cy%3D%22287.176%22%20r%3D%221.5%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M282.168%2C141.667c25.916%2C0%2C47%2C21.084%2C47%2C47s-21.084%2C47-47%2C47s-47-21.084-47-47%0D%0A%09%09S256.252%2C141.667%2C282.168%2C141.667%20M282.168%2C138.667c-27.616%2C0-50%2C22.385-50%2C50c0%2C27.617%2C22.384%2C50%2C50%2C50s50-22.383%2C50-50%0D%0A%09%09C332.168%2C161.051%2C309.784%2C138.667%2C282.168%2C138.667L282.168%2C138.667z%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M313.654%2C210.268c0%2C1.32-1.128%2C2.389-2.521%2C2.389h-57.93c-1.394%2C0-2.521-1.068-2.521-2.389v-43.201%0D%0A%09%09%09c0-1.32%2C1.128-2.389%2C2.521-2.389h57.93c1.394%2C0%2C2.521%2C1.068%2C2.521%2C2.389V210.268z%20M310.655%2C167.676h-56.975v41.98h56.975V167.676z%0D%0A%09%09%09%22/%3E%0D%0A%09%09%3Crect%20x%3D%22250.682%22%20y%3D%22174.274%22%20fill%3D%22%23159BD7%22%20width%3D%2262.973%22%20height%3D%222.998%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23159BD7%22%20cx%3D%22258.178%22%20cy%3D%22171.176%22%20r%3D%221.499%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23159BD7%22%20cx%3D%22262.976%22%20cy%3D%22171.176%22%20r%3D%221.5%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23159BD7%22%20cx%3D%22267.775%22%20cy%3D%22171.176%22%20r%3D%221.5%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Ccircle%20fill%3D%22%23F4F1F0%22%20cx%3D%22195.002%22%20cy%3D%2216.75%22%20r%3D%2215%22/%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M205.002%2C23.502c0%2C0.413-0.342%2C0.748-0.764%2C0.748h-18.473c-0.422%2C0-0.764-0.334-0.764-0.748V9.997%0D%0A%09%09%09c0-0.413%2C0.342-0.747%2C0.764-0.747h18.473c0.422%2C0%2C0.764%2C0.333%2C0.764%2C0.747V23.502z%20M204.002%2C13.454h-18v9.858h18V13.454z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Crect%20x%3D%22186.002%22%20y%3D%2210.208%22%20fill%3D%22%23FFFFFF%22%20width%3D%2210.209%22%20height%3D%222%22/%3E%0D%0A%3Cg%20id%3D%22uayLoe_1_%22%3E%0D%0A%09%0D%0A%09%09%3Cimage%20overflow%3D%22visible%22%20width%3D%22450%22%20height%3D%22470%22%20id%3D%22uayLoe_2_%22%20xlink%3Ahref%3D%22data%3Aimage/jpeg%3Bbase64%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%3D%3D%22%20transform%3D%22matrix%281%200%200%201%20513.0098%20-131.2568%29%22%3E%0D%0A%09%3C/image%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M579.887-75.083c7.582%2C0%2C13.75%2C6.168%2C13.75%2C13.75s-6.168%2C13.75-13.75%2C13.75s-13.75-6.168-13.75-13.75%0D%0A%09%09%09S572.305-75.083%2C579.887-75.083%20M579.887-78.083c-9.251%2C0-16.75%2C7.499-16.75%2C16.75c0%2C9.252%2C7.499%2C16.75%2C16.75%2C16.75%0D%0A%09%09%09s16.75-7.498%2C16.75-16.75C596.637-70.584%2C589.138-78.083%2C579.887-78.083L579.887-78.083z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M579.887-74.208c3.281%2C0%2C6.938%2C5.288%2C6.938%2C12.875s-3.656%2C12.875-6.938%2C12.875s-6.938-5.288-6.938-12.875%0D%0A%09%09%09S576.605-74.208%2C579.887-74.208%20M579.887-77.208c-5.489%2C0-9.938%2C7.107-9.938%2C15.875c0%2C8.769%2C4.448%2C15.875%2C9.938%2C15.875%0D%0A%09%09%09s9.938-7.106%2C9.938-15.875C589.824-70.101%2C585.376-77.208%2C579.887-77.208L579.887-77.208z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22579.793%22%20y1%3D%22-76.708%22%20x2%3D%22579.793%22%20y2%3D%22-47.708%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22565.668%22%20y1%3D%22-61.958%22%20x2%3D%22594.293%22%20y2%3D%22-61.958%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22567.418%22%20y1%3D%22-70.208%22%20x2%3D%22591.668%22%20y2%3D%22-70.208%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22568.418%22%20y1%3D%22-52.708%22%20x2%3D%22592.668%22%20y2%3D%22-52.708%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-88.771%2C160.584c8.447%2C0%2C15.319%2C6.872%2C15.319%2C15.319s-6.872%2C15.319-15.319%2C15.319%0D%0A%09%09%09s-15.32-6.872-15.32-15.319S-97.219%2C160.584-88.771%2C160.584%20M-88.771%2C157.584c-10.118%2C0-18.32%2C8.202-18.32%2C18.319%0D%0A%09%09%09c0%2C10.119%2C8.202%2C18.319%2C18.32%2C18.319s18.319-8.2%2C18.319-18.319C-70.452%2C165.787-78.653%2C157.584-88.771%2C157.584L-88.771%2C157.584z%22%0D%0A%09%09%09/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-88.771%2C161.542c4.191%2C0%2C7.868%2C6.711%2C7.868%2C14.362s-3.677%2C14.362-7.868%2C14.362%0D%0A%09%09%09c-4.638%2C0-7.869-7.569-7.869-14.362C-96.641%2C168.252-92.964%2C161.542-88.771%2C161.542%20M-88.771%2C158.542%0D%0A%09%09%09c-6.004%2C0-10.869%2C7.772-10.869%2C17.362c0%2C9.591%2C4.865%2C17.362%2C10.869%2C17.362c6.003%2C0%2C10.868-7.771%2C10.868-17.362%0D%0A%09%09%09C-77.903%2C166.314-82.769%2C158.542-88.771%2C158.542L-88.771%2C158.542z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-88.874%22%20y1%3D%22159.088%22%20x2%3D%22-88.874%22%20y2%3D%22190.805%22/%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-104.323%22%20y1%3D%22175.22%22%20x2%3D%22-73.016%22%20y2%3D%22175.22%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-102.409%22%20y1%3D%22166.197%22%20x2%3D%22-75.887%22%20y2%3D%22166.197%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-101.315%22%20y1%3D%22185.336%22%20x2%3D%22-74.793%22%20y2%3D%22185.336%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23D1C9BF%22%20d%3D%22M-461.535%2C426.082c0%2C1.15-0.983%2C2.082-2.199%2C2.082h-50.505c-1.215%2C0-2.198-0.932-2.198-2.082v-37.665%0D%0A%09%09%09c0-1.149%2C0.983-2.082%2C2.198-2.082h50.505c1.216%2C0%2C2.199%2C0.933%2C2.199%2C2.082V426.082z%20M-464.15%2C388.948h-49.673v36.602h49.673%0D%0A%09%09%09V388.948z%22/%3E%0D%0A%09%09%3Crect%20x%3D%22-516.438%22%20y%3D%22394.7%22%20fill%3D%22%23D1C9BF%22%20width%3D%2254.902%22%20height%3D%222.614%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-509.902%22%20cy%3D%22392%22%20r%3D%221.307%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-505.718%22%20cy%3D%22392%22%20r%3D%221.307%22/%3E%0D%0A%09%09%3Ccircle%20fill%3D%22%23D1C9BF%22%20cx%3D%22-501.536%22%20cy%3D%22392%22%20r%3D%221.307%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-471.771%2C407.251c8.447%2C0%2C15.319%2C6.872%2C15.319%2C15.319s-6.872%2C15.319-15.319%2C15.319%0D%0A%09%09%09s-15.32-6.872-15.32-15.319S-480.219%2C407.251-471.771%2C407.251%20M-471.771%2C404.251c-10.118%2C0-18.32%2C8.202-18.32%2C18.319%0D%0A%09%09%09c0%2C10.119%2C8.202%2C18.319%2C18.32%2C18.319s18.319-8.2%2C18.319-18.319C-453.452%2C412.454-461.653%2C404.251-471.771%2C404.251%0D%0A%09%09%09L-471.771%2C404.251z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-471.771%2C408.208c4.191%2C0%2C7.868%2C6.711%2C7.868%2C14.362s-3.677%2C14.362-7.868%2C14.362%0D%0A%09%09%09c-4.638%2C0-7.869-7.569-7.869-14.362C-479.641%2C414.919-475.964%2C408.208-471.771%2C408.208%20M-471.771%2C405.208%0D%0A%09%09%09c-6.004%2C0-10.869%2C7.772-10.869%2C17.362c0%2C9.591%2C4.865%2C17.362%2C10.869%2C17.362c6.003%2C0%2C10.868-7.771%2C10.868-17.362%0D%0A%09%09%09C-460.903%2C412.981-465.769%2C405.208-471.771%2C405.208L-471.771%2C405.208z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-471.874%22%20y1%3D%22405.755%22%20x2%3D%22-471.874%22%20y2%3D%22437.472%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-487.323%22%20y1%3D%22421.887%22%20x2%3D%22-456.016%22%20y2%3D%22421.887%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-485.409%22%20y1%3D%22412.864%22%20x2%3D%22-458.887%22%20y2%3D%22412.864%22/%3E%0D%0A%09%0D%0A%09%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23159BD7%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%22-484.315%22%20y1%3D%22432.003%22%20x2%3D%22-457.793%22%20y2%3D%22432.003%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CEC6BB%22%20d%3D%22M-400.37%2C429.093h-38.6v-32.47h38.6V429.093z%20M-438.021%2C428.148h36.7v-30.576h-36.7V428.148z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%22-437.93%22%20y%3D%22397.64%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231D98D5%22%20width%3D%2236.517%22%20height%3D%226.89%22/%3E%0D%0A%09%3Crect%20x%3D%22-436.656%22%20y%3D%22407.578%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC6BB%22%20width%3D%2234%22%20height%3D%224.176%22/%3E%0D%0A%09%3Crect%20x%3D%22-436.656%22%20y%3D%22412.565%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC6BB%22%20width%3D%2224%22%20height%3D%2214%22/%3E%0D%0A%09%3Crect%20x%3D%22-411.851%22%20y%3D%22412.566%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC6BB%22%20width%3D%229%22%20height%3D%2214%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23CEC6BB%22%20d%3D%22M-401.37%2C612.093h-38.6v-32.47h38.6V612.093z%20M-439.021%2C611.148h36.7v-30.576h-36.7V611.148z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Crect%20x%3D%22-438.93%22%20y%3D%22580.64%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231D98D5%22%20width%3D%2236.517%22%20height%3D%226.89%22/%3E%0D%0A%09%3Crect%20x%3D%22-437.656%22%20y%3D%22590.578%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC6BB%22%20width%3D%2234%22%20height%3D%224.176%22/%3E%0D%0A%09%3Crect%20x%3D%22-437.656%22%20y%3D%22595.565%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC6BB%22%20width%3D%2224%22%20height%3D%2214%22/%3E%0D%0A%09%3Crect%20x%3D%22-412.851%22%20y%3D%22595.566%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CEC6BB%22%20width%3D%229%22%20height%3D%2214%22/%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20opacity%3D%220.8%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M-376.964%2C614.815c0%2C12.435-10.09%2C22.499-22.5%2C22.499c-12.435%2C0-22.5-10.064-22.5-22.499%0D%0A%09%09%09s10.065-22.5%2C22.5-22.5C-387.054%2C592.315-376.964%2C602.381-376.964%2C614.815z%22/%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M-400.033%2C627.371c-0.758%2C0-1.372-0.265-1.896-0.782%0D%0A%09%09%09c-0.52-0.543-0.782-1.185-0.782-1.922c0-0.73%2C0.263-1.372%2C0.782-1.895c0.523-0.542%2C1.138-0.805%2C1.896-0.805%0D%0A%09%09%09c0.734%2C0%2C1.373%2C0.263%2C1.895%2C0.805c0.521%2C0.522%2C0.807%2C1.164%2C0.807%2C1.895c0%2C0.737-0.286%2C1.379-0.807%2C1.922%0D%0A%09%09%09C-398.66%2C627.106-399.299%2C627.371-400.033%2C627.371z%20M-399.323%2C606.432c-1.044%2C0-1.848%2C0.26-2.418%2C0.782%0D%0A%09%09%09c0.57%2C0.473%2C0.88%2C0.996%2C0.88%2C1.586c0%2C0.731-0.285%2C1.372-0.854%2C1.893c-0.567%2C0.523-1.255%2C0.782-2.059%2C0.782%0D%0A%09%09%09c-0.854%2C0-1.565-0.305-2.134-0.875c-0.545-0.568-0.804-1.327-0.804-2.251c0-1.633%2C0.734-2.984%2C2.226-4.048%0D%0A%09%09%09c1.516-1.093%2C3.41-1.61%2C5.684-1.61c2.251%2C0%2C4.052%2C0.538%2C5.4%2C1.633c1.375%2C1.115%2C2.062%2C2.562%2C2.062%2C4.354%0D%0A%09%09%09c0%2C0.809-0.166%2C1.567-0.494%2C2.325c-0.334%2C0.735-0.785%2C1.332-1.33%2C1.702c-0.733%2C0.569-2.207%2C1.086-2.749%2C1.42%0D%0A%09%09%09c-0.542%2C0.333-0.875%2C1.468-1.062%2C1.9s-0.604%2C1.141-0.688%2C1.417c-0.166%2C0.545-0.12%2C0.879-0.31%2C1.021%0D%0A%09%09%09c-0.188%2C0.162-0.615%2C0.261-1.254%2C0.286l-0.78%2C0.065h-0.286c-0.734%2C0-1.252-0.162-1.537-0.448%0D%0A%09%09%09c-0.286-0.285-0.429-0.809-0.429-1.586c0-0.95%2C0.406-1.54%2C0.664-2.134c0.357-0.758%2C1.887-0.847%2C2.932-1.981%0D%0A%09%09%09c1.277-1.425%2C2.303-2.705%2C2.303-3.935c0-0.668-0.26-1.231-0.805-1.66C-397.71%2C606.646-398.447%2C606.432-399.323%2C606.432z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23159BD7%22%20d%3D%22M58.439%2C39.952c0-2.05-1.66-3.172-4.246-3.172c-2.049%2C0-4.295%2C0.244-7.32%2C1.269l-1.465-4.734%0D%0A%09%09c3.855-1.415%2C7.37-1.854%2C10.054-1.854c6.59%2C0%2C10.104%2C2.831%2C10.494%2C7.321c0%2C7.858-9.811%2C10.445-9.811%2C15.667%0D%0A%09%09c0%2C0.781%2C0.146%2C1.513%2C0.245%2C2.538l-5.711%2C0.293c-0.245-1.562-0.391-2.782-0.391-3.758c0-3.758%2C2.196-5.856%2C5.271-8.638%0D%0A%09%09C57.513%2C43.221%2C58.439%2C41.904%2C58.439%2C39.952z%20M54.048%2C66.648c-2.344%2C0-3.661-1.367-3.661-3.221c0-1.952%2C1.269-3.368%2C3.661-3.368%0D%0A%09%09c2.392%2C0%2C3.66%2C1.416%2C3.66%2C3.368C57.708%2C65.282%2C56.391%2C66.648%2C54.048%2C66.648z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  height: 40px;
  width: 40px;
}
/*
-----------------------------------------------------
 Page - Profile Admin Root
-----------------------------------------------------
*/
.page-profile-admin *,
.page-profile-admin *::after,
.page-profile-admin *::before {
  box-sizing: content-box;
}
.page-profile-admin,
.page-view-phone {
  width: auto;
  min-width: 940px;
  background-color: #fff;
}
.modal-profile-admin {
  width: auto;
  min-width: 722px;
}
.modal-profile-admin.maximum-width-modal {
  min-width: 550px;
  width: 100%;
}
.modal-profile-admin.medium-width-modal {
  min-width: 550px;
  width: 550px;
}
.modal-profile-admin.auto-width-modal {
  min-width: 550px;
  width: auto;
}
.modal-profile-admin.large-width-modal {
  min-width: 700px;
}
.modal-profile-admin.medium-width-modal h3 {
  font-size: 24px;
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  color: #6B5F51;
  padding: 0px 0px 20px 0px;
  margin-top: 5px;
  font-weight: normal;
}
.modal-profile-admin.medium-width-modal h3.noborder {
  border: none;
}
.modal-profile-admin.medium-width-modal__profilephone {
  min-width: 600px;
  width: 600px;
}
.page-profile-admin .widget,
.page-view-phone .widget {
  padding: 0 0 0 0;
}
.page-profile-admin .widget-shell,
.page-view-phone .widget-shell {
  width: 940px;
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
}
.page-profile-admin .page-header-shell {
  width: 940px;
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
}
.page-view-phone .page-header-shell {
  width: 940px;
  padding: 0px 0px 20px 0px;
  margin: 0 auto;
}
.page-profile-admin .page-header-message,
.page-view-phone .page-header-message {
  padding: 15px 15px 0px 0px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
/*
-----------------------------------------------------
 Widget-Grid
-----------------------------------------------------
*/
.widget-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.widget-container__background-color {
  background-color: #f9f7f4;
}
.widget-container__padding-medium {
  padding: 0 20px;
}
.widget-column,
.widget-columns,
.widget-columns-tight,
.widget-columns-loose,
.widget-columns-firm {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.widget-column__pixelwidth,
.widget-columns__pixelwidth {
  width: 980px;
  float: left;
  box-sizing: border-box;
}
.widget-column__pixelwidth__floatright,
.widget-columns__pixelwidth__floatright {
  float: right;
}
.widget-row,
.widget-row-tight,
.widget-row-modal,
.scrolling-widget-row,
.widget-bucket-row,
.widget-header-row {
  margin-bottom: 0px;
}
.modal-profile-admin .widget-row-modal.widget-row__nobottom {
  padding-bottom: 0px;
}
.modal-profile-admin .widget-row-modal.widget-row__notop {
  padding-top: 0px;
}
.modal-profile-admin .widget-row-modal.widget-row__noheight {
  height: 0px;
}
.modal-profile-admin .widget-row-modal.padding-top_betweenwidgetcontent {
  padding-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal-profile-admin .alert-md.alert-danger.alert .alert-icons,
.modal-profile-admin .alert-sm.alert-danger.alert .alert-icons,
.modal-profile-admin .alert-lg.alert-danger.alert .alert-icons {
  position: relative;
  margin-top: 7px;
}
.modal-profile-admin .alert-lg.alert .alert-body,
.modal-profile-admin .alert-md.alert .alert-body,
.modal-profile-admin .alert-sm.alert .alert-body {
  padding-left: 15px;
  width: 100%;
}
.modal-profile-admin #eOTPAuthCodeControl_error .alert-sm.alert.alert-dismissible .alert-icons {
  margin-top: 0;
}
.modal-profile-admin #eOTPAuthCodeControl_error .alert-sm.alert.alert-dismissible .field-error-label {
  padding-left: 0.5rem;
}
.widget-row-background {
  background-color: #f9f7f4;
}
.widget-row__border-gray {
  border: 1px solid #f9f7f4;
}
.widget-row {
  padding: 20px;
}
.widget-row-tight,
.widget-row-mailing {
  padding: 20px 0px 20px 20px;
}
.widget-header-row {
  padding: 20px 20px 20px 0px;
}
.widget-error-row {
  padding: 0px 0px 0px 0px;
}
.widget-error-row li {
  padding: 0px 0px 0px 0px;
}
.widget-row.page-view-phone,
.widget-row.page-profile-admin,
.widget-row-tight.page-profile-admin,
.scrolling-widget-row.page-profile-admin {
  padding: 30px;
}
.widget-header {
  padding: 20px 20px 20px 0px;
}
.modal-profile-admin .modal-description {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
/*
-----------------------------------------------------
 Widget-Data
-----------------------------------------------------
*/
.widget-data {
  font-size: 16px;
  color: #333333;
  padding: 1px;
}
.widget-data a.widget-section__add-link {
  font-weight: bold;
}
.widget-data .widget-item__primary-selection {
  font-weight: bold;
  color: #6b5e51;
}
.widget-data .widget-item__primary-selection-link {
  text-align: center;
}
.widget-data .widget-item__primary-selection-link:hover {
  padding: 0px;
}
.widget-data .widget-item__primary-selection-link a::after {
  font-weight: normal;
}
.widget-data .widget-item__primary-selection-link:hover a::after {
  font-weight: normal;
}
.widget-data .widget-item__primary-selection a {
  font-weight: normal;
}
.widget-data.row-type__tabularOddEven {
  font-size: 14px;
}
.widget-data.row-type__tabularOddEven span {
  color: #333333;
  font-weight: bold;
}
.widget-data.row-type__tabularOddEven span.context-span {
  float: left;
  color: #6B5E51;
  font-weight: 600;
  font-size: 12px;
}
.widget-data ul.widget-subdata {
  width: 100%;
  overflow: hidden;
}
.widget-data ul.widget-subdata li {
  display: inline-block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  width: 100%;
}
.widget-data__floatright {
  float: right;
  margin-bottom: 0px;
}
.widget-data ul.widget-data__floatright li:first-of-type a {
  padding-left: 0px;
}
.widget-data__add-link {
  font-weight: bold;
}
.widget-data__primary-selection {
  padding-left: 20px;
}
.widget-data__padding-ten {
  padding: 0 10px;
}
.widget-data__padding-medium {
  padding: 0 35px;
}
.widget-data__floatleft {
  float: left;
}
.widget-data__tabs,
.widget-data__address-warning,
.widget-data__slider-tabs {
  min-width: 280px;
}
.widget-data__address-warning {
  margin-top: 20px;
}
.widget-data__tabs__pixelwidth {
  min-width: 240px;
}
.widget-data__links__pixelwidth {
  min-width: 165px;
}
.widget-data__tabs-min {
  min-width: 124px;
}
/*
-------------------------------------------------------------------------------------------
 Widget-Data - Decorators (things like alerts, warnings,content adjustments to data)
-------------------------------------------------------------------------------------------
*/
.widget-data.widget-data__truncate {
  max-width: 247px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-data ul.widget-data__warning {
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
}
.widget-data ul.widget-data__warning li a {
  float: left;
}
.widget-data ul.widget-data__warning li {
  display: inline-block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
}
.widget-data.row-type__tabularOddEven span.modal-data__mailing-confirmation,
.widget-data.row-type__tabularOddEven ul.modal-data__mailing-confirmation {
  font-size: 12px;
  color: #685E51;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%;
  float: left;
}
.widget-data.row-type__tabularOddEven span.flag-failed {
  color: #685E51;
  font-family: 'connections';
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0;
}
.widget-data__lineheight-special {
  line-height: 2.3;
}
.widget-label {
  padding-bottom: 10px;
  font-size: 13px;
  color: #6b5f51;
}
.widget-note-text {
  padding-top: 10px;
  color: #6b5e51;
  font-size: 12px;
  font-weight: bold;
}
.widget-note-text a {
  font-weight: normal;
}
.widget-item-alert {
  background: url("../images/sprite-alerts.png") no-repeat;
  float: left;
  display: inline-block;
  height: 19px;
  width: 19px;
  background-position: -100px -202px;
  padding-right: 2px;
}
.widget-item-alert-hide {
  display: none;
}
.widget-item-danger {
  background: url("../images/sprite-alerts.png") no-repeat;
  float: left;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-position: -59px -20px;
}
.widget-data.row-type__tabularOddEven span.flag-alert {
  color: #b94700;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0;
  margin-top: 0;
  display: inline-block;
  font-weight: 12px;
}
.override-app-wrapper.alert.alert-lg {
  margin-top: 0px;
  margin-bottom: 20px;
}
.modal-footer.override-app-wrapper .pushright-30 {
  margin-left: 10px;
}
.widget-data .radio.zero-margin-bottom {
  margin-bottom: 0px;
}
.modal-profile-admin .widget-row-tight .widget-data .radio {
  margin-top: 0!important;
}
.widget-header__icon {
  background-position: 0 0;
  display: inline-block;
  float: left;
  background: url("../images/sprite_icons4.png") no-repeat;
  height: 32px;
  width: 35px;
}
.widget-label span .contextual-help,
.modal-help .contextual-help,
.icon-checkbox span a.contextual-help,
.contextual-help,
.widget-data__slider-tabs ul li a.contextual-help {
  background: url("../images/sprite_icons3.png") no-repeat;
  background-position: -49px -83px;
  padding: 0 8px 5px 11px;
  margin: 0 0 0 4px;
  text-decoration: none;
  float: none;
  line-height: 1;
}
.widget-header__activityicon {
  display: inline-block;
  float: left;
  background: url("../images/sprite_icons4.png") no-repeat;
}
.widget-header__icon3 {
  display: inline-block;
  float: left;
  background: url("../images/sprite_icons4.png") no-repeat;
}
.widget-header__icon-profile {
  display: inline-block;
  float: left;
  background: url("../images/sprite_icons_profile.png") no-repeat;
}
.widget-header__icon-help {
  display: inline-block;
  float: left;
  padding: 14px 1px 0 1px;
  margin-left: 0px;
}
.widget-header__activityicon.person__clipboard {
  background-position: 0 -283px;
  height: 30px;
  width: 25px;
  padding-right: 20px;
  margin-top: 5px;
}
.widget-header__icon-profile.view-email__active {
  background-position: 0px 1px;
  height: 19px;
  width: 25px;
  padding-right: 15px;
  margin-top: 12px;
}
.widget-header__icon-profile.view-address__active {
  background-position: 0px -80px;
  height: 24px;
  width: 26px;
  padding-right: 9px;
  margin-top: 7px;
}
.widget-header__icon-profile.view-phone__active {
  background-position: 0px -36px;
  height: 30px;
  width: 21px;
  padding-right: 13px;
  margin-top: 7px;
  box-sizing: content-box;
}
.widget-header__activityicon.person__clipboard h5 span a {
  font-size: 14px;
}
.widget-data__tabs ul li,
.widget-data__tabs__pixelwidth ul li,
.widget-data__tabs-min ul li,
.widget-data__address-warning ul li,
.widget-data__slider-tabs ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
}
.widget-data__tabs-min ul li,
.widget-data__address-warning ul li,
.widget-data__slider-tabs ul li {
  list-style-type: none;
}
.widget-data__address-warning ul li:first-of-type {
  margin-top: -5px;
}
.widget-data__address-warning ul li:first-of-type span {
  display: inline-block;
  min-height: 8px;
}
.widget-data__tabs ul li a,
.widget-data__tabs__pixelwidth ul li a,
.widget-data__tabs-min ul li a,
.widget-data__address-warning ul li a {
  font-weight: normal;
  padding: 0 20px;
}
.widget-data__tabs ul li a:last-child,
.widget-data__tabs__pixelwidth ul li a:last-child,
.widget-data__tabs-min ul li a:last-child,
.widget-data__address-warning ul li a:last-child {
  padding-right: 0px;
}
.widget-data__slider-tabs ul li a {
  font-weight: normal;
  padding: 0 0 0 7px;
  font-size: 14px;
}
.widget-data__abandoned ul li {
  list-style-type: none;
  display: inline-block;
}
.widget-data__abandoned ul li span {
  display: inline-block;
}
.page-profile-admin .arrow_collapsed {
  padding: 5px;
  height: 8px;
  width: 5px;
  background: url("../images/plus-arrow-icons.png") no-repeat scroll 0 -13px;
}
.page-profile-admin .add_accounts_plus {
  padding: 5px;
  height: 5px;
  width: 5px;
  background: url("../images/plus-arrow-icons.png") no-repeat scroll 0 2px;
}
.page-profile-admin .arrow_expanded {
  background: url("../images/plus-arrow-icons.png") no-repeat scroll 0 -28px;
  width: 5px;
}
.arrow_point_back {
  background-image: url("../images/acd-d-back-h.png");
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 18px;
  padding-left: 20px;
}
.widget-data__tabs li:not(:first-child):before,
.widget-data__tabs__pixelwidth li:not(:first-child):before {
  content: "";
}
.widget-data__slider-tabs li:not(:first-child):before {
  text-decoration: none;
}
.panel-link-expanded {
  color: #ff3300;
}
.panel-link-collapsed {
  color: #D1c9c0;
}
.widget-data__tabs-min li:not(:first-child):before {
  content: "";
}
.widget-data__address-warning li:not(:first-child):before {
  content: "";
  color: #D1c9c0;
}
.rotate {
  transform: rotate(90deg);
  padding: 0px;
}
.panel-expanded {
  display: block;
}
.panel-collapsed {
  display: none;
}
.widget-profile-admin .scrolling-widget-row:last-child {
  border-top: none;
}
.widget-profile-admin .widget-row-tight:nth-child(even),
.widget-profile-admin .widget-row-mailing:nth-child(odd),
.widget-profile-admin .widget-bucket-row:nth-child(even),
.widget-profile-admin .scrolling-widget-row:nth-child(even) {
  background-color: #f9f7f4;
}
.widget-row-container .widget-row:nth-child(odd) {
  background-color: #f9f7f4;
}
.widget-data.widget-data__font-size {
  font-size: 14px;
}
.widget-view-phone .widget-row.modal-header__mailing-confirmation,
.widget-view-phone .widget-row-tight.modal-header__mailing-confirmation,
.widget-view-phone .widget-row-mailing.modal-header__mailing-confirmation,
.widget-profile-admin .widget-row.modal-header__mailing-confirmation {
  background-color: #e5e2da;
  border: none;
}
.page-profile-admin .widget-row.end__oddEven,
.widget-view-phone .widget-row.end__oddEven,
.widget-profile-admin .widget-row.end__oddEven,
.widget-profile-admin .widget-row-tight.end__oddEven,
.widget-profile-admin .widget-row-mailing.end__oddEven,
.widget-profile-admin .scrolling-widget-row.end__oddEven {
  background-color: #fff;
  padding: 20px;
  border-top: 1px solid #D1C9C0;
}
.widget-data__phonenumber {
  display: inline-block;
  height: 17px;
  vertical-align: middle;
  padding-right: 10px;
}
.widget-data__phone-icon {
  background-position: 0px 0px;
  display: inline-block;
  background: url("../images/icon_sm_phone.png") no-repeat;
  height: 17px;
  width: 10px;
  vertical-align: middle;
}
.widget-data .widget-add-phone {
  font-weight: 600;
  font-size: 16px;
}
.widget-data span.widget-add-accounts {
  font-weight: 600;
  font-size: 30px;
  color: #0052C2;
  padding: 0px;
  line-height: 0.5;
}
.widget-data a.widget-add-accounts {
  padding: 0px;
  margin: 0px;
}
.widget-data div.add-accounts-icon {
  position: relative;
}
.widget-data .add-accounts-icon a span {
  position: absolute;
  left: -19px;
  top: 1px;
  font-weight: 600;
  font-size: 30px;
  color: #0052C2;
  padding: 0px;
  line-height: 0.5;
}
.widget-data ul,
.widget-data ul li {
  background: 0;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
/* Larger than 550 - Pre-Responsive
---------------------------------------------------------------*/
@media (min-width: 540px) {
  .widget-column,
  .widget-columns {
    margin-left: 4%;
  }
  .widget-columns-tight {
    margin-left: 1%;
  }
  .widget-columns-firm {
    margin-left: 3%;
  }
  .widget-columns-loose {
    margin-left: 7%;
  }
  .widget-column__pixelwidth,
  .widget-columns__pixelwidth {
    margin-left: 0;
  }
  .widget-column:first-child,
  .widget-columns:first-child,
  .widget-columns-tight:first-child,
  .widget-columns-loose:first-child,
  .widget-columns-firm:first-child,
  .widget-column__pixelwidth:first-child,
  .widget-columns__pixelwidth:first-child {
    margin-left: 0;
  }
  .widget-column-one.widget-column,
  .widget-column-one.widget-columns,
  .widget-column-one.widget-columns-tight,
  .widget-column-one.widget-columns-loose,
  .widget-column-one.widget-columns-firm {
    width: 4.66666666667%;
  }
  .widget-column-one-onesixteenths.widget-column,
  .widget-column-one-onesixteenths.widget-columns,
  .widget-column-one-onesixteenths.widget-columns-tight,
  .widget-column-one-onesixteenths.widget-columns-loose,
  .widget-column-one-onesixteenths.widget-columns-firm {
    width: 5.66666666667%;
  }
  .widget-column-one__pixelwidth.widget-column__pixelwidth,
  .widget-column-one__pixelwidth.widget-columns__pixelwidth {
    width: 46px;
  }
  .widget-column-one-andhalf__pixelwidth.widget-column__pixelwidth,
  .widget-column-one-andhalf__pixelwidth.widget-columns__pixelwidth {
    width: 86px;
  }
  .widget-column-one-twothirds__pixelwidth.widget-column__pixelwidth,
  .widget-column-one-twothirds__pixelwidth.widget-columns__pixelwidth {
    width: 106px;
  }
  .widget-column-one-elevensixteenths__pixelwidth.widget-column__pixelwidth,
  .widget-column-one-elevensixteenths__pixelwidth.widget-columns__pixelwidth {
    width: 117px;
  }
  .widget-column-one-seveneigths__pixelwidth.widget-column__pixelwidth,
  .widget-column-one-seveneigths__pixelwidth.widget-columns__pixelwidth {
    width: 127px;
  }
  .widget-column-two.widget-columns,
  .widget-column-two.widget-columns-tight,
  .widget-column-two.widget-columns-loose,
  .widget-column-two.widget-columns-firm {
    width: 13.3333333333%;
  }
  .widget-column-two-fifteensixteenths.widget-columns,
  .widget-column-two-fifteensixteenths.widget-columns-tight,
  .widget-column-two-fifteensixteenths.widget-columns-loose,
  .widget-column-two-fifteensixteenths.widget-columns-firm {
    width: 21%;
  }
  .widget-column-two__pixelwidth.widget-columns__pixelwidth {
    width: 180px;
  }
  .widget-column-three.widget-columns,
  .widget-column-three.widget-columns-tight,
  .widget-column-three.widget-columns-loose,
  .widget-column-three.widget-columns-firm {
    width: 22%;
  }
  .widget-column-three-half.widget-columns,
  .widget-column-three-half.widget-columns-tight,
  .widget-column-three-half.widget-columns-loose,
  .widget-column-three-half.widget-columns-firm {
    width: 25%;
  }
  .widget-column-three__pixelwidth.widget-columns__pixelwidth {
    width: 204px;
  }
  .widget-column-three-andqtr__pixelwidth.widget-columns__pixelwidth {
    width: 235px;
  }
  .widget-column-three-andthird__pixelwidth.widget-columns__pixelwidth {
    width: 250px;
  }
  .widget-column-three-andhalf__pixelwidth.widget-columns__pixelwidth {
    width: 263px;
  }
  .widget-column-four.widget-columns,
  .widget-column-four.widget-columns-tight,
  .widget-column-four.widget-columns-loose,
  .widget-column-four.widget-columns-firm {
    width: 30.6666666667%;
  }
  .widget-column-four-fifteensixteenths.widget-columns,
  .widget-column-four-fifteensixteenths.widget-columns-tight,
  .widget-column-four-fifteensixteenths.widget-columns-loose,
  .widget-column-four-fifteensixteenths.widget-columns-firm {
    width: 38.3333333333%;
  }
  .widget-column-four__pixelwidth.widget-columns__pixelwidth {
    width: 300px;
  }
  .widget-column-four-andthird__pixelwidth.widget-columns__pixelwidth {
    width: 328px;
  }
  .widget-column-four-fivesixths__pixelwidth.widget-columns__pixelwidth {
    width: 346px;
  }
  .widget-column-four-seveneighths__pixelwidth.widget-columns__pixelwidth {
    width: 362px;
  }
  .widget-column-five.widget-columns,
  .widget-column-five.widget-columns-tight,
  .widget-column-five.widget-columns-loose,
  .widget-column-five.widget-columns-firm {
    width: 39.3333333333%;
  }
  .widget-column-five-fifteensixteenths.widget-columns,
  .widget-column-five-fifteensixteenths.widget-columns-tight,
  .widget-column-five-fifteensixteenths.widget-columns-loose,
  .widget-column-five-fifteensixteenths.widget-columns-firm {
    width: 47%;
  }
  .widget-column-five__pixelwidth.widget-columns__pixelwidth {
    width: 380px;
  }
  .widget-column-six.widget-columns,
  .widget-column-six.widget-columns-tight,
  .widget-column-six.widget-columns-loose,
  .widget-column-six.widget-columns-firm {
    width: 48%;
  }
  .widget-column-six-half.widget-columns,
  .widget-column-six-half.widget-columns-tight,
  .widget-column-six-half.widget-columns-loose,
  .widget-column-six-half.widget-columns-firm {
    width: 53.3333333%;
  }
  .widget-column-six__pixelwidth.widget-columns__pixelwidth {
    width: 470px;
  }
  .widget-column-seven.widget-columns,
  .widget-column-seven.widget-columns-tight,
  .widget-column-seven.widget-columns-loose,
  .widget-column-seven.widget-columns-firm {
    width: 56.6666666667%;
  }
  .widget-column-seven__pixelwidth.widget-columns__pixelwidth {
    width: 554px;
  }
  .widget-column-eight.widget-columns,
  .widget-column-eight.widget-columns-tight,
  .widget-column-eight.widget-columns-loose,
  .widget-column-eight.widget-columns-firm {
    width: 65.3333333333%;
  }
  .widget-column-eight__pixelwidth.widget-columns__pixelwidth {
    width: 640px;
  }
  .widget-column-nine.widget-columns,
  .widget-column-nine.widget-columns-tight,
  .widget-column-nine.widget-columns-loose,
  .widget-column-nine.widget-columns-firm {
    width: 74.0%;
  }
  .widget-column-nine__pixelwidth.widget-columns__pixelwidth {
    width: 725px;
  }
  .widget-column-ten.widget-columns,
  .widget-column-ten.widget-columns-tight,
  .widget-column-ten.widget-columns-loose,
  .widget-column-ten.widget-columns-firm {
    width: 82.6666666667%;
  }
  .widget-column-ten-fifteensixteenths.widget-columns,
  .widget-column-ten-fifteensixteenths.widget-columns-tight,
  .widget-column-ten-fifteensixteenths.widget-columns-loose,
  .widget-column-ten-fifteensixteenths.widget-columns-firm {
    width: 90.3333333333%;
  }
  .widget-column-ten__pixelwidth.widget-columns__pixelwidth {
    width: 809px;
  }
  .widget-column-eleven.widget-columns,
  .widget-column-eleven.widget-columns-tight,
  .widget-column-eleven.widget-columns-loose,
  .widget-column-eleven.widget-columns-firm {
    width: 91.3333333333%;
  }
  .widget-column-eleven__pixelwidth.widget-columns__pixelwidth {
    width: 895px;
  }
  .widget-column-twelve.widget-columns-tight,
  .widget-column-twelve.widget-columns-loose,
  .widget-column-twelve.widget-columns-firm {
    width: 100%;
    margin-left: 0;
  }
  .widget-column-twelve__pixelwidth.widget-columns__pixelwidth {
    width: 980px;
    margin-left: 0;
  }
  .widget-column-one-third.widget-column,
  .widget-column-one-third.widget-columns-tight,
  .widget-column-one-third.widget-columns-loose,
  .widget-column-one-third.widget-columns-firm {
    width: 30.6666666667%;
  }
  .widget-column-one-third__pixelwidth.widget-column__pixelwidth {
    width: 326px;
  }
  .widget-column-two-thirds.widget-column,
  .widget-column-two-thirds.widget-columns-tight,
  .widget-column-two-thirds.widget-columns-loose,
  .widget-column-two-thirds.widget-columns-firm {
    width: 65.3333333333%;
  }
  .widget-column-two-thirds__pixelwidth.widget-column__pixelwidth {
    width: 653px;
  }
  .widget-column-one-half.widget-column,
  .widget-column-one-half.widget-columns-tight,
  .widget-column-one-half.widget-columns-loose,
  .widget-column-one-half.widget-columns-firm {
    width: 48%;
  }
  .widget-column-one-half__pixelwidth.widget-column__pixelwidth {
    width: 490px;
  }
}
/*
-----------------------------------------------------
 Typography - Profile Admin
-----------------------------------------------------
*/
.page-profile-admin h1,
.page-profile-admin h2,
.page-profile-admin h3,
.page-profile-admin h4,
.page-profile-admin h5,
.page-profile-admin h6 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 300;
  padding-left: 0px;
}
.page-profile-admin h1 {
  font-size: 25px;
  line-height: 1.2;
}
.page-profile-admin h2 {
  font-size: 24px;
  line-height: 1.25;
}
.page-profile-admin h3 {
  font-size: 23px;
  line-height: 1.3;
}
.page-profile-admin h4 {
  font-size: 22px;
  line-height: 1.35;
}
.page-profile-admin h5 {
  font-size: 28px;
  line-height: 1.5;
  color: #012169;
}
.page-profile-admin h5 a {
  font-size: 14px;
}
.page-profile-admin h5 span {
  padding-left: 30px;
  padding-right: 20px;
  color: #a39382;
  font-size: 14px;
}
.page-profile-admin h6 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-profile-admin .widget-header__type,
.page-view-phone .widget-header__type {
  color: #685E51;
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}
.page-profile-admin .widget-header__type .widget-header__type-slider {
  padding: 0px 10px 0px 22px;
}
.page-profile-admin .widget-header-box,
.page-view-phone .widget-header-box {
  float: left;
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 15px 0px 0px 0px;
}
.page-profile-admin .widget-header-box a.box-link,
.page-view-phone .widget-header-box a.box-link {
  font-size: 14px;
}
.page-profile-admin .header-box-left,
.page-view-phone .header-box-left {
  padding-left: 20px;
}
.page-profile-admin .header-box-right,
.page-view-phone .header-box-right {
  padding-right: 30px;
}
.page-profile-admin .header-box-padding,
.page-view-phone .header-box-padding {
  padding-left: 30px;
  padding-right: 20px;
}
.page-profile-admin .widget-header-after-box,
.page-view-phone .widget-header-after-box {
  clear: left;
}
.page-profile-admin .edit-here,
.page-view-phone .edit-here {
  margin-top: 20px;
  position: relative;
}
.page-profile-admin .header-title-block,
.page-view-phone .header-title-block {
  position: relative;
  float: left;
}
.page-profile-admin .title-block-padding-left,
.page-view-phone .title-block-padding-left {
  padding-left: 30px;
}
.page-profile-admin .title-block-padding-right,
.page-view-phone .title-block-padding-right {
  padding-right: 30px;
}
/*
-----------------------------------------------------
 Widget-Slider (expanding row)
-----------------------------------------------------
*/
.widget-slider-row:last-child,
.widget-bucket-row:last-child {
  margin-bottom: 0px;
}
.widget-slider-row {
  padding: 0px 0px 20px 2px;
}
.widget-slider-row .contextual-help {
  background: url("../images/sprite_icons3.png") no-repeat;
  background-position: -48px -85px;
  padding: 0 12px 2px;
  text-decoration: none;
  margin-left: 0px;
}
/*
-----------------------------------------------------
 Widget-Clearing
-----------------------------------------------------
*/
.widget-container:after,
.widget-row:after,
.widget-row-tight:after,
.widget-row-mailing:after,
.widget-row-modal:after,
.widget-error-box:after,
.widget-sucess-box:after,
.widget-slider-row:after,
.widget-bucket-row:after,
.scrolling-widget-row:after,
.widget-header-row:after {
  content: "";
  display: table;
  clear: both;
}
.widget-item-link {
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
  font-size: 12px;
}
.widget-header-link {
  display: inline-block;
  font-size: 12px;
  padding-left: 7px;
}
.profile-admin-container-help .image-help {
  height: 18px;
  width: 18px;
  padding-left: 8px;
  padding-bottom: 0px;
  margin-bottom: -5px;
}
.widget-row .popover-container {
  position: relative;
}
.widget-row .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #d1c9c0;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.widget-row .popover.popover-top {
  margin-top: -10px;
}
.widget-row .popover.popover-right {
  margin-left: 10px;
}
.widget-row .popover.popover-bottom {
  margin-top: 10px;
}
.widget-row .popover.popover-left {
  margin-left: -10px;
}
.widget-row .popover-content {
  padding: 20px;
}
.widget-row .popover > .popover-arrow,
.widget-row .popover > .popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.widget-row .popover > .popover-arrow {
  border-width: 11px;
}
.widget-row .popover > .popover-arrow:after {
  border-width: 10px;
  content: "";
}
.widget-row .popover.popover-top > .popover-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #d1c9c0;
  bottom: -11px;
}
.widget-row .popover.popover-top > .popover-arrow:after {
  content: " ";
  bottom: 3px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.widget-row .popover.popover-right > .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #d1c9c0;
}
.widget-row .popover.popover-right > .popover-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.widget-row .popover.popover-bottom > .popover-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #d1c9c0;
  top: -11px;
}
.widget-row .popover.popover-bottom > .popover-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.widget-row .popover.popover-left > .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #d1c9c0;
}
.widget-row .popover.popover-left > .popover-arrow:after {
  content: " ";
  right: 3px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.widget-row .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  padding: 20px !important;
  border: 1px solid #d1c9c0;
}
/*
-----------------------------------------------------
 Modal-View - A popup
-----------------------------------------------------
*/
.modal-profile-admin .modal-masking {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal-profile-admin .modal-popup {
  display: block;
  top: 0;
  left: 0;
}
.modal-profile-admin .modal-popup {
  box-shadow: none !important;
  z-index: 1070 !important;
}
.modal-profile-admin .modal-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  background-color: #fff;
  border: 2px solid #f9f7f4;
  padding: 20px;
}
.modal-profile-admin .modal-popup-title {
  border-bottom: medium none;
  color: #524940;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  padding: 20px 20px;
  background-color: #f9f7f4;
}
.modal-profile-admin .modal-popup-intro {
  border-bottom: medium none;
  color: #524940;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0;
  padding: 20px 20px;
}
.modal-profile-admin .modal-popup-content {
  overflow: visible;
  box-sizing: border-box;
}
.modal-profile-admin .modal-popup.right.right-m {
  margin-left: 18px !important;
}
.modal-profile-admin .modal-popup.right {
  margin-left: 20px;
}
.modal-profile-admin .modal-popup.right {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.modal-profile-admin .modal-popup.popup-external {
  max-width: 630px;
}
.modal-profile-admin .main-modal-content {
  background-color: #fff;
  width: auto;
  min-width: 600px;
}
.modal-profile-admin .main-modal-shell {
  width: 683px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.modal-profile-admin .main-modal-dialog {
  z-index: 1070;
  margin: 10px;
  position: relative;
  width: auto;
}
/*
    -----------------------------------------------------
     Modal-Grid 
    -----------------------------------------------------
*/
.modal-profile-admin .modal-container div.edit-widget {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #f9f7f4;
}
.modal-profile-admin .modal-column div.edit-widget,
.modal-profile-admin .modal-columns div.edit-widget {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.modal-profile-admin .modal-row div.edit-widget {
  margin-bottom: 0px;
  border: 2px solid #f9f7f4;
  background-color: #fff;
}
.modal-profile-admin .modal-header div.edit-widget,
.modal-profile-admin .modal-row div.edit-widget {
  padding: 10px 10px 10px 10px;
}
.modal-header-admin {
  padding: 40px 15px 20px 15px;
  margin-top: 8px;
}
.modal-profile-admin .widget-row-modal {
  padding: 10px 0px;
}
.modal-profile-admin .widget-row-modal__nopadding {
  padding: 0px;
}
.modal-profile-admin .widget-row-modal .widget-column-twelve .horizontal-line {
  margin-top: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #ebe5dd;
}
.page-profile-admin .widget-row-modal .widget-column-twelve .horizontal-line {
  margin-top: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #D1C9C0;
}
.modal-profile-admin .widget-row-modal .widget-column-twelve .horizontal-line-lower {
  margin-top: 19px;
  margin-bottom: 1px;
  border-bottom: 1px solid #ebe5dd;
}
.modal-profile-admin .widget-row-modal .widget-column-twelve .forty-height-space {
  height: 20px;
}
.modal-profile-admin .widget-row-modal .alert-success-highlight {
  border: 2px solid #6cc24a;
}
.modal-profile-admin .widget-row-modal .alert-error-highlight {
  border: 2px solid #dc1431;
}
.modal-profile-admin .alert.alert-lg,
.modal-profile-admin.alert.alert-md,
.modal-profile-admin.alert.alert-container {
  display: flex;
  align-items: flex-start;
}
/*
-----------------------------------------------------
 Modal-View - Close Button
-----------------------------------------------------
*/
.modal-profile-admin .modal-popup button.close {
  float: none;
  position: absolute;
  right: 0;
  margin: -10px 10px 0 0;
}
.modal-profile-admin .modal-popup button.close {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 33px -79px;
}
.modal-profile-admin .modal-popup button.close {
  margin: -15px -15px 10px 10px;
}
.modal-profile-admin button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-profile-admin .close {
  font-size: 15px;
}
.modal-profile-admin .close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header-profilephone {
  padding: 40px 15px 20px 15px;
  border-bottom: none;
  min-height: 16.3px;
}
h1.modal-title-profilephone,
h1.modal-title-profile {
  color: #6B5F51;
  font-family: connections;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0 15px;
  border-bottom: none;
}
/*
    -----------------------------------------------------
     Modal-View - Help Links 
    -----------------------------------------------------
*/
.modal-profile-admin .modal-help-link span {
  position: absolute;
  top: 11px;
  right: 0px;
  display: block;
  border-left: 1px solid #eee;
  padding: 0px 5px 0px 9px;
}
.modal-profile-admin .modal-help-link .contextual-help {
  position: absolute;
  top: 8px;
  right: 9px;
  display: block;
  padding: 0 5px 0 9px;
}
.modal-profile-admin .modal-help-link select.threeqtr-width-field {
  width: 66%;
}
.modal-profile-admin .modal-help-link select.seventy-width-field {
  width: 65%;
}
.modal-profile-admin .modal-help-link select.seveneigth-width-field {
  width: 87%;
}
.modal-profile-admin .modal-help-link select.full-width-field {
  width: 94%;
}
.modal-profile-admin .select-box-modal select.super-width-fields {
  background-position-x: 98.666%;
}
/*
    -----------------------------------------------------
     Modal Profile Admin 
    -----------------------------------------------------
*/
.modal-profile-admin .modal-shell {
  width: 450px;
  padding: 0 15px;
  margin: 0 auto;
}
/*
    -----------------------------------------------------
     Modal-View - Interactive Elements
    -----------------------------------------------------
*/
.modal-profile-admin .select-box-modal {
  background: #FFF;
  border: 1px solid #d1c9c0;
  height: 40px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
}
.check-box-modal .checkbox-label__darkgrey,
.radio-label .radio-label__darkgrey,
.check-box-modal-medium .checkbox-label__darkgrey {
  color: #6B5F51;
  cursor: text;
  font-size: 14px;
  line-height: 1.44;
  font-family: 'connectionsmedium';
  margin: 0;
  padding-top: 6px;
}
.modal-profile-admin .check-box-modal .checkbox-label .icon-checkbox .active,
.modal-profile-admin .check-box-modal .checkbox-label input[type="checkbox"]:focus + .icon-checkbox.active {
  background-position: left top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  min-height: 30px;
}
.modal-profile-admin .check-box-modal .checkbox-label .icon-checkbox {
  background-position: left top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  min-height: 30px;
  font-size: 16px;
  padding: 2px 0 0 35px;
}
.modal-profile-admin .check-box-modal input[type="checkbox"]:focus,
.modal-profile-admin .check-box-modal .icon-checkbox:focus {
  outline: .0625rem dotted #666;
}
.modal-profile-admin .checkbox-label .checkbox-on_disabled {
  background: url("../images/greycheck.svg") no-repeat;
  background-size: 30px 30px;
}
.modal-profile-admin .check-box-modal {
  padding: 0;
  position: relative;
}
.modal-profile-admin .check-box-modal.connections-med-font {
  color: #6B5F51;
  cursor: text;
  font-size: 14px;
  line-height: 1.0rem;
  font-family: 'connectionsmedium';
  margin: 0 0 5px 0;
}
/*
    -----------------------------------------------------
     Modal-View - MEGI Input Field
    -----------------------------------------------------
*/
label.super-label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
input.super-input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
/*
    -----------------------------------------------------
     Generic - Change comment 
    -----------------------------------------------------
*/
.scrolling-data_checkbox {
  min-height: 35px;
  margin: 0;
}
.scrolling-data_checkbox p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.scrolling-data_checkbox::after {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.3;
  width: 0;
  content: "\00A0";
  overflow: hidden;
}
/*
    -----------------------------------------------------
     Generic - Change comment 
    -----------------------------------------------------
*/
.modal-profile-admin .select-box-modal select.full-width {
  width: 100%;
}
.modal-profile-admin .text-box-modal {
  background: #FFF;
  border: 1px solid #d1c9c0;
  height: 40px;
  padding: 0;
  position: relative;
}
.modal-profile-admin .textarea-modal {
  background: #FFF;
  border: 1px solid #d1c9c0;
  height: 150px;
  width: 100%;
  padding: 0;
  position: relative;
}
.modal-profile-admin .check-box-modal {
  padding: 0;
  position: relative;
}
.modal-profile-admin .text-box-modal.disabled,
.modal-profile-admin .text-box-modal.input-modal__disabled {
  background: transparent;
  border: 0;
}
.modal-profile-admin .modal-confirmation-message {
  padding-bottom: 30px;
}
.modal-profile-admin .modal-confirmation-message p {
  margin-top: 0px;
}
.modal-profile-admin .text-box-modal input[type="text"],
.text-box-modal input[type="password"],
.text-box-modal input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  height: 40px;
  margin: 0 0 0 5px;
  padding: 0 .863rem 0 .563rem;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
}
.modal-profile-admin .text-box-modal input[type=text]::-ms-clear {
  display: none;
}
.modal-profile-admin .check-box-modal input[type="checkbox"] {
  border: 0 none;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  z-index: 12;
}
.modal-profile-admin .check-box-modal-medium input[type="checkbox"] {
  border: 0 none;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 38px;
  width: 38px;
  z-index: 12;
}
.check-box-modal .checkbox-label__darkgrey span {
  padding-top: 6px;
  background-size: 30px 30px;
}
.check-box-modal-medium .checkbox-label__darkgrey span {
  font-size: 14px;
  background-size: 35px 35px;
  padding-left: 41px;
}
.check-box-modal-medium .no-checkbox-label__darkgrey span {
  font-size: 14px;
  background-size: 35px 35px;
  padding-left: 0px;
}
.override-app-wrapper .radio-label .radio-text {
  font-weight: normal;
}
.override-app-wrapper .radio-label .radio-text.active,
.override-app-wrapper .radio-label__darkgrey .radio-text.active {
  font-weight: bold;
}
.radio-label .icon-radio.radio__height {
  margin-bottom: 0px;
}
.radio-label .radio-label__darkgrey.label__leftmargin {
  margin-left: 20px;
}
.radio-label .icon-radio.radio-inline__height {
  height: 30px;
  margin-bottom: -16px;
  margin-top: -5px;
}
.radio-label .radio-label__darkgrey.label-inline__leftmargin {
  margin-left: 20px;
}
.modal-profile-admin .text-box-modal input[type="text"].input_disabled {
  padding: 0;
}
.modal-profile-admin .text-box-modal input[type="text"].threeqtr-width {
  width: 75%;
}
.modal-profile-admin .text-box-modal input[type="text"].seveneigth-width {
  width: 87%;
}
.modal-profile-admin .btn-primary.disable,
.modal-profile-admin .btn-primary.disable:hover,
.modal-profile-admin .btn-primary.disable:focus {
  color: #a39281 !important;
  cursor: not-allowed !important;
  background-color: #ece6dd !important;
  border-color: #ece6dd !important;
}
.modal-profile-admin .select-box-modal,
.modal-profile-admin .text-box-modal {
  padding-right: 6px;
}
.modal-profile-admin .select-box-modal select {
  -webkit-appearance: none;
  -ms-clear: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  margin: 0px;
  margin-top: 0px;
  outline: none;
  box-sizing: border-box;
  font-weight: normal;
  height: 40px;
  width: 100%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 9px;
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  background: url('../images/dropdown.svg') no-repeat 97% 50% transparent;
  background-size: 14px 10px;
}
.modal-profile-admin .select-box-modal select::-ms-expand {
  display: none;
}
.modal-profile-admin .select-box-modal_label {
  display: block;
  position: relative;
  color: #6B5F51;
  cursor: text;
  font-size: 14px;
  line-height: 1.0rem;
  font-family: 'connectionsmedium';
  margin: 0 0 5px 0;
}
.modal-profile-admin .contextual-help:hover,
.widget-label a.contextual-help:hover {
  text-decoration: none;
}
.modal-profile-admin .select-box-modal_label.radio-label_centered {
  float: left;
  padding-top: 5px;
}
.modal-profile-admin .select-box-modal_label span a.contextual-help {
  background: url("../images/sprite_icons3.png") no-repeat;
  background-position: -44px -83px;
  padding: 0 8px 5px;
  margin: 0 0 0 4px;
  text-decoration: none;
  float: none;
}
/*
    -----------------------------------------------------
    Mailing Confirmation Header
    -----------------------------------------------------
*/
.modal-profile-admin .mailing-header-modal_label {
  display: block;
  color: #6B5F51;
  cursor: text;
  font-size: 14px;
  line-height: 1.0rem;
  font-family: 'connectionsmedium';
  margin: 0;
}
.modal-profile-admin .mailing-header-modal_label.header-label__2 {
  float: left;
  padding-top: 0px;
  color: #0052c2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.modal-profile-admin .select-box-modal_label.header-label_centered {
  float: left;
  padding-top: 5px;
  color: #0052c2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/*
    -----------------------------------------------------
    Label underneath input field (formatting example DOB etc)
    -----------------------------------------------------
*/
.modal-profile-admin .select-box-modal_sublabel {
  position: absolute;
  top: 65px;
  left: 0px;
}
.modal-profile-admin .select-box-modal_sublabel p {
  color: #333;
  font-size: 11px;
  margin-top: 4px;
  font-weight: normal;
}
/*
    -----------------------------------------------------
    Modal - *Required Legend Indicator 
    -----------------------------------------------------
*/
.modal-profile-admin .select-box-modal__required {
  float: right;
  margin-top: -12px;
}
.modal-profile-admin legend {
  width: auto;
}
/*
    -----------------------------------------------------
    Dropdown Box
    -----------------------------------------------------
*/
.modal-profile-admin .select-box-modal.active {
  border: 1px solid #19ac5c;
}
/*
    -----------------------------------------------------
    Delete Modal - Main Body
    ----------------------------------------------------
*/
.modal-profile-admin .delete-modal-body {
  max-height: none;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
  position: relative;
  background-color: #f9f7f4;
}
/*
    -----------------------------------------------------
    Modal - Main Body
    -----------------------------------------------------
*/
.modal-profile-admin .main-modal-body {
  max-height: none;
  overflow: hidden;
  padding: 20px 20px 30px 20px;
  position: relative;
  background-color: #f9f7f4;
}
.modal-profile-admin .modal-body-link {
  padding: 30px 0px 30px 0px;
}
.modal-profile-admin .main-modal-body.equal-padding {
  padding: 10px 0px 10px 20px;
}
.modal-profile-admin .main-modal-body.equal-padding__20 {
  padding: 20px;
}
/*
    -----------------------------------------------------
    Assigned Accounts Modal (List Buckets)
    -----------------------------------------------------
*/
.modal-profile-admin .main-modal-bucket-header {
  max-height: none;
  overflow: hidden;
  padding: 0px 0px 0px 20px;
  position: relative;
  background-color: #f9f7f4;
}
.modal-profile-admin .main-modal-bucket-body {
  max-height: none;
  overflow: hidden;
  padding: 0px 20px 20px 20px;
  position: relative;
  background-color: #f9f7f4;
  margin-bottom: 0px;
}
.modal-profile-admin .main-modal-bucket-body .bucket-inner {
  background-color: #fff;
  border: 1px solid #D1C9C0;
}
.widget-bucket-row .contextual-help {
  background: url("../images/sprite_icons3.png") no-repeat;
  background-position: -49px -84px;
  padding: 2px 12px 2px;
  text-decoration: none;
  margin-left: 4px;
}
.widget-row .contextual-alert,
.widget-row-tight .contextual-alert {
  background: url("../images/sprite-alerts.png") no-repeat;
  background-position: -59px -197px;
  padding: 0 16px 15px;
  text-decoration: none;
  margin-left: 0px;
}
.widget-bucket-row .contextual-alert {
  background: url("../images/sprite-alerts.png") no-repeat;
  background-position: -59px -197px;
  padding: 0 12px 7px;
  text-decoration: none;
  margin-left: 0px;
}
.widget-bucket-row ul.contextual-message {
  padding-top: 10px;
}
.modal-profile-admin .bucket-message-title {
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  color: #012169;
  font-size: 16px;
  padding: 15px 0px 15px 0px;
}
.modal-profile-admin .bucket-message-title p {
  display: block;
  padding-left: 20px;
  margin-top: 0px;
}
.modal-profile-admin .bucket-header-title {
  display: block;
  float: left;
  color: #6B5F51;
  cursor: text;
  font-size: 16px;
  line-height: 1.0rem;
  font-family: 'connectionsmedium';
  padding: 10px 0 10px 0;
}
.modal-profile-admin .bucket-address-selection {
  padding: 10px 0px 10px 0;
}
.modal-profile-admin .main-modal-bucket-body .contextual-help-padding {
  padding-top: 7px;
  padding-left: 0;
}
.modal-profile-admin .main-modal-bucket-body .contextual-help-padding li {
  list-style-type: none;
}
#divCPW_modal .modal-profile-admin .widget-row-modal {
  margin-left: 5px;
}
.scrolling-widget-row,
.widget-bucket-row {
  padding: 15px;
}
.inner-bucket-row {
  padding: 5px 10px 0px 0px;
}
.modal-profile-admin .modal-footer {
  padding: 30px 0px 0px 0px;
}
.widget-columns .zero-margin-bottom {
  margin-bottom: 0px;
}
.widget-columns .zero-margin-top {
  margin-bottom: 0px;
}
/*
    -----------------------------------------------------
    FOR ADA
    -----------------------------------------------------
*/
.ada-hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
fieldset.ada-fieldset {
  max-width: 980px;
  clear: both;
}
.modal-profile-admin .modal-bucket-scrollable {
  overflow-y: scroll;
  max-height: 484px;
  border-bottom: 1px solid #f9f7f4;
}
/*
    -----------------------------------------------------
    OK TO TEXT 
    -----------------------------------------------------
*/
.modal-profile-admin .modal-textarea-scrollable {
  overflow-y: scroll;
  max-height: 124px;
  border: 1px solid #d1c9c0;
  background: #fff;
}
.modal-profile-admin .textarea-inner {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.modal-profile-admin .modal-bucket-scrollablefull {
  overflow-y: scroll;
  height: 785px;
}
/*
    -----------------------------------------------------
    ALERT BOX ERROR
    -----------------------------------------------------
*/
.profile-admin-alert-error {
  min-height: 20px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.profile-admin-alert-error span {
  font-weight: normal;
  font-size: 14px;
  color: #CC0000;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding: 12px 0px;
  box-sizing: border-box;
  /*margin-top: -5px;*/
}
.profile-admin-alert-error ul {
  margin: 0px;
}
.profile-admin-alert-error ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0 0 2px 0;
  font-weight: normal;
}
.profile-admin-alert-error ul li:last-of-type {
  margin-bottom: 0px;
}
.profile-admin-alert-error a:hover {
  cursor: pointer!important;
}
.page-profile-admin .alert-lg.alert-danger.alert .alert-icons,
page-profile-admin .alert-md.alert-danger.alert .alert-icons {
  margin-top: 5px;
}
/*
    -----------------------------------------------------
    ALERT BOX SUCCESS
    -----------------------------------------------------
*/
.profile-admin-alert-success {
  min-height: 20px;
}
.profile-admin-alert-success h4.override-h4-alert {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding-bottom: 0px;
}
#contentCol h4.override-h4-alert {
  font-size: 18px;
}
.profile-admin-alert-success p {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.handle-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.handle-modal-visible {
  display: block;
}
.handle-modal-body {
  width: 300px;
  height: 200px;
  background: #fff;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hidethisvisually {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*
    ---------------------------------------------------------------------------------------------------------------------------------------------
    Circle Loading Spinner - for widget and for modal (wrap overlay spinner with container class for widget)
    ---------------------------------------------------------------------------------------------------------------------------------------------
*/
.loadingWithOverlaySpinner {
  background: url("../images/loading_icon.gif") no-repeat center center transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0px;
  left: 0px;
}
.widget-spinner-container {
  height: 250px;
  width: 950px;
  text-align: center;
  line-height: 200px;
  position: relative;
}
.modal-profile-admin .modal-font__bold {
  font-weight: bold;
}
p.progTitle {
  text-transform: lowercase;
}
p.progTitle::before {
  text-transform: lowercase;
}
p.progTitle::after {
  text-transform: capitalize;
  font-weight: bold;
}
.widget-add-email {
  line-height: 16px;
}
.page-profile-admin .alert-lg .alert-close {
  font-size: 12px;
}
/*
    ---------------------------------------------------------------------------------------------------------------------------------------------
        Styles for Responsive page
    ---------------------------------------------------------------------------------------------------------------------------------------------
*/
#contentCol .page-profile-admin .widget-header__title,
#contentCol .page-profile-admin .widget-header__title h1,
#contentCol .page-view-phone .widget-header__title,
#contentCol .page-view-phone .widget-header__title h1,
#content .page-profile-admin .widget-header__title,
#content .page-profile-admin .widget-header__title h1,
#content .page-view-phone .widget-header__title,
#content .page-view-phone .widget-header__title h1 {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 1.6;
  color: #012169;
  float: left;
  font-weight: normal;
  height: 25px;
}
#contentCol .page-profile-admin .widget-header__title h2,
#contentCol .page-view-phone .widget-header__title h2,
#content .page-profile-admin .widget-header__title h2,
#content .page-view-phone .widget-header__title h2 {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 1.6;
  float: left;
  font-weight: normal;
  height: 25px;
  margin-top: -2px;
  margin-bottom: 0px;
  font-weight: 300;
  padding-left: 0px;
  border-bottom: none!important;
  background: none!important;
  padding: 0;
  color: #012169;
}
#content .page-profile-admin .widget-header__title h2,
#content .page-view-phone .widget-header__title h2,
#content .page-view-phone .widget-header__title,
#content .page-view-phone .widget-header__title h1 {
  font-weight: 400;
}
#pageContent #divCPW_Email #contentCol,
#pageContent #divCPW_SASIEmail #contentCol {
  padding: 0;
}
#divCPW_Address_BankSync .widget-data ul.widget-subdata li,
#divCPW_Address .widget-data ul.widget-subdata li {
  padding: 0;
}
.sasi-responsive .oneColLanding#content #pageContent {
  padding-top: 45px!important;
}
.sasi-responsive .pos-rel.bg-darkwhite {
  background-color: transparent !important;
  margin-bottom: 0;
}
.sasi-responsive #pageTitle h1 {
  min-height: 34px;
  height: auto!important;
  padding: 10px 22px!important;
}
.sasi-responsive #pageTitle h1 span {
  color: #59524A !important;
}
.widget-data__tabs ul li a,
.widget-data__tabs__pixelwidth ul li a,
.widget-data__tabs-min ul li a,
.widget-data__address-warning ul li a {
  padding: 0;
}
#contentCol h1.notgreen,
#contentCol h1.profile-color__darkblue {
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.6;
  color: #012169;
  float: left;
  font-weight: normal;
  height: 25px;
}
#contentCol .profile-admin-alert-success h4.override-h4-alert,
#content .profile-admin-alert-success h4.override-h4-alert {
  font-size: 18px;
}
#pageContent .sasi-responsive__wrapper .page-profile__responsive #contentCol {
  min-height: 200px;
}
.sasi-responsive__wrapper .widget-data ul.widget-data__last-col--float li:first-of-type a {
  padding-left: 0;
}
.sasi-responsive__wrapper .widget-data ul {
  padding-left: 5px;
}
.sasi-responsive__wrapper .widget-data ul li {
  padding: 0 0 0 20px;
  vertical-align: top;
  line-height: 1.5;
}
.sasi-responsive__wrapper .widget-data ul.widget-data__last-col--float li:first-child {
  padding-left: 0;
}
.sasi-responsive__wrapper .contextual-help.sasi-help__link,
.sasi-responsive__wrapper .widget-data__warning .contextual-help {
  padding-right: 1px!important;
  min-width: 15px;
  background: url("../images/x-sprite1.png") no-repeat 0 -1800px !important;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 1px 1px 1px;
}
.sasi-responsive__wrapper .widget-column-one-fifteensixteenths__pixelwidth .widget-data ul.widget-data__warning li {
  padding: 0;
}
.sasi-responsive__wrapper .widget-header-row .widget-column-two__pixelwidth {
  width: 18%;
}
.sasi-responsive__wrapper .page-profile-admin .widget-shell,
.sasi-responsive__wrapper .page-view-phone .widget-shell {
  width: 100%;
}
.sasi-responsive__wrapper .page-profile-admin .page-header-shell {
  width: 100%;
}
.sasi-responsive__wrapper .page-view-phone .page-header-shell {
  width: 100%;
}
.sasi-responsive__wrapper .widget_col-row--hidden {
  display: none;
}
.sasi-responsive__wrapper .widget-row-container .widget-row.widget_col-row--hidden {
  display: none;
}
.sasi-responsive__wrapper .page-profile-admin,
.sasi-responsive__wrapper .page-view-phone {
  width: 100%;
  background-color: #fff;
}
.sasi-responsive__wrapper .page-profile-admin .widget-shell {
  width: 100%;
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sasi-responsive__wrapper .page-view-phone .widget-shell {
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sasi-responsive__wrapper .page-profile-admin .page-header-shell {
  width: 100%;
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
}
.sasi-responsive__wrapper .override-app-wrapper a.btn-primary span {
  color: #fff!important;
}
.sasi-responsive__wrapper .icon-help-close {
  margin: 5px;
}
.sasi-responsive__wrapper .icon-help-close:focus {
  outline: 1px dotted;
  display: inline-block;
}
.sasi-responsive__wrapper .widget-column-twelve .widget-data ul li {
  padding-left: 10px;
}
.sasi-responsive__wrapper {
  padding: 0 10px;
  margin: 0 auto;
}
.sasi-resp__header {
  padding: 20px 0 0 0;
  background: transparent url("../images/clientpro_1025_bg.png") no-repeat scroll right top;
  height: 237px;
}
.sasi-resp__header-msg {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #009cde;
  color: #fff;
  opacity: 0.9;
}
.sasi-resp__header-title {
  font-size: 32px;
  font-family: "connections", Calibri, Arial, Helvetica, sans-serif;
}
.sasi-responsive__footer {
  padding: 0px 0px 20px 0px;
  margin: 0 auto;
}
.sasi-responsive__footer .btn-primary span {
  color: #ffffff !important;
}
.sasi-responsive .row,
.sasi-responsive .subtable-header {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.sasi-responsive__link {
  font-size: 16px;
  color: #0052C2;
  padding-left: 10px;
}
.sasi-help {
  width: 180px;
}
.sasi-help__trigger {
  display: flex;
  justify-content: flex-end;
}
.sasi-resp__header--sm {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .sasi-resp__header-msg {
    padding: 38px;
    width: 64%;
  }
  .sasi-responsive__wrapper {
    padding: 0;
  }
  .sasi-responsive__wrapper .widget-column-twelve__pixelwidth.widget-columns__pixelwidth {
    margin-left: 0;
  }
  .sasi-responsive__wrapper .page-profile-admin .widget-shell,
  .sasi-responsive__wrapper .page-view-phone .widget-shell {
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
  }
  .sasi-responsive__wrapper .page-profile-admin .page-header-shell {
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
  }
  .sasi-responsive__wrapper .page-view-phone .page-header-shell {
    padding: 0px 0px 20px 0px;
    margin: 0 auto;
  }
  .sasi-responsive__wrapper .widget-column__pixelwidth,
  .sasi-responsive__wrapper .widget-columns__pixelwidth {
    width: 33%;
    float: left;
    box-sizing: border-box;
  }
  .sasi-responsive__wrapper .widget-column-one-thirtyonethirtyseconds__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-one-elevensixteenths__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-one-fifteensixteenths__pixelwidth.widget-columns__pixelwidth {
    width: 16%;
  }
  .sasi-responsive__wrapper .widget-column-two__pixelwidth.widget-columns__pixelwidth {
    width: 15%;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three-andninesixteenths__pixelwidth.widget-columns__pixelwidth {
    width: 26%;
  }
  .sasi-responsive__wrapper .widget-column-three-andninesixteenths__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-one-thirtyonethirtyseconds__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth.widget-columns__pixelwidth {
    padding-left: 20px;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth .widget-data ul li {
    padding-left: 0px;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth.widget-columns__pixelwidth {
    width: 43%;
  }
  .sasi-responsive__wrapper .widget-data__last-col--float {
    float: right;
  }
  .sasi-responsive__wrapper .widget-column-four-threeqtr__pixelwidth.widget-columns__pixelwidth {
    width: 31%;
  }
  .sasi-responsive__wrapper .widget-data ul li {
    padding: 0 0 0 20px;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-four-threeqtr__pixelwidth {
    width: 25%;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-two__pixelwidth {
    width: 18%;
  }
  .sasi-responsive__wrapper .widget-data .widget-item__primary-selection-link {
    margin-left: -15px;
  }
  #divCPW_Address_BankSync .widget-data__last-col--float,
  #divCPW_Address .widget-data__last-col--float {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
  }
  #divCPW_Address_BankSync .widget-data__last-col--float li.assign-accounts + li,
  #divCPW_Address .widget-data__last-col--float li.assign-accounts + li {
    margin-left: 32%;
  }
  #divCPW_Address_BankSync .widget-data__last-col--float li:first-child:not(.sasi-help) + li,
  #divCPW_Address .widget-data__last-col--float li:first-child:not(.sasi-help) + li {
    margin-left: 0%;
  }
}
.widget-data__empty {
  min-width: 100px;
}
@media only screen and (max-width: 1025px) {
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data__tabs__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data__tabs__pixelwidth,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data__tabs__pixelwidth {
    display: flex;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data ul.widget-data__last-col--float li:first-child,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data ul.widget-data__last-col--float li:first-child,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data ul.widget-data__last-col--float li:first-child {
    clear: both;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data ul,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data ul,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data ul {
    margin-left: auto;
  }
  .sasi-responsive__wrapper .widget-column-twelve__pixelwidth.widget-columns__pixelwidth__floatright {
    justify-content: space-between;
    text-align: right;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .sasi-responsive__wrapper .widget-column__pixelwidth,
  .sasi-responsive__wrapper .widget-columns__pixelwidth {
    width: 30%;
    float: left;
    box-sizing: border-box;
  }
  .sasi-responsive__wrapper .widget-column-one-thirtyonethirtyseconds__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-one-elevensixteenths__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-one-fifteensixteenths__pixelwidth.widget-columns__pixelwidth {
    width: 30%;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .sasi_popup_linkswrap.widget-columns__pixelwidth {
    width: 100%;
    margin-left: 0%;
    float: none;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth.widget-columns__pixelwidth .widget-data.row-type__tabularOddEven,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth.widget-columns__pixelwidth .widget-data.row-type__tabularOddEven,
  .sasi-responsive__wrapper .sasi_popup_linkswrap.widget-columns__pixelwidth .widget-data.row-type__tabularOddEven {
    float: none;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data__tabs__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data__tabs__pixelwidth,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data__tabs__pixelwidth {
    display: flex;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data ul.widget-data__last-col--float li:first-child,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data ul.widget-data__last-col--float li:first-child,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data ul.widget-data__last-col--float li:first-child {
    clear: both;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data ul,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data ul,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data ul {
    margin-left: auto;
  }
  .sasi-responsive__wrapper .widget-column-two__pixelwidth.widget-columns__pixelwidth {
    width: 30%;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three-andninesixteenths__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-four-threeqtr__pixelwidth.widget-columns__pixelwidth {
    width: 40%;
  }
  .sasi-responsive__wrapper .widget-row-container .widget-row {
    display: flex;
    flex-wrap: wrap;
  }
  .sasi-responsive__wrapper .widget-row-container .widget-row.widget_col-row--hidden {
    display: none;
  }
  .sasi-responsive__wrapper .widget-column-twelve__pixelwidth.widget-columns__pixelwidth__floatright {
    justify-content: space-between;
    text-align: right;
    flex-basis: 100%;
  }
  .sasi-responsive__wrapper .widget-data__last-col--float {
    padding-top: 15px;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-four-threeqtr__pixelwidth {
    width: 42%;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-four-threeqtr__pixelwidth {
    width: 42%;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-three__pixelwidth {
    width: 26%;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-three__pixelwidth {
    float: left;
  }
  .sasi-responsive__wrapper .widget-column-three-andninesixteenths__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-one-thirtyonethirtyseconds__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth.widget-columns__pixelwidth {
    padding-left: 20px;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth .widget-data ul li {
    padding-left: 0px;
  }
  .sasi-responsive__wrapper .widget-data .widget-item__primary-selection-link {
    margin-left: -15px;
    text-align: left;
  }
  .sasi-resp__header-msg {
    padding: 23px;
    width: 53%;
  }
}
@media only screen and (max-width: 768px) {
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth.widget-columns__pixelwidth,
  .sasi-responsive__wrapper .sasi_popup_linkswrap.widget-columns__pixelwidth {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
  }
  .sasi-responsive__wrapper .widget-data__last-col--float {
    padding-top: 15px;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth .widget-data ul {
    padding: 0;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth .widget-data ul li {
    padding: 0;
  }
  .sasi-responsive__wrapper .widget-slider-row {
    padding-left: 30px;
  }
  .sasi-responsive__wrapper .widget-data .widget-header__type {
    display: block;
    padding: 10px 0 0 30px;
  }
  .sasi-responsive__wrapper .widget-slider-row .widget-data ul {
    padding: 0;
  }
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-header__type {
    display: none;
  }
  .sasi-responsive__wrapper .widget-data .widget-item__primary-selection-link {
    text-align: left;
  }
  .sasi-responsive__wrapper .widget-column-four-threeqtr__pixelwidth .widget-data .widget-header__type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 610px) and (max-width: 768px) {
  .sasi-resp__header {
    padding: 20px 0px;
    background: transparent url("../images/clientpro_1025_bg.png") no-repeat scroll right top;
    height: 237px;
  }
  .sasi-resp__header {
    padding: 10px 0;
    display: flex!important;
  }
  .sasi-resp__header-msg {
    width: 50%;
    padding: 12px;
    font-size: 14px;
    align-self: center;
  }
  .sasi-resp__header-title {
    font-size: 24px;
  }
  .sasi-responsive__wrapper .widget-column__pixelwidth,
  .sasi-responsive__wrapper .widget-columns__pixelwidth {
    box-sizing: border-box;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data__tabs__pixelwidth,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data__tabs__pixelwidth,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data__tabs__pixelwidth {
    display: flex;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data ul.widget-data__last-col--float li:first-child,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data ul.widget-data__last-col--float li:first-child,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data ul.widget-data__last-col--float li:first-child {
    clear: both;
  }
  .sasi-responsive__wrapper .widget-column-three-threeqtr__pixelwidth .widget-data ul,
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-data ul,
  .sasi-responsive__wrapper .sasi_popup_linkswrap .widget-data ul {
    margin-left: auto;
  }
  .sasi-responsive__wrapper .widget-column-twelve__pixelwidth.widget-columns__pixelwidth__floatright {
    justify-content: space-between;
    text-align: right;
    flex-basis: 100%;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-two__pixelwidth {
    width: 35%;
  }
}
@media only screen and (min-width: 769px) {
  .sasi-responsive__wrapper .widget-data .widget-header__type {
    display: none;
  }
  .sasi-responsive__wrapper .widget-column-three__pixelwidth .widget-header__type {
    display: block;
  }
}
@media only screen and (min-width: 611px) {
  .sasi-responsive__wrapper .resp-btn-row .btn {
    display: inline-block !important;
    width: auto!important;
    margin: 0 10px 0 0;
  }
  .sasi-resp__header-img {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 610px) {
  .sasi-resp__header-img {
    height: 237px;
    margin-bottom: 10px;
    background: transparent url("../images/clientpro_1025_bg.png") no-repeat scroll right top;
  }
}
@media only screen and (max-width: 610px) {
  a.sasi-responsive__link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .sasi-resp__header {
    background: none;
    height: auto;
  }
  .sasi-resp__header-img {
    display: block;
  }
  .sasi-resp__header-msg {
    color: #333;
    background-color: #fff;
    padding: 0 20px;
  }
  .sasi-resp__header-title {
    font-size: 22px;
    color: #012169;
  }
  .sasi-responsive__wrapper {
    padding: 0 ;
    margin: 0 auto;
  }
  .sasi-responsive__wrapper .page-profile-admin .page-header-message,
  .sasi-responsive__wrapper .page-view-phone .page-header-message {
    padding: 15px;
  }
  .sasi-responsive__wrapper .widget-header-row,
  .sasi-responsive__wrapper .widget-header {
    padding: 20px;
  }
  .sasi-responsive__wrapper .resp-btn-row.sasi-responsive__footer {
    padding: 0 20px;
  }
  .sasi-responsive__wrapper .widget-column-four-andqtr__pixelwidth .widget-data ul {
    padding: 0;
  }
  .sasi-responsive__wrapper .widget-header-row .widget-column-two__pixelwidth {
    width: 100%;
  }
  .sasi-responsive__wrapper #divCPW_Address_BankSync .sasi-help__content,
  .sasi-responsive__wrapper #divCPW_Address .sasi-help__content {
    clear: both;
  }
}
@media only screen and (min-width: 321px) {
  #contentCol .sasi-responsive__wrapper .page-profile-admin .widget-header__title h1,
  #contentCol .sasi-responsive__wrapper .page-view-phone .widget-header__title,
  #contentCol .sasi-responsive__wrapper .page-view-phone .widget-header__title h1 {
    font-size: 28px;
  }
  #content .sasi-responsive__wrapper .page-profile-admin .widget-header__title h1,
  #content .sasi-responsive__wrapper .page-view-phone .widget-header__title,
  #content .sasi-responsive__wrapper .page-view-phone .widget-header__title h1 {
    font-size: 28px;
  }
  #contentCol .sasi-responsive__wrapper .page-profile-admin .widget-header__title h2,
  #contentCol .sasi-responsive__wrapper .page-view-phone .widget-header__title h2 {
    font-size: 28px;
  }
  #content .sasi-responsive__wrapper .page-profile-admin .widget-header__title h2,
  #content .sasi-responsive__wrapper .page-view-phone .widget-header__title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .sasi-responsive__wrapper .widget-header__icon-help {
    padding-top: 9px;
  }
  .sasi-responsive__wrapper .widget-header__icon-profile {
    display: none;
  }
  .sasi-responsive__wrapper .widget-row {
    padding: 10px 20px;
  }
  .sasi-resp__header-msg {
    color: #333;
    background-color: #fff;
  }
  .sasi-resp__header-title {
    font-size: 22px;
  }
  .sasi-resp__header--sm .sasi-resp__header-img {
    display: block;
  }
  #contentCol .sasi-responsive__wrapper .page-profile-admin .widget-header__title h2,
  .page-view-phone .widget-header__title h2 {
    font-size: 22px;
  }
  #content .sasi-responsive__wrapper .page-profile-admin .widget-header__title h2,
  .page-view-phone .widget-header__title h2 {
    font-size: 22px;
  }
  .sasi-resp__header-img {
    height: 237px;
    margin-bottom: 10px;
    background: transparent url("../images/clientpro_1025_bg.png") no-repeat scroll right top;
  }
}
.sasi-help__close {
  height: 17px;
  width: 17px;
  background: transparent url("../images/sprite-smallicons.png") no-repeat scroll -46px 0;
  display: inline-block;
  float: right!important;
  margin-top: -10px;
}
.sasi-help__content {
  float: left;
  width: 180px;
  display: block;
  margin-top: 10px!important;
  font-size: 12px;
}
.sasi-help__title {
  color: #177BC3;
  padding: 20px 10px 0 10px;
}
.sasi-help {
  position: relative;
}
.sasi-help__link {
  display: inline-block;
}
.sasi-help__text {
  width: 80%;
  margin-top: -20px;
}
.sasi-help_info-box {
  background-color: #ecf6fd;
  border: .0625rem solid #b6dcfc;
  margin-bottom: .625rem;
  cursor: default;
}
.sasi-info-box_message {
  padding: 12px;
}
.sasi-info-box_message p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  margin-top: 0px;
}
.sasi-help__close {
  float: right;
  margin: 1px;
}
.sasi-help__trigger {
  width: 180px;
}
.sasi-responsive #header .site-logo,
.sasi-responsive #header {
  box-sizing: border-box;
}
.sasi-responsive #content.twoColLanding #pageContent.pageContentSasiLeft {
  box-sizing: border-box;
}
.sasi-responsive .shell-sasi--right {
  padding-right: 40px!important;
}
.sasi-responsive#container {
  min-width: 320px;
  width: 100%!important;
}
.sasi-responsive #tc-chat-button {
  display: none;
}
.sasi-responsive .oo_feedback_float {
  right: 10px;
  margin: 10px 0;
}
.sasi-responsive #footer {
  padding: 15px;
}
.sasi-responsive #pageTitle h1 {
  width: 100%;
  box-sizing: border-box;
}
.sasi-contact-info #header .shell {
  width: 980px;
  margin: auto;
  position: relative;
  padding: 0 10px;
}
.sasi-contact-info #footer {
  width: 980px;
  margin: auto !important;
  padding: 20px 0;
}
.sasi-contact-info #header {
  position: relative;
  z-index: 998;
  clear: both;
  zoom: 1;
  width: 100%;
}
.sasi-contact-info.pilot-switch,
.sasi-contact-info#containerResp {
  min-width: 1003px;
}
@media (min-width: 1026px) {
  .sasi-responsive #pageContent {
    padding: 30px 0 23px 0;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    overflow: visible;
    width: 980px;
    font-size: 12px;
  }
  .sasi-responsive #pageContent::after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
  }
  .sasi-responsive #pageContent,
  .sasi-responsive #footer,
  .sasi-responsive #emcode .shell {
    margin: auto !important;
  }
  .sasi-responsive .shell-sasi--left {
    padding-left: 40px!important;
  }
  .sasi-responsive .footer #footer {
    width: 980px;
  }
  .sasi-responsive .shell {
    width: 980px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .sasi-responsive #content.twoColLanding #pageContent.pageContentSasiLeft {
    margin-left: 40px!important;
    padding: 20px 15px 30px !important;
  }
  .sasi-contact-info #header .shell {
    width: 980px;
    margin: auto;
    position: relative;
    padding: 0 10px;
  }
  .sasi-contact-info #footer {
    width: 980px;
    margin: auto !important;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1025px) {
  .sasi-responsive #header {
    padding: 0!important;
  }
  .sasi-responsive #content,
  .sasi-responsive #header {
    min-width: 100%;
  }
  .sasi-responsive .shell {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .sasi-responsive #footer {
    box-sizing: border-box;
    width: 100%;
  }
  .sasi-responsive #pageContent,
  .sasi-responsive #content.oneColLanding #pageContent,
  .sasi-responsive #header {
    width: 100%!important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .sasi-responsive .footer #footer {
    width: 100%!important;
    box-sizing: border-box;
  }
  .sasi-responsive #pageContent,
  .sasi-responsive #content.oneColLanding #pageContent,
  .sasi-responsive #header {
    width: 100%;
    box-sizing: border-box;
  }
  .sasi-responsive #footer {
    box-sizing: border-box;
    width: 100%;
  }
  .sasi-responsive .footer #footer {
    width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  .sasi-responsive #pageContent {
    padding: 35px 0 0 0;
  }
  .sasi-responsive__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.profile-admin-alert-error span {
  padding: 5px 0px;
}
/********************************************
    Email, Phone and Adress widget Tabular format update

***********************************************/
.widget-header__icon-profile {
  display: none;
}
.widget-row-container {
  width: 100%;
}
.widget-row-container .widget-row td {
  padding: 15px;
}
.widget-row-container thead .widget-row .txt_align_right,
.widget-row-container tbody tr .txt_align_right {
  text-align: right;
}
.widget-row-container tr {
  border-bottom: 1px solid #D1C9C0;
}
.widget-row-container tr:last-child {
  border: none;
}
.widget-row-container thead th {
  padding: 20px 20px 10px 20px;
  vertical-align: top;
}
.widget-row-container thead tr:first-child {
  display: table-row;
  background-color: none;
  border-bottom: 1px solid #D1C9C0;
}
.widget-row-container thead th:first-child {
  padding-left: 0px;
}
.widget-row-container thead th:last-child {
  text-align: right;
  padding-right: 0px;
}
.widget-row-container thead .row-type__tabularOddEven a {
  font-size: 12px;
}
.widget-row-container tbody tr td {
  padding: 25px 20px;
  vertical-align: top;
}
.widget-row-container tbody tr td:first-child {
  padding-left: 0px;
  white-space: nowrap;
}
.widget-row-container tbody tr td:last-child {
  text-align: right;
  padding-right: 0px;
}
.widget-row-container tbody tr .widget-item__primary-selection {
  font-weight: 500;
  font-size: 12px;
}
.widget-row-container tbody tr td .address-data {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.widget-row-container tbody tr td .address-data span {
  margin: 0px 0px 5px 0px;
  font-weight: 500;
}
.widget-row-container tbody tr .row-type__tabularOddEven a {
  font-size: 12px;
}
.widget-row-container tbody tr .widget-note-text {
  padding-top: 25px;
}
.widget-row-container tbody tr .widget-data .widget-item__primary-selection-link {
  margin-left: 0px;
  text-align: left;
}
.widget-row-container .widget-data__last-col--float {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.widget-row-container .widget-data__last-col--float .update_options:not(:first-child):before {
  content: "|";
  content: "|" / "";
  position: relative;
  padding: 0px 15px;
  color: black;
  float: left;
}
.widget-row-container .sasi-info-box_message {
  text-align: left;
}
.widget-row-container .widget-item__show-hide-link {
  padding-top: 5px;
}
.widget-row-container txt-no-wrap {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .sasi-resp__header-img {
    width: 90%;
  }
  .resp-btn-row button {
    width: 100%;
  }
  .widget-row-container {
    display: block;
  }
  .widget-row-container thead,
  .widget-row-container tbody,
  .widget-row-container th,
  .widget-row-container td,
  .widget-row-container tr {
    display: block;
    width: 99%;
  }
  .widget-row-container tbody tr td {
    padding: 25px 0px;
  }
  .widget-row-container thead tr {
    position: absolute;
    top: -999px;
    left: -999px;
  }
  .widget-row-container tbody tr {
    position: relative;
    border-bottom: 1px solid #D1C9C0;
    margin-left: 20px;
    width: 90%;
  }
  .widget-row-container td {
    border: none;
    position: relative;
    padding-left: 20px;
    width: 100%;
    text-align: right;
  }
  .widget-row-container td:before {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 45%;
    white-space: nowrap;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
  }
  .widget-row-container td .widget-data__last-col--float {
    padding: 0px;
    margin-left: 100px;
  }
  .widget-row-container td .widget-data__last-col--float .sasi-help {
    width: auto;
    padding-bottom: 10px;
  }
  .widget-row-container td .row-type__tabularOddEven {
    font-weight: bold;
  }
  .widget-row-container td .row-type__tabularOddEven .widget-item__primary-selection {
    font-weight: bold;
  }
  .widget-row-container td .row-type__tabularOddEven .widget-item__primary-selection-link {
    text-align: right;
    font-weight: 500;
  }
  .email-widget tbody td:nth-of-type(1):before {
    content: 'Type';
    font-weight: 500;
  }
  .email-widget tbody td:nth-of-type(2):before {
    content: 'Address';
    font-weight: 500;
  }
  .email-widget tbody td:nth-of-type(3):before {
    content: 'Primary';
    font-weight: 500;
  }
  .email-widget tbody td:nth-of-type(4):before {
    content: 'Action';
    font-weight: 500;
  }
  .email-widget tbody tr:last-child td:last-child:before {
    content: '';
  }
  .phone-widget tbody td:nth-of-type(1):before {
    content: 'Type';
    font-weight: 500;
  }
  .phone-widget tbody td:nth-of-type(2):before {
    content: 'Number';
    font-weight: 500;
  }
  .phone-widget tbody td:nth-of-type(3):before {
    content: 'Action';
    font-weight: 500;
  }
  .phone-widget tbody tr:last-child td:last-child:before {
    content: '';
  }
  .address-widget .widget-data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: normal;
  }
  .address-widget tr .address-data {
    margin: 0 0 5px 15px;
  }
  .address-widget tr td:nth-of-type(1):before {
    content: 'Type';
    font-weight: 500;
  }
  .address-widget tr td:nth-of-type(2):before {
    content: 'Address';
    font-weight: 500;
  }
  .address-widget tr td:nth-of-type(3):before {
    content: 'Associated Accounts';
    font-weight: 500;
  }
  .address-widget tr td:nth-of-type(4):before {
    content: 'Action';
    font-weight: 500;
  }
  .address-widget tr td:nth-of-type(4):empty:before {
    content: '';
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .sasi-responsive__wrapper .widget-row-container thead .widget-row {
    display: table-row;
  }
  .sasi-responsive__wrapper .widget-row-container .widget-data__last-col--float {
    padding-top: 0px;
  }
  .sasi-responsive__wrapper .widget-data .widget-item__primary-selection-link {
    margin-left: 0px;
  }
}
/*Native Iphone Name Space
    These styles were created to be applied to native phone apps. The story was pushed out of the sprint.
    I'm keeping these in case the story becomes active again.
*/
.sasi-responsive #content.ns-native-iphone #pageContent.pageContentSasiLeft,
.sasi-responsive #content.ns-native-iphone,
.sasi-responsive #content.ns-native-iphone .onboarding_mainAppCol {
  padding: 0 !important;
  margin: 0px !important;
  background-color: #f3efea;
}
.sasi-responsive #content.ns-native-iphone #pageContent {
  width: 100%;
}
.sasi-responsive .ns-native-iphone .ns-native-iphone-padding {
  padding: 20px !important;
}
.sasi-responsive .ns-native-iphone .ns-native-iphone-bg-white {
  background-color: #fff;
}
.sasi-responsive .ns-native-iphone .btn {
  border-radius: 7px !important;
  font-family: Arial, Helvetica, sans-serif;
  display: block !important;
  text-align: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.sasi-responsive .ns-native-iphone .btn.btn-primary,
.sasi-responsive .ns-native-iphone .btn.btn-secondary,
.sasi-responsive .ns-native-iphone .btn.btn-naked {
  font-size: 1.4rem !important;
  box-sizing: border-box;
}
.sasi-responsive .ns-native-iphone .btn.btn-primary:hover,
.sasi-responsive .ns-native-iphone .btn.btn-secondary:hover,
.sasi-responsive .ns-native-iphone .btn.btn-naked:hover {
  display: block !important;
}
.sasi-responsive .ns-native-iphone .btn.btn-secondary,
.sasi-responsive .ns-native-iphone .btn.btn-naked {
  background-color: #fff !important;
  border: 2px solid #ddd !important;
  color: #666 !important;
}
.sasi-responsive .ns-native-iphone .modal-footer.override-app-wrapper .pushright-30 {
  margin-left: 0;
}
.sasi-responsive .ns-native-iphone .alert {
  margin: 0;
}
.sasi-responsive #lnkLogout {
  font-size: 13px;
  margin-top: 30px;
  padding-top: 2px;
  display: block;
  font-weight: bold;
}
/*END Native Iphone Name Space*/
.sasi-responsive .email-interrupt-wrapper {
  margin-top: 15px;
  clear: both;
  padding: 50px;
  background: #F7F7F7;
  margin-bottom: -52px;
}
.sasi-responsive #divCLUI_EmailEdit,
.sasi-responsive #divAuthenticateToken {
  margin-top: -40px;
}
.sasi-responsive .header .dis-ib {
  margin-left: -15px;
}
.sasi-responsive .content-resp {
  width: 100%;
  padding: 45px 15px 4px 15px !important;
  font-size: 14px;
  line-height: 1.44;
}
.sasi-responsive .content-resp#pageContent #contentCol {
  padding: 0 0 30px!important;
}
.sasi-responsive #content .content-resp__title {
  color: #009cde !important;
  margin-top: 0;
  font-size: 30px !important;
  background: none;
  border-bottom: none;
  font-family: "connectionmedium", Arial, Calibri, Helvetica, sans-serif;
  margin-bottom: 20px;
  background: none !important;
  padding: 0 !important;
  line-height: 1.2;
}
.sasi-responsive .email-interrupt-wrapper .main-modal-body.equal-padding__20 {
  background-color: transparent;
}
.sasi-responsive #pageContent .content-resp__title-h2 {
  color: #009cde !important;
  margin-top: 0;
  font-size: 30px !important;
  background: none;
  border-bottom: none;
  font-family: "connectionmedium", Arial, Calibri, Helvetica, sans-serif;
  margin-bottom: 15px;
  background: none !important;
  padding: 0 !important;
  line-height: 1.2;
}
.sasi-responsive .content-resp__text {
  color: #524940;
  line-height: 1.44;
}
.sasi-responsive .app_SectionCol {
  min-height: 200px;
  padding-bottom: 20px;
  width: 100%;
}
.sasi-responsive .alert_respCol {
  width: 100%;
  margin-top: 35px;
  padding-bottom: 10px;
}
.sasi-responsive .need-help {
  height: 35px;
  padding: 0.3rem;
}
.sasi-responsive .tpl-fullWidthA {
  width: 100%;
}
.sasi-responsive .gridRow .grid_col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.sasi-responsive .gettingStartedCopyCol {
  width: 100%;
  padding-bottom: 100px;
}
.sasi-responsive .onboarding_mainAppCol {
  margin-top: 0;
}
.sasi-responsive .txtSlateGray {
  color: #333;
}
.sasi-responsive .resp-btn-row .btn {
  display: inline-block;
  margin: 30px 10px 0 0;
  height: 45px;
  box-sizing: border-box;
}
.sasi-responsive .text-box--resp {
  width: 100%;
}
.sasi-responsive .content-resp .layout .lyt_row .lyt_col,
.sasi-responsive .content-resp .template .tpl_row .tpl_col,
.sasi-responsive .content-resp .gridRow .grid_col {
  padding: 0;
  margin: 0px;
}
.sasi-responsive fieldset.ada-fieldset {
  padding: 0;
  border: 0;
}
.sasi-responsive .main-modal-body {
  background-color: #ffffff;
}
.sasi-responsive a.txt-white:hover,
.sasi-responsive a.txt-white:focus,
.sasi-responsive a.txt-white:active {
  color: #ffffff;
}
.pt-10 {
  padding-top: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
mt-10 {
  margin-top: 10px;
}
.sasi-responsive .modal-profile-admin,
.sasi-responsive .modal-profile-admin.medium-width-modal {
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 529px) {
  .sasi-responsive .resp-btn-row .btn {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .sasi-responsive .content-resp .layout,
  .sasi-responsive .template {
    min-width: 280px;
  }
  .sasi-responsive .content-resp .gridRow {
    margin-left: -7px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .sasi-responsive .header h1 {
    margin-left: 15px;
  }
  .sasi-responsive .layout,
  .sasi-responsive .template {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sasi-responsive .onboarding_mainAppCol {
    width: 100%;
  }
  .sasi-responsive #content.twoColLanding #pageContent {
    padding: 20px 15px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sasi-responsive #header {
    padding: 0 20px 10px 15px!important;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .sasi-responsive .header h1 {
    display: none;
  }
  .sasi-responsive .header .site-logo {
    width: 100%;
  }
  .sasi-responsive .header .site-logo a {
    height: 25px;
    width: 125px;
    margin-left: 0;
    margin-top: 10px;
  }
  .sasi-responsive #pageContent a.btn {
    display: block!important;
  }
  .sasi-responsive h1.header {
    display: none;
  }
  .sasi-responsive #lnkLogout {
    margin-top: 0;
  }
  .sasi-responsive app_SectionCol {
    min-height: auto;
  }
  .sasi-responsive .app_SectionCol .alert_respCol {
    width: 100%;
    margin-top: 0;
  }
  .sasi-responsive .resp-btn-row {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
  .sasi-responsive .resp-btn-row .btn {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .sasi-responsive .gettingStartedCopyCol {
    width: 100%;
  }
  .sasi-responsive .layout,
  .sasi-responsive .template {
    padding-left: 0;
    padding-right: 0;
  }
  .sasi-responsive .content-resp__title,
  .sasi-responsive .content-resp__title-h2 {
    font-size: 1.71rem !important;
  }
  .sasi-responsive .content-resp .gridRow {
    margin-left: -7px;
    margin-right: 0px;
  }
  .sasi-responsive .content-resp .layout .lyt_row .lyt_col,
  .sasi-responsive .content-resp .template .tpl_row .tpl_col,
  .sasi-responsive .content-resp .gridRow .grid_col {
    padding: 0 0 50px 0;
    margin: 0px;
  }
  .sasi-responsive #content.twoColLanding #pageContent.content-resp {
    width: 100%;
  }
  .sasi-responsive .modal-profile-admin,
  .sasi-responsive .modal-profile-admin.medium-width-modal {
    min-width: unset;
    width: unset;
  }
  .sasi-responsive .modal-footer .btn,
  .sasi-responsive .modal-footer .btn:hover {
    text-align: center;
    margin: 0 !important;
    margin-bottom: 10px !important;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sasi-responsive .layout .lyt_row .lyt_col,
  .sasi-responsive .template .tpl_row .tpl_col,
  .sasi-responsive .gridRow .grid_col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sasi-responsive .content-resp .layout .lyt_row .lyt_col,
  .sasi-responsive .content-resp .template .tpl_row .tpl_col,
  .sasi-responsive .content-resp .gridRow .grid_col {
    margin: 0px;
    padding: 0 0 100px 0;
  }
  .sasi-responsive .email-interrupt-wrapper .main-modal-body.equal-padding__20 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sasi-responsive .content-resp .layout .lyt_row .lyt_col,
  .sasi-responsive .content-resp .template .tpl_row .tpl_col,
  .sasi-responsive .content-resp .gridRow .grid_col {
    padding: 0 0 100px 0;
    margin: 0px;
  }
  .sasi-responsive #content.twoColLanding #pageContent.content-resp {
    width: 100%;
  }
  .sasi-responsive #header {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 610px) {
  .sasi-responsive .email-interrupt-wrapper {
    padding: 15px;
  }
  .sasi-responsive .site-logo {
    width: 100%;
  }
  .sasi-responsive .header .dis-ib {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .sasi-responsive .gettingStartedCopyCol {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .sasi-responsive #lnkLogout {
    padding-right: 5px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .sasi-responsive .content-resp__button-resp .btn {
    display: inline-block;
  }
  .sasi-responsive .text-box--resp {
    width: 58.33333333%;
  }
}
@media only screen and (min-width: 1296px) {
  .sasi-responsive .content-resp__button-resp .btn {
    display: inline-block;
  }
}
.switchbox {
  padding: 10px 20px 10px 30px;
  background-color: #F1EFEA;
}
.switchbox__selectbox {
  margin-bottom: 10px;
}
.switchbox__grid {
  margin-left: 35px;
}
.grid__caption {
  font-weight: 700;
  font-size: 13px;
}
.grid_content {
  font-size: 12px;
  padding-right: 0 !important;
}
.grid__row {
  display: flex;
}
.grid__col1,
.grid__col2 {
  min-height: 1px;
  padding-right: 40px;
}
.grid__col1 .est-wrap,
.grid__col2 .est-wrap {
  padding-top: 0;
  padding-right: 0;
  background-position: 0 -581px;
}
.grid__col1 {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  width: auto;
  max-width: 61%;
}
.grid__col2 {
  padding-left: 12px;
}
.grid__col2 p {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.grid__col1-cwrap {
  line-height: 19px;
}
.grid__col1-indicator {
  float: left;
  color: #6B5e51;
  padding-right: 20px;
}
.grid__col1-amount {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  float: right;
}
.chart-tooltip {
  margin: 0;
  border: 1px solid #DDD7D1;
  background-color: #fff;
  position: relative;
  width: 275px;
}
.chart-tooltip__header {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  background-color: #ECE6DD;
  text-align: center;
  color: #6B5E51;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 2.13em;
  vertical-align: middle;
}
.chart-tooltip__body {
  background-color: #fff;
  font-size: 1em;
  padding: 10px;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  line-height: 1.88em;
}
.chart-tooltip__lable {
  display: flex;
}
.chart-tooltip__lable-key {
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  width: 65%;
}
.chart-tooltip__lable-value {
  width: 35%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  text-align: right;
}
.chart-tooltip__lable_bold {
  font-weight: 700;
  color: #333;
}
.chart-tooltip__lable_purple {
  color: #5c0c8c;
  font-weight: 700;
}
.chart__lable-box {
  padding: 5px 0 0 5px;
  z-index: 9999;
  background: transparent;
}
.chart__crosshair-tipwrap {
  top: inherit !important;
  left: 0 !important;
}
.chart__legend-text {
  text-align: right;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  padding-right: 10px;
}
.chart__crosshair-tip,
.chart__plotline_tooltip {
  font-family: Arial, Calibri, Helvetica, sans-serif !important;
  font-size: 1.08em;
  line-height: 1.08em;
  background-color: #6B5E51;
  padding: 10px;
  width: 50px;
  height: 30px;
  color: #fff;
  top: inherit;
  position: absolute;
  bottom: -10px;
}
.chart__crosshair-tip::after,
.chart__plotline_tooltip::after {
  content: ' ';
  border-bottom: 10px solid #6B5E51;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: relative;
  top: -33px;
  left: -23px;
}
.chart__crosshair-tip {
  top: 196px !important;
}
.chart__secondary-text {
  top: -21px !important;
}
.chart__secondary-text::after {
  content: ' ';
  border-top: 5px solid #6B5E51;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: relative;
  top: 20px;
  left: -42px;
}
.chart__lable {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 1.083em;
  line-height: 1.083em;
}
.chart__lable_value {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #560c8c;
}
.chart__lable_circle {
  content: ' ';
  display: inline-block;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  color: #664A9E;
  background-color: #664A9E;
  z-index: 999;
  border: 1px solid #fff;
}
.chart__lable_tooltip::after {
  width: 20px;
  height: 20px;
  content: ' ';
  background-color: red;
}
.chart_tornado {
  display: flex;
}
.hypo-chart__container {
  padding-top: 20px;
  flex-grow: 1;
  width: auto;
}
.hypo-chart__container .highcharts-container {
  overflow: visible !important;
}
.chart__legend {
  width: 100%;
  font-size: 13px;
  color: #6B5e51;
  line-height: 30px;
}
.chart__legend tr {
  background: none;
}
.chart__legend td {
  padding: 0;
}
.chart__legend-wrapper {
  display: flex;
}
.chart__legend-container {
  flex: 1 1 0;
}
.chart__link {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.chart-horizontal-form {
  clear: both;
}
.help-link-wrap {
  margin-bottom: 10px;
}
.icon-blue-arrow-right {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%209.64%2015%22%20width%3D%227px%22%20height%3D%2211px%22%20preserveAspectRation%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Emedium_blue_right%3C/title%3E%3Cpath%20fill%3D%22%230052c2%22%20d%3D%22M2.14%200L0%202.14%205.36%207.5%200%2012.86%202.14%2015l7.5-7.5L2.14%200%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 18px;
  padding-left: 15px;
}
.icon-blue-arrow-right:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%209.64%2015%22%20width%3D%227px%22%20height%3D%2211px%22%20preserveAspectRation%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Edark_blue_right%3C/title%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M2.14%200L0%202.14%205.36%207.5%200%2012.86%202.14%2015l7.5-7.5L2.14%200%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
/*.icon-blue-arrow-down {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2211%22%20height%3D%227%22%20preserveAspectRatio%3D%22xMidYMin%22%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath%20fill%3D%22%230052c2%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 15px;
  display: inline-block;
  line-height: 18px;
}
.icon-blue-arrow-down:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2211px%22%20height%3D%227px%22%20preserveAspectRation%3D%22xMidYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Edark_blue_down%3C/title%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}*/
.chart__acrodian {
  font-family: connectionsmedium;
  clear: both;
  font-size: 1.33em;
}
.chart__acrodian .icon-blue-arrow-right {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%209.64%2015%22%20width%3D%229.64px%22%20height%3D%2215px%22%20preserveAspectRation%3D%22xMinYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Emedium_blue_right%3C/title%3E%3Cpath%20fill%3D%22%230052c2%22%20d%3D%22M2.14%200L0%202.14%205.36%207.5%200%2012.86%202.14%2015l7.5-7.5L2.14%200%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left 3px;
  line-height: 23px;
  padding-left: 20px;
}
.chart__acrodian .icon-blue-arrow-right:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%209.64%2015%22%20width%3D%229.64px%22%20height%3D%2215px%22%20preserveAspectRation%3D%22xMinYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Edark_blue_right%3C/title%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M2.14%200L0%202.14%205.36%207.5%200%2012.86%202.14%2015l7.5-7.5L2.14%200%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.chart__acrodian .icon-blue-arrow-down {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2215px%22%20height%3D%229.64px%22%20preserveAspectRation%3D%22xMinYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath%20fill%3D%22%230052c2%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 20px;
  display: inline-block;
  line-height: 10px;
}
.chart__acrodian .icon-blue-arrow-down:hover {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%209.64%22%20width%3D%2215px%22%20height%3D%229.64px%22%20preserveAspectRation%3D%22xMinYMin%22%20x%3D%220px%22%20y%3D%220px%22%3E%3Ctitle%3Edark_blue_down%3C/title%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M15%202.14L12.86%200%207.5%205.36%202.14%200%200%202.14l7.5%207.5%207.5-7.5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
}
.table_legend {
  background-color: #fff;
  padding: 20px 10px;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 13px;
  color: #524940;
  width: 165px;
  line-height: 18px;
}
.table__header {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  font-weight: 700 !important;
}
.table_unbold {
  font-weight: normal;
}
.chart__legend .table_primary {
  text-align: right;
  padding-right: 10px;
}
.chart__legend .table_secondary {
  text-align: right;
  background-color: #CCEEF8;
  padding-right: 10px;
}
.table_lastrow {
  padding-bottom: 20px;
  padding-top: 8px;
}
.table_legend_detailed > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table_legend_detailed > tbody > tr:nth-of-type(odd) > td.table_secondary {
  background-color: #E5F6FC;
}
.table_legend thead > tr > th,
.table_legend tbody > tr > td {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-weight: normal;
}
.legend__rect {
  width: 15px;
  height: 25px;
  padding-right: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: bottom;
}
.tornadoChartLegendCol .legend__rect {
  margin-right: 10px;
}
.legend__copy {
  margin-left: 10px;
}
.legend__rect_pink-1 {
  background-color: #E1D8F1;
  width: 15px;
  border-bottom: 1px solid #fff;
}
.table_legend_detailed .legend__rect_pink-1 {
  vertical-align: top;
  border-bottom: 0;
  height: 30px;
}
.legend__rect_pink-1_2 {
  background-image: linear-gradient(#E1D8F1 48%, #fff 59%, #CABAE5 54%);
  height: 30px;
  border-bottom: 0;
}
.legend__rect_pink-2 {
  background-color: #CABAE5;
  width: 15px;
  border-bottom: 1px solid #fff;
}
.legend__rect_pink-2_3 {
  background-image: linear-gradient(#CABAE5 48%, #fff 59%, #b39ddb 54%);
  height: 30px;
  border-bottom: 0;
}
.table_legend_detailed .legend__rect_pink-2 {
  vertical-align: top;
  border-bottom: 0;
  height: 30px;
}
.table_legend_detailed .legend__rect_pink-3 {
  vertical-align: top;
  border-bottom: 0;
  height: 29px;
}
.chart__marker {
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #664A9E;
}
.legend__rect_pink-3 {
  width: 15px;
  border-bottom: 1px solid #fff;
  background-color: #B39DDB;
}
.legend__line_1 {
  display: inline-block;
  background-color: #012169;
  width: 15px;
  height: 3px;
  border-bottom: 1px solid #fff;
}
.legend-box__item_striped-blue {
  line-height: 3px;
  margin-top: 10px;
  border-left-color: #0073cf;
}
.table_theme_blue .table__header {
  width: 40%;
}
.table_theme_blue .table_primary {
  display: none;
}
.table_theme_blue .table_secondary {
  display: block;
  background-color: transparent;
  width: 100%;
}
.table_theme_blue .legend__rect {
  background-color: #CCEEF8;
  background-image: none;
}
.table_legend_detailed.table_theme_blue > tbody > tr:nth-of-type(odd) > td.table_secondary {
  background-color: #fff;
}
.hypProjTornadoChartWrapCol {
  width: 100%;
  margin-bottom: 3px;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol {
  background: #f9f7f4;
  width: 100%;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .topCopyCol {
  width: 100%;
  padding-bottom: 10px;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .topCopyCol h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #6b5e51;
  margin-top: 0;
  margin-bottom: 20px !important;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartCol {
  width: 100%;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartLegendCol {
  display: none;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .bottomCopyCol {
  width: 100%;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .bottomCopyCol .chart_footnote {
  font-size: 12px;
  line-height: 16px;
  color: #6b5e51;
  margin-top: 20px;
  margin-bottom: 0;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .bottomCopyCol .chart_disclaimer {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #6b5e51;
  margin-top: 20px;
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .bottomCopyCol .disclaimer {
  color: #524940 !important;
}
@media only screen and (min-width: 768px) {
  #dvChartTable2,
  #dvChartTable1,
  #divLoadingImage,
  #bodyDiv {
    max-width: 728px;
  }
}
.tornadoChartDataWrap {
  font-size: 12px;
}
.tonadoChart_TabsCol {
  width: 100%;
}
.tonadoChart_TabsCol ul li a {
  padding: 10px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 14px;
  color: #6b5e51;
}
.tonadoChart_TabsCol .nav-tabs {
  padding: 0 10px;
}
.tonadoChart_TabsCol .nav-tabs > li {
  padding: 0;
  margin-right: 5px;
}
.tonadoChart_TabsCol .nav-tabs > li > a {
  background: #ece6dd;
  border-radius: unset;
  border-bottom: 1px solid #ddd;
}
.tonadoChart_TabsCol .nav-tabs > li.active > a,
.tonadoChart_TabsCol .nav-tabs > li.active > a:hover,
.tonadoChart_TabsCol .nav-tabs > li.active > a:focus {
  background: #f9f7f4;
  border-bottom: 1px solid #f9f7f4;
}
.tonadoChart_dropDownCol {
  width: 100%;
}
.legend_highlight td {
  color: #5c0c8c;
  font-weight: 700;
}
.legend_highlight td.table_secondary {
  color: #6b5e51;
}
.topHeading {
  font-size: 16px;
  background-color: #009cde;
  color: #FFFFFF;
}
.topHeading .headingname {
  text-align: center;
  padding: 5px 0;
}
.colHeading {
  background-color: #ECE6DD;
  font-size: 16px;
}
.colHeading th {
  padding: 5px 0;
}
.tornadoChartDataWrap table td,
.tornadoChartDataWrap table th {
  padding-top: 5px;
  padding-right: 20px;
}
.colspacing {
  width: 280px;
}
.colheadingalignment {
  text-align: right;
}
.coldataalignment {
  text-align: right;
  padding-bottom: 10px;
}
.bg-transparent-gray {
  background-color: #f9f7f4;
}
.table-bgcolor {
  background-color: #FFFFFF;
}
.row-bgcolor {
  background-color: #F9F7F4;
}
.highcharts-legend #G {
  stroke: none;
}
.hypProjAssetAllocCol {
  width: 100%;
  margin-bottom: 10px;
}
.hypProjAssetAllocCol .assetAllocBGRow .assetAllocBGCol {
  background: #f9f7f4;
  width: 100%;
}
.hypProjAssetAllocCol .assetAllocBGRow .assetAllocBGCol .assetAllocCopyCol {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
}
.hypProjAssetAllocCol .assetAllocBGRow .assetAllocBGCol .assetAllocCopyCol .allocLb {
  color: #6b5e51;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}
.hypProjAssetAllocCol .assetAllocBGRow .assetAllocBGCol .assetAllocCopyCol .allocData {
  color: #524940;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: block;
  clear: left;
  margin-bottom: 20px;
}
.hypProjAssetAllocCol .assetAllocBGRow .assetAllocBGCol .assetAllocChartCol {
  width: 50%;
  padding: 0;
}
.hypProjAssetAllocCol #divAssetAllocChart {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .table_primary {
    width: 150px;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartCol {
    padding: 0;
  }
  .chart__acrodian,
  .chart__link,
  .table_secondary {
    display: none;
  }
  .chart__legend-wrapper {
    display: block !important;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .topCopyCol {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .chart__acrodian a {
    padding-left: 25px;
  }
  .tonadoChart_TabsCol,
  .tonadoChart_dropDownCol {
    display: none;
  }
  .hypProjTornadoChartWrapCol {
    padding-top: 20px;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol {
    padding: 30px;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .topCopyCol {
    padding-bottom: 20px;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartCol {
    width: 75%;
    padding: 10px;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartCol.full {
    padding: 10px;
  }
  .hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartLegendCol {
    width: 25%;
    display: block;
  }
}
.hypProjTornadoChartWrapCol .tornadoChartBGRow .tornadoChartBGCol .tornadoChartCol.full {
  width: 100% !important;
}
.hypoProj_modalGoalType {
  padding-bottom: 20px;
}
.changeQuestionModalClass {
  width: 870px;
  top: 12px!important;
}
.changeQuestionModalClass .select-box select {
  width: 100%;
}
.changeQuestionModalClass #bodySecques.modal-content {
  padding: 0;
}
body {
  background-color: #fff;
}
.footer {
  border-top: 1px solid #E3DCD6;
  width: 100% !important;
}
#footer {
  width: 1010px;
  margin: 0 auto;
  /*background-color: #fff;*/
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
}
.row-page-disclaimer,
.disclaimer {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
}
a {
  color: #0052c2;
}
a:hover {
  color: #012169 !important;
}
.header {
  background: #fff none;
}
.header .utilityLinks a {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
}
.header .site-header__wrap {
  height: 55px;
}
.header .site-header__logo {
  float: left;
}
.header .site-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 440px;
}
.header .site-logo__image,
.header .site-logo a {
  display: block;
  width: 125px;
  height: 25px;
  background: url("../images/bg/logo--mymerrill--ml.svg") no-repeat;
}
.header .site-logo__image,
.header .site-logo a {
  width: 195px;
  height: 40px;
  margin-left: 15px;
  margin-top: 6px;
}
.header h1 {
  display: block;
  color: #857363;
  font-weight: 300;
  margin-top: 20px;
}
.header h1 small {
  font-size: 0.8929rem;
  font-weight: 500;
  display: block;
  color: #857363;
}
#pageTitle {
  background: linear-gradient(to top, #012169 25%, #0052c2);
  background-size: 100% 130px;
  background-repeat: repeat-x;
  padding: 0;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
#pageTitle h1 {
  color: #fff;
  font-size: 48px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif !important;
  font-weight: 300;
}
#pageTitle .title-wrap {
  padding: 35px 0 0 15px;
  min-height: 137px;
}
#pageTitle .title-wrap .col-xs-12 {
  padding: 0;
}
#pageTitle .title-wrap .divider2,
#pageTitle .title-wrap #DivPageTitleLineContainer {
  border: 0;
}
#pageTitle .title-wrap .divider2 h1,
#pageTitle .title-wrap #DivPageTitleLineContainer h1 {
  color: #fff;
  font-size: 48px;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif !important;
  font-weight: 300 !important;
  overflow: hidden;
  width: 980px;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 50px;
}
#pageTitle .title-wrap #DivPageTitleLineContainer h1 {
  margin: 0;
}
#pageTitle .title-wrap .title-col1 div > a,
#pageTitle .title-wrap .title-col2 a,
#pageTitle .title-wrap .title-col3 a {
  color: #fff;
}
#pageTitle .title-wrap .title-col1 div > a:hover,
#pageTitle .title-wrap .title-col2 a:hover,
#pageTitle .title-wrap .title-col3 a:hover {
  text-decoration: underline;
  color: #fff !important;
}
#pageTitle .title-wrap .title-col2 a.btn:hover {
  text-decoration: none;
}
#pageTitle .title-wrap .popover {
  color: #414141;
}
#pageTitle .title-wrap .title-col1 {
  padding: 0 0 40px 0;
}
#pageTitle .title-wrap .title-col2 {
  width: 100%;
  padding: 0;
}
#pageTitle .title-wrap #DivPageTitleWrap {
  padding: 0;
}
#pageTitle .title-wrap #DivPageTitleWrap h2 {
  min-height: 95px;
}
#pageTitle .title-wrap #DivPageTitleWrap h2 a {
  color: #fff;
  font-size: 48px;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif !important;
  font-weight: 300 !important;
}
#pageTitle .title-wrap #DivPageTitleWrap h2 a:hover {
  text-decoration: underline;
  color: #fff !important;
}
#pageTitle .title-wrap .welcome-name {
  font-size: 48px;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
#pageTitle .title-wrap .page-title-dynamic-messaging,
#pageTitle .title-wrap .welcome-links {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 12px;
}
#pageTitle .title-wrap .preferred-rewards-meta {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 23px;
}
#pageTitle .title-line {
  display: none;
}
#pageTitle .divider2 {
  border: 0;
}
#pageTitle .divider2 h1 {
  font-size: 48px;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0;
}
.page-goals-summary #pageTitle {
  background-size: 100% 153px;
}
#siteNav li {
  background-color: #fff;
  border-right: 1px solid #d3d3d3;
  height: 40px;
  margin-right: 0;
}
#siteNav li:last-child {
  border-right: none;
}
#siteNav li a {
  color: #524940;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
}
#siteNav li.selected,
#siteNav li.selected a {
  background-color: #0052c2;
  color: #fff;
  height: 40px;
}
#siteNav li.selected,
#siteNav li.selected a:hover {
  color: #fff !important;
}
#siteNav li:hover {
  background-color: #fff;
}
#siteNav li a:active,
#siteNav li.selected a:active {
  text-decoration: none;
}
.bottomlinks .icon-smc-mail {
  background: url("../images/bg/icon_smc.png") no-repeat 0 0;
  font-size: 13px !important;
  width: 28px;
}
.bottomlinks .icon-smc-mail span:first-child {
  background-color: #DC1431;
  top: -10px;
  border: 1px solid #fff;
  left: 16px;
}
.page-goal-details #pageTitle .title-wrap .title-col1 {
  width: 70%;
  padding: 0;
}
.page-goal-details #pageTitle .title-wrap .title-col1 .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
  min-width: 310px;
}
.page-goal-details #pageTitle .title-wrap .title-col1 .dropdown-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-goal-details #pageTitle .title-wrap .title-col1 .dropdown-label:hover {
  text-decoration: underline;
}
.dropdown-md .dropdown-toggle {
  border: none;
  padding: 0;
  margin-top: -10px;
  height: auto;
}
.dropdown-md .dropdown-toggle .dropdown-label {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 300;
  float: left;
  max-width: 550px;
  width: auto;
}
.dropdown-md .dropdown-toggle .caret {
  float: left;
  margin-top: 27px;
  margin-left: 25px;
  position: relative;
  top: 0;
}
.alert.alert-lg,
.alert.alert-md {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 80px 10px 60px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.alert.alert-lg .alert-body,
.alert.alert-md .alert-body {
  padding-left: 30px;
  margin: 0;
}
.alert.alert-info.alert-lg .alert-icons,
.alert.alert-info.alert-md .alert-icons {
  background-position: -100px -140px;
  height: 20px;
  width: 20px;
}
.alert.alert-danger.alert-lg .alert-icons,
.alert.alert-danger.alert-md .alert-icons {
  background-position: -100px -20px;
  height: 20px;
  width: 20px;
}
.alert.alert-success.alert-lg .alert-icons,
.alert.alert-success.alert-md .alert-icons {
  background-position: -100px -80px;
  height: 20px;
  width: 20px;
}
.alert.alert-warning.alert-lg .alert-icons,
.alert.alert-warning.alert-md .alert-icons {
  background-position: -100px -200px;
  height: 20px;
  width: 20px;
}
.alert-dismissible .close_char,
.alert-dismissible .close-char {
  line-height: 0;
}
.goals__widgetSeparator {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}
/*.page-goal-details, .page-goals, .client-stateless, .goals__widgetSeparator, #divAssetAllocChart, .addRestrictions, #divAccountEnrollment, .jqmanageAccountFailed {
*/
.alert {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 80px 10px 60px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.alert p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: inherit;
}
.alert-danger .alert-icons {
  background-position: -100px -20px;
  height: 20px;
  width: 20px;
}
.alert-info .alert-icons {
  background-position: -100px -140px;
  height: 20px;
  width: 20px;
}
.alert .alert-body {
  padding-left: 30px;
  margin: 0;
}
/*
}
*/
.page-goals .alert-goals-welcome {
  background: url("../images/bg/banner-goals-welcome.jpg") 0 0 no-repeat;
  height: 252px;
  position: relative;
}
.page-goals .alert-goals-welcome .close {
  right: 0;
}
.page-goals .alert-goals-welcome .close .close_char,
.page-goals .alert-goals-welcome .close .close-char {
  color: #fff;
}
.page-goals .welcome-title {
  width: 55%;
  height: 220px;
  padding: 20px 60px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.page-goals .welcome-title h2 {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0;
}
.page-goals .welcome-title p {
  line-height: 30px;
  font-size: 18px;
}
.client-header-tabs .tab-header {
  margin: 20px 0 0 -15px;
  border-bottom: 1px solid #f7f7f7;
  height: 37px;
}
.client-header-tabs .tab-header .nav-tabs {
  margin: 0 auto;
  border: none;
}
.client-header-tabs .tab-header .nav-tabs li {
  display: inline-block;
  background: none;
  float: none;
  margin: 0 10px;
}
.client-header-tabs .tab-header .nav-tabs li.active {
  height: auto;
  border: none;
  margin-bottom: 0;
}
.client-header-tabs .tab-header .nav-tabs li.active a {
  background-color: transparent;
  cursor: pointer;
  color: #012169;
  height: 32px;
  padding: 0 20px;
}
.client-header-tabs .tab-header .nav-tabs li.active:after {
  content: "";
  float: left;
  background: #012169;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  margin-bottom: -5px;
}
.client-header-tabs .tab-header .nav-tabs li a {
  border: none;
  line-height: 35px;
  padding: 0 25px;
  color: #414141;
  font-size: 14px;
}
.client-header-tabs .tab-header .nav-tabs li a:hover,
.client-header-tabs .tab-header .nav-tabs li a:focus {
  background-color: transparent;
  color: #012169;
}
.client-header-tabs .tab-header .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  font-weight: normal;
}
#posDetail .client-header-tabs .tab-header {
  margin-left: 0;
}
/* Panel Account details - Updated BAU - will need to copy to aao-goals.less */
.panel-acct .panel {
  color: #524940 !important;
  margin-bottom: 0 !important;
}
.panel-acct h3.panel-title {
  padding: 0 0 5px;
  height: 30px;
  background-color: #ffffff !important;
  text-transform: uppercase;
  color: #414141 !important;
  font-size: 24px;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 600;
  border: none;
  margin-bottom: 20px;
}
.panel-acct h3.panel-header {
  padding: 5px 0 10px 0;
}
.panel-acct .tmacct {
  width: 100%;
  margin-bottom: 20px;
}
.panel-acct .panel-row.panel-footer {
  font-size: 24px;
  color: #414141;
  background-color: #fff;
}
.panel-acct h3 {
  font-weight: 400 !important;
}
.panel-acct .panel-row,
.panel-acct .panel-row-details,
.panel-acct .panel-footer-main {
  padding: 15px 20px 10px;
  background-color: #fff;
  font-size: 13px;
}
.panel-acct .panel .tmacct .panel-row {
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.panel-acct .panel .panel-row {
  padding: 20px 60px;
  border-bottom: medium none !important;
  margin-bottom: 20px;
}
.panel-acct .panel .panel-row:first-child {
  border-width: 0 !important;
}
.panel-acct .panel-note {
  padding: 5px 20px 20px 0;
  text-align: right;
  font-size: 12px;
}
.panel-acct .panel .panel-row.panel-footer {
  font-size: 20px !important;
  background-color: #fff !important;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 600;
  color: #414141;
  text-transform: uppercase;
  text-align: right;
  line-height: 20px;
  padding: 10px 60px !important;
}
.panel-acct .panel-col1 .panel-link {
  font-size: 24px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 40px;
}
.panel-acct .panel-col1 .text-digital-gray-dark.w-200 {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 18px;
  color: #414141;
  width: 300px;
}
.panel-acct .panel-col2 .panel-link {
  font-size: 24px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-weight: 400;
}
.panel-acct .panel-link-grey {
  color: #6b5e51 !important;
}
.panel-acct .panel-link-grey:hover {
  color: #524940 !important;
}
.panel-acct .panel-row .panel-col2 {
  text-align: right;
}
.panel-acct .panel-logo.merl {
  background: url("../images/bg/bull-s.png") no-repeat scroll left top;
  line-height: 34px;
  height: 25px;
  padding-left: 35px;
}
.panel-acct .panel-logo.boa {
  background: url(../images/bg/boa-s.png) no-repeat scroll left top;
  line-height: 28px;
  padding-left: 47px;
}
.aao-rta-widget {
  color: #414141;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  /*.aao-rta-button {
        display: inline-block;
        min-width: 210px;
        min-height: 94px;
        padding: 0;
        border: none;
        border-radius: 4px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        background-color: @aao-rta-color-brand-dark-blue;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        &.aao-rta-button--inactive {
            background-color: @aao-rta-color-brand-gray;
        }
        &.aao-rta-button--option {
            display: block;
            width: 100%;
            max-width: 626px;
            font-size: 20px;
            color: @aao-rta-color-brand-dark-blue;
            background-color: #FFF;
            &._active {
                color: #FFF;
                background-color: @aao-rta-color-brand-dark-blue;
            }
        }
        &.aao-rta-button--link {
            min-width: 0;
            min-height: 0;
            border-radius: 0;
            box-shadow: none;
            background-color: transparent;
            color: @aao-rta-color-brand-boa-blue;
            font-size: 20px;
            font-weight: 700;
            text-align: left;
            .aao-rta-icon {
                display: inline-block;
                width: 17px;
                height: 14px;
            }
        }
    }*/
}
.aao-rta-widget h1,
.aao-rta-widget h2,
.aao-rta-widget h3,
.aao-rta-widget h4,
.aao-rta-widget h5,
.aao-rta-widget h6 {
  margin: 0;
  color: #414141;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.aao-rta-widget h1 {
  font-size: 48px;
  line-height: 60px;
}
.aao-rta-widget h2 {
  font-size: 40px;
  line-height: 60px;
}
.aao-rta-widget h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.aao-rta-widget h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.aao-rta-widget .aao-paragraph,
.aao-rta-widget .aao-sub-text {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
}
.aao-rta-widget .aao-paragraph {
  line-height: 30px;
  font-size: 18px;
}
.aao-rta-widget .aao-sub-text {
  line-height: 24px;
  font-size: 12px;
}
.aao-rta-widget .aao-link1,
.aao-rta-widget .aao-link2 {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  color: #0052C2;
  transition: all 0.2s;
}
.aao-rta-widget .aao-link1 {
  line-height: 30px;
  font-size: 18px;
}
.aao-rta-widget .aao-link2 {
  line-height: 24px;
  font-size: 12px;
}
.aao-rta-widget input,
.aao-rta-widget textarea,
.aao-rta-widget select,
.aao-rta-widget button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  font: 400 13.3333px Arial;
  align-items: flex-start;
}
.aao-rta-widget .aao-button-blue {
  -webkit-appearance: none;
  background: #012169;
  color: #fff;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  border: none;
  padding: 10px;
  height: 40px;
  width: 210px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
}
.aao-rta-widget .aao-button-blue:hover {
  background: #002F99;
}
.aao-rta-widget .aao-button-white {
  -webkit-appearance: none;
  background: #fff;
  color: #012169;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  border: 1px solid #012169;
  padding: 10px;
  height: 40px;
  width: 210px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
}
.aao-rta-widget .aao-button-white:hover {
  background: #f7f7f7;
  border: 1px solid #002F99;
  color: #002F99;
}
.aao-rta-widget .aao-button-disabled {
  -webkit-appearance: none;
  background: #808080;
  color: #fff;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px;
  height: 40px;
  width: 210px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  cursor: not-allowed;
}
.aao-rta-widget .aao-button-rta {
  -webkit-appearance: none;
  background: #fff;
  color: #0052c2;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 10px 40px;
  height: 94px;
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}
.aao-rta-widget .aao-button-rta-selected,
.aao-rta-widget .aao-button-rta-selected:hover {
  background: #e6e6e6!important;
  box-shadow: none;
  border: none;
}
.aao-rta-widget .aao-button-rta:hover {
  background: #f7f7f7;
}
.aao-rta-widget .aao-rta-inline-heading {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.aao-rta-widget .aao-rta-eyebrow-heading {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.aao-rta-widget .aao-rta-small-link {
  display: inline-block;
  color: #414141;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.aao-rta-widget .aao-rta-list {
  margin: 0;
  padding-left: 16px;
  color: #414141;
  font-size: 14px;
  line-height: 1.286;
  text-align: left;
}
.aao-rta-widget .aao-rta-flow .aao-rta-flow__step {
  display: none;
}
.aao-rta-widget .aao-rta-flow .aao-rta-flow__step._active {
  display: block;
}
.aao-rta-widget .aao-rta-grid {
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 auto;
}
.aao-rta-widget .aao-rta-grid .aao-rta-grid__item {
  box-sizing: border-box;
}
.aao-rta-widget .aao-rta-h-bold {
  font-weight: 700;
}
.aao-rta-widget .aao-rta-h-small {
  font-size: 14px;
}
.aao-rta-widget .aao-rta-h-missing-image {
  background-color: #673BB8;
}
.aao-rta-widget.aao-rta-dev-only {
  display: none;
}
.aao-rta-widget.aao-rta-dev-only._active {
  display: block;
}
.aao-rta-widget {
  /*background-color: @aao-rta-color-brand-background-gray;*/
}
.aao-rta-widget .aao-rta-widget__container {
  float: left;
  width: 52%;
  min-height: 781px;
  padding-right: 75px;
}
.aao-rta-widget .aao-rta-widget__image {
  float: left;
  width: 48%;
  min-height: 800px;
  margin-top: 5px;
}
.aao-rta-widget .aao-rta-widget__top-controls {
  text-align: left;
}
.aao-rta-esg .aao-rta-button--option {
  margin-bottom: 20px;
}
.aao-rta-esg .aao-rta-button--option:last-child {
  margin-bottom: 0;
}
.aao-rta-esg .aao-rta-widget__image-Q1 {
  background: url('../images/bg/open_ocean.jpg') no-repeat center;
  background-size: cover;
}
.aao-rta-esg .aao-rta-widget__image-Q2 {
  background: url('../images/bg/safari.jpg') no-repeat center;
  background-size: cover;
}
.aao-rta-esg .aao-rta-widget__image-Q3 {
  background: url('../images/bg/mountain_time.jpg') no-repeat center;
  background-size: cover;
}
.aao-rta-esg .aao-rta-widget__image-Q4 {
  background: url('../images/bg/climb.jpg') no-repeat center;
  background-size: cover;
}
.aao-rta-esg .aao-rta-widget__image-Q5 {
  background: url('../images/bg/hang_gliding.jpg') no-repeat center;
  background-size: cover;
}
.aao-rta-esg .aao-rta-widget__image-result {
  background: url('../images/bg/zipline.jpg') no-repeat center;
  background-size: cover;
  background-position: -550px;
}
.aao-rta-esg .aao-rta-widget__top-controls {
  padding: 40px 90px 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-start .aao-rta-widget__header {
  padding: 15px 100px 0;
  position: relative;
  top: 70px;
}
.aao-rta-esg .aao-rta-esg-flow__step-start .aao-rta-widget__content {
  padding: 15px 135px 0;
  position: relative;
  top: 70px;
}
.aao-rta-esg .aao-rta-esg-flow__step-start .aao-rta-esg__subheading {
  margin-top: 20px;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-widget__header {
  text-align: center;
  padding: 50px 100px 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-widget__content {
  padding: 50px 90px 125px;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding: 10px 50px;
  border-left: 1px solid #D3D3D3;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy:first-child {
  border: none;
  padding-left: 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy:last-child {
  padding-right: 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy .aao-rta-esg__strategy-eyebrow {
  margin-bottom: 5px;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy .aao-rta-esg__strategy-heading {
  margin-bottom: 15px;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy .aao-rta-esg__strategy-list {
  margin-bottom: 30px;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy .aao-rta-esg__strategy-list .aao-rta-esg__strategy-list-item {
  margin-bottom: 15px;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy .aao-rta-esg__strategy-list .aao-rta-esg__strategy-list-item:last-child {
  margin-bottom: 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-strategy .aao-rta-esg__strategy .aao-rta-esg__strategy-cta {
  align-self: flex-start;
  margin-top: auto;
}
.aao-rta-esg .aao-rta-esg-flow__step-decline {
  text-align: center;
}
.aao-rta-esg .aao-rta-esg-flow__step-decline .aao-rta-widget__header {
  padding: 15px 100px 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-decline .aao-rta-widget__content {
  padding: 15px 135px 50px;
}
.aao-rta-esg .aao-rta-esg-flow__step-question {
  text-align: center;
}
.aao-rta-esg .aao-rta-esg-flow__step-question .aao-rta-widget__header {
  padding: 25px 100px 0;
}
.aao-rta-esg .aao-rta-esg-flow__step-question .aao-rta-widget__content {
  padding: 25px 135px 50px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-35 {
  padding-top: 35px;
}
.risk-answer-container {
  margin-top: 25px;
}
.riskTolResult {
  padding: 25% 0;
}
.rta-result-text-color h2 {
  color: #012169;
}
.ml-3 {
  margin-top: 3%;
}
.backBtn {
  margin-top: 5%;
  /*position: relative;
    top: 40px;*/
}
.mr-20 {
  margin-right: 20px!important;
}
.pt-5 {
  padding-top: 5px;
}
#jqcancelAddGoal {
  float: left;
}
/*start RTA edit modal styles used on the microsite */
.editRTAModal .aao-rta-widget__image {
  display: none;
}
.editRTAModal .aao-rta-widget__CancelLink {
  padding-left: 20px;
}
.editRTAModal .aao-rta-widget__result-cancelLink {
  margin-top: 5px;
  float: left;
}
.editRTAModal a.aao-button-blue {
  text-align: center;
  padding-top: 8px;
}
.editRTAModal .aao-button-blue:hover {
  background: #002F99;
  color: #FFFFFF !important;
}
.editRTAModal .aao-rta-widget .aao-rta-widget__container {
  min-height: auto;
}
.editRTAModal .riskTolResult {
  padding: 0;
}
.editRTAModal .backIcon {
  padding-left: 28px;
  background: url("../images/bg/back-arrow.svg") no-repeat;
  background-position: left;
}
/*start RTA edit modal styles used on the microsite */
/*start RTA annual review styles used on the microsite */
.aao-rta-annualreview_widget .aao-rta-widget__btnWrap {
  padding-top: 20px;
  padding-left: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* mobile styles as per style guide*/
  .aao-rta-widget {
    /*.aao-paragraph,
        .aao-sub-text{
             font-family:  @aao-font-bold;
          }*/
  }
  .aao-rta-widget .aao-paragraph,
  .aao-rta-widget .aao-sub-text {
    line-height: 24px;
    font-size: 14px;
  }
  .aao-rta-widget h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-xs {
    display: none;
  }
  .aao-rta-widget .aao-rta-widget__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .aao-rta-xs-banner .aao-rta-widget__image {
    float: none;
    width: 100%;
    min-height: 225px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .aao-rta-xs-banner .aao-rta-widget__image-Q1 {
    background-position: 80% 86%;
  }
  .aao-rta-xs-banner .aao-rta-widget__image-Q2 {
    background-position: 35% 25%;
  }
  .aao-rta-xs-banner .aao-rta-widget__image-Q3 {
    background-position: 80% 30%;
  }
  .aao-rta-xs-banner .aao-rta-widget__image-Q4 {
    background-position: 80% 45%;
  }
  .aao-rta-xs-banner .aao-rta-widget__image-Q5 {
    background-position: 80% 50%;
  }
  .aao-rta-xs-banner .aao-rta-widget__image-result {
    background: url("../images/bg/zipline.jpg") no-repeat;
    background-position: 0% 40%;
    background-size: cover;
  }
  .aao-rta-widget .aao-button-rta {
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 24pt;
  }
  .aao-rta-esg .aao-rta-button--option {
    margin-bottom: 10px;
  }
  .pt-for-rta-button {
    margin-top: 25px;
  }
  .aao-rta-widget .backIcon {
    margin-left: 0;
  }
  .aao-rta-widget__CancelLink {
    text-align: center;
  }
  .riskTolResult {
    padding: 20px 0;
  }
  /*start RTA annual review styles used on the microsite */
  .aao-rta-annualreview_widget .aao-rta-widget__container {
    padding: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .aao-rta-xs-banner {
    display: none;
  }
}
.goal-icon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.goal-icon-title .icon {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.aao-historical-perf-modal__wrapper .goal-icon-title {
  padding-left: 0;
}
.goal-icon-title .goal-icon-name {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .goal-icon-title .goal-icon-name {
    font-size: 18px;
  }
}
.goal-icon-title .goal-icon-numb {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 30px;
  margin-top: -5px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .goal-icon-title .goal-icon-numb {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px) {
  .goal-icon-title .goal-icon-numb {
    font-size: 14px;
    line-height: 24pt;
  }
}
.goal-icon__track-lb {
  display: inline-block;
  margin-bottom: -8px;
}
.goalTile__trackOn {
  font-size: 32px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 40px;
  float: left;
  color: #007749;
}
.goalTile__trackOff {
  font-size: 32px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  line-height: 40px;
  float: left;
  color: #b94700;
}
.goalTile__dash {
  color: #414141;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .goalTile__trackOn,
  .goalTile__trackOff {
    font-size: inherit;
    line-height: inherit;
    float: none;
  }
}
/***Asset allocation***/
.portfolio-toprowmargin {
  margin: 0px;
}
.portfolio-toprowmargin .mainrow-col2 {
  padding: 0px;
}
.AstAlctnWgt_acrdn_contentRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
.AstAlctnWgt_acrdn .AstAlctnWgt_acrdn_panel {
  border-top: 1px solid #ccc;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px!important;
}
.AstAlctnWgt_acrdn_panel .AstAlctnWgt_acrdn_hdr {
  background: none;
  padding: 10px 0px !important;
}
.AstAlctnWgt_acrdn_panel .AstAlctnWgt_acrdn_hdr .AstAlctnWgt_acrdn_title {
  display: inherit;
  clear: both;
  padding-left: 0px;
}
.AstAlctnWgt_acrdn_panel .AstAlctnWgt_acrdn_hdr .AstAlctnWgt_acrdn_contentRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
.panel-group.accordion .panel-title {
  background: transparent url("../images/Accordion_Expand.png") no-repeat right center;
}
.panel-group.accordion .panel-title.in {
  background: transparent url("../images/Accordion_Collapsed.png") no-repeat right center;
}
.mainrow-col3 {
  padding-right: 25px;
}
.modal-in-iframe .mainrow-col3 {
  padding-right: 30px;
}
.AstAlctnWgt_acrdn_ExpandCollapseL2[data-status="Collapsed"] {
  background: transparent url("../images/Accordion_Expand.png") no-repeat right center;
  padding-right: 20px;
}
.AstAlctnWgt_acrdn_ExpandCollapseL2.AstAlctnWgt_acrdn_Expanded {
  background: transparent url("../images/Accordion_Collapsed.png") no-repeat right center;
  padding-right: 15px;
}
.astAlctnWgt_InvestmentPreferences_wrap {
  display: flex;
  margin-bottom: 10px;
}
.aao_descriptionlist {
  margin: 0px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  width: 200px;
}
.aao_descriptionlist dt {
  display: inline-block;
  margin: 0;
  line-height: 24px;
  font-family: "connectionsregular", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.aao_descriptionlist dd {
  display: inline-block;
  margin: 0;
  line-height: 30px;
  font-family: "connectionsregular", sans-serif;
  font-size: 18px;
  color: #414141;
}
.AstAlctnWgt_acrdn_hdr .mainrow-col3 {
  float: right;
}
.assetAllocationSummaryLegend_list {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.assetAllocationSummaryLegend_list dt {
  float: left;
  width: 50%;
  margin: 0px;
  font-weight: normal;
  padding: 10px 0;
}
.assetAllocationSummaryLegend_list dd {
  float: left;
  width: 50%;
  text-align: right;
  padding: 10px 0 10px 10px;
  margin: 0px;
}
.assetAllocationSummaryLegend_list dt .dot {
  border-radius: 50%;
  content: "";
  height: 8px;
  line-height: 1em;
  margin: 0px 10px 1px 2px;
  width: 8px;
  display: inline-block;
}
.PNA_AssetAllocationSummary_Chart {
  height: 225px;
}
.chartAssetAllocationDetail .highcharts-title {
  margin: 0px !important;
}
.AstAlctnWgt_acrdn_panelBody {
  padding-bottom: 30px;
}
.AstAlctnWgt_acrdn_panel .AstAlctnWgt_acrdn_panelBody .panel-body {
  padding: 0px;
}
.AstAlctnWgt_acrdn_panelBody .panel-body .row,
.AstAlctnWgt_acrdn_panelBody .panel-body .subtable-header {
  margin: 0px;
}
.AstAlctnWgt_acrdn_panelBody .panel-body > .row,
.AstAlctnWgt_acrdn_panelBody .panel-body > .subtable-header {
  padding: 10px 10px 10px 0px;
}
.aao-pp-goal-refinement {
  font-family: connectionsregular;
}
.aao-pp-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: transparent no-repeat center center / 100%;
}
.aao-pp-icon.aao-pp-icon--checkbox {
  background-image: url('../images/bg/checkBox_off_green.svg');
}
.aao-pp-icon.aao-pp-icon--checkbox._active {
  background-image: url('../images/bg/checkbox_on_green.svg');
}
.aao-pp-checkbox input:focus + .aao-pp-icon {
  outline: thin dotted;
}
.aao-pp-checkbox .aao-pp-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.aao-pp-checkbox .aao-pp-checkbox__text {
  padding-right: 8px;
}
.aao-pp-link-2 {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
}
.aao-pp-form__row {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .aao-pp-form__row {
    display: block;
  }
}
.aao-pp-form__row .aao-pp-form__field {
  flex-basis: 0 0 auto;
  width: 25%;
  padding-right: 20px;
  padding-left: 0px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .aao-pp-form__row .aao-pp-form__field {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aao-pp-form__row .aao-pp-form__field {
    width: 50%;
  }
}
.aao-pp-form__row .aao-pp-form__field .aao-pp-form__fieldInfo {
  padding-top: 5px;
}
.aao-pp-form__row .aao-pp-form__field-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.aao-pp-form__row .aao-pp-form__field-header > .text-box_label {
  width: auto;
}
.aao-pp-investment-strategy .aao-pp-form__row {
  flex-flow: row wrap;
}
.aao-pp-investment-strategy .aao-pp-form__row .aao-pp-form__field:first-child {
  width: 33.33%;
  margin-right: 66.67%;
  padding-bottom: 8px;
}
.aao-pp-childWidget {
  position: relative;
  margin-bottom: 50px;
}
.aao-pp-childWidget.topSep {
  border-top: 1px solid #d1c9c0;
  padding-top: 40px;
}
.refresh-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  opacity: .5;
  background: #ccc;
  top: 0px;
}
.refresh-widget {
  height: 100%;
  width: 100%;
  background: url("../images/bg/loading_icon.gif") center center no-repeat;
  position: absolute;
  top: 0px;
}
/**Investment Strategy*/
.primary_panel {
  border: 1px solid #ccc;
  box-shadow: #ccc 0px 0px 5px;
  padding: 15px;
  margin-top: 30px;
}
.investStrgy_panel-title {
  text-align: center;
  font-size: 26px;
  font-family: 'connectionsregular';
  margin-top: 30px;
}
.investStrgy_Portfolio-wrap {
  margin-top: 30px;
}
.investStrgy_filter {
  font-size: 16px;
  color: #000;
  display: inline;
  /* flex-direction: row; */
  margin-right: 40px;
}
.investStrgy_filter-arrow {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.investStrgy_filter-arrow::after {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  content: '';
  position: absolute;
  margin-top: -11px;
  margin-left: -10px;
}
.investStrgy_TAA_Wrap {
  display: flex;
  justify-content: center;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.investStrgy_TAA_Wrap span {
  flex-grow: 1;
  border-top: 2px solid #F6B981;
  align-self: center ;
  margin: 0px;
}
.investStrgy_TAA_Wrap a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  border: 4px solid #F6B981;
  align-self: center ;
}
.investStrgy_TAA_Wrap a.TAA_RTDown,
.investStrgy_TAA_Wrap span.TAA_RTDown {
  border-color: #7FB9E7;
}
.investStrgy_TAA_Wrap a.TAA_Selected,
.investStrgy_TAA_Wrap span.TAA_Selected {
  border-color: #0274D0;
}
.investStrgy_TAA_Wrap a.TAA_Selected,
.investStrgy_TAA_Wrap span.TAA_Selected {
  border-width: 5px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #7FB9E8;
}
.investStrgy_Donut {
  margin-top: 10px;
  height: 275px;
}
.investStrgy_TAA_ChartLegend {
  padding-left: 15px;
  font-family: 'connections';
  font-size: 15px;
  font-weight: normal;
}
/*.investStrgy_title {
font-family: 'connectionslight';font-size: 26px;border-bottom:1px solid #ddd;margin-bottom:16px;
}*/
.investStrgy_grid {
  width: 100%;
  margin-top: 25px;
}
.investStrgy_grid thead tr th {
  padding-bottom: 10px;
  font-weight: normal;
  font-family: connectionsbold;
  font-size: 12px;
}
.investStrgy_grid tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.investStrgy_grid tbody tr:last-child td {
  border-bottom: 0px;
}
.investStrgy_Donut-title {
  text-align: center;
  margin-top: 40px;
}
.investStrgy_Donut-title a {
  font-size: 18px;
  font-family: connectionsregular;
}
.investStrgy_Donut-title span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #007D4C;
  font-style: italic;
}
/**Investment Strategy*/
/**Progress to Goal**/
.progressToGoal-label {
  font-size: 12px;
  color: #ccc;
  text-align: right;
  width: 145px;
  display: inline-block;
}
.progressToGoal-label span {
  position: initial !important;
  white-space: normal !important;
}
.progressToGoal-datalabel {
  padding-left: 50px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .progressToGoal-datalabel {
    position: relative;
    width: calc(100vw);
    left: -30px;
  }
}
.progressToGoal-datalabel div.progressToGoal-datalabel-left {
  float: left;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .progressToGoal-datalabel div.progressToGoal-datalabel-left dl {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 480px) {
  .progressToGoal-datalabel div.progressToGoal-datalabel-left dl {
    margin-left: 50px;
  }
}
.progressToGoal-datalabel div.progressToGoal-datalabel-right {
  float: left;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .progressToGoal-datalabel div.progressToGoal-datalabel-right dl {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 480px) {
  .progressToGoal-datalabel div.progressToGoal-datalabel-right dl {
    margin-right: 70px;
  }
}
.progressToGoal-datalabel dl {
  text-align: center;
  display: inline-block;
}
.progressToGoal-datalabel dt {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .progressToGoal-datalabel dt {
    font-size: 12px;
  }
}
.progressToGoal-datalabel dd {
  font-size: 36px;
  margin: 0px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .progressToGoal-datalabel dd {
    font-size: 18px;
  }
}
.progressToGoal-datalabel .progressToGoal-datalabel-tag {
  display: block;
}
@media only screen and (max-width: 767px) {
  .PNA_ProgressToGoal_Chart {
    position: relative;
    width: calc(100vw);
    left: -30px;
  }
}
.progressToGoal-footer-datalabel {
  margin-top: 50px;
}
.progressToGoal-footer-datalabel dl {
  float: left;
  padding-right: 30px;
}
.progressToGoal-footer-datalabel dt {
  font-size: 12px;
  font-weight: normal;
  font-family: connectionsregular;
}
.progressToGoal-footer-datalabel dd {
  font-size: 28px;
  color: #b94700;
  font-family: connectionsregular;
  margin: 0px;
}
.progressToGoal-OnTrack dd {
  color: #02831c;
}
.progressToGoal-sup {
  font-size: 60%;
  top: 2px;
  vertical-align: super;
  font-family: connectionsregular;
}
/**Progress to Goal**/
/** custom check box*/
.checkbox-switch {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 38px;
}
.checkbox-switch input {
  height: 0px;
  width: 0px;
}
.checkbox-switch .checkbox-switchslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid #e3e3e3;
}
.checkbox-switch .checkbox-switchslider:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.checkbox-switch input:checked + .checkbox-switchslider {
  background-color: #007749;
}
.checkbox-switch input:checked + .checkbox-switchslider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}
/** custom check box*/
.aao-pp-ExternalAsset__row {
  display: flex;
  flex-flow: column;
  border-bottom: 2px solid #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.aao-pp-ExternalAsset__row:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .aao-pp-ExternalAsset__row {
    flex-flow: row wrap;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
}
.aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field:last-child {
  order: -1;
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field {
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
  }
  .aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field:first-child {
    padding-left: 0px;
    flex-basis: 20%;
  }
  .aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field:last-child {
    padding-top: 30px;
    width: 20px;
    order: 0;
  }
}
.aao-pp-ExternalAsset__row .aao-pp-ExternalAssetSS__field {
  padding-left: 0px;
  flex-basis: 30%;
}
.aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field-header > .text-box_label {
  width: auto;
}
.aao-pp-ExternalAsset__row .alert-sm p {
  margin: 0;
  color: #414141;
  font-size: 12px;
}
.aao-pp-ss-intent__container .aao-pp-ExternalAsset__field:last-child {
  padding-top: 0;
}
.aao-pp-ss-intent__heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #d1c9c0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.aao-pp-ss-intent__heading-container .checkbox-switch {
  margin: 0;
}
.aao-pp-ss-intent__heading-toggle {
  margin-left: 50px;
}
.aao-pp-ss-intent__input-field-container {
  margin: 20px 0;
}
.aao-pp-investment-strategy .aao-pp-ExternalAsset__row {
  flex-flow: row wrap;
}
.aao-pp-investment-strategy .aao-pp-ExternalAsset__row .aao-pp-ExternalAsset__field:first-child {
  width: 33.33%;
  margin-right: 66.67%;
  padding-bottom: 8px;
}
.aao-delete-icon {
  background: transparent url("../images/bg/icons-sprite.png") no-repeat 0 -79px;
  background-position-x: 0px;
  background-position-y: -79px;
  margin: 5px;
  width: 15px;
  height: 18px;
  display: inline-block;
  top: 20px;
  right: 20px;
}
.investStrgy_panel-title_Recommend {
  color: #017548;
  font-family: connectionsbold;
  font-style: italic;
  font-size: 22px;
}
.aao-pp-form__field label.aao-pp-label {
  font-family: connections;
  color: #414141;
  cursor: text;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  width: 100%;
  display: block;
  font-weight: normal;
}
.aao-pp-form__field .aao-pp-value {
  cursor: text;
  font-size: 18px;
  line-height: 1.25rem;
  margin: 13px 0px 0 0;
  display: block;
  font-family: connectionsregular;
}
.aao-pp-form__field .aao-pp-error {
  padding: 10px;
  border: 1px solid #de213c;
  border-radius: 4px;
  margin: 10px;
}
.aao-pp-assetAlloc_row {
  padding-left: 30px;
  padding-top: 10px;
}
.aao-pp-assetAlloc_sym {
  float: left;
  width: 20%;
}
.aao-pp-assetAlloc_des {
  float: left;
  width: 50%;
}
.aao-pp-assetAlloc_value {
  float: left;
  text-align: right;
  width: 30%;
}
.aao-pp-investment-strategy-readonly {
  border: 0px!important;
  padding: 0px!important;
  background: none!important;
}
.aao-pp-ESGModal {
  width: 850px;
  min-height: 700px;
}
.aao-pp-RTAModal {
  height: 519px;
  width: 900px;
}
.aao-pp-MSQPopup {
  height: 519px;
  width: 900px;
}
.aao-pp-MSQParentDiv {
  width: 829px;
}
.aao-pp-CTAContainer {
  float: right;
}
.aao-pp-CTAContainer a {
  margin-left: 20px;
}
.aao-pp-CTAContainer a:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 1023px) {
  .aao-pp-assetAlloc_StrategyChart,
  .aao-pp-assetAlloc_StrategyDisc {
    flex-direction: column;
  }
}
.aao-pp-assetAlloc_left {
  width: 33.33333333%;
}
@media only screen and (max-width: 1023px) {
  .aao-pp-assetAlloc_left {
    width: 100%;
    padding: 0px;
  }
}
.aao-pp-assetAlloc_right {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667%;
}
@media only screen and (max-width: 1023px) {
  .aao-pp-assetAlloc_right {
    width: 100%;
    padding: 0px;
  }
}
.chartAssetAllocationDetail .highcharts-container {
  margin: auto;
}
.PNAHypotheticalProjectionChart #zz_sec_ques_v_1-label1 {
  line-height: 1.429rem;
}
.aao-pp-assetAlloc_right .subrow-cash-col1 {
  display: none;
}
.aao-pp-assetAlloc_right .subrow-cash-col2 {
  padding-bottom: 5px;
}
.aao-pp-childWidget .btn-disabled {
  pointer-events: none;
}
.row-page-disclaimer .goal-container .goalTile__wrap {
  width: 986px;
  margin-left: 0;
}
.progressToGoal-gbaaDisclaimer .goal-container .goalTile__wrap {
  box-shadow: none;
}
.gbaa-displaimer {
  font-size: 14px;
}
.aao-pp-goal-solvers {
  margin-top: 50px;
}
.aao-pp-goal-solvers_Banner {
  display: flex;
  font-family: "connections";
  flex-direction: column;
  justify-content: space-between;
}
.aao-pp-goal-solvers_Item {
  text-align: center;
  width: auto;
  margin-top: 50px;
}
.aao-pp-goal-solvers_Item:first-child {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .aao-pp-goal-solvers_Banner {
    flex-direction: row;
  }
  .aao-pp-goal-solvers_Item {
    margin-top: 20px;
  }
  .aao-pp-goal-solvers_Item:first-child {
    margin-top: 20px;
  }
}
.aao-pp-goal-solvers_label {
  font-size: 1.71428rem;
  font-family: "connections";
  margin: 15px 0;
  font-weight: bold;
}
.aao-pp-goal-solvers_value {
  font-size: 2.5rem;
  padding: 0 15px;
  /* line-height: 2; */
}
.aao-pp-goal-solvers_UpWrap,
.aao-pp-goal-solvers_DownWrap {
  height: 40px;
  width: 40px;
  display: inline-block;
}
a.aao-pp-goal-solvers_Down {
  background: url("../images/Sprite_PandP.png") no-repeat scroll 0 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 40px;
}
.aao-pp-goal-solvers_MonthlyContribution {
  /* display:flex; */
  /* justify-content:center; */
  /* align-items: center; */
}
a.aao-pp-goal-solvers_Up {
  background: url("../images/Sprite_PandP.png") no-repeat scroll 0 -47px;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 40px;
}
.aao-pp-goal-solvers_Contribution {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-box input[type="text"].aao-pp-goal-WhatIf_Highlight {
  border: 2px solid green;
}
.progressToGoal-datalabel-tag {
  display: block;
}
.aao-pp-gbaaContent {
  margin-top: 30px;
}
/*Styles from style guide start*/
.alert.alert-custom {
  background-color: #fff;
  border: 1px solid #d1c9c0;
  margin-bottom: 10px;
}
.alert.alert-custom .alert-body {
  padding-left: 0 !important;
  padding-bottom: 5px;
  line-height: 16px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -5px;
  right: -2px;
  color: inherit;
}
.alert-dismissable .close,
.alert-dismissible .close {
  top: 7px;
}
/*
.alert-success {
    background-color: #f0f9ed;
    border-color: #6cc24a;
    color: #007700;
}
*/
.alert-success hr {
  border-top-color: #5fb53d;
}
.alert-success .alert-link {
  color: #004400;
}
/*
.alert-info {
    background-color: #ecf6fd;
    border-color: #0073cf;
    color: #0099cc;
}
*/
.alert-info hr {
  border-top-color: #0065b6;
}
.alert-info .alert-link {
  color: #007399;
}
/*
.alert-warning {
    background-color: #fdf3eb;
    border-color: #ea7600;
    color: #cc6622;
}
*/
.alert-warning hr {
  border-top-color: #d16900;
}
.alert-warning .alert-link {
  color: #a0501b;
}
/*
.alert-danger {
    background-color: #fff4f9;
    border-color: #d40014;
    color: #cc0000;
}
*/
.alert-danger hr {
  border-top-color: #bb0012;
}
.alert-danger .alert-link {
  color: #990000;
}
/*styles from style guide end*/
.alert,
.aao-onboarding .msg {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 60px 10px 60px !important;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #414141;
  text-align: left;
  text-transform: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .alert,
  .aao-onboarding .msg {
    padding: 15px !important;
  }
}
.alert .alert-icons,
.alert .alert-icon,
.aao-onboarding .msg .msg__icon {
  background-image: url('../images/bg/sprite-alerts.png');
  float: left;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.alert p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: inherit;
}
.alert-danger .alert-icons,
.aao-onboarding .msg .msg--state-error {
  background-position: -100px -22px;
  height: 20px;
  width: 20px;
}
.alert-info .alert-icons {
  background-position: -100px -140px;
  height: 20px;
  width: 20px;
}
.alert.alert-lg,
.alert.alert-md,
.alert.alert-container {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 60px 10px 60px!important;
  font-size: 14px;
  line-height: 1.5;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.alert.alert-lg .alert-body,
.alert.alert-md .alert-body {
  padding-left: 30px;
  margin: 0;
}
.alert.alert-dismissible .alert-close {
  margin: 0;
}
.alert.alert-info.alert-lg .alert-icons,
.alert.alert-info.alert-md .alert-icons,
.alert.alert-info.alert-sm .alert-icons {
  background-position: -100px -140px;
  height: 20px;
  width: 20px;
}
.alert.alert-danger.alert-md .alert-icons,
.alert.alert-danger.alert-sm .alert-icons,
.alert.alert-danger.alert-lg .alert-icons,
.alert.alert-danger.alert-lg .alert-icon,
.aao-onboarding .msg .msg__icon {
  background-position: -100px -20px;
  height: 23px;
  width: 23px;
}
.alert.alert-success.alert-lg .alert-icons,
.alert.alert-success.alert-md .alert-icons,
.alert.alert-success.alert-sm .alert-icons {
  background-position: -100px -80px;
  height: 20px;
  width: 20px;
}
.alert.alert-warning.alert-lg .alert-icons,
.alert.alert-warning.alert-md .alert-icons,
.alert.alert-warning.alert-sm .alert-icons,
.alert.alert-warning .alert-icons {
  background-position: -100px -200px;
  height: 20px;
  width: 20px;
}
.alert-sm .alert-icons,
.alert-md .alert-icons,
.alert-lg .alert-icons,
.alert-sm .alert-icon,
.alert-md .alert-icon,
.alert-lg .alert-icon {
  position: absolute;
}
.alert-dismissible .close_char,
.alert-dismissible .close-char {
  line-height: 0;
}
.alert-close {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.alert .alert-close strong {
  font-size: 14px;
}
.alert .alert-body {
  padding-left: 30px;
  margin: 0;
}
.alert.alert-sm {
  box-shadow: none;
  padding: 0 !important;
  border: medium none;
  box-shadow: none !important;
  background: none !important;
}
.alert.alert-sm .alert-body {
  padding-left: 28px;
}
.alert.alert-dismissible .alert-body {
  padding-right: 30px;
}
.alert.alert-success .alert-icons {
  background-position: -100px -80px;
}
.alert.alert-danger .alert-icons {
  background-position: -100px -20px;
}
@media only screen and (max-width: 767px) {
  .alert.alert-lg,
  .alert.alert-md,
  .alert.alert-container {
    padding: 15px !important;
  }
}
.aao-cc-esg-content-loading {
  position: relative;
  background-position: center center;
}
.esgModalSize {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .esgModalSize {
    width: auto !important;
  }
}
.aao-cc-esg-info-box_message {
  padding: 28px 30px !important;
}
aao-cc-esg-info-box {
  font-size: 12px;
}
.aao-cc-widget__container-modal {
  order: 0;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .aao-cc-widget__container-modal {
    width: 840px;
  }
}
.aao-cc-widget {
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
  margin: 20px;
}
.aao-cc-widget h1,
.aao-cc-widget h2,
.aao-cc-widget h3,
.aao-cc-widget h4,
.aao-cc-widget h5,
.aao-cc-widget h6 {
  margin: 0;
  color: #414141;
  font-family: "connections", Arial, Calibri, Helvetica, sans-serif;
}
.aao-cc-widget .aao-cc-widget__main-heading,
.aao-cc-widget h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  color: #414141;
  padding: 0px;
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .aao-cc-widget .aao-cc-widget__main-heading,
  .aao-cc-widget h1 {
    font-size: 41px;
  }
}
.aao-cc-widget h2 {
  font-size: 40px;
  line-height: 60px;
}
.aao-cc-widget .aao-cc-esg__question-heading,
.aao-cc-widget h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.aao-cc-widget h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
}
.aao-cc-widget h4.aao-cc-widget__main-heading {
  font-size: 18px;
}
.aao-cc-widget .aao-cc-widget__main-heading,
.aao-cc-widget h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  color: #414141;
  padding: 0px;
  margin-top: 20px;
}
.aao-cc-widget .aao-paragraph,
.aao-cc-widget .aao-sub-text {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
}
.aao-cc-widget .aao-paragraph {
  line-height: 30px;
  font-size: 18px;
}
.aao-cc-widget .aao-sub-text {
  line-height: 24px;
  font-size: 12px;
}
.aao-cc-widget .aao-link1,
.aao-cc-widget .aao-link2 {
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #0052c2;
  transition: all 0.2s;
  margin: 5px;
}
.aao-cc-widget .aao-link1 {
  line-height: 30px;
  font-size: 18px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .aao-cc-widget .aao-link1 {
    margin: 10px;
  }
}
.aao-cc-widget .aao-link2 {
  line-height: 24px;
  font-size: 12px;
}
.aao-cc-widget .aao-cc-content-placeholder-fixed-height {
  height: 500px;
}
.aao-cc-widget p:last-child {
  margin-bottom: 0;
}
.aao-cc-widget .aao-cc-widget__step {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .aao-cc-widget .aao-cc-widget__step {
    flex-flow: column nowrap;
  }
}
.aao-cc-widget .aao-cc-widget__header {
  margin-bottom: 20px;
}
.aao-cc-widget .aao-cc-widget__header .aao-cc-esg-question-number:focus,
.aao-cc-widget .aao-cc-widget__header .aao-cc-widget__main-heading:focus {
  outline: 0;
}
.aao-cc-widget .aao-cc-widget__content-modal {
  padding-bottom: 40px;
}
.aao-cc-widget .aao-cc-widget__image {
  order: 1;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.aao-cc-widget .aao-cc-content-placeholder-fixed-height {
  height: 500px;
}
.aao-cc-widget .aao-cc-inline-heading {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.aao-cc-widget .aao-cc-small-link {
  display: inline-block;
  color: #414141;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.aao-cc-widget .aao-cc-list {
  margin: 0;
  padding-left: 20px;
}
.aao-cc-widget .aao-cc-h-bold {
  font-weight: 700;
}
.aao-cc-widget .aao-cc-widget__top-controls {
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .aao-cc-widget h1 {
    font-size: 32px;
  }
  .aao-cc-widget h1:empty {
    margin: 0;
  }
  .aao-cc-widget h2 {
    font-size: 26px;
  }
  .aao-cc-widget h3 {
    font-size: 18px;
  }
  .aao-cc-widget .aao-paragraph,
  .aao-cc-widget .aao-sub-text {
    font-size: 14px;
    line-height: 24pt;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .aao-cc-h-mq-large {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .aao-cc-grid {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 auto;
  }
  .aao-cc-grid .aao-cc-grid__item {
    box-sizing: border-box;
  }
  .aao-cc-h-mq-small {
    display: none;
  }
  .aao-cc-widget__step {
    flex-flow: row nowrap;
  }
  .aao-cc-widget__container,
  .aao-cc-widget__image {
    min-height: 800px;
  }
  .aao-cc-widget__container {
    margin: 0;
    height: auto;
  }
  .aao-cc-esg__step--question .aao-cc-widget__container,
  .aao-cc-esg__step--recommendation .aao-cc-widget__container,
  .aao-cc-esg__step--inconsistentSelection .aao-cc-widget__container {
    padding-right: 75px;
    width: 52%;
  }
  .aao-cc-widget__image {
    /*width: 33.33%;*/
    max-width: 500px;
    margin-bottom: 0;
    min-height: 855px;
    background-position: right !important;
  }
  .aao-cc-widget__header {
    margin-bottom: 30px;
  }
  .aao-cc-widget__content {
    font-size: 18px;
    line-height: 1.667;
  }
  .aao-cc-widget__content-modal {
    font-size: 18px;
    line-height: 1.667;
  }
}
.aao-cc-esg {
  margin-top: -25px;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-widget__container-modal .aao-cc-widget__main-heading {
  margin-top: 20px;
}
.aao-cc-esg .aao-cc-esg-background-color {
  background-color: #f7f7f7;
}
.aao-cc-esg .aao-cc-esg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: transparent no-repeat center center / 100%;
}
.aao-cc-esg .aao-cc-esg-icon.aao-cc-esg-icon--back {
  background-image: url("../images/bg/back-arrow.svg");
}
.aao-cc-esg .aao-cc-esg-icon.aao-cc-esg-icon--dropdown {
  background-image: url("../images/bg/dropdown-arrow-down.svg");
}
.aao-cc-esg .aao-cc-esg-disclaimer-placeholder {
  width: auto;
  margin: 40px 0;
  font-size: 12px;
}
.aao-cc-esg .aao-cc-widget__image--bannerquestion1 {
  background: url('../images/bg/aao-cc-widget__image--banner1.jpg') no-repeat;
  background-size: cover;
}
.aao-cc-esg .aao-cc-widget__image--bannerquestion2 {
  background: url('../images/bg/aao-cc-widget__image--banner2.jpg') no-repeat;
  background-size: cover;
}
.aao-cc-esg .aao-cc-widget__image--bannerquestion3 {
  background: url('../images/bg/aao-cc-widget__image--banner3.jpg') no-repeat;
  background-size: cover;
}
.aao-cc-esg .aao-cc-widget__image--banner4 {
  background: url('../images/bg/aao-cc-widget__image--banner4.jpg') no-repeat;
  background-size: cover;
}
.aao-cc-esg .aao-cc-esg__step--question .aao-cc-esg-question-number {
  margin: 15px 0 20px 0;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  color: #414141;
  font-size: 12px;
  line-height: 2;
}
.aao-cc-esg .aao-cc-esg__step--interest .aao-cc-esg__subheading {
  margin: 20px 0 10px;
}
.aao-cc-esg .aao-cc-esg__step--interest .aao-cc-esg__options {
  margin-top: 20px;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategies {
  margin-bottom: 10px;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy-heading {
  margin-bottom: 10px;
  color: #414141;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy-subheading {
  margin-bottom: 20px;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy-list {
  margin-bottom: 20px;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy-list .aao-cc-esg__strategy-list-item {
  margin-bottom: 10px;
  list-style: disc;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__strategy-list .aao-cc-esg__strategy-list-item:last-child {
  margin-bottom: 0;
}
.aao-cc-esg .aao-cc-esg__step--strategy .aao-cc-esg__help-me {
  text-align: center;
}
.aao-cc-esg .aao-cc-esg-link-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding-top: 0.1em;
}
.aao-cc-esg .aao-cc-esg-button {
  display: block;
  width: 210px;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #012169;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  min-height: 40px;
}
.aao-cc-esg .aao-cc-esg-button:last-child {
  margin-bottom: 0;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--link {
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #0052c2;
  font-size: 18px;
  text-align: left;
  border: none;
  margin: auto;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option {
  -webkit-appearance: none;
  background: #fff;
  color: #0052c2;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  margin: 0 0 20px 0;
  min-height: 94px;
  font-weight: 400;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option._active {
  color: #0052c2;
  background-color: #e6e6e6;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option._active:hover {
  background-color: #e6e6e6 !important;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option:hover {
  background: #f7f7f7 !important;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option-modal {
  color: #0052c2;
  background-color: #FFF;
  font-weight: 400;
  text-align: left;
  font-family: "connectionsregular", Arial, Calibri, Helvetica, sans-serif;
  width: 500px;
  margin-bottom: 10px;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option-modal._active {
  color: #0052c2;
  background-color: #e6e6e6;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option-modal:hover {
  background: #f7f7f7 !important;
}
.aao-cc-esg .aao-cc-esg-button:hover {
  background-color: #002f99;
}
.aao-cc-esg .aao-cc-esg-button--link:hover {
  background-color: transparent;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option--core,
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option--impact {
  width: auto;
  color: #0052c2;
  background-color: #FFF;
  font-weight: 400;
  text-align: left;
  height: 100px;
  min-height: 94px;
  padding: 10px 20px;
  margin-top: auto;
}
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option--core:hover,
.aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option--impact:hover {
  background-color: #f7f7f7;
}
.aao-cc-esg .aao-cc-esg-help-link {
  display: flex;
  flex-flow: row nowrap;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}
.aao-cc-esg .aao-cc-esg-help-link:hover .aao-cc-esg-link-text {
  text-decoration: underline;
}
.aao-cc-esg .aao-cc-esg-help-link._active .aao-cc-esg-icon {
  background-image: url("../images/bg/dropdown-arrow-up.svg");
}
.aao-cc-esg .aao-cc-esg-help-link .aao-cc-esg-icon {
  margin-top: 0.6rem;
  background-image: url("../images/bg/dropdown-arrow.svg");
}
.aao-cc-esg .aao-cc-esg-help-link .aao-cc-esg-help-link {
  margin-top: 10px;
}
.aao-cc-esg .aao-cc-esg-help-link .aao-cc-esg-help-link__text {
  margin-left: 6px;
}
.aao-cc-esg .aao-cc-esg__section {
  height: auto;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px #000000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.aao-cc-esg .aao-cc-esg__section:last-child {
  margin-left: 0;
}
.aao-cc-esg .aao-cc-widget__image-pg1-impact {
  background: url('../images/bg/aao-cc-widget__image-pg1-impact.jpg') no-repeat;
  background-size: cover;
  order: 1;
  width: auto;
  height: 250px;
  margin-bottom: 20px;
  background-position: right;
}
.aao-cc-esg .aao-cc-widget__image-pg1-core {
  background: url('../images/bg/aao-cc-widget__image-pg1-core.jpg') no-repeat;
  background-size: cover;
  order: 1;
  width: auto;
  height: 250px;
  margin-bottom: 20px;
}
.aao-cc-esg .aao-cc-widget__article {
  margin: 32px;
}
.aao-cc-esg .aao-cc-widget__helpblock {
  background-color: #eeeeee;
}
.aao-cc-esg .aao-cc-widget__helpblock .icon-help-close {
  position: relative;
  border: none;
  right: 1px;
  top: 1px;
  margin: 20px;
}
.aao-cc-esg .aao-cc-widget__footer-link {
  margin-top: 25px;
}
.aao-cc-esg .aao-cc-esg__footer-text {
  text-align: left;
}
.aao-cc-esg .aao-cc-widget__p-infotext {
  margin-left: 20px;
}
.aao-cc-esg .aao-cc-button {
  display: inline-block;
  min-width: 210px;
  min-height: 40px;
  padding: 0;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #012169;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
.aao-cc-esg .aao-cc-button.aao-cc-button--inactive {
  background-color: #a8a8a8;
}
.aao-cc-esg .aao-cc-button.aao-cc-button--option {
  display: block;
  width: 100%;
  max-width: 616px;
  font-size: 20px;
  color: #012169;
  background-color: #FFF;
}
.aao-cc-esg .aao-cc-button.aao-cc-button--option._active {
  color: #0052c2;
  background-color: #012169;
}
.aao-cc-esg .aao-cc-button.aao-cc-button--link {
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #0052c2;
  font-size: 26px;
  text-align: left;
  font-family: "connectionsbold", Arial, Calibri, Helvetica, sans-serif;
}
.aao-cc-esg .aao-cc-button.aao-cc-button--link .aao-cc-icon {
  display: inline-block;
  width: 17px;
  height: 14px;
  background-color: #673bb8;
}
.aao-cc-esg .aao-cc-widget__btnWrap {
  padding-top: 10px;
  margin-bottom: 20px;
}
.aao-cc-esg .aao-cc-widget__btnWrap_inPage {
  padding-top: 10px;
  margin-bottom: 20px;
}
.aao-cc-esg .aao-cc-widget__btnWidth {
  width: 210px;
}
@media only screen and (min-width: 1025px) {
  .aao-cc-esg .aao-cc-esg__section {
    width: 500px;
    margin: 10px 10px 10px 0;
  }
  .aao-cc-esg .aao-cc-esg__section:last-child {
    margin-left: 10px;
  }
  .aao-cc-esg .aao-cc-esg-button {
    display: inline-block;
    width: 210px;
    font-size: 18px;
  }
  .aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--link {
    width: auto;
    font-size: 18px;
  }
  .aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option {
    display: block;
    width: 100%;
    height: 94px;
    padding: 10px 40px;
    margin-bottom: 20px;
  }
  .aao-cc-esg .aao-cc-esg-button.aao-cc-esg-button--option-modal {
    display: block;
    width: auto;
    padding: 10px 40px;
    margin-bottom: 20px;
  }
  .aao-cc-esg .aao-cc-esg-button--link:hover {
    background-color: transparent;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--interest .aao-cc-widget__header {
    margin-bottom: 40px;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--interest .aao-cc-esg__subheading {
    margin-top: 20px;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--interest .aao-cc-esg__options {
    margin-top: 30px;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--strategy .aao-cc-esg__strategy {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    margin-bottom: 0;
    padding: 0 40px;
    border-bottom: none;
    border-left: 1px solid #d3d3d3;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--strategy .aao-cc-esg__strategy:first-child {
    border: none;
    padding-left: 0;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--strategy .aao-cc-esg__strategy:last-child {
    padding-right: 0;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--strategy .aao-cc-esg__strategy-heading {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--strategy .aao-cc-esg__strategy-list .aao-cc-esg__strategy-list-item {
    margin-bottom: 20px;
  }
  .aao-cc-esg .aao-cc-esg__step.aao-cc-esg__step--strategy .aao-cc-esg__strategy-cta {
    align-self: flex-start;
    margin-top: auto;
    border: none;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .aao-cc-esg .aao-cc-widget__top-controls {
    order: 0;
  }
  .aao-cc-esg .aao-cc-widget__container {
    order: 2;
  }
  .aao-cc-esg .aao-cc-widget__image {
    order: 1;
    min-height: 225px;
  }
  .aao-cc-esg .aao-cc-widget__image--bannerquestion1 {
    background-position: 0 65%;
  }
  .aao-cc-esg .aao-cc-widget__image--bannerquestion2 {
    background-position: 0 50%;
  }
  .aao-cc-esg .aao-cc-widget__image--bannerquestion3 {
    background-position: 0 90%;
  }
  .aao-cc-esg .aao-cc-widget__image--banner4 {
    background-position: 0 40%;
  }
}
#dvLowerRight[widgetid="PNA_ESG_Widget"] {
  width: auto;
  height: auto;
  background: none;
  margin: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .aao-cc-esg__footer-text.aao-cc-esg__footer-text button,
  .aao-cc-esg__footer-text.aao-cc-esg__footer-text a {
    display: block !important;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .aao-cc-widget__content-modal .aao-cc-esg__footer-text.aao-cc-esg__footer-text button,
  .aao-cc-widget__content-modal .aao-cc-esg__footer-text.aao-cc-esg__footer-text a {
    display: inline-block !important;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.modal2-override-wrapper .cta {
  display: inline-block;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #fff 0, #f5f5f5 5%, #e3e3e3 100%);
  padding: 0 0 0 15px;
  line-height: 22px;
  height: 22px;
  color: #0052c2;
  font-weight: bold;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 13px;
}
.modal2-override-wrapper .cta.blue {
  background: #007dc3;
  background: linear-gradient(to bottom, #7EAFE3 0, #007DC3 5%, #0067B1 100%) repeat scroll 0 0 transparent;
  border-color: #124E89;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
}
.modal2-override-wrapper a.cta.blue:hover,
.modal2-override-wrapper input.cta.blue:hover {
  background: #0067B1;
  background: linear-gradient(to bottom, #1B5898 0, #0067B1 5%, #007DC3 100%) repeat scroll 0 0 transparent;
  border-color: #123e89;
  color: #fff;
}
.modal2-override-wrapper a.cta.blue:active,
.modal2-override-wrapper input.cta.blue:active {
  background: #0067B1;
  background: linear-gradient(to bottom, #1B5898 0, #153687 5%, #1B4BA4 100%) repeat scroll 0 0 transparent;
  border-color: #123e89;
  color: #fff;
}
.modal2-override-wrapper .cta span {
  display: inline-block;
  padding: 0 15px 0 0;
  cursor: pointer;
}
.modal2-override-wrapper a:hover.cta,
.modal2-override-wrapper input:hover.cta {
  text-decoration: none;
  display: inline-block;
  background: #e3e3e3;
  background: linear-gradient(to bottom, #cdcdcd 0, #dadada 5%, #f5f5f5 100%);
}
.modal2-override-wrapper .cta.m {
  line-height: 32px;
  height: 34px;
  padding: 0 0 0 20px;
  font-size: 15px;
}
.modal2-override-wrapper .cta.m span {
  padding: 0 20px 0 0;
}
/*
Compilation Metadata:
{
	"User": "nbdzauj",
	"Timestamp": "1/14/2019, 11:23:38 AM",
	"Branch": "Staging-February-2019"
}
*/
/* Fix for footer styles in Private Bank */
#emcode .shell {
  width: 1010px;
  padding: 0;
}
