/*
 * Teamphoria Stylesheet
 * Copyright 2013-2019 Teamphoria, LLC
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #939393;
  border-color: #e0e1dc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #c3c5bb;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #939393;
  border-color: #e0e1dc;
}
.btn-default .badge {
  color: #939393;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #77AB53;
  border-color: #6b9a4b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #649046;
  border-color: #4e7137;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #77AB53;
  border-color: #6b9a4b;
}
.btn-primary .badge {
  color: #77AB53;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #77AB53;
  border-color: #6b9a4b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #649046;
  border-color: #4e7137;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #77AB53;
  border-color: #6b9a4b;
}
.btn-success .badge {
  color: #77AB53;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #189DAD;
  border-color: #158997;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #137c89;
  border-color: #0d5861;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #189DAD;
  border-color: #158997;
}
.btn-info .badge {
  color: #189DAD;
  background-color: #fff;
}
.btn-link {
  color: #189DAD;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0f606a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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 (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !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: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !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: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !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;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "fontcustom";
  src: url(/assets/build/537d474398811cbcebfca5c1e89982f3.eot);
  src: url(/assets/build/537d474398811cbcebfca5c1e89982f3.eot?#iefix) format("embedded-opentype"), url(/assets/build/5bec4f205830b786737d992d2177d982.woff) format("woff"), url(/assets/build/97ad19714a01460b545b74e4b57a1e0e.ttf) format("truetype"), url(/assets/build/dd65d744b9264f6690811147c5f1ee32.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url(/assets/build/dd65d744b9264f6690811147c5f1ee32.svg#fontcustom) format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.tphor-add:before,
.tphor-arrow-small-down:before,
.tphor-arrow-small-left:before,
.tphor-arrow-small-right:before,
.tphor-arrow-small-up:before,
.tphor-award:before,
.tphor-chair:before,
.tphor-check:before,
.tphor-close:before,
.tphor-comment:before,
.tphor-communication:before,
.tphor-culture:before,
.tphor-delete:before,
.tphor-expand:before,
.tphor-filter:before,
.tphor-gear-expanded:before,
.tphor-home:before,
.tphor-like:before,
.tphor-lock-icon:before,
.tphor-logo:before,
.tphor-megaphone:before,
.tphor-members:before,
.tphor-performance:before,
.tphor-print:before,
.tphor-profile:before,
.tphor-question-dots:before,
.tphor-quote:before,
.tphor-recognition:before,
.tphor-reply:before,
.tphor-report:before,
.tphor-reviews:before,
.tphor-rewards:before,
.tphor-search:before,
.tphor-share:before,
.tphor-social-facebook:before,
.tphor-social-googleplus:before,
.tphor-social-linkedin:before,
.tphor-submenu:before,
.tphor-sun:before,
.tphor-toolbox:before,
.tphor-trash:before,
.tphor-trophy:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.tphor-add:before {
  content: "\f100";
}
.tphor-arrow-small-down:before {
  content: "\f101";
}
.tphor-arrow-small-left:before {
  content: "\f102";
}
.tphor-arrow-small-right:before {
  content: "\f103";
}
.tphor-arrow-small-up:before {
  content: "\f104";
}
.tphor-award:before {
  content: "\f105";
}
.tphor-chair:before {
  content: "\f106";
}
.tphor-check:before {
  content: "\f107";
}
.tphor-close:before {
  content: "\f108";
}
.tphor-comment:before {
  content: "\f109";
}
.tphor-communication:before {
  content: "\f10a";
}
.tphor-culture:before {
  content: "\f10b";
}
.tphor-delete:before {
  content: "\f10c";
}
.tphor-expand:before {
  content: "\f10d";
}
.tphor-filter:before {
  content: "\f10e";
}
.tphor-gear-expanded:before {
  content: "\f10f";
}
.tphor-home:before {
  content: "\f110";
}
.tphor-like:before {
  content: "\f111";
}
.tphor-lock-icon:before {
  content: "\f12d";
}
.tphor-logo:before {
  content: "\f112";
}
.tphor-megaphone:before {
  content: "\f113";
}
.tphor-members:before {
  content: "\f114";
}
.tphor-performance:before {
  content: "\f115";
}
.tphor-print:before {
  content: "\f116";
}
.tphor-profile:before {
  content: "\f12e";
}
.tphor-question-dots:before {
  content: "\f117";
}
.tphor-quote:before {
  content: "\f118";
}
.tphor-recognition:before {
  content: "\f119";
}
.tphor-reply:before {
  content: "\f11a";
}
.tphor-report:before {
  content: "\f12c";
}
.tphor-reviews:before {
  content: "\f11c";
}
.tphor-rewards:before {
  content: "\f12f";
}
.tphor-search:before {
  content: "\f11d";
}
.tphor-share:before {
  content: "\f11e";
}
.tphor-social-facebook:before {
  content: "\f11f";
}
.tphor-social-googleplus:before {
  content: "\f125";
}
.tphor-social-linkedin:before {
  content: "\f121";
}
.tphor-submenu:before {
  content: "\f130";
}
.tphor-sun:before {
  content: "\f122";
}
.tphor-toolbox:before {
  content: "\f127";
}
.tphor-trash:before {
  content: "\f123";
}
.tphor-trophy:before {
  content: "\f124";
}
.icon-app-area-chart {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.8 20.09' style='enable-background:new 0 0 31.8 20.09%3b' xml:space='preserve'%3e %3cstyle%3e .st22%7bfill:%234F5356%3b%7d .st25%7bfill:%23939393%3b%7d %3c/style%3e %3cg id='everything_else'%3e %3cg%3e %3cg%3e %3cpath class='st22' d='M3.49%2c2.34c0.81-1.92%2c1.86-2.9%2c3.24-2C7.36%2c0.74%2c7.83%2c1.37%2c8.27%2c2C9.39%2c3.6%2c10%2c5.96%2c11.32%2c7.47c2.4%2c2.75%2c2.91%2c0.39%2c5.49-0.31c3.96-1.07%2c4.21%2c4.33%2c7.19%2c5.58c1.48%2c0.62%2c5.14-0.3%2c5.5%2c1.72v5.59c-1.01%2c0-29.5%2c0-29.5%2c0C0%2c20.83%2c1.23%2c7.67%2c3.49%2c2.34z'/%3e %3c/g%3e %3cg%3e %3cpath class='st25' d='M28.31%2c10.42c-0.81-1.05-1.86-1.58-3.25-1.09c-0.63%2c0.22-1.1%2c0.56-1.54%2c0.91c-1.13%2c0.87-1.73%2c2.16-3.05%2c2.98c-2.41%2c1.5-2.91%2c0.21-5.5-0.17c-3.96-0.58-4.22%2c2.36-7.2%2c3.04c-1.48%2c0.34-7.4-0.16-7.77%2c0.94v3.05c1.01%2c0%2c31.8%2c0%2c31.8%2c0C31.81%2c20.49%2c30.57%2c13.33%2c28.31%2c10.42z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-arrow-btn-down {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle%3e .circle%7bfill:%23CDCCCC%3b%7d .arrow%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3csymbol id='arrowGrayDown' viewBox='-11 -11 22 22'%3e %3cpath class='circle' d='M11%2c0c0-6.08-4.92-11-11-11S-11-6.07-11%2c0s4.92%2c11%2c11%2c11S11%2c6.08%2c11%2c0z'/%3e %3cpolyline class='arrow' points='-5.23%2c1.64 -0.08%2c-3.67 5.23%2c1.65'/%3e %3c/symbol%3e %3cuse xlink:href='%23arrowGrayDown' width='22' height='22' x='-11' y='-11' transform='matrix(1 0 0 -1 11 11.0005)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-arrow-btn-lt {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='22px' height='22px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='button_arrow' viewBox='-11 -11 22 22'%3e %3cpath class='st0' d='M0%2c11c6.08%2c0%2c11-4.92%2c11-11S6.08-11%2c0-11S-11-6.08-11%2c0S-6.07%2c11%2c0%2c11z'/%3e %3cg%3e %3cpolyline class='st1' points='-1.64%2c-5.23 3.67%2c-0.08 -1.64%2c5.23'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23button_arrow' width='22' height='22' id='XMLID_1_' x='-11' y='-11' transform='matrix(-1 0 0 -1 11.0009 10.999)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-arrow-btn-rt {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='22px' height='22px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='button_arrow' viewBox='-11 -11 22 22'%3e %3cpath class='st0' d='M0%2c11c6.08%2c0%2c11-4.92%2c11-11S6.08-11%2c0-11S-11-6.08-11%2c0S-6.07%2c11%2c0%2c11z'/%3e %3cg%3e %3cpolyline class='st1' points='-1.64%2c-5.23 3.67%2c-0.08 -1.64%2c5.23'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23button_arrow' width='22' height='22' id='XMLID_1_' x='-11' y='-11' transform='matrix(1 0 0 -1 10.9991 10.9993)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-arrow-left {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle%3e .st0%7bfill:%23CDCCCC%3b%7d .st1%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3csymbol id='arrow' viewBox='-11 -11 22 22'%3e%3cpath class='st0' d='M11%2c0c0-6.1-4.9-11-11-11S-11-6.1-11%2c0s4.9%2c11%2c11%2c11S11%2c6.1%2c11%2c0z'/%3e %3cpolyline class='st1' points='-5.2%2c1.6 -0.1%2c-3.7 5.2%2c1.6'/%3e %3c/symbol%3e %3cg id='Layer_2'%3e %3cuse xlink:href='%23arrow' width='22' height='22' x='-11' y='-11' transform='matrix(0 -1 1 0 11 11)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-arrow-right {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle%3e .st0%7bfill:%23CDCCCC%3b%7d .st1%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3csymbol id='arrow' viewBox='-11 -11 22 22'%3e %3cpath class='st0' d='M11%2c0c0-6.1-4.9-11-11-11S-11-6.1-11%2c0s4.9%2c11%2c11%2c11S11%2c6.1%2c11%2c0z'/%3e %3cpolyline class='st1' points='-5.2%2c1.6 -0.1%2c-3.7 5.2%2c1.6'/%3e %3c/symbol%3e %3cg id='Layer_2'%3e %3cuse xlink:href='%23arrow' width='22' height='22' x='-11' y='-11' transform='matrix(0 -1 -1 0 11 11)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-award-ribbon-all {
  background-image: url("data:image/svg+xml,%3csvg id='9ad75c77-5500-4d93-8db0-f652f6f404c0' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 76.79 66.63'%3e%3cdefs%3e%3csymbol id='8e024a90-24e4-4aac-9eb0-664f9d672206' data-name='gold' viewBox='0 0 57 79'%3e%3cpath d='M53%2c61.18h0l-7-14.9A26.56%2c26.56%2c0%2c1%2c0%2c1.71%2c26.52a26.42%2c26.42%2c0%2c0%2c0%2c9.12%2c20L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64L33%2c70.48h0L37%2c79l7.23-10.54L57%2c69.72Z' style='fill:%23efe4d1'/%3e%3cpath d='M28.32%2c6.4A20.12%2c20.12%2c0%2c1%2c1%2c14%2c40.75%2c20%2c20%2c0%2c0%2c1%2c8.14%2c26.52%2c20.17%2c20.17%2c0%2c0%2c1%2c28.32%2c6.4h0m0-6.4a26.52%2c26.52%2c0%2c1%2c0%2c26.6%2c26.52A26.56%2c26.56%2c0%2c0%2c0%2c28.32%2c0h0Z' style='fill:%23ebbf54'/%3e%3cpolygon points='28.32 31.09 32.84 33.45 31.97 28.44 35.63 24.88 30.58 24.15 28.32 19.59 26.06 24.15 21 24.88 24.66 28.44 23.8 33.45 28.32 31.09' style='fill:%23ebbf54'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M28.32%2c0A26.5%2c26.5%2c0%2c0%2c0%2c10.83%2c46.5L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64V0H28.32Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3csymbol id='aefa486f-c273-49d9-8310-814c2f78c29b' data-name='silver' viewBox='0 0 57 79'%3e%3cpath d='M53%2c61.18h0l-7-14.9A26.56%2c26.56%2c0%2c1%2c0%2c1.71%2c26.52a26.42%2c26.42%2c0%2c0%2c0%2c9.12%2c20L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64L33%2c70.48h0L37%2c79l7.23-10.54L57%2c69.72Z' style='fill:%23dfdfda'/%3e%3cpath d='M28.32%2c6.4A20.12%2c20.12%2c0%2c1%2c1%2c14%2c40.75%2c20%2c20%2c0%2c0%2c1%2c8.14%2c26.52%2c20.17%2c20.17%2c0%2c0%2c1%2c28.32%2c6.4h0m0-6.4a26.52%2c26.52%2c0%2c1%2c0%2c26.6%2c26.52A26.56%2c26.56%2c0%2c0%2c0%2c28.32%2c0h0Z' style='fill:%23666b6f'/%3e%3cpolygon points='28.32 31.09 32.84 33.45 31.97 28.44 35.63 24.88 30.58 24.15 28.32 19.59 26.06 24.15 21 24.88 24.66 28.44 23.8 33.45 28.32 31.09' style='fill:%23666b6f'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M28.32%2c0A26.5%2c26.5%2c0%2c0%2c0%2c10.83%2c46.5L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64V0H28.32Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-award-ribbon-all%3c/title%3e%3cuse width='57' height='79' transform='translate(0 10.73) scale(0.57)' xlink:href='%238e024a90-24e4-4aac-9eb0-664f9d672206'/%3e%3cuse width='57' height='79' transform='translate(45.9 11.38) scale(0.54)' xlink:href='%23aefa486f-c273-49d9-8310-814c2f78c29b'/%3e%3cpath d='M59.64%2c51.61h0L53.78%2c39a22.44%2c22.44%2c0%2c1%2c0-29.72.19L18.27%2c51.6h0l-3.37%2c7.2%2c10.75-1.06%2c6.1%2c8.89%2c3.37-7.2h0L39%2c51.31l3.8%2c8.13h0l3.37%2c7.2%2c6.1-8.89L63%2c58.8Z' style='fill:%23c9e7e5'/%3e%3cpath d='M38.81%2c5.4a17%2c17%2c0%2c1%2c1-17%2c17%2c16.94%2c16.94%2c0%2c0%2c1%2c17-17h0m0-5.4A22.37%2c22.37%2c0%2c1%2c0%2c61.25%2c22.37%2c22.4%2c22.4%2c0%2c0%2c0%2c38.81%2c0h0Z' style='fill:%231a9cac'/%3e%3cpolygon points='38.81 26.22 42.62 28.22 41.9 23.99 44.98 20.99 40.72 20.37 38.81 16.52 36.91 20.37 32.64 20.99 35.73 23.99 35 28.22 38.81 26.22' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M38.81%2c0A22.35%2c22.35%2c0%2c0%2c0%2c24.06%2c39.22L18.27%2c51.6h0l-3.37%2c7.2%2c10.75-1.06%2c6.1%2c8.89%2c3.37-7.2h0L39%2c51.32V0H38.81Z' style='fill:white'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-award-ribbon-gold {
  background-image: url("data:image/svg+xml,%3csvg id='5e471082-2edb-4e51-8fff-4cbe898061c5' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 74.54 103.31'%3e%3cdefs%3e%3csymbol id='4dcb9f52-63d6-4dfa-a52a-9f1d42046a04' data-name='gold' viewBox='0 0 57 79'%3e%3cpath d='M53%2c61.18h0l-7-14.9A26.56%2c26.56%2c0%2c1%2c0%2c1.71%2c26.52a26.42%2c26.42%2c0%2c0%2c0%2c9.12%2c20L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64L33%2c70.48h0L37%2c79l7.23-10.54L57%2c69.72Z' style='fill:%23efe4d1'/%3e%3cpath d='M28.32%2c6.4A20.12%2c20.12%2c0%2c1%2c1%2c14%2c40.75%2c20%2c20%2c0%2c0%2c1%2c8.14%2c26.52%2c20.17%2c20.17%2c0%2c0%2c1%2c28.32%2c6.4h0m0-6.4a26.52%2c26.52%2c0%2c1%2c0%2c26.6%2c26.52A26.56%2c26.56%2c0%2c0%2c0%2c28.32%2c0h0Z' style='fill:%23ebbf54'/%3e%3cpolygon points='28.32 31.09 32.84 33.45 31.97 28.44 35.63 24.88 30.58 24.15 28.32 19.59 26.06 24.15 21 24.88 24.66 28.44 23.8 33.45 28.32 31.09' style='fill:%23ebbf54'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M28.32%2c0A26.5%2c26.5%2c0%2c0%2c0%2c10.83%2c46.5L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64V0H28.32Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-award-ribbon-gold%3c/title%3e%3cuse width='57' height='79' transform='scale(1.31 1.31)' xlink:href='%234dcb9f52-63d6-4dfa-a52a-9f1d42046a04'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-award-ribbon-group {
  background-image: url("data:image/svg+xml,%3csvg id='9c65af28-8ba1-4f52-bda1-a1a98ed60768' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 86.31 103.31'%3e%3cdefs%3e%3csymbol id='92319246-feff-4b60-9c91-997c95aa930b' data-name='group' viewBox='0 0 66 79'%3e%3cpath d='M63%2c59.94h0l-3.4-9.23a15.79%2c15.79%2c0%2c0%2c0-8.21-28.44A16%2c16%2c0%2c0%2c0%2c34%2c36.66%2c15.69%2c15.69%2c0%2c0%2c0%2c38.44%2c49l-4.89%2c8.37h0l1.21%2c0.1%2c3.66%2c4.68%2c3.78%2c6.65L45.05%2c64h0l3.21-5.5%2c2.2%2c6h0l6.84-.61%2c7.58%2c1.41Z' style='fill:%23d0e6c4'/%3e%3cpath d='M51%2c26.07a12.12%2c12.12%2c0%2c0%2c1%2c8.25%2c4.25%2c11.84%2c11.84%2c0%2c0%2c1%2c2.8%2c8.77%2c12.19%2c12.19%2c0%2c0%2c1-21.42%2c6.68A11.84%2c11.84%2c0%2c0%2c1%2c37.87%2c37%2c12.13%2c12.13%2c0%2c0%2c1%2c51%2c26.07h0m0.34-3.81A15.84%2c15.84%2c0%2c1%2c0%2c65.94%2c39.42%2c16%2c16%2c0%2c0%2c0%2c51.38%2c22.26h0Z' style='fill:%2377a952'/%3e%3cpath d='M32.66%2c57.39h0l-5-8.5A15.69%2c15.69%2c0%2c0%2c0%2c32%2c36.67a16%2c16%2c0%2c0%2c0-17.36-14.4%2c15.78%2c15.78%2c0%2c0%2c0-8%2c28.57L3.24%2c59.93h0L1.31%2c65.21l7.58-1.41%2c6.84%2c0.61h0l2.2-6L21.15%2c64h0L24%2c68.82l3.78-6.65%2c3.32-4.65Z' style='fill:%23d0e6c4'/%3e%3cpath d='M15%2c26.08a12.17%2c12.17%2c0%2c0%2c1%2c8.87%2c2.76A11.89%2c11.89%2c0%2c0%2c1%2c28.13%2c37%2c12.17%2c12.17%2c0%2c0%2c1%2c8.21%2c47.25%2c11.89%2c11.89%2c0%2c0%2c1%2c3.91%2c39.1a12.07%2c12.07%2c0%2c0%2c1%2c11-13h0m-0.34-3.81a15.84%2c15.84%2c0%2c1%2c0%2c2.79%2c31.55%2c15.84%2c15.84%2c0%2c1%2c0-2.79-31.55h0Z' style='fill:%2377a952'/%3e%3cpath d='M57.72%2c61.18h0l-7-14.9a26.32%2c26.32%2c0%2c0%2c0%2c8.93-19.75A26.83%2c26.83%2c0%2c0%2c0%2c6%2c26.52a26.32%2c26.32%2c0%2c0%2c0%2c9.19%2c20L8.26%2c61.17h0l-4%2c8.53%2c12.85-1.26L24.4%2c79l4-8.53h0L33%2c60.84l4.55%2c9.64h0l4%2c8.53%2c7.29-10.54%2c12.85%2c1.26Z' style='fill:%23d0e6c4'/%3e%3cpath d='M32.82%2c6.4a20.34%2c20.34%2c0%2c0%2c1%2c14.39%2c5.89%2c19.87%2c19.87%2c0%2c0%2c1%2c6%2c14.23A20.4%2c20.4%2c0%2c0%2c1%2c18.42%2c40.75a19.87%2c19.87%2c0%2c0%2c1-6-14.23A20.26%2c20.26%2c0%2c0%2c1%2c32.82%2c6.4h0m0-6.4A26.68%2c26.68%2c0%2c0%2c0%2c6%2c26.52a26.83%2c26.83%2c0%2c0%2c0%2c53.66%2c0A26.67%2c26.67%2c0%2c0%2c0%2c32.82%2c0h0Z' style='fill:%2377a952'/%3e%3cpolygon points='32.81 31.09 37.37 33.45 36.5 28.44 40.19 24.88 35.09 24.15 32.81 19.59 30.54 24.15 25.44 24.88 29.13 28.44 28.26 33.45 32.81 31.09' style='fill:%2377a952'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M32.81%2c0A26.68%2c26.68%2c0%2c0%2c0%2c6%2c26.52a26.32%2c26.32%2c0%2c0%2c0%2c9.19%2c20L8.26%2c61.17h0l-4%2c8.53%2c12.85-1.26L24.4%2c79l4-8.53h0L33%2c60.84V0H32.81Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-award-group%3c/title%3e%3cuse width='66' height='79' transform='scale(1.31)' xlink:href='%2392319246-feff-4b60-9c91-997c95aa930b'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-award-ribbon-platinum {
  background-image: url("data:image/svg+xml,%3csvg id='a8956540-07e1-40b7-b822-6db8af16585a' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 74.54 103.31'%3e%3cdefs%3e%3csymbol id='f2643037-a339-407e-88ae-237e065abdc5' data-name='platinum' viewBox='0 0 57 79'%3e%3cpath d='M53%2c61.18h0l-7-14.9A26.56%2c26.56%2c0%2c1%2c0%2c1.71%2c26.52a26.42%2c26.42%2c0%2c0%2c0%2c9.12%2c20L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64L33%2c70.48h0L37%2c79l7.23-10.54L57%2c69.72Z' style='fill:%23c9e7e5'/%3e%3cpath d='M28.32%2c6.4A20.12%2c20.12%2c0%2c1%2c1%2c14%2c40.75%2c20%2c20%2c0%2c0%2c1%2c8.14%2c26.52%2c20.17%2c20.17%2c0%2c0%2c1%2c28.32%2c6.4h0m0-6.4a26.52%2c26.52%2c0%2c1%2c0%2c26.6%2c26.52A26.56%2c26.56%2c0%2c0%2c0%2c28.32%2c0h0Z' style='fill:%231a9cac'/%3e%3cpolygon points='28.32 31.09 32.84 33.45 31.97 28.44 35.63 24.88 30.58 24.15 28.32 19.59 26.06 24.15 21 24.88 24.66 28.44 23.8 33.45 28.32 31.09' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M28.32%2c0A26.5%2c26.5%2c0%2c0%2c0%2c10.83%2c46.5L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64V0H28.32Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-award-ribbon-platinum%3c/title%3e%3cuse width='57' height='79' transform='scale(1.31)' xlink:href='%23f2643037-a339-407e-88ae-237e065abdc5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-award-ribbon-silver {
  background-image: url("data:image/svg+xml,%3csvg id='5b27c046-e974-4fa4-b6b8-cb5f1871be5c' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 74.54 103.31'%3e%3cdefs%3e%3csymbol id='7b2f9cce-a69f-4c07-9eda-78dfc6d5e5d5' data-name='silver' viewBox='0 0 57 79'%3e%3cpath d='M53%2c61.18h0l-7-14.9A26.56%2c26.56%2c0%2c1%2c0%2c1.71%2c26.52a26.42%2c26.42%2c0%2c0%2c0%2c9.12%2c20L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64L33%2c70.48h0L37%2c79l7.23-10.54L57%2c69.72Z' style='fill:%23dfdfda'/%3e%3cpath d='M28.32%2c6.4A20.12%2c20.12%2c0%2c1%2c1%2c14%2c40.75%2c20%2c20%2c0%2c0%2c1%2c8.14%2c26.52%2c20.17%2c20.17%2c0%2c0%2c1%2c28.32%2c6.4h0m0-6.4a26.52%2c26.52%2c0%2c1%2c0%2c26.6%2c26.52A26.56%2c26.56%2c0%2c0%2c0%2c28.32%2c0h0Z' style='fill:%23666b6f'/%3e%3cpolygon points='28.32 31.09 32.84 33.45 31.97 28.44 35.63 24.88 30.58 24.15 28.32 19.59 26.06 24.15 21 24.88 24.66 28.44 23.8 33.45 28.32 31.09' style='fill:%23666b6f'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M28.32%2c0A26.5%2c26.5%2c0%2c0%2c0%2c10.83%2c46.5L4%2c61.17H4L0%2c69.71l12.74-1.26L20%2c79l4-8.53h0l4.51-9.64V0H28.32Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-award-ribbon-silver%3c/title%3e%3cuse width='57' height='79' transform='scale(1.31)' xlink:href='%237b2f9cce-a69f-4c07-9eda-78dfc6d5e5d5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-bar-chart {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29.9 22.84' style='enable-background:new 0 0 29.9 22.84%3b' xml:space='preserve'%3e %3cstyle%3e .st2%7bfill:%23939393%3b%7d .st3%7bfill:%234F5356%3b%7d %3c/style%3e %3csymbol id='innactive-bar' viewBox='-15.16 -11.42 29.9 22.84'%3e %3cg%3e %3cpath class='st2' d='M-8.87-10.26c0-0.64-0.52-1.16-1.16-1.16h-3.99c-0.64%2c0-1.16%2c0.52-1.16%2c1.16v20.53c0%2c0.64%2c0.52%2c1.16%2c1.16%2c1.16h3.99c0.64%2c0%2c1.16-0.52%2c1.16-1.16V-10.26z'/%3e %3c/g%3e %3cg%3e %3cpath class='st3' d='M-1-10.26c0-0.64-0.52-1.16-1.16-1.16h-3.99c-0.64%2c0-1.16%2c0.52-1.16%2c1.16V1.15c0%2c0.64%2c0.52%2c1.16%2c1.16%2c1.16h3.99C-1.52%2c2.3-1%2c1.78-1%2c1.15V-10.26z'/%3e %3c/g%3e %3cg%3e %3cpath class='st2' d='M6.87-10.26c0-0.64-0.52-1.16-1.16-1.16H1.72c-0.64%2c0-1.16%2c0.52-1.16%2c1.16V5.43c0%2c0.64%2c0.52%2c1.16%2c1.16%2c1.16h3.99c0.64%2c0%2c1.16-0.52%2c1.16-1.16V-10.26z'/%3e %3c/g%3e %3cg%3e %3cpath class='st3' d='M14.73-10.6c0-0.45-0.37-0.82-0.82-0.82H9.25c-0.45%2c0-0.82%2c0.37-0.82%2c0.82v7.37c0%2c0.45%2c0.37%2c0.82%2c0.82%2c0.82h4.66c0.45%2c0%2c0.82-0.37%2c0.82-0.82V-10.6z'/%3e %3c/g%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23innactive-bar' width='29.9' height='22.84' id='XMLID_2_' x='-15.16' y='-11.42' transform='matrix(1 0 0 -1 15.1638 11.4192)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-birthday-cake {
  background-image: url("data:image/svg+xml,%3csvg id='bb5d8635-0a39-4588-9477-58de22ddc1fc' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.69 59.71'%3e%3ctitle%3eapp-birthday-cake%3c/title%3e%3cpath d='M60.51%2c55.32H57.68V39.51A2.36%2c2.36%2c0%2c0%2c0%2c59%2c40c0-.87%2c0-9.61%2c0-9.61s0%2c0%2c0-.05A4.43%2c4.43%2c0%2c0%2c0%2c54.64%2c26H8.13a4.39%2c4.39%2c0%2c0%2c0-4.49%2c4.47V40H3.84a2.58%2c2.58%2c0%2c0%2c0%2c1.6-.78V55.32H2.19a2.19%2c2.19%2c0%2c0%2c0%2c0%2c4.39H60.51A2.19%2c2.19%2c0%2c0%2c0%2c60.51%2c55.32Z' style='fill:%23ffe7c5'/%3e%3cpath d='M16.77%2c16.38h0a2.92%2c2.92%2c0%2c0%2c0-2.92%2c2.93V26h5.83V19.31A2.92%2c2.92%2c0%2c0%2c0%2c16.77%2c16.38Z' style='fill:%231a9cac'/%3e%3cpath d='M31.35%2c11.26h0a2.92%2c2.92%2c0%2c0%2c0-2.92%2c2.93V26h5.83V14.19A2.92%2c2.92%2c0%2c0%2c0%2c31.35%2c11.26Z' style='fill:%231a9cac'/%3e%3cpath d='M45.93%2c16.38h0A2.92%2c2.92%2c0%2c0%2c0%2c43%2c19.31V26h5.83V19.31A2.92%2c2.92%2c0%2c0%2c0%2c45.93%2c16.38Z' style='fill:%231a9cac'/%3e%3cpath d='M45.93%2c5.12h0S42.28%2c11%2c42.28%2c13a3.65%2c3.65%2c0%2c0%2c0%2c3.64%2c3.66h0A3.65%2c3.65%2c0%2c0%2c0%2c49.57%2c13C49.57%2c11%2c45.93%2c5.13%2c45.93%2c5.12Z' style='fill:%23ef602b'/%3e%3cpath d='M60.51%2c55.32H2.19a2.19%2c2.19%2c0%2c0%2c0%2c0%2c4.39H60.51A2.19%2c2.19%2c0%2c0%2c0%2c60.51%2c55.32Z' style='fill:%231a9cac'/%3e%3cpath d='M59%2c30.35s0%2c0%2c0%2c0A4.43%2c4.43%2c0%2c0%2c0%2c54.64%2c26H8.14a4.39%2c4.39%2c0%2c0%2c0-4.49%2c4.47V40H3.83A2.73%2c2.73%2c0%2c0%2c0%2c5.59%2c39l1.27-1.27a14.87%2c14.87%2c0%2c0%2c1%2c2.43-2.19%2c6.83%2c6.83%2c0%2c0%2c1%2c5.36-.8%2c7%2c7%2c0%2c0%2c1%2c2.8%2c1.54c0.29%2c0.26.56%2c0.55%2c0.83%2c0.83l2.11%2c2.12a2.46%2c2.46%2c0%2c0%2c0%2c2.74.49%2c4%2c4%2c0%2c0%2c0%2c1.12-.9l2.26-2.27a6.81%2c6.81%2c0%2c0%2c1%2c5.35-2%2c7%2c7%2c0%2c0%2c1%2c4.44%2c2.12l0.77%2c0.77L38.64%2c39a2.81%2c2.81%2c0%2c0%2c0%2c1.51.9%2c2.48%2c2.48%2c0%2c0%2c0%2c2.2-.72l2.28-2.29a10.79%2c10.79%2c0%2c0%2c1%2c1.14-1%2c6.73%2c6.73%2c0%2c0%2c1%2c3.1-1.28%2c6.89%2c6.89%2c0%2c0%2c1%2c3.08.28%2c6.37%2c6.37%2c0%2c0%2c1%2c1%2c.41%2c3.76%2c3.76%2c0%2c0%2c1%2c.85.53%2c5.48%2c5.48%2c0%2c0%2c0%2c.5.4%2c3.86%2c3.86%2c0%2c0%2c1%2c.35.33l0.57%2c0.57%2c0.73%2c0.74%2c1.24%2c1.25A2.6%2c2.6%2c0%2c0%2c0%2c59%2c40C59%2c39.09%2c59%2c30.35%2c59%2c30.35Z' style='fill:%23ebbf54'/%3e%3cpath d='M59%2c30.3A4.43%2c4.43%2c0%2c0%2c0%2c54.64%2c26H8.14a4.39%2c4.39%2c0%2c0%2c0-4.49%2c4.47V40H3.83a2.58%2c2.58%2c0%2c0%2c0%2c1.6-.77v8.55L55.81%2c31.35h0Z' style='fill:white%3bopacity:0.4'/%3e%3cpath d='M60.51%2c55.32H2.19A2.19%2c2.19%2c0%2c0%2c0%2c0%2c57.51H62.69A2.19%2c2.19%2c0%2c0%2c0%2c60.51%2c55.32Z' style='fill:white%3bopacity:0.2'/%3e%3cg style='opacity:0.2'%3e%3cpath d='M20.41%2c13c0-2-3.64-7.88-3.64-7.88V26h2.92V19.31a2.92%2c2.92%2c0%2c0%2c0-2-2.77A3.66%2c3.66%2c0%2c0%2c0%2c20.41%2c13Z' style='fill:white'/%3e%3cpath d='M46.87%2c16.54a3.64%2c3.64%2c0%2c0%2c1-.94.13V26h2.92V19.31A2.92%2c2.92%2c0%2c0%2c0%2c46.87%2c16.54Z' style='fill:white'/%3e%3cpath d='M35%2c7.88C35%2c5.86%2c31.35%2c0%2c31.35%2c0V11.55h0V26h2.92V14.19a2.93%2c2.93%2c0%2c0%2c0-2-2.77A3.66%2c3.66%2c0%2c0%2c0%2c35%2c7.88Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M45.93%2c5.12S49.57%2c11%2c49.57%2c13a3.65%2c3.65%2c0%2c0%2c1-3.64%2c3.66h0V5.12h0Z' style='fill:%23a24324'/%3e%3cpath d='M31.35%2c0h0S27.7%2c5.86%2c27.7%2c7.88a3.65%2c3.65%2c0%2c0%2c0%2c3.64%2c3.66h0A3.65%2c3.65%2c0%2c0%2c0%2c35%2c7.88C35%2c5.86%2c31.35%2c0%2c31.35%2c0Z' style='fill:%23ef602b'/%3e%3cpath d='M16.77%2c5.12h0S13.12%2c11%2c13.12%2c13a3.65%2c3.65%2c0%2c0%2c0%2c3.64%2c3.66h0A3.65%2c3.65%2c0%2c0%2c0%2c20.41%2c13C20.41%2c11%2c16.77%2c5.13%2c16.77%2c5.12Z' style='fill:%23ef602b'/%3e%3cpath d='M31.35%2c0S35%2c5.86%2c35%2c7.88a3.65%2c3.65%2c0%2c0%2c1-3.64%2c3.66h0V0h0Z' style='fill:%23a24324'/%3e%3cpath d='M16.77%2c5.12S20.41%2c11%2c20.41%2c13a3.65%2c3.65%2c0%2c0%2c1-3.64%2c3.66h0V5.12h0Z' style='fill:%23a24324'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-bubble-stars-user {
  background-image: url("data:image/svg+xml,%3csvg id='9d96f520-846b-4f85-8e1e-839925ec19d7' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 47.11 40.69'%3e%3cdefs%3e%3csymbol id='5171c147-b5dc-404d-affc-fbb5186fb4a4' data-name='request-review' viewBox='0 0 43 37.14'%3e%3cpath d='M36.79%2c0.09C28.27%2c0%2c18.46%2c0%2c9.95.08%2c6%2c0.13%2c3.7%2c2.8%2c3.69%2c6.71v8.34a6.59%2c6.59%2c0%2c0%2c0%2c2%2c5%2c6.72%2c6.72%2c0%2c0%2c0%2c4.55%2c1.65c1.17%2c0%2c2.33%2c0%2c3.58%2c0V27a55.26%2c55.26%2c0%2c0%2c1%2c6.89-4.37A4.48%2c4.48%2c0%2c0%2c1%2c23%2c21.69c4.05%2c0%2c9.4%2c0%2c13.45%2c0S43%2c19.09%2c43%2c15.1V6.76C43%2c2.82%2c40.7.15%2c36.79%2c0.09Z' style='fill:%23cbcaca'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M43%2c6.77C43%2c2.82%2c40.7.15%2c36.79%2c0.1%2c28.27%2c0%2c18.46%2c0%2c9.95.09%2c6%2c0.14%2c3.7%2c2.81%2c3.69%2c6.72v8.34a6.59%2c6.59%2c0%2c0%2c0%2c2%2c5L43%2c8V6.77Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M42.08%2c9.9l-2.2-.32-1-2a0.18%2c0.18%2c0%2c0%2c0-.16-0.09%2c0.21%2c0.21%2c0%2c0%2c0-.17.1l-1%2c2-2.19.32c-0.12.08-.11%2c0.22%2c0%2c0.36l1.09%2c1.07a1%2c1%2c0%2c0%2c1%2c.13.16l0.24%2c0.24-0.34%2c2c0%2c0.24.13%2c0.35%2c0.37%2c0.23l1.35-.71a0.78%2c0.78%2c0%2c0%2c1%2c.23-0.07l0.23-.12h0L39%2c13.2a1.14%2c1.14%2c0%2c0%2c1%2c.22.07L40.56%2c14c0.24%2c0.12.39%2c0%2c.37-0.23l-0.34-2%2c0.24-.24A0.7%2c0.7%2c0%2c0%2c1%2c41%2c11.34L42%2c10.27A0.23%2c0.23%2c0%2c0%2c0%2c42.08%2c9.9Z' style='fill:%23b9bcbf'/%3e%3cpath d='M13.11%2c9.54l-2.19-.32-1-2a0.19%2c0.19%2c0%2c0%2c0-.33%2c0l-1%2c2-2.2.32c-0.11.08-.11%2c0.22%2c0%2c0.36L7.59%2c11a0.48%2c0.48%2c0%2c0%2c1%2c.12.16l0.24%2c0.24-0.34%2c2c0%2c0.25.13%2c0.35%2c0.37%2c0.23l1.35-.71%2c0.22-.08%2c0.23-.12h0L10%2c12.83a0.72%2c0.72%2c0%2c0%2c1%2c.22.08l1.35%2c0.71c0.24%2c0.12.39%2c0%2c.37-0.23l-0.34-2%2c0.25-.24A1.11%2c1.11%2c0%2c0%2c1%2c12%2c11L13.07%2c9.9C13.22%2c9.76%2c13.22%2c9.62%2c13.11%2c9.54Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M10%2c12.82a0.72%2c0.72%2c0%2c0%2c1%2c.22.08l1.35%2c0.71c0.24%2c0.12.39%2c0%2c.37-0.23l-0.35-2%2c0.25-.24A1.11%2c1.11%2c0%2c0%2c1%2c12%2c11L13.07%2c9.9c0.15-.14.15-0.28%2c0-0.36l-2.19-.32-1-2a0.22%2c0.22%2c0%2c0%2c0-.16-0.09V12.7h0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M20.34%2c9.54l-2.2-.32-1-2a0.19%2c0.19%2c0%2c0%2c0-.33%2c0l-1%2c2-2.19.32c-0.11.08-.11%2c0.22%2c0%2c0.36L14.82%2c11a0.67%2c0.67%2c0%2c0%2c1%2c.12.16l0.24%2c0.24-0.34%2c2c0%2c0.25.13%2c0.36%2c0.36%2c0.23l1.35-.71%2c0.22-.08L17%2c12.69h0l0.23%2c0.12a0.72%2c0.72%2c0%2c0%2c1%2c.22.08L18.8%2c13.6c0.24%2c0.12.39%2c0%2c.37-0.23l-0.33-2%2c0.24-.24A1.11%2c1.11%2c0%2c0%2c1%2c19.2%2c11L20.29%2c9.9C20.44%2c9.76%2c20.45%2c9.62%2c20.34%2c9.54Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M17.24%2c12.82a0.72%2c0.72%2c0%2c0%2c1%2c.22.08l1.35%2c0.71c0.24%2c0.12.39%2c0%2c.37-0.23l-0.34-2%2c0.24-.24A1.11%2c1.11%2c0%2c0%2c1%2c19.2%2c11L20.29%2c9.9c0.15-.14.15-0.28%2c0-0.36l-2.2-.32-1-2A0.22%2c0.22%2c0%2c0%2c0%2c17%2c7.17V12.7h0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M27.56%2c9.54l-2.2-.32-1-2a0.22%2c0.22%2c0%2c0%2c0-.17-0.09%2c0.21%2c0.21%2c0%2c0%2c0-.16.1l-1%2c1.95-2.19.32c-0.12.08-.11%2c0.22%2c0%2c0.36L22%2c11a1.11%2c1.11%2c0%2c0%2c1%2c.12.16l0.25%2c0.24-0.35%2c2c0%2c0.25.13%2c0.36%2c0.36%2c0.23l1.36-.71A0.81%2c0.81%2c0%2c0%2c1%2c24%2c12.82l0.23-.12h0l0.23%2c0.12a0.72%2c0.72%2c0%2c0%2c1%2c.22.08L26%2c13.61c0.24%2c0.12.39%2c0%2c.37-0.24l-0.35-2%2c0.24-.24A0.7%2c0.7%2c0%2c0%2c1%2c26.43%2c11L27.52%2c9.9C27.67%2c9.76%2c27.67%2c9.62%2c27.56%2c9.54Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M24.47%2c12.82a0.72%2c0.72%2c0%2c0%2c1%2c.22.08L26%2c13.61c0.24%2c0.12.39%2c0%2c.37-0.24l-0.35-2%2c0.24-.24A0.7%2c0.7%2c0%2c0%2c1%2c26.43%2c11L27.52%2c9.9c0.15-.14.15-0.28%2c0-0.36l-2.2-.32-1-2a0.22%2c0.22%2c0%2c0%2c0-.17-0.09V12.7h0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M34.78%2c9.54l-2.19-.32-1-2a0.19%2c0.19%2c0%2c0%2c0-.33%2c0l-1%2c1.95-2.2.32c-0.11.08-.1%2c0.22%2c0%2c0.36L29.27%2c11a1.11%2c1.11%2c0%2c0%2c1%2c.12.16l0.24%2c0.24-0.34%2c2c0%2c0.25.12%2c0.36%2c0.36%2c0.23L31%2c12.89l0.22-.08%2c0.23-.12h0l0.23%2c0.12a0.72%2c0.72%2c0%2c0%2c1%2c.22.08l1.35%2c0.71c0.25%2c0.13.4%2c0%2c.38-0.23l-0.34-2%2c0.24-.24A0.7%2c0.7%2c0%2c0%2c1%2c33.66%2c11L34.75%2c9.9C34.89%2c9.76%2c34.89%2c9.62%2c34.78%2c9.54Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M31.69%2c12.82a0.72%2c0.72%2c0%2c0%2c1%2c.22.08l1.35%2c0.71c0.24%2c0.12.39%2c0%2c.37-0.24l-0.34-2%2c0.24-.24A0.7%2c0.7%2c0%2c0%2c1%2c33.66%2c11L34.75%2c9.9c0.15-.14.15-0.28%2c0-0.36L32.6%2c9.22l-1-2a0.22%2c0.22%2c0%2c0%2c0-.16-0.09V12.7h0Z' style='fill:white'/%3e%3c/g%3e%3cg id='e7046ab0-ae92-41c5-9d8b-74ba7df96c98' data-name='user'%3e%3cpath d='M7.83%2c26.69A7.84%2c7.84%2c0%2c0%2c0%2c0%2c34.52a2.61%2c2.61%2c0%2c0%2c0%2c2.61%2c2.61H13.05a2.61%2c2.61%2c0%2c0%2c0%2c2.61-2.61A7.84%2c7.84%2c0%2c0%2c0%2c7.83%2c26.69Z' style='fill:%23189bab'/%3e%3cpath d='M7.83%2c17.07A3.92%2c3.92%2c0%2c1%2c1%2c3.91%2c21%2c3.91%2c3.91%2c0%2c0%2c1%2c7.83%2c17.07Z' style='fill:%23189bab'/%3e%3c/g%3e%3cg style='opacity:0.30000001192092896'%3e%3cpath d='M0%2c34.53a2.61%2c2.61%2c0%2c0%2c0%2c2.61%2c2.61H7.83V26.7A7.83%2c7.83%2c0%2c0%2c0%2c0%2c34.53Z' style='fill:white'/%3e%3cpath d='M3.92%2c21a3.92%2c3.92%2c0%2c0%2c0%2c3.91%2c3.92V17.07A3.92%2c3.92%2c0%2c0%2c0%2c3.92%2c21Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-bubble-stars-user%3c/title%3e%3cuse width='43' height='37.14' transform='translate(0 0) scale(1.1)' xlink:href='%235171c147-b5dc-404d-affc-fbb5186fb4a4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-bubble-stars {
  background-image: url("data:image/svg+xml,%3csvg id='d6e547be-9c80-4fd5-a7a0-3989b714e2d1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 34.32'%3e%3cdefs%3e%3csymbol id='545f6bd7-ed02-4f03-9c7c-f390c9d17b4e' data-name='reviews' viewBox='0 0 50 34.32'%3e%3cpath d='M42.11%2c0.12C31.27%2c0%2c18.8%2c0%2c8%2c.1%2c3%2c0.17%2c0%2c3.56%2c0%2c8.54v10.6a8.36%2c8.36%2c0%2c0%2c0%2c2.52%2c6.37%2c8.53%2c8.53%2c0%2c0%2c0%2c5.79%2c2.1c1.48%2c0%2c3%2c0%2c4.56%2c0v6.71a69.59%2c69.59%2c0%2c0%2c1%2c8.76-5.56c1.07-.56%2c1.7-1.19%2c2.89-1.17%2c5.16%2c0.06%2c12%2c.06%2c17.1%2c0S50%2c24.29%2c50%2c19.22V8.61C50%2c3.58%2c47.07.18%2c42.11%2c0.12Z' style='fill:%23cbcaca'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M50%2c8.6c0-5-2.93-8.42-7.89-8.49C31.27%2c0%2c18.8%2c0%2c8%2c.1%2c3%2c0.17%2c0%2c3.56%2c0%2c8.54v10.6a8.36%2c8.36%2c0%2c0%2c0%2c2.52%2c6.37L50%2c10.13V8.6Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M48.83%2c12.59L46%2c12.18%2c44.8%2c9.7a0.24%2c0.24%2c0%2c0%2c0-.42%2c0l-1.23%2c2.49-2.79.41c-0.15.1-.14%2c0.28%2c0%2c0.46l1.39%2c1.36a1.16%2c1.16%2c0%2c0%2c1%2c.16.21l0.31%2c0.3-0.44%2c2.55c0%2c0.31.18%2c0.44%2c0.48%2c0.28L44%2c16.85a1.23%2c1.23%2c0%2c0%2c1%2c.29-0.09l0.29-.15h0l0.29%2c0.15a1%2c1%2c0%2c0%2c1%2c.28.09l1.73%2c0.91c0.3%2c0.16.5%2c0%2c.46-0.29l-0.43-2.55%2c0.3-.3a1.16%2c1.16%2c0%2c0%2c1%2c.16-0.21l1.39-1.36C49%2c12.87%2c49%2c12.7%2c48.83%2c12.59Z' style='fill:%23b9bcbf'/%3e%3cpath d='M12%2c12.13l-2.79-.41L8%2c9.23a0.29%2c0.29%2c0%2c0%2c0-.21-0.12%2c0.26%2c0.26%2c0%2c0%2c0-.21.12L6.31%2c11.72l-2.79.41c-0.14.11-.14%2c0.28%2c0%2c0.46L5%2c13.95a1.16%2c1.16%2c0%2c0%2c1%2c.16.21l0.31%2c0.3L5%2c17c0%2c0.31.17%2c0.45%2c0.47%2c0.29l1.72-.9a1.83%2c1.83%2c0%2c0%2c1%2c.28-0.1l0.29-.15h0L8%2c16.3a0.71%2c0.71%2c0%2c0%2c1%2c.28.1L10%2c17.3c0.3%2c0.16.49%2c0%2c.46-0.29l-0.44-2.55%2c0.31-.3a1.16%2c1.16%2c0%2c0%2c1%2c.16-0.21l1.39-1.36C12.12%2c12.41%2c12.12%2c12.23%2c12%2c12.13Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M8%2c16.3a0.71%2c0.71%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.49%2c0%2c.46-0.29l-0.44-2.55%2c0.31-.3A1.16%2c1.16%2c0%2c0%2c1%2c10.54%2c14l1.39-1.36c0.19-.18.19-0.36%2c0.05-0.46l-2.79-.41L8%2c9.23a0.29%2c0.29%2c0%2c0%2c0-.21-0.12v7h0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M21.17%2c12.13l-2.79-.41L17.15%2c9.23a0.27%2c0.27%2c0%2c0%2c0-.21-0.12%2c0.26%2c0.26%2c0%2c0%2c0-.21.12L15.5%2c11.72l-2.79.41c-0.14.11-.14%2c0.28%2c0.05%2c0.46L14.15%2c14a1.16%2c1.16%2c0%2c0%2c1%2c.16.21l0.31%2c0.3L14.18%2c17c0%2c0.31.17%2c0.45%2c0.47%2c0.29l1.72-.9a1.83%2c1.83%2c0%2c0%2c1%2c.28-0.1l0.3-.15h0l0.29%2c0.15a0.77%2c0.77%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.5%2c0%2c.47-0.29l-0.43-2.55%2c0.31-.3A1.16%2c1.16%2c0%2c0%2c1%2c19.75%2c14l1.39-1.36C21.31%2c12.41%2c21.31%2c12.23%2c21.17%2c12.13Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M17.23%2c16.3a0.77%2c0.77%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.5%2c0%2c.47-0.29l-0.43-2.55%2c0.31-.3A1.16%2c1.16%2c0%2c0%2c1%2c19.74%2c14l1.39-1.36c0.19-.18.19-0.36%2c0-0.46l-2.79-.41L17.16%2c9.23A0.27%2c0.27%2c0%2c0%2c0%2c17%2c9.11v7h0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M30.36%2c12.13l-2.79-.41L26.34%2c9.23a0.24%2c0.24%2c0%2c0%2c0-.42%2c0l-1.23%2c2.49-2.79.41c-0.15.11-.14%2c0.28%2c0%2c0.46L23.33%2c14a0.8%2c0.8%2c0%2c0%2c1%2c.15.21l0.31%2c0.3L23.35%2c17c0%2c0.31.17%2c0.45%2c0.46%2c0.29l1.72-.9%2c0.28-.1%2c0.29-.15h0L26.4%2c16.3a0.85%2c0.85%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.49%2c0%2c.46-0.29l-0.4-2.56%2c0.31-.3a1.16%2c1.16%2c0%2c0%2c1%2c.16-0.21l1.39-1.36C30.5%2c12.41%2c30.5%2c12.23%2c30.36%2c12.13Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M26.42%2c16.3a0.85%2c0.85%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.49%2c0%2c.46-0.29l-0.42-2.56%2c0.31-.3a1.16%2c1.16%2c0%2c0%2c1%2c.16-0.21l1.39-1.36c0.18-.17.18-0.35%2c0-0.45l-2.79-.41L26.34%2c9.23a0.29%2c0.29%2c0%2c0%2c0-.21-0.12v7h0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M39.55%2c12.13l-2.79-.41L35.53%2c9.23a0.27%2c0.27%2c0%2c0%2c0-.21-0.12%2c0.26%2c0.26%2c0%2c0%2c0-.21.12l-1.23%2c2.49-2.79.41c-0.15.1-.14%2c0.28%2c0%2c0.46L32.52%2c14a1.13%2c1.13%2c0%2c0%2c1%2c.15.21L33%2c14.46%2c32.56%2c17c0%2c0.31.16%2c0.44%2c0.46%2c0.29l1.72-.9A1.83%2c1.83%2c0%2c0%2c1%2c35%2c16.3l0.29-.15h0L35.6%2c16.3a0.85%2c0.85%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.5%2c0%2c.47-0.29l-0.43-2.55%2c0.3-.3A1.16%2c1.16%2c0%2c0%2c1%2c38.1%2c14l1.39-1.36C39.69%2c12.41%2c39.69%2c12.23%2c39.55%2c12.13Z' style='fill:%23ecc054'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M35.61%2c16.3a0.85%2c0.85%2c0%2c0%2c1%2c.28.1l1.72%2c0.9c0.3%2c0.16.5%2c0%2c.47-0.29l-0.43-2.55%2c0.3-.3A1.16%2c1.16%2c0%2c0%2c1%2c38.11%2c14l1.39-1.36c0.19-.18.19-0.36%2c0.05-0.46l-2.79-.41L35.53%2c9.23a0.27%2c0.27%2c0%2c0%2c0-.21-0.12v7h0Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-bubble-stars%3c/title%3e%3cuse width='50' height='34.32' transform='translate(0)' xlink:href='%23545f6bd7-ed02-4f03-9c7c-f390c9d17b4e'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-calendar {
  background-image: url("data:image/svg+xml,%3csvg id='a3cc0638-b8e7-413f-8e3b-ff69b0dde3c9' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.98'%3e%3ctitle%3eapp-calendar%3c/title%3e%3cpath d='M28.38%2c2.69H1.86A1.88%2c1.88%2c0%2c0%2c0%2c0%2c4.56V27.1A1.88%2c1.88%2c0%2c0%2c0%2c1.86%2c29H28.38a1.88%2c1.88%2c0%2c0%2c0%2c1.86-1.88V4.56A1.88%2c1.88%2c0%2c0%2c0%2c28.38%2c2.69Z' style='fill:%231a9cac'/%3e%3cpath d='M26.4%2c4.31H3.84a1.6%2c1.6%2c0%2c0%2c0-1.58%2c1.6V25.08a1.6%2c1.6%2c0%2c0%2c0%2c1.58%2c1.6H26.4A1.6%2c1.6%2c0%2c0%2c0%2c28%2c25.08V5.91A1.6%2c1.6%2c0%2c0%2c0%2c26.4%2c4.31Z' style='fill:white'/%3e%3cpath d='M30.24%2c4.57a1.88%2c1.88%2c0%2c0%2c0-1.86-1.88H1.86A1.88%2c1.88%2c0%2c0%2c0%2c0%2c4.57V7.19H30.24V4.57Z' style='fill:%23ebbf54'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M22.35%2c2.69H1.86A1.88%2c1.88%2c0%2c0%2c0%2c0%2c4.57V27.1a1.88%2c1.88%2c0%2c0%2c0%2c.73%2c1.48S23%2c2.69%2c22.35%2c2.69Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M24.12%2c13.51A0.42%2c0.42%2c0%2c0%2c0%2c24%2c13.23l-0.61-.61L24%2c12a0.42%2c0.42%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c24%2c11.43a0.41%2c0.41%2c0%2c0%2c0-.57%2c0l-0.61.61-0.61-.61a0.42%2c0.42%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0l0.61-.61%2c0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0A0.39%2c0.39%2c0%2c0%2c0%2c24.12%2c13.51Z' style='fill:%23ef602b'/%3e%3cpath d='M17.71%2c13.8a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0l0.61-.61%2c0.61%2c0.61a0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0%2c0.41%2c0.41%2c0%2c0%2c0%2c0-.57l-0.61-.61L20.07%2c12a0.41%2c0.41%2c0%2c0%2c0%2c0-.57%2c0.42%2c0.42%2c0%2c0%2c0-.57%2c0l-0.61.61-0.61-.61a0.42%2c0.42%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.28%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29A0.39%2c0.39%2c0%2c0%2c0%2c17.71%2c13.8Z' style='fill:%23ef602b'/%3e%3cpath d='M16.15%2c11.43a0.42%2c0.42%2c0%2c0%2c0-.57%2c0L15%2c12.05l-0.61-.61a0.42%2c0.42%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0L15%2c13.18l0.61%2c0.61a0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29%2c0.41%2c0.41%2c0%2c0%2c0-.12-0.29l-0.61-.61L16.14%2c12a0.41%2c0.41%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c16.15%2c11.43Z' style='fill:%23ef602b'/%3e%3cpath d='M9.85%2c13.8a0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0L11%2c13.18l0.61%2c0.61a0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0%2c0.41%2c0.41%2c0%2c0%2c0%2c0-.57l-0.61-.61L12.21%2c12a0.41%2c0.41%2c0%2c0%2c0%2c0-.57%2c0.41%2c0.41%2c0%2c0%2c0-.57%2c0L11%2c12.05l-0.61-.61a0.42%2c0.42%2c0%2c0%2c0-.57%2c0%2c0.41%2c0.41%2c0%2c0%2c0%2c0%2c.57l0.61%2c0.61-0.61.61A0.41%2c0.41%2c0%2c0%2c0%2c9.85%2c13.8Z' style='fill:%23ef602b'/%3e%3cpath d='M8.29%2c11.43a0.41%2c0.41%2c0%2c0%2c0-.57%2c0l-0.61.61L6.5%2c11.44a0.42%2c0.42%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0l0.61-.61%2c0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29%2c0.42%2c0.42%2c0%2c0%2c0-.12-0.29l-0.61-.61L8.28%2c12a0.42%2c0.42%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c8.29%2c11.43Z' style='fill:%23ef602b'/%3e%3cpath d='M24%2c15.86a0.41%2c0.41%2c0%2c0%2c0-.57%2c0l-0.61.61-0.61-.61a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29L22.26%2c17l-0.61.61a0.41%2c0.41%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0l0.61-.61%2c0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29A0.42%2c0.42%2c0%2c0%2c0%2c24%2c17.65L23.38%2c17%2c24%2c16.43a0.42%2c0.42%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c24%2c15.86Z' style='fill:%23ef602b'/%3e%3cpath d='M20.08%2c15.86a0.41%2c0.41%2c0%2c0%2c0-.57%2c0l-0.61.61-0.61-.61a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.28%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.3L18.33%2c17l-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.28%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0l0.61-.61%2c0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.4%2c0.4%2c0%2c0%2c0%2c0-.57L19.45%2c17l0.61-.61a0.42%2c0.42%2c0%2c0%2c0%2c.12-0.3A0.39%2c0.39%2c0%2c0%2c0%2c20.08%2c15.86Z' style='fill:%23ef602b'/%3e%3cpath d='M16.15%2c15.86a0.41%2c0.41%2c0%2c0%2c0-.57%2c0L15%2c16.48l-0.61-.61a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29L14.4%2c17l-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0L15%2c17.6l0.61%2c0.61a0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29%2c0.41%2c0.41%2c0%2c0%2c0-.12-0.29L15.53%2c17l0.61-.61a0.41%2c0.41%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c16.15%2c15.86Z' style='fill:%23ef602b'/%3e%3cpath d='M12.22%2c15.86a0.41%2c0.41%2c0%2c0%2c0-.57%2c0L11%2c16.48l-0.61-.61a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.28%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.3L10.47%2c17l-0.61.61a0.4%2c0.4%2c0%2c0%2c0%2c0%2c.57%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0L11%2c17.6l0.61%2c0.61a0.42%2c0.42%2c0%2c0%2c0%2c.57%2c0%2c0.41%2c0.41%2c0%2c0%2c0%2c0-.57L11.6%2c17l0.61-.61a0.41%2c0.41%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c12.22%2c15.86Z' style='fill:%23ef602b'/%3e%3cpath d='M8.29%2c15.86a0.41%2c0.41%2c0%2c0%2c0-.57%2c0l-0.61.61L6.5%2c15.87a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29L6.55%2c17l-0.61.61a0.41%2c0.41%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0l0.61-.61%2c0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29%2c0.42%2c0.42%2c0%2c0%2c0-.12-0.29L7.67%2c17l0.61-.61a0.42%2c0.42%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c8.29%2c15.86Z' style='fill:%23ef602b'/%3e%3cpath d='M16.15%2c20.28a0.41%2c0.41%2c0%2c0%2c0-.57%2c0L15%2c20.9l-0.61-.61a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.29%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0L15%2c22l0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29%2c0.41%2c0.41%2c0%2c0%2c0-.12-0.29l-0.61-.61%2c0.61-.61a0.41%2c0.41%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c16.15%2c20.28Z' style='fill:%23ef602b'/%3e%3cpath d='M12.22%2c20.28a0.41%2c0.41%2c0%2c0%2c0-.57%2c0L11%2c20.9l-0.61-.61a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.38%2c0.38%2c0%2c0%2c0-.11.28%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.3l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.3%2c0.38%2c0.38%2c0%2c0%2c0%2c.11.28%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0L11%2c22l0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.28%2c0.42%2c0.42%2c0%2c0%2c0-.12-0.29l-0.61-.61%2c0.61-.61a0.41%2c0.41%2c0%2c0%2c0%2c.12-0.29A0.39%2c0.39%2c0%2c0%2c0%2c12.22%2c20.28Z' style='fill:%23ef602b'/%3e%3cpath d='M8.29%2c20.28a0.41%2c0.41%2c0%2c0%2c0-.57%2c0l-0.61.61L6.5%2c20.29a0.41%2c0.41%2c0%2c0%2c0-.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0-.11.28%2c0.42%2c0.42%2c0%2c0%2c0%2c.12.29l0.61%2c0.61-0.61.61a0.42%2c0.42%2c0%2c0%2c0-.12.29%2c0.39%2c0.39%2c0%2c0%2c0%2c.11.29%2c0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0L7.11%2c22l0.61%2c0.61a0.41%2c0.41%2c0%2c0%2c0%2c.57%2c0%2c0.39%2c0.39%2c0%2c0%2c0%2c.11-0.29%2c0.42%2c0.42%2c0%2c0%2c0-.12-0.29l-0.61-.61%2c0.61-.61a0.42%2c0.42%2c0%2c0%2c0%2c.12-0.29A0.38%2c0.38%2c0%2c0%2c0%2c8.29%2c20.28Z' style='fill:%23ef602b'/%3e%3cpath d='M6.14%2c0H6a1.22%2c1.22%2c0%2c0%2c0-1.2%2c1.23V4.66A1.22%2c1.22%2c0%2c0%2c0%2c6%2c5.89H6.14a1.22%2c1.22%2c0%2c0%2c0%2c1.2-1.23V1.23A1.22%2c1.22%2c0%2c0%2c0%2c6.14%2c0Z' style='fill:%23ef602b'/%3e%3cpath d='M24.29%2c0H24.1a1.22%2c1.22%2c0%2c0%2c0-1.2%2c1.23V4.66a1.22%2c1.22%2c0%2c0%2c0%2c1.2%2c1.23h0.19a1.22%2c1.22%2c0%2c0%2c0%2c1.2-1.23V1.23A1.22%2c1.22%2c0%2c0%2c0%2c24.29%2c0Z' style='fill:%23ef602b'/%3e%3cpath d='M6%2c0a1.22%2c1.22%2c0%2c0%2c0-1.2%2c1.23V4.66A1.22%2c1.22%2c0%2c0%2c0%2c6%2c5.89H6V0H6Z' style='fill:%23a24324'/%3e%3cpath d='M24.1%2c0a1.22%2c1.22%2c0%2c0%2c0-1.2%2c1.23V4.66a1.22%2c1.22%2c0%2c0%2c0%2c1.2%2c1.23h0.09V0H24.1Z' style='fill:%23a24324'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-checkbox-active-white {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:white%3b%7d .st64%7bfill:none%3bstroke:%234F5356%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3cpolyline class='st64' points='5.43%2c13.53 10.64%2c18.91 21.02%2c8.45'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-checkbox-active {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:%23DFE0DB%3b%7d .st64%7bfill:none%3bstroke:%234F5356%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3cpolyline class='st64' points='5.43%2c13.53 10.64%2c18.91 21.02%2c8.45'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-checkbox-empty-white {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-checkbox-empty {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:%23DFE0DB%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-circle {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 52 51.7' enable-background='new 0 0 52 51.7' xml:space='preserve'%3e %3cg%3e %3ccircle fill='%2377A952' cx='26' cy='25.9' r='25'/%3e %3cg opacity='0.2'%3e %3cpath fill='white' d='M1%2c25.9c0%2c13.8%2c11.2%2c25%2c25%2c25v-50C12.2%2c0.9%2c1%2c12.1%2c1%2c25.9z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-announcement {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 19.2.1%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 81 51' style='enable-background:new 0 0 81 51%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:none%3b%7d .st1%7bfill:%23C4C2C1%3b%7d .st2%7bfill:%23EBBF54%3b%7d .st3%7bfill:%23CBCACA%3b%7d .st4%7bopacity:0.2%3bfill:white%3benable-background:new %3b%7d %3c/style%3e %3csymbol id='icon-megaphone' viewBox='-24.5 -15.4 49.1 30.8'%3e %3cg%3e %3cpath class='st0' d='M-20.3-1.2v1.7v2c0%2c0.3-0.3%2c0.6-0.6%2c0.6h-1.2c-0.3%2c0-0.6-0.3-0.6-0.6v-2v-1.7c0-0.3%2c0.3-0.6%2c0.6-0.6h1.2 C-20.5-1.8-20.3-1.5-20.3-1.2z'/%3e %3cpath class='st1' d='M9.9-13.7C9.9-13.7%2c9.9-13.6%2c9.9-13.7'/%3e %3cpath class='st1' d='M-4.3%2c8.6c0.2%2c0%2c0.4%2c0.1%2c0.5%2c0.1C-3.9%2c8.7-4.1%2c8.6-4.3%2c8.6z'/%3e %3cpath class='st1' d='M-3.8-7.3c-0.1%2c0.1-0.3%2c0.1-0.4%2c0.2C-4.1-7.2-3.9-7.2-3.8-7.3z'/%3e %3cpath class='st1' d='M5.4%2c12.7c0.1%2c0%2c0.1%2c0.1%2c0.2%2c0.1C5.6%2c12.8%2c5.5%2c12.8%2c5.4%2c12.7z'/%3e %3cpath class='st1' d='M-6.3%2c8c0.2%2c0%2c0.4%2c0.1%2c0.6%2c0.1C-5.9%2c8.1-6.1%2c8-6.3%2c8z'/%3e %3cpath class='st1' d='M-8.3%2c7.4c0.2%2c0.1%2c0.4%2c0.1%2c0.6%2c0.2C-7.9%2c7.5-8.1%2c7.5-8.3%2c7.4z'/%3e %3cpath class='st1' d='M-7.7-6.1C-7.9-6.1-8.1-6-8.3-6C-8.1-6-7.9-6.1-7.7-6.1z'/%3e %3cpath class='st1' d='M-6.3-6.5c0.2-0.1%2c0.4-0.1%2c0.7-0.2c0.1%2c0%2c0.3-0.1%2c0.4-0.1c-0.7%2c0.2-1.5%2c0.4-2.3%2c0.6C-7.1-6.3-6.7-6.4-6.3-6.5 z'/%3e %3cpath class='st1' d='M6.4%2c13.3c0.1%2c0%2c0.2%2c0.1%2c0.2%2c0.1S6.5%2c13.4%2c6.4%2c13.3z'/%3e %3cpath class='st1' d='M-0.3%2c10c0.1%2c0%2c0.2%2c0.1%2c0.3%2c0.1C-0.1%2c10.1-0.2%2c10.1-0.3%2c10z'/%3e %3cpath class='st1' d='M8.7%2c14.7L8.7%2c14.7L8.7%2c14.7z'/%3e %3cpath class='st1' d='M9.1-13.9c0.1%2c0%2c0.2-0.1%2c0.3-0.1C9.3-14%2c9.2-13.9%2c9.1-13.9L9.1-13.9z'/%3e %3cpath class='st1' d='M8.9%2c15.2L8.9%2c15.2L8.9%2c15.2z'/%3e %3cpath class='st1' d='M8.2%2c14.4c0.1%2c0%2c0.1%2c0.1%2c0.2%2c0.1C8.3%2c14.4%2c8.2%2c14.4%2c8.2%2c14.4z'/%3e %3cpath class='st1' d='M7.3%2c13.8c0.1%2c0%2c0.1%2c0.1%2c0.2%2c0.1C7.5%2c13.9%2c7.4%2c13.9%2c7.3%2c13.8z'/%3e %3cpath class='st1' d='M9.7%2c15.2C9.8%2c15.2%2c9.8%2c15.2%2c9.7%2c15.2C9.8%2c15.2%2c9.8%2c15.2%2c9.7%2c15.2z'/%3e %3cpath class='st1' d='M8.8-13.6L8.8-13.6L8.8-13.6z'/%3e %3cpath class='st1' d='M8.9-13.8L8.9-13.8L8.9-13.8L8.9-13.8z'/%3e %3cpath class='st1' d='M8.7-13.3L8.7-13.3'/%3e %3cpath class='st2' d='M-20.4-3.9v-8.8c0-0.6%2c0.5-1.3%2c1.1-1.5l3.5-1.2c0.6-0.2%2c1.1%2c0.1%2c1.1%2c0.8v10.4l0%2c0C-16.4-4.1-18.4-4-20.4-3.9z '/%3e %3cpath class='st2' d='M9.6%2c15.3L9.6%2c15.3C9.6%2c15.3%2c9.5%2c15.3%2c9.6%2c15.3C9.5%2c15.3%2c9.6%2c15.3%2c9.6%2c15.3z'/%3e %3cpath class='st2' d='M8.7-13.3v27.9v0.1l0%2c0c-0.1-0.1-0.2-0.1-0.4-0.2c-0.1%2c0-0.1-0.1-0.2-0.1c-0.2-0.1-0.4-0.3-0.6-0.4 c-0.1%2c0-0.1%2c0-0.2-0.1c-0.2-0.1-0.4-0.3-0.6-0.4c-0.1%2c0-0.2-0.1-0.2-0.1c-0.3-0.1-0.5-0.3-0.8-0.5c-0.1%2c0-0.1%2c0-0.2-0.1 C4.8%2c12.4%2c4%2c12%2c3.1%2c11.5c-0.1%2c0-0.2-0.1-0.2-0.1c-0.4-0.2-0.8-0.4-1.1-0.5c-0.1-0.1-0.2-0.1-0.4-0.2c-0.4-0.2-0.8-0.3-1.2-0.5 c-0.1%2c0-0.2-0.1-0.3-0.1c-1.1-0.4-2.2-0.9-3.5-1.3c-0.3-0.1-0.5-0.2-0.7-0.2c-0.5-0.1-0.9-0.3-1.4-0.4C-6%2c8.2-6.1%2c8.1-6.3%2c8 c-0.5-0.1-0.9-0.3-1.4-0.4c-0.2-0.1-0.4-0.1-0.6-0.2C-9%2c7.2-9.7%2c7.1-10.5%2c6.9V6.3V4v-9v-0.5C-9.8-5.7-9-5.8-8.3-6 c0.2%2c0%2c0.4-0.1%2c0.6-0.1c0.1%2c0%2c0.3-0.1%2c0.2-0.1c0.8-0.2%2c1.6-0.4%2c2.3-0.6c0.3-0.1%2c0.6-0.2%2c1-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.2l0.2%2c0 C-2.4-7.7-1.2-8.2%2c0-8.7c0.2-0.1%2c0.4-0.2%2c0.5-0.2c0.4-0.2%2c0.7-0.4%2c1.1-0.5c0%2c0%2c0.1%2c0%2c0.2-0.1c1.7-0.8%2c3.1-1.5%2c4.3-2.2 c0.1-0.1%2c0.3-0.1%2c0.4-0.2C6.7-12%2c6.8-12.1%2c7-12.2c0.1-0.1%2c0.3-0.1%2c0.4-0.2c0.2-0.1%2c0.3-0.2%2c0.5-0.3c0.1-0.1%2c0.2-0.2%2c0.3-0.2 C8.3-13%2c8.5-13.2%2c8.7-13.3L8.7-13.3L8.7-13.3z'/%3e %3cpath class='st3' d='M9.9%2c14.9c0%2c0%2c0%2c0-0.1%2c0.1c0%2c0%2c0%2c0.1-0.1%2c0.1l-0.1%2c0.1l0%2c0c-0.1%2c0-0.1%2c0.1-0.2%2c0.1l0%2c0c-0.1%2c0-0.1%2c0-0.2%2c0 c-0.1%2c0-0.2%2c0-0.3-0.1c-0.1%2c0-0.1%2c0-0.2-0.1l0%2c0c-0.1-0.1-0.2-0.3-0.2-0.4l0%2c0v-0.1v-27.9c0%2c0%2c0%2c0%2c0-0.1s0-0.1%2c0-0.2l0%2c0 c0.1-0.1%2c0.1-0.1%2c0.2-0.2l0%2c0c0.1%2c0%2c0.1-0.1%2c0.2-0.1C9-13.9%2c9.2-14%2c9.3-14s0.1%2c0%2c0.2%2c0l0%2c0c0.1%2c0%2c0.2%2c0.1%2c0.3%2c0.2c0%2c0%2c0%2c0%2c0.1%2c0.1 l0%2c0.1c0%2c0.1%2c0%2c0.2%2c0%2c0.2v4.5v23.4C9.9%2c14.8%2c9.9%2c14.8%2c9.9%2c14.9z'/%3e %3cpath class='st3' d='M-10.5%2c6.3c-2.6-0.6-6.4-1-10.7-1h-0.7l0%2c0c-0.2%2c0-0.3%2c0-0.5%2c0h-1c-0.6%2c0-1.1-0.5-1.1-1.1V1.7v-4.5 c0-0.6%2c0.5-1.1%2c1.1-1.1h1c0.1%2c0%2c0.3%2c0%2c0.5%2c0l0%2c0h0.7c0.3%2c0%2c0.5%2c0%2c0.7%2c0c2-0.1%2c4-0.2%2c5.7-0.3c0.4%2c0%2c0.8-0.1%2c1.2-0.1l0%2c0 c1.1-0.1%2c2.2-0.3%2c3.1-0.5v9C-10.5%2c4.2-10.5%2c6.3-10.5%2c6.3z M-22.1-1.8c-0.3%2c0-0.6%2c0.3-0.6%2c0.6v1.7v2c0%2c0.3%2c0.3%2c0.6%2c0.6%2c0.6h1.2 c0.3%2c0%2c0.6-0.3%2c0.6-0.6v-2v-1.7c0-0.3-0.3-0.6-0.6-0.6C-20.9-1.8-22.1-1.8-22.1-1.8z'/%3e %3c/g%3e %3cpath class='st4' d='M8.7-8.8C6.4-7.2-0.4-3.1-10.5-1v-4v-0.5c10.1-2.1%2c16.8-6.3%2c19.1-7.9c0%2c0%2c0%2c0%2c0%2c0.1v4.5H8.7z'/%3e %3cpath class='st4' d='M9.4-9.4L9.4-9.4C9.4-9.5%2c9.3-9.4%2c9.4-9.4c-0.1%2c0-0.1%2c0-0.2%2c0c-0.4%2c0-0.6%2c0.3-0.6%2c0.6l0%2c0v-4.5c0%2c0%2c0%2c0%2c0-0.1 c0-0.4%2c0.3-0.6%2c0.6-0.6c0.1%2c0%2c0.1%2c0%2c0.2%2c0l0%2c0c0.3%2c0.1%2c0.5%2c0.3%2c0.5%2c0.7v4.6C9.9-9.1%2c9.7-9.3%2c9.4-9.4z'/%3e %3cpath class='st4' d='M-10.6-0.4c-2.5%2c0.6-5.9%2c0.9-9.8%2c1v-1.7c0-0.3-0.3-0.6-0.6-0.6h-1.2c-0.3%2c0-0.6%2c0.3-0.6%2c0.6v1.7h-0.6 c-0.6%2c0-1.1%2c0.5-1.1%2c1.1v-4.5c0-0.6%2c0.5-1.1%2c1.1-1.1h1c0.1%2c0%2c0.3%2c0%2c0.5%2c0l0%2c0h0.7c0.3%2c0%2c0.5%2c0%2c0.7%2c0c2-0.1%2c4-0.2%2c5.7-0.3 c1.6-0.1%2c3.1-0.3%2c4.3-0.6v3.9L-10.6-0.4L-10.6-0.4z'/%3e %3cg%3e %3cpath class='st3' d='M16.5-8.8c-0.2%2c0-0.4%2c0.1-0.6%2c0.2c-0.4%2c0.3-0.5%2c1-0.2%2c1.4c1.2%2c1.5%2c2.6%2c4.4%2c2.6%2c7.5c0%2c3.8-1.8%2c6.8-2.7%2c7.7 c-0.4%2c0.4-0.4%2c1%2c0%2c1.4s1%2c0.4%2c1.4%2c0c1.3-1.2%2c3.4-4.8%2c3.4-9.1c0-4.6-2.5-8-3-8.7C17.1-8.7%2c16.8-8.8%2c16.5-8.8z'/%3e %3c/g%3e %3cg%3e %3cpath class='st3' d='M20-11.2c-0.2%2c0-0.4%2c0.1-0.6%2c0.2c-0.4%2c0.3-0.5%2c1-0.2%2c1.4c1.6%2c2%2c3.4%2c5.8%2c3.4%2c9.8c0%2c5-2.4%2c8.9-3.6%2c10.1 c-0.4%2c0.4-0.4%2c1%2c0%2c1.4c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0c1.6-1.6%2c4.2-6.1%2c4.2-11.5c0-5.8-3.2-10.2-3.8-11C20.6-11%2c20.3-11.2%2c20-11.2z'/%3e %3c/g%3e %3c/symbol%3e %3cuse xlink:href='%23icon-megaphone' width='49.1' height='30.8' id='XMLID_1_' x='-24.5' y='-15.4' transform='matrix(1.6439 0 0 -1.6439 40.5221 25.4565)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-bubble-left {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 72.99 69' style='enable-background:new 0 0 72.99 69%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.7%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M58.71%2c62.46c15.44-11.18%2c18.9-32.75%2c7.72-48.19C55.25-1.16%2c33.68-4.62%2c18.24%2c6.56C5.5%2c15.77%2c0.99%2c32.06%2c6.04%2c46.15L0%2c62.36l17.29-0.67C29.1%2c70.9%2c45.97%2c71.68%2c58.71%2c62.46z'/%3e %3cg class='st1'%3e %3ccircle class='st2' cx='52.68' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='38.49' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='24.31' cy='34.5' r='4.22'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-bubble-right {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 72.99 69' style='enable-background:new 0 0 72.99 69%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.7%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M55.7%2c61.69l17.29%2c0.67l-6.04-16.21C72%2c32.06%2c67.48%2c15.77%2c54.75%2c6.56C39.31-4.62%2c17.73-1.16%2c6.56%2c14.28c-11.18%2c15.44-7.72%2c37.01%2c7.72%2c48.19C27.01%2c71.68%2c43.88%2c70.9%2c55.7%2c61.69z'/%3e %3cg class='st1'%3e %3ccircle class='st2' cx='20.31' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='34.49' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='48.68' cy='34.5' r='4.22'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-question {
  background-image: url("data:image/svg+xml,%3csvg id='7b6334b4-356d-4182-9b6c-8b9a65a45427' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 66.78 64.93'%3e%3cdefs%3e%3csymbol id='4155ff91-529b-4e4a-8faa-dfd9166d4470' data-name='question-icon' viewBox='0 0 66.78 64.94'%3e%3cpolygon points='21.2 31.64 19.37 53.41 1.88 53.42 0 31.64 21.2 31.64' style='fill:%23ebbf54%3bfill-rule:evenodd'/%3e%3cline x1='3.76' y1='36.69' x2='17.09' y2='36.69' style='fill:none%3bstroke:white%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.52111398533343px%3bopacity:0.5'/%3e%3crect x='0.74' y='52.83' width='19.67' height='12.11' style='fill:%231a9cac'/%3e%3cpath d='M13.39%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c11.14%2c11V31.63h4.49V11A2.25%2c2.25%2c0%2c0%2c0%2c13.39%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M7.82%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c5.57%2c11V31.63h4.49V11A2.25%2c2.25%2c0%2c0%2c0%2c7.82%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M2.25%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c0%2c11V31.63H4.49V11A2.25%2c2.25%2c0%2c0%2c0%2c2.25%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M19%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c16.71%2c11V31.63H21.2V11A2.25%2c2.25%2c0%2c0%2c0%2c19%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M28.57%2c28.09a2.47%2c2.47%2c0%2c0%2c0-3.37.94L15%2c47.15l4.31%2c2.43L29.51%2c31.45A2.47%2c2.47%2c0%2c0%2c0%2c28.57%2c28.09Z' style='fill:%23ebbf54'/%3e%3cpath d='M15.84%2c49.83a6.54%2c6.54%2c0%2c0%2c1%2c.42-11.16' style='fill:none%3bstroke:white%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.52111398533343px%3bopacity:0.5'/%3e%3cpath d='M66.78%2c9.76V8.29C66.77%2c3.45%2c64%2c.18%2c59.17.11%2c48.72%2c0%2c45.83%2c0%2c35.39.1c-4.78.06-7.67%2c3.34-7.67%2c8.13%2c0%2c4.58%2c0%2c5.65%2c0%2c10.23a8.07%2c8.07%2c0%2c0%2c0%2c2.43%2c6.14%2c8.24%2c8.24%2c0%2c0%2c0%2c5.58%2c2c1.43%2c0%2c2.86%2c0%2c4.4%2c0v6.47a66.63%2c66.63%2c0%2c0%2c1%2c8.45-5.36c1-.54%2c1.63-1.15%2c2.78-1.13%2c5%2c0.06%2c2.39.05%2c7.35%2c0s8.07-3.21%2c8.07-8.09C66.78%2c14.43%2c66.78%2c13.86%2c66.78%2c9.76Z' style='fill:%231a9cac'/%3e%3cpath d='M66.78%2c9.76V8.29C66.77%2c3.45%2c64%2c.18%2c59.17.11%2c48.72%2c0%2c45.83%2c0%2c35.39.1c-4.78.06-7.67%2c3.34-7.67%2c8.13%2c0%2c4.58%2c0%2c5.65%2c0%2c10.23a8.28%2c8.28%2c0%2c0%2c0%2c2%2c5.67l37.08-12C66.78%2c11.46%2c66.78%2c10.71%2c66.78%2c9.76Z' style='fill:white%3bopacity:0.30000000000000004'/%3e%3cpath d='M45.93%2c16.32c0-3.35%2c3.93-3.77%2c3.93-7.07a2.81%2c2.81%2c0%2c0%2c0-2.94-3%2c3.31%2c3.31%2c0%2c0%2c0-3.3%2c2.92L42%2c8.92a4.75%2c4.75%2c0%2c0%2c1%2c4.91-4.08c2.64%2c0%2c4.63%2c1.56%2c4.63%2c4.33%2c0%2c4.23-4.07%2c4.13-4.07%2c7.65v1.61H45.93V16.32Zm0.78%2c4.53a1.21%2c1.21%2c0%2c1%2c1-1.21%2c1.21A1.19%2c1.19%2c0%2c0%2c1%2c46.71%2c20.85Z' style='fill:%23c9e7e5'/%3e%3crect x='0.74' y='52.83' width='7.07' height='12.11' style='fill:white%3bopacity:0.30000000000000004'/%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-comm-question%3c/title%3e%3cuse width='66.78' height='64.93' xlink:href='%234155ff91-529b-4e4a-8faa-dfd9166d4470'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-rating {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 19.2.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.4 49.9' style='enable-background:new 0 0 49.4 49.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23ECC054%3b%7d .st1%7bopacity:0.5%3bfill:white%3benable-background:new %3b%7d %3c/style%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3cpath class='st0' d='M11.4%2c16.1l0.4-0.6c0.1-0.1%2c0.2-0.2%2c0.2-0.4v0.1l0.5-0.6c0.6-0.7%2c1.3-1.4%2c2-2l0.6-0.5l0%2c0 c0.1-0.1%2c0.2-0.2%2c0.3-0.2l0.6-0.4L7.3%2c7.3l0.5%2c1L11.4%2c16.1z'/%3e %3cpath class='st0' d='M8.9%2c27.5c0-0.1%2c0-0.2-0.1-0.4h0.1l-0.1-0.7c-0.1-0.5-0.1-0.9-0.1-1.4s0-1%2c0.1-1.5l0.1-0.7H8.8 c0-0.1%2c0-0.2%2c0.1-0.4L9%2c21.7l-0.6%2c0.2l-8.4%2c3l9%2c3.3L8.9%2c27.5z'/%3e %3cpath class='st0' d='M22.6%2c9L22.6%2c9h0.7c0.5%2c0%2c0.9-0.1%2c1.4-0.1s1%2c0%2c1.4%2c0.1h0.7l0%2c0c0.2%2c0%2c0.3%2c0%2c0.5%2c0L28%2c9.1L24.7%2c0l-0.4%2c1.1 l-2.8%2c8h0.7C22.3%2c9%2c22.4%2c9%2c22.6%2c9z'/%3e %3cpath class='st0' d='M34.4%2c12.1L34.4%2c12.1l0.1%2c0.1c0.2%2c0.2%2c0.5%2c0.4%2c0.8%2c0.7c0.5%2c0.4%2c0.9%2c0.9%2c1.4%2c1.4c0.2%2c0.2%2c0.4%2c0.5%2c0.6%2c0.7 l0.2%2c0.2l0%2c0c0.1%2c0.1%2c0.2%2c0.2%2c0.2%2c0.3l0.4%2c0.6l4.1-8.8l-1%2c0.6l-7.7%2c3.7l0.6%2c0.4C34.2%2c12%2c34.3%2c12%2c34.4%2c12.1z'/%3e %3cpath class='st0' d='M40.4%2c28.2l9-3.3l-9-3.3l0.1%2c0.7c0%2c0.1%2c0.1%2c0.2%2c0.1%2c0.4h-0.1l0.1%2c0.7c0.1%2c0.5%2c0.1%2c1%2c0.1%2c1.4 c0%2c0.5%2c0%2c1-0.1%2c1.4L40.5%2c27h0.1c0%2c0.1%2c0%2c0.2-0.1%2c0.4L40.4%2c28.2z'/%3e %3cpath class='st0' d='M26.8%2c41L26.8%2c41h-0.7c-0.4%2c0-0.9%2c0-1.3%2c0s-1%2c0-1.4-0.1l-0.7-0.1V41c-0.1%2c0-0.2%2c0-0.4-0.1l-0.7-0.1l0.2%2c0.6 l2.9%2c8.5l3.2-9.1L27.2%2c41C27.1%2c41%2c27%2c41%2c26.8%2c41z'/%3e %3cpath class='st0' d='M37.7%2c34.5c-0.1%2c0.1-0.2%2c0.2-0.2%2c0.3l0%2c0L37%2c35.4c-0.5%2c0.6-1%2c1.2-1.7%2c1.7c-0.3%2c0.2-0.6%2c0.6-0.9%2c0.8 c-0.1%2c0.1-0.2%2c0.2-0.3%2c0.2l-0.6%2c0.4l8.7%2c4.2l-4.1-8.8L37.7%2c34.5z'/%3e %3cpath class='st0' d='M15%2c37.8L15%2c37.8l-0.5-0.5c-0.7-0.6-1.4-1.3-2-2L12%2c34.7l0%2c0c-0.1-0.1-0.2-0.2-0.2-0.4l-0.4-0.6l-0.3%2c0.6 l-3.8%2c8.1l8.7-4.1L15.4%2c38C15.2%2c38%2c15.1%2c37.9%2c15%2c37.8z'/%3e %3cpath class='st0' d='M36.1%2c33.4c1.8-2.5%2c2.7-5.5%2c2.7-8.4c0-4.4-2-8.7-5.8-11.5c-2.5-1.8-5.4-2.8-8.3-2.8c-4.4%2c0-8.6%2c2-11.4%2c5.8 c-1.8%2c2.5-2.7%2c5.5-2.7%2c8.4c0%2c4.4%2c2%2c8.7%2c5.8%2c11.5c2.5%2c1.8%2c5.4%2c2.8%2c8.3%2c2.8C29.1%2c39.2%2c33.3%2c37.2%2c36.1%2c33.4z'/%3e %3cpath class='st1' d='M15%2c37.8L15%2c37.8l-0.5-0.5c-0.7-0.6-1.4-1.3-2-2L12%2c34.7l0%2c0c-0.1-0.1-0.2-0.2-0.2-0.4l-0.4-0.6l-0.3%2c0.6 l-3.8%2c8.1l8.7-4.1L15.4%2c38C15.2%2c38%2c15.1%2c37.9%2c15%2c37.8z'/%3e %3cpath class='st1' d='M8.9%2c27.5c0-0.1%2c0-0.2-0.1-0.4h0.1l-0.1-0.7c-0.1-0.5-0.1-0.9-0.1-1.4s0-1%2c0.1-1.5l0.1-0.7H8.8 c0-0.1%2c0-0.2%2c0.1-0.4L9%2c21.7l-0.6%2c0.2l-8.4%2c3l9%2c3.3L8.9%2c27.5z'/%3e %3cpath class='st1' d='M11.4%2c16.1l0.4-0.6c0.1-0.1%2c0.2-0.2%2c0.2-0.4v0.1l0.5-0.6c0.6-0.7%2c1.3-1.4%2c2-2l0.6-0.5l0%2c0 c0.1-0.1%2c0.2-0.2%2c0.3-0.2l0.6-0.4L7.3%2c7.3l0.5%2c1L11.4%2c16.1z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cpolygon class='st1' points='24.2%2c1.5 21.5%2c9.1 24.2%2c8.9 '/%3e %3cpolygon class='st1' points='21.5%2c40.8 24.2%2c41 24.2%2c48.4 '/%3e %3c/g%3e %3cpath class='st1' d='M24.2%2c10.8c-4.2%2c0-8.3%2c2-11%2c5.8c-1.8%2c2.5-2.6%2c5.5-2.6%2c8.4c0%2c4.4%2c1.9%2c8.7%2c5.6%2c11.5c2.4%2c1.8%2c5.2%2c2.8%2c8%2c2.8 L24.2%2c10.8z'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-square-left {
  background-image: url("data:image/svg+xml,%3csvg id='aaa7023e-6829-4eb9-a8cd-d00507de9da6' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.84 44.7'%3e%3ctitle%3eapp-comm-square-left%3c/title%3e%3cpolygon points='27.92 0 27.92 34.09 27.92 34.09 55.84 34.09 55.84 0 27.92 0' style='fill:%2378aa50'/%3e%3cpolygon points='0 0 0 34.09 13.96 34.09 13.96 44.7 27.92 34.09 27.92 0 0 0' style='fill:%2391b772'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-suggestion {
  background-image: url("data:image/svg+xml,%3csvg id='64c60276-3b91-45dd-b00a-24a372fc290b' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40.68 64.93'%3e%3cdefs%3e%3csymbol id='0bb92e12-aa93-4874-8f4a-cacaf3e429e0' data-name='suggestion-icon' viewBox='0 0 40.68 64.94'%3e%3cpath d='M27.87%2c53H12.81c-0.35%2c0%2c.48%2c6%2c0.58%2c6.51%2c0.4%2c2%2c1%2c3.74%2c3%2c4.59a9.81%2c9.81%2c0%2c0%2c0%2c8.09%2c0c1.89-.9%2c2.44-2.56%2c2.84-4.54C27.39%2c59%2c28.22%2c53%2c27.87%2c53Z' style='fill:%231a9cac'/%3e%3cpath d='M40.22%2c15.51A22.15%2c22.15%2c0%2c0%2c0%2c32.28%2c3.93a18.34%2c18.34%2c0%2c0%2c0-5.75-3C26.08%2c0.8%2c20.34-.34%2c20.34.1c0-.44-5.74.7-6.19%2c0.84a18.34%2c18.34%2c0%2c0%2c0-5.75%2c3A22.15%2c22.15%2c0%2c0%2c0%2c.46%2c15.51c-1.25%2c5.05.15%2c10.41%2c2.8%2c14.79a54.32%2c54.32%2c0%2c0%2c1%2c4.27%2c7.9%2c37.17%2c37.17%2c0%2c0%2c1%2c2.62%2c9.62c0.17%2c1.52.2%2c3.23%2c1.24%2c4.47a3.36%2c3.36%2c0%2c0%2c0%2c1.13.75H28.17a3.36%2c3.36%2c0%2c0%2c0%2c1.13-.75c1-1.24%2c1.07-2.95%2c1.24-4.47a37.17%2c37.17%2c0%2c0%2c1%2c2.62-9.62%2c54.32%2c54.32%2c0%2c0%2c1%2c4.27-7.9C40.07%2c25.91%2c41.47%2c20.56%2c40.22%2c15.51Z' style='fill:%23ebbf54'/%3e%3cpath d='M20.34%2c53H12.81a0.07%2c0.07%2c0%2c0%2c0%2c0%2c0h7.56v0Z' style='fill:%23ecc054'/%3e%3cpath d='M20.34%2c53h0v0H27.9a0.07%2c0.07%2c0%2c0%2c0%2c0%2c0H20.34Z' style='fill:%23ecc054'/%3e%3cpath d='M24.19%2c18.8a1.6%2c1.6%2c0%2c1%2c0-1.69%2c1.59H22.33V53h0.54V20.39H22.69A1.59%2c1.59%2c0%2c0%2c0%2c24.19%2c18.8Zm-1.6%2c1.05a1.05%2c1.05%2c0%2c1%2c1%2c1.05-1.05A1.06%2c1.06%2c0%2c0%2c1%2c22.6%2c19.85Z' style='fill:%231a9cac'/%3e%3cpath d='M19.68%2c18.8A1.6%2c1.6%2c0%2c1%2c0%2c18%2c20.39H17.81V53h0.54V20.39H18.18A1.59%2c1.59%2c0%2c0%2c0%2c19.68%2c18.8Zm-1.6%2c1.05a1.05%2c1.05%2c0%2c1%2c1%2c1.05-1.05A1.06%2c1.06%2c0%2c0%2c1%2c18.09%2c19.85Z' style='fill:white'/%3e%3cg style='opacity:0.5'%3e%3cpath d='M25.47%2c59l-0.13%2c0L15.08%2c55.11a0.36%2c0.36%2c0%2c0%2c1%2c.25-0.68L25.6%2c58.26A0.36%2c0.36%2c0%2c0%2c1%2c25.47%2c59Z' style='fill:%23cbcaca'/%3e%3cpath d='M24.74%2c60.95l-0.13%2c0-9.36-3.46a0.36%2c0.36%2c0%2c0%2c1%2c.25-0.68l9.36%2c3.46A0.36%2c0.36%2c0%2c0%2c1%2c24.74%2c60.95Z' style='fill:%23cbcaca'/%3e%3cpath d='M24.12%2c62.93l-0.12%2c0-8.57-3.1a0.36%2c0.36%2c0%2c0%2c1%2c.25-0.68l8.57%2c3.1A0.36%2c0.36%2c0%2c0%2c1%2c24.12%2c62.93Z' style='fill:%23cbcaca'/%3e%3c/g%3e%3cg style='opacity:0.4'%3e%3cpath d='M14.15%2c0.94a18.33%2c18.33%2c0%2c0%2c0-5.75%2c3A22.15%2c22.15%2c0%2c0%2c0%2c.46%2c15.51c-1.25%2c5.05.15%2c10.41%2c2.8%2c14.79a54.33%2c54.33%2c0%2c0%2c1%2c4.27%2c7.9%2c37.17%2c37.17%2c0%2c0%2c1%2c2.62%2c9.62c0.17%2c1.52.2%2c3.23%2c1.24%2c4.47a3.35%2c3.35%2c0%2c0%2c0%2c1.13.75h7.83V0.1C20.34-.34%2c14.6.8%2c14.15%2c0.94Z' style='fill:white'/%3e%3c/g%3e%3cg style='opacity:0.4'%3e%3cpath d='M12.81%2c53c-0.35%2c0%2c.48%2c6%2c0.58%2c6.51%2c0.4%2c2%2c1%2c3.74%2c3%2c4.59a10.31%2c10.31%2c0%2c0%2c0%2c4%2c.84V53H12.81Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-comm-suggestion%3c/title%3e%3cuse width='40.68' height='64.93' xlink:href='%230bb92e12-aa93-4874-8f4a-cacaf3e429e0'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-comm-vent {
  background-image: url("data:image/svg+xml,%3csvg id='c6c80e65-99fd-4f29-99e8-45d8ea41b38a' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 78.29 64.93'%3e%3cdefs%3e%3csymbol id='eb59ed41-afc0-44e9-81be-e509776a8efe' data-name='vent-icon' viewBox='0 0 78.29 64.94'%3e%3cpolygon points='53.19 43.42 44.28 43.4 51.42 31.88 41.01 31.83 33.7 47.95 42.26 47.95 36.15 64.94 53.19 43.42' style='fill:%23ebbf54'/%3e%3cpath d='M68.13%2c12.87c-0.2%2c0-.39%2c0-0.59%2c0a16.6%2c16.6%2c0%2c0%2c0-32.75%2c2.78%2c9%2c9%2c0%2c0%2c0-12.09%2c6.43l-0.32%2c0a5.54%2c5.54%2c0%2c1%2c0%2c0%2c11.08H68.13A10.15%2c10.15%2c0%2c1%2c0%2c68.13%2c12.87Z' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M51.36%2c0A16.6%2c16.6%2c0%2c0%2c0%2c34.79%2c15.68a9%2c9%2c0%2c0%2c0-12.08%2c6.43l-0.32%2c0a5.54%2c5.54%2c0%2c1%2c0%2c0%2c11.08h31.5V0.2A16.66%2c16.66%2c0%2c0%2c0%2c51.36%2c0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M7.19%2c26.59l0.42%2c0a11.74%2c11.74%2c0%2c0%2c1%2c23.17%2c2%2c6.39%2c6.39%2c0%2c0%2c1%2c8.55%2c4.55h0.23a3.92%2c3.92%2c0%2c1%2c1%2c0%2c7.84H7.19A7.18%2c7.18%2c0%2c1%2c1%2c7.19%2c26.59Z' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M7.6%2c26.61l-0.42%2c0A7.18%2c7.18%2c0%2c1%2c0%2c7.19%2c41H13.6V18.84A11.76%2c11.76%2c0%2c0%2c0%2c7.6%2c26.61Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-comm-vent%3c/title%3e%3cuse width='78.29' height='64.93' xlink:href='%23eb59ed41-afc0-44e9-81be-e509776a8efe'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-eye {
  background-image: url("data:image/svg+xml,%3csvg id='7bd56b2b-3a06-440d-9ab6-f37774573252' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 19'%3e%3ctitle%3eapp-eye%3c/title%3e%3cpath d='M1.69%2c9.44a14.2%2c14.2%2c0%2c0%2c0%2c12.81%2c8V1.54A14.18%2c14.18%2c0%2c0%2c0%2c1.69%2c9.44Z' style='fill:white'/%3e%3cpath d='M27.31%2c9.44A14.19%2c14.19%2c0%2c0%2c0%2c14.5%2c1.54V17.47A14.22%2c14.22%2c0%2c0%2c0%2c27.31%2c9.44Z' style='fill:%23ddded9'/%3e%3cpath d='M1.69%2c9.44a14.2%2c14.2%2c0%2c0%2c0%2c12.81%2c8V1.54A14.18%2c14.18%2c0%2c0%2c0%2c1.69%2c9.44Z' style='fill:none'/%3e%3cpath d='M1.69%2c9.44A14.19%2c14.19%2c0%2c0%2c1%2c14.5%2c1.54V0A15.61%2c15.61%2c0%2c0%2c0%2c.33%2c8.76L0%2c9.44l0.33%2c0.68A15.83%2c15.83%2c0%2c0%2c0%2c14.5%2c19V17.46A14.19%2c14.19%2c0%2c0%2c1%2c1.69%2c9.44Z' style='fill:%2390908f'/%3e%3cpath d='M28.67%2c10.12L29%2c9.44l-0.33-.68A15.61%2c15.61%2c0%2c0%2c0%2c14.5%2c0V1.54a14.19%2c14.19%2c0%2c0%2c1%2c12.81%2c7.9%2c14.2%2c14.2%2c0%2c0%2c1-12.81%2c8V19A15.83%2c15.83%2c0%2c0%2c0%2c28.67%2c10.12Z' style='fill:%2390908f'/%3e%3cpath d='M14.5%2c9.5' style='fill:%23ee5f2b'/%3e%3cpath d='M14.5%2c9.5' style='fill:%23ee5f2b'/%3e%3cpath d='M14.5%2c12A2.44%2c2.44%2c0%2c0%2c1%2c12.08%2c9.5a2.47%2c2.47%2c0%2c0%2c1%2c1.34-2.2l-1.5-3.06A5.89%2c5.89%2c0%2c0%2c0%2c14.5%2c15.38a5.72%2c5.72%2c0%2c0%2c0%2c4-1.63l-2.33-2.47A2.4%2c2.4%2c0%2c0%2c1%2c14.5%2c12Z' style='fill:%2365c8d6'/%3e%3cpath d='M20.29%2c9.5a6.81%2c6.81%2c0%2c0%2c0%2c0-.78l-3.34.46c0%2c0.11%2c0%2c.21%2c0%2c0.32a2.44%2c2.44%2c0%2c0%2c1-.75%2c1.77l2.33%2c2.47A5.88%2c5.88%2c0%2c0%2c0%2c20.29%2c9.5Z' style='fill:%23126b72'/%3e%3cpath d='M16.26%2c7.82a2.46%2c2.46%2c0%2c0%2c1%2c.63%2c1.35l3.34-.45a5.89%2c5.89%2c0%2c0%2c0-1.51-3.24Z' style='fill:%23189bab'/%3e%3cpath d='M16.26%2c7.82l2.46-2.34a5.8%2c5.8%2c0%2c0%2c0-1.18-1L15.77%2c7.41A2.43%2c2.43%2c0%2c0%2c1%2c16.26%2c7.82Z' style='fill:%23126b72'/%3e%3cpath d='M14.5%2c7a2.39%2c2.39%2c0%2c0%2c1%2c1.27.37L17.54%2c4.5a5.69%2c5.69%2c0%2c0%2c0-5.62-.26l1.5%2c3.06A2.46%2c2.46%2c0%2c0%2c1%2c14.5%2c7Z' style='fill:%23189bab'/%3e%3cpath d='M16.07%2c9.29a1.6%2c1.6%2c0%2c0%2c0-.41-0.89%2c2.08%2c2.08%2c0%2c0%2c0-.32-0.27%2c1.58%2c1.58%2c0%2c0%2c0-.83-0.24%2c1.51%2c1.51%2c0%2c0%2c0-.7.17%2c1.61%2c1.61%2c0%2c0%2c0%2c.7%2c3.05%2c1.54%2c1.54%2c0%2c0%2c0%2c1.09-.45%2c1.61%2c1.61%2c0%2c0%2c0%2c.49-1.16C16.08%2c9.43%2c16.08%2c9.36%2c16.07%2c9.29Z' style='fill:white'/%3e%3cpath d='M14.5%2c11.11a1.61%2c1.61%2c0%2c0%2c1-.7-3.05L13.43%2c7.3A2.47%2c2.47%2c0%2c0%2c0%2c14.51%2c12a2.4%2c2.4%2c0%2c0%2c0%2c1.67-.68l-0.58-.61A1.62%2c1.62%2c0%2c0%2c1%2c14.5%2c11.11Z' style='fill:%2365c8d6'/%3e%3cpath d='M16.08%2c9.5a1.61%2c1.61%2c0%2c0%2c1-.49%2c1.16l0.58%2c0.61a2.48%2c2.48%2c0%2c0%2c0%2c.75-1.77c0-.11%2c0-0.22%2c0-0.32l-0.83.11A1.48%2c1.48%2c0%2c0%2c1%2c16.08%2c9.5Z' style='fill:%23126b72'/%3e%3cpath d='M15.65%2c8.4a1.57%2c1.57%2c0%2c0%2c1%2c.41.89l0.83-.11a2.5%2c2.5%2c0%2c0%2c0-.63-1.35Z' style='fill:%23189bab'/%3e%3cpath d='M15.65%2c8.4l0.61-.58a2.37%2c2.37%2c0%2c0%2c0-.49-0.41l-0.44.72A1.69%2c1.69%2c0%2c0%2c1%2c15.65%2c8.4Z' style='fill:%23126b72'/%3e%3cpath d='M14.5%2c7.89a1.55%2c1.55%2c0%2c0%2c1%2c.83.24l0.44-.72A2.39%2c2.39%2c0%2c0%2c0%2c14.5%2c7a2.26%2c2.26%2c0%2c0%2c0-1.07.26L13.8%2c8.06A1.51%2c1.51%2c0%2c0%2c1%2c14.5%2c7.89Z' style='fill:%23189bab'/%3e%3cellipse cx='10.92' cy='7.3' rx='1.46' ry='1.48' style='fill:white'/%3e%3cpath d='M16.9%2c9.18a2.5%2c2.5%2c0%2c0%2c0-.63-1.35%2c2.4%2c2.4%2c0%2c0%2c0-1.76-.78%2c2.26%2c2.26%2c0%2c0%2c0-1.07.26A2.47%2c2.47%2c0%2c0%2c0%2c14.52%2c12a2.4%2c2.4%2c0%2c0%2c0%2c1.67-.68%2c2.48%2c2.48%2c0%2c0%2c0%2c.75-1.77C16.92%2c9.39%2c16.91%2c9.28%2c16.9%2c9.18Zm-2.4%2c1.93a1.61%2c1.61%2c0%2c0%2c1-.7-3.05%2c1.51%2c1.51%2c0%2c0%2c1%2c.7-0.17%2c1.55%2c1.55%2c0%2c0%2c1%2c.83.24%2c1.39%2c1.39%2c0%2c0%2c1%2c.32.27%2c1.57%2c1.57%2c0%2c0%2c1%2c.41.89%2c1.49%2c1.49%2c0%2c0%2c1%2c0%2c.21%2c1.61%2c1.61%2c0%2c0%2c1-.49%2c1.16A1.54%2c1.54%2c0%2c0%2c1%2c14.5%2c11.11Z' style='fill:%23505356%3bopacity:0.5%3bisolation:isolate'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-filter-active {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 39.28 28.74' style='enable-background:new 0 0 39.28 28.74%3b' xml:space='preserve'%3e %3cstyle%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d .st4%7bfill:%23939393%3b%7d %3c/style%3e %3csymbol id='filter' viewBox='-19.64 -14.37 39.28 28.74'%3e %3cg%3e %3cpath class='st3' d='M19.64-10.14c0-2.33-1.91-4.24-4.24-4.24H-15.4c-2.33%2c0-4.24%2c1.91-4.24%2c4.24v20.27c0%2c2.33%2c1.91%2c4.24%2c4.24%2c4.24H15.4c2.33%2c0%2c4.24-1.91%2c4.24-4.24V-10.14z'/%3e %3c/g%3e %3cg id='Your_Icon_3_'%3e %3cpolygon class='st4' points='8.67%2c6.62 -8.67%2c6.62 -2.17%2c0.12 -2.17%2c-10.22 2.17%2c-7.33 2.17%2c0.12'/%3e %3c/g%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23filter' width='39.28' height='28.74' x='-19.64' y='-14.37' transform='matrix(1 0 0 -1 19.6387 14.3699)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-filter {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 39.28 28.74' style='enable-background:new 0 0 39.28 28.74%3b' xml:space='preserve'%3e %3cstyle%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d .st4%7bfill:%23939393%3b%7d %3c/style%3e %3csymbol id='filter' viewBox='-19.64 -14.37 39.28 28.74'%3e %3cg%3e %3cpath class='st2' d='M19.64-10.14c0-2.33-1.91-4.24-4.24-4.24H-15.4c-2.33%2c0-4.24%2c1.91-4.24%2c4.24v20.27c0%2c2.33%2c1.91%2c4.24%2c4.24%2c4.24H15.4c2.33%2c0%2c4.24-1.91%2c4.24-4.24V-10.14z'/%3e %3c/g%3e %3cg id='Your_Icon_3_'%3e %3cpolygon class='st3' points='8.67%2c6.62 -8.67%2c6.62 -2.17%2c0.12 -2.17%2c-10.22 2.17%2c-7.33 2.17%2c0.12'/%3e %3c/g%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23filter' width='39.28' height='28.74' x='-19.64' y='-14.37' transform='matrix(1 0 0 -1 19.6387 14.3699)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-gear {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='19.64px' height='19.64px' viewBox='0 0 19.64 19.64' style='enable-background:new 0 0 19.64 19.64%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23656A6E%3b%7d .st1%7bopacity:0.3%3bfill:white%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='icon-gear' viewBox='-9.82 -9.82 19.64 19.64'%3e %3cpath class='st0' d='M9.82-1.21v2.45L6.88%2c2.47C6.8%2c2.7%2c6.72%2c2.92%2c6.61%2c3.14l1.18%2c2.95L6.06%2c7.82l-2.92-1.2 C2.91%2c6.73%2c2.69%2c6.82%2c2.45%2c6.9L1.21%2c9.82H0h-1.25l-1.21-2.9C-2.7%2c6.83-2.94%2c6.74-3.17%2c6.63L-6.09%2c7.8l-1.73-1.74l1.19-2.89 c-0.12-0.24-0.21-0.48-0.3-0.73l-2.89-1.23v-2.45l2.89-1.2c0.09-0.25%2c0.19-0.49%2c0.3-0.73L-7.8-6.09l1.74-1.74l2.9%2c1.19 c0.23-0.11%2c0.47-0.2%2c0.71-0.28l1.24-2.9H0h1.25L2.46-6.9c0.23%2c0.09%2c0.46%2c0.18%2c0.68%2c0.28l2.94-1.18l1.73%2c1.74L6.62-3.13 c0.1%2c0.22%2c0.19%2c0.44%2c0.27%2c0.67L9.82-1.21z M0-2.51c-1.43%2c0-2.6%2c1.16-2.6%2c2.6c0%2c1.43%2c1.16%2c2.6%2c2.6%2c2.6c1.43%2c0%2c2.6-1.16%2c2.6-2.6 C2.6-1.34%2c1.43-2.51%2c0-2.51z'/%3e %3cg%3e %3cpath class='st1' d='M2.6%2c0.09c0-1.43-1.16-2.6-2.6-2.6v-2.85c3.01%2c0%2c5.45%2c2.44%2c5.45%2c5.45C5.45%2c3.1%2c3.01%2c5.54%2c0%2c5.54V2.69 C1.43%2c2.69%2c2.6%2c1.53%2c2.6%2c0.09z'/%3e %3cg%3e %3cpath class='st1' d='M-1.25%2c9.82l-1.21-2.91C-2.7%2c6.83-2.94%2c6.74-3.17%2c6.63L-6.09%2c7.8l-1.73-1.74l1.19-2.89 c-0.12-0.24-0.21-0.48-0.3-0.73l-2.89-1.23v-2.46l2.89-1.2c0.09-0.25%2c0.19-0.49%2c0.3-0.73L-7.8-6.09l1.74-1.74l2.9%2c1.19 c0.23-0.11%2c0.47-0.2%2c0.71-0.28l1.24-2.91H0v4.46c-3.01%2c0-5.45%2c2.44-5.45%2c5.45c0%2c3.01%2c2.44%2c5.45%2c5.45%2c5.45v4.28H-1.25z'/%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23icon-gear' width='19.64' height='19.64' x='-9.82' y='-9.82' transform='matrix(1 0 0 -1 9.8184 9.8181)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-grp-filter-active {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 39.3 29.9' style='enable-background:new 0 0 39.3 29.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%234F5356%3b%7d .st1%7bfill:%23919191%3b%7d .st2%7bfill:%23E0E0E0%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='groups-active' viewBox='-19.6 -14.9 39.3 29.9'%3e %3cg%3e %3cpath class='st0' d='M19.6-10.6c0-2.4-1.9-4.3-4.3-4.3h-30.6c-2.4%2c0-4.3%2c1.9-4.3%2c4.3v21.2c0%2c2.4%2c1.9%2c4.3%2c4.3%2c4.3h30.6 c2.4%2c0%2c4.3-1.9%2c4.3-4.3V-10.6z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cg id='XMLID_18_'%3e %3cg%3e %3cpath class='st1' d='M15.9-5.5H1.5c0%2c0.1%2c0%2c0.3%2c0%2c0.5c0%2c0.6-0.1%2c1.2%2c0.1%2c1.7c0.2%2c0.6%2c0.7%2c1.2%2c1.9%2c1.5l0.5%2c0.1 C5.9-1.1%2c7-0.7%2c7.3%2c0l0.1%2c0.2l0%2c0.2c0%2c0%2c0%2c0-0.1%2c0.1C7.3%2c0.7%2c7.1%2c0.8%2c7%2c0.9C6.4%2c1.1%2c5.8%2c2.9%2c5.7%2c4.8c-0.1%2c1.6%2c1.2%2c3.4%2c3%2c3.4 c1.4%2c0%2c2.9-1.4%2c2.9-3.5c0-1.3-0.7-3-1.7-4C9.9%2c0.6%2c9.9%2c0.6%2c9.8%2c0.5L9.7%2c0.4l0-0.2c0.2-1%2c1.4-1.3%2c3.6-1.9l0.5-0.1 c1.2-0.3%2c1.7-0.9%2c1.9-1.5h0c0.2-0.6%2c0.2-1.3%2c0.2-1.9C15.9-5.3%2c15.9-5.4%2c15.9-5.5z'/%3e %3c/g%3e %3c/g%3e %3cg id='XMLID_16_'%3e %3cg%3e %3cpath class='st1' d='M-1.5-5.5h-14.4c0%2c0.1%2c0%2c0.3%2c0%2c0.5c0%2c0.6-0.1%2c1.2%2c0.1%2c1.7c0.2%2c0.6%2c0.7%2c1.2%2c1.9%2c1.5l0.5%2c0.1 c2%2c0.6%2c3.1%2c0.9%2c3.5%2c1.7l0.1%2c0.2l0%2c0.2c0%2c0%2c0%2c0-0.1%2c0.1c-0.1%2c0.1-0.2%2c0.3-0.4%2c0.4c-0.8%2c1-1.4%2c2.6-1.4%2c3.9c0%2c1.6%2c1.2%2c3.4%2c3%2c3.4 c1.4%2c0%2c2.9-1.4%2c2.9-3.5c0-1.3-0.7-3-1.7-4c-0.1-0.1-0.1-0.1-0.2-0.2l-0.1-0.1l0-0.2C-7.4-0.7-6.2-1-4-1.7l0.5-0.1 c1.2-0.3%2c1.7-0.9%2c1.9-1.5h0c0.2-0.6%2c0.2-1.3%2c0.2-1.9C-1.4-5.3-1.4-5.4-1.5-5.5z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='XMLID_13_'%3e %3cg%3e %3cpath class='st2' d='M10.3-10.3h-20.6c0%2c0.2%2c0%2c0.4-0.1%2c0.7c-0.1%2c0.8-0.1%2c1.6%2c0.1%2c2.4c0.3%2c0.9%2c1%2c1.7%2c2.7%2c2.2l0.6%2c0.2 C-4-4-2.4-3.6-1.9-2.5l0.2%2c0.3l0%2c0.4c0%2c0-0.1%2c0-0.1%2c0.1C-2-1.5-2.2-1.4-2.4-1.1c-1.1%2c1.4-1.9%2c3.7-1.9%2c5.5 c0%2c2.4%2c1.7%2c4.8%2c4.3%2c4.8c2%2c0%2c4.2-2%2c4.2-5c0-1.9-1-4.3-2.4-5.7C1.8-1.6%2c1.7-1.7%2c1.6-1.8L1.5-1.9l0.1-0.2C1.9-3.5%2c3.5-4%2c6.6-4.9 l0.7-0.2C9-5.6%2c9.7-6.4%2c10.1-7.3h0c0.3-0.9%2c0.3-1.8%2c0.2-2.7C10.3-10.1%2c10.3-10.2%2c10.3-10.3z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23groups-active' width='39.3' height='29.9' x='-19.6' y='-14.9' transform='matrix(1 0 0 -1 19.6388 14.9436)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-grp-filter {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 39.3 29.9' style='enable-background:new 0 0 39.3 29.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23F2F2F2%3b%7d .st1%7bfill:%23919191%3b%7d .st2%7bfill:%23656A6E%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='groups-innactive' viewBox='-19.6 -14.9 39.3 29.9'%3e %3cg%3e %3cpath class='st0' d='M19.6-10.6c0-2.4-1.9-4.3-4.3-4.3h-30.6c-2.4%2c0-4.3%2c1.9-4.3%2c4.3v21.2c0%2c2.4%2c1.9%2c4.3%2c4.3%2c4.3h30.6 c2.4%2c0%2c4.3-1.9%2c4.3-4.3V-10.6z'/%3e %3c/g%3e %3cg%3e %3cpath class='st1' d='M15.7-3.3L15.7-3.3c-0.2%2c0.6-0.8%2c1.2-2%2c1.5l-0.5%2c0.1C11.1-1%2c10-0.7%2c9.7%2c0.3l0%2c0.2l0.1%2c0.1 C9.9%2c0.6%2c9.9%2c0.6%2c10%2c0.7c1%2c1%2c1.7%2c2.6%2c1.7%2c4c0%2c2.1-1.5%2c3.5-2.9%2c3.5c-1.8%2c0-3-1.7-3-3.4C5.7%2c3.5%2c6.2%2c2%2c7%2c0.9 c0.1-0.2%2c0.2-0.3%2c0.4-0.4c0%2c0%2c0.1-0.1%2c0.1-0.1l0-0.2L7.3%2c0C7-0.7%2c5.9-1.1%2c3.8-1.7L3.4-1.8C2.6-2%2c2.1-2.4%2c1.8-2.8 C2.5-3.7%2c4-4.1%2c6.6-4.9l0.7-0.2c0.4-0.1%2c0.7-0.2%2c1-0.4h7.6c0%2c0.1%2c0%2c0.2%2c0%2c0.3C15.9-4.6%2c15.9-3.9%2c15.7-3.3z'/%3e %3cpath class='st1' d='M-6.9-4.9C-4.2-4.1-2.6-3.6-2-2.7C-2.3-2.3-2.8-2-3.6-1.8L-4-1.7c-2.2%2c0.6-3.3%2c1-3.6%2c1.9l0%2c0.2l0.1%2c0.1 c0.1%2c0.1%2c0.1%2c0.1%2c0.2%2c0.2c1%2c1%2c1.7%2c2.6%2c1.7%2c4c0%2c2.1-1.5%2c3.5-2.9%2c3.5c-1.8%2c0-3-1.7-3-3.4c0-1.3%2c0.6-2.8%2c1.4-3.9 c0.1-0.2%2c0.2-0.3%2c0.4-0.4c0%2c0%2c0.1-0.1%2c0.1-0.1l0-0.2L-10%2c0c-0.4-0.8-1.5-1.1-3.5-1.7l-0.5-0.1c-1.2-0.3-1.7-0.9-1.9-1.5 c-0.2-0.5-0.1-1.1-0.1-1.7c0-0.2%2c0-0.3%2c0-0.5h7.3c0.3%2c0.1%2c0.6%2c0.3%2c1%2c0.4L-6.9-4.9z'/%3e %3cpath class='st2' d='M6.6-4.9C4-4.1%2c2.5-3.7%2c1.8-2.8C1.7-2.6%2c1.6-2.4%2c1.5-2.1L1.5-1.9l0.2%2c0.1c0.1%2c0.1%2c0.2%2c0.2%2c0.3%2c0.3 c1.4%2c1.4%2c2.4%2c3.8%2c2.4%2c5.7c0%2c3-2.2%2c5-4.2%2c5c-2.6%2c0-4.3-2.5-4.3-4.8c0-1.8%2c0.8-4.1%2c1.9-5.5C-2.2-1.4-2-1.5-1.8-1.7 c0.1-0.1%2c0.1-0.1%2c0.1-0.1l0-0.4l-0.2-0.3C-1.9-2.5-2-2.6-2-2.7c-0.6-0.9-2.2-1.4-4.9-2.2l-0.6-0.2c-0.4-0.1-0.7-0.2-1-0.4 c-1-0.5-1.5-1.1-1.7-1.8c-0.2-0.8-0.2-1.6-0.1-2.4c0-0.2%2c0-0.4%2c0.1-0.7h20.6c0%2c0.1%2c0%2c0.3%2c0%2c0.4c0%2c0.9%2c0.1%2c1.8-0.2%2c2.7h0 C9.8-6.6%2c9.3-5.9%2c8.3-5.5C8-5.3%2c7.7-5.2%2c7.3-5.1L6.6-4.9z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23groups-innactive' width='39.3' height='29.9' x='-19.6' y='-14.9' transform='matrix(1 0 0 -1 19.6387 14.9429)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-heart {
  background-image: url("data:image/svg+xml,%3csvg id='71d0b049-8c34-42e2-80c8-1537ca878f1b' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.98 47.92'%3e%3ctitle%3eapp-heart%3c/title%3e%3cpath d='M28%2c8.24C24.69%2c1.13%2c15.36-2%2c8.23%2c1.32%2c0.64%2c4.85-3%2c13.85%2c3%2c24.46%2c7.26%2c32%2c14.81%2c37.71%2c28%2c47.92h0V8.24Z' style='fill:%23f1804e'/%3e%3cpath d='M47.76%2c1.32C40.63-2%2c31.31%2c1.12%2c28%2c8.23V47.91C41.17%2c37.71%2c48.72%2c32%2c53%2c24.46%2c59%2c13.85%2c55.35%2c4.85%2c47.76%2c1.32Z' style='fill:%23ee602d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-laud-anni-banner {
  background-image: url("data:image/svg+xml,%3csvg id='b47f68e7-891c-4ef7-a695-2bc52d390a96' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.6 15.81'%3e%3ctitle%3eapp-anniversary-banner%3c/title%3e%3cpath d='M56.6%2c0.61c0%2c0.1-.1.1%2c0%2c0l-0.1.1Z' style='fill:%2366c9d7'/%3e%3cpath d='M56.5%2c0.71a22.66%2c22.66%2c0%2c0%2c1-4.8%2c3.4l5.9%2c4.2-1.1-7.5V0.71h0Z' style='fill:%23ef602b'/%3e%3cpath d='M51.3%2c11.71l0.3-7.5a36.65%2c36.65%2c0%2c0%2c1-5.3%2c2.2Z' style='fill:%2366c9d7'/%3e%3cpath d='M44.9%2c13.91l1.3-7.4a44.19%2c44.19%2c0%2c0%2c1-5.5%2c1.4Z' style='fill:%23ef602b'/%3e%3cpath d='M38.6%2c15.21L40.4%2c8a48.91%2c48.91%2c0%2c0%2c1-5.7.8Z' style='fill:%2366c9d7'/%3e%3cpath d='M32.1%2c15.81l2.5-7c-1.9.1-3.8%2c0.2-5.7%2c0.2Z' style='fill:%23ef602b'/%3e%3cpath d='M1.1%2c0.81h0L0%2c8.31l5.9-4.2A22.45%2c22.45%2c0%2c0%2c1%2c1.1.81h0Z' style='fill:%2366c9d7'/%3e%3cpath d='M6.3%2c11.71l5.1-5.3a23.46%2c23.46%2c0%2c0%2c1-5.3-2.2Z' style='fill:%23ef602b'/%3e%3cpath d='M12.7%2c13.91l4.3-6c-2-.4-3.8-0.9-5.5-1.4Z' style='fill:%2366c9d7'/%3e%3cpath d='M19%2c15.21l3.9-6.4c-2-.2-3.9-0.5-5.7-0.8Z' style='fill:%23ef602b'/%3e%3cpath d='M25.5%2c15.81L28.7%2c9a51.66%2c51.66%2c0%2c0%2c1-5.7-.3Z' style='fill:%2366c9d7'/%3e%3cpath d='M56.7%2c0.51C51.8%2c5.61%2c41.2%2c9%2c28.8%2c9S5.6%2c5.51.8%2c0.41' style='fill:none%3bstroke:%23babdc0%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:0.8173999786376953px'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-laud-anni-year {
  background-image: url("data:image/svg+xml,%3csvg id='3184a425-31ec-456d-a157-1d11f262d164' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.11 57.19'%3e%3ctitle%3eapp-anniversary-year%3c/title%3e%3cpath d='M21.38%2c27.74l-7.75%2c6.82L9%2c29.21l12.6-10.64h7.64V57.19H21.38V27.74Z' style='fill:%2377a952'/%3e%3cpath d='M41.39%2c27.75L37%2c21H40.2l2.48%2c4.39L45.32%2c21h3.06L44%2c27.75v5H41.39v-5Z' style='fill:%236d944a'/%3e%3cpath d='M38.51%2c34.67H43c2.4%2c0%2c4.42.83%2c4.42%2c3.56a3%2c3%2c0%2c0%2c1-2.53%2c3.21l3%2c5h-3.1L42.37%2c41.7H41.1v4.69H38.51V34.67Zm2.58%2c4.85h1.52c0.94%2c0%2c2.17%2c0%2c2.17-1.31s-1.06-1.36-2-1.36H41.1v2.67Z' style='fill:%236d944a'/%3e%3cpath d='M55.13%2c0.62L55%2c0.71V0.76Z' style='fill:%2366c9d7'/%3e%3cpath d='M1.07%2c0.71L1%2c0.62%2c1.06%2c0.76V0.71Z' style='fill:%2366c9d7'/%3e%3cpath d='M55%2c0.71A20%2c20%2c0%2c0%2c1%2c50.39%2c4L56.11%2c8.1%2c55.05%2c0.83V0.71Z' style='fill:%23ef602b'/%3e%3cpath d='M50%2c11.45l0.24-7.33A34%2c34%2c0%2c0%2c1%2c45%2c6.3Z' style='fill:%2366c9d7'/%3e%3cpath d='M43.72%2c13.53L45%2c6.33a46.62%2c46.62%2c0%2c0%2c1-5.38%2c1.4Z' style='fill:%23ef602b'/%3e%3cpath d='M37.58%2c14.8l1.73-7c-1.77.34-3.62%2c0.61-5.54%2c0.79Z' style='fill:%2366c9d7'/%3e%3cpath d='M31.28%2c15.4l2.41-6.83c-1.8.16-3.66%2c0.26-5.56%2c0.26Z' style='fill:%23ef602b'/%3e%3cpath d='M1.06%2c0.76V0.83L0%2c8.1%2c5.72%2c4A20%2c20%2c0%2c0%2c1%2c1.07.71V0.76Z' style='fill:%2366c9d7'/%3e%3cpath d='M6.14%2c11.45L11.07%2c6.3A34%2c34%2c0%2c0%2c1%2c5.89%2c4.12Z' style='fill:%23ef602b'/%3e%3cpath d='M12.38%2c13.53l4.15-5.81a46.59%2c46.59%2c0%2c0%2c1-5.38-1.4Z' style='fill:%2366c9d7'/%3e%3cpath d='M18.52%2c14.8l3.81-6.24c-1.92-.18-3.77-0.44-5.54-0.79Z' style='fill:%23ef602b'/%3e%3cpath d='M24.82%2c15.4L28%2c8.82c-1.9%2c0-3.76-.1-5.56-0.26Z' style='fill:%2366c9d7'/%3e%3cpath d='M55.26%2c0.52C50.5%2c5.42%2c40.1%2c8.83%2c28.05%2c8.83S5.46%2c5.37.74%2c0.41' style='fill:none%3bstroke:%23babdc0%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:0.817378478220906px'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-laud-streamers {
  background-image: url("data:image/svg+xml,%3csvg id='b1557edb-ccd1-40c9-ae08-93878de4ed08' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 88.89 81.76'%3e%3cdefs%3e%3csymbol id='f7314fcc-0b42-43fd-9c35-b09040f484fc' data-name='celebration-2' viewBox='0 0 61.8 58.82'%3e%3cpath d='M22.63%2c58.44a5.07%2c5.07%2c0%2c0%2c1%2c2.5-2.5%2c0.57%2c0.57%2c0%2c0%2c0%2c0-1%2c5.07%2c5.07%2c0%2c0%2c1-2.5-2.5%2c0.57%2c0.57%2c0%2c0%2c0-1%2c0%2c5.07%2c5.07%2c0%2c0%2c1-2.5%2c2.5%2c0.57%2c0.57%2c0%2c0%2c0%2c0%2c1%2c5.07%2c5.07%2c0%2c0%2c1%2c2.5%2c2.5A0.52%2c0.52%2c0%2c0%2c0%2c22.63%2c58.44Z' style='fill:%23ebbf54'/%3e%3cpath d='M1.13%2c51.74l33.1-6.4L16.73%2c21%2c0.13%2c50.34A0.94%2c0.94%2c0%2c0%2c0%2c1.13%2c51.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M16.83%2c21c1.5-1%2c6.6%2c3.5%2c11.4%2c10.3s7.5%2c13%2c6%2c14-6.5-3.5-11.3-10.2S15.33%2c22.14%2c16.83%2c21Z' style='fill:%23b39041'/%3e%3cpath d='M37.73%2c4.14a12.25%2c12.25%2c0%2c0%2c0-1.9-.2%2c6.28%2c6.28%2c0%2c0%2c0-1.9.3c-0.4.1-.8%2c0.3-1.1%2c0.4a2.19%2c2.19%2c0%2c0%2c0-.5.3%2c0.76%2c0.76%2c0%2c0%2c1-.4.2c-0.1.1-.2%2c0.1-0.3%2c0.2a0.2%2c0.2%2c0%2c0%2c1-.2.1c-0.2.1-.3%2c0.3-0.5%2c0.4a10%2c10%2c0%2c0%2c0-1%2c1.1%2c8.84%2c8.84%2c0%2c0%2c0-1%2c1.9c-0.1.2-.1%2c0.4-0.2%2c0.6v0.2a0.31%2c0.31%2c0%2c0%2c1%2c.1-0.2%2c1.51%2c1.51%2c0%2c0%2c1%2c.4-0.4%2c5%2c5%2c0%2c0%2c1%2c1.5-1.3l0.9-.6%2c0.1-.1%2c0.6-.3c0.1-.1.2-0.1%2c0.3-0.2a0.37%2c0.37%2c0%2c0%2c1%2c.3-0.1%2c0.35%2c0.35%2c0%2c0%2c0%2c.2-0.1%2c6.15%2c6.15%2c0%2c0%2c1%2c1.1-.3%2c7.72%2c7.72%2c0%2c0%2c1%2c1.5-.2%2c7.57%2c7.57%2c0%2c0%2c1%2c1.5.1%2c7.37%2c7.37%2c0%2c0%2c1%2c1.4.4%2c2.87%2c2.87%2c0%2c0%2c1%2c1.1.6%2c1.78%2c1.78%2c0%2c0%2c1%2c.7.8%2c3.29%2c3.29%2c0%2c0%2c1%2c.5%2c1.8v0.8a0.31%2c0.31%2c0%2c0%2c1%2c.1-0.2%2c0.1%2c0.1%2c0%2c0%2c1%2c.1-0.1%2c1.38%2c1.38%2c0%2c0%2c0%2c.3-0.4%2c9.44%2c9.44%2c0%2c0%2c0%2c.3-0.9%2c2%2c2%2c0%2c0%2c0-.1-1.3%2c3.68%2c3.68%2c0%2c0%2c0-.8-1.5%2c6.73%2c6.73%2c0%2c0%2c0-1.4-1.1A8.65%2c8.65%2c0%2c0%2c0%2c37.73%2c4.14Z' style='fill:%2377a952'/%3e%3cpath d='M33.23%2c0a2.19%2c2.19%2c0%2c0%2c0-.3.5%2c5.48%2c5.48%2c0%2c0%2c0-.8%2c2%2c6.05%2c6.05%2c0%2c0%2c0-.2%2c1.5v1.2a0.6%2c0.6%2c0%2c0%2c0%2c.1.4%2c1.42%2c1.42%2c0%2c0%2c0%2c.2.6%2c5.64%2c5.64%2c0%2c0%2c0%2c.4%2c1.2%2c8.64%2c8.64%2c0%2c0%2c0%2c1%2c1.6%2c8%2c8%2c0%2c0%2c0%2c1.3%2c1.3%2c6.47%2c6.47%2c0%2c0%2c0%2c1.6.9%2c4.78%2c4.78%2c0%2c0%2c0%2c1.8.4%2c2.73%2c2.73%2c0%2c0%2c0%2c1.6-.4%2c2.09%2c2.09%2c0%2c0%2c0%2c1-.8%2c2.51%2c2.51%2c0%2c0%2c0%2c.5-0.8%2c2.57%2c2.57%2c0%2c0%2c1%2c.2-0.5h0V8.84a0.31%2c0.31%2c0%2c0%2c1-.1.2%2c0.1%2c0.1%2c0%2c0%2c1-.1.1h0l-0.3.3a3.45%2c3.45%2c0%2c0%2c1-1.6.8%2c2%2c2%2c0%2c0%2c1-1.1%2c0%2c3.85%2c3.85%2c0%2c0%2c1-1.2-.5%2c8.34%2c8.34%2c0%2c0%2c1-1.2-.8%2c9.43%2c9.43%2c0%2c0%2c1-1-1%2c8.34%2c8.34%2c0%2c0%2c1-.8-1.2%2c5.36%2c5.36%2c0%2c0%2c1-.5-1.1%2c0.35%2c0.35%2c0%2c0%2c0-.1-0.2c0-.1-0.1-0.2-0.1-0.3s-0.1-.3-0.1-0.4a1.27%2c1.27%2c0%2c0%2c1-.1-0.6V3.94a4.48%2c4.48%2c0%2c0%2c1-.1-1.1%2c11.52%2c11.52%2c0%2c0%2c1%2c.1-2c0-.2.1-0.4%2c0.1-0.6V0S33.23-.06%2c33.23%2c0Z' style='fill:%239cca76'/%3e%3cpath d='M33.53%2c14.54a7.14%2c7.14%2c0%2c0%2c0-2-.2%2c6.45%2c6.45%2c0%2c0%2c0-2%2c.3%2c6.12%2c6.12%2c0%2c0%2c0-1.2.5l-0.6.3c-0.1.1-.3%2c0.2-0.4%2c0.3a0.53%2c0.53%2c0%2c0%2c1-.3.2l-0.2.2c-0.2.1-.3%2c0.3-0.5%2c0.4a12%2c12%2c0%2c0%2c0-1.1%2c1.2%2c8.57%2c8.57%2c0%2c0%2c0-1.1%2c2.1%2c1.69%2c1.69%2c0%2c0%2c0-.3.6v0.2l0.2-.2a1.4%2c1.4%2c0%2c0%2c1%2c.4-0.4c0.4-.4.9-0.9%2c1.6-1.5a8.65%2c8.65%2c0%2c0%2c1%2c1-.7l0.1-.1a1.69%2c1.69%2c0%2c0%2c1%2c.6-0.3c0.1-.1.3-0.1%2c0.4-0.2a0.37%2c0.37%2c0%2c0%2c1%2c.3-0.1c0.1%2c0%2c.2-0.1.3-0.1%2c0.4-.1.8-0.3%2c1.2-0.4a7.77%2c7.77%2c0%2c0%2c1%2c1.6-.2%2c8.6%2c8.6%2c0%2c0%2c1%2c1.6.1%2c8.33%2c8.33%2c0%2c0%2c1%2c1.5.4%2c6.66%2c6.66%2c0%2c0%2c1%2c1.2.6%2c2.36%2c2.36%2c0%2c0%2c1%2c.8.9%2c3.61%2c3.61%2c0%2c0%2c1%2c.5%2c1.9v0.8a0.31%2c0.31%2c0%2c0%2c1%2c.1-0.2%2c0.1%2c0.1%2c0%2c0%2c1%2c.1-0.1%2c2.19%2c2.19%2c0%2c0%2c0%2c.3-0.5c0.1-.3.2-0.6%2c0.3-1a8.17%2c8.17%2c0%2c0%2c0-.1-1.4%2c4%2c4%2c0%2c0%2c0-.8-1.6%2c4.81%2c4.81%2c0%2c0%2c0-1.6-1.2C34.83%2c14.94%2c34.23%2c14.74%2c33.53%2c14.54Z' style='fill:%2377a952'/%3e%3cpath d='M28.63%2c10c-0.1.1-.2%2c0.3-0.4%2c0.5a6.62%2c6.62%2c0%2c0%2c0-.9%2c2.2%2c7.77%2c7.77%2c0%2c0%2c0-.2%2c1.6v1.3a4.33%2c4.33%2c0%2c0%2c1%2c.1.5%2c1.42%2c1.42%2c0%2c0%2c0%2c.2.6c0.1%2c0.4.3%2c0.8%2c0.4%2c1.2a6.19%2c6.19%2c0%2c0%2c0%2c1.1%2c1.7%2c6.73%2c6.73%2c0%2c0%2c0%2c1.5%2c1.4%2c9.5%2c9.5%2c0%2c0%2c0%2c1.7%2c1%2c5.34%2c5.34%2c0%2c0%2c0%2c2%2c.5%2c4.78%2c4.78%2c0%2c0%2c0%2c1.8-.4%2c2.55%2c2.55%2c0%2c0%2c0%2c1.1-.9%2c4.7%2c4.7%2c0%2c0%2c0%2c.6-0.9%2c2.57%2c2.57%2c0%2c0%2c1%2c.2-0.5h0v-0.3l-0.1.1-0.1.1h0a1.38%2c1.38%2c0%2c0%2c1-.4.3%2c3.8%2c3.8%2c0%2c0%2c1-1.8.9%2c2.44%2c2.44%2c0%2c0%2c1-1.2%2c0c-0.3-.1-0.7-0.3-1.2-0.5s-0.9-.6-1.3-0.9a5.73%2c5.73%2c0%2c0%2c1-1.1-1.1c-0.3-.4-0.6-0.9-0.9-1.3a6.12%2c6.12%2c0%2c0%2c1-.5-1.2%2c0.35%2c0.35%2c0%2c0%2c0-.1-0.2%2c2.27%2c2.27%2c0%2c0%2c1-.1-0.4c0-.1-0.1-0.3-0.1-0.4s-0.1-.5-0.2-0.7V14a4.87%2c4.87%2c0%2c0%2c1-.1-1.2%2c7.54%2c7.54%2c0%2c0%2c1%2c.1-2.2%2c3.54%2c3.54%2c0%2c0%2c1%2c.1-0.6V9.84Z' style='fill:%239cca76'/%3e%3cpath d='M27.33%2c24.14a7.72%2c7.72%2c0%2c0%2c0-1.5-.2%2c7.72%2c7.72%2c0%2c0%2c0-1.5.2%2c10.37%2c10.37%2c0%2c0%2c0-1%2c.4%2c1.47%2c1.47%2c0%2c0%2c1-.4.2c-0.1.1-.2%2c0.1-0.3%2c0.2s-0.2.1-.3%2c0.2a0.1%2c0.1%2c0%2c0%2c0-.1.1%2c1.38%2c1.38%2c0%2c0%2c1-.4.3%2c6.47%2c6.47%2c0%2c0%2c0-.8.9%2c7.57%2c7.57%2c0%2c0%2c0-.8%2c1.5%2c1.09%2c1.09%2c0%2c0%2c0-.1.5v0.2l0.1-.1%2c0.3-.3a14.25%2c14.25%2c0%2c0%2c1%2c1.2-1.1%2c3.74%2c3.74%2c0%2c0%2c1%2c.7-0.6%2c0.1%2c0.1%2c0%2c0%2c0%2c.1-0.1%2c0.76%2c0.76%2c0%2c0%2c0%2c.5-0.2c0.1%2c0%2c.2-0.1.3-0.1s0.2-.1.3-0.1a0.2%2c0.2%2c0%2c0%2c0%2c.2-0.1l0.9-.3a4.87%2c4.87%2c0%2c0%2c1%2c1.2-.1%2c4.87%2c4.87%2c0%2c0%2c1%2c1.2.1c0.4%2c0.1.8%2c0.2%2c1.1%2c0.3a3%2c3%2c0%2c0%2c1%2c.8.4l0.6%2c0.6a2.72%2c2.72%2c0%2c0%2c1%2c.3%2c1.4V29l0.1-.1v-0.1a1.47%2c1.47%2c0%2c0%2c0%2c.2-0.4%2c1.45%2c1.45%2c0%2c0%2c0%2c.2-0.7%2c4%2c4%2c0%2c0%2c0%2c0-1.1%2c3.38%2c3.38%2c0%2c0%2c0-.6-1.2%2c4.36%2c4.36%2c0%2c0%2c0-1.1-.9C28.23%2c24.44%2c27.83%2c24.24%2c27.33%2c24.14Z' style='fill:%2377a952'/%3e%3cpath d='M23.63%2c20.74a1.38%2c1.38%2c0%2c0%2c0-.3.4c-0.1.4-.4%2c0.9-0.6%2c1.6a4.87%2c4.87%2c0%2c0%2c0-.1%2c1.2v1a0.76%2c0.76%2c0%2c0%2c0%2c.1.4c0%2c0.2.1%2c0.3%2c0.1%2c0.5a6.89%2c6.89%2c0%2c0%2c1%2c.3.8%2c5.67%2c5.67%2c0%2c0%2c0%2c.8%2c1.3%2c3.46%2c3.46%2c0%2c0%2c0%2c1.1%2c1%2c9.13%2c9.13%2c0%2c0%2c0%2c1.3.8%2c3.19%2c3.19%2c0%2c0%2c0%2c1.4.3%2c2.77%2c2.77%2c0%2c0%2c0%2c1.3-.3%2c3.51%2c3.51%2c0%2c0%2c0%2c.9-0.7%2c2.51%2c2.51%2c0%2c0%2c0%2c.4-0.7%2c0.76%2c0.76%2c0%2c0%2c0%2c.1-0.4h0v-0.3l-0.1.1-0.1.1h0l-0.3.3a2.33%2c2.33%2c0%2c0%2c1-1.3.7h-0.9l-0.8-.4-0.9-.6a3%2c3%2c0%2c0%2c1-.8-0.8%2c6.73%2c6.73%2c0%2c0%2c1-.7-1.1%2c3.55%2c3.55%2c0%2c0%2c1-.4-0.9c0-.1-0.1-0.1-0.1-0.2s-0.1-.2-0.1-0.3v-0.2a4.33%2c4.33%2c0%2c0%2c1-.1-0.5v-0.1a2.77%2c2.77%2c0%2c0%2c1-.1-0.9%2c7.59%2c7.59%2c0%2c0%2c1%2c.1-1.6c-0.1-.2-0.1-0.3-0.2-0.5l0.1-.1Z' style='fill:%239cca76'/%3e%3cpath d='M50.23%2c28.54a2.7%2c2.7%2c0%2c0%2c0-.7-0.8%2c4.7%2c4.7%2c0%2c0%2c0-.9-0.6%2c4.88%2c4.88%2c0%2c0%2c0-.7-0.3c-0.1%2c0-.2-0.1-0.3-0.1a0.37%2c0.37%2c0%2c0%2c1-.3-0.1h-0.7a2.77%2c2.77%2c0%2c0%2c0-.9.1%2c8.34%2c8.34%2c0%2c0%2c0-1.2.4c-0.1.1-.2%2c0.1-0.3%2c0.2h1.6c0.2%2c0%2c.4.1%2c0.6%2c0.1h0.1c0.1%2c0%2c.3.1%2c0.4%2c0.1a5590199.84%2c5590199.84%2c0%2c0%2c1%2c.4.2%2c0.1%2c0.1%2c0%2c0%2c1%2c.1.1l0.6%2c0.3a3%2c3%2c0%2c0%2c1%2c.7.5l0.6%2c0.6a2.51%2c2.51%2c0%2c0%2c1%2c.4.7%2c0.91%2c0.91%2c0%2c0%2c1%2c.3.7v0.6a1.93%2c1.93%2c0%2c0%2c1-.5.9l-0.2.2h0l-0.1.1h0.2a0.37%2c0.37%2c0%2c0%2c0%2c.3-0.1%2c3.21%2c3.21%2c0%2c0%2c0%2c.5-0.3%2c1%2c1%2c0%2c0%2c0%2c.5-0.6%2c2%2c2%2c0%2c0%2c0%2c.2-0.9%2c3%2c3%2c0%2c0%2c0-.2-1A4.67%2c4.67%2c0%2c0%2c0%2c50.23%2c28.54Z' style='fill:%2377a952'/%3e%3cpath d='M50%2c25a0.37%2c0.37%2c0%2c0%2c0-.3.1%2c5.13%2c5.13%2c0%2c0%2c0-1.2.5%2c3%2c3%2c0%2c0%2c0-.7.5%2c0.53%2c0.53%2c0%2c0%2c0-.2.3l-0.1.1c0%2c0.1-.1.1-0.1%2c0.2s-0.1.1-.1%2c0.2-0.1.2-.2%2c0.3l-0.3.6a3.59%2c3.59%2c0%2c0%2c0-.2%2c1.1%2c4.1%2c4.1%2c0%2c0%2c0%2c.1%2c1.1c0.1%2c0.4.2%2c0.7%2c0.3%2c1a2.36%2c2.36%2c0%2c0%2c0%2c.6.9%2c1.27%2c1.27%2c0%2c0%2c0%2c.7.4%2c2.49%2c2.49%2c0%2c0%2c0%2c.8.1c0.2%2c0%2c.4-0.1.6-0.1s0.2-.1.3-0.1h0a0.1%2c0.1%2c0%2c0%2c0%2c.1-0.1h-0.5a1.93%2c1.93%2c0%2c0%2c1-1-.3%2c1.51%2c1.51%2c0%2c0%2c1-.4-0.4%2c4.88%2c4.88%2c0%2c0%2c1-.3-0.7c-0.1-.3-0.1-0.5-0.2-0.8v-0.8c0-.3.1-0.6%2c0.1-0.8a6.37%2c6.37%2c0%2c0%2c0%2c.2-0.7%2c0.1%2c0.1%2c0%2c0%2c1%2c.1-0.1c0-.1.1-0.1%2c0.1-0.2s0.1-.1.1-0.2%2c0.1-.2.2-0.3l0.1-.1a2.18%2c2.18%2c0%2c0%2c1%2c.4-0.5%2c5.93%2c5.93%2c0%2c0%2c1%2c.8-0.8A1.42%2c1.42%2c0%2c0%2c0%2c50%2c25h0Z' style='fill:%239cca76'/%3e%3cpath d='M44.33%2c32a10.63%2c10.63%2c0%2c0%2c0-.9-1.1%2c8.34%2c8.34%2c0%2c0%2c0-1.2-.8c-0.3-.1-0.6-0.3-0.9-0.4-0.1%2c0-.3-0.1-0.4-0.1s-0.2-.1-0.3-0.1h-1a3.75%2c3.75%2c0%2c0%2c0-1.1.1%2c5%2c5%2c0%2c0%2c0-1.6.5%2c1.44%2c1.44%2c0%2c0%2c1-.3.2%2c0.31%2c0.31%2c0%2c0%2c1-.2.1h2.1c0.3%2c0%2c.6.1%2c0.8%2c0.1h0.1c0.2%2c0%2c.3.1%2c0.5%2c0.1s0.2%2c0.1.3%2c0.1a0.35%2c0.35%2c0%2c0%2c1%2c.2.1c0.1%2c0%2c.1.1%2c0.2%2c0.1a5.94%2c5.94%2c0%2c0%2c1%2c.8.4%2c5.5%2c5.5%2c0%2c0%2c1%2c.9.7c0.4%2c0.3.6%2c0.6%2c0.9%2c0.8l0.6%2c0.9a1.9%2c1.9%2c0%2c0%2c1%2c.3.9%2c2.13%2c2.13%2c0%2c0%2c1%2c0%2c.8%2c2.4%2c2.4%2c0%2c0%2c1-.7%2c1.2%2c0.53%2c0.53%2c0%2c0%2c1-.3.2l-0.1.1a0.35%2c0.35%2c0%2c0%2c1-.1.2h0.3a0.76%2c0.76%2c0%2c0%2c0%2c.4-0.1%2c2.09%2c2.09%2c0%2c0%2c0%2c.6-0.4%2c2.85%2c2.85%2c0%2c0%2c0%2c.7-0.8%2c2.13%2c2.13%2c0%2c0%2c0%2c.3-1.2%2c4.44%2c4.44%2c0%2c0%2c0-.2-1.3A5.39%2c5.39%2c0%2c0%2c0%2c44.33%2c32Z' style='fill:%2377a952'/%3e%3cpath d='M44%2c27.44a0.6%2c0.6%2c0%2c0%2c0-.4.1%2c4.82%2c4.82%2c0%2c0%2c0-1.5.7%2c5.5%2c5.5%2c0%2c0%2c0-.9.7l-0.3.3-0.1.1a0.38%2c0.38%2c0%2c0%2c1-.2.2c-0.1.1-.1%2c0.2-0.2%2c0.3s-0.1.3-.2%2c0.4a3.55%2c3.55%2c0%2c0%2c0-.4.9%2c3.19%2c3.19%2c0%2c0%2c0-.3%2c1.4%2c6.15%2c6.15%2c0%2c0%2c0%2c.1%2c1.4%2c5%2c5%2c0%2c0%2c0%2c.4%2c1.3%2c2.84%2c2.84%2c0%2c0%2c0%2c.8%2c1.1%2c2.38%2c2.38%2c0%2c0%2c0%2c1.1.6%2c3.75%2c3.75%2c0%2c0%2c0%2c1%2c.1%2c1.45%2c1.45%2c0%2c0%2c0%2c.7-0.2c0.1%2c0%2c.3%2c0%2c0.3-0.1H44l0.1-.1h-0.7a2.2%2c2.2%2c0%2c0%2c1-1.3-.4%2c1.7%2c1.7%2c0%2c0%2c1-.6-0.6%2c1.88%2c1.88%2c0%2c0%2c1-.4-0.9%2c3.59%2c3.59%2c0%2c0%2c1-.2-1.1%2c4.05%2c4.05%2c0%2c0%2c1%2c0-1.1%2c4.25%2c4.25%2c0%2c0%2c1%2c.2-1.1l0.3-.9a0.2%2c0.2%2c0%2c0%2c1%2c.1-0.2c0-.1.1-0.1%2c0.1-0.2s0.1-.2.1-0.3%2c0.2-.3.3-0.4a0.1%2c0.1%2c0%2c0%2c1%2c.1-0.1c0.2-.2.3-0.5%2c0.5-0.7a11.3%2c11.3%2c0%2c0%2c1%2c1.1-1.1c0.2%2c0.1.3%2c0%2c.3-0.1h0.2A0.14%2c0.14%2c0%2c0%2c0%2c44%2c27.44Z' style='fill:%239cca76'/%3e%3cpath d='M36.63%2c35.54c-0.3-.4-0.7-0.8-1-1.2s-0.9-.6-1.3-0.9c-0.3-.1-0.7-0.3-1-0.4-0.1%2c0-.3-0.1-0.4-0.1s-0.3-.1-0.4-0.1h-1a4.48%2c4.48%2c0%2c0%2c0-1.2.1%2c5.56%2c5.56%2c0%2c0%2c0-1.7.6%2c1.38%2c1.38%2c0%2c0%2c0-.4.3l-0.1.1h2.3a2.92%2c2.92%2c0%2c0%2c1%2c.9.2h0.1a4.33%2c4.33%2c0%2c0%2c1%2c.5.1c0.1%2c0%2c.2.1%2c0.3%2c0.1s0.2%2c0.1.3%2c0.1a0.1%2c0.1%2c0%2c0%2c1%2c.1-0.1c0.3%2c0.2.6%2c0.3%2c0.9%2c0.5a6.07%2c6.07%2c0%2c0%2c1%2c1%2c.7%2c6.47%2c6.47%2c0%2c0%2c1%2c.8.9%2c5.3%2c5.3%2c0%2c0%2c1%2c.6%2c1%2c6.89%2c6.89%2c0%2c0%2c1%2c.4%2c1%2c2.72%2c2.72%2c0%2c0%2c1%2c0%2c.9%2c3.16%2c3.16%2c0%2c0%2c1-.7%2c1.3l-0.3.3-0.1.1-0.1.1h0.3a2.27%2c2.27%2c0%2c0%2c1%2c.4-0.1%2c2.51%2c2.51%2c0%2c0%2c0%2c.7-0.4%2c2.7%2c2.7%2c0%2c0%2c0%2c.7-0.8%2c9.92%2c9.92%2c0%2c0%2c0%2c.3-1.5%2c7.72%2c7.72%2c0%2c0%2c0-.2-1.5A8.26%2c8.26%2c0%2c0%2c0%2c36.63%2c35.54Z' style='fill:%2377a952'/%3e%3cpath d='M36.33%2c30.44a1.09%2c1.09%2c0%2c0%2c0-.5.1c-0.4.2-1%2c.4-1.7%2c0.8a5.5%2c5.5%2c0%2c0%2c0-.9.7%2c1.38%2c1.38%2c0%2c0%2c1-.3.4l-0.1.1-0.3.3a0.53%2c0.53%2c0%2c0%2c1-.2.3c-0.1.1-.1%2c0.3-0.2%2c0.4a3%2c3%2c0%2c0%2c0-.4%2c1%2c4%2c4%2c0%2c0%2c0-.3%2c1.5%2c8.6%2c8.6%2c0%2c0%2c0%2c.1%2c1.6A5.78%2c5.78%2c0%2c0%2c0%2c32%2c39a5%2c5%2c0%2c0%2c0%2c.8%2c1.2%2c3.75%2c3.75%2c0%2c0%2c0%2c1.2.7%2c4.48%2c4.48%2c0%2c0%2c0%2c1.1.1%2c1.88%2c1.88%2c0%2c0%2c0%2c.8-0.2%2c1.47%2c1.47%2c0%2c0%2c0%2c.4-0.2h0.1l0.1-.1h-0.7a2.5%2c2.5%2c0%2c0%2c1-1.4-.4%2c3.39%2c3.39%2c0%2c0%2c1-.6-0.6%2c3.88%2c3.88%2c0%2c0%2c1-.6-1.1%2c3.59%2c3.59%2c0%2c0%2c1-.2-1.1%2c4.82%2c4.82%2c0%2c0%2c1%2c0-1.2%2c5%2c5%2c0%2c0%2c1%2c.2-1.2l0.3-.9a0.2%2c0.2%2c0%2c0%2c1%2c.1-0.2c0-.1.1-0.2%2c0.1-0.3a0.35%2c0.35%2c0%2c0%2c0%2c.1-0.2c0.1-.2.2-0.3%2c0.3-0.5a0.1%2c0.1%2c0%2c0%2c1%2c.1-0.1%2c4.35%2c4.35%2c0%2c0%2c1%2c.6-0.7%2c14.25%2c14.25%2c0%2c0%2c1%2c1.1-1.2%2c0.78%2c0.78%2c0%2c0%2c0%2c.4-0.4h0Z' style='fill:%239cca76'/%3e%3cpath d='M17.53%2c12.64a0.36%2c0.36%2c0%2c0%2c0%2c.7%2c0%2c6.52%2c6.52%2c0%2c0%2c1%2c4.6-4.5%2c0.35%2c0.35%2c0%2c0%2c0%2c0-.7%2c6.71%2c6.71%2c0%2c0%2c1-4.6-4.5%2c0.35%2c0.35%2c0%2c0%2c0-.7%2c0%2c6.52%2c6.52%2c0%2c0%2c1-4.6%2c4.5%2c0.36%2c0.36%2c0%2c0%2c0%2c0%2c.7A6.52%2c6.52%2c0%2c0%2c1%2c17.53%2c12.64Z' style='fill:%23ebbf54'/%3e%3cpath d='M56.63%2c46.84a9.13%2c9.13%2c0%2c0%2c1-7.6-7.6c0-.2-0.4-0.2-0.4%2c0a9.13%2c9.13%2c0%2c0%2c1-7.6%2c7.6c-0.2%2c0-.2.3%2c0%2c0.4a9.13%2c9.13%2c0%2c0%2c1%2c7.6%2c7.6c0%2c0.2.3%2c0.2%2c0.4%2c0a9.13%2c9.13%2c0%2c0%2c1%2c7.6-7.6C56.93%2c47.24%2c56.93%2c46.94%2c56.63%2c46.84Z' style='fill:%23ebbf54'/%3e%3cpath d='M6%2c27.74c0.1%2c0.1.3%2c0.1%2c0.3%2c0l3.4-6.6a0.64%2c0.64%2c0%2c0%2c0%2c0-.6l-3.8-7.2c-0.1-.1-0.3-0.1-0.3%2c0l-3.4%2c6.6a0.64%2c0.64%2c0%2c0%2c0%2c0%2c.6Z' style='fill:%231a9cac'/%3e%3cpath d='M59.33%2c40l2.4-4.6a0.64%2c0.64%2c0%2c0%2c0%2c0-.6l-2.6-5c-0.1-.1-0.3-0.1-0.3%2c0l-2.4%2c4.5a0.64%2c0.64%2c0%2c0%2c0%2c0%2c.6l2.6%2c5C59.13%2c40.14%2c59.33%2c40.14%2c59.33%2c40Z' style='fill:%231a9cac'/%3e%3cpath d='M44.73%2c22.14a0.28%2c0.28%2c0%2c0%2c0%2c.5%2c0%2c4.68%2c4.68%2c0%2c0%2c1%2c3.2-3.2%2c0.28%2c0.28%2c0%2c0%2c0%2c0-.5%2c4.68%2c4.68%2c0%2c0%2c1-3.2-3.2%2c0.25%2c0.25%2c0%2c0%2c0-.5%2c0%2c4.68%2c4.68%2c0%2c0%2c1-3.2%2c3.2%2c0.28%2c0.28%2c0%2c0%2c0%2c0%2c.5A5.09%2c5.09%2c0%2c0%2c1%2c44.73%2c22.14Z' style='fill:%23ebbf54'/%3e%3cpath d='M33.83%2c58.74l2-3.7a0.85%2c0.85%2c0%2c0%2c0%2c0-.7l-2.2-4.1c-0.1-.1-0.3-0.1-0.3%2c0l-2%2c3.7a0.64%2c0.64%2c0%2c0%2c0%2c0%2c.6l2.2%2c4.1C33.63%2c58.84%2c33.83%2c58.84%2c33.83%2c58.74Z' style='fill:%231a9cac'/%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-celebration-streamers%3c/title%3e%3cuse width='61.8' height='58.82' transform='translate(-0.94 0.64) rotate(-0.76) scale(1.44 1.39)' xlink:href='%23f7314fcc-0b42-43fd-9c35-b09040f484fc'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-line-chart {
  background-image: url("data:image/svg+xml,%3csvg id='62339e75-2567-4ea2-a751-384972058c17' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 47.24 34'%3e%3cdefs%3e%3csymbol id='5bb11b65-9c96-4921-998d-7466814c0cc5' data-name='compare' viewBox='0 0 47.24 34'%3e%3cg style='opacity:0.699999988079071'%3e%3cline x1='0.56' y1='12.39' x2='46.68' y2='12.39' style='fill:none%3bstroke:%23919191%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.124899983406067px%3bstroke-dasharray:0.07169999927282333%2c2.5592000484466553'/%3e%3cline x1='0.56' y1='2.28' x2='46.68' y2='2.28' style='fill:none%3bstroke:%23919191%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.124899983406067px%3bstroke-dasharray:0.07169999927282333%2c2.5592000484466553'/%3e%3cline x1='0.56' y1='32.6' x2='46.68' y2='32.6' style='fill:none%3bstroke:%23919191%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.124899983406067px%3bstroke-dasharray:0.07169999927282333%2c2.5592000484466553'/%3e%3cline x1='0.56' y1='22.5' x2='46.68' y2='22.5' style='fill:none%3bstroke:%23919191%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.124899983406067px%3bstroke-dasharray:0.07169999927282333%2c2.5592000484466553'/%3e%3c/g%3e%3cpolygon points='25.23 26.69 5.73 18.79 6.26 17.49 24.74 24.98 40.44 3.22 41.58 4.03 25.23 26.69' style='fill:%23189bab'/%3e%3cpath d='M25%2c22.21a3.63%2c3.63%2c0%2c1%2c0%2c3.62%2c3.62A3.63%2c3.63%2c0%2c0%2c0%2c25%2c22.21Z' style='fill:%23189bab'/%3e%3cpath d='M6%2c14.51a3.63%2c3.63%2c0%2c1%2c0%2c3.62%2c3.63A3.63%2c3.63%2c0%2c0%2c0%2c6%2c14.51Z' style='fill:%23189bab'/%3e%3cpolygon points='6.48 30.88 5.51 29.87 22.16 13.78 40.31 15.91 40.14 17.3 22.66 15.24 6.48 30.88' style='fill:%2377a953'/%3e%3cpath d='M6%2c15.91a2.23%2c2.23%2c0%2c1%2c0%2c2.23%2c2.23A2.23%2c2.23%2c0%2c0%2c0%2c6%2c15.91Z' style='fill:%23c8e7e6'/%3e%3cpath d='M6%2c14.51a3.63%2c3.63%2c0%2c1%2c0%2c3.62%2c3.63A3.63%2c3.63%2c0%2c0%2c0%2c6%2c14.51Zm0%2c5.85a2.23%2c2.23%2c0%2c1%2c1%2c2.23-2.23A2.23%2c2.23%2c0%2c0%2c1%2c6%2c20.36Z' style='fill:%23189bab'/%3e%3cpath d='M25%2c23.6a2.23%2c2.23%2c0%2c1%2c0%2c2.22%2c2.23A2.23%2c2.23%2c0%2c0%2c0%2c25%2c23.6Z' style='fill:%23c8e7e6'/%3e%3cpath d='M25%2c22.21a3.63%2c3.63%2c0%2c1%2c0%2c3.62%2c3.62A3.63%2c3.63%2c0%2c0%2c0%2c25%2c22.21Zm0%2c5.85a2.23%2c2.23%2c0%2c1%2c1%2c2.22-2.23A2.23%2c2.23%2c0%2c0%2c1%2c25%2c28.06Z' style='fill:%23189bab'/%3e%3cpath d='M40.23%2c14.38a2.23%2c2.23%2c0%2c1%2c0%2c2.22%2c2.23A2.23%2c2.23%2c0%2c0%2c0%2c40.23%2c14.38Z' style='fill:%23d0e6c3'/%3e%3cpath d='M40.23%2c13a3.63%2c3.63%2c0%2c1%2c0%2c3.62%2c3.63A3.63%2c3.63%2c0%2c0%2c0%2c40.23%2c13Zm0%2c5.85a2.23%2c2.23%2c0%2c1%2c1%2c2.22-2.23A2.23%2c2.23%2c0%2c0%2c1%2c40.23%2c18.83Z' style='fill:%2377a953'/%3e%3cpath d='M22.41%2c12.28a2.23%2c2.23%2c0%2c1%2c0%2c2.23%2c2.23A2.23%2c2.23%2c0%2c0%2c0%2c22.41%2c12.28Z' style='fill:%23d0e6c3'/%3e%3cpath d='M22.41%2c10.89A3.63%2c3.63%2c0%2c1%2c0%2c26%2c14.51%2c3.63%2c3.63%2c0%2c0%2c0%2c22.41%2c10.89Zm0%2c5.85a2.23%2c2.23%2c0%2c1%2c1%2c2.23-2.23A2.23%2c2.23%2c0%2c0%2c1%2c22.41%2c16.74Z' style='fill:%2377a953'/%3e%3cpath d='M6%2c28.15a2.23%2c2.23%2c0%2c1%2c0%2c2.22%2c2.23A2.23%2c2.23%2c0%2c0%2c0%2c6%2c28.15Z' style='fill:%23d0e6c3'/%3e%3cpath d='M6%2c26.75a3.63%2c3.63%2c0%2c1%2c0%2c3.62%2c3.62A3.63%2c3.63%2c0%2c0%2c0%2c6%2c26.75ZM6%2c32.6a2.23%2c2.23%2c0%2c1%2c1%2c2.22-2.23A2.23%2c2.23%2c0%2c0%2c1%2c6%2c32.6Z' style='fill:%2377a953'/%3e%3cpath d='M41%2c0a3.63%2c3.63%2c0%2c1%2c0%2c3.63%2c3.63A3.63%2c3.63%2c0%2c0%2c0%2c41%2c0Z' style='fill:%23189bab'/%3e%3cpath d='M41%2c1.4a2.23%2c2.23%2c0%2c1%2c0%2c2.23%2c2.23A2.23%2c2.23%2c0%2c0%2c0%2c41%2c1.4Z' style='fill:%23c8e7e6'/%3e%3cpath d='M41%2c0a3.63%2c3.63%2c0%2c1%2c0%2c3.63%2c3.63A3.63%2c3.63%2c0%2c0%2c0%2c41%2c0Zm0%2c5.85a2.23%2c2.23%2c0%2c1%2c1%2c2.23-2.22A2.23%2c2.23%2c0%2c0%2c1%2c41%2c5.85Z' style='fill:%23189bab'/%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-line-chart%3c/title%3e%3cuse width='47.24' height='34' xlink:href='%235bb11b65-9c96-4921-998d-7466814c0cc5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-megaphone {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='56.7px' height='35.7px' viewBox='0 0 56.7 35.7' enable-background='new 0 0 56.7 35.7' xml:space='preserve'%3e %3cdefs%3e %3csymbol id='icon-megaphone' viewBox='-24.5 -15.4 49 30.9'%3e %3cg%3e %3cpath fill='none' d='M-20.4-1.1v1.7v2c0%2c0.3-0.3%2c0.6-0.6%2c0.6h-1.2c-0.3%2c0-0.6-0.3-0.6-0.6v-2v-1.7c0-0.3%2c0.3-0.6%2c0.6-0.6h1.2 C-20.6-1.7-20.4-1.4-20.4-1.1z'/%3e %3cpath fill='%23C4C2C1' d='M9.9-13.4c0%2c0.1%2c0%2c0.2%2c0%2c0.2C10-13.3%2c10-13.3%2c9.9-13.4L9.9-13.4z'/%3e %3cpath fill='%23C4C2C1' d='M9.8-13.6C9.8-13.6%2c9.8-13.5%2c9.8-13.6c0.1%2c0.1%2c0.1%2c0.1%2c0.1%2c0.1C9.9-13.5%2c9.8-13.6%2c9.8-13.6L9.8-13.6z'/%3e %3cpath fill='%23C4C2C1' d='M1.1%2c10.8c0.1%2c0.1%2c0.2%2c0.1%2c0.4%2c0.2C1.4%2c10.9%2c1.3%2c10.8%2c1.1%2c10.8z'/%3e %3cpath fill='%23C4C2C1' d='M-4.4%2c8.7C-4.2%2c8.7-4%2c8.8-3.9%2c8.8C-4%2c8.8-4.2%2c8.7-4.4%2c8.7z'/%3e %3cpath fill='%23C4C2C1' d='M-3.9-7.2C-4-7.1-4.2-7.1-4.3-7C-4.2-7.1-4-7.1-3.9-7.2z'/%3e %3cpath fill='%23C4C2C1' d='M5.3%2c12.8c0.1%2c0%2c0.1%2c0.1%2c0.2%2c0.1C5.5%2c12.9%2c5.4%2c12.9%2c5.3%2c12.8z'/%3e %3cpath fill='%23C4C2C1' d='M-6.4%2c8.1C-6.2%2c8.1-6%2c8.2-5.8%2c8.2C-6%2c8.2-6.2%2c8.1-6.4%2c8.1z'/%3e %3cpath fill='%23C4C2C1' d='M2.7%2c11.5c0.1%2c0%2c0.2%2c0.1%2c0.2%2c0.1C2.8%2c11.6%2c2.7%2c11.5%2c2.7%2c11.5z'/%3e %3cpath fill='%23C4C2C1' d='M-8.4%2c7.5C-8.2%2c7.6-8%2c7.6-7.8%2c7.7C-8%2c7.6-8.2%2c7.6-8.4%2c7.5z'/%3e %3cpath fill='%23C4C2C1' d='M-7.8-6C-8-6-8.2-5.9-8.4-5.9C-8.2-5.9-8-6-7.8-6z'/%3e %3cpath fill='%23C4C2C1' d='M-6.4-6.4C-6.2-6.5-6-6.5-5.7-6.6c0.1%2c0%2c0.3-0.1%2c0.4-0.1C-6-6.5-6.8-6.3-7.6-6.1 C-7.2-6.2-6.8-6.3-6.4-6.4z'/%3e %3cpath fill='%23C4C2C1' d='M-13.6-4.3c0.4%2c0%2c0.7-0.1%2c1.1-0.2c0.1%2c0%2c0.2%2c0%2c0.2%2c0c0.3%2c0%2c0.5-0.1%2c0.8-0.1c0.3-0.1%2c0.7-0.1%2c1-0.2 C-11.4-4.6-12.5-4.4-13.6-4.3C-13.6-4.3-13.6-4.3-13.6-4.3z'/%3e %3cpath fill='%23C4C2C1' d='M6.3%2c13.4c0.1%2c0%2c0.2%2c0.1%2c0.2%2c0.1C6.5%2c13.5%2c6.4%2c13.5%2c6.3%2c13.4z'/%3e %3cpath fill='%23C4C2C1' d='M-0.4%2c10.1c0.1%2c0%2c0.2%2c0.1%2c0.3%2c0.1C-0.2%2c10.2-0.3%2c10.2-0.4%2c10.1z'/%3e %3cpolygon fill='%23C4C2C1' points='8.6%2c14.8 8.6%2c14.8 8.6%2c14.8 '/%3e %3cpath fill='%23C4C2C1' d='M9-13.8c0.1%2c0%2c0.2-0.1%2c0.3-0.1C9.2-13.9%2c9.1-13.8%2c9-13.8L9-13.8z'/%3e %3cpath fill='%23C4C2C1' d='M9.3-13.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0s0%2c0%2c0%2c0C9.4-13.8%2c9.3-13.9%2c9.3-13.9z'/%3e %3cpath fill='%23C4C2C1' d='M-14.8-4.2C-14.8-4.2-14.8-4.2-14.8-4.2c0.4%2c0%2c0.8-0.1%2c1.2-0.1C-14-4.2-14.4-4.2-14.8-4.2L-14.8-4.2z'/%3e %3cpath fill='%23C4C2C1' d='M9.8%2c15.2C9.8%2c15.1%2c9.8%2c15.1%2c9.8%2c15.2C9.8%2c15.1%2c9.8%2c15.1%2c9.8%2c15.2z'/%3e %3cpath fill='%23C4C2C1' d='M8.8%2c15.3C8.8%2c15.3%2c8.8%2c15.3%2c8.8%2c15.3C8.8%2c15.3%2c8.8%2c15.3%2c8.8%2c15.3z'/%3e %3cpath fill='%23C4C2C1' d='M8.1%2c14.5c0.1%2c0%2c0.1%2c0.1%2c0.2%2c0.1C8.2%2c14.5%2c8.1%2c14.5%2c8.1%2c14.5z'/%3e %3cpath fill='%23C4C2C1' d='M7.2%2c13.9c0.1%2c0%2c0.1%2c0.1%2c0.2%2c0.1C7.4%2c14%2c7.3%2c14%2c7.2%2c13.9z'/%3e %3cpath fill='%23C4C2C1' d='M9%2c15.4c0.1%2c0%2c0.2%2c0.1%2c0.3%2c0.1C9.2%2c15.4%2c9.1%2c15.4%2c9%2c15.4z'/%3e %3cpath fill='%23C4C2C1' d='M9.6%2c15.3C9.7%2c15.3%2c9.7%2c15.3%2c9.6%2c15.3C9.7%2c15.3%2c9.7%2c15.3%2c9.6%2c15.3z'/%3e %3cpath fill='%23C4C2C1' d='M9.9%2c15c0-0.1%2c0-0.2%2c0-0.2C10%2c14.8%2c10%2c14.9%2c9.9%2c15z'/%3e %3cpath fill='%23C4C2C1' d='M6.6-12c0.1%2c0%2c0.1-0.1%2c0.2-0.1c-0.2%2c0.1-0.3%2c0.2-0.5%2c0.3C6.4-11.9%2c6.5-11.9%2c6.6-12z'/%3e %3cpath fill='%23C4C2C1' d='M2.6-9.8C2.7-9.9%2c2.8-9.9%2c2.9-10c0.9-0.4%2c1.7-0.8%2c2.4-1.2c0.1-0.1%2c0.2-0.1%2c0.3-0.2 c0.1-0.1%2c0.2-0.1%2c0.3-0.2c-1.2%2c0.7-2.6%2c1.4-4.3%2c2.2C2-9.5%2c2.3-9.7%2c2.6-9.8z'/%3e %3cpath fill='%23C4C2C1' d='M8.7-13.5C8.7-13.5%2c8.7-13.5%2c8.7-13.5C8.7-13.5%2c8.7-13.5%2c8.7-13.5z'/%3e %3cpath fill='%23C4C2C1' d='M7.5-12.5c0.1%2c0%2c0.1-0.1%2c0.2-0.1c-0.1%2c0.1-0.3%2c0.2-0.5%2c0.3C7.3-12.4%2c7.4-12.4%2c7.5-12.5z'/%3e %3cpath fill='%23C4C2C1' d='M8.8-13.7C8.8-13.7%2c8.8-13.7%2c8.8-13.7C8.8-13.7%2c8.8-13.7%2c8.8-13.7L8.8-13.7z'/%3e %3cpath fill='%23C4C2C1' d='M8.6-13.2C8.6-13.2%2c8.6-13.2%2c8.6-13.2c-0.2%2c0.1-0.4%2c0.3-0.7%2c0.4C8.2-12.9%2c8.4-13.1%2c8.6-13.2z'/%3e %3cpath fill='%23C4C2C1' d='M1.1-9.1c0.1-0.1%2c0.3-0.1%2c0.4-0.2C1.2-9.2%2c0.8-9%2c0.5-8.9C0.7-9%2c0.9-9%2c1.1-9.1z'/%3e %3cpath fill='%23C4C2C1' d='M-0.4-8.5c0.1-0.1%2c0.2-0.1%2c0.4-0.2c-1.1%2c0.5-2.4%2c0.9-3.7%2c1.4C-2.6-7.6-1.5-8.1-0.4-8.5z'/%3e %3cpath fill='%23EBBF54' d='M-20.5-3.8v-8.8c0-0.6%2c0.5-1.3%2c1.1-1.5l3.5-1.2c0.6-0.2%2c1.1%2c0.1%2c1.1%2c0.8v10.4l0%2c0 C-16.5-4-18.5-3.9-20.5-3.8z'/%3e %3cpath fill='%23EBBF54' d='M9.5%2c15.4L9.5%2c15.4C9.5%2c15.4%2c9.4%2c15.4%2c9.5%2c15.4C9.4%2c15.4%2c9.5%2c15.4%2c9.5%2c15.4z'/%3e %3cpath fill='%23EBBF54' d='M8.6-13.2v27.9c0%2c0%2c0%2c0.1%2c0%2c0.1h0c-0.1-0.1-0.2-0.2-0.4-0.2c-0.1%2c0-0.1-0.1-0.2-0.1 c-0.2-0.1-0.4-0.3-0.6-0.4c-0.1%2c0-0.1-0.1-0.2-0.1c-0.2-0.1-0.4-0.3-0.6-0.4c-0.1%2c0-0.2-0.1-0.2-0.1c-0.3-0.1-0.5-0.3-0.8-0.5 c-0.1%2c0-0.1-0.1-0.2-0.1c-0.7-0.4-1.5-0.8-2.4-1.3c-0.1%2c0-0.2-0.1-0.2-0.1c-0.4-0.2-0.8-0.4-1.1-0.5c-0.1-0.1-0.2-0.1-0.4-0.2 c-0.4-0.2-0.8-0.3-1.2-0.5c-0.1%2c0-0.2-0.1-0.3-0.1c-1.1-0.4-2.2-0.9-3.5-1.3C-4%2c8.8-4.2%2c8.7-4.4%2c8.7c-0.5-0.1-0.9-0.3-1.4-0.4 C-6%2c8.2-6.2%2c8.1-6.4%2c8.1c-0.5-0.1-0.9-0.3-1.4-0.4C-8%2c7.6-8.2%2c7.6-8.4%2c7.5C-9.1%2c7.3-9.8%2c7.2-10.6%2c7V6.4V4.1v-9v-0.5 c0.7-0.2%2c1.5-0.3%2c2.2-0.5C-8.2-5.9-8-6-7.8-6c0.1%2c0%2c0.2%2c0%2c0.2-0.1C-6.8-6.3-6-6.5-5.3-6.7C-5-6.8-4.7-6.9-4.3-7 C-4.2-7.1-4-7.1-3.9-7.2c0%2c0%2c0.1%2c0%2c0.1%2c0c1.3-0.4%2c2.5-0.9%2c3.7-1.4c0.2-0.1%2c0.4-0.2%2c0.5-0.2C0.8-9%2c1.2-9.2%2c1.6-9.3 c0%2c0%2c0.1%2c0%2c0.1-0.1c1.7-0.8%2c3.1-1.5%2c4.3-2.2c0.1-0.1%2c0.3-0.1%2c0.4-0.2c0.2-0.1%2c0.3-0.2%2c0.5-0.3c0.1-0.1%2c0.3-0.2%2c0.4-0.2 c0.2-0.1%2c0.3-0.2%2c0.5-0.3c0.1-0.1%2c0.2-0.1%2c0.2-0.2C8.2-12.9%2c8.4-13.1%2c8.6-13.2L8.6-13.2C8.6-13.2%2c8.6-13.2%2c8.6-13.2z'/%3e %3cpath fill='%23EBBF54' d='M9.5-13.9L9.5-13.9C9.5-13.8%2c9.4-13.8%2c9.5-13.9C9.4-13.8%2c9.5-13.9%2c9.5-13.9z'/%3e %3cpath fill='%23CBCACA' d='M9.9%2c15c0%2c0%2c0%2c0.1-0.1%2c0.1c0%2c0%2c0%2c0.1-0.1%2c0.1c0%2c0-0.1%2c0.1-0.1%2c0.1c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.1%2c0.1-0.2%2c0.1 c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3-0.1c-0.1%2c0-0.1-0.1-0.2-0.1c0%2c0%2c0%2c0%2c0%2c0c-0.1-0.1-0.2-0.3-0.2-0.4v0 c0%2c0%2c0-0.1%2c0-0.1v-27.9c0%2c0%2c0%2c0%2c0-0.1c0-0.1%2c0-0.2%2c0.1-0.2c0%2c0%2c0%2c0%2c0%2c0c0-0.1%2c0.1-0.1%2c0.1-0.2c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.1-0.1%2c0.2-0.1 c0.1%2c0%2c0.2-0.1%2c0.3-0.1c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.1%2c0.3%2c0.2c0%2c0%2c0%2c0.1%2c0.1%2c0.1c0%2c0%2c0%2c0.1%2c0%2c0.1 c0%2c0.1%2c0%2c0.2%2c0%2c0.2v4.5v23.4C10%2c14.8%2c10%2c14.9%2c9.9%2c15z'/%3e %3cpath fill='%23CBCACA' d='M-10.6%2c6.4c-2.6-0.6-6.4-1-10.7-1h-0.7v0c-0.2%2c0-0.3%2c0-0.5%2c0h-1c-0.6%2c0-1.1-0.5-1.1-1.1V1.8v-4.5 c0-0.6%2c0.5-1.1%2c1.1-1.1h1c0.1%2c0%2c0.3%2c0%2c0.5%2c0v0h0.7c0.3%2c0%2c0.5%2c0%2c0.7%2c0c2%2c0%2c4-0.1%2c5.7-0.3c0.4%2c0%2c0.8-0.1%2c1.2-0.1l0%2c0 c1.1-0.1%2c2.2-0.3%2c3.1-0.5v9V6.4z M-22.2-1.7c-0.3%2c0-0.6%2c0.3-0.6%2c0.6v1.7v2c0%2c0.3%2c0.3%2c0.6%2c0.6%2c0.6h1.2c0.3%2c0%2c0.6-0.3%2c0.6-0.6v-2 v-1.7c0-0.3-0.3-0.6-0.6-0.6H-22.2z'/%3e %3c/g%3e %3cpath fill='%23ECC054' d='M9.5-13.9L9.5-13.9C9.5-13.8%2c9.4-13.8%2c9.5-13.9C9.4-13.8%2c9.5-13.9%2c9.5-13.9z'/%3e %3cpath opacity='0.2' fill='white' d='M8.6-8.7C6.3-7.1-0.5-3-10.6-0.9v-4v-0.5c10.1-2.1%2c16.8-6.3%2c19.1-7.9c0%2c0%2c0%2c0%2c0%2c0.1V-8.7z' /%3e %3cpath opacity='0.2' fill='white' d='M9.5-9.3L9.5-9.3C9.5-9.4%2c9.4-9.3%2c9.5-9.3c-0.1%2c0-0.1%2c0-0.2%2c0c-0.4%2c0-0.7%2c0.3-0.7%2c0.6l0%2c0 v-4.4c0%2c0%2c0%2c0%2c0-0.1c0-0.4%2c0.3-0.6%2c0.7-0.6c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.3%2c0.1%2c0.5%2c0.3%2c0.5%2c0.7v4.5C10-9%2c9.8-9.2%2c9.5-9.3z'/%3e %3cpath opacity='0.2' fill='white' d='M-10.6-0.3c-2.5%2c0.6-5.9%2c0.9-9.8%2c1v-1.7c0-0.3-0.3-0.6-0.6-0.6h-1.2c-0.3%2c0-0.6%2c0.3-0.6%2c0.6 v1.7h-0.6c-0.6%2c0-1.1%2c0.5-1.1%2c1.1v-4.5c0-0.6%2c0.5-1.1%2c1.1-1.1h1c0.1%2c0%2c0.3%2c0%2c0.5%2c0v0h0.7c0.3%2c0%2c0.5%2c0%2c0.7%2c0c2%2c0%2c4-0.1%2c5.7-0.3 c1.6-0.2%2c3.1-0.4%2c4.3-0.7v4V-0.3z'/%3e %3cg%3e %3cpath fill='%23CBCACA' d='M16.4-8.7c-0.2%2c0-0.4%2c0.1-0.6%2c0.2c-0.4%2c0.3-0.5%2c1-0.2%2c1.4c1.2%2c1.5%2c2.6%2c4.4%2c2.6%2c7.5c0%2c3.8-1.8%2c6.8-2.7%2c7.7 c-0.4%2c0.4-0.4%2c1%2c0%2c1.4c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0c1.3-1.2%2c3.4-4.8%2c3.4-9.1c0-4.6-2.5-8-3-8.7C17-8.6%2c16.7-8.7%2c16.4-8.7z'/%3e %3c/g%3e %3cg%3e %3cpath fill='%23CBCACA' d='M19.9-11.1c-0.2%2c0-0.4%2c0.1-0.6%2c0.2c-0.4%2c0.3-0.5%2c1-0.2%2c1.4c1.6%2c2%2c3.4%2c5.8%2c3.4%2c9.8c0%2c5-2.4%2c8.9-3.6%2c10.1 c-0.4%2c0.4-0.4%2c1%2c0%2c1.4c0.4%2c0.4%2c1%2c0.4%2c1.4%2c0c1.6-1.6%2c4.2-6.1%2c4.2-11.5c0-5.8-3.2-10.2-3.8-11C20.5-10.9%2c20.2-11.1%2c19.9-11.1z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23icon-megaphone' width='49' height='30.9' x='-24.5' y='-15.4' transform='matrix(1.1574 0 0 -1.1574 28.3564 17.8679)' overflow='visible' opacity='0.7'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-note-blank {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 20.6 20.6' enable-background='new 0 0 20.6 20.6' xml:space='preserve'%3e %3cdefs%3e %3c/defs%3e %3cg%3e %3cg%3e %3cpath fill='%23DEDFDA' d='M19%2c0c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6h-1.4c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6 H9.6c0%2c0.9-0.8%2c1.6-1.6%2c1.6C7.1%2c1.6%2c6.4%2c0.9%2c6.3%2c0H5c0%2c0.9-0.8%2c1.6-1.6%2c1.6C2.4%2c1.6%2c1.7%2c0.9%2c1.7%2c0H0v20.6h15l5.6-5.6V0H19z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath fill='%23DEDFDA' d='M17%2c4.7c-0.6%2c0-1.3%2c0.4-1.9%2c0.7C14.6%2c5.7%2c14%2c6.1%2c13.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c5.7%2c9%2c6.1%2c8.7%2c6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0C8.6%2c6%2c8.5%2c5.8%2c8.4%2c5.7C8.2%2c5.2%2c7.9%2c4.9%2c7.5%2c4.8c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c5.7%2c4%2c6.1%2c3.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0C3.6%2c6%2c3.5%2c5.8%2c3.4%2c5.7c0-0.1-0.1-0.1-0.1-0.2C3.2%2c5.4%2c2.9%2c5.3%2c2.7%2c5.4 C2.4%2c5.5%2c2.2%2c5.9%2c2.4%2c6.2c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 C7.6%2c6.7%2c7.9%2c7%2c8.3%2c7.2c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0l0%2c0 c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2 c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0C17.2%2c4.7%2c17.1%2c4.7%2c17%2c4.7z'/%3e %3cpath fill='%23DEDFDA' d='M17%2c10c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c11%2c9%2c11.4%2c8.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c11%2c4%2c11.4%2c3.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c0-0.1-0.1-0.1-0.1-0.2c-0.2-0.2-0.4-0.2-0.7-0.1 c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0l0%2c0 c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2 c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0C17.2%2c10%2c17.1%2c10%2c17%2c10z'/%3e %3cpath fill='%23DEDFDA' d='M16.8%2c15.3c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0 c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7 c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0 c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7c-0.5%2c0.3-1.2%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c0-0.1-0.1-0.1-0.1-0.2C3%2c16%2c2.7%2c15.9%2c2.5%2c16c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0 c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0%2c0%2c0%2c0%2c0c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6 c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0 c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17%2c15.3%2c16.9%2c15.3%2c16.8%2c15.3z'/%3e %3c/g%3e %3cpolygon fill='%23919191' points='15%2c20.6 15%2c15 20.6%2c15 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-note-new {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 20.6 20.6' enable-background='new 0 0 20.6 20.6' xml:space='preserve'%3e %3cdefs%3e %3c/defs%3e %3cg%3e %3cg%3e %3cpath fill='%23919191' d='M19%2c0c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6h-1.4c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6 H9.6c0%2c0.9-0.8%2c1.6-1.6%2c1.6C7.1%2c1.6%2c6.4%2c0.9%2c6.3%2c0H5c0%2c0.9-0.8%2c1.6-1.6%2c1.6C2.4%2c1.6%2c1.7%2c0.9%2c1.7%2c0H0v20.6h15l5.6-5.6V0H19z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath fill='white' d='M17%2c4.7c-0.6%2c0-1.3%2c0.4-1.9%2c0.7C14.6%2c5.7%2c14%2c6.1%2c13.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c5.7%2c9%2c6.1%2c8.7%2c6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0C8.6%2c6%2c8.5%2c5.8%2c8.4%2c5.7C8.2%2c5.2%2c7.9%2c4.9%2c7.5%2c4.8c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c5.7%2c4%2c6.1%2c3.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0C3.6%2c6%2c3.5%2c5.8%2c3.4%2c5.7c0-0.1-0.1-0.1-0.1-0.2C3.2%2c5.4%2c2.9%2c5.3%2c2.7%2c5.4 C2.4%2c5.5%2c2.2%2c5.9%2c2.4%2c6.2c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 C7.6%2c6.7%2c7.9%2c7%2c8.3%2c7.2c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0l0%2c0 c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2 c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0C17.2%2c4.7%2c17.1%2c4.7%2c17%2c4.7z'/%3e %3cpath fill='white' d='M17%2c10c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c11%2c9%2c11.4%2c8.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c11%2c4%2c11.4%2c3.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c0-0.1-0.1-0.1-0.1-0.2c-0.2-0.2-0.4-0.2-0.7-0.1 c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17.2%2c10%2c17.1%2c10%2c17%2c10z'/%3e %3cpath fill='white' d='M16.8%2c15.3c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0 c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7 c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0 c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7c-0.5%2c0.3-1.2%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c0-0.1-0.1-0.1-0.1-0.2C3%2c16%2c2.7%2c15.9%2c2.5%2c16c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0 c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0%2c0%2c0%2c0%2c0c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6 c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0 c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17%2c15.3%2c16.9%2c15.3%2c16.8%2c15.3z'/%3e %3c/g%3e %3cpolygon fill='%23656A6E' points='15%2c20.6 15%2c15 20.6%2c15 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-note-saved {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 20.6 20.6' enable-background='new 0 0 20.6 20.6' xml:space='preserve'%3e %3cdefs%3e %3c/defs%3e %3cg%3e %3cg%3e %3cpath fill='%23DEDFDA' d='M19%2c0c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6h-1.4c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6 H9.6c0%2c0.9-0.8%2c1.6-1.6%2c1.6C7.1%2c1.6%2c6.4%2c0.9%2c6.3%2c0H5c0%2c0.9-0.8%2c1.6-1.6%2c1.6C2.4%2c1.6%2c1.7%2c0.9%2c1.7%2c0H0v20.6h15l5.6-5.6V0H19z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath fill='%234F5356' d='M17%2c4.7c-0.6%2c0-1.3%2c0.4-1.9%2c0.7C14.6%2c5.7%2c14%2c6.1%2c13.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c5.7%2c9%2c6.1%2c8.7%2c6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0C8.6%2c6%2c8.5%2c5.8%2c8.4%2c5.7C8.2%2c5.2%2c7.9%2c4.9%2c7.5%2c4.8c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c5.7%2c4%2c6.1%2c3.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0C3.6%2c6%2c3.5%2c5.8%2c3.4%2c5.7c0-0.1-0.1-0.1-0.1-0.2C3.2%2c5.4%2c2.9%2c5.3%2c2.7%2c5.4 C2.4%2c5.5%2c2.2%2c5.9%2c2.4%2c6.2c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 C7.6%2c6.7%2c7.9%2c7%2c8.3%2c7.2c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0l0%2c0 c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2 c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0C17.2%2c4.7%2c17.1%2c4.7%2c17%2c4.7z'/%3e %3cpath fill='%234F5356' d='M17%2c10c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c11%2c9%2c11.4%2c8.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c11%2c4%2c11.4%2c3.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c0-0.1-0.1-0.1-0.1-0.2c-0.2-0.2-0.4-0.2-0.7-0.1 c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17.2%2c10%2c17.1%2c10%2c17%2c10z'/%3e %3cpath fill='%234F5356' d='M16.8%2c15.3c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0 c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7 c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0 c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7c-0.5%2c0.3-1.2%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c0-0.1-0.1-0.1-0.1-0.2C3%2c16%2c2.7%2c15.9%2c2.5%2c16c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0 c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0%2c0%2c0%2c0%2c0c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6 c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0 c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17%2c15.3%2c16.9%2c15.3%2c16.8%2c15.3z'/%3e %3c/g%3e %3cpolygon fill='%23919191' points='15%2c20.6 15%2c15 20.6%2c15 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-org-filter-active {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 39.3 29.9' style='enable-background:new 0 0 39.3 29.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%234F5356%3b%7d .st1%7bfill:%23E0E0E0%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='company-filter-active' viewBox='-19.6 -14.9 39.3 29.9'%3e %3cg%3e %3cpath class='st0' d='M19.6-10.6c0-2.4-1.9-4.3-4.3-4.3h-30.6c-2.4%2c0-4.3%2c1.9-4.3%2c4.3v21.2c0%2c2.4%2c1.9%2c4.3%2c4.3%2c4.3h30.6 c2.4%2c0%2c4.3-1.9%2c4.3-4.3V-10.6z'/%3e %3c/g%3e %3cpath class='st1' d='M-7.2%2c10.8v-21.5h5.7v4.3h2.9v-4.3h5.7v21.5H-7.2z M-2.9-2.9h-2.9v4.3h2.9V-2.9z M-2.9%2c4.3h-2.9v4.3h2.9V4.3z M1.4-2.9h-2.9v4.3h2.9V-2.9z M1.4%2c4.3h-2.9v4.3h2.9V4.3z M5.7-2.9H2.9v4.3h2.9V-2.9z M5.7%2c4.3H2.9v4.3h2.9V4.3z'/%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23company-filter-active' width='39.3' height='29.9' x='-19.6' y='-14.9' transform='matrix(1 0 0 -1 19.6387 14.9439)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-org-filter {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 39.3 29.9' style='enable-background:new 0 0 39.3 29.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23F2F2F2%3b%7d .st1%7bfill:%234F5356%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='company-filter-innactive' viewBox='-72 -0.6 39.3 29.9'%3e %3cg%3e %3cpath class='st0' d='M-32.7%2c3.7c0-2.4-1.9-4.3-4.3-4.3h-30.6C-70-0.6-72%2c1.3-72%2c3.7V25c0%2c2.4%2c1.9%2c4.3%2c4.3%2c4.3H-37 c2.4%2c0%2c4.3-1.9%2c4.3-4.3V3.7z'/%3e %3c/g%3e %3cpath class='st1' d='M-59.5%2c25.1V3.6h5.7v4.3h2.9V3.6h5.7v21.5H-59.5z M-55.2%2c11.5h-2.9v4.3h2.9V11.5z M-55.2%2c18.6h-2.9v4.3h2.9 V18.6z M-50.9%2c11.5h-2.9v4.3h2.9V11.5z M-50.9%2c18.6h-2.9v4.3h2.9V18.6z M-46.6%2c11.5h-2.9v4.3h2.9V11.5z M-46.6%2c18.6h-2.9v4.3h2.9 V18.6z'/%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23company-filter-innactive' width='39.3' height='29.9' x='-72' y='-0.6' transform='matrix(1 0 0 -1 71.9717 29.2769)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-pencil {
  background-image: url("data:image/svg+xml,%3csvg id='4c17e2dc-2967-4f7e-a421-a632590967ab' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 23.13 23.11'%3e%3cdefs%3e%3csymbol id='cee2164c-557b-40d6-820f-cdd03e8243b9' data-name='icon-edit' viewBox='0 0 23.13 23.11'%3e%3cpath d='M0.07%2c23.05l1.3-1.3L2.12%2c22.5l-1.65.57c-0.32.11-.51%2c0-0.46-0.3A0.28%2c0.28%2c0%2c0%2c0%2c.07%2c23.05Z' style='fill:%23919191'/%3e%3cpath d='M21.54%2c1.58L22%2c2c1.05%2c1.05%2c1.47%2c2.37.92%2c2.92L21.31%2c6.49%2c19%2c4.15Z' style='fill:%23ef5f2b'/%3e%3cpolygon points='18.97 4.15 21.31 6.49 20.82 6.98 18.48 4.64 18.97 4.15' style='fill:%23b9bcbf'/%3e%3cpolygon points='15.6 7.52 16.09 7.03 18.43 9.37 17.94 9.86 16.77 8.69 15.6 7.52' style='fill:%23b9bcbf'/%3e%3cpath d='M16.33%2c6.79l2.34%2c2.34%2c1.91-1.91L18.24%2c4.88l-0.46.46%2c0.1%2c0.1a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.85a0.16%2c0.16%2c0%2c0%2c1-.2-0.06l-0.1-.1Zm3.27%2c0.5a0.16%2c0.16%2c0%2c0%2c1%2c.2.06L20%2c7.54a0.16%2c0.16%2c0%2c0%2c1%2c.06.2L19.2%2c8.6A0.16%2c0.16%2c0%2c0%2c1%2c19%2c8.54l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2Zm-0.71-.7a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.86a0.17%2c0.17%2c0%2c0%2c1-.2-0.06l-0.19-.2A0.16%2c0.16%2c0%2c0%2c1%2c18%2c7.44Zm-0.7-.71a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.87a0.17%2c0.17%2c0%2c0%2c1-.2-0.07L17.4%2c6.94a0.16%2c0.16%2c0%2c0%2c1-.06-0.2Z' style='fill:%23b9bcbf'/%3e%3cpath d='M4.55%2c18.57h0L15.6%2c7.52l1.17%2c1.17L6.57%2c18.89l-0.16.16C6%2c19.43%2c5.2%2c19.21%2c4.55%2c18.57Z' style='fill:%23edcf8c'/%3e%3cpath d='M6.89%2c20.91C6.25%2c20.26%2c6%2c19.43%2c6.41%2c19.05l0.16-.16%2c10.2-10.2%2c1.17%2c1.17L7.75%2c20.06l-0.86.85h0Z' style='fill:%23edcf8c'/%3e%3cpath d='M4.55%2c18.57h0c0.65%2c0.65%2c1.48.86%2c1.86%2c0.48-0.38.38-.16%2c1.21%2c0.48%2c1.86l-4.78%2c1.6-0.75-.75Z' style='fill:%23efe4d1'/%3e%3cpolygon points='18.48 4.64 20.82 6.98 20.58 7.22 18.24 4.88 18.48 4.64' style='fill:%23919191'/%3e%3cpolygon points='16.33 6.79 18.67 9.13 18.43 9.37 16.09 7.03 16.33 6.79' style='fill:%23919191'/%3e%3cpath d='M19.8%2c7.35L20%2c7.54a0.16%2c0.16%2c0%2c0%2c1%2c.06.2L19.2%2c8.6A0.16%2c0.16%2c0%2c0%2c1%2c19%2c8.54l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86A0.17%2c0.17%2c0%2c0%2c1%2c19.8%2c7.35Z' style='fill:%23919191'/%3e%3cpath d='M18.39%2c5.94l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.87a0.17%2c0.17%2c0%2c0%2c1-.2-0.07L17.4%2c6.94a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86A0.15%2c0.15%2c0%2c0%2c1%2c18.39%2c5.94Z' style='fill:%23919191'/%3e%3cpath d='M19.09%2c6.65l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.86a0.17%2c0.17%2c0%2c0%2c1-.2-0.06l-0.19-.2A0.16%2c0.16%2c0%2c0%2c1%2c18%2c7.44l0.86-.86A0.18%2c0.18%2c0%2c0%2c1%2c19.09%2c6.65Z' style='fill:%23919191'/%3e%3cpath d='M0%2c22.65a0.31%2c0.31%2c0%2c0%2c0%2c0%2c.13A0.35%2c0.35%2c0%2c0%2c1%2c0%2c22.65Z'/%3e%3cpath d='M0.07%2c23.05A0.29%2c0.29%2c0%2c0%2c1%2c0%2c22.78l0-.13L0.61%2c21l0.75%2c0.75Z' style='fill:%234f5356'/%3e%3cpath d='M16.63%2c1.81L18.2%2c0.24c0.55-.55%2c1.86-0.14%2c2.92.92l0.43%2c0.43L19%2c4.15Z' style='fill:%23ed8567'/%3e%3cpolygon points='15.6 7.52 14.43 6.35 13.26 5.18 13.75 4.69 16.09 7.03 15.6 7.52' style='fill:%23919191'/%3e%3cpath d='M18.24%2c4.88L15.9%2c2.53%2c14%2c4.45l2.34%2c2.34%2c0.46-.46-0.1-.1A0.16%2c0.16%2c0%2c0%2c1%2c16.63%2c6l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.1%2c0.1ZM15%2c4.38a0.16%2c0.16%2c0%2c0%2c1-.2-0.06l-0.19-.2a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.85-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2Zm0.71%2c0.7A0.16%2c0.16%2c0%2c0%2c1%2c15.48%2c5l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06L16.47%2c4a0.16%2c0.16%2c0%2c0%2c1%2c.06.2Zm0.7%2c0.71a0.16%2c0.16%2c0%2c0%2c1-.2-0.06L16%2c5.53a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2Z' style='fill:%23919191'/%3e%3cpolygon points='18.48 4.64 16.14 2.3 16.63 1.81 18.97 4.15 18.48 4.64' style='fill:%23919191'/%3e%3cpath d='M4.07%2c16.71l0.16-.16%2c10.2-10.2L15.6%2c7.52l-11.05%2c11C3.91%2c17.92%2c3.69%2c17.09%2c4.07%2c16.71Z' style='fill:%23ecc054'/%3e%3cpath d='M4.07%2c16.71c-0.38.38-.16%2c1.21%2c0.48%2c1.86h0L1.36%2c21.76%2c0.61%2c21l1.6-4.78C2.86%2c16.87%2c3.69%2c17.09%2c4.07%2c16.71Z' style='fill:%23b39041'/%3e%3cpath d='M4.23%2c16.54l-0.16.16c-0.38.39-1.21%2c0.17-1.86-.48h0l11.05-11%2c1.17%2c1.17Z' style='fill:%23ecc054'/%3e%3cpolygon points='18.24 4.88 15.9 2.53 16.14 2.3 18.48 4.64 18.24 4.88' style='fill:%234f5356'/%3e%3cpolygon points='16.09 7.03 13.75 4.69 13.99 4.45 16.33 6.79 16.09 7.03' style='fill:%234f5356'/%3e%3cpath d='M14.77%2c4.32l-0.19-.2a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.85-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2L15%2c4.38A0.17%2c0.17%2c0%2c0%2c1%2c14.77%2c4.32Z' style='fill:%234f5356'/%3e%3cpath d='M15.48%2c5l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06L16.47%2c4a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.86A0.16%2c0.16%2c0%2c0%2c1%2c15.48%2c5Z' style='fill:%234f5356'/%3e%3cpath d='M16.18%2c5.72L16%2c5.53a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.86.87A0.16%2c0.16%2c0%2c0%2c1%2c16.18%2c5.72Z' style='fill:%234f5356'/%3e%3cpath d='M16.89%2c6.43l-0.1-.1%2c1-1%2c0.1%2c0.1a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.85A0.16%2c0.16%2c0%2c0%2c1%2c16.89%2c6.43Z' style='fill:%23919191'/%3e%3cpath d='M16.69%2c6.23A0.16%2c0.16%2c0%2c0%2c1%2c16.63%2c6l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.1%2c0.1-1%2c1Z' style='fill:%234f5356'/%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-pencil%3c/title%3e%3cuse width='23.13' height='23.11' transform='translate(0 0)' xlink:href='%23cee2164c-557b-40d6-820f-cdd03e8243b9'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-plus-btn-lt {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='22px' height='22px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='plus_sign_white' viewBox='-11 -11 22 22'%3e %3cpath class='st0' d='M11%2c0c0-6.08-4.92-11-11-11S-11-6.08-11%2c0s4.92%2c11%2c11%2c11S11%2c6.08%2c11%2c0z'/%3e %3cg%3e %3cline class='st1' x1='0' y1='5' x2='0' y2='-5'/%3e %3cline class='st1' x1='-5' y1='0' x2='5' y2='0'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23plus_sign_white' width='22' height='22' x='-11' y='-11' transform='matrix(1 0 0 -1 11.0005 11)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-plus-btn {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='22px' height='22px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23CBCACA%3b%7d .st1%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='add-sign' viewBox='-11 -11 22 22'%3e %3cpath class='st0' d='M11%2c0c0-6.08-4.92-11-11-11S-11-6.08-11%2c0s4.92%2c11%2c11%2c11S11%2c6.08%2c11%2c0z'/%3e %3cline class='st1' x1='0' y1='5' x2='0' y2='-5'/%3e %3cline class='st1' x1='-5' y1='0' x2='5' y2='0'/%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23add-sign' width='22' height='22' x='-11' y='-11' transform='matrix(1 0 0 -1 11.0003 11)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-question-type-any {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 169.91 47.02' style='enable-background:new 0 0 169.91 47.02%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%234F5356%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.0608%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='form-choose-any-active' viewBox='-84.95 -23.51 169.91 47.02'%3e %3cg%3e %3cg%3e %3cpath class='st0' d='M-72.22%2c13.35c0-1.42-1.16-2.58-2.58-2.58h-7.58c-1.42%2c0-2.58%2c1.16-2.58%2c2.58v7.58 c0%2c1.42%2c1.16%2c2.58%2c2.58%2c2.58h7.58c1.42%2c0%2c2.58-1.16%2c2.58-2.58V13.35z'/%3e %3c/g%3e %3cpolyline class='st1' points='-82.19%2c16.62 -79.53%2c13.88 -74.25%2c19.2 '/%3e %3c/g%3e %3cpath class='st0' d='M84.86-0.04c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.38-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.85-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2.02-1.15-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.09-0.53%2c0.11-0.8%2c0.12c-1.23%2c0.15-2.49-0.57-3.72-1.27 c-0.69-0.39-1.57-0.9-2.14-0.99c-0.01%2c0-0.02%2c0-0.03%2c0c-0.16%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.69%2c1.66 c-0.27%2c0.09-0.55%2c0.12-0.82%2c0.12c-0.05%2c0.01-0.1%2c0-0.15%2c0c-0.03%2c0-0.05%2c0-0.08%2c0c-1.15%2c0.03-2.32-0.63-3.47-1.28 c-0.69-0.4-1.59-0.9-2.15-0.99c-0.01%2c0-0.02%2c0-0.02%2c0c-0.18%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.27%2c0.09-0.54%2c0.12-0.81%2c0.12c-1.22%2c0.14-2.48-0.58-3.7-1.28c-0.69-0.4-1.59-0.91-2.16-1c0%2c0-0.01%2c0-0.01%2c0 c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.36%2c0.12-0.73%2c0.14-1.1%2c0.11c-1.12%2c0.01-2.28-0.64-3.4-1.28 c-0.7-0.4-1.62-0.92-2.18-1c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5C5.71%2c0.8%2c5.14%2c1.36%2c4.41%2c1.6c-0.27%2c0.09-0.53%2c0.11-0.8%2c0.11 C2.38%2c1.86%2c1.12%2c1.14-0.1%2c0.44c-0.7-0.4-1.6-0.92-2.16-1c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5C-3.04%2c0.8-3.61%2c1.36-4.34%2c1.6 c-0.27%2c0.09-0.54%2c0.11-0.82%2c0.11c-1.22%2c0.14-2.47-0.58-3.69-1.27c-0.7-0.4-1.61-0.92-2.17-0.99c-0.17%2c0.07-0.31%2c0.33-0.38%2c0.49 c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-0.24%2c0.08-0.48%2c0.11-0.73%2c0.11c-1.26%2c0.2-2.55-0.53-3.81-1.25 c-0.7-0.4-1.62-0.92-2.17-0.99c-0.16%2c0.08-0.29%2c0.3-0.37%2c0.48c-0.12%2c0.28-0.35%2c0.47-0.62%2c0.57c-0.36%2c0.55-0.82%2c0.92-1.38%2c1.1 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.16-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08 c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-1.37%2c0.45-2.8-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99c-0.17%2c0.06-0.31%2c0.31-0.4%2c0.5 c-0.24%2c0.54-0.87%2c0.78-1.41%2c0.54c-0.54-0.24-0.78-0.87-0.54-1.41c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.27-0.09%2c0.55-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.31-0.33%2c0.38-0.49c0.01-0.03%2c0.02-0.05%2c0.04-0.08 c0.38-0.82%2c0.94-1.35%2c1.65-1.58c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5 c0.38-0.85%2c0.94-1.41%2c1.67-1.65c0.23-0.07%2c0.46-0.1%2c0.69-0.11c0.15-0.03%2c0.3-0.04%2c0.46-0.04c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29 c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99c0.15-0.08%2c0.28-0.3%2c0.37-0.48c0.38-0.86%2c0.94-1.41%2c1.67-1.65c0.25-0.08%2c0.51-0.11%2c0.76-0.11 C-10-2.86-8.72-2.13-7.48-1.42c0.7%2c0.4%2c1.6%2c0.92%2c2.17%2c1c0.17-0.06%2c0.31-0.3%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 C-2.97-2.67-2.7-2.7-2.43-2.7c1.22-0.14%2c2.48%2c0.58%2c3.7%2c1.28c0.7%2c0.4%2c1.6%2c0.92%2c2.17%2c1c0.18-0.06%2c0.32-0.34%2c0.39-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66C5.79-2.67%2c6.06-2.7%2c6.34-2.7c1.22-0.14%2c2.47%2c0.58%2c3.69%2c1.28c0.69%2c0.39%2c1.58%2c0.9%2c2.14%2c0.99 c0.01%2c0%2c0.02%2c0%2c0.03%2c0c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.35-0.11%2c0.7-0.14%2c1.05-0.12 c1.14-0.03%2c2.31%2c0.63%2c3.45%2c1.28c0.7%2c0.4%2c1.61%2c0.92%2c2.17%2c1l0%2c0c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.36-0.12%2c0.72-0.14%2c1.09-0.11c1.13-0.01%2c2.28%2c0.64%2c3.4%2c1.27c0.7%2c0.4%2c1.61%2c0.92%2c2.18%2c1l0%2c0c0.17-0.06%2c0.31-0.3%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.36-0.12%2c0.72-0.14%2c1.09-0.11c1.13-0.01%2c2.28%2c0.63%2c3.41%2c1.27c0.71%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99 c0.17-0.07%2c0.31-0.33%2c0.39-0.49c0.12-0.28%2c0.35-0.47%2c0.62-0.57c0.36-0.55%2c0.82-0.92%2c1.38-1.1c1.38-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.46%2c2.82%2c0.37%2c4.21%2c1.16 c0.85%2c0.48%2c2.01%2c1.14%2c2.47%2c0.99c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.85%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.24-0.54%2c0.87-0.78%2c1.41-0.54C84.86-1.21%2c85.1-0.58%2c84.86-0.04z'/%3e %3cpath class='st0' d='M58.52-17.68c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.14-2.48-0.99 c-0.17%2c0.05-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.35%2c0.11-0.7%2c0.15-1.05%2c0.12c-1.14%2c0.02-2.3-0.63-3.44-1.28 c-0.7-0.4-1.6-0.91-2.17-0.99c0%2c0-0.02%2c0-0.02%2c0c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.35%2c0.12-0.71%2c0.15-1.07%2c0.12c-1.13%2c0.02-2.29-0.63-3.42-1.28c-0.7-0.4-1.61-0.92-2.17-1c0%2c0-0.01%2c0-0.01%2c0 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11c-1.22%2c0.15-2.49-0.57-3.72-1.27 c-0.7-0.4-1.61-0.92-2.17-1c-0.17%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11 c-1.23%2c0.15-2.49-0.57-3.72-1.27c-0.7-0.4-1.62-0.92-2.18-1c-0.16%2c0.06-0.3%2c0.3-0.39%2c0.5c-0.12%2c0.27-1.43%2c1.49-1.99%2c1.67 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.16%2c0.35-0.49%2c0.59-0.88%2c0.63 c-0.38%2c0.04-0.76-0.14-0.98-0.46l-0.09-1.04c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.16c0.85%2c0.48%2c2%2c1.14%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.27-0.09%2c0.55-0.12%2c0.83-0.12c0.1-0.01%2c0.2-0.02%2c0.3-0.02c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c1 c0.17-0.07%2c0.31-0.33%2c0.38-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.26-0.09%2c0.53-0.11%2c0.79-0.12c1.22-0.15%2c2.49%2c0.57%2c3.71%2c1.28 c0.7%2c0.4%2c1.61%2c0.93%2c2.18%2c1c0.17-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.12%2c0.81-0.12 c1.21-0.13%2c2.47%2c0.58%2c3.68%2c1.28c0.69%2c0.4%2c1.59%2c0.91%2c2.16%2c1c0.01%2c0%2c0.02%2c0%2c0.02%2c0c0.17-0.06%2c0.31-0.3%2c0.4-0.49 c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.35-0.11%2c0.7-0.14%2c1.05-0.12c1.14-0.02%2c2.3%2c0.63%2c3.44%2c1.28c0.7%2c0.4%2c1.61%2c0.91%2c2.17%2c0.99 c0%2c0%2c0.01%2c0%2c0.01%2c0c0.18-0.06%2c0.74-0.96%2c1-1.06c0.36-0.55%2c0.82-0.92%2c1.38-1.11c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.21%2c1.16 c0.85%2c0.48%2c2.01%2c1.15%2c2.48%2c0.99c0.17-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.69-1.66c1.38-0.45%2c2.82%2c0.37%2c4.21%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.32-0.33%2c0.39-0.49c0.24-0.54%2c0.87-0.78%2c1.41-0.54C58.52-18.85%2c58.76-18.22%2c58.52-17.68z' /%3e %3cpath class='st0' d='M58.52%2c17.59c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.14-2.48-0.99 c-0.17%2c0.05-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.35%2c0.11-0.7%2c0.15-1.05%2c0.12c-1.14%2c0.02-2.3-0.63-3.44-1.28 c-0.7-0.4-1.6-0.91-2.17-0.99c0%2c0-0.02%2c0-0.02%2c0c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49C5.62%2c18.44%2c5.05%2c19%2c4.32%2c19.24 c-0.35%2c0.12-0.71%2c0.15-1.07%2c0.12c-1.13%2c0.02-2.29-0.63-3.42-1.28c-0.7-0.4-1.61-0.92-2.17-1c0%2c0-0.01%2c0-0.01%2c0 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.49C-3.13%2c18.44-3.7%2c19-4.43%2c19.24c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11c-1.22%2c0.15-2.49-0.57-3.72-1.27 c-0.7-0.4-1.61-0.92-2.17-1c-0.17%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11 c-1.23%2c0.15-2.49-0.57-3.72-1.27c-0.7-0.4-1.62-0.92-2.18-1c-0.16%2c0.06-0.3%2c0.3-0.39%2c0.5c-0.12%2c0.27-1.43%2c1.49-1.99%2c1.67 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.16%2c0.35-0.49%2c0.59-0.88%2c0.63 c-0.38%2c0.04-0.76-0.14-0.98-0.46l-0.09-1.04c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.16c0.85%2c0.48%2c2%2c1.14%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.27-0.09%2c0.55-0.12%2c0.83-0.12c0.1-0.01%2c0.2-0.02%2c0.3-0.02c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c1 c0.17-0.07%2c0.31-0.33%2c0.38-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.26-0.09%2c0.53-0.11%2c0.79-0.12c1.22-0.15%2c2.49%2c0.57%2c3.71%2c1.28 c0.7%2c0.4%2c1.61%2c0.93%2c2.18%2c1c0.17-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.12%2c0.81-0.12 c1.21-0.13%2c2.47%2c0.58%2c3.68%2c1.28c0.69%2c0.4%2c1.59%2c0.91%2c2.16%2c1c0.01%2c0%2c0.02%2c0%2c0.02%2c0c0.17-0.06%2c0.31-0.3%2c0.4-0.49 c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.35-0.11%2c0.7-0.14%2c1.05-0.12c1.14-0.02%2c2.3%2c0.63%2c3.44%2c1.28c0.7%2c0.4%2c1.61%2c0.91%2c2.17%2c0.99 c0%2c0%2c0.01%2c0%2c0.01%2c0c0.17-0.06%2c0.74-0.96%2c1-1.06c0.36-0.55%2c0.82-0.92%2c1.38-1.11c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.21%2c1.16 c0.85%2c0.48%2c2.01%2c1.15%2c2.48%2c0.99c0.17-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.69-1.66c1.38-0.45%2c2.82%2c0.37%2c4.21%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.32-0.33%2c0.39-0.49c0.24-0.54%2c0.87-0.78%2c1.41-0.54C58.52%2c16.42%2c58.76%2c17.05%2c58.52%2c17.59z' /%3e %3cg%3e %3cpath class='st0' d='M-72.22-3.79c0-1.42-1.16-2.58-2.58-2.58h-7.58c-1.42%2c0-2.58%2c1.16-2.58%2c2.58v7.58 c0%2c1.42%2c1.16%2c2.58%2c2.58%2c2.58h7.58c1.42%2c0%2c2.58-1.16%2c2.58-2.58V-3.79z'/%3e %3c/g%3e %3cpolyline class='st1' points='-82.19%2c-0.53 -79.53%2c-3.26 -74.25%2c2.06 '/%3e %3cg%3e %3cpath class='st0' d='M-72.22-20.94c0-1.42-1.16-2.58-2.58-2.58h-7.58c-1.42%2c0-2.58%2c1.16-2.58%2c2.58v7.58 c0%2c1.42%2c1.16%2c2.58%2c2.58%2c2.58h7.58c1.42%2c0%2c2.58-1.16%2c2.58-2.58V-20.94z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23form-choose-any-active' width='169.91' height='47.02' x='-84.95' y='-23.51' transform='matrix(1 0 0 -1 84.9539 23.5118)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-question-type-long {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 168.01 41.4' style='enable-background:new 0 0 168.01 41.4%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23919191%3b%7d .st1%7bfill:%234F5356%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='form-long-answer-active' viewBox='-84.01 -20.7 168.01 41.4'%3e %3cg%3e %3cpath class='st0' d='M84.01-17.76c0-1.62-1.32-2.94-2.94-2.94H-81.07c-1.62%2c0-2.94%2c1.32-2.94%2c2.94v35.52 c0%2c1.62%2c1.32%2c2.94%2c2.94%2c2.94H81.07c1.62%2c0%2c2.94-1.32%2c2.94-2.94V-17.76z'/%3e %3c/g%3e %3cg%3e %3cpath class='st1' d='M75.83%2c9.16c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.38-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 C58.54%2c8.72%2c58.4%2c9%2c58.33%2c9.16c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.85-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2.02-1.15-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.09-0.53%2c0.11-0.8%2c0.12c-1.23%2c0.15-2.49-0.57-3.72-1.27 c-0.69-0.39-1.57-0.9-2.14-0.99c-0.01%2c0-0.02%2c0-0.03%2c0c-0.16%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.69%2c1.66 c-0.27%2c0.09-0.55%2c0.12-0.82%2c0.12c-0.05%2c0.01-0.1%2c0-0.15%2c0c-0.03%2c0-0.05%2c0-0.08%2c0c-1.15%2c0.03-2.32-0.63-3.47-1.28 c-0.69-0.4-1.59-0.9-2.15-0.99l-0.02%2c0c-0.18%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.27%2c0.09-0.54%2c0.12-0.81%2c0.12c-1.22%2c0.14-2.48-0.58-3.7-1.28c-0.69-0.4-1.59-0.91-2.16-1l-0.01%2c0 C6.03%2c8.71%2c5.89%2c8.99%2c5.81%2c9.15c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.36%2c0.12-0.73%2c0.14-1.1%2c0.11c-1.12%2c0.01-2.28-0.64-3.4-1.28 c-0.7-0.4-1.62-0.92-2.18-1c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.27%2c0.09-0.53%2c0.11-0.8%2c0.11 c-1.22%2c0.15-2.48-0.57-3.71-1.28c-0.7-0.4-1.6-0.92-2.16-1c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.27%2c0.09-0.54%2c0.11-0.82%2c0.11c-1.22%2c0.14-2.47-0.58-3.69-1.27c-0.7-0.4-1.61-0.92-2.17-0.99c-0.17%2c0.07-0.31%2c0.33-0.38%2c0.49 c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-0.24%2c0.08-0.48%2c0.11-0.73%2c0.11c-1.26%2c0.2-2.55-0.53-3.81-1.25 c-0.7-0.4-1.62-0.92-2.17-0.99c-0.16%2c0.08-0.29%2c0.3-0.37%2c0.48c-0.12%2c0.28-0.35%2c0.47-0.62%2c0.57c-0.36%2c0.55-0.82%2c0.92-1.38%2c1.1 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.16-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08 c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-1.37%2c0.45-2.8-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99c-0.17%2c0.06-0.31%2c0.31-0.4%2c0.5 c-0.24%2c0.54-0.87%2c0.78-1.41%2c0.54c-0.54-0.24-0.78-0.87-0.54-1.41c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.27-0.09%2c0.55-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.31-0.33%2c0.38-0.49c0.01-0.03%2c0.02-0.05%2c0.04-0.08 c0.38-0.82%2c0.94-1.35%2c1.65-1.58c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5 c0.38-0.85%2c0.94-1.41%2c1.67-1.65c0.23-0.07%2c0.46-0.1%2c0.69-0.11c0.15-0.03%2c0.3-0.04%2c0.46-0.04c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29 c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99c0.15-0.08%2c0.28-0.3%2c0.37-0.48c0.38-0.86%2c0.94-1.41%2c1.67-1.65c0.25-0.08%2c0.51-0.11%2c0.76-0.11 c1.24-0.17%2c2.51%2c0.55%2c3.75%2c1.27c0.7%2c0.4%2c1.6%2c0.92%2c2.17%2c1c0.17-0.06%2c0.31-0.3%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.27-0.09%2c0.54-0.11%2c0.81-0.11c1.22-0.14%2c2.48%2c0.58%2c3.7%2c1.28c0.7%2c0.4%2c1.6%2c0.92%2c2.17%2c1c0.18-0.06%2c0.32-0.34%2c0.39-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.55-0.12%2c0.82-0.12c1.22-0.14%2c2.47%2c0.58%2c3.69%2c1.28c0.69%2c0.39%2c1.58%2c0.9%2c2.14%2c0.99 c0.01%2c0%2c0.02%2c0%2c0.03%2c0c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.35-0.11%2c0.7-0.14%2c1.05-0.12 C7.43%2c6.48%2c8.6%2c7.14%2c9.74%2c7.79c0.7%2c0.4%2c1.61%2c0.92%2c2.17%2c1l0%2c0c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.36-0.12%2c0.72-0.14%2c1.09-0.11c1.13-0.01%2c2.28%2c0.64%2c3.4%2c1.27c0.7%2c0.4%2c1.61%2c0.92%2c2.18%2c1l0%2c0c0.17-0.06%2c0.31-0.3%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.36-0.12%2c0.72-0.14%2c1.09-0.11c1.13-0.01%2c2.28%2c0.63%2c3.41%2c1.27c0.71%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99 c0.17-0.07%2c0.31-0.33%2c0.39-0.49c0.12-0.28%2c0.35-0.47%2c0.62-0.57c0.36-0.55%2c0.82-0.92%2c1.38-1.1C33.18%2c6.18%2c34.62%2c7%2c36%2c7.79 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.46%2c2.82%2c0.37%2c4.21%2c1.16 c0.85%2c0.48%2c2.01%2c1.14%2c2.47%2c0.99c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.85%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.24-0.54%2c0.87-0.78%2c1.41-0.54C75.83%2c7.99%2c76.07%2c8.62%2c75.83%2c9.16z'/%3e %3cpath class='st1' d='M49.58-0.7c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.14-2.48-0.99 c-0.17%2c0.05-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5C5.44%2c0.15%2c4.87%2c0.71%2c4.14%2c0.95C3.79%2c1.06%2c3.44%2c1.1%2c3.09%2c1.07c-1.14%2c0.02-2.3-0.63-3.44-1.28 c-0.7-0.4-1.6-0.91-2.17-0.99c-0.01%2c0-0.02%2c0-0.02%2c0c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 C-4.97%2c1.07-5.33%2c1.1-5.69%2c1.07c-1.13%2c0.02-2.29-0.63-3.42-1.28c-0.7-0.4-1.61-0.92-2.17-1l-0.01%2c0 c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11c-1.22%2c0.15-2.49-0.57-3.72-1.27 c-0.7-0.4-1.61-0.92-2.17-1c-0.17%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11 c-1.23%2c0.15-2.49-0.57-3.72-1.27c-0.7-0.4-1.62-0.92-2.18-1c-0.16%2c0.06-0.3%2c0.3-0.39%2c0.5c-0.12%2c0.27-1.43%2c1.49-1.99%2c1.67 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.16%2c0.35-0.49%2c0.59-0.88%2c0.63 c-0.38%2c0.04-0.76-0.14-0.98-0.46l-0.09-1.04c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.16c0.85%2c0.48%2c2%2c1.14%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.27-0.09%2c0.55-0.12%2c0.83-0.12c0.1-0.01%2c0.2-0.02%2c0.3-0.02c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c1 c0.17-0.07%2c0.31-0.33%2c0.38-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.26-0.09%2c0.53-0.11%2c0.79-0.12c1.22-0.15%2c2.49%2c0.57%2c3.71%2c1.28 c0.7%2c0.4%2c1.61%2c0.93%2c2.18%2c1c0.17-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.12%2c0.81-0.12 c1.21-0.13%2c2.47%2c0.58%2c3.68%2c1.28c0.69%2c0.4%2c1.59%2c0.91%2c2.16%2c1c0.01%2c0%2c0.02%2c0%2c0.03%2c0c0.17-0.05%2c0.3-0.3%2c0.39-0.49 C-4.8-2.43-4.24-2.99-3.5-3.23c0.35-0.11%2c0.7-0.14%2c1.05-0.12c1.14-0.02%2c2.3%2c0.63%2c3.44%2c1.28c0.7%2c0.4%2c1.61%2c0.91%2c2.17%2c0.99 c0%2c0%2c0.01%2c0%2c0.01%2c0c0.17-0.06%2c0.74-0.96%2c1-1.06c0.36-0.55%2c0.82-0.92%2c1.38-1.11c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.21%2c1.16 c0.85%2c0.48%2c2.01%2c1.15%2c2.48%2c0.99c0.17-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.69-1.66c1.38-0.45%2c2.82%2c0.37%2c4.21%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.32-0.33%2c0.39-0.49c0.24-0.54%2c0.87-0.78%2c1.41-0.54C49.58-1.87%2c49.83-1.24%2c49.58-0.7z'/%3e %3cpath class='st1' d='M58.23-10.56c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5C49.1-9.7%2c48.53-9.14%2c47.8-8.9c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.85-0.94%2c1.41-1.67%2c1.65c-0.22%2c0.07-0.45%2c0.1-0.68%2c0.11c-1.24%2c0.17-2.51-0.56-3.75-1.27 c-0.71-0.41-1.64-0.94-2.19-1c-0.02%2c0-0.04%2c0-0.06%2c0.01c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.24%2c0.08-0.48%2c0.11-0.72%2c0.11c-1.22%2c0.14-2.47-0.58-3.69-1.28c-0.72-0.41-1.66-0.95-2.21-1c-0.01%2c0-0.03%2c0-0.04%2c0 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.23%2c0.08-0.47%2c0.1-0.71%2c0.11c-1.23%2c0.15-2.49-0.57-3.71-1.27 c-0.7-0.4-1.61-0.92-2.17-1c-0.03%2c0-0.07%2c0-0.1%2c0.01c-0.16%2c0.05-0.3%2c0.3-0.39%2c0.49C5.34-9.7%2c4.77-9.14%2c4.03-8.9 C3.66-8.78%2c3.28-8.76%2c2.9-8.79c-1.08-0.04-2.19-0.66-3.26-1.28c-0.7-0.4-1.6-0.91-2.17-0.99c-0.04%2c0-0.08%2c0-0.11%2c0.01 c-0.17%2c0.06-0.31%2c0.33-0.39%2c0.49C-3.42-9.7-3.98-9.15-4.72-8.91C-4.96-8.83-5.2-8.8-5.45-8.79c-1.22%2c0.13-2.47-0.58-3.68-1.28 c-0.7-0.4-1.61-0.93-2.17-1c-0.03%2c0-0.06%2c0-0.09%2c0.01c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.35%2c0.11-0.7%2c0.14-1.06%2c0.12c-1.11-0.01-2.25-0.65-3.36-1.28c-0.72-0.41-1.67-0.95-2.23-1c-0.01%2c0-0.02%2c0-0.02%2c0 c-0.18%2c0.06-0.33%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.23%2c0.08-0.47%2c0.1-0.7%2c0.11c-1.23%2c0.15-2.5-0.57-3.73-1.27 c-0.73-0.42-1.69-0.96-2.24-1c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.24%2c0.08-0.48%2c0.11-0.72%2c0.11 c-1.22%2c0.14-2.48-0.58-3.7-1.28c-0.72-0.41-1.65-0.95-2.21-1.01c-0.01%2c0-0.03%2c0-0.04%2c0c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5 c-0.38%2c0.85-0.94%2c1.41-1.67%2c1.65c-0.22%2c0.07-0.44%2c0.1-0.66%2c0.11c-1.24%2c0.18-2.52-0.55-3.77-1.26c-0.72-0.41-1.66-0.95-2.22-1.01 c-0.01%2c0-0.03%2c0-0.04%2c0c-0.17%2c0.06-0.31%2c0.31-0.4%2c0.5c-0.1%2c0.23-0.28%2c0.39-0.49%2c0.5c-0.36%2c0.58-0.83%2c0.98-1.42%2c1.17 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.85-0.94%2c1.41-1.67%2c1.65 c-1.37%2c0.45-2.8-0.37-4.19-1.16c-0.85-0.48-2.01-1.15-2.49-0.99c-0.17%2c0.06-0.31%2c0.31-0.4%2c0.5c-0.24%2c0.54-0.87%2c0.78-1.41%2c0.54 c-0.54-0.24-0.78-0.87-0.54-1.41c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.27-0.09%2c0.55-0.13%2c0.82-0.13c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.31-0.33%2c0.39-0.48c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.24-0.08%2c0.49-0.11%2c0.74-0.11 c0.1-0.01%2c0.2-0.02%2c0.3-0.02c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29c0.73%2c0.42%2c1.69%2c0.96%2c2.24%2c1c0.18-0.06%2c0.32-0.34%2c0.39-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.23-0.08%2c0.47-0.1%2c0.7-0.11c1.23-0.15%2c2.49%2c0.57%2c3.72%2c1.27c0.71%2c0.41%2c1.64%2c0.94%2c2.2%2c1 c0.02%2c0%2c0.04%2c0%2c0.05-0.01c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.85%2c0.94-1.41%2c1.67-1.65c0.22-0.07%2c0.44-0.1%2c0.67-0.11 c1.24-0.17%2c2.52%2c0.55%2c3.76%2c1.26c0.72%2c0.41%2c1.65%2c0.95%2c2.21%2c1.01c0.01%2c0%2c0.03%2c0%2c0.04%2c0c0.17-0.06%2c0.31-0.3%2c0.4-0.5 c0.38-0.86%2c0.94-1.41%2c1.67-1.65c0.23-0.07%2c0.45-0.1%2c0.68-0.11c1.23-0.16%2c2.51%2c0.56%2c3.74%2c1.27c0.71%2c0.41%2c1.63%2c0.93%2c2.19%2c1 c0.02%2c0%2c0.05%2c0%2c0.07-0.01c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.35-0.11%2c0.7-0.14%2c1.06-0.11 c1.11%2c0.01%2c2.24%2c0.65%2c3.34%2c1.28c0.71%2c0.41%2c1.63%2c0.94%2c2.2%2c1c0.02%2c0%2c0.05%2c0%2c0.07-0.01c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.37-0.12%2c0.75-0.15%2c1.12-0.11c1.08%2c0.04%2c2.19%2c0.66%2c3.27%2c1.28c0.69%2c0.4%2c1.59%2c0.9%2c2.16%2c0.99 c0.04%2c0%2c0.09%2c0%2c0.13-0.01c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.36-0.12%2c0.73-0.14%2c1.1-0.11 c1.09%2c0.03%2c2.21%2c0.66%2c3.3%2c1.28c0.72%2c0.41%2c1.67%2c0.94%2c2.23%2c1c0.01%2c0%2c0.03%2c0%2c0.04%2c0c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.24-0.08%2c0.48-0.11%2c0.72-0.11c1.22-0.14%2c2.48%2c0.58%2c3.7%2c1.28c0.71%2c0.41%2c1.64%2c0.94%2c2.2%2c1.01 c0.02%2c0%2c0.04%2c0%2c0.06-0.01c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.24-0.08%2c0.49-0.11%2c0.73-0.11 c1.22-0.14%2c2.47%2c0.58%2c3.69%2c1.27c0.73%2c0.42%2c1.7%2c0.96%2c2.25%2c1c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.1-0.23%2c0.28-0.39%2c0.48-0.5 c0.36-0.58%2c0.84-0.98%2c1.42-1.17c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.24-0.54%2c0.87-0.78%2c1.41-0.54C58.23-11.73%2c58.47-11.09%2c58.23-10.56z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23form-long-answer-active' width='168.01' height='41.4' id='XMLID_1_' x='-84.01' y='-20.7' transform='matrix(1 0 0 -1 84.0053 20.701)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-question-type-multiple {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 171.98 42.27' style='enable-background:new 0 0 171.98 42.27%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%234F5356%3b%7d .st1%7bfill:none%3bstroke:%234F5356%3bstroke-width:1.1968%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='form-multiple-choice-active' viewBox='-85.99 -21.14 171.98 42.27'%3e %3cpath class='st0' d='M85.89%2c1.72c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66C82.83%2c3.83%2c81.4%2c3%2c80.01%2c2.21c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66C65.33%2c3.83%2c63.9%2c3%2c62.51%2c2.2c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.85-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2.02-1.15-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66C47.83%2c3.82%2c46.39%2c3%2c45%2c2.2c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.09-0.53%2c0.11-0.8%2c0.12c-1.23%2c0.15-2.49-0.57-3.72-1.27 c-0.69-0.39-1.57-0.9-2.14-0.99c-0.01%2c0-0.02%2c0-0.03%2c0c-0.16%2c0.05-0.3%2c0.3-0.39%2c0.49C33%2c2.57%2c32.43%2c3.13%2c31.7%2c3.37 c-0.27%2c0.09-0.55%2c0.12-0.82%2c0.12c-0.05%2c0.01-0.1%2c0-0.15%2c0c-0.03%2c0-0.05%2c0-0.08%2c0c-1.15%2c0.03-2.32-0.63-3.47-1.28 c-0.69-0.4-1.59-0.9-2.15-0.99c0%2c0-0.02%2c0-0.02%2c0c-0.17%2c0.06-0.31%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.27%2c0.09-0.54%2c0.12-0.81%2c0.12c-1.22%2c0.14-2.48-0.58-3.7-1.28c-0.69-0.4-1.59-0.91-2.16-1l-0.01%2c0 c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.36%2c0.12-0.73%2c0.14-1.1%2c0.11c-1.12%2c0.01-2.28-0.64-3.4-1.28 C9%2c1.8%2c8.09%2c1.28%2c7.52%2c1.2C7.35%2c1.26%2c7.2%2c1.54%2c7.13%2c1.7C6.74%2c2.57%2c6.18%2c3.12%2c5.44%2c3.36c-0.27%2c0.09-0.53%2c0.11-0.8%2c0.11 C3.42%2c3.62%2c2.16%2c2.9%2c0.93%2c2.2c-0.7-0.4-1.6-0.92-2.16-1c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-0.27%2c0.09-0.54%2c0.11-0.82%2c0.11C-5.35%2c3.61-6.6%2c2.9-7.82%2c2.2C-8.52%2c1.8-9.43%2c1.29-10%2c1.21c-0.17%2c0.07-0.31%2c0.33-0.38%2c0.49 c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-0.24%2c0.08-0.48%2c0.11-0.73%2c0.11c-1.26%2c0.2-2.55-0.53-3.81-1.25 c-0.7-0.4-1.62-0.92-2.17-0.99c-0.16%2c0.08-0.29%2c0.3-0.37%2c0.48c-0.12%2c0.28-0.35%2c0.47-0.62%2c0.57c-0.36%2c0.55-0.82%2c0.92-1.38%2c1.1 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.16-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08 c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-1.37%2c0.45-2.8-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99c-0.17%2c0.06-0.31%2c0.31-0.4%2c0.5 c-0.24%2c0.54-0.87%2c0.78-1.41%2c0.54c-0.54-0.24-0.78-0.87-0.54-1.41c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.27-0.09%2c0.55-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.17-0.06%2c0.31-0.33%2c0.38-0.49c0.01-0.03%2c0.02-0.05%2c0.04-0.08 c0.38-0.82%2c0.94-1.35%2c1.65-1.58c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5 c0.38-0.85%2c0.94-1.41%2c1.67-1.65c0.23-0.07%2c0.46-0.1%2c0.69-0.11c0.15-0.03%2c0.3-0.04%2c0.46-0.04c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29 c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99c0.15-0.08%2c0.28-0.3%2c0.37-0.48c0.38-0.86%2c0.94-1.41%2c1.67-1.65c0.25-0.08%2c0.51-0.11%2c0.76-0.11 c1.24-0.17%2c2.51%2c0.55%2c3.75%2c1.27c0.7%2c0.4%2c1.6%2c0.92%2c2.17%2c1c0.17-0.06%2c0.31-0.3%2c0.39-0.5C-3.5-0.02-2.93-0.58-2.2-0.82 c0.27-0.09%2c0.54-0.11%2c0.81-0.11c1.22-0.14%2c2.48%2c0.58%2c3.7%2c1.28c0.7%2c0.4%2c1.6%2c0.92%2c2.17%2c1C4.65%2c1.28%2c4.8%2c1%2c4.87%2c0.84 c0.38-0.86%2c0.95-1.42%2c1.68-1.66C6.82-0.91%2c7.1-0.94%2c7.37-0.94c1.22-0.14%2c2.47%2c0.58%2c3.69%2c1.28c0.69%2c0.39%2c1.58%2c0.9%2c2.14%2c0.99 c0.01%2c0%2c0.02%2c0%2c0.03%2c0c0.16-0.05%2c0.3-0.3%2c0.39-0.49C14-0.02%2c14.57-0.58%2c15.3-0.82c0.35-0.11%2c0.7-0.14%2c1.05-0.12 c1.14-0.03%2c2.31%2c0.63%2c3.45%2c1.28c0.7%2c0.4%2c1.61%2c0.92%2c2.17%2c1l0%2c0c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.36-0.12%2c0.72-0.14%2c1.09-0.11c1.13-0.01%2c2.28%2c0.64%2c3.4%2c1.27c0.7%2c0.4%2c1.61%2c0.92%2c2.18%2c1l0%2c0c0.17-0.06%2c0.31-0.3%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.36-0.12%2c0.72-0.14%2c1.09-0.11c1.13-0.01%2c2.28%2c0.63%2c3.41%2c1.27c0.71%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99 c0.17-0.07%2c0.31-0.33%2c0.39-0.49c0.12-0.28%2c0.35-0.47%2c0.62-0.57c0.36-0.55%2c0.82-0.92%2c1.38-1.1c1.38-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.46%2c2.82%2c0.37%2c4.21%2c1.16 c0.85%2c0.48%2c2.01%2c1.14%2c2.47%2c0.99c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17 c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17 c0.85%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.24-0.54%2c0.87-0.78%2c1.41-0.54C85.89%2c0.55%2c86.13%2c1.18%2c85.89%2c1.72z'/%3e %3cpath class='st0' d='M59.56-15.92c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.14-2.48-0.99 c-0.17%2c0.05-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.35%2c0.11-0.7%2c0.15-1.05%2c0.12c-1.14%2c0.02-2.3-0.63-3.44-1.28 c-0.7-0.4-1.6-0.91-2.17-0.99c-0.01%2c0-0.02%2c0-0.02%2c0c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 C5-14.15%2c4.64-14.12%2c4.28-14.15c-1.13%2c0.02-2.29-0.63-3.42-1.28c-0.7-0.4-1.61-0.92-2.17-1c0%2c0-0.01%2c0-0.01%2c0 c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11C-5.41-14-6.68-14.73-7.9-15.43 c-0.7-0.4-1.61-0.92-2.17-1c-0.17%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11 c-1.23%2c0.15-2.49-0.57-3.72-1.27c-0.7-0.4-1.62-0.92-2.18-1c-0.16%2c0.06-0.3%2c0.3-0.39%2c0.5c-0.12%2c0.27-1.43%2c1.49-1.99%2c1.67 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.16%2c0.35-0.49%2c0.59-0.88%2c0.63 c-0.38%2c0.04-0.76-0.14-0.98-0.46l-0.09-1.04c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.16c0.85%2c0.48%2c2%2c1.14%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.27-0.09%2c0.55-0.12%2c0.83-0.12c0.1-0.01%2c0.2-0.02%2c0.3-0.02c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c1 c0.17-0.07%2c0.31-0.33%2c0.38-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.26-0.09%2c0.53-0.11%2c0.79-0.12c1.22-0.15%2c2.49%2c0.57%2c3.71%2c1.28 c0.7%2c0.4%2c1.61%2c0.93%2c2.18%2c1c0.17-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.12%2c0.81-0.12 c1.21-0.13%2c2.47%2c0.58%2c3.68%2c1.28c0.69%2c0.4%2c1.59%2c0.91%2c2.16%2c1c0.01%2c0%2c0.02%2c0%2c0.03%2c0c0.17-0.05%2c0.3-0.3%2c0.39-0.49 c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.35-0.11%2c0.7-0.14%2c1.05-0.12c1.14-0.02%2c2.3%2c0.63%2c3.44%2c1.28c0.7%2c0.4%2c1.61%2c0.91%2c2.17%2c0.99l0.01%2c0 c0.17-0.06%2c0.74-0.96%2c1-1.06c0.36-0.55%2c0.82-0.92%2c1.38-1.11c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99 c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99 c0.18-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99 c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.21%2c1.16c0.85%2c0.48%2c2.01%2c1.15%2c2.48%2c0.99 c0.17-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.69-1.66c1.38-0.45%2c2.82%2c0.37%2c4.21%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99 c0.17-0.06%2c0.32-0.33%2c0.39-0.49c0.24-0.54%2c0.87-0.78%2c1.41-0.54C59.55-17.09%2c59.8-16.45%2c59.56-15.92z'/%3e %3cpath class='st0' d='M59.56%2c19.35c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.19-1.16c-0.85-0.48-2.01-1.14-2.49-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.94%2c1.41-1.67%2c1.65c-1.37%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.14-2.48-0.99 c-0.17%2c0.05-0.31%2c0.3-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.35%2c0.11-0.7%2c0.15-1.05%2c0.12c-1.14%2c0.02-2.3-0.63-3.44-1.28 c-0.7-0.4-1.6-0.91-2.17-0.99c-0.01%2c0-0.02%2c0-0.02%2c0c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49C6.65%2c20.2%2c6.09%2c20.76%2c5.35%2c21 C5%2c21.12%2c4.64%2c21.15%2c4.28%2c21.12c-1.13%2c0.02-2.29-0.63-3.42-1.28c-0.7-0.4-1.61-0.92-2.17-1c0%2c0-0.01%2c0-0.01%2c0 c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49C-2.1%2c20.2-2.67%2c20.76-3.4%2c21c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11c-1.22%2c0.15-2.49-0.57-3.72-1.27 c-0.7-0.4-1.61-0.92-2.17-1c-0.17%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.26%2c0.08-0.52%2c0.11-0.78%2c0.11 c-1.23%2c0.15-2.49-0.57-3.72-1.27c-0.7-0.4-1.62-0.92-2.18-1c-0.16%2c0.06-0.3%2c0.3-0.39%2c0.5c-0.12%2c0.27-1.43%2c1.49-1.99%2c1.67 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.16c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.05-0.3%2c0.3-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.15-2.47-0.99c-0.17%2c0.06-0.32%2c0.33-0.39%2c0.49c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.14-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66 c-1.37%2c0.45-2.81-0.37-4.2-1.17c-0.85-0.48-2-1.15-2.48-0.99c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5c-0.16%2c0.35-0.49%2c0.59-0.88%2c0.63 c-0.38%2c0.04-0.76-0.14-0.98-0.46l-0.09-1.04c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.13%2c0.82-0.13 c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.19%2c1.17c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.41%2c1.68-1.65 c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.16c0.85%2c0.48%2c2%2c1.14%2c2.48%2c0.99c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c0.27-0.09%2c0.55-0.12%2c0.83-0.12c0.1-0.01%2c0.2-0.02%2c0.3-0.02c1.12%2c0%2c2.27%2c0.66%2c3.39%2c1.3c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c1 c0.17-0.07%2c0.31-0.33%2c0.38-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.26-0.09%2c0.53-0.11%2c0.79-0.12c1.22-0.15%2c2.49%2c0.57%2c3.71%2c1.28 c0.7%2c0.4%2c1.61%2c0.93%2c2.18%2c1c0.17-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.27-0.09%2c0.54-0.12%2c0.81-0.12 c1.21-0.13%2c2.47%2c0.58%2c3.68%2c1.28c0.69%2c0.4%2c1.59%2c0.91%2c2.16%2c1c0.01%2c0%2c0.02%2c0%2c0.03%2c0c0.17-0.05%2c0.3-0.3%2c0.39-0.49 c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.35-0.11%2c0.7-0.14%2c1.05-0.12c1.14-0.02%2c2.3%2c0.63%2c3.44%2c1.28c0.7%2c0.4%2c1.61%2c0.91%2c2.17%2c0.99l0.01%2c0 c0.17-0.06%2c0.74-0.96%2c1-1.06c0.36-0.55%2c0.82-0.92%2c1.38-1.11c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99 c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99 c0.18-0.06%2c0.32-0.34%2c0.39-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.37-0.45%2c2.81%2c0.37%2c4.2%2c1.17c0.84%2c0.48%2c2%2c1.15%2c2.47%2c0.99 c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66c1.38-0.45%2c2.81%2c0.37%2c4.21%2c1.16c0.85%2c0.48%2c2.01%2c1.15%2c2.48%2c0.99 c0.17-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.69-1.66c1.38-0.45%2c2.82%2c0.37%2c4.21%2c1.17c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99 c0.17-0.06%2c0.32-0.33%2c0.39-0.49c0.24-0.54%2c0.87-0.78%2c1.41-0.54C59.55%2c18.18%2c59.8%2c18.81%2c59.56%2c19.35z'/%3e %3cg%3e %3cpath class='st0' d='M-77.8%2c20.62h0.73l3.21-7.62h-0.8l-0.83%2c2.02h-4.03L-80.38%2c13h-0.74L-77.8%2c20.62z M-77.47%2c19.84l-1.78-4.17 h3.5L-77.47%2c19.84z'/%3e %3cpath class='st0' d='M-80.13%2c3.64h2.19c1.16%2c0%2c2.45-0.29%2c2.45-2.01c0-0.77-0.46-1.4-1.37-1.58V0.03c1-0.08%2c1.7-0.81%2c1.7-1.87 c0-1.75-1.52-2.13-2.55-2.13h-2.43V3.64z M-79.42%2c0.35h1.47c1.47%2c0%2c1.75%2c0.81%2c1.75%2c1.28C-76.2%2c2.7-76.95%2c3-77.85%2c3h-1.57V0.35z M-79.42-3.33h1.62c1.67%2c0%2c1.94%2c0.92%2c1.94%2c1.46c0%2c1.13-0.92%2c1.57-1.83%2c1.57h-1.73V-3.33z'/%3e %3cpath class='st0' d='M-73.86-19.75c-0.72-0.99-1.71-1.39-2.83-1.39c-2.32%2c0-3.94%2c1.68-3.94%2c4c0%2c2.32%2c1.61%2c4%2c3.94%2c4 c1.03%2c0%2c1.96-0.34%2c2.62-1.19l-0.58-0.48c-0.47%2c0.71-1.28%2c1.03-2.04%2c1.03c-1.99%2c0-3.23-1.46-3.23-3.36c0-1.89%2c1.24-3.36%2c3.23-3.36 c0.76%2c0%2c1.71%2c0.37%2c2.25%2c1.18L-73.86-19.75z'/%3e %3c/g%3e %3cpath class='st1' d='M-69.83-0.39c0-4.3-3.48-7.78-7.78-7.78s-7.78%2c3.48-7.78%2c7.78s3.48%2c7.78%2c7.78%2c7.78S-69.83%2c3.91-69.83-0.39z' /%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23form-multiple-choice-active' width='171.98' height='42.27' x='-85.99' y='-21.14' transform='matrix(1 0 0 -1 85.9881 21.1362)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-question-type-scale {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 157.6 25.67' style='enable-background:new 0 0 157.6 25.67%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%234F5356%3b%7d .st1%7bfill:none%3bstroke:%23B9BCBF%3bstroke-width:0.9797%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-dasharray:3.107%2c3.9769%3b%7d .st2%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.0608%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='form-scale-active' viewBox='-78.8 -12.83 157.6 25.67'%3e %3cpath class='st0' d='M-76.61%2c8.52l-1.43-1.32l-0.75%2c0.89l2.3%2c1.92h1.17V2.38h-1.29V8.52z'/%3e %3cpath class='st0' d='M-40.71%2c3.75l2.96%2c2.86c0.35%2c0.34%2c0.79%2c0.76%2c0.79%2c1.29c0%2c0.62-0.52%2c1-1.11%2c1c-0.63%2c0-1.09-0.41-1.17-1.03 l-1.36%2c0.11c0.13%2c1.41%2c1.15%2c2.15%2c2.53%2c2.15c1.37%2c0%2c2.46-0.7%2c2.46-2.16c0-0.96-0.5-1.61-1.17-2.24l-2.36-2.18h3.53V2.38h-5.1V3.75z '/%3e %3cpath class='st0' d='M-0.81%2c6.94h0.33c0.74%2c0%2c1.48%2c0.11%2c1.48%2c1.03c0%2c0.58-0.45%2c1-1.09%2c1c-0.52%2c0-0.96-0.31-1.14-0.84l-1.37%2c0.37 c0.33%2c1.13%2c1.32%2c1.63%2c2.44%2c1.63c1.31%2c0%2c2.44-0.69%2c2.44-2.03c0-0.82-0.49-1.52-1.3-1.72V6.35C1.97%2c6.21%2c2.48%2c5.44%2c2.48%2c4.5 c0-1.45-1.22-2.25-2.57-2.25c-1.25%2c0-2.28%2c0.52-2.61%2c1.79l1.38%2c0.37c0.16-0.62%2c0.55-0.99%2c1.24-0.99c0.69%2c0%2c1.28%2c0.48%2c1.28%2c1.19 c0%2c0.99-0.9%2c1.16-1.69%2c1.16h-0.31V6.94z'/%3e %3cpath class='st0' d='M38.56%2c3.93h-3.24v1.28L38.39%2c10h1.46V5.1h1.11V3.93h-1.11V2.38h-1.29V3.93z M38.56%2c8.17h-0.02l-1.9-3.08 h1.93V8.17z'/%3e %3cpath class='st0' d='M78.54%2c8.84h-3.07l-0.03-1.52c0.2%2c0.06%2c0.55%2c0.1%2c0.82%2c0.1c1.5%2c0%2c2.54-0.99%2c2.54-2.53 c0-1.64-1.19-2.64-2.75-2.64c-1.21%2c0-2.11%2c0.57-2.46%2c1.74l1.36%2c0.37c0.17-0.55%2c0.59-0.88%2c1.25-0.88c0.77%2c0%2c1.32%2c0.56%2c1.32%2c1.3 c0%2c1.07-0.84%2c1.47-1.79%2c1.47c-0.56%2c0-1.14-0.14-1.59-0.37L74.2%2c10h4.34V8.84z'/%3e %3cg%3e %3cline class='st1' x1='-57.75' y1='12.34' x2='-57.75' y2='-5.73'/%3e %3cline class='st1' x1='-20.1' y1='12.34' x2='-20.1' y2='-5.73'/%3e %3cline class='st1' x1='17.56' y1='12.34' x2='17.56' y2='-5.73'/%3e %3cline class='st1' x1='55.21' y1='12.34' x2='55.21' y2='-5.73'/%3e %3c/g%3e %3cpolyline class='st2' points='34.38%2c-9.07 37.04%2c-11.8 42.32%2c-6.48 '/%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23form-scale-active' width='157.6' height='25.67' x='-78.8' y='-12.83' transform='matrix(1 0 0 -1 78.7982 12.8332)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-question-type-short {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 84.01 17.49' style='enable-background:new 0 0 84.01 17.49%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23919191%3b%7d .st1%7bfill:%234F5356%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='form-short-answer-active' viewBox='-42 -8.75 84.01 17.49'%3e %3cg%3e %3cpath class='st0' d='M42-5.81c0-1.62-1.32-2.94-2.94-2.94h-78.13c-1.62%2c0-2.94%2c1.32-2.94%2c2.94V5.81c0%2c1.62%2c1.32%2c2.94%2c2.94%2c2.94 h78.13c1.62%2c0%2c2.94-1.32%2c2.94-2.94V-5.81z'/%3e %3c/g%3e %3cg%3e %3cpath class='st1' d='M-16.45-2.16c0.28-0.04%2c0.56-0.02%2c0.85%2c0.02c-0.1-0.01-0.2-0.02-0.31-0.02 C-16.09-2.18-16.27-2.18-16.45-2.16z'/%3e %3cpath class='st1' d='M-19.08%2c0.11l-0.02%2c0c0.01%2c0%2c0.02%2c0%2c0.04%2c0L-19.08%2c0.11C-19.08%2c0.11-19.08%2c0.11-19.08%2c0.11z'/%3e %3cpath class='st1' d='M-4.8%2c0.97c1.02%2c0.59%2c2.07%2c1.18%2c3.1%2c1.28c-1.1-0.02-2.22-0.66-3.32-1.29c-0.69-0.4-1.59-0.92-2.16-1 C-6.65-0.1-5.59%2c0.51-4.8%2c0.97z'/%3e %3cpath class='st1' d='M-25.29-2.14c0.32-0.06%2c0.65-0.05%2c0.97%2c0.01c-0.11-0.01-0.23-0.02-0.34-0.02 C-24.87-2.18-25.08-2.17-25.29-2.14z'/%3e %3cpath class='st1' d='M-27.88%2c0.1c0.03%2c0%2c0.06%2c0%2c0.09-0.01c-0.01%2c0.01-0.02%2c0.02-0.04%2c0.02C-27.85%2c0.11-27.87%2c0.1-27.88%2c0.1z'/%3e %3cpath class='st1' d='M27.34%2c0.48c0.07-0.16%2c0.22-0.44%2c0.4-0.5c0.03-0.01%2c0.06-0.01%2c0.09-0.01c-0.17%2c0.06-0.32%2c0.34-0.39%2c0.5 c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.15%2c0.05-0.3%2c0.08-0.45%2c0.09c0.12-0.02%2c0.24-0.04%2c0.36-0.08C26.39%2c1.9%2c26.95%2c1.34%2c27.34%2c0.48z '/%3e %3cpath class='st1' d='M30.21%2c0.97c1.03%2c0.59%2c2.08%2c1.19%2c3.12%2c1.28c-1.11-0.02-2.24-0.66-3.34-1.29c-0.7-0.4-1.6-0.92-2.16-1 C28.35-0.09%2c29.41%2c0.52%2c30.21%2c0.97z'/%3e %3cpath class='st1' d='M3.97%2c0.97c1.15%2c0.65%2c2.32%2c1.31%2c3.47%2c1.27C6.21%2c2.38%2c4.95%2c1.66%2c3.73%2c0.97c-0.7-0.4-1.61-0.92-2.17-1 C2.07-0.11%2c3.16%2c0.5%2c3.97%2c0.97z'/%3e %3cpath class='st1' d='M18.59%2c0.48c0.07-0.16%2c0.22-0.44%2c0.39-0.5c0.47-0.15%2c1.63%2c0.51%2c2.47%2c0.99c1.02%2c0.59%2c2.07%2c1.18%2c3.1%2c1.28 c-1.1-0.03-2.22-0.66-3.32-1.28c-0.7-0.4-1.61-0.92-2.17-0.99c-0.17%2c0.07-0.31%2c0.33-0.38%2c0.49c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08 c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-0.03%2c0.01-0.05%2c0.01-0.08%2c0.02C17.65%2c1.88%2c18.21%2c1.33%2c18.59%2c0.48z'/%3e %3cpath class='st1' d='M10.23-0.02c0.47-0.15%2c1.63%2c0.51%2c2.47%2c0.99c1.03%2c0.59%2c2.08%2c1.19%2c3.12%2c1.28c-1.11-0.01-2.25-0.65-3.35-1.28 c-0.7-0.4-1.62-0.92-2.17-0.99c-0.16%2c0.08-0.29%2c0.3-0.37%2c0.48C9.86%2c0.62%2c9.76%2c0.74%2c9.64%2c0.84c0.07-0.12%2c0.14-0.23%2c0.2-0.36 C9.91%2c0.31%2c10.05%2c0.03%2c10.23-0.02z'/%3e %3cpath class='st1' d='M-34.26-2.1c0.22-0.06%2c0.45-0.09%2c0.68-0.09c0.17%2c0%2c0.34%2c0.02%2c0.51%2c0.05c-0.13-0.01-0.25-0.02-0.37-0.02 C-33.72-2.19-33.99-2.16-34.26-2.1z'/%3e %3cpath class='st1' d='M-0.87-0.39c-0.07%2c0.16-0.22%2c0.44-0.4%2c0.5c-0.09%2c0.03-0.2%2c0.02-0.32%2c0c0.03%2c0%2c0.07%2c0%2c0.1-0.01 c0.18-0.06%2c0.32-0.34%2c0.4-0.5C-0.7-1.26-0.14-1.82%2c0.6-2.05C0.94-2.17%2c1.3-2.2%2c1.65-2.17c-0.28%2c0-0.56%2c0.03-0.84%2c0.12 C0.08-1.81-0.48-1.25-0.87-0.39z'/%3e %3cpath class='st1' d='M7.89-0.39C7.8-0.2%2c7.66%2c0.04%2c7.5%2c0.1C7.42%2c0.12%2c7.33%2c0.12%2c7.23%2c0.11c0.01%2c0%2c0.03%2c0%2c0.04%2c0 c0.17-0.05%2c0.31-0.3%2c0.4-0.5c0.38-0.85%2c0.94-1.41%2c1.67-1.65c0.23-0.07%2c0.46-0.1%2c0.69-0.11c0.01%2c0%2c0.02%2c0%2c0.03%2c0 C9.9-2.14%2c9.73-2.11%2c9.57-2.05C8.84-1.81%2c8.27-1.25%2c7.89-0.39z'/%3e %3cpath class='st1' d='M-9.31-0.95c-0.12%2c0.04-0.23%2c0.11-0.32%2c0.19c0.37-0.65%2c0.87-1.1%2c1.49-1.3c0.36-0.12%2c0.72-0.14%2c1.09-0.11 c-0.29-0.01-0.59%2c0.02-0.87%2c0.11C-8.49-1.87-8.96-1.5-9.31-0.95z'/%3e %3cpath class='st1' d='M16.64-0.39c-0.07%2c0.16-0.22%2c0.44-0.4%2c0.5c-0.47%2c0.15-1.63-0.51-2.47-0.99c-1.2-0.69-2.44-1.4-3.65-1.28 c0.12-0.02%2c0.24-0.03%2c0.37-0.03c1.12%2c0%2c2.27%2c0.65%2c3.39%2c1.29c0.7%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99c0.15-0.08%2c0.28-0.3%2c0.37-0.48 c0.38-0.86%2c0.94-1.41%2c1.67-1.65c0.24-0.08%2c0.49-0.11%2c0.74-0.11c-0.17%2c0.02-0.34%2c0.06-0.51%2c0.11C17.59-1.81%2c17.02-1.25%2c16.64-0.39 z'/%3e %3cpolygon class='st1' points='-10.31%2c0.11 -10.31%2c0.11 -10.31%2c0.11 '/%3e %3cpolygon class='st1' points='27.83%2c-0.03 27.82%2c-0.03 27.83%2c-0.03 '/%3e %3cpath class='st1' d='M25.29%2c2.22c-0.25%2c0.04-0.49%2c0.06-0.74%2c0.03c0.13%2c0%2c0.25%2c0%2c0.38-0.01C25.05%2c2.24%2c25.17%2c2.23%2c25.29%2c2.22z'/%3e %3cpath class='st1' d='M-12.7-0.89c-0.95-0.55-1.93-1.1-2.89-1.25c1.03%2c0.09%2c2.08%2c0.67%2c3.1%2c1.26c0.71%2c0.4%2c1.62%2c0.92%2c2.18%2c0.99 C-10.83%2c0.18-11.9-0.43-12.7-0.89z'/%3e %3cpath class='st1' d='M16.93%2c2.13c-0.01%2c0-0.02%2c0.01-0.03%2c0.01c-0.36%2c0.12-0.71%2c0.15-1.08%2c0.11c0.15%2c0%2c0.3-0.01%2c0.46-0.03 C16.5%2c2.22%2c16.72%2c2.19%2c16.93%2c2.13z'/%3e %3cpath class='st1' d='M-18.59-0.4c-0.07%2c0.16-0.22%2c0.44-0.4%2c0.5c-0.02%2c0.01-0.05%2c0-0.08%2c0.01c0.16-0.06%2c0.3-0.3%2c0.38-0.49 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.18-0.06%2c0.37-0.1%2c0.55-0.11c-0.15%2c0.02-0.3%2c0.05-0.46%2c0.1C-17.64-1.82-18.2-1.27-18.59-0.4z'/%3e %3cpath class='st1' d='M18.84-2.16L18.84-2.16L18.84-2.16z'/%3e %3cpath class='st1' d='M10.12-2.16c-0.02%2c0-0.04%2c0-0.05%2c0.01C10.08-2.16%2c10.1-2.16%2c10.12-2.16z'/%3e %3cpath class='st1' d='M34.04%2c2.22c-0.24%2c0.04-0.47%2c0.06-0.71%2c0.03c0.12%2c0%2c0.25%2c0%2c0.37-0.01C33.81%2c2.24%2c33.93%2c2.23%2c34.04%2c2.22z'/%3e %3cpath class='st1' d='M-21.46-0.89c-0.94-0.54-1.91-1.08-2.86-1.24c1.02%2c0.1%2c2.05%2c0.68%2c3.06%2c1.25c0.7%2c0.4%2c1.59%2c0.91%2c2.16%2c0.99 C-19.63%2c0.15-20.67-0.45-21.46-0.89z'/%3e %3cpath class='st1' d='M-30.19-0.91c-0.95-0.54-1.92-1.09-2.88-1.25c1.02%2c0.1%2c2.06%2c0.68%2c3.07%2c1.26C-29.32-0.5-28.45%2c0-27.88%2c0.1 C-28.42%2c0.1-29.43-0.47-30.19-0.91z'/%3e %3cpath class='st1' d='M-3.95-0.89c-1.02-0.59-2.07-1.18-3.11-1.28c1.1%2c0.02%2c2.23%2c0.66%2c3.32%2c1.29c0.69%2c0.4%2c1.59%2c0.91%2c2.15%2c1 C-2.1%2c0.16-3.16-0.44-3.95-0.89z'/%3e %3cpath class='st1' d='M-10.23%2c0.1c-0.02%2c0.01-0.06%2c0.01-0.08%2c0.01c0.17-0.07%2c0.31-0.33%2c0.39-0.49c0.07-0.15%2c0.17-0.27%2c0.29-0.37 c-0.07%2c0.12-0.14%2c0.23-0.2%2c0.36C-9.91-0.24-10.06%2c0.04-10.23%2c0.1z'/%3e %3cpath class='st1' d='M9.31%2c1.03c0.12-0.04%2c0.23-0.11%2c0.33-0.19C9.27%2c1.48%2c8.78%2c1.92%2c8.16%2c2.13C7.92%2c2.2%2c7.68%2c2.23%2c7.44%2c2.24 c0.17-0.02%2c0.33-0.05%2c0.5-0.11C8.49%2c1.95%2c8.95%2c1.58%2c9.31%2c1.03z'/%3e %3cpath class='st1' d='M0.87%2c0.47c0.07-0.16%2c0.22-0.44%2c0.39-0.49c0.08-0.03%2c0.18-0.02%2c0.3-0.01c-0.03%2c0-0.06%2c0-0.08%2c0.01 c-0.17%2c0.06-0.31%2c0.3-0.4%2c0.5C0.7%2c1.34%2c0.13%2c1.9-0.6%2c2.14c-0.36%2c0.12-0.73%2c0.14-1.1%2c0.11c0.3%2c0.01%2c0.59-0.02%2c0.88-0.12 C-0.08%2c1.89%2c0.48%2c1.33%2c0.87%2c0.47z'/%3e %3cpath class='st1' d='M-27.3-0.48c-0.01%2c0.02-0.03%2c0.05-0.04%2c0.08c-0.07%2c0.16-0.21%2c0.43-0.38%2c0.49c-0.02%2c0.01-0.05%2c0-0.07%2c0.01 c0.16-0.08%2c0.29-0.33%2c0.36-0.48c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.15-0.05%2c0.31-0.08%2c0.46-0.1c-0.12%2c0.02-0.24%2c0.04-0.36%2c0.08 C-26.36-1.83-26.92-1.3-27.3-0.48z'/%3e %3cpath class='st1' d='M4.79-0.89c-1.03-0.59-2.1-1.2-3.14-1.28c1.12%2c0%2c2.26%2c0.65%2c3.37%2c1.28c0.71%2c0.41%2c1.65%2c0.93%2c2.2%2c1 C6.73%2c0.22%2c5.61-0.42%2c4.79-0.89z'/%3e %3cpath class='st1' d='M22.51-0.88c0.85%2c0.48%2c2%2c1.15%2c2.48%2c0.99c0.17-0.06%2c0.31-0.3%2c0.4-0.5c0.38-0.86%2c0.95-1.42%2c1.68-1.66 c1.37-0.45%2c2.81%2c0.38%2c4.2%2c1.17c0.85%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5c0.24-0.54%2c0.87-0.78%2c1.41-0.54 c0.54%2c0.24%2c0.78%2c0.87%2c0.54%2c1.41c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.12%2c0.04-0.24%2c0.06-0.36%2c0.08c-0.11%2c0.01-0.23%2c0.02-0.35%2c0.02 c-0.12%2c0.01-0.25%2c0.01-0.37%2c0.01c-1.04-0.09-2.09-0.69-3.12-1.28c-0.79-0.46-1.86-1.06-2.38-1l-0.01%2c0l0%2c0 c-0.03%2c0-0.06%2c0-0.09%2c0.01c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-0.12%2c0.04-0.24%2c0.06-0.36%2c0.08 c-0.12%2c0.01-0.24%2c0.02-0.37%2c0.02c-0.12%2c0.01-0.25%2c0.01-0.38%2c0.01c-1.03-0.1-2.08-0.69-3.1-1.28c-0.84-0.48-2-1.14-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.39%2c0.5c-0.38%2c0.85-0.94%2c1.4-1.66%2c1.65c-0.21%2c0.06-0.43%2c0.09-0.65%2c0.1c-0.15%2c0.02-0.3%2c0.03-0.46%2c0.03 c-1.04-0.09-2.09-0.69-3.12-1.28c-0.84-0.48-2-1.15-2.47-0.99c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.06%2c0.13-0.13%2c0.24-0.2%2c0.36 c-0.1%2c0.08-0.21%2c0.15-0.33%2c0.19c-0.36%2c0.55-0.82%2c0.92-1.38%2c1.1C7.77%2c2.19%2c7.6%2c2.22%2c7.44%2c2.24C6.29%2c2.28%2c5.11%2c1.62%2c3.97%2c0.97 c-0.81-0.46-1.9-1.08-2.41-1c-0.11-0.02-0.22-0.02-0.3%2c0.01C1.08%2c0.03%2c0.94%2c0.31%2c0.87%2c0.47C0.48%2c1.33-0.08%2c1.89-0.82%2c2.13 C-1.11%2c2.23-1.4%2c2.25-1.7%2c2.25c-1.03-0.1-2.08-0.69-3.1-1.28c-0.79-0.46-1.85-1.06-2.37-1C-7.29-0.05-7.4-0.06-7.49-0.03 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.48-2-1.16-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.38%2c0.86-0.95%2c1.42-1.68%2c1.66c-1.38%2c0.45-2.81-0.37-4.2-1.17c-0.84-0.49-2-1.15-2.47-0.99 c-0.18%2c0.06-0.32%2c0.34-0.4%2c0.5c-0.01%2c0.03-0.03%2c0.05-0.04%2c0.08c-0.38%2c0.81-0.93%2c1.33-1.63%2c1.57c-1.37%2c0.45-2.8-0.37-4.19-1.16 c-0.85-0.48-2.01-1.14-2.49-0.99c-0.17%2c0.06-0.31%2c0.31-0.4%2c0.5C-34.38%2c1-35.01%2c1.24-35.55%2c1c-0.54-0.24-0.78-0.87-0.54-1.41 c0.38-0.86%2c0.95-1.42%2c1.69-1.66c0.05-0.02%2c0.1-0.02%2c0.15-0.03c0.27-0.06%2c0.54-0.09%2c0.81-0.07c0.12%2c0%2c0.25%2c0.01%2c0.37%2c0.02 c0.96%2c0.15%2c1.93%2c0.7%2c2.88%2c1.25c0.76%2c0.43%2c1.77%2c1.01%2c2.31%2c1c0.02%2c0%2c0.04%2c0.01%2c0.05%2c0.01c0.01%2c0%2c0.02-0.02%2c0.04-0.02 c0.02%2c0%2c0.05%2c0%2c0.07-0.01c0.17-0.06%2c0.31-0.33%2c0.38-0.49c0.01-0.03%2c0.02-0.05%2c0.04-0.08c0.38-0.82%2c0.94-1.35%2c1.65-1.58 c0.12-0.04%2c0.24-0.06%2c0.36-0.08c0.21-0.03%2c0.42-0.04%2c0.63-0.02c0.11%2c0%2c0.23%2c0.01%2c0.34%2c0.02c0.95%2c0.16%2c1.92%2c0.7%2c2.86%2c1.24 c0.79%2c0.45%2c1.83%2c1.04%2c2.36%2c1l0.01%2c0h0.01l0.01-0.01c0.03%2c0%2c0.06%2c0%2c0.08-0.01c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.15-0.05%2c0.3-0.08%2c0.46-0.1c0.18-0.02%2c0.36-0.02%2c0.54%2c0c0.1%2c0%2c0.2%2c0.01%2c0.31%2c0.02 c0.96%2c0.15%2c1.94%2c0.7%2c2.89%2c1.25c0.8%2c0.46%2c1.88%2c1.08%2c2.39%2c1h0h0c0.03%2c0%2c0.06%2c0%2c0.08-0.01c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.06-0.13%2c0.13-0.24%2c0.2-0.36c0.1-0.08%2c0.21-0.15%2c0.32-0.19c0.36-0.55%2c0.82-0.92%2c1.38-1.1c0.29-0.09%2c0.58-0.12%2c0.87-0.11 c1.03%2c0.09%2c2.08%2c0.69%2c3.11%2c1.28c0.79%2c0.45%2c1.85%2c1.05%2c2.37%2c1c0.12%2c0.02%2c0.24%2c0.02%2c0.32%2c0c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.28-0.09%2c0.56-0.12%2c0.84-0.12c1.04%2c0.08%2c2.1%2c0.69%2c3.14%2c1.28c0.82%2c0.47%2c1.94%2c1.11%2c2.44%2c1 c0.1%2c0.01%2c0.2%2c0.01%2c0.27-0.01c0.16-0.05%2c0.3-0.3%2c0.39-0.49c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.16-0.05%2c0.33-0.09%2c0.5-0.11 c0.02%2c0%2c0.04%2c0%2c0.05-0.01c1.2-0.12%2c2.44%2c0.59%2c3.65%2c1.28c0.84%2c0.48%2c2%2c1.14%2c2.47%2c0.99c0.18-0.06%2c0.32-0.34%2c0.4-0.5 c0.38-0.86%2c0.95-1.42%2c1.68-1.66c0.17-0.06%2c0.34-0.09%2c0.51-0.11l0.01%2c0C20.05-2.29%2c21.3-1.57%2c22.51-0.88z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23form-short-answer-active' width='84.01' height='17.49' x='-42' y='-8.75' transform='matrix(1 0 0 -1 42.0023 8.7448)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-quote {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.9 26.5' style='enable-background:new 0 0 32.9 26.5%3b z-index:1' xml:space='preserve'%3e %3cpath style='fill:%23E9EAE7' d='M30.6%2c13.9c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8C31%2c2.2%2c31.2%2c1.5%2c31%2c0.9c-0.3-0.6-0.9-1-1.6-0.8C26%2c0.8%2c21.4%2c2.5%2c19%2c6.4c-1.9%2c2.8-2.8%2c6-2.8%2c9.4c0%2c0.1%2c0%2c0.2%2c0%2c0.4c-0.4-0.9-1-1.6-1.8-2.3c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8c0.6-0.4%2c0.8-1.1%2c0.6-1.7c-0.3-0.6-0.9-1-1.6-0.8C9.8%2c0.8%2c5.3%2c2.6%2c2.8%2c6.4C0.9%2c9.2%2c0%2c12.4%2c0%2c15.8c0%2c2.7%2c0.8%2c5.2%2c2.5%2c7.3c1.8%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1-1.4%2c1.5-3%2c1.6-4.5c0.4%2c1.3%2c1.1%2c2.6%2c2%2c3.7c1.7%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1.1-1.5%2c1.6-3.2%2c1.6-4.9C32.9%2c16.8%2c32.1%2c15.1%2c30.6%2c13.9z'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-radio-btn-active {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24.72 24.72' style='enable-background:new 0 0 24.72 24.72%3b' xml:space='preserve'%3e %3cstyle%3e .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d %3c/style%3e %3csymbol id='radio-selected_2' viewBox='-12.36 -12.36 24.72 24.72'%3e %3cpath class='st2' d='M0%2c12.36c-6.81%2c0-12.36-5.54-12.36-12.36c0-6.82%2c5.55-12.36%2c12.36-12.36c6.82%2c0%2c12.36%2c5.54%2c12.36%2c12.36C12.36%2c6.82%2c6.82%2c12.36%2c0%2c12.36z'/%3e %3cpath class='st3' d='M0%2c6.99c-3.86%2c0-6.99-3.13-6.99-6.99c0-3.86%2c3.13-6.99%2c6.99-6.99S6.99-3.86%2c6.99%2c0C6.99%2c3.86%2c3.86%2c6.99%2c0%2c6.99z'/%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23radio-selected_2' width='24.72' height='24.72' x='-12.36' y='-12.36' transform='matrix(1 0 0 -1 12.3604 12.3599)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-radio-btn {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24.72 24.72' style='enable-background:new 0 0 24.72 24.72%3b' xml:space='preserve'%3e %3cstyle%3e .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d %3c/style%3e %3csymbol id='radio-unselect' viewBox='-12.36 -12.36 24.72 24.72'%3e %3cpath class='st2' d='M0%2c12.36c-6.81%2c0-12.36-5.54-12.36-12.36c0-6.82%2c5.55-12.36%2c12.36-12.36c6.82%2c0%2c12.36%2c5.54%2c12.36%2c12.36C12.36%2c6.82%2c6.82%2c12.36%2c0%2c12.36z'/%3e %3cpath class='st2' d='M0%2c6.99c-3.86%2c0-6.99-3.13-6.99-6.99c0-3.86%2c3.13-6.99%2c6.99-6.99S6.99-3.86%2c6.99%2c0C6.99%2c3.86%2c3.86%2c6.99%2c0%2c6.99z'/%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23radio-unselect' width='24.72' height='24.72' x='-12.36' y='-12.36' transform='matrix(1 0 0 -1 12.3604 12.3599)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-rate-bad-sm {
  background-image: url("data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 85.8'%3e%3ctitle%3eapp-rate-bad-sm%3c/title%3e%3cpath d='M75.8%2c14.3H75.1a18.45%2c18.45%2c0%2c0%2c0-36.4%2c3.1%2c10.48%2c10.48%2c0%2c0%2c0-3.6-.7%2c10%2c10%2c0%2c0%2c0-9.8%2c7.8H24.9a6.2%2c6.2%2c0%2c0%2c0%2c0%2c12.4H75.7A11.3%2c11.3%2c0%2c0%2c0%2c75.8%2c14.3Z' transform='translate(0)' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M57.1%2c0A18.43%2c18.43%2c0%2c0%2c0%2c38.7%2c17.4a10.48%2c10.48%2c0%2c0%2c0-3.6-.7%2c10%2c10%2c0%2c0%2c0-9.8%2c7.8H24.9a6.2%2c6.2%2c0%2c0%2c0%2c0%2c12.4h35V0.2A24.58%2c24.58%2c0%2c0%2c0%2c57.1%2c0Z' transform='translate(0)' style='fill:white'/%3e%3c/g%3e%3cpath d='M8%2c29.6H8.5a13%2c13%2c0%2c0%2c1%2c25.7%2c2.2%2c7.51%2c7.51%2c0%2c0%2c1%2c2.6-.5%2c7.09%2c7.09%2c0%2c0%2c1%2c6.9%2c5.5H44a4.4%2c4.4%2c0%2c1%2c1%2c0%2c8.8H8A8%2c8%2c0%2c0%2c1%2c8%2c29.6Z' transform='translate(0)' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M8.5%2c29.6H8a8%2c8%2c0%2c1%2c0%2c0%2c16h7.1V20.9A13%2c13%2c0%2c0%2c0%2c8.5%2c29.6Z' transform='translate(0)' style='fill:white'/%3e%3c/g%3e%3cpath d='M52.3%2c59.6a4.3%2c4.3%2c0%2c0%2c1-8.6%2c0c0-2.4%2c4.3-10.3%2c4.3-10.3S52.3%2c57.2%2c52.3%2c59.6Z' transform='translate(0)' style='fill:%231a9cac%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M43.6%2c59.6a4.25%2c4.25%2c0%2c0%2c0%2c4.2%2c4.3V49.5C47.2%2c50.6%2c43.6%2c57.4%2c43.6%2c59.6Z' transform='translate(0)' style='fill:white%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M34.6%2c58s4.3%2c7.9%2c4.3%2c10.3a4.3%2c4.3%2c0%2c1%2c1-8.6%2c0C30.2%2c65.8%2c34.6%2c58%2c34.6%2c58Z' transform='translate(0)' style='fill:%231a9cac%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M30.2%2c68.2a4.27%2c4.27%2c0%2c0%2c0%2c4.3%2c4.3V58.1C34%2c59%2c30.2%2c66%2c30.2%2c68.2Z' transform='translate(0)' style='fill:white%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M65.6%2c53A4.3%2c4.3%2c0%2c1%2c1%2c57%2c53c0-2.4%2c4.3-10.3%2c4.3-10.3S65.6%2c50.6%2c65.6%2c53Z' transform='translate(0)' style='fill:%231a9cac%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M65.6%2c72.8a4.3%2c4.3%2c0%2c1%2c1-8.6%2c0c0-2.4%2c4.3-10.3%2c4.3-10.3S65.6%2c70.4%2c65.6%2c72.8Z' transform='translate(0)' style='fill:%231a9cac%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M57%2c72.8a4.27%2c4.27%2c0%2c0%2c0%2c4.3%2c4.3V62.5S57%2c70.4%2c57%2c72.8Z' transform='translate(0)' style='fill:white%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M57%2c53a4.27%2c4.27%2c0%2c0%2c0%2c4.3%2c4.3V42.8S57%2c50.7%2c57%2c53Z' transform='translate(0)' style='fill:white%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M21.2%2c51.4s4.3%2c7.9%2c4.3%2c10.3a4.3%2c4.3%2c0%2c1%2c1-8.6%2c0C16.9%2c59.3%2c21.2%2c51.4%2c21.2%2c51.4Z' transform='translate(0)' style='fill:%231a9cac%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M21.2%2c71.2s4.3%2c7.9%2c4.3%2c10.3a4.3%2c4.3%2c0%2c1%2c1-8.6%2c0C16.9%2c79%2c21.2%2c71.2%2c21.2%2c71.2Z' transform='translate(0)' style='fill:%231a9cac%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M21.2%2c71.2s-4.3%2c7.9-4.3%2c10.3a4.27%2c4.27%2c0%2c0%2c0%2c4.3%2c4.3h0V71.2h0Z' transform='translate(0)' style='fill:white%3bopacity:0.5%3bisolation:isolate'/%3e%3cpath d='M21.2%2c51.4s-4.3%2c7.9-4.3%2c10.3A4.27%2c4.27%2c0%2c0%2c0%2c21.2%2c66h0V51.4h0Z' transform='translate(0)' style='fill:white%3bopacity:0.5%3bisolation:isolate'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-rate-bad {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3e %3csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='87.05px' height='171.059px' viewBox='0 0 87.05 171.059' enable-background='new 0 0 87.05 171.059' xml:space='preserve'%3e %3cg id='icon-rate-bad-small' opacity='0.7'%3e %3cg%3e %3cg%3e %3cpath fill='%231A9CAC' d='M75.752%2c14.311c-0.22%2c0-0.435%2c0.021-0.653%2c0.034C73.23%2c6.132%2c65.889%2c0%2c57.109%2c0 c-9.85%2c0-17.895%2c7.716-18.425%2c17.434c-1.124-0.434-2.342-0.681-3.619-0.681c-4.791%2c0-8.798%2c3.346-9.818%2c7.829 c-0.119-0.007-0.236-0.019-0.356-0.019c-3.406%2c0-6.167%2c2.754-6.167%2c6.16c0%2c3.405%2c2.761%2c6.159%2c6.167%2c6.159 c1.17%2c0%2c9.226%2c0%2c14.706%2c0c2.558%2c0%2c4.556%2c0%2c5.026%2c0c9.452%2c0%2c28.66%2c0%2c31.129%2c0c6.241%2c0%2c11.299-5.046%2c11.299-11.286 C87.05%2c19.356%2c81.993%2c14.311%2c75.752%2c14.311z'/%3e %3cg opacity='0.4'%3e %3cpath fill='white' d='M57.109%2c0c-9.85%2c0-17.895%2c7.716-18.425%2c17.434c-1.124-0.434-2.341-0.681-3.619-0.681 c-4.791%2c0-8.798%2c3.346-9.818%2c7.829c-0.119-0.007-0.236-0.019-0.356-0.019c-3.407%2c0-6.167%2c2.754-6.167%2c6.16 c0%2c3.406%2c2.761%2c6.159%2c6.167%2c6.159c1.169%2c0%2c9.226%2c0%2c14.706%2c0c2.558%2c0%2c4.556%2c0%2c5.027%2c0c4.014%2c0%2c9.787%2c0%2c15.291%2c0V0.225 C58.998%2c0.085%2c58.064%2c0%2c57.109%2c0z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath fill='%231A9CAC' d='M7.992%2c29.567c0.156%2c0%2c0.308%2c0.015%2c0.462%2c0.024c1.322-5.809%2c6.515-10.146%2c12.724-10.146 c6.967%2c0%2c12.658%2c5.458%2c13.033%2c12.332c0.795-0.307%2c1.656-0.482%2c2.56-0.482c3.389%2c0%2c6.223%2c2.367%2c6.945%2c5.538 c0.084-0.005%2c0.167-0.013%2c0.252-0.013c2.409%2c0%2c4.362%2c1.948%2c4.362%2c4.357c0%2c2.409-1.953%2c4.357-4.362%2c4.357 c-0.827%2c0-6.526%2c0-10.402%2c0c-1.809%2c0-3.223%2c0-3.555%2c0c-6.685%2c0-20.272%2c0-22.018%2c0C3.578%2c45.532%2c0%2c41.963%2c0%2c37.55 C0%2c33.135%2c3.578%2c29.567%2c7.992%2c29.567z'/%3e %3cg opacity='0.4'%3e %3cpath fill='white' d='M8.454%2c29.591c-0.154-0.009-0.306-0.024-0.462-0.024C3.578%2c29.567%2c0%2c33.135%2c0%2c37.55 c0%2c4.413%2c3.578%2c7.983%2c7.992%2c7.983c0.737%2c0%2c3.586%2c0%2c7.132%2c0V20.943C11.796%2c22.692%2c9.31%2c25.828%2c8.454%2c29.591z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cpath opacity='0.5' fill='%231A9CAC' d='M52.264%2c59.551c0%2c2.396-1.942%2c4.337-4.336%2c4.337c-2.395%2c0-4.337-1.942-4.337-4.337 c0-2.395%2c4.337-10.259%2c4.337-10.259S52.264%2c57.156%2c52.264%2c59.551z'/%3e %3cpath opacity='0.5' fill='white' d='M43.591%2c59.551c0%2c2.365%2c1.893%2c4.283%2c4.246%2c4.332V49.458 C47.22%2c50.593%2c43.591%2c57.36%2c43.591%2c59.551z'/%3e %3cpath opacity='0.5' fill='%231A9CAC' d='M34.566%2c57.954c0%2c0%2c4.337%2c7.865%2c4.337%2c10.259c0%2c2.395-1.942%2c4.337-4.337%2c4.337 c-2.395%2c0-4.336-1.941-4.336-4.337C30.229%2c65.819%2c34.566%2c57.954%2c34.566%2c57.954z'/%3e %3cpath opacity='0.5' fill='white' d='M30.229%2c68.214c0%2c2.377%2c1.913%2c4.305%2c4.282%2c4.334V58.053 C34.016%2c58.962%2c30.229%2c65.975%2c30.229%2c68.214z'/%3e %3cpath opacity='0.5' fill='%231A9CAC' d='M65.626%2c53.043c0%2c2.395-1.942%2c4.336-4.336%2c4.336c-2.395%2c0-4.337-1.942-4.337-4.336 s4.337-10.26%2c4.337-10.26S65.626%2c50.648%2c65.626%2c53.043z'/%3e %3cpath opacity='0.5' fill='%231A9CAC' d='M65.626%2c72.773c0%2c2.395-1.942%2c4.337-4.336%2c4.337c-2.395%2c0-4.337-1.942-4.337-4.337 s4.337-10.26%2c4.337-10.26S65.626%2c70.378%2c65.626%2c72.773z'/%3e %3cpath opacity='0.5' fill='white' d='M56.953%2c72.773c0%2c2.395%2c1.941%2c4.337%2c4.336%2c4.337V62.514 C61.282%2c62.528%2c56.953%2c70.38%2c56.953%2c72.773z'/%3e %3cpath opacity='0.5' fill='white' d='M56.953%2c53.043c0%2c2.395%2c1.941%2c4.336%2c4.336%2c4.336V42.784 C61.282%2c42.798%2c56.953%2c50.65%2c56.953%2c53.043z'/%3e %3cpath opacity='0.5' fill='%231A9CAC' d='M21.204%2c51.445c0%2c0%2c4.337%2c7.865%2c4.337%2c10.26c0%2c2.395-1.942%2c4.336-4.337%2c4.336 c-2.395%2c0-4.336-1.941-4.336-4.336C16.868%2c59.31%2c21.204%2c51.445%2c21.204%2c51.445z'/%3e %3cpath opacity='0.5' fill='%231A9CAC' d='M21.204%2c71.176c0%2c0%2c4.337%2c7.865%2c4.337%2c10.26s-1.942%2c4.337-4.337%2c4.337 c-2.395%2c0-4.336-1.942-4.336-4.337C16.868%2c79.04%2c21.204%2c71.176%2c21.204%2c71.176z'/%3e %3cpath opacity='0.5' fill='white' d='M21.204%2c71.176c0%2c0-4.336%2c7.865-4.336%2c10.26c0%2c2.395%2c1.942%2c4.337%2c4.336%2c4.337h0 L21.204%2c71.176L21.204%2c71.176z'/%3e %3cpath opacity='0.5' fill='white' d='M21.204%2c51.445c0%2c0-4.336%2c7.865-4.336%2c10.26c0%2c2.395%2c1.942%2c4.336%2c4.336%2c4.336h0 L21.204%2c51.445L21.204%2c51.445z'/%3e %3cg id='user_1_'%3e %3cg%3e %3cpath fill='%23919191' d='M43.528%2c127.224c-17.6%2c0-31.873%2c14.28-31.873%2c31.873c0%2c5.873%2c4.749%2c10.622%2c10.622%2c10.622h42.495 c5.873%2c0%2c10.622-4.749%2c10.622-10.622C75.395%2c141.504%2c61.122%2c127.224%2c43.528%2c127.224z'/%3e %3cpath fill='%23919191' d='M43.528%2c88.062c8.796%2c0%2c15.93%2c7.133%2c15.93%2c15.936c0%2c8.796-7.134%2c15.936-15.93%2c15.936 c-8.803%2c0-15.936-7.14-15.936-15.936C27.592%2c95.195%2c34.725%2c88.062%2c43.528%2c88.062z'/%3e %3c/g%3e %3c/g%3e %3cg opacity='0.3'%3e %3cpath fill='white' d='M11.656%2c159.097c0%2c5.873%2c4.749%2c10.622%2c10.622%2c10.622h21.248v-42.495 C25.927%2c127.226%2c11.656%2c141.505%2c11.656%2c159.097z'/%3e %3cpath fill='white' d='M27.592%2c103.998c0%2c8.795%2c7.132%2c15.935%2c15.933%2c15.936V88.062C34.723%2c88.063%2c27.592%2c95.196%2c27.592%2c103.998z' /%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath fill='white' d='M26.107%2c151.926h4.226c1.984%2c0%2c4.146%2c0.416%2c4.146%2c2.881c0%2c1.266-0.784%2c2.129-1.953%2c2.498v0.031 c1.488%2c0.191%2c2.481%2c1.297%2c2.481%2c2.77c0%2c2.369-2.241%2c3.152-4.258%2c3.152h-4.642V151.926z M28.604%2c156.455h1.809 c0.769%2c0%2c1.569-0.32%2c1.569-1.232c0-0.943-0.896-1.184-1.681-1.184h-1.697V156.455z M28.604%2c161.144h2.241 c0.785%2c0%2c1.665-0.336%2c1.665-1.328c0-1.072-1.201-1.248-2.017-1.248h-1.889V161.144z'/%3e %3cpath fill='white' d='M41.452%2c151.926h2.065l4.93%2c11.332H45.63l-0.977-2.4h-4.402l-0.944%2c2.4h-2.753L41.452%2c151.926z M42.412%2c155.223l-1.376%2c3.521h2.769L42.412%2c155.223z'/%3e %3cpath fill='white' d='M50.826%2c151.926h3.745c3.65%2c0%2c6.707%2c1.553%2c6.707%2c5.699c0%2c3.664-2.993%2c5.633-6.371%2c5.633h-4.081V151.926z M53.323%2c160.953h1.297c2.32%2c0%2c4.065-0.881%2c4.065-3.457c0-2.225-1.776-3.266-3.89-3.266h-1.473V160.953z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-rate-good-sm {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='75.61 0 49.447 50.144' style='enable-background:new 75.61 0 49.447 50.144%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23ECC054%3b%7d .st1%7bopacity:0.5%3b fill:white%3b%7d %3c/style%3e %3cg%3e %3cg%3e %3cpath class='st0' d='M86.973%2c16.299l0.43-0.553c0.061-0.123%2c0.184-0.246%2c0.246-0.369v0.061l0.491-0.553 c0.614-0.737%2c1.29-1.413%2c2.027-2.027l0.553-0.491l0%2c0c0.123-0.061%2c0.184-0.184%2c0.307-0.246l0.553-0.43l-8.661-4.177l0.491%2c1.044 L86.973%2c16.299z'/%3e %3cpath class='st0' d='M84.516%2c27.724c0-0.123%2c0-0.246-0.061-0.43h0.061l-0.061-0.676c-0.061-0.491-0.061-0.921-0.061-1.413 s0-0.983%2c0.061-1.474l0.061-0.737h-0.061c0-0.123%2c0-0.246%2c0.061-0.43l0.123-0.676l-0.614%2c0.246l-8.415%2c3.01l9.029%2c3.256 L84.516%2c27.724z'/%3e %3cpath class='st0' d='M98.214%2c9.174L98.214%2c9.174h0.676c0.491-0.061%2c0.921-0.061%2c1.413-0.061s0.983%2c0%2c1.413%2c0.061l0.737%2c0.061 V9.174c0.123%2c0%2c0.246%2c0%2c0.43%2c0.061l0.676%2c0.123l-3.256-9.152l-0.369%2c1.106l-2.826%2c7.985l0.676-0.123 C97.907%2c9.174%2c98.03%2c9.174%2c98.214%2c9.174z'/%3e %3cpath class='st0' d='M110.008%2c12.307L110.008%2c12.307l0.123%2c0.123c0.246%2c0.184%2c0.491%2c0.43%2c0.799%2c0.676 c0.491%2c0.43%2c0.921%2c0.86%2c1.351%2c1.351c0.246%2c0.246%2c0.43%2c0.491%2c0.614%2c0.737l0.184%2c0.184l0%2c0c0.061%2c0.123%2c0.184%2c0.184%2c0.246%2c0.307 l0.369%2c0.553l4.115-8.784l-1.044%2c0.553l-7.678%2c3.686l0.553%2c0.43C109.762%2c12.184%2c109.885%2c12.245%2c110.008%2c12.307z'/%3e %3cpath class='st0' d='M116.027%2c28.4l9.029-3.256l-9.029-3.256l0.123%2c0.676c0%2c0.123%2c0.061%2c0.246%2c0.061%2c0.43h-0.061l0.061%2c0.737 c0.061%2c0.491%2c0.061%2c0.983%2c0.061%2c1.413c0%2c0.491%2c0%2c0.983-0.061%2c1.413l-0.061%2c0.799h0.061c0%2c0.123%2c0%2c0.246-0.061%2c0.43L116.027%2c28.4z' /%3e %3cpath class='st0' d='M102.452%2c41.176L102.452%2c41.176h-0.676c-0.491%2c0.061-0.921%2c0.061-1.413%2c0.061s-0.983%2c0-1.413-0.061 l-0.737-0.061v0.061c-0.123%2c0-0.246%2c0-0.43-0.061l-0.676-0.061l0.246%2c0.614l2.948%2c8.477l3.194-9.091l-0.676%2c0.123 C102.698%2c41.176%2c102.575%2c41.176%2c102.452%2c41.176z'/%3e %3cpath class='st0' d='M113.263%2c34.665c-0.061%2c0.123-0.184%2c0.184-0.246%2c0.307l0%2c0l-0.491%2c0.553c-0.491%2c0.614-1.044%2c1.167-1.658%2c1.72 c-0.307%2c0.246-0.614%2c0.553-0.921%2c0.799c-0.123%2c0.061-0.184%2c0.184-0.307%2c0.246l-0.553%2c0.43l8.661%2c4.177l-4.054-8.784 L113.263%2c34.665z'/%3e %3cpath class='st0' d='M90.597%2c37.982L90.597%2c37.982l-0.491-0.491c-0.737-0.614-1.413-1.29-1.966-2.027l-0.491-0.553l0%2c0 c-0.061-0.123-0.184-0.246-0.246-0.369l-0.369-0.553l-0.307%2c0.614l-3.808%2c8.108l8.661-4.115l-0.614-0.307 C90.843%2c38.228%2c90.72%2c38.105%2c90.597%2c37.982z'/%3e %3cpath class='st0' d='M111.666%2c33.56c1.843-2.518%2c2.703-5.467%2c2.703-8.415c0-4.361-1.966-8.722-5.774-11.486 c-2.518-1.843-5.405-2.764-8.292-2.764c-4.361%2c0-8.6%2c2.027-11.364%2c5.835c-1.843%2c2.518-2.703%2c5.467-2.703%2c8.415 c0%2c4.361%2c1.966%2c8.722%2c5.774%2c11.486c2.518%2c1.843%2c5.405%2c2.764%2c8.292%2c2.764C104.664%2c39.395%2c108.902%2c37.368%2c111.666%2c33.56z'/%3e %3crect x='75.61' y='0.021' class='st1' width='24.168' height='49.994'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-rate-good {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.5px' height='170.8px' viewBox='0 0 80.5 170.8' enable-background='new 0 0 80.5 170.8' xml:space='preserve'%3e %3cg id='Layer_14'%3e %3cg id='median-tip_2_'%3e %3c/g%3e %3cg id='top-nav-manage'%3e %3c/g%3e %3cg id='side_nav_29_'%3e %3cg id='arrow2_29_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_28_'%3e %3cg id='arrow2_28_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_27_'%3e %3cg id='arrow2_27_'%3e %3c/g%3e %3c/g%3e %3cg id='export_3_'%3e %3c/g%3e %3cg id='side_nav_26_'%3e %3cg id='arrow2_26_'%3e %3c/g%3e %3c/g%3e %3cg id='export_2_'%3e %3c/g%3e %3cg id='export_1_'%3e %3c/g%3e %3cg id='recognition_18_'%3e %3cg id='action-recognition_19_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_25_'%3e %3cg id='arrow2_25_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_17_'%3e %3cg id='action-recognition_18_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_24_'%3e %3cg id='arrow2_24_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_16_'%3e %3cg id='action-recognition_17_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_23_'%3e %3cg id='arrow2_23_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_15_'%3e %3cg id='action-recognition_16_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_22_'%3e %3cg id='arrow2_22_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_14_'%3e %3cg id='action-recognition_15_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_21_'%3e %3cg id='arrow2_21_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_13_'%3e %3cg id='action-recognition_14_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_20_'%3e %3cg id='arrow2_20_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_12_'%3e %3cg id='action-recognition_13_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_19_'%3e %3cg id='arrow2_19_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_11_'%3e %3cg id='action-recognition_12_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_18_'%3e %3cg id='arrow2_18_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_10_'%3e %3cg id='action-recognition_11_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_17_'%3e %3cg id='arrow2_17_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_9_'%3e %3cg id='action-recognition_10_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_16_'%3e %3cg id='arrow2_16_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_15_'%3e %3cg id='arrow2_15_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_14_'%3e %3cg id='arrow2_14_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_8_'%3e %3cg id='action-recognition_9_'%3e %3c/g%3e %3c/g%3e %3cg id='export'%3e %3c/g%3e %3cg id='top-nav-dashboard_4_'%3e %3cg id='action-dashboard_5_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_13_'%3e %3cg id='arrow2_13_'%3e %3c/g%3e %3c/g%3e %3cg id='top-nav-dashboard_3_'%3e %3cg id='action-dashboard_4_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_12_'%3e %3cg id='arrow2_12_'%3e %3c/g%3e %3c/g%3e %3cg id='top-nav-dashboard_2_'%3e %3cg id='action-dashboard_3_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_11_'%3e %3cg id='arrow2_11_'%3e %3c/g%3e %3c/g%3e %3cg id='top-nav-dashboard_1_'%3e %3cg id='action-dashboard_2_'%3e %3c/g%3e %3c/g%3e %3cg id='side_nav_10_'%3e %3cg id='arrow2_10_'%3e %3c/g%3e %3c/g%3e %3cg id='top-nav-dashboard'%3e %3cg id='action-dashboard_1_'%3e %3c/g%3e %3c/g%3e %3cg id='form-field-long-answer-full_7_'%3e %3c/g%3e %3cg id='form-field-long-answer-full_6_'%3e %3c/g%3e %3cg id='form-field-long-answer-full_5_'%3e %3c/g%3e %3cg id='form-field-long-answer-full_4_'%3e %3c/g%3e %3cg id='comment_4_'%3e %3c/g%3e %3cg id='share_7_'%3e %3c/g%3e %3cg id='icon_x2C__print_5_'%3e %3c/g%3e %3cg id='icon-tell_3_'%3e %3c/g%3e %3cg id='icon-delete-small_3_'%3e %3c/g%3e %3cg id='comment_3_'%3e %3c/g%3e %3cg id='share_6_'%3e %3c/g%3e %3cg id='icon_x2C__print_4_'%3e %3c/g%3e %3cg id='icon-tell_2_'%3e %3c/g%3e %3cg id='icon-delete-small_2_'%3e %3c/g%3e %3cg id='comment_2_'%3e %3c/g%3e %3cg id='share_5_'%3e %3c/g%3e %3cg id='icon_x2C__print_2_'%3e %3c/g%3e %3cg id='icon-tell_1_'%3e %3c/g%3e %3cg id='icon-delete-small_1_'%3e %3c/g%3e %3cg id='quotes_8_'%3e %3c/g%3e %3cg id='platinum_5_'%3e %3c/g%3e %3cg id='gold_5_'%3e %3c/g%3e %3cg id='silver_5_'%3e %3c/g%3e %3cg id='group_7_'%3e %3c/g%3e %3cg id='cake_12_'%3e %3c/g%3e %3cg id='radio-unselect_34_'%3e %3c/g%3e %3cg id='arrow_37_'%3e %3c/g%3e %3cg id='tool-tip_3_'%3e %3c/g%3e %3cg id='innactive-area_1_'%3e %3c/g%3e %3cg id='active-bar_1_'%3e %3c/g%3e %3cg id='innactive-filter_6_'%3e %3c/g%3e %3cg id='radio-unselect_33_'%3e %3c/g%3e %3cg id='arrow_36_'%3e %3c/g%3e %3cg id='active-area_2_'%3e %3c/g%3e %3cg id='innactive-bar_2_'%3e %3c/g%3e %3cg id='expand_13_'%3e %3c/g%3e %3cg id='expand_12_'%3e %3c/g%3e %3cg id='expand_11_'%3e %3c/g%3e %3cg id='expand_10_'%3e %3c/g%3e %3cg id='expand_9_'%3e %3c/g%3e %3cg id='expand_8_'%3e %3c/g%3e %3cg id='expand_7_'%3e %3c/g%3e %3cg id='tool-tip_2_'%3e %3c/g%3e %3cg id='stat-arrow_3_'%3e %3c/g%3e %3cg id='quotes_7_'%3e %3c/g%3e %3cg id='quotes_6_'%3e %3c/g%3e %3cg id='quotes_5_'%3e %3c/g%3e %3cg id='active-check-green1_2_'%3e %3c/g%3e %3cg id='active-check-gray1_2_'%3e %3c/g%3e %3cg id='active-check-yellow1_2_'%3e %3c/g%3e %3cg id='active-check-teal1_2_'%3e %3c/g%3e %3cg id='active-check-green1_1_'%3e %3c/g%3e %3cg id='active-check-gray1_1_'%3e %3c/g%3e %3cg id='active-check-yellow1_1_'%3e %3c/g%3e %3cg id='active-check-teal1_1_'%3e %3c/g%3e %3cg id='radio-selected_2_11_'%3e %3c/g%3e %3cg id='radio-selected_2_10_'%3e %3c/g%3e %3cg id='radio-unselect_32_'%3e %3c/g%3e %3cg id='arrow_35_'%3e %3c/g%3e %3cg id='arrow_34_'%3e %3c/g%3e %3cg id='active-area_1_'%3e %3c/g%3e %3cg id='innactive-bar_1_'%3e %3c/g%3e %3cg id='tool-tip_1_'%3e %3c/g%3e %3cg id='innactive-filter_5_'%3e %3c/g%3e %3cg id='active-check-green1'%3e %3c/g%3e %3cg id='active-check-gray1'%3e %3c/g%3e %3cg id='active-check-yellow1'%3e %3c/g%3e %3cg id='active-check-teal1'%3e %3c/g%3e %3cg id='radio-selected_2_9_'%3e %3c/g%3e %3cg id='arrow_33_'%3e %3c/g%3e %3cg id='reports-vent'%3e %3c/g%3e %3cg id='icon-rate-ok-small_1_'%3e %3c/g%3e %3cg id='icon-rate-good-small_3_'%3e %3c/g%3e %3cg id='icon-rate-bad-small_1_'%3e %3c/g%3e %3cg id='stat-arrow_2_'%3e %3c/g%3e %3cg id='arrow_32_'%3e %3c/g%3e %3cg id='cake_11_'%3e %3c/g%3e %3cg id='cake_10_'%3e %3c/g%3e %3cg id='cake_9_'%3e %3c/g%3e %3cg id='expand_6_'%3e %3c/g%3e %3cg id='cake_8_'%3e %3c/g%3e %3cg id='expand_5_'%3e %3c/g%3e %3cg id='cake_7_'%3e %3c/g%3e %3cg id='expand_4_'%3e %3c/g%3e %3cg id='cake_6_'%3e %3c/g%3e %3cg id='expand_3_'%3e %3c/g%3e %3cg id='expand_2_'%3e %3c/g%3e %3cg id='expand_1_'%3e %3c/g%3e %3cg id='cake_5_'%3e %3c/g%3e %3cg id='add-sign_10_'%3e %3c/g%3e %3cg id='active-filter_2_'%3e %3c/g%3e %3cg id='arrow_31_'%3e %3c/g%3e %3cg id='add-sign_9_'%3e %3c/g%3e %3cg id='add-sign_8_'%3e %3c/g%3e %3cg id='single-check_14_'%3e %3c/g%3e %3cg id='single-check_13_'%3e %3c/g%3e %3cg id='single-check_12_'%3e %3c/g%3e %3cg id='single-check_11_'%3e %3c/g%3e %3cg id='single-check_10_'%3e %3c/g%3e %3cg id='single-check_9_'%3e %3c/g%3e %3cg id='innactive-filter_4_'%3e %3c/g%3e %3cg id='arrow_30_'%3e %3c/g%3e %3cg id='arrow_29_'%3e %3c/g%3e %3cg id='active-filter_1_'%3e %3c/g%3e %3cg id='single-check_8_'%3e %3c/g%3e %3cg id='single-check_7_'%3e %3c/g%3e %3cg id='single-check_6_'%3e %3c/g%3e %3cg id='single-check_5_'%3e %3c/g%3e %3cg id='single-check_4_'%3e %3c/g%3e %3cg id='single-check_3_'%3e %3c/g%3e %3cg id='compare_2_'%3e %3c/g%3e %3cg id='reviews_2_'%3e %3c/g%3e %3cg id='compare_1_'%3e %3c/g%3e %3cg id='reviews_1_'%3e %3c/g%3e %3cg id='cake_4_'%3e %3c/g%3e %3cg id='arrow_28_'%3e %3c/g%3e %3cg id='arrow_27_'%3e %3c/g%3e %3cg id='grid-view-innactive_1_'%3e %3c/g%3e %3cg id='list-view-active_1_'%3e %3c/g%3e %3cg id='arrow_26_'%3e %3c/g%3e %3cg id='icon-gear_2_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_10_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_9_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_8_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_7_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_6_'%3e %3c/g%3e %3cg id='single-check_2_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_5_'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_4_'%3e %3c/g%3e %3cg id='cursor-hand_5_'%3e %3c/g%3e %3cg id='cursor-hand_4_'%3e %3c/g%3e %3cg id='cursor-hand_3_'%3e %3c/g%3e %3cg id='quotes_4_'%3e %3c/g%3e %3cg id='quotes_3_'%3e %3c/g%3e %3cg id='quotes_2_'%3e %3c/g%3e %3cg id='form-long-answer-innactive_1_'%3e %3c/g%3e %3cg id='form-choose-any-innactive_1_'%3e %3c/g%3e %3cg id='form-scale-innactive_1_'%3e %3c/g%3e %3cg id='form-short-answer-innactive_1_'%3e %3c/g%3e %3cg id='form-multiple-choice-active_1_'%3e %3c/g%3e %3cg id='cursor-hand_2_'%3e %3c/g%3e %3cg id='quotes-gold_1_'%3e %3c/g%3e %3cg id='quotes-platinum_1_'%3e %3c/g%3e %3cg id='quotes-green_1_'%3e %3c/g%3e %3cg id='share_4_'%3e %3c/g%3e %3cg id='group_6_'%3e %3c/g%3e %3cg id='quotes_1_'%3e %3c/g%3e %3cg id='comment_1_'%3e %3c/g%3e %3cg id='arrow_25_'%3e %3c/g%3e %3cg id='icon-linkedin_1_'%3e %3c/g%3e %3cg id='icon-facebook_1_'%3e %3c/g%3e %3cg id='icon-google-plus_3_'%3e %3c/g%3e %3cg id='logo-vertical_2_'%3e %3c/g%3e %3cg id='arrow_24_'%3e %3c/g%3e %3cg id='close-error-message_1_'%3e %3c/g%3e %3cg id='logo-vertical_1_'%3e %3c/g%3e %3cg id='icon-edit_6_'%3e %3c/g%3e %3cg id='icon-edit_5_'%3e %3c/g%3e %3cg id='icon-edit_4_'%3e %3c/g%3e %3cg id='icon-edit_3_'%3e %3c/g%3e %3cg id='icon-edit_2_'%3e %3c/g%3e %3cg id='icon-gear_1_'%3e %3c/g%3e %3cg id='top-sender_1_'%3e %3c/g%3e %3cg id='top-receiver_1_'%3e %3c/g%3e %3cg id='activity-icon-right_1_'%3e %3c/g%3e %3cg id='activity-icon-left_1_'%3e %3c/g%3e %3cg id='nav-feed_4_'%3e %3c/g%3e %3cg id='nav-reports_5_'%3e %3c/g%3e %3cg id='nav-reports_4_'%3e %3c/g%3e %3cg id='nav-reports_3_'%3e %3c/g%3e %3cg id='nav-reports_2_'%3e %3c/g%3e %3cg id='nav-reports_1_'%3e %3c/g%3e %3cg id='nav-team-members_1_'%3e %3c/g%3e %3cg id='nav-performance_12_'%3e %3c/g%3e %3cg id='nav-performance_11_'%3e %3c/g%3e %3cg id='nav-performance_10_'%3e %3c/g%3e %3cg id='nav-performance_9_'%3e %3c/g%3e %3cg id='nav-performance_8_'%3e %3c/g%3e %3cg id='nav-performance_7_'%3e %3c/g%3e %3cg id='nav-performance_6_'%3e %3c/g%3e %3cg id='nav-performance_5_'%3e %3c/g%3e %3cg id='nav-performance_4_'%3e %3c/g%3e %3cg id='nav-performance_3_'%3e %3c/g%3e %3cg id='nav-performance_2_'%3e %3c/g%3e %3cg id='nav-feed_3_'%3e %3c/g%3e %3cg id='form-long-answer-innactive'%3e %3c/g%3e %3cg id='form-choose-any-innactive'%3e %3c/g%3e %3cg id='form-scale-innactive'%3e %3c/g%3e %3cg id='form-short-answer-innactive'%3e %3c/g%3e %3cg id='form-multiple-choice-active'%3e %3c/g%3e %3cg id='cursor-hand_1_'%3e %3c/g%3e %3cg id='radio-unselect_31_'%3e %3c/g%3e %3cg id='radio-unselect_30_'%3e %3c/g%3e %3cg id='radio-unselect_29_'%3e %3c/g%3e %3cg id='platinum_4_'%3e %3c/g%3e %3cg id='gold_4_'%3e %3c/g%3e %3cg id='silver_4_'%3e %3c/g%3e %3cg id='group_5_'%3e %3c/g%3e %3cg id='radio-selected_2_8_'%3e %3c/g%3e %3cg id='form-select_3_'%3e %3cg id='arrow_23_'%3e %3c/g%3e %3c/g%3e %3cg id='form-select'%3e %3cg id='arrow_22_'%3e %3c/g%3e %3c/g%3e %3cg id='form-field-long-answer-full_3_'%3e %3c/g%3e %3cg id='form-field-long-answer-full_2_'%3e %3c/g%3e %3cg id='form-field-long-answer-full_1_'%3e %3c/g%3e %3cg id='form-field_1_'%3e %3c/g%3e %3cg id='short-answer-long-active'%3e %3c/g%3e %3cg id='select-one-short_2_'%3e %3c/g%3e %3cg id='select-one-short_1_'%3e %3c/g%3e %3cg id='select-one-short'%3e %3c/g%3e %3cg id='short-answer-long_3_'%3e %3c/g%3e %3cg id='side_nav_9_'%3e %3cg id='arrow2_9_'%3e %3c/g%3e %3c/g%3e %3cg id='arrow_21_'%3e %3c/g%3e %3cg id='arrow_20_'%3e %3c/g%3e %3cg id='arrow_19_'%3e %3c/g%3e %3cg id='arrow_18_'%3e %3c/g%3e %3cg id='form-field-long-answer-short'%3e %3c/g%3e %3cg id='recognition_7_'%3e %3cg id='action-recognition_8_'%3e %3c/g%3e %3c/g%3e %3cg id='icon-rate-good-small_2_'%3e %3cg%3e %3cg%3e %3cpath fill='%23ECC054' d='M18.5%2c26.2l0.7-0.9c0.1-0.2%2c0.3-0.4%2c0.4-0.6v0.1l0.8-0.9c1-1.2%2c2.1-2.3%2c3.3-3.3l0.9-0.8l0%2c0 c0.2-0.1%2c0.3-0.3%2c0.5-0.4l0.9-0.7l-14.1-6.8l0.8%2c1.7L18.5%2c26.2z'/%3e %3cpath fill='%23ECC054' d='M14.5%2c44.8c0-0.2%2c0-0.4-0.1-0.7h0.1L14.4%2c43c-0.1-0.8-0.1-1.5-0.1-2.3s0-1.6%2c0.1-2.4l0.1-1.2h-0.1 c0-0.2%2c0-0.4%2c0.1-0.7l0.2-1.1l-1%2c0.4L0%2c40.6l14.7%2c5.3L14.5%2c44.8z'/%3e %3cpath fill='%23ECC054' d='M36.8%2c14.6L36.8%2c14.6h1.1c0.8-0.1%2c1.5-0.1%2c2.3-0.1s1.6%2c0%2c2.3%2c0.1l1.2%2c0.1v-0.1c0.2%2c0%2c0.4%2c0%2c0.7%2c0.1 l1.1%2c0.2L40.2%2c0l-0.6%2c1.8l-4.6%2c13l1.1-0.2C36.3%2c14.6%2c36.5%2c14.6%2c36.8%2c14.6z'/%3e %3cpath fill='%23ECC054' d='M56%2c19.7L56%2c19.7l0.2%2c0.2c0.4%2c0.3%2c0.8%2c0.7%2c1.3%2c1.1c0.8%2c0.7%2c1.5%2c1.4%2c2.2%2c2.2c0.4%2c0.4%2c0.7%2c0.8%2c1%2c1.2 l0.3%2c0.3l0%2c0c0.1%2c0.2%2c0.3%2c0.3%2c0.4%2c0.5l0.6%2c0.9l6.7-14.3L67%2c12.7l-12.5%2c6l0.9%2c0.7C55.6%2c19.5%2c55.8%2c19.6%2c56%2c19.7z'/%3e %3cpath fill='%23ECC054' d='M65.8%2c45.9l14.7-5.3l-14.7-5.3l0.2%2c1.1c0%2c0.2%2c0.1%2c0.4%2c0.1%2c0.7H66l0.1%2c1.2c0.1%2c0.8%2c0.1%2c1.6%2c0.1%2c2.3 c0%2c0.8%2c0%2c1.6-0.1%2c2.3L66%2c44.2h0.1c0%2c0.2%2c0%2c0.4-0.1%2c0.7L65.8%2c45.9z'/%3e %3cpath fill='%23ECC054' d='M43.7%2c66.7L43.7%2c66.7h-1.1c-0.8%2c0.1-1.5%2c0.1-2.3%2c0.1s-1.6%2c0-2.3-0.1l-1.2-0.1v0.1c-0.2%2c0-0.4%2c0-0.7-0.1 L35%2c66.5l0.4%2c1l4.8%2c13.8l5.2-14.8l-1.1%2c0.2C44.1%2c66.7%2c43.9%2c66.7%2c43.7%2c66.7z'/%3e %3cpath fill='%23ECC054' d='M61.3%2c56.1c-0.1%2c0.2-0.3%2c0.3-0.4%2c0.5l0%2c0l-0.8%2c0.9c-0.8%2c1-1.7%2c1.9-2.7%2c2.8c-0.5%2c0.4-1%2c0.9-1.5%2c1.3 c-0.2%2c0.1-0.3%2c0.3-0.5%2c0.4l-0.9%2c0.7l14.1%2c6.8L62%2c55.2L61.3%2c56.1z'/%3e %3cpath fill='%23ECC054' d='M24.4%2c61.5L24.4%2c61.5l-0.8-0.8c-1.2-1-2.3-2.1-3.2-3.3l-0.8-0.9l0%2c0c-0.1-0.2-0.3-0.4-0.4-0.6L18.6%2c55 l-0.5%2c1l-6.2%2c13.2L26%2c62.5L25%2c62C24.8%2c61.9%2c24.6%2c61.7%2c24.4%2c61.5z'/%3e %3cpath fill='%23ECC054' d='M58.7%2c54.3c3-4.1%2c4.4-8.9%2c4.4-13.7c0-7.1-3.2-14.2-9.4-18.7c-4.1-3-8.8-4.5-13.5-4.5 c-7.1%2c0-14%2c3.3-18.5%2c9.5c-3%2c4.1-4.4%2c8.9-4.4%2c13.7c0%2c7.1%2c3.2%2c14.2%2c9.4%2c18.7c4.1%2c3%2c8.8%2c4.5%2c13.5%2c4.5 C47.3%2c63.8%2c54.2%2c60.5%2c58.7%2c54.3z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg id='user_10_'%3e %3cg%3e %3cpath fill='%23919191' d='M40.2%2c127.2c-17.6%2c0-31.9%2c14.3-31.9%2c31.9c0%2c5.9%2c4.7%2c10.6%2c10.6%2c10.6h42.5c5.9%2c0%2c10.6-4.7%2c10.6-10.6 C72.1%2c141.5%2c57.8%2c127.2%2c40.2%2c127.2z'/%3e %3cpath fill='%23919191' d='M40.2%2c88.1c8.8%2c0%2c15.9%2c7.1%2c15.9%2c15.9s-7.1%2c15.9-15.9%2c15.9s-15.9-7.1-15.9-15.9 C24.3%2c95.2%2c31.4%2c88.1%2c40.2%2c88.1z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg%3e %3crect x='8.8' y='151.2' fill='none' width='62.8' height='19.6'/%3e %3cpath fill='white' d='M24.1%2c162.5c-1.5%2c0.8-3.1%2c1.1-4.8%2c1.1c-3.5%2c0-6.1-2.3-6.1-6c0-3.6%2c2.6-6%2c6.1-6c1.8%2c0%2c3.4%2c0.4%2c4.5%2c1.5 L22%2c155c-0.7-0.7-1.5-1.1-2.8-1.1c-2.1%2c0-3.5%2c1.5-3.5%2c3.6s1.4%2c3.6%2c3.5%2c3.6c1.1%2c0%2c1.9-0.3%2c2.4-0.6v-1.8h-2v-2.3H24v6.1H24.1z'/%3e %3cpath fill='white' d='M33.1%2c151.6c3.5%2c0%2c6.1%2c2.3%2c6.1%2c6c0%2c3.6-2.6%2c6-6.1%2c6s-6.1-2.3-6.1-6S29.5%2c151.6%2c33.1%2c151.6z M33.1%2c161.2 c2.1%2c0%2c3.5-1.5%2c3.5-3.6s-1.4-3.6-3.5-3.6s-3.5%2c1.5-3.5%2c3.6C29.6%2c159.7%2c31%2c161.2%2c33.1%2c161.2z'/%3e %3cpath fill='white' d='M47.6%2c151.6c3.5%2c0%2c6.1%2c2.3%2c6.1%2c6c0%2c3.6-2.6%2c6-6.1%2c6s-6.1-2.3-6.1-6C41.5%2c154%2c44.1%2c151.6%2c47.6%2c151.6z M47.6%2c161.2c2.1%2c0%2c3.5-1.5%2c3.5-3.6s-1.4-3.6-3.5-3.6s-3.5%2c1.5-3.5%2c3.6S45.5%2c161.2%2c47.6%2c161.2z'/%3e %3cpath fill='white' d='M56.7%2c151.9h3.7c3.6%2c0%2c6.7%2c1.6%2c6.7%2c5.7c0%2c3.7-3%2c5.6-6.4%2c5.6h-4.1C56.7%2c163.3%2c56.7%2c151.9%2c56.7%2c151.9z M59.2%2c161h1.3c2.3%2c0%2c4.1-0.9%2c4.1-3.5c0-2.2-1.8-3.3-3.9-3.3h-1.5L59.2%2c161L59.2%2c161z'/%3e %3c/g%3e %3c/g%3e %3cg id='nav-communication_4_'%3e %3c/g%3e %3cg id='side_nav_8_'%3e %3cg id='arrow2_8_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_6_'%3e %3cg id='action-recognition_7_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-communication_3_'%3e %3c/g%3e %3cg id='form-1_x2F_3'%3e %3c/g%3e %3cg id='search-normal_1_'%3e %3c/g%3e %3cg id='close-button-gray_3_'%3e %3cg id='add-sign_7_'%3e %3c/g%3e %3c/g%3e %3cg id='close-button-gray_2_'%3e %3cg id='add-sign_6_'%3e %3c/g%3e %3c/g%3e %3cg id='close-button-gray_1_'%3e %3cg id='add-sign_5_'%3e %3c/g%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_3_'%3e %3c/g%3e %3cg id='single-check_1_'%3e %3c/g%3e %3cg id='user-pic-med-circle_1_'%3e %3c/g%3e %3cg id='cursor-hand'%3e %3c/g%3e %3cg id='icon-edit_1_'%3e %3c/g%3e %3cg id='nav-performance_1_'%3e %3c/g%3e %3cg id='form-field-long-answer-full'%3e %3c/g%3e %3cg id='New_Symbol_6_'%3e %3c/g%3e %3cg id='New_Symbol_5_'%3e %3c/g%3e %3cg id='form-field'%3e %3c/g%3e %3cg id='New_Symbol_4_'%3e %3c/g%3e %3cg id='New_Symbol_3_'%3e %3c/g%3e %3cg id='New_Symbol_2_'%3e %3c/g%3e %3cg id='New_Symbol_1_'%3e %3c/g%3e %3cg id='New_Symbol'%3e %3c/g%3e %3cg id='side_nav_7_'%3e %3cg id='arrow2_7_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-communication_2_'%3e %3c/g%3e %3cg id='logo-vertical'%3e %3c/g%3e %3cg id='tool-tip'%3e %3c/g%3e %3cg id='activity-icon-right'%3e %3c/g%3e %3cg id='action-upload'%3e %3c/g%3e %3cg id='top-sender'%3e %3c/g%3e %3cg id='top-receiver'%3e %3c/g%3e %3cg id='activity-icon-left'%3e %3c/g%3e %3cg id='rate-day-icon_2_'%3e %3c/g%3e %3cg id='action-dashboard'%3e %3c/g%3e %3cg id='nav-settings_1_'%3e %3c/g%3e %3cg id='nav-performance'%3e %3c/g%3e %3cg id='icon-line-delete'%3e %3c/g%3e %3cg id='nav-reports'%3e %3c/g%3e %3cg id='nav-team-members'%3e %3c/g%3e %3cg id='cake_3_'%3e %3c/g%3e %3cg id='icon-megaphone'%3e %3c/g%3e %3cg id='vent-icon_2_'%3e %3c/g%3e %3cg id='action-recognition_6_'%3e %3c/g%3e %3cg id='cake_2_'%3e %3c/g%3e %3cg id='release'%3e %3c/g%3e %3cg id='question-icon_2_'%3e %3c/g%3e %3cg id='quotes'%3e %3c/g%3e %3cg id='icon-rate-bad-small'%3e %3c/g%3e %3cg id='nav-communication_1_'%3e %3c/g%3e %3cg id='google-plus-hover'%3e %3cg id='icon-google-plus_1_'%3e %3c/g%3e %3c/g%3e %3cg id='stat-arrow_1_'%3e %3c/g%3e %3cg id='target2'%3e %3c/g%3e %3cg id='suggestion-icon_2_'%3e %3c/g%3e %3cg id='search-normal'%3e %3c/g%3e %3cg id='nav-culture_3_'%3e %3c/g%3e %3cg id='search-hover'%3e %3c/g%3e %3cg id='stat-arrow'%3e %3c/g%3e %3cg id='request-review'%3e %3c/g%3e %3cg id='icon-google-plus'%3e %3c/g%3e %3cg id='icon-edit'%3e %3c/g%3e %3cg id='reviews'%3e %3c/g%3e %3cg id='icon-rate-good-small_1_'%3e %3c/g%3e %3cg id='icon-linkedin'%3e %3c/g%3e %3cg id='nav-feed_2_'%3e %3c/g%3e %3cg id='nav-notifications'%3e %3c/g%3e %3cg id='linked-in-hover'%3e %3c/g%3e %3cg id='icon-gear'%3e %3c/g%3e %3cg id='icon-rate-ok-small'%3e %3c/g%3e %3cg id='nav-recognition'%3e %3c/g%3e %3cg id='footer-logo'%3e %3c/g%3e %3cg id='facebook-hover'%3e %3c/g%3e %3cg id='compare'%3e %3c/g%3e %3cg id='icon-facebook'%3e %3c/g%3e %3cg id='nav-tools'%3e %3c/g%3e %3cg id='user-pic-small-circle'%3e %3c/g%3e %3cg id='user-pic-med-circle'%3e %3c/g%3e %3cg id='user-pic-lg-circle'%3e %3c/g%3e %3cg id='form:_1_x2F_3'%3e %3c/g%3e %3cg id='cake_1_'%3e %3c/g%3e %3cg id='arrow_17_'%3e %3c/g%3e %3cg id='arrow_16_'%3e %3c/g%3e %3cg id='arrow_15_'%3e %3c/g%3e %3cg id='arrow_14_'%3e %3c/g%3e %3cg id='arrow_13_'%3e %3c/g%3e %3cg id='question-icon_1_'%3e %3c/g%3e %3cg id='rate-day-icon_1_'%3e %3c/g%3e %3cg id='suggestion-icon_1_'%3e %3c/g%3e %3cg id='arrow_12_'%3e %3c/g%3e %3cg id='arrow_11_'%3e %3c/g%3e %3cg id='arrow_10_'%3e %3c/g%3e %3cg id='vent-icon_1_'%3e %3c/g%3e %3cg id='group_4_'%3e %3c/g%3e %3cg id='silver_3_'%3e %3c/g%3e %3cg id='platinum_3_'%3e %3c/g%3e %3cg id='gold_3_'%3e %3c/g%3e %3cg id='quotes-platinum'%3e %3c/g%3e %3cg id='quotes-silver_1_'%3e %3c/g%3e %3cg id='quotes-green'%3e %3c/g%3e %3cg id='quotes-gold'%3e %3c/g%3e %3cg id='platinum_2_'%3e %3c/g%3e %3cg id='gold_2_'%3e %3c/g%3e %3cg id='silver_2_'%3e %3c/g%3e %3cg id='group_3_'%3e %3c/g%3e %3cg id='icon-delete-active'%3e %3c/g%3e %3cg id='tell-active'%3e %3c/g%3e %3cg id='icon-delete-small'%3e %3c/g%3e %3cg id='icon-tell'%3e %3c/g%3e %3cg id='active-bar'%3e %3c/g%3e %3cg id='print-active'%3e %3cg id='icon_x2C__print_1_'%3e %3c/g%3e %3c/g%3e %3cg id='innactive-bar'%3e %3c/g%3e %3cg id='close-error-message'%3e %3c/g%3e %3cg id='icon_x2C__print'%3e %3c/g%3e %3cg id='reply-icon'%3e %3c/g%3e %3cg id='list-view-active'%3e %3c/g%3e %3cg id='share-active_1_'%3e %3cg id='share_2_'%3e %3c/g%3e %3c/g%3e %3cg id='list-view-innactive'%3e %3c/g%3e %3cg id='share_1_'%3e %3c/g%3e %3cg id='close-button-white'%3e %3cg id='plus_sign_white_1_'%3e %3c/g%3e %3c/g%3e %3cg id='single-check'%3e %3c/g%3e %3cg id='grid-view-active'%3e %3c/g%3e %3cg id='plus_sign_white'%3e %3c/g%3e %3cg id='like-active-21_3_'%3e %3c/g%3e %3cg id='check-box-active_2_'%3e %3c/g%3e %3cg id='active-area'%3e %3c/g%3e %3cg id='like-active'%3e %3c/g%3e %3cg id='checkmark_x2C__innactive_2_'%3e %3c/g%3e %3cg id='grid-view-innactive'%3e %3c/g%3e %3cg id='button_arrow_3_'%3e %3c/g%3e %3cg id='comment'%3e %3c/g%3e %3cg id='check-mark-hover'%3e %3cg id='checkmark_x2C__innactive'%3e %3c/g%3e %3c/g%3e %3cg id='check-box-hover'%3e %3c/g%3e %3cg id='button_arrow_2_'%3e %3c/g%3e %3cg id='radio-unselect_28_'%3e %3c/g%3e %3cg id='innactive-filter_3_'%3e %3c/g%3e %3cg id='button_arrow_1_'%3e %3c/g%3e %3cg id='expand'%3e %3c/g%3e %3cg id='radio-hover'%3e %3cg id='radio-unselect_27_'%3e %3c/g%3e %3c/g%3e %3cg id='check-box_2_'%3e %3c/g%3e %3cg id='innactive-area'%3e %3c/g%3e %3cg id='heart'%3e %3c/g%3e %3cg id='radio-selected_2_7_'%3e %3c/g%3e %3cg id='active-filter'%3e %3c/g%3e %3cg id='button_arrow'%3e %3c/g%3e %3cg id='expand-active'%3e %3c/g%3e %3cg id='reply-active'%3e %3c/g%3e %3cg id='side_nav_6_'%3e %3cg id='arrow2_6_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_5_'%3e %3cg id='action-recognition_5_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-culture_2_'%3e %3c/g%3e %3cg id='side_nav_5_'%3e %3cg id='arrow2_5_'%3e %3c/g%3e %3c/g%3e %3cg id='arrow_9_'%3e %3c/g%3e %3cg id='arrow_8_'%3e %3c/g%3e %3cg id='arrow_7_'%3e %3c/g%3e %3cg id='arrow_6_'%3e %3c/g%3e %3cg id='recognition_4_'%3e %3cg id='action-recognition_4_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-communication'%3e %3c/g%3e %3cg id='short-answer-long_2_'%3e %3c/g%3e %3cg id='quotes-silver'%3e %3c/g%3e %3cg id='group_2_'%3e %3c/g%3e %3cg id='user-pic-med-square_2'%3e %3c/g%3e %3cg id='user-pic-small-square_2'%3e %3c/g%3e %3cg id='user-pic-lg-square_2'%3e %3c/g%3e %3cg id='core-value_3_'%3e %3cg id='scroll_4_'%3e %3c/g%3e %3c/g%3e %3cg id='core-value-medium'%3e %3cg id='core-value_2_'%3e %3cg id='scroll_3_'%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='core-value-small_1_'%3e %3cg id='core-value_1_'%3e %3cg id='scroll_2_'%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='cake'%3e %3c/g%3e %3cg id='core-value-small'%3e %3cg id='core-value'%3e %3cg id='scroll_1_'%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='scroll'%3e %3c/g%3e %3cg id='innactive-filter_2_'%3e %3c/g%3e %3cg id='icon-rate-good-small'%3e %3c/g%3e %3cg id='arrow_5_'%3e %3c/g%3e %3cg id='close-button-gray'%3e %3cg id='add-sign'%3e %3c/g%3e %3c/g%3e %3cg id='problem_3_'%3e %3c/g%3e %3cg id='question-icon'%3e %3c/g%3e %3cg id='vent-icon'%3e %3c/g%3e %3cg id='rate-day-icon'%3e %3c/g%3e %3cg id='suggestion-icon'%3e %3c/g%3e %3cg id='problem_2_'%3e %3c/g%3e %3cg id='problem_1_'%3e %3c/g%3e %3cg id='OFF'%3e %3c/g%3e %3cg id='ON'%3e %3c/g%3e %3cg id='form:_2_x2F_3_short'%3e %3c/g%3e %3cg id='form:_2_x2F_3_long'%3e %3c/g%3e %3cg id='groups-active'%3e %3c/g%3e %3cg id='groups-innactive'%3e %3c/g%3e %3cg id='individuals-active'%3e %3c/g%3e %3cg id='individuals-innactive'%3e %3c/g%3e %3cg id='side_nav_4_'%3e %3cg id='arrow2_4_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-culture_1_'%3e %3c/g%3e %3cg id='light_check_box'%3e %3c/g%3e %3cg id='search_field_white'%3e %3c/g%3e %3cg id='check-box_1_'%3e %3c/g%3e %3cg id='check-box'%3e %3c/g%3e %3cg id='check-box-active_1_'%3e %3c/g%3e %3cg id='report_a_problem'%3e %3cg id='problem'%3e %3c/g%3e %3c/g%3e %3cg id='short-answer-long_1_'%3e %3c/g%3e %3cg id='short-answer-long'%3e %3c/g%3e %3cg id='arrow_4_'%3e %3c/g%3e %3cg id='side_nav_3_'%3e %3cg id='arrow2_3_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-settings'%3e %3c/g%3e %3cg id='arrow_3_'%3e %3c/g%3e %3cg id='radio-unselect_26_'%3e %3c/g%3e %3cg id='radio-unselect_25_'%3e %3c/g%3e %3cg id='radio-selected_2_6_'%3e %3c/g%3e %3cg id='check-box-active'%3e %3c/g%3e %3cg id='silver_notifications_6_'%3e %3c/g%3e %3cg id='share-active'%3e %3cg id='share'%3e %3c/g%3e %3c/g%3e %3cg id='like-active-21_2_'%3e %3c/g%3e %3cg id='like-active_7_'%3e %3c/g%3e %3cg id='like-active_6_'%3e %3c/g%3e %3cg id='like-active_5_'%3e %3c/g%3e %3cg id='like-active_4_'%3e %3c/g%3e %3cg id='like-active-21_1_'%3e %3c/g%3e %3cg id='like-active_3_'%3e %3c/g%3e %3cg id='like-active_2_'%3e %3c/g%3e %3cg id='like-active_1_'%3e %3c/g%3e %3cg id='like-active-21'%3e %3c/g%3e %3cg id='heart-notifications_8_'%3e %3c/g%3e %3cg id='silver_notifications_5_'%3e %3c/g%3e %3cg id='silver_notifications_4_'%3e %3c/g%3e %3cg id='silver_notifications_3_'%3e %3c/g%3e %3cg id='silver_notifications_2_'%3e %3c/g%3e %3cg id='silver_notifications_1_'%3e %3c/g%3e %3cg id='heart-notifications_7_'%3e %3c/g%3e %3cg id='heart-notifications_6_'%3e %3c/g%3e %3cg id='heart-notifications_5_'%3e %3c/g%3e %3cg id='heart-notifications_4_'%3e %3c/g%3e %3cg id='heart-notifications_3_'%3e %3c/g%3e %3cg id='heart-notifications_2_'%3e %3c/g%3e %3cg id='heart-notifications_1_'%3e %3c/g%3e %3cg id='side_nav_2_'%3e %3cg id='arrow2_2_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_3_'%3e %3cg id='action-recognition_3_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-feed_1_'%3e %3c/g%3e %3cg id='side_nav_1_'%3e %3cg id='arrow2_1_'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_2_'%3e %3cg id='action-recognition_2_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-culture'%3e %3c/g%3e %3cg id='silver_notifications'%3e %3c/g%3e %3cg id='heart-notifications'%3e %3c/g%3e %3cg id='radio-unselect_24_'%3e %3c/g%3e %3cg id='radio-unselect_23_'%3e %3c/g%3e %3cg id='radio-unselect_22_'%3e %3c/g%3e %3cg id='radio-unselect_21_'%3e %3c/g%3e %3cg id='radio-unselect_20_'%3e %3c/g%3e %3cg id='radio-unselect_19_'%3e %3c/g%3e %3cg id='radio-unselect_18_'%3e %3c/g%3e %3cg id='radio-unselect_17_'%3e %3c/g%3e %3cg id='radio-unselect_16_'%3e %3c/g%3e %3cg id='radio-unselect_15_'%3e %3c/g%3e %3cg id='radio-unselect_14_'%3e %3c/g%3e %3cg id='radio-unselect_13_'%3e %3c/g%3e %3cg id='radio-unselect_12_'%3e %3c/g%3e %3cg id='radio-unselect_11_'%3e %3c/g%3e %3cg id='radio-unselect_10_'%3e %3c/g%3e %3cg id='radio-unselect_9_'%3e %3c/g%3e %3cg id='radio-unselect_8_'%3e %3c/g%3e %3cg id='radio-unselect_7_'%3e %3c/g%3e %3cg id='radio-unselect_6_'%3e %3c/g%3e %3cg id='radio-unselect_5_'%3e %3c/g%3e %3cg id='radio-unselect_4_'%3e %3c/g%3e %3cg id='radio-unselect_3_'%3e %3c/g%3e %3cg id='radio-unselect_1_'%3e %3c/g%3e %3cg id='radio-unselect'%3e %3c/g%3e %3cg id='arrow_2_'%3e %3c/g%3e %3cg id='arrow_1_'%3e %3c/g%3e %3cg id='radio-selected_2_5_'%3e %3c/g%3e %3cg id='radio-selected_2_4_'%3e %3c/g%3e %3cg id='radio-selected_2_3_'%3e %3c/g%3e %3cg id='radio-selected_2_2_'%3e %3c/g%3e %3cg id='radio-selected_2_1_'%3e %3c/g%3e %3cg id='radio-selected_2'%3e %3c/g%3e %3cg id='bar-chart-tip'%3e %3c/g%3e %3cg id='median-tip_1_'%3e %3c/g%3e %3cg id='red-tip'%3e %3c/g%3e %3cg id='median-tip'%3e %3cg id='feed-circle-green_1_'%3e %3c/g%3e %3cg id='feed-circle-teal_1_'%3e %3c/g%3e %3cg id='feed-circle-green'%3e %3c/g%3e %3cg id='feed-circle-teal'%3e %3c/g%3e %3c/g%3e %3cg id='trophy'%3e %3c/g%3e %3cg id='arrow'%3e %3c/g%3e %3cg id='innactive-filter_1_'%3e %3c/g%3e %3cg id='side_nav'%3e %3cg id='arrow2'%3e %3c/g%3e %3c/g%3e %3cg id='recognition_1_'%3e %3cg id='action-recognition_1_'%3e %3c/g%3e %3c/g%3e %3cg id='nav-feed'%3e %3c/g%3e %3cg id='platinum_1_'%3e %3c/g%3e %3cg id='gold_1_'%3e %3c/g%3e %3cg id='silver_1_'%3e %3c/g%3e %3cg id='group_1_'%3e %3c/g%3e %3cg id='platinum'%3e %3c/g%3e %3cg id='gold'%3e %3c/g%3e %3cg id='silver'%3e %3c/g%3e %3cg id='group'%3e %3c/g%3e %3cg id='innactive-filter'%3e %3c/g%3e %3c/g%3e %3cg id='nyt_x5F_exporter_x5F_info' display='none'%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-rate-ok-sm {
  background-image: url("data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.94 79.8'%3e%3ctitle%3eapp-rate-ok-sm%3c/title%3e%3cpath d='M84.39%2c24.94l-0.6-.9a2.18%2c2.18%2c0%2c0%2c0-.4-0.5h0l-0.7-.9a31%2c31%2c0%2c0%2c0-3.09-3.19l-0.9-.7h0c-0.2-.1-0.3-0.3-0.5-0.4l-0.9-.6%2c13.37-6.48L90%2c12.87Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M88.18%2c42.59a1.27%2c1.27%2c0%2c0%2c1%2c.1-0.6h-0.1l0.1-1.1a16.16%2c16.16%2c0%2c0%2c0%2c.1-2.19%2c17.66%2c17.66%2c0%2c0%2c0-.1-2.29l-0.1-1.1h0.1a1.27%2c1.27%2c0%2c0%2c0-.1-0.6L88%2c33.62%2c89%2c34l13%2c4.69-14%2c5Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M66.93%2c14h-1.1a16.16%2c16.16%2c0%2c0%2c0-2.19-.1%2c16.16%2c16.16%2c0%2c0%2c0-2.19.1l-1.1.1V14a1.27%2c1.27%2c0%2c0%2c0-.6.1l-1%2c.2%2c5-14.16%2c0.6%2c1.7%2c4.39%2c12.47-1-.2A2.48%2c2.48%2c0%2c0%2c0%2c66.93%2c14Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M48.68%2c18.85h0l-0.2.2a12%2c12%2c0%2c0%2c0-1.2%2c1.1c-0.7.7-1.4%2c1.3-2.09%2c2.09-0.3.4-.7%2c0.8-1%2c1.2l-0.3.3h0c-0.1.2-.3%2c0.3-0.4%2c0.5l-0.6.9L36.51%2c11.57l1.6%2c0.8L50%2c17.86l-0.9.6Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M39.4%2c43.69l-14-5%2c14-5-0.2%2c1a1.27%2c1.27%2c0%2c0%2c1-.1.6h0.1l-0.1%2c1.1A16.16%2c16.16%2c0%2c0%2c0%2c39%2c38.6a15.44%2c15.44%2c0%2c0%2c0%2c.1%2c2.19l0.1%2c1.1H39.1a1.27%2c1.27%2c0%2c0%2c0%2c.1.6Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M43.59%2c53.37a1.75%2c1.75%2c0%2c0%2c0%2c.4.5h0l0.7%2c0.9a32.43%2c32.43%2c0%2c0%2c0%2c2.59%2c2.69%2c14.89%2c14.89%2c0%2c0%2c0%2c1.4%2c1.2c0.1%2c0.1.3%2c0.2%2c0.4%2c0.3l0.8%2c0.6L36.51%2c66%2c43%2c52.57Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M78.7%2c58.55h0l0.8-.7a22.65%2c22.65%2c0%2c0%2c0%2c3.09-3.09l0.7-.9h0a2.18%2c2.18%2c0%2c0%2c1%2c.4-0.5l0.6-.9%2c0.5%2c1L90.67%2c66%2c77.31%2c59.65l0.9-.6Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cpath d='M46.08%2c51.77A22.39%2c22.39%2c0%2c0%2c1%2c41.89%2c38.7a22.06%2c22.06%2c0%2c0%2c1%2c8.88-17.76A21.57%2c21.57%2c0%2c0%2c1%2c81.2%2c25.64%2c21.7%2c21.7%2c0%2c0%2c1%2c85.39%2c38.7a22.06%2c22.06%2c0%2c0%2c1-8.88%2c17.76A21.57%2c21.57%2c0%2c0%2c1%2c46.08%2c51.77Z' transform='translate(0 0)' style='fill:%23ebbf54'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M84.39%2c24.94l-0.6-.9a2.18%2c2.18%2c0%2c0%2c0-.4-0.5h0l-0.7-.9a31%2c31%2c0%2c0%2c0-3.09-3.19l-0.9-.7h0c-0.2-.1-0.3-0.3-0.5-0.4l-0.9-.6%2c13.37-6.48L90%2c12.87Z' transform='translate(0 0)' style='fill:white'/%3e%3cpath d='M88.18%2c42.59a1.27%2c1.27%2c0%2c0%2c1%2c.1-0.6h-0.1l0.1-1.1a16.16%2c16.16%2c0%2c0%2c0%2c.1-2.19%2c17.66%2c17.66%2c0%2c0%2c0-.1-2.29l-0.1-1.1h0.1a1.27%2c1.27%2c0%2c0%2c0-.1-0.6L88%2c33.62%2c89%2c34l13%2c4.69-14%2c5Z' transform='translate(0 0)' style='fill:white'/%3e%3cpath d='M63.64%2c0l0.6%2c1.7%2c4.39%2c12.47-1-.2a1.27%2c1.27%2c0%2c0%2c1-.6-0.1V14l-1.1-.1a16.16%2c16.16%2c0%2c0%2c0-2.19-.1V0h-0.1Z' transform='translate(0 0)' style='fill:white'/%3e%3cpath d='M78.7%2c58.55h0l0.8-.7a22.65%2c22.65%2c0%2c0%2c0%2c3.09-3.09l0.7-.9h0a2.18%2c2.18%2c0%2c0%2c1%2c.4-0.5l0.6-.9%2c0.5%2c1L90.67%2c66%2c77.31%2c59.65l0.9-.6Z' transform='translate(0 0)' style='fill:white'/%3e%3cpath d='M81.2%2c25.64A21.7%2c21.7%2c0%2c0%2c1%2c85.39%2c38.7a22.06%2c22.06%2c0%2c0%2c1-8.88%2c17.76%2c21.45%2c21.45%2c0%2c0%2c1-12.87%2c4.29h0V16.66A21.52%2c21.52%2c0%2c0%2c1%2c81.2%2c25.64Z' transform='translate(0 0)' style='fill:white'/%3e%3c/g%3e%3cpath d='M13.17%2c53.86h0.7a21.08%2c21.08%2c0%2c0%2c1%2c41.6%2c3.59%2c11.43%2c11.43%2c0%2c0%2c1%2c15.36%2c8.18h0.4a7.08%2c7.08%2c0%2c1%2c1%2c0%2c14.16H13A12.92%2c12.92%2c0%2c0%2c1%2c0%2c66.93%2c13.2%2c13.2%2c0%2c0%2c1%2c13.17%2c53.86Z' transform='translate(0 0)' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4000000059604645'%3e%3cpath d='M34.41%2c37.51a21%2c21%2c0%2c0%2c1%2c21%2c19.95%2c11.43%2c11.43%2c0%2c0%2c1%2c15.36%2c8.18h0.4a7.08%2c7.08%2c0%2c1%2c1%2c0%2c14.16H31.12V37.9A12.9%2c12.9%2c0%2c0%2c1%2c34.41%2c37.51Z' transform='translate(0 0)' style='fill:white'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-rate-ok {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 18.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3e %3csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='103.361px' height='170.757px' viewBox='0 0 103.361 170.757' enable-background='new 0 0 103.361 170.757' xml:space='preserve'%3e %3csymbol id='icon-rate-ok-small' viewBox='-50.997 -85.379 101.994 170.757'%3e %3cg%3e %3cg%3e %3cg%3e %3cpath fill='%23EBBF54' d='M-33.379%2c60.424l0.623%2c0.872c0.13%2c0.181%2c0.279%2c0.354%2c0.416%2c0.534l0.021-0.049l0.721%2c0.863 c0.945%2c1.136%2c2.021%2c2.236%2c3.144%2c3.183l0.864%2c0.729l-0.041%2c0.02c0.157%2c0.117%2c0.305%2c0.251%2c0.464%2c0.368l0.853%2c0.625l-13.408%2c6.478 l0.748-1.606L-33.379%2c60.424z'/%3e %3cpath fill='%23EBBF54' d='M-37.155%2c42.675c-0.033%2c0.207-0.047%2c0.42-0.074%2c0.63l0.059-0.019l-0.099%2c1.124 c-0.063%2c0.728-0.101%2c1.457-0.101%2c2.187c0%2c0.774%2c0.035%2c1.539%2c0.101%2c2.294l0.102%2c1.132l-0.061-0.025 c0.027%2c0.212%2c0.04%2c0.423%2c0.073%2c0.63l0.168%2c1.054l-0.994-0.357l-13.016-4.673l14.007-5.026L-37.155%2c42.675z'/%3e %3cpath fill='%23EBBF54' d='M-15.938%2c71.466l-0.021-0.063l1.112%2c0.103c0.735%2c0.064%2c1.473%2c0.102%2c2.218%2c0.102 c0.745%2c0%2c1.483-0.038%2c2.218-0.102l1.111-0.103l-0.022%2c0.063c0.209-0.029%2c0.42-0.042%2c0.627-0.076l1.039-0.17l-4.974%2c14.158 l-0.589-1.678l-4.387-12.479l1.042%2c0.17C-16.357%2c71.425-16.145%2c71.438-15.938%2c71.466z'/%3e %3cpath fill='%23EBBF54' d='M2.393%2c66.557H2.387l0.204-0.173c0.419-0.33%2c0.8-0.703%2c1.195-1.06c0.726-0.65%2c1.414-1.346%2c2.061-2.076 c0.339-0.382%2c0.686-0.753%2c1.001-1.156l0.261-0.319l0.005%2c0.009c0.126-0.164%2c0.261-0.32%2c0.382-0.489l0.617-0.867l6.415%2c13.626 l-1.595-0.772L1.056%2c67.564l0.853-0.621C2.076%2c66.823%2c2.231%2c66.685%2c2.393%2c66.557z'/%3e %3cpath fill='%23EBBF54' d='M11.727%2c41.571l14.012%2c5.031l-14.012%2c5.022l0.169-1.05c0.031-0.207%2c0.047-0.42%2c0.074-0.63l-0.061%2c0.025 l0.102-1.132c0.062-0.742%2c0.101-1.488%2c0.101-2.242c0-0.751-0.039-1.499-0.101-2.239l-0.102-1.129l0.061%2c0.022 c-0.027-0.21-0.043-0.423-0.074-0.63L11.727%2c41.571z'/%3e %3cpath fill='%23EBBF54' d='M7.497%2c31.902c-0.114-0.163-0.245-0.31-0.365-0.469l-0.018%2c0.041L6.392%2c30.6 c-0.776-0.94-1.649-1.845-2.551-2.67c-0.463-0.416-0.906-0.859-1.397-1.239c-0.164-0.126-0.319-0.264-0.486-0.388l-0.848-0.622 l13.426-6.491L8.113%2c32.76L7.497%2c31.902z'/%3e %3cpath fill='%23EBBF54' d='M-27.7%2c26.676l0.048%2c0.022l-0.85%2c0.722c-1.11%2c0.939-2.166%2c2.007-3.096%2c3.128l-0.717%2c0.862l-0.022-0.048 c-0.137%2c0.182-0.286%2c0.353-0.418%2c0.538l-0.619%2c0.864l-0.451-0.963l-5.896-12.589l13.415%2c6.413l-0.86%2c0.627 C-27.351%2c26.384-27.522%2c26.537-27.7%2c26.676z'/%3e %3cpath fill='%23EBBF54' d='M5.02%2c33.552c2.85%2c3.943%2c4.231%2c8.519%2c4.231%2c13.051c0%2c6.801-3.097%2c13.514-8.936%2c17.844 c-3.9%2c2.89-8.427%2c4.282-12.912%2c4.282c-6.726%2c0-13.367-3.129-17.647-9.036c-2.86-3.933-4.236-8.516-4.236-13.052 c0-6.798%2c3.096-13.516%2c8.939-17.844c3.89-2.882%2c8.423-4.28%2c12.907-4.28C-5.906%2c24.516%2c0.738%2c27.647%2c5.02%2c33.552z'/%3e %3c/g%3e %3cg opacity='0.4'%3e %3cpath fill='white' d='M-33.379%2c60.424l0.623%2c0.872c0.131%2c0.181%2c0.28%2c0.354%2c0.416%2c0.534l0.021-0.049l0.721%2c0.863 c0.945%2c1.136%2c2.021%2c2.236%2c3.145%2c3.183l0.864%2c0.729l-0.041%2c0.02c0.156%2c0.117%2c0.305%2c0.251%2c0.464%2c0.368l0.853%2c0.625l-13.408%2c6.478 l0.749-1.606L-33.379%2c60.424z'/%3e %3cpath fill='white' d='M-37.155%2c42.676c-0.033%2c0.207-0.047%2c0.42-0.074%2c0.63l0.059-0.019l-0.099%2c1.124 c-0.063%2c0.728-0.101%2c1.457-0.101%2c2.187c0%2c0.774%2c0.035%2c1.539%2c0.101%2c2.294l0.102%2c1.132l-0.06-0.025 c0.027%2c0.212%2c0.04%2c0.423%2c0.073%2c0.63l0.169%2c1.054l-0.995-0.357l-13.016-4.673l14.006-5.026L-37.155%2c42.676z'/%3e %3cpath fill='white' d='M-12.63%2c85.378l-0.589-1.678l-4.387-12.479l1.043%2c0.17c0.206%2c0.033%2c0.418%2c0.046%2c0.625%2c0.075 l-0.021-0.063l1.112%2c0.103c0.735%2c0.064%2c1.473%2c0.102%2c2.217%2c0.102v13.768L-12.63%2c85.378z'/%3e %3cpath fill='white' d='M-27.701%2c26.676l0.048%2c0.023l-0.85%2c0.722c-1.11%2c0.939-2.166%2c2.007-3.096%2c3.128l-0.717%2c0.862 l-0.023-0.048c-0.136%2c0.182-0.286%2c0.353-0.418%2c0.538l-0.619%2c0.864l-0.451-0.963l-5.896-12.59l13.415%2c6.413l-0.86%2c0.628 C-27.351%2c26.384-27.522%2c26.537-27.701%2c26.676z'/%3e %3cpath fill='white' d='M-30.244%2c59.692c-2.86-3.933-4.236-8.516-4.236-13.052c0-6.798%2c3.095-13.516%2c8.939-17.844 c3.89-2.882%2c8.423-4.28%2c12.908-4.28h0.004v44.211C-19.344%2c68.718-25.971%2c65.59-30.244%2c59.692z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath fill='%231A9CAC' d='M38.043%2c31.454c-0.253%2c0-0.499-0.024-0.749-0.039c-2.143%2c9.417-10.56%2c16.447-20.626%2c16.447 c-11.294%2c0-20.519-8.847-21.126-19.99c-1.289%2c0.497-2.685%2c0.781-4.15%2c0.781c-5.494%2c0-10.088-3.837-11.257-8.976 c-0.136%2c0.008-0.27%2c0.021-0.408%2c0.021c-3.906%2c0-7.071-3.157-7.071-7.063c0-3.905%2c3.165-7.062%2c7.071-7.062 c1.341%2c0%2c10.579%2c0%2c16.862%2c0c2.933%2c0%2c5.224%2c0%2c5.763%2c0c10.837%2c0%2c32.862%2c0%2c35.692%2c0c7.155%2c0%2c12.955%2c5.786%2c12.955%2c12.94 C50.998%2c25.669%2c45.198%2c31.454%2c38.043%2c31.454z'/%3e %3cg opacity='0.4'%3e %3cpath fill='white' d='M16.668%2c47.863c-11.294%2c0-20.519-8.847-21.126-19.99c-1.289%2c0.497-2.685%2c0.781-4.15%2c0.781 c-5.494%2c0-10.088-3.837-11.257-8.976c-0.136%2c0.008-0.271%2c0.021-0.408%2c0.021c-3.906%2c0-7.071-3.157-7.071-7.063 c0-3.905%2c3.165-7.062%2c7.071-7.062c1.341%2c0%2c10.579%2c0%2c16.861%2c0c2.933%2c0%2c5.224%2c0%2c5.763%2c0c4.603%2c0%2c11.221%2c0%2c17.532%2c0v42.031 C18.833%2c47.765%2c17.763%2c47.863%2c16.668%2c47.863z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg id='user_1_'%3e %3cg%3e %3cpath fill='%23919191' d='M9.337-41.846c-17.6%2c0-31.873-14.28-31.873-31.873c0-5.873%2c4.749-10.622%2c10.622-10.622h42.495 c5.873%2c0%2c10.622%2c4.749%2c10.622%2c10.622C41.204-56.126%2c26.93-41.846%2c9.337-41.846z'/%3e %3cpath fill='%23919191' d='M9.337-2.684c8.796%2c0%2c15.93-7.133%2c15.93-15.936c0-8.796-7.134-15.936-15.93-15.936 c-8.803%2c0-15.936%2c7.14-15.936%2c15.936C-6.599-9.817%2c0.534-2.684%2c9.337-2.684z'/%3e %3c/g%3e %3c/g%3e %3cg opacity='0.3'%3e %3cpath fill='white' d='M-22.536-73.718c0-5.873%2c4.749-10.622%2c10.622-10.622H9.334v42.495 C-8.264-41.847-22.536-56.126-22.536-73.718z'/%3e %3cpath fill='white' d='M-6.599-18.62c0-8.795%2c7.132-15.935%2c15.933-15.936v31.873C0.532-2.685-6.599-9.818-6.599-18.62z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath fill='white' d='M2.918-66.259c3.538%2c0%2c6.114-2.321%2c6.114-5.955c0-3.633-2.577-5.954-6.114-5.954 s-6.114%2c2.321-6.114%2c5.954C-3.196-68.58-0.62-66.259%2c2.918-66.259z M2.918-75.863c2.129%2c0%2c3.521%2c1.537%2c3.521%2c3.649 c0%2c2.113-1.393%2c3.649-3.521%2c3.649s-3.521-1.536-3.521-3.649C-0.604-74.326%2c0.789-75.863%2c2.918-75.863z'/%3e %3cpath fill='white' d='M12.067-66.547h2.497v-4.706l4.402%2c4.706h3.265l-5.042-5.267l5.474-6.066h-3.489l-4.61%2c5.378v-5.378 h-2.497V-66.547z'/%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3cuse xlink:href='%23icon-rate-ok-small' width='101.994' height='170.757' x='-50.997' y='-85.379' transform='matrix(1 0 0 -1 51.406 85.3784)' overflow='visible' opacity='0.7'/%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-reviewer-my {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 162.97 162.97' style='enable-background:new 0 0 162.97 162.97%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23F2F2F2%3b%7d .st1%7bfill:%23B9BCBF%3b%7d .st2%7bfill:%23ECC054%3b%7d .st3%7bopacity:0.4%3b%7d .st4%7bfill:white%3b%7d .st5%7bfill:%23189BAB%3b%7d .st6%7bopacity:0.3%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='my-reviewers' viewBox='-81.49 -81.49 162.97 162.97'%3e %3cpath class='st0' d='M81.49%2c0C81.49-45%2c45-81.49%2c0-81.49S-81.49-45-81.49%2c0S-45%2c81.49%2c0%2c81.49S81.49%2c45%2c81.49%2c0z'/%3e %3cg%3e %3cg%3e %3cpath class='st1' d='M41.16-42.42l-5.08%2c0.74l-2.23%2c4.52c-0.11%2c0.14-0.24%2c0.22-0.37%2c0.22c-0.14%2c0-0.27-0.07-0.39-0.22 l-2.23-4.52l-5.06-0.74c-0.27-0.19-0.26-0.51%2c0.07-0.84l2.53-2.47c0.11-0.11%2c0.2-0.24%2c0.29-0.38l0.56-0.55l-0.8-4.64 c-0.06-0.56%2c0.3-0.81%2c0.84-0.52l3.12%2c1.65c0.16%2c0.08%2c0.33%2c0.13%2c0.52%2c0.17l0.53%2c0.28l0%2c0L34-49.99c0.19-0.04%2c0.37-0.09%2c0.52-0.17 l3.13-1.65c0.55-0.28%2c0.91-0.04%2c0.84%2c0.52l-0.79%2c4.64l0.55%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.29%2c0.38l2.52%2c2.47 C41.42-42.93%2c41.42-42.6%2c41.16-42.42z'/%3e %3cpath class='st2' d='M-25.79-41.57l-5.07%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.14%2c0-0.26-0.07-0.38-0.22 l-2.23-4.52l-5.08-0.74c-0.26-0.19-0.25-0.51%2c0.09-0.84l2.53-2.47c0.11-0.1%2c0.2-0.23%2c0.29-0.37l0.56-0.55l-0.8-4.64 c-0.05-0.57%2c0.3-0.81%2c0.85-0.53l3.13%2c1.64c0.15%2c0.08%2c0.33%2c0.13%2c0.52%2c0.17l0.53%2c0.28h0l0.52-0.28c0.19-0.04%2c0.37-0.09%2c0.52-0.17 l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53l-0.8%2c4.64l0.57%2c0.55c0.08%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.52%2c2.47 C-25.53-42.08-25.53-41.76-25.79-41.57z'/%3e %3cg class='st3'%3e %3cpath class='st4' d='M-32.94-49.15c0.19-0.04%2c0.37-0.09%2c0.52-0.17l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53l-0.8%2c4.64l0.57%2c0.55 c0.08%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.52%2c2.47c0.34%2c0.33%2c0.34%2c0.65%2c0.09%2c0.84l-5.07%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22v-12.78h0L-32.94-49.15z'/%3e %3c/g%3e %3cpath class='st2' d='M-9.09-41.57l-5.08%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.14%2c0-0.26-0.07-0.39-0.22 l-2.23-4.52l-5.07-0.74c-0.26-0.19-0.25-0.51%2c0.08-0.84l2.53-2.47c0.11-0.1%2c0.2-0.23%2c0.29-0.37L-21-45.8l-0.8-4.64 c-0.05-0.57%2c0.3-0.81%2c0.85-0.53l3.12%2c1.64c0.15%2c0.08%2c0.33%2c0.13%2c0.51%2c0.17l0.54%2c0.28h0l0.52-0.28c0.19-0.04%2c0.37-0.09%2c0.52-0.17 l3.12-1.64c0.55-0.29%2c0.91-0.04%2c0.85%2c0.53l-0.79%2c4.64l0.56%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47 C-8.84-42.08-8.83-41.76-9.09-41.57z'/%3e %3cg class='st3'%3e %3cpath class='st4' d='M-16.25-49.15c0.19-0.04%2c0.37-0.09%2c0.52-0.17l3.12-1.64c0.55-0.29%2c0.91-0.04%2c0.85%2c0.53l-0.79%2c4.64 l0.56%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47c0.34%2c0.33%2c0.34%2c0.65%2c0.09%2c0.84l-5.08%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22v-12.78h0L-16.25-49.15z'/%3e %3c/g%3e %3cpath class='st2' d='M7.6-41.57l-5.07%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.12%2c0-0.26-0.07-0.38-0.22l-2.23-4.52 l-5.07-0.74c-0.26-0.19-0.25-0.51%2c0.08-0.84l2.53-2.47c0.1-0.1%2c0.2-0.23%2c0.28-0.37l0.57-0.55l-0.8-4.64 c-0.05-0.57%2c0.3-0.81%2c0.84-0.53l3.13%2c1.64c0.16%2c0.08%2c0.33%2c0.13%2c0.51%2c0.17l0.53%2c0.28h0.01l0.53-0.28 c0.18-0.04%2c0.36-0.09%2c0.51-0.17l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53L4.15-45.8l0.56%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37 l2.53%2c2.47C7.85-42.08%2c7.86-41.76%2c7.6-41.57z'/%3e %3cg class='st3'%3e %3cpath class='st4' d='M0.45-49.15c0.18-0.04%2c0.36-0.09%2c0.51-0.17l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53L4.15-45.8l0.56%2c0.55 c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47c0.34%2c0.33%2c0.35%2c0.65%2c0.09%2c0.84l-5.07%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22v-12.78h0.01L0.45-49.15z'/%3e %3c/g%3e %3cpath class='st2' d='M24.3-41.57l-5.07%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.14%2c0-0.26-0.07-0.38-0.22L14-40.83 l-5.08-0.74c-0.26-0.19-0.25-0.51%2c0.08-0.84l2.53-2.47c0.1-0.1%2c0.19-0.23%2c0.28-0.37l0.57-0.55l-0.79-4.64 c-0.06-0.57%2c0.3-0.81%2c0.84-0.53l3.13%2c1.64c0.15%2c0.08%2c0.33%2c0.13%2c0.51%2c0.17l0.54%2c0.28l0%2c0l0.53-0.28 c0.18-0.04%2c0.37-0.09%2c0.51-0.17l3.12-1.64c0.54-0.29%2c0.9-0.04%2c0.85%2c0.53l-0.79%2c4.64l0.55%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.29%2c0.37 l2.52%2c2.47C24.55-42.08%2c24.55-41.76%2c24.3-41.57z'/%3e %3cg class='st3'%3e %3cpath class='st4' d='M17.15-49.15c0.18-0.04%2c0.37-0.09%2c0.51-0.17l3.12-1.64c0.54-0.29%2c0.9-0.04%2c0.85%2c0.53l-0.79%2c4.64l0.55%2c0.55 c0.09%2c0.14%2c0.18%2c0.27%2c0.29%2c0.37l2.52%2c2.47c0.34%2c0.33%2c0.34%2c0.65%2c0.09%2c0.84l-5.07%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22v-12.78l0%2c0L17.15-49.15z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg id='user_10_'%3e %3cg%3e %3cpath class='st5' d='M-1.47-5.99c-8.38%2c0-15.17-6.8-15.17-15.17c0-2.8%2c2.26-5.06%2c5.06-5.06H8.64c2.8%2c0%2c5.06%2c2.26%2c5.06%2c5.06 C13.7-12.79%2c6.9-5.99-1.47-5.99z'/%3e %3cpath class='st5' d='M-1.47%2c12.65c4.19%2c0%2c7.58-3.4%2c7.58-7.59c0-4.19-3.4-7.59-7.58-7.59c-4.19%2c0-7.59%2c3.4-7.59%2c7.59 C-9.06%2c9.25-5.66%2c12.65-1.47%2c12.65z'/%3e %3c/g%3e %3c/g%3e %3cg class='st6'%3e %3cpath class='st4' d='M-16.64-21.16c0-2.8%2c2.26-5.06%2c5.06-5.06h10.11v20.23C-9.85-5.99-16.64-12.79-16.64-21.16z'/%3e %3cpath class='st4' d='M-9.06%2c5.06c0-4.19%2c3.39-7.58%2c7.58-7.59v15.17C-5.66%2c12.65-9.06%2c9.25-9.06%2c5.06z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath class='st2' d='M-13.97%2c46v-0.03c0%2c0.01%2c0.01%2c0.02%2c0.01%2c0.03H-13.97z'/%3e %3cpath class='st2' d='M-4.57%2c51.93c-3.5%2c0-7.58-2.32-9.39-5.92c0-0.01-0.01-0.02-0.01-0.03v-6.62v-2.49h9.15V46h-5.1 c0%2c0-0.01%2c0-0.01%2c0c0.96%2c1.52%2c3.36%2c2.72%2c5.28%2c2.72h0.48l0.16%2c3.2H-4.57z'/%3e %3cpath class='st2' d='M-16.41%2c51.93c-3.5%2c0-7.58-2.32-9.39-5.92c0-0.01-0.01-0.02-0.01-0.03v-6.62v-2.49h9.15V46h-5.1 c0%2c0-0.01%2c0-0.01%2c0c0.96%2c1.52%2c3.36%2c2.72%2c5.28%2c2.72h0.48l0.16%2c3.2H-16.41z'/%3e %3c/g%3e %3cg%3e %3cpath class='st2' d='M8.25%2c25.77l0%2c0.02C8.25%2c25.78%2c8.24%2c25.77%2c8.25%2c25.77L8.25%2c25.77z'/%3e %3cpath class='st2' d='M2.54%2c22.17c2.12%2c0%2c4.6%2c1.41%2c5.7%2c3.6c0%2c0.01%2c0%2c0.01%2c0.01%2c0.02l0%2c4.02l0%2c1.51l-5.55%2c0l0-5.55l3.1%2c0 c0%2c0%2c0%2c0%2c0.01%2c0c-0.58-0.92-2.04-1.65-3.21-1.65l-0.29%2c0l-0.1-1.94L2.54%2c22.17z'/%3e %3cpath class='st2' d='M9.73%2c22.17c2.12%2c0%2c4.6%2c1.41%2c5.7%2c3.6c0%2c0.01%2c0%2c0.01%2c0.01%2c0.02l0%2c4.02l0%2c1.51l-5.55%2c0l0-5.55l3.1%2c0 c0%2c0%2c0%2c0%2c0.01%2c0c-0.58-0.92-2.04-1.65-3.21-1.65l-0.29%2c0l-0.1-1.94L9.73%2c22.17z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23my-reviewers' width='162.97' height='162.97' x='-81.49' y='-81.49' transform='matrix(1 0 0 -1 81.4871 81.4875)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-reviewer-requested {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 162.97 162.97' style='enable-background:new 0 0 162.97 162.97%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23F2F2F2%3b%7d .st1%7bfill:%23B9BCBF%3b%7d .st2%7bfill:%23189BAB%3b%7d .st3%7bopacity:0.3%3b%7d .st4%7bfill:white%3b%7d .st5%7bfill:%23ECC054%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='requested_reviews' viewBox='-81.49 -81.49 162.97 162.97'%3e %3cpath class='st0' d='M81.49%2c0C81.49-45%2c45-81.49%2c0-81.49S-81.49-45-81.49%2c0S-45%2c81.49%2c0%2c81.49S81.49%2c45%2c81.49%2c0z'/%3e %3cg%3e %3cg%3e %3cpath class='st1' d='M41.16%2c7.9l-5.08%2c0.74l-2.23%2c4.52c-0.11%2c0.14-0.24%2c0.22-0.37%2c0.22c-0.14%2c0-0.27-0.07-0.39-0.22l-2.23-4.52 L25.79%2c7.9c-0.27-0.19-0.26-0.51%2c0.07-0.84l2.53-2.47c0.11-0.11%2c0.2-0.24%2c0.29-0.38l0.56-0.55l-0.8-4.64 c-0.06-0.56%2c0.3-0.81%2c0.84-0.52l3.12%2c1.65c0.16%2c0.08%2c0.33%2c0.13%2c0.52%2c0.17l0.53%2c0.28l0%2c0L34%2c0.32c0.19-0.04%2c0.37-0.09%2c0.52-0.17 l3.13-1.65c0.55-0.28%2c0.91-0.04%2c0.84%2c0.52l-0.79%2c4.64l0.55%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.29%2c0.38l2.52%2c2.47 C41.42%2c7.39%2c41.42%2c7.71%2c41.16%2c7.9z'/%3e %3cpath class='st1' d='M-25.79%2c8.75l-5.07%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.14%2c0-0.26-0.07-0.38-0.22 l-2.23-4.52l-5.08-0.74c-0.26-0.19-0.25-0.51%2c0.09-0.84l2.53-2.47c0.11-0.1%2c0.2-0.23%2c0.29-0.37l0.56-0.55l-0.8-4.64 c-0.05-0.57%2c0.3-0.81%2c0.85-0.53L-34.52%2c1c0.15%2c0.08%2c0.33%2c0.13%2c0.52%2c0.17l0.53%2c0.28h0l0.52-0.28c0.19-0.04%2c0.37-0.09%2c0.52-0.17 l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53l-0.8%2c4.64l0.57%2c0.55c0.08%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.52%2c2.47 C-25.53%2c8.23-25.53%2c8.56-25.79%2c8.75z'/%3e %3cg%3e %3cpath class='st1' d='M-32.94%2c1.17c0.19-0.04%2c0.37-0.09%2c0.52-0.17l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53l-0.8%2c4.64l0.57%2c0.55 c0.08%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.52%2c2.47c0.34%2c0.33%2c0.34%2c0.65%2c0.09%2c0.84l-5.07%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22V1.45h0L-32.94%2c1.17z'/%3e %3c/g%3e %3cpath class='st1' d='M-9.09%2c8.75l-5.08%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.14%2c0-0.26-0.07-0.39-0.22l-2.23-4.52 l-5.07-0.74c-0.26-0.19-0.25-0.51%2c0.08-0.84l2.53-2.47c0.11-0.1%2c0.2-0.23%2c0.29-0.37L-21%2c4.52l-0.8-4.64 c-0.05-0.57%2c0.3-0.81%2c0.85-0.53L-17.83%2c1c0.15%2c0.08%2c0.33%2c0.13%2c0.51%2c0.17l0.54%2c0.28h0l0.52-0.28c0.19-0.04%2c0.37-0.09%2c0.52-0.17 l3.12-1.64c0.55-0.29%2c0.91-0.04%2c0.85%2c0.53l-0.79%2c4.64l0.56%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47 C-8.84%2c8.23-8.83%2c8.56-9.09%2c8.75z'/%3e %3cg%3e %3cpath class='st1' d='M-16.25%2c1.17c0.19-0.04%2c0.37-0.09%2c0.52-0.17l3.12-1.64c0.55-0.29%2c0.91-0.04%2c0.85%2c0.53l-0.79%2c4.64 l0.56%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47c0.34%2c0.33%2c0.34%2c0.65%2c0.09%2c0.84l-5.08%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22V1.45h0L-16.25%2c1.17z'/%3e %3c/g%3e %3cpath class='st1' d='M7.6%2c8.75L2.53%2c9.49l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.12%2c0-0.26-0.07-0.38-0.22L-2.7%2c9.49 l-5.07-0.74c-0.26-0.19-0.25-0.51%2c0.08-0.84l2.53-2.47c0.1-0.1%2c0.2-0.23%2c0.28-0.37l0.57-0.55l-0.8-4.64 c-0.05-0.57%2c0.3-0.81%2c0.84-0.53L-1.13%2c1c0.16%2c0.08%2c0.33%2c0.13%2c0.51%2c0.17l0.53%2c0.28h0.01l0.53-0.28C0.63%2c1.13%2c0.82%2c1.08%2c0.96%2c1 l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53L4.15%2c4.52L4.7%2c5.07c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47 C7.85%2c8.23%2c7.86%2c8.56%2c7.6%2c8.75z'/%3e %3cg%3e %3cpath class='st1' d='M0.45%2c1.17C0.63%2c1.13%2c0.82%2c1.08%2c0.96%2c1l3.13-1.64c0.55-0.29%2c0.9-0.04%2c0.84%2c0.53L4.15%2c4.52L4.7%2c5.07 c0.09%2c0.14%2c0.18%2c0.27%2c0.28%2c0.37l2.53%2c2.47C7.85%2c8.23%2c7.86%2c8.56%2c7.6%2c8.75L2.53%2c9.49l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22 V1.45h0.01L0.45%2c1.17z'/%3e %3c/g%3e %3cpath class='st1' d='M24.3%2c8.75l-5.07%2c0.74l-2.23%2c4.52c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22c-0.14%2c0-0.26-0.07-0.38-0.22L14%2c9.49 L8.92%2c8.75C8.66%2c8.56%2c8.68%2c8.24%2c9.01%2c7.91l2.53-2.47c0.1-0.1%2c0.19-0.23%2c0.28-0.37l0.57-0.55l-0.79-4.64 c-0.06-0.57%2c0.3-0.81%2c0.84-0.53L15.56%2c1c0.15%2c0.08%2c0.33%2c0.13%2c0.51%2c0.17l0.54%2c0.28l0%2c0l0.53-0.28c0.18-0.04%2c0.37-0.09%2c0.51-0.17 l3.12-1.64c0.54-0.29%2c0.9-0.04%2c0.85%2c0.53l-0.79%2c4.64l0.55%2c0.55c0.09%2c0.14%2c0.18%2c0.27%2c0.29%2c0.37l2.52%2c2.47 C24.55%2c8.23%2c24.55%2c8.56%2c24.3%2c8.75z'/%3e %3cg%3e %3cpath class='st1' d='M17.15%2c1.17c0.18-0.04%2c0.37-0.09%2c0.51-0.17l3.12-1.64c0.54-0.29%2c0.9-0.04%2c0.85%2c0.53l-0.79%2c4.64l0.55%2c0.55 c0.09%2c0.14%2c0.18%2c0.27%2c0.29%2c0.37l2.52%2c2.47c0.34%2c0.33%2c0.34%2c0.65%2c0.09%2c0.84l-5.07%2c0.74l-2.23%2c4.52 c-0.12%2c0.14-0.25%2c0.22-0.38%2c0.22V1.45l0%2c0L17.15%2c1.17z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg id='user_7_'%3e %3cg%3e %3cpath class='st2' d='M0.01-31.7c-8.38%2c0-15.17-6.8-15.17-15.17c0-2.8%2c2.26-5.06%2c5.06-5.06h20.23c2.8%2c0%2c5.06%2c2.26%2c5.06%2c5.06 C15.18-38.5%2c8.39-31.7%2c0.01-31.7z'/%3e %3cpath class='st2' d='M0.01-13.06c4.19%2c0%2c7.58-3.4%2c7.58-7.59c0-4.19-3.4-7.59-7.58-7.59c-4.19%2c0-7.59%2c3.4-7.59%2c7.59 C-7.57-16.46-4.18-13.06%2c0.01-13.06z'/%3e %3c/g%3e %3c/g%3e %3cg class='st3'%3e %3cpath class='st4' d='M-15.16-46.87c0-2.8%2c2.26-5.06%2c5.06-5.06H0.01v20.23C-8.37-31.7-15.16-38.5-15.16-46.87z'/%3e %3cpath class='st4' d='M-7.57-20.65c0-4.19%2c3.39-7.58%2c7.58-7.59v15.17C-4.18-13.06-7.57-16.46-7.57-20.65z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cpath class='st5' d='M-2.3%2c33.72c0%2c1.63%2c0.41%2c2.68%2c1.42%2c3.66c3.01%2c2.89%2c5.2%2c4.23%2c5.2%2c6.1c0%2c1.79-1.26%2c2.85-2.93%2c2.85 c-2.52%2c0-3.86-1.63-4.02-3.62l-6.26%2c0.41c0.57%2c5.73%2c4.51%2c8.82%2c10.16%2c8.82c4.96%2c0%2c9.15-2.76%2c9.15-8.01 c0-3.09-1.18-4.96-5.04-8.01C4.12%2c34.94%2c3.79%2c34%2c3.79%2c33.11v-1.18h-6.1V33.72z M0.75%2c29.65c2.07%2c0%2c3.74-1.67%2c3.74-3.74 s-1.67-3.74-3.74-3.74S-3%2c23.84-3%2c25.91S-1.33%2c29.65%2c0.75%2c29.65z'/%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23requested_reviews' width='162.97' height='162.97' x='-81.49' y='-81.49' transform='matrix(1 0 0 -1 81.4871 81.4871)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-share-layered {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 17.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='31.19px' height='29.48px' viewBox='0 0 31.19 29.48' style='enable-background:new 0 0 31.19 29.48%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23ECC054%3b%7d .st1%7bopacity:0.4%3bfill:white%3b%7d .st2%7bopacity:0.4%3b%7d .st3%7bfill:white%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='release' viewBox='-16.57 -15.6 31.19 29.48'%3e %3cg%3e %3cpath class='st0' d='M-14.51-15.6c-1.14%2c0-2.06%2c0.92-2.06%2c2.06l0%2c0V7.87c0%2c1.14%2c0.92%2c2.06%2c2.06%2c2.06l0%2c0h11.04l-2.94-2.94h-7.22 v-19.65l18.78%2c0v3.95l2.94%2c2.94l0-7.77c0-1.14-0.92-2.06-2.06-2.06l0%2c0L-14.51-15.6L-14.51-15.6z'/%3e %3cpath class='st0' d='M14.61%2c4.32l-4.16%2c4.16l-5.4%2c5.4v-3.69c0%2c0-7.24-1.12-11.53-7.91c-2.79-4.41-3.55-9.17-3.74-10.81 c-0.04-0.38-0.06-0.59-0.06-0.59c1.12%2c1.72%2c2.93%2c3.91%2c5.61%2c5.57c4.9%2c3.06%2c9.67%2c2.11%2c9.67%2c2.11v-3.84L14.61%2c4.32z'/%3e %3cpath class='st1' d='M-4.66-3.55c4.9%2c3.06%2c9.67%2c2.11%2c9.67%2c2.11v-3.84l9.6%2c9.6l-4.16%2c4.16C4.81%2c6.36-3.71%2c1.78-9.7-7.7 c-0.17-0.28-0.34-0.55-0.51-0.83c-0.04-0.38-0.06-0.59-0.06-0.59C-9.15-7.4-7.34-5.21-4.66-3.55z'/%3e %3cg class='st2'%3e %3cpath class='st3' d='M-13.63-12.66V6.99h3.98v2.94h-4.86c-1.14%2c0-2.06-0.92-2.06-2.06v-21.41c0-1.14%2c0.92-2.06%2c2.06-2.06h4.86 v2.94H-13.63z'/%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23release' width='31.19' height='29.48' x='-16.57' y='-15.6' transform='matrix(1 0 0 -1 16.5726 13.8797)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-social-bg {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23CBCACA%3b%7d .st1%7bopacity:0.3%3bfill:%23F3F3F3%3b%7d %3c/style%3e %3cdefs%3e %3c/defs%3e %3ccircle class='st0' cx='50' cy='50' r='50'/%3e %3cpath class='st1' d='M50%2c100C22.4%2c100%2c0%2c77.6%2c0%2c50S22.4%2c0%2c50%2c0'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-styled-arrow-down {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 19.2.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64.8 151' style='enable-background:new 0 0 64.8 151%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M29.9%2c150L1%2c121.1c-1-1-1.3-2.5-0.8-3.9c0.6-1.3%2c1.8-2.2%2c3.3-2.2l15.4%2c2.2V13.6h0c0-0.1%2c0-0.1%2c0-0.2 C19%2c6%2c25%2c0%2c32.4%2c0s13.5%2c6%2c13.5%2c13.5c0%2c0.1%2c0%2c0.1%2c0%2c0.2h0v103.6l15.4-2.2c1.4%2c0%2c2.7%2c0.9%2c3.3%2c2.2c0.2%2c0.4%2c0.3%2c0.9%2c0.3%2c1.3 c0%2c0.9-0.3%2c1.8-1%2c2.5L34.9%2c150c-0.7%2c0.7-1.6%2c1-2.5%2c1C31.5%2c151%2c30.6%2c150.6%2c29.9%2c150z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M32.4%2c151c-0.9%2c0-1.8-0.4-2.5-1L1%2c121.1c-1-1-1.3-2.5-0.8-3.9c0.6-1.3%2c1.8-2.2%2c3.3-2.2l15.4%2c2.2V13.6h0 c0-0.1%2c0-0.1%2c0-0.2C19%2c6%2c25%2c0%2c32.4%2c0l0%2c0V151L32.4%2c151z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-styled-arrow-left {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151 64.84' style='enable-background:new 0 0 151 64.84%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M1.04%2c34.92L29.92%2c63.8c1.01%2c1.01%2c2.53%2c1.32%2c3.86%2c0.77c1.32-0.55%2c2.19-1.84%2c2.19-3.27l-2.22-15.42l103.62%2c0v-0.01c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01c7.44%2c0%2c13.46-6.02%2c13.46-13.46c0-7.43-6.03-13.46-13.46-13.46c-0.06%2c0-0.12%2c0.01-0.17%2c0.01v-0.01l-103.62%2c0l2.22-15.41c0-1.44-0.86-2.73-2.19-3.28C33.34%2c0.09%2c32.88%2c0%2c32.43%2c0c-0.92%2c0-1.83%2c0.35-2.51%2c1.04L1.04%2c29.91C0.38%2c30.58%2c0%2c31.48%2c0%2c32.42C0%2c33.35%2c0.38%2c34.27%2c1.04%2c34.92z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M0%2c32.42c0%2c0.93%2c0.38%2c1.85%2c1.04%2c2.5L29.92%2c63.8c1.01%2c1.01%2c2.53%2c1.32%2c3.86%2c0.77c1.32-0.55%2c2.19-1.84%2c2.19-3.27l-2.22-15.42h103.62v-0.01c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01c7.44%2c0%2c13.46-6.02%2c13.46-13.46l0%2c0H0L0%2c32.42z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-styled-arrow-right {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151 64.84' style='enable-background:new 0 0 151 64.84%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M149.96%2c34.92L121.08%2c63.8c-1.01%2c1.01-2.53%2c1.32-3.86%2c0.77c-1.32-0.55-2.19-1.84-2.19-3.27l2.22-15.42l-103.62%2c0v-0.01c-0.06%2c0-0.12%2c0.01-0.17%2c0.01C6.03%2c45.88%2c0%2c39.85%2c0%2c32.42c0-7.43%2c6.03-13.46%2c13.46-13.46c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01v-0.01l103.62%2c0l-2.22-15.41c0-1.44%2c0.86-2.73%2c2.19-3.28c0.44-0.18%2c0.9-0.27%2c1.35-0.27c0.92%2c0%2c1.83%2c0.35%2c2.51%2c1.04l28.88%2c28.88c0.66%2c0.66%2c1.04%2c1.57%2c1.04%2c2.51C151%2c33.35%2c150.62%2c34.27%2c149.96%2c34.92z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M151%2c32.42c0%2c0.93-0.38%2c1.85-1.04%2c2.5L121.08%2c63.8c-1.01%2c1.01-2.53%2c1.32-3.86%2c0.77c-1.32-0.55-2.19-1.84-2.19-3.27l2.22-15.42H13.64v-0.01c-0.06%2c0-0.12%2c0.01-0.17%2c0.01C6.03%2c45.88%2c0%2c39.85%2c0%2c32.42l0%2c0H151L151%2c32.42z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-styled-arrow-up {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27.42 38.53' style='enable-background:new 0 0 27.42 38.53%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.4%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='stat-arrow' viewBox='-13.71 -19.26 27.42 38.53'%3e %3cpath class='st0' d='M-1.06%2c18.82L-13.27%2c6.61c-0.43-0.43-0.56-1.07-0.32-1.63c0.23-0.56%2c0.78-0.92%2c1.38-0.92l6.52%2c0.94l0-18.49h0c0-0.02%2c0-0.05%2c0-0.07c0-3.14%2c2.55-5.69%2c5.69-5.69c3.14%2c0%2c5.69%2c2.55%2c5.69%2c5.69c0%2c0.02%2c0%2c0.05%2c0%2c0.07h0l0%2c18.49l6.52-0.94c0.61%2c0%2c1.15%2c0.36%2c1.39%2c0.92c0.08%2c0.18%2c0.11%2c0.38%2c0.11%2c0.57c0%2c0.39-0.15%2c0.77-0.44%2c1.06L1.06%2c18.82C0.78%2c19.1%2c0.4%2c19.26%2c0%2c19.26C-0.39%2c19.26-0.78%2c19.1-1.06%2c18.82z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M0%2c19.26c-0.39%2c0-0.78-0.16-1.06-0.44L-13.27%2c6.61c-0.43-0.43-0.56-1.07-0.32-1.63c0.23-0.56%2c0.78-0.92%2c1.38-0.92l6.52%2c0.94V-13.5h0c0-0.02%2c0-0.05%2c0-0.07c0-3.14%2c2.55-5.69%2c5.69-5.69l0%2c0V19.26L0%2c19.26z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23stat-arrow' x='-13.71' y='-19.26' transform='matrix(1 0 0 -1 13.7101 19.2644)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-target-cog {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='39.6px' height='41.9px' viewBox='0 0 39.6 41.9' enable-background='new 0 0 39.6 41.9' xml:space='preserve'%3e %3cdefs%3e %3csymbol id='icon-gear' viewBox='-9.8 -9.8 19.6 19.6'%3e %3cpath fill='%23666B6F' d='M9.8-1.2v2.5L6.9%2c2.5C6.8%2c2.7%2c6.7%2c2.9%2c6.6%2c3.1l1.2%2c2.9L6.1%2c7.8L3.1%2c6.6C2.9%2c6.7%2c2.7%2c6.8%2c2.5%2c6.9L1.2%2c9.8H0 h-1.2l-1.2-2.9c-0.2-0.1-0.5-0.2-0.7-0.3l-2.9%2c1.2l-1.7-1.7l1.2-2.9c-0.1-0.2-0.2-0.5-0.3-0.7l-2.9-1.2v-2.5l2.9-1.2 c0.1-0.2%2c0.2-0.5%2c0.3-0.7l-1.2-2.9l1.7-1.7l2.9%2c1.2c0.2-0.1%2c0.5-0.2%2c0.7-0.3l1.2-2.9H0h1.2l1.2%2c2.9c0.2%2c0.1%2c0.5%2c0.2%2c0.7%2c0.3 l2.9-1.2l1.7%2c1.7L6.6-3.1c0.1%2c0.2%2c0.2%2c0.4%2c0.3%2c0.7L9.8-1.2z M0-2.5c-1.4%2c0-2.6%2c1.2-2.6%2c2.6c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6 c1.4%2c0%2c2.6-1.2%2c2.6-2.6C2.6-1.3%2c1.4-2.5%2c0-2.5z'/%3e %3cg%3e %3cpath opacity='0.3' fill='white' d='M2.6%2c0.1c0-1.4-1.2-2.6-2.6-2.6v-2.8c3%2c0%2c5.4%2c2.4%2c5.4%2c5.4c0%2c3-2.4%2c5.4-5.4%2c5.4V2.7 C1.4%2c2.7%2c2.6%2c1.5%2c2.6%2c0.1z'/%3e %3cg%3e %3cpath opacity='0.3' fill='white' d='M-1.2%2c9.8l-1.2-2.9c-0.2-0.1-0.5-0.2-0.7-0.3l-2.9%2c1.2l-1.7-1.7l1.2-2.9 c-0.1-0.2-0.2-0.5-0.3-0.7l-2.9-1.2v-2.5l2.9-1.2c0.1-0.2%2c0.2-0.5%2c0.3-0.7l-1.2-2.9l1.7-1.7l2.9%2c1.2c0.2-0.1%2c0.5-0.2%2c0.7-0.3 l1.2-2.9H0v4.5c-3%2c0-5.4%2c2.4-5.4%2c5.4c0%2c3%2c2.4%2c5.4%2c5.4%2c5.4v4.3H-1.2z'/%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3csymbol id='target2' viewBox='-20.5 -20.5 41 41'%3e %3cg%3e %3cpath fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c15.8L-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z M-2.4-16.5L-2.4-16.5c-7.8%2c0-14.2%2c6.4-14.2%2c14.2c0%2c7.8%2c6.4%2c14.2%2c14.2%2c14.2h0 c7.8%2c0%2c14.2-6.4%2c14.2-14.2C11.8-10.2%2c5.5-16.5-2.4-16.5z'/%3e %3cpath fill='white' d='M-2.4%2c11.9L-2.4%2c11.9c-7.8%2c0-14.2-6.4-14.2-14.2c0-7.8%2c6.4-14.2%2c14.2-14.2h0c7.8%2c0%2c14.2%2c6.4%2c14.2%2c14.2 C11.8%2c5.5%2c5.5%2c11.9-2.4%2c11.9z M-2.4-12.9C-8.2-12.9-13-8.2-13-2.3C-13%2c3.5-8.2%2c8.3-2.4%2c8.3C3.5%2c8.3%2c8.2%2c3.5%2c8.2-2.3 C8.2-8.2%2c3.5-12.9-2.4-12.9z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c8.3C-8.2%2c8.3-13%2c3.5-13-2.3c0-5.9%2c4.7-10.6%2c10.6-10.6c5.9%2c0%2c10.6%2c4.7%2c10.6%2c10.6 C8.2%2c3.5%2c3.5%2c8.3-2.4%2c8.3z M-2.4-9.2c-3.8%2c0-6.9%2c3.1-6.9%2c6.9c0%2c3.8%2c3.1%2c6.9%2c6.9%2c6.9c3.8%2c0%2c6.9-3.1%2c6.9-6.9 C4.5-6.1%2c1.4-9.2-2.4-9.2z'/%3e %3cpath fill='white' d='M-2.4%2c4.6c-3.8%2c0-6.9-3.1-6.9-6.9c0-3.8%2c3.1-6.9%2c6.9-6.9c3.8%2c0%2c6.9%2c3.1%2c6.9%2c6.9C4.5%2c1.5%2c1.4%2c4.6-2.4%2c4.6z M-2.4-5.2c-1.6%2c0-2.8%2c1.3-2.8%2c2.8c0%2c1.6%2c1.3%2c2.8%2c2.8%2c2.8c1.6%2c0%2c2.8-1.3%2c2.8-2.8C0.5-3.9-0.8-5.2-2.4-5.2z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c0.5c-1.6%2c0-2.8-1.3-2.8-2.8c0-1.6%2c1.3-2.8%2c2.8-2.8c1.6%2c0%2c2.8%2c1.3%2c2.8%2c2.8C0.5-0.8-0.8%2c0.5-2.4%2c0.5z '/%3e %3cg%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.3-2.6-2.2c0-0.2%2c0-0.2%2c0.1-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0.1%2c0%2c0.1%2c0%2c0.1%2c0 l15.4%2c15l0.1%2c0c0%2c0%2c0.2-0.1%2c0.5-0.1c0.6%2c0%2c1.7%2c0.2%2c3%2c1.8c-0.6%2c0.7-2.1%2c0.4-2.1%2c0.4l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.4%2c1.4-0.4%2c2.1 c-2.3-1.9-1.8-3.6-1.8-3.6l0-0.1L12.4%2c13L-2.6-2.2z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.3C-2.6-2.3-2.6-2.3-2.6-2.3c0-0.2%2c0.1-0.2%2c0.2-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0%2c0%2c0.1%2c0%2c0.1%2c0 L8.8%2c16l0.1%2c0c0%2c0%2c0.2%2c0%2c0.5%2c0.1c0.6%2c0.2%2c1.6%2c0.7%2c2.4%2c2.5c-0.8%2c0.5-2.1-0.1-2.2-0.1l-0.2-0.1v0.2c0%2c0%2c0%2c1.4-0.9%2c1.9 c-1.7-2.4-0.8-3.9-0.8-3.9l0-0.1l0-0.1L-2.6-2.3z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.2-2.6-2.2c-0.1-0.1-0.1-0.2%2c0-0.4c0.1-0.1%2c0.1-0.2%2c0.2-0.2c0%2c0%2c0.1%2c0%2c0.1%2c0 L16.6%2c7.7l0.1-0.1c0%2c0%2c0.2-0.1%2c0.5-0.2c0.6-0.2%2c1.7-0.2%2c3.4%2c0.9c-0.4%2c0.8-1.9%2c1-1.9%2c1l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.7%2c1.2%2c0.2%2c2.1 C16%2c10.5%2c16%2c8.7%2c16%2c8.7l0-0.1l-0.1%2c0L-2.6-2.2z'/%3e %3c/g%3e %3cpath opacity='0.4' fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0v3.9v3.6v3.7v4.1v5.6v4.1 v3.7v3.6L-2.4%2c15.8L-2.4%2c15.8z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23target2' width='41' height='41' x='-20.5' y='-20.5' transform='matrix(0.7862 0 0 -0.7862 23.4625 16.1061)' overflow='visible'/%3e %3cuse xlink:href='%23icon-gear' width='19.6' height='19.6' x='-9.8' y='-9.8' transform='matrix(1 0 0 -1 9.8184 32.0702)' overflow='visible'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-target-pencil {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='43.4px' height='44.1px' viewBox='0 0 43.4 44.1' enable-background='new 0 0 43.4 44.1' xml:space='preserve'%3e %3cdefs%3e %3csymbol id='icon-edit' viewBox='-11.6 -11.6 23.1 23.1'%3e %3cpath fill='%23919191' d='M-11.5-11.5l1.3%2c1.3l0.8-0.8l-1.7-0.6c-0.3-0.1-0.5%2c0-0.5%2c0.3C-11.6-11.3-11.6-11.4-11.5-11.5z'/%3e %3cpath fill='%23EF602B' d='M10%2c10l0.4-0.4c1.1-1.1%2c1.5-2.4%2c0.9-2.9L9.8%2c5.1L7.4%2c7.4L10%2c10z'/%3e %3cpolygon fill='%23BABDC0' points='7.4%2c7.4 9.8%2c5.1 9.3%2c4.6 6.9%2c6.9 '/%3e %3cpolygon fill='%23BABDC0' points='4%2c4 4.5%2c4.5 6.9%2c2.2 6.4%2c1.7 5.2%2c2.9 '/%3e %3cpath fill='%23BABDC0' d='M4.8%2c4.8l2.3-2.3L9%2c4.3L6.7%2c6.7L6.2%2c6.2l0.1-0.1C6.4%2c6.1%2c6.4%2c6%2c6.4%2c5.9L5.5%2c5.1c0%2c0-0.1%2c0-0.2%2c0.1L5.2%2c5.2 L4.8%2c4.8z M8%2c4.3c0%2c0%2c0.1%2c0%2c0.2-0.1L8.4%2c4c0.1-0.1%2c0.1-0.2%2c0.1-0.2L7.6%2c3c0%2c0-0.1%2c0-0.2%2c0.1L7.2%2c3.2C7.2%2c3.3%2c7.1%2c3.4%2c7.2%2c3.4 L8%2c4.3z M7.3%2c5c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2c0.1-0.1%2c0.1-0.2%2c0.1-0.2L6.9%2c3.7c0%2c0-0.1%2c0-0.2%2c0.1L6.5%2c3.9C6.5%2c4%2c6.4%2c4.1%2c6.5%2c4.1 L7.3%2c5z M6.6%2c5.7c0%2c0%2c0.1%2c0%2c0.2-0.1L7%2c5.4c0.1-0.1%2c0.1-0.2%2c0.1-0.2L6.2%2c4.4c0%2c0-0.1%2c0-0.2%2c0.1L5.8%2c4.6C5.8%2c4.7%2c5.7%2c4.8%2c5.8%2c4.8 L6.6%2c5.7z'/%3e %3cpath fill='%23EECF8C' d='M-7-7L-7-7L4%2c4l1.2-1.2L-5-7.3l-0.2-0.2C-5.5-7.9-6.4-7.7-7-7z'/%3e %3cpath fill='%23EECF8C' d='M-4.7-9.3c-0.6%2c0.6-0.9%2c1.5-0.5%2c1.9L-5-7.3L5.2%2c2.9l1.2-1.2L-3.8-8.5L-4.7-9.3L-4.7-9.3L-4.7-9.3z'/%3e %3cpath fill='%23EFE4D1' d='M-7-7L-7-7L-7-7c0.6-0.6%2c1.5-0.9%2c1.9-0.5c-0.4-0.4-0.2-1.2%2c0.5-1.9L-9.4-11l-0.8%2c0.8L-7-7z'/%3e %3cpolygon fill='%23919191' points='6.9%2c6.9 9.3%2c4.6 9%2c4.3 6.7%2c6.7 '/%3e %3cpolygon fill='%23919191' points='4.8%2c4.8 7.1%2c2.4 6.9%2c2.2 4.5%2c4.5 '/%3e %3cpath fill='%23919191' d='M8.2%2c4.2L8.4%2c4c0.1-0.1%2c0.1-0.2%2c0.1-0.2L7.6%2c3c0%2c0-0.1%2c0-0.2%2c0.1L7.2%2c3.2C7.2%2c3.3%2c7.1%2c3.4%2c7.2%2c3.4L8%2c4.3 C8.1%2c4.3%2c8.2%2c4.3%2c8.2%2c4.2z'/%3e %3cpath fill='%23919191' d='M6.8%2c5.6L7%2c5.4c0.1-0.1%2c0.1-0.2%2c0.1-0.2L6.2%2c4.4c0%2c0-0.1%2c0-0.2%2c0.1L5.8%2c4.6C5.8%2c4.7%2c5.7%2c4.8%2c5.8%2c4.8 l0.9%2c0.9C6.7%2c5.7%2c6.8%2c5.7%2c6.8%2c5.6z'/%3e %3cpath fill='%23919191' d='M7.5%2c4.9l0.2-0.2c0.1-0.1%2c0.1-0.2%2c0.1-0.2L6.9%2c3.7c0%2c0-0.1%2c0-0.2%2c0.1L6.5%2c3.9C6.5%2c4%2c6.4%2c4.1%2c6.5%2c4.1L7.3%2c5 C7.4%2c5%2c7.5%2c5%2c7.5%2c4.9z'/%3e %3cpath d='M-11.5-11.1c0%2c0%2c0-0.1%2c0-0.1C-11.6-11.2-11.5-11.1-11.5-11.1z'/%3e %3cpath fill='%23505457' d='M-11.5-11.5c-0.1%2c0.1-0.1%2c0.2-0.1%2c0.3c0%2c0%2c0%2c0.1%2c0%2c0.1l0.6%2c1.7l0.8-0.8L-11.5-11.5z'/%3e %3cpath fill='%23ED8567' d='M5.1%2c9.8l1.6%2c1.6c0.5%2c0.5%2c1.9%2c0.1%2c2.9-0.9L10%2c10L7.4%2c7.4L5.1%2c9.8z'/%3e %3cpolygon fill='%23919191' points='4%2c4 2.9%2c5.2 1.7%2c6.4 2.2%2c6.9 4.5%2c4.5 '/%3e %3cpath fill='%23919191' d='M6.7%2c6.7L4.3%2c9L2.4%2c7.1l2.3-2.3l0.5%2c0.5L5.1%2c5.3C5.1%2c5.4%2c5%2c5.5%2c5.1%2c5.5l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.1-0.1 L6.7%2c6.7z M3.4%2c7.2c0%2c0-0.1%2c0-0.2%2c0.1L3%2c7.4C2.9%2c7.5%2c2.9%2c7.6%2c3%2c7.6l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2C4.3%2c8.2%2c4.3%2c8.1%2c4.3%2c8 L3.4%2c7.2z M4.1%2c6.5c0%2c0-0.1%2c0-0.2%2c0.1L3.7%2c6.7C3.6%2c6.8%2c3.6%2c6.9%2c3.7%2c6.9l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2C5%2c7.5%2c5%2c7.4%2c5%2c7.3 L4.1%2c6.5z M4.8%2c5.8c0%2c0-0.1%2c0-0.2%2c0.1L4.4%2c6C4.4%2c6.1%2c4.3%2c6.2%2c4.4%2c6.2l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2c0.1-0.1%2c0.1-0.2%2c0.1-0.2 L4.8%2c5.8z'/%3e %3cpolygon fill='%23919191' points='6.9%2c6.9 4.6%2c9.3 5.1%2c9.8 7.4%2c7.4 '/%3e %3cpath fill='%23EBBF54' d='M-7.5-5.1L-7.3-5L2.9%2c5.2L4%2c4L-7-7C-7.7-6.4-7.9-5.5-7.5-5.1z'/%3e %3cpath fill='%23B39041' d='M-7.5-5.1C-7.9-5.5-7.7-6.4-7-7l0%2c0l-3.2-3.2L-11-9.4l1.6%2c4.8C-8.7-5.3-7.9-5.5-7.5-5.1z'/%3e %3cpath fill='%23EBBF54' d='M-7.3-5l-0.2-0.2c-0.4-0.4-1.2-0.2-1.9%2c0.5l0%2c0l0%2c0l11%2c11l1.2-1.2L-7.3-5z'/%3e %3cpolygon fill='%23505457' points='6.7%2c6.7 4.3%2c9 4.6%2c9.3 6.9%2c6.9 '/%3e %3cpolygon fill='%23505457' points='4.5%2c4.5 2.2%2c6.9 2.4%2c7.1 4.8%2c4.8 '/%3e %3cpath fill='%23505457' d='M3.2%2c7.2L3%2c7.4C2.9%2c7.5%2c2.9%2c7.6%2c3%2c7.6l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2C4.3%2c8.2%2c4.3%2c8.1%2c4.3%2c8L3.4%2c7.2 C3.4%2c7.1%2c3.3%2c7.2%2c3.2%2c7.2z'/%3e %3cpath fill='%23505457' d='M3.9%2c6.5L3.7%2c6.7C3.6%2c6.8%2c3.6%2c6.9%2c3.7%2c6.9l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2C5%2c7.5%2c5%2c7.4%2c5%2c7.3L4.1%2c6.5 C4.1%2c6.4%2c4%2c6.5%2c3.9%2c6.5z'/%3e %3cpath fill='%23505457' d='M4.6%2c5.8L4.4%2c6C4.4%2c6.1%2c4.3%2c6.2%2c4.4%2c6.2l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.2-0.2c0.1-0.1%2c0.1-0.2%2c0.1-0.2 L4.8%2c5.8C4.8%2c5.7%2c4.7%2c5.8%2c4.6%2c5.8z'/%3e %3cpath fill='%23919191' d='M5.3%2c5.1L5.3%2c5.1l0.9%2c1.1l0.1-0.1C6.4%2c6.1%2c6.4%2c6%2c6.4%2c5.9L5.5%2c5.1C5.5%2c5%2c5.4%2c5.1%2c5.3%2c5.1z'/%3e %3cpath fill='%23505457' d='M5.1%2c5.3C5.1%2c5.4%2c5%2c5.5%2c5.1%2c5.5l0.9%2c0.9c0%2c0%2c0.1%2c0%2c0.2-0.1l0.1-0.1L5.1%2c5.3L5.1%2c5.3z'/%3e %3c/symbol%3e %3csymbol id='target2' viewBox='-20.5 -20.5 41 41'%3e %3cg%3e %3cpath fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c15.8L-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z M-2.4-16.5L-2.4-16.5c-7.8%2c0-14.2%2c6.4-14.2%2c14.2c0%2c7.8%2c6.4%2c14.2%2c14.2%2c14.2h0 c7.8%2c0%2c14.2-6.4%2c14.2-14.2C11.8-10.2%2c5.5-16.5-2.4-16.5z'/%3e %3cpath fill='white' d='M-2.4%2c11.9L-2.4%2c11.9c-7.8%2c0-14.2-6.4-14.2-14.2c0-7.8%2c6.4-14.2%2c14.2-14.2h0c7.8%2c0%2c14.2%2c6.4%2c14.2%2c14.2 C11.8%2c5.5%2c5.5%2c11.9-2.4%2c11.9z M-2.4-12.9C-8.2-12.9-13-8.2-13-2.3C-13%2c3.5-8.2%2c8.3-2.4%2c8.3C3.5%2c8.3%2c8.2%2c3.5%2c8.2-2.3 C8.2-8.2%2c3.5-12.9-2.4-12.9z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c8.3C-8.2%2c8.3-13%2c3.5-13-2.3c0-5.9%2c4.7-10.6%2c10.6-10.6c5.9%2c0%2c10.6%2c4.7%2c10.6%2c10.6 C8.2%2c3.5%2c3.5%2c8.3-2.4%2c8.3z M-2.4-9.2c-3.8%2c0-6.9%2c3.1-6.9%2c6.9c0%2c3.8%2c3.1%2c6.9%2c6.9%2c6.9c3.8%2c0%2c6.9-3.1%2c6.9-6.9 C4.5-6.1%2c1.4-9.2-2.4-9.2z'/%3e %3cpath fill='white' d='M-2.4%2c4.6c-3.8%2c0-6.9-3.1-6.9-6.9c0-3.8%2c3.1-6.9%2c6.9-6.9c3.8%2c0%2c6.9%2c3.1%2c6.9%2c6.9C4.5%2c1.5%2c1.4%2c4.6-2.4%2c4.6z M-2.4-5.2c-1.6%2c0-2.8%2c1.3-2.8%2c2.8c0%2c1.6%2c1.3%2c2.8%2c2.8%2c2.8c1.6%2c0%2c2.8-1.3%2c2.8-2.8C0.5-3.9-0.8-5.2-2.4-5.2z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c0.5c-1.6%2c0-2.8-1.3-2.8-2.8c0-1.6%2c1.3-2.8%2c2.8-2.8c1.6%2c0%2c2.8%2c1.3%2c2.8%2c2.8C0.5-0.8-0.8%2c0.5-2.4%2c0.5z '/%3e %3cg%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.3-2.6-2.2c0-0.2%2c0-0.2%2c0.1-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0.1%2c0%2c0.1%2c0%2c0.1%2c0 l15.4%2c15l0.1%2c0c0%2c0%2c0.2-0.1%2c0.5-0.1c0.6%2c0%2c1.7%2c0.2%2c3%2c1.8c-0.6%2c0.7-2.1%2c0.4-2.1%2c0.4l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.4%2c1.4-0.4%2c2.1 c-2.3-1.9-1.8-3.6-1.8-3.6l0-0.1L12.4%2c13L-2.6-2.2z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.3C-2.6-2.3-2.6-2.3-2.6-2.3c0-0.2%2c0.1-0.2%2c0.2-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0%2c0%2c0.1%2c0%2c0.1%2c0 L8.8%2c16l0.1%2c0c0%2c0%2c0.2%2c0%2c0.5%2c0.1c0.6%2c0.2%2c1.6%2c0.7%2c2.4%2c2.5c-0.8%2c0.5-2.1-0.1-2.2-0.1l-0.2-0.1v0.2c0%2c0%2c0%2c1.4-0.9%2c1.9 c-1.7-2.4-0.8-3.9-0.8-3.9l0-0.1l0-0.1L-2.6-2.3z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.2-2.6-2.2c-0.1-0.1-0.1-0.2%2c0-0.4c0.1-0.1%2c0.1-0.2%2c0.2-0.2c0%2c0%2c0.1%2c0%2c0.1%2c0 L16.6%2c7.7l0.1-0.1c0%2c0%2c0.2-0.1%2c0.5-0.2c0.6-0.2%2c1.7-0.2%2c3.4%2c0.9c-0.4%2c0.8-1.9%2c1-1.9%2c1l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.7%2c1.2%2c0.2%2c2.1 C16%2c10.5%2c16%2c8.7%2c16%2c8.7l0-0.1l-0.1%2c0L-2.6-2.2z'/%3e %3c/g%3e %3cpath opacity='0.4' fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0v3.9v3.6v3.7v4.1v5.6v4.1 v3.7v3.6L-2.4%2c15.8L-2.4%2c15.8z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cg%3e %3cuse xlink:href='%23target2' width='41' height='41' x='-20.5' y='-20.5' transform='matrix(0.9071 0 0 -0.9071 18.5951 18.5822)' overflow='visible'/%3e %3cuse xlink:href='%23icon-edit' width='23.1' height='23.1' x='-11.6' y='-11.6' transform='matrix(0.9071 0 0 -0.9071 32.912 33.5912)' overflow='visible'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-target-user {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='37.6px' height='42.1px' viewBox='0 0 37.6 42.1' enable-background='new 0 0 37.6 42.1' xml:space='preserve'%3e %3cdefs%3e %3csymbol id='target2' viewBox='-20.5 -20.5 41 41'%3e %3cg%3e %3cpath fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c15.8L-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z M-2.4-16.5L-2.4-16.5c-7.8%2c0-14.2%2c6.4-14.2%2c14.2c0%2c7.8%2c6.4%2c14.2%2c14.2%2c14.2h0 c7.8%2c0%2c14.2-6.4%2c14.2-14.2C11.8-10.2%2c5.5-16.5-2.4-16.5z'/%3e %3cpath fill='white' d='M-2.4%2c11.9L-2.4%2c11.9c-7.8%2c0-14.2-6.4-14.2-14.2c0-7.8%2c6.4-14.2%2c14.2-14.2h0c7.8%2c0%2c14.2%2c6.4%2c14.2%2c14.2 C11.8%2c5.5%2c5.5%2c11.9-2.4%2c11.9z M-2.4-12.9C-8.2-12.9-13-8.2-13-2.3C-13%2c3.5-8.2%2c8.3-2.4%2c8.3C3.5%2c8.3%2c8.2%2c3.5%2c8.2-2.3 C8.2-8.2%2c3.5-12.9-2.4-12.9z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c8.3C-8.2%2c8.3-13%2c3.5-13-2.3c0-5.9%2c4.7-10.6%2c10.6-10.6c5.9%2c0%2c10.6%2c4.7%2c10.6%2c10.6 C8.2%2c3.5%2c3.5%2c8.3-2.4%2c8.3z M-2.4-9.2c-3.8%2c0-6.9%2c3.1-6.9%2c6.9c0%2c3.8%2c3.1%2c6.9%2c6.9%2c6.9c3.8%2c0%2c6.9-3.1%2c6.9-6.9 C4.5-6.1%2c1.4-9.2-2.4-9.2z'/%3e %3cpath fill='white' d='M-2.4%2c4.6c-3.8%2c0-6.9-3.1-6.9-6.9c0-3.8%2c3.1-6.9%2c6.9-6.9c3.8%2c0%2c6.9%2c3.1%2c6.9%2c6.9C4.5%2c1.5%2c1.4%2c4.6-2.4%2c4.6z M-2.4-5.2c-1.6%2c0-2.8%2c1.3-2.8%2c2.8c0%2c1.6%2c1.3%2c2.8%2c2.8%2c2.8c1.6%2c0%2c2.8-1.3%2c2.8-2.8C0.5-3.9-0.8-5.2-2.4-5.2z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c0.5c-1.6%2c0-2.8-1.3-2.8-2.8c0-1.6%2c1.3-2.8%2c2.8-2.8c1.6%2c0%2c2.8%2c1.3%2c2.8%2c2.8C0.5-0.8-0.8%2c0.5-2.4%2c0.5z '/%3e %3cg%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.3-2.6-2.2c0-0.2%2c0-0.2%2c0.1-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0.1%2c0%2c0.1%2c0%2c0.1%2c0 l15.4%2c15l0.1%2c0c0%2c0%2c0.2-0.1%2c0.5-0.1c0.6%2c0%2c1.7%2c0.2%2c3%2c1.8c-0.6%2c0.7-2.1%2c0.4-2.1%2c0.4l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.4%2c1.4-0.4%2c2.1 c-2.3-1.9-1.8-3.6-1.8-3.6l0-0.1L12.4%2c13L-2.6-2.2z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.3C-2.6-2.3-2.6-2.3-2.6-2.3c0-0.2%2c0.1-0.2%2c0.2-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0%2c0%2c0.1%2c0%2c0.1%2c0 L8.8%2c16l0.1%2c0c0%2c0%2c0.2%2c0%2c0.5%2c0.1c0.6%2c0.2%2c1.6%2c0.7%2c2.4%2c2.5c-0.8%2c0.5-2.1-0.1-2.2-0.1l-0.2-0.1v0.2c0%2c0%2c0%2c1.4-0.9%2c1.9 c-1.7-2.4-0.8-3.9-0.8-3.9l0-0.1l0-0.1L-2.6-2.3z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.2-2.6-2.2c-0.1-0.1-0.1-0.2%2c0-0.4c0.1-0.1%2c0.1-0.2%2c0.2-0.2c0%2c0%2c0.1%2c0%2c0.1%2c0 L16.6%2c7.7l0.1-0.1c0%2c0%2c0.2-0.1%2c0.5-0.2c0.6-0.2%2c1.7-0.2%2c3.4%2c0.9c-0.4%2c0.8-1.9%2c1-1.9%2c1l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.7%2c1.2%2c0.2%2c2.1 C16%2c10.5%2c16%2c8.7%2c16%2c8.7l0-0.1l-0.1%2c0L-2.6-2.2z'/%3e %3c/g%3e %3cpath opacity='0.4' fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0v3.9v3.6v3.7v4.1v5.6v4.1 v3.7v3.6L-2.4%2c15.8L-2.4%2c15.8z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23target2' width='41' height='41' x='-20.5' y='-20.5' transform='matrix(0.7862 0 0 -0.7862 21.5307 16.1061)' overflow='visible'/%3e %3cg%3e %3cg id='user_2_'%3e %3cg%3e %3cpath fill='%231A9CAC' d='M7.8%2c31.7c-4.3%2c0-7.8%2c3.5-7.8%2c7.8c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6h10.4c1.4%2c0%2c2.6-1.2%2c2.6-2.6 C15.7%2c35.2%2c12.2%2c31.7%2c7.8%2c31.7z'/%3e %3ccircle fill='%231A9CAC' cx='7.8' cy='26' r='3.9'/%3e %3c/g%3e %3c/g%3e %3cg opacity='0.3'%3e %3cpath fill='white' d='M0%2c39.5c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6h5.2V31.7C3.5%2c31.7%2c0%2c35.2%2c0%2c39.5z'/%3e %3cpath fill='white' d='M3.9%2c26c0%2c2.2%2c1.8%2c3.9%2c3.9%2c3.9v-7.8C5.7%2c22.1%2c3.9%2c23.8%2c3.9%2c26z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-target-users {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='37.6px' height='42.1px' viewBox='0 0 37.6 42.1' enable-background='new 0 0 37.6 42.1' xml:space='preserve'%3e %3cdefs%3e %3csymbol id='target2' viewBox='-20.5 -20.5 41 41'%3e %3cg%3e %3cpath fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c15.8L-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0c10%2c0%2c18.1%2c8.1%2c18.1%2c18.1 C15.8%2c7.7%2c7.7%2c15.8-2.4%2c15.8z M-2.4-16.5L-2.4-16.5c-7.8%2c0-14.2%2c6.4-14.2%2c14.2c0%2c7.8%2c6.4%2c14.2%2c14.2%2c14.2h0 c7.8%2c0%2c14.2-6.4%2c14.2-14.2C11.8-10.2%2c5.5-16.5-2.4-16.5z'/%3e %3cpath fill='white' d='M-2.4%2c11.9L-2.4%2c11.9c-7.8%2c0-14.2-6.4-14.2-14.2c0-7.8%2c6.4-14.2%2c14.2-14.2h0c7.8%2c0%2c14.2%2c6.4%2c14.2%2c14.2 C11.8%2c5.5%2c5.5%2c11.9-2.4%2c11.9z M-2.4-12.9C-8.2-12.9-13-8.2-13-2.3C-13%2c3.5-8.2%2c8.3-2.4%2c8.3C3.5%2c8.3%2c8.2%2c3.5%2c8.2-2.3 C8.2-8.2%2c3.5-12.9-2.4-12.9z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c8.3C-8.2%2c8.3-13%2c3.5-13-2.3c0-5.9%2c4.7-10.6%2c10.6-10.6c5.9%2c0%2c10.6%2c4.7%2c10.6%2c10.6 C8.2%2c3.5%2c3.5%2c8.3-2.4%2c8.3z M-2.4-9.2c-3.8%2c0-6.9%2c3.1-6.9%2c6.9c0%2c3.8%2c3.1%2c6.9%2c6.9%2c6.9c3.8%2c0%2c6.9-3.1%2c6.9-6.9 C4.5-6.1%2c1.4-9.2-2.4-9.2z'/%3e %3cpath fill='white' d='M-2.4%2c4.6c-3.8%2c0-6.9-3.1-6.9-6.9c0-3.8%2c3.1-6.9%2c6.9-6.9c3.8%2c0%2c6.9%2c3.1%2c6.9%2c6.9C4.5%2c1.5%2c1.4%2c4.6-2.4%2c4.6z M-2.4-5.2c-1.6%2c0-2.8%2c1.3-2.8%2c2.8c0%2c1.6%2c1.3%2c2.8%2c2.8%2c2.8c1.6%2c0%2c2.8-1.3%2c2.8-2.8C0.5-3.9-0.8-5.2-2.4-5.2z'/%3e %3cpath fill='%23EF602B' d='M-2.4%2c0.5c-1.6%2c0-2.8-1.3-2.8-2.8c0-1.6%2c1.3-2.8%2c2.8-2.8c1.6%2c0%2c2.8%2c1.3%2c2.8%2c2.8C0.5-0.8-0.8%2c0.5-2.4%2c0.5z '/%3e %3cg%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.3-2.6-2.2c0-0.2%2c0-0.2%2c0.1-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0.1%2c0%2c0.1%2c0%2c0.1%2c0 l15.4%2c15l0.1%2c0c0%2c0%2c0.2-0.1%2c0.5-0.1c0.6%2c0%2c1.7%2c0.2%2c3%2c1.8c-0.6%2c0.7-2.1%2c0.4-2.1%2c0.4l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.4%2c1.4-0.4%2c2.1 c-2.3-1.9-1.8-3.6-1.8-3.6l0-0.1L12.4%2c13L-2.6-2.2z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.3C-2.6-2.3-2.6-2.3-2.6-2.3c0-0.2%2c0.1-0.2%2c0.2-0.3c0.1-0.1%2c0.2-0.1%2c0.3-0.1c0%2c0%2c0.1%2c0%2c0.1%2c0 L8.8%2c16l0.1%2c0c0%2c0%2c0.2%2c0%2c0.5%2c0.1c0.6%2c0.2%2c1.6%2c0.7%2c2.4%2c2.5c-0.8%2c0.5-2.1-0.1-2.2-0.1l-0.2-0.1v0.2c0%2c0%2c0%2c1.4-0.9%2c1.9 c-1.7-2.4-0.8-3.9-0.8-3.9l0-0.1l0-0.1L-2.6-2.3z'/%3e %3cpath fill='%23CBCACA' d='M-2.6-2.2C-2.6-2.2-2.6-2.2-2.6-2.2c-0.1-0.1-0.1-0.2%2c0-0.4c0.1-0.1%2c0.1-0.2%2c0.2-0.2c0%2c0%2c0.1%2c0%2c0.1%2c0 L16.6%2c7.7l0.1-0.1c0%2c0%2c0.2-0.1%2c0.5-0.2c0.6-0.2%2c1.7-0.2%2c3.4%2c0.9c-0.4%2c0.8-1.9%2c1-1.9%2c1l-0.2%2c0l0.1%2c0.2c0%2c0%2c0.7%2c1.2%2c0.2%2c2.1 C16%2c10.5%2c16%2c8.7%2c16%2c8.7l0-0.1l-0.1%2c0L-2.6-2.2z'/%3e %3c/g%3e %3cpath opacity='0.4' fill='white' d='M-2.4%2c15.8c-10%2c0-18.1-8.1-18.1-18.1c0-10%2c8.1-18.1%2c18.1-18.1h0v3.9v3.6v3.7v4.1v5.6v4.1 v3.7v3.6L-2.4%2c15.8L-2.4%2c15.8z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23target2' width='41' height='41' x='-20.5' y='-20.5' transform='matrix(0.7862 0 0 -0.7862 21.5307 16.1061)' overflow='visible'/%3e %3cg%3e %3cg id='user_4_'%3e %3cg%3e %3cpath fill='%231A9CAC' d='M15.7%2c28.7c-4.3%2c0-7.8%2c3.5-7.8%2c7.8c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6h10.4c1.4%2c0%2c2.6-1.2%2c2.6-2.6 C23.5%2c32.2%2c20%2c28.7%2c15.7%2c28.7z'/%3e %3ccircle fill='%231A9CAC' cx='15.7' cy='23' r='3.9'/%3e %3c/g%3e %3c/g%3e %3cg opacity='0.3'%3e %3cpath fill='white' d='M7.8%2c36.5c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6h5.2V28.7C11.3%2c28.7%2c7.8%2c32.2%2c7.8%2c36.5z'/%3e %3cpath fill='white' d='M11.7%2c23c0%2c2.2%2c1.8%2c3.9%2c3.9%2c3.9v-7.8C13.5%2c19.1%2c11.7%2c20.8%2c11.7%2c23z'/%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg id='user_1_'%3e %3cg%3e %3cpath fill='%231A9CAC' d='M7.8%2c31.7c-4.3%2c0-7.8%2c3.5-7.8%2c7.8c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6h10.4c1.4%2c0%2c2.6-1.2%2c2.6-2.6 C15.7%2c35.2%2c12.2%2c31.7%2c7.8%2c31.7z'/%3e %3ccircle fill='%231A9CAC' cx='7.8' cy='26' r='3.9'/%3e %3c/g%3e %3c/g%3e %3cg opacity='0.3'%3e %3cpath fill='white' d='M0%2c39.5c0%2c1.4%2c1.2%2c2.6%2c2.6%2c2.6h5.2V31.7C3.5%2c31.7%2c0%2c35.2%2c0%2c39.5z'/%3e %3cpath fill='white' d='M3.9%2c26c0%2c2.2%2c1.8%2c3.9%2c3.9%2c3.9v-7.8C5.7%2c22.1%2c3.9%2c23.8%2c3.9%2c26z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-thanks-envelope {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.1%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='46.1px' height='46.2px' viewBox='0 0 46.1 46.2' enable-background='new 0 0 46.1 46.2' xml:space='preserve'%3e %3cdefs%3e %3c/defs%3e %3cg%3e %3cg%3e %3cpath fill='%23CBCACA' d='M46%2c18.4c0.1-0.4-0.2-1-0.5-1.3L23.6%2c0.2c-0.3-0.3-0.9-0.3-1.3%2c0l-21.8%2c17C0.2%2c17.5%2c0%2c18.1%2c0%2c18.5l23%2c0 L46%2c18.4z'/%3e %3cpolygon fill='%23CBCACA' points='46%2c18.4 42.6%2c18.4 23%2c18.5 3.4%2c18.5 0%2c18.5 0%2c18.5 0%2c46.2 3.7%2c46.2 23%2c46.2 42.4%2c46.1 46.1%2c46.1 46%2c18.4 '/%3e %3cpath fill='%23E0E1E0' d='M42.6%2c18.4l-19-14.7c-0.3-0.2-0.8-0.2-1.1%2c0l-19%2c14.8L23%2c23.2L42.6%2c18.4z'/%3e %3c/g%3e %3cg%3e %3cpath fill='%23919191' d='M32.5%2c31.4c-0.1%2c0-0.2%2c0-0.3-0.1c-0.1%2c0-0.2%2c0-0.2%2c0c-0.3-0.1-0.3-0.2-0.2-0.4c0.1-0.1%2c0.2-0.2%2c0.3-0.3 c0.3-0.1%2c0.6-0.1%2c0.9-0.2c0.2%2c0%2c0.3%2c0%2c0.5%2c0c0.4%2c0%2c0.5%2c0.3%2c0.4%2c0.6c-0.2%2c0.7-0.5%2c1.4-0.8%2c2c-0.1%2c0.3-0.3%2c0.6-0.4%2c0.9 c0%2c0%2c0%2c0.1%2c0%2c0.1c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0.1%2c0%2c0.1-0.1c0.5-0.5%2c1.1-0.8%2c1.8-0.8c0.3%2c0%2c0.7%2c0%2c1%2c0.1c0.5%2c0.2%2c0.7%2c0.6%2c0.6%2c1.1 c-0.1%2c0.7-0.5%2c1.1-1%2c1.5c-0.4%2c0.3-0.8%2c0.4-1.3%2c0.5c-0.2%2c0-0.2%2c0-0.1%2c0.2c0.2%2c0.5%2c0.4%2c1%2c0.8%2c1.5c0.1%2c0.1%2c0.3%2c0.2%2c0.4%2c0.3 c0.3%2c0.2%2c0.3%2c0.4%2c0.1%2c0.6c-0.1%2c0.1-0.3%2c0.2-0.5%2c0.2c-0.4%2c0.1-0.8%2c0-1.1-0.2c-0.2-0.2-0.3-0.4-0.4-0.6c-0.3-0.5-0.5-1-0.6-1.5 c0-0.1%2c0-0.3%2c0-0.4c0-0.4%2c0.2-0.5%2c0.6-0.6c0.5-0.1%2c0.9-0.2%2c1.3-0.5c0.2-0.2%2c0.4-0.4%2c0.4-0.6c0.1-0.3-0.1-0.6-0.4-0.6 c-0.4%2c0-0.8%2c0.1-1.1%2c0.2c-0.2%2c0.1-0.4%2c0.3-0.6%2c0.4c-0.2%2c0.1-0.3%2c0.3-0.3%2c0.5c-0.4%2c1.1-0.9%2c2.3-1.3%2c3.4c-0.2%2c0.5-0.7%2c0.7-1.1%2c0.6 c-0.2%2c0-0.3-0.2-0.2-0.4c0.1-0.2%2c0.1-0.4%2c0.2-0.7c0.3-0.8%2c0.6-1.6%2c0.9-2.3c0.3-0.7%2c0.6-1.5%2c0.8-2.2c0.2-0.6%2c0.5-1.3%2c0.7-1.9 C32.4%2c31.5%2c32.5%2c31.5%2c32.5%2c31.4z'/%3e %3cpath fill='%23919191' d='M10.9%2c31.4c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.3-0.1-0.4-0.1c-0.2%2c0-0.2-0.1-0.2-0.3c0-0.1%2c0.1-0.3%2c0.3-0.3 c0.2-0.1%2c0.4-0.2%2c0.7-0.2c0.3%2c0%2c0.6%2c0%2c0.9%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.2%2c0.1%2c0.3%2c0.2%2c0.2%2c0.4c0%2c0.2-0.1%2c0.4-0.2%2c0.6 c-0.3%2c0.7-0.6%2c1.4-0.9%2c2.1c0%2c0.1-0.1%2c0.2-0.2%2c0.3c0%2c0%2c0%2c0.1%2c0%2c0.1c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0.1-0.1c0.4-0.4%2c0.9-0.7%2c1.5-0.8 c0.4-0.1%2c0.8-0.1%2c1.3%2c0c0.6%2c0.2%2c0.8%2c0.6%2c0.8%2c1.2c0%2c0.6-0.2%2c1.1-0.4%2c1.6c-0.2%2c0.5-0.4%2c1.1-0.6%2c1.6c-0.1%2c0.1-0.1%2c0.3-0.1%2c0.4 c0%2c0.1%2c0.1%2c0.2%2c0.2%2c0.2c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0.1%2c0%2c0.2-0.1%2c0.3%2c0c0.1%2c0.1%2c0%2c0.2%2c0%2c0.3c-0.1%2c0.2-0.2%2c0.3-0.4%2c0.4 c-0.4%2c0.2-0.9%2c0.3-1.4%2c0.2c-0.4-0.1-0.5-0.3-0.5-0.7c0-0.3%2c0.1-0.6%2c0.2-0.9c0.2-0.6%2c0.5-1.2%2c0.7-1.8c0.1-0.3%2c0.2-0.7%2c0.2-1 c0-0.3-0.2-0.6-0.5-0.6c-0.1%2c0-0.3%2c0-0.5%2c0c-0.6%2c0.1-1%2c0.4-1.4%2c0.8c-0.1%2c0.1-0.1%2c0.3-0.2%2c0.4c-0.4%2c1.1-0.8%2c2.2-1.2%2c3.2 c-0.2%2c0.5-0.6%2c0.7-1.1%2c0.6c-0.2%2c0-0.3-0.2-0.2-0.4c0.1-0.2%2c0.1-0.5%2c0.2-0.7c0.3-0.9%2c0.7-1.8%2c1-2.7c0.4-1.1%2c0.8-2.2%2c1.3-3.3 c0.1-0.2%2c0.1-0.3%2c0.2-0.5C10.9%2c31.5%2c10.9%2c31.5%2c10.9%2c31.4z'/%3e %3cpath fill='%23919191' d='M19.3%2c38.1c0%2c0-0.1%2c0.1-0.1%2c0.1c-0.4%2c0.5-1%2c0.8-1.6%2c0.9c-0.4%2c0.1-0.7%2c0.1-1.1%2c0c-0.6-0.2-0.9-0.6-0.9-1.2 c-0.1-0.7%2c0.1-1.3%2c0.4-1.9c0.5-1%2c1.1-1.8%2c2.1-2.4c0.5-0.3%2c1.1-0.5%2c1.7-0.5c0.5-0.1%2c1%2c0%2c1.5%2c0.1c0.2%2c0.1%2c0.4%2c0.1%2c0.5%2c0.2 c0.2%2c0.1%2c0.3%2c0.3%2c0.2%2c0.5c-0.1%2c0.3-0.2%2c0.6-0.3%2c0.9c-0.4%2c0.9-0.7%2c1.9-1.1%2c2.8c0%2c0.1-0.1%2c0.2-0.1%2c0.3c0%2c0.2%2c0.1%2c0.2%2c0.2%2c0.2 c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0.1%2c0%2c0.2-0.1%2c0.3%2c0c0.1%2c0.1%2c0%2c0.2%2c0%2c0.3c-0.1%2c0.2-0.2%2c0.3-0.4%2c0.4c-0.4%2c0.2-0.8%2c0.3-1.2%2c0.2 c-0.4-0.1-0.6-0.4-0.6-0.8C19.3%2c38.2%2c19.3%2c38.2%2c19.3%2c38.1C19.3%2c38.1%2c19.3%2c38.1%2c19.3%2c38.1z M17%2c37.2c0%2c0.1%2c0%2c0.1%2c0%2c0.2 c0%2c0.5%2c0.4%2c0.8%2c0.9%2c0.8c0.4-0.1%2c0.7-0.2%2c1-0.4c0.3-0.2%2c0.5-0.4%2c0.6-0.7c0.3-0.9%2c0.7-1.9%2c1.1-2.8c0-0.1%2c0-0.2-0.1-0.2 c-0.2-0.1-0.5-0.1-0.7-0.1c-0.6%2c0-1.1%2c0.2-1.6%2c0.6c-0.4%2c0.4-0.8%2c0.8-1%2c1.4C17.1%2c36.3%2c17%2c36.8%2c17%2c37.2z'/%3e %3cpath fill='%23919191' d='M25.5%2c34.1c0.1-0.1%2c0.1-0.1%2c0.2-0.2c0.5-0.5%2c1-0.8%2c1.7-0.8c0.3%2c0%2c0.7%2c0%2c1%2c0.1c0.5%2c0.2%2c0.7%2c0.5%2c0.7%2c1 c0%2c0.5-0.1%2c0.9-0.3%2c1.3c-0.3%2c0.7-0.5%2c1.3-0.8%2c2c0%2c0.1-0.1%2c0.3-0.1%2c0.4c0%2c0.2%2c0.1%2c0.3%2c0.2%2c0.2c0.1%2c0%2c0.2%2c0%2c0.3%2c0 c0.1%2c0%2c0.2-0.1%2c0.3%2c0c0.1%2c0.1%2c0%2c0.2%2c0%2c0.3c-0.1%2c0.2-0.2%2c0.3-0.4%2c0.4c-0.4%2c0.3-0.9%2c0.3-1.4%2c0.2c-0.4-0.1-0.5-0.3-0.5-0.7 c0-0.4%2c0.2-0.7%2c0.3-1c0.2-0.6%2c0.5-1.3%2c0.7-1.9c0.1-0.3%2c0.1-0.5%2c0.1-0.8c0-0.5-0.3-0.6-0.7-0.6c-0.6%2c0-1%2c0.3-1.4%2c0.7 c-0.2%2c0.2-0.3%2c0.4-0.4%2c0.6c-0.3%2c0.9-0.7%2c1.8-1%2c2.7c-0.1%2c0.2-0.2%2c0.4-0.3%2c0.7c-0.2%2c0.5-0.6%2c0.6-1.1%2c0.5c-0.2%2c0-0.3-0.2-0.2-0.4 c0.1-0.2%2c0.1-0.5%2c0.2-0.7c0.3-0.8%2c0.6-1.6%2c0.9-2.3c0.2-0.5%2c0.4-1%2c0.6-1.5c0-0.1%2c0-0.1-0.1-0.1c-0.2%2c0-0.3-0.1-0.5-0.1 c-0.2%2c0-0.3-0.2-0.2-0.4c0.1-0.2%2c0.3-0.3%2c0.5-0.4c0.3-0.1%2c0.6-0.1%2c1-0.1c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0.3%2c0.1%2c0.3%2c0.2%2c0.3%2c0.5 c0%2c0.1-0.1%2c0.2-0.1%2c0.4C25.5%2c34%2c25.5%2c34%2c25.5%2c34.1C25.5%2c34.1%2c25.5%2c34.1%2c25.5%2c34.1z'/%3e %3cpath fill='%23919191' d='M40.1%2c33c0.4%2c0%2c0.7%2c0%2c1.1%2c0.2c0.2%2c0.1%2c0.3%2c0.2%2c0.4%2c0.4c0.1%2c0.4-0.3%2c0.9-0.7%2c0.8c-0.1%2c0-0.1-0.1-0.2-0.1 c-0.1-0.1-0.1-0.2-0.2-0.2c-0.4-0.3-1.2-0.3-1.5%2c0.1c-0.3%2c0.3-0.4%2c0.7%2c0%2c1c0.2%2c0.2%2c0.5%2c0.3%2c0.7%2c0.5c0.2%2c0.1%2c0.4%2c0.3%2c0.6%2c0.5 c0.4%2c0.3%2c0.4%2c0.8%2c0.3%2c1.2c-0.2%2c0.7-0.7%2c1.1-1.3%2c1.4c-0.5%2c0.2-1%2c0.3-1.5%2c0.4c-0.4%2c0-0.8%2c0-1.2-0.2c-0.2-0.1-0.4-0.2-0.5-0.5 c-0.1-0.4%2c0.3-0.8%2c0.7-0.8c0.1%2c0%2c0.2%2c0.1%2c0.2%2c0.1c0.2%2c0.2%2c0.4%2c0.4%2c0.7%2c0.4c0.5%2c0.1%2c0.9%2c0.1%2c1.3-0.3c0.3-0.3%2c0.5-0.8%2c0.1-1.1 c-0.1-0.1-0.2-0.2-0.4-0.3c-0.3-0.2-0.6-0.3-0.8-0.5c-0.4-0.3-0.6-0.7-0.5-1.1c0.1-0.4%2c0.2-0.7%2c0.5-1c0.4-0.5%2c1-0.8%2c1.7-0.9 C39.6%2c33.1%2c39.9%2c33.1%2c40.1%2c33z'/%3e %3cpath fill='%23919191' d='M7.5%2c33.2c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.3%2c0%2c0.7%2c0%2c1%2c0c0.2%2c0%2c0.2%2c0.1%2c0.2%2c0.3c0%2c0.3-0.3%2c0.6-0.6%2c0.6 c-0.3%2c0-0.7%2c0-1%2c0c-0.1%2c0-0.2%2c0-0.2%2c0.1c-0.4%2c1-0.8%2c2.1-1.2%2c3.1c-0.1%2c0.1-0.1%2c0.3-0.1%2c0.4c-0.1%2c0.3%2c0.1%2c0.5%2c0.4%2c0.4 c0.2%2c0%2c0.5-0.1%2c0.7-0.1c0.2%2c0%2c0.3%2c0.1%2c0.2%2c0.3c-0.1%2c0.2-0.2%2c0.3-0.3%2c0.4c-0.3%2c0.2-0.7%2c0.3-1%2c0.3c-0.2%2c0-0.5%2c0-0.7%2c0 c-0.5-0.1-0.7-0.5-0.6-0.9c0-0.4%2c0.2-0.8%2c0.3-1.1c0.4-0.9%2c0.7-1.9%2c1.1-2.8C5.9%2c34%2c5.9%2c34%2c5.7%2c34c-0.1%2c0-0.2%2c0-0.4%2c0 C5%2c34%2c5%2c33.9%2c5%2c33.6c0.1-0.3%2c0.3-0.4%2c0.5-0.4c0.2%2c0%2c0.3%2c0%2c0.5%2c0c0.1%2c0%2c0.1%2c0%2c0.2-0.1c0.2-0.3%2c0.3-0.6%2c0.5-0.9 C6.9%2c32%2c7%2c31.8%2c7.2%2c31.7c0.2-0.1%2c0.4-0.1%2c0.5-0.1c0.1%2c0%2c0.2%2c0.1%2c0.2%2c0.2c-0.1%2c0.2-0.1%2c0.4-0.2%2c0.6C7.7%2c32.7%2c7.6%2c32.9%2c7.5%2c33.2z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-trophy {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 29' style='enable-background:new 0 0 25 29%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d .st2%7bfill:%23EEC254%3b%7d .st3%7bopacity:0.4%3bfill:white%3b%7d %3c/style%3e %3csymbol id='trophy' viewBox='-12.5 -14.5 25 29'%3e %3cg%3e %3cpath class='st2' d='M-1.23-1.79c0-0.64%2c0-1.39%2c0-2.14c0-2.08-0.02-4.16%2c0.01-6.25c0.01-0.49-0.13-0.78-0.58-1.02c-1.67-0.93-3.31-1.9-4.95-2.85c-0.2-0.12-0.4-0.25-0.73-0.45c2.51%2c0%2c4.99%2c0%2c7.48%2c0c2.44%2c0%2c4.89%2c0%2c7.39%2c0c-2%2c1.16-3.82%2c2.25-5.67%2c3.27c-0.5%2c0.28-0.64%2c0.58-0.64%2c1.13c0.03%2c2.54%2c0.01%2c5.09%2c0.01%2c7.63c0%2c0.26%2c0%2c0.52%2c0%2c0.68C3-0.98%2c4.85-0.31%2c6.61%2c0.57c3.27%2c1.63%2c4.86%2c4.52%2c5.46%2c8c0.25%2c1.45%2c0.29%2c2.93%2c0.43%2c4.48c-1.83%2c0-3.53%2c0-5.31%2c0c0%2c0.52%2c0%2c0.97%2c0%2c1.45c-2.41%2c0-4.8%2c0-7.19%2c0c-2.43%2c0-4.86%2c0-7.3%2c0c0-0.46%2c0-0.89%2c0-1.4c-1.75%2c0-3.45%2c0-5.14%2c0c-0.39-4.91%2c1.16-10.13%2c5.43-12.41C-6.9%2c0.63-6.8%2c0.56-6.69%2c0.52C-4.9-0.24-3.11-0.99-1.23-1.79z M-6.74%2c2.55c-3.04%2c2.24-3.81%2c5.32-4.03%2c8.74c1.17%2c0%2c2.28%2c0%2c3.39%2c0C-6.67%2c7.47-7.6%2c5.14-6.74%2c2.55z M6.65%2c2.71c0.99%2c2.81%2c0.28%2c5.74%2c0.59%2c8.6c1.13%2c0%2c2.21%2c0%2c3.34%2c0C10.66%2c7.67%2c8.84%2c3.7%2c6.65%2c2.71z'/%3e %3cpath class='st3' d='M-1.23-1.79c0-0.64%2c0-1.39%2c0-2.14c0-2.08-0.02-4.16%2c0.01-6.25c0.01-0.49-0.13-0.78-0.58-1.02c-1.67-0.93-3.31-1.9-4.95-2.85c-0.2-0.12-0.4-0.25-0.73-0.45c2.51%2c0%2c4.99%2c0%2c7.48%2c0l0%2c29c-2.43%2c0-4.86%2c0-7.3%2c0c0-0.46%2c0-0.89%2c0-1.4c-1.75%2c0-3.45%2c0-5.14%2c0c-0.39-4.91%2c1.16-10.13%2c5.43-12.41C-6.9%2c0.63-6.8%2c0.56-6.69%2c0.52C-4.9-0.24-3.11-0.99-1.23-1.79z M-6.74%2c2.55c-3.04%2c2.24-3.81%2c5.32-4.03%2c8.74c1.17%2c0%2c2.28%2c0%2c3.39%2c0C-6.67%2c7.47-7.6%2c5.14-6.74%2c2.55z'/%3e %3c/g%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cg%3e %3cuse xlink:href='%23trophy' width='25' height='29' x='-12.5' y='-14.5' transform='matrix(1 0 0 -1 12.5 14.5)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-user-filter-active {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 39.3 29.9' style='enable-background:new 0 0 39.3 29.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%234F5356%3b%7d .st1%7bfill:%23E0E0E0%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='individuals-active' viewBox='-19.6 -14.9 39.3 29.9'%3e %3cg%3e %3cpath class='st0' d='M19.6-10.6c0-2.4-1.9-4.3-4.3-4.3h-30.6c-2.4%2c0-4.3%2c1.9-4.3%2c4.3v21.2c0%2c2.4%2c1.9%2c4.3%2c4.3%2c4.3h30.6 c2.4%2c0%2c4.3-1.9%2c4.3-4.3V-10.6z'/%3e %3c/g%3e %3cg%3e %3cg id='XMLID_19_'%3e %3cg%3e %3cpath class='st1' d='M10.3-10.3h-20.6c0%2c0.2%2c0%2c0.4-0.1%2c0.7c-0.1%2c0.8-0.1%2c1.6%2c0.1%2c2.4c0.3%2c0.9%2c1%2c1.7%2c2.7%2c2.2l0.6%2c0.2 C-4-4-2.4-3.6-1.9-2.5l0.2%2c0.3l0%2c0.4c0%2c0-0.1%2c0-0.1%2c0.1C-2-1.5-2.2-1.4-2.4-1.1c-1.1%2c1.4-1.9%2c3.7-1.9%2c5.5 c0%2c2.4%2c1.7%2c4.8%2c4.3%2c4.8c2%2c0%2c4.2-2%2c4.2-5c0-1.9-1-4.3-2.4-5.7C1.8-1.6%2c1.7-1.7%2c1.6-1.8L1.5-1.9l0.1-0.2C1.9-3.5%2c3.5-4%2c6.6-4.9 l0.7-0.2C9-5.6%2c9.7-6.4%2c10.1-7.3h0c0.3-0.9%2c0.3-1.8%2c0.2-2.7C10.3-10.1%2c10.3-10.2%2c10.3-10.3z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23individuals-active' width='39.3' height='29.9' x='-19.6' y='-14.9' transform='matrix(1 0 0 -1 19.6387 14.9449)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.icon-app-user-filter {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 19.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 39.3 29.9' style='enable-background:new 0 0 39.3 29.9%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23F2F2F2%3b%7d .st1%7bfill:%23919191%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='individuals-innactive' viewBox='-19.6 -14.9 39.3 29.9'%3e %3cg%3e %3cpath class='st0' d='M19.6-10.6c0-2.4-1.9-4.3-4.3-4.3h-30.6c-2.4%2c0-4.3%2c1.9-4.3%2c4.3v21.2c0%2c2.4%2c1.9%2c4.3%2c4.3%2c4.3h30.6 c2.4%2c0%2c4.3-1.9%2c4.3-4.3V-10.6z'/%3e %3c/g%3e %3cg%3e %3cpath class='st1' d='M6.6-4.9C4-4.1%2c2.5-3.7%2c1.8-2.8C1.7-2.6%2c1.6-2.4%2c1.5-2.1L1.5-1.9l0.2%2c0.1c0.1%2c0.1%2c0.2%2c0.2%2c0.3%2c0.3 c1.4%2c1.4%2c2.4%2c3.8%2c2.4%2c5.7c0%2c3-2.2%2c5-4.2%2c5c-2.6%2c0-4.3-2.5-4.3-4.8c0-1.8%2c0.8-4.1%2c1.9-5.5C-2.2-1.4-2-1.5-1.8-1.7 c0.1-0.1%2c0.1-0.1%2c0.1-0.1l0-0.4l-0.2-0.3C-1.9-2.5-2-2.6-2-2.7c-0.6-0.9-2.2-1.4-4.9-2.2l-0.6-0.2c-0.4-0.1-0.7-0.2-1-0.4 c-1-0.5-1.5-1.1-1.7-1.8c-0.2-0.8-0.2-1.6-0.1-2.4c0-0.2%2c0-0.4%2c0.1-0.7h20.6c0%2c0.1%2c0%2c0.3%2c0%2c0.4c0%2c0.9%2c0.1%2c1.8-0.2%2c2.7h0 C9.8-6.6%2c9.3-5.9%2c8.3-5.5C8-5.3%2c7.7-5.2%2c7.3-5.1L6.6-4.9z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23individuals-innactive' width='39.3' height='29.9' x='-19.6' y='-14.9' transform='matrix(1 0 0 -1 19.6387 14.9429)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.accessible-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.desaturate {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.control.control__radio .control__radio__indicator {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24.72 24.72' style='enable-background:new 0 0 24.72 24.72%3b' xml:space='preserve'%3e %3cstyle%3e .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d %3c/style%3e %3csymbol id='radio-unselect' viewBox='-12.36 -12.36 24.72 24.72'%3e %3cpath class='st2' d='M0%2c12.36c-6.81%2c0-12.36-5.54-12.36-12.36c0-6.82%2c5.55-12.36%2c12.36-12.36c6.82%2c0%2c12.36%2c5.54%2c12.36%2c12.36C12.36%2c6.82%2c6.82%2c12.36%2c0%2c12.36z'/%3e %3cpath class='st2' d='M0%2c6.99c-3.86%2c0-6.99-3.13-6.99-6.99c0-3.86%2c3.13-6.99%2c6.99-6.99S6.99-3.86%2c6.99%2c0C6.99%2c3.86%2c3.86%2c6.99%2c0%2c6.99z'/%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23radio-unselect' width='24.72' height='24.72' x='-12.36' y='-12.36' transform='matrix(1 0 0 -1 12.3604 12.3599)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.control.control__radio .control__radio__indicator.disabled {
  opacity: 0.5;
}
.control.control__radio input[type="radio"]:checked ~ .control__radio__indicator {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24.72 24.72' style='enable-background:new 0 0 24.72 24.72%3b' xml:space='preserve'%3e %3cstyle%3e .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d %3c/style%3e %3csymbol id='radio-selected_2' viewBox='-12.36 -12.36 24.72 24.72'%3e %3cpath class='st2' d='M0%2c12.36c-6.81%2c0-12.36-5.54-12.36-12.36c0-6.82%2c5.55-12.36%2c12.36-12.36c6.82%2c0%2c12.36%2c5.54%2c12.36%2c12.36C12.36%2c6.82%2c6.82%2c12.36%2c0%2c12.36z'/%3e %3cpath class='st3' d='M0%2c6.99c-3.86%2c0-6.99-3.13-6.99-6.99c0-3.86%2c3.13-6.99%2c6.99-6.99S6.99-3.86%2c6.99%2c0C6.99%2c3.86%2c3.86%2c6.99%2c0%2c6.99z'/%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23radio-selected_2' width='24.72' height='24.72' x='-12.36' y='-12.36' transform='matrix(1 0 0 -1 12.3604 12.3599)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.control.control__radio input[type="radio"]:checked ~ .control__radio__indicator.disabled {
  opacity: 0.5;
}
.control.control__radio input[type="radio"] {
  visibility: hidden;
}
button .spinner,
[data-type="button"] .spinner {
  display: none;
  margin-right: 0.3em;
}
button.submitting .spinner,
[data-type="button"].submitting .spinner {
  display: inline-block;
}
.btn {
  font-size: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 9px 12px 9px;
  font-weight: 400;
  line-height: 1em;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 4px 4px 0 #e0e1dc;
}
.btn:active,
.btn.active {
  box-shadow: 4px 4px 0 #cdcccc;
}
.btn > span {
  vertical-align: middle;
}
.btn.dark {
  box-shadow: 4px 4px 0 #cdcccc;
}
.btn.no-shadow {
  box-shadow: 0 0 0 transparent;
}
.btn-group .btn:hover {
  z-index: 0;
}
.btn-lg {
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 32px;
}
.btn-lg:active,
.btn-lg.active {
  line-height: 34px;
}
.btn-lg[disabled],
.btn-lg.disabled {
  line-height: 36px;
}
.btn-sm {
  font-size: 14px;
}
.btn-normal {
  font-size: 16px;
  padding: 9px 12px 9px;
}
.btn-md {
  font-size: 16px;
  padding: 14px 18px 14px;
}
.btn-delete {
  text-transform: uppercase;
  color: #F15F2B;
}
.btn-white {
  color: #4f5356;
  background-color: #fff;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #f4f4f4;
  color: inherit;
}
.btn-gray {
  color: #f8f8f8;
  background-color: #aaa;
  border-color: #222222;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #f8f8f8;
  background-color: #969696;
  border-color: #030303;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #aaa;
  border-color: #222222;
}
.btn-gray .badge {
  color: #aaa;
  background-color: #fff;
}
.btn-yellow {
  color: #484747;
  background-color: #EEC254;
  border-color: #edbf4b;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #484747;
  background-color: #eab52f;
  border-color: #e4a917;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #EEC254;
  border-color: #edbf4b;
}
.btn-yellow .badge {
  color: #EEC254;
  background-color: #fff;
}
.btn-light-green {
  color: #262626;
  background-color: #D2E8C5;
  border-color: #2a2e27;
}
.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
  color: #262626;
  background-color: #bbdca8;
  border-color: #0c0d0b;
}
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
  background-image: none;
}
.btn-light-green.disabled,
.btn-light-green[disabled],
fieldset[disabled] .btn-light-green,
.btn-light-green.disabled:hover,
.btn-light-green[disabled]:hover,
fieldset[disabled] .btn-light-green:hover,
.btn-light-green.disabled:focus,
.btn-light-green[disabled]:focus,
fieldset[disabled] .btn-light-green:focus,
.btn-light-green.disabled:active,
.btn-light-green[disabled]:active,
fieldset[disabled] .btn-light-green:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green.active {
  background-color: #D2E8C5;
  border-color: #2a2e27;
}
.btn-light-green .badge {
  color: #D2E8C5;
  background-color: #fff;
}
.btn-light-teal {
  color: #262626;
  background-color: #CAE9E8;
  border-color: #282f2e;
}
.btn-light-teal:hover,
.btn-light-teal:focus,
.btn-light-teal:active,
.btn-light-teal.active,
.open .dropdown-toggle.btn-light-teal {
  color: #262626;
  background-color: #addddb;
  border-color: #0c0e0e;
}
.btn-light-teal:active,
.btn-light-teal.active,
.open .dropdown-toggle.btn-light-teal {
  background-image: none;
}
.btn-light-teal.disabled,
.btn-light-teal[disabled],
fieldset[disabled] .btn-light-teal,
.btn-light-teal.disabled:hover,
.btn-light-teal[disabled]:hover,
fieldset[disabled] .btn-light-teal:hover,
.btn-light-teal.disabled:focus,
.btn-light-teal[disabled]:focus,
fieldset[disabled] .btn-light-teal:focus,
.btn-light-teal.disabled:active,
.btn-light-teal[disabled]:active,
fieldset[disabled] .btn-light-teal:active,
.btn-light-teal.disabled.active,
.btn-light-teal[disabled].active,
fieldset[disabled] .btn-light-teal.active {
  background-color: #CAE9E8;
  border-color: #282f2e;
}
.btn-light-teal .badge {
  color: #CAE9E8;
  background-color: #fff;
}
.btn-light-yellow {
  color: #262626;
  background-color: #F1E6D3;
  border-color: #302e2a;
}
.btn-light-yellow:hover,
.btn-light-yellow:focus,
.btn-light-yellow:active,
.btn-light-yellow.active,
.open .dropdown-toggle.btn-light-yellow {
  color: #262626;
  background-color: #e7d4b4;
  border-color: #100f0e;
}
.btn-light-yellow:active,
.btn-light-yellow.active,
.open .dropdown-toggle.btn-light-yellow {
  background-image: none;
}
.btn-light-yellow.disabled,
.btn-light-yellow[disabled],
fieldset[disabled] .btn-light-yellow,
.btn-light-yellow.disabled:hover,
.btn-light-yellow[disabled]:hover,
fieldset[disabled] .btn-light-yellow:hover,
.btn-light-yellow.disabled:focus,
.btn-light-yellow[disabled]:focus,
fieldset[disabled] .btn-light-yellow:focus,
.btn-light-yellow.disabled:active,
.btn-light-yellow[disabled]:active,
fieldset[disabled] .btn-light-yellow:active,
.btn-light-yellow.disabled.active,
.btn-light-yellow[disabled].active,
fieldset[disabled] .btn-light-yellow.active {
  background-color: #F1E6D3;
  border-color: #302e2a;
}
.btn-light-yellow .badge {
  color: #F1E6D3;
  background-color: #fff;
}
.btn-group > .btn {
  margin-right: 0;
}
.btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-top-left-radius: 5px;
}
.btn-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #656a6e;
  margin-bottom: 10px;
  text-decoration: none;
}
.btn-link.accent {
  color: #B59241;
}
.btn-link.muted {
  color: #656a6e;
}
.btn-link.light {
  color: #939393;
}
.btn-link .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.btn-link span {
  vertical-align: middle;
}
.btn-link:hover {
  color: #4f5356;
}
.file-input-btn {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
}
.file-input-btn input[type="file"],
.file-input-btn .file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 50px;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  cursor: pointer;
}
.file-input-btn .fa {
  margin-right: 4px;
}
.file-input-wrap {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
}
.file-input-wrap input[type="file"],
.file-input-wrap .file-input {
  position: absolute;
  top: 0;
  margin: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  -ms-filter: 'alpha(opacity=0)';
}
.file-input-wrap .file-input + label {
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border: 1px solid #77AB53;
  background-color: #f4f4f4;
  padding: 0;
  color: #77AB53;
}
.file-input-wrap .inputfile + label * {
  /* pointer-events: none; */
}
.file-input-wrap .file-input + label span.name {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-transform: none;
}
.file-input-wrap .file-input + label strong {
  height: 100%;
  color: #f8f8f8;
  background-color: #77AB53;
  display: inline-block;
}
.file-input-wrap .file-input + label span.name,
.file-input-wrap .file-input + label strong {
  padding: 0.625rem 1.25rem;
}
.file-input-wrap .file-input + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.file-input-wrap.file-info .file-input + label {
  border-color: #189DAD;
  color: #189DAD;
}
.file-input-wrap.file-info .file-input + label strong {
  background-color: #189DAD;
}
.big-button {
  display: block;
  width: 100%;
  background-color: #aaa;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button:active,
.big-button.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #a5a5a5;
  line-height: 50px;
}
.big-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #9d9d9d;
}
.big-button[disabled],
.big-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.primary {
  display: block;
  width: 100%;
  background-color: #77AB53;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #f8f8f8;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.primary:active,
.big-button.primary.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #73a651;
  line-height: 50px;
}
.big-button.primary:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #6b9a4b;
}
.big-button.primary[disabled],
.big-button.primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.black {
  display: block;
  width: 100%;
  background-color: #262626;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #f8f8f8;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.black:active,
.big-button.black.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #252525;
  line-height: 50px;
}
.big-button.black:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #191919;
}
.big-button.black[disabled],
.big-button.black.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.gray {
  display: block;
  width: 100%;
  background-color: #484747;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #f8f8f8;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.gray:active,
.big-button.gray.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #464545;
  line-height: 50px;
}
.big-button.gray:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #3b3a3a;
}
.big-button.gray[disabled],
.big-button.gray.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.white {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #484747;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.white:active,
.big-button.white.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #f7f7f7;
  line-height: 50px;
}
.big-button.white:hover {
  color: #484747;
  text-decoration: none;
  background-color: #f2f2f2;
}
.big-button.white[disabled],
.big-button.white.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.teal {
  display: block;
  width: 100%;
  background-color: #189DAD;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #f8f8f8;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.teal:active,
.big-button.teal.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #1798a8;
  line-height: 50px;
}
.big-button.teal:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #158997;
}
.big-button.teal[disabled],
.big-button.teal.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.yellow {
  display: block;
  width: 100%;
  background-color: #EEC254;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #484747;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.yellow:active,
.big-button.yellow.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #e7bc51;
  line-height: 50px;
}
.big-button.yellow:hover {
  color: #484747;
  text-decoration: none;
  background-color: #ecba3d;
}
.big-button.yellow[disabled],
.big-button.yellow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.orange {
  display: block;
  width: 100%;
  background-color: #F15E29;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #f8f8f8;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.orange:active,
.big-button.orange.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #ea5b28;
  line-height: 50px;
}
.big-button.orange:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #ef4c11;
}
.big-button.orange[disabled],
.big-button.orange.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.big-button.light-green {
  display: block;
  width: 100%;
  background-color: #D2E8C5;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #77AB53;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-button.light-green:active,
.big-button.light-green.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #cce1bf;
  line-height: 50px;
}
.big-button.light-green:hover {
  color: #77AB53;
  text-decoration: none;
  background-color: #c4e1b3;
}
.big-button.light-green[disabled],
.big-button.light-green.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #262626;
  background-color: #aaa;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #888888;
  box-shadow: inset 0 -4px 0 #888888;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button:active,
.small-button.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #888888;
  box-shadow: 0 0 0 #888888;
  background-color: #a5a5a5;
}
.small-button:hover {
  text-decoration: none;
  color: #262626;
  background-color: #9d9d9d;
}
.small-button[disabled],
.small-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.primary {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #f8f8f8;
  background-color: #77AB53;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #5f8942;
  box-shadow: inset 0 -4px 0 #5f8942;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.primary:active,
.small-button.primary.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #5f8942;
  box-shadow: 0 0 0 #5f8942;
  background-color: #73a651;
}
.small-button.primary:hover {
  text-decoration: none;
  color: #f8f8f8;
  background-color: #6b9a4b;
}
.small-button.primary[disabled],
.small-button.primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.black {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #f8f8f8;
  background-color: #262626;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #1e1e1e;
  box-shadow: inset 0 -4px 0 #1e1e1e;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.black:active,
.small-button.black.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #1e1e1e;
  box-shadow: 0 0 0 #1e1e1e;
  background-color: #252525;
}
.small-button.black:hover {
  text-decoration: none;
  color: #f8f8f8;
  background-color: #191919;
}
.small-button.black[disabled],
.small-button.black.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.gray {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #f8f8f8;
  background-color: #484747;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #3a3939;
  box-shadow: inset 0 -4px 0 #3a3939;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.gray:active,
.small-button.gray.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #3a3939;
  box-shadow: 0 0 0 #3a3939;
  background-color: #464545;
}
.small-button.gray:hover {
  text-decoration: none;
  color: #f8f8f8;
  background-color: #3b3a3a;
}
.small-button.gray[disabled],
.small-button.gray.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.white {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #484747;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #cccccc;
  box-shadow: inset 0 -4px 0 #cccccc;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.white:active,
.small-button.white.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #cccccc;
  box-shadow: 0 0 0 #cccccc;
  background-color: #f7f7f7;
}
.small-button.white:hover {
  text-decoration: none;
  color: #484747;
  background-color: #f2f2f2;
}
.small-button.white[disabled],
.small-button.white.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.teal {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #f8f8f8;
  background-color: #189DAD;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #137e8a;
  box-shadow: inset 0 -4px 0 #137e8a;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.teal:active,
.small-button.teal.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #137e8a;
  box-shadow: 0 0 0 #137e8a;
  background-color: #1798a8;
}
.small-button.teal:hover {
  text-decoration: none;
  color: #f8f8f8;
  background-color: #158997;
}
.small-button.teal[disabled],
.small-button.teal.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.yellow {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #484747;
  background-color: #EEC254;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #be9b43;
  box-shadow: inset 0 -4px 0 #be9b43;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.yellow:active,
.small-button.yellow.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #be9b43;
  box-shadow: 0 0 0 #be9b43;
  background-color: #e7bc51;
}
.small-button.yellow:hover {
  text-decoration: none;
  color: #484747;
  background-color: #ecba3d;
}
.small-button.yellow[disabled],
.small-button.yellow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.orange {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #f8f8f8;
  background-color: #F15E29;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #c14b21;
  box-shadow: inset 0 -4px 0 #c14b21;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.orange:active,
.small-button.orange.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #c14b21;
  box-shadow: 0 0 0 #c14b21;
  background-color: #ea5b28;
}
.small-button.orange:hover {
  text-decoration: none;
  color: #f8f8f8;
  background-color: #ef4c11;
}
.small-button.orange[disabled],
.small-button.orange.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-button.light-green {
  display: inline-block;
  padding: 7px 12px 11px;
  font-weight: 300;
  line-height: 1em;
  color: #77AB53;
  background-color: #D2E8C5;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #a8ba9e;
  box-shadow: inset 0 -4px 0 #a8ba9e;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.small-button.light-green:active,
.small-button.light-green.active {
  padding: 9px 12px 9px;
  -webkit-box-shadow: 0 0 0 #a8ba9e;
  box-shadow: 0 0 0 #a8ba9e;
  background-color: #cce1bf;
}
.small-button.light-green:hover {
  text-decoration: none;
  color: #77AB53;
  background-color: #c4e1b3;
}
.small-button.light-green[disabled],
.small-button.light-green.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-margin {
  display: inline-block;
  margin: 10px 18px 14px;
  font-size: 17px;
}
.container {
  width: auto;
}
.container.padded {
  padding-top: 0;
  padding-bottom: 10px;
}
body.no-nav .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 480px) {
  .container.padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.no-nav .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  body.no-nav .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.container--max {
    max-width: 1400px;
  }
}
.padded-box {
  padding: 10px 15px 10px;
  background-color: #fff;
  border-radius: 5px;
}
.padded-box.transparent {
  background-color: transparent;
}
.padded-box.extra {
  padding: 20px 20px;
}
.padded-box.alt {
  padding: 25px 20px;
  margin-bottom: 30px;
}
.padded-box.no-radius-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.padded-box.no-radius-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.padded-box.no-radius-top-left {
  border-top-left-radius: 0;
}
.padded-box.border {
  border: 1px solid #e9eae7;
}
.padded-box.thick-border {
  border: 5px solid #e9eae7;
}
@media (min-width: 480px) {
  .padded-box.extra {
    padding: 25px 25px;
  }
  .padded-box.alt {
    padding: 25px 35px;
  }
}
@media (min-width: 768px) {
  .padded-box {
    padding: 20px 30px;
  }
  .padded-box.extra {
    padding: 40px 50px;
  }
  .padded-box.alt {
    padding: 35px 65px;
  }
}
@media (min-width: 992px) {
  .padded-box {
    padding: 20px 30px 30px;
  }
  .padded-box.extra {
    padding: 40px 60px 50px;
  }
}
@media print {
  .padded-box {
    padding: 10px;
  }
  .padded-box.extra {
    padding: 10px;
  }
  .padded-box.alt {
    padding: 0;
  }
}
.styled-box {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 10px 15px 20px;
  border-radius: 5px;
}
.styled-box.green {
  border-left: 4px solid #77AB53;
}
.styled-box.green h2 {
  color: #77AB53;
}
.styled-box.orange {
  border-left: 4px solid #F15E29;
}
.styled-box.orange h2 {
  color: #F15E29;
}
.styled-box.teal {
  border-left: 4px solid #189DAD;
}
.styled-box.teal h2 {
  color: #189DAD;
}
.styled-box.yellow {
  border-left: 4px solid #EEC254;
}
.styled-box.yellow h2 {
  color: #EEC254;
}
.styled-box.gray {
  border-left: 4px solid #808080;
}
.styled-box.gray h2 {
  color: #808080;
}
.styled-box.reduced {
  padding: 10px 15px 10px;
}
.styled-box.reduced h4 {
  margin: 0 0 10px;
}
.styled-box.reduced.green h4 {
  color: #77AB53;
}
.styled-box.reduced.orange h4 {
  color: #F15E29;
}
.styled-box.reduced.teal h4 {
  color: #189DAD;
}
.styled-box.reduced.yellow h4 {
  color: #EEC254;
}
.styled-box.reduced.gray h4 {
  color: #808080;
}
.styled-box .form-group {
  margin-bottom: 10px;
}
.styled-box .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #939393;
  text-align: left;
}
.styled-box .form-group .reg-input {
  margin-bottom: 0;
}
.styled-box .form-actions {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .styled-box {
    padding: 20px 30px 30px;
  }
  .styled-box.reduced {
    padding: 10px 30px 10px;
  }
}
.errors-container {
  width: auto;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #fff;
}
.errors-container.padded {
  padding-top: 0;
  padding-bottom: 10px;
}
.errors-container:before,
.errors-container:after {
  content: " ";
  display: table;
}
.errors-container:after {
  clear: both;
}
.errors-container:before,
.errors-container:after {
  content: " ";
  display: table;
}
.errors-container:after {
  clear: both;
}
.errors-container > div {
  white-space: pre-wrap;
}
.errors-container .alert {
  margin-top: 0;
  font-weight: 400;
  text-transform: none;
}
.errors-container .env-info {
  float: right;
  clear: right;
  margin: 0 0 10px 10px;
}
.errors-container .message {
  font-size: 16px;
}
.errors-container .environment {
  text-transform: uppercase;
}
.actions-block-row {
  border-bottom: 1px dashed #cdcccc;
}
.actions-block-row:last-child {
  border-bottom: 0;
}
.actions-block-row .actions-left {
  padding-right: 25px;
}
.actions-block-row .actions-right {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 11px;
  border-left: 0 none;
}
.actions-block-row .actions-right .btn {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .actions-block-row .actions-right {
    border-left: 1px dashed #cdcccc;
    margin-top: 35px;
    padding-left: 25px;
    padding-bottom: 32px;
    text-align: center;
  }
}
.section-heading {
  clear: both;
  position: relative;
  padding: 15px 35px 15px;
  margin: 0 -35px;
  background-color: #E7E8E5;
}
.section-heading.even {
  background-color: #E0E0E0;
}
.section-heading.border {
  border-bottom: 1px dashed #cdcccc;
  background-color: transparent;
}
.section-heading h2 {
  margin: 0;
}
.section-heading .dataset-tabs {
  margin: 0 0 -15px -10px;
}
.section-heading input[type="text"] {
  margin: 0;
}
.section-heading .pull-right {
  line-height: 1em;
}
@media (min-width: 768px) {
  .section-heading {
    padding: 25px 65px 25px;
    margin: 0 -65px;
  }
  .section-heading .dataset-tabs {
    margin: -10px 0 -25px -30px;
  }
}
@media print {
  .section-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cdcccc;
    border-bottom-style: solid;
  }
}
.section-heading .toggle-group,
.toggle-group-wrap .toggle-group {
  float: right;
  margin-top: -1px;
  margin-left: 5px;
  line-height: 1em;
  cursor: pointer;
  color: #bbbec1;
}
.section-heading .toggle-group .icon,
.toggle-group-wrap .toggle-group .icon {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.section-heading .toggle-group span,
.toggle-group-wrap .toggle-group span {
  font-size: 14px;
  color: #656a6e;
  text-transform: uppercase;
}
.section-heading .toggle-group.on .icon,
.toggle-group-wrap .toggle-group.on .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.section-heading.active .toggle-group .icon,
.toggle-group-wrap.active .toggle-group .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.section-heading.edit .toggle-group,
.toggle-group-wrap.edit .toggle-group {
  position: absolute;
  top: 37px;
  right: 15px;
}
.section-heading.edit .toggle-group .icon,
.toggle-group-wrap.edit .toggle-group .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.section-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-content.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section-content .sub-section-heading {
  clear: both;
  position: relative;
  padding: 10px 35px 20px;
  margin: 0 -35px;
  background-color: #F0E9DB;
  line-height: 1em;
}
.section-content .sub-section-heading:before,
.section-content .sub-section-heading:after {
  content: " ";
  display: table;
}
.section-content .sub-section-heading:after {
  clear: both;
}
.section-content .sub-section-heading:before,
.section-content .sub-section-heading:after {
  content: " ";
  display: table;
}
.section-content .sub-section-heading:after {
  clear: both;
}
.section-content .sub-section-heading h3 {
  margin: 0;
}
.section-content .sub-section-heading h3 a {
  color: #B59241;
}
.section-content .sub-section-heading h3 span.lbl {
  margin-left: 2px;
  margin-right: 2px;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.section-content .sub-section-heading h3 span.val {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
  color: #B59241;
}
.section-content .sub-section-heading h3 span.val.accent {
  color: #B59241;
}
.section-content .sub-section-heading .inactive-item {
  margin-right: 5px;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #B59241;
  font-size: 14px;
}
.section-content .sub-section-heading .close-item {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
}
.section-content .sub-section-heading .close-item.accent {
  color: #B59241;
}
.section-content .sub-section-heading .view-item {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
}
.section-content .sub-section-heading .view-item.accent {
  color: #B59241;
}
.section-content .sub-section-heading .view-item .icon {
  color: #B59241;
}
.section-content .sub-section-heading.even {
  background-color: #F7F4ED;
}
@media (min-width: 768px) {
  .section-content .sub-section-heading {
    padding: 12px 65px 12px;
    margin: 0 -65px;
  }
}
.section-content .sub-section-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print {
  .section-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.well {
  border: none;
  box-shadow: none;
  border-radius: 5px;
}
.nav-link {
  display: inline-block;
  padding: 2px 15px;
  letter-spacing: 1px;
}
.nav-link span,
.nav-link small {
  line-height: normal;
}
.nav-link .divider {
  font-weight: 300;
}
a.nav-link {
  color: #4f5356;
  text-decoration: none;
}
a.nav-link.active,
a.nav-link:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}
a.nav-link.no-hover {
  background-color: transparent;
}
a.nav-link.nav-link-close i {
  margin-left: 5px;
}
a.nav-link-primary {
  color: #fff;
  background-color: #F15E29;
}
a.nav-link-primary.active,
a.nav-link-primary:hover {
  background-color: #e3451f !important;
}
@media (min-width: 768px) {
  .nav-link.hidden-xs,
  .nav-link.hidden-sm {
    display: inline-block !important;
  }
}
.nav-link-wrap {
  display: inline-block;
  vertical-align: top;
}
.dropdown-toggle {
  cursor: pointer;
}
.page-actions {
  float: right;
  margin-right: 10px;
  font-size: 16px;
}
.page-actions.page-actions-left {
  float: left;
}
.page-actions a.nav-link {
  padding: 2px 15px;
}
.page-actions a.nav-link i {
  margin-right: 4px;
  margin-left: 2px;
  font-size: 1.2em;
  vertical-align: middle;
}
.page-actions a span.icon {
  display: inline-block;
}
.page-actions .dropdown {
  display: inline-block;
}
.page-actions .dropdown-menu {
  text-align: left;
}
.page-actions-divider {
  color: #4f5356;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .page-actions {
    font-size: 14px;
  }
  .page-actions a {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .nav-link {
    padding: 0 14px;
    line-height: 45px;
  }
  .nav-link > .hidden-mobile {
    display: none;
  }
  .page-actions a span {
    display: none;
  }
  .page-actions a span.caret {
    display: inline-block;
  }
  .page-actions a span.fa.fa-spinner {
    display: inline-block;
  }
  .page-actions a i {
    margin-right: 0;
  }
}
.btn-group.white-tabs > .btn {
  margin: 0 10px 0 0;
  padding: 15px 30px 15px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  vertical-align: bottom;
  color: #656a6e;
  background-color: #f4f4f4;
}
.btn-group.white-tabs > .btn.active {
  background-color: #fff;
}
.btn-group.white-tabs > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: inherit;
  border-top-right-radius: 5px;
}
.btn-group.white-tabs > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px 5px 0 0;
}
/*
 Helper classes which modify menu behaviors.
*/
.dropdown-menu--scrollable {
  max-height: 400px;
  overflow-y: scroll!important;
}
.banner-dialog {
  color: #7ab057;
  background-color: #f8f8f8;
  text-align: left;
  border-bottom: 1px solid #dadada;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 25px;
}
.banner-dialog h4 {
  color: inherit;
  font-weight: bold;
  margin-bottom: 15px;
}
.banner-dialog strong {
  display: block;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 768px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  /* Content styles */
}
.md-modal.md-show {
  visibility: visible;
  pointer-events: visible;
}
.md-modal.md-show .md-content iframe {
  display: block;
}
.md-modal .md-content {
  background: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.md-modal .md-content h3 {
  margin: 0;
  padding: 0.75em;
  text-align: center;
  background: #189DAD;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.md-modal .md-content > div {
  padding: 15px 30px 30px;
  margin: 0;
}
.md-modal .md-content > div h4 {
  margin: 0 0 1em;
  padding: 8px 0;
  color: #656a6e;
  border-top: 1px dashed #cdcccc;
  border-bottom: 1px dashed #cdcccc;
}
.md-modal .md-content > div h4 .email {
  font-size: 0.75em;
  opacity: 0.8;
}
.md-modal .md-content button {
  margin-right: 10px;
}
.md-modal .md-content .selectize-input {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.md-modal .md-content iframe {
  display: none;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(147, 147, 147, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.md-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Individual modal styles with animations/transitions */
/* Effect: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .md-modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.sweet-alert {
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 540px) {
  .sweet-alert {
    max-height: 85%;
    overflow: auto;
  }
  .sweet-alert .sa-icon.sa-error,
  .sweet-alert .sa-icon.sa-warning,
  .sweet-alert .sa-icon.sa-info,
  .sweet-alert .sa-icon.sa-success {
    display: none;
  }
}
.sweet-alert h2 {
  margin: 10px 0 15px;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.4em;
}
.sweet-alert p {
  margin: 15px 0;
}
.sweet-alert button {
  margin-top: 15px;
  color: #fff;
  background-color: #77AB53;
}
.sweet-alert button:hover {
  background-color: #5a823f;
}
.sweet-alert button.cancel {
  color: #fff;
  background-color: #189DAD;
}
.sweet-alert button.cancel:hover {
  background-color: #116c77;
}
.sweet-alert .rotate-loading {
  display: inline-block;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  border-left-color: #77AB53;
  border-right-color: #77AB53;
  background-color: #77AB53;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
.sweet-alert button.confirm[disabled] {
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 30px;
  vertical-align: middle;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Overlay style */
/* from: http://tympanus.net/codrops/2014/02/06/fullscreen-overlay-effects/ */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 502;
  background: rgba(255, 255, 255, 0.93);
}
.modal-overlay.dark {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.8);
}
body.modal-overlay-open {
  overflow: hidden;
}
/* Overlay closing cross */
.modal-overlay .modal-overlay-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 503;
  line-height: 1em;
}
@media (min-width: 768px) {
  .modal-overlay .modal-overlay-close {
    right: 20px;
    top: 20px;
  }
}
/* Effects */
.modal-overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.modal-overlay-scale.hide {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.modal-overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.modal-overlay-inner h1 {
  margin-top: 0;
}
.onboarding-modal {
  position: relative;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.onboarding-modal h2 {
  margin-top: 10px;
}
.onboarding-modal h2.accent {
  color: #B59241;
}
.onboarding-modal .message {
  line-height: 1.2em;
  margin-bottom: 20px;
  font-size: 16px;
}
.onboarding-modal .feature-img {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.onboarding-modal .feature-img img {
  max-width: 100%;
  pointer-events: none;
}
.onboarding-modal .actions {
  position: relative;
  margin-top: 15px;
}
.onboarding-modal .dots {
  display: block;
  width: 100%;
  left: 0;
  margin-bottom: 5px;
  text-align: center;
  pointer-events: none;
}
.onboarding-modal .dots .circle-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 3px 4px;
  border-radius: 50%;
  background-color: #fff;
}
.onboarding-modal .dots .circle-dot.fill {
  background-color: #B59241;
}
@media (min-width: 768px) {
  .onboarding-modal h2 {
    margin-top: 20px;
  }
  .onboarding-modal .message {
    line-height: 1.4em;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .onboarding-modal .actions {
    margin-top: 30px;
  }
  .onboarding-modal .dots {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .onboarding-modal .dots {
    position: absolute;
    margin-top: 10px;
  }
}
#modalSlidesWrap {
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
}
#modalSlidesWrap .slides {
  padding: 0;
  margin: 0;
  position: relative;
}
#modalSlidesWrap .slide {
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}
#modalSlidesWrap.animate {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#modalSlidesWrap .slides.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#modalSlidesWrap .slides {
  transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.alert-filled.alert-success {
  color: #fff;
  background-color: #77AB53;
  background-color: rgba(119, 171, 83, 0.93);
  border: #5f8942;
}
.alert-filled.alert-info {
  color: #fff;
  background-color: #189DAD;
  background-color: rgba(24, 157, 173, 0.93);
  border: #127480;
}
.alert-filled.alert-warning,
.alert-filled.alert-error {
  color: #fff;
  background-color: #F15E29;
  background-color: rgba(241, 94, 41, 0.93);
  border: #d9440e;
}
.alert-filled.alert-danger {
  color: #fff;
  background-color: #F15F2B;
  background-color: rgba(241, 95, 43, 0.93);
  border: #db440e;
}
.alert-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  border: 0 none;
  background-color: #f8f8f8;
  background-color: rgba(248, 248, 248, 0.95);
}
.alert-fixed p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
}
.alert-fixed .close {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.75;
}
.alert-fixed .close span {
  display: none;
  vertical-align: middle;
}
.alert-fixed .close .fa-lg {
  line-height: 1em;
  vertical-align: middle;
}
.alert-fixed .close:hover {
  opacity: 1;
}
.alert-fixed.alert-dismissable {
  padding-right: 35px;
}
.alert-fixed:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -17px;
  left: 0;
  height: 17px;
  background: -webkit-linear-gradient(134deg, transparent 75%, rgba(38, 38, 38, 0.3) 75%, rgba(248, 248, 248, 0.95) 77%) 0 50%, -webkit-linear-gradient(45deg, transparent 75%, rgba(38, 38, 38, 0.3) 75%, rgba(248, 248, 248, 0.95) 77%) 0 50%;
  background: linear-gradient(-45deg, transparent 75%, rgba(38, 38, 38, 0.3) 75%, rgba(248, 248, 248, 0.95) 77%) 0 50%, linear-gradient(45deg, transparent 75%, rgba(38, 38, 38, 0.3) 75%, rgba(248, 248, 248, 0.95) 77%) 0 50%;
  background-repeat: repeat-x;
  background-size: 17px 17px, 17px 17px;
}
.alert-fixed.alert-success {
  color: #77AB53;
}
.alert-fixed.alert-success .close {
  color: #77AB53;
}
.alert-fixed.alert-info {
  color: #189DAD;
}
.alert-fixed.alert-info .close {
  color: #189DAD;
}
.alert-fixed.alert-warning {
  color: #F15E29;
}
.alert-fixed.alert-warning .close {
  color: #F15E29;
}
.alert-fixed.alert-danger {
  color: #d9534f;
}
.alert-fixed.alert-danger .close {
  color: #d9534f;
}
@media (min-width: 480px) {
  .alert-fixed {
    padding: 25px 25px 20px;
  }
  .alert-fixed p {
    font-size: 19px;
  }
  .alert-fixed .close span {
    display: inline;
  }
  .alert-fixed.alert-dismissable {
    padding-right: 40px;
  }
}
.alert-fixed-styled {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  border: 0 none;
  background-color: #f8f8f8;
  background-color: rgba(248, 248, 248, 0.93);
  color: #4f5356;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.alert-fixed-styled p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
}
.alert-fixed-styled .close {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.9;
}
.alert-fixed-styled .close span {
  display: none;
  vertical-align: middle;
  font-style: italic;
}
.alert-fixed-styled .close .fa-lg {
  line-height: 1em;
  vertical-align: middle;
}
.alert-fixed-styled .close:hover {
  opacity: 1;
}
.alert-fixed-styled.alert-dismissable {
  padding-right: 35px;
}
.alert-fixed-styled.alert-success {
  color: #fff;
  background-color: #77AB53;
  background-color: rgba(119, 171, 83, 0.93);
}
.alert-fixed-styled.alert-success .close {
  color: #fff;
}
.alert-fixed-styled.alert-info {
  color: #fff;
  background-color: #189DAD;
  background-color: rgba(24, 157, 173, 0.93);
}
.alert-fixed-styled.alert-info .close {
  color: #fff;
}
.alert-fixed-styled.alert-warning,
.alert-fixed-styled.alert-error {
  color: #fff;
  background-color: #F15E29;
  background-color: rgba(241, 94, 41, 0.93);
}
.alert-fixed-styled.alert-warning .close,
.alert-fixed-styled.alert-error .close {
  color: #fff;
}
.alert-fixed-styled.alert-danger {
  color: #fff;
  background-color: #F15F2B;
  background-color: rgba(241, 95, 43, 0.93);
}
.alert-fixed-styled.alert-danger .close {
  color: #fff;
}
@media (min-width: 480px) {
  .alert-fixed-styled {
    padding: 20px 25px;
  }
  .alert-fixed-styled p {
    font-size: 17px;
  }
  .alert-fixed-styled .close span {
    display: inline;
  }
  .alert-fixed-styled.alert-dismissable {
    padding-right: 40px;
  }
}
.big-input-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  width: 100%;
}
.big-input-wrap .big-input {
  margin-bottom: 0;
}
.big-input-wrap .help-block {
  font-size: 0.87em;
}
.big-input-wrap .input-error {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #F15E29;
  color: #fff;
}
.big-input-wrap .input-error i {
  top: 12%;
  position: relative;
  float: left;
  margin: -2px 8px 0 0;
  line-height: 1.4em;
}
.big-input-wrap .input-error:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F15E29;
  pointer-events: none;
  top: 38%;
  left: -5px;
}
.big-input-wrap .input-error.left {
  right: 100%;
  left: auto;
}
.big-input-wrap .input-error.left:before {
  right: -5px;
  left: auto;
  border-right: 0;
  border-left: 5px solid #F15E29;
}
.big-input-wrap .input-error.bottom {
  position: relative;
  left: 0;
  color: #fff;
  background-color: #F15E29;
}
.big-input-wrap .input-error.bottom:before {
  display: none;
}
@media (max-width: 767px) {
  .big-input-wrap .input-error {
    width: auto;
    left: auto;
    right: 0;
  }
  .big-input-wrap .input-error:before {
    display: none;
  }
  .big-input-wrap .input-error.left {
    position: relative;
    right: auto;
  }
  .big-input-wrap .input-error.left:before,
  .big-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .big-input-wrap .input-error.left:after {
    clear: both;
  }
  .big-input-wrap .input-error.left:before,
  .big-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .big-input-wrap .input-error.left:after {
    clear: both;
  }
  .big-input-wrap .input-error.left:before {
    display: none;
  }
  .big-input-wrap .input-error.left.simple {
    position: absolute;
    background: transparent;
    color: #F15E29;
    right: 0;
  }
  .big-input-wrap .input-error.left.simple i {
    margin: 0;
  }
  .big-input-wrap .input-error.left.simple span {
    display: none;
  }
}
.big-input-wrap select.invalid {
  border-color: #F15F2B;
}
.form-group .input-error,
.big-input-wrap .input-error,
.large-input-wrap .input-error {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #F15E29;
  color: #fff;
}
.form-group .input-error i,
.big-input-wrap .input-error i,
.large-input-wrap .input-error i {
  top: 12%;
  position: relative;
  float: left;
  margin: -2px 8px 0 0;
  line-height: 1.4em;
}
.form-group .input-error:before,
.big-input-wrap .input-error:before,
.large-input-wrap .input-error:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F15E29;
  pointer-events: none;
  top: 38%;
  left: -5px;
}
.form-group .input-error.left,
.big-input-wrap .input-error.left,
.large-input-wrap .input-error.left {
  right: 100%;
  left: auto;
}
.form-group .input-error.left:before,
.big-input-wrap .input-error.left:before,
.large-input-wrap .input-error.left:before {
  right: -5px;
  left: auto;
  border-right: 0;
  border-left: 5px solid #F15E29;
}
.form-group .input-error.bottom,
.big-input-wrap .input-error.bottom,
.large-input-wrap .input-error.bottom {
  position: relative;
  left: 0;
  color: #fff;
  background-color: #F15E29;
}
.form-group .input-error.bottom:before,
.big-input-wrap .input-error.bottom:before,
.large-input-wrap .input-error.bottom:before {
  display: none;
}
@media (max-width: 767px) {
  .form-group .input-error,
  .big-input-wrap .input-error,
  .large-input-wrap .input-error {
    width: auto;
    left: auto;
    right: 0;
  }
  .form-group .input-error:before,
  .big-input-wrap .input-error:before,
  .large-input-wrap .input-error:before {
    display: none;
  }
  .form-group .input-error.left,
  .big-input-wrap .input-error.left,
  .large-input-wrap .input-error.left {
    position: relative;
    right: auto;
  }
  .form-group .input-error.left:before,
  .big-input-wrap .input-error.left:before,
  .large-input-wrap .input-error.left:before,
  .form-group .input-error.left:after,
  .big-input-wrap .input-error.left:after,
  .large-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .form-group .input-error.left:after,
  .big-input-wrap .input-error.left:after,
  .large-input-wrap .input-error.left:after {
    clear: both;
  }
  .form-group .input-error.left:before,
  .big-input-wrap .input-error.left:before,
  .large-input-wrap .input-error.left:before,
  .form-group .input-error.left:after,
  .big-input-wrap .input-error.left:after,
  .large-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .form-group .input-error.left:after,
  .big-input-wrap .input-error.left:after,
  .large-input-wrap .input-error.left:after {
    clear: both;
  }
  .form-group .input-error.left:before,
  .big-input-wrap .input-error.left:before,
  .large-input-wrap .input-error.left:before {
    display: none;
  }
  .form-group .input-error.left.simple,
  .big-input-wrap .input-error.left.simple,
  .large-input-wrap .input-error.left.simple {
    position: absolute;
    background: transparent;
    color: #F15E29;
    right: 0;
  }
  .form-group .input-error.left.simple i,
  .big-input-wrap .input-error.left.simple i,
  .large-input-wrap .input-error.left.simple i {
    margin: 0;
  }
  .form-group .input-error.left.simple span,
  .big-input-wrap .input-error.left.simple span,
  .large-input-wrap .input-error.left.simple span {
    display: none;
  }
}
.label-overlay {
  display: block;
  margin-bottom: 0;
  position: relative;
}
.label-overlay span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  max-height: 1px;
  -webkit-transition: max-height ease-in-out .5s, clip ease-in-out .5s, bottom ease-in-out .5s;
  transition: max-height ease-in-out .5s, clip ease-in-out .5s, bottom ease-in-out .5s;
}
.label-overlay:before {
  content: attr(data-icon);
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: normal;
  color: #BABABA;
  position: absolute;
  top: 15px;
  left: 15px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}
.label-overlay.active {
  position: relative;
}
.label-overlay.active span {
  bottom: 0;
  clip: inherit;
  height: auto;
  max-height: 100px;
  width: auto;
  font-size: 0.87em;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  padding: 0 10px;
  background-color: rgba(119, 171, 83, 0.8);
  color: #fff;
}
.label-space {
  margin-top: 15px;
  margin-left: 5px;
}
.label-lowercase {
  text-transform: lowercase;
}
.big-input {
  width: 100%;
  height: 54px;
  padding: 4px 12px;
  margin-bottom: 14px;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 19px;
  font-weight: 300;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
}
.big-input:-moz-placeholder {
  color: #caccd0;
}
.big-input::-moz-placeholder {
  color: #caccd0;
  opacity: 1;
}
.big-input:-ms-input-placeholder {
  color: #caccd0;
}
.big-input::-webkit-input-placeholder {
  color: #caccd0;
}
.big-input:active,
.big-input:focus {
  border-color: #77AB53;
  outline: none;
}
.big-input.input-error,
.big-input.invalid {
  border-color: #F15F2B;
}
.big-input[disabled] {
  color: #939393;
  background-color: #e7e7e7;
  border-color: #dbdbdb;
}
.big-input.half {
  width: 50%;
}
.label-overlay-input {
  padding-left: 45px;
}
.large-input-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.large-input-wrap label {
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.large-input-wrap .large-input {
  margin-bottom: 0;
}
.large-input-wrap .help-block {
  font-size: 0.87em;
}
.large-input-wrap .input-error {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #F15E29;
  color: #fff;
}
.large-input-wrap .input-error i {
  top: 12%;
  position: relative;
  float: left;
  margin: -2px 8px 0 0;
  line-height: 1.4em;
}
.large-input-wrap .input-error:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F15E29;
  pointer-events: none;
  top: 38%;
  left: -5px;
}
.large-input-wrap .input-error.left {
  right: 100%;
  left: auto;
}
.large-input-wrap .input-error.left:before {
  right: -5px;
  left: auto;
  border-right: 0;
  border-left: 5px solid #F15E29;
}
.large-input-wrap .input-error.bottom {
  position: relative;
  left: 0;
  color: #fff;
  background-color: #F15E29;
}
.large-input-wrap .input-error.bottom:before {
  display: none;
}
@media (max-width: 767px) {
  .large-input-wrap .input-error {
    width: auto;
    left: auto;
    right: 0;
  }
  .large-input-wrap .input-error:before {
    display: none;
  }
  .large-input-wrap .input-error.left {
    position: relative;
    right: auto;
  }
  .large-input-wrap .input-error.left:before,
  .large-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .large-input-wrap .input-error.left:after {
    clear: both;
  }
  .large-input-wrap .input-error.left:before,
  .large-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .large-input-wrap .input-error.left:after {
    clear: both;
  }
  .large-input-wrap .input-error.left:before {
    display: none;
  }
  .large-input-wrap .input-error.left.simple {
    position: absolute;
    background: transparent;
    color: #F15E29;
    right: 0;
  }
  .large-input-wrap .input-error.left.simple i {
    margin: 0;
  }
  .large-input-wrap .input-error.left.simple span {
    display: none;
  }
}
.large-input {
  width: 100%;
  height: 54px;
  padding: 4px 20px;
  margin-bottom: 14px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
}
.large-input:-moz-placeholder {
  color: #939393;
}
.large-input::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.large-input:-ms-input-placeholder {
  color: #939393;
}
.large-input::-webkit-input-placeholder {
  color: #939393;
}
.large-input:active,
.large-input:focus {
  border-color: #B59241;
  outline: none;
}
.large-input.input-error,
.large-input.invalid {
  border-color: #F15F2B;
}
.reg-input {
  width: 100%;
  height: 41px;
  padding: 4px 10px;
  margin-bottom: 14px;
  border: 2px solid #EAEAEA;
  border-radius: 3px;
  color: #484747;
  background-color: #EAEAEA;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease .3s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease .3s;
  -webkit-appearance: none;
}
.reg-input:-moz-placeholder {
  color: #aaa;
}
.reg-input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.reg-input:-ms-input-placeholder {
  color: #aaa;
}
.reg-input::-webkit-input-placeholder {
  color: #aaa;
}
.reg-input:active,
.reg-input:focus {
  border-color: #77AB53;
  outline: none;
}
.reg-input:focus {
  background-color: #f4f4f4;
}
.reg-input:focus:-moz-placeholder {
  color: #bcbcbc;
}
.reg-input:focus::-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
}
.reg-input:focus:-ms-input-placeholder {
  color: #bcbcbc;
}
.reg-input:focus::-webkit-input-placeholder {
  color: #bcbcbc;
}
.reg-input.input-error,
.reg-input.invalid {
  border-color: #F15F2B;
}
.reg-input[disabled] {
  color: #bbb;
  background-color: #f8f8f8;
  border-color: #eee;
}
.reg-input.small {
  width: 25%;
}
.reg-input.half {
  width: 50%;
}
textarea.big-input,
textarea.reg-input,
textarea.large-input,
.auto-height.big-input {
  height: auto;
}
textarea.large-input,
.large-textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-group-addon.reg {
  border: 0 none;
  border-right: 1px solid #f7f7f7;
  background-color: #EAEAEA;
}
.input-prefill {
  position: relative;
}
.input-prefill .prefill-label {
  position: absolute;
  top: 8px;
  left: 12px;
}
.input-prefill .prefill-label.reg {
  font-size: 18px;
  color: #484747;
}
.input-prefill input.pad-100 {
  padding-left: 100px;
}
.input-prefill input.pad-95 {
  padding-left: 95px;
}
.input-prefill input.pad-90 {
  padding-left: 90px;
}
.input-prefill input.pad-85 {
  padding-left: 85px;
}
.input-prefill input.pad-80 {
  padding-left: 80px;
}
.input-prefill input.pad-75 {
  padding-left: 75px;
}
.input-prefill input.pad-70 {
  padding-left: 70px;
}
.input-prefill input.pad-65 {
  padding-left: 65px;
}
.input-prefill input.pad-60 {
  padding-left: 60px;
}
.input-prefill input.pad-55 {
  padding-left: 55px;
}
.input-prefill input.pad-50 {
  padding-left: 50px;
}
.input-prefill input.pad-45 {
  padding-left: 45px;
}
.input-prefill input.pad-40 {
  padding-left: 40px;
}
.input-prefill input.pad-35 {
  padding-left: 35px;
}
.input-prefill input.pad-30 {
  padding-left: 30px;
}
.input-prefill input.pad-25 {
  padding-left: 25px;
}
.input-prefill input.pad-20 {
  padding-left: 20px;
}
.input-prefill input.pad-15 {
  padding-left: 15px;
}
.input-prefill input.pad-10 {
  padding-left: 10px;
}
.error-message {
  margin-bottom: 0;
  font-size: 0.87em;
  color: #F15F2B;
}
.required-asterisk {
  color: #d9534f;
  font-size: 1.11em;
}
label {
  text-transform: uppercase;
}
.checkbox label,
.checkbox-inline label,
.checkbox-wrap label {
  text-transform: none;
}
.checkbox label.disabled,
.checkbox-inline label.disabled,
.checkbox-wrap label.disabled {
  cursor: inherit;
}
.radio-inline label,
.checkbox-inline label {
  font-weight: normal;
}
.form-control {
  height: 41px;
  font-size: 19px;
  line-height: 1.42857143;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #77AB53;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 171, 83, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 171, 83, 0.6);
}
legend {
  font-size: 21px;
}
.big-input.placeholder,
.reg-input.placeholder,
.form-control.placeholder {
  color: #caccd0;
}
/* Toggle Checkboxes by Schoberg.net */
div.simple-checkbox-replace {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  height: 40px;
  width: 100px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1em;
  background: #ccc;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.simple-checkbox-replace:after {
  content: '';
  display: block;
  height: 30px;
  width: 40px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.simple-checkbox-replace:before {
  content: 'OFF';
  position: absolute;
  right: 11px;
  top: 12px;
  color: #fff;
  font-weight: normal;
}
div.simple-checkbox-replace:hover:after {
  left: 10px;
}
div.simple-checkbox-replace.disabled {
  cursor: default;
  background-color: rgba(204, 204, 204, 0.5);
}
div.simple-checkbox-replace.disabled:after {
  -webkit-transition: none;
  transition: none;
}
div.simple-checkbox-replace.disabled:hover:after {
  left: 5px;
}
div.simple-checkbox-replace.on {
  background: #77AB53;
}
div.simple-checkbox-replace.on:before {
  content: 'ON';
  right: 60px;
}
div.simple-checkbox-replace.on:after {
  left: 55px;
}
div.simple-checkbox-replace.on:hover:after {
  left: 50px;
}
div.simple-checkbox-replace.on.disabled {
  background-color: rgba(119, 171, 83, 0.5);
}
div.simple-checkbox-replace.on.disabled:hover:after {
  left: 55px;
}
div.simple-checkbox-replace.on-right {
  margin-right: 0;
  margin-left: 20px;
}
div.simple-checkbox-replace.short {
  height: 30px;
  line-height: 0.5em;
  font-size: 16px;
  width: 78px;
}
div.simple-checkbox-replace.short:before {
  right: 8px;
}
div.simple-checkbox-replace.short:after {
  height: 20px;
  width: 28px;
}
div.simple-checkbox-replace.short.on:before {
  right: 45px;
}
div.simple-checkbox-replace.short.on:after {
  left: 45px;
}
div.simple-checkbox-replace.short.on:hover:after {
  left: 42px;
}
div.simple-checkbox-replace.type-yesno:before {
  content: 'NO';
}
div.simple-checkbox-replace.type-yesno.on:before {
  content: 'YES';
}
.page-status-toggle {
  margin: -5px 10px 5px;
}
.page-status-toggle .simple-checkbox-replace {
  margin-right: 0;
}
.psuedo-radio-inline,
.psuedo-checkbox-inline {
  display: inline-block;
  padding-left: 0px;
  margin-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  cursor: pointer;
}
.psuedo-radio-inline.disabled,
.psuedo-checkbox-inline.disabled {
  cursor: default;
}
.psuedo-radio-inline__hide-input,
.psuedo-checkbox-inline__hide-input {
  opacity: 0.01;
  display: none;
}
.checkbox-svg {
  padding: 0;
}
.checkbox-svg input[type="checkbox"] {
  margin-left: -25px;
  opacity: 0.01;
  display: none;
}
.checkbox-svg label {
  cursor: pointer;
}
.checkbox-svg label span {
  vertical-align: middle;
}
.checkbox-svg label:before {
  content: '';
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:%23DFE0DB%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  z-index: 1;
  position: relative;
}
.checkbox-svg label:before.disabled {
  opacity: 0.5;
}
.checkbox-svg input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:%23DFE0DB%3b%7d .st64%7bfill:none%3bstroke:%234F5356%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3cpolyline class='st64' points='5.43%2c13.53 10.64%2c18.91 21.02%2c8.45'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.checkbox-svg input[type=checkbox]:checked + label:before.disabled {
  opacity: 0.5;
}
.input-append-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-append-flex .input-append-flex-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.label.tag {
  background-color: #FCCFC0;
  color: #484747;
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-right: 3px;
  margin-left: 12px;
  padding: 0.3em 0.6em 0.4em 0.4em;
  font-weight: 400;
}
.label.tag[href]:hover,
.label.tag[href]:focus {
  background-color: #faaa8f;
}
.label.tag:before {
  display: block;
  content: " ";
  position: absolute;
  left: -1.61em;
  top: 0;
  border: 0.89em solid transparent;
  border-right: 0.8em solid #FCCFC0;
}
.highlight-name {
  padding: 1px 5px;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.nav-tabs-tabbar {
  float: left;
  margin: 0;
  padding: 0 !important;
  position: relative;
  left: 50%;
  border: 0;
  text-align: center;
}
.nav-tabs-tabbar > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
.nav-tabs-tabbar > li > a {
  color: #484747;
  border: 1px solid #EAEAEA;
  border-width: 0 1px 0 0;
  border-radius: 0;
  display: inline-block;
  width: 64px;
  text-align: center;
  font-size: 10px;
  line-height: 2em;
  padding: 6px 0 2px 0;
  margin: 0;
}
.nav-tabs-tabbar > li > a i {
  display: block;
  font-size: 24px;
  margin-bottom: 2px;
}
.nav-tabs-tabbar > li > a:hover {
  background-color: #D2E8C5;
}
.nav-tabs-tabbar > li:first-child > a {
  border-left-width: 1px;
}
.nav-tabs-tabbar > li.active > a {
  background-color: #D2E8C5;
  border-width: 0;
}
.nav-tabs-tabbar > li.active > a:hover {
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs-tabbar > li > a {
    width: auto;
    font-size: 19px;
    line-height: 1.8em;
    padding: 10px 15px;
  }
  .nav-tabs-tabbar > li > a i {
    display: inline-block;
  }
}
.ribbon {
  position: relative;
  line-height: 2;
  margin-bottom: 1.25em;
}
.ribbon:before,
.ribbon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border: 24px solid #F15E29;
}
.ribbon:before {
  left: 0;
  border-left-color: transparent;
}
.ribbon:after {
  right: 0;
  border-right-color: transparent;
}
.ribbon span {
  display: block;
  background: #F15E29;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #f8f8f8;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: relative;
}
@media (min-width: 480px) {
  .ribbon span {
    width: 87%;
  }
}
@media (min-width: 768px) {
  .ribbon span {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .ribbon {
    z-index: 1;
  }
  .ribbon:before,
  .ribbon:after {
    bottom: -24px;
    z-index: -1;
  }
  .ribbon:before {
    left: -38px;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
  .ribbon:after {
    right: -38px;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  .ribbon span {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 16px 16px;
    border-top-left-radius: 496px 16px;
    border-top-right-radius: 496px 16px;
    z-index: 1;
  }
  .ribbon span:before,
  .ribbon span:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .ribbon span:before {
    width: 100%;
    background: #cf3d1a;
    border-top-left-radius: 496px 16px;
    border-top-right-radius: 496px 16px;
    z-index: 1;
  }
  .ribbon span:after {
    width: 716px;
    /*4.5*/
    left: 16px;
    background: #EAEAEA;
    border-top-left-radius: 480px 16px;
    border-top-right-radius: 480px 16px;
    z-index: 2;
  }
  .ribbon b:before,
  .ribbon b:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    bottom: -16px;
    z-index: 0;
  }
  .ribbon b:before {
    left: 0;
    border-color: transparent #cf3d1a transparent transparent;
    border-width: 16px 16px 16px 0;
  }
  .ribbon b:after {
    right: 0;
    border-color: transparent transparent transparent #cf3d1a;
    border-width: 16px 0 16px 16px;
  }
}
.chat {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.chat li:before,
.chat li:after {
  content: " ";
  display: table;
}
.chat li:after {
  clear: both;
}
.chat li:before,
.chat li:after {
  content: " ";
  display: table;
}
.chat li:after {
  clear: both;
}
.chat li.chat-left .chat-img {
  float: left !important;
}
.chat li.chat-left .chat-body,
.chat li.chat-left .chat-input {
  margin-left: 60px;
}
.chat li.chat-right .chat-img {
  float: right !important;
}
.chat li.chat-right .chat-body,
.chat li.chat-right .chat-input {
  margin-right: 60px;
}
.chat li .chat-body:before,
.chat li .chat-input:before,
.chat li .chat-body:after,
.chat li .chat-input:after {
  content: " ";
  display: table;
}
.chat li .chat-body:after,
.chat li .chat-input:after {
  clear: both;
}
.chat li .chat-body:before,
.chat li .chat-input:before,
.chat li .chat-body:after,
.chat li .chat-input:after {
  content: " ";
  display: table;
}
.chat li .chat-body:after,
.chat li .chat-input:after {
  clear: both;
}
.chat li .chat-body {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 10px;
}
.chat li .chat-input {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .chat {
    width: 768px;
    margin: 20px auto 0;
  }
}
.search-options {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  width: 100%;
  margin-bottom: 0;
}
.search-options .big-input {
  margin-bottom: 0;
}
.search-options .help-block {
  font-size: 0.87em;
}
.search-options .big-input {
  margin-bottom: 0;
}
.search-options .help-block {
  font-size: 0.87em;
}
.search-options .input-error {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #F15E29;
  color: #fff;
}
.search-options .input-error i {
  top: 12%;
  position: relative;
  float: left;
  margin: -2px 8px 0 0;
  line-height: 1.4em;
}
.search-options .input-error:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F15E29;
  pointer-events: none;
  top: 38%;
  left: -5px;
}
.search-options .input-error.left {
  right: 100%;
  left: auto;
}
.search-options .input-error.left:before {
  right: -5px;
  left: auto;
  border-right: 0;
  border-left: 5px solid #F15E29;
}
.search-options .input-error.bottom {
  position: relative;
  left: 0;
  color: #fff;
  background-color: #F15E29;
}
.search-options .input-error.bottom:before {
  display: none;
}
@media (max-width: 767px) {
  .search-options .input-error {
    width: auto;
    left: auto;
    right: 0;
  }
  .search-options .input-error:before {
    display: none;
  }
  .search-options .input-error.left {
    position: relative;
    right: auto;
  }
  .search-options .input-error.left:before,
  .search-options .input-error.left:after {
    content: " ";
    display: table;
  }
  .search-options .input-error.left:after {
    clear: both;
  }
  .search-options .input-error.left:before,
  .search-options .input-error.left:after {
    content: " ";
    display: table;
  }
  .search-options .input-error.left:after {
    clear: both;
  }
  .search-options .input-error.left:before {
    display: none;
  }
  .search-options .input-error.left.simple {
    position: absolute;
    background: transparent;
    color: #F15E29;
    right: 0;
  }
  .search-options .input-error.left.simple i {
    margin: 0;
  }
  .search-options .input-error.left.simple span {
    display: none;
  }
}
.search-options select.invalid {
  border-color: #F15F2B;
}
.search-options .input-error {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #F15E29;
  color: #fff;
}
.search-options .input-error i {
  top: 12%;
  position: relative;
  float: left;
  margin: -2px 8px 0 0;
  line-height: 1.4em;
}
.search-options .input-error:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F15E29;
  pointer-events: none;
  top: 38%;
  left: -5px;
}
.search-options .input-error.left {
  right: 100%;
  left: auto;
}
.search-options .input-error.left:before {
  right: -5px;
  left: auto;
  border-right: 0;
  border-left: 5px solid #F15E29;
}
.search-options .input-error.bottom {
  position: relative;
  left: 0;
  color: #fff;
  background-color: #F15E29;
}
.search-options .input-error.bottom:before {
  display: none;
}
@media (max-width: 767px) {
  .search-options .input-error {
    width: auto;
    left: auto;
    right: 0;
  }
  .search-options .input-error:before {
    display: none;
  }
  .search-options .input-error.left {
    position: relative;
    right: auto;
  }
  .search-options .input-error.left:before,
  .search-options .input-error.left:after {
    content: " ";
    display: table;
  }
  .search-options .input-error.left:after {
    clear: both;
  }
  .search-options .input-error.left:before,
  .search-options .input-error.left:after {
    content: " ";
    display: table;
  }
  .search-options .input-error.left:after {
    clear: both;
  }
  .search-options .input-error.left:before {
    display: none;
  }
  .search-options .input-error.left.simple {
    position: absolute;
    background: transparent;
    color: #F15E29;
    right: 0;
  }
  .search-options .input-error.left.simple i {
    margin: 0;
  }
  .search-options .input-error.left.simple span {
    display: none;
  }
}
.search-options input {
  margin-bottom: 0;
  background-color: #fff;
  border-color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}
.search-options .loadingIndicator {
  position: absolute;
  top: 11px;
  left: 5px;
  background: #fff;
  z-index: 2;
}
.search-options .selectize-control.multi,
.search-options .selectize-control.single {
  line-height: 0;
}
.search-options .selectize-control.multi .selectize-input,
.search-options .selectize-control.single .selectize-input {
  padding-left: 42px;
  border: 2px solid #fff;
}
.search-options .selectize-control.multi .selectize-input.focus,
.search-options .selectize-control.single .selectize-input.focus {
  box-shadow: none;
}
.search-options .selectize-control.multi .selectize-input input,
.search-options .selectize-control.single .selectize-input input {
  font-weight: 300;
}
.search-options .selectize-control.multi.contacts .selectize-input [data-value] .image,
.search-options .selectize-control.single.contacts .selectize-input [data-value] .image {
  width: 35px;
  height: 35px;
}
.search-options .selectize-control.multi.contacts .selectize-input [data-value] .name,
.search-options .selectize-control.single.contacts .selectize-input [data-value] .name {
  padding: 5px 0 1px;
  line-height: normal;
}
.search-options .selectize-control.multi.contacts .selectize-input [data-value] .name + .email,
.search-options .selectize-control.single.contacts .selectize-input [data-value] .name + .email {
  margin-bottom: 1px;
}
.search-options .selectize-control.users-search,
.search-options .selectize-control.groups-search {
  display: none;
}
.search-options.selected-users .selectize-control.users-search {
  display: block;
}
.search-options.selected-groups .selectize-control.groups-search {
  display: block;
}
.search-options .switch-search {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #939393;
  right: 2px;
  bottom: -22px;
  z-index: 1;
}
.filter-options {
  background-color: #fff;
}
.filter-options:before,
.filter-options:after {
  content: " ";
  display: table;
}
.filter-options:after {
  clear: both;
}
.filter-options:before,
.filter-options:after {
  content: " ";
  display: table;
}
.filter-options:after {
  clear: both;
}
.filter-options .filter-nav {
  display: none;
}
.filter-options .filter-toggle {
  width: 12%;
  float: left;
  padding-top: 1px;
}
.filter-options .search-options {
  width: 88%;
  border-top: 1px solid #EAEAEA;
}
.filter-options .arrow-down {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle%3e .circle%7bfill:%23CDCCCC%3b%7d .arrow%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3csymbol id='arrowGrayDown' viewBox='-11 -11 22 22'%3e %3cpath class='circle' d='M11%2c0c0-6.08-4.92-11-11-11S-11-6.07-11%2c0s4.92%2c11%2c11%2c11S11%2c6.08%2c11%2c0z'/%3e %3cpolyline class='arrow' points='-5.23%2c1.64 -0.08%2c-3.67 5.23%2c1.65'/%3e %3c/symbol%3e %3cuse xlink:href='%23arrowGrayDown' width='22' height='22' x='-11' y='-11' transform='matrix(1 0 0 -1 11 11.0005)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.filter-options-buttons {
  margin: 5px 0;
}
.filter-nav {
  border-bottom: 0;
}
.filter-nav .control__radio__indicator {
  left: -3px;
  position: absolute;
  top: 3px;
}
.filter-nav > li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.filter-nav > li:last-child {
  border-bottom: none;
}
.filter-nav > li:not(.has-submenu):hover a {
  background-color: #eee;
}
.filter-nav > li > div {
  display: inline-block;
}
.filter-nav > li > a {
  padding: 13px 15px;
}
.filter-nav > li > a.active {
  background-color: #eee;
  color: #0f606a;
}
.filter-nav label.filters {
  padding: 14px 15px;
  margin: 0;
  font-weight: 300;
  vertical-align: middle;
  color: #656a6e;
}
.filter-nav label.filters span {
  display: none;
}
.filter-nav label.filters.visible span {
  display: inline;
}
.filter-nav ul.submenu {
  padding: 4px 0;
  margin: 0;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  min-width: 185px;
  list-style: none;
  display: none;
  font-size: 17px;
}
.filter-nav ul.submenu > li:hover {
  background-color: #eee;
}
.filter-nav ul.submenu > li > a {
  padding: 6px 15px;
  display: block;
  line-height: normal;
}
.filter-nav ul.submenu > li > a:hover {
  background-color: #EAEAEA;
  color: #0f606a;
  text-decoration: none;
}
.filter-nav .checkbox,
.filter-nav .radio {
  margin: 0;
  padding: 2px 15px;
  line-height: normal;
}
.filter-nav .checkbox label,
.filter-nav .radio label {
  display: block;
  font-weight: 300;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: none;
}
.filter-nav .checkbox label:before,
.filter-nav .radio label:before {
  top: 4px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
.filter-nav .checkbox input[type=checkbox]:checked + label:before,
.filter-nav .radio input[type=checkbox]:checked + label:before,
.filter-nav .checkbox input[type=radio]:checked + label:before,
.filter-nav .radio input[type=radio]:checked + label:before {
  color: #fff;
  background-color: #6f7578;
  border-color: #6f7578;
  font-size: 17px;
  line-height: 18px;
}
.filter-nav .checkbox.block,
.filter-nav .radio.block {
  padding: 11px 15px;
}
.filter-nav .checkbox {
  position: relative;
}
.filter-nav .checkbox input[type=checkbox] {
  margin-left: 16px;
  position: absolute;
  margin: 2px;
  z-index: -1;
  opacity: 0.01;
  pointer-events: none;
}
.filter-nav .checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.filter-nav .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 3px;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.filter-nav .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 18px;
  color: #aaa;
  text-align: center;
  line-height: 20px;
}
.filter-nav .checkbox input[type=checkbox]:focus + label:before {
  border-color: #939393;
}
.filter-nav .radio input[type=radio] {
  display: none;
}
.filter-nav .radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.filter-nav .radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50%;
  background-color: #ddd;
}
.filter-nav .radio input[type=radio]:checked + label:before {
  content: "\2022";
  font-size: 46px;
  color: #ddd;
  text-align: center;
  line-height: 18px;
}
.filter-nav .checkbox label:before,
.filter-nav .radio label:before {
  top: 6px;
}
.filter-nav .btn-group {
  margin-right: 20px;
}
.filter-nav .btn-group .btn {
  font-size: 13px;
  letter-spacing: normal;
}
.filter-nav .btn-group .btn.active,
.filter-nav .btn-group .btn:active {
  background-color: #77AB53;
  color: #fff;
}
@media (min-width: 768px) {
  .filter-options .filter-nav {
    display: block;
  }
  .filter-options .filter-toggle {
    display: none;
  }
  .filter-options .search-options {
    float: left;
    width: 50%;
    border-top: none;
  }
  .filter-options .search-options.full-width {
    width: 100%;
  }
  .filter-nav {
    float: left;
  }
  .filter-nav > li {
    width: auto;
    border-right: 1px solid #eee;
    border-bottom: none;
  }
  .filter-nav > li.has-submenu:hover ul.submenu {
    display: block;
  }
  .filter-nav.pull-right > li {
    border-right: 0 none;
    border-left: 1px solid #eee;
  }
  .filter-nav label.filters span {
    display: inline;
  }
  .filter-nav ul.submenu {
    position: absolute;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
}
.page-options:before,
.page-options:after {
  content: " ";
  display: table;
}
.page-options:after {
  clear: both;
}
.page-options:before,
.page-options:after {
  content: " ";
  display: table;
}
.page-options:after {
  clear: both;
}
.page-options .title {
  display: none;
  float: left !important;
  padding: 12px 10px;
}
.page-options h1 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: normal;
}
@media (min-width: 768px) {
  .page-options .title {
    display: block;
  }
  .page-options .options {
    float: right !important;
  }
}
.bar-filters {
  padding: 20px;
  border-radius: 4px;
  background-color: #e0e1dc;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
.bar-filters:before,
.bar-filters:after {
  content: " ";
  display: table;
}
.bar-filters:after {
  clear: both;
}
.bar-filters:before,
.bar-filters:after {
  content: " ";
  display: table;
}
.bar-filters:after {
  clear: both;
}
.bar-filters:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e1dc;
  position: absolute;
  top: -8px;
  right: 6px;
  z-index: 2;
}
.bar-filters ul li {
  border-right: 1px dashed #fff;
}
.bar-filters ul li:last-child {
  border-right: 0 none;
}
.bar-filters ul li > a {
  padding: 13px 30px;
  color: #656a6e;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.bar-filters ul li ul li {
  border-right: 0 none;
}
.bar-filters .selectize-input {
  font-weight: 300;
  background-color: #f4f4f4;
  border-color: #f4f4f4 !important;
  border-radius: 5px;
}
.bar-filters .selectize-input input {
  font-size: 18px;
}
.bar-filters .loadingIndicator {
  background-color: #f4f4f4;
}
.bar-filters.left-carrot:before {
  left: 6px;
}
.bar-filters.no-carrot:before {
  display: none;
}
.filter-toggle-link:hover .icon-app-filter,
.filter-toggle-link-icon:hover .icon-app-filter,
.filter-toggle-link.active .icon-app-filter,
.filter-toggle-link-icon.active .icon-app-filter {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 39.28 28.74' style='enable-background:new 0 0 39.28 28.74%3b' xml:space='preserve'%3e %3cstyle%3e .st0%7bopacity:0.2%3bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d .st2%7bfill:%23E0E1DC%3b%7d .st3%7bfill:%234F5356%3b%7d .st4%7bfill:%23939393%3b%7d %3c/style%3e %3csymbol id='filter' viewBox='-19.64 -14.37 39.28 28.74'%3e %3cg%3e %3cpath class='st3' d='M19.64-10.14c0-2.33-1.91-4.24-4.24-4.24H-15.4c-2.33%2c0-4.24%2c1.91-4.24%2c4.24v20.27c0%2c2.33%2c1.91%2c4.24%2c4.24%2c4.24H15.4c2.33%2c0%2c4.24-1.91%2c4.24-4.24V-10.14z'/%3e %3c/g%3e %3cg id='Your_Icon_3_'%3e %3cpolygon class='st4' points='8.67%2c6.62 -8.67%2c6.62 -2.17%2c0.12 -2.17%2c-10.22 2.17%2c-7.33 2.17%2c0.12'/%3e %3c/g%3e %3c/symbol%3e %3cg id='everything_else'%3e %3cuse xlink:href='%23filter' width='39.28' height='28.74' x='-19.64' y='-14.37' transform='matrix(1 0 0 -1 19.6387 14.3699)' style='overflow:visible%3b'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.filters-loading-indicator {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  margin: 0 10px;
}
.filters-loading-indicator img {
  display: block;
  max-width: 100%;
  height: auto;
}
.filters-selection-list-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filters-selection-list {
  line-height: 1.11em;
}
.filters-selection-list .checkbox {
  padding: 0;
}
.filters-selection-list .checkbox input[type="checkbox"] {
  margin-left: 0;
  opacity: 0.01;
  display: none;
}
.filters-selection-list .checkbox label:before {
  content: '';
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:%23DFE0DB%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  z-index: 1;
  margin-top: -3px;
}
.filters-selection-list .checkbox label:before.disabled {
  opacity: 0.5;
}
.filters-selection-list .checkbox input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:%23DFE0DB%3b%7d .st64%7bfill:none%3bstroke:%234F5356%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3cpolyline class='st64' points='5.43%2c13.53 10.64%2c18.91 21.02%2c8.45'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-top: -3px;
}
.filters-selection-list .checkbox input[type=checkbox]:checked + label:before.disabled {
  opacity: 0.5;
}
.filters-selection-list .checkbox.white label:before {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-top: -3px;
}
.filters-selection-list .checkbox.white label:before.disabled {
  opacity: 0.5;
}
.filters-selection-list .checkbox.white input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25%3b' xml:space='preserve'%3e %3cstyle%3e .st23%7bfill:white%3b%7d .st64%7bfill:none%3bstroke:%234F5356%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3cg%3e %3cpath class='st23' d='M25%2c20c0%2c2.75-2.25%2c5-5%2c5H5c-2.75%2c0-5-2.25-5-5V5c0-2.75%2c2.25-5%2c5-5h15c2.75%2c0%2c5%2c2.25%2c5%2c5V20z'/%3e %3cpolyline class='st64' points='5.43%2c13.53 10.64%2c18.91 21.02%2c8.45'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-top: -3px;
}
.filters-selection-list .checkbox.white input[type=checkbox]:checked + label:before.disabled {
  opacity: 0.5;
}
.filters-selection-list .group-name {
  font-weight: 700;
  font-size: 80%;
  color: #656a6e;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}
.filters-selection-list .group-name:hover {
  color: #4f5356;
}
.filters-selection-list .subgroup-name {
  font-size: 80%;
  color: #939393;
}
.filters-selection-list .survey-name {
  font-size: 80%;
  color: #656a6e;
  margin: 0;
  cursor: pointer;
}
.filters-selection-list .survey-name:hover {
  color: #4f5356;
}
.filters-selection-list > ul {
  margin-left: 10px;
  display: block;
}
.filters-selection-list > ul > li.checkbox:first-child {
  margin-top: 0px;
}
.filters-selection-list > ul > li ul {
  list-style: none;
  margin-top: 5px;
  padding-left: 24px;
}
.filters-selection-list > ul > li ul .checkbox:first-child {
  margin-top: 0;
}
.filters-selection-list.cols > ul > li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  padding-right: 1em;
}
@media (min-width: 768px) {
  .filters-selection-list.cols {
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -o-column-count: 2;
    -o-column-gap: 2em;
    column-count: 2;
    column-gap: 2em;
  }
}
@media (min-width: 992px) {
  .filters-selection-list.cols {
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -o-column-count: 3;
    -o-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
  }
}
.loadingSpinner div {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: center;
  color: #bbbec1;
  background-color: #f4f4f4;
  vertical-align: middle;
}
.loadingSpinner > div {
  border-bottom-width: 0;
}
.loadingSpinner span {
  vertical-align: middle;
  margin-left: 10px;
}
.loadingSpinner.full {
  position: absolute;
  z-index: 100;
  left: -65px;
  right: -65px;
  height: 100%;
}
.loadingSpinner.full > div {
  height: 100%;
  padding-top: 25px;
  background-color: rgba(244, 244, 244, 0.55);
}
.loadingSpinner.sides-0 {
  left: 0px;
  right: 0px;
}
.loadingSpinner.sides-20 {
  left: -20px;
  right: -20px;
}
.loadingSpinner.transparent div {
  background-color: transparent;
}
.icon-app-arrow-up,
.icon-app-arrow-left,
.icon-app-arrow-right,
.icon-app-arrow-btn-rt,
.icon-app-arrow-btn-lt,
.icon-app-arrow-btn-down,
.icon-app-plus-btn,
.icon-app-plus-btn-lt {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.icon-app-radio-btn,
.icon-app-radio-btn-active,
.icon-app-checkbox-empty,
.icon-app-checkbox-empty-white,
.icon-app-checkbox-active,
.icon-app-checkbox-active-white {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.icon-app-radio-btn.disabled,
.icon-app-radio-btn-active.disabled,
.icon-app-checkbox-empty.disabled,
.icon-app-checkbox-empty-white.disabled,
.icon-app-checkbox-active.disabled,
.icon-app-checkbox-active-white.disabled {
  opacity: 0.5;
}
.icon-app-filter {
  display: inline-block;
  width: 40px;
  height: 29px;
  vertical-align: middle;
}
.icon-app-bar-chart {
  display: inline-block;
  width: 30px;
  height: 23px;
  vertical-align: middle;
}
.icon-app-area-chart {
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
}
.icon-app-styled-arrow-up {
  display: inline-block;
  width: 28px;
  height: 39px;
  vertical-align: middle;
}
.icon-app-circle {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.icon-app-rate-bad {
  display: inline-block;
  height: 170px;
  width: 87px;
}
.icon-app-rate-bad-sm {
  display: inline-block;
  height: 87px;
  width: 87px;
}
.icon-app-rate-good {
  display: inline-block;
  height: 170px;
  width: 80px;
}
.icon-app-rate-good-sm {
  display: inline-block;
  height: 87px;
  width: 80px;
}
.icon-app-rate-ok {
  display: inline-block;
  height: 170px;
  width: 102px;
}
.icon-app-rate-ok-sm {
  display: inline-block;
  height: 87px;
  width: 102px;
}
.icon-app-bubble-stars {
  display: inline-block;
  width: 50px;
  height: 34px;
  vertical-align: middle;
}
.icon-app-bubble-stars-user {
  display: inline-block;
  width: 47.5px;
  height: 40.5px;
  vertical-align: middle;
}
.icon-app-target-user,
.icon-app-target-users {
  display: inline-block;
  width: 38px;
  height: 42px;
  vertical-align: middle;
}
.icon-app-target-cog {
  display: inline-block;
  width: 40px;
  height: 42px;
  vertical-align: middle;
}
.icon-app-target-pencil {
  display: inline-block;
  width: 43.5px;
  height: 44px;
  vertical-align: middle;
}
.icon-app-line-chart {
  display: inline-block;
  width: 47.5px;
  height: 34px;
  vertical-align: middle;
}
.icon-app-share-layered {
  display: inline-block;
  width: 31.25px;
  height: 29.5px;
  vertical-align: middle;
}
.icon-app-pencil {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.icon-app-gear {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.icon-app-question-type-short {
  display: inline-block;
  width: 84px;
  height: 17.5px;
}
.icon-app-question-type-long {
  display: inline-block;
  width: 168px;
  height: 41.5px;
}
.icon-app-question-type-any {
  display: inline-block;
  width: 170px;
  height: 47px;
}
.icon-app-question-type-multiple {
  display: inline-block;
  width: 172px;
  height: 42.5px;
}
.icon-app-question-type-scale {
  display: inline-block;
  width: 157.5px;
  height: 27px;
}
.icon-app-eye {
  display: inline-block;
  width: 29px;
  height: 19px;
}
.icon-app-reviewer-my,
.icon-app-reviewer-requested {
  display: inline-block;
  width: 163px;
  height: 163px;
}
.icon-app-note-blank,
.icon-app-note-new,
.icon-app-note-saved {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.icon-app-quote {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.icon-app-megaphone {
  display: inline-block;
  width: 56px;
  height: 35px;
}
.icon-app-thanks-envelope {
  display: inline-block;
  width: 46px;
  height: 46px;
}
.icon-app-social-bg {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.fa-download.text-bottom,
.fa-share-square-o.text-bottom {
  vertical-align: text-bottom;
  line-height: 0.75;
}
.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}
.icon-app-user-filter,
.icon-app-user-filter-active,
.icon-app-grp-filter,
.icon-app-grp-filter-active,
.icon-app-org-filter,
.icon-app-org-filter-active {
  display: inline-block;
  width: 40px;
  height: 30px;
  vertical-align: middle;
}
.simple-table-list {
  margin: 20px 0 25px;
  padding: 0;
  width: 100%;
  list-style: none;
  display: table;
}
.simple-table-list tbody {
  clear: both;
}
.simple-table-list li,
.simple-table-list tr {
  display: table-row;
}
.simple-table-list li > div,
.simple-table-list tr > div,
.simple-table-list li > td,
.simple-table-list tr > td {
  display: table-cell;
  vertical-align: top;
}
.simple-table-list li .inner,
.simple-table-list tr .inner {
  margin: 15px 0;
}
.simple-table-list .img {
  float: left;
  margin: 0 15px 0 0;
  max-width: 50px;
}
.simple-table-list .name {
  display: block;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-weight: 400;
}
.simple-table-list .heading > div,
.simple-table-list .heading td {
  border-bottom-width: 0;
}
.simple-table-list .heading .inner {
  border: 0 none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.simple-table-list .heading .col-default {
  border-left: 0;
}
.simple-table-list .heading .col-actions {
  border-left: 0;
}
.simple-table-list .col-name {
  width: 75%;
  cursor: pointer;
}
.simple-table-list .col-name .inner {
  padding: 5px 0;
}
.simple-table-list .col-name:hover .name {
  background-color: #f4f4f4;
}
.simple-table-list .col-name .toggle-icon {
  margin: 0 5px;
  color: #cdcccc;
}
.simple-table-list .col-name .toggle-icon.fa-caret-up {
  color: #B59241;
}
.simple-table-list .col-name.is-deleted .name {
  color: #939393;
  text-decoration: line-through;
}
.simple-table-list .col-default {
  text-align: center;
}
.simple-table-list .col-default .inner {
  padding: 15px 15px;
  border-left: 1px dashed #cdcccc;
}
.simple-table-list .col-default.no-border .inner {
  border-left: none;
}
.simple-table-list .col-reviewed-box {
  text-align: center;
}
.simple-table-list .col-reviewed-box .inner {
  padding: 15px 15px;
  border-left: 1px dashed #cdcccc;
}
.simple-table-list .col-compare {
  text-align: center;
}
.simple-table-list .col-compare .inner {
  padding: 15px 15px;
  border-left: 1px dashed #cdcccc;
}
.simple-table-list .col-compare .action-with-icon {
  margin-bottom: 0;
}
.simple-table-list .col-compare .action-with-icon .lbl {
  color: inherit;
}
.simple-table-list .col-reviewed-box .icon,
.simple-table-list .col-compare .icon {
  color: #e9eae7;
}
.simple-table-list .col-reviewed-box .icon.on,
.simple-table-list .col-compare .icon.on {
  color: #77AB53;
}
.simple-table-list .col-reviewed-box .hover-show,
.simple-table-list .col-compare .hover-show {
  display: none;
}
.simple-table-list .col-reviewed-box:hover .hover-show,
.simple-table-list .col-compare:hover .hover-show {
  display: block;
}
.simple-table-list .col-reviewed-box:hover .hover-hide,
.simple-table-list .col-compare:hover .hover-hide {
  display: none;
}
.simple-table-list .col-score {
  text-align: center;
}
.simple-table-list .col-score .inner {
  padding: 15px 15px;
  border-left: 1px dashed #cdcccc;
}
.simple-table-list .col-score .participant-score {
  line-height: 1.2;
  color: #656a6e;
}
.simple-table-list .col-actions .inner {
  padding: 10px 0 10px 15px;
  border-left: 1px dashed #cdcccc;
}
.simple-table-list .col-actions.no-border .inner {
  border-left: none;
}
.simple-table-list .dropdown-menu li {
  display: block;
  font-size: 0.89em;
}
.simple-table-list.hide-images li .inner,
.simple-table-list.hide-images tr .inner {
  margin: 10px 0;
}
.simple-table-list.hide-images .name {
  padding-top: 0;
  padding-bottom: 0;
}
.simple-table-list.hide-images .col-name .inner,
.simple-table-list.hide-images .col-actions .inner,
.simple-table-list.hide-images .col-default .inner,
.simple-table-list.hide-images .col-reviewed-box .inner,
.simple-table-list.hide-images .col-compare .inner,
.simple-table-list.hide-images .col-score .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.simple-table-list.hide-images .col-actions .inner {
  margin-top: 5px;
  margin-bottom: 5px;
}
.simple-table-list.hide-images .img,
.simple-table-list.hide-images .action-with-icon .icon {
  display: none;
}
.simple-table-list.hide-images .requests-list .inner {
  margin-top: 3px;
  margin-bottom: 3px;
}
.simple-table-list.hide-images .requests-list .btn-sm {
  padding: 6px 12px 6px;
  margin-bottom: 2px;
}
.simple-table-list .col-border-bot {
  border-bottom: 1px dashed #cdcccc;
}
.simple-table-list .col-requests {
  border-bottom: 1px dashed #cdcccc;
}
.simple-table-list .col-requests .actions {
  margin: 0 0 0 65px;
  color: #cdcccc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
.simple-table-list .col-requests .actions.accent {
  color: #B59241;
}
.simple-table-list .col-requests .actions.muted {
  color: #656a6e;
}
.simple-table-list .col-requests .actions.light {
  color: #939393;
}
.simple-table-list .col-requests .actions .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.simple-table-list .col-requests .actions.border {
  border-top: 1px dashed #cdcccc;
  border-bottom: 1px dashed #cdcccc;
}
.simple-table-list .col-requests .actions a {
  font-size: 14px;
  cursor: pointer;
}
.simple-table-list .col-request-name {
  width: 75%;
}
.simple-table-list .requests-list-wrap {
  margin: 0 0 20px 65px;
  min-height: 0;
  background-color: #f4f4f4;
}
.simple-table-list .requests-list {
  width: 100%;
}
.simple-table-list .requests-list td {
  border-bottom: 1px dashed #cdcccc;
}
.simple-table-list .requests-list tr:last-child td {
  border-bottom: 0;
}
.simple-table-list .requests-list .heading {
  white-space: nowrap;
}
.simple-table-list .requests-list .inner {
  margin: 10px 0;
  padding: 0px 25px;
  min-height: 0;
}
.simple-table-list .requests-list .icon {
  color: #e0e1dc;
}
.simple-table-list .requests-list .img {
  max-width: 25px;
}
.simple-table-list .requests-list .is-deleted .request-name {
  color: #939393;
  text-decoration: line-through;
}
.simple-table-list .requests-list .is-deleted .body-small {
  color: #939393;
  text-decoration: line-through;
}
.simple-table-list .requests-list .is-deleted .deleted-txt {
  margin-left: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
  text-decoration: none;
}
.simple-table-list .requests-list .is-deleted .deleted-txt.accent {
  color: #B59241;
}
.simple-table-list .loadingIndicator div {
  width: 100%;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
.simple-table-list .loadingIndicator > div {
  border-bottom-width: 0;
}
.table-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-list .table-list-item {
  position: relative;
  list-style: none;
  display: table-row;
}
.table-list .table-list-item.list-header {
  font-weight: 500;
}
.table-list .table-list-item.list-header .table-list-cell {
  border-top-width: 0;
}
.table-list .table-list-cell {
  position: relative;
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
  border-top: 1px dashed #e2e2e2;
}
.table-list.table-border {
  border-bottom: 1px solid #e9eae7;
}
.table-list.table-border .table-list-item.list-header .table-list-cell {
  border-top-width: 1px;
}
.table-list.table-border .table-list-cell {
  border-top: 1px solid #e2e2e2;
}
.table-list.table-border .table-list-cell:first-child {
  border-left: 1px solid #e2e2e2;
}
.table-list.table-border .table-list-cell:last-child {
  border-right: 1px solid #e2e2e2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
h1,
.h1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
}
h1.accent,
.h1.accent {
  color: #B59241;
}
h1.border,
.h1.border {
  border-bottom: 1px dashed #656a6e;
  padding-bottom: 10px;
  line-height: 1.4em;
}
h1 > .sub,
.h1 > .sub {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 80%;
}
h1 .right,
.h1 .right {
  margin-top: 15px;
  float: right;
}
h1 .right .lbl,
.h1 .right .lbl {
  text-transform: none;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
}
h1 .right .val,
.h1 .right .val {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #939393;
}
h1 .right .val.accent,
.h1 .right .val.accent {
  color: #B59241;
}
h1 .right .val.muted,
.h1 .right .val.muted {
  color: #656a6e;
}
h1 .right .val.light,
.h1 .right .val.light {
  color: #939393;
}
h1 .right .val .sub,
.h1 .right .val .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
h2,
.h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
h2.accent,
.h2.accent {
  color: #B59241;
}
h2.muted,
.h2.muted {
  color: #656a6e;
}
h2 > .sub,
.h2 > .sub {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 80%;
}
h3,
.h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
h3.accent,
.h3.accent {
  color: #B59241;
}
h3.muted,
.h3.muted {
  color: #656a6e;
}
h3.light,
.h3.light {
  color: #939393;
}
h3 .sub,
.h3 .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
h4,
.h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #bbbec1;
}
h5,
.h5 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #bbbec1;
}
h6,
.h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
}
h6.accent,
.h6.accent {
  color: #B59241;
}
.body-light {
  color: #939393;
}
.body-small {
  font-size: 14px;
  color: #656a6e;
}
.body-small-light {
  font-size: 14px;
  color: #bbbec1;
}
.italic {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.body-italic {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
}
.body-italic-big {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 21px;
  font-weight: 400;
  color: #939393;
}
small,
.small {
  font-size: 80%;
}
.small-label {
  font-weight: 700;
  font-size: 80%;
}
.small-label-uppercase {
  font-weight: 700;
  font-size: 80%;
  text-transform: uppercase;
}
.text-label {
  margin-bottom: 5px;
  font-weight: bold;
}
.text-overflow {
  overflow: hidden;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .text-nowrap.text-nowrap--wrap-on-mobile {
    white-space: normal;
  }
}
.text-preline {
  white-space: pre-line;
}
.text-muted {
  color: #656a6e;
}
.text-accent {
  color: #B59241;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-no-transform {
  text-transform: none;
}
.text-lineheight {
  line-height: 1.4em;
}
.text-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.text-no-margin-top {
  margin-top: 0;
}
@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-on-desktop {
    display: none;
  }
}
.text-primary:hover {
  color: #77AB53;
}
.text-warning:hover {
  color: #8a6d3b;
}
.text-danger:hover {
  color: #a94442;
}
.text-success:hover {
  color: #3c763d;
}
.text-info:hover {
  color: #31708f;
}
.friendlyUrl {
  clear: both;
  margin: 0 0 30px;
}
.friendlyUrl .lbl {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
}
.friendlyUrl .val {
  margin-left: 5px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
  word-break: break-word;
  font-size: 14px;
  color: #656a6e;
}
.friendlyUrl .selectable-input {
  margin-left: 5px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 14px;
  color: #656a6e;
  font-weight: 300;
  display: inline-block;
  min-width: 280px;
  width: auto;
  height: 30px;
}
@media (min-width: 480px) {
  .friendlyUrl .selectable-input {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .friendlyUrl .selectable-input {
    min-width: 520px;
  }
}
.daterangepicker {
  font-size: 15px;
}
.daterangepicker .ranges {
  width: 200px;
}
.daterangepicker .ranges li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  padding: 3px 5px;
  line-height: normal;
  border-radius: 0;
  color: #4f5356;
}
.daterangepicker .ranges li:last-child {
  width: 98%;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #77AB53;
  border-color: #77AB53;
  color: #fff;
}
.daterangepicker .ranges .input-mini {
  width: 92px;
  font-size: 13px;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  width: 92px;
}
.daterangepicker.dropdown-menu {
  z-index: 99;
}
.daterangepicker td.in-range {
  background-color: #e3f1db;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #77AB53;
  border-color: #527239;
}
.daterange-option {
  padding: 13px 15px;
  border-left: 1px solid #eee;
  cursor: pointer;
  display: inline-block;
}
.daterange-option:hover {
  background-color: #eee;
}
.daterange-option.desktop {
  display: none;
}
.daterange-option.strong {
  border-left: 0 none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.daterange-option.strong:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .daterange-option.desktop {
    display: inline-block;
  }
  .daterange-option.mobile {
    display: none;
  }
}
.daterange-mobile-options {
  padding: 10px;
  border-top: 1px solid #EAEAEA;
}
.daterange-mobile-options label {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #939393;
}
.daterange-mobile-options li {
  display: table-cell;
  width: 15%;
  background-color: #D2E8C5;
  border: 1px solid #77AB53;
  border-right-width: 0;
}
.daterange-mobile-options li a {
  padding: 7px 5px;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
  color: #484747;
}
.daterange-mobile-options li a:hover {
  background-color: #77AB53;
  color: #fff;
}
.daterange-mobile-options li:first-child {
  border-radius: 3px 0 0 3px;
}
.daterange-mobile-options li:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
.daterange-mobile-options li.active a {
  background-color: #77AB53;
  color: #fff;
}
.daterange-mobile-options .custom-range > div {
  display: inline-block;
  width: 50%;
}
.daterange-mobile-options .custom-range > div.from {
  padding-right: 10px;
  border-right: 1px solid #EAEAEA;
}
.daterange-mobile-options .custom-range > div.to {
  padding-left: 10px;
}
.daterange-mobile-options .custom-range label {
  font-size: 13px;
  text-transform: none;
  margin: 0;
  line-height: normal;
}
.daterange-mobile-options .custom-range input {
  height: 30px;
  margin: 0;
  padding: 0 5px;
  line-height: normal;
  font-size: 16px;
  border: 0 none;
}
.daterange-mobile-options .custom-range input:active {
  background-color: #EAEAEA;
}
.daterange-mobile-options .applyBtn {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .daterange-mobile-options {
    display: none;
  }
}
.popover {
  background: #EEC254;
  padding: 0.5em;
  border-color: #EEC254;
}
.popover.top .arrow {
  border-top-color: #EEC254;
}
.popover.top .arrow:after {
  border-top-color: #EEC254;
}
.popover.right .arrow {
  border-right-color: #EEC254;
}
.popover.right .arrow:after {
  border-right-color: #EEC254;
}
.popover.bottom .arrow {
  border-bottom-color: #EEC254;
}
.popover.bottom .arrow:after {
  border-bottom-color: #EEC254;
}
.popover.left .arrow {
  border-left-color: #EEC254;
}
.popover.left .arrow:after {
  border-left-color: #EEC254;
}
.popover .popover-title {
  background: #EEC254;
  border: 0;
  font-size: inherit;
}
.tooltip {
  font-size: 14px;
  line-height: 1.11em;
}
.tooltip-inner {
  padding: 7px 8px;
}
.selectize-control.multi .selectize-input,
.selectize-control.single .selectize-input {
  border: 2px solid #fff;
  line-height: 2;
}
.selectize-control.multi .selectize-input.focus,
.selectize-control.single .selectize-input.focus {
  border-color: #77AB53 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 171, 83, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 171, 83, 0.6);
}
.selectize-control.multi .selectize-input input,
.selectize-control.single .selectize-input input {
  font-size: 19px;
  line-height: normal;
  min-height: 30px !important;
}
.selectize-control.multi .selectize-input > div,
.selectize-control.single .selectize-input > div {
  padding: 1px 5px;
  vertical-align: bottom;
}
.selectize-control.multi.contacts,
.selectize-control.single.contacts {
  text-indent: 0;
  padding: 0;
}
.selectize-control.multi.contacts .selectize-input [data-value] .name,
.selectize-control.single.contacts .selectize-input [data-value] .name {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.selectize-control.multi.contacts .selectize-input [data-value] .name + .email,
.selectize-control.single.contacts .selectize-input [data-value] .name + .email {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  opacity: 0.7;
  word-break: break-word;
}
.selectize-control.multi.contacts .selectize-input [data-value] .email:before,
.selectize-control.single.contacts .selectize-input [data-value] .email:before {
  content: '<';
}
.selectize-control.multi.contacts .selectize-input [data-value] .email:after,
.selectize-control.single.contacts .selectize-input [data-value] .email:after {
  content: '>';
}
.selectize-control.multi.contacts .selectize-input [data-value] .image,
.selectize-control.single.contacts .selectize-input [data-value] .image {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  margin-top: 5px;
  margin-right: 8px;
  overflow: hidden;
}
.selectize-control.multi.contacts .selectize-input [data-value] .image img,
.selectize-control.single.contacts .selectize-input [data-value] .image img {
  max-width: 100%;
  vertical-align: top;
}
.selectize-control.multi.contacts .selectize-input [data-value] .image.hideEmail,
.selectize-control.single.contacts .selectize-input [data-value] .image.hideEmail {
  width: 30px;
  height: 30px;
}
.selectize-control.multi.contacts .selectize-input [data-value] .content,
.selectize-control.single.contacts .selectize-input [data-value] .content {
  overflow: hidden;
}
.selectize-control.single .selectize-input:after {
  display: none;
}
.selectize-dropdown {
  text-align: left;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 12px;
}
.selectize-dropdown .image {
  width: 30px;
  display: block;
  float: left;
  margin: -2px 10px 0 0;
}
.selectize-dropdown .image img {
  max-width: 100%;
  max-height: 100%;
}
.selectize-dropdown .label {
  color: inherit;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  border-radius: 0;
}
.selectize-dropdown .caption {
  font-size: 0.75em;
  display: inline-block;
  opacity: 0.7;
  margin-left: 10px;
}
.selectize-dropdown.dropdown-empty-message .no-results {
  padding: 5px 12px;
}
.selectize-control--gray-bg .selectize-input {
  font-weight: 300;
  background-color: #f4f4f4;
  border-color: #f4f4f4 !important;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #77AB53;
}
/**
 * When the picker opens...
 */
.picker__holder:focus {
  border: 1px solid #77AB53;
  outline: none;
}
.picker__select--year {
  min-width: 60px;
}
/**
 * Icons Fontcustom
 * .tphor is the base/root of the component and is generated by Fontcustom -
 * this component is dependant upon LESS/CSS created by Fontcustom.
 */
/**
* Base
* The base for this component is created by a Fontcustom font prefix. This cannot be
* set at the component/HTML level.
*/
.tphor-close:before,
.tphor-add:before,
.tphor-expand:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.6em;
  height: 22px;
  line-height: 24px;
  padding-left: 1px;
  text-align: center;
  width: 22px;
}
.tphor-add:before,
.tphor-expand:before {
  font-size: 0.8em;
}
/**
* Modifiers
* Background, Color, Background and ...
*/
.tphor--background:before {
  background-color: #cdcccc;
}
.tphor--background:hover:before {
  background-color: #4f5356;
}
.tphor--background-flat:before {
  color: #4f5356;
  background-color: #cdcccc;
}
.tphor--background-flat:hover:before {
  color: #cdcccc;
  background-color: #4f5356;
}
.tphor--background-red:before {
  color: #F15F2B;
  background-color: rgba(239, 135, 103, 0.2);
}
.tphor--background-red:hover:before {
  color: #fff;
  background-color: #F15F2B;
}
.tphor--background-transparent:before {
  background-color: transparent;
}
.tphor--background-transparent:hover:before {
  background-color: transparent;
}
.tphor--color-red {
  color: #F15F2B;
}
.tphor--color-yellow {
  color: #EEC254;
}
.tphor--color-teal {
  color: #189DAD;
}
.tphor--color-green {
  color: #77AB53;
}
.tphor--color-gray {
  color: #4f5356;
}
.tphor--color-gray:hover:before {
  color: #cdcccc;
}
.tphor--size-large {
  font-size: 26px;
  display: inline-block;
  line-height: 16px;
  margin: -6px 3px -8px 0;
}
.tphor-check.tphor--state-active {
  color: #77AB53;
}
.tphor-check.tphor--state-inactive {
  color: #cdcccc;
}
.tphor--treat-as-anchor:hover {
  cursor: pointer;
}
.tphor--treat-as-anchor:hover:before {
  text-decoration: none;
}
/**
 * Action Block
 * .action-block is the base/root of the component
 * Contains Variables for themes
 */
.action-block {
  background-color: #fff;
  border: 1px solid #cdcccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  margin: 0 10px 10px;
  padding: 7px 10px;
  text-align: center;
  vertical-align: middle;
  width: 190px;
  min-width: 130px;
  color: inherit;
}
.action-block:active {
  color: #4f5356;
  background-color: #fff;
}
.action-block.active,
.action-block:active,
.action-block:hover,
.action-block:focus,
.action-block.selected {
  border: 1px solid #B59241;
}
.action-block.active .action-block__label,
.action-block:active .action-block__label,
.action-block:hover .action-block__label,
.action-block:focus .action-block__label,
.action-block.selected .action-block__label {
  opacity: 1;
}
.action-block:hover,
.action-block:focus {
  text-decoration: none;
  color: inherit;
}
.action-block .action-block__label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  margin-bottom: 7px;
  opacity: 0.75;
}
.action-block .action-block__label.accent {
  color: #B59241;
}
.action-block .action-block__label.muted {
  color: #656a6e;
}
.action-block .action-block__label.light {
  color: #939393;
}
.action-block .action-block__label .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.action-block .action-block__description {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
  font-size: 13px;
}
@media (min-width: 480px) {
  .action-block {
    min-height: 100px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .action-block {
    line-height: 1.11em;
    min-height: 100px;
    width: 155px;
  }
  .action-block .action-block__description {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .action-block {
    min-height: 100px;
    width: 190px;
  }
}
.action-block--group {
  text-align: center;
  /* 
   * Allow for consistent block height regardless of content height
   * https://www.w3.org/TR/css-flexbox-1/
   */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.action-block--list .action-block {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
/**
 * Bulletin
 * .bulletin is the base/root of the component
 * Requires generated svg-data-icons.css
 * Please make sure to keep this component updated based on generated svg-data-icons.css.
 */
.bulletin {
  color: #BABABA;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2em;
  margin-left: 5px;
  margin-bottom: 4px;
  padding: 3px 5px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.bulletin:active {
  color: #f8f8f8;
  background-color: #77AB53;
}
.bulletin.active,
.bulletin:active,
.bulletin:hover,
.bulletin:focus {
  color: #808080;
  background-color: #EAEAEA;
}
.bulletin .active .bulletin__label,
.bulletin:active .bulletin__label,
.bulletin:hover .bulletin__label,
.bulletin:focus .bulletin__label {
  max-width: 100px;
  opacity: 1;
}
.bulletin__label {
  -webkit-transition: max-width .3s ease, opacity .2s ease;
  transition: max-width .3s ease, opacity .2s ease;
  display: inline-block;
  margin-left: 6px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.bulletin__label--visible {
  max-width: 100px;
  opacity: 1;
}
.bulletin__label--heavy {
  font-weight: 700;
  font-size: 80%;
  text-transform: uppercase;
}
/**
 * Directional modifiers
 **/
.bulletin--direction-right {
  float: right!important;
}
.bulletin--direction-left {
  float: left!important;
}
.bulletin--direction-left:first-child .bulletin__icon {
  float: right;
}
.bulletin--direction-left .bulletin__label {
  margin-left: 0;
  margin-right: 6px;
}
/**
 * Add a counter
 **/
.bulletin--count .bulletin__icon {
  float: left;
  margin-top: 5px;
}
.bulletin--count .bulletin__label {
  margin-top: 8px;
}
.bulletin--count .bulletin__count-container {
  display: block;
  height: 35px;
  float: left;
  width: 18px;
}
.bulletin--count .bulletin__count-container .bulletin__count--start,
.bulletin--count .bulletin__count-container .bulletin__count--end {
  display: block;
  height: 14px;
  text-align: center;
  font-size: 14px;
  color: #656a6e;
  font-size: 12px;
  color: #77AB53;
}
.bulletin--count .bulletin__count-container .bulletin__count--end {
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Icons are via svg-data-icons.css and alias the corresponding class
 */
.bulletin__icon {
  background-image: url("data:image/svg+xml,%3csvg id='4c17e2dc-2967-4f7e-a421-a632590967ab' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 23.13 23.11'%3e%3cdefs%3e%3csymbol id='cee2164c-557b-40d6-820f-cdd03e8243b9' data-name='icon-edit' viewBox='0 0 23.13 23.11'%3e%3cpath d='M0.07%2c23.05l1.3-1.3L2.12%2c22.5l-1.65.57c-0.32.11-.51%2c0-0.46-0.3A0.28%2c0.28%2c0%2c0%2c0%2c.07%2c23.05Z' style='fill:%23919191'/%3e%3cpath d='M21.54%2c1.58L22%2c2c1.05%2c1.05%2c1.47%2c2.37.92%2c2.92L21.31%2c6.49%2c19%2c4.15Z' style='fill:%23ef5f2b'/%3e%3cpolygon points='18.97 4.15 21.31 6.49 20.82 6.98 18.48 4.64 18.97 4.15' style='fill:%23b9bcbf'/%3e%3cpolygon points='15.6 7.52 16.09 7.03 18.43 9.37 17.94 9.86 16.77 8.69 15.6 7.52' style='fill:%23b9bcbf'/%3e%3cpath d='M16.33%2c6.79l2.34%2c2.34%2c1.91-1.91L18.24%2c4.88l-0.46.46%2c0.1%2c0.1a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.85a0.16%2c0.16%2c0%2c0%2c1-.2-0.06l-0.1-.1Zm3.27%2c0.5a0.16%2c0.16%2c0%2c0%2c1%2c.2.06L20%2c7.54a0.16%2c0.16%2c0%2c0%2c1%2c.06.2L19.2%2c8.6A0.16%2c0.16%2c0%2c0%2c1%2c19%2c8.54l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2Zm-0.71-.7a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.86a0.17%2c0.17%2c0%2c0%2c1-.2-0.06l-0.19-.2A0.16%2c0.16%2c0%2c0%2c1%2c18%2c7.44Zm-0.7-.71a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.87a0.17%2c0.17%2c0%2c0%2c1-.2-0.07L17.4%2c6.94a0.16%2c0.16%2c0%2c0%2c1-.06-0.2Z' style='fill:%23b9bcbf'/%3e%3cpath d='M4.55%2c18.57h0L15.6%2c7.52l1.17%2c1.17L6.57%2c18.89l-0.16.16C6%2c19.43%2c5.2%2c19.21%2c4.55%2c18.57Z' style='fill:%23edcf8c'/%3e%3cpath d='M6.89%2c20.91C6.25%2c20.26%2c6%2c19.43%2c6.41%2c19.05l0.16-.16%2c10.2-10.2%2c1.17%2c1.17L7.75%2c20.06l-0.86.85h0Z' style='fill:%23edcf8c'/%3e%3cpath d='M4.55%2c18.57h0c0.65%2c0.65%2c1.48.86%2c1.86%2c0.48-0.38.38-.16%2c1.21%2c0.48%2c1.86l-4.78%2c1.6-0.75-.75Z' style='fill:%23efe4d1'/%3e%3cpolygon points='18.48 4.64 20.82 6.98 20.58 7.22 18.24 4.88 18.48 4.64' style='fill:%23919191'/%3e%3cpolygon points='16.33 6.79 18.67 9.13 18.43 9.37 16.09 7.03 16.33 6.79' style='fill:%23919191'/%3e%3cpath d='M19.8%2c7.35L20%2c7.54a0.16%2c0.16%2c0%2c0%2c1%2c.06.2L19.2%2c8.6A0.16%2c0.16%2c0%2c0%2c1%2c19%2c8.54l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86A0.17%2c0.17%2c0%2c0%2c1%2c19.8%2c7.35Z' style='fill:%23919191'/%3e%3cpath d='M18.39%2c5.94l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.87a0.17%2c0.17%2c0%2c0%2c1-.2-0.07L17.4%2c6.94a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86A0.15%2c0.15%2c0%2c0%2c1%2c18.39%2c5.94Z' style='fill:%23919191'/%3e%3cpath d='M19.09%2c6.65l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.86a0.17%2c0.17%2c0%2c0%2c1-.2-0.06l-0.19-.2A0.16%2c0.16%2c0%2c0%2c1%2c18%2c7.44l0.86-.86A0.18%2c0.18%2c0%2c0%2c1%2c19.09%2c6.65Z' style='fill:%23919191'/%3e%3cpath d='M0%2c22.65a0.31%2c0.31%2c0%2c0%2c0%2c0%2c.13A0.35%2c0.35%2c0%2c0%2c1%2c0%2c22.65Z'/%3e%3cpath d='M0.07%2c23.05A0.29%2c0.29%2c0%2c0%2c1%2c0%2c22.78l0-.13L0.61%2c21l0.75%2c0.75Z' style='fill:%234f5356'/%3e%3cpath d='M16.63%2c1.81L18.2%2c0.24c0.55-.55%2c1.86-0.14%2c2.92.92l0.43%2c0.43L19%2c4.15Z' style='fill:%23ed8567'/%3e%3cpolygon points='15.6 7.52 14.43 6.35 13.26 5.18 13.75 4.69 16.09 7.03 15.6 7.52' style='fill:%23919191'/%3e%3cpath d='M18.24%2c4.88L15.9%2c2.53%2c14%2c4.45l2.34%2c2.34%2c0.46-.46-0.1-.1A0.16%2c0.16%2c0%2c0%2c1%2c16.63%2c6l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.1%2c0.1ZM15%2c4.38a0.16%2c0.16%2c0%2c0%2c1-.2-0.06l-0.19-.2a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.85-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2Zm0.71%2c0.7A0.16%2c0.16%2c0%2c0%2c1%2c15.48%2c5l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06L16.47%2c4a0.16%2c0.16%2c0%2c0%2c1%2c.06.2Zm0.7%2c0.71a0.16%2c0.16%2c0%2c0%2c1-.2-0.06L16%2c5.53a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2Z' style='fill:%23919191'/%3e%3cpolygon points='18.48 4.64 16.14 2.3 16.63 1.81 18.97 4.15 18.48 4.64' style='fill:%23919191'/%3e%3cpath d='M4.07%2c16.71l0.16-.16%2c10.2-10.2L15.6%2c7.52l-11.05%2c11C3.91%2c17.92%2c3.69%2c17.09%2c4.07%2c16.71Z' style='fill:%23ecc054'/%3e%3cpath d='M4.07%2c16.71c-0.38.38-.16%2c1.21%2c0.48%2c1.86h0L1.36%2c21.76%2c0.61%2c21l1.6-4.78C2.86%2c16.87%2c3.69%2c17.09%2c4.07%2c16.71Z' style='fill:%23b39041'/%3e%3cpath d='M4.23%2c16.54l-0.16.16c-0.38.39-1.21%2c0.17-1.86-.48h0l11.05-11%2c1.17%2c1.17Z' style='fill:%23ecc054'/%3e%3cpolygon points='18.24 4.88 15.9 2.53 16.14 2.3 18.48 4.64 18.24 4.88' style='fill:%234f5356'/%3e%3cpolygon points='16.09 7.03 13.75 4.69 13.99 4.45 16.33 6.79 16.09 7.03' style='fill:%234f5356'/%3e%3cpath d='M14.77%2c4.32l-0.19-.2a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.85-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2L15%2c4.38A0.17%2c0.17%2c0%2c0%2c1%2c14.77%2c4.32Z' style='fill:%234f5356'/%3e%3cpath d='M15.48%2c5l-0.2-.19a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06L16.47%2c4a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.86A0.16%2c0.16%2c0%2c0%2c1%2c15.48%2c5Z' style='fill:%234f5356'/%3e%3cpath d='M16.18%2c5.72L16%2c5.53a0.16%2c0.16%2c0%2c0%2c1-.06-0.2l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.19%2c0.19a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.86.87A0.16%2c0.16%2c0%2c0%2c1%2c16.18%2c5.72Z' style='fill:%234f5356'/%3e%3cpath d='M16.89%2c6.43l-0.1-.1%2c1-1%2c0.1%2c0.1a0.16%2c0.16%2c0%2c0%2c1%2c.06.2l-0.85.85A0.16%2c0.16%2c0%2c0%2c1%2c16.89%2c6.43Z' style='fill:%23919191'/%3e%3cpath d='M16.69%2c6.23A0.16%2c0.16%2c0%2c0%2c1%2c16.63%2c6l0.86-.86a0.16%2c0.16%2c0%2c0%2c1%2c.2.06l0.1%2c0.1-1%2c1Z' style='fill:%234f5356'/%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-pencil%3c/title%3e%3cuse width='23.13' height='23.11' transform='translate(0 0)' xlink:href='%23cee2164c-557b-40d6-820f-cdd03e8243b9'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.bulletin__icon--communication-bubble,
.bulletin__icon--communication-bubble-right {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 72.99 69' style='enable-background:new 0 0 72.99 69%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.7%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M55.7%2c61.69l17.29%2c0.67l-6.04-16.21C72%2c32.06%2c67.48%2c15.77%2c54.75%2c6.56C39.31-4.62%2c17.73-1.16%2c6.56%2c14.28c-11.18%2c15.44-7.72%2c37.01%2c7.72%2c48.19C27.01%2c71.68%2c43.88%2c70.9%2c55.7%2c61.69z'/%3e %3cg class='st1'%3e %3ccircle class='st2' cx='20.31' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='34.49' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='48.68' cy='34.5' r='4.22'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--communication-left {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 72.99 69' style='enable-background:new 0 0 72.99 69%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.7%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M58.71%2c62.46c15.44-11.18%2c18.9-32.75%2c7.72-48.19C55.25-1.16%2c33.68-4.62%2c18.24%2c6.56C5.5%2c15.77%2c0.99%2c32.06%2c6.04%2c46.15L0%2c62.36l17.29-0.67C29.1%2c70.9%2c45.97%2c71.68%2c58.71%2c62.46z'/%3e %3cg class='st1'%3e %3ccircle class='st2' cx='52.68' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='38.49' cy='34.5' r='4.22'/%3e %3ccircle class='st2' cx='24.31' cy='34.5' r='4.22'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--communication-question {
  background-image: url("data:image/svg+xml,%3csvg id='7b6334b4-356d-4182-9b6c-8b9a65a45427' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 66.78 64.93'%3e%3cdefs%3e%3csymbol id='4155ff91-529b-4e4a-8faa-dfd9166d4470' data-name='question-icon' viewBox='0 0 66.78 64.94'%3e%3cpolygon points='21.2 31.64 19.37 53.41 1.88 53.42 0 31.64 21.2 31.64' style='fill:%23ebbf54%3bfill-rule:evenodd'/%3e%3cline x1='3.76' y1='36.69' x2='17.09' y2='36.69' style='fill:none%3bstroke:white%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.52111398533343px%3bopacity:0.5'/%3e%3crect x='0.74' y='52.83' width='19.67' height='12.11' style='fill:%231a9cac'/%3e%3cpath d='M13.39%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c11.14%2c11V31.63h4.49V11A2.25%2c2.25%2c0%2c0%2c0%2c13.39%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M7.82%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c5.57%2c11V31.63h4.49V11A2.25%2c2.25%2c0%2c0%2c0%2c7.82%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M2.25%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c0%2c11V31.63H4.49V11A2.25%2c2.25%2c0%2c0%2c0%2c2.25%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M19%2c8.74A2.25%2c2.25%2c0%2c0%2c0%2c16.71%2c11V31.63H21.2V11A2.25%2c2.25%2c0%2c0%2c0%2c19%2c8.74Z' style='fill:%23ebbf54'/%3e%3cpath d='M28.57%2c28.09a2.47%2c2.47%2c0%2c0%2c0-3.37.94L15%2c47.15l4.31%2c2.43L29.51%2c31.45A2.47%2c2.47%2c0%2c0%2c0%2c28.57%2c28.09Z' style='fill:%23ebbf54'/%3e%3cpath d='M15.84%2c49.83a6.54%2c6.54%2c0%2c0%2c1%2c.42-11.16' style='fill:none%3bstroke:white%3bstroke-linecap:round%3bstroke-miterlimit:10%3bstroke-width:1.52111398533343px%3bopacity:0.5'/%3e%3cpath d='M66.78%2c9.76V8.29C66.77%2c3.45%2c64%2c.18%2c59.17.11%2c48.72%2c0%2c45.83%2c0%2c35.39.1c-4.78.06-7.67%2c3.34-7.67%2c8.13%2c0%2c4.58%2c0%2c5.65%2c0%2c10.23a8.07%2c8.07%2c0%2c0%2c0%2c2.43%2c6.14%2c8.24%2c8.24%2c0%2c0%2c0%2c5.58%2c2c1.43%2c0%2c2.86%2c0%2c4.4%2c0v6.47a66.63%2c66.63%2c0%2c0%2c1%2c8.45-5.36c1-.54%2c1.63-1.15%2c2.78-1.13%2c5%2c0.06%2c2.39.05%2c7.35%2c0s8.07-3.21%2c8.07-8.09C66.78%2c14.43%2c66.78%2c13.86%2c66.78%2c9.76Z' style='fill:%231a9cac'/%3e%3cpath d='M66.78%2c9.76V8.29C66.77%2c3.45%2c64%2c.18%2c59.17.11%2c48.72%2c0%2c45.83%2c0%2c35.39.1c-4.78.06-7.67%2c3.34-7.67%2c8.13%2c0%2c4.58%2c0%2c5.65%2c0%2c10.23a8.28%2c8.28%2c0%2c0%2c0%2c2%2c5.67l37.08-12C66.78%2c11.46%2c66.78%2c10.71%2c66.78%2c9.76Z' style='fill:white%3bopacity:0.30000000000000004'/%3e%3cpath d='M45.93%2c16.32c0-3.35%2c3.93-3.77%2c3.93-7.07a2.81%2c2.81%2c0%2c0%2c0-2.94-3%2c3.31%2c3.31%2c0%2c0%2c0-3.3%2c2.92L42%2c8.92a4.75%2c4.75%2c0%2c0%2c1%2c4.91-4.08c2.64%2c0%2c4.63%2c1.56%2c4.63%2c4.33%2c0%2c4.23-4.07%2c4.13-4.07%2c7.65v1.61H45.93V16.32Zm0.78%2c4.53a1.21%2c1.21%2c0%2c1%2c1-1.21%2c1.21A1.19%2c1.19%2c0%2c0%2c1%2c46.71%2c20.85Z' style='fill:%23c9e7e5'/%3e%3crect x='0.74' y='52.83' width='7.07' height='12.11' style='fill:white%3bopacity:0.30000000000000004'/%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-comm-question%3c/title%3e%3cuse width='66.78' height='64.93' xlink:href='%234155ff91-529b-4e4a-8faa-dfd9166d4470'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--communication-square {
  background-image: url("data:image/svg+xml,%3csvg id='aaa7023e-6829-4eb9-a8cd-d00507de9da6' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.84 44.7'%3e%3ctitle%3eapp-comm-square-left%3c/title%3e%3cpolygon points='27.92 0 27.92 34.09 27.92 34.09 55.84 34.09 55.84 0 27.92 0' style='fill:%2378aa50'/%3e%3cpolygon points='0 0 0 34.09 13.96 34.09 13.96 44.7 27.92 34.09 27.92 0 0 0' style='fill:%2391b772'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--communication-suggestion {
  background-image: url("data:image/svg+xml,%3csvg id='64c60276-3b91-45dd-b00a-24a372fc290b' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40.68 64.93'%3e%3cdefs%3e%3csymbol id='0bb92e12-aa93-4874-8f4a-cacaf3e429e0' data-name='suggestion-icon' viewBox='0 0 40.68 64.94'%3e%3cpath d='M27.87%2c53H12.81c-0.35%2c0%2c.48%2c6%2c0.58%2c6.51%2c0.4%2c2%2c1%2c3.74%2c3%2c4.59a9.81%2c9.81%2c0%2c0%2c0%2c8.09%2c0c1.89-.9%2c2.44-2.56%2c2.84-4.54C27.39%2c59%2c28.22%2c53%2c27.87%2c53Z' style='fill:%231a9cac'/%3e%3cpath d='M40.22%2c15.51A22.15%2c22.15%2c0%2c0%2c0%2c32.28%2c3.93a18.34%2c18.34%2c0%2c0%2c0-5.75-3C26.08%2c0.8%2c20.34-.34%2c20.34.1c0-.44-5.74.7-6.19%2c0.84a18.34%2c18.34%2c0%2c0%2c0-5.75%2c3A22.15%2c22.15%2c0%2c0%2c0%2c.46%2c15.51c-1.25%2c5.05.15%2c10.41%2c2.8%2c14.79a54.32%2c54.32%2c0%2c0%2c1%2c4.27%2c7.9%2c37.17%2c37.17%2c0%2c0%2c1%2c2.62%2c9.62c0.17%2c1.52.2%2c3.23%2c1.24%2c4.47a3.36%2c3.36%2c0%2c0%2c0%2c1.13.75H28.17a3.36%2c3.36%2c0%2c0%2c0%2c1.13-.75c1-1.24%2c1.07-2.95%2c1.24-4.47a37.17%2c37.17%2c0%2c0%2c1%2c2.62-9.62%2c54.32%2c54.32%2c0%2c0%2c1%2c4.27-7.9C40.07%2c25.91%2c41.47%2c20.56%2c40.22%2c15.51Z' style='fill:%23ebbf54'/%3e%3cpath d='M20.34%2c53H12.81a0.07%2c0.07%2c0%2c0%2c0%2c0%2c0h7.56v0Z' style='fill:%23ecc054'/%3e%3cpath d='M20.34%2c53h0v0H27.9a0.07%2c0.07%2c0%2c0%2c0%2c0%2c0H20.34Z' style='fill:%23ecc054'/%3e%3cpath d='M24.19%2c18.8a1.6%2c1.6%2c0%2c1%2c0-1.69%2c1.59H22.33V53h0.54V20.39H22.69A1.59%2c1.59%2c0%2c0%2c0%2c24.19%2c18.8Zm-1.6%2c1.05a1.05%2c1.05%2c0%2c1%2c1%2c1.05-1.05A1.06%2c1.06%2c0%2c0%2c1%2c22.6%2c19.85Z' style='fill:%231a9cac'/%3e%3cpath d='M19.68%2c18.8A1.6%2c1.6%2c0%2c1%2c0%2c18%2c20.39H17.81V53h0.54V20.39H18.18A1.59%2c1.59%2c0%2c0%2c0%2c19.68%2c18.8Zm-1.6%2c1.05a1.05%2c1.05%2c0%2c1%2c1%2c1.05-1.05A1.06%2c1.06%2c0%2c0%2c1%2c18.09%2c19.85Z' style='fill:white'/%3e%3cg style='opacity:0.5'%3e%3cpath d='M25.47%2c59l-0.13%2c0L15.08%2c55.11a0.36%2c0.36%2c0%2c0%2c1%2c.25-0.68L25.6%2c58.26A0.36%2c0.36%2c0%2c0%2c1%2c25.47%2c59Z' style='fill:%23cbcaca'/%3e%3cpath d='M24.74%2c60.95l-0.13%2c0-9.36-3.46a0.36%2c0.36%2c0%2c0%2c1%2c.25-0.68l9.36%2c3.46A0.36%2c0.36%2c0%2c0%2c1%2c24.74%2c60.95Z' style='fill:%23cbcaca'/%3e%3cpath d='M24.12%2c62.93l-0.12%2c0-8.57-3.1a0.36%2c0.36%2c0%2c0%2c1%2c.25-0.68l8.57%2c3.1A0.36%2c0.36%2c0%2c0%2c1%2c24.12%2c62.93Z' style='fill:%23cbcaca'/%3e%3c/g%3e%3cg style='opacity:0.4'%3e%3cpath d='M14.15%2c0.94a18.33%2c18.33%2c0%2c0%2c0-5.75%2c3A22.15%2c22.15%2c0%2c0%2c0%2c.46%2c15.51c-1.25%2c5.05.15%2c10.41%2c2.8%2c14.79a54.33%2c54.33%2c0%2c0%2c1%2c4.27%2c7.9%2c37.17%2c37.17%2c0%2c0%2c1%2c2.62%2c9.62c0.17%2c1.52.2%2c3.23%2c1.24%2c4.47a3.35%2c3.35%2c0%2c0%2c0%2c1.13.75h7.83V0.1C20.34-.34%2c14.6.8%2c14.15%2c0.94Z' style='fill:white'/%3e%3c/g%3e%3cg style='opacity:0.4'%3e%3cpath d='M12.81%2c53c-0.35%2c0%2c.48%2c6%2c0.58%2c6.51%2c0.4%2c2%2c1%2c3.74%2c3%2c4.59a10.31%2c10.31%2c0%2c0%2c0%2c4%2c.84V53H12.81Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-comm-suggestion%3c/title%3e%3cuse width='40.68' height='64.93' xlink:href='%230bb92e12-aa93-4874-8f4a-cacaf3e429e0'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--communication-vent {
  background-image: url("data:image/svg+xml,%3csvg id='c6c80e65-99fd-4f29-99e8-45d8ea41b38a' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 78.29 64.93'%3e%3cdefs%3e%3csymbol id='eb59ed41-afc0-44e9-81be-e509776a8efe' data-name='vent-icon' viewBox='0 0 78.29 64.94'%3e%3cpolygon points='53.19 43.42 44.28 43.4 51.42 31.88 41.01 31.83 33.7 47.95 42.26 47.95 36.15 64.94 53.19 43.42' style='fill:%23ebbf54'/%3e%3cpath d='M68.13%2c12.87c-0.2%2c0-.39%2c0-0.59%2c0a16.6%2c16.6%2c0%2c0%2c0-32.75%2c2.78%2c9%2c9%2c0%2c0%2c0-12.09%2c6.43l-0.32%2c0a5.54%2c5.54%2c0%2c1%2c0%2c0%2c11.08H68.13A10.15%2c10.15%2c0%2c1%2c0%2c68.13%2c12.87Z' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M51.36%2c0A16.6%2c16.6%2c0%2c0%2c0%2c34.79%2c15.68a9%2c9%2c0%2c0%2c0-12.08%2c6.43l-0.32%2c0a5.54%2c5.54%2c0%2c1%2c0%2c0%2c11.08h31.5V0.2A16.66%2c16.66%2c0%2c0%2c0%2c51.36%2c0Z' style='fill:white'/%3e%3c/g%3e%3cpath d='M7.19%2c26.59l0.42%2c0a11.74%2c11.74%2c0%2c0%2c1%2c23.17%2c2%2c6.39%2c6.39%2c0%2c0%2c1%2c8.55%2c4.55h0.23a3.92%2c3.92%2c0%2c1%2c1%2c0%2c7.84H7.19A7.18%2c7.18%2c0%2c1%2c1%2c7.19%2c26.59Z' style='fill:%231a9cac'/%3e%3cg style='opacity:0.4'%3e%3cpath d='M7.6%2c26.61l-0.42%2c0A7.18%2c7.18%2c0%2c1%2c0%2c7.19%2c41H13.6V18.84A11.76%2c11.76%2c0%2c0%2c0%2c7.6%2c26.61Z' style='fill:white'/%3e%3c/g%3e%3c/symbol%3e%3c/defs%3e%3ctitle%3eapp-comm-vent%3c/title%3e%3cuse width='78.29' height='64.93' xlink:href='%23eb59ed41-afc0-44e9-81be-e509776a8efe'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--communication-eye {
  background-image: url("data:image/svg+xml,%3csvg id='7bd56b2b-3a06-440d-9ab6-f37774573252' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 19'%3e%3ctitle%3eapp-eye%3c/title%3e%3cpath d='M1.69%2c9.44a14.2%2c14.2%2c0%2c0%2c0%2c12.81%2c8V1.54A14.18%2c14.18%2c0%2c0%2c0%2c1.69%2c9.44Z' style='fill:white'/%3e%3cpath d='M27.31%2c9.44A14.19%2c14.19%2c0%2c0%2c0%2c14.5%2c1.54V17.47A14.22%2c14.22%2c0%2c0%2c0%2c27.31%2c9.44Z' style='fill:%23ddded9'/%3e%3cpath d='M1.69%2c9.44a14.2%2c14.2%2c0%2c0%2c0%2c12.81%2c8V1.54A14.18%2c14.18%2c0%2c0%2c0%2c1.69%2c9.44Z' style='fill:none'/%3e%3cpath d='M1.69%2c9.44A14.19%2c14.19%2c0%2c0%2c1%2c14.5%2c1.54V0A15.61%2c15.61%2c0%2c0%2c0%2c.33%2c8.76L0%2c9.44l0.33%2c0.68A15.83%2c15.83%2c0%2c0%2c0%2c14.5%2c19V17.46A14.19%2c14.19%2c0%2c0%2c1%2c1.69%2c9.44Z' style='fill:%2390908f'/%3e%3cpath d='M28.67%2c10.12L29%2c9.44l-0.33-.68A15.61%2c15.61%2c0%2c0%2c0%2c14.5%2c0V1.54a14.19%2c14.19%2c0%2c0%2c1%2c12.81%2c7.9%2c14.2%2c14.2%2c0%2c0%2c1-12.81%2c8V19A15.83%2c15.83%2c0%2c0%2c0%2c28.67%2c10.12Z' style='fill:%2390908f'/%3e%3cpath d='M14.5%2c9.5' style='fill:%23ee5f2b'/%3e%3cpath d='M14.5%2c9.5' style='fill:%23ee5f2b'/%3e%3cpath d='M14.5%2c12A2.44%2c2.44%2c0%2c0%2c1%2c12.08%2c9.5a2.47%2c2.47%2c0%2c0%2c1%2c1.34-2.2l-1.5-3.06A5.89%2c5.89%2c0%2c0%2c0%2c14.5%2c15.38a5.72%2c5.72%2c0%2c0%2c0%2c4-1.63l-2.33-2.47A2.4%2c2.4%2c0%2c0%2c1%2c14.5%2c12Z' style='fill:%2365c8d6'/%3e%3cpath d='M20.29%2c9.5a6.81%2c6.81%2c0%2c0%2c0%2c0-.78l-3.34.46c0%2c0.11%2c0%2c.21%2c0%2c0.32a2.44%2c2.44%2c0%2c0%2c1-.75%2c1.77l2.33%2c2.47A5.88%2c5.88%2c0%2c0%2c0%2c20.29%2c9.5Z' style='fill:%23126b72'/%3e%3cpath d='M16.26%2c7.82a2.46%2c2.46%2c0%2c0%2c1%2c.63%2c1.35l3.34-.45a5.89%2c5.89%2c0%2c0%2c0-1.51-3.24Z' style='fill:%23189bab'/%3e%3cpath d='M16.26%2c7.82l2.46-2.34a5.8%2c5.8%2c0%2c0%2c0-1.18-1L15.77%2c7.41A2.43%2c2.43%2c0%2c0%2c1%2c16.26%2c7.82Z' style='fill:%23126b72'/%3e%3cpath d='M14.5%2c7a2.39%2c2.39%2c0%2c0%2c1%2c1.27.37L17.54%2c4.5a5.69%2c5.69%2c0%2c0%2c0-5.62-.26l1.5%2c3.06A2.46%2c2.46%2c0%2c0%2c1%2c14.5%2c7Z' style='fill:%23189bab'/%3e%3cpath d='M16.07%2c9.29a1.6%2c1.6%2c0%2c0%2c0-.41-0.89%2c2.08%2c2.08%2c0%2c0%2c0-.32-0.27%2c1.58%2c1.58%2c0%2c0%2c0-.83-0.24%2c1.51%2c1.51%2c0%2c0%2c0-.7.17%2c1.61%2c1.61%2c0%2c0%2c0%2c.7%2c3.05%2c1.54%2c1.54%2c0%2c0%2c0%2c1.09-.45%2c1.61%2c1.61%2c0%2c0%2c0%2c.49-1.16C16.08%2c9.43%2c16.08%2c9.36%2c16.07%2c9.29Z' style='fill:white'/%3e%3cpath d='M14.5%2c11.11a1.61%2c1.61%2c0%2c0%2c1-.7-3.05L13.43%2c7.3A2.47%2c2.47%2c0%2c0%2c0%2c14.51%2c12a2.4%2c2.4%2c0%2c0%2c0%2c1.67-.68l-0.58-.61A1.62%2c1.62%2c0%2c0%2c1%2c14.5%2c11.11Z' style='fill:%2365c8d6'/%3e%3cpath d='M16.08%2c9.5a1.61%2c1.61%2c0%2c0%2c1-.49%2c1.16l0.58%2c0.61a2.48%2c2.48%2c0%2c0%2c0%2c.75-1.77c0-.11%2c0-0.22%2c0-0.32l-0.83.11A1.48%2c1.48%2c0%2c0%2c1%2c16.08%2c9.5Z' style='fill:%23126b72'/%3e%3cpath d='M15.65%2c8.4a1.57%2c1.57%2c0%2c0%2c1%2c.41.89l0.83-.11a2.5%2c2.5%2c0%2c0%2c0-.63-1.35Z' style='fill:%23189bab'/%3e%3cpath d='M15.65%2c8.4l0.61-.58a2.37%2c2.37%2c0%2c0%2c0-.49-0.41l-0.44.72A1.69%2c1.69%2c0%2c0%2c1%2c15.65%2c8.4Z' style='fill:%23126b72'/%3e%3cpath d='M14.5%2c7.89a1.55%2c1.55%2c0%2c0%2c1%2c.83.24l0.44-.72A2.39%2c2.39%2c0%2c0%2c0%2c14.5%2c7a2.26%2c2.26%2c0%2c0%2c0-1.07.26L13.8%2c8.06A1.51%2c1.51%2c0%2c0%2c1%2c14.5%2c7.89Z' style='fill:%23189bab'/%3e%3cellipse cx='10.92' cy='7.3' rx='1.46' ry='1.48' style='fill:white'/%3e%3cpath d='M16.9%2c9.18a2.5%2c2.5%2c0%2c0%2c0-.63-1.35%2c2.4%2c2.4%2c0%2c0%2c0-1.76-.78%2c2.26%2c2.26%2c0%2c0%2c0-1.07.26A2.47%2c2.47%2c0%2c0%2c0%2c14.52%2c12a2.4%2c2.4%2c0%2c0%2c0%2c1.67-.68%2c2.48%2c2.48%2c0%2c0%2c0%2c.75-1.77C16.92%2c9.39%2c16.91%2c9.28%2c16.9%2c9.18Zm-2.4%2c1.93a1.61%2c1.61%2c0%2c0%2c1-.7-3.05%2c1.51%2c1.51%2c0%2c0%2c1%2c.7-0.17%2c1.55%2c1.55%2c0%2c0%2c1%2c.83.24%2c1.39%2c1.39%2c0%2c0%2c1%2c.32.27%2c1.57%2c1.57%2c0%2c0%2c1%2c.41.89%2c1.49%2c1.49%2c0%2c0%2c1%2c0%2c.21%2c1.61%2c1.61%2c0%2c0%2c1-.49%2c1.16A1.54%2c1.54%2c0%2c0%2c1%2c14.5%2c11.11Z' style='fill:%23505356%3bopacity:0.5%3bisolation:isolate'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 29px;
  height: 19px;
}
.bulletin__icon--communication-rate {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='75.61 0 49.447 50.144' style='enable-background:new 75.61 0 49.447 50.144%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23ECC054%3b%7d .st1%7bopacity:0.5%3b fill:white%3b%7d %3c/style%3e %3cg%3e %3cg%3e %3cpath class='st0' d='M86.973%2c16.299l0.43-0.553c0.061-0.123%2c0.184-0.246%2c0.246-0.369v0.061l0.491-0.553 c0.614-0.737%2c1.29-1.413%2c2.027-2.027l0.553-0.491l0%2c0c0.123-0.061%2c0.184-0.184%2c0.307-0.246l0.553-0.43l-8.661-4.177l0.491%2c1.044 L86.973%2c16.299z'/%3e %3cpath class='st0' d='M84.516%2c27.724c0-0.123%2c0-0.246-0.061-0.43h0.061l-0.061-0.676c-0.061-0.491-0.061-0.921-0.061-1.413 s0-0.983%2c0.061-1.474l0.061-0.737h-0.061c0-0.123%2c0-0.246%2c0.061-0.43l0.123-0.676l-0.614%2c0.246l-8.415%2c3.01l9.029%2c3.256 L84.516%2c27.724z'/%3e %3cpath class='st0' d='M98.214%2c9.174L98.214%2c9.174h0.676c0.491-0.061%2c0.921-0.061%2c1.413-0.061s0.983%2c0%2c1.413%2c0.061l0.737%2c0.061 V9.174c0.123%2c0%2c0.246%2c0%2c0.43%2c0.061l0.676%2c0.123l-3.256-9.152l-0.369%2c1.106l-2.826%2c7.985l0.676-0.123 C97.907%2c9.174%2c98.03%2c9.174%2c98.214%2c9.174z'/%3e %3cpath class='st0' d='M110.008%2c12.307L110.008%2c12.307l0.123%2c0.123c0.246%2c0.184%2c0.491%2c0.43%2c0.799%2c0.676 c0.491%2c0.43%2c0.921%2c0.86%2c1.351%2c1.351c0.246%2c0.246%2c0.43%2c0.491%2c0.614%2c0.737l0.184%2c0.184l0%2c0c0.061%2c0.123%2c0.184%2c0.184%2c0.246%2c0.307 l0.369%2c0.553l4.115-8.784l-1.044%2c0.553l-7.678%2c3.686l0.553%2c0.43C109.762%2c12.184%2c109.885%2c12.245%2c110.008%2c12.307z'/%3e %3cpath class='st0' d='M116.027%2c28.4l9.029-3.256l-9.029-3.256l0.123%2c0.676c0%2c0.123%2c0.061%2c0.246%2c0.061%2c0.43h-0.061l0.061%2c0.737 c0.061%2c0.491%2c0.061%2c0.983%2c0.061%2c1.413c0%2c0.491%2c0%2c0.983-0.061%2c1.413l-0.061%2c0.799h0.061c0%2c0.123%2c0%2c0.246-0.061%2c0.43L116.027%2c28.4z' /%3e %3cpath class='st0' d='M102.452%2c41.176L102.452%2c41.176h-0.676c-0.491%2c0.061-0.921%2c0.061-1.413%2c0.061s-0.983%2c0-1.413-0.061 l-0.737-0.061v0.061c-0.123%2c0-0.246%2c0-0.43-0.061l-0.676-0.061l0.246%2c0.614l2.948%2c8.477l3.194-9.091l-0.676%2c0.123 C102.698%2c41.176%2c102.575%2c41.176%2c102.452%2c41.176z'/%3e %3cpath class='st0' d='M113.263%2c34.665c-0.061%2c0.123-0.184%2c0.184-0.246%2c0.307l0%2c0l-0.491%2c0.553c-0.491%2c0.614-1.044%2c1.167-1.658%2c1.72 c-0.307%2c0.246-0.614%2c0.553-0.921%2c0.799c-0.123%2c0.061-0.184%2c0.184-0.307%2c0.246l-0.553%2c0.43l8.661%2c4.177l-4.054-8.784 L113.263%2c34.665z'/%3e %3cpath class='st0' d='M90.597%2c37.982L90.597%2c37.982l-0.491-0.491c-0.737-0.614-1.413-1.29-1.966-2.027l-0.491-0.553l0%2c0 c-0.061-0.123-0.184-0.246-0.246-0.369l-0.369-0.553l-0.307%2c0.614l-3.808%2c8.108l8.661-4.115l-0.614-0.307 C90.843%2c38.228%2c90.72%2c38.105%2c90.597%2c37.982z'/%3e %3cpath class='st0' d='M111.666%2c33.56c1.843-2.518%2c2.703-5.467%2c2.703-8.415c0-4.361-1.966-8.722-5.774-11.486 c-2.518-1.843-5.405-2.764-8.292-2.764c-4.361%2c0-8.6%2c2.027-11.364%2c5.835c-1.843%2c2.518-2.703%2c5.467-2.703%2c8.415 c0%2c4.361%2c1.966%2c8.722%2c5.774%2c11.486c2.518%2c1.843%2c5.405%2c2.764%2c8.292%2c2.764C104.664%2c39.395%2c108.902%2c37.368%2c111.666%2c33.56z'/%3e %3crect x='75.61' y='0.021' class='st1' width='24.168' height='49.994'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  height: 87px;
  width: 80px;
  height: 37px;
  width: 36px;
}
.bulletin__icon--heart {
  background-image: url("data:image/svg+xml,%3csvg id='71d0b049-8c34-42e2-80c8-1537ca878f1b' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.98 47.92'%3e%3ctitle%3eapp-heart%3c/title%3e%3cpath d='M28%2c8.24C24.69%2c1.13%2c15.36-2%2c8.23%2c1.32%2c0.64%2c4.85-3%2c13.85%2c3%2c24.46%2c7.26%2c32%2c14.81%2c37.71%2c28%2c47.92h0V8.24Z' style='fill:%23f1804e'/%3e%3cpath d='M47.76%2c1.32C40.63-2%2c31.31%2c1.12%2c28%2c8.23V47.91C41.17%2c37.71%2c48.72%2c32%2c53%2c24.46%2c59%2c13.85%2c55.35%2c4.85%2c47.76%2c1.32Z' style='fill:%23ee602d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--note {
  background-image: url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 18.1.0%2c SVG Export Plug-In --%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' viewBox='0 0 20.6 20.6' enable-background='new 0 0 20.6 20.6' xml:space='preserve'%3e %3cdefs%3e %3c/defs%3e %3cg%3e %3cg%3e %3cpath fill='%23919191' d='M19%2c0c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6h-1.4c0%2c0.9-0.8%2c1.6-1.6%2c1.6c-0.9%2c0-1.6-0.7-1.6-1.6 H9.6c0%2c0.9-0.8%2c1.6-1.6%2c1.6C7.1%2c1.6%2c6.4%2c0.9%2c6.3%2c0H5c0%2c0.9-0.8%2c1.6-1.6%2c1.6C2.4%2c1.6%2c1.7%2c0.9%2c1.7%2c0H0v20.6h15l5.6-5.6V0H19z'/%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath fill='white' d='M17%2c4.7c-0.6%2c0-1.3%2c0.4-1.9%2c0.7C14.6%2c5.7%2c14%2c6.1%2c13.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c5.7%2c9%2c6.1%2c8.7%2c6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0C8.6%2c6%2c8.5%2c5.8%2c8.4%2c5.7C8.2%2c5.2%2c7.9%2c4.9%2c7.5%2c4.8c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c5.7%2c4%2c6.1%2c3.7%2c6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0C3.6%2c6%2c3.5%2c5.8%2c3.4%2c5.7c0-0.1-0.1-0.1-0.1-0.2C3.2%2c5.4%2c2.9%2c5.3%2c2.7%2c5.4 C2.4%2c5.5%2c2.2%2c5.9%2c2.4%2c6.2c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 C7.6%2c6.7%2c7.9%2c7%2c8.3%2c7.2c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0l0%2c0 c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2 c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0C17.2%2c4.7%2c17.1%2c4.7%2c17%2c4.7z'/%3e %3cpath fill='white' d='M17%2c10c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7C9.6%2c11%2c9%2c11.4%2c8.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7 C4.6%2c11%2c4%2c11.4%2c3.7%2c11.3c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c0-0.1-0.1-0.1-0.1-0.2c-0.2-0.2-0.4-0.2-0.7-0.1 c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0 c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0%2c0%2c0%2c0%2c0%2c0 c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0%2c0.3%2c0 c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17.2%2c10%2c17.1%2c10%2c17%2c10z'/%3e %3cpath fill='white' d='M16.8%2c15.3c-0.6%2c0-1.3%2c0.4-1.9%2c0.7c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0 c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0c-0.1%2c0-0.2%2c0-0.3%2c0c-0.6%2c0-1.2%2c0.4-1.8%2c0.7 c-0.5%2c0.3-1.1%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3c-0.2-0.5-0.5-0.8-0.9-0.9c0%2c0-0.1%2c0-0.1%2c0 c-0.1%2c0-0.2%2c0-0.3%2c0c-0.7%2c0-1.3%2c0.4-2%2c0.7c-0.5%2c0.3-1.2%2c0.7-1.4%2c0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c-0.1%2c0-0.2-0.2-0.2-0.3 c0-0.1-0.1-0.1-0.1-0.2C3%2c16%2c2.7%2c15.9%2c2.5%2c16c-0.3%2c0.1-0.4%2c0.5-0.3%2c0.8c0.2%2c0.5%2c0.5%2c0.8%2c1%2c0.9c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0 c0%2c0%2c0%2c0%2c0.1%2c0c0%2c0%2c0.1%2c0%2c0.1%2c0c0.6%2c0%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0%2c0%2c0%2c0%2c0c0.2%2c0.5%2c0.5%2c0.8%2c0.9%2c0.9c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0.1%2c0%2c0.2%2c0%2c0.4%2c0l0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6 c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3c0.2%2c0.5%2c0.5%2c0.8%2c1%2c1c0%2c0%2c0.1%2c0%2c0.1%2c0c0.1%2c0%2c0.1%2c0%2c0.2%2c0c0%2c0%2c0%2c0%2c0%2c0 c0.1%2c0%2c0.2%2c0%2c0.3%2c0c0%2c0%2c0%2c0%2c0%2c0c0.6-0.1%2c1.2-0.4%2c1.8-0.7c0.5-0.3%2c1.1-0.7%2c1.4-0.6c0%2c0%2c0%2c0%2c0%2c0c0%2c0%2c0%2c0%2c0%2c0c0.1%2c0%2c0.2%2c0.2%2c0.2%2c0.3 c0%2c0.1%2c0.1%2c0.1%2c0.1%2c0.2c0.2%2c0.2%2c0.4%2c0.2%2c0.7%2c0.1c0.3-0.1%2c0.4-0.5%2c0.3-0.8c-0.2-0.5-0.5-0.8-1-0.9c-0.1%2c0-0.1%2c0-0.2%2c0 C17%2c15.3%2c16.9%2c15.3%2c16.8%2c15.3z'/%3e %3c/g%3e %3cpolygon fill='%23656A6E' points='15%2c20.6 15%2c15 20.6%2c15 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.bulletin__icon--arrow,
.bulletin__icon--arrow--left {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151 64.84' style='enable-background:new 0 0 151 64.84%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M1.04%2c34.92L29.92%2c63.8c1.01%2c1.01%2c2.53%2c1.32%2c3.86%2c0.77c1.32-0.55%2c2.19-1.84%2c2.19-3.27l-2.22-15.42l103.62%2c0v-0.01c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01c7.44%2c0%2c13.46-6.02%2c13.46-13.46c0-7.43-6.03-13.46-13.46-13.46c-0.06%2c0-0.12%2c0.01-0.17%2c0.01v-0.01l-103.62%2c0l2.22-15.41c0-1.44-0.86-2.73-2.19-3.28C33.34%2c0.09%2c32.88%2c0%2c32.43%2c0c-0.92%2c0-1.83%2c0.35-2.51%2c1.04L1.04%2c29.91C0.38%2c30.58%2c0%2c31.48%2c0%2c32.42C0%2c33.35%2c0.38%2c34.27%2c1.04%2c34.92z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M0%2c32.42c0%2c0.93%2c0.38%2c1.85%2c1.04%2c2.5L29.92%2c63.8c1.01%2c1.01%2c2.53%2c1.32%2c3.86%2c0.77c1.32-0.55%2c2.19-1.84%2c2.19-3.27l-2.22-15.42h103.62v-0.01c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01c7.44%2c0%2c13.46-6.02%2c13.46-13.46l0%2c0H0L0%2c32.42z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--arrow--right {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151 64.84' style='enable-background:new 0 0 151 64.84%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M149.96%2c34.92L121.08%2c63.8c-1.01%2c1.01-2.53%2c1.32-3.86%2c0.77c-1.32-0.55-2.19-1.84-2.19-3.27l2.22-15.42l-103.62%2c0v-0.01c-0.06%2c0-0.12%2c0.01-0.17%2c0.01C6.03%2c45.88%2c0%2c39.85%2c0%2c32.42c0-7.43%2c6.03-13.46%2c13.46-13.46c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01v-0.01l103.62%2c0l-2.22-15.41c0-1.44%2c0.86-2.73%2c2.19-3.28c0.44-0.18%2c0.9-0.27%2c1.35-0.27c0.92%2c0%2c1.83%2c0.35%2c2.51%2c1.04l28.88%2c28.88c0.66%2c0.66%2c1.04%2c1.57%2c1.04%2c2.51C151%2c33.35%2c150.62%2c34.27%2c149.96%2c34.92z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M151%2c32.42c0%2c0.93-0.38%2c1.85-1.04%2c2.5L121.08%2c63.8c-1.01%2c1.01-2.53%2c1.32-3.86%2c0.77c-1.32-0.55-2.19-1.84-2.19-3.27l2.22-15.42H13.64v-0.01c-0.06%2c0-0.12%2c0.01-0.17%2c0.01C6.03%2c45.88%2c0%2c39.85%2c0%2c32.42l0%2c0H151L151%2c32.42z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--arrow--down {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 19.2.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64.8 151' style='enable-background:new 0 0 64.8 151%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M29.9%2c150L1%2c121.1c-1-1-1.3-2.5-0.8-3.9c0.6-1.3%2c1.8-2.2%2c3.3-2.2l15.4%2c2.2V13.6h0c0-0.1%2c0-0.1%2c0-0.2 C19%2c6%2c25%2c0%2c32.4%2c0s13.5%2c6%2c13.5%2c13.5c0%2c0.1%2c0%2c0.1%2c0%2c0.2h0v103.6l15.4-2.2c1.4%2c0%2c2.7%2c0.9%2c3.3%2c2.2c0.2%2c0.4%2c0.3%2c0.9%2c0.3%2c1.3 c0%2c0.9-0.3%2c1.8-1%2c2.5L34.9%2c150c-0.7%2c0.7-1.6%2c1-2.5%2c1C31.5%2c151%2c30.6%2c150.6%2c29.9%2c150z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M32.4%2c151c-0.9%2c0-1.8-0.4-2.5-1L1%2c121.1c-1-1-1.3-2.5-0.8-3.9c0.6-1.3%2c1.8-2.2%2c3.3-2.2l15.4%2c2.2V13.6h0 c0-0.1%2c0-0.1%2c0-0.2C19%2c6%2c25%2c0%2c32.4%2c0l0%2c0V151L32.4%2c151z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
}
.bulletin__icon--arrow--up {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151 64.84' style='enable-background:new 0 0 151 64.84%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%2377AB53%3b%7d .st1%7bopacity:0.3%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M149.96%2c34.92L121.08%2c63.8c-1.01%2c1.01-2.53%2c1.32-3.86%2c0.77c-1.32-0.55-2.19-1.84-2.19-3.27l2.22-15.42l-103.62%2c0v-0.01c-0.06%2c0-0.12%2c0.01-0.17%2c0.01C6.03%2c45.88%2c0%2c39.85%2c0%2c32.42c0-7.43%2c6.03-13.46%2c13.46-13.46c0.06%2c0%2c0.12%2c0.01%2c0.17%2c0.01v-0.01l103.62%2c0l-2.22-15.41c0-1.44%2c0.86-2.73%2c2.19-3.28c0.44-0.18%2c0.9-0.27%2c1.35-0.27c0.92%2c0%2c1.83%2c0.35%2c2.51%2c1.04l28.88%2c28.88c0.66%2c0.66%2c1.04%2c1.57%2c1.04%2c2.51C151%2c33.35%2c150.62%2c34.27%2c149.96%2c34.92z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M151%2c32.42c0%2c0.93-0.38%2c1.85-1.04%2c2.5L121.08%2c63.8c-1.01%2c1.01-2.53%2c1.32-3.86%2c0.77c-1.32-0.55-2.19-1.84-2.19-3.27l2.22-15.42H13.64v-0.01c-0.06%2c0-0.12%2c0.01-0.17%2c0.01C6.03%2c45.88%2c0%2c39.85%2c0%2c32.42l0%2c0H151L151%2c32.42z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bulletin__icon--arrow--up--fat {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27.42 38.53' style='enable-background:new 0 0 27.42 38.53%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.4%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='stat-arrow' viewBox='-13.71 -19.26 27.42 38.53'%3e %3cpath class='st0' d='M-1.06%2c18.82L-13.27%2c6.61c-0.43-0.43-0.56-1.07-0.32-1.63c0.23-0.56%2c0.78-0.92%2c1.38-0.92l6.52%2c0.94l0-18.49h0c0-0.02%2c0-0.05%2c0-0.07c0-3.14%2c2.55-5.69%2c5.69-5.69c3.14%2c0%2c5.69%2c2.55%2c5.69%2c5.69c0%2c0.02%2c0%2c0.05%2c0%2c0.07h0l0%2c18.49l6.52-0.94c0.61%2c0%2c1.15%2c0.36%2c1.39%2c0.92c0.08%2c0.18%2c0.11%2c0.38%2c0.11%2c0.57c0%2c0.39-0.15%2c0.77-0.44%2c1.06L1.06%2c18.82C0.78%2c19.1%2c0.4%2c19.26%2c0%2c19.26C-0.39%2c19.26-0.78%2c19.1-1.06%2c18.82z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M0%2c19.26c-0.39%2c0-0.78-0.16-1.06-0.44L-13.27%2c6.61c-0.43-0.43-0.56-1.07-0.32-1.63c0.23-0.56%2c0.78-0.92%2c1.38-0.92l6.52%2c0.94V-13.5h0c0-0.02%2c0-0.05%2c0-0.07c0-3.14%2c2.55-5.69%2c5.69-5.69l0%2c0V19.26L0%2c19.26z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23stat-arrow' x='-13.71' y='-19.26' transform='matrix(1 0 0 -1 13.7101 19.2644)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 39px;
  vertical-align: middle;
}
.bulletin__icon--arrow--down--fat {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27.42 38.53' style='enable-background:new 0 0 27.42 38.53%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23EEC254%3b%7d .st1%7bopacity:0.4%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cdefs%3e %3csymbol id='stat-arrow' viewBox='-13.71 -19.26 27.42 38.53'%3e %3cpath class='st0' d='M-1.06%2c18.82L-13.27%2c6.61c-0.43-0.43-0.56-1.07-0.32-1.63c0.23-0.56%2c0.78-0.92%2c1.38-0.92l6.52%2c0.94l0-18.49h0c0-0.02%2c0-0.05%2c0-0.07c0-3.14%2c2.55-5.69%2c5.69-5.69c3.14%2c0%2c5.69%2c2.55%2c5.69%2c5.69c0%2c0.02%2c0%2c0.05%2c0%2c0.07h0l0%2c18.49l6.52-0.94c0.61%2c0%2c1.15%2c0.36%2c1.39%2c0.92c0.08%2c0.18%2c0.11%2c0.38%2c0.11%2c0.57c0%2c0.39-0.15%2c0.77-0.44%2c1.06L1.06%2c18.82C0.78%2c19.1%2c0.4%2c19.26%2c0%2c19.26C-0.39%2c19.26-0.78%2c19.1-1.06%2c18.82z'/%3e %3cg class='st1'%3e %3cpath class='st2' d='M0%2c19.26c-0.39%2c0-0.78-0.16-1.06-0.44L-13.27%2c6.61c-0.43-0.43-0.56-1.07-0.32-1.63c0.23-0.56%2c0.78-0.92%2c1.38-0.92l6.52%2c0.94V-13.5h0c0-0.02%2c0-0.05%2c0-0.07c0-3.14%2c2.55-5.69%2c5.69-5.69l0%2c0V19.26L0%2c19.26z'/%3e %3c/g%3e %3c/symbol%3e %3c/defs%3e %3cuse xlink:href='%23stat-arrow' x='-13.71' y='-19.26' transform='matrix(1 0 0 -1 13.7101 19.2644)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 39px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
 * Icons for images
 */
.bulletin__icon--spinner {
  background-image: url('/assets/img/spinner-indicator.gif');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
/**
 * Callout
 * .callout is the base/root of the component
 * Contains Variables for themes
 */
.callout {
  border: 1px solid #BABABA;
  border-left-width: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 9px 32px 11px 32px;
  position: relative;
  background-color: #fff;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6,
.callout p {
  color: #939393;
  margin: 0;
  padding: 0;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
  margin-bottom: 5px;
  margin-top: 2px;
}
.callout p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6em;
}
.callout--tip:after,
.callout--tip:before {
  content: ' ';
  position: absolute;
  left: 10px;
  height: 0;
  width: 0;
  border-width: 6px;
  /* size of the arrow */
  border-color: #fff;
  /* background color of the element */
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.callout--tip:after {
  position: absolute;
  top: -11px;
  /* Used to position the element and create border-width */
  z-index: 2;
}
.callout--tip:before {
  border-bottom-color: #BABABA;
  /* default border color */
  top: -12px;
  z-index: 1;
}
.callout--tip-right:after,
.callout--tip-right:before {
  left: auto;
  right: 10px;
}
.callout--error *:first-child:before,
.callout--info *:first-child:before,
.callout--warning *:first-child:before,
.callout--success *:first-child:before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
}
.callout--info {
  border-color: #189DAD;
}
.callout--info:before {
  border-bottom-color: #189DAD;
}
.callout--info *:first-child:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIycHgiIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDIyIDIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAyMjsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY2QzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6IzFBOUJBQjt9Cgkuc3Qye2ZpbGw6IzY2QzlENzt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTAuNiIgY3k9IjEwLjYiIHI9IjEwLjEiLz4KCTxnPgoJCTxnPgoJCQk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxMC42IiBjeT0iNC41IiByPSIxLjkiLz4KCQkJPGc+CgkJCQk8cmVjdCB4PSI5IiB5PSI3LjkiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjMiIGhlaWdodD0iMTAuOCIvPgoJCQk8L2c+CgkJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMC42LDIuNnYzLjljLTEuMSwwLTEuOS0wLjktMS45LTEuOVM5LjYsMi42LDEwLjYsMi42eiIvPgoJCTwvZz4KCQk8cmVjdCB4PSI5IiB5PSI3LjkiIGNsYXNzPSJzdDIiIHdpZHRoPSIxLjciIGhlaWdodD0iMTAuOCIvPgoJPC9nPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIyLjUsNS42Ii8+CjwvZz4KPC9zdmc+Cg==");
  height: 22px;
  width: 22px;
  left: 6px;
  top: 7px;
}
.callout--info h1,
.callout--info h2,
.callout--info h3,
.callout--info h4,
.callout--info h5,
.callout--info h6,
.callout--info p {
  color: #189DAD;
}
.callout--warning {
  border-color: #EEC254;
}
.callout--warning:before {
  border-bottom-color: #EEC254;
}
.callout--warning *:first-child:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIxIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMSAyMDsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VEQ0Y4Qzt9Cgkuc3Qxe2ZpbGw6I0VDQkY1Mzt9Cgkuc3Qye2ZpbGw6I0Y2RTNCQjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE4LDE4LjNIMS43Yy0wLjcsMC0xLjItMC4zLTEuNS0wLjhjLTAuMi0wLjQtMC4zLTEsMC4yLTEuOGMwLjgtMS4zLDcuOC0xNCw4LjMtMTVDOC45LDAuMyw5LjMsMCw5LjgsMAoJCWMwLjUsMCwxLjEsMC4yLDEuNCwwLjdjMC40LDAuNyw3LjQsMTMsOC4zLDE0LjdjMC40LDAuNywwLjQsMS41LDAuMSwyLjFDMTkuMywxOCwxOC43LDE4LjMsMTgsMTguM3ogTTkuOSwxQzkuOSwxLDkuOSwxLDkuOSwxCgkJQzkuNywxLDkuNiwxLjEsOS42LDEuMUM5LDIuMiwyLDE0LjksMS4yLDE2LjJDMSwxNi42LDEsMTYuOSwxLDE3YzAuMSwwLjIsMC4zLDAuMywwLjYsMC4zSDE4YzAuMiwwLDAuNS0wLjEsMC43LTAuMwoJCWMwLjItMC4zLDAuMS0wLjctMC4xLTEuMWMtMS4xLTItNy45LTE0LjEtOC4zLTE0LjdDMTAuMiwxLDEwLDEsOS45LDF6Ii8+CjwvZz4KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iOS45IiBjeT0iMTQuNSIgcj0iMS41Ii8+CjxyZWN0IHg9IjguNyIgeT0iNC41IiBjbGFzcz0ic3QxIiB3aWR0aD0iMi40IiBoZWlnaHQ9IjcuNiIvPgo8cmVjdCB4PSI4LjciIHk9IjQuNSIgY2xhc3M9InN0MiIgd2lkdGg9IjEuMiIgaGVpZ2h0PSI3LjYiLz4KPC9zdmc+Cg==");
  display: block;
  height: 20px;
  width: 21px;
  left: 7px;
  top: 7px;
}
.callout--warning h1,
.callout--warning h2,
.callout--warning h3,
.callout--warning h4,
.callout--warning h5,
.callout--warning h6,
.callout--warning p {
  color: #dfa616;
}
.callout--error {
  border-color: #F15F2B;
}
.callout--error:before {
  border-bottom-color: #F15F2B;
}
.callout--error *:first-child:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIycHgiIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDIyIDIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAyMjsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0VGQUY5QztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6I0VFNUYyQjt9Cgkuc3Qye2ZpbGw6I0VGQUY5Qzt9Cgkuc3Qze2ZpbGw6IzY2QzlENzt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTAuNiIgY3k9IjEwLjYiIHI9IjEwLjEiLz4KCTxnPgoJCTxnPgoJCQk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxMC42IiBjeT0iMTYuNyIgcj0iMS45Ii8+CgkJCTxnPgoJCQkJPHJlY3QgeD0iOSIgeT0iMi42IiBjbGFzcz0ic3QxIiB3aWR0aD0iMy4zIiBoZWlnaHQ9IjEwLjgiLz4KCQkJPC9nPgoJCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNOC43LDE2LjdjMC0xLjEsMC45LTEuOSwxLjktMS45djMuOUM5LjYsMTguNyw4LjcsMTcuOCw4LjcsMTYuN3oiLz4KCQk8L2c+CgkJPHJlY3QgeD0iOSIgeT0iMi42IiBjbGFzcz0ic3QyIiB3aWR0aD0iMS43IiBoZWlnaHQ9IjEwLjgiLz4KCTwvZz4KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMi41LDE1LjciLz4KPC9nPgo8L3N2Zz4=");
  height: 22px;
  width: 22px;
  left: 6px;
  top: 7px;
}
.callout--error h1,
.callout--error h2,
.callout--error h3,
.callout--error h4,
.callout--error h5,
.callout--error h6,
.callout--error p {
  color: #F15F2B;
}
.callout--success {
  border-color: #77AB53;
}
.callout--success:before {
  border-bottom-color: #77AB53;
}
.callout--success *:first-child:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIycHgiIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDIyIDIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMiAyMjsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6Izc3QTk1MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6Izc3QTk1MDtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjEwLjYiIGN5PSIxMC42IiByPSIxMC4xIi8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLjUsNS42Ii8+Cgk8L2c+CjwvZz4KPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iNS4zLDExLjUgOC45LDE1LjIgMTUuOSw4LjEgIi8+Cjwvc3ZnPgo=");
  height: 22px;
  width: 22px;
  left: 6px;
  top: 7px;
}
.callout--success h1,
.callout--success h2,
.callout--success h3,
.callout--success h4,
.callout--success h5,
.callout--success h6,
.callout--success p {
  color: #77AB53;
}
.callout--emerge {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  transition: visibility 0s, height 0.3s, opacity 0.3s linear;
}
.callout--emerge p {
  display: none;
}
input[type="password"]:active + .callout--emerge,
input[type="text"]:active + .callout--emerge,
input[type="password"]:focus + .callout--emerge,
input[type="text"]:focus + .callout--emerge {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 9px 32px 11px 32px;
}
input[type="password"]:active + .callout--emerge p,
input[type="text"]:active + .callout--emerge p,
input[type="password"]:focus + .callout--emerge p,
input[type="text"]:focus + .callout--emerge p {
  display: initial;
}
.callout--small {
  padding: 5px 12px 5px 12px;
}
.callout--small *:first-child:before {
  display: none;
}
.callout--small p {
  font-weight: 500;
  line-height: 1.4em;
}
.callout--light {
  border-color: #DEDFDA;
}
/**
 * File Upload
 * .file-upload-b is the base/root of the component
 * Contains Variables for themes
 */
.file-uploader label {
  color: #189DAD;
  cursor: pointer;
  display: block;
}
.file-uploader label:hover,
.file-uploader label:focus {
  color: #0f606a;
}
.file-uploader label:hover .text,
.file-uploader label:focus .text {
  text-decoration: underline;
}
.file-uploader label .indicator {
  background: transparent;
  display: inline;
}
.file-uploader label .indicator__description {
  display: none!important;
}
.file-uploader label .text {
  padding-left: 6px;
}
.file-uploader__drop-area {
  border: 2px dashed #bbbec1;
  border-radius: 10px;
  color: #bbbec1;
  display: block;
  height: 145px;
  width: 100%;
  position: relative;
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.file-uploader__drop-area .fa-cloud-upload {
  padding-top: 3px;
  font-size: 30px;
}
.file-uploader__drop-area--active {
  border-color: #77AB53;
}
.file-uploader__drop-area--active .fa-cloud-upload {
  color: #77AB53;
}
.file-uploader__input[type="file"] {
  display: none;
}
.file-uploader__preview-wrap {
  position: relative;
  line-height: 0;
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  text-align: center;
}
.file-uploader__preview-wrap.left,
.file-uploader__preview-wrap.right {
  height: 220px;
  width: 220px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.file-uploader__preview-wrap.failed:before {
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  content: attr(data-failed-message);
  font-size: 0.83em;
  font-weight: 500;
  text-transform: uppercase;
  color: #F15F2B;
  background-color: #eee;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-uploader__preview-wrap .preview-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.file-uploader__file-status {
  position: absolute;
  z-index: 1;
}
.file-uploader__file-status.uploading {
  opacity: 0.95;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 6px;
  right: 0;
  padding: 2px 0 0 2px;
}
.file-uploader__file-status.failure {
  padding: 5px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  font-size: 0.83em;
  font-weight: 500;
  line-height: 1em;
  color: #F15F2B;
  text-align: center;
  background-color: #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-uploader__file-status.success {
  opacity: 0.95;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 6px;
  padding: 2px 4px 5px 5px;
}
.file-uploader__preview {
  border-radius: 10px;
  max-width: 200px;
  max-height: 200px;
}
.file-uploader__preview.left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.file-uploader__preview.right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.file-uploader__detach-button {
  color: #189DAD;
  cursor: pointer;
  display: block;
}
.file-uploader__detach-button:hover,
.file-uploader__detach-button:focus {
  color: #0f606a;
}
/**
 * Indicator 
 * .indicator is the base/root of the component.
 */
.indicator {
  background-color: #fff;
  text-align: center;
}
.indicator .indicator__description {
  color: #939393;
}
.indicator .indicator__vignette {
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
}
.indicator.indicator--loading .indicator__description {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.indicator.indicator--loading .indicator__vignette {
  background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///8bGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISSlZpOrNp1pKdSCdNgjVolLBMJQUoigGpS4T4iYwNSsvyW2ScB16E8GsMBkCDjskpTBDAZyuAUkqGfxIQ+ggQBFvAYNCITMxVDW6XNE4IagLhmBAwe60smQUBnd4Rz1ZAwlnFAODd0hihh12BUE9kjAIVlycXIg7CAEEAqSlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YIvpJivxNaGmLHT0VnOgOYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRDYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISSlRo+rNZ1FFJRCdNpCUolLFspQUUhRGukqEq8DsnEyqnUThEvAmhFlteBPojhTDDBUEHFwLFBQwmBUQgKrBFZocBgOw5CAQ/CbSgrGSC0gQCfTgMEm023xWBRklAXoDdhQDfyNqMIcJjhRsjEdnezB+Aok8gTwIhFuiW4dokXiloUepAwl5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJB3mOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK4GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISekoo+rNpylGJWRddSRVoVKGopQUIoyUWkyDe8PTLBwTW9Al4E0SvuAKINAZKYQZCiBEuBSkCQJ28G2FTUWot1gQtIMEcBKlVQiKgAReXhQlh4E+sQXI5B0BBXULOxMBenoBfTCEWBsICYlTMAJldx15A2s8BpwlCJ9Po6OJkwiRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCHqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQY484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyElpEKHqzScRREUMnYYclaBSRlGUFDIM2aQK0+C+cD4jtpWkVQj1JIdZIogDEFyGIyUxQwFuAMSOFIPJfteVAEoRKBTc7CBhlQSqGp1Vd1Y0AUklUN3eBAx1ClEWMzMBezCBBWkxVIVHBGd3HHl9JQKIJSdSnJ0TC6ChCgQIjoWMPaGqC6annasLo6WnM562R5YluZRwur0wpgmZE7NKUm+FNRPIhjBJxKZteWuIA8N4zRMHVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEnpIafqzecgRJVkXYWQEximglBSyDAElDodrft6MpKCk1xid5MNJTZAIkekJGQkGyKHkvhKsR7ANmitkIXCYBIbUQJQTUBwHRjChe9BNkhcY1XN4Q03VNB0AVcvcAUGRyZPdEQEYV8ccwN5HWxEJ02YmRMKnJ1xCIp0Y5idpQqhopmmCmKgojKasUQCk5BNAgsLOh2RtRq5uQqPZKGIJQEFwAsFf6I0JXMpCsC7kXWDA4NFMxS4C6MAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgT8KBdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJKUqo6s1nGkkVHJ2GkNSgpgRRWmqQrtLRDu88ZJKK9y1ZrqYK9WiBlmvoUaF8AIQSNeF1EL4MNEn4SRICARWboAICTs1hVwuHjYB1kYc1mwhuwXKC9gWsJXliGxc+XiUBby9ydh1sOSdMkpMTBZaXBjsfhoc5l58Fm5yToAWZhaOUqjkCgCWNHAQKCgKLaTmzswWdEqggQwcGuQoGIoZCHQILQgMFubVEcxOPFAYLCwUUAs5eWANmfSRQCNcLe0zeP1AAygsKlJtPNAAK19DARdPzA+WSm1brJBS45srRAGQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJKUqo6s1nGkl1ZF2FHNWgUsFaTogaUOoAq+E71SRQeyqUTnLA7VxF0JDyGQh/MVVPMt1EB5lfcjZJ9mIJoaTl1MRIl5o4CUKXOwiyrCIfBKqcWtvadL2SYhyASyNDJ0uIiRMCjI0Ed30/iI2UApGSS5UCj2l6NoqgOgJ4gksDBQUEf0FDqKgGnyZ9OX8GrgUGdHpcHQQKXAO2qKpENRg7eAIKCrkTBKixUYFkKAvWAAjLCrFLVxLWCxLKCgWKTULgEwXLAohJtOkSA9qITT3xEgbLpBtzE/jiuL04REHBAgWhShBYQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISSlKqOrNZxpJdWRdhRzVoFLBWk6IGlDqAKvhO9UkUHsqlE5ywO1cRdCQ8hkIfzFVTzLdRAeZX3I2SfZiCaGk5dTESJeaOAlClzsIsqwiHwSqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAQICOR2DOqKogTB9pCUIBKgCBHR6XB0DBUIHsaRsGGMLAhoCBQUGTKJiUYEFCwvHCtEACMUFkIgEzgsZ0QoSBMXHiQrOwgDdEwbFs0sCzt4S6BK4xYjkC+zn0unFeBzOBSjIm0Dgmg5YFQooCMjploJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJKUqo6s1nGkl1ZF2FHNWgUsFaTogaUOoAq+E71SRQeyqUTnLA7VxF0JDyGQh/MVVPMt1EB5lfcjZJ9mIJoaTl1MRIl5o4CUKXOwiyrCIfBKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOgcGhEEvAgsLAkN9GBsDCqamhnVcEwWvCwWzGwECaH1ipaYKBETCGgMCAsNdHz0EpqgTBgoKqAXWAAjIAoFWKdMKGdYFEgnaigXT0OITBMg5QwLT4xLrROZL6AqQAPUS7bxLpoWidY0JtxLHKhgoMJBTngLKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJKUqo6s1nGkl1ZF2FHNWgUsFaTogaUOoAq+E71SRQeyqUTnLA7VxF0JDyGQh/MVVPMt1EB5lfcjZJ9mIJoaTl1MRIl5o4CUKXOwiyrCIfBKqcWtvadL2SYhyASyNDJ0uIiUd6GAQKC5CRiXo1CZGXC5OUjY+Yip9DhToIAoRBLwIKCgRDfRgbAwWqqoZ1XBMGswoGtxtFaH1iqaoFNgAHxRpbFAcfPQOqpbgFBaUC1wBXeCYp1AUZ19JJOYgG1KwA4UBvQwTUBhPqVD9L3sbp2BNk2xvvFPJd+MFCN4GAAIKgNgQQ0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISSlKqOrNZxpJdWRdhRzVoFLBWk6IGlDqAKvhO9UkUHsqlE5ywO1cRdCQ8hkIfzFVTzLdRAeZX3I2SfYGi4WAFdTESJeaECAILxQEqrOEaNW4k4J7UcCXaiBVEgQKe0NJaxxtYksjh2NLkZISgDgIhHthkpU4mW6blRiYmZOlh4JWkDqILwQFBXE6TYEbCQavr0N1gH4At7gGiRpFaLNrrq8GNgAIAr0AWxQHH1+vsYMCAjZQPC9VB9kCWUhGkuE5PxJNwiUJ4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyEkpSqjqzWcaSXVkXUUI1aBSwVpOyLIUlDrAavhO8nJLNo/qsJsIZIpJEHDIFSkKGQoQRNhIsBehRww2BwHKFztQFKaSgsygsZIuNqJEoKgXfoEFeoNo2cIUBnV1BnIvNiBYNQWDSTtfhhx0CgRPI0UIe0+bm4g5VgYFoqOcnjmjqDSdnhgDoamcsZuXO1aWQy8JAgKAuTYYGwe7w5h+Kr0SJ8MEihpNbx+4Erq7BIBuzsdiH1jCAjoSfl0rVirNbRXlAxlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwQRKIHQtaLCwg1RAAAOw==);
  display: inline-block;
  vertical-align: middle;
}
.indicator.indicator--left {
  text-align: left;
}
.indicator.indicator--right {
  text-align: right;
}
.indicator.indicator--inline-block {
  display: inline-block;
}
.indicator.indicator--small .indicator__description {
  padding-left: 5px;
  font-size: 80%;
}
.indicator.indicator--small .indicator__vignette {
  height: 24px;
  width: 24px;
}
.indicator.indicator--small.indicator--loading .indicator__vignette {
  background-size: 23px 23px;
}
.indicator.indicator--background-dark {
  background-color: #f4f4f4;
}
.indicator.indicator--background-dark.indicator__description {
  color: #bbbec1;
}
.indicator.indicator--transparent {
  background-color: transparent;
}
.indicator.indicator--padded {
  padding: 10px;
}
.indicator.indicator--padded-extra {
  padding: 20px;
}
.indicator.indicator--border-radius {
  border-radius: 5px;
}
.indicator.indicator--border-radius-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.indicator .vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}
/**
 * Metric Block
 * .metric-block is the base/root of the component
 * Contains Variables for themes
 */
.metric-block {
  background-color: #f4f4f4;
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  height: auto;
  margin: 10px;
  padding: 8px 5px;
  text-align: center;
}
.metric-block:active,
.metric-block:focus,
.metric-block:hover {
  border-color: #77AB53;
  text-decoration: none;
}
.metric-block.metric-block--disabled {
  background-color: #f4f4f4;
  cursor: default;
}
.metric-block.metric-block--disabled:active,
.metric-block.metric-block--disabled:focus,
.metric-block.metric-block--disabled:hover {
  border-color: #f4f4f4;
}
.metric-block.metric-block--disabled .metric-block__label,
.metric-block.metric-block--disabled .metric-block__label--bitty {
  color: #cdcccc;
}
.metric-block.metric-block--elastic {
  height: auto;
}
.metric-block .metric-block__label {
  color: #4f5356;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 6px;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.metric-block .metric-block__label--italic {
  font-style: italic;
}
.metric-block .metric-block__label--accent {
  color: #B59241 !important;
}
.metric-block .metric-block__label--muted {
  color: #bbbec1;
}
.metric-block .metric-block__label--bitty {
  color: #939393;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: -14px;
}
.metric-block .metric-block__measure {
  color: #189DAD;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.metric-block .metric-block__measure--accent {
  color: #77AB53;
}
.metric-block .metric-block__measure--bitty {
  color: #189DAD;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -3px;
  text-transform: uppercase;
}
.metric-block .metric-block__detail {
  float: left;
  width: 50%;
}
.metric-block .metric-block__detail .metric-block__label--bitty {
  margin-top: -3px;
}
.metric-block .metric-block__label + .metric-block__label--bitty {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .metric-block {
    height: 185px;
  }
}
@media (min-width: 1200px) {
  .metric-block {
    height: 205px;
    padding: 15px 10px;
  }
  .metric-block .metric-block__label {
    margin-bottom: 22px;
  }
  .metric-block .metric-block__label--bitty {
    font-size: 15px;
  }
  .metric-block .metric-block__measure {
    font-size: 56px;
  }
  .metric-block .metric-block__measure--bitty {
    font-size: 24px;
  }
}
/**
 * Notice
 * .notice is the base/root of the component
 * Contains Variables for themes
 */
.notice {
  background-color: #BABABA;
  border: 1px solid #BABABA;
  border-radius: 3px;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  line-height: 1.22em;
}
.notice.notice--no-radius {
  border-radius: 0;
}
.notice__message h1,
.notice__message h2,
.notice__message h3,
.notice__message h4,
.notice__message h5,
.notice__message h6,
.notice__message p {
  color: #4f5356;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 0.83em;
}
.notice__message .downplay {
  font-weight: 100;
}
.notice__message a {
  color: #4f5356;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .notice__message p {
    font-size: inherit;
  }
}
.notice--margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.notice--error {
  background-color: #F15F2B;
  border: 1px solid #F15F2B;
}
.notice--error .notice__message h1,
.notice--error .notice__message h2,
.notice--error .notice__message h3,
.notice--error .notice__message h4,
.notice--error .notice__message h5,
.notice--error .notice__message h6,
.notice--error .notice__message p {
  color: #FFF;
}
.notice--error .notice__message a {
  color: #fcddd2;
}
.notice--error .notice__message a:active,
.notice--error .notice__message a:hover,
.notice--error .notice__message a:focus {
  color: #f9b9a3;
}
.notice--info {
  background-color: #189DAD;
  border: 1px solid #189DAD;
}
.notice--info .notice__message h1,
.notice--info .notice__message h2,
.notice--info .notice__message h3,
.notice--info .notice__message h4,
.notice--info .notice__message h5,
.notice--info .notice__message h6,
.notice--info .notice__message p {
  color: #FFF;
}
.notice--info .notice__message a {
  color: #c8f2f7;
}
.notice--info .notice__message a:active,
.notice--info .notice__message a:hover,
.notice--info .notice__message a:focus {
  color: #9fe9f2;
}
.notice--warning {
  background-color: #EEC254;
  border: 1px solid #EEC254;
}
.notice--warning .notice__message h1,
.notice--warning .notice__message h2,
.notice--warning .notice__message h3,
.notice--warning .notice__message h4,
.notice--warning .notice__message h5,
.notice--warning .notice__message h6,
.notice--warning .notice__message p {
  color: #FFF;
}
.notice--warning .notice__message a {
  color: #fcf5e4;
}
.notice--warning .notice__message a:active,
.notice--warning .notice__message a:hover,
.notice--warning .notice__message a:focus {
  color: #faefd1;
}
.notice--success {
  background-color: #77AB53;
  border: 1px solid #77AB53;
}
.notice--success .notice__message h1,
.notice--success .notice__message h2,
.notice--success .notice__message h3,
.notice--success .notice__message h4,
.notice--success .notice__message h5,
.notice--success .notice__message h6,
.notice--success .notice__message p {
  color: #FFF;
}
.notice--success .notice__message a {
  color: #e3eedc;
}
.notice--success .notice__message a:active,
.notice--success .notice__message a:hover,
.notice--success .notice__message a:focus {
  color: #c8ddba;
}
.notice__btn-close {
  background-position: 65% 35%;
  cursor: pointer;
  height: 12px;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  background-repeat: no-repeat;
}
.notice__btn-close:active,
.notice__btn-close:hover {
  opacity: 0.6;
}
.notice__btn-close p,
.notice__btn-close span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
@media (min-width: 768px) {
  .notice__btn-close {
    padding: 10px;
    right: 8px;
    top: 5px;
  }
}
.notice--info .notice__btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMCAxMDsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzExNkI3MjtzdHJva2U6IzY2QzlENztzdHJva2Utd2lkdGg6Mi40Njc5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxkZWZzPgo8L2RlZnM+CjxnPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjEuMiIgeDI9IjguMyIgeTI9IjguMyIvPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjguMyIgeDI9IjguMyIgeTI9IjEuMiIvPgo8L2c+Cjwvc3ZnPgo=");
}
.notice--warning .notice__btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMCAxMDsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VDODQ2NztzdHJva2U6I0VGRTREMTtzdHJva2Utd2lkdGg6Mi40Njc5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjEuMiIgeDI9IjguMyIgeTI9IjguMyIvPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjguMyIgeDI9IjguMyIgeTI9IjEuMiIvPgo8L2c+Cjwvc3ZnPgo=");
}
.notice--success .notice__btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMCAxMDsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VDODQ2NztzdHJva2U6I0RDRThENTtzdHJva2Utd2lkdGg6Mi40Njc5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjEuMiIgeDI9IjguMyIgeTI9IjguMyIvPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjguMyIgeDI9IjguMyIgeTI9IjEuMiIvPgo8L2c+Cjwvc3ZnPgo=");
}
.notice--error .notice__btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMCAxMDsiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0VGQUY5QztzdHJva2Utd2lkdGg6Mi40Njc5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjEuMiIgeDI9IjguMyIgeTI9IjguMyIvPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEuMiIgeTE9IjguMyIgeDI9IjguMyIgeTI9IjEuMiIvPgo8L2c+Cjwvc3ZnPgo=");
}
/**
 * Set
 * .Set is the base/root of the component
 */
.set {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 2em;
}
.set > li,
.set .set__item {
  border-bottom: 1px dashed #cdcccc;
  padding-bottom: 10px;
  position: relative;
  min-height: 55px;
}
.set--counter {
  counter-reset: li;
}
.set--counter > li,
.set--counter .set__item {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0px 10px 0 3.5em;
}
.set--counter > li:before,
.set--counter .set__item:before {
  /**
      * Use the counter as content and increment by 1
      */
  content: counter(li);
  counter-increment: li;
  /**
      * Position the counter
      */
  position: absolute;
  left: 0em;
  width: 1.75em;
  /* Space between the number and the content */
  margin-right: 8px;
  padding: 10px 4px;
  text-align: center;
}
.set--counter.set--counter--num > li:before,
.set--counter.set--counter--num .set__item:before {
  content: '#' counter(li);
  /* Use the counter as content */
}
.set--counter-circle > li:before,
.set--counter-circle .set__item:before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%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%20viewBox%3D%220%200%2052%2051.7%22%20enable-background%3D%22new%200%200%2052%2051.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Ccircle%20fill%3D%22%2377A952%22%20cx%3D%2226%22%20cy%3D%2225.9%22%20r%3D%2225%22/%3E%3Cg%20opacity%3D%220.2%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1,25.9c0,13.8,11.2,25,25,25v-50C12.2,0.9,1,12.1,1,25.9z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 27px;
  width: 50px;
}
.set--counter-square > li:before,
.set--counter-square .set__item:before {
  /**
       * Position and style the number
       */
  position: absolute;
  left: 0em;
  width: 1.75em;
  /**
       * Some space between the number and the content in browsers that support
       * generated content but not positioning it (Camino 2 is one example)
       */
  margin-right: 8px;
  padding: 10px 4px;
  border-top: 1px solid #116B72;
  color: #fff;
  background: #189DAD;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
}
.set--sortable li {
  cursor: -webkit-grab;
  cursor: grab;
  padding-top: 5px;
}
.set--sortable li.sortable-ghost {
  background-color: #EFD18E;
}
.set--sortable li.sortable-chosen {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.set__description {
  white-space: pre-line;
}
/**
 * Tabs
 * .tabs is the base/root of the component
 */
.tabs {
  padding-top: 30px;
}
.tabs + .padded-box {
  border-top-left-radius: 0;
}
.tabs.tabs--with-sub-menu .active {
  position: relative;
}
.tabs.tabs--with-sub-menu .active:after {
  bottom: -24px;
  content: ' ';
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  height: 0;
  width: 0;
  border-width: 12px;
  /* size of the arrow */
  border-color: #fff;
  /* background color of the element */
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 1;
}
.tabs.tabs--no-padding {
  padding-top: 0;
}
.tabs + .padded-box {
  border-top-left-radius: 0;
}
.tabs__group .btn:hover {
  z-index: 0;
}
.tabs__tab {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 9px 12px 9px;
  font-weight: 400;
  line-height: 1em;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 4px 4px 0 #e0e1dc;
  margin: 0 10px 0 0;
  padding: 12px 15px 12px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none !important;
  vertical-align: bottom;
  color: #656a6e;
  background-color: #f4f4f4;
  background: -webkit-linear-gradient(top, #f4f4f4 80%, #e9eae7 100%);
  background: linear-gradient(top, #f4f4f4 80%, #e9eae7 100%);
}
.tabs__tab:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tabs__tab:hover,
.tabs__tab:focus {
  color: #fff;
  text-decoration: none;
}
.tabs__tab:active,
.tabs__tab.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tabs__tab.disabled,
.tabs__tab[disabled],
fieldset[disabled] .tabs__tab {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs__tab:active,
.tabs__tab.active {
  box-shadow: 4px 4px 0 #cdcccc;
}
.tabs__tab > span {
  vertical-align: middle;
}
.tabs__tab.dark {
  box-shadow: 4px 4px 0 #cdcccc;
}
.tabs__tab.no-shadow {
  box-shadow: 0 0 0 transparent;
}
.tabs__tab:active,
.tabs__tab:focus,
.tabs__tab:hover {
  color: #656a6e;
  background-color: #f4f4f4;
}
.tabs__tab.active {
  background-color: #fff;
}
.tabs__tab:first-child:not(:last-child):not(.dropdown-toggle):not(.tabs__btn) {
  border-bottom-right-radius: inherit;
  border-top-right-radius: 5px;
}
.tabs__tab:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.tabs__btn) {
  border-radius: 5px 5px 0 0;
}
@media (min-width: 480px) {
  .tabs__tab {
    padding: 12px 20px 12px;
  }
}
@media (min-width: 768px) {
  .tabs__tab {
    padding: 15px 30px 15px;
  }
}
.tabs__btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 9px 12px 9px;
  font-weight: 400;
  line-height: 1em;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 4px 4px 0 #e0e1dc;
  color: #fff;
  background-color: #77AB53;
  border-color: #6b9a4b;
}
.tabs__btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tabs__btn:hover,
.tabs__btn:focus {
  color: #fff;
  text-decoration: none;
}
.tabs__btn:active,
.tabs__btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tabs__btn.disabled,
.tabs__btn[disabled],
fieldset[disabled] .tabs__btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs__btn:active,
.tabs__btn.active {
  box-shadow: 4px 4px 0 #cdcccc;
}
.tabs__btn > span {
  vertical-align: middle;
}
.tabs__btn.dark {
  box-shadow: 4px 4px 0 #cdcccc;
}
.tabs__btn.no-shadow {
  box-shadow: 0 0 0 transparent;
}
.tabs__btn:hover,
.tabs__btn:focus,
.tabs__btn:active,
.tabs__btn.active,
.open .dropdown-toggle.tabs__btn {
  color: #fff;
  background-color: #649046;
  border-color: #4e7137;
}
.tabs__btn:active,
.tabs__btn.active,
.open .dropdown-toggle.tabs__btn {
  background-image: none;
}
.tabs__btn.disabled,
.tabs__btn[disabled],
fieldset[disabled] .tabs__btn,
.tabs__btn.disabled:hover,
.tabs__btn[disabled]:hover,
fieldset[disabled] .tabs__btn:hover,
.tabs__btn.disabled:focus,
.tabs__btn[disabled]:focus,
fieldset[disabled] .tabs__btn:focus,
.tabs__btn.disabled:active,
.tabs__btn[disabled]:active,
fieldset[disabled] .tabs__btn:active,
.tabs__btn.disabled.active,
.tabs__btn[disabled].active,
fieldset[disabled] .tabs__btn.active {
  background-color: #77AB53;
  border-color: #6b9a4b;
}
.tabs__btn .badge {
  color: #77AB53;
  background-color: #fff;
}
.tabs__tab__icon {
  font-size: 1.889em;
  margin: -5px 0;
  line-height: 1em;
  display: inline-block;
}
@media (min-width: 992px) {
  .tabs__tab__icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .tabs__tab__lbl {
    display: none;
  }
}
/**
 * Tabs Sub Menu
 * .sub-menu is the base/root of the component
 */
.sub-menu {
  background-color: #656a6e;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 0 11px;
}
.sub-menu .sub-menu__label {
  color: #FFF;
  opacity: 0.65;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sub-menu .sub-menu__label:active,
.sub-menu .sub-menu__label:hover,
.sub-menu .sub-menu__label:focus {
  color: #FFF;
  opacity: 1;
}
.sub-menu .sub-menu__label .arrow-down {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle%3e .circle%7bfill:%23CDCCCC%3b%7d .arrow%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3csymbol id='arrowGrayDown' viewBox='-11 -11 22 22'%3e %3cpath class='circle' d='M11%2c0c0-6.08-4.92-11-11-11S-11-6.07-11%2c0s4.92%2c11%2c11%2c11S11%2c6.08%2c11%2c0z'/%3e %3cpolyline class='arrow' points='-5.23%2c1.64 -0.08%2c-3.67 5.23%2c1.65'/%3e %3c/symbol%3e %3cuse xlink:href='%23arrowGrayDown' width='22' height='22' x='-11' y='-11' transform='matrix(1 0 0 -1 11 11.0005)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 2px 3px 4px;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}
.sub-menu .dropdown {
  border: 0 none;
}
.sub-menu .dropdown.open .arrow-down {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.sub-menu .radio {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.sub-menu .radio label {
  color: #656a6e;
  text-transform: none;
  width: 100%;
  display: block;
  padding: 3px 20px;
}
.sub-menu .radio label.active {
  color: #fff;
  background-color: #77AB53;
}
.sub-menu .radio label:hover {
  color: #262626;
  background-color: #f5f5f5;
}
.sub-menu .radio .control__radio__indicator {
  left: -1000px;
  line-height: 1.42857143;
  position: absolute;
  visibility: hidden;
}
.sub-menu .sub-menu__list-item {
  display: none;
  cursor: pointer;
}
.sub-menu .sub-menu__list-item--visible {
  display: inline-block;
  cursor: pointer;
}
.sub-menu .sub-menu__list-item--active {
  display: inline-block;
}
.sub-menu .sub-menu__list-item--active > .sub-menu__label {
  opacity: 1;
}
.sub-menu .sub-menu__list-item--active .sub-menu__sub-menu {
  display: block;
}
.sub-menu .sub-menu__sub-menu {
  background-color: rgba(255, 255, 255, 0.15);
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
}
.sub-menu .sub-menu__sub-menu .sub-menu__label {
  text-shadow: -1px -1px 1.5px rgba(0, 0, 0, 0.44);
}
/**
 * Tag-list
 * .tag-list is the base/root of the component
 * Contains variables for themes
 */
.tag-list {
  margin-top: 13px;
}
.tag-list .tag-list__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1em;
}
.tag-list .tag-list__list .tag-list__list__item {
  display: inline-block;
  margin: 0 5px 10px 0;
  position: relative;
}
.tag-list .tag-list__list .tag-list__list__item_lbl {
  display: inline;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  padding: 0.15em 0.6em 0.225em;
  position: relative;
  background-color: #f4f4f4;
  color: #939393;
  font-size: 0.778em;
  font-weight: 500;
  text-transform: uppercase;
}
.tag-list .tag-list__list .tag-list__list__item_action {
  left: -10px;
  position: absolute;
  top: -10px;
  z-index: 1;
}
.tag-list .tag-list__list .tag-list__list__item_action:hover {
  cursor: pointer;
}
.tag-list .tag-list__control {
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #e0e1dc;
  border-bottom: 1px solid #e0e1dc;
  position: relative;
}
.tag-list .tag-list__control:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e1dc;
  position: absolute;
  top: -8px;
  right: 6px;
  z-index: 2;
  left: 6px;
}
.tag-list .tag-list__control input[type="text"] {
  width: 100%;
  height: 54px;
  padding: 4px 12px;
  margin-bottom: 14px;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 19px;
  font-weight: 300;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
}
.tag-list .tag-list__control input[type="text"]:-moz-placeholder {
  color: #caccd0;
}
.tag-list .tag-list__control input[type="text"]::-moz-placeholder {
  color: #caccd0;
  opacity: 1;
}
.tag-list .tag-list__control input[type="text"]:-ms-input-placeholder {
  color: #caccd0;
}
.tag-list .tag-list__control input[type="text"]::-webkit-input-placeholder {
  color: #caccd0;
}
.tag-list .tag-list__control input[type="text"]:active,
.tag-list .tag-list__control input[type="text"]:focus {
  border-color: #77AB53;
  outline: none;
}
.tag-list .tag-list__control input[type="text"].input-error,
.tag-list .tag-list__control input[type="text"].invalid {
  border-color: #F15F2B;
}
.tag-list .tag-list__control input[type="text"][disabled] {
  color: #939393;
  background-color: #e7e7e7;
  border-color: #dbdbdb;
}
.tag-list .tag-list__control .tag-list__control__actions {
  text-align: right;
}
.tag-list .tag-list__switch {
  color: #189DAD;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #656a6e;
  margin-bottom: 10px;
  text-decoration: none;
}
.tag-list .tag-list__switch,
.tag-list .tag-list__switch:active,
.tag-list .tag-list__switch[disabled],
fieldset[disabled] .tag-list .tag-list__switch {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tag-list .tag-list__switch,
.tag-list .tag-list__switch:hover,
.tag-list .tag-list__switch:focus,
.tag-list .tag-list__switch:active {
  border-color: transparent;
}
.tag-list .tag-list__switch:hover,
.tag-list .tag-list__switch:focus {
  color: #0f606a;
  text-decoration: underline;
  background-color: transparent;
}
.tag-list .tag-list__switch[disabled]:hover,
fieldset[disabled] .tag-list .tag-list__switch:hover,
.tag-list .tag-list__switch[disabled]:focus,
fieldset[disabled] .tag-list .tag-list__switch:focus {
  color: #999999;
  text-decoration: none;
}
.tag-list .tag-list__switch.accent {
  color: #B59241;
}
.tag-list .tag-list__switch.muted {
  color: #656a6e;
}
.tag-list .tag-list__switch.light {
  color: #939393;
}
.tag-list .tag-list__switch .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.tag-list .tag-list__switch span {
  vertical-align: middle;
}
.tag-list .tag-list__switch:hover {
  color: #4f5356;
}
.tag-list .tag-list__switch + .tag-list__control {
  display: none;
}
.engage-actions {
  position: relative;
  z-index: 2;
}
.engage-actions:before,
.engage-actions:after {
  content: " ";
  display: table;
}
.engage-actions:after {
  clear: both;
}
.engage-actions:before,
.engage-actions:after {
  content: " ";
  display: table;
}
.engage-actions:after {
  clear: both;
}
.engage-actions .btn-engage {
  color: #4f5356;
  background-color: #f3f3f4;
  border-color: #f3f3f4;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.engage-actions .btn-engage:hover,
.engage-actions .btn-engage:focus,
.engage-actions .btn-engage:active,
.engage-actions .btn-engage.active,
.open .dropdown-toggle.engage-actions .btn-engage {
  color: #fff;
  background-color: #77AB53;
  border-color: #77AB53;
}
.engage-actions .btn-engage > .lbl {
  display: inline-block;
  width: 100%;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.engage-actions .btn-engage .icon {
  position: absolute;
  top: 15px;
  right: 10px;
}
.engage-actions .btn-engage .tphor-recognition {
  margin-top: 0px;
  margin-right: 7px;
  float: left;
}
.engage-actions__heading {
  margin-top: 0.25em;
  margin-bottom: 1em;
  font-weight: 400;
  text-transform: none;
}
.engage-actions__heading .tphor-question-dots {
  -webkit-transform: scaleY(180deg);
  -ms-transform: scaleY(180deg);
  transform: scaleY(180deg);
}
.engage-actions__list {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.engage-actions__list:before,
.engage-actions__list:after {
  content: " ";
  display: table;
}
.engage-actions__list:after {
  clear: both;
}
.engage-actions__list:before,
.engage-actions__list:after {
  content: " ";
  display: table;
}
.engage-actions__list:after {
  clear: both;
}
.engage-actions__list > li {
  list-style: none;
  margin: 0;
  padding: 0 6px 0 0;
  float: left;
  width: 50%;
}
.engage-actions__list > li.more {
  width: 100%;
  position: relative;
}
.engage-actions__list > li.more .desktop {
  display: none;
}
.engage-actions__list > li:nth-child(1) {
  display: none;
}
.engage-actions__list > li:nth-child(2) {
  display: none;
}
.engage-actions__list > li:nth-child(3) {
  display: none;
}
.engage-actions__list > li:nth-child(4) {
  display: none;
}
.engage-actions__list > li:nth-child(5) {
  display: none;
}
@media (min-width: 480px) {
  .engage-actions__list > li {
    width: 39%;
  }
  .engage-actions__list > li.more {
    width: 22%;
  }
  .engage-actions__list > li.more .desktop {
    display: block;
  }
  .engage-actions__list > li.more .mobile {
    display: none;
  }
  .engage-actions__list > li:nth-child(1) {
    display: block;
  }
  .engage-actions__list > li:nth-child(2) {
    display: block;
  }
  .engage-actions__list > li:nth-child(3) {
    display: none;
  }
  .engage-actions__list > li:nth-child(4) {
    display: none;
  }
  .engage-actions__list > li:nth-child(5) {
    display: none;
  }
  .engage-actions__list.engage-actions__empty-dropdown > li {
    width: 50%;
  }
  .engage-actions__list.engage-actions__empty-dropdown > li.more {
    display: none;
  }
}
@media (min-width: 768px) {
  .engage-actions__list > li {
    width: 28.3%;
  }
  .engage-actions__list > li.more {
    width: 15%;
  }
  .engage-actions__list > li.more .desktop {
    display: block;
  }
  .engage-actions__list > li.more .mobile {
    display: none;
  }
  .engage-actions__list > li:nth-child(3) {
    display: block;
  }
  .engage-actions__list > li:nth-child(4) {
    display: none;
  }
  .engage-actions__list.engage-actions__empty-dropdown > li {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .engage-actions__list > li {
    width: 21.2%;
  }
  .engage-actions__list > li.more {
    width: 12%;
  }
  .engage-actions__list > li:nth-child(3) {
    display: block;
  }
  .engage-actions__list > li:nth-child(4) {
    display: block;
  }
  .engage-actions__list.engage-actions__empty-dropdown > li {
    width: 25%;
  }
}
.engage-actions__dropdown {
  border-radius: 5px;
  z-index: 999;
  width: 100%;
}
.engage-actions__dropdown > li {
  position: relative;
  line-height: 1.4em;
}
.engage-actions__dropdown > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 48px;
  font-size: 16px;
}
.engage-actions__dropdown > li .icon {
  position: absolute;
  top: 8px;
  right: 15px;
}
@media (min-width: 480px) {
  .engage-actions__dropdown {
    width: auto;
  }
  .engage-actions__dropdown > li:nth-child(1) {
    display: none;
  }
  .engage-actions__dropdown > li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) {
  .engage-actions__dropdown > li:nth-child(1) {
    display: none;
  }
  .engage-actions__dropdown > li:nth-child(2) {
    display: none;
  }
  .engage-actions__dropdown > li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 992px) {
  .engage-actions__dropdown > li:nth-child(4) {
    display: none;
  }
}
.pulse-form__rating-heading {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  letter-spacing: 1px;
}
.pulse-form__rating-wrap {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .pulse-form__rating-wrap {
    margin-left: 20px;
  }
}
.pulse-form__rating {
  float: left;
  margin: 0 7px 0 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.pulse-form__rating.pulse-form__rating--large .pulse-form__rating-icon {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.pulse-form__rating.pulse-form__rating--large .pulse-form__rating-icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.pulse-form__rating.pulse-form__rating--large .pulse-form__rating-value {
  right: 2px;
  bottom: 2px;
  font-size: 16px;
}
.pulse-form__rating:last-child {
  margin-right: 0;
}
.pulse-form__rating:hover {
  background-color: #f4f4f4;
}
@media (min-width: 480px) {
  .pulse-form__rating {
    margin: 0 20px 0 0;
  }
  .pulse-form__rating.pulse-form__rating--large .pulse-form__rating-icon {
    width: 80px;
    height: 80px;
  }
}
.pulse-form__rating-icon {
  position: relative;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 0;
  border-radius: 50%;
  background-color: #e2e2e2;
}
.pulse-form__rating-icon img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .pulse-form__rating-icon {
    width: 50px;
    height: 50px;
  }
}
.pulse-form__rating-value {
  position: absolute;
  right: -5px;
  bottom: -5px;
  background-color: #656a6e;
  color: #f8f8f8;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1em;
}
.pulse-form__rating-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.pulse-form__rating-dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
}
.pulse-form__rating-dropdown {
  width: 320px;
}
.pulse-form__rating-dropdown .pulse-form__rating-wrap {
  margin: 5px 10px;
}
@media (min-width: 480px) {
  .pulse-form__rating-dropdown {
    width: 430px;
  }
}
.pulse-form__rating-input-label {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  color: #939393;
}
.pulse-form__rating-has-submitted .pulse-form__rating-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-weight: 300;
  line-height: 1.4em;
  min-width: 320px;
}
body.seller-layout,
body.simple-layout {
  padding-top: 30px;
}
body.open-modal {
  overflow: hidden;
}
#app-wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
}
#app-wrap.transition {
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, all 0.3s ease-in-out, padding-left 0.3s ease;
  transition: transform 0.3s ease, all 0.3s ease-in-out, padding-left 0.3s ease;
}
#app-wrap.scale-down {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.25;
}
#main {
  position: relative;
  min-width: 240px;
  padding: 0 0 10px;
  overflow: hidden;
  background-color: #e0e1dc;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease, margin-left 0.3s ease, padding-left 0.3s ease;
  transition: transform 0.3s ease, margin-left 0.3s ease, padding-left 0.3s ease;
}
@media (min-width: 480px) {
  #main {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  #main {
    padding: 65px 10px 10px;
  }
}
@media (max-width: 767px) and (min-height: 501px) {
  #main {
    padding-top: 52px;
  }
}
@media (min-width: 992px) {
  .with-nav #main {
    min-height: 800px;
  }
}
.no-header #main {
  padding-top: 1px;
}
@media (max-width: 710px) {
  body.no-nav {
    background-image: none;
  }
}
.hidden-screen {
  display: none;
}
a:active {
  outline: none;
}
hr {
  border-top: 1px dashed rgba(72, 71, 71, 0.5);
}
hr.light {
  border-color: #cdcccc;
}
hr.hr--short {
  margin-top: 15px;
  margin-bottom: 15px;
}
img#teamphoria-logo-large {
  height: 72px;
  position: absolute;
  left: 25px;
  top: -60px;
  clip: rect(auto auto auto 35px);
  clip: rect(auto, auto, auto, 35px);
  margin-left: -20px;
}
@media (max-width: 710px) {
  img#teamphoria-logo-large {
    position: static;
    display: block;
    margin: 0 auto;
  }
}
.img-circle {
  border-radius: 50%;
  max-width: 100%;
}
img.media-object {
  max-width: 100%;
}
.picker__year__hide {
  display: none;
}
.picker__select--month,
.picker__select--year {
  padding: 0.2em;
}
.picker--focused,
.picker--focused:focus {
  outline: none;
}
body.droppable .drop-area {
  border: 4px dashed #77AB53 !important;
  z-index: 9999;
}
.dataDisplayNavigation:before,
.dataDisplayNavigation:after {
  content: " ";
  display: table;
}
.dataDisplayNavigation:after {
  clear: both;
}
.dataDisplayNavigation:before,
.dataDisplayNavigation:after {
  content: " ";
  display: table;
}
.dataDisplayNavigation:after {
  clear: both;
}
.dataDisplayCtrl_length {
  float: left;
  width: 30%;
}
.dataDisplayCtrl_length label {
  font-weight: normal;
}
.dataDisplayCtrl_length select {
  display: inline-block;
  width: 75px;
}
.dataDisplayCtrl_paginate {
  float: right;
  width: 70%;
  text-align: right;
}
.dataDisplayCtrl_paginate .paginationLeft {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  white-space: nowrap;
}
.dataDisplayCtrl_paginate .paginationLeft .goto {
  display: inline-block;
  min-height: 27px;
}
.dataDisplayCtrl_paginate .paginationRight {
  display: inline-block;
  vertical-align: top;
}
.dataDisplayCtrl_paginate .pageNumber {
  margin-left: 10px;
}
.dataDisplayCtrl_paginate .pagination {
  margin: 0;
}
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
  padding: 7px 12px;
  font-size: 16px;
  color: #656a6e;
  text-transform: uppercase;
}
.pagination > li > a > span,
.pagination > li > span > span {
  vertical-align: middle;
}
.pagination > li > a > span.icon,
.pagination > li > span > span.icon {
  opacity: 0.5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cdcccc;
}
.pagination > .disabled > span span.icon,
.pagination > .disabled > span:hover span.icon,
.pagination > .disabled > span:focus span.icon,
.pagination > .disabled > a span.icon,
.pagination > .disabled > a:hover span.icon,
.pagination > .disabled > a:focus span.icon {
  opacity: 0.3;
}
body.stop-scrolling {
  overflow: inherit;
}
[v-cloak] {
  display: none;
}
.vue-slide,
.vue-slide-transition {
  transition: all 0.3s ease;
  /*overflow: hidden;*/
}
.vue-slide.v-enter,
.vue-slide.v-leave,
.vue-slide-enter,
.vue-slide-leave {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}
.vue-slide-enter-active,
.vue-slide-leave-active {
  transition: all 0.3s ease;
}
.vue-slide-enter,
.vue-slide-leave-to {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}
.component-fade-enter-active,
.component-fade-leave-active {
  transition: opacity 0.3s ease;
}
.component-fade-enter,
.component-fade-leave-to {
  opacity: 0;
}
header.header {
  line-height: 59px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  border-bottom: 1px dashed #656a6e;
  line-height: 1em;
}
header.header:before,
header.header:after {
  content: " ";
  display: table;
}
header.header:after {
  clear: both;
}
header.header:before,
header.header:after {
  content: " ";
  display: table;
}
header.header:after {
  clear: both;
}
header.header > * {
  line-height: 60px;
}
header.header.transition {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, left 0.3s ease, opacity 0.2s ease;
  -webkit-transition-duration: 0.3;
  transition-duration: 0.3;
}
header.header nav {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
header.header nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header nav ol > li {
  display: inline-block;
}
header.header nav ol > li + li:before {
  content: "/";
  padding: 0 2px;
  color: #4f5356;
}
header.header nav ol > .active {
  color: #f8f8f8;
}
header.header nav i[class^="fa-"],
header.header nav i[class*=" fa-"] {
  font-size: 16px;
  vertical-align: middle;
  display: inline;
}
header.header .open > .dropdown-menu {
  max-height: 500px;
  padding: 5px 0;
  visibility: visible;
}
header.header .dropdown-menu {
  position: absolute;
  top: 100%;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
#subheader {
  position: fixed;
  z-index: 98;
  top: 64px;
  left: 0;
  right: 0;
  padding: 0;
}
#subheader.transition {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, left 0.3s ease, opacity 0.2s ease;
  -webkit-transition-duration: 0.3;
  transition-duration: 0.3;
}
#subheader .feed-new-items-nav {
  padding: 0 10px;
}
#nav-toggle {
  display: none;
  float: left;
  font-size: 28px;
  color: #4f5356;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: left 0.6s ease, opacity 0.6s ease;
  transition: left 0.6s ease, opacity 0.6s ease;
  width: 0px;
  opacity: 0;
  text-decoration: none;
  outline: none;
}
#nav-toggle:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}
.with-nav header.header {
  left: 262px;
}
.with-nav #subheader {
  left: 262px;
}
.with-nav #nav-toggle {
  display: block;
}
@media (max-width: 1100px) {
  header.header {
    width: 100%;
  }
  header.header h1 {
    left: 0;
  }
  .with-nav header.header {
    left: 0px;
    padding-right: 50px;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  .with-nav #subheader {
    left: 0px;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    width: 100%;
    padding-right: 50px;
  }
  .with-nav #app-wrap.side-menu-expanded header.header,
  .with-nav #app-wrap.side-menu-expanded #subheader {
    -webkit-transform: translate3d(262px, 0, 0);
    -ms-transform: translate3d(262px, 0, 0);
    transform: translate3d(262px, 0, 0);
  }
  #nav-toggle {
    width: auto;
    padding: 2px 20px;
    opacity: 1;
  }
  .no-csstransforms3d .with-nav header.header {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .no-csstransforms3d .with-nav #subheader {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .no-csstransforms3d .with-nav #app-wrap.side-menu-expanded header.header,
  .no-csstransforms3d .with-nav #app-wrap.side-menu-expanded #subheader {
    -webkit-transform: translateX(262px);
    -ms-transform: translateX(262px);
    transform: translateX(262px);
  }
}
@media (max-width: 767px) {
  header.header h1 {
    font-size: 21px;
  }
  header.header nav {
    font-size: 21px;
  }
  header.header nav i[class^="fa-"],
  header.header nav i[class*=" fa-"] {
    font-size: 14px;
    display: inline-block;
    margin-top: -5px;
  }
  #nav-toggle {
    padding: 2px 15px;
    font-size: 25px;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  header.header {
    position: relative;
  }
  .with-nav header.header {
    position: relative;
  }
}
@media (max-width: 767px) {
  header.header {
    padding-right: 0;
    min-width: 240px;
  }
  header.header > * {
    line-height: 45px;
  }
  header.header > * .nav-tabs > li {
    line-height: 40px;
  }
  #subheader {
    top: 45px;
    position: relative;
    padding-right: 0;
    min-width: 240px;
  }
  .with-nav header.header {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-right: 0;
  }
  .with-nav header.header > * {
    line-height: 45px;
  }
  .with-nav #subheader {
    position: relative;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-right: 0;
  }
  .no-csstransforms3d .with-nav header.header {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .no-csstransforms3d .with-nav #subheader {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #nav-toggle {
    padding: 0 10px;
  }
  .standalone-app {
    padding-top: 64px;
  }
  .standalone-app .header {
    position: fixed;
    padding-top: 20px;
  }
}
#header .dropdown {
  position: static;
}
#header .dropdown-menu {
  width: 100%;
  margin-top: 0;
  font-size: 19px;
  font-weight: 300;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .dropdown-menu > li {
  width: 100%;
  line-height: 1.11em;
}
#header .dropdown-menu > li > a {
  padding: 4px 15px;
  font-weight: 300;
}
#header .dropdown-menu #submenu-link,
#header .dropdown-menu #submenu-back-link {
  padding: 0 15px;
  display: block;
  outline: none;
}
#header .dropdown-menu #submenu-link i,
#header .dropdown-menu #submenu-back-link i {
  margin-top: 1em !important;
}
#header .dropdown-menu #submenu-link:hover,
#header .dropdown-menu #submenu-back-link:hover {
  text-decoration: none;
  background-color: #e9eae7;
}
#header .dropdown-menu #submenu-back-link {
  background: rgba(0, 0, 0, 0.1);
  line-height: 2.5;
}
#header .dropdown-menu #submenu-back-link i {
  margin-right: 1em;
  margin-left: 0.25em;
  float: left;
}
#header .dropdown-menu .submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .dropdown-menu.submenu-open > li,
#header .dropdown-menu.submenu-open li.submenu-parent > a {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .dropdown-menu.submenu-open .submenu > li {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
#header .dropdown-menu > li,
#header .dropdown-menu li.submenu-parent > a {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .dropdown-menu .filters-label {
  font-size: 16px;
  line-height: 1em;
  padding: 7px 15px;
  background-color: #eaeaea;
  border-top: 1px solid #caced0;
}
#header .dropdown-menu .filters-label label {
  font-weight: normal;
  margin: 0;
}
#header .dropdown-menu .filters-label .clear {
  float: right;
  padding: 0;
}
#header .dropdown-menu .filters-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
}
#header .dropdown-menu .filters-list li label {
  display: block;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 300;
  cursor: pointer;
}
#header .dropdown-menu .filters-list li label input[type="checkbox"] {
  float: left;
  margin: 3px 7px 0 5px;
}
#header .dropdown-menu .filters-list li label:hover {
  background-color: #D2E8C5;
}
#header .dropdown-menu .filters-list li .checkbox {
  margin: 0;
  padding-left: 0;
}
#header .dropdown-menu .filters-list li .checkbox input[type=checkbox] {
  display: none;
}
#header .dropdown-menu .filters-list li .checkbox label {
  position: relative;
  padding-left: 45px;
}
#header .dropdown-menu .filters-list li .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
#header .dropdown-menu .filters-list li .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  color: #fff;
  background-color: #6f7578;
  border-color: #6f7578;
  text-align: center;
  font-size: 17px;
  line-height: 18px;
}
#header .dropdown.open > .dropdown-menu {
  border-bottom: 4px solid #BABABA;
}
#header .dropdown.open > a.nav-link {
  background-color: #e2e2e2;
}
@media (min-width: 768px) {
  #header .dropdown {
    position: relative;
  }
}
.header-branding-image {
  display: none;
  height: 25px;
  width: 71px;
  text-align: right;
}
.header-branding-image img {
  max-height: 100%;
  max-width: 100%;
}
.header-logo-image {
  display: none;
  height: 25px;
  width: 25px;
}
.header-logo-image img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .header-branding-image {
    display: inline-block;
  }
  .header-logo-image {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .header-branding-image {
    display: inline-block;
    height: 40px;
    width: 200px;
  }
  .header-logo-image {
    display: inline-block;
    height: 35px;
    width: 35px;
  }
}
.header-account-nav {
  margin-left: 10px;
}
.header-account-nav > li {
  position: relative;
  width: auto;
  font-size: 16px;
  border-left: 1px solid #eee;
  border-bottom: none;
}
.header-account-nav > li > a {
  padding: 2px 8px;
  color: #656a6e;
  border-top: 0;
  border-bottom: 0;
}
.header-account-nav > li > a:hover,
.header-account-nav > li > a:focus {
  color: #747a7f;
}
.header-account-nav > li > a:active {
  border-color: #cdcccc;
}
.header-account-nav > li.open > a:hover,
.header-account-nav > li.open > a:focus {
  border-color: #cdcccc;
}
.header-account-nav .alert-icon {
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
  right: 0px;
  padding: 0;
  opacity: 0.9;
  text-decoration: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20class%3D%22svg-icon-alerts%22%20version%3D%221.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%20viewBox%3D%220%200%2028.6%2028.6%22%20style%3D%22enable-background%3Anew%200%2068%20143%20154%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20class%3D%22bubble%22%20style%3D%22opacity%3A1%3Bfill%3A%23448f9a%3B%22%20d%3D%22M0.8,26.4L1.7,21C-1.4,15.3-0.2,8,4.9,3.5c6-5.2,15-4.6,20.2,1.4s4.6,15-1.4,20.2c-5,4.4-12.2,4.6-17.5,1L0.8,26.4z%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.header-account-nav .alert-icon:hover {
  opacity: 1;
}
.header-account-nav .alert-icon:hover {
  text-decoration: none;
}
.header-account-nav .alert-num {
  display: none;
  font-size: 11px;
  line-height: 23px;
  top: -7px;
  color: #fff;
  text-align: center;
}
.header-account-nav .more-actions-icon {
  min-width: 36px;
  text-align: center;
}
.header-account-nav .dropdown-menu .alert-num {
  display: inline;
}
.header-account-nav ul.dropdown-menu {
  z-index: 999;
}
@media (min-width: 768px) {
  .header-account-nav > li {
    font-size: 20px;
  }
  .header-account-nav > li > a {
    padding: 2px 18px;
  }
  .header-account-nav .alert-icon {
    width: 24px;
    height: 24px;
  }
  .header-account-nav .alert-num {
    display: block;
  }
}
#header .header-account-nav > li {
  border-left-style: dashed;
}
#header .header-account-nav .dropdown.open {
  /*> a {
			background-color: overlay(@side-menu-bg-color, @side-menu-submenu-bg);
		}
		> .dropdown-menu {
			border-top: 1px solid @app-gray;
		}*/
}
#header .header-account-nav .dropdown.open > a {
  color: #747a7f;
}
#header .header-account-nav .dropdown.open > .dropdown-menu {
  border-top: 1px solid #BABABA;
}
.footer-external {
  background-color: #f4f4f4;
  padding: 10px 20px;
}
.footer-external:before,
.footer-external:after {
  content: " ";
  display: table;
}
.footer-external:after {
  clear: both;
}
.footer-external:before,
.footer-external:after {
  content: " ";
  display: table;
}
.footer-external:after {
  clear: both;
}
.footer-external .footer-description {
  font-size: 14px;
}
.footer-external .footer-logo-img .footer-logo-img-container {
  position: relative;
}
.footer-external .footer-logo-img .footer-logo-img-container img {
  max-width: 200px;
}
@media (min-width: 768px) {
  .footer-external .footer-logo-img .footer-logo-img-container {
    float: right;
    top: 40px;
  }
}
body.no-nav #app-wrap {
  position: static;
  overflow-x: visible;
  padding-left: 0;
}
#app-wrap {
  overflow-x: hidden;
  background-color: #e0e1dc;
}
.with-nav #main {
  margin-left: 262px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.icon-give-award {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 28px;
  margin: -6px 3px -8px 0;
  line-height: normal;
  vertical-align: top;
}
.icon-give-award .default {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.icon-give-award svg {
  width: 18px;
  height: 28px;
}
#side-menu svg {
  max-height: 100%;
  max-width: 100%;
}
#side-menu svg .default {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#side-menu svg .default-fill {
  fill: #ffffff;
}
#side-menu .svg-icon-alerts .bubble {
  opacity: 0.75;
  fill: #ffffff;
}
#side-menu .svg-icon-arrow-down .circle {
  opacity: 0.2;
  fill: #ffffff;
}
#side-menu .svg-icon-arrow-down .arrow {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.4679;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#side-menu .svg-icon-nav-feed {
  max-width: 90%;
}
#side-menu .svg-icon-nav-culture {
  max-width: 75%;
}
#side-menu .svg-icon-nav-reports {
  max-width: 95%;
}
#side-menu {
  min-height: 300px;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  width: 262px;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease, width .3s ease, left 0.3s ease, opacity 0.2s ease;
  transition: all 0.3s ease, width .3s ease, left 0.3s ease, opacity 0.2s ease;
  -webkit-overflow-scrolling: touch;
}
#side-menu:hover {
  overflow-y: scroll;
}
#side-menu .feature-icon {
  width: 24px;
  height: 24px;
  float: left;
  margin: 10px 0 0;
}
#side-menu .menu-group {
  display: block;
  width: 262px;
}
#side-menu .menu-group:before,
#side-menu .menu-group:after {
  content: " ";
  display: table;
}
#side-menu .menu-group:after {
  clear: both;
}
#side-menu .menu-group:before,
#side-menu .menu-group:after {
  content: " ";
  display: table;
}
#side-menu .menu-group:after {
  clear: both;
}
#side-menu .menu-group .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.2s ease, max-height 0.4s ease;
  transition: all 0.2s ease, max-height 0.4s ease;
}
#side-menu .menu-group .sub-menu li {
  text-align: center;
  margin: 0 20px;
  position: relative;
}
#side-menu .menu-group .sub-menu li a {
  opacity: 0.7;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #f8f8f8;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  text-shadow: -1px -1px 1.5px rgba(0, 0, 0, 0.44);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#side-menu .menu-group .sub-menu li:last-child a {
  border-bottom: none;
}
#side-menu .menu-group .sub-menu li.active a,
#side-menu .menu-group .sub-menu li:hover a {
  opacity: 1;
}
#side-menu .menu-group .sub-menu li.active:after {
  right: -20px;
}
#side-menu .menu-group .sub-menu li .arrow-style {
  fill: #e0e1dc;
}
#side-menu .menu-group .sub-menu li.disabled {
  display: none;
}
#side-menu .menu-group .sub-menu.styled li {
  text-align: left;
}
#side-menu .menu-group .sub-menu.styled li a {
  padding: 5px 20px 5px 45px;
  border-bottom: 0 none;
}
#side-menu .menu-group .sub-menu.account-subnav li.active:after {
  display: none;
}
#side-menu .menu-group .sub-menu.account-subnav .alert-num:before {
  content: '(';
}
#side-menu .menu-group .sub-menu.account-subnav .alert-num:after {
  content: ')';
}
#side-menu .account-profile {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 0;
  width: 50px;
  text-align: center;
  -webkit-transition: height 0.3s ease, width .3s ease;
  transition: height 0.3s ease, width .3s ease;
  outline: none;
  cursor: pointer;
}
#side-menu .account-profile img {
  width: 32px;
  height: 32px;
  -webkit-transition: height 0.3s ease, width .3s ease;
  transition: height 0.3s ease, width .3s ease;
}
#side-menu .account-profile .profile-photo {
  position: relative;
}
#side-menu .account-profile .alert-icon {
  display: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -2px;
  right: 10%;
  opacity: 0.9;
  text-decoration: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20class%3D%22svg-icon-alerts%22%20version%3D%221.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%20viewBox%3D%220%200%2028.6%2028.6%22%20style%3D%22enable-background%3Anew%200%2068%20143%20154%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20class%3D%22bubble%22%20style%3D%22opacity%3A1%3Bfill%3A%23448f9a%3B%22%20d%3D%22M0.8,26.4L1.7,21C-1.4,15.3-0.2,8,4.9,3.5c6-5.2,15-4.6,20.2,1.4s4.6,15-1.4,20.2c-5,4.4-12.2,4.6-17.5,1L0.8,26.4z%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
#side-menu .account-profile .alert-icon:hover {
  opacity: 1;
}
#side-menu .account-profile .alert-icon:hover {
  text-decoration: none;
}
#side-menu .account-profile .alert-num {
  display: block;
  font-size: 10px;
  line-height: 1.25em;
  position: relative;
  top: 2px;
  color: #fff;
  text-align: center;
}
#side-menu .account-profile.open .account-name .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#side-menu .account-name {
  display: none;
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 0;
  word-wrap: break-word;
}
#side-menu .account-name span {
  vertical-align: middle;
}
#side-menu .account-name .icon {
  display: inline-block;
  margin-left: 8px;
  height: 22px;
  width: 22px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 20px;
}
#side-menu .account-name .down-arrow {
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" style="enable-background:new 0 0 22 22;" xml:space="preserve" class="svg-icon-arrow-down"><style>.circle{opacity:0.2;fill:%23FFFFFF;}.arrow{fill:none;stroke:%23FFFFFF;stroke-width:2.4679;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><symbol id="svgArrow" viewBox="-11 -11 22 22"><path d="M11,0c0-6.1-4.9-11-11-11S-11-6.1-11,0s4.9,11,11,11S11,6.1,11,0z" class="circle"></path><polyline points="-5.2,1.6 -0.1,-3.7 5.2,1.6" class="arrow"></polyline></symbol><g><use xlink:href="%23svgArrow" width="22" height="22" x="-11" y="-11" transform="matrix(1 0 0 -1 11 11)" style="overflow:visible;"></use></g></svg>');
  background-repeat: no-repeat;
}
#side-menu .account-name .name {
  font-size: 22px;
  text-transform: uppercase;
}
#side-menu .account-name .job {
  display: block;
  color: #bbbec1;
}
#side-menu .account-name:hover {
  text-decoration: none;
}
#side-menu .account-name.open .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#side-menu .tenant-profile {
  display: block;
  text-align: center;
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease, max-height 0.4s ease;
  transition: all 0.2s ease, max-height 0.4s ease;
}
#side-menu .tenant-profile .brand-img-wrap {
  margin: 0 auto;
  padding: 10px 40px;
  max-width: 240px;
  max-height: 120px;
}
#side-menu .tenant-profile img {
  max-height: 100%;
  max-width: 100%;
}
#side-menu .tenant-profile .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.25;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#side-menu .tenant-profile .tenants {
  background-color: #f8f8f8;
}
#side-menu .tenant-profile:hover .icon {
  opacity: 0.8;
}
#side-menu .tenant-profile.open .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#side-menu .main-nav {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
#side-menu .main-nav li {
  position: relative;
}
#side-menu .main-nav li > a {
  font-size: 20px;
  opacity: 0.65;
  display: block;
  padding: 10px 10px;
  color: #f8f8f8;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#side-menu .main-nav li > a .icon {
  display: inline-block;
  margin-right: 15px;
  height: 29px;
  width: 31px;
  text-align: center;
  position: relative;
}
#side-menu .main-nav li > a span {
  vertical-align: middle;
}
#side-menu .main-nav li.active > a,
#side-menu .main-nav li:hover > a {
  opacity: 1;
}
#side-menu .main-nav li.active:after {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.7 17.4" style="enable-background:new 0 0 8.7 17.4;" xml:space="preserve"><polygon class="arrow-style" style="fill:%23E0E1DC;" points="8.7,0 0,8.7 8.7,17.4 8.7,17.4"/></svg>');
  position: absolute;
  top: 15px;
  height: 18px;
  width: 10px;
  right: 0px;
  color: #E0E1DC;
}
#side-menu .main-nav li.open.active:after {
  display: none;
}
#side-menu .menu-footer-logo {
  display: none;
  margin: 50px 20px 0;
  padding: 25px 10px 20px;
  text-align: center;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
#side-menu .menu-footer-links {
  display: none;
  margin-bottom: 40px;
  font-size: 14px;
  opacity: 0.4;
}
#side-menu .menu-env-info {
  display: none;
  padding: 10px;
  text-align: center;
  background-color: #f8f8f8;
}
#side-menu .side-menu-inner {
  background-color: #656a6e;
  width: 262px;
  min-height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out, width 0.3s ease, left 0.3s ease, opacity 0.2s ease;
  transition: all 0.3s ease-in-out, width 0.3s ease, left 0.3s ease, opacity 0.2s ease;
}
#side-menu .side-menu-inner p {
  color: #f8f8f8;
  line-height: normal;
  text-align: center;
}
#side-menu .side-menu-inner p a {
  color: #f8f8f8;
}
.no-csstransforms3d #side-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#logo-balloons {
  display: block;
  height: 48px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/assets/img/logo-balloon.png') no-repeat;
}
#logo-letters {
  display: block;
  height: 28px;
  width: 151px;
  position: absolute;
  top: 14px;
  left: 24px;
  background: url('/assets/img/logo-letters.png') no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1100px) {
  .with-nav #main {
    margin-left: 0;
    margin-right: 50px;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  .with-nav #app-wrap.side-menu-expanded #main {
    margin-left: 0;
    -webkit-transform: translate3d(262px, 0, 0);
    -ms-transform: translate3d(262px, 0, 0);
    transform: translate3d(262px, 0, 0);
  }
  .with-nav #app-wrap.side-menu-expanded .actions {
    margin-top: 0px;
  }
  .with-nav #app-wrap.side-menu-expanded #settings-icon-svg.feature-icon {
    margin-top: 0;
  }
  .with-nav #app-wrap.side-menu-expanded #signout-icon-svg.feature-icon {
    margin: 0;
  }
  #side-menu {
    width: 50px;
  }
  #side-menu .actions {
    margin-top: -30px;
  }
  #side-menu #settings-icon-svg.feature-icon {
    margin-top: -20px;
  }
  #side-menu #signout-icon-svg.feature-icon {
    margin: 15px 0 0 2px;
  }
  #side-menu-logo {
    left: 10px;
  }
  #logo-letters {
    opacity: 0;
  }
  .no-csstransforms3d .with-nav #main {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .no-csstransforms3d .with-nav #app-wrap.side-menu-expanded #main {
    -webkit-transform: translateX(262px);
    -ms-transform: translateX(262px);
    transform: translateX(262px);
  }
}
@media (max-width: 767px) {
  .with-nav #app-wrap {
    width: 100%;
  }
  .with-nav #main {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .no-csstransforms3d .with-nav #main {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #side-menu {
    top: 0;
    width: 0;
  }
  #side-menu .side-menu-inner {
    padding-bottom: 0;
  }
}
.side-menu-expanded #nav-toggle {
  background-color: #e2e2e2;
}
.side-menu-expanded #side-menu .menu-group .sub-menu {
  overflow-y: auto;
}
.side-menu-expanded #side-menu .menu-group .sub-menu.open {
  padding: 15px 0 15px;
  max-height: 310px;
}
.side-menu-expanded #side-menu .account-profile {
  display: block;
  padding: 35px 0 30px;
  width: auto;
}
.side-menu-expanded #side-menu .account-profile img {
  width: 108px;
  height: 108px;
  border: none;
}
.side-menu-expanded #side-menu .account-profile .alert-icon {
  display: block;
  top: 2px;
  right: 24%;
  width: 30px;
  height: 30px;
}
.side-menu-expanded #side-menu .account-profile .alert-num {
  font-size: 15px;
  line-height: 1.67em;
}
.side-menu-expanded #side-menu .account-profile .account-name {
  display: block;
}
.side-menu-expanded #side-menu .tenant-profile {
  max-height: 300px;
}
.side-menu-expanded #side-menu .main-nav li a {
  padding: 10px 20px;
}
.side-menu-expanded #side-menu .menu-footer-logo,
.side-menu-expanded #side-menu .menu-footer-links {
  display: block;
}
.side-menu-expanded #side-menu .menu-env-info {
  display: block;
}
@media (min-width: 1101px) {
  #nav-toggle {
    background-color: #e2e2e2;
  }
  #side-menu .menu-group .sub-menu {
    overflow-y: auto;
  }
  #side-menu .menu-group .sub-menu.open {
    padding: 15px 0 15px;
    max-height: 310px;
  }
  #side-menu .account-profile {
    display: block;
    padding: 35px 0 30px;
    width: auto;
  }
  #side-menu .account-profile img {
    width: 108px;
    height: 108px;
    border: none;
  }
  #side-menu .account-profile .alert-icon {
    display: block;
    top: 2px;
    right: 24%;
    width: 30px;
    height: 30px;
  }
  #side-menu .account-profile .alert-num {
    font-size: 15px;
    line-height: 1.67em;
  }
  #side-menu .account-profile .account-name {
    display: block;
  }
  #side-menu .tenant-profile {
    max-height: 300px;
  }
  #side-menu .main-nav li a {
    padding: 10px 20px;
  }
  #side-menu .menu-footer-logo,
  #side-menu .menu-footer-links {
    display: block;
  }
  #side-menu .menu-env-info {
    display: block;
  }
}
#app-wrap.side-menu-expanded #side-menu {
  left: 0;
  width: 262px;
  overflow-y: scroll;
}
#app-wrap.side-menu-expanded #side-menu .side-menu-inner {
  width: 262px;
}
#app-wrap.side-menu-expanded #side-menu .side-menu-inner .user-photo {
  display: block;
  margin: 40px auto 10px;
  width: 116px;
  height: 116px;
  padding: 7px 0 0 7px;
}
#app-wrap.side-menu-expanded #side-menu .side-menu-inner .user-photo img {
  width: 102px;
  height: 102px;
}
#app-wrap.side-menu-expanding #side-menu {
  -webkit-transition: width .1s ease, left 0.3s ease;
  transition: width .1s ease, left 0.3s ease;
  width: 262px;
}
#app-wrap.side-menu-expanded.side-menu-expanding #side-menu {
  -webkit-transition: width 0s ease, left 0.3s ease;
  transition: width 0s ease, left 0.3s ease;
}
/*

	For form errors, you can do something like this, where 'input-error' has a class of
	"left", "left simple", or "bottom".

	<div class="login-input-wrap">
		<label for="password-field" data-icon="" class="label-overlay"> <span>Password</span></label>
		<input id="password-field" name="password" type="password" placeholder="Password" required="">
		<div class="input-error left">
			<i class="fa fa-exclamation-circle fa-lg"></i>
			<span>Password must be at least 6 characters</span>
		</div>
	</div>

*/
.choose-org-wrap h1 {
  font-size: 30px;
}
.choose-org-wrap .description {
  font-size: 16px;
  line-height: 1.4em;
  color: #808080;
}
.choose-org-wrap .user-wrap {
  margin: 20px 0 0;
  padding: 15px 20px;
  border-radius: 3px;
  background-color: #f8f8f8;
}
.choose-org-wrap .user-wrap:before,
.choose-org-wrap .user-wrap:after {
  content: " ";
  display: table;
}
.choose-org-wrap .user-wrap:after {
  clear: both;
}
.choose-org-wrap .user-wrap:before,
.choose-org-wrap .user-wrap:after {
  content: " ";
  display: table;
}
.choose-org-wrap .user-wrap:after {
  clear: both;
}
.choose-org-wrap .user-wrap .user-photo {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 60px;
  height: 60px;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.choose-org-wrap .user-wrap .user-photo img {
  max-width: 100%;
}
.choose-org-wrap .user-wrap .user-name {
  margin-top: 18px;
  font-size: 20px;
}
.choose-org-wrap .account-org-list {
  margin: 1px 6px;
  padding: 0;
}
.choose-org-wrap .account-org-list li {
  position: relative;
  display: block;
  background-color: #ffffff;
  line-height: 1em;
  border-bottom: 1px solid #e0e1dc;
}
.choose-org-wrap .account-org-list li:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.choose-org-wrap .account-org-list li .user-photo {
  float: left;
  margin: 0 15px 5px 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.choose-org-wrap .account-org-list li .user-photo img {
  width: 100%;
}
.choose-org-wrap .account-org-list li h3 {
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choose-org-wrap .account-org-list li .status {
  color: #939393;
  letter-spacing: normal;
  font-size: 0.889em;
}
.choose-org-wrap .account-org-list li .slug {
  display: block;
  font-size: 12px;
  color: #BABABA;
  line-height: normal;
  margin: -2px 0 0;
}
.choose-org-wrap .account-org-list li .email {
  display: none;
  margin-top: 5px;
  color: #808080;
  font-size: 13px;
  word-break: break-word;
}
.choose-org-wrap .account-org-list li .fa {
  position: absolute;
  font-size: 25px;
  top: 23px;
  right: 15px;
  color: #EAEAEA;
}
.choose-org-wrap .account-org-list li .log-in {
  position: absolute;
  font-size: 14px;
  top: 23px;
  right: 15px;
  color: #e9eae7;
}
.choose-org-wrap .account-org-list li .log-in .fa {
  position: relative;
  vertical-align: middle;
  font-size: 25px;
  top: auto;
  right: 5px;
}
.choose-org-wrap .account-org-list li .resend {
  font-size: 14px;
}
.choose-org-wrap .account-org-list li a {
  display: block;
  padding: 15px 45px 15px 10px;
  text-decoration: none;
}
.choose-org-wrap .account-org-list li a:hover,
.choose-org-wrap .account-org-list li a:focus {
  color: #fff;
  background-color: #77AB53;
}
.choose-org-wrap .account-org-list li a:hover h3,
.choose-org-wrap .account-org-list li a:focus h3 {
  color: #fff;
  white-space: normal;
}
.choose-org-wrap .account-org-list li a:hover h3 span,
.choose-org-wrap .account-org-list li a:focus h3 span {
  color: #e2e2e2;
}
.choose-org-wrap .account-org-list li a:hover .slug,
.choose-org-wrap .account-org-list li a:focus .slug {
  color: #f8f8f8;
}
.choose-org-wrap .account-org-list li a:hover .email,
.choose-org-wrap .account-org-list li a:focus .email {
  color: #f8f8f8;
  display: inline-block;
}
.choose-org-wrap .account-org-list li a:hover .fa-sign-in,
.choose-org-wrap .account-org-list li a:focus .fa-sign-in {
  color: #D2E8C5;
}
.choose-org-wrap .account-org-list li .item {
  display: block;
  padding: 15px 45px 15px 10px;
  text-decoration: none;
}
.choose-org-wrap .account-org-list li.disabled {
  display: none;
}
.choose-org-wrap .account-org-list li.disabled h3 {
  color: #BABABA;
}
.choose-org-wrap .account-org-list li.disabled .email {
  color: #EAEAEA;
}
.choose-org-wrap .account-org-list li.disabled a:hover {
  background-color: #BABABA;
}
.choose-org-wrap.white-bg .user-wrap {
  background-color: #f8f8f8;
}
.choose-org-wrap.white-bg .account-org-list li {
  background-color: #ffffff;
}
.choose-org-wrap.white-bg .account-org-list li a {
  padding: 15px 45px 15px 15px;
}
@media (min-width: 480px) {
  .choose-org-wrap .user-wrap .user-photo {
    width: 80px;
    height: 80px;
  }
  .choose-org-wrap .user-wrap .user-name {
    margin-top: 22px;
    font-size: 22px;
  }
  .choose-org-wrap .account-org-list li h3 {
    font-size: 21px;
  }
  .choose-org-wrap .account-org-list li .slug-alt {
    display: inline-block;
  }
  .choose-org-wrap .account-org-list li .email-alt {
    display: inline-block;
    float: right;
    margin-left: 10px;
    font-size: 13px;
    color: #bbbec1;
  }
}
@media (min-width: 768px) {
  .choose-org-wrap .user-wrap .user-photo {
    width: 80px;
    height: 80px;
  }
  .choose-org-wrap .user-wrap .user-name {
    margin-top: 22px;
    font-size: 22px;
  }
  .choose-org-wrap .account-org-list li .resend {
    position: absolute;
    top: 23px;
    right: 15px;
  }
}
.login-update-page input[type='text'],
.login-update-page input[type='email'],
.login-update-page input[type='password'] {
  margin-bottom: 0;
  background-color: #fff;
  border-color: #fff;
}
.simple-layout #teamphoria-logo {
  height: 72px;
}
.auth-layout .container {
  padding: 0;
  max-width: 1000px;
}
.auth-layout .container.container-short {
  max-width: 600px;
}
.auth-layout h1 {
  margin-top: 10px;
}
.auth-layout .auth-heading-logo {
  float: right;
  margin-bottom: 10px;
  text-align: right;
}
.auth-layout .auth-heading-logo .branding-image {
  height: 25px;
  width: 71px;
}
.auth-layout .auth-heading-logo .logo-image {
  height: 25px;
  width: 25px;
}
.auth-layout .auth-heading-logo img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: baseline;
}
.auth-layout .login-top {
  margin-top: 20px;
  margin-bottom: 10px;
}
.auth-layout .login-top .teamphoria-logo {
  margin: 0 auto;
  max-width: 120px;
}
.auth-layout .login-top .teamphoria-logo img {
  max-width: 100%;
}
.auth-layout .login-left .chair-logo {
  display: none;
  max-width: 220px;
}
.auth-layout .login-left .chair-logo img {
  max-width: 100%;
}
.auth-layout .login-left .teamphoria-logo {
  display: none;
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
}
.auth-layout .login-left .teamphoria-logo img {
  max-width: 100%;
}
.auth-layout .login-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.auth-layout .login-bottom .chair-logo {
  margin: 0 auto;
  max-width: 110px;
}
.auth-layout .login-bottom .chair-logo img {
  max-width: 100%;
}
.auth-layout .login-bottom .teamphoria-logo {
  margin: 0 auto;
  max-width: 150px;
}
.auth-layout .login-bottom .teamphoria-logo img {
  max-width: 100%;
}
.auth-layout .checkbox {
  position: relative;
  margin-top: 0;
  padding-left: 0;
  font-size: 18px;
}
.auth-layout .checkbox input[type=checkbox] {
  margin-left: 16px;
  position: absolute;
  margin: 2px;
  z-index: -1;
  opacity: 0.01;
  pointer-events: none;
}
.auth-layout .checkbox label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}
.auth-layout .checkbox label:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 3px;
  background-color: #e9eae7;
  border: 1px solid #e9eae7;
}
.auth-layout .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 21px;
  color: #aaa;
  text-align: center;
  line-height: 23px;
}
.auth-layout .checkbox input[type=checkbox]:focus + label:before {
  border-color: #939393;
}
.auth-layout .checkbox label {
  font-weight: 300;
}
.auth-layout .login-input-wrap {
  position: relative;
}
.auth-layout .login-input-wrap #password-field,
.auth-layout .login-input-wrap #password-confirm-field {
  margin-bottom: 0;
}
.auth-layout .login-input-wrap .input-error {
  position: absolute;
  bottom: 20px;
  left: 100%;
  padding: 8px 8px;
  width: 290px;
  height: auto;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #F15E29;
  color: #fff;
  border-radius: 3px;
}
.auth-layout .login-input-wrap .input-error i {
  top: 12%;
  position: relative;
  float: left;
  margin: 0 8px 0 0;
  line-height: 1.4em;
}
.auth-layout .login-input-wrap .input-error:before {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F15E29;
  pointer-events: none;
  top: 38%;
  left: -5px;
}
.auth-layout .login-input-wrap .input-error.left {
  right: 100%;
  left: auto;
}
.auth-layout .login-input-wrap .input-error.left:before {
  right: -5px;
  left: auto;
  border-right: 0;
  border-left: 5px solid #F15E29;
}
.auth-layout .login-input-wrap .input-error.bottom {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  background-color: #F15E29;
}
.auth-layout .login-input-wrap .input-error.bottom:before {
  display: none;
}
.auth-layout .recent-tenants button {
  margin-bottom: 20px;
}
.auth-layout .recent-tenants button i {
  line-height: 2;
}
.auth-layout legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.auth-layout .forgot-password-link {
  margin-bottom: 20px;
}
.auth-layout .social-sign-on {
  text-align: center;
}
.auth-layout .social-sign-on a {
  display: inline-block;
  width: 33%;
  color: #4f5356;
}
.auth-layout .social-sign-on a:hover .icon,
.auth-layout .social-sign-on a:focus .icon {
  color: #77AB53;
}
.auth-layout .social-sign-on .icon {
  font-size: 35px;
  vertical-align: middle;
  color: #e0e1dc;
}
.auth-layout .social-sign-on .lbl {
  display: block;
  font-size: 14px;
}
.auth-layout .saml-sign-on a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auth-layout .saml-sign-on a.btn-lg {
  line-height: 26px;
}
.auth-layout .saml-sign-on .icon {
  margin-right: 8px;
  font-size: 25px;
  vertical-align: middle;
}
.auth-layout .saml-sign-on .lbl {
  display: inline;
  font-size: 13px;
}
@media (min-width: 480px) {
  .auth-layout .social-sign-on .icon {
    margin-right: 8px;
  }
  .auth-layout .social-sign-on .lbl {
    display: inline;
    font-size: 16px;
  }
  .auth-layout .saml-sign-on .lbl {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .auth-layout .auth-heading-logo {
    margin-top: 0;
  }
  .auth-layout .auth-heading-logo .branding-image {
    height: 34px;
    width: 170px;
  }
  .auth-layout .auth-heading-logo .logo-image {
    height: 35px;
    width: 35px;
  }
  .auth-layout .login-top {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .auth-layout .login-top .teamphoria-logo {
    max-width: 220px;
  }
  .auth-layout .login-left {
    margin-right: 30px;
    padding: 0 50px 0 0;
    border-right: 1px dashed #cdcccc;
  }
  .auth-layout .login-left .chair-logo {
    display: inline-block;
    margin-bottom: 30px;
  }
  .auth-layout .login-left .teamphoria-logo {
    display: inline-block;
    margin-bottom: 0;
  }
  .auth-layout .login-bottom {
    display: none;
  }
  .auth-layout .social-sign-on .lbl {
    display: block;
  }
}
@media (max-width: 768px) {
  .auth-layout .login-input-wrap .input-error {
    width: auto;
    left: auto;
    right: 0;
  }
  .auth-layout .login-input-wrap .input-error:before {
    display: none;
  }
  .auth-layout .login-input-wrap .input-error.left {
    position: relative;
    right: auto;
  }
  .auth-layout .login-input-wrap .input-error.left:before,
  .auth-layout .login-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .auth-layout .login-input-wrap .input-error.left:after {
    clear: both;
  }
  .auth-layout .login-input-wrap .input-error.left:before,
  .auth-layout .login-input-wrap .input-error.left:after {
    content: " ";
    display: table;
  }
  .auth-layout .login-input-wrap .input-error.left:after {
    clear: both;
  }
  .auth-layout .login-input-wrap .input-error.left:before {
    display: none;
  }
  .auth-layout .login-input-wrap .input-error.left.simple {
    position: absolute;
    background: transparent;
    color: #F15E29;
    right: 0;
  }
  .auth-layout .login-input-wrap .input-error.left.simple i {
    margin: 0;
  }
  .auth-layout .login-input-wrap .input-error.left.simple span {
    display: none;
  }
}
@media (min-width: 992px) {
  .auth-layout .login-left {
    margin-right: 40px;
    padding: 0 30px 0 0;
  }
  .auth-layout .social-sign-on .lbl {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .auth-layout .login-left {
    margin-right: 50px;
    padding: 0 40px 0 0;
  }
}
.login-terms-page {
  overflow: -moz-scrollbars-vertical;
}
.login-terms-page ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
.login-terms-page ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.login-terms-page ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.login-terms-page .moving-loader {
  position: relative;
  margin-top: 10px;
  min-height: 40px;
  width: 100%;
}
.login-terms-page .moving-loader svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.login-terms-page .moving-loader svg path {
  fill: #fff;
}
.login-terms-page .moving-loader::after,
.login-terms-page .moving-loader::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.15s, visibility 0s 0.15s;
  transition: opacity 0.15s, visibility 0s 0.15s;
}
.login-terms-page .moving-loader::after {
  background: #77AB53;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation: moveRight 0.6s linear infinite alternate;
  animation: moveRight 0.6s linear infinite alternate;
}
.login-terms-page .moving-loader::before {
  background: #189DAD;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-animation: moveLeft 0.6s linear infinite alternate;
  animation: moveLeft 0.6s linear infinite alternate;
}
@-webkit-keyframes moveRight {
  to {
    -webkit-transform: translateX(20px);
  }
}
@keyframes moveRight {
  to {
    transform: translateX(20px);
  }
}
@-webkit-keyframes moveLeft {
  to {
    -webkit-transform: translateX(-20px);
  }
}
@keyframes moveLeft {
  to {
    transform: translateX(-20px);
  }
}
.login-terms-page .moving-loader.on::after,
.login-terms-page .moving-loader.on::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.login-terms-page .account-setup {
  margin: 0;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.login-terms-page .account-setup-finished {
  margin-top: -80px;
  margin-bottom: 60px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.terms-of-service-wrap {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
  margin: 20px 0;
  border: 4px solid #e0e1dc;
  border-radius: 5px;
  font-size: 0.88em;
  line-height: 1.4em;
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}
.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}
.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}
.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}
.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}
.account-page .container .user-wrap {
  margin: 0 -10px;
  padding: 10px 5px;
  border-radius: 3px;
  background-color: #fff;
}
.account-page .container .user-wrap:before,
.account-page .container .user-wrap:after {
  content: " ";
  display: table;
}
.account-page .container .user-wrap:after {
  clear: both;
}
.account-page .container .user-wrap:before,
.account-page .container .user-wrap:after {
  content: " ";
  display: table;
}
.account-page .container .user-wrap:after {
  clear: both;
}
.account-page .container .user-wrap .user-photo,
.account-page .container .user-wrap .company-photo {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
}
.account-page .container .user-wrap .user-photo img,
.account-page .container .user-wrap .company-photo img {
  max-width: 100%;
}
.account-page .container .user-wrap .user-name {
  margin-top: 20px;
  margin-bottom: 0;
}
.account-page .container .user-wrap h4 {
  margin-top: 30px;
}
.account-page .container form #email-field-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.account-page .container .account-not-connected,
.account-page .container .account-connected {
  margin-bottom: 20px;
}
.account-page .container .account-not-connected:before,
.account-page .container .account-connected:before,
.account-page .container .account-not-connected:after,
.account-page .container .account-connected:after {
  content: " ";
  display: table;
}
.account-page .container .account-not-connected:after,
.account-page .container .account-connected:after {
  clear: both;
}
.account-page .container .account-not-connected:before,
.account-page .container .account-connected:before,
.account-page .container .account-not-connected:after,
.account-page .container .account-connected:after {
  content: " ";
  display: table;
}
.account-page .container .account-not-connected:after,
.account-page .container .account-connected:after {
  clear: both;
}
.account-page .container .account-not-connected .btn,
.account-page .container .account-connected .btn {
  float: left;
  margin-right: 20px;
}
.account-page .container .account-not-connected .btn .fa,
.account-page .container .account-connected .btn .fa {
  min-width: 15px;
}
.account-page .container .email-preferences-form ul.list-group .list-group-item {
  border: 0;
  padding: 10px 0 20px;
}
.account-page .container .email-preferences-form ul.list-group .checkbox {
  margin: 0;
  padding: 0;
}
.account-page .container .email-preferences-form ul.list-group .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.account-page .container .email-preferences-form ul.list-group .checkbox .description {
  display: block;
  margin-top: 0.5em;
  color: #808080;
  font-size: 12px;
  line-height: 1.4em;
}
.account-page .container .email-preferences-form ul.list-group .simple-checkbox-replace {
  float: left;
  margin-bottom: 20px;
}
.account-page .container .email-addresses-block .current-emails {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
.account-page .container .email-address-block {
  margin-bottom: 30px;
}
.account-page .container .email-address-block .current-email {
  margin-bottom: 0;
}
.account-page .container .email-address-block form fieldset {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .account-page .container .user-wrap {
    margin: 0;
    padding: 10px 5px;
  }
  .account-page .container .user-wrap .user-photo,
  .account-page .container .user-wrap .company-photo {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  .account-page .container .user-wrap .user-photo,
  .account-page .container .user-wrap .company-photo {
    width: 120px;
    height: 120px;
  }
  .account-page .container .user-wrap .user-name {
    margin-top: 30px;
  }
  .account-page .container .user-wrap h4 {
    margin-top: 0;
  }
}
@media print {
  a[href]:after {
    content: "";
  }
  body {
    width: 100%;
    font-size: 10pt;
  }
  p {
    font-size: 10pt;
    line-height: 1.4em;
  }
  #header,
  #subheader {
    position: relative;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: none;
    transition: none;
  }
  #header {
    display: none;
  }
  #app-wrap {
    -webkit-transition: none;
    transition: none;
  }
  #side-menu {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  #main,
  .with-nav #main {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: none;
    transition: none;
  }
  .no-print {
    display: none;
  }
  h1,
  .h1 {
    font-size: 22px;
  }
  h2,
  .h2 {
    font-size: 17px;
  }
  h3,
  .h3 {
    font-size: 13px;
  }
  h4,
  .h4 {
    font-size: 12px;
  }
  h5,
  .h5 {
    font-size: 11px;
  }
  h6,
  .h6 {
    font-size: 11px;
  }
  .body-small {
    font-size: 12px;
  }
  .body-small-light {
    font-size: 12px;
  }
  .body-italic {
    font-size: 13px;
  }
  .body-italic-big {
    font-size: 19px;
  }
  .img-circle {
    border-radius: 50%;
  }
  label {
    font-size: 16px;
  }
}
.signup-plan {
  margin-bottom: 20px;
}
.signup-plan:before,
.signup-plan:after {
  content: " ";
  display: table;
}
.signup-plan:after {
  clear: both;
}
.signup-plan:before,
.signup-plan:after {
  content: " ";
  display: table;
}
.signup-plan:after {
  clear: both;
}
.signup-plan.signup-plan-size-3 .signup-plan__item {
  width: 31.333%;
  margin-right: 2%;
}
.signup-plan.signup-plan-size-4 .signup-plan__item {
  width: 48%;
  margin-right: 2%;
}
.signup-plan.signup-plan-size-5 .signup-plan__item {
  width: 31.333%;
  margin-right: 2%;
}
.signup-plan.signup-plan-size-6 .signup-plan__item {
  width: 31.333%;
  margin-right: 2%;
}
@media (min-width: 992px) {
  .signup-plan.signup-plan-size-4 .signup-plan__item {
    width: 23%;
    margin-right: 2%;
  }
  .signup-plan.signup-plan-size-5 .signup-plan__item {
    width: 18%;
    margin-right: 2%;
  }
  .signup-plan.signup-plan-size-6 .signup-plan__item {
    width: 14.667%;
    margin-right: 2%;
  }
}
.signup-plan__item {
  display: block;
  float: left;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  height: 130px;
  color: #fff;
  background-color: #189DAD;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.signup-plan__item .name {
  display: block;
  font-size: 21px;
  font-weight: 600;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.signup-plan__item .name__lbl {
  display: block;
  font-size: 16px;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.signup-plan__item .price {
  display: block;
  margin: 15px -18px 0;
  padding: 10px 18px;
  font-size: 20px;
  background-color: #f8f8f8;
  color: #189DAD;
  border: 1px solid #189DAD;
}
.signup-plan__item .price.price--none {
  font-size: 16px;
}
.signup-plan__item .price.price--none .price__lbl {
  display: none;
}
.signup-plan__item .price__lbl {
  font-size: 14px;
}
.signup-plan__item .tphor-check {
  position: absolute;
  top: 5px;
  right: 8px;
}
.signup-plan__item.active {
  background-color: #77AB53;
}
.signup-plan__item.active .price {
  color: #77AB53;
  border-color: #77AB53;
}
.section-nav .user-wrap,
.section-nav .top-wrap {
  margin: 0 -10px;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #fff;
}
.section-nav .user-wrap:before,
.section-nav .top-wrap:before,
.section-nav .user-wrap:after,
.section-nav .top-wrap:after {
  content: " ";
  display: table;
}
.section-nav .user-wrap:after,
.section-nav .top-wrap:after {
  clear: both;
}
.section-nav .user-wrap:before,
.section-nav .top-wrap:before,
.section-nav .user-wrap:after,
.section-nav .top-wrap:after {
  content: " ";
  display: table;
}
.section-nav .user-wrap:after,
.section-nav .top-wrap:after {
  clear: both;
}
.section-nav .user-wrap .user-photo,
.section-nav .top-wrap .user-photo,
.section-nav .user-wrap .company-photo,
.section-nav .top-wrap .company-photo {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
}
.section-nav .user-wrap .user-photo img,
.section-nav .top-wrap .user-photo img,
.section-nav .user-wrap .company-photo img,
.section-nav .top-wrap .company-photo img {
  max-width: 100%;
}
.section-nav .user-wrap h4,
.section-nav .top-wrap h4 {
  margin-top: 30px;
}
.section-nav .list-group-item {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #EAEAEA;
}
.section-nav .list-group-item.active,
.section-nav .list-group-item.active:hover,
.section-nav .list-group-item.active:focus {
  color: #f8f8f8;
  background-color: #77AB53;
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .section-nav .user-wrap,
  .section-nav .top-wrap {
    margin: 0;
    padding: 10px 20px;
  }
  .section-nav .user-wrap .user-photo,
  .section-nav .top-wrap .user-photo,
  .section-nav .user-wrap .company-photo,
  .section-nav .top-wrap .company-photo {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  .section-nav .user-wrap,
  .section-nav .top-wrap {
    padding: 40px 25px;
    text-align: center;
  }
  .section-nav .user-wrap .user-photo,
  .section-nav .top-wrap .user-photo,
  .section-nav .user-wrap .company-photo,
  .section-nav .top-wrap .company-photo {
    float: none;
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
  }
  .section-nav .user-wrap h4,
  .section-nav .top-wrap h4 {
    margin-top: 0;
  }
}
.status-section-wrap {
  margin: 25px 0;
}
.status-section-wrap:before,
.status-section-wrap:after {
  content: " ";
  display: table;
}
.status-section-wrap:after {
  clear: both;
}
.status-section-wrap:before,
.status-section-wrap:after {
  content: " ";
  display: table;
}
.status-section-wrap:after {
  clear: both;
}
.status-section-wrap .review {
  display: inline-block;
}
.status-section-wrap .actions {
  display: inline-block;
}
.status-section-wrap .actions:before,
.status-section-wrap .actions:after {
  content: " ";
  display: table;
}
.status-section-wrap .actions:after {
  clear: both;
}
.status-section-wrap .actions:before,
.status-section-wrap .actions:after {
  content: " ";
  display: table;
}
.status-section-wrap .actions:after {
  clear: both;
}
.status-section-wrap .actions > a {
  border-left: 1px dashed #cdcccc;
}
.status-section-wrap .actions > a:first-child {
  border-left: 0 none;
}
.status-section-wrap .status {
  display: inline-block;
  text-align: center;
}
.status-section-wrap .status .of {
  padding: 0 3px;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
}
.status-section-wrap .status .lbl {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #939393;
}
.status-section-wrap .status .lbl.accent {
  color: #B59241;
}
.status-section-wrap .status .lbl.muted {
  color: #656a6e;
}
.status-section-wrap .status .lbl.light {
  color: #939393;
}
.status-section-wrap .status .lbl .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
@media (min-width: 768px) {
  .status-section-wrap .review {
    float: left;
    width: 30%;
  }
  .status-section-wrap .actions {
    float: right;
    width: 70%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .status-section-wrap .actions > a {
    width: auto;
    max-width: 100px;
  }
  .status-section-wrap .actions > a .lbl {
    font-size: 11px;
    line-height: 1;
  }
}
.action-with-icon {
  padding: 0 8px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1em;
  text-align: center;
  width: 110px;
  text-decoration: none;
}
.action-with-icon .icon {
  display: block;
  margin: 0 auto 10px;
  opacity: 0.7;
}
.action-with-icon .lbl {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
}
.action-with-icon .lbl.accent {
  color: #B59241;
}
.action-with-icon.padded {
  padding: 8px;
}
.action-with-icon:hover .icon {
  opacity: 1;
}
.action-with-icon.selected {
  background-color: #f4f4f4;
}
.action-with-icon.selected .icon {
  opacity: 1;
}
.action-with-icon.disabled {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .action-with-icon {
    width: 110px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .action-with-icon {
    width: 130px;
    padding: 0 15px;
  }
}
@media (min-width: 480px) {
  .feed-page #main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.feed-page .feed-filters {
  margin-top: 5px;
}
.feed-page .feed-filters .btn {
  text-transform: uppercase;
  color: #939393;
}
.feed-page .feed-filters .btn:active {
  box-shadow: none;
}
.feed-page .feed-filters .btn:hover {
  color: #4f5356;
}
.feed-page .feed-filters .btn:hover span.selected-filter-label {
  color: #4f5356;
}
.feed-page .feed-filters .btn .arrow-down {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22%3b' xml:space='preserve'%3e %3cstyle%3e .circle%7bfill:%23CDCCCC%3b%7d .arrow%7bfill:none%3bstroke:%234F5356%3bstroke-width:2.4679%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:10%3b%7d %3c/style%3e %3csymbol id='arrowGrayDown' viewBox='-11 -11 22 22'%3e %3cpath class='circle' d='M11%2c0c0-6.08-4.92-11-11-11S-11-6.07-11%2c0s4.92%2c11%2c11%2c11S11%2c6.08%2c11%2c0z'/%3e %3cpolyline class='arrow' points='-5.23%2c1.64 -0.08%2c-3.67 5.23%2c1.65'/%3e %3c/symbol%3e %3cuse xlink:href='%23arrowGrayDown' width='22' height='22' x='-11' y='-11' transform='matrix(1 0 0 -1 11 11.0005)' style='overflow:visible%3b'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 2px 3px 4px;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}
.feed-page .feed-filters .btn span.selected-filter-label {
  vertical-align: baseline;
  color: #656a6e;
}
.feed-page .feed-filters .dropdown {
  border: 0 none;
}
.feed-page .feed-filters .dropdown.open .arrow-down {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.feed-page .feed-filters .dropdown-menu {
  max-width: 285px;
  overflow: hidden;
}
.feed-page .feed-filters .dropdown-menu a {
  color: #656a6e;
  text-overflow: ellipsis;
  overflow: hidden;
}
.feed-page .feed-filters .dropdown-menu .radio {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.feed-page .feed-filters .dropdown-menu .radio label {
  color: #656a6e;
  text-transform: none;
  width: 100%;
  display: block;
  padding: 3px 20px;
}
.feed-page .feed-filters .dropdown-menu .radio label.active {
  color: #fff;
  background-color: #77AB53;
}
.feed-page .feed-filters .dropdown-menu .radio label:hover {
  color: #262626;
  background-color: #f5f5f5;
}
.feed-page .feed-filters .dropdown-menu .radio .control__radio__indicator {
  left: -1000px;
  line-height: 1.42857143;
  position: absolute;
  visibility: hidden;
}
.feed-page .feed-filters .dropdown-menu-right {
  margin-right: 12px;
}
.feed-page .feed-filters .dropdown-toggle {
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
.feed-page .feed-filters .dropdown-toggle .icon {
  vertical-align: text-top;
  margin-left: 6px;
}
.feed-empty {
  width: 100%;
  margin: 30px auto;
  padding: 30px 20px;
  background-color: #f8f8f8;
  text-align: center;
}
.feed-empty p.info {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2em;
}
.feed-empty a.action-btn {
  display: block;
  width: 290px;
  background-color: #77AB53;
  height: 50px;
  border-radius: 5px;
  line-height: 46px;
  border: none;
  -webkit-box-shadow: inset 0 -4px 0 #e0e1dc;
  box-shadow: inset 0 -4px 0 #e0e1dc;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}
.feed-empty a.action-btn:active,
.feed-empty a.action-btn.active {
  -webkit-box-shadow: 0 0 0 #e0e1dc;
  box-shadow: 0 0 0 #e0e1dc;
  background-color: #73a651;
  line-height: 50px;
}
.feed-empty a.action-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6b9a4b;
}
.feed-empty a.action-btn[disabled],
.feed-empty a.action-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 480px) {
  .feed-empty {
    width: 444px;
    margin: 50px auto;
    padding: 20px 60px;
  }
}
.feed-items {
  position: relative;
  margin: 5px auto 30px auto;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.feed-item {
  width: 314px;
  margin: 15px 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  border-radius: 4px;
}
.feed-item:before,
.feed-item:after {
  content: " ";
  display: table;
}
.feed-item:after {
  clear: both;
}
.feed-item:before,
.feed-item:after {
  content: " ";
  display: table;
}
.feed-item:after {
  clear: both;
}
.feed-item img {
  max-width: 100%;
  height: auto;
}
.feed-item svg {
  max-height: 100%;
  max-width: 100%;
}
.feed-item .feed-header {
  padding: 12px 0 8px;
  margin: 0 20px;
  text-align: center;
  border-bottom: 1px dashed #cdcccc;
}
.feed-item .feed-header:before,
.feed-item .feed-header:after {
  content: " ";
  display: table;
}
.feed-item .feed-header:after {
  clear: both;
}
.feed-item .feed-header:before,
.feed-item .feed-header:after {
  content: " ";
  display: table;
}
.feed-item .feed-header:after {
  clear: both;
}
.feed-item .feed-header .resize {
  display: block;
  padding: 4px 4px;
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 14px;
  line-height: 1em;
  color: #e0e1dc;
  text-decoration: none;
  cursor: pointer;
}
.feed-item .feed-header .resize:hover {
  color: #484747;
}
.feed-item .feed-header .resize .icon {
  display: block;
  height: 14px;
  width: 14px;
}
.feed-item .feed-header .resize .default {
  fill: #e0e1dc;
}
.feed-item .feed-header .user-pic {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  margin: 0 8px 0 2px;
  overflow: hidden;
}
.feed-item .feed-header .user-pic img {
  width: 100%;
  height: 100%;
}
.feed-item .feed-header .sender,
.feed-item .feed-header .recipient {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
  max-width: 100%;
}
.feed-item .feed-header .recipient {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-item .feed-header .action {
  display: block;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  color: #939393;
}
.feed-item .feed-date {
  margin: 0 20px;
  padding: 5px 0;
  text-align: center;
}
.feed-item .feed-date .time {
  font-size: 14px;
  color: #BABABA;
  white-space: nowrap;
}
.feed-item .recipient-job-title {
  margin: 0 54px;
  padding: 5px 0;
  text-align: center;
}
.feed-item .recipient-job-title .title {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #939393;
  white-space: pre-wrap;
}
.feed-item .feed-footer {
  margin: 0 20px;
  padding: 5px 0 10px;
  border-top: 1px dashed #cdcccc;
}
.feed-item .feed-footer .footer-actions:before,
.feed-item .feed-footer .footer-actions:after {
  content: " ";
  display: table;
}
.feed-item .feed-footer .footer-actions:after {
  clear: both;
}
.feed-item .feed-footer .footer-actions:before,
.feed-item .feed-footer .footer-actions:after {
  content: " ";
  display: table;
}
.feed-item .feed-footer .footer-actions:after {
  clear: both;
}
.feed-item .feed-footer .footer-action {
  float: left;
  margin-right: 10px;
  text-align: center;
  color: #7f7f7f;
}
.feed-item .feed-footer .footer-action .icon,
.feed-item .feed-footer .footer-action .fa {
  margin-right: 7px;
  color: #e0e1dc;
  vertical-align: middle;
}
.feed-item .feed-footer .footer-action .icon {
  display: inline-block;
  width: 17px;
  height: 19px;
}
.feed-item .feed-footer .footer-action .icon .default {
  fill: #e0e1dc;
}
.feed-item .feed-footer .footer-action .value {
  font-size: 14px;
  color: #bbbec1;
  vertical-align: middle;
}
.feed-item .feed-footer .footer-action.like {
  border-right: 1px solid #fff;
}
.feed-item .feed-footer .footer-action.comment .icon {
  width: 20px;
  margin-top: 3px;
}
.feed-item .feed-footer .footer-action.share {
  float: right;
  margin-right: 0;
}
.feed-item .feed-footer .footer-action.active {
  border-top-color: #77AB53;
  color: #77AB53;
}
.feed-item .feed-footer .footer-action.active .icon,
.feed-item .feed-footer .footer-action.active .fa {
  color: #77AB53;
}
.feed-item .feed-footer .footer-action.active .default {
  fill: #77AB53;
}
.feed-item .feed-footer .footer-action:hover {
  color: #77AB53;
  text-decoration: none;
}
.feed-item .feed-footer .footer-action:hover .icon,
.feed-item .feed-footer .footer-action:hover .fa {
  color: #77AB53;
}
.feed-item .feed-footer .footer-action:hover .default {
  fill: #77AB53;
}
.feed-item .feed-footer .social-stats {
  clear: both;
  font-size: 14px;
  line-height: 1.3em;
}
.feed-item .feed-footer .social-stats .likes-label {
  display: inline-block;
  float: left;
  padding: 6px 0;
  width: 32px;
  font-size: 13px;
  font-weight: 300;
  color: #999;
  letter-spacing: 1px;
}
.feed-item .feed-footer .social-stats .likes {
  margin-top: 10px;
  margin-bottom: 15px;
}
.feed-item .feed-footer .social-stats .likes:before,
.feed-item .feed-footer .social-stats .likes:after {
  content: " ";
  display: table;
}
.feed-item .feed-footer .social-stats .likes:after {
  clear: both;
}
.feed-item .feed-footer .social-stats .likes:before,
.feed-item .feed-footer .social-stats .likes:after {
  content: " ";
  display: table;
}
.feed-item .feed-footer .social-stats .likes:after {
  clear: both;
}
.feed-item .feed-footer .social-stats .like-items {
  padding: 0;
  margin: 0 0 0 38px;
  list-style: none;
}
.feed-item .feed-footer .social-stats .like-items .like-item {
  float: left;
  margin: 0 0 3px 3px;
  width: 25px;
  height: 25px;
}
.feed-item .feed-footer .social-stats .like-items .more {
  background-color: #cdcccc;
  cursor: pointer;
  text-align: center;
}
.feed-item .feed-footer .social-stats .like-items .more .value {
  display: block;
  font-size: 9px;
  font-weight: 400;
  margin-top: 3px;
  overflow: hidden;
  padding: 0 4px 0 4px;
  text-align: center;
  text-overflow: ellipsis;
}
.feed-item .feed-footer .social-stats .like-items .view-all {
  float: left;
  margin: 3px 0 3px 6px;
}
.feed-item .feed-footer .social-stats .like-items .view-all a {
  font-size: 12px;
}
.feed-item .feed-footer .social-stats .media .media-object {
  width: 32px;
  height: 32px;
  background-color: #BABABA;
  overflow: hidden;
}
.feed-item .feed-footer .social-stats .media .media-body {
  white-space: pre-wrap;
  font-size: 15px;
}
.feed-item .feed-footer .social-stats .media .media-body .media-heading {
  margin-bottom: 0;
}
.feed-item .feed-footer .social-stats .media .media-body .media-heading small {
  font-size: 13px;
  margin-left: 3px;
}
.feed-item .feed-footer .social-stats .media .media-body p.comment {
  margin-bottom: 0px;
}
.feed-item .feed-footer .social-stats .media:last-child {
  margin-bottom: 15px;
}
.feed-item .feed-footer .social-stats .add-comment {
  text-align: center;
  margin-bottom: 5px;
}
.feed-item .feed-footer .social-stats .add-comment-form {
  display: none;
}
.feed-item .feed-footer .social-stats .add-comment-form .comment-text {
  margin-bottom: 10px;
  font-size: 15px;
}
.feed-item .attachment-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.feed-item .attachment-container {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  height: 210px;
}
.feed-item .attachment-container.format-jpeg,
.feed-item .attachment-container.format-jpg,
.feed-item .attachment-container.format-gif {
  background-color: #f4f4f4;
}
.feed-item .attachment-image {
  height: auto;
  max-height: 210px;
  max-width: 100%;
  vertical-align: middle;
}
.feed-item .sparcet-award {
  cursor: pointer;
}
.feed-item .sparcet-award h2,
.feed-item .sparcet-award h3,
.feed-item .sparcet-award .sponsor,
.feed-item .sparcet-award .sender-pic,
.feed-item .sparcet-award .award-details small {
  display: none;
}
.feed-item .sparcet-award .recipient-pic-wrapper {
  position: relative;
  padding: 4px 20px;
}
.feed-item .sparcet-award .recipient-pic-wrapper:before,
.feed-item .sparcet-award .recipient-pic-wrapper:after {
  content: " ";
  display: table;
}
.feed-item .sparcet-award .recipient-pic-wrapper:after {
  clear: both;
}
.feed-item .sparcet-award .recipient-pic-wrapper:before,
.feed-item .sparcet-award .recipient-pic-wrapper:after {
  content: " ";
  display: table;
}
.feed-item .sparcet-award .recipient-pic-wrapper:after {
  clear: both;
}
.feed-item .sparcet-award .recipient-pic-wrapper .recipient-pic {
  width: 254px;
  height: 254px;
  margin: 0 auto;
  text-align: center;
}
.feed-item .sparcet-award .award-details .award-ribbon {
  width: 57px;
  height: 79px;
  position: absolute;
  right: 48px;
  bottom: 1px;
}
.feed-item .sparcet-award .award-details .award-ribbon:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.feed-item .sparcet-award .award-details .award-ribbon.group {
  width: 75px;
}
.feed-item .sparcet-award .award-details .award-custom-img {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 48px;
  bottom: 1px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.feed-item .sparcet-award .award-details .award-custom-img:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.feed-item .sparcet-award .award-details .award-custom-img.group {
  width: 70px;
}
.feed-item .sparcet-award blockquote {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 0;
  border: none;
}
.feed-item .sparcet-award blockquote:before,
.feed-item .sparcet-award blockquote:after {
  content: " ";
  display: table;
}
.feed-item .sparcet-award blockquote:after {
  clear: both;
}
.feed-item .sparcet-award blockquote:before,
.feed-item .sparcet-award blockquote:after {
  content: " ";
  display: table;
}
.feed-item .sparcet-award blockquote:after {
  clear: both;
}
.feed-item .sparcet-award blockquote .sender {
  display: block;
  float: left;
  margin: 15px 2px 15px 0;
  max-width: 50px;
  width: 50px;
  height: 50px;
}
.feed-item .sparcet-award blockquote .quote {
  display: block;
  font-size: 36px;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  line-height: 1em;
  color: #BABABA;
  margin-top: 0.1em;
  margin-bottom: -0.1em;
}
.feed-item .sparcet-award blockquote p {
  font-size: 18px;
  line-height: 27px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-left: 15px;
}
.feed-item .sparcet-award blockquote p:before {
  position: absolute;
  height: 26px;
  width: 32px;
  margin-top: -8px;
  margin-left: -15px;
  z-index: -1;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.9 26.5' style='enable-background:new 0 0 32.9 26.5%3b z-index:1' xml:space='preserve'%3e %3cpath style='fill:%23E9EAE7' d='M30.6%2c13.9c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8C31%2c2.2%2c31.2%2c1.5%2c31%2c0.9c-0.3-0.6-0.9-1-1.6-0.8C26%2c0.8%2c21.4%2c2.5%2c19%2c6.4c-1.9%2c2.8-2.8%2c6-2.8%2c9.4c0%2c0.1%2c0%2c0.2%2c0%2c0.4c-0.4-0.9-1-1.6-1.8-2.3c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8c0.6-0.4%2c0.8-1.1%2c0.6-1.7c-0.3-0.6-0.9-1-1.6-0.8C9.8%2c0.8%2c5.3%2c2.6%2c2.8%2c6.4C0.9%2c9.2%2c0%2c12.4%2c0%2c15.8c0%2c2.7%2c0.8%2c5.2%2c2.5%2c7.3c1.8%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1-1.4%2c1.5-3%2c1.6-4.5c0.4%2c1.3%2c1.1%2c2.6%2c2%2c3.7c1.7%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1.1-1.5%2c1.6-3.2%2c1.6-4.9C32.9%2c16.8%2c32.1%2c15.1%2c30.6%2c13.9z'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.feed-item .sparcet-award blockquote .sender-after {
  display: none;
  font-size: 100%;
  margin-bottom: 10px;
}
.feed-item .sparcet-award blockquote .sender-after:before {
  content: "";
}
.feed-item .sparcet-award .impact-corevalue {
  margin-bottom: 15px;
  padding: 0 20px;
}
.feed-item .sparcet-award .impact-corevalue dl {
  margin: 0;
  text-align: center;
}
.feed-item .sparcet-award .impact-corevalue dl dt {
  display: inline;
  margin-right: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbbec1;
  font-size: 14px;
}
.feed-item .sparcet-award .impact-corevalue dl dd {
  display: inline;
  margin-right: 5px;
  font-size: 14px;
  color: #bbbec1;
}
.feed-item .sparcet-award .impact-corevalue dl.last-child {
  margin-bottom: 20px;
}
.feed-item .sparcet-award.sparcet-award--attachment .award-ribbon {
  bottom: -32px;
  right: 11px;
}
.feed-item .sparcet-award .recipient-multiple {
  margin: 0 auto;
  padding: 4px 20px 4px 10px;
  width: 266px;
}
.feed-item .sparcet-award .recipient-multiple ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feed-item .sparcet-award .recipient-multiple .recipient-pic,
.feed-item .sparcet-award .recipient-multiple .more {
  width: 108px;
  height: 108px;
  line-height: 1;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
}
.feed-item .sparcet-award .recipient-multiple .recipient-pic img,
.feed-item .sparcet-award .recipient-multiple .more img {
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.feed-item .sparcet-award .recipient-multiple .recipient-pic:hover .name,
.feed-item .sparcet-award .recipient-multiple .more:hover .name {
  opacity: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.feed-item .sparcet-award .recipient-multiple.two li .recipient-pic,
.feed-item .sparcet-award .recipient-multiple.four li .recipient-pic,
.feed-item .sparcet-award .recipient-multiple.five li:nth-child(1) .recipient-pic,
.feed-item .sparcet-award .recipient-multiple.five li:nth-child(2) .recipient-pic {
  text-align: center;
  line-height: 108px;
}
.feed-item .sparcet-award .recipient-multiple.two {
  width: 306px;
}
.feed-item .sparcet-award .recipient-multiple.two li .recipient-pic {
  width: 128px;
  height: 128px;
}
.feed-item .sparcet-award .recipient-multiple.two .award-ribbon {
  right: 0px;
  bottom: -15px;
}
.feed-item .sparcet-award .recipient-multiple.three {
  width: 326px;
}
.feed-item .sparcet-award .recipient-multiple.three li .recipient-pic {
  width: 138px;
  height: 138px;
}
.feed-item .sparcet-award .recipient-multiple.three li:last-child .recipient-pic {
  margin-left: 84px;
  margin-top: -15px;
}
.feed-item .sparcet-award .recipient-multiple.three .award-ribbon {
  right: 65px;
}
.feed-item .sparcet-award .recipient-multiple.five li:last-child .recipient-pic {
  margin-left: 69px;
}
.feed-item .sparcet-award .recipient-multiple.four .award-ribbon,
.feed-item .sparcet-award .recipient-multiple.six .award-ribbon,
.feed-item .sparcet-award .recipient-multiple.seven .award-ribbon,
.feed-item .sparcet-award .recipient-multiple.eight .award-ribbon,
.feed-item .sparcet-award .recipient-multiple.nine .award-ribbon,
.feed-item .sparcet-award .recipient-multiple.ten .award-ribbon,
.feed-item .sparcet-award .recipient-multiple.ten-plus .award-ribbon {
  right: -5px;
  bottom: -20px;
}
.feed-item .sparcet-award .recipient-multiple .recipient-pic:hover .name {
  display: block;
  visibility: visible;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.feed-item .sparcet-award .recipient-multiple .name {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 0;
  top: 50%;
  height: 50%;
  width: 100%;
  line-height: 1.25em;
  text-align: center;
  color: #4f5356;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  z-index: 1;
}
.feed-item .sparcet-award .recipient-multiple .name > span {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1px 3px;
}
.feed-item .sparcet-award .recipient-multiple .more {
  line-height: 1.8;
  background-color: #cdcccc;
  text-align: center;
}
.feed-item .sparcet-award .recipient-multiple .more .value {
  font-size: 54px;
}
.feed-item.leaderboard .feed-header {
  padding: 20px 0;
}
.feed-item.leaderboard .leaderboard-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 20px;
}
.feed-item.leaderboard .leaderboard-list:before,
.feed-item.leaderboard .leaderboard-list:after {
  content: " ";
  display: table;
}
.feed-item.leaderboard .leaderboard-list:after {
  clear: both;
}
.feed-item.leaderboard .leaderboard-list:before,
.feed-item.leaderboard .leaderboard-list:after {
  content: " ";
  display: table;
}
.feed-item.leaderboard .leaderboard-list:after {
  clear: both;
}
.feed-item.leaderboard .leaderboard-list li {
  position: relative;
  clear: left;
  margin: 0 10px 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.feed-item.leaderboard .leaderboard-list li:before,
.feed-item.leaderboard .leaderboard-list li:after {
  content: " ";
  display: table;
}
.feed-item.leaderboard .leaderboard-list li:after {
  clear: both;
}
.feed-item.leaderboard .leaderboard-list li:before,
.feed-item.leaderboard .leaderboard-list li:after {
  content: " ";
  display: table;
}
.feed-item.leaderboard .leaderboard-list li:after {
  clear: both;
}
.feed-item.leaderboard .leaderboard-list li .order {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 15px 0 0;
  width: 41px;
  line-height: 44px;
  text-align: center;
}
.feed-item.leaderboard .leaderboard-list li .order .trophy {
  max-width: 100%;
  width: 26px;
  vertical-align: middle;
}
.feed-item.leaderboard .leaderboard-list li .order .num {
  position: absolute;
  display: inline-block;
  width: 26px;
  top: 7px;
  left: 0px;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.feed-item.leaderboard .leaderboard-list li .user-pic {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}
.feed-item.leaderboard .leaderboard-list li .user-name {
  display: block;
  margin: 14px 0 5px 109px;
  font-weight: bold;
  white-space: nowrap;
}
.feed-item.leaderboard .leaderboard-list li .points {
  display: inline-block;
  margin-left: -31px;
  padding: 2px 3px 3px;
  color: #808080;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 14px;
  color: #656a6e;
  font-weight: 300;
}
.feed-item.leaderboard .leaderboard-list li a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding-right: 36px;
  vertical-align: middle;
  text-transform: uppercase;
  color: inherit;
}
.feed-item.leaderboard .leaderboard-list li .tooltip {
  font-weight: 300;
}
.feed-item.leaderboard .feed-footer {
  text-align: right;
}
.feed-item.leaderboard .feed-footer a {
  font-size: 14px;
  color: #bbbec1;
}
.feed-item.birthday {
  min-height: 230px;
}
.feed-item.birthday .feed-header {
  padding: 20px 0 15px;
}
.feed-item.birthday .recipient-pic-wrapper {
  padding: 4px;
  margin-bottom: 20px;
}
.feed-item.birthday .recipient-pic-wrapper:before,
.feed-item.birthday .recipient-pic-wrapper:after {
  content: " ";
  display: table;
}
.feed-item.birthday .recipient-pic-wrapper:after {
  clear: both;
}
.feed-item.birthday .recipient-pic-wrapper:before,
.feed-item.birthday .recipient-pic-wrapper:after {
  content: " ";
  display: table;
}
.feed-item.birthday .recipient-pic-wrapper:after {
  clear: both;
}
.feed-item.birthday .recipient-pic-wrapper .recipient-pic {
  position: relative;
  width: 254px;
  height: 254px;
  margin: 0 auto;
}
.feed-item.birthday .recipient-pic-wrapper .recipient-pic img {
  height: 100%;
  width: 100%;
}
.feed-item.birthday .recipient-pic-wrapper .recipient-pic .birthday-icon {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 63px;
  height: 60px;
  content: url("/assets/img/feed/birthday-cake.svg");
}
.feed-item.birthday .recipient-name {
  margin: 10px 10px 20px;
  text-align: center;
  font-size: 18px;
}
.feed-item.birthday .recipient-name a {
  color: inherit;
}
.feed-item.birthday .date-message {
  text-align: center;
  font-size: 13px;
}
.feed-item.anniversary {
  min-height: 230px;
}
.feed-item.anniversary .feed-header {
  padding: 20px 0 15px;
}
.feed-item.anniversary .feed-header .anniversary {
  display: block;
  margin-top: -4px;
}
.feed-item.anniversary .recipient-pic-wrapper {
  padding: 4px;
  margin-bottom: 20px;
}
.feed-item.anniversary .recipient-pic-wrapper:before,
.feed-item.anniversary .recipient-pic-wrapper:after {
  content: " ";
  display: table;
}
.feed-item.anniversary .recipient-pic-wrapper:after {
  clear: both;
}
.feed-item.anniversary .recipient-pic-wrapper:before,
.feed-item.anniversary .recipient-pic-wrapper:after {
  content: " ";
  display: table;
}
.feed-item.anniversary .recipient-pic-wrapper:after {
  clear: both;
}
.feed-item.anniversary .recipient-pic-wrapper.with-job-title {
  margin-bottom: 0;
}
.feed-item.anniversary .recipient-pic-wrapper .recipient-pic {
  position: relative;
  width: 254px;
  height: 254px;
  margin: 0 auto;
}
.feed-item.anniversary .recipient-pic-wrapper .recipient-pic img {
  height: 100%;
  width: 100%;
}
.feed-item.anniversary .recipient-pic-wrapper .aniv-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #77AB53;
}
.feed-item.anniversary .recipient-pic-wrapper .aniv-badge:before {
  position: absolute;
  top: -12px;
  right: -7px;
  content: url("/assets/img/feed/anniversary-banner.svg");
}
.feed-item.anniversary .recipient-pic-wrapper .aniv-badge .val {
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
}
.feed-item.anniversary .recipient-pic-wrapper .aniv-badge .lbl {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 0.87em;
}
.feed-item.anniversary .recipient-pic-wrapper .welcome-celebration {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #77AB53;
}
.feed-item.anniversary .recipient-pic-wrapper .welcome-celebration:before {
  position: absolute;
  bottom: 0;
  right: -7px;
  content: url("/assets/img/feed/celebration-streamers.svg");
}
.feed-item.anniversary .recipient-name {
  margin: 10px 10px 20px;
  text-align: center;
  font-size: 18px;
}
.feed-item.anniversary .recipient-name a {
  color: inherit;
}
.feed-item.anniversary .date-message {
  text-align: center;
  font-size: 13px;
}
.feed-item.corevalue .feed-header {
  padding: 15px 0 12px;
}
.feed-item.corevalue .feed-body {
  padding: 0px 15px 20px;
  line-height: 1.4em;
}
.feed-item.corevalue .feed-body:before,
.feed-item.corevalue .feed-body:after {
  content: " ";
  display: table;
}
.feed-item.corevalue .feed-body:after {
  clear: both;
}
.feed-item.corevalue .feed-body:before,
.feed-item.corevalue .feed-body:after {
  content: " ";
  display: table;
}
.feed-item.corevalue .feed-body:after {
  clear: both;
}
.feed-item.corevalue .tenant-pic {
  float: left;
  margin: 0 15px 15px 0;
  height: 50px;
  width: 50px;
}
.feed-item.corevalue h3,
.feed-item.corevalue p {
  overflow: hidden;
}
.feed-item.corevalue h3 {
  margin-top: 0;
}
.feed-item.corevalue .feed-footer {
  text-align: right;
}
.feed-item.corevalue .feed-footer a {
  font-size: 14px;
  color: #bbbec1;
}
.feed-item.communication .feed-header {
  padding: 15px 0 12px;
}
.feed-item.communication .feed-body {
  padding: 0px 20px 20px;
  line-height: 1.4em;
  cursor: pointer;
}
.feed-item.communication .feed-body:before,
.feed-item.communication .feed-body:after {
  content: " ";
  display: table;
}
.feed-item.communication .feed-body:after {
  clear: both;
}
.feed-item.communication .feed-body:before,
.feed-item.communication .feed-body:after {
  content: " ";
  display: table;
}
.feed-item.communication .feed-body:after {
  clear: both;
}
.feed-item.communication .feed-body.comm--attachment {
  padding: 0 0 5px;
}
.feed-item.communication .comm-icon {
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
  height: 80px;
}
.feed-item.communication .comm-icon img {
  max-height: 80px;
  max-width: 80px;
}
.feed-item.communication .comm-subject {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  margin-bottom: 5px;
}
.feed-item.communication .comm-message {
  font-size: 17px;
  line-height: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.feed-item.communication .user-pic {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  max-height: 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
}
.feed-item.communication h3,
.feed-item.communication p {
  overflow: hidden;
}
.feed-item.communication h3 {
  margin-top: 0;
}
@media (min-width: 480px) {
  .feed-item {
    width: 362px;
  }
  .feed-item .attachment-container {
    height: 243px;
  }
  .feed-item .attachment-image {
    max-height: 243px;
  }
  .feed-item .sparcet-award .recipient-multiple .more {
    line-height: 2;
  }
}
.feed-load-nav {
  margin-top: 20px;
  margin-bottom: 100px;
}
.feed-load-nav #infscr-loading {
  width: 100%;
  padding: 7px 12px 11px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
.feed-load-nav a.btn {
  text-transform: uppercase;
}
.vm-view-list .feed-item {
  width: 100%;
  max-width: 746px;
}
.vm-view-list .feed-item .feed-header {
  width: auto;
  max-width: 742px;
}
.vm-view-list .feed-item .feed-content {
  width: auto;
  max-width: 742px;
  background-color: #f8f8f8;
}
.vm-view-list .feed-item .feed-body {
  width: 100%;
}
.vm-view-list .feed-item.sparcet .feed-content {
  margin: 0 -2px;
  max-width: 746px;
  border: 1px solid #bababa;
}
.vm-view-list .feed-item.sparcet .feed-content .feed-content-inner {
  margin: 8px;
  border: 6px solid #BABABA;
}
.vm-view-list .feed-item.sparcet .recipient-pic {
  margin: 0 auto;
}
.vm-view-list .feed-item.sparcet .feed-media {
  width: 100%;
  border: 0 none;
  background-color: transparent;
  text-align: center;
}
.vm-view-list .feed-item.sparcet .feed-media h3 {
  display: block;
  font-size: 36px;
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.vm-view-list .feed-item.sparcet .feed-media ul {
  padding: 10px 80px;
}
.vm-view-list .feed-item.sparcet .feed-media ul:before,
.vm-view-list .feed-item.sparcet .feed-media ul:after {
  content: " ";
  display: table;
}
.vm-view-list .feed-item.sparcet .feed-media ul:after {
  clear: both;
}
.vm-view-list .feed-item.sparcet .feed-media ul:before,
.vm-view-list .feed-item.sparcet .feed-media ul:after {
  content: " ";
  display: table;
}
.vm-view-list .feed-item.sparcet .feed-media ul:after {
  clear: both;
}
.vm-view-list .feed-item.sparcet .feed-media ul li {
  width: 80px;
  height: 80px;
  margin-left: 0;
}
.vm-view-list .feed-item.sparcet .feed-media ul li .name {
  padding: 4px;
  font-size: 11px;
}
.vm-view-list .feed-item.sparcet .feed-media .single {
  width: auto;
  height: auto;
  margin: 20px auto 0;
  padding: 0 50px;
}
.vm-view-list .feed-item.sparcet .feed-media .single .image {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 5px solid #BABABA;
  border-radius: 4px;
  line-height: inherit;
}
.vm-view-list .feed-item.sparcet .feed-media .single .image img {
  margin: 0;
}
.vm-view-list .feed-item.sparcet .feed-media .single .recipient-name {
  display: block;
}
.vm-view-list .feed-item.sparcet .feed-highlight {
  width: 100%;
  height: 56px;
  border: 0 none;
  background-color: transparent;
  padding: 10px 50px 10px 120px;
}
.vm-view-list .feed-item.sparcet .feed-highlight dl {
  position: relative;
  padding: 7px 0;
  color: #f8f8f8;
  background-color: #189DAD;
}
.vm-view-list .feed-item.sparcet .feed-highlight dl:before {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 0;
  left: -75px;
  top: 0;
  border-width: 28px 38px;
  border-style: solid;
  border-color: #189DAD #189DAD #189DAD transparent;
}
.vm-view-list .feed-item.sparcet .feed-body {
  width: 100%;
  border: 0 none;
  background-color: transparent;
  padding: 10px 60px;
}
.vm-view-list .feed-item.sparcet .feed-body .award-type {
  width: 124px;
  height: 195px;
  margin: -90px 0 10px 10px;
  top: 0;
  right: 25px;
}
.vm-view-list .feed-item.sparcet .feed-body blockquote {
  width: 70%;
}
.vm-view-list .feed-item .feed-footer {
  width: auto;
  max-width: 742px;
}
@media (min-width: 814px) {
  .vm-view-list .feed-item.sparcet .feed-content {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .vm-view-list {
    padding: 0 5px;
  }
}
.no-cssmask.no-flexboxlegacy .feed-item {
  position: relative;
  z-index: 1;
}
.no-cssmask.no-flexboxlegacy .feed-item .feed-footer {
  position: relative;
  z-index: 1;
}
/**
 * Feed Events Module
 */
.event-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 15px 15px;
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  margin: 15px 0;
}
.event-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .event-item {
    padding: 25px 25px;
  }
}
@media (min-width: 992px) {
  .event-item {
    padding: 25px 50px;
  }
}
.event-item.event-item--full-width {
  width: 100%;
}
.event-item__resize_icon {
  display: block;
  padding: 4px 4px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  line-height: 1em;
  color: #e0e1dc;
  text-decoration: none;
  cursor: pointer;
}
.event-item__resize_icon:hover {
  color: #484747;
}
.event-item__resize_icon .icon {
  display: block;
  height: 14px;
  width: 14px;
}
.event-item__resize_icon .default {
  fill: #e0e1dc;
}
.event-item__section {
  margin-bottom: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.event-item__section a {
  display: block;
}
.event-item__section .event-item__section_date {
  border-right: 1px dashed #cdcccc;
  float: left;
  min-width: 70px;
  padding-right: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #bbbec1;
  display: none;
}
.event-item__section .event-item__section_detail {
  float: left;
  width: 100%;
  white-space: normal;
}
.event-item__section .event-item__section_sender {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #656a6e;
  margin: 0;
}
.event-item__section .event-item__section_sender.accent {
  color: #B59241;
}
.event-item__section .event-item__section_sender.muted {
  color: #656a6e;
}
.event-item__section .event-item__section_sender.light {
  color: #939393;
}
.event-item__section .event-item__section_sender .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.event-item__section .event-item__section_sender_action {
  display: block;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
  font-weight: 300;
}
.event-item__section .event-item__section_recipient {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #656a6e;
}
.event-item__section .event-item__section_recipient.accent {
  color: #B59241;
}
.event-item__section .event-item__section_recipient.muted {
  color: #656a6e;
}
.event-item__section .event-item__section_recipient.light {
  color: #939393;
}
.event-item__section .event-item__section_recipient .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.event-item__section .event-item__section_award_recipients {
  border-bottom: 1px dashed #cdcccc;
  display: block;
  padding-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event-item__section .event-item__section_award_recipients a {
  display: inline;
}
@media (min-width: 768px) {
  .event-item__section {
    text-align: left;
  }
  .event-item__section a {
    display: inline;
  }
  .event-item__section .event-item__section_date {
    display: block;
  }
  .event-item__section .event-item__section_detail {
    float: none;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .event-item__section .event-item__section_sender {
    margin-left: 14px;
  }
  .event-item__section .event-item__section_sender_action {
    display: inline;
  }
  .event-item__section .event-item__section_award_recipients {
    border-bottom: none;
    display: inline;
  }
}
.event-item__date_row {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #bbbec1;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .event-item__date_row {
    display: none;
  }
}
.event-item__article .event-item__article_quote_core-value {
  text-align: center;
  float: none;
}
.event-item__article .event-item__article_quote_core-value .lbl {
  letter-spacing: normal;
}
.event-item__article .event-item__article_quote_core-value .item {
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: normal;
}
.event-item__article .event-item__article_quote_core-value h5 {
  float: none;
  margin: 0 0 5px;
}
.event-item__article .event-item__article_quote_core-value_seperator {
  font-weight: 100;
  display: none;
}
.event-item__article .event-item__article_sender {
  float: left;
  width: 50px;
}
.event-item__article .event-item__article_sender_profile {
  float: left;
  height: 50px;
  margin-top: 11px;
  width: 50px;
}
.event-item__article .event-item__article_sender_profile img {
  max-height: 100%;
  max-width: 100%;
}
.event-item__article .event-item__article_attachment {
  float: right;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
}
.event-item__article .event-item__article_attachment_container {
  height: 90px;
  position: relative;
}
.event-item__article .event-item__article_attachment_container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.event-item__article .event-item__article_attachment_container.format-jpeg,
.event-item__article .event-item__article_attachment_container.format-jpg,
.event-item__article .event-item__article_attachment_container.format-gif {
  background-color: #f4f4f4;
  border-radius: 6px;
}
.event-item__article .event-item__article_attachment_image {
  display: inline-block;
  max-height: 200px;
  vertical-align: middle;
}
.event-item__article .event-item__article_quote {
  width: 100%;
  clear: both;
}
.event-item__article .event-item__article_quote blockquote {
  border: 0 none;
  padding: 0;
}
.event-item__article .event-item__article_quote p {
  font-size: 18px;
  line-height: 27px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-left: 15px;
}
.event-item__article .event-item__article_quote p:before {
  position: absolute;
  height: 26px;
  width: 32px;
  margin-top: -8px;
  margin-left: -15px;
  z-index: -1;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.9 26.5' style='enable-background:new 0 0 32.9 26.5%3b z-index:1' xml:space='preserve'%3e %3cpath style='fill:%23E9EAE7' d='M30.6%2c13.9c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8C31%2c2.2%2c31.2%2c1.5%2c31%2c0.9c-0.3-0.6-0.9-1-1.6-0.8C26%2c0.8%2c21.4%2c2.5%2c19%2c6.4c-1.9%2c2.8-2.8%2c6-2.8%2c9.4c0%2c0.1%2c0%2c0.2%2c0%2c0.4c-0.4-0.9-1-1.6-1.8-2.3c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8c0.6-0.4%2c0.8-1.1%2c0.6-1.7c-0.3-0.6-0.9-1-1.6-0.8C9.8%2c0.8%2c5.3%2c2.6%2c2.8%2c6.4C0.9%2c9.2%2c0%2c12.4%2c0%2c15.8c0%2c2.7%2c0.8%2c5.2%2c2.5%2c7.3c1.8%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1-1.4%2c1.5-3%2c1.6-4.5c0.4%2c1.3%2c1.1%2c2.6%2c2%2c3.7c1.7%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1.1-1.5%2c1.6-3.2%2c1.6-4.9C32.9%2c16.8%2c32.1%2c15.1%2c30.6%2c13.9z'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.event-item__article .event-item__article_recipient {
  width: 100%;
  margin-bottom: 20px;
}
.event-item__article .event-item__article_recipient ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.event-item__article .event-item__article_recipient ul li {
  display: inline-block;
  padding: 2px;
  vertical-align: top;
}
.event-item__article .event-item__article_recipient_wrap {
  position: relative;
}
.event-item__article .event-item__article_recipient-multi .event-item__article_recipient_profile,
.event-item__article .event-item__article_recipient-multi .event-item__article_recipient_profile_external {
  height: 50px;
  width: 50px;
}
.event-item__article .event-item__article_recipient_more {
  background-color: #cdcccc;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  width: 85px;
  height: 85px;
  font-size: 26px;
}
.event-item__article .event-item__article_recipient_award {
  position: absolute;
  right: -15px;
  bottom: 8px;
  margin: auto;
  width: 56px;
}
.event-item__article .event-item__article_recipient_award:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.event-item__article .event-item__article_recipient_award img {
  max-width: 100%;
}
.event-item__article .event-item__article_recipient_award .award-custom-img {
  max-width: 56px;
  max-height: 56px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.event-item__article .event-item__article_recipient_award--article_attachment {
  right: 11px;
}
.event-item__article .event-item__article_recipient_award--article_attachment--multi {
  right: 7px;
}
.event-item__article .event-item__article_recipient_profile,
.event-item__article .event-item__article_recipient_profile_external {
  height: 100px;
  width: 100px;
}
.event-item__article .event-item__article_recipient_profile_name {
  display: none;
}
.event-item__article.event-item__article--single .event-item__article_recipient_wrap {
  margin: 0 auto;
  width: 260px;
}
.event-item__article.event-item__article--single .event-item__article_recipient_profile_external .img-circle,
.event-item__article.event-item__article--single .event-item__article_recipient_profile .img-circle {
  height: auto;
  width: 260px;
  max-width: 100%;
  max-height: 100%;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap {
  min-height: 65px;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap:before,
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap:after {
  content: " ";
  display: table;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap:after {
  clear: both;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap:before,
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap:after {
  content: " ";
  display: table;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_wrap:after {
  clear: both;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_profile,
.event-item__article.event-item__article--multi .event-item__article_recipient_profile_external {
  display: block;
  width: 85px;
  height: 85px;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_profile .img-circle,
.event-item__article.event-item__article--multi .event-item__article_recipient_profile_external .img-circle {
  max-width: 100%;
  max-height: 100%;
}
.event-item__article.event-item__article--multi .event-item__article_recipient {
  display: block;
}
.event-item__article.event-item__article--multi .event-item__article_recipient ul li {
  padding: 1px;
}
.event-item__article.event-item__article--multi .event-item__article_recipient_award {
  right: 0;
  bottom: -20px;
}
@media (min-width: 768px) {
  .event-item__article .event-item__article_quote_core-value {
    text-align: left;
    float: none;
    margin-left: 85px;
  }
  .event-item__article .event-item__article_quote_core-value h5 {
    float: left;
  }
  .event-item__article .event-item__article_attachment {
    width: 20%;
  }
  .event-item__article .event-item__article_quote {
    float: left;
    width: 76%;
    clear: none;
  }
  .event-item__article .event-item__article_sender {
    width: 70px;
  }
  .event-item__article .event-item__article_recipient {
    float: right;
    width: 24%;
  }
  .event-item__article .event-item__article_recipient_award {
    height: 69px;
    bottom: -30px;
    width: 47px;
    right: 7px;
  }
  .event-item__article .event-item__article_recipient_award .award-custom-img {
    max-width: 47px;
    max-height: 47px;
  }
  .event-item__article .event-item__article_recipient_award--article_attachment--multi {
    right: 6px!important;
  }
  .event-item__article .event-item__article_quote_core-value_seperator {
    display: inline-block;
  }
  .event-item__article.event-item__article--single .event-item__article_recipient_wrap {
    width: 120px;
  }
  .event-item__article.event-item__article--single .event-item__article_recipient_profile .img-circle,
  .event-item__article.event-item__article--single .event-item__article_recipient_profile_external .img-circle {
    width: 120px;
    height: 120px;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient_award {
    left: auto;
    right: -11px;
    bottom: -45px;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient_wrap {
    min-height: auto;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient_profile,
  .event-item__article.event-item__article--multi .event-item__article_recipient_profile_external {
    width: 45px;
    height: 45px;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient_more {
    line-height: 45px;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .event-item__article .event-item__article_attachment_container {
    height: auto;
    min-height: 131px;
  }
  .event-item__article .event-item__article_recipient_award--article_attachment {
    bottom: -35px;
  }
}
@media (min-width: 992px) {
  .event-item__article .event-item__article_attachment_container {
    height: 135px;
  }
  .event-item__article .event-item__article_quote {
    padding: 15px 15px 15px 0;
    width: 80%;
  }
  .event-item__article .event-item__article_recipient {
    width: 20%;
    min-width: 109px;
  }
  .event-item__article .event-item__article_recipient_award {
    left: 86px;
  }
  .event-item__article.event-item__article--multi .event-item__article_quote {
    width: 79%;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient {
    width: 21%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .event-item__article.event-item__article--multi .event-item__article_quote {
    width: 80%;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient {
    width: 20%;
    margin-left: auto;
  }
  .event-item__article.event-item__article--multi .event-item__article_recipient_wrap {
    max-width: 170px;
    margin: 0 auto;
  }
  .event-item__article .event-item__article_recipient_award--article_attachment {
    left: auto;
  }
}
.event-item__social {
  border-top: 1px dashed #cdcccc;
  padding: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .event-item__social {
    margin-top: 0;
  }
}
.event-actions__action_icon {
  float: left;
  margin-right: 10px;
  text-align: center;
  color: #7f7f7f;
}
.event-actions__action_icon .icon,
.event-actions__action_icon .fa {
  margin-right: 7px;
  color: #e0e1dc;
  vertical-align: middle;
}
.event-actions__action_icon .icon {
  display: inline-block;
  width: 17px;
  height: 19px;
}
.event-actions__action_icon .icon .default {
  fill: #e0e1dc;
}
.event-actions__action_icon .event-actions__count {
  font-size: 14px;
  color: #bbbec1;
  vertical-align: middle;
}
.event-actions__action_icon.event-actions__action_icon--like {
  border-right: 1px solid #fff;
}
.event-actions__action_icon.event-actions__action_icon--comment .icon {
  width: 20px;
  margin-top: 3px;
}
.event-actions__action_icon.event-actions__action_icon--share {
  float: right;
  margin-right: 0;
}
.event-actions__action_icon.active {
  border-top-color: #77AB53;
  color: #77AB53;
}
.event-actions__action_icon.active .icon,
.event-actions__action_icon.active .fa {
  color: #77AB53;
}
.event-actions__action_icon.active .default {
  fill: #77AB53;
}
.event-actions__action_icon:hover {
  color: #77AB53;
  text-decoration: none;
}
.event-actions__action_icon:hover .icon,
.event-actions__action_icon:hover .fa {
  color: #77AB53;
}
.event-actions__action_icon:hover .default {
  fill: #77AB53;
}
.event-actions__action_icon:focus {
  text-decoration: none;
}
/**
 * Profile Module
 */
.profile-b #main {
  padding-left: 0;
  padding-right: 0;
}
.profile-b .profile-b > .padded-box:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.profile-b .col-sm-6 + .col-sm-6 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .profile-b .col-sm-6 + .col-sm-6 {
    margin-top: 0;
  }
  .profile-b .match-height {
    min-height: 350px;
  }
  .profile-b .match-height.padded-box {
    padding-bottom: 0;
  }
  .profile-b .col-sm-6 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .profile-b .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.profile-b__about-container h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .profile-b__about-container h3.push-top {
    margin-top: 73px;
  }
}
.profile-b__about-container dl dt {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #bbbec1;
  margin: 3px 0 3px 0;
  text-align: left;
  padding-left: 5px;
  white-space: normal;
}
.profile-b__about-container dl dd {
  margin-bottom: 3px;
  font-size: 18px;
  padding-left: 5px;
}
.profile-b__about-container dl dd.prewrap {
  white-space: pre-line;
}
@media (min-width: 768px) {
  .profile-b__about-container dl dt {
    width: 90px;
  }
  .profile-b__about-container dl dt.wide {
    width: 125px;
  }
  .profile-b__about-container dl dt.wide + dd {
    margin-left: 120px;
    padding-left: 10px;
  }
  .profile-b__about-container dl dd {
    margin-left: 100px;
  }
}
.profile-b__about-container dl.dl-horizontal > span {
  clear: both;
}
.profile-b__about-container .personal-user-photo {
  width: 100px;
  height: 100px;
  max-width: 100%;
  margin-top: 10px;
}
.profile-b__about-container .personal-user-photo img {
  width: 100%;
  max-height: 100%;
}
.profile-b__about-container .personal-info .gender dd {
  text-transform: capitalize;
}
.profile-b__about-container .personal-info .email dd {
  word-break: break-word;
}
.profile-b__about-container .personal-info .address dd {
  word-break: break-word;
}
.profile-b__about-container .social-links dt {
  float: left;
  width: 35px;
}
.profile-b__about-container .social-links dd {
  margin-left: 40px;
}
.profile-b__about-container .social-links dd:before,
.profile-b__about-container .social-links dd:after {
  content: " ";
  display: table;
}
.profile-b__about-container .social-links dd:after {
  clear: both;
}
.profile-b__about-container .social-links dd:before,
.profile-b__about-container .social-links dd:after {
  content: " ";
  display: table;
}
.profile-b__about-container .social-links dd:after {
  clear: both;
}
.profile-b__about-container .social-links .wrap-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  color: #77AB53;
  background: #D2E8C5;
  text-align: center;
  line-height: 28px;
}
.profile-b__about-container .social-links .input-group .wrap-icon {
  display: table-cell;
  padding: 2px 8px;
  width: 1%;
}
.profile-b__about-container .company-photo {
  margin-top: 10px;
  width: 100px;
  height: 100px;
}
.profile-b__about-container .company-photo img {
  width: 100%;
  height: 100%;
}
.profile-b__about-container ul.labels {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-b__about-container ul.labels:before,
.profile-b__about-container ul.labels:after {
  content: " ";
  display: table;
}
.profile-b__about-container ul.labels:after {
  clear: both;
}
.profile-b__about-container ul.labels:before,
.profile-b__about-container ul.labels:after {
  content: " ";
  display: table;
}
.profile-b__about-container ul.labels:after {
  clear: both;
}
.profile-b__about-container ul.labels li {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.profile-b__about-container ul.photos {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -5px;
}
.profile-b__about-container ul.photos li {
  float: left;
  display: inline-block;
  margin: 0 0 5px 5px;
}
.profile-b__about-container ul.photos li .user-photo {
  max-width: 90px;
  border-radius: 3px;
  overflow: hidden;
}
.profile-b__about-container ul.photos li .user-photo img {
  max-width: 100%;
}
.profile-b__about-container ul.photos.edit li {
  width: 100%;
}
.profile-b__about-container ul.photos.edit li .user-photo {
  float: left;
  position: relative;
  margin-right: 10px;
}
.profile-b__about-container ul.photos.edit li .user-photo .no-image {
  float: left;
  min-width: 100px;
  min-height: 50px;
  background: #e8e8e8;
}
.profile-b__about-container ul.photos.edit li .edit-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  text-transform: uppercase;
  line-height: 1em;
}
.profile-b__about-container ul.interests {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-b__about-container ul.interests li {
  display: inline-block;
  float: left;
  color: #939393;
  margin-right: 4px;
}
.profile-b__about-container ul.interests li:after {
  margin: 0 8px;
  content: "\00b7";
}
.profile-b__about-container ul.interests li:last-child {
  margin-right: 0;
}
.profile-b__about-container ul.interests li:last-child:after {
  margin: 0;
  content: "";
}
.profile-b__about-container.left {
  margin-bottom: 30px;
}
.profile-b__about-container .profile-edit {
  display: none;
}
.profile-b__about-container .profile-edit.show {
  display: block;
}
@media (min-width: 992px) {
  .profile-b__about-container .personal-user-photo,
  .profile-b__about-container .company-photo {
    width: 125px;
    height: 125px;
  }
  .profile-b__about-container.left {
    float: left;
    width: 32%;
  }
  .profile-b__about-container.right {
    float: right;
    width: 65%;
  }
}
.profile-hero {
  position: relative;
  background-color: #f8f8f8;
  background-position: 50% 0;
  background-repeat: repeat-x;
  min-height: 170px;
  margin-top: -6px;
  -webkit-transition: min-height 0.3s ease, height 0.3s ease;
  transition: min-height 0.3s ease, height 0.3s ease;
}
.profile-hero:before,
.profile-hero:after {
  content: " ";
  display: table;
}
.profile-hero:after {
  clear: both;
}
.profile-hero:before,
.profile-hero:after {
  content: " ";
  display: table;
}
.profile-hero:after {
  clear: both;
}
.profile-hero .profile-hero__bg {
  position: relative;
  height: 170px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
}
.profile-hero .profile-hero__bg .edit-photo {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.profile-hero .profile-hero__callout {
  position: relative;
  margin: -135px auto 10px;
  padding: 0 10px;
  width: 100%;
  z-index: 3;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  /*.controls {
      a {
        display: inline-block;
        margin-right: 2px;
        height: 28px;
        width: 28px;
        line-height: 28px;
        color: @app-black;
        text-decoration: none;
        text-align: center;
        background-color: rgba(255,255,255,.3);
        border-radius: 3px;
        cursor: pointer;

        &:hover {
          background-color: rgba(255,255,255,.5);
        }
      }
    }*/
}
.profile-hero .profile-hero__callout:before,
.profile-hero .profile-hero__callout:after {
  content: " ";
  display: table;
}
.profile-hero .profile-hero__callout:after {
  clear: both;
}
.profile-hero .profile-hero__callout:before,
.profile-hero .profile-hero__callout:after {
  content: " ";
  display: table;
}
.profile-hero .profile-hero__callout:after {
  clear: both;
}
.profile-hero .profile-hero__callout-user-photo {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  position: absolute;
  border: 5px solid #f8f8f8;
  border-radius: 50%;
  z-index: 1;
}
.profile-hero .profile-hero__callout-user-photo img {
  width: 100%;
  height: 100%;
}
.profile-hero .profile-hero__callout-user-photo .edit-photo {
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.profile-hero .profile-hero__overlay {
  background-color: #f8f8f8;
  border-radius: 3px;
  margin: 8px 0 0 50px;
  padding: 15px 0 15px 50px;
  height: auto;
}
.profile-hero .profile-hero__overlay .email a {
  font-size: 14px;
  color: #656a6e;
}
.profile-hero .profile-hero__overlay .name {
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.profile-hero .profile-hero__overlay .title {
  font-size: 16px;
  font-weight: 100;
  color: #B59241;
}
.profile-hero .profile-hero__overlay .birthday {
  float: right;
  position: relative;
}
.profile-hero .profile-hero__overlay .birthday .birthday--icon {
  position: absolute;
  width: 27px;
  height: 24px;
  top: -5px;
  content: url("/assets/img/feed/birthday-cake.svg");
}
.profile-hero .profile-hero__overlay .birthday .birthday--date {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
  padding-left: 33px;
  line-height: 17px;
}
.profile-hero .profile-hero__overlay .birthday .birthday--date.accent {
  color: #B59241;
}
.profile-hero .profile-hero__overlay .employment-history {
  margin-top: -6px;
}
.profile-hero .profile-hero__overlay .employment-history .prefix {
  font-size: 14px;
  color: #656a6e;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.profile-hero .profile-hero__overlay .employment-history .start-date {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
}
.profile-hero .profile-hero__overlay .employment-history .start-date.accent {
  color: #B59241;
}
.profile-hero .profile-hero__overlay .employment-history .start-date .separator {
  font-size: 14px;
  color: #656a6e;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: lowercase;
}
.profile-hero .profile-hero__overlay .birthday,
.profile-hero .profile-hero__overlay .email,
.profile-hero .profile-hero__overlay .employment-history,
.profile-hero .profile-hero__overlay .secondary {
  display: none;
}
.profile-hero:hover .profile-hero__bg .edit-photo,
.profile-hero:hover .profile-hero__callout-user-photo .edit-photo {
  opacity: 1;
}
.profile-hero .edit-content {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
  vertical-align: middle;
}
.profile-hero .edit-content .lbl {
  margin-left: 3px;
  vertical-align: middle;
}
.profile-hero .edit-content.form {
  color: #BABABA;
  margin-left: 5px;
  margin-bottom: 4px;
}
.profile-hero .edit-content.form .lbl {
  max-width: 0;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-width .3s ease, opacity .2s ease;
  transition: max-width .3s ease, opacity .2s ease;
}
.profile-hero .edit-content.form:hover,
.profile-hero .edit-content.form:focus,
.profile-hero .edit-content.form:active,
.profile-hero .edit-content.form.active {
  color: #808080;
  background-color: #EAEAEA;
}
.profile-hero .edit-content.form:hover .lbl,
.profile-hero .edit-content.form:focus .lbl,
.profile-hero .edit-content.form:active .lbl,
.profile-hero .edit-content.form.active .lbl {
  max-width: 100px;
  opacity: 1;
}
.profile-hero .edit-content.form:active {
  color: #f8f8f8;
  background-color: #77AB53;
}
.profile-hero .edit-content.image {
  font-family: "europa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1em;
  color: #484747;
  background-color: rgba(234, 234, 234, 0.7);
  text-transform: uppercase;
}
.profile-hero .edit-content.image .lbl {
  display: none;
}
.profile-hero .edit-content.image:hover {
  background-color: #EAEAEA;
}
@media (min-width: 768px) {
  .profile-hero .edit-content.image .lbl {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .profile-hero {
    min-height: 395px;
    margin-top: inherit;
  }
  .profile-hero .profile-hero__bg {
    position: absolute;
    height: 100%;
  }
  .profile-hero .profile-hero__callout {
    margin-top: 91px;
    padding: 0 30px;
    width: auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .profile-hero .profile-hero__callout-user-photo {
    border-width: 6px;
    width: 205px;
    height: 205px;
    margin-right: 25px;
    position: absolute;
  }
  .profile-hero .profile-hero__overlay {
    margin: 15px 0 0 116px;
    padding: 30px 43px 34px 96px;
    height: auto;
  }
  .profile-hero .profile-hero__overlay-user-info .name {
    border-bottom: 1px dashed #BABABA;
    margin-bottom: 16px;
    padding-bottom: 5px;
  }
  .profile-hero .profile-hero__overlay-user-info .birthday {
    display: inline-block;
  }
  .profile-hero .profile-hero__overlay-user-contact .primary {
    width: 70%;
  }
  .profile-hero .profile-hero__overlay-user-contact .secondary {
    width: 28%;
  }
  .profile-hero .profile-hero__overlay-user-contact .email,
  .profile-hero .profile-hero__overlay-user-contact .employment-history {
    display: block;
  }
  .profile-hero .profile-hero__overlay-user-contact .phone,
  .profile-hero .profile-hero__overlay-user-contact .location {
    line-height: 17px;
  }
  .profile-hero .profile-hero__overlay-user-contact .phone a,
  .profile-hero .profile-hero__overlay-user-contact .location a {
    font-size: 14px;
    color: #656a6e;
  }
  .profile-hero .profile-hero__overlay-user-contact .location {
    padding-top: 4px;
  }
  .profile-hero .profile-hero__overlay-user-contact .title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .profile-hero {
    min-height: 495px;
  }
  .profile-hero .profile-hero__callout {
    max-width: 1150px;
    margin-top: 141px;
  }
  .profile-hero .profile-hero__overlay {
    margin: 7px 0 0 116px;
    padding: 39px 43px 34px 96px;
  }
  .profile-hero .profile-hero__overlay-user-contact .secondary {
    display: inline-block;
    margin-top: -4px;
  }
}
@media (min-width: 1100px) {
  .profile-hero .profile-hero__overlay-user-contact .secondary {
    display: none;
  }
}
@media (min-width: 1200px) {
  .profile-hero {
    min-height: 595px;
  }
  .profile-hero .profile-hero__callout {
    margin-top: 190px;
  }
  .profile-hero .profile-hero__callout-user-photo {
    height: 235px;
    width: 235px;
    margin-right: 25px;
  }
  .profile-hero .profile-hero__overlay {
    margin-top: 24px;
  }
  .profile-hero .profile-hero__overlay .overlay-inner {
    padding-left: 50px;
    padding-right: 15px;
  }
  .profile-hero .profile-hero__overlay-user-contact .primary {
    width: 65%;
  }
  .profile-hero .profile-hero__overlay-user-contact .secondary {
    display: block;
  }
}
.direct-reports-b .direct-reports-b__actions {
  margin-top: 10px;
}
.direct-reports-b .direct-reports-b__actions .btn-link {
  margin-bottom: 0;
}
.notifications-page .styled-box {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 480px) {
  .notifications-page .styled-box {
    margin-left: 0;
    margin-right: 0;
  }
}
ul.notifications-list {
  font-size: 16px;
  line-height: 1.4em;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
ul.notifications-list li {
  border-bottom: 1px dashed #e0e1dc;
  margin-bottom: 20px;
  overflow: visible;
}
ul.notifications-list li > a {
  color: inherit;
  display: block;
  margin-bottom: 5px;
  padding: 10px 0;
  text-decoration: none;
}
ul.notifications-list li > a:before,
ul.notifications-list li > a:after {
  content: " ";
  display: table;
}
ul.notifications-list li > a:after {
  clear: both;
}
ul.notifications-list li > a:before,
ul.notifications-list li > a:after {
  content: " ";
  display: table;
}
ul.notifications-list li > a:after {
  clear: both;
}
ul.notifications-list li > a:hover {
  background-color: #EAEAEA;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
ul.notifications-list li [class*="tphor-"]:before {
  color: #939393;
  display: block;
  float: left;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 3px;
  width: 17px;
}
ul.notifications-list li .image {
  width: 54px;
  height: 54px;
  border-radius: 2px;
  margin-top: -4px;
  overflow: hidden;
  padding: 4px 0 0 4px;
}
ul.notifications-list li .image img {
  width: 50px;
  height: 50px;
}
ul.notifications-list li .item {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
ul.notifications-list li .item.accent {
  color: #B59241;
}
ul.notifications-list li .item.muted {
  color: #656a6e;
}
ul.notifications-list li .item.light {
  color: #939393;
}
ul.notifications-list li .item .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
ul.notifications-list li .meta {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #bbbec1;
  margin-left: 36px;
}
ul.notifications-list li p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
  white-space: nowrap;
  white-space: normal;
}
ul.notifications-list li .pull-left {
  margin-right: 10px;
}
ul.notifications-list li .user {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
ul.notifications-list li .user.accent {
  color: #B59241;
}
ul.notifications-list li .user.muted {
  color: #656a6e;
}
ul.notifications-list li .user.light {
  color: #939393;
}
ul.notifications-list li .user .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
ul.notifications-list li .type {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
ul.notifications-list li:last-child {
  border-bottom: 0;
}
ul.notifications-list li.old {
  color: #bbbec1;
}
ul.notifications-list li.old .user,
ul.notifications-list li.old .item {
  color: #939393;
}
ul.notifications-list li.old .image {
  opacity: 0.7;
}
ul.notifications-list li.old .image img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
ul.notifications-list li.old .meta {
  color: #cdcccc;
}
ul.notifications-list li.new .user:before {
  color: #77AB53;
}
@media (max-width: 480px) {
  ul.notifications-list li [class*="tphor-"]:before {
    font-size: 20px;
    width: 11px;
  }
  ul.notifications-list li .meta {
    font-size: 13px;
    margin-left: 0;
  }
}
.team-page li.media {
  position: relative;
}
.team-page li.media a.profile-link {
  border: 3px solid transparent;
  border-radius: 3px;
  -webkit-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
.team-page li.media a.profile-link:hover,
.team-page li.media a.profile-link:active {
  text-decoration: none;
  border: 3px solid #77AB53;
}
.team-members-list:before,
.team-members-list:after {
  content: " ";
  display: table;
}
.team-members-list:after {
  clear: both;
}
.team-members-list:before,
.team-members-list:after {
  content: " ";
  display: table;
}
.team-members-list:after {
  clear: both;
}
.team-members-list .media a.manage {
  position: absolute;
  top: 3px;
  right: 3px;
  min-height: 0;
  background: #f0f0f0;
  border-radius: 3px;
  color: #939393;
  text-decoration: none;
}
.team-members-list .media a.manage:hover {
  color: #189DAD;
}
.team-members-list .media .manage-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  background-color: #fff;
  border: 3px solid #189DAD;
  border-radius: 3px;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  overflow-y: auto;
}
.team-members-list .media .manage-list.visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.team-members-list .media .manage-list h3 {
  margin: 0;
  padding: 0;
}
.team-members-list .media .manage-list .email {
  font-size: 14px;
  line-height: normal;
  color: #939393;
}
.team-members-list .media .manage-list small {
  display: block;
  margin-bottom: 10px;
  color: #656a6e;
}
.team-members-list .media .manage-list ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  font-size: 0.75em;
  line-height: normal;
  border-top: 1px solid #ddd;
}
.team-members-list .media .manage-list ul a {
  display: block;
  padding: 0.15em 0.5em;
}
.team-members-list .media-body .media-heading {
  margin: 3px 0 0;
  color: #4f5356;
}
.team-members-list .media-body .media-heading .email {
  display: none;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #939393;
  text-transform: none;
}
.team-members-list .media-body .media-heading .email.no-name {
  display: inline;
  margin-left: 0;
}
.team-members-list .media-body > small,
.team-members-list .media-body .progress {
  color: #bbbec1;
  display: block;
  clear: both;
  margin: 0 0 8.74125874px;
}
.team-members-list .media-body > small {
  line-height: 1em;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 43px;
}
.team-members-list .loadingIndicator {
  clear: both;
  padding-top: 5px;
}
.team-members-list .loadingIndicator div {
  width: 100%;
  padding: 7px 12px 11px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
.team-members-list .end {
  clear: both;
}
.team-members-list.vm-view-list .media {
  margin: 0;
  position: relative;
}
.team-members-list.vm-view-list .media:first-child {
  border-top-width: 1px;
}
.team-members-list.vm-view-list .media .team-member {
  display: block;
  margin: 5px 0 0;
  background: #f8f8f8;
  border: solid #cdcccc;
  border-width: 0 0 1px;
  border-radius: 3px;
}
.team-members-list.vm-view-list .media .team-member:before,
.team-members-list.vm-view-list .media .team-member:after {
  content: " ";
  display: table;
}
.team-members-list.vm-view-list .media .team-member:after {
  clear: both;
}
.team-members-list.vm-view-list .media .team-member:before,
.team-members-list.vm-view-list .media .team-member:after {
  content: " ";
  display: table;
}
.team-members-list.vm-view-list .media .team-member:after {
  clear: both;
}
.team-members-list.vm-view-list .media .team-member .img-wrap {
  float: left;
  text-align: center;
}
.team-members-list.vm-view-list .media .team-member.manage-view {
  min-height: 135px;
}
.team-members-list.vm-view-list .media a.profile-link {
  display: block;
  padding: 7px 0.5em 6px;
}
.team-members-list.vm-view-list .media a.profile-link:before,
.team-members-list.vm-view-list .media a.profile-link:after {
  content: " ";
  display: table;
}
.team-members-list.vm-view-list .media a.profile-link:after {
  clear: both;
}
.team-members-list.vm-view-list .media a.profile-link:before,
.team-members-list.vm-view-list .media a.profile-link:after {
  content: " ";
  display: table;
}
.team-members-list.vm-view-list .media a.profile-link:after {
  clear: both;
}
.team-members-list.vm-view-list .media a.profile-link:hover {
  text-decoration: none;
}
.team-members-list.vm-view-list .media a.manage {
  top: 8px;
  padding: 0px 5px;
  border: 0 none;
}
.team-members-list.vm-view-list .media .manage-list {
  padding: 10px;
}
.team-members-list.vm-view-list .media .manage-list h3 {
  display: inline-block;
  margin-right: 10px;
}
.team-members-list.vm-view-list .media .manage-list .email {
  display: inline-block;
  margin-right: 10px;
}
.team-members-list.vm-view-list .media .manage-list small {
  display: inline-block;
  padding: 0;
  line-height: normal;
}
.team-members-list.vm-view-list .media .manage-list ul li {
  margin-bottom: 5px;
  float: left;
}
.team-members-list.vm-view-list .media .manage-list ul li:last-child a {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.team-members-list.vm-view-list .media .manage-list ul a {
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
.team-members-list.vm-view-list .img-wrap {
  width: 50px;
  height: 50px;
  margin: 0;
  overflow: hidden;
}
.team-members-list.vm-view-list .media-object {
  float: left;
  width: 50px;
  height: 50px;
}
.team-members-list.vm-view-list .media-object.lazy {
  float: none;
  display: inline-block;
  max-width: 50px;
  width: auto;
  height: auto;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.team-members-list.vm-view-list .media-body {
  padding: 0 0.5em;
}
@media (min-width: 992px) {
  .team-members-list .media .manage-list ul {
    font-size: 0.87em;
  }
  .team-members-list.vm-view-list .media .team-member.manage-view {
    min-height: 90px;
  }
  .team-members-list.vm-view-list .img-wrap {
    width: 82px;
    height: 82px;
    margin: 0 10px;
    overflow: hidden;
  }
  .team-members-list.vm-view-list .media-object {
    width: 82px;
    height: 82px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .team-members-list.vm-view-list .media-object.lazy {
    max-width: 82px;
    width: auto;
    height: auto;
    opacity: 0.35;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}
.team-members-list.vm-view-grid .media {
  display: block;
  margin: 0.35em auto;
  padding: 0 15px;
}
.team-members-list.vm-view-grid .media .team-member {
  display: block;
  min-height: 280px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 0;
  text-align: center;
  padding: 0;
  position: relative;
}
.team-members-list.vm-view-grid .media a.profile-link {
  display: block;
  min-height: 280px;
  padding: 1em 1em 0;
}
.team-members-list.vm-view-grid .media a.manage {
  padding: 1px 6px;
}
.team-members-list.vm-view-grid .media .manage-list h3 {
  padding: 1em 0.5em 0;
}
.team-members-list.vm-view-grid .img-wrap {
  height: 140px;
  margin-bottom: 1em;
}
.team-members-list.vm-view-grid .media-object {
  width: 140px;
  height: 140px;
  margin: 0 auto 0;
}
.team-members-list.vm-view-grid .media-object.lazy {
  max-width: 140px;
  width: auto;
  height: auto;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.no-cssmask.no-flexboxlegacy .team-page .media a.profile-link {
  position: relative;
  z-index: 1;
}
.no-cssmask.no-flexboxlegacy .team-page a.manage {
  z-index: 3;
}
.no-cssmask.no-flexboxlegacy .team-page .manage-list {
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-members-list.vm-view-grid .media {
    width: 33.33333333%;
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    float: left;
    padding: 0 0 0 10px;
  }
  .team-members-list.vm-view-grid .media:nth-child(3n+1) {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-members-list.vm-view-grid .media {
    width: 25%;
    width: -webkit-calc(25%);
    width: calc(25%);
    float: left;
    padding: 0 0 0 10px;
  }
  .team-members-list.vm-view-grid .media:nth-child(4n+1) {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .team-members-list.vm-view-grid .media {
    width: 20%;
    width: -webkit-calc(20%);
    width: calc(20%);
    float: left;
    padding: 0 0 0 10px;
  }
  .team-members-list.vm-view-grid .media:nth-child(5n+1) {
    padding-left: 0;
  }
}
.users-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.users-list li {
  display: block;
  padding: 5px 0;
  line-height: normal;
}
.users-list li.owner {
  background-color: #f4f4f4;
  border-radius: 5px;
  margin: 0 -5px;
  padding: 5px 5px;
}
.users-list li span.fa {
  margin-right: 5px;
  color: #BABABA;
}
.users-list li span.email {
  font-size: 13px;
  color: #BABABA;
}
.users-list li .removeUser {
  line-height: 1em;
}
.users-list li .removeUser:hover span {
  color: #e3451f;
}
.users-list li .col-actions {
  float: right !important;
}
ul.users-list .media {
  margin: 0;
  line-height: 1.18em;
  overflow: visible;
}
ul.users-list .media .fa-level-down,
ul.users-list .media .fa-chevron-down,
ul.users-list .media .fa-ellipsis-v {
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
ul.users-list .media.open .fa-level-down,
ul.users-list .media.open .fa-chevron-down {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
ul.users-list .media.open .fa-ellipsis-v {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.users-list .team-member {
  padding: 20px 0;
  border-bottom: 1px dashed #cdcccc;
}
ul.users-list .plus-more {
  padding: 5px 0;
}
ul.users-list .img-wrap {
  float: left;
  margin: 0 15px 0 0;
}
ul.users-list .img-wrap img {
  width: 40px;
  height: 40px;
}
ul.users-list .media-heading {
  margin-bottom: 2px;
}
ul.users-list .media-heading .name {
  display: block;
  color: inherit;
}
ul.users-list .media-heading .email,
ul.users-list .media-heading .status {
  display: inline;
  margin-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #939393;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  ul.users-list .media-heading .name {
    display: inline;
  }
  ul.users-list .media-heading .email,
  ul.users-list .media-heading .status {
    display: inline;
    margin-left: 10px;
  }
  ul.users-list .media-heading .status {
    float: right !important;
  }
}
ul.users-list small {
  display: block;
  line-height: 1.25em;
  color: #bbbec1;
}
ul.users-list .remove-link {
  margin-top: 5px;
  margin-left: 10px;
  cursor: pointer;
}
ul.users-list .toggle-details {
  cursor: pointer;
}
ul.users-list .show-details {
  margin: 1px 5px 5px 10px;
  color: #939393;
  cursor: pointer;
}
ul.users-list .details {
  margin: 10px 0 0 15px;
}
ul.users-list .details .actions {
  margin: 10px 0 0;
  color: #cdcccc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
ul.users-list .details .actions.accent {
  color: #B59241;
}
ul.users-list .details .actions.muted {
  color: #656a6e;
}
ul.users-list .details .actions.light {
  color: #939393;
}
ul.users-list .details .actions .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
ul.users-list .details .actions.border {
  border-top: 1px dashed #cdcccc;
  border-bottom: 1px dashed #cdcccc;
}
ul.users-list .details .actions a {
  font-size: 14px;
  color: #939393;
  cursor: pointer;
}
ul.users-list .details .direct-reports {
  margin-bottom: 5px;
  padding: 20px;
  background-color: #f4f4f4;
}
ul.users-list .details .direct-reports .add-direct-report {
  margin: 20px 0 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
ul.users-list .details .direct-reports .search-options {
  width: 100%;
  margin: 10px 0 20px;
}
ul.users-list .details .direct-reports a.action-link {
  font-size: 14px;
  color: #939393;
  cursor: pointer;
}
ul.users-list .details h4 {
  margin: 0;
}
ul.users-list .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.users-list .details ul li:last-child .team-member {
  border-bottom-width: 0;
}
ul.users-list .details ul .loadingIndicator div {
  background-color: transparent;
}
@media (min-width: 768px) {
  ul.users-list .details {
    margin-left: 55px;
  }
}
ul.users-list .loadingIndicator div {
  width: 100%;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
ul.users-list .loadingIndicator > div {
  border-bottom-width: 0;
}
.users-list-add-form .search-options {
  width: 100%;
}
.group-filter-wrap {
  margin-top: 5px;
  background-color: #fff;
}
.group-filter-wrap:before {
  display: none;
}
.group-filter-wrap .group-search-input-wrap {
  max-width: 50%;
  margin-right: 20px;
  min-width: 300px;
  margin-bottom: 0;
}
.groups-selected-list {
  margin-bottom: 0;
}
.groups-selected-list:before,
.groups-selected-list:after {
  content: " ";
  display: table;
}
.groups-selected-list:after {
  clear: both;
}
.groups-selected-list:before,
.groups-selected-list:after {
  content: " ";
  display: table;
}
.groups-selected-list:after {
  clear: both;
}
.groups-selected-list .remove-group {
  cursor: pointer;
}
.groups-selected-list .remove-group:before {
  vertical-align: top;
  font-size: 0.5em;
  height: 16px;
  line-height: 18px;
  width: 16px;
  margin-left: 5px;
}
.groups-selected-list li {
  float: left;
  margin-left: 10px;
  font-size: 0.8em;
  font-weight: 500;
}
.groups-selected-list .group-name span {
  font-weight: 300;
}
.groups-selected-list.dots li:before {
  content: '•';
  display: inline-block;
  margin-right: 10px;
  color: #bbbec1;
}
.groups-selected-list.dots li:first-child:before {
  display: none;
}
.give-award-fullscreen {
  background-color: #fff;
}
.give-award-fullscreen header.header {
  background-color: #f4f4f4;
}
.give-award-fullscreen header.header .tphor-close:before {
  vertical-align: text-top;
}
.give-award-fullscreen .view-primary {
  overflow-x: hidden;
  overflow-y: auto;
}
.give-award-fullscreen .view-primary-inner {
  padding: 55px 10px 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .give-award-fullscreen .view-primary-inner {
    padding: 75px 15px 20px;
  }
}
@media (min-width: 992px) {
  .give-award-fullscreen .view-primary-inner {
    padding: 75px 10px 20px;
  }
}
@media (max-width: 480px) {
  .give-award-view .hidden-mobile {
    display: none;
  }
}
.give-award-view .branding-image {
  margin: 15px auto 0;
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.give-award-view .branding-image img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .give-award-view .branding-image {
    max-width: 200px;
    max-height: 200px;
  }
}
.give-award-view h1 {
  font-size: 18px;
  line-height: 1.15em;
}
.give-award-view h1 .alt {
  color: #B59241;
  text-transform: none;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.give-award-view h1 .alt2 {
  display: block;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .give-award-view h1 {
    font-size: 25px;
  }
  .give-award-view h1 .alt {
    font-size: 21px;
  }
}
.give-award-view .section-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.give-award-view .light-link {
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
}
.give-award-view .give-award-sender {
  line-height: 1em;
  margin-top: 20px;
}
.give-award-view .give-award-sender:before,
.give-award-view .give-award-sender:after {
  content: " ";
  display: table;
}
.give-award-view .give-award-sender:after {
  clear: both;
}
.give-award-view .give-award-sender:before,
.give-award-view .give-award-sender:after {
  content: " ";
  display: table;
}
.give-award-view .give-award-sender:after {
  clear: both;
}
.give-award-view .give-award-sender .img {
  display: block;
  margin: 0 15px 0;
  float: left;
  max-width: 50px;
}
.give-award-view .give-award-sender .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
  line-height: 1em;
}
.give-award-view .give-award-sender .name.accent {
  color: #B59241;
}
.give-award-view .give-award-sender .email {
  font-size: 14px;
  color: #bbbec1;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.give-award-view .give-award-recipients {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  line-height: 1em;
  clear: both;
}
.give-award-view .give-award-recipients:before,
.give-award-view .give-award-recipients:after {
  content: " ";
  display: table;
}
.give-award-view .give-award-recipients:after {
  clear: both;
}
.give-award-view .give-award-recipients:before,
.give-award-view .give-award-recipients:after {
  content: " ";
  display: table;
}
.give-award-view .give-award-recipients:after {
  clear: both;
}
.give-award-view .give-award-recipients li {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.give-award-view .give-award-recipients li .img {
  display: block;
  margin: 0 15px 0;
  max-width: 50px;
  float: left;
  position: relative;
}
.give-award-view .give-award-recipients li .img .remove-recip {
  position: absolute;
  top: 0;
  left: -15px;
  cursor: pointer;
}
.give-award-view .give-award-recipients li .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
  line-height: 1em;
}
.give-award-view .give-award-recipients li .name.accent {
  color: #B59241;
}
.give-award-view .give-award-recipients li .email {
  font-size: 14px;
  color: #bbbec1;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .give-award-view .give-award-recipients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .give-award-view .give-award-recipients li {
    width: auto;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .give-award-view .give-award-recipients.ten li,
  .give-award-view .give-award-recipients.three li {
    text-align: center;
    padding: 0 20px;
  }
  .give-award-view .give-award-recipients.ten li .img,
  .give-award-view .give-award-recipients.three li .img {
    margin: 0 auto 15px;
    float: none;
  }
  .give-award-view .give-award-recipients.ten li .img .remove-recip,
  .give-award-view .give-award-recipients.three li .img .remove-recip {
    left: 0;
  }
  .give-award-view .give-award-recipients.ten li {
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
  }
  .give-award-view .give-award-recipients.ten li .img {
    max-width: 110px;
  }
  .give-award-view .give-award-recipients.ten li .name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #656a6e;
  }
  .give-award-view .give-award-recipients.ten li .name.accent {
    color: #B59241;
  }
  .give-award-view .give-award-recipients.three li {
    -webkit-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
  }
  .give-award-view .give-award-recipients.three li .img {
    max-width: 220px;
  }
  .give-award-view .give-award-recipients.three li .name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
  }
  .give-award-view .give-award-recipients.three li .name.accent {
    color: #B59241;
  }
  .give-award-view .give-award-recipients.three li .name.border {
    border-bottom: 1px dashed #656a6e;
    padding-bottom: 10px;
    line-height: 1.4em;
  }
  .give-award-view .give-award-recipients.three li .name > .sub {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 80%;
  }
  .give-award-view .give-award-recipients.three li .name .right {
    margin-top: 15px;
    float: right;
  }
  .give-award-view .give-award-recipients.three li .name .right .lbl {
    text-transform: none;
    font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    color: #939393;
  }
  .give-award-view .give-award-recipients.three li .name .right .val {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #939393;
  }
  .give-award-view .give-award-recipients.three li .name .right .val.accent {
    color: #B59241;
  }
  .give-award-view .give-award-recipients.three li .name .right .val.muted {
    color: #656a6e;
  }
  .give-award-view .give-award-recipients.three li .name .right .val.light {
    color: #939393;
  }
  .give-award-view .give-award-recipients.three li .name .right .val .sub {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 80%;
  }
}
.give-award-view .recipient-selection {
  /*.input-wrap {
      width: 85%;
      padding-right: 10px;
      display: inline-block;
      vertical-align: top;
    }
    .button-wrap {
      width: 15%;
      display: inline-block;
      vertical-align: top;
      .btn {
        line-height: 1em;
        font-size: 16px;
      }
    }*/
  /*@media (min-width: @screen-xs) { 
      .input-wrap {
        width: 77%;
      }
      .button-wrap {
        width: 23%;
      }
    }
    @media (min-width: 600px) { 
      .input-wrap {
        width: 82%;
      }
      .button-wrap {
        width: 18%;
      }
    }
    @media (min-width: @screen-sm) { 
      .input-wrap {
        width: 85%;
      }
      .button-wrap {
        width: 15%;
        .btn {
          font-size: 18px;
        }
      }
    }
    @media (min-width: @screen-md) { 
      .input-wrap {
        width: 87%;
      }
      .button-wrap {
        width: 13%;
        .btn {
          font-size: 18px;
        }
      }
    }*/
}
.give-award-view .recipient-selection h2 {
  margin-top: 0;
}
.give-award-view .recipient-selection .selectize-input {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.give-award-view .recipient-selection .selectize-input.focus {
  box-shadow: none;
}
.give-award-view .recipient-selection .group-name,
.give-award-view .recipient-selection .subgroup-name {
  cursor: pointer;
}
.give-award-view .recipient-selection .filter-options .loadingSpinner {
  margin-top: -20px;
}
.give-award-view .selectize-control.multi.contacts .selectize-input [data-value] .name,
.give-award-view .selectize-control.single.contacts .selectize-input [data-value] .name {
  line-height: 1.4em;
  margin-top: 5px;
}
.give-award-view .selectize-input {
  border-radius: 5px;
}
.give-award-view .external-recipient-users {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;
}
.give-award-view .external-recipient-users h3 {
  margin-top: 0;
}
.give-award-view .external-recipients-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.give-award-view .external-recipients-list li {
  position: relative;
  padding: 15px 0;
}
.give-award-view .external-recipients-list li .remove-recip {
  position: absolute;
  top: -25px;
  left: 15px;
  cursor: pointer;
}
.give-award-view .external-recipients-list li .email {
  display: block;
}
.give-award-view .external-recipients-list li input {
  margin: 0;
  background-color: #fff;
}
.give-award-view .external-recipients-list li button {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .give-award-view .external-recipients-list li {
    padding: 3px 0;
  }
}
.give-award-view .award-selection {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.give-award-view .award-selection:before,
.give-award-view .award-selection:after {
  content: " ";
  display: table;
}
.give-award-view .award-selection:after {
  clear: both;
}
.give-award-view .award-selection:before,
.give-award-view .award-selection:after {
  content: " ";
  display: table;
}
.give-award-view .award-selection:after {
  clear: both;
}
.give-award-view .award-selection .award-option-wrap {
  display: inline-block;
  float: none;
  width: 33.33%;
  padding: 0 5px 5px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  cursor: pointer;
}
.give-award-view .award-selection .award-option-wrap p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #bbbec1;
}
.give-award-view .award-selection .award-option-wrap .img {
  display: block;
  margin: 0 auto 10px;
  max-width: 175px;
}
.give-award-view .award-selection .award-option-wrap .img img {
  max-height: 210px;
}
.give-award-view .award-selection .award-option-wrap .counts {
  display: block;
  margin-bottom: 5px;
}
.give-award-view .award-selection .award-option-wrap .remaining,
.give-award-view .award-selection .award-option-wrap .total {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
.give-award-view .award-selection .award-option-wrap .remaining.accent,
.give-award-view .award-selection .award-option-wrap .total.accent {
  color: #B59241;
}
.give-award-view .award-selection .award-option-wrap .remaining.muted,
.give-award-view .award-selection .award-option-wrap .total.muted {
  color: #656a6e;
}
.give-award-view .award-selection .award-option-wrap .remaining.light,
.give-award-view .award-selection .award-option-wrap .total.light {
  color: #939393;
}
.give-award-view .award-selection .award-option-wrap .remaining .sub,
.give-award-view .award-selection .award-option-wrap .total .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.give-award-view .award-selection .award-option-wrap .of {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.give-award-view .award-selection .award-option-wrap .icon {
  margin: 0 auto;
}
.give-award-view .award-selection .award-option-wrap:hover {
  background-color: #f4f4f4;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.give-award-view .award-selection .award-option-wrap.disabled {
  opacity: 0.4;
}
.give-award-view .award-selection.hasGroupAward .award-option-wrap {
  width: 25%;
}
.give-award-view .award-selection.invalid {
  border-width: 2px;
  border-style: solid;
  border-color: #F15F2B;
}
@media (min-width: 992px) {
  .give-award-view .award-selection {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .give-award-view .award-selection .award-option-wrap {
    padding: 0 10px 10px;
  }
}
.give-award-view .award-info {
  margin: 50px auto;
}
.give-award-view .award-info label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  font-size: 14px;
}
.give-award-view .award-info label.accent {
  color: #B59241;
}
.give-award-view .award-info label.muted {
  color: #656a6e;
}
.give-award-view .award-info label.light {
  color: #939393;
}
.give-award-view .award-info label .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
@media (min-width: 768px) {
  .give-award-view .award-info label {
    font-size: 16px;
  }
}
.give-award-view .secondary-wrap {
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;
  min-height: 200px;
  background-color: #f4f4f4;
}
.give-award-view .thank-you-note-title {
  margin-top: 30px;
  text-align: center;
}
.give-award-view .thank-you-note-title .icon {
  margin-bottom: 5px;
}
.give-award-view .thank-you-note-title h6 {
  margin-top: 5px;
  border-top: 1px dashed #cdcccc;
  line-height: 1.4em;
}
.give-award-view .thank-you-note-title h6 span {
  margin-top: -32px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 5px 15px;
  max-width: 220px;
}
@media (min-width: 480px) {
  .give-award-view .thank-you-note-title .icon {
    margin-bottom: 25px;
  }
  .give-award-view .thank-you-note-title h6 span {
    max-width: 120px;
  }
}
.give-award-view .thank-you-note {
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #fff;
}
.give-award-view .thank-you-note .img {
  position: absolute;
  left: 15px;
  top: 15px;
  max-width: 50px;
  max-height: 50px;
  padding-right: 15px;
  border-right: 1px dashed #cdcccc;
}
.give-award-view .thank-you-note .img img {
  width: 40px;
  height: 40px;
}
.give-award-view .thank-you-note .to {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.give-award-view .thank-you-note .addressee {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #656a6e;
  display: inline-block;
}
.give-award-view .thank-you-note .addressee.accent {
  color: #B59241;
}
.give-award-view .thank-you-note textarea {
  padding: 0;
  background-color: #fff;
  border-color: transparent;
}
@media (min-width: 480px) {
  .give-award-view .thank-you-note {
    padding-left: 100px;
    padding-top: 20px;
  }
  .give-award-view .thank-you-note .img {
    max-width: 70px;
    max-height: 70px;
  }
  .give-award-view .thank-you-note .img img {
    width: 50px;
    height: 50px;
  }
}
.give-award-view .share-award-title {
  text-align: center;
}
.give-award-view .share-award-title h6 {
  margin-top: 5px;
  line-height: 1.4em;
}
.give-award-view .share-award-title h6 span {
  display: inline-block;
  padding: 5px 15px;
  max-width: 220px;
}
@media (min-width: 480px) {
  .give-award-view .share-award-title h6 span {
    max-width: 130px;
  }
}
.give-award-view .share-award {
  margin-bottom: 40px;
}
.give-award-view .share-award textarea {
  min-height: 83px;
  background-color: #fff;
  border-color: transparent;
}
.give-award-view .share-award textarea:active,
.give-award-view .share-award textarea:focus {
  border-color: #77AB53;
}
.give-award-view .actions .btn > span {
  vertical-align: initial;
}
.give-award-page .external-help-link {
  font-size: 80%;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}
.give-award-page .actions {
  margin-top: 30px;
}
.give-award-page .secondary-wrap {
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  padding-right: 20px;
}
@media (min-width: 480px) {
  .give-award-page .secondary-wrap {
    margin-left: -35px;
    padding-left: 35px;
    margin-right: -35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .give-award-page .secondary-wrap {
    margin-left: -65px;
    padding-left: 65px;
    margin-right: -65px;
    padding-right: 65px;
  }
}
.fullscreen-view .sparcet-award {
  background-color: #fff;
  position: relative;
  padding: 10px 0;
  /*&:before {
		   content: "";
		   position: absolute;
		   z-index: 1;
		   top: 5px;
		   left: 5px;
		   right: 5px;
		   bottom: 5px;
		   border: 5px solid @app-gray-dark;
		   pointer-events: none;
		}*/
}
.fullscreen-view .sparcet-award h2 {
  padding: 20px 0;
  border-bottom: 1px dashed #656a6e;
  margin-top: 0;
}
.fullscreen-view .sparcet-award h2 small {
  color: inherit;
}
.fullscreen-view .sparcet-award .title-divider {
  color: inherit;
  margin: 0 10px 0 5px;
}
.fullscreen-view .sparcet-award h3 {
  font-size: 0.83em;
  font-weight: normal;
  text-align: center;
}
.fullscreen-view .sparcet-award h3 a {
  color: inherit;
}
.fullscreen-view .sparcet-award .recipient-pic-wrapper {
  display: block;
  vertical-align: top;
}
.fullscreen-view .sparcet-award .recipient-pic {
  width: 180px;
  height: 180px;
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen-view .sparcet-award .recipient-pic img {
  max-width: 100%;
  height: auto;
}
.fullscreen-view .sparcet-award .more-wrap {
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen-view .sparcet-award .recipient-multiple {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  /*.recipient-pic:hover {
				.name {
					opacity: 1;
					.translateY(100%);
				}
			}*/
}
.fullscreen-view .sparcet-award .recipient-multiple:before,
.fullscreen-view .sparcet-award .recipient-multiple:after {
  content: " ";
  display: table;
}
.fullscreen-view .sparcet-award .recipient-multiple:after {
  clear: both;
}
.fullscreen-view .sparcet-award .recipient-multiple:before,
.fullscreen-view .sparcet-award .recipient-multiple:after {
  content: " ";
  display: table;
}
.fullscreen-view .sparcet-award .recipient-multiple:after {
  clear: both;
}
.fullscreen-view .sparcet-award .recipient-multiple ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.fullscreen-view .sparcet-award .recipient-multiple ul:before,
.fullscreen-view .sparcet-award .recipient-multiple ul:after {
  content: " ";
  display: table;
}
.fullscreen-view .sparcet-award .recipient-multiple ul:after {
  clear: both;
}
.fullscreen-view .sparcet-award .recipient-multiple ul:before,
.fullscreen-view .sparcet-award .recipient-multiple ul:after {
  content: " ";
  display: table;
}
.fullscreen-view .sparcet-award .recipient-multiple ul:after {
  clear: both;
}
.fullscreen-view .sparcet-award .recipient-multiple li {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.fullscreen-view .sparcet-award .recipient-multiple li:last-child {
  margin-right: 0;
}
.fullscreen-view .sparcet-award .recipient-multiple .recipient-pic,
.fullscreen-view .sparcet-award .recipient-multiple .more-wrap {
  position: relative;
  width: 147px;
  height: 147px;
}
.fullscreen-view .sparcet-award .recipient-multiple .more .more-wrap {
  text-align: center;
  cursor: pointer;
}
.fullscreen-view .sparcet-award .recipient-multiple .more .more-wrap .img-circle {
  height: 100%;
  background-color: #cdcccc;
}
.fullscreen-view .sparcet-award .recipient-multiple .more .more-wrap .more-value {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 0.9em;
  letter-spacing: 1px;
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fullscreen-view .sparcet-award .recipient-multiple .more .more-wrap:hover .img-circle {
  background-color: #bbbec1;
}
.fullscreen-view .sparcet-award .recipient-multiple.recipient-pic-wrapper {
  padding: 20px 0 0;
  float: none;
  margin: 0 auto;
}
.fullscreen-view .sparcet-award .recipient-multiple .name {
  display: block;
  font-size: 0.9em;
  height: 50%;
  width: 100%;
  line-height: 2em;
  text-align: center;
  color: #4f5356;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fullscreen-view .sparcet-award .recipient-multiple .name > span {
  background-color: rgba(255, 255, 255, 0.85);
}
.fullscreen-view .sparcet-award blockquote {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.fullscreen-view .sparcet-award blockquote .sender {
  display: none;
}
.fullscreen-view .sparcet-award blockquote .quote {
  display: none;
}
.fullscreen-view .sparcet-award blockquote .message-text {
  line-height: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  white-space: pre-wrap;
  position: relative;
  z-index: 1;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
}
.fullscreen-view .sparcet-award blockquote .message-text:before {
  position: absolute;
  height: 26px;
  width: 32px;
  margin-top: -8px;
  margin-left: -15px;
  z-index: -1;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.9 26.5' style='enable-background:new 0 0 32.9 26.5%3b z-index:1' xml:space='preserve'%3e %3cpath style='fill:%23E9EAE7' d='M30.6%2c13.9c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8C31%2c2.2%2c31.2%2c1.5%2c31%2c0.9c-0.3-0.6-0.9-1-1.6-0.8C26%2c0.8%2c21.4%2c2.5%2c19%2c6.4c-1.9%2c2.8-2.8%2c6-2.8%2c9.4c0%2c0.1%2c0%2c0.2%2c0%2c0.4c-0.4-0.9-1-1.6-1.8-2.3c-1.4-1.1-2.9-1.7-4.4-1.7c-0.1%2c0-0.3%2c0-3.3%2c0.3c0-0.9%2c0.3-2%2c0.9-3.2c1.2-2.6%2c3.5-4.9%2c6.6-6.8c0.6-0.4%2c0.8-1.1%2c0.6-1.7c-0.3-0.6-0.9-1-1.6-0.8C9.8%2c0.8%2c5.3%2c2.6%2c2.8%2c6.4C0.9%2c9.2%2c0%2c12.4%2c0%2c15.8c0%2c2.7%2c0.8%2c5.2%2c2.5%2c7.3c1.8%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1-1.4%2c1.5-3%2c1.6-4.5c0.4%2c1.3%2c1.1%2c2.6%2c2%2c3.7c1.7%2c2.3%2c4%2c3.4%2c6.8%2c3.4c2.6%2c0%2c4.6-0.9%2c5.8-2.6c1.1-1.5%2c1.6-3.2%2c1.6-4.9C32.9%2c16.8%2c32.1%2c15.1%2c30.6%2c13.9z'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.fullscreen-view .sparcet-award blockquote .sender-after {
  display: block;
  padding-top: 40px;
  text-align: right;
  font-weight: 300;
}
.fullscreen-view .sparcet-award blockquote .sender-after:before {
  content: "";
}
.fullscreen-view .sparcet-award blockquote .sender-pic {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.fullscreen-view .sparcet-award .award-meta {
  margin-top: 10px;
  text-align: right;
  padding: 0 0 20px;
  border-bottom: 1px dashed #cdcccc;
}
.fullscreen-view .sparcet-award .award-meta dl {
  margin: 0;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
}
.fullscreen-view .sparcet-award .award-meta dl dt {
  display: inline;
  text-transform: uppercase;
  font-size: 0.82em;
  margin-right: 10px;
  margin-left: 10px;
  margin-right: 5px;
}
.fullscreen-view .sparcet-award .award-meta dl dd {
  display: inline;
  margin-right: 10px;
}
.fullscreen-view .award-details {
  position: relative;
}
.fullscreen-view .award-details .award-ribbon {
  position: absolute;
  width: 40px;
  height: 55px;
  right: 0;
  bottom: 0;
}
.fullscreen-view .award-details .award-ribbon:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.fullscreen-view .award-details .award-ribbon.group {
  position: relative;
  width: 166px;
  height: 198px;
  text-align: center;
}
.fullscreen-view .award-details .award-custom-img {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.fullscreen-view .award-details .award-custom-img:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.fullscreen-view .award-details .award-custom-img.group {
  position: relative;
  width: 198px;
  height: 198px;
  text-align: center;
}
.fullscreen-view .award-details dl {
  margin-bottom: 0;
}
.fullscreen-view .award-details dt {
  font-weight: normal;
}
.fullscreen-view .award-details dd {
  font-weight: bold;
  margin-bottom: 10px;
}
.fullscreen-view .award-details small {
  display: block;
  text-align: center;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1.25em;
  color: #BABABA;
  margin-top: 5px;
}
.fullscreen-view .award-details small br {
  display: none;
}
.fullscreen-view .sponsor {
  display: block;
  text-align: center;
}
.fullscreen-view .sponsor .branding-logo {
  width: 58px;
  height: 58px;
  margin-left: 10px;
}
@media screen and (min-width: 480px) {
  .fullscreen-view .sparcet-award .recipient-multiple ul {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .fullscreen-view .sparcet-award {
    padding: 10px 20px;
  }
  .fullscreen-view .sparcet-award .recipient-pic-wrapper {
    float: left;
  }
  .fullscreen-view .sparcet-award blockquote {
    margin-top: 3em;
  }
  .fullscreen-view .sparcet-award .award-details h3 {
    margin-top: 1em;
  }
  .fullscreen-view .sparcet-award .award-meta {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 992px) {
  html,
  body,
  .fullscreen-standalone {
    height: 100%;
  }
  .fullscreen-view .sparcet-award {
    /*&:before {
				border-width: 7px;
			}*/
  }
  .fullscreen-view .sparcet-award .recipient-multiple ul {
    width: 61%;
  }
  .fullscreen-view .sparcet-award .recipient-multiple .more-wrap {
    width: 108px;
    height: 108px;
  }
  .fullscreen-view .sparcet-award .recipient-multiple.four li .recipient-pic {
    width: 108px;
    height: 108px;
  }
  .fullscreen-view .sparcet-award .recipient-multiple.five li .recipient-pic,
  .fullscreen-view .sparcet-award .recipient-multiple.nine li .recipient-pic,
  .fullscreen-view .sparcet-award .recipient-multiple.ten li .recipient-pic,
  .fullscreen-view .sparcet-award .recipient-multiple.ten-plus li .recipient-pic {
    width: 108px;
    height: 108px;
  }
  .fullscreen-view .sparcet-award blockquote {
    border-left: 0;
    margin-top: 2em;
    margin-bottom: 0;
    min-height: 160px;
  }
  .fullscreen-view .award-details dl {
    margin: 0;
    text-align: right;
  }
  .fullscreen-view .award-details small {
    width: 22%;
    position: absolute;
    top: 260px;
    right: -60px;
  }
  .fullscreen-view .award-details small br {
    display: block;
  }
}
@media print {
  body.fullscreen-open #app-wrap {
    display: none;
  }
  body.fullscreen-open .feed-item-fullscreen {
    position: relative;
    height: auto;
  }
  body.fullscreen-open .feed-item-fullscreen .sparcet-award {
    position: relative;
  }
  .hidden-screen {
    display: block;
  }
  .feed-item-fullscreen .header .options,
  .feed-item-fullscreen .feed-item-controls,
  .feed-item-fullscreen .feed-item-share,
  .feed-item-fullscreen .section-divider,
  .feed-item-fullscreen .feed-item-likes,
  .feed-item-fullscreen .feed-item-comments,
  .feed-item-fullscreen .feed-item-tabs,
  .feed-item-fullscreen .tab-content,
  .feed-item-fullscreen .footer-close,
  .feed-item-fullscreen .tphor-expand {
    display: none;
  }
  .feed-item-fullscreen .sparcet-award {
    border: 3px solid;
    padding: 1em 4em;
    max-width: 70%;
    margin: 4em auto 0;
  }
  .feed-item-fullscreen .sparcet-award h3 {
    margin-top: 1em;
  }
  .feed-item-fullscreen .sparcet-award blockquote {
    margin-top: 2em;
  }
  .feed-item-fullscreen .sparcet-award .recipient-multiple .more {
    display: none;
  }
  .feed-item-fullscreen .sparcet-award .recipient-multiple.recipient-pic-wrapper {
    border-bottom: none;
  }
  .feed-item-fullscreen .award-details.hidden-screen .award-ribbon {
    width: 100px;
    height: 100px;
    left: 0;
    bottom: -7em;
  }
}
ol.large-style {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ol.large-style > li {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0px 10px 0 3.5em;
}
ol.large-style > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: 0em;
  width: 1.75em;
  /* Some space between the number and the content in browsers that support
			   generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 10px 4px;
  border-top: 1px solid #116B72;
  color: #fff;
  background: #189DAD;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
}
.content-edit {
  display: none;
}
.content-edit.show {
  display: block;
}
.edit-content-link {
  font-size: 15px;
  line-height: 1em;
  color: #BABABA;
  padding: 3px 5px;
  margin-left: 5px;
  margin-bottom: 4px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.edit-content-link .lbl {
  margin-left: 3px;
  max-width: 0;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: max-width .3s ease, opacity .2s ease;
  transition: max-width .3s ease, opacity .2s ease;
}
.edit-content-link:hover,
.edit-content-link:focus,
.edit-content-link:active,
.edit-content-link.active {
  color: #808080;
  background-color: #EAEAEA;
}
.edit-content-link:hover .lbl,
.edit-content-link:focus .lbl,
.edit-content-link:active .lbl,
.edit-content-link.active .lbl {
  max-width: 100px;
  opacity: 1;
}
.edit-content-link:active {
  color: #f8f8f8;
  background-color: #77AB53;
}
.leaderboard-page .how-it-works-wrap {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.leaderboard-page .how-it-works-wrap:before {
  right: 32px;
}
.leaderboard-page .how-it-works-wrap h3 {
  margin-top: 0;
}
.leaderboard-page .how-it-works-wrap .how-it-works {
  margin: auto;
  max-width: 870px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row {
  margin: 15px 0 15px -3%;
  padding-bottom: 10px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row:before,
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row:after {
  content: " ";
  display: table;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row:after {
  clear: both;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row:before,
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row:after {
  content: " ";
  display: table;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row:after {
  clear: both;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row.how-it-works-row--not-last {
  border-bottom: 1px dashed #cdcccc;
  border-bottom-color: #f4f4f4;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-row__title {
  margin-left: 3%;
  margin-bottom: 12px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block {
  float: left;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 10px;
  min-height: 120px;
  padding: 4px 10px;
  background-color: white;
  border-radius: 4px;
  font-weight: 500;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__title {
  width: 99%;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon {
  width: 48%;
  float: left;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--img,
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon {
  height: 50px;
  width: 50px;
  margin: 8px auto;
  display: block;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-award-ribbon-group {
  width: 42px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-award-ribbon-silver,
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-award-ribbon-gold,
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-award-ribbon-platinum {
  width: 37px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-comm-suggestion {
  width: 32px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-comm-vent {
  width: 60px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-birthday-cake {
  width: 52px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-heart {
  width: 58px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block .how-it-works-block__icon .how-it-works-block__icon--icon.icon-app-comm-square-left {
  width: 62px;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block ul.how-it-works-block__items {
  width: 52%;
  float: left;
  margin-bottom: 0;
  list-style: none;
  padding-left: 8px;
  text-align: center;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block ul.how-it-works-block__items li.how-it-works-item .how-it-works-item__title {
  font-size: 14px;
  font-weight: 500;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block ul.how-it-works-block__items li.how-it-works-item small.how-it-works-item__value {
  display: block;
  margin-top: -8px;
  font-size: 14px;
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block ul.how-it-works-block__items li.how-it-works-item small.how-it-works-item__value span.val {
  font-weight: 500;
}
.leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block ul.how-it-works-block__items li.how-it-works-item small.how-it-works-item__value span.lbl {
  color: #939393;
  font-weight: 300;
}
@media (min-width: 480px) {
  .leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row .how-it-works-block {
    max-width: 195px;
    margin-left: 3%;
  }
}
@media (min-width: 992px) {
  .leaderboard-page .how-it-works-wrap .how-it-works .how-it-works-row.border-left {
    border-left: 1px dashed #fff;
  }
}
@media (min-width: 768px) {
  .leaderboard-page .how-it-works-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
  }
}
.leaderboard-page .group-filter-wrap {
  margin-bottom: 20px;
}
.leaderboard-page .leaderboard-export {
  padding: 10px 10px;
  margin-bottom: 0;
  vertical-align: top;
}
.leaderboard-wrap h1 {
  margin-top: 0;
}
.leaderboard-wrap .how-it-works-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.leaderboard-wrap .how-it-works-link .lbl {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #bbbec1;
  color: #656a6e;
}
.leaderboard-wrap .how-it-works-link .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.leaderboard-wrap .how-it-works-link.active .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media (min-width: 768px) {
  .leaderboard-wrap .how-it-works-link {
    margin-right: 0;
  }
}
.leaderboard-wrap .leaders {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.leaderboard-wrap .leaders .points-large {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  color: #B59241;
}
.leaderboard-wrap .leaders .points-large.accent {
  color: #B59241;
}
.leaderboard-wrap .leaders .points-large.muted {
  color: #656a6e;
}
.leaderboard-wrap .leaders .points-large > .sub {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 80%;
}
.leaderboard-wrap .leaders .order {
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: -12px;
  padding: 0;
  width: 45%;
  line-height: 41px;
  text-align: center;
}
.leaderboard-wrap .leaders .order .trophy {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}
.leaderboard-wrap .leaders .order .num {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 7px;
  left: 0px;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.leaderboard-wrap .leaders .img {
  position: relative;
}
.leaderboard-wrap .leaders .details {
  line-height: 1.22em;
}
.leaderboard-wrap .leaders.top {
  margin: 30px 0;
}
.leaderboard-wrap .leaders.top li {
  float: left;
  padding: 0;
  width: 100%;
}
.leaderboard-wrap .leaders.top .order {
  width: 26%;
  font-size: 1em;
  right: 0;
  bottom: 0;
}
.leaderboard-wrap .leaders.top .img {
  float: left;
  max-width: 100px;
  margin: 10px 20px 15px 0;
}
.leaderboard-wrap .leaders.top .details {
  margin-top: 35px;
}
.leaderboard-wrap .leaders.top .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  display: block;
}
.leaderboard-wrap .leaders.top .name.accent {
  color: #B59241;
}
.leaderboard-wrap .leaders.top .name.muted {
  color: #656a6e;
}
.leaderboard-wrap .leaders.top .name > .sub {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 80%;
}
.leaderboard-wrap .leaders.top .points .val {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #bbbec1;
}
.leaderboard-wrap .leaders.top .points .lbl {
  font-size: 14px;
  color: #bbbec1;
}
.leaderboard-wrap .leaders.bot {
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px dashed #cdcccc;
}
.leaderboard-wrap .leaders.bot li {
  float: left;
  margin: 2% 0;
  padding-top: 25px;
  padding-right: 15px;
  width: 100%;
}
.leaderboard-wrap .leaders.bot .img {
  max-width: 55px;
  float: left;
  margin: -25px 20px 15px 0;
}
.leaderboard-wrap .leaders.bot .name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
}
.leaderboard-wrap .leaders.bot .name.accent {
  color: #B59241;
}
.leaderboard-wrap .leaders.bot .name.muted {
  color: #656a6e;
}
.leaderboard-wrap .leaders.bot .name.light {
  color: #939393;
}
.leaderboard-wrap .leaders.bot .name .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.leaderboard-wrap .leaders.bot .divider {
  font-size: 14px;
  color: #bbbec1;
  margin: 0 1px 0 5px;
}
.leaderboard-wrap .leaders.bot .points .val {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #B59241;
}
.leaderboard-wrap .leaders.bot .points .val.accent {
  color: #B59241;
}
.leaderboard-wrap .leaders.bot .points .val.muted {
  color: #656a6e;
}
.leaderboard-wrap .leaders.bot .points .val.light {
  color: #939393;
}
.leaderboard-wrap .leaders.bot .points .val .sub {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 80%;
}
.leaderboard-wrap .leaders.bot .points .lbl {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #B59241;
  font-size: 15px;
}
@media (min-width: 768px) {
  .leaderboard-wrap .leaders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leaderboard-wrap .leaders .order .num {
    top: 5px;
  }
  .leaderboard-wrap .leaders.top li {
    float: none;
    width: 33%;
    padding: 0;
    -webkit-flex: 28%;
    -ms-flex: 28%;
    flex: 28%;
    text-align: center;
  }
  .leaderboard-wrap .leaders.top li.no-results {
    width: 100%;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .order {
    font-size: 1.55em;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large.accent {
    color: #B59241;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large.border {
    border-bottom: 1px dashed #656a6e;
    padding-bottom: 10px;
    line-height: 1.4em;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large > .sub {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 80%;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right {
    margin-top: 15px;
    float: right;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right .lbl {
    text-transform: none;
    font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    color: #939393;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right .val {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #939393;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right .val.accent {
    color: #B59241;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right .val.muted {
    color: #656a6e;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right .val.light {
    color: #939393;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .points-large .right .val .sub {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 80%;
  }
  .leaderboard-wrap .leaders.top li:nth-child(1) .img {
    max-width: 250px;
  }
  .leaderboard-wrap .leaders.top li:nth-child(2) {
    padding-top: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .leaderboard-wrap .leaders.top li:nth-child(3) {
    padding-top: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .leaderboard-wrap .leaders.top .points-large {
    padding: 0 20px;
  }
  .leaderboard-wrap .leaders.top .img {
    float: none;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .leaderboard-wrap .leaders.top .order {
    font-size: 1.33em;
  }
  .leaderboard-wrap .leaders.top .order .num {
    font-size: inherit;
    top: 0;
  }
  .leaderboard-wrap .leaders.top .details {
    margin-top: 0;
    padding: 0 20px;
  }
  .leaderboard-wrap .leaders.bot li {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .leaderboard-wrap .leaders.bot .order {
    width: 28%;
  }
  .leaderboard-wrap .leaders.bot .img {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  .leaderboard-wrap .leaders.bot li {
    padding-top: 35px;
  }
  .leaderboard-wrap .leaders.bot .img {
    margin-top: -35px;
    max-width: 108px;
  }
}
.no-flexbox .leaderboard-wrap .leaders.top li {
  float: left;
}
/*
.leaderboard {
    @podium-width: 37.416666667em; // 898px


    .sl-slide-inner,
    .sl-content-slice {
        background: @app-ultra-lt-teal;
    }

    .ribbon {
        margin-top: -2em;
        padding-left: 0;
    }

    // Podium elements
    .podium-wrapper {
        max-width: @podium-width;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 1em;
    }

    // Podium flexbox
    .podium-container {
        .flex-display(flex);
        -webkit-box-direction: normal;

        -webkit-box-orient: horizontal;

        .flex-direction(row);
        .flex-wrap(wrap);

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;

        -webkit-box-align: start;

        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;

        .podium-item {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%;

            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            align-self: stretch;
        }
        .podium-item:nth-child(1) {
            -webkit-box-ordinal-group: 3;

            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }
        .podium-item:nth-child(2) {
            -webkit-box-ordinal-group: 2;

            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }
        .podium-item:nth-child(3) {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
        }
        .podium-item:nth-child(n+3) {
            -webkit-box-ordinal-group: 5;
            -webkit-order: 4;
            -ms-flex-order: 4;
            order: 4;
        }

    }

    // Podium styles
    .podium-style {
        padding: 5.763157895em 0 0 0;
        min-height: 0;
        position: relative;
        counter-reset: my-leaderboard-counter 0;

        .no-results {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .podium-item {
            color: @app-white;

            background-color: @app-teal;
            display: block;
            position: relative;

            @list-item-height: 3.33333336em; // 80px

            -webkit-box-flex: 0;
            -webkit-flex: 0 1 @podium-width;
            -ms-flex: 0 1 @podium-width;
            flex: 0 1 @podium-width;

            width: 100%;
            padding: .208333335em 0 1em; // 5px 0
            min-height: @list-item-height;
            z-index: 10;

            &:before {
                border: none;
                content: counter(my-leaderboard-counter);
                counter-increment: my-leaderboard-counter 1;
                margin: .208333335em .83333334em 0; // 5px 20px 0
                font-size: 3rem;
                float: left;
            }

            img.recipient {
                .square(2.916666667em); // 70px
                margin: 0 .625000005em 0 0; // 0 15px 0 0
                float: left;
            }

            .details {
                margin: 0;
                line-height: normal;
                .name {
                    display: block;
                    overflow: hidden;
                }
                .points {
                    color: @app-ultra-lt-teal;
                }
            }

            > span {
                display: block;
            }

            // Podium type styles
            .rank {
                font-size: 4.2rem;
                line-height: normal;
                float: left;
                margin: 0 .41666667em 0 0; // 0 10px 0 0
            }

            &:nth-child(-n+3) {
                -webkit-box-flex: inherit;
                -webkit-flex: inherit;
                -ms-flex: inherit;
                flex: inherit;
                padding: 0;

                z-index: inherit;
                width: 50%;
                min-height: 5.583333378em; // 134px

                &:before {
                    counter-increment: inherit;
                    margin: 0;
                    font-size: inherit;
                    float: inherit;
                    border: inherit;
                    content: '';
                    border-bottom: 30px solid @app-teal;
                    border-left: 30px solid @app-ultra-lt-teal;
                    border-right: 30px solid @app-ultra-lt-teal;
                    display: block;
                }

                .details {
                    width: 70%;
                    margin: 0 auto;
                }

                 > span {
                    display: inline;
                }
                img.recipient {
                    .square(7.083333333em); // 170px
                    margin: -7.5em auto 1em;
                    display: block;
                    float: none;
                }
            }

            &:nth-child(2) {
                margin-top: 3.263157895em;
            }
            &:nth-child(2):before {
                border-right: none;
            }

            &:nth-child(3) {
                // margin-top: 4.842105263em;
                margin-top: 1em;
                width: 100%;
                margin-bottom: 10px;
                img.recipient {
                    .square(4.916666667em); // 70px
                    margin: 0 .625000005em 0 0; // 0 15px 0 0
                    float: left;
                }
                > span {
                    // display: inline-block;
                    float: left;
                    margin: 10px;
                }
                .details {
                    margin-top: 20px;
                }
            }
            &:nth-child(3):before {
                border-left: none;
                // display: none;
            }


            span:nth-child(2),
            span:nth-child(3) {
                display: inline-block;
            }
            span:nth-child(3) {
                .clearfix();
            }
        }
    }
}

@media (min-width: @screen-sm-min) {

    .leaderboard {
        .podium-container {
            .podium-item:nth-child(-n+3) {
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 33.333333333%;
                -ms-flex: 0 1 33.333333333%;
                flex: 0 1 33.333333333%;
            }
            .podium-item:nth-child(3) {
                margin-top: 4.842105263em;
                margin-bottom: 0;
                padding: 0;
                width: inherit;
                img.recipient {
                    .square(7.083333333em); // 170px
                    margin: -7.5em auto 1em;
                    display: block;
                    float: none;
                }
                > span {
                    // display: inline;
                    float: none;
                    margin: 0;
                }
                .details {
                    margin-top: 0;
                }
            }
        }
    }


}

// ----------------------------
// Legacy Firefox implementation
//treats all flex containers
// as inline-block elements.
// ----------------------------
@-moz-document url-prefix() {
    .podium-container {
        width: 100%;
        -moz-box-sizing: border-box;
    }
}

// ----------------------------
// Legacy IE9
// ----------------------------
.no-flexbox {

    // Podium styles
    .podium-style {
        display: -webkit-box;

        -webkit-box-orient: horizontal;

        padding-top: 150px;
        counter-reset: my-leaderboard-counter;

        @list-item-height: 3.33333336em; // 80px
        .podium-item {
            float: left;
            width: 100%;
            padding: .208333335em 0; // 5px 0
            min-height: @list-item-height;
            margin: 0 !important;

            &:before {
                border: none;
                content: counter(my-leaderboard-counter);
                counter-increment: my-leaderboard-counter;
                margin: .208333335em .83333334em 0; // 5px 20px 0
                font-size: 3rem;
                float: left;
            }

            img.recipient {
                .square(2.916666667em); // 70px
                margin: 0 .625000005em 0 0; // 0 15px 0 0
                float: left;
            }

            .details {
                width: 100%;
                margin: 0;

                span {
                    display: block;

                    &:last-child {
                        display: inline-block;
                        .clearfix();
                    }
                }
            }
            &:nth-child(1), &:nth-child(2), &:nth-child(3) {
                width: 33%;
                &:before {
                    border: none;
                }
            }

            // Podium type styles
            .rank {
                .hide();
            }
        }
    }
}
*/
/********** **********
 Eventually get rid of this section
********** ***********/
/********** **********/


/*# sourceMappingURL=teamphoria.css.map*/